OSDN Git Service

2003-02-21 Ben Elliston <bje@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-02-21  Ben Elliston  <bje@redhat.com>
2
3         PR other/5634
4         * doc/install.texi (Configuration): Explain using $HOME instead of
5         the ~ metacharacter when referring to home directories.
6
7 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
8
9         * configure.in (TARGET_SYSTEM_ROOT): Set default to
10         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
11         '${exec_prefix}' (in addition to the expansion thereof) as
12         relocatable.
13         * configure: Rebuilt.
14
15 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
16
17         * config/h8300/h8300.md (addhi3_incdec): Change the name to
18         *addhi3_incdec.
19         (addsi3_incdec): Change the name to *addsi3_incdec.
20
21 2003-02-20  Roger Sayle  <roger@eyesopen.com>
22
23         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
24
25 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
26
27         PR fortran/9038
28         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
29         options to be ignored.
30         (c_common_decode_option): Ignore them when preprocessing.
31
32 Thu Feb 20 21:41:19 CET 2003  Jan Hubicka  <jh@suse.cz>
33
34         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
35         global variables.
36         (lang_independent_options):  Add -fsched2-use-superblocks
37         -fsced2-use-traces.
38         (rest_of_compilation): Deal with it.
39         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
40         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
41         Declare.
42         * rtl.h (reg_to_stack):  Update prototype.
43         * reg-stack.c (reg_to_stack): Return when something has changed;
44         update liveness when executing after superblock scheduling.
45
46         * combine.c (simplify_shift_const):  Simplify few special cases
47         into constants.
48
49 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
50
51         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
52         (add.,subf.,neg.): Change attribute to fast_compare.
53         All DFA descriptions updated.
54
55 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
56
57         Change base class access representation.
58         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
59         TREE_VIA_PRIVATE): Remove.
60         (BINFO_BASEACCESSES): New binfo elt.
61         (BINFO_BASEACCESS): New accessor.
62         (BINFO_ELTS): Increase.
63         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
64         (access_public_node, access_protected_node,
65         access_private_node): New global nodes.
66         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
67         * dbxout.c (dbxout_type): Adjust.
68         * dwarf2out.c (gen_inheritance_die): Add access parameter.
69         (gen_member_die): Adjust.
70         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
71         (output_type): Adjust.
72         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
73
74         Change base class access representation. Share virtual base
75         binfos.
76         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
77         call.
78         * cp/class.c (build_base_path): Likewise.
79         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
80         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
81         (make_new_vtable): Adjust.
82         (force_canonical_binfo_r): Delete.
83         (force_canonical_binfo): Delete.
84         (mark_primary_virtual_base): Delete.
85         (dfs_unshared_virtual_bases): Delete.
86         (mark_primary_bases): Adjust.
87         (maybe_warn_about_overly_private_class): Adjust.
88         (dfs_base_derived_from): Delete.
89         (base_derived_from): Follow the inheritance chain.
90         (struct find_final_overrider_data): Add vpath member.
91         (dfs_find_final_overrider): Adjust.
92         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
93         (find_final_overrider): Adjust.
94         (update_vtable_entry_for_fn): Adjust.
95         (modify_all_vtables): Adjust.
96         (walk_subobject_offsets): Adjust.
97         (layout_nonempty_base_or_field): Adjust.
98         (layout_empty_base): Remove last parameter. Adjust.
99         (build_base_field): Adjust.
100         (build_base_fields): Adjust.
101         (propagate_binfo_offsets): Remove last parameter. Adjust.
102         (dfs_set_offset_for_unshared_vbases): Delete.
103         (layout_virtual_bases): Adjust.
104         (finish_struct_1): Adjust.
105         (init_class_processing): Don't init access nodes.
106         (dfs_get_primary_binfo): Delete.
107         (get_primary_binfo): Adjust.
108         (dump_class_hierarchy_r): Remove most derived arg, add IGO
109         parameter. Adjust.
110         (dump_class_hierarchy): Adjust.
111         (finish_vtbls): Adjust.
112         (get_original_base): Delete.
113         (build_vtt_inits): Adjust.
114         (dfs_build_secondary_vptr_vtt_inits): Adjust.
115         (dfs_ctor_vtable_bases_queue_p): Adjust.
116         (build_ctor_vtbl_group): Adjust.
117         (dfs_accumulate_vtbl_inits): Adjust.
118         (build_vtbl_initializer): Adjust.
119         (build_vbase_offset_vtbl_entries): Adjust.
120         (add_vcall_offset_vtbl_entries_1): Adjust.
121         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
122         (access_*_node): Remove.
123         (CANONICAL_BINFO): Delete.
124         (BINFO_UNSHARED_MARKED): Remove.
125         (BINFO_MARKED): Set LANG_FLAG_0 directly.
126         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
127         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
128         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
129         Delete.
130         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
131         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
132         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
133         Delete.
134         (BINFO_DEPENDENT_BASE_P): New.
135         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
136         index.
137         (markedp, unmarkedp): Adjust.
138         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
139         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
140         find_vbase_instance, binfo_for_vbase): Delete.
141         (copied_binfo, original_binfo): Declare.
142         (finish_base_specifier): Add virtual_p arg.
143         (unshare_base_binfos): Delete.
144         (copy_base_binfos): Declare.
145         (reverse_path): Delete.
146         * cp/decl.c (xref_basetypes): Access and virtuality passed
147         differently. Don't copy direct base binfos here. Call
148         copy_base_binfos.
149         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
150         (initialize_vtbl_ptrs): Adjust.
151         (expand_member_init): Adjust.
152         * cp/parser.c (cp_parser_base_specifier): Adjust.
153         * cp/pt.c (instantiate_class_template): Adjust.
154         (get_template_base_recursive): Adjust.
155         * cp/rtti.c (get_pseudo_ti_init): Adjust.
156         (get_pseudo_ti_desc): Adjust.
157         * cp/tree.c (unshare_base_binfos): Rename to ...
158         (copy_base_binfos): ... here, reimplement.
159         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
160         (reverse_path): Remove.
161         * cp/typeck.c (get_delta_difference): Adjust error messages.
162         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
163         * cp/search.c (lookup_base_r): Adjust.
164         (dynamic_cast_base_recurse): Adjust.
165         (canonical_binfo): Remove.
166         (dfs_canonical_queue): Remove.
167         (dfs_assert_unmarked_p): Remove.
168         (assert_canonical_unmarked): Remove.
169         (shared_marked_p, shared_unmarked_p): Remove.
170         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
171         (dfs_access_in_type): Adjust.
172         (access_in_type): Adjust.
173         (dfs_accessible_queue_p): Adjust.
174         (dfs_accessible_p): Adjust.
175         (is_subobject_of_p_1, is_subobject_of_p): Remove.
176         (struct lookup_field_info): Remove from_dep_base_p field.
177         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
178         (lookup_field_r): Remove dependent base code.
179         (lookup_member): Likewise.
180         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
181         (dfs_unmarked_real_bases_queue_p): Remove.
182         (dfs_marked_real_bases_queue_p): Remove.
183         (dfs_skip_vbases): Remove.
184         (dfs_get_pure_virtuals): Adjust.
185         (markedp, unmarkedp): Adjust.
186         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
187         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
188         (dfs_unmark): Adjust.
189         (dfs_get_vbase_types):Remove.
190         (dfs_build_inheritance_graph_order): Remove.
191         (get_vbase_types): Remove
192         (dfs_find_vbase_instance): Remove.
193         (find_vbase_instance): Remove.
194         (dfs_debug_unmarkedp): Adjust.
195         (dependent_base_p): Remove.
196         (dfs_push_type_decls): Adjust.
197         (dfs_push_decls): Adjust.
198         (dfs_no_overlap_yet): Adjust.
199         (copied_binfo): New function.
200         (original_binfo): New function.
201         (binfo_for_vbase): Remove.
202
203         Change base class access representation.
204         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
205         (add_interface_do): Likewise.
206
207 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
208
209         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
210         * config/rs6000/power4.md (power4-store,power4-vecstore): New
211         insn reservations.
212         (power4-fpstore): Compact.
213
214 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
215
216         * config/h8300/h8300.md (*iorsi3_w): New.
217
218 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
219
220         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
221         * rtl.c (reg_note_name): Likewise.
222         * rtl.h (enum reg_note): Likewise.
223         * doc/invoke.texi: Likewise.
224         * doc/rtl.texi: Likewise.
225
226 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
227
228         * bb-reorder.c (find_traces_1_round): Fix comment typo.
229
230 2003-02-19  Roger Sayle  <roger@eyesopen.com>
231
232         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
233         addition in the presence of signaling NaNs.
234
235 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
236
237         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
238
239 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
240
241         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
242         ORing with 0xffff??00 with the highest bit of the ?? part set.
243         (compute_logical_op_length): Update.
244         (compute_logical_op_cc): Likewise.
245
246 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
247
248         * bb-reorder.c (find_traces_1_round): Fixed condition for small
249         destination block with multiple predecessors.
250         (connect_traces): Check whether the block is a start of trace.
251
252 Wed Feb 19 19:00:24 CET 2003  Jan Hubicka  <jh@suse.cz>
253
254         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
255         * function.c (assign_params): Likewise.
256         * arm-protos.h (arm_init_cumulative_args): Update prototype.
257         * arm.c (arm_init_cumulative_args): Update function.
258         * arm.h (INIT_CUMULATIVE_ARGS): Update.
259         * avr-protos.h (init_cumulative_args): Update prototype.
260         * avr.c (init_cumulative_args): Update function.
261         * avr.h (INIT_CUMULATIVE_ARGS): Update.
262         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
263         * d30v.c (d30v_init_cumulative_args): Update function.
264         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
265         * frv-protos.h (frv_init_cumulative_args): Update prototype.
266         * frv.c (frv_init_cumulative_args): Update function.
267         * frv.h (INIT_CUMULATIVE_ARGS): Update.
268         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
269         * pa.h (INIT_CUMULATIVE_ARGS): Update.
270         * sparc-protos.h (init_cumulative_args): Update prototype.
271         * sparc.c (init_cumulative_args): Update function.
272         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
273         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
274
275 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
276
277         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
278         (*ashiftsi_sextqi_7): Likewise.
279
280 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
281
282         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
283         ISO C99 and C++.
284
285         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
286         for C++ on IRIX 6.5.1[89].
287         * fixinc/tests/base/internal/sgimacros.h: New file.
288
289         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
290         * fixinc/tests/base/internal/wchar_core.h: New file.
291         
292         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
293         socklen_t definition.
294         * fixinc/fixincl.x: Regenerate.
295         * fixinc/tests/base/sys/socket.h: New file.
296         Fixes PR libgcj/9652.
297
298 Wed Feb 19 17:22:51 CET 2003  Jan Hubicka  <jh@suse.cz>
299
300         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
301
302 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
303
304         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
305         align_jumps_max_skip and align_loops_max_skip.
306
307 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
308
309         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
310         test size if named section.
311
312 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
313
314         * expr.c (expand_expr): Use gen_int_mode for the argument
315         to gen_rtx_MULT.
316
317 Wed Feb 19 14:22:42 CET 2003  Jan Hubicka  <jh@suse.cz>
318
319         * i386.md (cosxf2):  Fix conditional.
320
321 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
322
323         * config/h8300/h8300.md (extendqisi2): Change to an expander.
324         (*extendqisi2_h8300): New.
325         (*extendqisi2_h8300hs): Likewise.
326
327 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
328
329         * config/h8300/h8300-protos.h: Update the prototype for
330         split_adds_subs.  Remove the prototypes for
331         const_int_le_2_operand and const_int_le_6_operand.
332         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
333         (const_int_le_2_operand): Remove.
334         (const_int_le_6_operand): Likewise.
335         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
336         for const_int_le_2_operand and const_int_le_6_operand.
337         * config/h8300/h8300.md: Update all uses of split_adds_subs.
338         (a peephole2): New.
339
340 Tue Feb 18 23:50:59 CET 2003  Jan Hubicka  <jh@suse.cz>
341
342         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
343         (cgraph_expand_function): Rewrite.
344
345 2003-02-18  Matt Austern <austern@apple.com>
346
347         * toplev.c, langhooks.c, langhooks-def.h: Move
348         write_global_declarations from toplev.c to langhooks.c. 
349
350 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
351
352         * config/h8300/h8300.c (general_operand_src): Always check
353         MODE.
354         (general_operand_dst): Likewise.
355
356 2003-02-18  Roger Sayle  <roger@eyesopen.com>
357
358         * convert.c (convert_to_real): Also optimize (float)log(x) into
359         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
360
361 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
362
363         * config/sh/sh.c (unspec_caller_rtx_p): New.
364         (sh_cannot_copy_insn_p): New.
365         (TARGET_CANNOT_COPY_INSN_P): New.
366
367 2003-02-18  Richard Henderson  <rth@redhat.com>
368
369         * c-common.c (handle_used_attribute): Accept static data too.
370
371 2003-02-18  Nick Clifton  <nickc@redhat.com>
372             Aldy Hernandez  <aldyh@redhat.com>
373
374         * testsuite/gcc.dg/20030218-1.c: New.
375
376         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
377
378         * target-def.h (TARGET_INITIALIZER): Add
379         TARGET_VECTOR_TYPES_COMPATIBLE.
380         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
381
382         * target.h (struct gcc_target): Add field vector_types_compatible.
383
384         * c-typeck.c (comptypes): Take into account
385         TARGET_VECTOR_TYPES_COMPATIBLE.
386         (convert_for_assignment): Same.
387
388         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
389         (rs6000_spe_vector_types_compatible): New.
390         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
391
392 2003-02-19  Andreas Schwab  <schwab@suse.de>
393
394         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
395         * toplev.c: Include langhooks-def.h.
396
397 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
398
399         * config/mips/mips.h (enum processor_type): Sort entries
400         alphabetically.
401         * config/mips/mips.md (define_attr cpu): Sync with processor_type
402         enum values, including adding entries that were missing.
403
404 Tue Feb 18 20:15:54 2003  J"orn Rennecke <joern.rennecke@superh.com>
405
406         * sh.c (calc_live_regs): Also check GET_CODE when checking if
407         initial value for PR_REG is still the PR_REG register.
408
409 2003-02-18  Jim Wilson  <wilson@redhat.com>
410
411         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
412         instruction in output template.
413         (bsp_value): Change output template from string to C code, add %,
414         before actual instruction.
415         (flushrs): Mark as not predicable.
416
417 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
418
419         * inclhack.def (netbsd_bogus_semicolon): New fix.
420         * fixincl.x: Rebuilt.
421         * tests/base/ctype.h: Update.
422
423 2003-02-18  Roger Sayle  <roger@eyesopen.com>
424
425         * fold-const.c (negate_expr_p): New function to determine whether
426         an expression can be negated cheaply.
427         (fold) [MINUS_EXPR]: Use it to determine whether to transform
428         -A - B into -B - A for floating point types.
429
430 2003-02-18  Roger Sayle  <roger@eyesopen.com>
431
432         * sbitmap.c (sbitmap_resize): New function.
433         * sbitmap.h (sbitmap_resize): Prototype here.
434         * recog.c (split_all_insns): Use sbitmap_resize.
435
436 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
437
438         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
439         insn length.
440         (extendqisi2): Likewise.
441         (*extendhisi2_h8300): Likewise.
442
443 2003-02-18  Matt Austern <austern@apple.com>
444         
445         * langhooks.h, langhooks-def.h: introduce new langhook,
446         final_write_globals, with write_global_declarations as default.
447         * toplev.c: Move invocation of wrapup_global_declarations from
448         compile_file to new function, write_global_declarations.  Change
449         compile_file to use final_write_globals hook.  Change
450         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
451         conditional. 
452         
453 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
454
455         * pa.md: Correct and enhance comment.
456
457 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
458
459         * gcc.c (validate_switches): Don't scan past closing '}'.
460
461 2003-02-18  Ben Elliston  <bje@redhat.com>
462
463         PR c++/1607
464         * doc/extend.texi (Function Attributes): Document the effect of
465         the C++ "this" parameter on the counting of arguments for the
466         "format" and "format_arg" attributes.
467
468 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
469
470         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
471         (__ev_stdw): Same.
472         (__ev_stdh): Same.
473
474 Mon Feb 17 16:16:54 CET 2003  Jan Hubicka  <jh@suse.cz>
475
476         * recog.c (split_all_insns):  Fix memory overflow.
477
478 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
479
480         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
481         (cmphi): Likewise.
482         (*cmphi_h8300): Likewise.
483         (*cmphi_h8300hs): Likewise.
484         (cmpsi): Likewise.
485         (7 peephole2): Likewise.
486
487 Sun Feb 16 23:07:52 CET 2003  Jan Hubicka  <jh@suse.cz>
488
489         * c-typeck.c (build_c_cast):  Fold constant variables into
490         initial values.
491
492 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
493
494         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
495         (Binaries): Ditto for Sinix/Reliant Unix.
496
497 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
498
499         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
500         not overlap the final result register.
501
502 2003-02-16 Arend Bayer <arend.bayer@web.de>
503            Richard Henderson  <rth@redhat.com>
504
505         PR c/8068
506         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
507         rearrange mult arguments for less recursion.
508         (extract_muldiv): New.  Prevent runaway recursion.
509
510 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
511
512         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
513         MASK_ALIGN_DOUBLE.
514
515 2003-02-15  Roger Sayle  <roger@eyesopen.com>
516
517         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
518         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
519         (ext_80387_constants_table): Global table of 80387 special constants
520         guarded by ext_80387_constants_init flag when not initialized.
521         (init_ext_80387_constants): New function to initialize this table.
522         (standard_80387_constant_p): Extend to recognize extra 80387
523         constants, in XFmode, on processors where this is a win.
524         (standard_80387_constant_opcode): New function to return the
525         opcode associated with standard_80387_constant_p.
526         (standard_80387_constant_rtx): New function to return the XFmode
527         CONST_DOUBLE associated with standard_80387_constant_p.
528         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
529
530         * config/i386/i386-protos.h (standard_80387_constant_opcode):
531         Prototype here.
532         (standard_80387_constant_rtx): Likewise.
533
534         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
535         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
536         *movtf_integer): Simplify using new standard_80387_constant_opcode.
537
538 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
539
540         * doc/invoke.texi (Optimize Options): Correct @option syntax.
541
542 2003-02-15  Richard Henderson  <rth@redhat.com>
543
544         * Makefile.in (cfglayout.o): Depend on TARGET_H.
545         * cfglayout.c: Include target.h.
546         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
547         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
548         * target.h (struct gcc_target): Add cannot_copy_insn_p.
549
550         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
551         (TARGET_CANNOT_COPY_INSN_P): New.
552         (override_options): Revert 2003-02-08 hack.
553
554 2003-02-15  Richard Henderson  <rth@redhat.com>
555
556         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
557         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
558
559 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
560
561         * config/rs6000/rs6000.h (processor_type): Add PPC440.
562         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
563         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
564         TARGET_SCHED_VARIABLE_ISSUE): Define.
565         (rs6000_use_dfa_pipeline_interface): New function.
566         (rs6000_multipass_dfa_lookahead): New Function.
567         (rs6000_variable_issue): New function.
568         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
569         (rs6000_issue_rate): Add PPC440.
570         * config/rs6000/rs6000.md (unspec list): Correct typo.
571         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
572         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
573         cmp, delayed_cr, mfcr, mtcr.
574         (automata_option): Set "ndfa".
575         (extendMMNN2): Update attributes.
576         (movcc_internal1): Discourage move to non-cr0.  Update
577         attributes.
578         (movMM_update): Update attributes.
579         (cmpMM_internal): Update attributes.
580         (sCC CR materialization): Update attributes.
581         (branch patterns): Do not discourage non-cr0.
582         (cr logical patterns): Prefer destructive register allocation.
583         Update attributes.
584         (movesi_from_cr): Update attribute.
585         (mtcrf_operation): Update attribute.
586         (mtcrfsi): Update attribute.
587         * config/rs6000/40x.md: New file.
588         * config/rs6000/603.md: New file.
589         * config/rs6000/6xx.md: New file.
590         * config/rs6000/7450.md: New file.
591         * config/rs6000/7xx.md: New file.
592         * config/rs6000/mpc.md: New file.
593         * config/rs6000/power4.md: New file.
594         * config/rs6000/rios1.md: New file.
595         * config/rs6000/rios2.md: New file.
596         * config/rs6000/rs64.md: New file.
597         [Some DFA descriptions based on work by Michael Hayes]
598
599 2003-02-15  Richard Henderson  <rth@redhat.com>
600
601         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
602         successors with multiple predecessors.
603         (connect_traces): Try harder to copy traces of length 1.
604
605         * function.h (struct function): Add computed_goto_common_label,
606         computed_goto_common_reg.
607         * function.c (free_after_compilation): Zap them.
608         * stmt.c (expand_computed_goto): Use them to produce one 
609         indirect branch per function.
610
611 2003-02-15  Richard Henderson  <rth@redhat.com>
612
613         * cfgcleanup.c: Include params.h.
614         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
615         too many outgoing edges from a block.
616         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
617         * params.def (max-crossjump-edges): New.
618         * doc/invoke.texi: Document it.
619
620 2003-02-15  Richard Henderson  <rth@redhat.com>
621
622         * recog.c (split_all_insns): Include new blocks in life update;
623         do a global life update.
624
625 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
626
627         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
628         Update copyright.
629         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
630         -mno-cygwin case.
631
632 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
633
634         PR optimization/7702
635         * reload1.c (reload_cse_simplify_set): Honor
636         CANNOT_CHANGE_MODE_CLASS.
637
638 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
639
640         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
641         function.
642         * config/mn10300/mn10300-protos.h: Declare it.
643         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
644         attribute cc of instructions that may use clr.
645
646 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
647
648         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
649         (x - (x & y)) is found.
650
651 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
652
653         * configure.in: Fix typo.
654         * configure: Regenerate.
655
656 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
657
658         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
659
660 2003-02-13  Adam Nemet  <anemet@lnxw.com>
661
662         PR opt/2391 
663         * combine.c: Fix spelling in comment.
664         (cached_nonzero_bits): New function.
665         (cached_num_sign_bit_copies): New function.
666         (nonzero_bits_with_known): New macro.
667         (num_sign_bit_copies_with_known): New macro.
668         (nonzero_bits1): Rename from nonzero_bits.  Add three new
669         arguments.  Change calls from nonzero_bits to
670         nonzero_bits_with_known.
671         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
672         three new arguments.  Change calls from num_sign_bit_copies to
673         num_sign_bit_copies_with_known.
674         (nonzero_bits): New macro.
675         (num_sign_bit_copies): New macro.
676         (update_table_tick): Don't traverse identical subexpression more
677         than once.
678         (get_last_value_validate): Likewise.
679
680 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
681
682         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
683         * function.h (struct emit_status): Length of regno_pointer_align
684         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
685         not regno_pointer_align_length (i.e. length actually used, not
686         length as allocated)
687
688         * config/i386/i386.c (struct stack_local_entry): New.
689         (struct machine_function): Replace huge array with alist.
690         (assign_386_stack_local): Change to match.
691
692 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
693
694         * inclhack.def (hpux_long_double): Tighten select and add bypass
695         regexp.
696         * fixincl.x: Rebuilt.
697
698 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
699
700         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
701         edge and block ends with a jump insn it must be simple jump.
702
703 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
704
705         * Makefile.in (PREPROCESSOR_DEFINES): Add
706         @TARGET_SYSTEM_ROOT_DEFINE@.
707         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
708         is specified or if building a cross compiler.
709         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
710         if the sysroot is under $exec_prefix.
711         * configure: Regenerated.
712         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
713         defined.
714         (struct default_include): Add add_sysroot field.
715         (cpp_SYSROOT): Declare.
716         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
717         field.
718         (cpp_SYSROOT): New variable.
719         * cppinit.c (cpp_create_reader): Initialize
720         CPP_OPTION (pfile, sysroot).
721         (init_standard_includes): Handle add_sysroot.  Do not
722         add unrelocated copies of relocated directories.
723         (COMMAND_LINE_OPTIONS): Add -isysroot.
724         (cpp_handle_option): Handle -isysroot.
725         * cpplib.h (struct cpp_options): Add sysroot member.
726         * gcc.c (The Specs Language): Update description of %I.
727         (target_system_root_changed): New variable.
728         (process_command): Conditionalize make_relative_prefix call
729         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
730         target_system_root_changed.
731         (do_spec_1): Add -isysroot to %I.
732         * doc/invoke.texi (Spec Files): Update description of %I.
733         * doc/install.texi (--with-sysroot): Update comment about
734         relocation.
735
736 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
737
738         * config/h8300/h8300.md (a peephole2): New.
739
740 2003-02-13  Robert Lipe <robertlipe@usa.net>
741             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
742
743         * doc/install.texi (Specific): Update three SCO-related URLs.
744
745 2003-02-13  Andreas Schwab  <schwab@suse.de>
746
747         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
748         Parenthesize properly.
749         (NPREDECESORS): Parenthesize properly.
750
751 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
752
753         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
754
755 2003-02-12  Roger Sayle  <roger@eyesopen.com>
756
757         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
758         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
759
760         * reg-stack.c (subst_stack_regs_pat): Add support for binary
761         UNSPEC instructions (e.g. "fpatan").
762
763 2003-02-12  Mike Stump  <mrs@apple.com>
764
765         * varray.c (element_size): Remove.
766         (uses_ggc): Remove.
767         (element): Add.
768         (varray_init): Use new interface.
769         (varray_grow): Use new interface.
770         (varray_clear): Use new interface.
771
772 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
773
774         * config/rs6000/spe.h: Add casts to the arguments of the following
775         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
776         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
777         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
778         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
779         __ev_get_u16, __ev_get_s16.
780
781 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
782
783         * config/h8300/h8300.md (a peephole2): New.
784
785 Wed Feb 12 22:47:18 CET 2003  Jan Hubicka  <jh@suse.cz>
786
787         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
788         (OBJS): Add callgraph.o
789         (callgraph.o): New.
790         * c-decl.c (expand_body_1): Break out from ...
791         (expand_body): This one;  change calling convention
792         (finish_function): Move some of expand_body logic here.
793         (c_expand_deferred_function): Update call of expand_body
794         (c_expand_stmt): Use c_expand_body_1.
795         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
796         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
797         * c-tree.h (c_expand_body): Declare.
798         * callgraph.c: New file.
799         * flags.h (flag_unit_at_a_time): Declare.
800         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
801         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
802         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
803         * langhooks.h (struct lang_hooks_for_callgraph): New.
804         (struct lang_hooks): Add callgraph field.
805         * toplev.c (flag_unit_at_a_time): New.
806         (lang_independent_options): Add flag_unit_at_a_time.
807         (process_options): Disable unit-at-a-time mode for frontends not
808         supporting callgraph.
809         * tree-inline.c (typedef struct inline_data): Add "decl"
810         (expand_call_inline): Update callgraph.
811         (optimize_inline_calls): Set id.decl.
812         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
813         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
814         cgraph_calls_p): Declare.
815         * invoke.texi (-funit-at-a-time): Document
816
817 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
818
819         * config/rs6000/spe.h: Fix misc formatting.
820         (__ev_create_ufix32_fs): Cast ev argument.
821         (__ev_create_sfix32_fs): Same.
822         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
823         (__ev_get_ufix32_fs_internal): Same.
824
825 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
826
827         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
828         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
829
830 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
831
832         * cpplib.c (do_include_common): Move warnings for
833         #include_next and #import out to callers.  Use early-return
834         instead of nested ifs.  Don't do check_eol here.
835         (parse_include): Do check_eol here with the rest of the
836         parsing stuff.
837         (do_include_next, do_import): Now handle warnings.
838
839 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
840
841         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
842
843 Wed Feb 12 15:19:42 CET 2003  Jan Hubicka  <jh@suse.cz>
844
845         * predict.c (estimate_probability):  Fix roundoff error.
846
847 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
848
849         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
850         (two peephole2): New.
851
852 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
853
854         * config/h8300/h8300.md (several peephole2): Replace
855         find_regno_note with peep2_reg_dead_p.
856
857 2003-02-11  Richard Henderson  <rth@redhat.com>
858
859         * gcse.c (lookup_set): Remove unused argument PAT.  Update
860         both callers.
861
862 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
863
864         * diagnostic.c (real_abort): New.
865         (diagnostic_report_diagnostic): Call real_abort on error.
866         * diagnostic.h (diagnostic_abort_on_error): New.
867         (struct diagnostic_context): Add abort_on_error field.
868         * toplev.c (setup_core_dumping): New.
869         (decode_d_option): Handle 'H' case.
870         * doc/invoke.texi (Debugging Options): Document -dH.
871
872 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
873
874         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
875         which refers to obsolete directories.
876
877 2003-02-11  Richard Henderson  <rth@redhat.com>
878
879         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
880
881 Mon Oct 21 17:07:47 CEST 2002  Jan Hubicka  <jh@suse.cz>
882
883         * i386.c (contains_128bit_aligned_vector_p): New function.
884         (ix86_function_arg_boundary): Properly align vector modes.
885
886 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
887
888         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
889         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
890         as a SET pattern.
891
892 2003-02-11  Roger Sayle  <roger@eyesopen.com>
893
894         * builtins.c:  Fix failure caused by commiting wrong patch.
895
896 2003-02-11  Dale Johannesen  <dalej@apple.com>
897         * ra-build.c (compare_and_free_webs):  Relax checking.
898         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
899         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
900
901 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
902
903         PR optimization/9651
904         * rtlanal.c (may_trap_p): Handle FIX.
905
906 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
907
908         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
909         * doc/invoke.texi: Extra alias.
910
911 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
912
913         * config/rs6000/host-darwin.c: Fix comment.
914
915 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
916
917         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
918         predicate for mod result.
919
920 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
921
922         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
923         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
924         * fixincl.x: Rebuilt.
925         * tests/base/stdlib.h: Update.
926         * tests/base/ctype.h: New file.
927
928 Tue Feb 11 20:44:45 CET 2003  Jan Hubicka  <jh@suse.cz>
929
930         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
931
932 2003-02-11  Richard Henderson  <rth@redhat.com>
933
934         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
935         appropriated as globals.
936         (ix86_expand_clrstr): Similarly.
937         * config/i386/i386.md (cmpstrsi): Similarly.
938
939 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
940
941         * config/h8300/h8300.md (a peephole2): Add a case of 255.
942
943 2003-02-11  Roger Sayle  <roger@eyesopen.com>
944
945         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
946         (pow_optab, atan2_optab): Define corresponding macros.
947         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
948         * genopinit.c (optabs): Implement pow_optab and atan2_optab
949         using pow?f3 and atan2?f3 patterns.
950         * builtins.c (expand_errno_check): New function to update errno
951         if necessary, split out from expand_builtin_mathfn.
952         (expand_builtin_mathfn): Use expand_errno_check.
953         (expand_builtin_mathfn_2): New function to handle expanding binary
954         math functions, reusing the code in expand_errno_check.
955         (expand_builtin): Handle the pow and atan2 math built-ins,
956         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
957         expand_builtin_mathfn_2.
958
959         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
960
961 Tue Feb 11 19:03:22 MET 2003  Jan Hubicka  <jh@suse.cz>
962
963         * combine.c (combine_simplify_rtx): Fix folding of
964         nested float_truncates.
965
966 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
967
968         * config/h8300/h8300.md (a peephole2): Fix a typo.
969
970 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
971
972         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
973         register number.
974
975 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
976
977         * config/h8300/h8300-protos.h: Add a prototype for
978         gtuleu_operator.
979         * config/h8300/h8300.c (gtuleu_operator): New.
980         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
981         * config/h8300/h8300.md (a peephole2): New.
982
983 Tue Feb 11 13:32:12 CET 2003  Jan Hubicka  <jh@suse.cz>
984
985         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
986
987 Tue Feb 11 10:02:54 CET 2003  Jan Hubicka  <jh@suse.cz>
988
989         * predict.c (choose_function_section): Choose sections correctly.
990
991 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
992
993         * reload1.c (first_label_num): New.
994         (reload): Index offsets_known_at and offsets_at using difference of
995         label number and first label number.  Don't use offset pointers.
996         (set_label_offsets, set_initial_label_offsets): Likewise.
997
998 2003-02-10  Roger Sayle  <roger@eyesopen.com>
999
1000         * mips-tfile.c (init_file): Add missing initializers in the
1001         "#ifdef __alpha" case.
1002         (file_offset, max_file_offset): Declare as unsigned long.
1003         (write_varray): Cast to "unsigned long" in comparisons against
1004         either file_offset or max_file_offset.
1005         (write_object): Likewise.
1006         (read_seek): Likewise.
1007         (copy_object): Likewise. Declare "ifd" as int to match its use
1008         in add_ext_symbol, and avoid signed/unsigned conditional warning.
1009
1010 2003-02-10  Nick Clifton  <nickc@redhat.com>
1011             Aldy Hernandez  <aldyh@redhat.com>
1012
1013         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
1014         override options which have been specified on the command line.
1015
1016 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
1017
1018         * config/h8300/h8300.md (abssf2): New.
1019         (*abssf2_h8300): Likewise.
1020         (*abssf2_h8300hs): Likewise.
1021
1022 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
1023
1024         * tree.c (build_tree_list):  Fix parameter names in comment.
1025
1026 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
1027
1028         * config/rs6000/ppc64-fp.c: New file.
1029         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
1030
1031 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
1032
1033         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
1034         * bb-reorder.c (make_reorder_chain): Deleted.
1035         (make_reorder_chain_1): Deleted.
1036         (find_traces): New function.
1037         (rotate_loop): New function.
1038         (mark_bb_visited): New function.
1039         (find_traces_1_round): New function.
1040         (copy_bb): New function.
1041         (bb_to_key): New function.
1042         (better_edge_p): New function.
1043         (connect_traces): New function.
1044         (copy_bb_p): New function.
1045         (get_uncond_jump_length): New function.
1046         (reorder_basic_blocks): Use new functions (Software Trace Cache).
1047         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
1048         boundaries.
1049
1050 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
1051
1052         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
1053
1054 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
1055
1056         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
1057         (DECL_LIVE_RANGE_RTL): Remove.
1058
1059 2003-02-10  Nick Clifton  <nickc@redhat.com>
1060
1061         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
1062         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
1063         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
1064         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
1065         config/arm/freebsd.h, config/arm/linux-elf.h,
1066         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
1067         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
1068         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
1069         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
1070         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
1071         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
1072         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
1073         and reformat as appropriate.
1074
1075 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
1076
1077         * config/h8300/clzsi2.c: Remove.
1078         * config/h8300/ctzsi2.c: Likewise.
1079         * config/h8300/paritysi2.c: Likewise.
1080         * config/h8300/popcountsi2.c: Likewise.
1081         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
1082         ctzsi2, paritysi2, and popcountsi2.
1083
1084 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1085             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1086
1087         PR c/7741
1088         * c-decl.c (duplicate_decls): Discard the initializer of the
1089         new decl when the types are conflicting.
1090
1091 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
1092
1093         * Makefile.in (sreal.o): Added.
1094         (predict.o): Depends on sreal.h instead of real.h.
1095         * sreal.c: New file.
1096         * sreal.h: New file.
1097         * predict.c: Use sreal.c instead of real.c.
1098
1099 2003-02-10  Nick Clifton  <nickc@redhat.com>
1100
1101         * Contributed support for the Cirrus EP9312 "Maverick"
1102         floating point co-processor.  Written by Aldy Hernandez
1103         <aldyh@redhat.com>.
1104         (config/arm/arm.c): Add Cirrus support.
1105         (config/arm/arm.h): Likewise.
1106         (config/arm/aout.h): Likewise.
1107         (config/arm/arm.md): Likewise.
1108         (config/arm/arm-protos.h): Likewise.
1109         (config.gcc): Likewise.
1110         (doc/invoke.texi): Describe new -mcpu value and new
1111         -mcirrus-fix-invalid-insns switch,
1112         (cirrus.md): New file.
1113
1114 Mon Feb 10 11:40:18 CET 2003  Jan Hubicka  <jh@suse.cz>
1115
1116         * combine.c (combine_simplify_rtx): Simplify using
1117         (float_truncate (float x)) is (float x)
1118         (float_extend (float_extend x)) is (float_extend x).
1119
1120 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
1121
1122         * calls.c (try_to_integrate): Tidy stack_usage_map access.
1123         (emit_library_call_value_1): Likewise.  Formatting.
1124         (store_one_arg): Likewise.
1125
1126 2003-02-09  Nick Clifton  <nickc@redhat.com>
1127             Aldy Hernandez  <aldyh@redhat.com>
1128
1129         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
1130         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
1131         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
1132         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
1133         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
1134         docs.  Add range test for immediate value.
1135
1136 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
1137
1138         Rename spe_evxor to xorv2si3.
1139         (xorv4hi3): New.
1140         (xorv1di3): New.
1141
1142 2003-02-10  Glen Nakamura  <glen@imodulo.com>
1143
1144         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
1145         tag.
1146
1147 Mon Feb 10 00:29:17 CET 2003  Jan Hubicka  <jh@suse.cz>
1148
1149         * i386.c (vector_move_operand): New predicate.
1150         (ix86_expand_vector_move): Be happy about 0.
1151         * i386.h (PREDICATE_CODES): Add sse-move_operand.
1152         * i386.md (mov*_internal): Add 'C' alternative.
1153
1154 Sun Feb  9 23:58:33 CET 2003  Jan Hubicka  <jh@suse.cz>
1155
1156         * i386.md (floathi*): Deal with SSE.
1157
1158 Sun Feb  9 23:54:59 CET 2003  Jan Hubicka  <jh@suse.cz>
1159
1160         * simplify-rtx.c (simplify_unary_operation,
1161         simplify_binary_operation):  Deal with vector modes
1162         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
1163
1164 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
1165
1166         * toplev.c (rest_of_compilation): Recompute register usage after
1167         split_all_insns.
1168
1169 2003-02-09  Richard Henderson  <rth@redhat.com>
1170
1171         * libgcc-std.ver (__clztf2): New.
1172         (__ctztf2, __popcounttf2, __paritytf2): New.
1173         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
1174         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
1175         adjust code to match the different type sizes.
1176         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
1177         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
1178
1179         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
1180         TImode; select word_mode and twice that.
1181         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
1182         select the modes from float, double, and long double.
1183         (init_optabs): Remove duplicate initializations.
1184
1185 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
1186
1187         * doc/install.texi: Squeeze and streamline section on
1188         testing and regression checking.
1189
1190 Sun Feb  9 13:33:34 CET 2003  Jan Hubicka  <jh@suse.cz>
1191
1192         * i386.md (ahi?v*3): Set third operand type to TImode.
1193         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
1194
1195         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
1196         integer mode.
1197
1198         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
1199         Change code so they are arithmetic expressions now.
1200         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
1201         simplify_ternary_operation): Deal with VEC_* expressions.
1202
1203         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
1204
1205 Sat Feb  8 00:21:22 CET 2003  Jan Hubicka  <jh@suse.cz>
1206
1207         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
1208         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
1209         possibly got duplicated.
1210
1211 2003-02-08  Richard Henderson  <rth@redhat.com>
1212
1213         * config/alpha/alpha.c (override_options): Turn off explicit
1214         relocs until post-peep2 code duplication resolved.
1215
1216 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
1217
1218         * optabs.c (expand_unop): Widen clz properly when clz is done
1219         via libcall.
1220
1221 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
1222
1223         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
1224         * config/h8300/crti.asm: Likewise.
1225         * config/h8300/crtn.asm: Likewise.
1226         * config/h8300/ctzsi2.c: Likewise.
1227         * config/h8300/fixunssfsi.c: Likewise.
1228         * config/h8300/h8300-protos.h: Likewise.
1229         * config/h8300/h8300.c: Likewise.
1230         * config/h8300/h8300.h: Likewise.
1231         * config/h8300/h8300.md: Likewise.
1232         * config/h8300/paritysi2.c: Likewise.
1233         * config/h8300/popcountsi2.c: Likewise.
1234         * config/h8300/rtems.h: Likewise.
1235
1236 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1237
1238         * doc/invoke.texi: Documentation for my previous commit.
1239         * doc/passes.texi: Ditto.
1240
1241 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1242
1243         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
1244         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
1245         Declare.
1246         (DLTHE_FLAG_UPDATE_FREQ): New.
1247         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
1248         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
1249         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
1250         fix_bb_placement, fix_bb_placements, place_new_loop,
1251         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
1252         New static functions.
1253         (fix_loop_placement, can_duplicate_loop_p,
1254         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
1255         New functions.
1256
1257         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
1258         unswitch_loops): Declare.
1259         * loop-init.c: New file.
1260         * loop-unswitch.c: New file.
1261         * Makefile.in (loop-init.o, loop-unswitch.o): New.
1262         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
1263         * toplev.c (DFI_loop2): New dump.
1264         (flag_unswitch_loops): New.
1265         (lang_independent_options): Add it.
1266         (rest_of_compilation): Call new loop optimizer.
1267         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
1268
1269 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
1270
1271         * config/h8300/clzsi2.c: New.
1272         * config/h8300/ctzsi2.c: Likewise.
1273         * config/h8300/paritysi2.c: Likewise.
1274         * config/h8300/popcountsi2.c: Likewise.
1275         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
1276
1277 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
1278
1279         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
1280         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
1281         (ctzsi2): New pattern.
1282         (ffssi2): Use clz instead of unspec.
1283         (clzdi2): Rename from cntlzd2.
1284         (ctzdi2): New pattern.
1285         (ffsdi2): Use clz instead of unspec.
1286
1287 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
1288
1289         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
1290         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
1291         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
1292         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
1293
1294 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
1295
1296         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
1297
1298 2003-02-07  Richard Henderson  <rth@redhat.com>
1299
1300         PR 9226
1301         * gcse.c (local_cprop_find_used_regs): New.
1302         (local_cprop_pass): Use it.
1303
1304 2003-02-07  Fred Fish  <fnf@intrinsity.com>
1305
1306         * mips-tfile.c (parse_def): Parenthesize assignments to fix
1307         precedence bugs.
1308
1309 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
1310
1311         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
1312
1313 2003-02-07  Roger Sayle  <roger@eyesopen.com>
1314
1315         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
1316         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
1317         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
1318         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
1319         builtin functions (and their __builtin_* variants).
1320         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
1321         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
1322         when not optimizing.
1323
1324         * doc/extend.texi: Document new pow and atan2 builtins, and
1325         their float and long double variants.  Realphabetize builtins.
1326
1327 Fri Feb  7 23:24:28 CET 2003  Jan Hubicka  <jh@suse.cz>
1328
1329         * i386.md (sse2_nandv2di3): Fix.
1330
1331 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
1332
1333         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
1334         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
1335         definition.
1336         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
1337         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
1338
1339 Fri Feb  7 22:22:40 CET 2003  Jan Hubicka  <jh@suse.cz>
1340
1341         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
1342
1343 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
1344
1345         * cfg.c (dump_flow_info): Add back accidently deleted line.
1346
1347 2003-02-07  Andrey Petrov <petrov@netbsd.org>
1348
1349         * optabs.c (expand_float): Search wider integer modes first.
1350
1351 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
1352
1353         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
1354         based on preprocessor flag.
1355
1356 2003-02-07  Roger Sayle  <roger@eyesopen.com>
1357             Richard Henderson  <rth@redhat.com>
1358
1359         * gcse.c (implicit_sets): New.
1360         (compute_hash_table_work): Include them in hash table.
1361         (find_implicit_sets, fis_get_condition): New.
1362         (one_cprop_pass): Allocate and free implicit_sets; call
1363         find_implicit_sets before building hash table.
1364
1365 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
1366
1367         * config/t-netbsd (USER_H): Revert previous change.
1368
1369 2003-02-07  Gabor Greif  <ggreif@lucent.com>
1370
1371         * doc/c-tree.texi (Namespaces): Fix typo.
1372
1373 Fri Feb  7 02:18:57 CET 2003  Jan Hubicka  <jh@suse.cz>
1374
1375         * regrename.c (do_replace, find_oldest_value_reg,
1376         copyprop_hardreg_forward_1): Update register attributes.
1377
1378 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
1379
1380         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
1381         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
1382         variables starting with underscore.
1383         (struct unit_usage): New structure.
1384         (unit_usages, cycle_alt_unit_usages): New global variables.
1385         (check_unit_distribution_in_reserv): Remove it.
1386         (store_alt_unit_usage): New function.
1387         (check_regexp_units_distribution): Rewrite it.
1388
1389 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1390
1391         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
1392         target_cpu_default.
1393         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
1394         if not MASK_NO_SPACE_REGS.
1395         (output_call): Adjust return pointer, don't load new space register
1396         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
1397         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
1398         TARGET_NO_SPACE_REGS is true.
1399         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
1400         conditions.
1401         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
1402         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
1403         true.  Use bve when TARGET_64BIT is true.
1404
1405 2003-02-06  Richard Henderson  <rth@redhat.com>
1406
1407         * combine.c (nonzero_bits): Fix double break.
1408
1409 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
1410             Richard Henderson <rth@redhat.com>
1411
1412         PR c/9530
1413         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
1414         from functions that return a float to functions that don't.
1415
1416 Thu Feb  6 00:18:38 CET 2003  Jan Hubicka  <jh@suse.cz>
1417
1418         * i386.c (x86_inter_unit_moves): New variable.
1419         (ix86_secondary_memory_needed): Fix 64bit case, honor
1420         TARGET_INTER_UNIT_MOVES
1421         * i386.h (x86_inter_unit_moves): Declare.
1422         (TARGET_INTER_UNIT_MOVES): New macro.
1423         * i386.md (movsi_1): Cleanup constraints; disable
1424         when not doing inter-unit moves.
1425         (movsi_1_nointernunit): New.
1426         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
1427         (movdi_1_rex64_nointerunit): New.
1428         (mivsf_1): disable when not doing inter-unit moves.
1429         (movsf_1_nointerunit): New.
1430
1431         * basic-block.h (inside_basic_block_p):  Declare.
1432         * cfgbuild.c (inside_basic_block_p): Make global.
1433         * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
1434         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
1435         update CFG.
1436         (fix_basic_block_boundaries, add_missing_bbs): New.
1437         (rank): Use profile.
1438         (scheudle_ebbs): Rely on CFG; update coments.
1439
1440 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
1441
1442         * Makefile.in (host_hook_obj): New.
1443         (OBJS): Add $(host_hook_obj).
1444         (host_default.o): New rule.
1445         * config.gcc (host_hook_obj): New, default to host-default.o.
1446         (powerpc-*-darwin*): Use host-darwin.o.
1447         (out_host_hook_obj): New.
1448         * configure: Regenerate.
1449         * configure.in: Print information about out_host_hook_obj, substitute
1450         into output files.
1451         * host-default.c: New file.
1452         * hosthooks.h: New file.
1453         * toplev.c (general_init): Call host_hooks.extra_signals.
1454         * config/rs6000/host-darwin.c: New file.
1455         * config/rs6000/x-darwin: New file.
1456         * doc/hostconfig.texi: Add documentation for new host hook.
1457         Rearrange existing documentation.
1458
1459 2003-02-05  Roger Sayle  <roger@eyesopen.com>
1460
1461         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
1462         with *targetm.delegitimize_address.
1463         (rtl_for_decl_location): Likewise.
1464         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
1465         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
1466
1467         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
1468         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
1469         prototype.
1470         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
1471         i386_simplify_dwarf_addr.  Made static.  Prototyped.
1472         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
1473         i386_simplify_dwarf_addr to ix86_delegitimize_address.
1474         (ix86_find_base_term): Likewise.
1475         (maybe_get_pool_constant): Likewise.
1476
1477         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
1478         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
1479         prototype.
1480         * config/s390/s390.c (s390_delegitimize_address): Renamed from
1481         s390_simplify_dwarf_addr.  Made static.  Prototyped.
1482         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
1483
1484 2003-02-05  Richard Henderson  <rth@redhat.com>
1485
1486         PR c/8602
1487         * integrate.c (output_inline_function): Reset input_filename
1488         and lineno from the decl before rest_of_compilation.
1489
1490 2003-02-05  Richard Henderson  <rth@redhat.com>
1491
1492         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
1493         (CTZ_DEFINED_VALUE_AT_ZERO): New.
1494         * doc/rtl.texi, doc/tm.texi: Document them.
1495
1496         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
1497         of the value at zero properly.
1498         * fold-const.c (tree_expr_nonnegative_p): Likewise.
1499         * simplify-rtx.c (simplify_unary_operation): Likewise.
1500
1501         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
1502         (CTZ_DEFINED_VALUE_AT_ZERO): New.
1503
1504         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
1505         (TARGET_EXPAND_BUILTIN): Remove.
1506         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
1507         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
1508         (enum arm_builtins): Remove.
1509         * config/arm/arm.md (UNSPEC_CLZ): Remove.
1510         (clzsi2): Rename from clz; use clz instead of unspec.
1511         (ctzsi2): New.
1512         * config/arm/arm-protos.h: Update.
1513
1514 Wed Feb  5 23:12:57 CET 2003  Jan Hubicka  <jh@suse.cz>
1515
1516         * i386-protos.h (x86_emit_floatuns):  Declare.
1517         * i386.c (x86_emit_floatuns): New global function.
1518         * i386.md (floatunssisf2, floatunsdisf2,
1519         floatunsdidf2):  New patterns.
1520
1521 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1522
1523         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
1524
1525 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
1526
1527         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
1528           config/ia64/linux.h
1529
1530 2002-02-05  Roger Sayle  <roger@eyesopen.com>
1531
1532         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
1533
1534 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
1535
1536         PR optimization/8555
1537         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
1538         instead of aborting.
1539
1540 2003-02-04  Richard Henderson  <rth@redhat.com>
1541
1542         * config/i386/i386.md (UNSPEC_BSF): Remove.
1543         (ffssi2): Split into cmove and no_cmove insns and splitters;
1544         lose pentium float trick for now.
1545         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
1546         (ctzsi2, clzsi2, bsr): New.
1547
1548 2003-02-04  Richard Henderson  <rth@redhat.com>
1549
1550         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
1551         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
1552         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
1553         (ffsdi2): Use popcount instead of unspec.
1554         (popcountdi2): Rename from *popcnt.
1555         (ctzdi2, clzdi2, getf_exp_tf): New.
1556
1557 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
1558
1559         * genconfig.c (main): Generate CC0_P.
1560         * rtl.h (CC0_P): Remove.
1561
1562 2003-02-04  Richard Henderson  <rth@redhat.com>
1563
1564         * libgcc2.h, libgcc2.c (__ffsSI2): New.
1565         (__ffsDI2): Rename from __ffsdi2.
1566         * mklibgcc.in (lib2funcs): Add _ffssi2.
1567
1568 2003-02-04  Richard Henderson  <rth@redhat.com>
1569
1570         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
1571         rounds with a "bit table" lookup.
1572
1573 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
1574
1575         * reload.c (find_reloads): Do not use the mode specified in the insn
1576         pattern as reload mode for address operands.  Do not generate optional
1577         reloads for operands where a mandatory reload was already pushed.
1578
1579 2003-02-04  Richard Henderson  <rth@redhat.com>
1580
1581         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
1582         builtins instead of inline assembly.
1583
1584 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1585
1586         PR c/9376
1587         * libgcc2.c (__subvdi3): Fix typo.
1588
1589 Tue Feb  4 21:46:05 CET 2003  Jan Hubicka  <jh@suse.cz>
1590
1591         * i386.md (movti_rex64):  Fix constraint.
1592
1593 Tue Feb  4 18:40:42 CET 2003  Jan Hubicka  <jh@suse.cz>
1594
1595         * i386.md (vector push splitters):  Fix typo in resolving conflict.
1596
1597 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
1598
1599         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
1600
1601 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
1602
1603         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
1604         for recent libstdc++.  Remove formatting cruft.
1605
1606 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
1607
1608         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
1609         attribute even if input file name is absolute, but one of the
1610         includes is relative.
1611
1612 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
1613
1614         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
1615         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
1616         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
1617
1618 2003-02-03  Richard Henderson  <rth@redhat.com>
1619
1620         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
1621         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
1622         return type to "int".  Shuffle declarations and undef int trap.
1623         * libgcc2.h: Remove their declarations.
1624         * optabs.c (expand_unop): Force outmode to int for bitops.
1625
1626 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
1627
1628         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
1629         coprocessor registers before floating-point registers.
1630         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
1631         to account for a previously removed register.
1632         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
1633         Delete unused macros.
1634
1635 Mon Feb  3 21:19:11 CET 2003  Jan Hubicka  <jh@suse.cz>
1636
1637         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
1638         (mov*_internal): Fix predicates; require one of operands to not be
1639         memory.
1640         (SSE?MMX move expanders):  Fix predicates; force one of operands to
1641         register.
1642         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
1643         (movups/movupd/movdqu patterns): Force one of operands to not be
1644         memory.
1645
1646 2002-02-03  Roger Sayle  <roger@eyesopen.com>
1647
1648         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
1649         takes a single rtx and returns it unmodified.
1650         * hooks.h (hook_rtx_rtx_identity): Prototype here.
1651         * target.h (struct gcc_target): Add "delegitimize_address"
1652         field to target structure.
1653         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
1654         for delegitimize_address target using hook_rtx_rtx_identity.
1655         (TARGET_INITIALIZER): Initialize delegitimize_address field
1656         using TARGET_DELEGITIMIZE_ADDRESS macro.
1657         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
1658         extensions of constant pool references.  Use delegitimize_address
1659         to undo the obfuscation of "-fpic".
1660         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
1661
1662         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
1663         i386_simplify_dwarf_addr.
1664         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
1665         (maybe_get_pool_constant): Likewise.
1666
1667 Mon Feb  3 16:01:17 CET 2003  Jan Hubicka  <jh@suse.cz>
1668
1669         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
1670
1671 Mon Feb  3 01:30:11 CET 2003  Jan Hubicka  <jh@suse.cz>
1672
1673         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
1674
1675 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1676
1677         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
1678         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
1679
1680 2003-02-02  Andreas Schwab  <schwab@suse.de>
1681
1682         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
1683
1684 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
1685
1686         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
1687         (epilogue_insns): Likewise.
1688
1689 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1690
1691         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
1692
1693 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1694
1695         * pa-protos.h (attr_length_millicode_call): Remove second argument.
1696         (attr_length_indirect_call, attr_length_indirect_call,
1697         attr_length_save_restore_dltp): New prototypes.
1698         * pa.c (attr_length_millicode_call): Remove second argument.  Check
1699         INSN_ADDRESSES_SET_P in distance calculation.
1700         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
1701         INSN_ADDRESSES.
1702         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
1703         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
1704         Call attr_length_call directly.
1705         (attr_length_indirect_call, output_indirect_call,
1706         attr_length_save_restore_dltp): New functions.
1707         * pa.md (attr_length_millicode_call): Drop second argument from all
1708         patterns.
1709         (return_internal_pic): Delete.
1710         (return_external_pic): Remove use of PIC register and pic operand and
1711         flag checks.
1712         (epilogue): Use return_internal for both normal and pic code.
1713         (call, call_value): Emit new 32-bit pic patterns for symref and
1714         indirect calls.  Remove uses for arg pointer and pic register.
1715         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
1716         call_reg_pic_post_reload, call_val_symref_pic,
1717         call_val_symref_pic_post_reload, call_val_reg_pic,
1718         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
1719         Implement define_split and define_peephole2 patterns for pre reload
1720         patterns.
1721         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
1722         call_value_internal_reg_64bit): Shorten names.
1723         (all call patterns): Explicitly indicate registers used and clobbered.
1724         Use attr_length_indirect_call and attr_length_save_restore_dltp for
1725         attribute length calculation.  Move code generation for indirect calls
1726         to output_indirect_call.
1727         (sibcall, sibcall_value): Don't restore PIC register.
1728         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
1729         register retore.
1730
1731 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1732
1733         * doc/install.texi (Testing): Simplify and compress instructions
1734         concerning Dejagnu.
1735
1736 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1737
1738         * collect2.c (pexecute_pid): Rename to pid.
1739         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
1740         pid.
1741
1742 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
1743
1744         * doc/extend.texi (Function Attributes): Remove documentation
1745         for PowerPC Windows NT function attributes..
1746
1747 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
1748
1749         * dwarf2out.c (gen_type_die): Check for typedefs before calling
1750         for TYPE_MAIN_VARIANT.
1751
1752 2003-02-01  Richard Henderson  <rth@redhat.com>
1753
1754         * libgcc2.c: Include auto-host.h.
1755         (ATTRIBUTE_HIDDEN): New.
1756         (__clz_tab): Don't declare here for clz and ctz.
1757         (__clzsi2, __clzdi2): Use count_leading_zeros.
1758         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
1759         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
1760         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
1761         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
1762
1763 2003-02-01  Richard Henderson  <rth@redhat.com>
1764
1765         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
1766         to the conditional.
1767         (ashlsi3_1_zext splitter): Likewise.
1768
1769 2003-02-01  Richard Henderson  <rth@redhat.com>
1770
1771         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
1772         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
1773         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
1774         return type to Wtype.
1775
1776         * libgcc-std.ver (GCC_3.4): Fix inheritance.
1777
1778         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
1779         expander input constraint.
1780
1781 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1782
1783         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
1784         OTI_parity.
1785         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
1786         * optabs.c (widen_clz, expand_parity): New.
1787         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
1788         for libcalls to clz, ctz, popcount, and parity.
1789         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
1790         parity_optab, and set up libfunc handlers.
1791         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
1792         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
1793         __popcount_tab): New.
1794         * libgcc2.h: Declare them.
1795         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
1796         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
1797         and parity_optab.
1798         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
1799         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
1800         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
1801         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
1802         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
1803         BUILT_IN_PARITYLL): New.
1804         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
1805         and add optab argument.
1806         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
1807         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
1808         * expr.c (expand_expr): Handle them.
1809         * fold-const.c (tree_expr_nonnegative_p): Likewise.
1810         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
1811         * reload1.c (eliminate_regs): Handle them.
1812         (elimination_effects): Likewise.
1813         * function.c (instantiate_virtual_regs_1): Likewise
1814         * genattrtab.c (check_attr_value): Likewise.
1815         * simplify-rtx.c (simplify_unary_operation): Likewise.
1816         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
1817         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
1818         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
1819         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
1820         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
1821         __builtin_arm_clz.
1822         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
1823         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
1824         * doc/extend.texi (Other Builtins): Add new builtins.
1825         * doc/md.texi (Standard Names): Add new patterns.
1826
1827 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
1828
1829         * reload.c: Revert 2003-01-31 change.
1830
1831 Sat Feb  1 14:14:40 CET 2003  Jan Hubicka  <jh@suse.cz>
1832
1833         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
1834
1835 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1836
1837         * flags.h (flag_volatile): Remove declaration.
1838         (flag_volatile_global, flag_volatile_static): Likewise.
1839         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
1840         * toplev.c (flag_volatile): Remove definition.
1841         (flag_volatile_global, flag_volatile_static): Likewise.
1842         (f_options): Remove corresponding entries here.
1843         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
1844         or flag_volatile_static.
1845         * doc/invoke.texi: Remove documentation of -fvolatile,
1846         -fvolatile-global and -fvolatile-static.
1847
1848 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1849
1850         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
1851         updating of total_code_bytes from prologue to epilogue.
1852
1853 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
1854
1855         * reload.c (find_reloads): Do not use the mode specified in the insn
1856         pattern as reload mode for address operands.  Do not generate optional
1857         reloads for operands where a mandatory reload was already pushed.
1858         Generate optional reloads only in the final pass though find_reloads.
1859         (have_replacement_p): New function.
1860
1861 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1862
1863         * doc/install.texi (Testing): Remove a reference to our obsolete
1864         /testresults web pages and strip redundant information concerning
1865         test results.
1866         (Binaries): Refer to Microsoft Windows instead of listing all
1867         possible variants.
1868
1869 Sat Feb  1 00:28:30 CET 2003  Jan Hubicka  <jh@suse.cz>
1870
1871         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
1872         RTL chain.
1873
1874         * combine.c (simplify_set): Reverse order of ragumetns to
1875         REG_CANNOT_CHANGE_MODE_P
1876         * df.c (df_def_record_1): Likewise.
1877         * recog.c (register_operand): Likewise.
1878         * simplify-rtx.c (simplify_subreg): Likewise.
1879         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
1880         CANNOT_CHANGE_MODE_CLASS.
1881         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
1882         Likewise.
1883         * reload.c (push_reload): Likewise.
1884         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1885         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1886         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1887         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
1888         * mips.c (mips_cannot_change_mode_class): Update.
1889         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1890         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1891         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1892         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
1893         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
1894         * sh.c (sh_cannot_change_mode_class): Update.
1895         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
1896         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
1897
1898 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
1899
1900         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
1901         change to LINK_COMMAND_SPEC in gcc.c.
1902
1903 2003-01-31  Jan Hubicka  <jh@suse.cz>
1904
1905         PR c/9506
1906         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
1907
1908 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1909
1910         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
1911         duplicated code.
1912
1913 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
1914
1915         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
1916         (BINFO_ELTS): New #define.
1917         * stor-layout.c (finalize_record_size): Don't set them.
1918         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
1919         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
1920         (BINFO_LANG_ELTS): New #define.
1921         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
1922         * java/class.c (make_class): Use BINFO_ELTS.
1923         (set_super_info): Likewse.
1924         (add_interface_do): Likewise.
1925         * objc/objc-act.c (start_class): Use BINFO_ELTS.
1926
1927 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
1928
1929         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
1930         (times): Don't ever declare if not HAVE_TIMES.
1931         (clock): Don't ever declare if not HAVE_CLOCK.
1932
1933 2003-01-30  Richard Henderson  <rth@redhat.com>
1934
1935         * flow.c (update_life_info): Zap life info after cleanup_cfg.
1936         (regno_uninitialized): Use correct live at function entry set.
1937         (regno_clobbered_at_setjmp): Likewise.
1938
1939         * expr.c (store_expr): Promote all MEM intermediates to regs.
1940
1941 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
1942
1943         * config/arm/arm.c: Fix comment typos.
1944         * config/arm/arm.h: Likewise.
1945         * config/arm/netbsd-elf.h: Likewise.
1946         * config/arm/netbsd.h: Likewise.
1947
1948 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
1949
1950         * gengtype.c (struct walk_type_data): Add needs_cast_p.
1951         (walk_type): Set needs_cast_p in walk_type_data.
1952         (write_types_process_field): Supply casts when required to suppress
1953         warnings.
1954         (write_root): Cast gt_pch_n_S to suppress warning.
1955         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
1956         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
1957         when they might exist.
1958         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
1959         insn-conditions.o, and rs6000.o.
1960
1961 2003-01-30  Richard Henderson  <rth@redhat.com>
1962
1963         * ggc-page.c (G.context_depth_allocations): New.
1964         (G.context_depth_collections): New.
1965         (alloc_page): Set G.context_depth_allocations.
1966         (ggc_collect): Set G.context_depth_collections.
1967         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
1968         (ggc_pop_context): Early exit for no allocations or collections.
1969
1970 2003-01-30  Richard Henderson  <rth@redhat.com>
1971
1972         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
1973
1974 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
1975
1976         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
1977         size, the link register is always saved if any other register is
1978         saved.
1979
1980 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
1981
1982         * config/h8300/h8300-protos.h: Update the prototype for
1983         compute_plussi_cc.
1984         (cpp_reader): Declare before it is used.
1985         * config/h8300/h8300.c (compute_plussi_cc): Change the return
1986         type to int.
1987         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
1988         see an unknown H8 variant.
1989
1990 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1991
1992         PR target/9316
1993         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
1994         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
1995         * config/rs6000/t-rtems: New file. multilib variants to match OS.
1996         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
1997         rs6000/t-ppcgas so we get the desired multilibs.
1998
1999 2003-01-30  Nick Clifton  <nickc@redhat.com>
2000
2001         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
2002         when popping saved IP register off the stack.
2003
2004 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
2005
2006         * config/rs6000/aix43.h: Fix comment typos.
2007         * config/rs6000/aix51.h: Likewise.
2008         * config/rs6000/aix52.h: Likewise.
2009         * config/rs6000/altivec.h: Likewise.
2010         * config/rs6000/rs6000.c: Likewise.
2011         * config/rs6000/rs6000.h: Likewise.
2012         * config/rs6000/rs6000.md: Likewise.
2013         * config/rs6000/spe.md: Likewise.
2014
2015 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
2016
2017         * c-common.c (builtin_define_float_constants): Define
2018         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
2019
2020 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
2021
2022         * config/sh/lib1funcs.asm: Fix comment typos.
2023         * config/sh/linux.h: Likewise.
2024         * config/sh/sh.c: Likewise.
2025         * config/sh/sh.md: Likewise.
2026
2027 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
2028
2029         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
2030
2031 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
2032
2033         * config/fp-bit.h (__make_dp): Declare if TMODES.
2034
2035 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
2036
2037         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
2038         general_operand_src and general_operand_dst.
2039
2040 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
2041
2042         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
2043         Return true for variable sized types.
2044         (rs6000_va_arg): Handle variable sized types passed by reference
2045         on non-SVR4 ABI.
2046
2047 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
2048
2049         * arm.c (arm_legtimize_address): New function.
2050         * arm-protos.h (arm_legtimize_address): Add prototype.
2051         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
2052         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
2053         do ... while (0)
2054
2055 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
2056
2057         PR bootstrap/9296
2058         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
2059         depended on it being defined until now.
2060
2061 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
2062
2063         PR target/9295
2064         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
2065         RTEMS code knows which C++ initialization style the toolset
2066         configuration is using.
2067
2068 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
2069
2070         PR bootstrap/9293
2071         * config/m68k/t-crtstuff: Replace spaces with tabs, add
2072          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
2073
2074 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
2075
2076         PR bootstrap/9292
2077         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
2078         RTEMS threads.
2079         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
2080
2081 2003-01-29  Nick Clifton  <nickc@redhat.com>
2082
2083         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
2084         not $(srcdir).
2085
2086 2003-01-29  Andrew Haley  <aph@redhat.com>
2087
2088         * tree-inline.c (walk_tree): Add CHAR_TYPE.
2089
2090 Wed Jan 29 10:26:12 CET 2003  Jan Hubicka  <jh@suse.cz>
2091
2092         * i386.md (subdi3_carry_rex64): Fix typo.
2093
2094 2003-01-28  Stan Shebs  <shebs@apple.com>
2095
2096         * coretypes.h (cpp_reader): Forward declare struct.
2097         * c-pragma.h (cpp_reader): Remove forward declaration.
2098         * hashtable.h (cpp_reader): Likewise.
2099         * scan.h (cpp_reader): Likewise.
2100         * tree.h (cpp_reader): Likewise.
2101         * config/darwin-protos.h (cpp_reader): Likewise.
2102         * config/arm/arm-protos.h (cpp_reader): Likewise.
2103         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
2104         struct cpp_reader in prototypes.
2105
2106 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2107
2108         * doc/install.texi: Add documentation for installation into
2109         tooldirs and with DESTDIR.
2110
2111 2003-01-28  Richard Henderson  <rth@redhat.com>
2112
2113         * config.gcc (ia64*-*-aix*): Remove.
2114         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
2115         * config/ia64/unwind-aix.c: Remove file.
2116
2117 2003-01-28  Andreas Schwab  <schwab@suse.de>
2118
2119         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
2120         register.
2121         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
2122         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
2123         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
2124         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
2125         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
2126         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
2127         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
2128
2129 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
2130
2131         * combine.c (nonzero_bits): Fix check for negative divide operands.
2132
2133 2003-01-28  Richard Henderson  <rth@redhat.com>
2134
2135         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
2136         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
2137
2138 2003-01-28  Richard Henderson  <rth@redhat.com>
2139
2140         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
2141
2142         * config/cris/cris.c (cris_address_cost): Make static.
2143         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
2144         * config/cris/cris.h (ADDRESS_COST): Remove.
2145         * config/cris/cris-protos.h: Update.
2146
2147 2003-01-23  Mike Stump  <mrs@apple.com>
2148
2149         * regclass.c (init_reg_autoinc): New function.
2150         (regclass): Move initialization of forbidden_inc_dec_class from
2151         here...
2152         (init_regs): to here.  Avoids reinitialization for each function,
2153         saving compilation time.
2154
2155 2003-01-28  Jason Merrill  <jason@redhat.com>
2156
2157         * cpplib.h (struct cpp_options): Add warn_deprecated field.
2158         * cppinit.c (cpp_create_reader): Turn it on by default.
2159         * c-opts.c (c_common_decode_option): Set it.
2160         * cpplib.c (do_pragma_once): Only complain about #pragma once
2161         if warn_deprecated is set.
2162
2163 2003-01-28  Dale Johannesen  <dalej@apple.com>
2164
2165         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
2166         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
2167         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
2168
2169 2003-01-28  Richard Henderson  <rth@redhat.com>
2170
2171         * target.h (targetm.address_cost): New.
2172         * target-def.h (TARGET_ADDRESS_COST): New.
2173         (TARGET_RTX_COSTS): Uncomment.  Oops.
2174         * cse.c (address_cost): Use new target hook.
2175         (default_address_cost): New.
2176         * output.h (default_address_cost): Declare.
2177         * hooks.c (hook_int_rtx_0): New.
2178         * hooks.h (hook_int_rtx_0): Declare.
2179         * loop.c (combine_givs_p): Remove if 0 code.
2180         * system.h (ADDRESS_COST): Poison.
2181
2182         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
2183         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
2184         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
2185         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
2186         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
2187         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
2188         config/xtensa/xtensa.c, config/xtensa/xtensa.h
2189         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
2190         (ADDRESS_COST): Remove.
2191
2192         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
2193         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
2194         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
2195         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
2196         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
2197         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
2198         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
2199         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
2200         config/mips/mips.c, config/mips/mips.h,
2201         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
2202         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
2203         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
2204         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
2205         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
2206         config/vax/vax.c, config/vax/vax.h
2207         (foo_address_cost): Make static.
2208         (TARGET_ADDRESS_COST): New.
2209         (ADDRESS_COST): Remove.
2210
2211         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
2212         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
2213         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
2214         config/stormy16/stormy16.h
2215         (ADDRESS_COST): Move code ...
2216         (foo_address_cost): ... here.
2217         (TARGET_ADDRESS_COST): New.
2218
2219         * config/m32r/m32r.c (m32r_address_cost): Remove.
2220         * config/m32r/m32r-protos.h: Update.
2221
2222         * config/mmix/mmix.c (mmix_address_cost): Remove.
2223         * config/mmix/mmix-protos.h: Update.
2224
2225         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
2226         mn10300_address_cost; move unsig allocation ...
2227         (mn10300_address_cost): ... here.
2228         (TARGET_ADDRESS_COST): New.
2229         * config/mn10300/mn10300-protos.h: Update.
2230         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
2231
2232         * doc/tm.texi: Update.
2233
2234 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
2235
2236         * haifa-sched.c (schedule_insn): Return necessary cycle advance
2237         after issuing the insn.
2238         (rank_for_schedule): Make a insn with /S the highest priority
2239         insn.
2240         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
2241         (choose_ready): Check SCHED_GROUP_P.
2242         (schedule_block): Advance cycle after issuing insn if it is
2243         necessary.  Don't reorder insns if there is an insn with /S.
2244         (set_priorities): Ignore schedule groups.
2245
2246         * sched-deps.c (remove_dependence, group_leader): Remove the
2247         functions.
2248         (add_dependence): Ignore schedule groups.
2249         (set_sched_group_p): Don't make copy of dependencies from previous
2250         insn of the schedule group.  Add anti-dependency to the previous
2251         insn of the schedule group.
2252         (compute_forward_dependences): Ignore schedule groups.
2253
2254         * sched-ebb.c (init_ready_list): Ignore schedule groups.
2255
2256         * sched-rgn.c (init_ready_list): Ditto.
2257         (can_schedule_ready_p): Ditto.
2258
2259 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
2260
2261         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
2262         register to another one.
2263
2264 2003-01-28  Richard Henderson  <rth@redhat.com>
2265
2266         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
2267
2268 2003-01-28  Roger Sayle  <roger@eyesopen.com>
2269
2270         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
2271
2272 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
2273
2274         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
2275         class contains a floating-point register, return the size of the
2276         mode in half words.
2277
2278 Tue Jan 28 12:15:13 CET 2003  Jan Hubicka  <jh@suse.cz>
2279
2280         * i386.c (ix86_carry_flag_operator):  New predicate.
2281         (fcmov_operator): Fix whitespace.
2282         (ix86_expand_carry_flag_compare):  Deal with floating point.
2283         (ix86_expand_int_movcc): Deal with fp; update insn expansion
2284         (ix86_expand_int_addcc): Likewise.
2285         (ix86_expand_strlensi_unroll_1): likewsie.
2286         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
2287         * i386.md (add?i_carry_rex64): Use new predicate.
2288         (sub?i3_carry_rex64): Likewise.
2289         (x86_mov?icc_0_m1*): Likewise.
2290
2291 2003-01-28  Andreas Schwab  <schwab@suse.de>
2292
2293         * cfgloopmanip.c (create_preheader): Initialize src to avoid
2294         warning.
2295
2296         * expmed.c (emit_store_flag): Fix cast to avoid sign
2297         comparison warning.
2298
2299         * combine.c (force_to_mode): Add cast to fix warning when
2300         STORE_FLAG_VALUE is negative.
2301
2302 2003-01-27  Richard Henderson  <rth@redhat.com>
2303
2304         * Makefile.in (cse.o): Depend on TARGET_H.
2305         * cse.c (rtx_cost): Use targetm.rtx_costs.
2306         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
2307         * doc/tm.texi: Update.
2308
2309         * target.h (targetm.rtx_costs): New.
2310         * target-def.h (TARGET_RTX_COSTS): New.
2311         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
2312         * hooks.h: Update.
2313
2314         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
2315         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
2316         * config/alpha/alpha.h (PROCESSOR_MAX): New.
2317         (CONST_COSTS, RTX_COSTS): Remove.
2318
2319         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
2320         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
2321         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
2322         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
2323         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
2324         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
2325         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
2326         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
2327         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
2328         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
2329         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
2330         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
2331         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
2332         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
2333         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
2334         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
2335         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
2336         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
2337         config/v850/v850.c, config/v850/v850.h,
2338         config/xtensa/xtensa.c, config/xtensa/xtensa.h
2339         (CONST_COSTS, RTX_COSTS): Move code ...
2340         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
2341
2342         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
2343         (arm_rtx_costs, TARGET_RTX_COSTS): New.
2344         * config/arm/arm-protos.h: Update.
2345         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
2346
2347         * config/avr/avr.h (CONST_COSTS): Move code ...
2348         * config/avr/avr.c (avr_rtx_costs): ... here.
2349         (default_rtx_costs): Make static.
2350         * config/avr/avr-protos.h: Update.
2351
2352         * config/h8300/h8300.c (const_costs): Make static.
2353         (h8300_and_costs, h8300_shift_costs): Likewise.
2354         * config/h8300/h8300-protos.h: Update.
2355
2356         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
2357         (CONST_COSTS): Move code ...
2358         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
2359         default_rtx_costs; update for signature change.
2360         * config/ip2k/ip2k-protos.h: Update.
2361
2362         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
2363         (CONST_COSTS): Move code ...
2364         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
2365         (TARGET_RTX_COSTS): New.
2366         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
2367         * config/m68hc11/m68hc11-protos.h: Update.
2368
2369         * config/m68k/m68k.c (const_int_cost): Make static.
2370         * config/m68k/m68k-protos.h: Update.
2371
2372         * config/mcore/mcore.c (mcore_const_costs): Make static.
2373         (mcore_and_cost, mcore_ior_cost): Likewise.
2374         * config/mcore/mcore-protos.h: Update.
2375
2376         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
2377         (mmix_rtx_cost_recalculated): Remove.
2378         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
2379         * config/mmix/mmix-protos.h: Update.
2380
2381         * config/sh/sh.c (shiftcosts): Make static.
2382         (addsubcosts, andcosts, multcosts): Likewise.
2383         * config/sh/sh-protos.h: Update.
2384
2385         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
2386         (sparc_rtx_costs): Make static; update for change in signature.
2387         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
2388         * config/sparc/sparc-protos.h: Update.
2389
2390         * config/v850/v850.c (const_costs): Make static.
2391         * config/v850/v850-protos.h: Update.
2392
2393         * config/vax/vax.h (RTX_COSTS): Remove.
2394         (CONST_COSTS): Move code ...
2395         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
2396         from vax_rtx_cost.
2397         (vax_rtx_costs, TARGET_RTX_COSTS): New.
2398
2399 2003-01-27  Richard Henderson  <rth@redhat.com>
2400
2401         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
2402         * config/vax/vax-protos.h: Update.  Really.
2403
2404 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
2405
2406         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
2407         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
2408         zero if no hardware floating point.
2409         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
2410         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
2411         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
2412         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
2413         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
2414         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
2415         even FP registers on N32 and N64.
2416         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
2417         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
2418         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
2419         even-register-like alignment to 128-bit arguments.
2420         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
2421         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
2422         on N32 or N64.
2423         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
2424         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
2425         (TPBIT): Set to tp-bit.c.
2426         (tp-bit.c): Create out of fp-bit.c.
2427
2428 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2429
2430         * c-parse.in: Remove '%expect 32' directive in objc mode.
2431
2432 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
2433
2434         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
2435         (LIBGCOV): New variable.
2436         (libgcc.mk): Add LIBGCOV.
2437         (LIBGCC_DEPS): Add libgcov.c.
2438         (libgcov.a): New target.
2439         (clean): Remove libgcov.a.
2440         (install-libgcc): Do libgcov too.
2441         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
2442         with libgcov.a.
2443         * libgcc2.c (L_gcov): Move into ...
2444         * libgcov.c: ... here. New file.
2445         * mklibgcc.in: Add libgcov rules.
2446         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
2447
2448         * doc/invoke.texi (profile-arcs, test-coverage): Update and
2449         clarify.
2450
2451         * profile.c (index_counts_file): Remove duplicate check for open file.
2452
2453 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
2454
2455         * gcc/doc/invoke.texi (Optimization Options): Group together
2456         optional and experimental flags.  Move trapv and bounds-check
2457         out of this section.  Group floating point flags together.
2458         (Code Gen Options): Move trapv and bounds-check to here.
2459
2460 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
2461
2462         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
2463
2464 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
2465
2466         PR optimization/9090
2467         * function.c (purge_addressof_1): After pushing an addressed register
2468         onto the stack, simplify the result.
2469
2470 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2471
2472         * doc/extend.texi: Fix typo.
2473
2474 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2475
2476         * doc/cppopts.texi: Fix typo.
2477         * doc/objc.texi: Likewise.
2478         * doc/passes.texi: Likewise.
2479
2480 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
2481
2482         * real.c (ibm_extended_format): Add 53 to minimum exponent.
2483         (encode_ibm_extended): Adjust.
2484
2485 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
2486
2487         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
2488         timevar_id enumerations.
2489
2490 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
2491
2492         * combine.c: Fix formatting.
2493
2494 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
2495
2496         * doc/gccint.texi: Update the copyright.
2497
2498 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
2499
2500         * doc/cpp.texi: Fix typos.
2501         * doc/extend.texi: Likewise.
2502         * doc/gty.texi: Likewise.
2503         * doc/install.texi: Likewise.
2504         * doc/passes.texi: Likewise.
2505         * doc/rtl.texi: Likewise.
2506         * doc/tm.texi: Likewise.
2507
2508 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
2509
2510         * config/ia64/fde-glibc.c: Fix comment typos.
2511         * config/ia64/hpux.h: Likewise.
2512         * config/ia64/ia64.c: Likewise.
2513         * config/ia64/ia64.h: Likewise.
2514         * config/ia64/unwind-ia64.c: Likewise.
2515
2516 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
2517
2518         * config/i386/i386-modes.def: Fix comment typos.
2519         * config/i386/i386.c: Likewise.
2520         * config/i386/i386.md: Likewise.
2521
2522 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2523
2524         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
2525         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
2526         ASM_FINISH_DECLARE_OBJECT before defining it.
2527         * toplev.c (rest_of_decl_compilation):  Don't define
2528         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
2529         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
2530         parameters for DWARF2 targets because they _are_ used.
2531
2532 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
2533
2534         * fp-bit.h: Define macros for TFmode floating-point constants
2535         in IBM-extended TFmode types.
2536         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
2537         widths.
2538         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
2539         TFmode type.
2540
2541         * config/fp-bit.h: Define macros for TFmode floating-point
2542         constants in IEEE quad TFmode type.  Declare functions according
2543         to L_ macros.
2544         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
2545         (TFtype, TItype, UTItype): Define if TMODES is defined.
2546         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
2547         (F_T_BITOFF, D_T_BITOFF): Define.
2548         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
2549         guaranteed to be wide enough.
2550         * config/fp-bit.c: Check for L_ macros for tf functions.
2551         (__thenan_tf): New.
2552         (nan): Adjust.
2553         (pack_d, unpack_d): Support IEEE 854 quad type.
2554         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
2555         from FRAC_NBITS, FRAC_BITS and NGARDS.
2556         (usi_to_float): Cast constants to be shifted to fractype
2557         instead of assuming long long is wide enough.
2558         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
2559
2560 2003-01-26  Andreas Jaeger  <aj@suse.de>
2561
2562         * df.c: Remove prototype of unused function df_regno_rtl_debug.
2563
2564 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
2565
2566         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
2567         (DBBIT_FUNCS): Added _df_to_tf.
2568         (TPBIT_FUNCS): New.
2569         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
2570         (LIBGCC_DEPS): Added TPBIT.
2571         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
2572
2573         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
2574         been able to move the result to target.
2575
2576         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
2577         for the appropriate mode.
2578
2579         * calls.c (emit_library_call_value_1): Handle return values
2580         in a PARALLEL.
2581
2582         * rtl.c (get_mode_alignment): Moved to...
2583         * stor-layout.c: ... here.
2584
2585         * print-rtl.c (print_rtx): Don't print MEM details in
2586         GENERATOR_FILEs.
2587
2588 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
2589
2590         * df.h: Update comments, tidy formatting.
2591         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
2592         REVERSE, UNION, INTERSECTION.  All uses updated.
2593         (OLD_DF_INTERFACE): Remove.
2594         (struct insn_info): Remove commented out insn field.
2595         * df.c: Update comments, tidy formatting.
2596         (df_def_table_realloc): Remove.
2597
2598
2599 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
2600
2601         * calls.c (save_fixed_argument_area): Tidy.
2602         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
2603         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
2604         call chain loop at 1 if !try_tail_call.  Formatting.
2605         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
2606         Use save_fixed_argument_area and restore_fixed_argument_area.
2607
2608 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2609
2610         * df.c (df_uses_record): Handle CC0.
2611
2612 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
2613
2614         * reload.c (maybe_memory_address_p): New function.
2615         (find_reloads_address): Use it instead of memory_address_p.
2616
2617 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
2618
2619         * final.c (shorten_branches): Align the address of code label
2620         when computing initial lengths and addresses.
2621
2622 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
2623
2624         * config/m68hc11/m68hc11.md: Fix a comment typo.
2625
2626 2003-01-25  Andreas Jaeger  <aj@suse.de>
2627
2628         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
2629         TARGET_MACHO.
2630
2631 2003-01-25  Roger Sayle  <roger@eyesopen.com>
2632
2633         * gcse.c (bypass_last_basic_block): New global variable.
2634         (bypass_block):  Use redirect_edge_and_branch_force to redirect
2635         fall-through edges.  Use bypass_last_basic_block to determine
2636         which blocks have valid PRE information.
2637         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
2638
2639 Sat Jan 25 22:31:59 CET 2003  Jan Hubicka  <jh@suse.cz>
2640
2641         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
2642
2643 Sat Jan 25 21:04:33 CET 2003  Jan Hubicka  <jh@suse.cz>
2644                               Eric Botcazou <ebotcazou@libertysurf.fr>
2645         PR opt/8492
2646         * gcse.c (one_cprop_pass): Delete unreachable blocks.
2647
2648 2003-01-25  Richard Henderson  <rth@redhat.com>
2649
2650         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
2651         from ia64_aix_select_rtx_section.
2652         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
2653         instead of saving and restoring flag_pic.
2654         (ia64_rwreloc_unique_section): Similarly.
2655         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
2656         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
2657         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
2658         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
2659
2660 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
2661
2662         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
2663         comment.
2664
2665 2002-01-25  Richard Henderson  <rth@redhat.com>
2666
2667         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
2668
2669 2002-01-25  Kelley Cook <kelleycook@comcast.net>
2670
2671         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
2672
2673 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
2674
2675         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
2676         type for bitmaps.  Use unsigned long.
2677         (nBITMAP_WORD_BITS): New macro.
2678         (BITMAP_WORD_BITS): New macro.
2679         (rest of file): Use it.
2680         * bitmap.c: Use it.
2681
2682 2003-01-25  Richard Henderson  <rth@redhat.com>
2683
2684         2002-02-19  Robert Lipe  <robertlipe@usa.net>
2685         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
2686
2687 2002-01-25  Roger Sayle  <roger@eyesopen.com>
2688
2689         * builtins.c (purge_builtin_constant_p): Scan insn stream
2690         sequentially rather than by basic block.
2691         * function.c (purge_addressof): Simplify test with INSN_P.
2692
2693 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
2694
2695         * combine.c (simplify_comparison, case AND): Remove a redundant test.
2696
2697 2002-01-25  Roger Sayle  <roger@eyesopen.com>
2698
2699         * function.h (struct function): New field calls_constant_p.
2700         (current_function_calls_constant_p): New macro for above.
2701         * function.c (prepare_function_start): Initialize calls_eh_return
2702         and calls_constant_p.
2703         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
2704         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
2705         when the current_function_calls_constant_p.
2706         * integrate.c (expand_inline_function): Set calls_constant_p if
2707         the function being inlined has calls_constant_p set.
2708
2709 2002-01-25  Roger Sayle  <roger@eyesopen.com>
2710
2711         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
2712         optimizing, even if flag_gcse is true.
2713         * toplev.c (rest_of_compilation): purge_builtin_constant_p
2714         only needs to be called when "optimize > 0 && flag_gcse".
2715
2716 2003-01-25  Roger Sayle  <roger@eyesopen.com>
2717
2718         * stmt.c (emit_case_bit_tests): New routine to implement suitable
2719         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
2720         (case_bit_test_cmp): New comparison function for "qsort" to order
2721         case_bit_tests by decreasing number of destination nodes.
2722         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
2723         (expand_end_case_type): Use emit_case_bit_tests to implement
2724         suitable switch statments.
2725         (CASE_USE_BIT_TESTS): New target macro to disable the above.
2726         * Makefile.in (stmt.o): Add dependency on optab.h.
2727         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
2728
2729 2003-01-23  Andreas Schwab  <schwab@suse.de>
2730
2731         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
2732         __do_global_ctors_aux hidden global and don't put it in
2733         .init_array.
2734         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
2735         instead so that it comes first.
2736
2737 Sat Jan 25 16:11:22 CET 2003  Jan Hubicka  <jh@suse.cz>
2738
2739         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
2740         subreg is read/modify.
2741
2742 Sat Jan 25 15:55:08 CET 2003  Jan Hubicka  <jh@suse.cz>
2743
2744         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
2745         do libcall for large blocks.
2746         * i386.md (comi patterns): Set type to ssecomi.
2747         (sse2_unpck?pd): Fix mode of vec_select.
2748
2749         * cse.c: Include except.h
2750         (cse_set_around_loop):  Do not create new basic blocks.
2751         * Makefile.in (cse.o): Add dependnecy on except.h
2752
2753 Sat Jan 25 12:05:17 CET 2003  Jan Hubicka  <jh@suse.cz>
2754
2755         * builtins.c (fold_trunc_transparent_mathfn): New function.
2756         (fold_builtin): Use it.
2757         * convert.c (convert_to_real): Re-enable code to convert
2758         math functions; add support for floor familly functions.
2759
2760 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2761
2762         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
2763         dependencies on coretypes.h and $(TM_H).
2764
2765 Sat Jan 25 11:10:03 CET 2003  Jan Hubicka  <jh@suse.cz>
2766
2767         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
2768
2769 2002-01-24  Stuart Hastings  <stuart@apple.com>
2770
2771         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
2772
2773 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2774
2775         * config/c4x/c4x.md (UNSPEC_BU): New constants.
2776         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
2777         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
2778         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
2779         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
2780         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
2781         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
2782         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
2783
2784 Fri Jan 24 23:44:12 CET 2003  Jan Hubicka  <jh@suse.cz>
2785
2786         * emit-rtl.c (reg_attrs_htab): New static variable.
2787         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
2788         functions.
2789         (reg_rtx): Do not maintain regno_decl.
2790         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
2791         set_mem_attrs_from_reg): New global function.
2792         (init_emit): Do not initialize regno_decl.
2793         (init_emit_once): initialize reg_attrs_htab.
2794         * final.c (alter_subreg): Do not replace REG by SUBREG.
2795         (gen_mem_expr_from_op): Improve output.
2796         (output_asm_operands): Likewise.
2797         * function.c (assign_params): Do not set REGNO_DECL.
2798         * function.h (struct function): Kill regno_decl.
2799         (REGNO_DECL): Kill.
2800         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
2801         * print_rtl.c (print_rtx): Output REG information.
2802         * regclass.c (reg_scan_mark_refs): Update attrs.
2803         * reload1.c (alter_reg): Likewise.
2804         * simplify_rtx.c (simplify_subreg): Likewise.
2805         * stmt.c (expand_decl): Likewise.
2806         * rtl.def (REG): Add new field.
2807         * rtl.h (struct reg_attrs): New.
2808         (rtunion_def): At rtreg.
2809         (X0MEMATTR): Add checking.
2810         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
2811         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
2812         Declare.
2813         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
2814
2815 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
2816
2817         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
2818         (xtensa_emit_call, print_operand): Fix printf format strings
2819         to avoid compile warnings.
2820         (xtensa_function_prologue, xtensa_function_epilogue): Change type
2821         of "size" argument to HOST_WIDE_INT to fix compile warnings.
2822         * config/xtensa/xtensa-protos.h
2823         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
2824
2825 Fri Jan 24 23:03:32 CET 2003  Jan Hubicka  <jh@suse.cz>
2826
2827         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
2828         (implicit_built_in_decls): New global array.
2829         (mathfn_built_in): New global function.
2830         (fold_trunc_transparent_mathfn): New static function
2831         (expand_builtin_strstr, expand_bultin_strchr,
2832         expand_builtin_strpbrk, expand_builtin_strcpy,
2833         expand_builtin_strncpy, expand_bultin_strcmp,
2834         expand_bultin_strncat, expand_builtin_fputs): Use
2835         implicint_built_in_decls.
2836         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
2837         * builtins.def: Fix comments.
2838         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
2839         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
2840         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
2841         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
2842         (DEF_C99_C90RES_BULTIN): New.
2843         (*f, *l builtins): Update.
2844         * c-common.c (DEF_BUILTIN): Initialize implicit array.
2845         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
2846         * convert.c (strip_float_extensions): New global function.
2847         * tree.h (DEF_BUILTIN): Accept 10 arguments.
2848         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
2849         Declare.
2850         * java/builtins.c (define_builtin): Handle implicit.
2851         (DEF_BUILTIN): Update.
2852         * tm.texi (TARGET_C99_FUNCTIONS): Document.
2853         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
2854         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
2855         when using glibc2.
2856
2857 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
2858
2859         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
2860         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
2861         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
2862         * config/xtensa/crti.asm: New file.
2863         * config/xtensa/crtn.asm: New file.
2864         * config/xtensa/t-elf: New file.
2865         * config/xtensa/t-linux: New file.
2866         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
2867         Move various CFLAGS settings to new t-elf file.
2868
2869 2003-01-24  Richard Henderson  <rth@redhat.com>
2870
2871         PR optimization/4382
2872         * tree-inline.c (find_builtin_longjmp_call_1): New.
2873         (find_builtin_longjmp_call): New.
2874         (inlinable_function_p): Use it.
2875
2876 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2877
2878         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
2879         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2880         * config/i386/i386.c (function_arg_pass_by_reference): New.
2881         (ix86_va_arg): Support arguments passed by reference.
2882
2883 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2884
2885         * cfgloopanal.c: New file.
2886         * cfgloopmanip.c: New file.
2887         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
2888         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
2889         cfglayout.o): Add dependency on cfgloop.h.
2890         (cfgloop.o): Add flags.h dependency.
2891         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
2892         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
2893         (struct loop, struct loops, flow_loops_find, flow_loops_update,
2894         flow_loops_free, flow_loops_dump, flow_loop_dump,
2895         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
2896         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
2897         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
2898         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
2899         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
2900         find_common_loop, verify_loop_structure): Declarations moved to ...
2901         * cfgloop.h: New file.
2902         * bb-reorder.c (reorder_basic_blocks): Modified.
2903         * cfglayout.c: Include cfgloop.h.
2904         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
2905         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
2906         (break_superblocks): New static function.
2907         (cfg_layout_finalize): Use it.
2908         (cfg_layout_split_block): New function.
2909         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
2910         fields.
2911         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
2912         changed.
2913         (cfg_layout_split_block): Declare.
2914         * cfgloop.c: Include cfgloop.h and flags.h.
2915         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
2916         get_loop_body): Avoid signed versus unsigned comparison warnings.
2917         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
2918         loop_latch_edge): Modified.
2919         (verify_loop_structure): Modified to use flags stored in loop structure;
2920         check irreducible loops.
2921         (cancel_loop, cancel_loop_tree): New functions.
2922         (estimate_probability): Use loop analysis code for predictions.
2923         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
2924         warnings.
2925         * doloop.c: Include cfgloop.h.
2926         * loop.c: Include cfgloop.h.
2927         * predict.c: Include cfgloop.h.
2928         * toplev.c: Include cfgloop.h.
2929         * unroll.c: Include cfgloop.h.
2930         * tracer.c (tracer): Modified.
2931
2932 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
2933
2934         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
2935
2936 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
2937
2938         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
2939         * configure: Regenerate.
2940
2941         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
2942         (tls_symbolic_reference_mentioned_p): Add prototype.
2943         (s390_tls_get_offset): Add prototype.
2944         (emit_pic_move): Remove prototype, replace by ...
2945         (emit_symbolic_move): .. this new prototype.
2946
2947         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
2948         (tls_model_chars): New global variable.
2949         (s390_encode_section_info): Encode TLS model.
2950         Use targetm.binds_local_p to check for local symbols.
2951         (s390_strip_name_encoding): New function.
2952         (TARGET_STRIP_NAME_ENCODING): Define.
2953
2954         (get_thread_pointer): New function.
2955         (legitimize_tls_address): New function.
2956         (legitimize_address): Call it.
2957         (emit_pic_move): Remove, replace by ...
2958         (emit_symbolic_move): ... this new function.
2959
2960         (larl_operand): Handle TLS operands.
2961         (legitimate_constant_p): Likewise.
2962         (s390_decompose_address): Likewise.
2963         (s390_cannot_force_const_mem): New function.
2964         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
2965
2966         (s390_output_symbolic_const): Handle TLS unspecs.
2967         (print_operand): New code 'J'.
2968         (machine_function): Add struct member 'some_ld_name'.
2969         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
2970
2971         (enum s390_builtin): New type.
2972         (code_for_builtin_64, code_for_builtin_31): New global variables.
2973         (s390_init_builtins, s390_expand_builtin): New functions.
2974         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
2975
2976         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
2977         (ASM_OUTPUT_LABELREF): Define.
2978         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
2979
2980         * config/s390/s390.md: Define TLS UNSPEC constants.
2981         ("movdi", "movsi"): Handle TLS operands.
2982         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
2983         ("*tls_load_64", "*tls_load_31"): New insns.
2984         ("call_value_tls", "call_value_tls_exp"): New expanders.
2985         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
2986         "bas_tls_64", "bas_tls_31"): New insns.
2987
2988 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2989
2990         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
2991         spe ABI is configured, if requested.
2992
2993 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2994
2995         * doc/passes.texi: Fix typo.
2996
2997 2003-01-24  Andreas Schwab  <schwab@suse.de>
2998
2999         * stor-layout.c (excess_unit_span): Only define if used.
3000
3001 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
3002
3003         * gcc/doc/invoke.texi (Optimization Options): List -O levels
3004         for each optimization flag.
3005
3006 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
3007
3008         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
3009
3010 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3011
3012         * doc/bugreport.texi: Use @command instead of @code for commands.
3013         * doc/collect2.texi: Likewise.
3014         * doc/headerdirs.texi: Likewise.
3015         * doc/invoke.texi: Likewise.
3016         * doc/standards.texi: Likewise.
3017         * doc/tm.texi: Likewise.
3018         * doc/trouble.texi: Likewise.
3019
3020 2003-01-24  Nick Clifton  <nickc@redhat.com>
3021
3022         * config/arm/arm.c (use_return_insn): Do not use a single return
3023         instruction for interrupt handelrs which have to create a stack
3024         frame.
3025         (arm_expand_prologue): Do not pre-bias the return address of
3026         interrupt handlers which create a stack frame.
3027
3028 2003-01-24  Nick Clifton  <nickc@redhat.com>
3029
3030         * Add sh2e support:
3031
3032         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
3033
3034                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
3035                 med_cbranches.  Fix logic in short_cbranches.
3036
3037         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
3038
3039                 * config/sh/sh.md (delay for cbranch): Don't annul delay
3040                 slots on SH2e.
3041                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
3042                 cbranch with unfilled delay slot on SH2e.
3043                 (output_branch): Fill with a nop the delay slot of a
3044                 branch that required a delay slot but didn't get one.
3045
3046         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
3047
3048                 * doc/invoke.texi (SH options): Document -m2e.
3049                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
3050                 * config/sh/lib1funcs.asm: Likewise.
3051                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
3052                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
3053                 not __sh1__.
3054                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
3055                 SH2E up.
3056                 (SH3E_BIT): Renamed to...
3057                 (SH_E_BIT): ... this.  Replace all uses.
3058                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
3059                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
3060                 (TARGET_SWITCHES): Added 2e.
3061                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
3062                 (processor_type): Added PROCESSOR_SH2E.
3063                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
3064                 TARGET_SH2E, except in sqrtsf2_i.
3065                 (attribute cpu): Added sh2e.
3066                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
3067                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
3068                 * config.gcc: Add sh2e target support.
3069
3070 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
3071
3072         Rename -W to -Wextra.
3073         * c-decl.c:  Update comments.
3074         * c-typeck.c:  Likewise.
3075         * flags.h:  Likewise.
3076         * function.c:  Likewise.
3077         * stmt.c:  Likewise.
3078         * toplev.c:  Update comments.
3079         (W_options):  Add 'extra'.
3080         (display_help):  Remove '-W'.
3081         (decode_W_option):  Special warn_uninitialized treatment in the case
3082         of -Wextra.
3083         * doc/invoke.texi:  Update with new entries.
3084
3085 2003-01-23  Richard Henderson  <rth@redhat.com>
3086
3087         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
3088         in no-else-block case.  Add commentary.
3089
3090 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3091
3092         * configure.in: Revert last change.
3093
3094 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3095
3096         * configure.in: Don't include ansidecl.h in tconfig.h.
3097         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
3098         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
3099         ATTRIBUTE_UNUSED.
3100
3101         * configure: Regenerate.
3102
3103 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3104
3105         PR java/6748
3106         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
3107         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
3108         kernels.
3109
3110 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3111
3112         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
3113
3114 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
3115
3116         * genattrtab.c (write_attr_get): Mark 'insn' paramter
3117         as ATTRIBUTE_UNUSED.
3118
3119 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
3120
3121         * arm.c (thumb_base_register_rtx_p): New function.
3122         (thumb_index_register_rtx_p): New function.
3123         (thumb_legitimate_address_p): New function.
3124         (thumb_legitimate_offset_p): New function.
3125         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
3126         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
3127         definitions.
3128         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
3129         (THUMB_LEGITIMATE_OFFSET): Delte.
3130         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
3131         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
3132         (thumb_legitimate_offset_p): Likewise.
3133
3134 2003-01-23  Andreas Schwab  <schwab@suse.de>
3135
3136         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
3137
3138 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3139
3140         * fixinc/Makefile.in (FL_LIST): Revert last change.
3141
3142 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3143
3144         PR other/7341
3145         * invoke.texi (ftest-coverage): Fix broken cross-reference.
3146         Change @code to @command for gcov command.
3147
3148         * gcc.texi: Adjust title of gcov section.
3149         Adjust copyright.
3150         * gcov.texi: Likewise.
3151
3152 2003-01-22  Roger Sayle  <roger@eyesopen.com>
3153
3154         PR optimization/8423
3155         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
3156         its argument is constant, or 0 if !flag_gcse.
3157         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
3158         if it's argument is constant.
3159         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
3160         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
3161         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
3162         * builtins.c (purge_builtin_constant_p): New function to force
3163         instantiation of any remaining CONSTANT_P_RTX nodes.
3164         * rtl.h (purge_builtin_constant_p): Prototype here.
3165         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
3166         pass after GCSE and before loop.
3167         (flag_gcse): No longer static.
3168         * flags.h (flag_gcse): Prototype here.
3169
3170 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
3171
3172         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
3173         introduced by last change.
3174
3175 2003-01-22  Andreas Schwab  <schwab@suse.de>
3176
3177         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
3178
3179 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
3180
3181         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
3182         request a scratch reg on H8S when the shift count is 8.
3183
3184 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
3185
3186         * config/s390/s390-protos.h (preferred_la_operand_p):
3187         Remove second parameter.
3188         * config/s390/s390.c (preferred_la_operand_p): Likewise.
3189         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
3190         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
3191         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
3192         Add peepholes to transform ADD to LOAD ADDRESS.
3193
3194 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
3195
3196         * arm.c (arm_address_register_rtx_p): New function.
3197         (arm_legitimate_address_p): New function.
3198         (arm_legitimate_index_p): New function.
3199         (legitimize_pic_address): Use arm_legitimate_index_p.
3200         * arm-protos.h (arm_legtimate_address_p): Add prototype.
3201         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
3202         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
3203
3204 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
3205
3206         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
3207         * config/s390/2064.md (define_bypass): Correct 'Load' and
3208         'Load-address' bypass values.
3209
3210 2003-01-22  Andreas Schwab  <schwab@suse.de>
3211
3212         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
3213
3214 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
3215
3216         * genautomata.c (output_internal_insn_latency_func,
3217         output_print_reservation_func): Short circuit when there is no
3218         automaton to generate code for.
3219
3220 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3221
3222         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
3223         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
3224
3225 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
3226
3227         * config/rs6000/rs6000.md: Remove warning.
3228         (builtin_setjmp_receiver): Likewise.
3229         * config/darwin.c (update_stubs): Slightly improve terrible hack
3230         with identifiers.  Add comment pointing out problems with it.
3231         (update_non_lazy_ptrs): Likewise.
3232
3233 2003-01-21  Richard Henderson  <rth@redhat.com>
3234
3235         * dwarf2out.c (lookup_filename): Fix printf format warning.
3236         * system.h (fread_unlocked, fwrite_unlocked): Undef.
3237
3238         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
3239         (fixincl.o-warn, gnu-regex.o-warn): New.
3240         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
3241         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
3242         * fixinc/fixincl.c (process): Fix printf format warning.
3243
3244 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
3245
3246         * dwarf2out (output_file_names): Don't crash if called
3247         with empty file_table.
3248
3249 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
3250
3251         * genautomata.c (output_internal_insn_latency_func): Add
3252         missing break statement to generated code.
3253
3254 2003-01-21  Roger Sayle  <roger@eyesopen.com>
3255
3256         * stmt.c (same_case_target_p): New function to determine whether
3257         two case labels branch to the same target.  Split out from...
3258         (group_case_nodes): ... here.  Use same_case_target_p instead.
3259         (strip_default_case_nodes): Remove explicit case nodes
3260         that branch to the default destination.
3261         (expand_end_case_type): Call strip_default_case_nodes after
3262         group_case_nodes, to simplify the case-list before we count it.
3263         Only generate table_label RTX when actually needed.  Try to share
3264         thiscase->exit_label and thiscase->data.case_stmt.default_label
3265         when a switch has no explicit default case.  Simplify test for
3266         constant index.
3267
3268 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
3269
3270         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
3271         \t.
3272         (*negsf2_h8300hs): Likewise.
3273         (*addsi3_lshiftrt_16_zexthi): Likewise.
3274         (*iorhi3_lshiftrt_8): Likewise.
3275
3276 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
3277
3278         * dwarf2out.c (fde_table_in_use): Mark GTY.
3279         (dwarf2out_cfi_label_num): New variable, marked GTY.
3280         (dwarf2out_cfi_label): Use it instead of static label_num.
3281         * emit-rtl.c (label_num): Mark GTY.
3282
3283 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
3284
3285         * config/h8300/h8300.c (output_plussi): Support H8/300.
3286         (compute_plussi_length): Likewise.
3287         (compute_plussi_cc): Likewise.
3288         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
3289         output assembly instructions.
3290
3291 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3292
3293         * calls.c (fix_unsafe_tree): Prototype.
3294
3295         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
3296         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
3297         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
3298         c-parse.o-warn): Add -Wno-error.
3299         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
3300
3301         * configure.in (--enable-werror): Add new flag.
3302         * doc/install.texi (--enable-werror): Document.
3303         * configure: Regenerate.
3304
3305         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
3306
3307 2003-01-21  Andreas Schwab  <schwab@suse.de>
3308
3309         * genautomata.c (output_internal_insn_latency_func): Fix missing
3310         close paren in output.
3311
3312 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
3313
3314         * genautomata.c: Space savings in generated code:
3315         (output_dfa_insn_code_func): Split out the table-enlargement
3316         path to an out-of-line static function, dfa_insn_code_enlarge.
3317         (output_internal_insn_latency_func): Use a lookup table for the
3318         default latencies.
3319         (output_print_reservation_func): Use a lookup table for the
3320         strings.
3321
3322 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3323
3324         PR opt/7507
3325         * calls.c (fix_unsafe_tree): Split out from ...
3326         (expand_call): ... here.  Use it on the function address too.
3327
3328 2003-01-20  Richard Henderson  <rth@redhat.com>
3329
3330         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
3331
3332 2003-01-20  Richard Henderson  <rth@redhat.com>
3333
3334         PR opt/7154
3335         * stmt.c (expand_asm_operands): Validize memory operands.
3336
3337 2003-01-20  Richard Henderson  <rth@redhat.com>
3338
3339         PR opt/8848
3340         * ifcvt.c (noce_process_if_block): Correct arguments to
3341         modified_between_p for no-else-block case.
3342
3343 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3344
3345         * config/h8300/h8300.c (const_costs): Remove a warning.
3346         (output_plussi): Likewise.
3347         (compute_plussi_length): Likewise.
3348         (compute_plussi_cc): Likewise.
3349
3350 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3351
3352         * config/h8300/h8300.md (addsi_h8300): Remove the last
3353         alternative.
3354
3355 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3356
3357         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
3358
3359 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3360
3361         * system.h (__NO_STRING_INLINES): Define.
3362
3363 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3364
3365         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
3366         is not a scalar int mode.
3367
3368 2003-01-20  Roger Sayle  <roger@eyesopen.com>
3369
3370         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
3371         insn's notes following a substitution inside a libcall.
3372
3373 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
3374
3375         * configure.in: Check for system-provided 'uchar' type.
3376         * configure, config.in: Regenerate.
3377         * cpphash.h: Only typedef 'uchar' if the system doesn't.
3378
3379 2003-01-20  Richard Henderson  <rth@redhat.com>
3380
3381         * expr.h (MUST_PASS_IN_STACK): Move implementation...
3382         * calls.c (default_must_pass_in_stack): ... here.
3383
3384 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
3385
3386         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
3387
3388         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
3389
3390         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
3391         Wrap up definition of `insn_alts'.
3392
3393         * genattrtab.c (main): Wrap up `insn_alts'.
3394
3395 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3396
3397         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
3398         prototyping.
3399         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
3400
3401         * config.in, configure: Regenerate.
3402
3403 2003-01-20  Nick Clifton  <nickc@redhat.com>
3404
3405         * config/arm/arm.md (sibcall_epilogue): Add an
3406         UNSPEC_PROLOGUE_USE to prevent the link register from being
3407         considered dead.
3408
3409 Mon Jan 20 14:36:23 CET 2003  Jan Hubicka  <jh@suse.cz>
3410
3411         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
3412
3413 2003-01-20  Andreas Schwab  <schwab@suse.de>
3414
3415         * system.h: Don't declare strsignal if the decl test hasn't been
3416         run yet.
3417
3418 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3419
3420         * config/h8300/h8300.c (notice_update_cc): Don't assume that
3421         recog_data.operands[0] is always associated with cc0.
3422
3423 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
3424
3425         * collect2.c (ldgetname): Expand declaration to prototype.
3426         * read-rtl.c (atoll): Add prototype.
3427         * system.h (strsignal): Also declare if no declaration found.
3428
3429 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
3430
3431         * config.gcc (mips64*-*-linux*): Added.
3432         * config/mips/linux64.h, config/mips/t-linux64: New file.
3433         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
3434         * config/mips/mips.c (override_options): Use it.
3435         * config/mips/mips.h (TARGET_SWITCHES): Added...
3436         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
3437         * Makefile.in (SPECS): New.
3438         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
3439         * gcc.c (process_command): Move self-spec processing past spec
3440         file loading.
3441         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
3442         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
3443         CRTSTUFF_T_CFLAGS.
3444         (SPECS): Document.
3445         * doc/invoke.texi (-mabi-fake-default): Document.
3446
3447 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
3448
3449         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
3450         z_reg, z_reg_qi): Declare static and GTY().
3451         (da_reg): Remove.
3452         (create_regs_rtx): Don't create da_reg.
3453         ("gt-m68hc11.h"): Include for GTY roots.
3454         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
3455         and GTY() here.
3456         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
3457         (m68hc11_soft_tmp_reg): Likewise.
3458         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
3459
3460 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
3461
3462         * basic-block.h: Fix comment formatting.
3463         * calls.c: Likewise.
3464         * combine.c: Likewise.
3465         * convert.c: Likewise.
3466         * gcov.c: Likewise.
3467         * haifa-sched.c: Likewise.
3468         * libgcc2.c: Likewise.
3469         * loop.c: Likewise.
3470         * profile.c: Likewise.
3471         * system.h: Likewise.
3472
3473 2003-01-18  Roger Sayle  <roger@eyesopen.com>
3474
3475         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
3476
3477 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3478
3479         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
3480
3481 2003-01-17  Dale Johannesen  <dalej@apple.com>
3482
3483         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
3484           (*floatunssidf2_internal):  Ditto.
3485
3486 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
3487
3488         * alias.c: Fix comment typos.
3489         * basic-block.h: Likewise.
3490         * c-common.c: Likewise.
3491         * c-common.h: Likewise.
3492         * c-decl.c: Likewise.
3493         * c-opts.c: Likewise.
3494         * c-pragma.c: Likewise.
3495         * c-pretty-print.h: Likewise.
3496         * cfg.c: Likewise.
3497         * cfganal.c: Likewise.
3498         * cfgbuild.c: Likewise.
3499         * cfgcleanup.c: Likewise.
3500         * cfglayout.c: Likewise.
3501         * cfgrtl.c: Likewise.
3502         * convert.c: Likewise.
3503         * cpphash.h: Likewise.
3504         * cpplex.c: Likewise.
3505         * cpplib.h: Likewise.
3506         * df.h: Likewise.
3507         * diagnostic.c: Likewise.
3508         * diagnostic.h: Likewise.
3509         * dwarf2.h: Likewise.
3510
3511 2003-01-17  Stan Shebs  <shebs@apple.com>
3512
3513         * config/darwin-protos.h: Forward-declare struct cpp_reader.
3514
3515 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
3516
3517         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
3518         mistake in last checkin.
3519
3520 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
3521
3522         * et-forest.c: Fix comment typos.
3523         * et-forest.h: Likewise.
3524         * except.c: Likewise.
3525         * expr.c: Likewise.
3526         * flags.h: Likewise.
3527         * flow.c: Likewise.
3528         * gcc.c: Likewise.
3529         * gcse.c: Likewise.
3530         * genattrtab.c: Likewise.
3531         * genautomata.c: Likewise.
3532         * gengtype.c: Likewise.
3533         * genrecog.c: Likewise.
3534         * global.c: Likewise.
3535         * gthr-rtems.h: Likewise.
3536
3537 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3538
3539         * i386.c (x86_function_profiler): Fix format specifier.
3540
3541 2003-01-17  Richard Henderson  <rth@redhat.com>
3542
3543         * gengtype.c (walk_type): Allow paramN_is.
3544
3545 2003-01-17  Nick Clifton  <nickc@redhat.com>
3546
3547         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
3548
3549 2003-01-16  Richard Henderson  <rth@redhat.com>
3550
3551         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
3552
3553 2003-01-16  Richard Henderson  <rth@redhat.com>
3554
3555         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
3556         (alpha_next_sequence_number): Likewise.
3557         (alpha_this_literal_sequence_number): Likewise.
3558         (alpha_this_gpdisp_sequence_number): Likewise.
3559         (struct alpha_funcs, alpha_funcs_num): Likewise.
3560         (struct alpha_links): Fix branch merge error.
3561         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
3562
3563 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
3564
3565         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
3566         R. Ghazi.
3567
3568 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
3569
3570         * ifcvt.c: Fix comment typos.
3571         * lcm.c: Likewise.
3572         * libgcc2.c: Likewise.
3573         * local-alloc.c: Likewise.
3574         * loop.c: Likewise.
3575         * predict.c: Likewise.
3576         * ra-build.c: Likewise.
3577         * ra.c: Likewise.
3578         * ra-colorize.c: Likewise.
3579         * ra.h: Likewise.
3580         * ra-rewrite.c: Likewise.
3581         * regmove.c: Likewise.
3582         * reload.h: Likewise.
3583         * rtlanal.c: Likewise.
3584         * toplev.c: Likewise.
3585         * tree.h: Likewise.
3586         * unwind-dw2-fde-glibc.c: Likewise.
3587         * vmsdbgout.c: Likewise.
3588
3589 2003-01-16  Richard Henderson  <rth@redhat.com>
3590
3591         * dwarf2out.c (struct file_table): Remove.
3592         (FILE_TABLE_INCREMENT): Remove.
3593         (file_table): Make a varray; mark for GC.  Update all users.
3594         (file_table_last_lookup_index): Extract from struct file_table.
3595         (output_file_names): Fix unsigned compare warnings.
3596         (add_name_attribute): Remove inline marker.
3597         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
3598         (lookup_filename): Don't manage size of file_table.
3599         (init_file_table): Allocate file_table with GC.
3600         (dwarf2out_init): Don't record main_input_filename here.
3601         (dwarf2out_finish): Do it here instead.
3602
3603 2003-01-16  Bruce Korb  <bkorb@gnu.org>
3604
3605         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
3606
3607 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
3608
3609         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
3610         instead of rotldi3_mextr.
3611
3612 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
3613
3614         * haifa-sched.c (move_insn): Restore moving all schedule group.
3615         (set_priorities): Restore taking SCHED_GROUP_P into account.
3616
3617         * sched-deps.c (add_dependence): Restore processing the last group
3618         insn.
3619         (remove_dependence, group_leader): Restore the functions.
3620         (set_sched_group_p): Restore adding dependencies from previous insn
3621         in the group.
3622         (compute_forward_dependences): Restore usage of group_leader.
3623
3624         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
3625         account.
3626
3627         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
3628         account.
3629         (can_schedule_ready_p): Ditto.
3630         (add_branch_dependences): Restore skipping over the group insns.
3631
3632 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
3633
3634         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
3635         68HC12 pre/post inc/dec side effects.
3636
3637 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
3638
3639         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
3640
3641 Thu Jan 16 21:50:25 2003  J"orn Rennecke <amylaar@onetel.net.uk>
3642
3643         * sh.md (mshflo_w_x): Fix description of operation.
3644
3645 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
3646
3647         * config/rs6000/rs6000.h: Mention Altivec registers in
3648         commentary.  Fix typo.
3649
3650 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
3651
3652         * config/rs6000/rs6000.md (movti_string): Remove clobber.
3653         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
3654         generate PARALLEL with clobber for TARGET_POWER.
3655
3656 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3657
3658         * ra-colorize.c (colorize_one_web): Initialize variable.
3659         * regmove.c (fixup_match_1): Likewise.
3660         * reload1.c (reload_as_needed): Likewise.
3661         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
3662
3663 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3664
3665         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
3666
3667 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3668
3669         * dbxout.c (lastfile, cwd): Fix `unused' warning.
3670         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
3671         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
3672         is_main_source, file_table, decl_die_table_in_use,
3673         abbrev_die_table_in_use, line_info_table_in_use,
3674         separate_line_info_table_in_use, pubname_table_in_use,
3675         arange_table_in_use, ranges_table_in_use,
3676         current_function_has_inlines): Likewise.
3677         * flow.c (life_analysis): Likewise.
3678         * genemit.c (gen_insn): Likewise.
3679         * protoize.c (cplus_suffix): Likewise.
3680
3681         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
3682         * arm.h (ROUND_UP_WORD): Likewise.
3683
3684         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
3685         warning.
3686         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
3687         init_emit_once): Likewise.
3688         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
3689         Likewise.
3690         * function.c (assign_stack_temp_for_type): Likewise.
3691         * loop.c (loop_invariant_p): Likewise.
3692         * recog.c (push_operand): Likewise.
3693         * regclass.c (init_reg_sets_1): Likewise.
3694         * reload.c (update_auto_inc_notes): Likewise.
3695         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
3696         * stmt.c (expand_asm_operands): Likewise.
3697         * stor-layout.c (start_record_layout): Likewise.
3698
3699 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
3700
3701         * config/c4x/c4x.md (epilogue): Correct last patch.
3702
3703 2003-01-15  Richard Henderson  <rth@redhat.com>
3704
3705         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
3706         also check that GP is being used.
3707         (alpha_find_lo_sum_using_gp): New.
3708         (alpha_does_function_need_gp): Use get_attr_usegp.
3709         * config/alpha/alpha-protos.h: Update.
3710         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
3711         as needed.
3712
3713 2003-01-15  Roger Sayle  <roger@eyesopen.com>
3714
3715         * gcse.c (one_cprop_pass): Change function arguments to take both
3716         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
3717         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
3718         (bypass_jumps): New function to perform separate jump bypassing pass.
3719         * rtl.h (bypass_jumps): Add function prototype.
3720         * timevar.def (TV_BYPASS): New timing variable.
3721         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
3722         (dump_file): New entry for the bypass RTL dump file.
3723         (rest_of_compilation): Insert new jump bypassing optimization
3724         pass after loop.
3725         * doc/passes.texi: Document new pass.
3726
3727 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3728
3729         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
3730         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
3731         * pa.h (TARGET_SOM_SDEF): Define.
3732         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
3733
3734 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
3735
3736         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
3737         allocate 4-bytes of locals on 68HC11.
3738         (expand_epilogue): Likewise.
3739         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
3740
3741 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
3742
3743         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
3744         and -mshort-double to the assembler to specify the ABI.
3745         (LINK_SPEC): Likewise.
3746         (CPP_SPEC): Pass HCS12 specific define.
3747         (MASK_M68S12): New define.
3748         (TARGET_M68S12): Likewise.
3749         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
3750         (TARGET_VERSION): Update.
3751         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
3752         (LINK_SPEC): Update.
3753         (ASM_SPEC): Update.
3754         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
3755         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
3756
3757 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
3758
3759         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
3760         the return code.
3761
3762 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3763
3764         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
3765         flag before setting it.
3766
3767 2003-01-15  Roger Sayle  <roger@eyesopen.com>
3768
3769         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
3770         when loop condition is known true, i.e.  "while (1) { ... }".
3771         (genrtl_for_stmt): Similarly for "for" statements.
3772
3773 2003-01-15  Roger Sayle  <roger@eyesopen.com>
3774
3775         * real.c (real_sqrt): Return a bool result indicating whether
3776         a floating point exception or trap should be raised.
3777         * real.h (real_sqrt): Update function prototype.
3778         * builtins.c (fold_builtin): Only fold non-trapping square
3779         roots unless we're ignoring errno and trapping math.
3780
3781 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
3782
3783         * expr.h (emit_conditional_add): Add PARAMS to declaration.
3784         * gengtype-lex.l (malloc, realloc): Move defines after include of
3785         system.h.  Remove duplicate include of system.h.
3786
3787 2003-01-15  Roger Sayle  <roger@eyesopen.com>
3788
3789         PR middle-end/9009
3790         * optabs.c (expand_unop):  When manipulating the FP sign bit
3791         using integer operations, account for targets with different
3792         integer and FP word orders.
3793         (expand_abs): Likewise.
3794
3795 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
3796
3797         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
3798         file extension in section name.
3799
3800 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
3801
3802         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
3803         constant offset.
3804
3805 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
3806
3807         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
3808         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
3809         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
3810         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
3811
3812 Wed Jan 15 12:23:21 CET 2003  Jan Hubicka  <jh@suse.cz>
3813
3814         PR f/9258
3815         * global.c (struct allocno): Add no_stack_reg.
3816         (global_conflicts): Set no_stack_reg.
3817         (find_reg): Use it.
3818
3819         * convert.c (convert_to_real): Fold - and abs only when profitable.
3820         * fold-const.c (fold): Fold truncates in - and abs.
3821
3822 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3823
3824         Segher Boessenkool  <segher@koffie.nl>
3825
3826         * predict.c (real_inv_br_prob_base): New variable.
3827         (propagate_freq): Use multiply by reciprocal instead of
3828         division.  Don't divide by 1.0 at all.
3829         (estimate_bb_frequencies): Similar.
3830
3831 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3832
3833         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
3834         * configure: Rebuilt.
3835
3836 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
3837
3838         * config/s390/s390.c (s390_safe_attr_type): New function.
3839         (s390_use_dfa_pipeline_interface): New function, return true for z900.
3840         (s390_issue_rate): New function.
3841         (s390_agen_dep_p): New function.
3842         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
3843         (s390_adjust_cost): Return 'cost' if new DFA is used.
3844         (s390_adjust_priority): Delete function.
3845         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
3846         * config/s390/s390.md (atype attribute): Attribute 'atype' default
3847         determined by 'op_type'.
3848         (type attribute): Added more type attributes.
3849         * config/s390/2064.md: New DFA description for z900 pipeline.
3850
3851 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3852
3853         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
3854         forced to memory.  Fixes PR bootstrap/9036.
3855
3856         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
3857         to set $gp before the call.
3858
3859 2003-01-14  Richard Henderson  <rth@redhat.com>
3860
3861         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
3862         for force_const_mem.
3863
3864 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3865
3866         * genattr.c (main): Rearrange output to avoid prototype warning.
3867         * genautomata.c (transform_3): Fix ambiguous-else warning.
3868         * local-alloc.c (requires_inout): Add parentheses around
3869         assignment used as truth-value.
3870         * timevar.c: Move system includes above local includes.  Include
3871         toplev.h
3872         * Makefile.in (timevar.o): Depend on toplev.h.
3873
3874 2003-01-14  Denis Chertykov  <denisc@overta.ru>
3875
3876         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
3877         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
3878
3879         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
3880         attributes.
3881         (TARGET_ATTRIBUTE_TABLE): New macro.
3882         (valid_machine_type_attribute): Remove.
3883         (valid_machine_decl_attribute): Remove.
3884         (ip2k_handle_progmem_attribute): New function.
3885         (ip2k_handle_fndecl_attribute): New function.
3886
3887 2003-01-10  Andrew Haley  <aph@redhat.com>
3888
3889         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
3890         registers to be in correct order.  Add rip.
3891
3892 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
3893
3894         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
3895         (*iorsi3_and_lshiftrt_9_sb): Likewise.
3896
3897 Tue Jan 14 00:45:33 CET 2003  Jan Hubicka  <jh@suse.cz>
3898
3899         * convert.c (strip_float_extensions):  Look for narrowest type handling
3900         FP constants.
3901
3902         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
3903         float1 CMP float2.
3904         * convert.c (strip_float_extensions): Make global.
3905         * tree.h (strip_float_extensions): Declare.
3906
3907 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3908
3909         * timevar.def: define TV_NAME_LOOKUP.
3910         * timevar.c (timevar_pop): Be verbose when aborting.
3911
3912 2003-01-13  Andreas Schwab  <schwab@suse.de>
3913
3914         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
3915         $(parsedir), just move the temporary file at the end.
3916         ($(parsedir)/gengtype-yacc.c): Likewise.
3917
3918 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
3919
3920         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
3921         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
3922         splitting.
3923         * configure: Rebuilt.
3924
3925 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3926
3927         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
3928         internal_mcount): Don't use PARAMS.
3929         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
3930         ISO C style.
3931         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
3932
3933 2003-01-13  Andreas Schwab  <schwab@suse.de>
3934
3935         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
3936         directive.
3937
3938 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
3939
3940         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
3941         (*iorsi3_and_lshiftrt_n_sb): Likewise.
3942
3943 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
3944
3945         PR c++/9264
3946         * c-lex.c (c_lex): Set the token value to error_mark_node for
3947         invalid numeric constants.
3948
3949 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3950
3951         * c-pch.c (asm_file_startpos): Change to `long'.
3952         (pch_init): Use ftell, not ftello.
3953         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
3954         Use `long' instead of `off_t'.
3955         (c_common_read_pch): Likewise.
3956         * ggc-common.c (gt_pch_save): Use long/ftell instead of
3957         off_t/ftello.
3958
3959 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
3960
3961         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
3962
3963 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
3964
3965         * arm-protos.h (struct cpp_reader): Add declaration.
3966
3967 Sat Jan 11 11:02:58 CET 2003  Jan Hubicka  <jh@suse.cz>
3968
3969         PR target/9068
3970         * i386.c (output_fp_compare): Fix typo.
3971
3972 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
3973
3974         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
3975
3976 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
3977
3978         * Makefile.in (parsedir): New variable.
3979         (docobjdir): New variable.
3980         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
3981         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
3982         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
3983         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
3984         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
3985         Use docobjdir.
3986         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
3987         objc.maintainer-clean): Use parsedir.
3988
3989         * varasm.c (struct constant_descriptor_rtx): Remove unused
3990         `label' field.
3991
3992         * toplev.c (documented_lang_options): Document -Winvalid-pch.
3993
3994 2003-01-10  Richard Henderson  <rth@redhat.com>
3995
3996         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
3997         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
3998
3999 2003-01-10  Richard Henderson  <rth@redhat.com>
4000
4001         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
4002         not INTEGRAL_MODE_P when widening extensions.
4003
4004 2003-01-10  Richard Henderson  <rth@redhat.com>
4005
4006         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
4007
4008 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
4009
4010         * ggc-page.c (ggc_collect): Avoid overflow computing
4011         min_expand.
4012
4013         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
4014         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
4015         Remove calls.
4016         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
4017
4018 Fri Jan 10 22:05:35 CET 2003  Jan Hubicka  <jh@suse.cz>
4019
4020         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
4021         with weird operands.
4022
4023 2003-01-10  Dale Johannesen <dalej@apple.com>
4024
4025         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
4026         parameters.  Call check_sibcall_argument_overlap if indicated.
4027         (check_sibcall_argument_overlap):  Add mark_stored_args_map
4028         parameter.  Don't mark parameter area as clobbered if not set.
4029         (expand_call):  Adjust calls to above.
4030
4031 2003-01-10 Kelley Cook <kelleycook@comcast.net>
4032
4033         * configure.in (linker read-only and read-write section mixing):
4034         Squelch some assembler warnings.
4035         * configure: Likewise.
4036
4037 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
4038
4039         * doc/invoke.texi: Document -mtune, delete -mcpu
4040         option for S/390 and zSeries.
4041         * config/s390/s390.c (s390_tune_string) New variable.
4042         (s390_cpu_string) Delete variable.
4043         (override_options): Use s390_tune_string instead of
4044         s390_cpu_string.
4045         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
4046
4047 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
4048
4049         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
4050
4051 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4052
4053         * jump.c (next_nonnote_insn_in_loop): New function.
4054         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
4055         next_nonnote_insn.
4056         (duplicate_loop_exit_test). Likewise.
4057
4058 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4059
4060         Merge from pch-branch:
4061
4062         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
4063
4064         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
4065         load.
4066
4067         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
4068
4069         * cpplib.c (count_registered_pragmas): New function.
4070         (save_registered_pragmas): New function.
4071         (_cpp_save_pragma_names): New function.
4072         (restore_registered_pragmas): New function.
4073         (_cpp_restore_pragma_names): New function.
4074         * cpphash.h (_cpp_save_pragma_names): Prototype.
4075         (_cpp_restore_pragma_names): Likewise.
4076         * cpppch.c (struct save_macro_item): Split from save_macro_data.
4077         (struct save_macro_data): New field 'saved_pragmas'.
4078         (save_macros): Update for changes to struct save_macro_data.
4079         (cpp_prepare_state): Call _cpp_save_pragma_names, update
4080         for changes to struct save_macro_data.
4081         (cpp_read_state): Call _cpp_restore_pragma_names, update
4082         for changes to struct save_macro_data.
4083
4084         * cpppch.c (cpp_read_state): Restore the hashtable references
4085         in the cpp_reader.
4086
4087         * tree.h (built_in_decls): Mark for PCH.
4088
4089         * dbxout.c (lastfile): Don't mark for PCH.
4090
4091         * ggc.h: Document PCH calls into memory managers.
4092
4093         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
4094
4095         * doc/invoke.texi (Precompiled Headers): Document the
4096         directory form of PCH.
4097         * cppfiles.c (validate_pch): New function.
4098         (open_file_pch): Search suitably-named directories for PCH files.
4099
4100         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
4101
4102         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
4103         reorder options.
4104         (Type Information): Mention that the information is also
4105         used to implement PCH.
4106         * doc/passes.texi (Passes): Improve documentation of
4107         language-specific files.
4108
4109         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
4110
4111         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
4112         (struct walk_type_data): Add reorder_fn field.
4113         (walk_type): Process 'reorder' option.
4114         (write_types_process_field): Reorder parameters to gt_pch_note_object,
4115         call reorder_note_routine.
4116         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
4117         (ggc_wtd): Update for change to struct write_types_data.
4118         (pch_wtd): Likewise.
4119         * ggc.h (gt_pch_note_object): Reorder parameters.
4120         (gt_handle_reorder): New definition.
4121         (gt_pch_note_reorder): New prototype.
4122         * ggc-common.c (struct ptr_data): Add reorder_fn.
4123         (gt_pch_note_object): Reorder parameters.
4124         (gt_pch_note_reorder): New.
4125         (gt_pch_save): Call reorder_fn.
4126         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
4127
4128         * dbxout.c (cwd): Don't mark for PCH.
4129
4130         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
4131
4132         * gengtype.c (finish_root_table): Fix some warnings.
4133         (write_root): Handle TYPE_STRING.
4134         * ggc.h (gt_ggc_m_S): Add prototype.
4135         * stringpool.c (gt_ggc_m_S): New function.
4136
4137         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
4138
4139         * dwarf2out.c (dw2_string_counter): New.
4140         (AT_string_form): Use it.
4141         (same_dw_val_p): Update for removal of hashtable.h hash tables.
4142
4143         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
4144
4145         * dbxout.c: Include gt-dbxout.h.
4146         (lastfile): Mark for PCH/GGC.
4147         (cwd): Likewise.
4148         (struct typeinfo): Likewise.
4149         (typevec): Likewise.
4150         (typevec_len): Likewise.
4151         (next_type_number): Likewise.
4152         (struct dbx_file): Likewise.
4153         (current_file): Likewise.
4154         (next_file_number): Likewise.
4155         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
4156         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
4157         (dbxout_end_source_file): Don't free struct dbx_file.
4158         (dbxout_type): Use GGC to allocate typevec.
4159         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
4160         (GTFILES): Add dbxout.c.
4161         (gt-dbxout.h): New rule.
4162
4163         * Makefile.in (c-pch.o): Add debug.h as dependency.
4164         * c-pch.c: Include debug.h.
4165         (pch_init): Call start_source_file to keep nesting right.
4166         (c_common_read_pch): Add orig_name parameter.  Call
4167         start_source_file debug hook.  Call end_source_file debug hook.
4168         * c-common.h (c_common_read_pch): Update prototype.
4169         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
4170         callback.
4171         * cppfiles.c (struct include_file): Add new field `header_name'.
4172         (find_or_create_entry): Default it to `name'.
4173         (open_file_pch): Set it to the original header file searched for.
4174         (stack_include_file): Don't stack an empty buffer, just handle
4175         PCH files immediately.  Pass header_name field to read_pch callback.
4176
4177         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4178
4179         * function.c (funcdef_no): Mark to be saved in a PCH.
4180
4181         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
4182
4183         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
4184
4185         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
4186
4187         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
4188
4189         * optabs.h (code_to_optab): Add GTY marker.
4190
4191         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4192
4193         * Makefile.in (GTFILES): Add cpplib.h.
4194         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
4195         * c-decl.c (build_compound_literal): Don't use var_labelno.
4196         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
4197         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
4198         * varasm.c (const_labelno): Use gengtype to mark.
4199         (var_labelno): Likewise.
4200         (in_section): Likewise.
4201         (in_named_name): Likewise.
4202         (struct in_named_entry): Likewise.
4203         (in_named_htab): Likewise.
4204         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
4205         (init_varasm_once): Use GGC to allocate in_named_htab.
4206         * config/darwin.c (current_pic_label_num): Mark for PCH.
4207
4208         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4209
4210         * ggc-simple.c (init_ggc_pch): New stub procedure.
4211         (ggc_pch_count_object): Likewise.
4212         (ggc_pch_total_size): Likewise.
4213         (ggc_pch_this_base): Likewise.
4214         (ggc_pch_alloc_object): Likewise.
4215         (ggc_pch_prepare_write): Likewise.
4216         (ggc_pch_write_object): Likewise
4217         (ggc_pch_finish): Likewise.
4218         (ggc_pch_read): Likewise.
4219
4220         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4221
4222         * c-pch.c (c_common_write_pch): Write the macro definitions after
4223         the GCed data.
4224         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
4225         definitions after the GCed data.
4226         * cpplib.c (save_macros): New.
4227         (reset_ht): New.
4228         (cpp_write_pch_deps): Split out of cpp_write_pch.
4229         (cpp_write_pch_state): Split out of cpp_write_pch.
4230         (cpp_write_pch): Delete.
4231         (struct save_macro_data): Delete.
4232         (cpp_prepare_state): New.
4233         (cpp_read_state): Erase and restore initial macro definitions.
4234         * cpplib.h (struct save_macro_data): Forward-declare.
4235         (cpp_write_pch_deps): Prototype.
4236         (cpp_write_pch_state): Prototype.
4237         (cpp_write_pch): Delete prototype.
4238         (cpp_prepare_state): Prototype.
4239         (cpp_read_state): Add fourth argument.
4240
4241         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4242
4243         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
4244         (write_array): Remove warning.
4245
4246         * gengtype.c (contains_scalar_p): New.
4247         (finish_root_table): Add the table to all languages, even if it's
4248         empty.
4249         (write_roots): Output gt_pch_scalar_rtab.
4250         * ggc-common.c (gt_pch_save): Write out scalars.
4251         (gt_pch_restore): Read scalars back.
4252
4253         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
4254         (struct page_entry): Delete pch_page field.
4255         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
4256         (clear_marks): Likewise.
4257         (sweep_pages): Likewise.
4258         (poison_pages): Likewise.
4259         (ggc_print_statistics): Likewise.
4260         (ggc_pch_read): Don't free objects read from a PCH.
4261         Properly set up in_use_p and page_tails.
4262
4263         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
4264
4265         * gengtype.c (struct write_types_data): New.
4266         (struct walk_type_data): Make `cookie' const; add extra
4267         prev_val item; add `orig_s' field.
4268         (walk_type): Update prev_val[3].
4269         (write_types_process_field): New.
4270         (write_func_for_structure): Take write_types_data structure.
4271         (write_types): New.
4272         (ggc_wtd): New.
4273         (pch_wtd): New.
4274         (write_types_local_process_field): New.
4275         (gc_mark_process_field): Delete.
4276         (write_local_func_for_structure): New.
4277         (gc_mark_func_name): Delete.
4278         (write_gc_types): Delete.
4279         (write_local): New.
4280         (finish_root_table): Don't include 'ggc_' in PFX.
4281         (write_root): Rename from write_root.  Fill pchw field of structures.
4282         (write_array): New.
4283         (write_roots): Rename from write_gc_roots.  Split out to write_array.
4284         Update to changes to other routines.  Write gt_pch_cache_rtab table.
4285         (main): Write PCH walking routines.
4286         * ggc-common.c: Include toplev.h, sys/mman.h.
4287         (ggc_mark_roots): For cache hashtables, also mark the hash table
4288         and the array of entries.
4289         (saving_htab): New.
4290         (struct ptr_data): New.
4291         (POINTER_HASH): New.
4292         (gt_pch_note_object): New.
4293         (saving_htab_hash): New.
4294         (saving_htab_eq): New.
4295         (struct traversal_state): New.
4296         (call_count): New.
4297         (call_alloc): New.
4298         (compare_ptr_data): New.
4299         (relocate_ptrs): New.
4300         (write_pch_globals): New.
4301         (struct mmap_info): New.
4302         (gt_pch_save): New.
4303         (gt_pch_restore): New.
4304         * ggc-page.c (ROUND_UP_VALUE): New.
4305         (ROUND_UP): New.
4306         (struct page_entry): Add field `pch_page'.
4307         (init_ggc): Use ROUND_UP.
4308         (struct ggc_pch_data): Declare.
4309         (init_ggc_pch): New.
4310         (ggc_pch_count_object): New.
4311         (ggc_pch_total_size): New.
4312         (ggc_pch_this_base): New.
4313         (ggc_pch_alloc_object): New.
4314         (ggc_pch_prepare_write): New.
4315         (ggc_pch_write_object): New.
4316         (ggc_pch_finish): New.
4317         (ggc_pch_read): New.
4318         * ggc.h (gt_pointer_operator): New.
4319         (gt_note_pointers): New.
4320         (gt_pch_note_object): New prototype.
4321         (gt_pointer_walker): New.
4322         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
4323         (LAST_GGC_ROOT_TAB): Update.
4324         (gt_pch_cache_rtab): Declare.
4325         (gt_pch_scalar_rtab): Declare.
4326         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
4327         (LAST_GGC_CACHE_TAB): Update.
4328         (gt_pch_save_stringpool): Declare.
4329         (gt_pch_restore_stringpool): Declare.
4330         (gt_pch_p_S): Declare.
4331         (gt_pch_n_S): Declare.
4332         (struct ggc_pch_data): Forward-declare.
4333         (init_ggc_pch): Declare.
4334         (ggc_pch_count_object): Declare.
4335         (ggc_pch_total_size): Declare.
4336         (ggc_pch_this_base): Declare.
4337         (ggc_pch_alloc_object): Declare.
4338         (ggc_pch_prepare_write): Declare.
4339         (ggc_pch_write_object): Declare.
4340         (ggc_pch_finish): Declare.
4341         (ggc_pch_read): Declare.
4342         (gt_pch_save): Declare.
4343         (gt_pch_restore): Declare.
4344         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
4345         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
4346         const_double_htab, mem_attrs_htab using GGC.
4347         * c-pch.c: Include ggc.h.
4348         (pch_init): Allow reading PCH file back.
4349         (c_common_write_pch): Call gt_pch_save.
4350         (c_common_read_pch): Call gt_pch_restore.
4351         * c-parse.in (init_reswords): Delete now-untrue comment.
4352         Allocate ridpointers using GGC.
4353         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
4354         calling expand_deferred_fns.
4355         * c-common.h (ridpointers): Mark for GTY machinery.
4356         * Makefile.in (stringpool.o): Update dependencies.
4357         (c-pch.o): Update dependencies.
4358         (ggc-common.o): Update dependencies.
4359         * stringpool.c: Include gt-stringpool.h.
4360         (gt_pch_p_S): New.
4361         (gt_pch_n_S): New.
4362         (struct string_pool_data): New.
4363         (spd): New.
4364         (gt_pch_save_stringpool): New.
4365         (gt_pch_restore_stringpool): New.
4366         * tree.c (init_ttree): Make type_hash_table allocated using GC.
4367
4368         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
4369
4370         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
4371         (output_mangled_typename): Don't pass size_t to printf.
4372
4373         * tree.h (union tree_type_symtab): Add tag to `address' field.
4374         (union tree_decl_u2): Add tag to 'i' field.
4375         * varasm.c (union rtx_const_un): Add tags to all fields.
4376         * gengtype.c (struct walk_type_data): New.
4377         (output_escaped_param): Take struct walk_type_data parameter.
4378         (write_gc_structure_fields): Delete.
4379         (walk_type): New.
4380         (write_gc_marker_routine_for_structure): Delete.
4381         (write_func_for_structure): New.
4382         (gc_mark_process_field): New.
4383         (gc_mark_func_name): New.
4384         (gc_counter): Delete.
4385         (write_gc_types): Use write_func_for_structure.
4386         (write_gc_roots): Use walk_type.
4387
4388         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
4389
4390         * ggc-common.c (ggc_mark_roots): Delete 'x'.
4391         (ggc_splay_dont_free): Fix warning about unused 'x'.
4392         (ggc_print_common_statistics): Remove warnings.
4393
4394         2002-10-01  Mike Stump  <mrs@apple.com>
4395
4396         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
4397         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
4398
4399         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4400             Catherine Moore  <clm@redhat.com>
4401
4402         * Makefile (c-pch.o): Update dependencies.
4403         (LIBCPP_OBJS): Add cpppch.o.
4404         (cpppch.o): New.
4405         * c-common.c (c_common_init): Don't call pch_init here.
4406         * c-common.h (c_common_read_pch): Update prototype.
4407         * c-lex.c (c_common_parse_file): Call pch_init here.
4408         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
4409         (c_common_decode_option): Handle them.
4410         * c-pch.c: Include c-pragma.h.
4411         (save_asm_offset): Delete.
4412         (pch_init): Move contents of save_asm_offset into here, call
4413         cpp_save_state.
4414         (c_common_write_pch): Call cpp_write_pch.
4415         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
4416         cpp_valid_state.
4417         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
4418         * cppfiles.c (stack_include_file): Update for change to
4419         parameters of cb.read_pch.
4420         * cpphash.h (struct cpp_reader): Add `savedstate' field.
4421         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
4422         `restore_pch_deps' fields.
4423         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
4424         (cpp_save_state): Prototype.
4425         (cpp_write_pch): Prototype.
4426         (cpp_valid_state): Prototype.
4427         (cpp_read_state): Prototype.
4428         * cpppch.c: New file.
4429         * flags.h (version_flag): Remove prototype.
4430         * mkdeps.c (deps_save): New.
4431         (deps_restore): New.
4432         * mkdeps.h (deps_save): Prototype.
4433         (deps_restore): Prototype.
4434         * toplev.c (late_init_hook): Delete.
4435         (version_flag): Make static again.
4436         (compile_file): Don't call late_init_hook.
4437         * toplev.h (late_init_hook): Delete.
4438         * doc/cppopts.texi: Document -fpch-deps.
4439         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
4440
4441         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4442
4443         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
4444         callers.
4445         (c_common_valid_pch): Rename from c_valid_pch, change callers.
4446         (c_common_read_pch): Rename from c_read_pch, change callers.
4447
4448         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
4449         a space between it and its argument.
4450
4451         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4452
4453         * c-pch.c: New file.
4454         * toplev.h (late_init_hook): Declare.
4455         * toplev.c (late_init_hook): Define.
4456         (version_flag): Make globally visible.
4457         (compile_file): Call late_init_hook.
4458         (init_asm_output): Make output file seekable.
4459         * gcc.c (default_compilers): Update c-header rule.
4460         * flags.h (version_flag): Declare.
4461         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
4462         fields.
4463         * cppfiles.c (struct include_file): Add 'pch' field.
4464         (INCLUDE_PCH_P): New.
4465         (open_file_pch): New.
4466         (stack_include_file): Handle PCH files specially.
4467         (find_include_file): Call open_file_pch instead of open_file.
4468         (_cpp_read_file): Explain why open_file is used instead of
4469         open_file_pch.
4470         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
4471         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
4472         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
4473         in cpplib callbacks.
4474         * c-common.c (pch_file): Correct comment.
4475         (allow_pch): Define.
4476         (c_common_init): Call pch_init.
4477         * c-common.h (allow_pch): Declare.
4478         (pch_init): Declare.
4479         (c_valid_pch): Declare.
4480         (c_read_pch): Declare.
4481         (c_write_pch): Declare.
4482         * Makefile.in (c-pch.o): New.
4483         (C_AND_OBJC_OBJS): Add c-pch.o.
4484         * doc/invoke.texi (Precompiled Headers): Add index entries,
4485         complete truncated paragraph.
4486
4487         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
4488
4489         * c-common.c: (pch_file): Define.
4490         * c-common.h (pch_file): Declare.
4491         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
4492         (missing_arg): Require --output-pch= to have an argument.
4493         (c_common_decode_option): Handle --output-pch=.
4494         * gcc.c: Document new %V.
4495         (default_compilers): Handle compiling C header files.
4496         (do_spec_1): Implement %V.
4497         (main): Handle "gcc foo.h" without trying to run linker.
4498         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
4499         (Overall Options): Document what the driver does with header files,
4500         document new -x option possibilities.
4501         (Invoking G++): More documentation for PCH.
4502         (Precompiled Headers): New.
4503
4504         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
4505
4506         * ggc.h: Don't include varray.h.  Rearrange functions to be more
4507         organized.
4508         (ggc_add_root): Delete.
4509         (ggc_mark_rtx): Delete.
4510         (ggc_mark_tree): Delete.
4511         (struct ggc_statistics): Remove contents.
4512         * ggc-common.c: Remove unneeded includes.
4513         (struct ggc_root): Delete.
4514         (roots): Delete.
4515         (ggc_add_root): Delete.
4516         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
4517         (ggc_print_common_statistics): Remove most of the contents.
4518         * Makefile.in (GGC_H): No longer uses varray.h.
4519         (ggc-common.o): Update dependencies.
4520         (c-parse.o): Add varray.h to dependencies.
4521         (c-common.o): Add varray.h.
4522         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
4523         (mark_ident_hash): Rename to ggc_mark_stringpool.
4524         (init_stringpool): Don't use ggc_add_root.
4525         * c-parse.in: Include varray.h.
4526         * c-common.c: Include varray.h.
4527         * objc/Make-lang.in (objc-act.o): Add varray.h.
4528         * objc/objc-act.c: Include varray.h.
4529
4530         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
4531
4532         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
4533         (dw_cfi_oprnd1_desc): Likewise.
4534
4535         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
4536
4537         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
4538         move out of ifdef.
4539         (alpha_links): Use gengtype to mark; move out of ifdef.
4540         (mark_alpha_links_node): Delete.
4541         (mark_alpha_links): Delete.
4542         (alpha_need_linkage): Use GGC to allocate splay tree, struct
4543         alpha_links, strings.  Don't use ggc_add_root.
4544         * ggc-common.c (ggc_splay_alloc): New.
4545         (ggc_splay_dont_free): New.
4546         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
4547         (ggc_mark_tree): Likewise.
4548         (splay_tree_new_ggc): New.
4549         (ggc_splay_alloc): Declare.
4550         (ggc_splay_dont_free): Declare.
4551         * dwarf2asm.c: Include gt-dwarf2asm.h.
4552         (mark_indirect_pool_entry): Delete.
4553         (mark_indirect_pool): Delete.
4554         (indirect_pool): Use gengtype to mark.
4555         (dw2_force_const_mem): Don't use ggc_add_root.
4556         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
4557         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
4558         (gt-dwarf2asm.h): Depend on s-gtype.
4559
4560         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
4561
4562         * tree.h (union tree_type_symtab): Mark `die' field.
4563         * Makefile.in (dwarf2out.o): Update dependencies.
4564         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
4565         hash tables.
4566         (dw_cfi_oprnd1_desc): New function.
4567         (dw_cfi_oprnd2_desc): New function.
4568         (indirect_string_alloc): Delete.
4569         (debug_str_do_hash): New function.
4570         (debug_str_eq): New function.
4571         (mark_limbo_die_list): Delete.
4572         (dwarf2out_init): Don't call ggc_add_root.
4573
4574 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
4575
4576         The following changes are merged from itanium-sched-branch:
4577
4578         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
4579
4580         * doc/md.texi: Clarify assignment of units to automata description.
4581
4582         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
4583
4584         * genautomata.c (unit_decl): Remove members
4585         `the_same_automaton_unit' and
4586         `the_same_automaton_message_reported_p'.
4587         (process_unit_to_form_the_same_automaton_unit_lists,
4588         form_the_same_automaton_unit_lists_from_regexp,
4589         form_the_same_automaton_unit_lists, the_same_automaton_lists):
4590         Remove them.
4591         (annotation_message_reported_p): New global variable.
4592         (check_unit_distribution_in_reserv,
4593         check_regexp_units_distribution): New functions.
4594         (check_unit_distributions_to_automata): Rewrite it.
4595
4596         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
4597
4598         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
4599         Use continue instead of break if cycle is too big.
4600
4601         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
4602
4603         * genautomata.c (check_unit_distributions_to_automata): Output at
4604         most one message for a unit.
4605         (process_unit_to_form_the_same_automaton_unit_lists): Check
4606         automaton of units instead of units themself.
4607
4608         * doc/md.texi: Describe the constraint about assigning unit to
4609         automata.
4610
4611         2002-12-20  Jan Hubicka  <jH@suse.cz>
4612                     Vladimir Makarov  <vmakarov@redhat.com>
4613
4614         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
4615         and `in_set_p'.
4616         (gen_cpu_unit): Initialize the new members.
4617         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
4618         up `min_occ_cycle_num'.
4619         (evaluate_max_reserv_cycles): Change the function call.
4620         (CLEAR_BIT): New macro.
4621         (states_union, state_shift): Use the mask.
4622         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
4623         (form_reservs_matter): New function.
4624         (make_automaton): Call the function and use the mask.
4625         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
4626         account.
4627
4628         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
4629
4630         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
4631
4632         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
4633
4634         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
4635         for Itanium.
4636
4637         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
4638
4639         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
4640         default cpu.
4641
4642         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
4643                 2002-10-31  Dale Johannesen <dalej@apple.com>
4644
4645         * haifa-sched.c (find_set_reg_weight): New function.
4646         (find_insn_reg_weight): Use the new function.
4647         (schedule_block): Do sorting ready queue always
4648         after insn issue.
4649
4650         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
4651
4652         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
4653
4654         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
4655
4656         * haifa-sched.c (choice_entry): New structure.
4657         (choice_stack, cycle_issued_insns): New variables.
4658         (max_issue): Rewrite it.
4659         (choose_ready): Set up ready_try for unknown insns too.
4660         (schedule_block): Allocate and free choice_stack.  Set up
4661         and modify cycle_issued_insns.
4662
4663         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
4664         with and without filling the bundle.
4665         (bundling): Combine calls of issue_nops_and_insn.
4666
4667         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
4668
4669         * config/ia64/itanium1.md: New file.
4670
4671         * config/ia64/itanium2.md: New file.
4672
4673         * config/ia64/ia64.md: Move DFA descriptions into the new files.
4674         Remove the old pipeline description.
4675
4676         * config/ia64/ia64.c (ia64_override_options): Add aliases of
4677         itanium processor names.
4678
4679         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
4680
4681         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
4682         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
4683
4684         * config/ia64/ia64.md: Add descriptions for Itanium2.
4685
4686         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
4687
4688         * config/ia64/ia64.h (processor_type): New enumeration.
4689         (ia64_tune, ia64_tune_string): New external declarations.
4690         (TARGET_OPTIONS): Add option `tune='.
4691
4692         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
4693         variables.
4694         (ia64_override_options): Set up `ia64_tune'.
4695         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
4696         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
4697         (bundling): Add nops for MM-insns only for Itanium.
4698         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
4699         Itanium.
4700
4701         * config/ia64/ia64.md (cpu): New attribute.
4702         (DFA description): Enable it only for Itanium.
4703
4704         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
4705                     Richard Henderson  <rth@redhat.com>
4706
4707         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
4708         MASK_EARLY_STOP_BITS.
4709         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
4710         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
4711         `early-stop-bits'.
4712
4713         * config/ia64/ia64.c (ia64_dfa_new_cycle,
4714         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
4715         instead of TARGET_TUNE_STOP_BITS.
4716
4717         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
4718         `-mearly-stop-bits'.
4719
4720         * config/ia64/ia64.c (automata_option "v"): Comment it.
4721
4722         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
4723
4724         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
4725         New macros.
4726         (TARGET_SWITCHES): Add entries for the new option.
4727
4728         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
4729         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
4730         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
4731         global variables.
4732         (ia64_sched_reorder2): Set up `clocks'.
4733         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
4734         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
4735         queue when TARGET_TUNE_STOP_BITS.
4736         (bundling): Insert additional nops for MM-insns.
4737         (final_emit_insn_group_barriers): Add insertion of stop bits
4738         according `stops_p'.
4739         (ia64_reorg): Initiate the new varibales.
4740
4741         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
4742
4743         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
4744
4745         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
4746         insns at the end of block insn scheduling.
4747
4748         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
4749
4750         * sched-deps.c (remove_dependence, group_leader): Remove it.
4751         (add_dependence): Add dependence to group leader to.
4752         (set_sched_group_p): Add dependence to the first insn of the
4753         schedule group too.
4754         (sched_analyze_insn): Make dependence to jump as anti-dependence.
4755         Change true dependence by anti-dependence when
4756         `reg_pending_barrier'.
4757
4758         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
4759         add_branch_dependences): Ignore schedule groups.
4760
4761         * sched-ebb.c (init_ready_list): Ditto.
4762
4763         * (move_insn, set_priorities): Ditto.
4764
4765         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
4766         flag is clear after reload.
4767         (adjust_cost): Change cost only for output dependencies.
4768
4769         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
4770
4771         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
4772
4773         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
4774
4775         * target.h (gcc_target): Add member
4776         `dependencies_evaluation_hook'.
4777
4778         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
4779         macro.
4780         (TARGET_SCHED): Add initiatialization of the new member.
4781
4782         * sched-ebb.c: Include `target.h'.
4783         (schedule_ebb): Call `dependencies_evaluation_hook'.
4784
4785         * sched-rgn.c (schedule_region): Call
4786         `dependencies_evaluation_hook'.
4787
4788         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
4789         New macro.
4790         (ia64_dependencies_evaluation_hook): New function.
4791
4792         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
4793         Describe the new hook.
4794
4795         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
4796
4797         * target.h (gcc_target): Add members
4798         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
4799
4800         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
4801         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
4802         macros.
4803         (TARGET_SCHED): Add initiatialization of the new members.
4804
4805         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
4806         insn scheduling too.
4807         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
4808         initialize `ready_try'.
4809         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
4810         `dfa_new_cycle' says not to do it.
4811
4812         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
4813         bundling.
4814
4815         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
4816
4817         * config/ia64/ia64.c: Include `hashtab.h'.
4818         (ia64_first_cycle_multipass_dfa_lookahead_guard,
4819         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
4820         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
4821         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
4822         bundle_state_eq_p, insert_bundle_state,
4823         initiate_bundle_state_table, finish_bundle_state_table,
4824         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
4825         get_template, get_next_important_insn, bundling): New functions.
4826         (ia64_internal_sched_reorder): Remove it.
4827         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
4828         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
4829         (ia64_safe_itanium_requires_unit0): Remove it.
4830         (group_barrier_needed_p): Place group barrier right before a real
4831         insn.
4832         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
4833         Remove them.
4834         (bundle_name): New variable.
4835         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
4836         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
4837         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
4838         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
4839         temp_dfa_state, prev_cycle_state): New global variables.
4840         (insn_matches_slot, maybe_rotate, finish_last_head,
4841         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
4842         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
4843         find_best_packet, itanium_reorder, dump_current_packet,
4844         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
4845         (sched_data, sched_ready, sched_types): Remove them.
4846         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
4847         `init_insn_group_barriers'.
4848         (ia64_sched_reorder, ia64_sched_reorder2): Call
4849         ia64_dfa_sched_reorder.
4850         (ia64_variable_issue): Rewrite it.
4851         (bundle_state): New structure.
4852         (index_to_bundle_states, bundle_states_num,
4853         allocated_bundle_states_chain, free_bundle_state_chain): New
4854         global variables.
4855         (ia64_sched_finish): Add stop bits and call `bundling' after the
4856         2nd insn scheduling.
4857         (ia64_use_dfa_pipeline_interface): Return zero always.
4858         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
4859         insn scheduling.
4860         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
4861         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
4862         (ia64_reorg): Add bundling insns.
4863
4864         * doc/tm.texi
4865         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
4866         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
4867
4868         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
4869
4870         * config/ia64/ia64.md: Add Itanium1 DFA description.
4871         (itanium_class): Add `nop' and `pre_cycle'.  Add
4872         define_function_unit for `nop'.
4873         (nop): Change attribute `itanium_class'.
4874         (pre_cycle): New define_insn.
4875
4876         * config/ia64/ia64-protos.h (bundling_p): New external variable.
4877         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
4878         ia64_produce_address_p): New function prototypes.
4879
4880         * config/ia64/ia64.c (bundling_p): New global variable.
4881         (ia64_use_dfa_pipeline_interface,
4882         ia64_first_cycle_multipass_dfa_lookahead,
4883         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
4884         functions.
4885         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
4886         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
4887         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
4888         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
4889         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
4890         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
4891         (dfa_pre_cycle_insn): New variable.
4892
4893         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
4894
4895         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
4896         constructions.
4897
4898         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
4899         New function prototypes.
4900
4901         * genattrtab.c (main): Process the new constructions.
4902
4903         * genautomata.c (gen_presence_absence_set,
4904         process_presence_absence_names, process_presence_absence_patterns,
4905         add_presence_absence, check_absence_pattern_sets): Add parameter
4906         `final_p'.
4907         (unit_decl): Add new members `final_presence_list' and
4908         `final_absence_list'.
4909         (unit_pattern_rel_decl): Add new member `final_p'.
4910         (gen_final_presence_set, gen_final_absence_set): New functions.
4911         (process_decls): Use member `final_p'.
4912         (temp_reserv): New global variable.
4913         (reserv_sets_are_intersected): Add processing `final_presence_set'
4914         and `final_absence_set'.
4915         (initiate_states): Allocate `temp_reserv'.
4916         (unit_final_presence_set_table, unit_final_absence_set_table): New
4917         gloabal variables.
4918         (initiate_presence_absence_pattern_sets): Initiate them.
4919         (NDFA_to_DFA): Fix typo.
4920         (output_description): Output `final_presence_set' and
4921         `final_absence_set'.
4922
4923         * doc/md.texi (final_presence_set, final_absence_set): Describe
4924         them.
4925
4926         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
4927
4928         * genautomata.c (transform_3): Process a missing case (nothing on
4929         unit place).
4930
4931         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
4932
4933         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
4934         comments about queried units and the minimization.
4935
4936         * doc/md.texi: Ditto.
4937
4938         * genautomata.c (create_composed_state): Return nonzero if the new
4939         state has been created.
4940         (first_cycle_unit_presence): New function.
4941         (state_is_differed): Add new parameter.  Use the new function.
4942         Take queried units into account.
4943         (partition_equiv_class): Pass additional parameter to
4944         `state_is_differed'.
4945         (merge_states): Process composed states too.
4946         (build_automaton, create_automata, output_min_issue_delay_table,
4947         output_tables, output_statistics): Output more information.
4948         (output_reserved_units_table): Use function
4949         `first_cycle_unit_presence'.
4950         (output_tables): Output table of queried units even if the
4951         minimization is switched on.
4952         (write_automata): Output code for querying units even if the
4953         minimization is switched on.
4954
4955         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
4956
4957         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
4958         syntax of the constructions.
4959
4960         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
4961         extended syntax of the constructions.
4962
4963         * genautomata.c (unit_rel_decl): Rename it to
4964         `unit_pattern_rel_decl'.
4965         (pattern_set_el, pattern_reserv): New structures.
4966         (pattern_set_el_t, pattern_reserv_t): New types.
4967         (gen_presence_absence_set): New function.
4968         (process_presence_absence): Remove it.
4969         (process_presence_absence_names,
4970         process_presence_absence_patterns): New functions.
4971         (get_presence_absence_set): Remove it.
4972         (initiate_presence_absence_sets): Rename it on
4973         `initiate_presence_absence_pattern_sets'.  Use new function
4974         `form_reserv_sets_list'.
4975         (form_reserv_sets_list, check_presence_pattern_sets,
4976         check_absence_pattern_sets, output_pattern_set_el_list): New
4977         functions.
4978         (unit_decl): Change types of members `presence_list' and
4979         `absence_list'.
4980         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
4981         (decl): Change types of members `excl', `presence', and `absence'.
4982         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
4983         at the end of the vector.
4984         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
4985         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
4986         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
4987         (gen_presence_set, gen_absence_set): Use new function
4988         `gen_presence_absence_set'.
4989         (add_presence_absence): Process `pattern_list' instead of
4990         `source_list'.
4991         (process_decls): USe new functions
4992         `process_presence_absence_names' and
4993         `process_presence_absence_patterns'.
4994         (reserv_sets_are_intersected): Use new function
4995         `check_presence_pattern_sets'.
4996         (presence_set, absence_set): Remove them.
4997         (unit_presence_set_table, unit_absence_set_table): New global
4998         variables.
4999         (output_description): Use new function
5000         `output_pattern_set_el_list'.
5001         (generate): Use `initiate_presence_absence_pattern_sets'.
5002
5003         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
5004
5005         * genattr.c (main): Add output of prototype of new interface
5006         function `dfa_clean_insn_cache'.
5007
5008         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
5009         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
5010         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
5011         the generated code.
5012         (write_automata): Call the new function.
5013
5014 Thu Jan  9 22:47:38 CET 2003  Jan Hubicka  <jh@suse.cz>
5015
5016         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
5017         correctly.
5018
5019 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
5020
5021         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
5022
5023 Thu Jan  9 17:26:40 2003  J"orn Rennecke <joern.rennecke@superh.com>
5024
5025         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
5026         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
5027         (CONSTRAINT_LEN): Provide default definition.
5028         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
5029         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
5030         (EXTRA_CONSTRAINT_STR): Likewise.
5031         (REG_CLASS_FROM_CONSTRAINT): Define.
5032         * genoutput.c (check_constraint_len, constraint_len): New functions.
5033         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
5034         constraint / modifier.
5035         (gen_insn): Call check_constraint_len.
5036         * local-alloc.c (block_alloc): Update to use new macros / pass
5037         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
5038         * ra-build.c (handle_asm_insn): Likewise.
5039         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
5040         (constrain_operands, peep2_find_free_register): Likewise.
5041         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
5042         * regmove.c (find_matches): Likewise.
5043         * reload.c (push_secondary_reload, find_reloads): Likewise.
5044         (alternative_allows_memconst): Likewise.
5045         * reload1.c (maybe_fix_stack_asms): Likewise.
5046         (reload_cse_simplify_operands): Likewise.
5047         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
5048         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
5049         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
5050         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
5051         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
5052         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
5053
5054         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
5055
5056 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
5057
5058         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
5059         length.
5060         (*extzv_1_r_h8300hs): Likewise.
5061         (*extzv_1_r_inv_h8300): Likewise.
5062         (*extzv_1_r_inv_h8300hs): Likewise.
5063
5064 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
5065
5066         * config/h8300/h8300.h (PREDICATE_CODES): New.
5067
5068 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
5069
5070         * config/h8300/h8300.md (*addsi3_upper): New.
5071         (*iorsi3_shift): Likewise.
5072         (two splitters): Likewise.
5073         (*addsi3_shift): Likewise.
5074         (two splitters): Likewise.
5075
5076 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
5077
5078         * Makefile.in (optabs.o): Add dependency on basic-block.h.
5079         * basic-block.h (control_flow_insn_p): Fuction was exported.
5080         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
5081         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
5082         notes only when the region is contained in a single basic block.
5083
5084 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5085
5086         PR inline-asm/8832
5087         * tree.h (expand_asm): New prototype.
5088         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
5089         to do so.
5090         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
5091         down to expand_asm.
5092         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
5093         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
5094         (volatile_refs_p) [ASM_INPUT]: Likewise.
5095         (side_effects_p) [ASM_INPUT]: Likewise.
5096
5097 Thu Jan  9 12:00:36 CET 2003  Jan Hubicka  <jh@suse.cz>
5098
5099         * i386.md (*mul*): FIx constraints; remove confused comment; fix
5100         athlon_decode attributes
5101         (imul/k8 optimization peep2s): New.
5102
5103         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
5104         * i386.md (type attribute): Add ssecomi.
5105         (unit, memory, prefix attributes): Handle ssecomi.
5106         (cvt?2? patterns): Fix athlon_decode attribute
5107         (comi patterns): Set attribute to ssecomi.
5108
5109         PR target/8343
5110         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
5111
5112 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
5113
5114         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
5115         that match register_operands.
5116         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
5117         register_operand the default case.
5118
5119 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5120
5121         PR c/8032
5122         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
5123         an empty element, do not advance the pointer to unfilled
5124         fields if there are pending initializers.
5125
5126 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5127
5128         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
5129         (install-gcc-tooldir, install-cpp, installdirs,
5130         install-common, install-driver, install-info, install-man,
5131         install-headers, install-include-dir, install-headers-tar,
5132         install-headers-cpio, install-headers-cp, install-mkheaders,
5133         install-collect2, uninstall): Prepend $(DESTDIR) to
5134         destination paths in all (un)installation commands.
5135         (install-driver): Rewrite $(LN) commands to support DESTDIR
5136         with "ln" as well as with "ln -s".
5137         (installdirs): Simply use mkinstalldirs.
5138         (install-libgcc, install-multilib): Also pass DESTDIR.
5139         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
5140         installation destination variable ldir.
5141         * config/alpha/t-osf4, config/arm/t-netbsd,
5142         config/ia64/t-hpux, config/mips/t-iris5-6,
5143         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
5144         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
5145         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
5146         in the definition of SHLIB_INSTALL.
5147         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
5148         $(libsubdir) in the installation commands.
5149
5150 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
5151
5152         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
5153         non-optimizing compile.
5154         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
5155         compile.
5156
5157 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
5158
5159         * config/i386/i386.c (ix86_attribute_table): Add new attributes
5160         ms_struct and gcc_struct.
5161         (ix86_handle_struct_attribute): New function.
5162         (ix86_ms_bitfield_layout_p): Update to take new attributes
5163         into account.
5164         * doc/extend.texi: Document new attributes.
5165         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
5166
5167 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
5168
5169         PR optimization/8750
5170         * config/i386/i386.c (ix86_expand_prologue): Don't allow
5171         scheduling pass to move insns across __alloca call.
5172
5173 2003-01-08  Dale Johannesen  <dalej@apple.com>
5174
5175         * config/rs6000/rs6000.md:  Replace *store_multiple_string
5176         with *stmsi[3-8].
5177
5178 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
5179
5180         PR target/9210
5181         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
5182         Set SYMBOL_REF_FLAG on local data sym_ref.
5183
5184 2003-01-08  Dale Johannesen  <dalej@apple.com>
5185
5186         * function.c (assign_parms):  Don't set pretend_args_size if
5187           REG_PARM_STACK_SPACE.
5188           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
5189           pretend_args_size.
5190
5191 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5192
5193         * gcc.hlp: Delete.
5194
5195 Thu Jan  9 00:57:15 CET 2003  Jan Hubicka  <jh@suse.cz>
5196
5197         * i386.c  (ix86_expand_int_addcc): Fix thinko.
5198
5199 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
5200
5201         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
5202         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
5203         as hook_bool_tree_hwi_hwi_tree_true.
5204         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
5205         (rs6000_emit_epilogue): Same.
5206         (rs6000_output_mi_thunk): Re-implement as RTL.
5207         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
5208         xcoffout_declare_function if any debugging enabled.
5209
5210 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5211
5212         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
5213         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
5214         * config/mips/mips.h (enum processor_type): Rename
5215         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
5216         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
5217         Add PROCESSOR_M4K.
5218         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
5219         (ISA_MIPS32R2): New define.
5220         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
5221         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
5222         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
5223         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
5224         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
5225         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
5226         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
5227         compiling MIPS16 code.
5228         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
5229         comment.
5230         (ISA_HAS_SEB_SEH): New define.
5231         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
5232         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
5233         processor_type value renaming.  Add support for MIPS32R2.
5234         Clean up comments, and move "sb1" entry with other MIPS64 CPU
5235         entries.
5236         (override_options): Reimplement -mipsN option handling so that
5237         it will work correctly for -mips32r2.  Avoid branch-likely
5238         instructions on MIPS32R2.
5239         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
5240         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
5241         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
5242         (extendhisi2_hw, extendqisi2_hw): New.
5243         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
5244         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
5245         MIPS32R2, and MIPS64.
5246         (LINK_SPEC): Pass -mips32r2 to linker.
5247         * config/mips/t-isa3264: Built -mips32r2 multilibs.
5248         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
5249         for mips32r2 in the -march description.  Alphabetically sort
5250         CPU names in the -march description.  Add long-missed -mips32
5251         and -mips64 to MIPS option summary.
5252
5253         * config.gcc: Update copyright years to include 2003.
5254         * config/mips/mips.c: Likewise.
5255         * config/mips/mips.h: Likewise.
5256         * config/mips/mips.md: Likewise.
5257         * config/mips/netbsd.h: Likewise.
5258         * doc/invoke.texi: Likewise.
5259
5260 2003-01-08  Andreas Schwab  <schwab@suse.de>
5261
5262         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
5263         variable.
5264         * configure: Regenerated.
5265
5266 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
5267
5268         * config/h8300/h8300.c (output_logical_op): Replace byte/word
5269         extraction of det with b0, b1, w0, w2, etc.
5270         (compute_logical_op_length): Likewise.
5271         (compute_logical_op_cc): Likewise.
5272
5273 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
5274
5275         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
5276         HIGH on all variants.
5277
5278 Wed Jan  8 14:06:34 CET 2003  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
5279
5280         * Makefile.in (PARTITION_H): New.
5281         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
5282         * basic-block.h: Include hard-reg-set.h.
5283
5284 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
5285
5286         * arm.h (ENABLE_XF_PATTERNS): Delete.
5287         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
5288         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
5289         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
5290         (cmpxf_trap): Delete.
5291         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
5292
5293 Wed Jan  8 12:10:57 CET 2003  Jan Hubicka  <jh@suse.cz>
5294
5295         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
5296         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
5297         (add??cc): New expanders.
5298         * i386.c (expand_int_addcc): New function.
5299         * i386-protos.h (expand_int_addcc): Declare.
5300
5301         * alias.c (memory_modified_1): New static function.
5302         (memory_modified): New static varaible.
5303         (memory_modified_in_insn_p): New global function.
5304         * rtl.h (memory_modified_in_insn_p): Declare.
5305         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
5306         references.
5307
5308         * expr.h (emit_conditional_add): Declare.
5309
5310 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
5311
5312         PR other/8947
5313         * doc/invoke.texi (-malign-double): Explain that the option breaks
5314         binary compatibility.
5315
5316 2003-01-08  Andreas Schwab  <schwab@suse.de>
5317
5318         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
5319         should come from the generic *-*-linux* entry.
5320
5321 Tue Jan  7 22:29:56 CET 2003  Jan Hubicka  <jh@suse.cz>
5322
5323         * cselib.c (cselib_current_insn_in_libcall): New static variable.
5324         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
5325         we are inside libcall.
5326         * cselib.h (elt_loc_list): Add in_libcall.
5327         * gcse.c (do_local_cprop): Do not copy propagate using insns
5328         in libcalls.
5329
5330 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
5331
5332         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
5333         not normally affect to issue rate.
5334
5335 Tue Jan  7 21:46:57 CET 2003  Jan Hubicka  <jh@suse.cz>
5336
5337         * genopinit.c (optabs): Add addc_optab.
5338         * ifcvt.c (noce_try_store_flag): Rename to ...
5339         (noce_try_addcc): ... this one; handle generic conditional increment.
5340         (noce_process_if_block): Update noce_try_addcc call.
5341         * optabs.c (emit_conditional_add): New.
5342         (init_obtabs): Initialize addc_optab.
5343         * optabs.h (optab_index): Add OTI_addcc.
5344         (addcc_optab): New macro.
5345         * md.texi: Document addMcc
5346
5347         PR target/8322
5348         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
5349         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
5350         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
5351
5352         * reload1.c (delete_output_reload): Avoid repeated attempts
5353         to delete insn.
5354
5355 2003-01-07  Andreas Schwab  <schwab@suse.de>
5356
5357         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
5358         Move --enable-initfini-array check ...
5359         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
5360         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
5361         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
5362         * configure: Rebuild.
5363
5364 2003-01-07  Richard Henderson  <rth@redhat.com>
5365
5366         * alias.c (find_base_value): Only use new_reg_base_value shortcut
5367         if the register is set once.
5368
5369 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
5370
5371         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
5372         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
5373         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
5374
5375 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
5376             Sunil Davasam  <sunil.k.davasam@intel.com>
5377
5378         PR libstdc++/9076
5379         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
5380         DW_CFA_same_value, read next and ignore.
5381
5382 2003-01-07  Richard Henderson  <rth@redhat.com>
5383
5384         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
5385
5386 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
5387
5388         * cfg.c: Include alloc-pool.h
5389         (edge_pool): New pool.
5390         (bb_pool): New pool.
5391         (first_deleted_edge): Remove.
5392         (first_deleted_block): Remove.
5393         (init_flow): Alloc/free the pools.
5394         (free_edge): Use pools.
5395         (alloc_block): Ditto.
5396         (expunge_block): Ditto.
5397         (cached_make_edge): Ditto.
5398
5399         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
5400
5401 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
5402
5403         * et-forest.c: Include alloc-pool.h.
5404         (struct et_forest): Add node_pool and occur_pool.
5405         (et_forest_create): Create the new pools.
5406         (et_forest_delete): Delete them.
5407         (et_forest_add_node): Allocate and free using pools.
5408         (et_forest_add_edge): Ditto.
5409         (et_forest_remove_node): Ditto.
5410         (et_forest_remove_edge): Ditto.
5411
5412         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
5413
5414 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
5415
5416         * config/h8300/h8300.c (output_logical_op): Simplify and
5417         optimize the handling of SImode.
5418         * config/h8300/h8300.c (compute_logical_op_length): Update
5419         accordingly.
5420         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
5421
5422 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
5423
5424         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
5425         big-endian correction to indirect arguments too.
5426
5427 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
5428
5429         Segher Boessenkool  <segher@koffie.nl>
5430
5431         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
5432         (alt_reg_names): Ditto, fix formatting.
5433         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
5434
5435 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
5436
5437         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
5438         (output_logical_op): Constify intval and det.
5439         (compute_logical_length): Likewise.
5440         (compute_logical_cc): Likewise.
5441         (output_a_shift): Constify mask.
5442         (h8300_encode_label): Constify len.
5443
5444 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
5445
5446         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
5447         (h8300_expand_epilogue): Likewise.
5448
5449 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
5450
5451         Segher Boessenkool  <segher@koffie.nl>
5452
5453         * config/rs6000/altivec.md: Remove spaces from assembler
5454         instruction argument lists.
5455
5456 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5457
5458         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
5459         c4x_assembler_function_p.
5460         (c4x_null_epilogue_p): Complement return value, all uses updated.
5461         (c4x_insert_attributes): Add naked.
5462         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
5463         * doc/extend.texi: Update C4x function attributes.
5464
5465 2003-01-06  Richard Henderson  <rth@redhat.com>
5466
5467         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
5468         properly when changing "local-ness".
5469         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
5470
5471 2003-01-06  Dale Johannesen  <dalej@apple.com>
5472
5473         * config/darwin-protos.h:  Add prototypes for new section functions.
5474
5475 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
5476
5477         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
5478         to EABI.
5479
5480 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
5481
5482         * hwint.h: If the current compiler has no 64-bit type at all,
5483         make HOST_WIDEST_INT 32 bits.
5484
5485 2003-01-06  Eric Christopher  <echristo@redhat.com>
5486
5487         * config/mips/mips.md (movdf_internal2): Fix constraints.
5488
5489 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
5490
5491         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
5492
5493 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
5494
5495         * config/mips/mips.md (leadi): Use dla rather than la.
5496
5497 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
5498
5499         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
5500         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
5501
5502 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
5503
5504         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
5505         redefinition.
5506
5507 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
5508
5509         * config/h8300/h8300.md (*extzv_8_23): New.
5510
5511 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5512
5513         * pa64-hpux.h (JCR_SECTION_NAME): Define.
5514         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
5515         USE_EH_FRAME_REGISTRY when defining.
5516
5517 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
5518
5519         * config/h8300/h8300.c (output_a_shift): Do not output a
5520         variable shift.
5521         * config/h8300/h8300.md (two splitters): New.
5522
5523 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
5524
5525         * config/mips/mips.md: Disable the movstrsi define_split.
5526
5527 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5528
5529         * alloc-pool.c: Don't include "libiberty.h".
5530         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
5531         * convert.c (convert_to_real): Hide unused variable.
5532
5533 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5534
5535         * Makefile.in (gtyp-gen.h): Const-ify.
5536         * gcov-dump.c (tag_table): Likewise.
5537
5538 2003-01-04  Bruce Korb  <bkorb@gnu.org>
5539
5540         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
5541         of *both* the file name and the fix name.
5542
5543 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
5544
5545         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
5546         collect2.
5547         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
5548         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
5549         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
5550         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
5551         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
5552         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
5553         elfos.h.
5554         (EH_FRAME_IN_DATA_SECTION): Delete define.
5555         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
5556         (STARTFILE_SPEC): Use crtbegin.o.
5557         (ENDFILE_SPEC): Use crtend.o.
5558         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
5559         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
5560         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
5561         DTOR_LIST_BEGIN): Define.
5562         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
5563         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
5564         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
5565
5566 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
5567
5568         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
5569         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
5570         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
5571         Cleanup handling of replacement text.
5572         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
5573
5574 2003-01-04  Bruce Korb  <bkorb@gnu.org>
5575
5576         * fixinc/tests/base/math.h: removed obsolete results
5577         * fixinc/tests/base/stdlib.h: ditto
5578         * fixinc/tests/base/sys/param.h: ditto
5579         * fixinc/tests/base/sys/stat.h: ditto
5580         * fixinc/tests/base/time.h: ditto
5581         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
5582         * fixinc/tests/base/sys/byteorder.h: ditto
5583         * fixinc/inclhack.def: Remove superfluous backslashes
5584
5585 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
5586
5587         * config/h8300/h8300-protos.h: Add prototypes for
5588         the new functions defined below.
5589         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
5590         define.
5591         (dosize): Emit RTL instead of assembly code.
5592         (push): Likewise.
5593         (pop): Likewise.
5594         (h8300_output_function_prologue): Remove.
5595         (h8300_expand_prologue): New.
5596         (h8300_expand_epilogue): New.
5597         (h8300_output_function_epilogue): Do only the reset of
5598         pragma_saveall.
5599         * config/h8300/h8300.md (push_h8300): New.
5600         (push_h8300hs): Likewise.
5601         (pop_h8300): Likewise.
5602         (pop_h8300hs): Likewise.
5603         (*stm_h8300s_2): Change the name to stm_h8300s_2.
5604         (*stm_h8300s_3): Change the name to stm_h8300s_3.
5605         (*stm_h8300s_4): Change the name to stm_h8300s_4.
5606         (*ldm_h8300s_2): New.
5607         (*ldm_h8300s_3): Likewise.
5608         (*ldm_h8300s_4): Likewise.
5609         (return): Likewise.
5610         (*return_1): Likewise.
5611         (prologue): Likewise.
5612         (epilogue): Likewise.
5613         (monitor_prologue): Likewise.
5614
5615 2003-01-03  Dale Johannesen  <dalej@apple.com>
5616
5617         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
5618           machopic_picsymbol_stub1.
5619           (EXTRA_SECTION_FUNCTIONS):  Ditto.
5620         * rs6000/rs6000.c:  Update copyright.
5621           (machopic_output_stub):  Use them.  Remove an insn from stub code.
5622
5623 2003-01-02  Jason Merrill  <jason@redhat.com>
5624
5625         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
5626
5627         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
5628         static/external decls.
5629
5630         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
5631         outermost scope.
5632         * c-decl.c (c_make_fname_decl): Push the decls there, too.
5633
5634 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
5635
5636         * config/h8300/h8300-protos.h: Add a prototype for
5637         h8300_current_function_interrupt_function_p.
5638         * config/h8300/h8300.c (interrupt_handler): Remove.
5639         (os_task): Likewise.
5640         (monitor): Likewise.
5641         (pragma_interrupt): New.
5642         (WORD_REG_USED): Use
5643         h8300_current_function_interrupt_function_p.
5644         (dosize): Likewise.
5645         (h8300_output_function_prologue): Likewise.
5646         Do not set interrupt_handler, os_task, monitor.
5647         (h8300_output_function_prologue): Use
5648         h8300_current_function_interrupt_function_p.
5649         Do not set interrupt_handler, os_task, monitor.
5650         (h8300_current_function_interrupt_function_p): New.
5651         (h8300_pr_interrupt): Set pragma_interrupt.
5652         (h8300_insert_attributes): Reset pragma_interrupt.
5653
5654 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5655
5656         * doc/install.texi (Configuration): Fix markup for reference to
5657         gcc/config.gcc.
5658
5659 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
5660
5661         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
5662         (*iorhi3_two_qi): Likewise.
5663         (*iorsi3_zexthi): Likewise.
5664         (*xorhi3_zextqi): Likewise.
5665         (*xorsi3_zexthi): Likewise.
5666         (*xorsi3_zextqi): Likewise.
5667
5668 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
5669
5670         * config/h8300/h8300.c (stack_pointer_operand): New.
5671         (const_int_gt_2_operand): Likewise.
5672         (const_int_ge_8_operand): Likewise.
5673         * config/h8300/h8300.md (a splitter): Likewise.
5674         (a peephole2): Likewise.
5675         * config/h8300/h8300-protos.h: Add prototypes for the new
5676         functions above.
5677
5678 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
5679
5680         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
5681         objc/objc-act.h: Fix copyright years.
5682
5683 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5684
5685         * doc/passes.texi: Fix documentation for -fssa-ccp
5686
5687 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
5688
5689         * gccbug.in: Update for new categories.
5690
5691 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
5692
5693         * config/h8300/h8300.md: Reorder some patterns.
5694
5695 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
5696
5697         * config/h8300/h8300.c (output_logical_op): Fix a warning.
5698
5699 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5700
5701         * config/darwin-protos.h, config/c4x/c4x-protos.h,
5702         config/cris/cris-protos.h, config/i370/i370-protos.h,
5703         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
5704         config/v850/v850-protos.h: Use struct, and don't conditionally
5705         compile on GCC_C_PRAGMA_H.
5706
5707 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
5708
5709         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
5710         * config/h8300/h8300-protos.h: Likewise.
5711         * config/sh/sh-protos.h: Likewise.
5712
5713 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
5714
5715         * config/arm/arm-protos.h: Use struct cpp_reader instead of
5716         cpp_reader.
5717         * config/h8300/h8300-protos.h: Likewise.
5718         * config/sh/sh-protos.h: Likewise.
5719
5720 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5721
5722         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
5723         arm_pr_long_calls_off): Use struct.
5724         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
5725         : Similarly.
5726         Don't include cpplib.h.
5727         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
5728         sh_pr_nosave_low_regs): Similarly.
5729
5730 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
5731
5732         * config/h8300/h8300.c: Include cpplib.h.
5733
5734 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5735
5736         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
5737           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
5738           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
5739           "GCC" in the copyright header.
5740
5741 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5742
5743         * c-pragma.c (c_register_pragma): New.
5744         (init_pragma): Use it.
5745         * c-pragma.h (cpp_register_pragma): Don't declare.
5746         (c_register_pragma): New.
5747         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
5748         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
5749         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
5750         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
5751         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
5752         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
5753         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
5754         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
5755         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
5756         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
5757         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
5758         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
5759
5760 2002-12-31  Kazu Hirata  <kazu@cs.umass.edu>
5761
5762         * config/h8300/h8300-protos.h: Update the prototypes.
5763         * config/h8300/h8300.c (const_le_2_operand): Change to
5764         const_int_le_2_operand.
5765         (const_int_le_6_operand): Change to const_int_le_6_operand.
5766         * config/h8300/h8300.md (two peepholes): Update the function
5767         names.
5768
5769 2002-12-31  Tom Tromey  <tromey@redhat.com>
5770
5771         * doc/install.texi (Testing): Fixed typo.
5772
5773 2002-12-31  Kazu Hirata  <kazu@cs.umass.edu>
5774
5775         * config/h8300/h8300.h (TRAMPOLINE_TEMPLATE): Remove.
5776         (TRAMPOLINE_SIZE): Support the normal mode.
5777         (INITIALIZE_TRAMPOLINE): Emit the entire trampoline.
5778
5779 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
5780
5781         * c-common.h (pending_lang_change): Declare.
5782
5783 2002-12-31  Jerry Quinn  <jlquinn@optonline.net>
5784
5785         * gcc/doc/invoke.texi (Optimization Options): Clean up -O flag
5786         descriptions.
5787
5788 2002-12-31  Jerry Quinn  <jlquinn@optonline.net>
5789
5790         * gcc/doc/invoke.texi (Optimization Options): List the options
5791         enabled by each -O flag.
5792
5793 2002-12-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5794
5795         * doc/install.texi (Configuration): Explicitly refer
5796         gcc/config.gcc for a list of cpu models.
5797
5798 2002-12-31  Kazu Hirata  <kazu@cs.umass.edu>
5799
5800         * config/h8300/h8300.h: Fix comment typos.
5801
5802 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
5803
5804         * config/rs6000/rs6000.h (WIDEST_HARDWARE_FP_SIZE): Define.
5805
5806 2002-12-30  Tom Tromey  <tromey@redhat.com>
5807
5808         * doc/install.texi (Testing): Mention Jacks.
5809
5810 2002-12-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5811
5812         * doc/gcc.texi, doc/gccint.texi: Update last modification dates.
5813
5814 2002-12-30  Kazu Hirata  <kazu@cs.umass.edu>
5815
5816         * config/h8300/h8300.c (output_logical_op): Use extu.w in more
5817         cases.
5818         (compute_logical_op_length): Update to reflect the change in
5819         output_logical_op.
5820         (compute_logical_op_cc): Likewise.
5821
5822 2002-12-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5823
5824         * doc/service.texi: Uncomment and update FAQ link.
5825
5826 2002-12-30  Andreas Jaeger  <aj@suse.de>
5827
5828         * unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
5829
5830 2002-12-30  Kazu Hirata  <kazu@cs.umass.edu>
5831
5832         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): New.
5833
5834 2002-12-30  Kazu Hirata  <kazu@cs.umass.edu>
5835
5836         * config/h8300/h8300.c (output_logical_op): Use extu.w if we
5837         are clearing the most significant byte.
5838         (compute_logical_op_length): Update to reflect the change in
5839         output_logical_op.
5840         (compute_logical_op_cc): Likewise.
5841
5842 2002-12-29  Kazu Hirata  <kazu@cs.umass.edu>
5843
5844         * config/h8300/h8300.md: Give internal names to anonymous
5845         insns.
5846
5847 2002-12-29  Kazu Hirata  <kazu@cs.umass.edu>
5848
5849         * config/h8300/h8300.md: Reorder some insns.
5850
5851 2002-12-29  Kazu Hirata  <kazu@cs.umass.edu>
5852
5853         * config/h8300/h8300-protos.h: Add prototypes for
5854         const_int_qi_operand and const_int_hi_operand.
5855         * config/h8300/h8300.c (const_int_qi_operand): New.
5856         (const_int_hi_operand): Likewise.
5857         * config/h8300/h8300.md (three peepholes): New.
5858
5859 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5860
5861         * doc/cpp.texi, doc/gcc.texi, doc/gccint.texi, doc/install.texi:
5862         Use @copying.
5863
5864 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5865
5866         * configure.in: Increase makeinfo version requirement to 4.[2-9].
5867         * configure: Regenerate.
5868         * doc/install.texi: Update Texinfo version requirement.
5869
5870 2002-12-28  Andreas Jaeger  <aj@suse.de>
5871
5872         * config/i386/i386.c (x86_function_profiler): Mark labelno as
5873         possibly unused.
5874
5875         * c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX for
5876         correct format.
5877
5878 2002-12-27  Kazu Hirata  <kazu@cs.umass.edu>
5879
5880         * config/h8300/h8300.md (*iorhi_shift_8): Change the name to
5881         *iorhi_ashift_8.
5882         (*iorhi_lshiftrt_8): New.
5883
5884 2002-12-27  Joseph S. Myers  <jsm@polyomino.org.uk>
5885
5886         * doc/include/texinfo.tex: Update to version 2002-12-26.16.
5887
5888 2002-12-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5889
5890         * doc/contrib.texi (Contributors): Add Abramo and Roberto Bagnara.
5891
5892 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
5893
5894         * config/h8300/h8300-protos.h: Fix comment typos.
5895         Update copyright.
5896         * config/h8300/h8300.c: Fix comment typos.
5897
5898 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
5899
5900         * config/h8300/h8300.h (IDENT_ASM_OP): End with a tab.
5901
5902 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
5903
5904         * config/i386/athlon.md: Fix comment typos.
5905         * config/i386/crtdll.h: Likewise.
5906         * config/i386/djgpp.h: Likewise.
5907         * config/i386/i386-interix.h: Likewise.
5908         * config/i386/i386.c: Likewise.
5909         * config/i386/i386.h: Likewise.
5910         * config/i386/i386.md: Likewise.
5911         * config/i386/k6.md: Likewise.
5912         * config/i386/mingw32.h: Likewise.
5913         * config/i386/pentium.md: Likewise.
5914         * config/i386/sco5.h: Likewise.
5915         * config/i386/winnt.c: Likewise.
5916         * config/i386/xmmintrin.h: Likewise.
5917
5918 2002-12-26  Jose Renau <renau@cs.uiuc.edu>
5919
5920         * ssa-dce.c (EXECUTE_IF_UNNECESSARY): Verify INSN is an
5921         INSN_P before checking to see if it is dead.
5922         (mark_all_insn_unnecessary): Similarly.
5923         (ssa_eliminate_dead_code): Similarly.
5924         * rtl.h (struct rtx_def): Update comments for in_struct usage
5925         in dead code elimination pass.
5926         (INSN_DEAD_CODE_P): Allow JUMP_INSN and CALL_INSN as well.
5927
5928 2002-12-26  Andreas Schwab  <schwab@suse.de>
5929
5930         * config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax.
5931
5932 2002-12-25  David Edelsohn  <edelsohn@gnu.org>
5933
5934         * config/rs6000/rs6000.c (rs6000_override_options): Convert to
5935         tartet_flags_explicit.
5936         * config/rs6000/rs6000.h (MASK_MULTIPLE_SET, MASK_STRING_SET): Delete.
5937         Compact target_flags bits.
5938         (TARGET_MULTIPLE_SET, TARGET_STRING_SET): Delete.
5939         (TARGET_SWITCHES): Delete references to *_SET flags.
5940
5941 Wed Dec 25 20:30:53 CET 2002  Jan Hubicka  <jh@suse.cz>
5942
5943         * i386.md (memory attribute): Fix setcc attribute.
5944
5945 2002-12-25  Kazu Hirata  <kazu@cs.umass.edu>
5946
5947         * output.h: Fix comment typos.
5948         * predict.c: Likewise.
5949         * print-tree.c: Likewise.
5950         * profile.c: Likewise.
5951         * ra-build.c: Likewise.
5952         * ra-colorize.c: Likewise.
5953         * ra-debug.c: Likewise.
5954         * ra-rewrite.c: Likewise.
5955         * ra.c: Likewise.
5956         * ra.h: Likewise.
5957         * real.c: Likewise.
5958         * recog.c: Likewise.
5959         * reg-stack.c: Likewise.
5960         * regclass.c: Likewise.
5961
5962 2002-12-25  Kazu Hirata  <kazu@cs.umass.edu>
5963
5964         * config/h8300/h8300.c (print_operand_address): Do not negate
5965         a negative number when printing one.
5966
5967 2002-12-25  Kazu Hirata  <kazu@cs.umass.edu>
5968
5969         * config/h8300/h8300-protos.h: Add prototypes for
5970         output_plussi, compute_plussi_length, and compute_plussi_cc.
5971         * config/h8300/h8300.c (output_plussi): New.
5972         (compute_plussi_length): Likewise.
5973         (compute_plussi_cc): Likewise.
5974         * config/h8300/h8300.md (addsi_h8300h): Call
5975         output_plussi, compute_plussi_length, and compute_plussi_cc.
5976
5977 2002-12-24  Kazu Hirata  <kazu@cs.umass.edu>
5978
5979         * config/h8300/h8300.md (two peepholes): Use match_dup instead
5980         of match_operand in the new patterns.
5981
5982 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5983
5984         * doc/include/texinfo.tex: Update to version 2002-11-25.11.
5985
5986 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
5987
5988         * configure.in (enable-coverage): Add SELF_COVERAGE.
5989         * profile.c (end_branch_prob): Use SELF_COVERAGE.
5990
5991 2002-12-24  Jim Wilson  <wilson@redhat.com>
5992
5993         * alias.c (record_set): Handle multi-reg hard registers.
5994
5995 2002-12-24  Kazu Hirata  <kazu@cs.umass.edu>
5996
5997         * regmove.c: Fix comment typos.
5998         * reload.c: Likewise.
5999         * reload1.c: Likewise.
6000         * resource.c: Likewise.
6001         * rtl.def: Likewise.
6002         * rtl.h: Likewise.
6003         * rtlanal.c: Likewise.
6004         * sched-deps.c: Likewise.
6005         * sched-rgn.c: Likewise.
6006         * sibcall.c: Likewise.
6007         * simplify-rtx.c: Likewise.
6008         * ssa-ccp.c: Likewise.
6009         * ssa.c: Likewise.
6010         * stmt.c: Likewise.
6011         * stor-layout.c: Likewise.
6012         * system.h: Likewise.
6013         * tlink.c: Likewise.
6014         * toplev.c: Likewise.
6015         * tracer.c: Likewise.
6016         * tree-inline.c: Likewise.
6017         * tree.c: Likewise.
6018         * tree.h: Likewise.
6019         * unroll.c: Likewise.
6020         * varasm.c: Likewise.
6021
6022 2002-12-23  Larin Hennessy  <larin@science.oregonstate.edu>
6023
6024         * doc/install.texi: Remove i386-*-isc, i860-*-bsd,
6025         m68k-altos-sysv, m68k-isi-bsd, m68k-sony-bsd entries.
6026         * doc/invoke.texi: Remove AMD 29K, ARM RISC/iX, Clipper, Convex,
6027         DG/UX entries.
6028         * doc/md.texi: Remove AMD 29K entries.
6029         * doc/trouble.texi: Remove Alliant, DG/UX, Iris 4.0.5F, GAS
6030         1.38.1, NewsOS, RT PC, WE32K entries.
6031
6032 2002-12-23  Aldy Hernandez  <aldyh@redhat.com>
6033
6034         PR/8763
6035         * config/rs6000/altivec.md (mulv4sf3): Rewrite to add -0.0 vector.
6036         (altivec_vspltisw_v4sf): Name pattern.
6037         (altivec_vslw_v4sf): New pattern.
6038
6039 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
6040
6041         * doc/include/gcc-common.texi: Define DEVELOPMENT.
6042
6043 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
6044
6045         * stor-layout.c (update_alignment_for_field): Correct handling of
6046         unnamed bitfields on PCC_BITFIELD_TYPE_MATTERS machines.
6047         * doc/tm.texi (PCC_BITFIELD_TYPE_MATTERS): Note that an unnamed
6048         bitfield does not affect alignment.
6049
6050 2002-12-23  David Edelsohn  <edelsohn@gnu.org>
6051
6052         * expr.c (expand_assignment): Apply special treatment to
6053         ARRAY_TYPE.
6054
6055 2002-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6056
6057         * config/h8300/h8300-protos.h: Update the prototype of
6058         expand_a_shift.
6059         * config/h8300/h8300.c (expand_a_shift): Change the return
6060         type to void.
6061         * config/h8300/h8300.md: Update all the uses of
6062         expand_a_shift.
6063
6064 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
6065
6066         * tree.c (save_expr): Allow either side of a dyadic operand to be
6067         constant.
6068
6069         * doc/portability.texi (portability): Update portability goals.
6070
6071 2002-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6072
6073         * config/h8300/h8300.c (output_a_shift): Remove unused code.
6074
6075 2002-12-22  Mark Mitchell  <mark@codesourcery.com>
6076
6077         * stor-layout.c (update_alignment_for_field): Guard use of
6078         ADJUST_FIELD_ALIGN with #ifdef.
6079
6080         * stor-layout.c (update_alignment_for_field): Use
6081         ADJUST_FIELD_ALIGN when computing the alignment for a zero-width
6082         bitfield when PCC_BITFIELD_TYPE_MATTERS.
6083
6084 2002-12-22  Kazu Hirata  <kazu@cs.umass.edu>
6085
6086         * genautomata.c: Fix comment typos.
6087
6088 Sun Dec 22 18:23:44 CET 2002  Jan Hubicka  <jh@suse.cz>
6089
6090         * params.def (tracer-min-branch-probability-feedback): Fix default.
6091         * final.c (compute_alignments): Use profile to avoid code bloat.
6092
6093 2002-12-22  Kazu Hirata  <kazu@cs.umass.edu>
6094
6095         * config/h8300/h8300.c (get_shift_alg): Make shift insn
6096         sequences end with a valid cc0 whenever possible.
6097
6098 2002-12-22  Kazu Hirata  <kazu@cs.umass.edu>
6099
6100         * config/h8300/h8300.md (negsf2): New.
6101         (*negsf2_h8300): Likewise.
6102         (*negsf2_h8300hs): Likewise.
6103
6104 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6105
6106         * integrate.c (output_inline_function): Don't hold private
6107         pointers to 'struct function' over GC calls.
6108
6109 2002-12-21  Kaz kojima  <kkojima@gcc.gnu.org>
6110
6111         * config/sh/lib1funcs.asm (__fpscr_values): Conditionalize with
6112         NO_FPSCR_VALUES.
6113         * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Add -DNO_FPSCR_VALUES.
6114
6115 2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>
6116
6117         * config/h8300/h8300.md (zero_extendqisi2): Correct the
6118         length.
6119
6120 2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>
6121
6122         * config/h8300/h8300.md (*zero_extendqihi2_h8300): Make the
6123         second alternative "#".
6124         (*zero_extendqihi2_h8300hs): Likewise.
6125         (a define_split): New.
6126
6127 2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>
6128
6129         * config/h8300/h8300-protos.h: Update the prototype for
6130         split_adds_subs.
6131         Add prototypes for const_le_2_operand and const_le_6_operand.
6132         * config/h8300/h8300.c (split_adds_subs): Add an argument to
6133         specify whether inc/dec should be used when possible.
6134         (const_le_2_operand): New.
6135         (const_le_6_operand): Likewise.
6136         * config/h8300/h8300.md (two peepholes): New.
6137
6138 2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>
6139
6140         * config/fr30/fr30.md: Fix a comment typo.
6141         * config/i386/i386.c: Likewise.
6142         * config/ip2k/ip2k.h: Likewise.
6143
6144 2002-12-20  Jim Wilson  <wilson@redhat.com>
6145
6146         * config/rs6000/spe.h (__ev_subifw): Reverse arguments.
6147         (__ev_subw, __ev_subiw): New.
6148         (ev_mwlssf, ev_mwlsmf, ev_mwlssfa, ev_mwlsmfa, ev_mwlssfaaw,
6149         ev_mwlsmfaaw, ev_mwlssfanw, ev_mwlsmfanw): Delete.
6150
6151 2002-12-20  John David Anglin  <dave.anglin@nrc.gc.ca>
6152
6153         * pa-linux.h (TARGET_HAS_STUBS_AND_ELF_SECTIONS): Delete define.
6154         * pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete define.
6155         * pa.c (pa_function_ok_for_sibcall): Allow non indirect sibcalls on
6156         TARGET_ELF32.  Add comment on sibcall issues for TARGET_64BIT.
6157
6158 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
6159
6160         * config/h8300/h8300-protos.h: Add prototypes for
6161         incdec_operand and eqne_operator.
6162         * config/h8300/h8300.c (incdec_operand): New.
6163         (eqne_operator): Likewise.
6164         * config/h8300/h8300.h (CONST_OK_FOR_M): Likewise.
6165         (CONST_OK_FOR_O): Likewise.
6166         (CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_M and
6167         CONST_OK_FOR_O.
6168         * config/h8300/h8300.md (UNSPEC_INCDEC): New.
6169         (addhi3_incdec): New.
6170         (addsi3_incdec): Likewise.
6171         (two peepholes): Likewise.
6172
6173 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
6174
6175         * config/h8300/h8300.c (dosize): Remove warnings.
6176         (print_operand): Likewise.
6177
6178 2002-12-20  Richard Henderson  <rth@redhat.com>
6179
6180         * config/alpha/alpha.c (decl_has_samegp): New.
6181         (samegp_function_operand): Use it.  Rename from
6182         current_file_function_operand.
6183         (direct_call_operand): Handle -msmall-text via symbol->jump.
6184         (tls_symbolic_operand_1): Use T for tprel64, t for smaller tprel.
6185         (tls_symbolic_operand_type): Likewise.
6186         (alpha_encode_section_info): Likewise.  Handle -msmall-text.
6187         (alpha_function_ok_for_sibcall): Use decl_has_samegp.
6188         (alpha_end_function): Set symbol->jump for functions defined in
6189         the text section.
6190         * config/alpha/alpha-protos.h: Update.
6191         * config/alpha/alpha.h (MASK_SMALL_TEXT, TARGET_SMALL_TEXT): New.
6192         (TARGET_SWITCHES): Add -msmall-text and -mlarge-text.
6193         (PREDICATE_CODES): Update.
6194         * config/alpha/alpha.md (call patterns): Update for
6195         samegp_function_operand rename; use !samegp reloc if
6196         TARGET_EXPLICIT_RELOCS.
6197         * doc/invoke.text: Document -msmall-text and -mlarge-text.
6198
6199 2002-12-20  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6200
6201         * config/ns32k/ns32k.md (movdi): Use "l" instead of "f" to match
6202         all registers capable of holding a double float.
6203         (*rcond): change name of "reverse branch" insns to
6204         something more meaningful.
6205         (*rbgt, *rblt, *rbge, *rble): Reverse branches to handle IEEE
6206         comparisons properly.
6207         (*ffs): Change operand 0 from write to read-modify-write.
6208         (*ffsssi2): Drop constraints from define_expand.
6209
6210         * config/ns32k/ns32k.h (STORE_RATIO, STORE_BY_PIECES): Avoid using
6211         MOVE_RATIO as default for store operations.
6212
6213         * config/ns32k/ns32k.h (enum reg_class, REG_CLASS_NAMES): Add
6214         LONG_REGS class.
6215         (CANNOT_CHANGE_MODE_CLASS): Can't subreg LONG_REGS.
6216         (GO_IF_LEGITIMATE_ADDRESS): Remove spurious abort().
6217         * config/ns32k/ns32k.c (regclass_map): Add LONG_REGS class.
6218
6219         * config/ns32k/STATUS: New File
6220         * config/ns32k/NOTES: New file.
6221
6222 2002-12-20  Hartmut Penner  <hpenner@de.ibm.com>
6223
6224         * doc/invoke.texi: Document -mzarch, -mesa, -mcpu= and -march=
6225         option for S/390 and zSeries.
6226         * config/s390/s390.c (s390_cpu, s390_cpu_string, s390_arch,
6227         s390_arch_string): New variables.
6228         (override_options): Checking for options and setting of
6229         appropriate target_flags, cpu and arch flags.
6230         * config/s390/s390.h: (processor_type): New enum.
6231         (TARGET_SWITCHES): New switches -mesa/zarch.
6232         * config/s390/s390.md: New attribute 'cpu'.
6233
6234 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
6235
6236         * c-pretty-print.h: Fix comment typos.
6237         * integrate.c: Likewise.
6238         * varasm.c: Likewise.
6239         * config/c4x/c4x.h: Likewise.
6240         * config/c4x/c4x.md: Likewise.
6241         * config/fr30/fr30.md: Likewise.
6242         * config/frv/frv.c: Likewise.
6243         * config/h8300/h8300.c: Likewise.
6244         * config/i386/i386.c: Likewise.
6245         * config/i386/i386.h: Likewise.
6246         * config/ia64/ia64.c: Likewise.
6247         * config/ia64/ia64.h: Likewise.
6248         * config/ip2k/ip2k.md: Likewise.
6249         * config/m68hc11/m68hc11-crt0.S: Likewise.
6250         * config/m68hc11/m68hc11.h: Likewise.
6251         * config/m68hc11/m68hc11.md: Likewise.
6252         * config/m68hc11/m68hc12.h: Likewise.
6253         * config/mcore/mcore.md: Likewise.
6254         * config/mips/mips.c: Likewise.
6255         * config/mips/mips.md: Likewise.
6256         * config/mmix/mmix-modes.def: Likewise.
6257         * config/pa/pa.c: Likewise.
6258         * config/rs6000/rs6000.c: Likewise.
6259         * config/rs6000/rs6000.h: Likewise.
6260         * config/rs6000/rs6000.md: Likewise.
6261
6262 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
6263
6264         * config/h8300/h8300.md (output_a_shift): Clean up the code to
6265         output shifts using rotation.
6266
6267 2002-12-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6268
6269         * flow.c (allocate_reg_life_data): Reset REG_FREQ.
6270
6271 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
6272
6273         * config/h8300/h8300.md (pushqi_h8300): Don't push the stack
6274         pointer.
6275         (pushqi_h8300hs): Likewise.
6276         (pushhi_h8300): Likewise.
6277         (pushhi_h8300hs): Likewise.
6278
6279 Thu Dec 19 23:44:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
6280
6281         * sched-rgn.c (init_regions): Update comment.
6282
6283 2002-12-19  David Edelsohn  <edelsohn@gnu.org>
6284
6285         * config/rs6000/rs6000.md (define_attr type): Remove altivec.
6286         * config/rs6000/altivec.md (movv4si_internal): Set correct instruction
6287         attributes.
6288         (movv8hi_internal,movv16qi_internal,movv4sf_internal): Same.
6289         (get_vrsave_internal,set_vrsave_internal): Same.
6290         (altivec_vspltisb,altivec_vspltish,altivec_vspltisw): Same.
6291         (absv16qi2,absv8hi2,absv4si2,absv4sf2): Same
6292         (altivec_abss_v16qi,altivec_abss_v8hi,altivec_abss_v4si): Same.
6293
6294 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6295             Danny Smith  <dannysmith@users.sourceforge.net>
6296             Eric Kohl  <ekohl@rz-online.de>
6297
6298         * config/i386/i386.c (ix86_handle_cdecl_attribute): Check for
6299         attributes incompatible with fastcall attribute.
6300         (ix86_handle_regparm_attribute): Likewise.
6301
6302         * config/i386/i386.c (ix86_comp_type_attributes): Check for mismatched
6303         fastcall types.
6304
6305         * config/i386/cygwin.h (TARGET_OS_CPP_BUILTINS): Add fastcall
6306         attributes.
6307         (ASM_OUTPUT_LABELREF): Define as i386_pe_output_labelref.
6308         * config/i386/i386-protos.h (i386_pe_output_labelref): Declare.
6309         * config/i386/winnt.c (i386_pe_mark_dllimport). Add __imp_ prefix in
6310         i386_pe_output_labelref rather than here.
6311         (gen_fastcall_suffix): New function. Decorates a label name with the
6312         fastcall prefix (@) and the stdcall suffix.
6313         (i386_pe_encode_section_info): Call gen_fastcall_suffix() if a symbol
6314         has a fastcall attribute.
6315         (i386_pe_output_labelref): New function. Outputs a label reference.
6316         * config/i386/i386.c (ix86_attribute_table): Accept 'fastcall' as a
6317         valid attribute.
6318         (ix86_return_pops_args): Fastcall functions pop the stack.
6319         (init_cumulative_args): Reserve registers ECX and EDX if function has
6320         fastcall attribute.
6321         (function_arg): Use registers ECX and EDX if function has fastcall
6322         attribute.
6323         * config/i386/i386.h (CUMULATIVE_ARGS): Add fastcall attribute flag.
6324         (DLL_IMPORT_EXPORT_PREFIX): Redefine as '#'.
6325         (FASTCALL_PREFIX): Define as '@'.
6326         * config/i386/mingw32.h (TARGET_OS_CPP_BUILTINS): Add fastcall
6327         attributes.
6328         * doc/extend.texi: Add documentation of fastcall attribute.
6329
6330 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6331
6332         * configure.in: FORBUILD when build!=host changed from
6333         ../$build-alias to ../build-$build_alias to match change made
6334         in top directory.
6335         * configure: Regenerated.
6336
6337 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6338
6339         PR optimization/8988
6340         * loop.c (maybe_eliminate_biv): Kill REG_EQUAL notes mentioning
6341         the biv when eliminating.
6342
6343 2002-12-19  Devang Patel  <dpatel@apple.com>
6344         * gcc.c (struct default_compiler): Recognizes input file name with
6345         .CPP extension as C++ source files
6346         * cp/lang-spec.h: Same
6347         * doc/invoke.texi:  Add documentation for .CPP support.
6348
6349 2002-12-19  Aldy Hernandez  <aldyh@redhat.com>
6350
6351         PR 8553
6352         * config/rs6000/altivec.md ("absv8hi2"): Add & to clobbered
6353         registers.
6354         ("absv16qi2"): Same.
6355         ("absv4si2"): Same.
6356         ("absv4sf2"): Same.
6357         ("altivec_abss_v16qi"): Same.
6358         ("altivec_abss_v8hi"): Same.
6359         ("altivec_abss_v4si"): Same.
6360
6361 2002-12-19  Ulrich Weigand  <uweigand@de.ibm.com>
6362
6363         * config/s390/s390.md ("*tsthiCCT", "*tsthiCCT_cconly",
6364         "*tstqiCCT", "*tstqiCCT_cconly"): New insns.
6365
6366 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6367
6368         PR target/8340
6369         * stmt.c (expand_asm_operands): Produce an error when
6370         the PIC register is clobbered.
6371
6372 2002-12-18  Daniel Berlin  <dberlin@dberlin.org>
6373
6374         * Makefile.in (OBJS): Add alloc-pool.o
6375         (alloc-pool.o): New object.
6376
6377         * alloc-pool.c: New file.
6378         * alloc-pool.h: New file.
6379
6380 2002-12-18  Loren James Rittle  <ljrittle@acm.org>
6381
6382         * gcc.c (validate_switches): Robustify against skipping past '\0'.
6383
6384 2002-12-18  Geoffrey Keating  <geoffk@apple.com>
6385
6386         * config.gcc: Set extra_objs in the generic Darwin rule,
6387         not in the machine-specific rules.
6388
6389 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
6390
6391         * ChangeLog: Follow spelling conventions.
6392         * ChangeLog.2: Likewise.
6393         * ChangeLog.4: Likewise.
6394         * ChangeLog.5: Likewise.
6395         * cppexp.c: Likewise.
6396         * df.c: Likewise.
6397         * gcov.c: Likewise.
6398         * gengtype.c: Likewise.
6399         * reload1.c: Likewise.
6400         * sched-rgn.c: Likewise.
6401         * stmt.c: Likewise.
6402         * stor-layout.c: Likewise.
6403         * timevar.c: Likewise.
6404         * toplev.c: Likewise.
6405         * tree.h: Likewise.
6406         * varasm.c: Likewise.
6407         * config/fr30/fr30.md: Likewise.
6408         * config/i386/i386.c: Likewise.
6409         * config/ia64/ia64.c: Likewise.
6410         * config/pa/pa.c: Likewise.
6411
6412 2002-12-18  Roger Sayle  <roger@eyesopen.com>
6413
6414         * basic-block.h (flow_bb_inside_loop_p): Correct prototype.
6415
6416 2002-12-18  Aldy Hernandez  <aldyh@redhat.com>
6417
6418         PR 8551
6419         * config/rs6000/altivec.h (vec_cmplt macro): Reverse arguments in
6420         macro.
6421         (vec_cmplt C++ functions): Reverse arguments.
6422
6423 2002-12-18  Geoffrey Keating  <geoffk@apple.com>
6424
6425         * config/rs6000/t-rs6000: Move contents to t-fprules,
6426         add rules for dependencies of rs6000.o and to build rs6000-c.o
6427         * config/rs6000/t-fprules: New file from t-rs6000.
6428         * config/rs6000/t-beos: Remove soft-fp rules.
6429         * config/rs6000/t-ppccomm: Likewise.
6430         * config/rs6000/t-newas: Likewise.
6431         * config/rs6000/t-rs6000-c-rule: Delete.
6432         * config.gcc: Use t-fprules for rs6000/ ports when appropriate.
6433         Use t-rs6000 for all rs6000/ ports instead of t-rs6000-c-rule.
6434         Create generic Darwin rules.
6435
6436         * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
6437
6438 2002-12-18  Doug Evans  <dje@sebabeach.org>
6439
6440         * m32r/m32r.c (addr24_operand): Fix arg to CONSTANT_POOL_ADDRESS_P
6441         and LIT_NAME_P.
6442         (move_src_operand): Remove compile-time warning.
6443         * m32r/m32r.h (ROUND_ADVANCE_ARG): Ditto.
6444
6445 2002-12-18  Jason Merrill  <jason@redhat.com>
6446
6447         * unwind-dw2-fde.c (frame_downheap): Split out from...
6448         (frame_heapsort): Here.
6449
6450 2002-12-17  Jason Merrill  <jason@redhat.com>
6451
6452         * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes.
6453         (build1): Always set TREE_SIDE_EFFECTS on 's' class nodes.
6454
6455         * gcc.c (do_spec_1) ['W']: End any pending argument from the braces.
6456
6457         * calls.c (expand_call): Don't try to be clever about expanding
6458         the return slot address.
6459
6460 2002-12-18  Kaz kojima  <kkojima@gcc.gnu.org>
6461
6462         * config/sh/linux.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC):
6463         Define.
6464
6465 2002-12-17  Jason Merrill  <jason@redhat.com>
6466
6467         * genmultilib: Use 'cd ./foo'.
6468
6469 2002-12-17  Kazu Hirata  <kazu@cs.umass.edu>
6470
6471         * doc/c-tree.texi: Restore deliberate spelling mistakes.
6472
6473 2002-12-17  Kazu Hirata  <kazu@cs.umass.edu>
6474
6475         * doc/c-tree.texi: Fix typos and follow spelling conventions.
6476         * doc/cpp.texi: Likewise.
6477         * doc/extend.texi: Likewise.
6478         * doc/gty.texi: Likewise.
6479         * doc/install.texi: Likewise.
6480         * doc/invoke.texi: Likewise.
6481         * doc/md.texi: Likewise.
6482         * doc/passes.texi: Likewise.
6483         * doc/rtl.texi: Likewise.
6484         * doc/sourcebuild.texi: Likewise.
6485         * doc/tm.texi: Likewise.
6486
6487 2002-12-17  Jerry Quinn  <jlquinn@optonline.net>
6488
6489         * doc/invoke.texi: Minor spelling and grammar fixes.
6490
6491 2002-12-17  Ulrich Weigand  <uweigand@de.ibm.com>
6492
6493         * config/s390/s390.c (s390_output_constant_pool): Replace
6494         ASM_OUTPUT_INTERNAL_LABEL by (*targetm.asm_out.internal_label).
6495
6496 Tue Dec 17 09:47:57 CET 2002  Jan Hubicka  <jh@suse.cz>
6497
6498         * convert.c (convert_to_real): Disable function transformation for
6499         now.
6500
6501 2002-12-16  Geoffrey Keating  <geoffk@apple.com>
6502
6503         * gcc.c (handle_braces): Allow '@' as a switch name.
6504
6505 2002-12-16  Jason Merrill  <jason@redhat.com>
6506
6507         * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
6508         with special struct-return ABIs.
6509
6510         * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
6511         doesn't match the begin SCOPE_STMT in partialness.
6512
6513 2002-12-16  Geoffrey Keating  <geoffk@apple.com>
6514
6515         * genmultilib: Create temporary files in unique subdirectory.
6516
6517         * gcc.c (validate_switches): Allow '@' as a switch name.
6518
6519 2002-12-16  Loren J. Rittle  <ljrittle@acm.org>
6520
6521         * Makefile.in (gcov-iov.h): Improve portability.
6522
6523 Mon Dec 16 23:39:19 CET 2002  Jan Hubicka  <jh@suse.cz>
6524
6525         * mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not
6526         gas
6527         * mips.md (tablejump insn): Likewise.
6528
6529 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
6530
6531         * doc/include/gcc-common.texi: Change version number to 3.4.
6532
6533 2002-12-16  Bruce Korb  <bkorb@gnu.org>
6534
6535         * fixinc/fixlib.h: add: #include <signal.h>
6536         * fixinc/fixincl.c: remove: #include <signal.h>
6537
6538 Mon Dec 16 17:20:04 2002  J"orn Rennecke <joern.rennecke@superh.com>
6539
6540         * sh.h (EXTRA_CONSTRAINT_Z): New macro.
6541         (EXTRA_CONSTRAINT): Use it.
6542         * sh.md (anddi3): Use 'Z' constraint for alternative 2.
6543
6544 2002-12-15  Zack Weinberg  <zack@codesourcery.com>
6545
6546         * config.gcc (need_64bit_hwint): New variable.
6547         (alpha*-*-*, x86_64-*-*, ia64-*-*, mips*-*-*, powerpc*-*-*,
6548         mmix-knuth-mmixware, rs6000*-*-*, sparc64*-*-*, s390*-*-*,
6549         sh*-*-*, hppa*64*-*-linux, parisc*64*-*-linux, hppa*64*-*-hpux11*,
6550         sparcv9-*-solaris2*, sparc*-*-solaris2.[789], ultrasparc-*-freebsd*):
6551         Set it.
6552         (powerpc*-*-darwin*): Unset it.
6553         (alpha-*-interix, alpha64-dec-*vms*, i?86-*-interix3*,
6554         i?86-*-interix*, sparc64-*-openbsd*): Remove references to
6555         deleted/nonexistent xm-*.h headers.
6556         * configure.in: AC_DEFINE NEED_64BIT_HOST_WIDE_INT if the
6557         target set need_64bit_hwint in config.gcc.
6558         * configure, config.in: Regenerate.
6559
6560         * hwint.h: Overhaul.  Don't bother trying int for
6561         HOST_WIDE_INT.  Do try __int64 if long is not enough.  Base
6562         decision to force 64-bit HOST_WIDE_INT on
6563         NEED_64BIT_HOST_WIDE_INT, not (MAX_)LONG_TYPE_SIZE which is
6564         not visible at this point.  Don't allow prior definition of
6565         any macro defined by this file.
6566
6567         * config/alpha/xm-vms.h: Don't define HOST_WIDE_INT or
6568         HOST_BITS_PER_WIDE_INT.
6569         * config/c4x/c4x.h: Adjust redefinition of
6570         HOST_WIDE_INT_PRINT_HEX to match changes to hwint.h.
6571         * config/alpha/xm-alpha-interix.h, config/alpha/xm-vms64.h,
6572         config/i386/xm-i386-interix.h: Delete file.
6573
6574 2002-12-14  Rodney Brown  <rbrown64@csc.com.au>
6575             John David Anglin  <dave@hiauly1.hia.nrc.ca>
6576
6577         * pa.c (output_millicode_call): Convert ASM_OUTPUT_INTERNAL_LABEL.
6578         * pa64-hpux.h (ASM_OUTPUT_INTERNAL_LABEL): Delete define.
6579
6580 2002-12-14  Zack Weinberg  <zack@codesourcery.com>
6581
6582         * mkconfig.sh: Correct comment.  Add copyright boilerplate.
6583
6584 2002-12-14  Zack Weinberg  <zack@codesourcery.com>
6585
6586         * config/t-darwin, config/arm/t-pe, config/arm/t-strongarm-pe,
6587         config/c4x/t-c4x, config/i370/t-i370, config/i386/t-cygwin,
6588         config/i386/t-interix, config/i960/t-960bare, config/ia64/t-ia64,
6589         config/rs6000/t-rs6000-c-rule, config/sparc/t-sol2,
6590         config/v850/t-v850:  Correct dependencies and normalize
6591         compilation commands for files that include coretypes.h and tm.h.
6592
6593         * config/sparc/gmon-sol2.c: Include tconfig.h and tsystem.h,
6594         not config.h and system.h.
6595
6596 Sat Dec 14 20:43:41 CET 2002  Jan Hubicka  <jh@suse.cz>
6597
6598         * i386.c (flags_reg_operand):  New function.
6599         * i386.h (PREDICATE_CODES): Add flags_reg_operand.
6600         * i386.md (cmov splitter, movqicc): Use new predicate.
6601
6602 Sat Dec 14 17:03:17 CET 2002  Jan Hubicka  <jh@suse.cz>
6603
6604         * i386.md (movqicc splitter): Fix template.
6605
6606 2002-12-13  Jason Merrill  <jason@redhat.com>
6607
6608         * tree.h (CALL_EXPR_HAS_RETURN_SLOT_ADDR): New macro.
6609         * calls.c (expand_call): Handle it.
6610         * tree-inline.c (struct inline_data): Remove target_exprs field.
6611         (optimize_inline_calls): Don't initialize it.
6612         (expand_call_inline): Don't modify it.  Handle
6613         CALL_EXPR_HAS_RETURN_SLOT_ADDR.
6614         (declare_return_variable): Take return slot addr.
6615         * langhooks.h (copy_res_decl_for_inlining): Change target_exprs parm
6616         to return_slot_addr.
6617         * langhooks-def.h, langhooks.c: Adjust.
6618         * explow.c (maybe_set_unchanging): Don't set RTX_UNCHANGING_P for
6619         a decl with no DECL_INITIAL.
6620
6621         * expr.c (expand_expr): Don't discard the target of a call which
6622         returns in memory.
6623
6624 2002-12-13  Neil Booth  <neil@daikokuya.co.uk>
6625
6626         * cppinit.c (path_include): Take an environment variable name.
6627         Tidy up.
6628         (init_standard_includes): Simplify environment handling, and
6629         move to ...
6630         (cpp_read_main_file): ...here as -nostdinc should not affect
6631         environment variable paths.
6632
6633 2002-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6634
6635         * pa.c (output_millicode_call): Correct typo.
6636         (output_call): Likewise.
6637
6638 Fri Dec 13 21:07:18 2002  Alexandre Oliva  <aoliva@redhat.com>
6639
6640         * config/mn10300/mn10300.c (print_operand) <case N>: Check
6641         operand's range.  Print value directly, without aid from
6642         output_address.
6643         <case U>: New.
6644         <case S>: Make sure argument to fprintf has the right type.
6645         * config/mn10300/mn10300.h (OK_FOR_T): New macro.
6646         (EXTRA_CONSTRAINT): Adjust.
6647         * config/mn10300/mn10300.md: Add new all-QImode pattern for
6648         bclr.  Use %U for immediate operands of bset and bclr.
6649         (iorqi3): New expand, with insns for AM33 and mn10300.
6650
6651 Fri Dec 13 16:02:27 2002  J"orn Rennecke <joern.rennecke@superh.com>
6652
6653         * sh.c (sh_register_operand): New function.
6654         (prepare_move_operands): Use it.
6655         * sh.h (PREDICATE_CODES): Add entry for sh_register_operand.
6656         * sh.md (movsi_media, movsi_media_nofpu): Allow stores of 0.
6657         (movqi_media, movhi_media, movdi_media, movdi_media_nofpu): Likewise.
6658         (movdf_media, movdf_media_nofpu, movv4sf_i, movsf_media): Likewise.
6659         (movsf_media_nofpu, movv2hi_i, movv4hi_i, movv8qi_i): Likewise.
6660         (movv2si_i): Likewise.
6661
6662 2002-12-13  Jim Wilson  <wilson@redhat.com>
6663
6664         * doc/extend.texi (Complex Numbers): Update info on debug info.
6665
6666 2002-12-13  Kazu Hirata  <kazu@cs.umass.edu>
6667
6668         * config/h8300/h8300.md (addhi3_h8300): Remove the last
6669         alternative.
6670
6671 2002-12-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6672
6673         * hooks.h (hook_tree_tree_bool_false): Declare
6674         hook_bool_tree_tree_false instead.
6675
6676 2002-12-12  Devang Patel  <dpatel@apple.com>
6677
6678         * doc/invoke.texi: Document Darwin linker options, -bundle
6679         -bind_at_load, -all_load and -arch_errors_fatal
6680
6681 2002-12-12  Jim Wilson  <wilson@redhat.com>
6682
6683         * dbxout.c (dbxout_fptype_value): New.
6684         (dbxout_type, case COMPLEX_TYPE): Call it.  Use 'R' instead of 'r'.
6685
6686 2002-12-12  Kazu Hirata  <kazu@cs.umass.edu>
6687
6688         * c-decl.c: Fix a comment typo.
6689         * cfg.c: Likewise.
6690         * cfgcleanup.c: Likewise.
6691         * cfglayout.c: Likewise.
6692         * cfgrtl.c: Likewise.
6693         * c-typeck.c: Likewise.
6694         * dominance.c: Likewise.
6695         * dwarf2asm.c: Likewise.
6696         * dwarfout.c: Likewise.
6697         * expmed.c: Likewise.
6698         * expr.c: Likewise.
6699         * final.c: Likewise.
6700         * flow.c: Likewise.
6701         * function.c: Likewise.
6702         * gcc.c: Likewise.
6703         * genautomata.c: Likewise.
6704         * integrate.c: Likewise.
6705         * loop.c: Likewise.
6706         * loop.h: Likewise.
6707         * output.h: Likewise.
6708         * profile.c: Likewise.
6709         * ra.h: Likewise.
6710         * reload1.c: Likewise.
6711         * reload.c: Likewise.
6712         * sched-rgn.c: Likewise.
6713         * stmt.c: Likewise.
6714         * tree.h: Likewise.
6715         * vmsdbgout.c: Likewise.
6716
6717 2002-12-12  Kazu Hirata  <kazu@cs.umass.edu>
6718
6719         * config/h8300/h8300.md: Add a new peephole2.
6720
6721 2002-12-12  Kazu Hirata  <kazu@cs.umass.edu>
6722
6723         * config/h8300/h8300.md (a peephole2): Accept a constant
6724         that's accepted by CONST_OK_FOR_J.
6725
6726 2002-12-12  Kazu Hirata  <kazu@cs.umass.edu>
6727
6728         * config/h8300/h8300.h (CONST_OK_FOR_J): New.
6729         (CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_J.
6730         * config/h8300/h8300.md (*addhi_h8300): Add a new alternative.
6731         (*addhi_h8300hs): Likewise.
6732
6733 Thu Dec 12 16:24:59 2002  J"orn Rennecke <joern.rennecke@superh.com>
6734
6735         * sh.c (reg_class_from_letter): No longer const.  Add 'e' entry.
6736         (sh_register_move_cost): Add clause for SImode fp-fp moves.
6737         Increase cost for moves involving multiple general purpose registers.
6738         * sh.h (OVERRIDE_OPTIONS): Set reg_class_from_letter['e'] according to
6739         TARGET_FMOVD.
6740         (HARD_REGNO_MODE_OK): Allow V2SFmode and V4SFmode in general purpose
6741         registers, and SImode in fp registers, for ! TARGET_SHMEDIA.
6742         (enum reg_class reg_class_from_letter): No longer const.
6743         (SECONDARY_OUTPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG /
6744         REGCLASS_HAS_GENERAL_REG.
6745         Handle SImode moves from/to fp registers.
6746         ! TARGET_SHMEDIA && TARGET_FMOVD.
6747         (SECONDARY_INPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG.
6748         * sh.md (movsi_ie): Add alternatives to move from / to fp regisyters.
6749
6750 2002-12-12  Andreas Schwab  <schwab@suse.de>
6751
6752         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last
6753         change and some warnings.
6754
6755 2002-12-12  Kazu Hirata  <kazu@cs.umass.edu>
6756
6757         * doc/md.texi (pushm): Fix a typo.
6758
6759 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6760
6761         * config/mips/mips.c (mips_output_conditional_branch): Support
6762         PIC-safe out-of-range branch and branch-likely.
6763         * config/mips/mips.md (attr length): PIC-safe out-of-range
6764         branches are longer.
6765         ("jump"): Support PIC-safe out-of-range-for-branch jumps.  Remove
6766         unused code to support indirect jumps.
6767
6768 2002-12-11  Zack Weinberg  <zack@codesourcery.com>
6769
6770         * Makefile.in (GTFILES): Add $(host_xm_file_list) and
6771         $(tm_file_list).
6772
6773 2002-12-11  David Edelsohn  <edelsohn@gnu.org>
6774
6775         * config/rs6000/t-rs6000-c-rule: Add coretypes.h $(TM_H) dependencies.
6776
6777 Wed Dec 11 15:20:45 CET 2002  Jan Hubicka  <jh@suse.cz>
6778
6779         * i386.md (cmove splitters): Avoid creation of unnecesary subregs.
6780
6781 2002-12-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6782
6783         * pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.
6784         (MAX_PARM_BOUNDARY, STACK_BOUNDARY): Express in terms of
6785         BIGGEST_ALIGNMENT.
6786         (PREFERRED_STACK_BOUNDARY): Express in terms of STACK_BOUNDARY.
6787         (FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD.
6788
6789 2002-12-11  Kazu Hirata  <kazu@cs.umass.edu>
6790
6791         * doc/invoke.texi: Correct dump file names.
6792
6793 2002-12-09  Steve Ellcey  <sje@cup.hp.com>
6794
6795         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Don't send stripped
6796         name to globalize_label or assemble_name.
6797
6798 Wed Dec 11 20:15:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
6799
6800         * sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS
6801         if not TARGET_SHMEDIA.
6802
6803 Wed Dec 11 19:05:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
6804
6805         * sh.h (REG_CLASS_HAS_FP_REG): New.
6806         (REGISTER_MOVE_COST) Use it.  Put body into a function and
6807         move it into:
6808         * sh.c (sh_register_move_cost).
6809         * sh-protos.h (sh_register_move_cost): Declare.
6810
6811         * sh.c (sh_expand_builtin): Abort for unexpected nop values.
6812         (sh_adjust_cost): Always return a value.
6813
6814 Wed Dec 11 18:39:52 2002  J"orn Rennecke <joern.rennecke@superh.com>
6815
6816         * sh.h (REG_CLASS_HAS_GENERAL_REG): New.
6817         (REGISTER_MOVE_COST): Use it.
6818
6819 2002-12-11  Richard Henderson  <rth@redhat.com>
6820
6821         * tree.h (MODULE_LOCAL_P): Kill.
6822         * varasm.c (default_binds_local_p_1): Use decl_visibility instead.
6823
6824 2002-12-11  Kazu Hirata  <kazu@cs.umass.edu>
6825
6826         * config/h8300/h8300.md (two define_peephole2): New.
6827
6828 2002-12-11  Kazu Hirata  <kazu@cs.umass.edu>
6829
6830         * config/h8300/h8300.h (CONST_OK_FOR_J): Remove.
6831         (CONST_OK_FOR_K): Likewise.
6832         (CONST_OK_FOR_M): Likewise.
6833         (CONST_OK_FOR_LETTER_P): Do not use the above macros.
6834
6835 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
6836
6837         * c-common.c (builtin_define_type_max): Handle unsigned
6838         types too.
6839
6840 2002-12-10  David Edelsohn  <edelsohn@gnu.org>
6841
6842         * haifa-sched.c (rank_for_schedule): Correct style.
6843
6844 2002-12-10  Per Bothner  <pbothner@apple.com>
6845
6846         * cpplib.h (struct cpp_hashnode):  Split a non-portably-signed field
6847         directive_index into an unsigned field and a new is_directive field.
6848         * cppinit.c (mark_named_operators):  Update to set new fields.
6849         * cpplex.c (_cpp_lex_direct):  Now directive_field is unsigned.
6850         * cpplib.c [_cpp_handle_directive]:   Test is_directive field.
6851         No longer need to subtract 1 from directive_index.
6852         (_cpp_init_directives):  No longer need to add 1 to directive_index.
6853         * cpptrad.c (scan_out_logical_line):  Use is_directive field.
6854
6855 2002-12-10  Roger Sayle  <roger@eyesopen.com>
6856
6857         * builtins.c (fold_builtin): Remove -funsafe-math-optimizations
6858         check for evaluating sqrt of a constant at compile time.
6859         * simplify-rtx.c (simplify_unary_operation): Likewise.
6860
6861 2002-12-10  Janis Johnson  <janis187@us.ibm.com>
6862
6863         PR other/8882
6864         * doc/tm.texi (PUSH_ARGS): Remove misplaced line.
6865
6866 2002-12-10  Devang Patel  <dpatel@appple.com>
6867
6868         * config/darwin.h(LINK_SPEC): Add darwin specific linker options.
6869         * doc/invoke.texi: Add new "Darwin Options" section.
6870
6871 2002-12-10  Jim Wilson  <wilson@redhat.com>
6872
6873         * rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in
6874         memory.
6875
6876 2002-12-10  Andrew Haley  <aph@redhat.com>
6877
6878         * cse.c (cse_insn): Don't cse past a basic block boundary.
6879
6880 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
6881
6882         * config/linux.h (LIB_SPEC): If -pthread, add -lpthread even if
6883         -shared.
6884         * config/alpha/linux-elf.h (LIB_SPEC): Likewise.
6885         * config/alpha/linux.h (LIB_SPEC): Likewise.
6886         * config/arm/linux-elf.h (LIB_SPEC): Likewise.
6887         * config/pa/pa-linux.h (LIB_SPEC): Likewise.
6888         * config/sparc/linux.h (LIB_SPEC): Likewise.
6889         * config/sparc/linux64.h (LIB_SPEC): Likewise.
6890
6891 2002-12-09  Larin Hennessy  <larin@science.oregonstate.edu>
6892
6893         * doc/invoke.texi: Document UltraSparc III option.
6894
6895 2002-12-09  Richard Henderson  <rth@redhat.com>
6896
6897         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
6898         __tune_pentium2__ and __tune_pentium3__ as necessary.
6899
6900 2002-12-09  Richard Henderson  <rth@redhat.com>
6901
6902         * target.h (gcc_target): Add cannot_force_const_mem.
6903         * target-def.h (TARGET_CANNOT_FORCE_CONST_MEM): New.
6904         (TARGET_INITIALIZER): Add it.
6905         * varasm.c (force_const_mem): Fail if cannot_force_const_mem.
6906         * expr.c (emit_move_insn): Be prepared for force_const_mem to fail.
6907         * reload1.c (reload): Likewise.
6908         * hooks.c (hook_bool_rtx_false): New.
6909         * hooks.h: Declare it.
6910
6911         * config/i386/i386.c (ix86_cannot_force_const_mem): New.
6912         (TARGET_CANNOT_FORCE_CONST_MEM): New.
6913         (ix86_expand_move): Remove de-const-pooling hack.
6914
6915 Mon Dec  9 21:33:38 CET 2002  Jan Hubicka  <jh@suse.cz>
6916
6917         * toplev.c (dump_file): Fix order to match reality.
6918
6919 2002-12-08  Geoffrey Keating  <geoffk@apple.com>
6920
6921         * config/rs6000/rs6000.md (load_multiple): Use adjust_address_nv.
6922         (store_multiple): Likewise.
6923
6924 2002-12-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6925
6926         * pa/fptr.c (__canonicalize_funcptr_for_compare): Don't canonicalize
6927         function pointers in page 0.
6928
6929 2002-12-09  Steve Ellcey  <sje@cup.hp.com>
6930
6931         * config/ia64/hpux.h (TARGET_STRUCT_ARG_REG_LITTLE_ENDIAN): Remove
6932         definition
6933         (MEMBER_TYPE_FORCES_BLK): Move.
6934         * config/ia64/ia64.c (ia64_function_arg): Use PARALLEL to pass
6935         aggregate arguments.
6936         (ia64_function_value): Use PARALLEL to return aggregate values.
6937
6938 2002-12-09  Steve Ellcey  <sje@cup.hp.com>
6939
6940         * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
6941         * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
6942         * calls.c (store_unaligned_arguments_into_pseudos) Remove
6943         FUNCTION_ARG_REG_LITTLE_ENDIAN.
6944         * stmt.c (expand_return): Ditto.
6945         * expr.c (move_block_from_reg): Ditto.
6946         (copy_blkmode_from_reg): Ditto.
6947         * expmed.c (store_bit_field): Ditto.
6948
6949 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6950
6951         * config.gcc: Added tic4x-* target as an alias to c4x-*
6952
6953 Sun Dec  8 14:57:39 CET 2002  Jan Hubicka  <jh@suse.cz>
6954
6955         * i386.c (ix86_expand_int_movcc): Use force_operand instead of
6956         constructing insn directly.
6957
6958 2002-12-06  Per Bothner  <pbothner@apple.com>
6959
6960         * cpplib.h (struct cpp_hashnode):  Change field directive_index from
6961         char to an int bit-field, for hosts where char is unsigned.
6962
6963 2002-12-07  Roger Sayle  <roger@eyesopen.com>
6964             Richard Henderson <rth@redhat.com>
6965
6966         * real.c (ieee_extended_motorola_format,
6967         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
6968         ieee_quad_format, vax_d_format, vax_g_format, i370_double_format):
6969         Provide appropriate values for new signbit field.
6970
6971 2002-12-07  Roger Sayle  <roger@eyesopen.com>
6972
6973         * real.h (real_format): Add signbit field.
6974         * real.c (ieee_single_format, ieee_double_format,
6975         ieee_extended_motorola_format, ieee_extended_intel_96_format,
6976         ieee_extended_intel_128_format, ibm_extended_format,
6977         ieee_quad_format, vax_f_format, vax_d_format,
6978         vax_g_format, i370_single_format, i370_double_format,
6979         c4x_single_format, c4x_extended_format, real_internal_format):
6980         Provide suitable signbit value, or -1 to avoid bit twiddling.
6981
6982         * optabs.c (expand_unop): Try implementing negation of
6983         floating point modes by flipping the sign bit.
6984         (expand_abs): Try implementing abs of floating point modes
6985         by clearing the sign bit.
6986
6987 Sat Dec  7 22:29:47 CET 2002  Jan Hubicka  <jh@suse.cz>
6988
6989         * i386.c (ix86_expand_int_movcc):  Use force_operand instead
6990         of constructing insn directly.
6991
6992 2002-12-07  Kazu Hirata  <kazu@cs.umass.edu>
6993
6994         * config/h8300/h8300.md (*iorhi_shift_8): New.
6995
6996 2002-12-06  Bernd Schmidt  <bernds@redhat.com>
6997
6998         * doc/invoke.texi: Document FRV port options.
6999         * doc/md.texi: Document FRV register classes.
7000
7001 2002-12-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7002
7003         * doc/install.texi (Configuration): Improve description of cases
7004         where `make distclean` may fail; clarify --with-gnu-as; fix grammar.
7005
7006 2002-12-06  Per Bothner  <pbothner@apple.com>
7007
7008         * cpplib.h (NODE_MACRO_ARG):  New flag.
7009         (struct cpp_hashnode):  Give _cpp_hashnode_value tag to value union.
7010         Remove value.operator field.  Move arg_index field to value union.
7011         (directive_index):  Make signed, since also used for C++ operators.
7012         * cppmacro.c (_cpp_save_parameter):  Use NODE_MACRO_ARG flag to
7013         check for duplicate parameter.  Set NODE_MACRO_ARG flag.
7014         Save node->value, and set node->value.arg_index.
7015         (_cpp_create_definition):  For each paramater, restore node->value.
7016         (lex_expansion_token):  Use NODE_MACRO_ARG flag, and moved arg_index.
7017         * cpptrad.c (scan_out_logical_line): Likewise.
7018         (scan_out_logical_line): Check for directive > 0.
7019         * cpplib.c (cpp_handle_directive):  Likewise.
7020         * cpplex.c (_cpp_lex_direct):  Update as value.operator is replaced
7021         by negative of directive_index.
7022         * cppinit.c (mark_named_operators):  Likewise.
7023
7024         * hashtable.h (struct ht_identifier):  Swap fields, for better packing.
7025
7026 2002-12-06 Dhananjay Deshpande <dhananjayd@kpit.com>
7027
7028         * gcc/config/sh/sh.c (calc_live_regs): Save fpscr only if target has
7029         FPU.
7030         (push): Generate push_fpscr.
7031         (pop): Generate pop_fpscr.
7032         * gcc/config/sh/sh.md : Add define_expand "push_fpscr", "pop_fpscr".
7033         (fpu_switch): Add alternative to push fpscr.  Enable for TARGET_SH3E.
7034
7035 Fri Dec  6 19:36:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
7036
7037         * sh.c (dump_table): DImode pool constants need only 32 bit alignment.
7038         DFmode alignment depends on TARGET_FMOVD && TARGET_ALIGN_DOUBLE.
7039
7040 Fri Dec  6 19:17:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
7041
7042         * sh.md (movdi_i): Name.  Remove inappropriate comment.
7043
7044 Fri Dec  6 15:44:46 2002  J"orn Rennecke <joern.rennecke@superh.com>
7045         Merged from basic improvements branch (excerpt):
7046
7047         2002-11-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7048         * config/sh/sh.h (SH_DBX_REGISTER_NUMBER): Handle PR_MEDIA_REG.
7049
7050 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7051
7052         * expr.c (expand_expr) <case COND_EXPR>: Never modify exp in place.
7053
7054 Thu Dec  5 16:58:25 CET 2002  Jan Hubicka  <jh@suse.cz>
7055
7056         * i386.md (dimode peep2s): Re-add "&& 1".
7057
7058 Thu Dec  5 14:10:15 CET 2002  Jan Hubicka  <jh@suse.cz>
7059
7060         * i386.c (ix86_expand_prologue):  Add comment, do not use
7061         fast prologues for cold and normal functions.
7062
7063 Thu Dec  5 00:52:37 CET 2002  Jan Hubicka  <jh@suse.cz>
7064
7065         * i386.c (x86_rep_movl_optimal): New variable.
7066         (ix86_expand_movstr, ix86_expand_clrstr): Use TARGET_REP_MOVL_OPTIMAL
7067         * i386.h (TARGET_REP_MOVL_OPTIMAL): New macro.
7068
7069         * i386.md (negsf2_ifs, negdf2_ifs, negdf2_ifs_rex64, abssf2_ifs,
7070         absdf2_ifs, absdf2_ifs_rex64): Fix constraints.
7071         neg?f2_ifs, abs?f2_ifs splitters): Refuse memory operand; do not
7072         generate unnecesary subregs.
7073
7074 2002-12-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7075
7076         * pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): Move define.
7077         * pa.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): To here.
7078
7079 2002-12-05  Dale Johannesen  <dalej@apple.com>
7080
7081         * tree.c (unsafe_for_reeval):  Consider callee child of CALL_EXPR.
7082
7083 2002-12-05  Danny Smith  <dannysmith@users.sourceforge.net>
7084
7085         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Replace with
7086         PROFILE_HOOK.
7087         * config/i386/mingw32.h (SUBTARGET_PROLOGUE): Don't undef.
7088
7089 2002-12-05  Aldy Hernandez  <aldyh@redhat.com>
7090
7091         * config/rs6000/spe.h (__ev_mwlufi): Remove.
7092         (__ev_mwlufia): Remove.
7093         (__ev_mwlumfaaw): Remove.
7094         (__ev_mwlusfaaw): Remove.
7095         (__ev_mwlumfanw): Remove.
7096         (__ev_mwlusfanw): Remove.
7097
7098 2002-12-05  Kazu Hirata  <kazu@cs.umass.edu>
7099
7100         * config/h8300/h8300.md (*andorsi3_shift_8): New.
7101
7102 2002-12-05  Kazu Hirata  <kazu@cs.umass.edu>
7103
7104         * config/h8300/h8300.c (shift_alg_si): Optimize ashift:HI and
7105         lshiftrt:SI by 28, 29, and 30 bits when !TARGET_H8300.
7106         (get_shift_alg): Return optimal assembly instructions for the
7107         shifts mentioned above.
7108
7109 Wed Dec  4 11:53:07 CET 2002  Jan Hubicka  <jh@suse.cz>
7110
7111         * i386.c (ix86_expand_int_movcc): Force operand into register for QImode
7112         condtiional moves.
7113
7114 2002-12-04  Kazu Hirata  <kazu@cs.umass.edu>
7115
7116         * config/h8300/h8300.c (h8300_init_once): Do not use loop to
7117         implement ashiftrt:HI by 13 bits on H8S.
7118
7119 2002-12-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7120
7121         * pa/fptr.c (__canonicalize_funcptr_for_compare): New file and function.
7122         * pa.md (canonicalize_funcptr_for_compare): Output library call to
7123         canonicalize_funcptr_for_compare_libfunc on TARGET_ELF32.
7124         * pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL,
7125         CTOR_LIST_BEGIN): New defines.
7126         * pa/t-linux (LIB2FUNCS_EXTRA): New define.
7127         (fptr.c): Add make rules.
7128
7129 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7130
7131         * combine.c (combine_simplify_rtx): Add new canonicalizations.
7132         * doc/md.texi (Insn Canonicalizations): Document new
7133         canonicalizations for multiply/add combinations.
7134         * config/rs6000/rs6000.md: Add and modify floating add/multiply
7135         patterns to ensure they're used whenever they can be.
7136
7137 2002-12-04  Kazu Hirata  <kazu@cs.umass.edu>
7138
7139         * config/h8300/h8300.c: Update the comments related to shifts.
7140
7141 2002-12-04  Chris Demetriou  <cgd@broadcom.com>
7142
7143         * config/mips/mips.md (get_fnaddr): Correct length attribute.
7144
7145 2002-12-04  Kazu Hirata  <kazu@cs.umass.edu>
7146
7147         * config/h8300/h8300.md (*extzv_8_8): New.
7148         (*extzv_8_16): Likewise.
7149
7150 2002-12-04  Jason Merrill  <jason@redhat.com>
7151
7152         PR c++/8461, c++/8625
7153         * integrate.c (copy_decl_for_inlining): Handle explicit invisible
7154         references.
7155         * tree-inline.c (initialize_inlined_parameters): Likewise.
7156
7157         * tree.c (variably_modified_type_p): Just return an error_mark_node.
7158
7159 2002-12-04  Chris Demetriou  <cgd@broadcom.com>
7160
7161         * config/mips/mips.md (get_fnaddr): Avoid placing an "la"
7162         macro instruction in a branch delay slot, to avoid assembler
7163         warnings.
7164
7165 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7166
7167         PR c/7622
7168         * c-semantics (genrtl_scope_stmt): Do not output inlined
7169         nested functions that contain no code.
7170
7171 Wed Dec  4 15:20:54 CET 2002  Jan Hubicka  <jh@suse.cz>
7172
7173         * cfgrtl.c (force_nonfallthru_and_redirect):  Allow abnormal edge
7174         to be forced into nonfallthru.
7175
7176 2002-12-03  Jason Thorpe  <thorpej@wasabisystems.com>
7177
7178         * config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
7179
7180 2002-12-03  Aldy Hernandez  <aldyh@redhat.com>
7181
7182         * config/rs6000/spe.md (*movv1di_const0): New pattern.
7183
7184 2002-12-03  Richard Henderson  <rth@redhat.com>
7185
7186         * libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0.
7187
7188 2002-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
7189
7190         * bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff):
7191         Initialize tmp.using_obstack to 0.
7192
7193 2002-12-03  Andreas Schwab  <schwab@suse.de>
7194
7195         * config/m68k/m68k.h (EH_RETURN_DATA_REGNO): Define.
7196         (EH_RETURN_STACKADJ_RTX): Define.
7197         (EH_RETURN_HANDLER_RTX): Define.
7198         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
7199         * config/m68k/m68k.c (m68k_save_reg): New function.  Handle eh
7200         registers and don't save fixed registers.
7201         (m68k_output_function_prologue): Use it.
7202         (use_return_insn): Likewise.
7203         (m68k_output_function_epilogue): Likewise.
7204
7205 2002-12-03  Kazu Hirata  <kazu@cs.umass.edu>
7206
7207         * config/h8300/h8300.c (single_one_operand): Fix a warning.
7208         (single_zero_operand): Likewise.
7209
7210 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7211
7212         * Makefile.in configure configure.in dummy-conditions.c fix-header.c
7213         gcov-iov.c gen-protos.c genattr.c genattrtab.c genautomata.c
7214         gencheck.c gencodes.c genconditions.c genconfig.c genconstants.c
7215         genemit.c genextract.c genflags.c gengenrtl.c gengtype-lex.l
7216         gengtype-yacc.y gengtype.c genopinit.c genoutput.c genpeep.c
7217         genpreds.c genrecog.c gensupport.c mkconfig.sh read-rtl.c
7218         scan-decls.c scan.c config/sh/sh.h doc/configfiles.texi
7219         doc/install-old.texi: Replace hconfig.h with bconfig.h.
7220         * Makefile.in: Replace HCONFIG_H with BCONFIG_H.
7221
7222 2002-12-02  Andrew Pinski  <pinskia@physics.uc.edu>
7223
7224         * config/rs6000/rs6000.md (ffssi): Convert to expander.
7225         (ffsdi): Likewise.
7226         (cntlzw2, cntlzd2): New patterns.
7227
7228 2002-12-02  H.J. Lu <hjl@gnu.org>
7229
7230         * config.gcc (mips*-*-netbsd*): Remove mips/t-netbsd.
7231         (mips*-*-linux*): Remove mips/t-linux.
7232
7233 Mon Dec  2 19:26:30 CET 2002  Jan Hubicka  <jh@suse.cz>
7234
7235         * i386.c (ix86_expand_int_movcc):  Avoid overflow.
7236
7237 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7238
7239         * config/h8300/h8300.c (dosize): Replace argument op with
7240         sign.
7241         (h8300_output_function_prologue): Update the call to dosize.
7242         (h8300_output_function_epilogue): Likewise.
7243
7244 2002-12-02  Bob Wilson  <bob.wilson@acm.org>
7245
7246         * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them.
7247
7248 2002-12-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7249
7250         * configure.in: Use "missing" script to generate warning if
7251         flex or bison programs not found, instead of invoking "false".
7252         * configure: Rebuilt.
7253
7254 Mon Dec  2 20:28:48 CET 2002  Jan Hubicka  <jh@suse.cz>
7255
7256         * unroll.c (copy_loop_body): Copy CONST_OR_PURE_CALL_P.
7257
7258 Mon Dec  2 19:42:52 CET 2002  Jan Hubicka  <jh@suse.cz>
7259
7260         * i386.c (ix86_expand_int_movcc):  Avoid overflow.
7261
7262 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7263
7264         * config/h8300/h8300.c (dosize): Output r7/er7 instead of sp.
7265         (push): Likewise.
7266         (pop): Likewise.
7267         (h8300_output_function_prologue): Likewise.
7268         (h8300_output_function_epilogue): Likewise.
7269
7270 Mon Dec  2 14:43:22 2002  J"orn Rennecke <joern.rennecke@superh.com>
7271
7272         * expmed.c (store_bit_field): Use int_mode_for_mode to find
7273         corresponding mode of non-integer mode, unless it is VOIDmode.
7274
7275 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7276
7277         * config/h8300/h8300.md (stm_h8300s_2): New.
7278         (stm_h8300s_3): Likewise.
7279         (stm_h8300s_4): Likewise.
7280         (five define_peephole2): Likewise.
7281
7282 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7283
7284         * ra-build.c: Fix a comment typo.
7285
7286 Sun Dec  1 16:50:47 CET 2002  Jan Hubicka  <jh@suse.cz>
7287
7288         * i386.c (ix86_expand_int_movcc): fix
7289         reversed BRANCH_COST test; be curefull about infinite recursion.
7290
7291 2002-12-01  Kazu Hirata  <kazu@cs.umass.edu>
7292
7293         * config/h8300/h8300.c (h8300_output_function_prologue):
7294         Remove variable idx.
7295         (h8300_output_function_epilogue): Likewise.
7296
7297 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
7298
7299         * config/frv/xm-frv.h: Delete, unnecessary.
7300
7301 2002-12-01  Kazu Hirata  <kazu@cs.umass.edu>
7302
7303         * config/h8300/h8300.md: Add comments for define_peephole2.
7304
7305 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7306
7307         * builtin-types.def (BT_SIZE): Use size_type_node.
7308         * builtins.c (fold_builtin): Make the builtin strlen returns a
7309         size_t, not a sizetype.
7310         * c-common.c (c_sizeof_or_alignof_type): Use size_type_node, not
7311         c_size_type_node.
7312         (c_alignof_expr): Likewise.
7313         (c_common_nodes_and_builtins): Likewise.
7314         * c-common.h (CTI_C_SIZE_TYPE): Remove.
7315         (c_size_type_node): Likewise.
7316         * c-format.c (T_ST): Use size_type_node, not c_size_type_node.
7317         * tree.h (TI_SIZE_TYPE): New enumeral.
7318         (size_type_node): Likewise.
7319
7320 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
7321
7322         * configure.in: Don't put ${tm_file} into host_xm_file,
7323         build_xm_file, or xm_file.  Do put tm-preds.h into tm_p_file.
7324         Take location of tm-preds.h into account when calculating
7325         tm_p_file_list.
7326         * configure: Regenerate.
7327         * mkconfig.sh: No need for separate TM_DEFINES and XM_DEFINES
7328         arguments.  Do not provide rtx, rtvec, tree, or GTY here.
7329         Remove special case code for tm_p.h and *config.h; add new
7330         special case code for tm.h and tconfig.h. Clean up a bit.
7331
7332         * Makefile.in (tm_file, tm_file_list): New variables set from
7333         @-substitutions.
7334         (GCONFIG_H): Deleted.
7335         (GTM_H, TM_H): New.
7336         (CONFIG_H): Is now just config.h $(host_xm_file_list).
7337         (TM_P_H): Move up with the other mkconfig.sh-generated
7338         headers; don't mention tm-preds.h explicitly.
7339         (tm.h, cs-tm.h): New rule.
7340         (cs-config.h, cs-hconfig.h, cs-tconfig.h, cs-tm_p.h): Adjust
7341         invocations of mkconfig.sh for changes to that program.
7342         (mostlyclean): Delete print-rtl1.c.
7343         (clean): Delete tm.h.
7344         Update dependencies for the files listed below.
7345
7346         * mklibgcc.in:  Add 'coretypes.h $(TM_H)' to libgcc2_c_dep.
7347
7348         * coretypes.h: New file.
7349         * system.h: #define malloc to xmalloc and realloc to xrealloc
7350         when FLEX_SCANNER or YYBISON is defined, independent of the
7351         value of GCC_VERSION.
7352         * alias.c, attribs.c, bb-reorder.c, bitmap.c, builtins.c,
7353         c-aux-info.c, c-common.c, c-convert.c, c-decl.c, c-dump.c,
7354         c-errors.c, c-format.c, c-lang.c, c-lex.c, c-objc-common.c,
7355         c-opts.c, c-parse.in, c-pragma.c, c-pretty-print.c,
7356         c-semantics.c, c-typeck.c, caller-save.c, calls.c, cfg.c,
7357         cfganal.c, cfgbuild.c, cfgcleanup.c, cfglayout.c, cfgloop.c,
7358         cfgrtl.c, collect2.c, combine.c, conflict.c, convert.c,
7359         cppdefault.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
7360         cppinit.c, cpplex.c, cpplib.c, cppmacro.c, cppmain.c,
7361         cppspec.c, cpptrad.c, crtstuff.c, cse.c, cselib.c, dbxout.c,
7362         debug.c, df.c, diagnostic.c, doloop.c, dominance.c,
7363         dummy-conditions.c, dwarf2asm.c, dwarf2out.c, dwarfout.c,
7364         emit-rtl.c, errors.c, et-forest.c, except.c, explow.c,
7365         expmed.c, expr.c, final.c, fix-header.c, flow.c, fold-const.c,
7366         function.c, gcc.c, gccspec.c, gcov-dump.c, gcov-iov.c, gcov.c,
7367         gcse.c, gen-protos.c, genattr.c, genattrtab.c, genautomata.c,
7368         gencheck.c, gencodes.c, genconditions.c, genconfig.c,
7369         genconstants.c, genemit.c, genextract.c, genflags.c,
7370         gengenrtl.c, gengtype-lex.l, gengtype-yacc.y, gengtype.c,
7371         genopinit.c, genoutput.c, genpeep.c, genpreds.c, genrecog.c,
7372         gensupport.c, ggc-common.c, ggc-none.c, ggc-page.c,
7373         ggc-simple.c, global.c, graph.c, haifa-sched.c, hashtable.c,
7374         hooks.c, ifcvt.c, integrate.c, intl.c, jump.c, langhooks.c,
7375         lcm.c, libgcc2.c, line-map.c, lists.c, local-alloc.c, loop.c,
7376         main.c, mbchar.c, mips-tdump.c, mips-tfile.c, mkdeps.c,
7377         optabs.c, params.c, predict.c, prefix.c, print-rtl.c,
7378         print-tree.c, profile.c, protoize.c, ra-build.c,
7379         ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, read-rtl.c,
7380         real.c, recog.c, reg-stack.c, regclass.c, regmove.c,
7381         regrename.c, reload.c, reload1.c, reorg.c, resource.c,
7382         rtl-error.c, rtl.c, rtlanal.c, sbitmap.c, scan-decls.c,
7383         scan.c, sched-deps.c, sched-ebb.c, sched-rgn.c, sched-vis.c,
7384         sdbout.c, sibcall.c, simplify-rtx.c, ssa-ccp.c, ssa-dce.c,
7385         ssa.c, stmt.c, stor-layout.c, stringpool.c, timevar.c,
7386         tlink.c, toplev.c, tracer.c, tree-dump.c, tree-inline.c,
7387         tree.c, unroll.c, varasm.c, varray.c, varray.h, vmsdbgout.c,
7388         xcoffout.c, config/darwin-c.c, config/darwin.c,
7389         config/fp-bit.c, config/alpha/alpha.c, config/alpha/vms-cc.c,
7390         config/alpha/vms-ld.c, config/arc/arc.c, config/arm/arm.c,
7391         config/arm/pe.c, config/avr/avr.c, config/c4x/c4x-c.c,
7392         config/c4x/c4x.c, config/cris/cris.c, config/d30v/d30v.c,
7393         config/dsp16xx/dsp16xx.c, config/fr30/fr30.c,
7394         config/frv/frv.c, config/h8300/h8300.c, config/i370/i370-c.c,
7395         config/i370/i370.c, config/i386/i386.c, config/i386/winnt.c,
7396         config/i960/i960-c.c, config/i960/i960.c,
7397         config/ia64/ia64-c.c, config/ia64/ia64.c, config/ip2k/ip2k.c,
7398         config/m32r/m32r.c, config/m68hc11/m68hc11.c,
7399         config/m68k/m68k.c, config/m88k/m88k.c, config/mcore/mcore.c,
7400         config/mips/irix6-libc-compat.c, config/mips/mips.c,
7401         config/mmix/mmix.c, config/mn10200/mn10200.c,
7402         config/mn10300/mn10300.c, config/ns32k/ns32k.c,
7403         config/pa/pa.c, config/pdp11/pdp11.c, config/romp/romp.c,
7404         config/rs6000/rs6000-c.c, config/rs6000/rs6000.c,
7405         config/s390/s390.c, config/sh/sh.c, config/sparc/gmon-sol2.c,
7406         config/sparc/sparc.c, config/stormy16/stormy16.c,
7407         config/v850/v850-c.c, config/v850/v850.c, config/vax/vax.c,
7408         config/xtensa/xtensa.c, objc/objc-act.c, objc/objc-lang.c:
7409         Include coretypes.h and tm.h.
7410
7411         * genattrtab.c, genconditions.c, genemit.c, genextract.c,
7412         gengenrtl.c, gengtype.c, genopinit.c, genoutput.c, genpeep.c,
7413         genrecog.c: Include coretypes.h and tm.h from the file
7414         generated by this program.
7415
7416         * unwind-dw2-fde-darwin.c, unwind-dw2-fde-glibc.c,
7417         unwind-dw2-fde.c, unwind-dw2.c, unwind-sjlj.c: Include
7418         coretypes.h and tm.h, and tsystem.h when not already included.
7419         No need to include stddef.h nor stdlib.h.
7420
7421         * fixinc/fixlib.h: Include coretypes.h and tm.h.  Do not
7422         include auto-host.h or ansidecl.h/
7423         * fixinc/server.h: Do not include stdio.h, unistd.h, or fixlib.h.
7424         * fixinc/procopen.c: Include server.h after fixlib.h.  Do not
7425         include auto-host.h, ansidecl.h, or system.h.
7426         * fixinc/server.c: Likewise.  Also, do not include signal.h,
7427         and do not redefine volatile.
7428
7429 Sat Nov 30 17:16:46 CET 2002  Jan Hubicka  <jh@suse.cz>
7430
7431         * i386.md (movdf_integer):  Always enable in 64bit.
7432         (movdf_nointeger): Always disable in 64bit.
7433
7434 2002-11-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7435
7436         * cfg.c (dump_flow_info): Use max_reg_num () to determine the largest
7437         pseudo register number plus 1.
7438
7439 Fri Nov 29 20:10:56 2002  J"orn Rennecke <joern.rennecke@superh.com>
7440
7441         * expmed.c (store_bit_field): Use int_mode_for_mode to find
7442         corresponding mode of non-integer mode, unless it is VOIDmode.
7443
7444 2002-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
7445
7446         * cpplib.c (_cpp_test_assertion): Default *value to 0.
7447
7448         * cppexp.c (num_part_mul): Initialize result.unsignedp, to 1.
7449
7450 2002-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
7451
7452         * config/s390/t-crtstuff: New target makefile fragment.
7453         * config.gcc [s390-*-linux, s390x-*-linux]: Use it.
7454
7455 2002-11-29  Kazu Hirata  <kazu@cs.umass.edu>
7456
7457         * config/h8300/h8300.md (movsi_h8300hs): Change the order of
7458         alternatives to correct the length when the memory operand is
7459         either pre_dec or post_inc.
7460
7461 2002-11-29  Kazu Hirata  <kazu@cs.umass.edu>
7462
7463         * config/h8300/h8300.md (an anonymous pattern): Give an
7464         internal name *tst_extzv_bitqi_1_n.
7465         Accept bit_operand instead of bit_memory_operand.
7466         Do not accept bit tests with the MSB.
7467         (*tst_extzv_memqi_1_n): New.
7468
7469 Thu Nov 28 23:56:24 CET 2002  Jan Hubicka  <jh@suse.cz>
7470
7471         * i386.c (ix86_expand_int_movcc): Add copy_rtx to avoid invalid RTX
7472         sharing when operand is SUBREG.
7473
7474 Thu Nov 28 08:57:26 CET 2002  Jan Hubicka  <jh@suse.cz>
7475
7476         * athlon.md (athlon-decodev): New reservation unit.
7477         (athlon-direct0): New reservation.
7478         (athlon-vector): New use athlon-decodev.
7479         (athlon-double, athlon-direct): Better model.
7480         (athlon_imul_k8): Use athlon-direct0.
7481         (athlon_movlpd_load): New insn reservation.
7482
7483 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7484
7485         * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
7486         Fix a comment typo.
7487         (h8300_tiny_constant_address_p): Likewise.
7488
7489 2002-11-28  Michael Matz  <matz@suse.de>
7490
7491         * doc/passes.texi: Mention the other register allocator.
7492
7493 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7494
7495         * config/h8300/h8300.md (6 new peephole2 patterns): New.
7496
7497 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
7498
7499         * config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff.
7500         * config/t-linux (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
7501         * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Define.
7502
7503 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7504
7505         * config/h8300/h8300.c (h8300_and_costs): New.
7506         * config/h8300/h8300.h (RTX_COSTS): Use h8300_and_costs.
7507         * config/h8300/h8300-protos.h: Add a prototype for
7508         h8300_and_costs.
7509
7510 Wed Nov 27 20:34:13 CET 2002  Jan Hubicka  <jh@suse.cz>
7511
7512         * i386.c (x86_sse_partial_regs_for_cvtsd2ss): New.
7513         * i386.h (x86_sse_partial_regs_for_cvtsd2ss): Declare.
7514         (TARGET_SSE_PARTIAL_REGS_FOR_CVTSD2SS): New macro.
7515         * i386.md (truncdfsf patterns and splitters): Use
7516         TARGET_SSE_PARTIAL_REGS_FOR_CVTSD2SS
7517
7518 2002-11-27  Zack Weinberg  <zack@codesourcery.com>
7519
7520         * config/rs6000/rs6000.c (altivec_init_builtins): Make the
7521         pointer argument in the prototypes of the following builtins
7522         be (const TYPE *) rather than (TYPE *):
7523          + __builtin_altivec_ld_internal_4sf
7524          + __builtin_altivec_ld_internal_4si
7525          + __builtin_altivec_ld_internal_8hi
7526          + __builtin_altivec_ld_internal_16qi
7527          + __builtin_altivec_lvsl
7528          + __builtin_altivec_lvsr
7529          + __builtin_altivec_lvebx
7530          + __builtin_altivec_lvehx
7531          + __builtin_altivec_lvewx
7532          + __builtin_altivec_lvxl
7533          + __builtin_altivec_lvx
7534          + __builtin_altivec_dst
7535          + __builtin_altivec_dstt
7536          + __builtin_altivec_dstst
7537          + __builtin_altivec_dststt
7538
7539 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7540
7541         * except.c (default_exception_section): Move variable into the
7542         scope where it is used.
7543
7544 2002-11-27  Krister Walfridsson  <cato@df.lth.se>
7545
7546         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
7547         correct version.
7548
7549 2002-11-27  Kazu Hirata  <kazu@cs.umass.edu>
7550
7551         * config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.
7552
7553 2002-11-27  Kazu Hirata  <kazu@cs.umass.edu>
7554
7555         * config/h8300/h8300.c (h8300_shift_costs): New.
7556         * config/h8300/h8300.h (RTX_COSTS): Use h8300_shift_costs.
7557         * config/h8300/h8300-protos.h: Add a prototype for
7558         h8300_shift_costs.
7559
7560 2002-11-27  Jim Wilson  <wilson@redhat.com>
7561
7562         * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands
7563         in output template.
7564
7565 2002-11-27  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7566
7567         * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.
7568         * config/i386/winnt.c (i386_pe_dllexport_name_p): Use
7569         DLL_IMPORT_EXPORT_PREFIX, not '@'.
7570         (i386_pe_dllimport_name_p): Likewise.
7571         (i386_pe_mark_dllexport): Likewise.
7572         (i386_pe_mark_dllimport): Likewise.
7573         (i386_pe_encode_section_info): Likewise.
7574         (i386_pe_strip_name_encoding): Likewise.
7575
7576 2002-11-27  Richard Henderson  <rth@redhat.com>
7577
7578         * mkmap-symver.awk (BEGIN): Set sawsymbol false.
7579         (nm && NF == 3): Set sawsymbol true.
7580         (END): Exit if no symbols seen.
7581         (output): Fix map syntax error if no globals for the version.
7582
7583 Wed Nov 27 14:45:46 CET 2002  Jan Hubicka  <jh@suse.cz>
7584
7585         * builtins.def (DEF_C99_BUILTIN): Fix.
7586
7587 2002-11-26  Kaz Kojima  <kkojima@gcc.gnu.org>
7588
7589         * config/sh/lib1funcs.asm (FUNC, ENDFUNC0, ENDFUNC): New macros.
7590         (all): Add .size and .type information.
7591
7592 Tue Nov 26 22:43:50 CET 2002  Jan Hubicka  <jh@suse.cz>
7593
7594         * i386.c (ix86_expand_int_movcc):  Do not emit lea for short mode on
7595         partial_reg_stall target.
7596
7597 Tue Nov 26 22:27:47 CET 2002  Jan Hubicka  <jh@suse.cz>
7598
7599         * i386.md (movhicc): Allow general operand.
7600         (movqicc): New expander.
7601         (movqicc_noc): New pattern.
7602         * i386.c (ix86_expand_carry_flag_compare): New function.
7603         (ix86_expand_int_movcc): Optimize harder using sbb; support more
7604         HImode conversion; support QImode conditional moves
7605
7606 Tue Nov 26 16:30:59 CET 2002  Jan Hubicka  <jh@suse.cz>
7607
7608         * i386.c (FAST_PROLOGUE_INSN_COUNT): Set to 20.
7609         (ix86_expand_prologue): Multiply the count by amount of registers to be
7610         pushed.
7611
7612 Tue Nov 26 15:55:27 CET 2002  Jan Hubicka  <jh@suse.cz>
7613
7614         * i386.c (override_options): Error about wrong -mcpu on x86-64
7615         compilation.
7616
7617 2002-11-26  NIIBE Yutaka  <gniibe@m17n.org>
7618
7619         * config/sh/linux.h (FUNCTION_PROFILER): Implemented.
7620
7621 Tue Nov 26 00:14:20 CET 2002  Jan Hubicka  <jh@suse.cz>
7622
7623         * i386-protos.h (x86_extended_QIreg_mentioned_p,
7624         x86_extended_reg_mentioned_p): Declare.
7625         * i386.c (extended_reg_mentioned_1): New static function.
7626         (x86_extended_QIreg_mentioned_p,
7627         x86_extended_reg_mentioned_p): New global functions.
7628         * i386.h (REX_SSE_REGNO_P): New macro.
7629         * i386.md (prefix_rex): New attribute.
7630         (length attribute): Add rex.
7631
7632 2002-11-26  Andrew Haley  <aph@redhat.com>
7633
7634         * unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename
7635         from_Unwind_Find_Enclosing_Function.
7636         * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise.
7637         * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise.
7638         * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from
7639         _Unwind_Find_Enclosing_Function, export @@GCC_3.3.
7640         * unwind.h (_Unwind_FindEnclosingFunction): Add.
7641
7642 2002-11-26  Hartmut Penner  <hpenner@de.ibm.com>
7643
7644         * config/s390/s390.c (390_output_constant_pool): Set alignment
7645         before label in 64 bit mode, behind otherwise.
7646
7647 2002-11-26  Richard Henderson  <rth@redhat.com>
7648
7649         * c-common.c (handle_visibility_attribute): Accept "default".
7650         * tree.h (enum symbol_visibility): New.
7651         (decl_visibility): Declare.
7652         * target.h (gcc_target.visibility): Take visibility arg as integer.
7653         * varasm.c (default_assemble_visibility): Likewise.
7654         (decl_visibility): New.
7655         (maybe_assemble_visibility): Use it.
7656         * output.h (default_assemble_visibility): Update prototype.
7657         * config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
7658         visibility arg as integer.
7659         * doc/extend.texi: Document default visibility.
7660
7661 2002-11-26  Kazu Hirata  <kazu@cs.umass.edu>
7662
7663         * config/h8300/h8300.c: Adjust spacing.
7664         * config/h8300/h8300.h: Likewise.
7665
7666 2002-11-26  Richard Henderson  <rth@redhat.com>
7667
7668         * hooks.c (hook_bool_void_false, hook_void_tree_int,
7669         hook_void_FILEptr_constcharptr): Rename so that the return
7670         type is first.
7671         (hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr,
7672         hook_bool_tree_false): New.
7673         * hooks.h: Update.
7674         * langhooks-def.h: Update for renames.
7675         * target-def.h: Likewise.
7676         * tree.c (default_comp_type_attributes,
7677         default_set_default_type_attributes, default_insert_attributes,
7678         default_function_attribute_inlinable_p,
7679         default_ms_bitfield_layout_p): Remove.
7680         * tree.h: Update.
7681
7682 2002-11-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7683
7684         * pa-protos.h (function_value): New prototype.
7685         * pa.c (function_value): Use a PARALLEL to return small aggregates on
7686         TARGET_64BIT.
7687         * pa.h (FUNCTION_VALUE): Use function_value.
7688         * pa.md (call_value_internal_symref, call_value_internal_reg_64bit,
7689         call_value_internal_reg, sibcall_value_internal_symref,
7690         sibcall_value_internal_symref_64bit): Remove =rf constraint on return
7691         value.
7692
7693 2002-11-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7694
7695         * expr.c (gen_group_rtx, emit_group_move): New functions.
7696         * expr.h (gen_group_rtx, emit_group_move): Prototype.
7697         * function.c (expand_function_start): Use gen_group_rtx to create a
7698         PARALLEL rtx to hold the return value when the real return rtx is a
7699         PARALLEL.
7700         (expand_function_end): Use emit_group_move to move the return value
7701         from a PARALLEL to the real return registers.
7702         * rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
7703         in PARALLELs.
7704
7705 2002-11-26  Jason Thorpe  <thorpej@wasabisystems.com>
7706
7707         * config/t-libc-ok: Fix typo.
7708
7709 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
7710
7711         * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
7712         before AC_PROG_CC.
7713         * configure: Rebuilt.
7714
7715 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
7716
7717         * c-decl.c: (start_struct): Commonize flag setting.
7718
7719 2002-11-26  Jason Thorpe  <thorpej@wasabisystems.com>
7720
7721         * config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
7722         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use
7723         RS6000_CPU_CPP_ENDIAN_BUILTINS.
7724         * config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine.
7725
7726 2002-11-26  Hartmut Penner  <hpenner@de.ibm.com>
7727
7728         * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
7729         insns.
7730         * config/s390/s390.c (struct machine_function): Introduction of
7731         struct machine_function.
7732         (s390_output_symbolic_const): Use of cfun.
7733         (s390_optimize_prolog): Likewise.
7734         (s390_fixup_clobbered_return_reg): Likewise.
7735         (s390_frame_info): Likewise.
7736         (s390_emit_prologue, s390_emit_epilogue): Likewise.
7737         (s390_init_machine_status): New function.
7738         (override_options): call s390_init_machine_status.
7739         * config/s390/s390-protos.h (s390_output_constant_pool): Changed
7740         prototype.
7741
7742 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
7743
7744         * varasm.c (output_constant_pool): For pool constants in mergeable
7745         section ensure each constant is padded to multiple of entity size.
7746
7747 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
7748
7749         * varasm.c (default_exception_section): Move to...
7750         * except.c (default_exception_section): ... here. Make
7751         .gcc_except_table read-only if it is not expected to have any
7752         dynamic relocations and linker handles it.
7753         * dwarf2out.c (default_eh_frame_section): Make .eh_frame read-only
7754         if it is not expected to have any dynamic relocations and linker
7755         handles it.
7756         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Check what ld does
7757         when linking read-only and read-write sections together.
7758         * configure, config.in: Rebuilt.
7759         * crtstuff.c (EH_FRAME_SECTION_CONST): Define.
7760         (__EH_FRAME_BEGIN__, __FRAME_END__): Add it.
7761
7762 Mon Nov 25 18:32:37 CET 2002  Jan Hubicka  <jh@suse.cz>
7763
7764         * i386.md (pushsf_rex64): Fix typo.
7765
7766 2002-11-25  Aldy Hernandez  <aldyh@redhat.com>
7767
7768         * config/rs6000/spe.h (__ev_create_sfix32_fs): Change macro into
7769         new function.
7770         (__ev_create_ufix32_fs): Same.
7771         (__ev_get_sfix32_fs_internal): New.
7772         (__ev_get_sfix32_fs): Define to use function.
7773         (__ev_get_ufix32_fs_internal): New.
7774         (__ev_get_ufix32_fs): Define to use function.
7775         (__ev_get_upper_ufix32_fs): Call __ev_get_ufix32_fs.
7776         (__ev_get_lower_ufix32_fs): Same.
7777         (__ev_get_upper_sfix32_fs): Call __ev_get_sfix32_fs.
7778         (__ev_get_lower_sfix32_fs): Same.
7779         (__ev_set_sfix32_fs_internal): New.
7780         (__ev_set_ufix32_fs_internal): New.
7781         (__ev_set_sfix32_fs): Call __ev_set_sfix32_fs_internal.
7782         (__ev_set_ufix32_fs): Call __ev_set_ufix32_fs_internal.
7783         (__ev_set_upper_sfix32_fs): Call function.
7784         (__ev_set_lower_sfix32_fs): Same.
7785         (__ev_set_upper_ufix32_fs): Same.
7786         (__ev_set_lower_ufix32_fs): Same.
7787
7788 2002-11-25  Douglas B Rupp  <rupp@gnat.com>
7789
7790         * gcc.c (do_spec_1): Reset delete_this_arg to zero.
7791
7792 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
7793
7794         * config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
7795         * config/interix.h (HANDLE_SYSV_PRAGMA): Likewise.
7796         * config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
7797         * config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise.
7798         * config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise.
7799         * config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
7800         * config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise.
7801         * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise.
7802         * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
7803         * config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise.
7804         * config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise.
7805         * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise.
7806         * config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise.
7807         * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise.
7808         * config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise.
7809         * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise.
7810         * config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise.
7811         * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise.
7812         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise.
7813         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise.
7814         * config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
7815         * config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise.
7816         * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise.
7817         * config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before
7818         defining.
7819         * config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise.
7820         * config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise.
7821
7822 2002-11-25  Dave Pitts  <dpitts@cozx.com>
7823
7824         * gcc/fixinc/mkfixinc.sh: add i370-*-openedition to bypass fixinc list
7825
7826 2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
7827
7828         * config/h8300/h8300.md (an anonymous pattern): New.
7829
7830 2002-11-25  Richard Henderson  <rth@redhat.com>
7831
7832         * alias.c (find_base_value): Use new_reg_base_value if it's live.
7833         (copying_arguments): Make boolean.
7834
7835 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
7836
7837         * gcc.c (static_spec_functions): Add if-exists-else spec
7838         function.
7839         (if_exists_else_spec_function): New function.
7840         * doc/invoke.texi: Document the if-exists-else spec function.
7841
7842         * config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
7843         "%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".
7844
7845 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
7846
7847         * config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
7848         "netbsd.h netbsd-elf.h" in tm_file.  Set tmake_file to
7849         "${tmake_file} rs6000/t-netbsd".
7850         * config/rs6000/netbsd.h: Rewrite.
7851         * config/rs6000/t-netbsd: New file.
7852
7853 2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
7854
7855         * config/h8300/h8300.md (an anonymous pattern): Relax the
7856         condition for the pattern.
7857
7858 2002-11-25  Aldy Hernandez  <aldyh@redhat.com>
7859
7860         * config/rs6000/rs6000.h (enum rs6000_builtins): Remove evmwlssf,
7861         evmwlsmf, evmwlssfa, evmwlsmfa, evmwlssfaaw, evmwlsmfaaw,
7862         evmwlssfanw, evmwlsmfanw.
7863
7864         * config/rs6000/rs6000.c (bdesc_2arg): Same.
7865
7866         * config/rs6000/spe.md: Same for patterns.
7867
7868 2002-11-25  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7869
7870         PR c/8639
7871         * fold-const.c (extract_muldiv): Don't propagate division unless
7872         both arguments are multiples of C.
7873
7874 2002-11-25  Andrew Haley  <aph@redhat.com>
7875
7876         * libgcc-std.ver (_Unwind_Find_Enclosing_Function): Add.
7877         * config/ia64/unwind-ia64.c (_Unwind_Find_Enclosing_Function): New.
7878         * unwind-sjlj.c (_Unwind_Find_Enclosing_Function): Likewise.
7879         * unwind-dw2.c (_Unwind_Find_Enclosing_Function): Likewise.
7880
7881 Sun Nov 24 10:38:04 CET 2002  Jan Hubicka  <jh@suse.cz>
7882
7883         * i386.c (x86_use_ffreep): New global variable.
7884         * i386.h (x86_use_frfeep): Declare
7885         (TARGET_USE_FFREEP): New macro
7886         * i386.md  (movs?f*): Use freep when asked for.
7887         (push?f): Remove dead code.
7888
7889 2002-11-24  Kazu Hirata  <kazu@cs.umass.edu>
7890
7891         * config/h8300/h8300.c (h8300_init_once): Fix a typo in the
7892         target help message.
7893
7894 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
7895
7896         * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
7897         extra_parts to "crtbegin.o crtend.o crtbeginS.o crtendS.o
7898         crtbeginT.o".
7899         (arm*-*-netbsd*, i[34567]86-*-netbsd*, m68k*-*-netbsd*)
7900         (ns32k-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Set extra_parts
7901         to "" for a.out configurations.
7902         * config/t-netbsd (CRTSTUFF_T_CFLAGS): Set to "-fPIC".
7903
7904 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
7905
7906         * config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
7907         NETBSD_CPP_SPEC directly.
7908         (SUBTARGET_EXTRA_SPECS): Remove netbsd_cpp_spec.  Add
7909         netbsd_endfile_spec.
7910         (ENDFILE_SPEC): Use %(netbsd_endfile_spec).
7911
7912 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
7913
7914         * config/netbsd-elf.h (STARTFILE_SPEC): Rename to
7915         NETBSD_STARTFILE_SPEC.
7916         (STARTFILE_SPEC): Redefine in terms of NETBSD_STARTFILE_SPEC.
7917         (ENDFILE_SPEC): Likewise.
7918         * config/netbsd.h (LIB_SPEC, LIBGCC_SPEC): Likewise.
7919
7920 2002-11-24  Andreas Schwab  <schwab@suse.de>
7921
7922         * Makefile.in (install-driver): Remove versioned link before
7923         trying to create it.
7924
7925         * config/m68k/m68k.c: Fix typo in last change defining
7926         TARGET_ASM_CAN_OUTPUT_MI_THUNK.
7927
7928 2002-11-23  H.J. Lu <hjl@gnu.org>
7929
7930         * aclocal.m4: Include ../config/accross.m4.
7931         (gcc_AC_COMPILE_CHECK_SIZEOF): Removed.
7932         (gcc_AC_C_COMPILE_ENDIAN): Removed.
7933         (gcc_AC_C_FLOAT_FORMAT): Check $ac_cv_c_bigendian
7934         instead of $ac_cv_c_compile_endian.
7935
7936         * configure.in: Replace gcc_AC_COMPILE_CHECK_SIZEOF with
7937         AC_COMPILE_CHECK_SIZEOF.
7938         Replace gcc_AC_C_COMPILE_ENDIAN with AC_C_BIGENDIAN_CROSS.
7939         * configure: Rebuild.
7940
7941 2002-11-23  Kazu Hirata  <kazu@cs.umass.edu>
7942
7943         * config/h8300/h8300.c (print_operand): Update the use of
7944         h8300_tiny_constant_address_p.
7945         (h8300_adjust_insn_length): Likewise.
7946         (h8300_tiny_constant_address_p): Check if the given rtx is a
7947         variable declared with __attribute__ ((tiny_data)).
7948
7949 2002-11-22  Dale Johannesen  <dalej@apple.com>
7950
7951         * toplev.c (rest_of_compilation):  Fix comments.
7952
7953 2002-11-22  Geoffrey Keating  <geoffk@apple.com>
7954
7955         * aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
7956         allow mmap from /dev/zero.  Don't make decisions for the host
7957         based on presence or absence of /dev/zero on the build machine.
7958         (ac_cv_func_mmap_anon): Darwin does have working MMAP_ANON.
7959         (AC_FUNC_MMAP_FILE): Darwin does have mmap of a file.
7960         * configure: Regenerate.
7961
7962 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
7963
7964         * gcc.c (make_relative_prefix, split_directories)
7965         (free_split_directories): Removed.
7966
7967 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
7968
7969         * configure.in: Set insn=nop for DWARF-2 tests on ARM.
7970         * configure: Regenerated.
7971
7972 2002-11-22  Kazu Hirata  <kazu@cs.umass.edu>
7973
7974         * config/h8300/h8300.c (compute_a_shift_length): Fix the insn
7975         length computation when xor.l is output.
7976
7977 2002-11-21  Douglas B Rupp  <rupp@gnat.com>
7978
7979         * alpha.md (movstrdi, clrstrdi): New VMS patterns.
7980         (call_vms_1, call_value_vms_1): Cleanup syntax.
7981
7982 Thu Nov 21 19:20:27 CET 2002  Jan Hubicka  <jh@suse.cz>
7983
7984         * athlon.md (define_atuomaton): Add athlon_load.
7985         (athlon-double): New reservation.
7986         (athlon-ieu0): New CPU unit.
7987         (athlon-load?): Use athlon_load automaton.
7988         (*_k8 reservations): New.
7989         (other insn revervations): Activate for K8.
7990
7991 Thu Nov 21 15:07:42 CET 2002  Jan Hubicka  <jh@suse.cz>
7992
7993         * cfgrtl.c (verify_flow_info):  Accept EDGE_CAN_FALLTHRU flag.
7994
7995 2002-11-21  Jim Wilson  <wilson@redhat.com>
7996
7997         * config/rs6000/rs6000.c (function_arg): Set inner mode of SPE
7998         vectors to SI.
7999
8000 2002-11-21  Bob Wilson  <bob.wilson@acm.org>
8001
8002         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Declare.
8003         * config/xtensa/xtensa.c (struct machine_function): Add
8004         incoming_a7_copied flag.
8005         (xtensa_copy_incoming_a7): Define.
8006         (xtensa_emit_move_sequence): Use xtensa_copy_incoming_a7.
8007         * config/xtensa/xtensa.md (movdi, movsf, movdf): Ditto.
8008
8009 Thu Nov 21 23:52:04 CET 2002  Jan Hubicka  <jH@suse.cz>
8010
8011         * i386-protos.h (x86_64_sign_extended_value): Fix prototype.
8012         * i386.c (x86_64_general_operand, x86_64_szext_general_operand,
8013         x86_64_nonmemory_operand, x86_64_movabs_operand,
8014         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
8015         ix86_expand_int_movcc): Update call of x86_64_sign_extended_value.
8016         (local_symbolic_operand): Do not care the 64bit limits.
8017         (x86_64_sign_extended_value): Remove allow_rip support.
8018         (legitimate_pic_address_disp_p): Handle all cases allowed
8019         with RIP addressing.
8020         (legitimate_address_p): Use legitimate_pic_address_disp_p for PIC.
8021         (legitimize_pic_address): Reorganize.
8022         * i386.h (EXTRA_CONSTRAINT): Update call of x86_64_sign_extended_value.
8023
8024 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
8025
8026         * config.gcc (arm*-*-netbsdelf*): Enable configuration.
8027         * config/arm/netbsd-elf.h: New file.
8028
8029 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
8030
8031         * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
8032         subtarget_asm_float_spec.
8033         (SUBTARGET_ASM_FLOAT_SPEC): Define, moving the
8034         defaults from...
8035         (ASM_SPEC): ...here.  Use subtarget_asm_float_spec.
8036
8037 2002-11-21  Nick Clifton  <nickc@redhat.com>
8038
8039         * config/fr30/fr30.md (movsf_constant_store): Move code to
8040         detect 0.0 into fr30.c.
8041         * config/fr30/fr30-protos.h (fr30_const_double_is_zero):
8042         Prototype.
8043         * config/fr30/fr30.c (fr30_const_double_is_zero): New
8044         function.  Return true if the rtx is 0.0.
8045
8046 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
8047
8048         * config/arm/elf.h (ASM_SPEC, LINK_SPEC): Pass -EL
8049         if -mlittle-endian is specified.
8050
8051 2002-11-21  Richard Earnshaw  <rearnsha@arm.com>
8052
8053         PR optimization/2903
8054         * arm.md (anddi_notzesidi_di): Operand 2 is inverted not operand 1.
8055         (anddi_notsesidi_di): Likewise.
8056
8057 2002-11-21  Kazu Hirata  <kazu@cs.umass.edu>
8058
8059         * config/h8300/h8300.c (print_operand): Use
8060         h8300_eightbit_constant_address_p and
8061         h8300_tiny_constant_address_p.
8062         (h8300_adjust_insn_length): Likewise.
8063         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Remove.
8064         (TINY_CONSTANT_ADDRESS_P): Likewise.
8065         (OK_FOR_U): Use eightbit_constant_address_p.
8066
8067 2002-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
8068
8069         * config/s390/libgcc-libc.ver: Add multilib support.
8070         * config/s390/linux.h (MULTILIB_DEFAULT): Define.
8071         * config/s390/t-linux64 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
8072         MULTILIB_OSDIRNAMES, LIBGCC, INSTALL_LIBGCC,
8073         EXTRA_MULTILIB_PARTS): Define.
8074
8075 2002-11-21  Richard Earnshaw  <rearnsha@arm.com>
8076
8077         * arm.c (arm_get_frame_size): A leaf function does not need its
8078         stack padding to an aligned boundary if it has no frame.
8079         (thumb_get_frame_size): Likewise.
8080
8081 Wed Nov 20 22:25:53 CET 2002  Jan Hubicka  <jh@suse.cz>
8082
8083         * x86-64.h (MCOUNT_NAME): Fix typo in my previous patch.
8084         (override_options): Likewise.
8085
8086 Wed Nov 20 19:07:17 CET 2002  Jan Hubicka  <jh@suse.cz>
8087
8088         * config.gcc: Add k8 target alias support
8089         * i386.c (_cost): Declare costs for various variants of divides and
8090         multiplies.
8091         (k8_cost): New.
8092         (m_K8, m_ATHLON_K8): New macros.
8093         (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
8094         x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_fiop,
8095         x86_promote_QImode, x86_sub_esp_?, x86_add_esp_?,
8096         x86_integer_DFmode_moves, x86_partial_reg_dependency,
8097         x86_memory_mismatch_stall, x86_accumulate_outgoing_args,
8098         x86_prologue_using_move, x86_epilogue_using_move,
8099         x86_arch_always_fancy_math_387, x86_sse_partial_regs,
8100         x86_sse_typeless_stores): Set for K8
8101         (override_options): Add k8 support; fix athlon alignment;
8102         complain about non-x86-64 capable CPU being used in x86-64 compilation.
8103         (ix86_issue_rate): Set for K8.
8104         (ix86_adjust_cost, ia32_use_dfa_pipeline_interface,
8105         x86_machine_dependent_reorg): Handle K8 like
8106         * i386.h
8107         (x86_costs):  Change mult_init and divide into array.
8108         (TARGET_K8, TARGET_ATHLON): New macros.
8109         (MODE_INDEX): New macro.
8110         (RTX_COST): Use new costs.
8111         (TARGET_CPU_CPP_BUILTINS):  Define __k8__ and __tune_k8__.
8112         (TARGET_CPU_DEFAULT_NAMES): Add k8
8113         (TARGET_CPU_DEFAULT_k8): New constant
8114         (enum processor_type): Add PROCESSOR_K8.
8115         * i386.md (cpu attribute): Add k8.
8116
8117         * invoke.texi: Document -march=k8.
8118
8119         * i386.md (type attribute): Add leave
8120         (mode attribute): Remove unknownfp.
8121         (length_immediate, modrm, memory attributes): Handle leave correctly.
8122         (fp comparison patterns): Determine FP mode.
8123         (leave, leave_rex64): Remove special cases.
8124         * ppro.md (ppro_uops, ppro_p2): Add leave
8125         * pentiun.md (pent_pop): Handle leave too.
8126         * k6.md (k6_load): Handle leave.
8127         * athlon.md (athlon_leave, athlon_pop): Fix.
8128         (athlon_decode): Handle leave.
8129
8130 2002-11-20  Steve Ellcey  <sje@cup.hp.com>
8131
8132         * emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
8133         to component type using GET_MODE_INNER.
8134         * expr.c (emit_move_insn_1): Ditto.
8135         * optabs.c (expand_binop): Ditto.
8136         (expand_unop): Ditto.
8137         (expand_complex_abs): Ditto.
8138
8139 2002-11-20  Douglas B Rupp  <rupp@gnat.com>
8140
8141         * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
8142
8143 2002-11-20  DJ Delorie  <dj@redhat.com>
8144
8145         * config/stormy16/stormy16.c (s16builtins,
8146         xstormy16_init_builtins, xstormy16_expand_builtin): New.
8147         * config/stormy16/stormy16.md (divmodhi4, sdivlh, udivlh): New.
8148
8149 2002-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
8150
8151         * Makefile.in (RUN_GEN, VALGRIND_DRIVER_DEFINES): New variables.
8152         (DRIVER_DEFINES): Add $(VALGRIND_DRIVER_DEFINES).
8153         (executing gencheck, genconfigs, genconditions, genflags,
8154         gencodes, genconstants, genemit, genrecog, genopinit, genextract,
8155         genpeep, genattr, genattrtab, genoutput, gengenrtl, genpreds,
8156         gengtype, genprotos): Prepend $(RUN_GEN).
8157         * configure.in: Move host compiler tests before --enable-checking
8158         tests.
8159         (--enable-checking=valgrind): New.
8160         * config.in, configure: Regenerate.
8161         * cppfiles.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
8162         Define as empty.
8163         (read_include_file): When doing the mmap+1 trick,
8164         valgrind-annotate the byte after the mmap:ed area as readable.
8165         (purge_cache): Remove above annotation.
8166         * gcc.c (execute) [ENABLE_VALGRIND_CHECKING]: Arrange to prepend
8167         VALGRIND_PATH -q to each command.
8168
8169         * ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
8170         Define as empty.
8171         (ggc_realloc): Update valgrind annotations.
8172         * ggc-page.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
8173         Define as empty.
8174         (alloc_anon, free_page, ggc_alloc, poison_pages): Add machinery to
8175         valgrind-annotate memory.
8176
8177 2002-11-20  Ulrich Weigand  <uweigand@de.ibm.com>
8178
8179         * recog.c (constrain_operands): Prefer exact match over reloadable
8180         EXTRA_MEMORY_CONSTRAINT or EXTRA_ADDRESS_CONSTRAINT.
8181
8182         * reload.c (find_reloads): Always reload EXTRA_ADDRESS_CONSTRAINT
8183         operands in Pmode.
8184
8185 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8186
8187         PR c/8518
8188         * c-decl.c (duplicate_decls): Outline the second definition
8189         of an extern inline function in all cases.
8190
8191 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8192
8193         * stor-layout.c (place_field): Update rli->offset as well as
8194         rli->bitpos.
8195
8196 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8197
8198         * sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED.
8199
8200 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8201
8202         * config/sh/sh.md (udivsi3): Don't put udivsi3_i4_media instructions
8203         into a libcall block.
8204         (divsi3): Likewise divsi3_i4_media.
8205
8206 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8207
8208         * global.c (find_reg): Check HARD_REGNO_NREGS before kicking
8209         out another register.
8210
8211 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8212
8213         * combine.c (force_to_mode): Only replace with (not Y) if all bits in fuller_mask
8214         (not just mask) are set in C.
8215
8216 2002-11-19  Steven Bosscher <steven.bosscher@usafa.af.mil>
8217
8218         * config/mips/vr.h (DRIVER_SELF_SPECS): Change %{<mgp32} to %<mgp32.
8219
8220 2002-11-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8221
8222         * profile.c (index_counts_file): Fix obvious mistake.
8223
8224 2002-11-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8225
8226         * Makefile.in (profile.o): Add hashtab.h dependency.
8227         * gcov-io.h (GCOV_SUMMARY_LENGTH): New.
8228         * profile.c: Include hashtab.h.
8229         (htab_counts_index_hash, htab_counts_index_eq, htab_counts_index_del,
8230         cleanup_counts_index, index_counts_file, struct section_reference,
8231         struct da_index_entry, counts_file_name, counts_file_index): New.
8232         (get_exec_counts, init_branch_prob): Modified.
8233
8234 2002-11-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8235
8236         * config.gcc (sh*-*-linux*): Add t-slibgcc-elf-ver and t-linux
8237         to tmake_file. Remove setting gas and gnu_ld here.
8238         * config/sh/libgcc-glibc.ver: New file.
8239         * config/sh/t-linux (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
8240         (SHLIB_MAPFILES): New.
8241         * config/sh/linux.h (MD_EXEC_PREFIX): Undefine.
8242         (MD_STARTFILE_PREFIX): Likewise.
8243         (HANDLE_PRAGMA_PACK_PACK_PUSH_POP): Define.
8244         (DWARF2_UNWIND_INFO): Redefine.
8245         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
8246         (LINK_EH_SPEC): Redefine.
8247         (MD_FALLBACK_FRAME_STATE_FOR): Define except for SH-media.
8248         (SH_FALLBACK_FRAME_FLOAT_STATE): Define.
8249         (SH_DWARF_FRAME_GP0, SH_DWARF_FRAME_FP0, SH_DWARF_FRAME_XD0,
8250         SH_DWARF_FRAME_BT0, SH_DWARF_FRAME_PR, SH_DWARF_FRAME_PR_MEDIA,
8251         SH_DWARF_FRAME_GBR, SH_DWARF_FRAME_MACH, SH_DWARF_FRAME_MACL,
8252         SH_DWARF_FRAME_PC, SH_DWARF_FRAME_SR, SH_DWARF_FRAME_FPUL,
8253         SH_DWARF_FRAME_FPSCR): Likewise.
8254         * config/sh/sh-protos.h (sh_set_return_address): Declare.
8255         * config/sh/sh.c (calc_live_regs): Count EH_RETURN_DATA_REGNO
8256         registers if the current function calls EH return.
8257         (sh_expand_epilogue): Handle EH stack adjustments.
8258         (sh_set_return_address): New function.
8259         * config/sh/sh.h (SH_DBX_REGISTER_NUMBER): Handle PR_MEDIA_REG.
8260         Don't abort even if the number is mapped to -1.
8261         (EH_RETURN_DATA_REGNO): Define.
8262         (EH_RETURN_STACKADJ_RTX): Define.
8263         * config/sh/sh.md (UNSPEC_EH_RETURN): New.
8264         (eh_return): New pattern.
8265         (eh_set_ra_di, eh_set_ra_si): Likewise.
8266         Add splitter to perform EH return after reload.
8267
8268 Tue Nov 19 12:52:07 2002  J"orn Rennecke <joern.rennecke@superh.com>
8269
8270         * stor-layout.c (excess_unit_span): New function.
8271         (place_field): Use it.
8272
8273 2002-11-19  Andreas Schwab  <schwab@suse.de>
8274
8275         * unwind.h (_Unwind_GetTextRelBase): Revert last change, this is
8276         not valid in C++.
8277
8278 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8279
8280         * configure.in, Makefile.in: Correct BUILD/HOST confusion.
8281         * configure: Regenerate.
8282
8283 Tue Nov 19 00:11:44 CET 2002  Jan Hubicka  <jh@suse.cz>
8284
8285         * convert.c (strip_float_extensions): New function.
8286         (convert_to_real): Optimize some cases.
8287
8288 2002-11-19  Andreas Jaeger  <aj@suse.de>
8289
8290         * loop.c (record_giv): Initialize not_replaceable.
8291         (check_final_value): Likewise.
8292
8293 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
8294
8295         * config/h8300/h8300.c (h8300_init_once): Replace 1 with
8296         MASK_H8300S.
8297
8298 2002-11-19  Vijay L. Khuspe  <vijayk1@kpit.com>
8299
8300         * config/h8300/h8300.c (h8300_init_once): Allow -mn switch
8301         only if -mh or -ms present.
8302         (h8300_eightbit_constant_address_p): Support the normal mode.
8303         (h8300_tiny_constant_address_p): Likewise.
8304         * config/h8300/h8300.h (TARGET_NORMAL_MODE): New.
8305         (POINTER_SIZE): Add 16 bit pointer for the normal mode.
8306         (Pmode): Evaluate to HImode for the normal mode.
8307         (SIZE_TYPE): Evaluate to unsigned int for normal mode.
8308         (PTRDIFF_TYPE): Evaluate to int for the normal mode.
8309         (ASM_WORD_OP): Evaluate to word for the normal mode.
8310         * config/h8300/h8300.md (tablejump_normal_mode): New.
8311         (indirect_jump_normal_mode): New.
8312         * config/h8300/t-h8300 (MULTILIB_OPTIONS): Pass -mn option to
8313         directory.
8314         (MULTILIB_DIRNAMES): Create target dependent directory
8315         'normal'.
8316         (MULTILIB_EXCEPTIONS): Don't turn on -mn on H8/300.
8317         * doc/invoke.texi (gccoptlist): Describe the new switch -mn.
8318
8319 Tue Nov 19 23:50:56 CET 2002  Jan Hubicka  <jh@suse.cz>
8320
8321         * i386.md (length_immediate): Do not refer to insn address.
8322         (jcc*, jmp patterns):  Compute length explicitly.
8323
8324 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
8325
8326         PR c/8588
8327         * optabs.c (expand_binop): Convert CONST_INTs in shift
8328         operations too.
8329
8330 2002-11-19  Roger Sayle  <roger@eyesopen.com>
8331
8332         * gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.
8333
8334 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
8335
8336         * config/h8300/h8300.md (an anonymous pattern): Relax the
8337         condition to accept the same operands and/or subregs.
8338
8339 2002-11-19  Daniel Jacobowitz  <drow@mvista.com>
8340
8341         * config/sh/sh.c (gen_shl_and): Revert previous patch.
8342         * config/sh/sh.md (ashrdi3+1, ashrdi3+2): Predicate on
8343         reload_completed.
8344
8345 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
8346
8347         * config/h8300/h8300.c (print_operand): Update the use of
8348         EIGHTBIT_CONSTANT_ADDRESS_P.
8349         (h8300_adjust_insn_length): Likewise.
8350         (h8300_eightbit_constant_address_p): Check if the given rtx is
8351         a variable with __attribute__((eightbit_data)).
8352         * config/h8300/h8300.h (OK_FOR_U): Update the use of
8353         EIGHTBIT_CONSTANT_ADDRESS_P.
8354
8355 2002-11-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8356
8357         * doc/contrib.texi (Contributors): Add self as second contact in
8358         addition to Jeff Law.
8359
8360 2002-11-19  Andreas Jaeger  <aj@suse.de>
8361
8362         * tree-inline.c: Move prototpyes of find_alloca_call_1 and
8363         find_alloca_call to right place.
8364
8365 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
8366
8367         * cppfiles.c: Fix formatting.
8368
8369 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8370
8371         * gcc.c (The Specs Language): Document spec functions.
8372         (static_spec_functions, lookup_spec_function)
8373         (eval_spec_function, handle_spec_function)
8374         (if_exists_spec_function, alloc_args): New.
8375         (execute): Abort if processing_spec_function is true.
8376         (do_spec_1): Hand off spec to handle_spec_function if %:
8377         is encountered.  If processing_spec_function is true,
8378         end any pending argument when the end of the string is reached.
8379         (main): Use alloc_args to allocate the initial argument vector.
8380         * gcc.h (struct spec_function): New.
8381         (lang_specific_spec_functions): New extern.
8382
8383         * config/netbsd-elf.h (STARTFILE_SPEC): Add if-exists(crti%O%s).
8384         (ENDFILE_SPEC): Add if-exists(crtn%O%s).
8385         * config/alpha/netbsd.h (ENDFILE_SPEC): Likewise.
8386
8387         * doc/invoke.texi: Document spec functions.
8388
8389         * cppspec.c (lang_specific_spec_functions): New.
8390         * gccspec.c: Likewise.
8391
8392 2002-11-18  Steve Ellcey  <sje@cup.hp.com>
8393
8394         * config/ia64/hpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.
8395         (FIXUNS_TRUNCTFDI2_LIBCALL): New.
8396         (fixunstfsi_libfunc): Change.
8397         (fixunstfdi_libfunc): Change.
8398         (sdiv_optab): Don't zero out SImode handler.
8399         (udiv_optab): Don't zero out SImode handler.
8400         (smod_optab): Don't zero out SImode handler.
8401         (umod_optab): Don't zero out SImode handler.
8402
8403 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8404
8405         PR preprocessor/8524
8406         * cpplib.c (run_directive): Remove previous kludge to _Pragma.
8407         Add a new one in its place, which hopefully works.
8408         (skip_rest_of_line): Change test for bottom-of-context-stack.
8409
8410 Mon Nov 18 21:29:03 CET 2002  Jan Hubicka  <jh@suse.cz>
8411
8412         * i386.md (addqi_1_slp): Fix output template.
8413         (subqi_1_slp): Fix type.
8414
8415 Sun Nov 17 00:01:28 CET 2002  Jan Hubicka  <jh@suse.cz>
8416
8417         * calls.c (alloca_call_p): New global function.
8418         * tree.h (alloca_call_p): New.
8419         * tree-inline.c (inlinable_function_p):  Do not inline when
8420         function calls alloca.
8421         (find_alloca_call, find_alloca_call_1): New functions.
8422
8423 2002-11-18  Kazu Hirata  <kazu@cs.umass.edu>
8424
8425         * config/h8300/h8300.md (*andorqi3): Use bor between bld and
8426         bst.  Update the insn length.
8427         (*andorhi3): Likewise.
8428         (*andorsi3): Likewise.
8429
8430 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8431
8432         * config/sh/sh-protos.h (sh_mark_label): Declare.
8433         * config/sh/sh.c (sh_mark_label): New function, taken from
8434         movdi_const, but fixing the case when the address has an addend.
8435         * config/sh/sh.md (movdi_const, movdi_const_32bit): Use it.
8436
8437 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8438
8439         * config/sh/sh.c (pool_node): New field: part_of_sequence_p.
8440         (add_constant): Set it.
8441         (dump_table): Don't reorder a constant if part_of_sequence_p.
8442         (machine_dependent_reorg): Assume that float constants will
8443         stay in their original order if used as a sequence.
8444
8445 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8446
8447         * config/sh/sh.c (calc_live_regs): Update check for PIC liveness
8448         in compact code.
8449
8450 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8451
8452         * config/sh/sh.md (initialize_trampoline): Do not force the
8453         trampoline address into R0_REGS here.
8454
8455 Sun Nov 17 14:01:09 CET 2002  Jan Hubicka  <jh@suse.cz>
8456
8457         * i386.md (negsf2_ifs, negdf2_ifs, negdf2_ifs_rex64, abssf2_ifs,
8458         absdf2_ifs, absdf2_ifs_rex64): Fix constraints.
8459         (neg?f2_ifs, abs?f2_ifs splitters): Refuse memory operand; do not
8460         generate unnecesary subregs.
8461
8462 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
8463
8464         * df.c: Fix formatting.
8465
8466 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
8467
8468         * config/h8300/h8300.md (two anonymous patterns): Fix insn
8469         lengths.
8470
8471 2002-11-17  Daniel Jacobowitz  <drow@mvista.com>
8472
8473         * sh.c (gen_shl_and): Don't create a zero_extend if the operand
8474         is not an arith_reg_operand.
8475
8476 2002-11-17  Graham Stott  <graham.stott@btinternet.com>
8477
8478         * real.c (real_to_decimal): Fix buffer overrun when buffer size
8479         is smaller than representation.
8480
8481 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
8482
8483         * builtins.c: Fix formatting.
8484
8485 Sat Nov 16 16:49:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8486
8487         * i386.md (truncdfsf2_1_sse, truncdfsf2_1_sse_nooverlap, truncdfsf2_2,
8488         floats?dff2_i387):
8489         Work around regclass stupidity.
8490         (truncdfsf_2_1_sse splitter):  Accept !TARGET_PARTIAL_SSE_REGS
8491
8492 Sat Nov 16 02:17:48 CET 2002  Jan Hubicka  <jh@suse.cz>
8493
8494         * i386.md (fop_df_6): New pattern.
8495         (fop_xf_4, fop_xf_5): Handle both SF and DFmode extensions.
8496         (fop_xf_6): Rewrite
8497         (fop_xf_7): Delete.
8498         (fop_tf_4, fop_tf_5): Handle both SF and DFmode extensions.
8499         (fop_tf_6): Rewrite
8500         (fop_tf_7): Delete.
8501
8502 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8503
8504         * config/h8300/h8300.md (two anonymous patterns): Fix typos.
8505
8506 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8507
8508         * config/h8300/h8300.md: Fix formatting.
8509
8510 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8511
8512         * config/h8300/h8300.md: Replace spaces with tabs.
8513         * config/h8300/t-h8300: Remove a trailing empty line.
8514
8515 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8516
8517         * tlink.c: Fix formatting.
8518
8519 2002-11-16  David Edelsohn  <edelsohn@gnu.org>
8520
8521         PR 8362
8522         * config/rs6000/rs6000.c (rs6000_outout_load_multiple): New function.
8523         * config/rs6000/rs6000.md (movti_string): Remove output modifier
8524         when scratch register never needed.
8525         (ldmsi[3-8]): New patterns.
8526
8527 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8528
8529         * hard-reg-set.h: Follow spelling conventions.
8530         * real.c: Likewise.
8531         * target.h: Likewise.
8532
8533 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8534
8535         * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
8536
8537 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
8538
8539         * optabs.c: Fix formatting.
8540
8541 Sat Nov 16 02:06:02 CET 2002  Jan Hubicka  <jh@suse.cz>
8542
8543         * athlon.md, k6.md, pentium.md, ppro.md: Handle shift1, rotate1
8544         * i386.md (attribute type): Add type shift1 and rotate1.
8545         (*_slp): Rewrite to have just two operands to avoid reload problems.
8546
8547 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
8548
8549         * config/h8300/h8300.md (4 anonymous patterns): New.
8550
8551 2002-11-15  Geoffrey Keating  <geoffk@apple.com>
8552
8553         * params.def (GGC_MIN_HEAPSIZE): Fix GGC_ALWAYS_COLLECT problem.
8554         * doc/invoke.texi: Correct description of what needs to be done to
8555         force collection at every ggc_collect call.
8556
8557 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
8558
8559         * config/s390/s390.c (optimization_options): Set
8560         flag_asynchronous_unwind_tables to 1 by default.
8561
8562 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
8563
8564         * config/s390/s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
8565
8566 Fri Nov 15 14:54:19 CET 2002  Jan Hubicka  <jh@suse.cz>
8567
8568         * i386-protos.h (x86_function_profiler): New function
8569         * i386.h (MCOUNT_NAME): New.
8570         (PROFILE_COUNT_REGISTER): New.
8571         (FUNCTION_PROFILER): Move offline to ...
8572         * i386.c (x86_function_profiler) ... here; fix 64bit support
8573         * beos-elf.h (FUNCTION_PROFILER): Kill.
8574         (MCOUNT_NAME): New.
8575         * freebsd-aout.h (FUNCTION_PROFILER): Kill.
8576         (MCOUNT_NAME): New.
8577         (PROFILE_COUNT_REGISTER): New.
8578         * linux.h (FUNCTION_PROFILER): Kill.
8579         (MCOUNT_NAME): New.
8580         * x86-64.h (FUNCTION_PROFILER): Kill.
8581         (MCOUNT_NAME): New.
8582         * freebsd.h (FUNCTION_PROFILER): Kill.
8583         (MCOUNT_NAME): New.
8584
8585 2002-11-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
8586
8587         * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG,
8588         FUNCTION_ARG_PASS_BY_REFERENCE): Define.
8589         * config/arm/arm.c (arm_va_arg,
8590         arm_function_arg_pass_by_reference): New.
8591         * config/arm/arm-protos.h: Add prototypes.
8592
8593 2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
8594
8595         * gthr-single.h: Fix formatting.
8596
8597 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
8598
8599         * tree.c (tree_vec_elt_check_failed): New function.
8600         * tree.h (TREE_VEC_ELT_CHECK): New checking macro.
8601         (TREE_VEC_ELT): Use it.
8602
8603         * tree-inline.c (optimize_inline_calls): Don't copy a
8604         zero-length vector.
8605
8606 2002-11-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8607
8608         * diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
8609
8610 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8611
8612         * varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if
8613         both operands contain local relocations.
8614         (categorize_decl_for_section): Don't use mergeable sections if
8615         initializer has any relocations.
8616
8617 2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
8618
8619         * gthr-vxworks.h: Fix formatting.
8620
8621 2002-11-13  Janis Johnson  <janis187@us.ibm.com>
8622
8623         * doc/install.texi (Testing): Document extra Java testing.
8624         * doc/sourcebuild.texi (Test Suites): Document libgcj testing.
8625
8626 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8627
8628         * pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
8629         beginning of the spec.
8630         (LDD_SUFFIX, PARSE_LDD_OUTPUT): Delete.
8631         (LD_INIT_SWITCH, LD_FINI_SWITCH): Define but don't enable.  Add comment
8632         regarding problems with global constructors when using GNU ld.
8633
8634 2002-11-13  Kazu Hirata  <kazu@cs.umass.edu>
8635
8636         * gthr-solaris.h: Fix formatting.
8637
8638 2002-11-13  Kazu Hirata  <kazu@cs.umass.edu>
8639
8640         * gthr-posix.h: Fix formatting.
8641
8642 2002-11-12  Devang Patel <dpatel@apple.com>
8643         * gcc.c (display_help): Two new options -Xpreprocessor and -Xassembler.
8644         (process_command): Same.
8645         * doc/invoke.texi: Info about these two new options.
8646
8647 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
8648
8649         * config/h8300/h8300.md (*andorsi3): New.
8650
8651 2002-11-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8652
8653         * doc/install.texi (powerpc-*-linux-gnu*): Update binutils requirement.
8654
8655 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
8656
8657         * config/h8300/h8300.c (tiny_constant_address_p): Parenthesize
8658         expressions appropriately.
8659
8660 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
8661
8662         * gthr-win32.h: Fix formatting.
8663
8664 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
8665
8666         * config/h8300/h8300.c (single_one_operand): Correctly compute
8667         mask when mode is SImode.
8668         (single_zero_operand): Likewise.
8669         * config/h8300/h8300.md (two new anonymous insns): New.
8670
8671 2002-11-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8672
8673         * doc/contrib.texi (Contributors): Use GCJ instead of gcj to refer
8674         to that entire project.
8675
8676 2002-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8677
8678         * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Restore old
8679         directories.
8680
8681 2002-11-11  Zack Weinberg  <zack@codesourcery.com>
8682
8683         * params.def (ggc-min-expand, ggc-min-heapsize): New parameters.
8684         * doc/invoke.texi: Document them.
8685
8686         * ggc-page.c: Include params.h.  Remove definitions of
8687         GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED.  Replace
8688         GGC_POISON with ENABLE_GC_CHECKING in ifdefs, delete #define.
8689         (init_gcc): Don't set G.allocated_last_gc here.
8690         (ggc_collect): Use PARAM_VALUE (GGC_MIN_HEAPSIZE) and
8691         PARAM_VALUE (GGC_MIN_EXPAND) to decide whether or not to
8692         perform collection.
8693         * ggc-simple.c: Similarly.
8694         * Makefile.in (ggc-common.o, ggc-simple.o): Add $(PARAMS_H) to
8695         dependencies.
8696
8697 2002-11-11  Kazu Hirata  <kazu@cs.umass.edu>
8698
8699         * gthr-dce.h: Fix formatting.
8700
8701 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8702
8703         PR c/8467
8704         * stmt.c (tail_recursion_args): Handle DECL_MODE differing from the
8705         mode of DECL_RTL case.
8706
8707 2002-11-11  Janis Johnson  <janis187@us.ibm.com>
8708
8709         * doc/contrib.texi: Merge in the list from the libstdc++ web pages.
8710
8711 Mon Nov 11 12:06:08 CET 2002  Jan Hubicka  <jh@suse.cz>
8712
8713         * i386.c (construct_container): Fix handling of SSE_CLASS.
8714
8715 2002-11-10  Joel Sherrill <joel@gcc.gnu.org>
8716
8717         * config/m68k/t-crtstuff (crti.o): Use this...
8718         ($(T)crti.o): ... instead.
8719         (crtn.o): Use this...
8720         ($(T)crtn.o): ... instead.
8721
8722 2002-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8723
8724         PR c/8439
8725         * recog.c (validate_replace_rtx_1) [PLUS]: Simplify only
8726         if there is something new to be simplified.
8727
8728 2002-11-10  H.J. Lu <hjl@gnu.org>
8729
8730         * calls.c (PUSH_ARGS_REVERSED): Define only if not defined.
8731         * expr.c (PUSH_ARGS_REVERSED): Likewise.
8732
8733         * config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1.
8734
8735 2002-11-10  Zack Weinberg  <zack@codesourcery.com>
8736
8737         * config/rs6000/sysv4.h: Define NO_IMPLICIT_EXTERN_C here...
8738         * config/rs6000/linux.h, config/rs6000/linux64.h,
8739         config/rs6000/windiss.h: ... not here.
8740
8741 2002-11-10  Jason Thorpe  <thorpej@wasabisystems.com>
8742
8743         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
8744         __ABICALLS__ if TARGET_ABICALLS.
8745
8746 Sun Nov 10 18:49:21 CET 2002  Jan Hubicka  <jh@suse.cz>
8747
8748         * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.
8749
8750 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8751
8752         * c-decl.c (grokdeclarator): Make error for duplicate type
8753         qualifiers into a pedwarn, disabled for C99.
8754
8755 2002-11-10  Hans-Peter Nilsson  <hp@bitrange.com>
8756
8757         * config/mmix/mmix.h (FUNCTION_ARG_CALLEE_COPIES): Define the same
8758         as FUNCTION_ARG_PASS_BY_REFERENCE.
8759
8760 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
8761
8762         * doc/install.texi: Add *-*-vxworks* specific installation
8763         instructions.
8764
8765         * config/vxlib.c: Rewrite using generation numbers to identify
8766         valid TSD keys.
8767
8768 Sat Nov  9 00:10:54 CET 2002  Jan Hubicka  <jh@suse.cz>
8769
8770         * i386.c (x86_machine_dependent_reorg): Fix even more side cases.
8771
8772 2002-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8773
8774         * pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.
8775
8776         * config.gcc (hppa*64*-*-linux*): Shorten lines in tm_file define.
8777         (hppa*64*-*-hpux11*): Likewise.  Use elfos.h with gas.
8778         * pa.c (output_millicode_call): Use symbol difference rather than
8779         $PIC_pcrel$0 when using HP assembler.
8780         * pa64-hpux.h (TARGET_GAS): Define to 1 or 0 depending on whether or
8781         not elfos.h (i.e., gas) is being used.
8782         (ASM_FILE_START, STRING_ASM_OP, TEXT_SECTION_ASM_OP,
8783         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON,
8784         ASM_OUTPUT_ALIGNED_LOCAL, GLOBAL_ASM_OP, ASM_DECLARE_FUNCTION_NAME,
8785         ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL,
8786         ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Define when
8787         using elfos.h.
8788         (TARGET_ASM_GLOBALIZE_LABEL): Undefine when using elfos.h.
8789         (DWARF2_ASM_LINE_DEBUG_INFO): Delete.
8790         (ASM_FILE_START): Add standard .SPACE and .SUBSPA defines when not
8791         using elfos.h.
8792         (TEXT_SECTION_ASM_OP, READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
8793         BSS_SECTION_ASM_OP): New HP style defines when not using elfos.h.
8794         (TARGET_ASM_NAMED_SECTION, MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL):
8795         Don't define when not using elfos.h.
8796         (ASM_DECLARE_RESULT): Don't define.
8797         * doc/install.texi (hppa*-hp-hpux*): Remove statement that HP assembler
8798         doesn't work on hppa64-hp-hpux11.
8799         (hppa*-hp-hpux11): Update.
8800
8801 2002-11-09  Jason Thorpe  <thorpej@wasabisystems.com>
8802
8803         * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Don't pass -KPIC
8804         to the assembler if -mno-abicalls was specified.
8805
8806 2002-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8807
8808         * pa-linux.h (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
8809         ASM_OUTPUT_DEF): Delete.
8810
8811 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8812
8813         * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.
8814
8815 2002-11-08  Roger Sayle  <roger@eyesopen.com>
8816
8817         * real.c (real_sqrt): Update comment with bibliographic reference.
8818
8819 Fri Nov  8 13:33:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8820
8821         * i386.md (sse_loadss, sse2_loadsd): Fix expander.
8822
8823 Fri Nov  8 13:25:41 CET 2002  Jan Hubicka  <jh@suse.cz>
8824
8825         * i386.c (x86_machine_dependent_reorg): Fix handling of empty functions.
8826
8827 Fri Nov  8 13:01:42 CET 2002  Jan Hubicka  <jh@suse.cz>
8828
8829         * builtins.c (expand_builtin_mathfn): Handle floor/ceil/trunc/round/nearbyint
8830         (expand_builtin): Likewise.
8831         * builtins.def: Add
8832         __builtin_floor, __builtin_floorf, __builtin_floorl
8833         __builtin_ceil, __builtin_ceilf, __builtin_ceill
8834         __builtin_round, __builtin_roundf, __builtin_roundl
8835         __builtin_trunc, __builtin_truncf, __builtin_truncl
8836         __builtin_nearbyint, __builtin_nearbyintf, __builtin_nearbyintl.
8837         * genopinit.c (optabs): Initialize the new optabs.
8838         * optab.c (init_optabs): Likewise.
8839         * optabs.h (optab_index): Add OTI_floor, OTI_ceil, OTI_trunc,
8840         OTI_round, OTI_nearbyint.
8841         (floor_optab, ceil_optab, trunc_optab, round_optab, nearbyint_optab): New.
8842         * doc/md.texi: Document new named patterns.
8843         * doc/extend.texi (builtin functions)  Document
8844         floor, floorf, floorl, ceil, ceilf,
8845         ceill, round, roundf, roundl, trunc,
8846         truncf, truncl, nearbyint, nearbyintf, nearbyintl.
8847
8848 Fri Nov  8 11:36:11 CET 2002  Jan Hubicka  <jh@suse.cz>
8849
8850         * i386.md (sse_movdfcc, sse_movsfcc): Fix typo in previous patch.
8851
8852 2002-11-08  Dale Johannesen  <dalej@apple.com>
8853
8854         * dbxout.c (dbxout_type):  Fix stabs info for vector types.
8855
8856 2002-11-08  Neil Booth  <neil@daikokuya.co.uk>
8857
8858         PR preprocessor/8497
8859         PR preprocessor/8501
8860         * cpptrad.c (scan_out_logical_line): A '#' from a macro doesn't
8861         start a directive.  In assembler, #NUM is not a line directive.
8862
8863 2002-11-08  Neil Booth  <neil@daikokuya.co.uk>
8864
8865         * cppmain.c (cpp_preprocess_file): Loop to pop any -included
8866         buffers.
8867
8868 2002-11-08  Kazu Hirata  <kazu@cs.umass.edu>
8869
8870         * config/h8300/h8300.md (two anonymous test insns): New.
8871
8872 Fri Nov  8 11:20:19 CET 2002  Jan Hubicka  <jh@suse.cz>
8873
8874         * jump.c (mark_jump_label): Handle subregs of label_refs.
8875
8876 Thu Nov  7 21:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
8877
8878         * i386.md (sse_movdfcc, sse_movsfcc): Avoid overactive matching.
8879         * i386.c (ix86_expand_fp_movcc): Match the reversed cases.
8880
8881 2002-11-07  David Mosberger  <davidm@hpl.hp.com>
8882
8883         * config/ia64/crtend.asm: Include "auto-host.h".
8884         [HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
8885         * config/ia64/crtbegin.asm: Similarly.
8886         * config/ia64/t-ia64 (crtbegin.o): Include from current directory.
8887         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
8888
8889         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
8890         * configure.in: Use it if --enable-initfini-array not specified.
8891         * doc/install.texi (Configuration): Document --enable-initfini-array.
8892         * configure, config.in: Rebuild.
8893
8894 2002-11-07  Jason Thorpe  <thorpej@wasabisystems.com>
8895
8896         * config/arm/arm-protos.h (arm_get_frame_size)
8897         (thumb_get_frame_size): New prototypes.
8898         * config/arm/arm.c (arm_get_frame_size)
8899         (thumb_get_frame_size): New functions.
8900         (use_return_insn, arm_output_epilogue, arm_output_function_epilogue)
8901         (arm_compute_initial_elimination_offset, arm_expand_prologue): Use
8902         arm_get_frame_size.
8903         (thumb_expand_prologue, thumb_expand_epilogue): Use
8904         thumb_get_frame_size.
8905         * config/arm/arm.h (PREFERRED_STACK_BOUNDARY): Define.
8906         (machine_function): Add frame_size member.
8907         (THUMB_INITIAL_ELIMINATION_OFFSET): Use thumb_get_frame_size.
8908
8909 2002-11-07  Richard Earnshaw  <rearnsha@arm.com>
8910
8911         * arm.c (bit_count): Make argument unsigned long.  Return unsigned.
8912         Adjust code to use portable unsigned bit manipulation.
8913         (insn_flags, tune_flags): Change type to unsigned.
8914         (struct processors): Make flags unsigned long.
8915         (arm_override_options): Change type of count and current_bit_count
8916         to unsigned.
8917
8918 2002-11-07  Richard Earnshaw  <rearnsha@arm.com>
8919
8920         * arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.
8921
8922 Thu Nov  7 15:50:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
8923
8924         * sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_REGNUM.
8925
8926 Thu Nov  7 11:18:01 CET 2002  Jan Hubicka  <jh@suse.cz>
8927
8928         * reg-stack.c (compensate_edge): Fix sanity check.
8929
8930 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8931
8932         * config.gcc: Don't create crtbegin, crtend on Darwin; do create
8933         crt2.o.  Rearrange t-darwin makefiles.
8934         * crtstuff.c [OBJECT_FORMAT_MACHO]: Delete.
8935         * unwind-dw2-fde-darwin.c: New.
8936         * unwind-dw2-fde-glibc.c: Correct comment.
8937         * unwind-dw2-fde.c (__register_frame_info_bases)
8938         [DWARF2_OBJECT_END_PTR_EXTENSION]: Clear fde_end.
8939         (classify_object_over_fdes): Use last_fde.
8940         (add_fdes): Likewise.
8941         (linear_search_fdes): Likewise.
8942         * unwind-dw2-fde.h (struct object)
8943         [DWARF2_OBJECT_END_PTR_EXTENSION]: Add fde_end field.
8944         (last_fde): New.
8945         * config/darwin.h (STARTFILE_SPEC): Include crt2.o not crtbegin.o.
8946         (ENDFILE_SPEC): No crtend.o.
8947         * config/t-darwin: New.
8948         * config/i386/t-darwin: Delete.
8949         * config/darwin-crt2.c: New.
8950         * config/rs6000/t-darwin: Delete contents duplicated in t-rs6000
8951         or config/t-darwin.
8952
8953 2002-11-06  Douglas B Rupp  <rupp@gnat.com>
8954
8955         * config/i386/i386-interix.h (TARGET_SUBTARGET_DEFAULT): Or
8956         MASK_MS_BITFIELD_LAYOUT
8957         (SUBTARGET_OVERRIDE_OPTIONS): Warn about and turn off
8958         MS bitfields for Objective-C.
8959         (PCC_BIT_FIELD_TYPE_TEST, GROUP_BITFIELDS_BY_ALIGN): Remove
8960         defines.
8961
8962         * config/i386/i386.c (ix86_ms_bitfield_layout): New function.
8963         (TARGET_MS_BITFIELD_LAYOUT_P): Define to above function.
8964         (TARGET_USE_MS_BITFIELD_LAYOUT): Define.
8965
8966         * config/i386/i386.h (MASK_MS_BITFIELD_LAYOUT: New mask.
8967         TARGET_USE_MS_BITFIELD_LAYOUT): New macro.
8968         (TARGET_SWITCHES): Add above mask.
8969
8970         * testsuite/gcc.dg/bf-ms-layout.c: New test case.
8971         * testsuite/gcc.dg/bf-no-ms-layout.c: New test case.
8972         * testsuite/gcc.dg/i386-bitfield1.c (dg-options): Add appropriate
8973         flags for interix.
8974
8975 Wed Nov  6 18:54:47 2002  Alexandre Oliva  <aoliva@redhat.com>
8976
8977         * config/mips/mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output
8978         .gpword/.gpdword for ABI_N32 and ABI_64 too, if using the GNU
8979         assembler.
8980         * config/mips/mips.md (tablejump_internal3): Output .cpadd
8981         before jump on ABI_N32 too.
8982         (tablejump_internal4): Ditto on ABI_64.  Increase maximum
8983         length to match.
8984
8985 Wed Nov  6 17:16:48 CET 2002  Jan Hubicka  <jh@.suse.cz>
8986
8987         * i386.md (negsf splitter): Accept memory operand in second register.
8988         (abssf/absdf splitters): Simplify
8989         (sse_loadss, sse_loadsd): Turn into expander.
8990
8991 2002-11-06  David Edelsohn  <edelsohn@gnu.org>
8992
8993         PR target/8480
8994         * config/rs6000/rs6000.md (movdi_internal64): Discourage
8995         FPR to FPR moves.
8996
8997 2002-11-06  Janis Johnson  <janis187@us.ibm.com>
8998
8999         * doc/contrib.texi: Merge in the list from the Java web pages.
9000
9001 2002-11-06  David O'Brien  <obrien@FreeBSD.org>
9002
9003         * config/sparc/freebsd: Fix typo.
9004
9005 2002-11-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9006
9007         * pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.
9008
9009 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
9010
9011         * config/mips/mips.md (call_value_multiple_internal2): Use dla for
9012         non-SImode addresses.
9013
9014 Tue Nov  5 14:34:36 CET 2002  Jan Hubicka  <jh@suse.cz>
9015
9016         * i386.md (float_truncate SSE splitter): Ensure that operand is not
9017         stack register.
9018         (float SSE splitters): Reorder conditional.
9019
9020 2002-11-05  Bob Wilson  <bob.wilson@acm.org>
9021
9022         * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
9023
9024 2002-11-05  John David Anglin  <dave2hiauly1.hia.nrc.ca>
9025
9026         * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
9027         (STARTFILE_SPEC): Remove p and pg options.
9028
9029 2002-11-05  Andrew Haley  <aph@redhat.com>
9030
9031         * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
9032         to (compound(a1,a0 op a2)) if a0 or a1 have side effects.
9033
9034 2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
9035
9036         * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Move comment to...
9037         * config/mips/mips.c (mips_cannot_change_mode_class): ...here.
9038
9039 2002-11-04  Zack Weinberg  <zack@codesourcery.com>
9040
9041         * gthr-vxworks.h: Rewritten from scratch.
9042         * config/vxlib.c: New file.
9043         * config/t-vxworks: Add config/vxlib.c to LIB2FUNCS_EXTRA.
9044         * config/rs6000/t-vxworks: Add config/vxlib.c to
9045         LIB2FUNCS_EXTRA here too, because of clash with
9046         config/rs6000/t-ppccomm.
9047
9048 2002-11-04  Dale Johannesen  <dalej@apple.com>
9049
9050         * doloop.c (doloop_modify_runtime):  Fix loop count computation
9051         for unrolled loops.
9052         * loop.c (loop_invariant_p):  Support calling from unroller.
9053
9054 2002-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
9055
9056         * config/s390/s390.c (s390_decompose_address): Use arg_pointer_rtx
9057         for comparison.
9058
9059 2002-11-04  Aldy Hernandez  <aldyh@redhat.com>
9060
9061         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.
9062
9063         * config/rs6000/rs6000.h (CLASS_CANNOT_CHANGE_MODE_P): Remove.
9064         (CLASS_CANNOT_CHANGE_MODE): Remove.
9065         (CANNOT_CHANGE_MODE_CLASS): New.
9066
9067         * config/alpha/alpha.h: Same.
9068
9069         * config/ia64/ia64.h: Same.
9070
9071         * config/mips/mips.h: Same.
9072
9073         * config/s390/s390.h: Same.
9074
9075         * config/sh/sh.h: Same.
9076
9077         * config/pa/pa64-regs.h: Same.
9078
9079         * config/sh/sh-protos.h (sh_cannot_change_mode_class): Add prototype.
9080
9081         * config/sh/sh.c (sh_cannot_change_mode_class): New.
9082
9083         * config/mips/mips-protos.h (mips_cannot_change_mode_class): Add
9084         prototype.
9085
9086         * config/mips/mips.c (mips_cannot_change_mode_class): New.
9087
9088         * doc/tm.texi (Register Classes): Remove
9089         CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_P.
9090         Document CANNOT_CHANGE_MODE_CLASS.
9091
9092         * reload.c (push_reload): Use CANNOT_CHANGE_MODE_CLASS.
9093         (push_reload): Same.
9094
9095         * simplify-rtx.c (simplify_subreg): Same.
9096
9097         * reload1.c (choose_reload_regs): Same.
9098
9099         * recog.c (register_operand): Same.
9100
9101         * regrename.c (mode_change_ok): Change to use new
9102         CANNOT_CHANGE_MODE_CLASS infrastructure.
9103
9104         * regclass.c (cannot_change_mode_set_regs): New.
9105         Declare subregs_of_mode.
9106         (regclass): Use subregs_of_mode.
9107         Remove references to reg_changes_mode.
9108         (init_reg_sets_1): Remove class_can_change_mode and
9109         reg_changes_mode code.
9110         (invalid_mode_change_p): New.
9111         (dump_regclass): Use invalid_mode_change_p instead of
9112         class_can_change_mode.
9113         (regclass): Same.
9114         (record_operand_costs): Do not set reg_changes_mode.
9115
9116         * local-alloc.c (struct qty): Remove changes_mode field.
9117         (alloc_qty): Remove changes_mode initialization.
9118         (update_qty_class): Remove set of changes_mode.
9119         (find_free_reg): Use subregs_of_mode.
9120
9121         * global.c (find_reg): Use subregs_of_mode info.
9122
9123         * rtl.h (cannot_change_mode_set_regs): New prototype.
9124         (invalid_mode_change_p): Same.
9125         (REG_CANNOT_CHANGE_MODE_P): New macro.
9126
9127         * flow.c (mark_used_regs): Calculate subregs_of_mode.  Remove
9128         REG_CHANGES_MODE.
9129         (life_analysis): Clear subregs_of_mode.
9130
9131         * combine.c (subst): Pass class to CLASS_CANNOT_CHANGE_MODE_P.
9132         Remove use of CLASS_CANNOT_CHANGE_MODE.
9133         (simplify_set): Same.
9134         (gen_lowpart_for_combine): Calculate subregs_of_mode.  Remove
9135         REG_CHANGES_MODE.
9136
9137         * regs.h: Add extern for subregs_of_mode;
9138         Include hard-reg-set and basic-block.
9139         (REG_CHANGES_MODE): Delete.
9140
9141 2002-11-03  Roger Sayle  <roger@eyesopen.com>
9142
9143         * real.c (real_sqrt): New function to calculate square roots.
9144         * real.h (real_sqrt): Add function prototype.
9145         * builtins.c (fold_builtin): Fold sqrt of constant argument.
9146         * simplify-rtx.c (simplify_unary_operation): Simplify sqrt
9147         of constant argument.
9148
9149 2002-11-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9150
9151         * jump.c (never_reached_warning): Don't set contains_insn until the
9152         first line note is seen.
9153
9154 2002-11-03  David Edelsohn  <edelsohn@gnu.org>
9155
9156         * config/rs6000/rs6000.md (movti_string): Use string instructions.
9157
9158 2002-11-03  Roger Sayle  <roger@eyesopen.com>
9159
9160         PR c/7128
9161         * c-typeck.c (c_expand_asm_operands): Defend against
9162         error_mark_nodes in the output argument to avoid ICE.
9163
9164 2002-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9165
9166         PR middle-end/8408
9167         * genrecog.c (preds): Handle ADDRESSOF.
9168         (validate_pattern): Mark it as an lvalue.
9169
9170 2002-11-02  David Edelsohn  <edelsohn@gnu.org>
9171
9172         * config/rs6000/rs6000.c (rs6000_override_options): Use string
9173         instructions when optimizing for size.
9174
9175 2002-11-02  Kazu Hirata  <kazu@cs.umass.edu>
9176
9177         * config/h8300/h8300.h: Fix comment typos.
9178         * config/h8300/h8300.md: Likewise.
9179         * config/h8300/lib1funcs.asm: Likewise.
9180
9181 2002-11-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9182
9183         Revert this change:
9184
9185         *doc/install.texi (Installing GCC: Configuration): Clarify
9186         the only supported ways to configure gcc.
9187
9188 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
9189
9190         * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
9191         instead of 'O' for the constraint for the second operand.
9192
9193 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
9194
9195         PR c++/8391
9196         * toplev.c (rest_of_compilation): Do not refuse to output code for
9197         an inline function in a local class.
9198
9199 2002-11-01  David O'Brien  <obrien@FreeBSD.org>
9200
9201         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
9202         (TRANSFER_FROM_TRAMPOLINE): Reformat.
9203         Add comment.
9204
9205 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
9206
9207         * config/h8300/h8300.h (CAN_ELIMINATE): Simplify.
9208
9209 2002-11-01  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
9210
9211         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
9212
9213 2002-11-01  Steve Ellcey  <sje@cup.hp.com>
9214
9215         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
9216         (MASK_INLINE_DIV_THR): Remove.
9217         (TARGET_INLINE_DIV_LAT): Remove.
9218         (TARGET_INLINE_DIV_THR): Remove.
9219         (TARGET_INLINE_DIV): Remove.
9220         (MASK_INLINE_FLOAT_DIV_LAT): New macro.
9221         (MASK_INLINE_FLOAT_DIV_THR): New macro.
9222         (MASK_INLINE_INT_DIV_LAT): New macro.
9223         (MASK_INLINE_INT_DIV_THR): New macro.
9224         (TARGET_INLINE_FLOAT_DIV_LAT): New macro.
9225         (TARGET_INLINE_FLOAT_DIV_THR): New macro.
9226         (TARGET_INLINE_INT_DIV_LAT): New macro.
9227         (TARGET_INLINE_INT_DIV_THR): New macro.
9228         (TARGET_INLINE_FLOAT_DIV): New macro.
9229         (TARGET_INLINE_INT_DIV): New macro.
9230         * config/ia64/ia64.md (divsi3): Change to use new macros.
9231         (modsi3): Ditto.
9232         (udivsi3): Ditto.
9233         (umodsi3): Ditto.
9234         (divsi3_internal): Ditto.
9235         (divdi3): Ditto.
9236         (moddi3): Ditto.
9237         (udivdi3): Ditto.
9238         (umoddi3): Ditto.
9239         (divdi3_internal_lat): Ditto.
9240         (divdi3_internal_thr): Ditto.
9241         (divsf3): Ditto.
9242         (divsf3_internal_lat): Ditto.
9243         (divsf3_internal_thr): Ditto.
9244         (divdf3): Ditto.
9245         (divdf3_internal_lat): Ditto.
9246         (divdf3_internal_thr): Ditto.
9247         (divtf3): Ditto.
9248         (divtf3_internal_lat): Ditto.
9249         (divtf3_internal_thr): Ditto.
9250         * config/ia64/ia64.c (ia64_override_options): Change
9251         to check new macros for conflicts in settings.
9252         * doc/invoke.texi (-minline-divide-min-latency): Remove.
9253         (-minline-divide-max-throughput): Remove.
9254         (-minline-float-divide-min-latency): New.
9255         (-minline-float-divide-max-throughput): New.
9256         (-minline-int-divide-min-latency): New.
9257         (-minline-int-divide-max-throughput): New.
9258
9259 2002-11-01  Richard Earnshaw  (rearnsha@arm.com)
9260
9261         PR target/7856
9262         * arm.c (use_return_insn): Don't use a return insn if there are
9263         saved integer regs, but LR is not one of them.
9264
9265 Fri Nov  1 10:33:15 CET 2002  Jan Hubicka  <jh@suse.cz>
9266
9267         * expr.c (emit_move_insn):  Use SCALAR_FLOAT_MODE_P
9268         * machmode.h (SCALAR_FLOAT_MODE_P): New macro.
9269
9270 Thu Oct 31 18:20:50 CET 2002  Jan Hubicka  <jh@suse.cz>
9271
9272         * i386.md (sse_loadss, sse_loadsd):  Canonicalize; add expander
9273         (movps, movpd splitters): Use canonical form.
9274         (movv2di): Fix merge problem.
9275
9276 Thu Oct 31 16:22:31 CET 2002  Jan Hubicka  <jh@suse.cz>
9277
9278         * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
9279
9280 2002-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
9281
9282         PR optimization/6162
9283         * doc/md.texi: Document restriction on commutative operand
9284         specification.
9285
9286 2002-10-31  Eric Christopher  <echristo@redhat.com>
9287
9288         * explow.c (convert_memory_address): Use shallow_copy_rtx.
9289
9290 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
9291
9292         * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.
9293
9294 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
9295
9296         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
9297
9298 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
9299
9300         * config/rs6000/darwin.h:  Correct formatting in previous.
9301
9302 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
9303
9304         * config/rs6000/darwin.h:  Enable -falign-xxx options.
9305
9306 Thu Oct 31 18:08:00 CET 2002  Jan Hubicka  <jh@suse.cz>
9307
9308         * i386.c (override_options): Set defaults for flag_omit_frame_pointer,
9309         flag_asynchronous_unwind_tables, flag_pcc_struct_return.
9310         * i386.c (optimization_options): Set flag_omit_frame_pointer,
9311         flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
9312         Do not clear -momit-leaf-frame-pointer when profiling.
9313         (ix86_frame_pointer_required): Frame pointer is always required when
9314         profiling.
9315
9316 Thu Oct 31 16:09:44 CET 2002  Jan Hubicka  <jh@suse.cz>
9317
9318         * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
9319
9320 Thu Oct 31 12:45:55 2002  J"orn Rennecke <joern.rennecke@superh.com>
9321
9322         * sh.h (binary_logical_operator): Declare.
9323         * sh.c (binary_logical_operator): New function.
9324         * sh.md (xordi3+1): New combiner splitter pattern.
9325
9326 2002-10-31  David O'Brien  <obrien@FreeBSD.org>
9327
9328         * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define
9329         __enable_execute_stack function.
9330
9331 2002-10-30  Zack Weinberg  <zack@codesourcery.com>
9332
9333         * gthr.h, gthr-dce.h, gthr-posix.h, gthr-rtems.h,
9334         gthr-solaris.h, gthr-win32.h: Remove __gthread_key_dtor.
9335         * unwind-sjlj.c (fc_key_dtor): Delete.
9336         (fc_key_init): Adjust __gthread_key_create call to match.
9337
9338 2002-10-30  Aldy Hernandez  <aldyh@redhat.com>
9339
9340         * c-common.c: Add GTY to vector_type_node_list.
9341
9342 2002-10-30  John David Anglin  <dave@hiauly.hia.nrc.ca>
9343
9344         * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
9345         * pa-protos.h (attr_length_millicode_call, attr_length_call,
9346         pa_init_machine_status): Declare new global functions.
9347         * pa.c (void copy_fp_args, length_fp_args, get_plabel): Declare and
9348         implement new functions.
9349         (attr_length_millicode_call, attr_length_call): Implement.
9350         (total_code_bytes): Change type to long.
9351         (pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.
9352         Reset counter if flag_function_sections.
9353         (output_deferred_plabels): Set output alignment to 3 for TARGET_64BIT.
9354         (output_cbranch): Move call to gen_label_rtx.
9355         (output_millicode_call): Rewrite adding long TARGET_64BIT call, expose
9356         delay slot in all variants, shorten pc-relative calls.
9357         (output_call): Rewrite adding long TARGET_64BIT call, improved delay
9358         slot usage and exposure, various new call variants, and shortened
9359         sequences for some variants on TARGET_PA_20.
9360         Miscellaneous format changes.
9361         * pa.h (total_code_bytes): Change type to long.
9362         (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
9363         TARGET_LONG_PIC_SDIFF_CALL, TARGET_LONG_PIC_PCREL_CALL): Define.
9364         (TARGET_SWITCHES): Add "-mlong-calls" and "-mno-long-calls" options.
9365         (EXTRA_CONSTRAINT, GO_IF_LEGITIMATE_ADDRESS,
9366         LEGITIMIZE_RELOAD_ADDRESS): Don't use long floating point loads and
9367         stores on TARGET_ELF32.
9368         *pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
9369         (unnamed patterns for mulsi3, divsi3, udivsi3, modsi3, umodsi3 and
9370         canonicalize_funcptr_for_compare expanders): Calculate attribute length
9371         attr_length_millicode_call().
9372         (call_internal_symref, call_value_internal_symref): Clobber register 1.
9373         Calculate attribute length using attr_length_call().
9374         (call_internal_reg_64bit, call_value_internal_reg_64bit): Move gp load
9375         to delay slot.
9376         (sibcall, sibcall_value): Rewrite.
9377         (sibcall_internal_symref, sibcall_value_internal_symref): Clobber
9378         register 1.  Use attr_length_call().
9379         (sibcall_internal_symref_64bit, sibcall_value_internal_symref_64bit):
9380         New patterns.
9381         (unamed pattern for canonicalize_funcptr_for_compare): Rewrite.
9382         * som.h (MEMBER_TYPE_FORCES_BLK): Define.
9383         * t-pa64 (TARGET_LIBGCC2_CFLAGS): Add "-mlong-calls".
9384         * doc/invoke.texi (mlong-calls): Document.
9385
9386 2002-10-30  Roger Sayle  <roger@eyesopen.com>
9387
9388         * fold-const.c (fold_binary_op_with_conditional_arg):  Improve
9389         handling of cases where one or both branches of the conditional
9390         have void type, i.e. throw an exception or don't return.
9391         (fold): Only apply (and undo) type conversion to the non-void
9392         branches of a COND_EXPR.
9393
9394 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
9395
9396         PR c++/8333
9397         * varasm.c (asm_output_aligned_bss): Do not call
9398         ASM_GLOBALIZE_LABEL.
9399
9400 2002-10-30  David Edelsohn  <edelsohn@gnu.org>
9401             Torbjorn Granlund  <tege@swox.com>
9402
9403         * config/rs6000/rs6000.md (load_toc_v4_PIC_1): Use preferred form
9404         for addressibility.
9405         (load_toc_v4_PIC_1b): Same.
9406
9407 2002-10-30  Kazu Hirata  <kazu@cs.umass.edu>
9408
9409         * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
9410         Truncate the addresses for H8/300 using HImode.
9411
9412 Tue Oct 29 23:28:10 CET 2002  Jan Hubicka  <jh@suse.cz>
9413
9414         * i386.md (negdf splitter): Fix construction of the constant.
9415
9416 Tue Oct 29 20:47:06 CET 2002  Jan Hubicka  <jh@suse.cz>
9417
9418         * i386.md (negsf, negdf): Reorganize to use vector modes
9419         for SSE variants.
9420         (abssf, absdf): Use force_reg.
9421         (movv4sf, movv2df): New splitters.
9422         * i386.h (PREDICATE_CODES): add zero_extended_scalar_load_operand
9423         * i386.c (zero_extended_scalar_load_operand
9424
9425         * i386-protos.h (ix86_expand_call): Update prototype.
9426         * i386.c (ix86_function_ok_for_sibcall): Handle 64bit
9427         (ix86_expand_call): Use r11 for indirect sibcalls.
9428         * i386.md (call, call_value, untyped_call, call_value_pop):
9429         update x86_expand_call call.
9430         (sibcall, sibcall_value): new patterns
9431         (call_rex64, call_value_rex64): Do not accept sibcalls.
9432         (sibcall_rex64, sibcall_value_rex64,
9433         sibcall_rex64_v, sibcall_value_rex64_v): New.
9434
9435 Tue Oct 29 15:37:39 CET 2002  Jan Hubicka  <jh@suse.cz>
9436
9437         * toplev.c (rest_of_compilation): Reorganize way reg_scan is called
9438         before final pass.
9439
9440 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
9441
9442         * toplev.c (rest_of_type_compilation): Return early in case of
9443         errors.
9444         (check_global_declarations): Don't call debug_hooks->global_decl
9445         in case of errors.
9446
9447 2002-10-28  Andreas Bauer  <baueran@in.tum.de>
9448
9449         * doc/c-tree.texi (Tree overview): Fix typos.
9450
9451 2002-10-29  Phil Edwards  <pme@gcc.gnu.org>
9452
9453         * Makefile.in (gnucompare*):  Only record bad comparisons
9454         if there really was a bad comparison.
9455
9456 Tue Oct 29 19:32:16 CET 2002  Jan Hubicka  <jh@suse.cz>
9457
9458         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
9459         * i386.md (movsf*, movdf*): Use 'C' instead of 'H'
9460         * md.texi (machine dependent constraints): Document 'C'
9461
9462         * simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.
9463
9464         * i386.c (ix86_expand_vector_move): Fix.
9465
9466         * i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
9467         * i386.md (sse2_maskmovdqu_rex64): New pattern
9468
9469         PR target/8322
9470         * xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
9471         (ix86_init_mmx_sse_builtins): Fix type.
9472
9473 2002-10-29  Jason Thorpe  <thorpej@wasabisystems.com>
9474
9475         * gthr-posix.h: Include <unistd.h> for feature tests.
9476         (sched_get_priority_max, sched_get_priority_min)
9477         (pthread_getschedparam, pthread_setschedparam): Only use
9478         if _POSIX_THREAD_PRIORITY_SCHEDULING is defined.
9479         (__gthread_objc_thread_set_priority): Don't treat all nonzero
9480         returns from sched_get_priority_max and sched_get_priority_min
9481         as an error.
9482
9483 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
9484
9485         * config/h8300/h8300.h (TARGET_DEFAULT): Make it
9486         MASK_QUICKCALL.
9487
9488 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
9489
9490         * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
9491         (h8300_tiny_constant_address_p): Likewise.
9492         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
9493         h8300_eightbit_constant_address_p.
9494         (TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
9495         * config/h8300/h8300-protos.h: Add the prototypes for the two
9496         new functions.
9497
9498 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
9499
9500         * reload1.c (update_eliminables): Unconditionally check if
9501         frame_pointer_needed has changed.
9502
9503 Tue Oct 29 15:37:39 CET 2002  Jan Hubicka  <jh@suse.cz>
9504
9505         * toplev.c (rest_of_compilation): Reorganize way reg_scan is called
9506         before final pass.
9507
9508 2002-10-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
9509
9510         PR optimization/8334
9511         * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
9512         check for zero operands explicitly.
9513
9514 2002-10-29  Richard Sandiford  <rsandifo@redhat.com>
9515
9516         * config/mips/mips.md (extv, extzv, insv): Set size of referenced
9517         memory after adjusting to BLKmode.
9518
9519 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
9520
9521         * config/h8300/h8300.h (MASK_*): New.
9522         (TARGET_*): Use MASK_*.
9523
9524 2002-10-28  Zack Weinberg  <zack@codesourcery.com>
9525
9526         * config.gcc (*-*-vxworks, powerpc-wrs-vxworks*): New stanzas.
9527         * config/t-vxworks, config/vxworks.h, config/rs6000/t-vxworks,
9528         config/rs6000/vxworks.h: New files.
9529         * config/rs6000/sysv4.h: Rip out -mvxworks and all related code.
9530
9531         * config.gcc (alpha*-*-vxworks*, arm-*-vxworks*,
9532         i?86-wrs-vxworks*, i960-wrs-vxworks* [all],
9533         m68k-wrs-vxworks*, mips-wrs-vxworks, powerpc-wrs-vxworks*,
9534         powerpcle-wrs-vxworks*, sparc*-wrs-vxworks* [all],
9535         sparc-*-vxsim*): Delete stanzas.
9536         * gthr-vxworks.h: Rip out all substantive code and just
9537         include gthr-single.h.
9538
9539         * config/alpha/vxworks.h, config/arm/vxarm.h,
9540         config/i386/vxi386.h, config/i960/t-vxworks960,
9541         config/i960/vx960-coff.h, config/i960/vx960.h,
9542         config/m68k/t-vxworks68, config/m68k/vxm68k.h,
9543         config/mips/vxworks.h, config/rs6000/vxppc.h,
9544         config/sparc/t-vxsparc, config/sparc/t-vxsparc64,
9545         config/sparc/vxsim.h, config/sparc/vxsparc.h,
9546         config/sparc/vxsparc64.h: Delete files.
9547
9548 2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
9549
9550         * config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to
9551         tm_defines if pthreads are enabled.
9552         * config/netbsd.h (LIB_SPEC): Only support the -pthread option
9553         if NETBSD_ENABLE_PTHREADS is defined.
9554
9555 2002-10-28  Kazu Hirata  <kazu@cs.umass.edu>
9556
9557         * ChangeLog.1: Fix typos.
9558         * cse.c: Fix a comment typo.
9559         * reload1.c: Likewise.
9560
9561 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
9562
9563         * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
9564         * fixinc/tests/base/_G_config.h: New file.
9565
9566 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
9567
9568         * combine.c: Fix comment formatting.
9569         * loop.c: Likewise.
9570         * real.c: Likewise.
9571         * regclass.c: Likewise.
9572         * regmove.c: Likewise.
9573         * regrename.c: Likewise.
9574         * reg-stack.c: Likewise.
9575         * reload1.c: Likewise.
9576         * reload.c: Likewise.
9577         * reload.h: Likewise.
9578         * unroll.c: Likewise.
9579
9580 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
9581
9582         * reload1.c (reload): Fix a comment typo.
9583
9584 Sun Oct 27 10:15:24 CET 2002  Jan Hubicka  <jh@suse.cz>
9585
9586         * linux64.h (DEFAULT_PCC_STRUCT_RETURN):  Define.
9587
9588 2002-10-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9589
9590         * Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
9591         * dwarf2out.c: Include hashtab.h.
9592         (is_main_source): New static variable.
9593         (attr_checksum, die_checksum): Modified to handle die references.
9594         (same_loc_p, same_dw_val_p, same_attr_p, same_die_p, same_die_p_wrap,
9595         unmark_all_dies, htab_cu_hash, htab_cu_eq, htab_cu_del, check_duplicate_cu,
9596         record_comdat_symbol_number): New static functions.
9597         (output_comp_unit, compute_section_prefix, is_type_die, break_out_includes,
9598         mark_dies, unmark_dies, dwarf2out_start_source_file): Modified.
9599         * toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
9600         declarations added.
9601
9602 2002-10-26  Kazu Hirata  <kazu@cs.umass.edu>
9603
9604         * config/h8300/h8300.c (initial_offset): Change to
9605         h8300_initial_elimination_offset.
9606         * config/h8300/h8300.h (INITIAL_ELIMINATION_OFFSET): Use
9607         h8300_initial_elimination_offset.
9608         * config/h8300/h8300-protos.h: Update the prototype.
9609
9610 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
9611
9612         * config/mmix/mmix.h (LIBCALL_VALUE): Use
9613         MMIX_RETURN_VALUE_REGNUM, not MMIX_OUTGOING_RETURN_VALUE_REGNUM.
9614         (FUNCTION_VALUE_REGNO_P): Similar, but move code to...
9615         * config/mmix/mmix.c (mmix_function_value_regno_p): New.
9616         * config/mmix/mmix-protos.h: Remove needless ifdefs on TREE_CODE
9617         and RTX_CODE.
9618         (mmix_function_value_regno_p): Declare.
9619
9620         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
9621         invalid for floating point mode result, with fix.
9622
9623 Fri Oct 25 00:04:21 2002  Alexandre Oliva  <aoliva@redhat.com>
9624
9625         * Makefile.in (GCC_FOR_TARGET): Add -L$(objdir)/../ld.
9626         (STAGE2_FLAGS_TO_PASS): Pass GCC_FOR_TARGET.
9627         (stage1_build): Likewise.
9628
9629 2002-10-25  Mike Stump  <mrs@apple.com>
9630
9631         Fixes gcc.dg/warn-1.c.
9632         * c-typeck.c (warn_for_assignment): Don't print argument number,
9633         if zero.
9634
9635 Sat Oct 26 01:44:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
9636
9637         * toplev.c (dump_file_index): Add DFI_ce3.
9638         (dump_file_info): Likewise.
9639         (rest_of_compilation): Run first ifcvt pass before tracer.
9640
9641 2002-10-25  Steve Ellcey  <sje@cup.hp.com>
9642
9643         * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.
9644
9645 2002-10-25  Richard Henderson  <rth@redhat.com>
9646
9647         * real.c (real_to_decimal): If the >1 tens reduction loop results
9648         in a negative exponent, fall into the <1 pten computation.
9649
9650 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
9651
9652         PR middle-end/6994
9653         * c-objc-common.c (inline_forbidden_p): Can not inline
9654         functions containing structures or unions containing VLAs.
9655         * tree-inline.c (walk_tree): For all class 't' nodes, walk
9656         TYPE_SIZE and TYPE_SIZE_UNIT.
9657         (copy_tree_r): Copy types if they are variably modified.
9658
9659 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
9660
9661         * config/s390/s390.md: Remove old-style peepholes.
9662
9663 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
9664
9665         * config/s390/s390.c (s390_decompose_address): Do not range check the
9666         displacement if base or index is the argument pointer register.
9667
9668 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9669
9670         PR other/3337
9671         PR bootstrap/6763
9672         PR bootstrap/8122
9673         * fixinc/inclhack.def (libc1_G_va_list): New fix.
9674         * fixinc/fixincl.x: Regenerate.
9675         * config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
9676         ifndef IN_LIBGCC2.  Wrap it together with signal.h and
9677         sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
9678         * configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
9679         * config.in, configure: Regenerate.
9680
9681 2002-10-24  Igor Shevlyakov <igor@microunity.com>
9682
9683         * varasm.c (struct rtx_const): Array size 16 for V16QImode.
9684
9685 2002-10-24  Richard Henderson  <rth@redhat.com>
9686
9687         * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.
9688
9689 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
9690
9691         * config/h8300/h8300.c (initial_offset): Simplify by using
9692         round_frame_size.
9693
9694 2002-10-24  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9695
9696         * doc/install.texi (avr): Update required binutils version.
9697
9698 2002-10-24  Theodore A. Roth  <troth@openavr.org>
9699
9700         * doc/install.texi: Point avr users at more up-to-date information.
9701
9702 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
9703
9704         * config/s390/s390.md (movdi, movsi, movhi, movqi): Add peepholes2
9705         to pull operands out of the literal pool where possible.
9706
9707 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9708
9709         * config/avr/avr.c (init_cumulative_args): Test fntype for zero.
9710
9711 2002-10-24  Steve Ellcey  <sje@cup.hp.com>
9712
9713         * expr.c (convert_move): If unsignedp is less then zero there
9714         is no equivalent code.
9715
9716 2002-10-24  Zack Weinberg  <zack@codesourcery.com>
9717
9718         * tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
9719
9720 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
9721
9722         * config/s390/s390.h: Rework comments; re-sort target macro definitions
9723         according to the sequence they are defined in the manual.
9724         (POINTER_BOUNDARY): Remove.
9725
9726 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
9727
9728         * config/h8300/h8300.c (round_frame_size): Replace 8 with
9729         BITS_PER_UNIT.
9730
9731 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
9732
9733         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Make it
9734         64-bit safe.
9735         (TINY_CONSTANT_ADDRESS_P): Likewise.
9736
9737 2002-10-24  Richard Henderson  <rth@redhat.com>
9738
9739         * config/ia64/ia64.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
9740         (ia64_output_mi_thunk): Rewrite to use rtl, and to handle the
9741         vcall offset.
9742
9743 2002-10-24  Richard Henderson  <rth@redhat.com>
9744
9745         PR opt/7944
9746         * reload.c (find_reloads_toplev): Mode of X is not important
9747         when simplifying subregs of constants.
9748
9749 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
9750
9751         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Add
9752         MIPS_MARCH_CONTROLS_SOFT_FLOAT=1 to $tm_defines.
9753         * config/mips/mips.c (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Default to 0.
9754         (override_options): Base default setting of MASK_SOFT_FLOAT on -march
9755         if MIPS_MARCH_CONTROLS_SOFT_FLOAT.
9756
9757 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
9758
9759         * optabs.c (expand_binop): Don't reuse the shift target in the
9760         middle of shift sequences.
9761
9762 Wed Oct 23 22:48:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
9763
9764         * i386.md (abs splitters): Do not produce nested subregs.
9765
9766 Wed Oct 23 12:42:32 CEST 2002  Jan Hubicka  <jh@suse.cz>
9767
9768         * i386.md (movti_rex64): Fix constraints.
9769
9770 Wed Oct 23 12:01:21 CEST 2002  Jan Hubicka  <jh@suse.cz>
9771
9772         * i386.md (abssf,absdf): Use vector operands for SSE
9773         (abssf2_ifs, absdf2_ifs, absdf2_ifs_rex64 and splitters): Update for
9774         vector operand.
9775
9776 2002-10-23  Ziemowit Laski <zlaski@apple.com>
9777
9778         * objc/objc-act.c (get_static_reference): Remove unneeded
9779         TYPE_BINFO initialization.
9780         (get_object-reference): Likewise.
9781         (build_constructor): Tighten precondition check.
9782         (finish_message_expr): Likewise.
9783
9784 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
9785
9786         * config/i386/i386.c (local_symbolic_operand): Move LABEL_REF test
9787         after CONST test.
9788
9789 2002-10-23  Steve Ellcey  <sje@cup.hp.com>
9790
9791         * config/ia64/ia64.c (hfa_element_mode): Don't allow 128 bit floats
9792         in HFAs.
9793
9794 2002-10-23  Richard Henderson  <rth@redhat.com>
9795
9796         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
9797         (alpha_output_mi_thunk_osf): Handle vcall_offset.
9798
9799 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
9800
9801         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
9802         var_mod_type_p.
9803         * langhooks-def.h: Default for tree_inlining.var_mod_type_p is
9804         hook_tree_bool_false.
9805
9806         * tree.c (variably_modified_type_p): Moved here from
9807         cp/tree.c.  Use lang_hooks.tree_inlining.var_mod_type_p for
9808         language-specific cases.  Due to this, must weaken some 'if
9809         and only if' checks to merely 'if'.
9810         * tree.h: Prototype variably_modified_type_p.
9811
9812         * tree-inline.c (walk_tree): #undef WALK_SUBTREE_TAIL at end.
9813
9814 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
9815
9816         * config/s390/linux.h (CC1_SPEC, CC1PLUS_SPEC): Remove.
9817         * config/s390/s390.c (optimization_options): Disable -fcaller-saves.
9818
9819         * config/s390/s390-protos.h (fp_operand): Remove.
9820         * config/s390/s390.c (fp_operand): Remove.
9821         * config/s390/s390.md ("movdi"): Replace fp_operand by FP_REG_P.
9822         ("*movdi_lhi", "*movdi_lli", "*movdi_larl"): Likewise.
9823         ("movsi", "*movsi_lhi", "*movsi_lli"): Likewise.
9824         (movdi_31, movdf_31 splitters): Likewise.
9825
9826         * config/s390/s390.h (IEEE_FLOAT): Remove.
9827         (TARGET_FLOAT_FORMAT): Define in terms of TARGET_IEEE_FLOAT.
9828         (INT_REGNO_P): Rename to ...
9829         (GENERAL_REGNO_P): ... this.
9830         (FLOAT_REGNO_P): Rename to ...
9831         (FP_REGNO_P): ... this.
9832         (ADDR_REGNO_P): New macro.
9833         (GENERAL_REG_P, ADDR_REG_P, FP_REG_P, CC_REG_P): New macros.
9834         (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
9835         (DATA_REG_P, FP_REG_P, ADDRESS_REG_P): Likewise.
9836         (HARD_REGNO_NREGS): Adapt to macro renaming.
9837         (HARD_REGNO_MODE_OK): Likewise.
9838
9839 2002-10-23  David Edelsohn  <edelsohn@gnu.org>
9840             Geoff Keating  <geoffk@apple.com>
9841
9842         * config/rs6000/rs6000.c (rs6000_register_move_cost): New function.
9843         (rs6000_memory_move_cost): New function.
9844         * config/rs6000/rs6000-protos.h: Declare them.
9845         * config/rs6000/rs6000.h: Use them.
9846
9847 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
9848
9849         * libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when
9850         inlining it into other libgcc2 routines.
9851         (__udivmoddi4): Likewise.
9852
9853 2002-10-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9854
9855         * doc/sourcebuild.texi (Test Suites): Improve.
9856
9857 2002-10-22  Stan Shebs  <shebs@apple.com>
9858
9859         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
9860         case for Darwin.
9861
9862 2002-10-22  Jim Wilson  <wilson@redhat.com>
9863
9864         * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
9865
9866 Wed Oct 23 01:52:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
9867
9868         PR other/8289
9869         * xmmintrin.h: Add const to the argument of loads.
9870
9871         * i386.md (pushv2di): New pattern.
9872         PR target/6890
9873         * xmmintrin.h (_MM_TRANSPOSE4_PS): New.
9874
9875 2002-10-22  Richard Henderson  <rth@redhat.com>
9876
9877         * target.h (gcc_target.asm_out): Merge output_mi_thunk and
9878         output_mi_vcall_thunk into a single hook.  Add can_output_mi_thunk.
9879         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Don't conditionalize.
9880         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
9881         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9882         (TARGET_ASM_OUT): Update.
9883         * hooks.c (hook_bool_tree_hwi_hwi_tree_false): New.
9884         (hook_bool_tree_hwi_hwi_tree_true): New.
9885         (default_can_output_mi_thunk_no_vcall): New.
9886         * hooks.h: Declare them.
9887         * system.h (ASM_OUTPUT_MI_THUNK): Poison.
9888
9889         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9890         (alpha_output_mi_thunk_osf): Add VCALL_OFFSET parameter.
9891         * config/arm/arm.c, config/cris/cris.c, config/frv/frv.c,
9892         config/i960/i960.c, config/ia64/ia64.c, config/m68k/m68k.c,
9893         config/mmix/mmix.c, config/pa/pa.c, config/sparc/sparc.c,
9894         config/stormy16/stormy16.c: Similarly.
9895
9896         * config/i386/i386.c (x86_output_mi_thunk): Merge vcall_offset code.
9897         Handle 64-bit properly.  Streamline.
9898         (x86_output_mi_vcall_thunk): Remove.
9899         (x86_this_parameter): Rename from ia32_this_parameter; handle 64-bit.
9900         (x86_can_output_mi_thunk): New.
9901         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
9902         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9903         (override_options): Don't zap targetm.asm_out.output_mi_vcall_thunk.
9904
9905         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Rename from
9906         output_mi_thunk; make static; always use function_section.
9907         (TARGET_ASM_OUTPUT_MI_THUNK): New.
9908         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9909         (rs6000_ra_ever_killed): Test no_new_pseudos not
9910         targetm.asm_out.output_mi_thunk in conjunction with thunks.
9911         * config/rs6000/rs6000-protos.h: Update.
9912         * config/rs6000/sysv4.h (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
9913         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't call
9914         xcoffout_declare_function when using rs6000_output_mi_thunk.
9915
9916         * config/s390/s390.c (s390_output_mi_thunk): Rename from
9917         s390_output_mi_vcall_thunk.
9918         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
9919         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9920
9921         * config/vax/vax.c (vax_output_mi_thunk): Static; add vcall_offset.
9922         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
9923         * config/vax/vax-protos.h: Update.
9924         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.
9925
9926 Wed Oct 23 00:33:11 CEST 2002  Jan Hubicka  <jh@suse,cz>
9927
9928         * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.
9929         * i386.h (EXTRA_CONSTRAINT): Recognize 'C'
9930         * i386.md (movti_internal): Use 'C'
9931
9932         * xmmintrin.h (_mm_cmplt_epi*): New.
9933
9934 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
9935
9936         * config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
9937         ("*movdf_64"): Likewise.
9938         ("*lshrdi3_64"): Likewise.
9939         ("blockage"): Add length attribute.
9940         ("lit"): Likewise.
9941
9942 Tue Oct 22 23:51:34 CEST 2002  Jan Hubicka  <jh@suse.cz>
9943
9944         * i386.md: FIx typo.
9945         (sse2_cvtsi2sd, sse2_pslrdq): Fix template.
9946         (sse2_umulv2siv2di3): Fix predicate.
9947         (sse2_psadbw, ashrv8hi3, ashrv4si3, lshrv8hi3 lshrv4si3,
9948         lshrv2di3, ashlv8hi3, ashlv4si3, ashlv2di3): Likewise.
9949         * xmmintrin.h (_mm_mul_epu16): Rename to...
9950         (_mm_mul_epu32): This one.
9951         (_mm_cvtsi32_si128, _mm_cvtsi128_si32): New.
9952
9953         (contains_128bit_aligned_vector_p): Undo accidental checkin.
9954
9955 2002-10-22  Eric Christopher  <echristo@redhat.com>
9956
9957         * config/sparc/sparc.h: Add #error.
9958
9959 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
9960
9961         * config.gcc [s390-*-linux]: Remove s390/t-linux from tmake_file.
9962         [s390x-*-linux*]: Likewise.
9963         * config/s390/t-linux: Remove.
9964         * config/s390/s390.h: Include fixdfdi.h when building libgcc2.
9965
9966 Tue Oct 22 19:07:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
9967
9968         * i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.
9969         (ix86_expand_builtin): Fix MASKMOVDQU expasion.
9970         * i386.h (ix86_builtins): Add IX86_BUILTIN_PUNPCKHQDQ128.
9971         * i386.md (mmx_punpck?dq): Simplify.
9972         (sse2_pubpcklqdq): Fix.
9973         (sse2_pubpckhqdq): New.
9974         * xmmintrin.h (_mm_unpackhi_epi32): New.
9975
9976         * xmmintrin.h (_mm_cvt*, _mm_stream_pd): Fix prototypes.
9977         (_mm_shufflehi_epi16, _mm_shufflelo_epi16): Fix typo.
9978
9979 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
9980
9981         PR c++/7209
9982         * fold_const.c (fold_binary_op_with_conditional_arg): Always
9983         build compound_expr if we used save_expr.
9984
9985 2002-10-22  Alan Modra  <amodra@bigpond.net.au>
9986
9987         * output.h (SECTION_NOTYPE): Define.
9988         * varasm.c (default_section_type_flags_1): Set SECTION_NOTYPE for
9989         init array sections.
9990         (default_elf_asm_named_section): Mind SECTION_NOTYPE.
9991         * config/arm/arm.c (arm_elf_asm_named_section): Likewise.  Also
9992         merge TLS support.
9993
9994 2002-10-21  Richard Henderson  <rth@redhat.com>
9995
9996         * config/i386/i386.c (ix86_function_ok_for_sibcall): Look at
9997         the function type, not the return type.
9998
9999 2002-10-21  Richard Henderson  <rth@redhat.com>
10000
10001         * real.c (sticky_rshift_significand): Return inexact, don't
10002         or it in immediately.
10003         (sub_significands): Accept incomming carry.
10004         (div_significands, rtd_divmod): Update for sub_significands change.
10005         (round_for_format): Update for sticky_rshift_significand change.
10006         (do_add): Don't involve the inexact bit in addition, do give the
10007         inexact bit as the subtraction carry-in.
10008         (encode_internal, decode_internal, real_internal_format): New.
10009         * real.h (real_internal_format): Declare.
10010
10011 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
10012
10013         * libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that
10014         don't define sdiv_qrnnd.
10015
10016 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
10017
10018         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Simplify
10019         using IN_RANGE.
10020         (TINY_CONSTANT_ADDRESS_P): Likewise.
10021
10022 Tue Oct 22 00:04:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
10023
10024         * i386.c (builtin_description): Add punpcklqdq and movdq2q
10025         (ix86_init_mmx_sse_builtins): Add v2di_ftype_void, di_ftype_v2di,
10026         v16qi_ftype_pchar, void_ftype_pchar_v16qi, v4si_ftype_pchar,
10027         void_ftype_pchar_v4si; Initialize __builtin_ia32_movdq2q,
10028         __builtin_ia32_loaddqa, __builtin_ia32_loaddqu, __builtin_ia32_loadd
10029         __builtin_ia32_storedqa, __builtin_ia32_storedqu, __builtin_ia32_stored
10030         __builtin_ia32_setzero128.
10031         (ix86_expand_builtin): Handle IX86_BUILTIN_CLRTI, IX86_BUILTIN_LOADDQA,
10032         IX86_BUILTIN_LOADDQU, IX86_BUILTIN_LOADD, IX86_BUILTIN_STOREDQA,
10033         IX86_BUILTIN_STOREDQU, IX86_BUILTIN_STORED, Ix86_BUILTIN_MOVQ.
10034         * i386.h (ix86_builtins): Add IX86_BUILTIN_LOADDQA, IX86_BUILTIN_LOADDQU,
10035         IX86_BUILTIN_STOREDQA, IX86_BUILTIN_STOREDQU, IX86_BUILTIN_LOADD,
10036         IX86_BUILTIN_STORED, IX86_BUILTIN_CLRTI, IX86_BUILTIN_MOVDQ2Q,
10037         IX86_BUILTIN_PUNPCKLQDQ128, Ix86_BUILTIN_MOVQ.
10038         * i386.md (sse2_punpcklqdq, sse2_movqsse2_loadd, sse2_stored,
10039         sse2_movq): New patterns.
10040         (sse2_movdqa, sse2_movdqu, sse2_movdq2q): Fix.
10041         * xmmintrin.h (_mm_load_si128, _mm_loadu_si128, _mm_loadl_epi64,
10042         _mm_store_si128, _mm_storeu_si128, _mm_storel_epi64,
10043         _mm_setzero_si128, _mm_set_epi64, _mm_set_epi32, _mm_set_epi16,
10044         _mm_set_epi8, _mm_set1_epi64, _mm_set1_epi32, _mm_set1_epi16,
10045         _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
10046         _mm_setr_epi8, _mm_unpacklo_epi64,_mm_set_moveq): New functions.
10047         (_mm_insert_epi16): Fix.
10048
10049 2002-10-21  Dale Johannesen  <dalej@apple.com>
10050
10051         * config/rs6000/rs6000.c (rs6000_reverse_condition): Handle
10052             unsafe math reversals correctly for RTL generation.
10053           (output_cbranch):  Replace rs6000_reverse_condition call
10054             by its former definition.
10055
10056 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
10057
10058         * config/i386/i386.c (x86_64_sign_extended_value): Add allow_rip
10059         argument.  In CM_SMALL_PIC model consider SYMBOL_REFs binding locally or
10060         from constant pool or LABEL_REFs as sign extended if allow_rip.
10061         Change all +-1GB limits to +-16MB.
10062         (x86_64_general_operand, x86_64_szext_general_operand,
10063         x86_64_nonmemory_operand, x86_64_movabs_operand,
10064         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
10065         legitimate_address_p, ix86_expand_int_movcc): Update callers.
10066         (local_symbolic_operand): Don't allow offsets bigger than +-16MB
10067         in CM_SMALL_PIC model.
10068         (legitimate_pic_address_disp_p): Don't check offsets before
10069         calling local_symbolic_operand.
10070         (legitimize_pic_address): Force offsets bigger than +-16MB into
10071         register.
10072         * config/i386/i386.h (EXTRA_CONSTRAINT, CONST_COSTS): Likewise.
10073         * config/i386/i386-protos.h (x86_64_sign_extended_value): Update
10074         prototype.
10075
10076         * configure.in: Test for @GOTNTPOFF and @INDNTPOFF on IA-32 too.
10077         Add x86-64 test.  Set tls_first_minor to 14 on IA-32 and x86-64.
10078         * configure: Rebuilt.
10079         * config/i386/i386.c (x86_64_sign_extended_value): Don't allow TLS
10080         SYMBOL_REFs unless enclosed in UNSPEC.  Handle UNSPEC_DTPOFF,
10081         UNSPEC_GOTNTPOFF and UNSPEC_NTPOFF.
10082         (legitimate_address_p): Allow foo@dtpoff(base) even on TARGET_64BIT
10083         -fpic.
10084         (ix86_encode_section_info): Don't ever generate TLSGD or TLSLD for
10085         non-pic code if TARGET_64BIT.
10086         (legitimize_address): Generate 64-bit TLS sequences.
10087         (output_pic_addr_const): Support x86-64 TLS operators.
10088         (i386_output_dwarf_dtprel): Output 64-bit DTPOFF as .long f@DTPOFF, 0.
10089         (print_operand_address): Use %fs instead of %gs on TARGET_64BIT.
10090         Don't append (%rip) in 64-bit TLSGD and TLSLD sequences.
10091         (output_addr_const_extra): Support x86-64 TLS operators.
10092         (maybe_get_pool_constant): Handle TARGET_64BIT -fpic.
10093         (ix86_tls_get_addr): Use __tls_get_addr on TARGET_64BIT
10094         unconditionally.
10095         * config/i386/i386.md (*tls_global_dynamic_gnu): Renamed to...
10096         (*tls_global_dynamic_32_gnu): ..., add !TARGET_64BIT.
10097         (*tls_global_dynamic_sun): Renamed to...
10098         (*tls_global_dynamic_32_sun): ..., add !TARGET_64BIT.
10099         (tls_global_dynamic): Renamed to...
10100         (tls_global_dynamic_32): ... this.
10101         (tls_global_dynamic_64, *tls_global_dynamic_64): New.
10102         (*tls_local_dynamic_base_dynamic_gnu): Renamed to...
10103         (*tls_local_dynamic_base_dynamic_32_gnu): ..., add !TARGET_64BIT.
10104         (*tls_local_dynamic_base_dynamic_sun): Renamed to...
10105         (*tls_local_dynamic_base_dynamic_32_sun): ..., add !TARGET_64BIT.
10106         (tls_local_dynamic_base_dynamic): Renamed to...
10107         (tls_local_dynamic_base_dynamic_32): ... this.
10108         (tls_local_dynamic_base_dynamic_64,
10109         *tls_local_dynamic_base_dynamic_64): New.
10110         (*tls_local_dynamic_once): Renamed to...
10111         (*tls_local_dynamic_32_once): ... this.
10112
10113 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
10114
10115         * libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3,
10116         __divdi3, __umoddi3, or __moddi3.
10117
10118 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
10119
10120         * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
10121         instead of just opt_index as switch expression.
10122
10123         * calls.c (store_one_arg): Change type of 'excess_align'
10124         to unsigned int.
10125
10126         * profile.c (output_gcov_string): Change type of 'temp'
10127         to size_t.
10128
10129 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
10130
10131         * config/s390/fixdfdi.h (__fixunsdfdi, __fixdfdi): Add prototypes.
10132         (__fixunssfdi, __fixsfdi): Likewise.
10133         * config/s390/s390.c (s390_single_hi): Initialize 'value'.
10134         (s390_single_qi): Likewise.
10135         (s390_emit_epilogue): Initialize 'offset'.  Remove signed vs.
10136         unsigned comparison warning.
10137         (s390_return_addr_rtx): New function.
10138         * config/s390/s390-protos.h (s390_return_addr_rtx): Declare it.
10139         * config/s390/s390.h (RETURN_ADDR_RTX): Use it.
10140         (HARD_REGNO_MODE_OK): Rewrite condition to silence warnings.
10141
10142 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
10143
10144         * config/s390/s390.c (s390_output_mi_vcall_thunk): New function.
10145         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define target hook.
10146         (s390_output_mi_thunk): Remove.
10147         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
10148
10149 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
10150
10151         * config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
10152
10153 2002-10-20  Zack Weinberg  <zack@codesourcery.com>
10154
10155         * config/i386/i386.c (ix86_function_ok_for_sibcall): Fix an
10156         inverted test in the conditional determining the possibility
10157         of sibcalls in PIC mode.
10158
10159 2002-10-20  Richard Henderson  <rth@redhat.com>
10160
10161         * target.h (struct gcc_target): Line wrap.
10162
10163         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static.
10164         (TARGET_ASM_OUTPUT_MI_THUNK): Define here...
10165         * config/alpha/alpha.h: ... not here.
10166         * config/alpha/alpha-protos.h: Update.
10167
10168         * config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h
10169         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
10170         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
10171         config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h,
10172         config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c,
10173         config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
10174         config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h,
10175         config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
10176         config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h,
10177         config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h,
10178         config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
10179         config/sparc/openbsd.h, config/sparc/sparc-protos.h,
10180         config/sparc/sparc.c, config/sparc/sparc.h,
10181         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
10182         config/stormy16/stormy16.h: Similarly.
10183
10184         * config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic
10185         selection logic from call patterns.
10186
10187 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
10188
10189         * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.
10190
10191 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10192
10193         PR other/8202
10194         * i386.c (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Define and
10195         expand __builtin_ia32_pslldqi128 and __builtin_ia32_psrldqi128.
10196         * i386.h (IX86_BUILTIN_PSLLDQI128, IX86_BUILTIN_PSRLDQI128): New.
10197         * xmmintrin.h (_mm_srli_si128, _mm_slli_si128): New.
10198
10199 2002-10-20  Roger Sayle  <roger@eyesopen.com>
10200
10201         PR c/761
10202         * toplev.c (flag_unsafe_profile_arcs): Remove.
10203         (flag_bounded_pointers): Remove.
10204         (flag_bounds_check): Correct comments.
10205         (lang_independent_options): Remove -funsafe-profile-arcs and
10206         -fbounded-pointers.  Correct -fbounds-check comments.
10207
10208         * flags.h: Correct flag_schedule_interblock comments.
10209         (flag_bounded_pointers): Remove prototype.
10210         (flag_bounds_check): Correct comments.
10211
10212         * c-opts.c (c_common_init_options): No need to mark
10213         flag_bounds_check as unspecified.
10214         (c_common_post_options): And no need to set it from
10215         flag_bounded_pointers if its still unspecified.
10216
10217         * doc/invoke.texi: Fix some overfull hboxes in "make dvi".
10218         Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
10219         -fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
10220         -fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
10221
10222 Sat Oct 19 22:02:28 2002  Alexandre Oliva  <aoliva@redhat.com>
10223         Angela Marie Thomas  <angela@releasedominatrix.com>
10224         Brendan Kehoe  <brendan@zen.org>
10225         Nick Clifton  <nickc@redhat.com>
10226         Andrew Haley  <aph@redhat.com>
10227
10228         * configure.in (--with-sysroot): New.  Don't inhibit libc if
10229         given.  AC_SUBST TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE
10230         and CROSS_SYSTEM_HEADER_DIR.
10231         * configure: Rebuilt.
10232         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): Set in configure.
10233         (TARGET_SYSTEM_ROOT): New.
10234         (DRIVER_DEFINES): Define CROSS_INCLUDE_DIR from
10235         CROSS_SYSTEM_HEADER_DIR.
10236         (install-gcc-tooldir): New target.
10237         (stmp-fixinc): Do not create $(libsubdir), but rather bail out
10238         if SYSTEM_HEADER_DIR does not exist and it's not the default
10239         sys-include directory.
10240         (deduced.h, stmp-fixproto): Quote SYSTEM_HEADER_DIR properly.
10241         (install-mkheaders): Likewise.
10242         * gcc.c (target_system_root): New variable.
10243         (add_sysrooted_prefix): New function.
10244         (process_command): Recompute run-time target_system_root from
10245         gcc_exec_prefix, keeping it unchanged if the relocated sysroot
10246         does not exist.
10247         (do_spec_1): Process 'R' spec.
10248         (main): Add md_exec_prefix to exec_prefixes regardless of
10249         startfile_prefix_spec.  Use add_sysrooted_prefix for
10250         startfile_prefixes, and don't skip the default ones when cross
10251         compiling with sysroot enabled.  Removed unused case of
10252         non-absolute standard_startfile_prefix.
10253         * config/interix.h: Remove the only potential, yet disabled,
10254         occurrence of non-absolute (empty) standard_startfile_prefix.
10255         * config/sh/linux.h (LIB_SPEC): Add -rpath-link in non-static
10256         linking.
10257         * config/mips/linux.h (LIB_SPEC): Define as in sh/linux.h.
10258         * doc/install.texi (--with-sysroot): Document.
10259         (--with-headers, --with-libs): Deprecate.
10260
10261 2002-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10262             Mark Mitchell  <mark@codesourcery.com>
10263
10264         * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
10265         match target.h.
10266         * arm-protos.h, arm.c (arm_output_mi_thunk): Likewise.
10267         * cris-protos.h, cris.c (cris_asm_output_mi_thunk): Likewise.
10268         * frv-protos.h, frv.c (frv_asm_output_mi_thunk): Likewise.
10269         * i386-protos.h, i386.c (x86_output_mi_vcall_thunk,
10270         x86_output_mi_thunk): Likewise.
10271         * i960-protos.h, i960.c (i960_output_mi_thunk): Likewise.
10272         * ia64-protos.h, ia64.c (ia64_output_mi_thunk): Likewise.
10273         * m68k-protos.h, m68k.c (m68k_output_mi_thunk): Likewise.
10274         * mmix-protos.h, mmix.c (mmix_asm_output_mi_thunk): Likewise.
10275         * rs6000-protos.h, rs6000.c (output_mi_thunk): Likewise.
10276         * s390-protos.h, s390.c (s390_output_mi_thunk): Likewise.
10277         * stormy16-protos.h, stormy16.c (xstormy16_asm_output_mi_thunk):
10278         Likewise.
10279         * vax-protos.h, vax.c (vax_output_mi_thunk): Likewise.
10280
10281         * target.h (gcc_target): Update output_mi_thunk and
10282         output_mi_vcall_thunk to take a HOST_WIDE_INT delta and
10283         vcall_index.
10284
10285         * config/alpha/alpha.c: Replace ASM_OUTPUT_MI_THUNK with
10286         TARGET_ASM_OUTPUT_MI_THUNK in comments.
10287         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): Don't #undef it.
10288         (TARGET_ASM_OUTPUT_MI_THUNK): #undef it.
10289         * config/frv/frv.h (DEFAULT_VTABLE_THUNKS): Remove definition.
10290         * config/i386/i386-protos.h (x86_output_mi_vcall_thunk): Update
10291         signature.
10292         * config/i386/i386.c (x86_output_mi_vcall_thunk): Likewise.
10293         * config/i386/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
10294         TARGET_ASM_OUTPUT_MI_THUNK in comments.
10295         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Don't define.
10296         (TARGET_ASM_OUTPUT_MI_THUNK): Do define.
10297         * config/m68k/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
10298         TARGET_ASM_OUTPUT_MI_THUNK in comments.
10299         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Remove #ifdef
10300         ASM_OUTPUT_MI_THUNK and replace with check of targetm.
10301
10302         * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Update signature.
10303         (TARGET_ASM_OUTPU_MI_VCALL_THUNK): Likewise.
10304
10305 2002-10-19  Brad Lucier  <lucier@math.purdue.edu>
10306
10307         * real.c (do_add): Fix 0+0 sign corner case.
10308         (do_divide): Fix Inf/0 corner case.
10309
10310 Sun Oct 20 00:31:31 CEST 2002  Jan Hubicka  <jh@suse.cz>
10311
10312         * i386.c (classify_argument): Pass MMX arguments in memory
10313         (ix86_expand_builtin): Expand proper address mode for cflush.
10314         * i386.md (movdqa): Fix typo.
10315         (sse2_cflush): Accept DImode addresses.
10316
10317         * xmmintrin.h (_mm_sqrt_sd): Accept two arguments.
10318         (_mm_max_sd): Fix pasto.
10319         (_mm_storeh_pd, _mm_storel_pd): Fix.
10320
10321         * i386.c (bdesc_comi): Fix to match specification.
10322         (ix86_expand_sse_comi): Emit the comparison properly.
10323         * i386.md (sse_comi, sse2_comi, sse_ucomi, sse2_ucomi):
10324         Do not use comparison operator.
10325         (vnmaskcmp): Fix template.
10326
10327         * xmmintrin.h (_mm_cvtps_pi16): Fix.
10328
10329 2002-10-19  Sebastian Pop  <s.pop@laposte.net>
10330
10331         * dependence.c : Removed.
10332         * Makefile.in : Remove dependence.o.
10333
10334 Sat Oct 19 10:46:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
10335
10336         * mmintrin.h (__m64): typedef it to v2si.
10337         (_mm_cvtsi32_si64, _mm_cvtsi32_si64_mm_sll_pi16,
10338         _mm_sll_pi32, _mm_sll_pi64, _mm_slli_pi64, _mm_sra_pi16,
10339         _mm_sra_pi32, _mm_srl_pi16, _mm_srl_pi32, _mm_srl_pi64,
10340         _mm_srli_pi64, _mm_and_si64, _mm_andnot_si64,
10341         _mm_or_si64, _mm_xor_si64): Add neccesary casts.
10342         * xmmintrin.h (_mm_setzero_si64): Likewise.
10343
10344         * i386.h (ALIGN_MODE_128): Update comment; add missing modes
10345         (SSE_REG_MODE_P, MMX_REG_MODE_P): New macros.
10346
10347         PR target/7693
10348         Patch by Shawn Wagner
10349         * mmintrin.h: Replace pi64 by si64.
10350
10351 2002-10-18  David Edelsohn  <edelsohn@gnu.org>
10352
10353         * rs6000.md (movdf_hardfloat32): Order alternatives consistently.
10354         Use length of 4 not *.
10355         (movdf_hardfloat64): Same.  Support DFmode moves to/from CTR/LR.
10356         (movdf_softfloat64): Likewise.
10357         (movdi_internal32): Use length of 4 not *.
10358         (movti_power): Same.
10359         (ctrsi, ctrdi): Same.
10360
10361 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
10362
10363         * c-decl.c (start_decl): Point users of the old initialized-
10364         typedef extension at __typeof__.
10365
10366 2002-10-18  Richard Henderson  <rth@redhat.com>
10367
10368         * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
10369         (real_to_decimal): Re-implement using the logic from the
10370         gcc 3.2 etoasc.  Comment heavily.
10371         (div_significands): Simplify loop startup and comparison logic.
10372
10373 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
10374
10375         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
10376         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Likewise.
10377         (TARGET_ASM_OUT): Add them.
10378         * target.h (asm_out): Add output_mi_thunk and
10379         output_mi_vcall_thunk.
10380         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10381         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10382         * config/arm/arm-protos.h (arm_output_mi_thunk): Declare.
10383         * config/arm/arm.c (arm_output_mi_thunk): Define.
10384         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10385         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10386         * config/cris/cris.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10387         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10388         * config/frv/frv.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10389         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10390         * config/i386/i386-protos.h (x86_output_mi_thunk): Adjust
10391         prototype.
10392         (x86_output_mi_vcall_thunk): Declare.
10393         * config/i386/i386.c (override_options): Clear
10394         output_mi_vcall_thunk in 64-bit mode.
10395         (ix86_fntype_regparm): New function.
10396         (ix86_return_pops_args): Use it.
10397         (ia32_this_parameter): New function.
10398         (x86_output_mi_vcall_thunk): New function.
10399         (x86_output_mi_thunk): Use it
10400         * config/i386/unix.h (TARGET_ASM_OUTPUT_MI_THUNK): Adjust.
10401         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define.
10402         * config/i960/i960-protos.h (i960_output_mi_thunk): Declare.
10403         * config/i960/i960.c (i960_output_mi_thunk): New function.
10404         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Adjust.
10405         * config/ia64/ia64-protos.h (ia64_output_mi_thunk): Declare.
10406         * config/ia64/ia64.c (ia64_output_mi_thunk): Define.
10407         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10408         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10409         * config/m68k/m68k-protos.h (m68k_output_mi_thunk): New function.
10410         * config/m68k/linux.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10411         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10412         * config/m68k/netbsd-elf.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10413         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10414         * config/mmix/mmix.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10415         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10416         * config/pa/pa.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10417         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10418         * config/rs6000/sysv4.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10419         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10420         * config/s390/s390-protos.h (s390_output_mi_thunk): Declare.
10421         * config/s390/s390.c (s390_output_mi_thunk): Define.
10422         * config/s390/s390.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10423         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10424         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10425         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10426         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10427         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10428         * config/vax/vax-protos.h (vax_output_mi_thunk): Declare.
10429         * config/vax/vax.c (vax_output_mi_thunk): Define.
10430         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Rename to ...
10431         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
10432         * doc/tm.texi: Adjust documentation.
10433
10434 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
10435
10436         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define
10437         __enable_execute_stack function.
10438         * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Define
10439         as NETBSD_ENABLE_EXECUTE_STACK.
10440         * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
10441         * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
10442         * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
10443         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
10444         * config/sparc/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
10445
10446 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
10447
10448         * config/i386/i386.c (x86_initialize_trampoline): Emit a call
10449         to __enable_execute_stack with the address of the trampoline
10450         if TRANSFER_FROM_TRAMPOLINE is defined.
10451         * config/i386/i386.h (TARGET_64BIT): Expand to a compile-time
10452         constant if building libgcc2.
10453
10454 Thu Oct 17 17:40:05 CEST 2002  Jan Hubicka  <jh@suse.cz>
10455
10456         * i386.c (pentium4_cost): Fix according to Intel recommendations.
10457         (ix86_memory_move_cost): Fix for 64bit compilation.
10458
10459 2002-10-17  Roger Sayle  <roger@eyesopen.com>
10460
10461         * doc/c-tree.texi: Update description of COND_EXPR tree nodes.
10462
10463 2002-10-17  Geoffrey Keating  <geoffk@apple.com>
10464
10465         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes
10466         in CTR/LR/MQ.
10467         * config/rs6000/rs6000.md (movcc_internal1): Support CCmode moves
10468         to/from CTR/LR/MQ.
10469         (movsf_hardfloat): Support SFmode moves to/from CTR/LR/MQ.
10470         (movsf_softfloat): Likewise.
10471
10472 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
10473
10474         * Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
10475
10476 2002-10-17  Jason Thorpe  <thorpej@wasabisystems.com>
10477
10478         * config/alpha/alpha.c (alpha_initialize_trampoline): Use
10479         tramp, not addr, to pass the trampoline address to
10480         __enable_execute_stack.
10481
10482 Thu Oct 17 18:40:47 CEST 2002  Jan Hubicka  <jh@suse.cz>
10483
10484         * mmintrin.h: Guard by __MMX__
10485         * xmmintrin.h: Guard by __SSE__
10486
10487         PR other/8062
10488         * xmmintrin.h (_MM_SHUFFLE2): New macro.
10489         (_mm_load*_?d): New functions.
10490         (_mm_set*_?d): New functions.
10491         (_mm_store*_?d): New functions.
10492
10493 Wed Oct 16 15:01:29 CEST 2002  Jan Hubicka  <jh@suse.cz>
10494
10495         Really commit patch announced at Oct 14
10496         PR c/7344
10497         * predict.c (can_predict_insn_p): New function.
10498         (estimate_probability): Avoid unnecesary work.
10499         (process_note_prediction): Likewise.
10500         * toplev.c (rest_of_compilation): Account early branch prediction pass
10501         as TV_BRANCH_PROB.
10502
10503         PR other/8048
10504         Found by Ian Ollmann
10505         * xmmintrin.h (_mm_shuffle_pd): Fix typo.
10506         (_mm_load?_pd): Likewise.
10507         (_mm_store?_pd): Likewise.
10508
10509         PR target/7386
10510         * i386.c (builtin_description):Drop cmpg[te]s[sd].
10511         * xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
10512         swapped alternative.
10513
10514         PR opt/7630
10515         * reload1.c (reload_inner_reg_of_subreg): New argument output;
10516         (push_reload): Update call.
10517
10518 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
10519
10520         * config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines
10521         if using mips/elf.h or mips/elf64.h.
10522         * config/mips/elf.h (OBJECT_FORMAT_ELF): Remove.
10523         * config/mips/elf64.h (OBJECT_FORMAT_ELF): Remove.
10524
10525 2002-10-16  Aldy Hernandez  <aldyh@redhat.com>
10526
10527         * config/rs6000/rs6000.c (function_arg): Set inner mode of V1DI to
10528         SI.
10529
10530 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
10531
10532         * config/s390/linux.h (ASM_DOUBLE, _ASM_OUTPUT_LONG): Remove.
10533         (LPREFIX): Likewise.
10534         (ASM_COMMENT_START, LOCAL_LABEL_PREFIX, ASM_FORMAT_PRIVATE_NAME,
10535         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
10536         ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_BSS,
10537         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
10538         GLOBAL_ASM_OP, ASM_OUTPUT_MI_THUNK): Move to s390.h.
10539
10540         * config/s390/s390.h (ASM_COMMENT_START, LOCAL_LABEL_PREFIX,
10541         ASM_FORMAT_PRIVATE_NAME, ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP,
10542         ASM_OUTPUT_ALIGNED_BSS, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
10543         BSS_SECTION_ASM_OP): Move from linux.h.
10544         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
10545         Also, use ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
10546
10547         * config/s390/s390.c (s390_function_profiler): Use
10548         ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
10549
10550 2002-10-15  Eric Christopher  <echristo@redhat.com>
10551
10552         * stor-layout.c (layout_type): Call GET_MODE_BITSIZE once.
10553         * java/parse.y (obtain_incomplete_type): Make pointer
10554         ptr_mode.
10555
10556 2002-10-15  Richard Henderson  <rth@redhat.com>
10557
10558         * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
10559         as arguments.  Bound DIGITS by the available buffer size.
10560         (real_to_hexadecimal): Likewise.
10561         * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
10562         (REAL_VALUE_TO_DECIMAL): Remove.
10563         * c-common.c, c-pretty-print.c, print-rtl.c, print-tree.c,
10564         sched-vis.c, config/arc/arc.c, config/c4x/c4x.c, config/fr30/fr30.c,
10565         config/i370/i370.h, config/i386/i386.c, config/i960/i960.c,
10566         config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
10567         config/m68k/hp320.h, config/m68k/m68k.h, config/m68k/sun2o4.h,
10568         config/m68k/sun3.h, config/mips/mips.c, config/ns32k/ns32k.c,
10569         config/pdp11/pdp11.h, config/vax/vax.h: Update all callers to
10570         use real_to_decimal directly, and with the proper arguments.
10571         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Remove.
10572
10573 2002-10-15  Jim Wilson  <wilson@redhat.com>
10574
10575         * reload1.c (merge_assigned_reloads): After converting overlapping
10576         reloads to RELOAD_OTHER, abort if there are now conflicting reloads.
10577
10578         * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
10579
10580 Tue Oct 15 22:08:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
10581
10582         * expr.c (do_tablejump): Fix typo in my previous commit.
10583
10584 2002-10-15  Richard Sandiford  <rsandifo@redhat.com>
10585
10586         * config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
10587
10588 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
10589
10590         * config/s390/s390.c (s390_split_branches): Add return
10591         value.  Add parameters TEMP_REG and TEMP_USED.  Use unspec 104.
10592
10593         (find_base_register_in_addr): New function.
10594         (find_base_register_ref): New function.
10595         (replace_base_register_ref): New function.
10596
10597         (struct constant_pool): Add members pool_insn, insns, and anchor.
10598         Remove member last_insn.
10599         (s390_start_pool): Initialize them.
10600         (s390_end_pool): Emit pool placeholder insn.
10601         (s390_add_pool_insn): New function.
10602         (s390_find_pool): Use insns bitmap instead of addresses.
10603         (s390_dump_pool): Replace placeholder insn.  Emit anchor.
10604         Replace unspec 104 by local-pool-relative references.
10605         (s390_output_constant_pool): Output anchor label if required.
10606         (s390_output_symbolic_const): Handle unspec 104 and 105.
10607         (s390_add_pool): Remove, replace by ...
10608         (s390_add_constant, s390_find_constant): ... these new functions.
10609         (s390_add_anchor): New function.
10610
10611         (s390_chunkify_pool): Delete, replace by ...
10612         (s390_chunkify_start, s390_chunkify_finish,
10613         s390_chunkify_cancel): ... these new functions.
10614         (s390_optimize_prolog): Add parameter TEMP_REGNO.
10615         Recompute register live data for special registers.
10616         (s390_fixup_clobbered_return_reg): New function.
10617         (s390_machine_dependent_reorg): Rewrite to use new
10618         s390_chunkify_... routines.
10619
10620         config/s390/s390.md ("reload_base"): Rename to ...
10621         ("reload_base_31"): ... this.
10622         ("reload_base_64"): New insn.
10623         ("reload_base2"): Remove.
10624         ("reload_anchor"): New insn.
10625         ("pool"): New insn.
10626
10627         s390.c (s390_pool_overflow): Remove.
10628         s390.h (s390_pool_overflow): Likewise.
10629         s390.md ("cjump", "icjump", "doloop_si"): Remove s390_pool_overflow.
10630
10631 Tue Oct 15 16:51:04 2002  J"orn Rennecke <joern.rennecke@superh.com>
10632
10633         * sh.md (movv8qi_i+2): Don't split if source is -1.
10634
10635 2002-10-15  Janis Johnson  <janis187@us.ibm.com>
10636
10637         * doc/install.texi: Formatting changes for conformance to HTML 4.01.
10638
10639 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
10640
10641         PR opt/7409
10642         * loop.c (loop_regs_scan): Mark registers used for function
10643         argument passing as MAY_NOT_OPTIMIZE.
10644
10645 Mon Oct 14 19:22:19 CEST 2002  Jan Hubicka  <jh@suse.cz>
10646
10647         * gcov-io.h (gcov_info): Fix type.
10648         * profile.c (create_profiler): Fix type mismatch.
10649
10650 Mon Oct 14 20:33:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
10651
10652         * i386.md (movv2di_internal): New pattern.
10653         (movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
10654         (movv2di): New expander.
10655         * i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.
10656
10657         * i386.c (ix86_expand_timode_binop_builtin): Delete.
10658         (builtin_description): Add SSE1 logicals; rename SSE2 logicals.
10659         (ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
10660         (ix86_expand_builtin): Likewise.
10661         * i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
10662         sse_andti3,
10663         sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
10664         sse_andnti3,
10665         sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
10666         sse_orti3,
10667         sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
10668         sse_xorti3): Kill.
10669         (sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
10670          sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
10671         (*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
10672          *sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
10673         (*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
10674          *sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.
10675
10676         * xmmintrin.h (__m128i): Define as __v2di.
10677
10678         PR c++/6419
10679         (expand_expr): Use DECL_RTL_SET_P.
10680
10681 2002-10-14  Roger Sayle  <roger@eyesopen.com>
10682
10683         * combine.c (simplify_set):  Treat MODE_CC registers like cc0.
10684
10685 2002-10-14  Roger Sayle  <roger@eyesopen.com>
10686             Zack Weinberg <zack@codesourcery.com>
10687
10688         * config/i386/i386.c (k6_cost): Correct typo.
10689
10690 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
10691
10692         PR optimization/6631
10693         * alias.c (objects_must_conflict_p): Check honor_readonly when
10694         examining TYPE_READONLY.
10695         * function.c (assign_stack_temp_for_type): Likewise.
10696
10697 2002-10-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
10698
10699         * config/alpha/alpha.md (extendsidi2_nofix, extendsidi2_fix):
10700         Swap zero extension arguments.
10701         (umaxhi3): Fix instruction class.
10702         PR target/7211
10703         (prefetch): Fix prefetch instructions.
10704         PR target/7238
10705         (pkwb): Fix output constraint.
10706
10707 2002-10-14  Alexandre Oliva  <aoliva@redhat.com>
10708
10709         * config/mips/mips.c (print_operand): Increase buffer size for
10710         real numbers.
10711
10712 2002-10-14  Richard Henderson  <rth@redhat.com>
10713
10714         PR opt/8165
10715         * gcse.c (adjust_libcall_notes): Revert last change.
10716         * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.
10717
10718 2002-10-14  Andrew Haley  <aph@redhat.com>
10719
10720         * tree-inline.c (remap_block): All local class initialization
10721         flags go in the outermost scope.
10722         (expand_call_inline): Call java_inlining_map_static_initializers.
10723         (expand_call_inline): Call java_inlining_merge_static_initializers.
10724         * java/lang.c (merge_init_test_initialization): New.
10725         (java_inlining_merge_static_initializers): New.
10726         (inline_init_test_initialization): New.
10727         (java_inlining_map_static_initializers): New.
10728
10729         * tree-inline.c (expand_call_inline): Convert retvar to expected
10730         type.
10731
10732 2002-10-14  Graham Stott  <graham.stott@btinternet.com>
10733
10734         * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
10735
10736 2002-10-14  Aldy Hernandez  <aldyh@redhat.com>
10737
10738         * stmt.c: Fix typo in comment.
10739
10740 Mon Oct 14 11:35:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
10741
10742         * c-common.c (c_common_type_for_mode): Add V2HImode case.
10743         * tree.c (build_common_tree_nodes_2): Initialize
10744         unsigned_V2HI_type_node and V2HI_type_node.
10745         * tree.h (enum tree_index): Add TI_UV2HI_TYPE and TI_V2HI_TYPE.
10746         (unsigned_V2HI_type_node, V2HI_type_node): Define.
10747
10748 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
10749
10750         * config/i386/i386.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
10751         Handle TARGET_64BIT.
10752
10753 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10754
10755         * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10756         * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10757         (MULTILIB_DIRNAMES): Remove long32.
10758         (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10759         (MULTILIB_REDUNDANT_DIRS): Remove.
10760
10761 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10762
10763         * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10764         * gcc.c (driver_self_specs): New variable.
10765         (do_self_spec): New function.
10766         (main): Use it to process driver_self_specs.
10767
10768 2002-10-13  Richard Henderson  <rth@redhat.com>
10769
10770         * config/i386/i386.c (ix86_function_ok_for_sibcall): Reject
10771         indirect sibcalls when regparm >= 3.
10772
10773         * config/i386/i386.c (sibcall_insn_operand): New.
10774         * config/i386/i386.h (PREDICATE_CODES): Update.
10775         * config/i386/i386-protos.h: Update.
10776         * config/i386/i386.md (sibcall_1, sibcall_value_1): Use it.
10777
10778         * rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
10779
10780 2002-10-12  Roger Sayle  <roger@eyesopen.com>
10781
10782         * simplify-rtx.c (simplify_binary_operation) [ASHIFTRT]: Optimize
10783         arithmetic right shifts of ~0 during RTL simplifications.
10784
10785 2002-10-12  Neil Booth  <neil@daikokuya.co.uk>
10786
10787         PR preprocessor/7862
10788         PR preprocessor/8190
10789         * gcc.c (cpp_unique_options): Don't delete .d files.
10790         Remove stray whitespace.
10791
10792 2002-10-12  Naohiko Shimizu  <pshimizu@fa2.so-net.ne.jp>
10793
10794         * pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
10795         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
10796         * pdp11.c (pdp11_output_function_prologue): 0%o -> %#o.
10797         (pdp11_output_function_epilogue, output_ascii): Likewise.
10798         (output_addr_const_pdp11): Likewise.
10799         * pdp11.md (movdi): Use offsetable memory for floating store.
10800         (lshrsi3, negsi2): Delete irrelevant comment.
10801
10802 2002-10-11  Andreas Bauer  <baueran@in.tum.de>
10803
10804         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
10805         indirect calls to be sibcall optimized.
10806         * config/i386/i386.md (sibcall_1): New.
10807         (call_1): Add no-sibcalls condition.
10808         (sibcall_value_1): New.
10809         (call_value_1): Add no-sibcalls condition.
10810
10811 2002-10-11  Eric Christopher  <echristo@redhat.com>
10812
10813        * output.h (default_valid_pointer_mode): Declare.
10814        * varasm.c (default_valid_pointer_mode): Define.
10815        * target-def.h (TARGET_VALID_POINTER_MODE): Use.
10816        * target.h: Ditto.
10817        * tree.c (build_pointer_type_for_mode): New function.
10818        (build_pointer_type): Use.
10819        (build_reference_type_for_mode): New function.
10820        (build_reference_type): Use.
10821        * tree.h: Declare new functions.
10822        * c-common.c (handle_mode_attribute): Use new functions, check
10823        for type.
10824        * stor-layout.c (layout_type): Depend on machine mode for
10825        REFERENCE_TYPE and POINTER_TYPE.
10826        * dwarf2out.c (simple_type_size_in_bits): Move upward in file.
10827        (modified_type_die): Use instead of PTR_SIZE for POINTER_TYPE
10828        and REFERENCE_TYPE.
10829        * config/mips/mips.c (mips_valid_pointer_mode): New function.
10830        (TARGET_VALID_POINTER_MODE): Use and define.
10831        * config/mips/mips-protos.h (mips_valid_pointer_mode): Declare.
10832
10833 2002-10-11  Geoffrey Keating  <geoffk@apple.com>
10834
10835         * cse.c (mention_regs): Set SUBREG_TICKED to the register number,
10836         not the address of the REG.
10837         (struct cse_reg_info): Make subreg_ticked unsigned.
10838
10839 2002-10-11  Janis Johnson  <janis187@us.ibm.com>
10840
10841         * doc/compat.texi: Add info about C++ libraries.
10842
10843 2002-10-11  Richard Henderson  <rth@redhat.com>
10844
10845         PR opt/8165
10846         * gcse.c (adjust_libcall_notes): Also adjust notes for INSN.
10847
10848 2002-10-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10849
10850         * cfganal.c (dfs_enumerate_from): Use PARAMS.
10851         * genautomata.c (output_insn_code_cases): Likewise.
10852         * real.c (real_format): Likewise.
10853         * tree.c (tree_size): Revise expressions using TREE_CODE_LENGTH to
10854         ensure value is promoted before doing subtraction.
10855
10856 Fri Oct 11 22:22:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
10857
10858         * calls.c (expand_call): Simplify noreturn call.
10859
10860         PR c/7344
10861         * cfgbuild.c (make_edges): Create edge cache when we do have
10862         large jumptable.
10863         * expr.c (do_tablejump): Note size of maximal jumptable.
10864         * function.c (prepare_function_start): Zero out size.
10865         * function.h (function): Add max_jumptable_ents.
10866
10867         * cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
10868
10869 Fri Oct 11 12:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
10870
10871         * sh.md (movv8qi_i+2): For V8QI destinations, generate V4HI
10872         register for mperm_w operation.
10873
10874 Fri Oct 11 10:56:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
10875
10876         * emit-rtl.c (gen_lowpart_common): When asked to make a vector from
10877         an integer, use simplify_gen_subreg.
10878
10879 2002-10-10  Diego Novillo  <dnovillo@redhat.com>
10880
10881         * calls.c (flags_from_decl_or_type): Make extern.
10882         (ECF_*): Move ...
10883         * rtl.h (ECF_*): ... here.
10884         (flags_from_decl_or_type): Declare.
10885
10886 2002-10-10  Roger Sayle  <roger@eyesopen.com>
10887             Nathan Sidwell <nathan@codesourcery.com>
10888
10889         * fold-const.c (fold) [RSHIFT_EXPR]: Optimize arithmetic right
10890         shifts of the form -1 >> x.
10891
10892 Thu Oct 10 16:52:55 CEST 2002  Jan Hubicka  <jh@suse.cz>
10893
10894         * cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
10895
10896 2002-10-10  Aldy Hernandez  <aldyh@redhat.com>
10897
10898         * extend.texi (Vector Extensions): Remove comment about single
10899         element vectors.
10900
10901 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10902
10903         * fold-const.c (size_htab_hash): Use htab_hash_pointer.
10904         * function.c (insns_for_mem_hash): Likewise.
10905         * varasm.c (STRHASH): Likewise.
10906
10907 2002-10-10  Stuart Hastings  <stuart@apple.com>
10908
10909         * cse.c (struct cse_reg_info): Add subreg_ticked.
10910         (SUBREG_TICKED): New.
10911         (get_cse_reg_info): Initialize SUBREG_TICKED.
10912         (mention_regs): Use it.
10913         (invalidate): Set SUBREG_TICKED.
10914         (invalidate_for_call): Likewise.
10915         (addr_affects_sp_p): Likewise.
10916
10917 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
10918
10919         * config/i386/i386.md (tls_local_dynamic_base): Put pic reg
10920         into proper operand.
10921
10922 2002-10-10  Denis Chertykov  <denisc@overta.ru>
10923
10924         * config/ip2k/ip2k.c (function_epilogue): Optimize stack
10925         deallocation.
10926         * config/ip2k/libgcc.S: Combine routines used by function
10927         epilogue.
10928
10929 2002-10-10  Jim Wilson  <wilson@redhat.com>
10930
10931         * cse.c (fold_rtx): Don't perform associative optimization for DIV and
10932         UDIV.
10933
10934 2002-10-10  David Edelsohn  <edelsohn@gnu.org>
10935
10936         * config/rs6000/aix52.h: New file.
10937         * config/rs6000/t-aix52: New File.
10938         * config.gcc (rs6000-ibm-aix5.1.*): New entry.
10939         (rs6000-ibm-aix[56789].*): Default to AIX 5.2.
10940
10941 Thu Oct 10 19:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
10942
10943         PR target/5610
10944         * invoke.texi (-msse-math): Kill
10945         (-msse): Add note to mfpmath=sse.
10946
10947 Thu Oct 10 17:08:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
10948
10949         PR target/7723
10950         * i386.c (ix86_expand_vector_move): Do not generate const0->mem moves.
10951
10952 2002-10-10  Neil Booth  <neil@daikokuya.co.uk>
10953
10954         PR preprocessor/8179
10955         * gcc.c (cpp_options): Add {ansi}, move %{m*} to same location
10956         as cc1_options.
10957         (default_compilers): Pass debug options when preprocessing
10958         stdin.
10959
10960 2002-10-06  Richard Henderson  <rth@redhat.com>
10961
10962         * toplev.c (rest_of_compilation): Revert opt/2960 change.
10963
10964 Wed Oct  9 21:18:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
10965
10966         * i386.c (*_cost): Add branch costs.
10967         (override_options): set ix86_branch_cost.
10968         (ix86_expand_int_movcc): Use BRANCH_COST.
10969         * i386.h (costs): Add branch_cost.
10970
10971 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
10972
10973         PR c/7353
10974         * c-decl.c (start_decl): Unconditionally issue error for
10975         'typedef foo = bar'.
10976         (finish_decl): Remove special case for TYPE_DECL with initializer.
10977
10978         * doc/extend.texi: Delete "Naming Types" section.  Change all
10979         cross-references to that section to refer to "Typeof" instead.
10980         Add the useful safe-max()-macro example from "Naming Types" to
10981         "Typeof", rewritten using that extension.  Add some compatibility
10982         notes to "Typeof."
10983
10984 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10985
10986         * loop.c: Revert 2002-08-15 change.
10987         (LOOP_REGNO_NREGS): Ensure type is int.
10988
10989 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
10990
10991         * config/rs6000/rs6000.md (extenddftf2): Change to define_insn
10992         which copies first FPR and clears second.
10993         (extendsftf2): Same.
10994         (floatditf2): Fix typo.
10995         (floatsitf2): Same.
10996         (fix_trunctfdi2): Same.
10997         (fix_trunctfsi2): Same.
10998
10999 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11000
11001         * conflict.c (arc_hash): Change return type to hashval_t.
11002         * cselib.c (get_value_hash): Likewise.
11003         * genautomata.c (automaton_decl_hash, insn_decl_hash, decl_hash,
11004         state_hash, automata_list_hash): Likewise.
11005         * read-rtl.c (def_hash): Likewise.
11006         * tree.c (type_hash_hash): Likewise.
11007
11008 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
11009
11010         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Call
11011         prologue_epilogue_contains instead of using REG_MAYBE_DEAD notes.
11012
11013 Wed Oct  9 15:54:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
11014
11015         * sh.md (ffssi2): Fix emitted code.
11016
11017 2002-10-09  Ulrich Weigand  <uweigand@de.ibm.com>
11018
11019         * cse.c (insn_live_p): Pass insn pattern, not full insn
11020         to may_trap_p.
11021
11022 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
11023
11024         * cppmacro.c (paste_tokens): Only allow / to paste with =.
11025
11026 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
11027
11028         * config/rs6000/rs6000.md (movdf splitter): Use gen_int_mode on
11029         64-bit hosts.
11030         (movtf_internal): Reference correct displacement for second value
11031         in memory.
11032         (movtf splitter): Correct generation of constants in 64-bit mode.
11033
11034 2002-10-09  Alan Modra  <amodra@bigpond.net.au>
11035
11036         * libgcc2.c (__floatdisf): Properly cure double rounding.
11037
11038 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11039
11040         * c-common.c (cb_register_builtins): Define __WCHAR_MAX__.
11041         * doc/cpp.texi (Common Predefined Macros): Document.
11042
11043 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11044
11045         PR doc/7484
11046         * doc/invoke.texi (Option Summary): List
11047         -Wmissing-declarations as a C only option.
11048
11049 2002-10-08  Roger Sayle  <roger@eyesopen.com>
11050
11051         * fold-const.c (fold) [LROTATE_EXPR, RROTATE_EXPR]: Optimize
11052         left and right rotates of ~0, i.e. integer_all_onesp (arg0).
11053         [LSHIFT_EXPR, RSHIFT_EXPR]: Optimize shifts and rotates of zero.
11054
11055 Tue Oct  8 01:24:19 CEST 2002  Jan Hubicka  <jh@suse.cz>
11056
11057         * i386.c (x86_sse_partial_reg_dependency, x86_sse_partial_regs,
11058         x86_sse_typeless_stores, x86_sse_load0_by_pxor): New global
11059         variables.
11060         (safe_vector_operand): Update sse_clrv4sf call.
11061         (ix86_expand_buildin): Likewise
11062         * i386.h (x86_sse_partial_reg_dependency, x86_sse_partial_regs,
11063         x86_sse_typeless_stores, x86_sse_load0_by_pxor): Declare.
11064         (TARGET_SSE_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REGS,
11065         TARGET_SSE_TYPELESS_STORES, TARGET_SSE_TYPELESS_LOAD0): New
11066         macros.
11067         * i386.md (movsf*, movdf*, movti, movv4sf, movv2df, movv16qi, movv8hi,
11068         movv4si):  Obey the new flags.
11069         (floatsi2sf, floatdi2sf, truncatedf2sf): Emit extra load of 0 to avoid
11070         reformating penalty.
11071         (anddf, cmov patterns): Avoid reformating by first converting.
11072         (sse_cvtsd2ss): Fix predicate.
11073         (sse2_clrti): Fix mode,
11074         (sse_clrv4sf): Avoid unspec.
11075
11076 2002-10-08  Jakub Jelinek  <jakub@redhat.com>
11077
11078         * config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove
11079         mno-app-regs|mcmodel=medany.
11080         (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt.
11081         (MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove.
11082         (CRTSTUFF_T_CFLAGS): Define.
11083
11084 2002-10-08  Roger Sayle  <roger@eyesopen.com>
11085
11086         PR target/8087
11087         * simplify-rtx.c (avoid_constant_pool_reference):  Allow constant
11088         pool references that are constructed using LO_SUM.
11089
11090 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
11091
11092         * c-opts.c (c_common_decode_option): Add warn_strict_aliasing to
11093         -Wall.
11094         * c-typeck.c (build_c_cast): Use warn_strict_aliasing, tweak
11095         message.
11096         * flags.h (warn_strict_aliasing): Declare.
11097         * toplev.c (warn_strict_aliasing): Define.
11098         (lang_independent_options): Add it.
11099         * doc/invoke.texi (-Wstrict-aliasing): Document it.
11100
11101 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
11102
11103         * system.h (GCCBUGURL): Delete.
11104         * version.c (bug_report_url): New.  Add commentary about
11105         modifying both these strings in modified distributions.
11106         * version.h: Declare bug_report_url.
11107
11108         * diagnostic.c, gcc.c, gcov.c: Globally replace GCCBUGURL with
11109         bug_report_url.
11110
11111 2002-10-08  Nick Clifton  <nickc@redhat.com>
11112
11113         * config/rs6000/spe.h (__ev_set_acc_u64): Use __ev_create_u64 to
11114         convert uint64_t into __ev64_opaque__.
11115         (__ev_set_acc_s64): Likewise, but using signed types.
11116
11117 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
11118
11119         * config/s390/s390.md ("*doloop_si_long"): Add missing operand.
11120         ("*doloop_di_long"): Likewise.
11121
11122 Tue Oct  8 16:50:10 CEST 2002  Jan Hubicka  <jh@suse.cz>
11123
11124         * print-rtl.c (print_rtx): Increase buffer size for real numbers.
11125
11126 2002-10-08  Richard Sandiford  <rsandifo@redhat.com>
11127
11128         * config/mips/mips.md (define_attr cpu): Add r4111.
11129
11130 2002-10-08  Anthony Green  <green@redhat.com>
11131
11132         * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
11133
11134 2002-10-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11135
11136         * config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
11137         for REAL_VALUE_TO_DECIMAL output.
11138
11139 2002-10-07  Richard Henderson  <rth@redhat.com>
11140
11141         * cse.c (fixed_base_plus_p): Turn FIXED_BASE_PLUS_P into a
11142         function; cleanup PLUS case by using recursion.  Update all users.
11143         (NONZERO_BASE_PLUS_P): Remove.
11144         (find_comparison_args): Use rtx_addr_can_trap_p instead.
11145         (fold_rtx): Use nonzero_address_p.
11146         * rtl.h (nonzero_address_p): Declare.
11147         * rtlanal.c (rtx_varies_p): Handle ADDRESSOF.
11148         (rtx_addr_can_trap_p): Likewise.
11149         (nonzero_address_p): New.
11150         * simplify-rtx.c (NONZERO_BASE_PLUS_P): Remove.
11151         (simplify_relational_operation): Use nonzero_address_p.
11152
11153 2002-10-07  David Edelsohn  <edelsohn@gnu.org>
11154
11155         * config/rs6000/rs6000.c (rs6000_override_options): Set
11156         real_format_for_mode for IBM extended format, if enabled.
11157         (easy_fp_constant): Add TFmode.
11158         (rs6000_legitimize_address): Add TFmode.
11159         (rs6000_legitimate_address): Same.
11160         (function_arg_advance): TFmode uses two FPRs.
11161         (rs6000_emit_prologue): Fix warning.
11162         (rs6000_output_function_epilogue): Add TFmode.
11163         (output_toc): Add TFmode.
11164         * rs6000.h (SLOW_UNALIGNED_ACCESS): Add TFmode.
11165         (LEGITIMATE_OFFSET_ADDRESS_P): Add TFmode.
11166         * rs6000.md (movtf splitter): Load TFmode constant.
11167
11168 2002-10-07  Dale Johannesen  <dalej@apple.com>
11169
11170         * rtl.h:  Add NOTE_PRECONDITIONED.
11171         * unroll.c:  Set it.
11172         * loop.c:  Set loop_info->preconditioned from it.
11173         * doloop.c:  Permit doloop treatment when loop_info->preconditoned.
11174
11175 2002-10-07  Richard Henderson  <rth@redhat.com>
11176
11177         * config/i960/i960.c (i960_setup_incoming_varargs): Create a
11178         new rtx for comparing the argument pointer against zero.
11179         (i960_va_start): Similarly.
11180
11181 2002-10-07  Richard Henderson  <rth@redhat.com>
11182
11183         * config/i960/i960.md (*): Use TFmode, not XFmode.
11184         * config/i960/i960.c (*): Likewise.
11185         (i960_arg_size_and_align): Remove XFmode alignment hack.
11186         (i960_round_align): Merge code from ROUND_TYPE_ALIGN.
11187         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Use 128, not 96.
11188         (MAX_LONG_DOUBLE_TYPE_SIZE): Likewise.
11189         (DATA_ALIGNMENT, ROUND_TYPE_SIZE): Remove.
11190
11191 2002-10-07  Richard Henderson  <rth@redhat.com>
11192
11193         * config/fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode
11194         entry points; use void return value and argument list.
11195
11196 2002-10-06  Andreas Bauer  <baueran@in.tum.de>
11197
11198         * calls.c (expand_call): Fix function-is-volatile check.
11199
11200 2002-10-05  Naohiko Shimizu <nshimizu@keyaki.cc.u-tokai.ac.jp>
11201
11202         * t-pdp11: Add MULTILIB support for msoft-float.
11203         * pdp11.h (LEGITIMATE_CONSTANT_P): Fix soft-float case.
11204
11205         * t-pdp11: Add LIB2FUNCS_EXTRA.
11206         * pdp11.c (pdp11_output_function_prologue): Restrict offset to 16bit,
11207         add preceding 0 to the octal constant, rename 'fp' to 'r5', rename
11208         'fldd' to 'ldd', rename 'fstd' to 'std'.
11209         (pdp11_output_function_epilogue): Likewise.
11210         (output_move_quad): Make the comment gas compatible.
11211         (output_ascii): Add preceding 0 to the octal constant.
11212         (print_operand_address): Add pre_modify, post_modify.
11213         (output_addr_const_pdp11): Add preceding 0 to the octal constant.
11214         * pdp11.h (GO_IF_LEGITIMATE_ADDRESS) : Add 'movb' pre_modify case
11215         with the indication of Paul Koning.
11216         (PRINT_OPERAND): Fix floating constant.
11217         * pdp11.md (movdi): Restrict matching pattern.
11218         (movqi): Generalize the matching pattern.
11219         (movdf): Restrict matching pattern.
11220         (zero_extendqihi2): Change constant representation.
11221         (floatsidf2): Fix wrong operands.
11222         (addqi3): Fix wrong instruction name.
11223         (subqi3): Fix wrong instruction name.
11224         (andsi3, andhi3, andqi3): Simplify and fix to use 'bic'.
11225         (xorsi3): Fix wrong insn.
11226         (one_cmplqi2): Add two operand pattern.
11227         (lsrsi3): New.
11228         (negsi2): New.
11229         (call): Add register indirect case.
11230         (mod): Fix wrong subreg.
11231
11232 2002-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11233             Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11234
11235         PR c/7411
11236         * expr.c (expand_expr) [PLUS]: Simplify after the operands
11237         have been expanded in EXPAND_NORMAL mode.
11238
11239 2002-10-06  Richard Henderson  <rth@redhat.com>
11240
11241         * config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
11242
11243 2002-10-06  Richard Henderson  <rth@redhat.com>
11244
11245         PR optimization/2960
11246         * toplev.c (rest_of_compilation): Don't copy_loop_headers if
11247         optimize_size.
11248
11249 2002-10-06  Alexandre Oliva  <aoliva@redhat.com>
11250
11251         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Override
11252         previously definitions.
11253
11254 2002-10-06  Frank Ch. Eigler  <fche@redhat.com>
11255
11256         * cppinit.c (init_standard_includes, parse_option): Use strncmp.
11257         * c-opts.c (find_opt): Similarly.
11258
11259 Sat Oct  5 22:48:06 CEST 2002  Jan Hubicka  <jh@suse.cz>
11260
11261         * athlon.md: rewrite to DFA.
11262         * i386 (ix86_adjust_cost): Drop memory latency code.
11263         (ia32_use_dfa_pipeline_interface): Return true for Athlon.
11264
11265 2002-10-05  Jakub Jelinek  <jakub@redhat.com>
11266
11267         * gcc.c (set_multilib_dir): Don't access *end.
11268         Use memcpy instead of strncpy.  Don't write beyond malloced buffer.
11269         (print_multilib_info): Don't show paths starting with ".:".
11270         * genmultilib: Add new option, "yes" if multilibs are enabled.
11271         Update comments.  If multilibs not enabled, print .:${osdirout}
11272         for each directory.  If multilibs are enabled, always print
11273         ${dirout}:${osdirout}, even if the two are the same.
11274         * Makefile.in (s-mlib): Pass @enable_multilib@ to genmultilib.
11275         Pass all MULTILIB_* variables to genmultilib even if
11276         --disable-multilib but MULTILIB_OSDIRNAMES is not empty.
11277
11278 2002-10-04  Zack Weinberg  <zack@codesourcery.com>
11279
11280         * gcc.c (process_command): Set .validated for -pipe.  Correct
11281         grammar in comment.
11282
11283 2002-10-04  Bruce Korb  <bkorb@gnu.org>
11284
11285         * fixinc/inclhack.def(hpux11_abs):  use format fix
11286         * fixinc/fixincl.x: regenerate
11287         * fixinc/tests/base/stdlib.h: accommodate new fix test
11288
11289 Sat Oct  5 19:42:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
11290
11291         * c-common.c (cb_register_builtins):  Use really_no_inline.
11292
11293 2002-10-04  David Edelsohn  <edelsohn@gnu.org>
11294
11295         * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
11296         copied instruction if the note is not loop invariant.
11297
11298 2002-10-04  Loren J. Rittle  <ljrittle@acm.org>
11299
11300         * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system.
11301
11302 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
11303
11304         * doc/invoke.texi (HPPA):  Add -mlinker-opt, -mgnu-ld,
11305         and -mhp-ld options to list of options.  Add -mgnu-ld
11306         and -mhp-ld option descriptions.
11307
11308 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
11309
11310         * fixinc/inclhack.def (hpux11_abs):  New.
11311         (stdio_va_list): change __va_list__ to __gnuc_va_list.
11312         * fixinc/fixincl.x: Rebuild.
11313
11314 2002-10-04  Roger Sayle  <roger@eyesopen.com>
11315
11316         * config/i386/i386.h (processor_costs): Add new fields fadd,
11317         fmul, fdiv, fabs, fchs and fsqrt to costs structure.
11318         (RTX_COSTS): Use these fields to determine the RTX costs
11319         of floating point addition/subtraction, multiplication,
11320         division, fabs, negation and square root respectively.
11321         * config/i386/i386.c (size_cost): Provide instruction sizes
11322         for these new fields.
11323         (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
11324         k6_cost, athlon_cost, pentium4_cost): Provide typical cycle
11325         counts for these new fields for all x86 processor variants.
11326
11327 2002-10-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11328
11329         * mips.c (mips_const_double_ok): Delete unused variable.
11330
11331         * gengtype.c (rtx_next): Change type to int.
11332
11333 2002-10-04  Andreas Jaeger  <aj@suse.de>
11334
11335         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
11336
11337 2002-10-04  Richard Henderson  <rth@redhat.com>
11338
11339         * real.h (SIGNIFICAND_BITS): Add one more word.
11340         (CONST_DOUBLE_FORMAT): Accomodate 6 words.
11341         * real.c (times_pten): New.
11342         (real_to_decimal, real_from_string): Use it.
11343         (sticky_rshift_significand): Use & to find modulus.
11344         (rshift_significand, lshift_significand): Likewise.
11345         (do_divide): Apply sticky bit after normalization.
11346         (real_to_decimal, real_to_hexadecimal): Fix sign of Inf and NaN.
11347
11348 2002-10-03  Andreas Bauer  <baueran@in.tum.de>
11349
11350         * doc/tm.texi (FUNCTION_OK_FOR_SIBCALL): Remove.
11351         (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
11352
11353 2002-10-03  Andreas Jaeger  <aj@suse.de>
11354
11355         * gengtype.c (adjust_field_rtx_def): Cast variables of type size_t
11356         to unsigned long, adjust printf format string.
11357         (output_mangled_typename): Likewise.
11358
11359 2002-10-03  Jason Thorpe  <thorpej@wasabisystems.com>
11360
11361         * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf.
11362         * config/vax/vax.h (VAX_FUNCTION_PROFILER_NAME): New.
11363         (FUNCTION_PROFILER): Rewrite to use ASM_GENERATE_INTERNAL_LABEL,
11364         assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME.
11365         (ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX.
11366         (PRINT_OPERAND_PUNCT_VALID_P): Fix comment.
11367         * config/vax/elf.h (FUNCTION_PROFILER): Remove.
11368         (VAX_FUNCTION_PROFILER_NAME): Redefine as "__mcount".
11369
11370 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
11371
11372         * doc/invoke.texi (-Wabi): Document mangling bug.
11373
11374 2002-10-04  Alan Modra  <amodra@bigpond.net.au>
11375
11376         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use a
11377         name for the tbtab label that depends on the function asm name.
11378         Don't output tbtab label unless optional_tbtab.
11379         (output_mi_thunk): Formatting.
11380
11381 2002-10-03  Richard Henderson  <rth@redhat.com>
11382
11383         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Move additional code ...
11384         * config/m68k/m68k.c (override_options): ... here.
11385         * config/m68k/m68kelf.h (OVERRIDE_OPTIONS): Remove.
11386         * config/m68k/m68kv4.h (OVERRIDE_OPTIONS): Remove.
11387         * config/m68k/linux.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11388         * config/m68k/netbsd-elf.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11389
11390 2002-10-03  Richard Henderson  <rth@redhat.com>
11391
11392         * real.h (struct real_value): Use ENUM_BITFIELD.
11393
11394 2002-10-03  Richard Henderson  <rth@redhat.com>
11395
11396         * config/i960/i960.md (call, call_value): Use emit_call_insn.
11397
11398 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
11399
11400         * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
11401
11402 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
11403
11404         * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.
11405         * config/pa/pa.h (MASK_GNU_LD): New.
11406         (TARGET_GNU_LD): New.
11407         * config/pa/pa64-hpux.h (LINK_SPEC): Set based
11408         on gnu-ld and MASK_GNU_LD.
11409         (SUBTARGET_SWITCHES): New gnu-ld & hp-ld flags.
11410
11411 Thu Oct  3 23:35:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
11412
11413         * i386.c (athlon_cost): Fix the move costs.
11414
11415 Thu Oct  3 23:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
11416
11417         * final.c (final): Use symbol name as function name for profiling.
11418         * profile.c (get_exec_counts): Likewise.
11419         (branch_prob): Likewise.
11420
11421 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
11422
11423         * longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
11424
11425 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
11426
11427         * gcc.c (print_multi_os_directory): New variable.
11428         (option_map): Support --print-multi-os-directory.
11429         (struct prefix_list): Add os_multilib field.
11430         (multilib_os_dir): New variable.
11431         (static_specs): Add multilib_options.
11432         (find_a_file): Add multilib argument.  Search in GCC or OS multilib
11433         subdirs if nonzero.
11434         (read_specs, execute): Update callers.
11435         (find_file): Likewise.  Don't prefix name with multilib_dir, instead
11436         pass 1 as multilib option.
11437         (display_help): Include --print-multi-os-directory.
11438         (add_prefix): Add os_multilib argument.  Initialize pl->os_multilib.
11439         (process_command): Update callers.  Handle --print-multi-os-directory.
11440         (do_spec_1) ['D']: Use multilib_os_directory if pl->os_multilib is
11441         set.
11442         (main): Update find_a_file and add_prefix callers.
11443         Handle print_multi_os_directory.
11444         (struct mdswitchstr): New.
11445         (mdswitches, n_mdswitches): New variables.
11446         (used_arg): Add MULTILIB_DEFAULT switches too if they are not
11447         present on the command line nor their mutually incompatible
11448         switches.
11449         (default_arg): Optimize.
11450         (set_multilib_dir): Compute multilib_os_dir.  Initialize mdswitches
11451         array.
11452         (print_multilib_info): Only print GCC multilib dir name, not OS
11453         multilib dirname.
11454         * genmultilib: Add osdirnames parameter.  Output multilib_options
11455         variable.  If osdirnames is specified, output dirnames as
11456         dirname:osdirname.
11457         * mklibgcc.in: Use MULTILIB_OSDIRNAMES, --print-multi-directory
11458         and --print-multi-os-directory instead of SHLIB_SLIBDIR_SUFFIXES
11459         to compute libgcc_s soname and install path.
11460         * Makefile.in (libgcc.mk): Pass MULTILIB_OSDIRNAMES instead of
11461         SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
11462         (s_mlib): Pass MULTILIB_OSDIRNAMES or nothing as last genmultilib
11463         argument.
11464
11465         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Set.
11466         (SHLIB_SLIBDIR_SUFFIXES): Remove.
11467         * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64,
11468         ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_COMMON): Remove.
11469         (STARTFILE_SPEC, ENDFILE_SPEC): Don't distinguish between -m32
11470         and -m64.
11471         * config/sparc/t-sol2-64 (MULTILIB_OSDIRNAMES): Set.
11472         (SHLIB_SLIBDIR_SUFFIXES): Remove.
11473         * config/sparc/sol2-bi.h (STARTFILE_ARCH64_SPEC): Remove.
11474         (STARTFILE_ARCH_SPEC): Remove.
11475         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Set.
11476         (SHLIB_SLIBDIR_SUFFIXES): Remove.
11477         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
11478         * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Set.
11479         (SHLIB_SLIBDIR_SUFFIXES): Remove.
11480
11481 Thu Oct  3 21:42:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
11482
11483         * predict.c (choose_function_section): Avoid choice for linkonce functions.
11484
11485 Thu Oct  3 15:15:00 CEST 2002  Jan Hubicka  <jh@suse.cz>
11486
11487         * i386.md (lea to mul peep2): Fix condition.
11488
11489 2002-10-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11490
11491         * pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
11492         * pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
11493
11494 2002-10-02  David Mosberger-Tang  <David.Mosberger@acm.org>
11495
11496         * unwind.h (_Unwind_GetTextRelBase): Mark _C argument with
11497         attribute "unused".
11498
11499         * config/t-libunwind: Mention unwind-sjlj.c.
11500         * unwind-libunwind.c: Change #ifdef __USING_LIBUNWIND_EXCEPTIONS__
11501         to #ifndef __USING_SJLJ_EXCEPTIONS__.
11502
11503         * configure.in: Move sjlj-exceptions and --enable-libunwind-exceptions
11504         before inclusion of config.gcc, but after configuring the compiler etc.
11505         Determine default value for --enable-libunwind-exceptions based on
11506         whether the host has a libunwind library (not guaranteed to be correct,
11507         but it's a reasonable first guess and can always be overridden with an
11508         explicit --enable/disable-libunwind-exceptions.
11509         * config.gcc: For target ia64*-*-linux*, mention t-libunwind as a
11510         tmake_file when $use_libunwind_exceptions is enabled.
11511         * Makefile.in: Update comment: LIB2ADDEH is updated not just by
11512         ia64 (e.g., config/t-linux also updates it).
11513         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS]: Mention -lunwind
11514         along with the shared version of libgcc since the latter requires
11515         the former.
11516         * unwind-libunwind.c: New file.
11517         * config/t-libunwind: Ditto.
11518
11519 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11520
11521         * config.gcc: Remove support for vax-*-vms*.
11522         * config/vax/vms.h: Remove.
11523         * config/vax/xm-vms.h: Remove.
11524         * config/vax/vax-protos.h: Remove VMS-specific code.
11525         * config/vax/vax.c: Remove VMS-specific code.
11526
11527 2002-10-02  Richard Henderson  <rth@redhat.com>
11528
11529         PR opt/7124
11530         * config/i386/i386.c (ix86_register_move_cost): Increase cost
11531         for secondary_memory_needed pairs.
11532
11533 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11534
11535         * doc/vms.texi: Blow away false include file section.
11536
11537 2002-10-02  Roger Sayle  <roger@eyesopen.com>
11538
11539         PR optimization/6627
11540         * toplev.c (force_align_functions_log): New global variable.
11541         * flags.h (force_align_functions_log): Add extern prototype.
11542         * varasm.c (assemble_start_function): Use it to force minimum
11543         function alignment.
11544         * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct
11545         minimum function alignment to one byte.
11546         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in
11547         the least significant bit of vtable member function pointers.
11548         * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
11549         here from cp/cp-tree.h.
11550
11551 Wed Oct  2 17:01:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
11552
11553         * i386.c (print_operand_address): Use RIP addressing for offsetted
11554         label refs too.
11555
11556 2002-09-30  David S. Miller  <davem@redhat.com>
11557
11558         PR middle-end/7151
11559         * config/sparc/sparc.md (movdi_insn_sp32_v9): Accept 'e' regs.
11560         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
11561
11562 2002-10-01  Andreas Bauer  <baueran@in.tum.de>
11563
11564         * calls.c (expand_call): Remove the `no indirect check'
11565         for sibcall optimization; use function_ok_for_sibcall
11566         target hook; refine check for `function is volatile'.
11567         (FUNCTION_OK_FOR_SIBCALL): Remove the redefinition.
11568         * hooks.c (hook_tree_tree_bool_false): New.
11569         * hooks.h (hook_tree_tree_bool_false): Declare.
11570         * target-def.h (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
11571         (TARGET_INITIALIZER): Add it.
11572         * target.h (struct gcc_target): Add function_ok_for_sibcall.
11573         * config/alpha/alpha.c: (alpha_function_ok_for_sibcall): New.
11574         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11575         * config/alpha/alpha.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11576         * config/arm/arm-protos.h: (arm_function_ok_for_sibcall):
11577         Remove function declaration.
11578         * config/arm/arm.c: (arm_function_ok_for_sibcall): Make
11579         function static and accept another argument of type `tree'.
11580         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11581         * config/arm/arm.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11582         * config/frv/frv.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11583         * config/i386/i386.c: (ix86_function_ok_for_sibcall): New.
11584         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11585         * config/i386/i386.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11586         * config/pa/pa-linux.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11587         (TARGET_HAS_STUBS_AND_ELF_SECTIONS): New definition.
11588         * config/pa/pa.c: (pa_function_ok_for_sibcall): New.
11589         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11590         * config/pa/pa.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11591         * config/rs6000/rs6000-protos.h: (function_ok_for_sibcall):
11592         Remove function declaration.
11593         * config/rs6000/rs6000.c: (rs6000_function_ok_for_sibcall):
11594         Rename function_ok_for_sibcall to rs6000_function_ok_for_sibcall;
11595         rename first argument to `decl'; accept another argument
11596         of type `tree'; make static.
11597         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11598         * config/rs6000/rs6000.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11599         * config/sh/sh.c: (sh_function_ok_for_sibcall): New.
11600         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11601         * config/sh/sh.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11602         * config/sparc/sparc.c: (sparc_function_ok_for_sibcall): New.
11603         (TARGET_FUNCTION_OK_FOR_SIBCALL): Redefine accordingly.
11604         * config/sparc/sparc.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11605         * config/xtensa/xtensa.h: (FUNCTION_OK_FOR_SIBCALL): Remove.
11606
11607 2002-10-01  Roger Sayle  <roger@eyesopen.com>
11608
11609         * unroll.c (loop_iterations): Revert 2002-09-08 change.
11610
11611 2002-10-01  Richard Henderson  <rth@redhat.com>
11612
11613         * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
11614         (real_to_hexadecimal): Likewise.
11615         * print-rtl.c (print_rtx): If we are linked with real.c, don't
11616         dump the XWINT fields of a floating point CONST_DOUBLE.
11617
11618 2002-10-01  Jason Thorpe  <thorpej@wasabisystems.com>
11619
11620         * config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
11621
11622 2002-10-01  Richard Henderson  <rth@redhat.com>
11623
11624         * calls.c (precompute_register_parameters): Force non-legitimate
11625         constants into pseudos.
11626
11627 2002-10-01  Nick Clifton  <nickc@redhat.com>
11628
11629         * config/rs6000/spe.md (spe_evrlwi): Add missing third operand
11630         to assembler template.
11631
11632 2002-10-01  Richard Henderson  <rth@redhat.com>
11633
11634         * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
11635         for TLS debug info to !DECL_EXTERNAL.
11636
11637 2002-10-01  Matt Thomas  <matt@3am-software.com>
11638             Jason Thorpe  <thorpej@wasabisystems.com>
11639
11640         * config.gcc (vax-*-netbsdelf*): Enable configuration.
11641         * config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
11642         if not already defined.
11643         * config/vax/elf.h: New file.
11644         * config/vax/netbsd-elf.h: New file.
11645         * config/vax/vax.c: Include "debug.h".
11646         (vax_output_function_prologue): Add dwarf2 support.  Use
11647         MAIN_NAME_P when checking for VMS_TARGET stack adjust.
11648         * config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
11649         'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
11650         'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
11651         (VAX_ISTREAM_SYNC): Remove.
11652         (INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
11653         (JUMP_TABLES_IN_TEXT_SECTION): Define.
11654         (ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
11655         (ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
11656         and assemble_name.
11657         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
11658         (PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
11659         (PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
11660         (INCOMING_RETURN_ADDR_RTX): Define.
11661         * config/vax/vax.md (VUNSPEC_BLOCKAGE)
11662         (VUNSPEC_SYNC_ISTREAM): Define.
11663         (blockage): Use VUNSPEC_BLOCKAGE.
11664         (sync_istream): New insn.
11665
11666 2002-10-01  Richard Henderson  <rth@redhat.com>
11667
11668         * config/vax/vax.md (call_pop, *call_pop, call_value_pop)
11669         (*call_value_pop, call, call_value): Add dwarf2 EH support.
11670         (*call): New insn.
11671
11672 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
11673
11674         PR c/8083
11675         * c-typeck.c (build_c_cast): Warn about type punning which breaks
11676         type based aliasing.
11677
11678 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
11679
11680         * stor-layout.c (update_alignment_for_field): New function.
11681         (place_union_field): Use it.
11682         (place_field): Likewise.
11683
11684 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
11685
11686         PR other/8077
11687         * gcc.c (cc1_options): Add space on -auxbase-strip.
11688
11689 2002-10-01  Jim Wilson  <wilson@redhat.com>
11690
11691         * config/v850/v850.h (EPILOGUE_USES): Define.
11692
11693 2002-09-30  Andrew Haley  <aph@redhat.com>
11694
11695         * flow.c (insn_dead_p): When using non-call-exceptions, don't
11696         eliminate insns that may trap.
11697         * cse.c (insn_live_p): Likewise.
11698
11699 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11700
11701         * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
11702         (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
11703         * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
11704         * config/mips/mips.md: Apply same renaming here.
11705
11706 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11707
11708         * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
11709         (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
11710         * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
11711         * config/mips/mips.md (define_attr cpu): Remove r4320.
11712         Remove vr4320 scheduler and uses of TARGET_MIPS4320.
11713
11714 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11715
11716         * config/mips/mips.c (mips16_strings): New variable.
11717         (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
11718         symbol in mips16_strings.  Free the list.
11719         (mips_encode_section_info): Keep track of local strings.
11720
11721 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11722
11723         * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
11724         (sordered_df, sordered_sf): Remove.
11725         * config/mips/mips.c (get_float_compare_codes): New fn.
11726         (gen_int_relational, gen_conditional_move): Use it.
11727
11728 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11729
11730         * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
11731         * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
11732         * config/mips/mips.c (fcc_register_operand): New function.
11733         (mips_emit_fcc_reload): New function, extracted from reload_incc.
11734         (override_options): Allow TFmode values in float registers
11735         if ISA_HAS_8CC.
11736         * cnfig/mips/mips.md (reload_incc): Change destination prediate
11737         to fcc_register_operand.  Remove misleading source constraint.
11738         Use mips_emit_fcc_reload.
11739         (reload_outcc): Duplicate reload_incc.
11740
11741 2002-09-30  Zack Weinberg  <zack@codesourcery.com>
11742
11743         * gcc.c (validate_switches): Handle all new forms of spec
11744         syntax introduced recently.  Now returns a char *.
11745         (validate_all_switches): Repetitive logic broken out to...
11746         (validate_switches_from_spec): ...here.
11747         * mklibgcc.in: Don't @-flag commands to generate .oS files.
11748
11749 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11750
11751         * longlong.h: Partially synchronize with GMP-4.1 version:
11752         Use i370 definitions also for s390.
11753         Add generic definition of umul_ppmm in terms of smul_ppmm.
11754         [s390] (umul_ppmm): Remove.
11755         [s390] (smul_ppmm): Fix incorrect assembler constraints.
11756         [s390] (smul_ppmm, sdiv_qrnnd): Rename __xx to __x.
11757
11758 2002-09-30  Bob Wilson  <bob.wilson@acm.org>
11759
11760         * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
11761         Add new RL_REGS register class.
11762         (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS):
11763         Call xtensa_preferred_reload_class for both input and output reloads.
11764         * config/xtensa/xtensa.c (xtensa_regno_to_class): Use new RL_REGS class.
11765         (xtensa_preferred_reload_class): Handle output reloads; use RL_REGS
11766         instead of either AR_REGS or GR_REGS classes.
11767         (xtensa_secondary_reload_class): Use new RL_REGS class.
11768         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class): Update.
11769
11770 2002-09-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11771
11772         * pa.c (hppa_encode_label): Don't drop '*' from function labels.
11773         (pa_strip_name_encoding): Strip '@' and '*', in that order.
11774         * pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when
11775         there is a '*' prefix in NAME.
11776
11777 Mon Sep 30 21:33:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
11778
11779         * reload.c (push_reload): Handle subregs and secondary memory.
11780         * reload1.c (gen_reload): Likewise.
11781
11782         * jump.c (reg_or_subregno): New function.
11783         * rtl.h (reg_or_subregno): Declare
11784         * unroll.c (find_splittable_givs): Handle subregs.
11785
11786 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
11787
11788         * store-layout.c (finish_record_layout): Add free_p parameter.
11789         (layout_type): Pass it.
11790         * tree.h (finish_record_layout): Update prototype.
11791
11792 Mon Sep 30 14:57:18 CEST 2002  Jan Hubicka  <jh@suse.cz>
11793
11794         * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
11795
11796         * gcse.c (cprop_jump): Check that the register has not
11797         been modified
11798         (cprop_jump): Likewise.
11799
11800 2002-09-30  Richard Earnshaw  <rearnsha@arm.com>
11801
11802         * arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
11803         (MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
11804         that we have a SImode access, and only then if reload hasn't completed;
11805         for all other cases, use LO_REGS.
11806
11807 2002-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11808
11809         * openbsd.h: Fix typo in last change.
11810
11811 2002-09-29  Richard Henderson  <rth@redhat.com>
11812
11813         * real.c (real_from_string): Apply sign last.  Tidy exponent handling.
11814
11815 2002-09-29  Richard Henderson  <rth@redhat.com>
11816
11817         PR c/8002
11818         * combine.c (force_to_mode): Handle FLOAT_MODE destinations
11819         for CONST_INT.
11820
11821 2002-09-29  David Edelsohn  <edelsohn@gnu.org>
11822
11823         * real.h (ibm_extended_format): Declare.
11824         * real.c (encode_ibm_extended, decode_ibm_extended): New
11825         functions.
11826
11827 2002-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11828
11829         * darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.
11830
11831         * ia64.c (ia64_hpux_asm_file_end): Const-ify.
11832
11833 2002-09-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11834
11835         * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.
11836
11837 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
11838
11839         * builtins.def: Fix comment formatting.
11840         * c-common.def: Likewise.
11841         * cfgcleanup.c: Likewise.
11842         * combine.c: Likewise.
11843         * gengtype.c: Likewise.
11844         * params.def: Likewise.
11845         * predict.def: Likewise.
11846         * rtl.def: Likewise.
11847         * stab.def: Likewise.
11848         * stor-layout.c: Likewise.
11849         * tree.def: Likewise.
11850         * config/darwin.c: Likewise.
11851         * config/darwin.h: Likewise.
11852         * config/dbxcoff.h: Likewise.
11853         * config/elfos.h: Likewise.
11854         * config/fp-bit.c: Likewise.
11855         * config/freebsd-spec.h: Likewise.
11856         * config/interix.h: Likewise.
11857         * config/libgloss.h: Likewise.
11858         * config/linux-aout.h: Likewise.
11859         * config/linux.h: Likewise.
11860         * config/lynx-ng.h: Likewise.
11861         * config/lynx.h: Likewise.
11862         * config/netbsd-aout.h: Likewise.
11863         * config/netbsd.h: Likewise.
11864         * config/netware.h: Likewise.
11865         * config/psos.h: Likewise.
11866         * config/ptx4.h: Likewise.
11867
11868 2002-09-28  Kazu Hirata  <kazu@cs.umass.edu>
11869
11870         * ChangeLog.4: Fix typos.
11871         * ChangeLog.6: Likewise.
11872         * FSFChangeLog.10: Likewise.
11873         * genattrtab.c: Fix comment typos.
11874         * haifa-sched.c: Likewise.
11875         * real.c: Likewise.
11876         * tree.h: Likewise.
11877         * config/arm/arm.c: Likewise.
11878         * config/arm/crti.asm: Likewise.
11879         * config/arm/crtn.asm: Likewise.
11880         * config/frv/frv.c: Likewise.
11881         * config/frv/frv.md: Likewise.
11882         * config/h8300/h8300.md: Likewise.
11883         * config/i386/rtemself.h: Likewise.
11884         * config/ia64/unwind-ia64.c: Likewise.
11885         * config/ip2k/ip2k.h: Likewise.
11886         * config/m88k/m88k.c: Likewise.
11887         * config/m88k/m88k.md: Likewise.
11888         * config/mips/sr71k.md: Likewise.
11889         * config/mmix/mmix.c: Likewise.
11890         * config/rs6000/rs6000.c: Likewise.
11891         * config/sh/sh.md: Likewise.
11892
11893 2002-09-26  Theodore A. Roth  <troth@verinet.com>
11894
11895         * config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
11896         * config/avr/avr.md: Ditto.
11897
11898 2002-09-27  Alexander N. Kabaev <ak03@gte.com>
11899
11900         PR preprocessor/8055
11901         * cppmacro.c (stringify_arg): Do not overflow the buffer
11902         with the terminating NUL when the argument to be stringified
11903         has no tokens.
11904
11905 2002-09-27  Richard Henderson  <rth@redhat.com>
11906
11907         * unroll.c (simplify_cmp_and_jump_insns): New.
11908         (unroll_loop): Use it.  Use simplify_gen_foo+force_operand
11909         instead of expand_simple_foo.
11910
11911 2002-09-27  Richard Henderson  <rth@redhat.com>
11912
11913         PR optimization/7520
11914         * cfganal.c (flow_active_insn_p): New.
11915         (forwarder_block_p): Use it.
11916
11917 2002-09-27  Richard Henderson  <rth@redhat.com>
11918
11919         * emit-rtl.c (active_insn_p): Revert last change.
11920
11921 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
11922
11923         * doc/extend.texi (tls_model): Document.
11924         * varasm.c (decl_tls_model): New.
11925         * c-common.c (handle_tls_model_attribute): New.
11926         (c_common_attribute_table): Add tls_model.
11927         * config/alpha/alpha.c (alpha_encode_section_info): Use
11928         decl_tls_model.
11929         * flags.h (enum tls_model, flag_tls_default): Move...
11930         * tree.h (enum tls_model, flag_tls_default): ...here.
11931         (decl_tls_model): New prototype.
11932         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
11933         * config/i386/i386.c (ix86_encode_section_info): Likewise.
11934         * config/i386/i386.md (tls_global_dynamic, tls_local_dynamic_base):
11935         Allow !flag_pic.
11936
11937 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
11938
11939         * LANGUAGES: Follow spelling conventions.
11940         * rtl.def: Likewise.
11941         * sbitmap.c: Likewise.
11942         * sched-int.h: Likewise.
11943         * sched-rgn.c: Likewise.
11944         * sibcall.c: Likewise.
11945         * simplify-rtx.c: Likewise.
11946         * ssa.c: Likewise.
11947         * stab.def: Likewise.
11948         * stmt.c: Likewise.
11949         * stor-layout.c: Likewise.
11950         * target.h: Likewise.
11951         * timevar.c: Likewise.
11952         * toplev.c: Likewise.
11953         * tree-dump.c: Likewise.
11954         * tree-inline.c: Likewise.
11955         * tree.c: Likewise.
11956         * tree.def: Likewise.
11957         * tree.h: Likewise.
11958         * unroll.c: Likewise.
11959         * varasm.c: Likewise.
11960         * vmsdbgout.c: Likewise.
11961         * treelang/treelang.texi: Likewise.
11962         * treelang/treetree.c: Likewise.
11963
11964 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
11965
11966         * config/h8300/h8300.c (compute_saved_regs): Use a macro
11967         instead of a hard register number.
11968         (get_shift_alg): Use an enumerated type instead of numbers.
11969         (h8300_shift_needs_scratch_p): Likewise.
11970
11971 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
11972
11973         * varasm.c (force_data_section): Remove.
11974         (assemble_constant_align): Likewise.
11975         * output.h: Remove corresponding prototypes.
11976
11977 2002-09-26  Roger Sayle  <roger@eyesopen.com>
11978
11979         * stmt.c (expand_exit_loop_if_false): Expand a simple conditional
11980         jump, if the loop to exit is the top of the current nesting stack.
11981
11982 2002-09-26  Torbjorn Granlund  <tege@swox.com>
11983
11984         * libgcc2.c (fixunsdfdi, fixunssfdi): Rewrite, avoiding `long long'
11985         arithmetic.
11986
11987 2002-09-26  David S. Miller  <davem@redhat.com>
11988
11989         PR optimization/7335
11990         * calls.c (emit_library_call_value_1): Passing args by reference
11991         converts a CONST function into a PURE one.
11992
11993 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
11994
11995         * dbxout.c (FORCE_TEXT): Switch to current_function_decl, not
11996         text_section.
11997         * xcoffout.h (DBX_STATIC_BLOCK_START): Remove explicit change to
11998         text section.
11999         * config/rs6000/rs6000.c (rs6000_override_options): Allow
12000         function-sections and data-sections functionality on AIX.
12001
12002 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
12003             Dale Johannesen  <dalej@apple.com>
12004
12005         * config/rs6000/rs6000.c (rs6000_emit_move): Insert zero-extend
12006         in RTL for sub-word loads from memory.
12007
12008 2002-09-26  Richard Henderson  <rth@redhat.com>
12009
12010         PR c/7160
12011         * sched-deps.c (sched_analyze_insn): Make clobber insns depend
12012         on call insns.
12013
12014 2002-09-26  Richard Henderson  <rth@redhat.com>
12015
12016         * emit-rtl.c (const_double_htab_eq): Remove unused variable.
12017
12018 2002-09-26  Chris Lattner  <sabre@nondot.org>
12019
12020         * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
12021         handling undefined values.
12022
12023 2002-09-26  Richard Henderson  <rth@redhat.com>
12024
12025         PR opt/7520
12026         * emit-rtl.c (active_insn_p): Consider a clobber of the
12027         function return value to be active even after reload.
12028
12029 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
12030
12031         * doloop.c (doloop_modify_runtime <biv skips initial incr>): Adjust
12032         by absolute loop increment, not loop increment.
12033
12034 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
12035
12036         * c-common.h: Follow spelling conventions.
12037         * cpplex.c: Likewise.
12038         * cpplib.h: Likewise.
12039         * gthr-dce.h: Likewise.
12040         * gthr-posix.h: Likewise.
12041         * optabs.c: Likewise.
12042         * output.h: Likewise.
12043         * profile.c: Likewise.
12044         * protoize.c: Likewise.
12045         * ra-rewrite.c: Likewise.
12046         * real.c: Likewise.
12047         * recog.c: Likewise.
12048         * reg-stack.c: Likewise.
12049         * regclass.c: Likewise.
12050         * regmove.c: Likewise.
12051         * reload.c: Likewise.
12052         * reload.h: Likewise.
12053         * reload1.c: Likewise.
12054         * reorg.c: Likewise.
12055         * resource.c: Likewise.
12056         * rtl.h: Likewise.
12057         * rtlanal.c: Likewise.
12058
12059 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
12060
12061         * config/ia64/ia64.c (ia64_expand_load_address): Ensure correct mode
12062         for symbol address.
12063
12064 2002-09-24  Eric Christopher  <echristo@redhat.com>
12065
12066         * config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
12067         * config/mips/elf64.h: Ditto.
12068
12069 2002-09-24  Eric Christopher  <echristo@redhat.com>
12070
12071         * except.c (expand_builtin_extract_return_address): Handle case
12072         where Pmode != ptr_mode.
12073
12074 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
12075
12076         * config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): New
12077
12078 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
12079
12080         * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.
12081
12082 2002-09-26  Igor Shevlyakov <igor@microunity.com>
12083
12084         * combine.c (simplify_set): Don't call to force_to_mode if size
12085         of integer type is larger than HOST_BITS_PER_WIDE_INT.
12086
12087 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
12088
12089         * Makefile.in (qmtest-g++): Fix file path.
12090
12091 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
12092
12093         * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
12094         A + (-const) on RTX level, even for unsigned types.
12095
12096 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
12097
12098         * reload.c (dup_replacements): New function.
12099         (find_reloads): Use it to duplicate replacements at the top level
12100         of match_dup operands.
12101
12102 2002-09-26  Miles Bader  <miles@gnu.org>
12103
12104         * v850.md ("length"): Change default value to 4.
12105
12106 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
12107
12108         * ChangeLog.1: Follow spelling conventions.
12109         * ChangeLog.4: Likewise.
12110         * ChangeLog.6: Likewise.
12111         * FSFChangeLog.11: Likewise.
12112         * doc/cpp.texi: Likewise.
12113         * doc/invoke.texi: Likewise.
12114         * doc/tm.texi: Likewise.
12115
12116 2002-09-26  Nick Clifton  <nickc@redhat.com>
12117
12118         * config.gcc: Add x prefix to v850e case for handling
12119         --with-cpu=v850e.
12120
12121 2002-09-25  Zack Weinberg  <zack@codesourcery.com>
12122
12123         * gcc.c (input_suffix_matches, switch_matches,
12124         mark_matching_switches, process_marked_switches,
12125         process_brace_body): New functions - split from handle_braces.
12126         (handle_braces): Rewrite; handle %{S:X;T:Y;:D} syntax; accept
12127         and ignore whitespace in more places.
12128         (specs documentation comment): Document %{S:X;T:Y;:D}.
12129         Clarify other %{...} docs.
12130         * doc/invoke.texi: Document %{S:X;T:Y;:D}.  Clarify other
12131         %{...} docs.
12132
12133         * config/arm/aof.h (LINK_SPEC): Change %{ov*,*} to %{ov*}.
12134         * config/rs6000/sysv4.h: Use N-way choice spec syntax.
12135
12136 2002-09-25  David S. Miller  <davem@redhat.com>
12137
12138         PR target/7842
12139         * config/sparc/sparc.c (set_extends): SImode ASHIFT does not
12140         extend.
12141
12142 2002-09-25  Richard Henderson  <rth@redhat.com>
12143
12144         * emit-rtl.c (const_double_htab_eq): Distinguish integer and
12145         fp CONST_DOUBLE; use real_identical.
12146
12147 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
12148
12149         * doc/invoke.texi: Add more -Wabi examples.
12150
12151 2002-09-25  Richard Sandiford  <rsandifo@redhat.com>
12152
12153         * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket.
12154
12155 2002-09-24  Nathan Sidwell  <nathan@codesourcery.com>
12156
12157         * profile.c (end_branch_prob): Only look for __gcov_init on
12158         weak-enabled native compilers.
12159
12160 2002-09-24  Denis Chertykov  <denisc@overta.ru>
12161
12162         * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in
12163         cases of optimizing "add sp,w" to "inc sp".
12164
12165 2002-09-24  Adam Nemet  <anemet@lnxw.com>
12166
12167         * config/arm/arm.c (thumb_unexpanded_epilogue): Don't generate
12168         epilogue for naked functions.
12169
12170 2002-09-24  Adam Nemet  <anemet@lnxw.com>
12171             Nick Clifton  <nickc@redhat.com>
12172
12173         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Remove.
12174         (FUNCTION_PROFILER): Only invoke THUMB_FUNCTION_PROFILER if it
12175         is defined.
12176
12177 2002-09-24  Ulrich Weigand  <uweigand@de.ibm.com>
12178
12179         * config/s390/s390.c (preferred_la_operand_p): New function.
12180         * config/s390/s390-protos.h (preferred_la_operand_p): Declare it.
12181         * config/s390/s390.md ("addaddr_esame", "*la_ccclobber"): Replace by ...
12182         ("*la_64_cc", "*la_31_cc", splitters): ... these.
12183         ("*la_31"): Deactivate for TARGET_64BIT.
12184         ("*la_31_and", "*la_31_and_cc"): New.
12185
12186 2002-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12187
12188         * real.h (real_value): Make `exp' explicitly signed.
12189
12190 2002-09-24  Kazu Hirata  <kazu@cs.umass.edu>
12191
12192         * config/elfos.h: Follow spelling conventions.
12193         * config/alpha/alpha.h: Likewise.
12194         * config/arc/arc.h: Likewise.
12195         * config/arm/arm.md: Likewise.
12196         * config/avr/avr.h: Likewise.
12197         * config/cris/cris.md: Likewise.
12198         * config/d30v/d30v.h: Likewise.
12199         * config/frv/frv.c: Likewise.
12200         * config/frv/frv.h: Likewise.
12201         * config/h8300/h8300.c: Likewise.
12202         * config/h8300/h8300.h: Likewise.
12203         * config/h8300/h8300.md: Likewise.
12204         * config/i386/cygwin.h: Likewise.
12205         * config/i386/i386.h: Likewise.
12206         * config/i386/sysv3.h: Likewise.
12207         * config/i960/i960.h: Likewise.
12208         * config/ia64/ia64.h: Likewise.
12209         * config/ia64/ia64.md: Likewise.
12210         * config/ip2k/ip2k.h: Likewise.
12211         * config/m32r/m32r.h: Likewise.
12212         * config/m68k/m68k.h: Likewise.
12213         * config/m88k/m88k.h: Likewise.
12214         * config/mcore/mcore.c: Likewise.
12215         * config/mcore/mcore.h: Likewise.
12216         * config/mcore/mcore.md: Likewise.
12217         * config/mips/mips.h: Likewise.
12218         * config/mmix/mmix.h: Likewise.
12219         * config/mmix/mmix.md: Likewise.
12220         * config/ns32k/netbsd.h: Likewise.
12221         * config/ns32k/ns32k.h: Likewise.
12222         * config/ns32k/ns32k.md: Likewise.
12223         * config/pa/pa.h: Likewise.
12224         * config/romp/romp.h: Likewise.
12225         * config/rs6000/rs6000.h: Likewise.
12226         * config/rs6000/rs6000.md: Likewise.
12227         * config/sparc/sparc.h: Likewise.
12228         * config/stormy16/stormy-abi: Likewise.
12229         * config/stormy16/stormy16.h: Likewise.
12230         * config/vax/vax.h: Likewise.
12231
12232 2002-09-23  Kazu Hirata  <kazu@cs.umass.edu>
12233
12234         * config/alpha/alpha.h: Remove commented-out macro
12235         definitions of HAVE_{POST|PRE}_{INC|DEC}REMENT.
12236         * config/avr/avr.h: Likewise.
12237         * config/d30v/d30v.h: Likewise.
12238         * config/dsp16xx/dsp16xx.h: Likewise.
12239         * config/i370/i370.h: Likewise.
12240         * config/i386/i386.h: Likewise.
12241         * config/i960/i960.h: Likewise.
12242         * config/m68k/m68k.h: Likewise.
12243         * config/m88k/m88k.h: Likewise.
12244         * config/mips/mips.h: Likewise.
12245         * config/ns32k/ns32k.h: Likewise.
12246         * config/pdp11/pdp11.h: Likewise.
12247         * config/romp/romp.h: Likewise.
12248         * config/rs6000/rs6000.h: Likewise.
12249         * config/s390/s390.h: Likewise.
12250         * config/sh/sh.h: Likewise.
12251         * config/sparc/sparc.h: Likewise.
12252         * config/stormy16/stormy16.h: Likewise.
12253         * config/vax/vax.h: Likewise.
12254
12255 2002-09-23  Kazu Hirata  <kazu@cs.umass.edu>
12256
12257         * function.c (push_temp_slots_for_block): Remove.
12258         (push_temp_slots_for_target): Likewise.
12259         (get_target_temp_slot_level): Likewise.
12260         (set_target_temp_slot_level): Likewise.
12261         (get_first_block_beg): Likewise.
12262         * function.h: Remove corresponding prototypes.
12263
12264 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
12265
12266         * version.c (version_string): Now const char[].
12267         * version.h: Update to match.
12268
12269 2002-09-23  Richard Henderson  <rth@redhat.com>
12270
12271         * config/i386/i386.h (MASK_ACCUMULATE_OUTGOING_ARGS_SET, MASK_MMX_SET,
12272         MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET, MASK_3DNOW_A_SET): Kill.
12273         (TARGET_SWITCHES): Don't reference them.
12274         * config/i386/i386.c (override_options): Use target_flags_explicit
12275         to examine bits set by the user.
12276
12277 2002-09-23  Dale Johannesen  <dalej@apple.com>
12278
12279         * dbxout.c (dbxout_parms):  Set current_sym_code for params
12280         passed on stack by invisible reference.
12281
12282 2002-09-23  Richard Earnshaw  <rearnsha@arm.com>
12283
12284         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
12285         at least one byte of space.
12286
12287 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
12288
12289         * c-common.h (flag_abi_version): Fix typo in comment.
12290         * doc/invoke.texi (flag_abi_version): Document default value.
12291
12292 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
12293
12294         * doc/extend.texi (Extended Asm): Clarify that overlap between
12295         asm-declared register variables used in an asm and the asm clobber
12296         list is not allowed.
12297         * stmt.c (decl_conflicts_with_clobbers_p): New function.
12298         (expand_asm_operands): Keep track of clobbered registers.  Call
12299         decl_conflicts_with_clobbers_p for each input and output operand.
12300         If no conflicts found before, also do conflict sanity check when
12301         emitting clobbers.
12302
12303 2002-09-23  Richard Henderson  <rth@redhat.com>
12304
12305         * c-common.c (cpp_define_data_format): Remove.
12306         (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
12307         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
12308         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
12309         * doc/cpp.texi: Don't document them either.
12310         (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
12311         __LONG_LONG_MAX__): Document.
12312         (__TARGET_FLOAT_FORMAT__): Remove.
12313
12314 2002-09-23  Richard Henderson  <rth@redhat.com>
12315
12316         * real.c (do_multiply): Normalize U before addition.
12317
12318 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
12319
12320         * c-common.c (flag_abi_version): New variable.
12321         * c-common.h (flag_abi_version): Declare it.
12322         * c-opts.c (missing_arg): Add -fabi-version.
12323         (c_common_decode_option): Process -fabi-version.
12324         * doc/invoke.texi (-fabi-version): Document it.
12325         (-Wabi): Add information about bit-fields in unions.
12326
12327 2002-09-22  Roger Sayle  <roger@eyesopen.com>
12328
12329         * expr.c (STORE_BY_PIECES_P): New target macro.
12330         (can_store_by_pieces, store_by_pieces): Use STORE_BY_PIECES_P
12331         instead of MOVE_BY_PIECES_P.
12332         * doc/tm.texi: Document this new macro.
12333
12334 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12335
12336         * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Always pass -KPIC
12337         unless -fno-pic or -fno-PIC is specified.
12338
12339 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12340
12341         * c-common.c (preprocessing_trad_p): Define.
12342         * pa-hiux.h, pa-hpux.h, pa-hpux7.h (CPP_PREDEFINES): Delete.
12343         (TARGET_OS_CPP_BUILTINS, SUBTARGET_SWITCHES): Define.
12344         * pa-hpux10.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
12345         * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define.
12346         * pa-linux.h (CPP_PREDEFINES): Delete.
12347         (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
12348         * pa32-linux.h, pa64-linux.h (CPP_SPEC): Delete.
12349         * pa-osf.h, pa-pro-end.h, rtems.h (CPP_PREDEFINES): Delete.
12350         (TARGET_OS_CPP_BUILTINS): Define.
12351         * pa.h (MASK_SIO, TARGET_SIO, TARGET_PA_10): Define.
12352         (TARGET_SWITCHES): Reformat.  Use N_() macro.  Add SUBTARGET_SWITCHES.
12353         (SUBTARGET_SWITCHES): Provide default definition.
12354         (TARGET_OPTIONS): Reformat.  Use N_() macro.
12355         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC, CPP_64BIT_SPEC,
12356         CPP_CPU_DEFAULT_SPEC, CPP_64BIT_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS,
12357         EXTRA_SPECS, CPP_SPEC, CPLUSPLUS_CPP_SPEC, CPP_PREDEFINES): Delete.
12358         (TARGET_CPU_CPP_BUILTINS): Define.
12359         (TARGET_OS_CPP_BUILTINS): Define for BSD-like systems.
12360         * doc/invoke.texi (msio, mwsio): Document new hppa options.
12361         * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Document macro
12362         preprocessing_trad_p().
12363
12364 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12365
12366         * doc/install.texi: Document behavior of --with-headers and
12367         --with-libs when arguments are omitted.
12368
12369 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>
12370
12371         * dbxout.c: Follow spelling conventions.
12372         * defaults.h: Likewise.
12373         * df.c: Likewise.
12374         * diagnostic.h: Likewise.
12375         * doloop.c: Likewise.
12376         * dwarf2out.c: Likewise.
12377         * dwarfout.c: Likewise.
12378         * emit-rtl.c: Likewise.
12379         * except.c: Likewise.
12380         * explow.c: Likewise.
12381         * expmed.c: Likewise.
12382         * expr.c: Likewise.
12383         * expr.h: Likewise.
12384         * flags.h: Likewise.
12385         * flow.c: Likewise.
12386         * fold-const.c: Likewise.
12387         * function.c: Likewise.
12388         * function.h: Likewise.
12389         * gcc.c: Likewise.
12390         * gcov-io.h: Likewise.
12391         * gcov.c: Likewise.
12392         * gcse.c: Likewise.
12393         * genattrtab.c: Likewise.
12394         * genconfig.c: Likewise.
12395         * genrecog.c: Likewise.
12396         * ggc-page.c: Likewise.
12397         * ggc.h: Likewise.
12398         * global.c: Likewise.
12399         * gthr-win32.h: Likewise.
12400         * integrate.c: Likewise.
12401         * jump.c: Likewise.
12402         * langhooks.c: Likewise.
12403         * langhooks.h: Likewise.
12404         * line-map.h: Likewise.
12405         * local-alloc.c: Likewise.
12406         * longlong.h: Likewise.
12407         * loop.c: Likewise.
12408         * loop.h: Likewise.
12409
12410 Tue Aug 27 22:26:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
12411
12412         * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
12413
12414 Tue Aug 27 20:07:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
12415
12416         * i386.c (overwrite_options): Set -mpreferred-stack-boundary to 128
12417         for -Os/TARGET_64BIT too.
12418
12419 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
12420
12421         * ChangeLog: Follow spelling conventions.
12422         * ChangeLog.0: Likewise.
12423         * ChangeLog.1: Likewise.
12424         * ChangeLog.2: Likewise.
12425         * ChangeLog.3: Likewise.
12426         * ChangeLog.4: Likewise.
12427         * ChangeLog.5: Likewise.
12428         * ChangeLog.6: Likewise.
12429         * FSFChangeLog.10: Likewise.
12430         * FSFChangeLog.11: Likewise.
12431         * alias.c: Likewise.
12432         * basic-block.h: Likewise.
12433         * c-aux-info.c: Likewise.
12434         * c-common.c: Likewise.
12435         * c-common.h: Likewise.
12436         * c-decl.c: Likewise.
12437         * c-format.c: Likewise.
12438         * c-semantics.c: Likewise.
12439         * c-typeck.c: Likewise.
12440         * calls.c: Likewise.
12441         * cfganal.c: Likewise.
12442         * cfgloop.c: Likewise.
12443         * collect2.c: Likewise.
12444         * combine.c: Likewise.
12445         * conflict.c: Likewise.
12446         * cppexp.c: Likewise.
12447         * cppfiles.c: Likewise.
12448         * cpphash.h: Likewise.
12449         * cppinit.c: Likewise.
12450         * cpplex.c: Likewise.
12451         * cpplib.c: Likewise.
12452         * cpplib.h: Likewise.
12453         * cppmacro.c: Likewise.
12454         * cse.c: Likewise.
12455
12456 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
12457
12458         * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
12459         LINK_SPEC.
12460         (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
12461         * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
12462         (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
12463
12464 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
12465
12466         PR opt/7930
12467         * cse.c (fold_rtx): Calculate old_cost before we fold each
12468         operand.
12469
12470 2002-09-21  Richard Henderson  <rth@redhat.com>
12471
12472         * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
12473         __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
12474         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
12475         __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
12476         __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
12477         * doc/cpp.texi: Don't document them.
12478
12479 2002-09-21  Richard Henderson  <rth@redhat.com>
12480
12481         * c-common.c (builtin_define_float_constants): Use real_format
12482         to get the floating-point parameters.
12483
12484 2002-09-21  Richard Henderson  <rth@redhat.com>
12485
12486         * real.c (struct real_format): Move to real.h.
12487         (real_format_for_mode): Rename from fmt_for_mode; update all users;
12488         initialize with ieee defaults.
12489         (real_to_target_fmt, real_from_target_fmt): New.
12490         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
12491         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
12492         ieee_quad_format, i370_single_format, i370_double_format,
12493         c4x_single_format, c4x_extended_format): Rename from s/_format//.
12494         (ieee_quad_format): Fix emin.
12495         (format_for_size, init_real_once): Remove.
12496         * real.h (struct real_format): Move from real.c.
12497         (real_format_for_mode): Declare.
12498         (real_to_target_fmt, real_from_target_fmt): Declare.
12499         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
12500         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
12501         ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
12502         i370_single_format, i370_double_format, c4x_single_format,
12503         c4x_extended_format): Declare.
12504         * toplev.c (do_compile): Don't call init_real_once.
12505
12506         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
12507         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
12508
12509         * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
12510         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
12511         * config/alpha/alpha.c (override_options): Set real_format_for_mode
12512         for VAX, if enabled.
12513
12514         * config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
12515         for C4X.
12516
12517         * config/i370/i370.h (OVERRIDE_OPTIONS): New.
12518         * config/i370/i370.c (override_options): New.
12519         * config/i370/i370-protos.h: Update.
12520
12521         * config/i386/i386.c (override_options): Set real_format_for_mode
12522         for Intel 80-bit extended.
12523         * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
12524
12525         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
12526         (OVERRIDE_OPTIONS): Move code...
12527         * config/i960/i960.c (i960_initialize): ... here.  Set
12528         real_format_for_mode for Intel 80-bit extended.
12529
12530         * config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
12531         for Intel 80-bit extended, if enabled.
12532
12533         * config/m68k/m68k.c (override_options): Set real_format_for_mode
12534         for Motorola 96-bit extended.
12535
12536         * config/vax/vax.h (OVERRIDE_OPTIONS): New.
12537         * config/vax/vax.c (override_options): New.
12538         * config/vax/vax-protos.h: Update.
12539
12540 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
12541
12542         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
12543         #if TARGET_MACHO.
12544
12545         * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
12546         insns.  Supply missing clobber of scratch reg.
12547
12548 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
12549
12550         * config/m32r/m32r.c: Follow spelling conventions.
12551         * config/m32r/m32r.h: Likewise.
12552         * config/m32r/m32r.md: Likewise.
12553         * config/m68k/m68k.c: Likewise.
12554         * config/m88k/m88k.c: Likewise.
12555         * config/mcore/mcore.c: Likewise.
12556         * config/mips/mips.c: Likewise.
12557         * config/mips/mips.h: Likewise.
12558         * config/mmix/mmix.c: Likewise.
12559         * config/mn10200/mn10200.c: Likewise.
12560         * config/ns32k/ns32k.h: Likewise.
12561         * config/pa/pa.c: Likewise.
12562         * config/pa/pa64-linux.h: Likewise.
12563         * config/pdp11/pdp11.h: Likewise.
12564         * config/romp/romp.c: Likewise.
12565         * config/romp/romp.h: Likewise.
12566         * config/rs6000/eabi.asm: Likewise.
12567         * config/rs6000/linux64.h: Likewise.
12568         * config/rs6000/rs6000.c: Likewise.
12569         * config/rs6000/rs6000.h: Likewise.
12570         * config/rs6000/rs6000.md: Likewise.
12571         * config/rs6000/sysv4.h: Likewise.
12572         * config/rs6000/xcoff.h: Likewise.
12573
12574 2002-09-20  Jim Wilson  <wilson@redhat.com>
12575
12576         * config/v850/v850/lib1funcs.asm (__muldi3): Change r5 to r28.
12577
12578 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
12579
12580         * config/i386/i386.md (UNSPEC_GOTNTPOFF, UNSPEC_INDNTPOFF): New.
12581         * config/i386/i386.c (legitimate_pic_address_disp_p): Handle
12582         UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF like UNSPEC_GOTTPOFF.
12583         (legitimate_address_p): Likewise.
12584         (legitimize_address): Use @gotntpoff and @indntpoff.
12585         (output_pic_addr_const): Handle UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF.
12586         (output_addr_const_extra): Likewise.
12587
12588 2002-09-20  Jim Wilson  <wilson@redhat.com>
12589
12590         * combine.c (try_combine): When split an instruction pair, where the
12591         first has a sign_extend src, verify that the src and dest modes match.
12592
12593 2002-09-20  Richard Henderson  <rth@redhat.com>
12594
12595         * config/mips/mips.c (dfhigh, dflow, sfhigh, sflow): Remove.
12596         (override_options): Do not initialize them.
12597         (mips_const_double_ok): Allow no fp constants except zero,
12598         and not even that for mips16.
12599         (const_float_1_operand): Use dconst1.
12600         * config/mips/mips.md (movsf, movsf_internal1, movsf_internal2,
12601         movdf, movdf_internal1, movdf_internal1a, movdf_internal2):
12602         Don't allow arbitrary constants; fix predicates and C constraint.
12603
12604 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
12605
12606         * cppmacro.c: Don't warn about function-like macros without
12607         '(' during pre-expansion.
12608
12609 2002-09-20  Jim Wilson  <wilson@redhat.com>
12610
12611         * config/v850/v850.c (current_function_anonymous_args): Delete.
12612         (expand_prologue): Use current_function_args_info.anonymous_args.
12613         (expand_epilogue): Delete use of current_function_anonymous_args.
12614         * config/v850/v850.h (struct cum_arg): Add anonymous_args field.
12615         (INIT_CUMULATIVE_ARGS): Clear anonymous_args field.
12616         (current_function_anonymous_args): Delete extern declaration.
12617         (SETUP_INCOMING_VARARGS): Set anonymous_args field.
12618
12619 2002-09-20  Geoffrey Keating  <geoffk@apple.com>
12620
12621         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update for change
12622         to load_macho_picbase.
12623         * config/rs6000/rs6000.md: Document Darwin-specific unspec IDs.
12624         (load_macho_picbase): Take the symbol to use as a parameter.
12625         (macho_correct_pic): New insn.
12626         (builtin_setjmp_reciever): On Darwin, restore the PIC register.
12627
12628         * config/rs6000/rs6000.h (ELIMINABLE_REGS): Use
12629         RS6000_PIC_OFFSET_TABLE_REGNUM rather than hardcoding 30.
12630         (CAN_ELIMINATE): Likewise.
12631         (INITIAL_ELIMINATION_OFFSET): Likewise.
12632         (TOC_REGISTER): Likewise.
12633
12634 2002-09-20  Richard Henderson  <rth@redhat.com>
12635
12636         * real.c (real_hash): New.
12637         * real.h: Declare it.
12638         * cse.c (canon_hash): Use it.
12639         * cselib.c (hash_rtx): Likewise.
12640         * emit-rtl.c (const_double_htab_hash): Likewise.
12641         * rtl.h (CONST_DOUBLE_REAL_VALUE): New.
12642         * varasm.c (struct rtx_const): Reduce vector size; separate
12643         integer and fp vectors.
12644         (HASHBITS): Remove.
12645         (const_hash_1): Rename from const_hash.  Use real_hash.  Do not
12646         take modulus MAX_HASH_TABLE.
12647         (const_hash): New.  Do take modulus MAX_HASH_TABLE.
12648         (output_constant_def): Do not take modulus MAX_HASH_TABLE.
12649         (SYMHASH): Don't use HASHBITS.
12650         (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE.
12651         Fix CONST_VECTOR thinko wrt fp vectors.  Fix kind comparison.
12652         (simplify_subtraction): Fix kind comparison.
12653         (const_hash_rtx): Return unsigned int.  Don't use HASHBITS.
12654         Use a union to pun integer array.
12655         * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
12656         only hash two words of integral CONST_DOUBLE.
12657
12658 2002-09-20  Steve Ellcey  <sje@cup.hp.com>
12659
12660         * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
12661         (STARTFILE_PREFIX_SPEC): New.
12662         (LINK_SPEC): Modify.
12663         (LIB_SPEC): Modify.
12664         (LIBGCC_SPEC): New.
12665
12666 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
12667
12668         * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
12669         UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.
12670
12671 2002-09-20  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
12672
12673         * config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
12674         Add clobber of the condition code register.
12675
12676 2002-09-20  Richard Henderson  <rth@redhat.com>
12677
12678         * real.c (do_fix_trunc): Static.
12679         (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
12680         encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
12681         encode_i370_single, encode_i370_double, encode_c4x_single,
12682         encode_c4x_extended): Add default abort case.
12683
12684 2002-09-20  Richard Henderson  <rth@redhat.com>
12685
12686         * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
12687         MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
12688         (struct realvaluetype): Remove.
12689         (REAL_VALUE_TYPE): Use struct real_value.
12690         (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
12691         (test_real_width): New.
12692         * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
12693         (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
12694         (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
12695         real_isneg, real_isnegzero, real_identical, exact_real_inverse,
12696         real_to_integer, real_to_integer2, real_to_decimal,
12697         real_to_hexadecimal, real_from_string, real_from_integer,
12698         real_inf, real_nan, real_2expN, real_convert, real_to_target,
12699         real_from_target): Likewise.
12700         * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
12701         * gengtype-yacc.y (bitfieldopt): Accept an ID as well.
12702
12703 2002-09-20  Richard Henderson  <rth@redhat.com>
12704
12705         * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
12706         IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
12707         * defaults.h: ... here.
12708         * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
12709         config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
12710         config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
12711         config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
12712
12713 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
12714
12715         * config/mmix/mmix.md ("negdf2"): Rewrite.
12716         ("*expanded_negdf2"): New.
12717
12718 2002-09-19  Jim Wilson  <wilson@redhat.com>
12719
12720         * combine.c (simplify_set): When optimizing a subreg src with a
12721         cc0 dest, use GET_MODE (src) for mask instead of inner_mode.
12722
12723 2002-09-19  Dale Johannesen <dalej@apple.com>
12724         * combine.c (make_extraction): Don't create
12725         invalid subreg.
12726
12727 2002-09-19  Roger Sayle  <roger@eyesopen.com>
12728
12729         * tree.c (integer_nonzerop): New predicate for nonzero integers.
12730         * tree.h (integer_nonzerop): Add function prototype.
12731         * stmt.c (expand_end_loop):  Don't rotate the loop when there
12732         are no instructions in the test, i.e. the loop is unconditional.
12733         (expand_exit_loop_if_false):  Optimize RTL generation of loop
12734         tests when the condition is always true or always false.
12735         * c-semantics.c (genrtl_do_stmt):  Optimize RTL generation of
12736         do-loops when the condition is always true.
12737         (genrtl_for_stmt):  Optimize RTL generation of for-loops when
12738         the for-expression is empty.
12739
12740 2002-09-19  Zack Weinberg  <zack@codesourcery.com>
12741
12742         * gcc.c (use_pipes): New flag.
12743         (process_command): Set it.  Adjust check for -pipe conflicting
12744         with -time or -save-temps.
12745         (do_spec_1): Use it.  Handle %|SUFFIX, %mSUFFIX, and
12746         %<SWITCH.  Drop %| (without a SUFFIX).
12747         (handle_braces): Drop %{<SWITCH}, %{^SWITCH}, %{|...}.
12748         (give_switch): Third argument eliminated.
12749         (invoke_as, @assembler_with_cpp spec): Use %|.s or %m.s
12750         depending on AS_NEEDS_DASH_FOR_PIPED_INPUT.
12751         (specs documentation comment): Update.
12752
12753         * config/netbsd-aout.h, config/openbsd.h, config/ptx4.h,
12754         config/svr4.h, config/i386/freebsd-aout.h,
12755         config/m68k/netbsd-elf.h, config/m68k/netbsd.h,
12756         config/m68k/openbsd.h, config/mips/openbsd.h,
12757         config/sparc/sparc.h: Define AS_NEEDS_DASH_FOR_PIPED_INPUT
12758         instead of putting %| into ASM_SPEC and/or ASM_FINAL_SPEC.
12759         * config/avr/avr.h: Delete do-nothing ASM_FINAL_SPEC.
12760         * config/cris/cris.h: Update comment.
12761
12762         * ada/lang-specs.h: Use %(invoke_as).  Straighten out
12763         error messages.  Don't use %{^SWITCH}.
12764         * ada/misc.c (gnat_decode_option): Handle -I with a
12765         separate argument.
12766
12767         * f/lang-specs.h: Use %| and %m.
12768         * java/jvspec.c: Use %m and %(invoke_as).  Change all
12769         uses of %{<SWITCH} to %<SWITCH.
12770
12771         * doc/invoke.texi: Update documentation of specs.
12772         * doc/tm.texi: Document AS_NEEDS_DASH_FOR_PIPED_INPUT.
12773
12774 2002-09-19  Ulrich Weigand  <uweigand@de.ibm.com>
12775
12776         * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
12777         and STRICT_LOW_PART within SET_DEST.
12778         * config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
12779         splitters, replacing pre-reload splitters.
12780         ("*zero_extendhisi2_31", "*zero_extendqisi2_31",
12781         "*zero_extendqihi2_31"): New insns.
12782         ("*zero_extendqihi2_64"): Do not clobber CC.
12783
12784 2002-09-18  Devang Patel  <dpatel@apple.com>
12785
12786         * cp/cp-tree.h: New prototype for walk_vtables().
12787         * cp/decl.c (walk_vtables_r): New function.
12788         (struct cp_binding_level): Add new members, namespaces,
12789         names_size and vtables.
12790         (add_decl_to_level): Add decl in namespaces or vtables
12791         chain, if conditions match.
12792         (walk_vtables): New function.
12793         (walk_namespaces_r): Travers separate namespace chain
12794         for namespace decls.
12795         (wrapup_globals_for_namespace): Use names_size instead
12796         of list_length().
12797         * cp/decl2.c (finish_file): Use walk_vtables() instead of
12798         walk_globals() to walk vtable decls.
12799
12800 2002-09-19  Steve Ellcey  <sje@cup.hp.com>
12801
12802         * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
12803         (DTORS_SECTION_ASM_OP): Ditto.
12804         (READONLY_DATA_SECTION_ASM_OP): Moved.
12805         (DATA_SECTION_ASM_OP): New.
12806         (SDATA_SECTION_ASM_OP): New.
12807         (BSS_SECTION_ASM_OP): New.
12808         (SBSS_SECTION_ASM_OP): New.
12809         (TEXT_SECTION_ASM_OP): New.
12810
12811 2002-09-19  Kazu Hirata  <kazu@cs.umass.edu>
12812
12813         * config/fp-bit.c: Follow spelling conventions.
12814         * config/d30v/d30v.c: Likewise.
12815         * config/d30v/d30v.h: Likewise.
12816         * config/fr30/fr30.c: Likewise.
12817         * config/fr30/fr30.h: Likewise.
12818         * config/fr30/fr30.md: Likewise.
12819         * config/frv/frv.c: Likewise.
12820         * config/frv/frv.h: Likewise.
12821         * config/h8300/h8300.c: Likewise.
12822         * config/h8300/lib1funcs.asm: Likewise.
12823         * config/i370/i370.c: Likewise.
12824         * config/i386/i386.h: Likewise.
12825         * config/i386/i386.md: Likewise.
12826         * config/i386/pentium.md: Likewise.
12827         * config/i386/winnt.c: Likewise.
12828         * config/i960/i960.c: Likewise.
12829         * config/ia64/ia64.h: Likewise.
12830         * config/ip2k/ip2k.c: Likewise.
12831         * config/ip2k/ip2k.h: Likewise.
12832         * config/ip2k/ip2k.md: Likewise.
12833         * config/ip2k/libgcc.S: Likewise.
12834
12835 2002-09-19  Stephen Clarke <stephen.clarke@superh.com>
12836
12837         * config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
12838         (GOTOFF_P): Extend to allow gotoff plus constant.
12839
12840 2002-09-18  Richard Henderson  <rth@redhat.com>
12841
12842         * ifcvt.c (noce_process_if_block): Correctly detect X modified
12843         with INSN_B before COND_EARLIEST.  Don't check A and B for
12844         modification in condition range.  Reorder INSN_B for A==B properly.
12845         (if_convert): Iterate until no matches for a block.
12846
12847 2002-09-18  Richard Henderson  <rth@redhat.com>
12848
12849         * calls.c (store_one_arg): Rename default_align to parm_align;
12850         always adjust parm_align for downward padding.
12851
12852 2002-09-18  Richard Henderson  <rth@redhat.com>
12853
12854         * toplev.c (backend_init): Move init_real_once invocation ...
12855         (do_compile): ... here.
12856
12857 2002-09-18  Richard Henderson  <rth@redhat.com>
12858
12859         * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
12860         RTX_UNCHANGING_P markers for successful tail-recursive replacement.
12861
12862 2002-09-18  Richard Henderson  <rth@redhat.com>
12863
12864         * real.c (round_for_format): Collect sticky as unsigned long, not bool.
12865
12866 2002-09-19  Alan Modra  <amodra@bigpond.net.au>
12867
12868         * config/rs6000/rs6000.md: (floatdisf2): Rename to
12869         floatdisf2_internal1.
12870         (floatdisf2): New define_expand.
12871         (floatdisf2_internal2): Likewise.
12872
12873 2002-09-18  Richard Henderson  <rth@redhat.com>
12874
12875         * real.c (sticky_rshift_significand): Collect sticky as
12876         unsigned long, not bool.
12877
12878 2002-09-18  Ulrich Weigand  <uweigand@de.ibm.com>
12879
12880         * config/s390/s390.c (s390_address_cost): New function.
12881         config/s390/s390-protos.h (s390_address_cost): Add prototype.
12882         config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
12883         (RTX_COST): Use COSTS_N_INSNS.
12884
12885 2002-09-18  Douglas Rupp  <rupp@gnat.com>
12886             Donn Terry  <donnte@microsoft.com>
12887
12888         * stor-layout.c (place_field): Handle alignment of whole
12889         structures when MSVC compatible bitfields are involved.
12890         Change method of computing location of MS bitfields to
12891         be compatible with #pragma pack(n).
12892
12893         * tree.h (record_layout_info): Add new field
12894         remaining_in_alignment.
12895
12896         * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
12897         (pragma pack): Add paragraph on MSVC bitfield packing.
12898
12899 2002-09-18  Richard Earnshaw  (reanrsha@arm.com)
12900
12901         PR optimization/7967
12902         * arm.md (ne_zeroextractsi): Add clobber of the condition code
12903         register.
12904
12905 2002-09-18  Kazu Hirata  <kazu@cs.umass.edu>
12906
12907         * config/s390/s390.c: Follow spelling conventions.
12908         * config/sh/lib1funcs.asm: Likewise.
12909         * config/sh/sh.c: Likewise.
12910         * config/sh/sh.h: Likewise.
12911         * config/sparc/sparc.c: Likewise.
12912         * config/sparc/sparc.h: Likewise.
12913         * config/sparc/sparc.md: Likewise.
12914         * config/stormy16/stormy16.c: Likewise.
12915         * config/stormy16/stormy16.h: Likewise.
12916         * config/v850/v850.c: Likewise.
12917         * config/v850/v850.h: Likewise.
12918         * config/vax/vax.c: Likewise.
12919         * config/vax/vax.h: Likewise.
12920
12921 2002-09-18  Nick Clifton  <nickc@redhat.com>
12922
12923         * config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
12924         * config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
12925         * config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.
12926
12927 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
12928
12929         * function.c (max_parm_reg_num): Remove.
12930         * stmt.c (in_control_zone_p, stmt_loop_nest_empty,
12931         drop_through_at_end_p, move_cleanups_up,
12932         expand_end_case_dummy, case_index_expr_type): Likewise.
12933         * stor-layout.c (pos_from_byte): Likewise.
12934         * tree.c (chain_member_value, chain_member_purpose, listify,
12935         tree_int_cst_msb, index_type_equal): Likewise.
12936         * tree.h: Remove prototypes for unused functions.
12937
12938 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
12939
12940         * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
12941         statement that the only translation is to en_UK.
12942
12943 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
12944
12945         * config/alpha/alpha.c: Follow spelling conventions.
12946         * config/alpha/alpha.h: Likewise.
12947         * config/alpha/alpha.md: Likewise.
12948         * config/arc/arc.h: Likewise.
12949         * config/arm/arm.c: Likewise.
12950         * config/arm/arm.h: Likewise.
12951         * config/arm/arm.md: Likewise.
12952         * config/arm/pe.c: Likewise.
12953         * config/arm/unknown-elf.h: Likewise.
12954         * config/avr/avr.c: Likewise.
12955         * config/avr/avr.h: Likewise.
12956         * config/c4x/c4x.c: Likewise.
12957         * config/cris/cris.c: Likewise.
12958         * config/cris/cris.h: Likewise.
12959
12960 2002-09-17  Samuel Figueroa  <figueroa@apple.com>
12961
12962         * final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
12963         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
12964         * doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.
12965
12966 2002-09-17  Dale Johannesen  <dalej@apple.com>
12967
12968         * cfgcleanup.c (try_forward_edges):  Do not forward a
12969         branch to just after a loop exit before loop optimization;
12970         this interfered with doloop detection.
12971
12972 2002-09-17  Nick Clifton  <nickc@redhat.com>
12973
12974         * config/arm/arm.c (output_return_instruction): Do not
12975         writeback the stack pointer when it is being loaded.
12976         (arm_output_epilogue): Likewise.
12977
12978 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
12979
12980         * optabs.c (prepare_cmp_insn): Let emit_library_call_value
12981         generate a pseudo reg that receives the result of a libcall.
12982         (prepare_float_lib_cmp): Likewise.
12983
12984 2002-09-17  Steve Ellcey  <sje@cup.hp.com>
12985
12986         * config/ia64/elf.h: Remove CPP_PREDEFINES.
12987
12988 Tue Sep 17 13:58:04 2002  Nicola Pero  <n.pero@mi.flashnet.it>
12989
12990         Fix PR/7014 and related objc bugs:
12991         * c-typeck.c (comp_target_types): Added a reflexive argument.
12992         Pass it to ObjC when/if calling objc_comptypes().  Updated all
12993         callers to provide the appropriate reflexive argument.
12994         * objc/objc-act.c (objc_comptypes): Carefully checked and fixed
12995         typechecking for all cases of comparisons and assignments,
12996         particularly the obscure and less common ones involving protocols.
12997
12998 2002-09-17  Nick Clifton  <nickc@redhat.com>
12999
13000         * machmode.def (V1DImode): New mode.  A single element vector.
13001         * tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
13002         (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
13003         * tree.c (build_common_tree_nodes_2): Build
13004         unsigned_V1DI_type_node and V1D1_type_node.
13005         * c-common.c (c_common_type_for_mode): Return
13006         unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
13007         * rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.
13008
13009 Tue Sep 17 13:40:13 2002  Nicola Pero  <n.pero@mi.flashnet.it>
13010
13011         * doc/objc.texi (Constant string objects): Extended documentation
13012         to make clear that the constant string class ivar layout is
13013         completely fixed.
13014
13015 2002-09-17  Roger Sayle  <roger@eyesopen.com>
13016
13017         * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
13018         NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
13019
13020 2002-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13021
13022         * config/mips/mips.c (save_restore_insns): Remove unused variable.
13023         * gcc.c (make_relative_prefix): Likewise.
13024         * loop.c (check_final_value): Likewise.
13025         * jump.c (init_label_info): Remove return value.
13026         * cse.c (prev_insn): Move variable between #ifdef HAVE_cc0 ... #endif.
13027
13028 2002-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13029
13030         * dsp16xx.h (ASM_FORMAT_PRIVATE_NAME): Delete.
13031         (ASM_PN_FORMAT): Define.
13032
13033 2002-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13034
13035         * alpha.h, alpha/vms.h, arc.h, arm/aof.h, arm/aout.h, avr.h,
13036         c4x.h, cris.h, d30v.h, fr30.h, frv.h, h8300.h, i370.h, i386.h,
13037         i960.h, ia64.h, ip2k.h, m32r.h, m68hc11.h, m68k/3b1.h,
13038         m68k/hp320.h, m68k.h, m68k/mot3300.h, m68k/sgs.h, m68k/tower-as.h,
13039         m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
13040         pa.h, pdp11.h, romp.h, rs6000.h, s390/linux.h, sh.h, sparc.h,
13041         stormy16.h, v850.h, vax.h, xtensa.h (ASM_FORMAT_PRIVATE_NAME):
13042         Delete.
13043         * alpha/vms.h, h8300.h, i370.h, ia64.h, m68k/3b1.h, m68k/hp320.h,
13044         m68k/mot3300.h, m68k/sgs.h, m68k/tower-as.h, mmix.h, mn10200.h,
13045         mn10300.h, pa.h, v850.h (ASM_PN_FORMAT): Define.
13046
13047         * defaults.h (ASM_PN_FORMAT, ASM_FORMAT_PRIVATE_NAME): Define.
13048         * doc/tm.texi (ASM_FORMAT_PRIVATE_NAME): Update documentation.
13049
13050 2002-09-16  Richard Henderson  <rth@redhat.com>
13051
13052         * expr.c (emit_block_move): Set memory block size as appropriate
13053         for the copy.
13054
13055 2002-09-16  Richard Henderson  <rth@redhat.com>
13056
13057         PR fortran/3924
13058         * sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
13059
13060 2002-09-16  Richard Henderson  <rth@redhat.com>
13061
13062         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
13063         as well as OFFSET for BITPOS.
13064
13065 2002-09-16  Jeff Garzik  <jgarzik@mandrakesoft.com>
13066
13067         * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
13068         * config/i386/i386.c (processor_alias_table): Add winchip-c6,
13069         winchip2 and c3.
13070         * doc/invoke.texi: Mention new aliases.
13071
13072 2002-09-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13073
13074         * calls.c (store_one_arg): Set default alignment for BLKmode arguments
13075         to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
13076         downward.
13077         * function.c (pad_below):  Always compile.
13078         (locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
13079         alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
13080         Pad below when the argument is not in a register and the padding
13081         direction is downward.
13082
13083         * pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
13084         (PAD_VARARGS_DOWN): Define.
13085         * pa.c (function_arg_padding): Revise padding directions to make them
13086         compatible with the 32 and 64-bit runtime architecture documentation.
13087         (hppa_va_arg):  Add code to handle variable and size zero arguments
13088         passed by reference on TARGET_64BIT.  Reformat.
13089         (function_arg): Use a PARALLEL for BLKmode and aggregates args on
13090         TARGET_64BIT.  Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
13091         wide when !TARGET_64BIT.  Move forward check for mode==VOIDmode.
13092         Add comments.
13093         * pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
13094         (RETURN_IN_MEMORY): Return size zero types in memory.
13095         (FUNCTION_VALUE): Return TFmode in general registers.
13096         (MUST_PASS_IN_STACK): Define.
13097         (FUNCTION_ARG_BOUNDARY): Simplify.
13098         (FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
13099         by reference.
13100         (FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
13101
13102 2002-09-16  Richard Henderson  <rth@redhat.com>
13103
13104         * real.c (do_fix_trunc): New.
13105         (real_arithmetic): Call it.
13106         * simplify-rtx.c (simplify_unary_operation): Handle FIX
13107         with a floating-point result mode.
13108
13109 2002-09-16  Richard Henderson  <rth@redhat.com>
13110
13111         * builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
13112         (BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
13113         * builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
13114         (__builtin_nans, __builtin_nansf, __builtin_nansl): New.
13115         * builtins.c (fold_builtin_nan): New.
13116         (fold_builtin): Call it.
13117         * real.c (real_nan): Parse a non-empty string.
13118         (round_for_format): Fix NaN significand truncation.
13119         * real.h (real_nan): Return bool.
13120         * doc/extend.texi: Document new builtins.
13121
13122 2002-09-16  Jason Merrill  <jason@redhat.com>
13123             Danny Smith  <dannysmith@users.sourceforge.net>
13124
13125         * config/i386/winnt.c (ix86_handle_dll_attribute): Set
13126         DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
13127         (i386_pe_mark_dllimport): Not here.
13128
13129 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
13130
13131         * c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
13132
13133 2002-09-16  Geoffrey Keating  <geoffk@redhat.com>
13134
13135         * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
13136         warnings about unused operands when HOST_BITS_PER_WIDE_INT is
13137         < 64.
13138         (rs6000_emit_cmove): Use real_isinf not target_isinf.
13139
13140 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
13141
13142         * calls.c (emit_library_call_value_1): Don't refer to
13143         hard_libcall_value.
13144         * optabs.c (prepare_float_lib_cmp): Likewise.
13145
13146 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
13147
13148         * ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
13149         mangling.
13150
13151         The following changes are merged from pch-branch:
13152
13153         * doc/gty.texi (GTY Options): Document %a.
13154         * gengtype.c (do_scalar_typedef): New function.
13155         (process_gc_options): Handle `length' option.
13156         (set_gc_used_type): A pointer to an array of structures doesn't
13157         qualify as a pointer to a structure.
13158         (output_escaped_param): Add `%a' escape.
13159         (write_gc_structure_fields): Allow 'desc' on array of unions.
13160         (main): Define `uint8', `jword' and `JCF_u2' as scalars; use
13161         do_scalar_typedef.
13162
13163         * gengtype.c (enum rtx_code): Make global.
13164         (rtx_format): Make global.
13165         (rtx_next): New.
13166         (gen_rtx_next): New.
13167         (write_rtx_next): New.
13168         (adjust_field_rtx_def): Skip fields marked by chain_next.
13169         (open_base_files): Delete redundant prototype.
13170         (write_enum_defn): New.
13171         (output_mangled_typename): Correct abort call.
13172         (write_gc_marker_routine_for_structure): Handle chain_next and
13173         chain_prev options.
13174         (finish_root_table): Don't output redundant \n.
13175         (main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
13176         * c-tree.h (union lang_tree_node): Add chain_next option.
13177
13178         * gengtype.h (NUM_PARAM): New definition.
13179         (struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
13180         * gengtype.c (find_param_structure): New.
13181         (adjust_field_type): Handle param<n>_is option.
13182         (process_gc_options): Detect use_params option.  Update callers.
13183         (set_gc_used_type): Add 'param' parameter, update callers.  Handle
13184         'use_params' option.
13185         (open_base_files): Add splay-tree.h to list of files included.
13186         (output_mangled_typename): New.
13187         (write_gc_structure_fields): Update 'param' parameter to support
13188         multiple parameters.  Change name mangling.  Allow parameterized
13189         fields to have an apparent scalar type.  Handle param<n>_is options,
13190         use_param option.
13191         (write_gc_marker_routine_for_structure): Update for change to name
13192         mangling.  Better guess the output file for parameterized types.
13193         (write_gc_types): Update for change to name mangling.
13194         (write_gc_root): Update for change to name mangling.  Handle (ignore)
13195         param<n>_is options.
13196         * doc/gty.texi (GTY Options): Add description of param<n>_is
13197         options, use_params option.
13198         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
13199         * gengtype-lex.l: Produce token for param<n>_is.
13200         * gengtype-yacc.y: Parse param<n>_is.
13201
13202         * gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
13203
13204         * rtl.c: Update comment describing rtx_format.
13205         * rtl.h (union rtunion): Separate definition and typedef.
13206         (struct rtx_def): Use gengtype to mark.
13207         * Makefile.in (gengtype.o): Also depend on rtl.def.
13208         * ggc.h (ggc_mark_rtx_children): Delete prototype.
13209         (ggc_mark_rtx): Change to alias of gengtype-generated routine.
13210         * ggc-common.c (ggc_mark_rtx_children): Delete.
13211         (ggc_mark_rtx_children_1): Delete.
13212         (gt_ggc_m_rtx_def): Delete.
13213         * gengtype.c (adjust_field_rtx_def): New.
13214         (adjust_field_type): Call adjust_field_rtx_def.
13215         (write_gc_structure_fields): Add 'default' case to switch if none
13216         is specified; remove unused code.
13217
13218         * tree.h (struct tree_exp): Update for change to meaning
13219         of special.
13220         * gengtype.c (adjust_field_tree_exp): New function.
13221         (adjust_field_type): Handle `tree_exp' special here.
13222         (write_gc_structure_fields): Don't handle `tree_exp' special here.
13223         Handle new `dot' option.
13224
13225         * gengtype.h: Make `info' a pointer-to-const.
13226         * gengtype-yacc.y (yacc_ids): Use xasprintf.
13227
13228         * gengtype.c (write_gc_structure_fields): Remove implementation
13229         of `always' option, add `default' option.
13230         * doc/gty.texi (GTY Options): Remove documentation of `always',
13231         add `default'.
13232
13233 2002-09-16  Hans-Peter Nilsson  <hp@bitrange.com>
13234
13235         * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
13236
13237 2002-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13238
13239         * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
13240
13241         * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
13242         instead of the *-protos.h file directly.
13243         * t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
13244         * darwin.c (machopic_output_stub): Move prototype ...
13245         * darwin-protos.h (machopic_output_stub): ... here.
13246         * rs6000-protos.h (machopic_output_stub): Don't declare.
13247
13248 2002-09-16  Richard Henderson  <rth@redhat.com>
13249
13250         * c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
13251
13252 2002-09-16  Richard Henderson  <rth@redhat.com>
13253
13254         * real.c, real.h: Rewrite from scratch.
13255
13256         * Makefile.in (simplify-rtx.o): Depend on TREE_H.
13257         (paranoia): New target.
13258         * builtins.c (fold_builtin_inf): Use new real.h interface.
13259         * c-common.c (builtin_define_with_hex_fp_value): Likewise.
13260         * c-lex.c (interpret_float): Likewise.
13261         * emit-rtl.c (gen_lowpart_common): Likewise.
13262         * optabs.c (expand_float): Use real_2expN.
13263         * config/ia64/ia64.md (divsi3, udivsi3): Likewise.
13264         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
13265         (FLOAT_WORDS_BIG_ENDIAN): New.
13266         * cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
13267         directly to REAL_VALUE_NEGATIVE.
13268         * loop.c (canonicalize_condition): Likewise.
13269         * simplify-rtx.c: Include tree.h.
13270         (simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
13271         with floating-point result modes.
13272         * toplev.c (backend_init): Call init_real_once.
13273
13274         * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
13275         * tree.c (build_real): Likewise.
13276         * config/alpha/alpha.c, config/vax/vax.c (float_strings,
13277         float_values, inited_float_values, check_float_value): Remove.
13278         * config/alpha/alpha.h, config/m68hc11/m68hc11.h,
13279         config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
13280         * doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
13281         (VAX_HALFWORD_ORDER): Remove.
13282
13283 2002-09-16  Ulrich Weigand  <uweigand@de.ibm.com>
13284
13285         * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
13286         (s390_load_address): ... this new function.
13287         (s390_decompose_address): Allow the argument pointer and all
13288         virtual registers as 'pointer' registers.
13289         (s390_expand_plus_operand): Use s390_load_address.
13290         config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
13291         ("force_la_31"): New insn pattern.
13292         config/s390/s390-protos.h (legitimize_la_operand): Remove.
13293         (s390_load_address): Add prototype.
13294
13295         * config/s390/s390.c: Include "optabs.h".
13296         (s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
13297         config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
13298         s390_expand_cmpstr): Add prototypes.
13299         config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
13300         ("movstrdi_short"): Rename to "movstr_short_64".  Change predicates
13301         for operands 0 and 1 to "memory_operand".  Add type attribute.
13302         ("movstrsi_short"): Rename to "movstr_short_31".  Change predicates
13303         for operands 0 and 1 to "memory_operand".  Add type attribute.
13304         ("movstrdi_long", "movstrsi_long"): Remove.
13305         ("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
13306         ("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
13307         ("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
13308         ("clrstrsico"): Remove, replace by ...
13309         ("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
13310         ("clrstrsi_64"): Rename to "clrstr_long_64".
13311         ("clrstrsi_31"): Rename to "clrstr_long_31".
13312         ("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
13313         ("cmpstr_const"): Remove, replace by ...
13314         ("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
13315         ("cmpstr_64"): Rename to "cmpstr_long_64".
13316         ("cmpstr_31"): Rename to "cmpstr_long_31".
13317
13318 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
13319
13320         * ABOUT-NLS: Follow spelling conventions.
13321         * ChangeLog: Likewise.
13322         * ChangeLog.1: Likewise.
13323         * ChangeLog.2: Likewise.
13324         * ChangeLog.3: Likewise.
13325         * ChangeLog.4: Likewise.
13326         * ChangeLog.5: Likewise.
13327         * ChangeLog.6: Likewise.
13328         * FSFChangeLog.10: Likewise.
13329         * FSFChangeLog.11: Likewise.
13330         * c-common.c: Likewise.
13331         * c-lex.c: Likewise.
13332         * c-objc-common.c: Likewise.
13333         * cppexp.c: Likewise.
13334         * cppinit.c: Likewise.
13335         * cpplex.c: Likewise.
13336         * doloop.c: Likewise.
13337         * flow.c: Likewise.
13338         * function.c: Likewise.
13339         * integrate.c: Likewise.
13340         * loop.c: Likewise.
13341         * reg-stack.c: Likewise.
13342         * reload.h: Likewise.
13343         * ssa.c: Likewise.
13344
13345 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13346
13347         * Makefile.in (vmsdbgout.o): Depend on $(TARGET_H)
13348         * vmsdbgout.c: Include "target.h".
13349
13350 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
13351
13352         * ChangeLog: Follow spelling conventions.
13353         * ChangeLog.0: Likewise.
13354         * ChangeLog.1: Likewise.
13355         * ChangeLog.2: Likewise.
13356         * ChangeLog.4: Likewise.
13357         * ChangeLog.6: Likewise.
13358         * config.gcc: Likewise.
13359         * dwarfout.c: Likewise.
13360         * reload1.c: Likewise.
13361         * simplify-rtx.c: Likewise.
13362         * unwind-sjlj.c: Likewise.
13363         * config/avr/avr.h: Likewise.
13364         * config/d30v/d30v.h: Likewise.
13365         * config/frv/frv.c: Likewise.
13366         * config/frv/frv.h: Likewise.
13367         * config/ip2k/ip2k.h: Likewise.
13368         * config/m88k/m88k-move.sh: Likewise.
13369         * config/stormy16/stormy16.c: Likewise.
13370         * config/stormy16/stormy16.h: Likewise.
13371         * doc/extend.texi: Likewise.
13372         * doc/interface.texi: Likewise.
13373         * doc/invoke.texi: Likewise.
13374         * doc/md.texi: Likewise.
13375         * doc/rtl.texi: Likewise.
13376         * doc/tm.texi: Likewise.
13377         * doc/trouble.texi: Likewise.
13378         * ginclude/float.h: Likewise.
13379         * treelang/treelang.texi: Likewise.
13380
13381 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13382
13383         * i386-protos.h (i386_pe_dllexport_name_p,
13384         i386_pe_dllimport_name_p, i386_pe_unique_section,
13385         i386_pe_declare_function_type, i386_pe_record_external_function,
13386         i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
13387         prototype.
13388         * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
13389         * i386/t-interix (winnt.o): Likewise.
13390
13391         * v850-protos.h (v850_output_addr_const_extra): Prototype.
13392
13393 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
13394
13395         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
13396         MIPS ABI CPP macros.
13397         (TARGET_CPU_CPP_BUILTINS): Redefine.
13398         (SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
13399         (SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
13400
13401 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13402
13403         * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
13404
13405 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
13406
13407         * ChangeLog: Follow spelling conventions.
13408         * ChangeLog.0: Likewise.
13409         * ChangeLog.1: Likewise.
13410         * ChangeLog.2: Likewise.
13411         * ChangeLog.3: Likewise.
13412         * ChangeLog.4: Likewise.
13413         * ChangeLog.5: Likewise.
13414         * ChangeLog.6: Likewise.
13415         * FSFChangeLog.10: Likewise.
13416         * FSFChangeLog.11: Likewise.
13417         * c-common.c: Likewise.
13418         * c-common.h: Likewise.
13419         * c-format.c: Likewise.
13420         * c-opts.c: Likewise.
13421         * cpplib.c: Likewise.
13422         * langhooks.h: Likewise.
13423         * real.c: Likewise.
13424         * reg-stack.c: Likewise.
13425         * toplev.c: Likewise.
13426         * config/arm/arm.c: Likewise.
13427         * config/arm/arm.md: Likewise.
13428         * config/arm/linux-gas.h: Likewise.
13429         * config/arm/netbsd.h: Likewise.
13430         * config/c4x/c4x.c: Likewise.
13431         * config/c4x/c4x.h: Likewise.
13432         * config/c4x/c4x.md: Likewise.
13433         * config/c4x/libgcc.S: Likewise.
13434         * config/fr30/fr30.md: Likewise.
13435         * config/frv/frv.md: Likewise.
13436         * config/ia64/ia64.md: Likewise.
13437         * config/mips/mips.h: Likewise.
13438         * config/mn10300/mn10300.c: Likewise.
13439         * config/stormy16/stormy16.c: Likewise.
13440         * config/v850/v850.md: Likewise.
13441         * doc/extend.texi: Likewise.
13442         * doc/invoke.texi: Likewise.
13443         * doc/md.texi: Likewise.
13444
13445 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
13446
13447         * config/netbsd.h (LIB_SPEC): Include the appropriate pthread
13448         library if -pthread is specified.
13449
13450 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
13451
13452         * config.gcc (*-*-netbsd*): Set thread_file to 'posix'
13453         for --enable-threads=yes and --enable-threads=posix.
13454
13455 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
13456
13457         * config/sparc/cypress.md: Replace Sparc with SPARC.
13458         * config/sparc/freebsd.h: Likewise.
13459         * config/sparc/gmon-sol2.c: Likewise.
13460         * config/sparc/hypersparc.md: Likewise.
13461         * config/sparc/lb1spc.asm: Likewise.
13462         * config/sparc/lb1spl.asm: Likewise.
13463         * config/sparc/linux.h: Likewise.
13464         * config/sparc/linux64.h: Likewise.
13465         * config/sparc/lynx.h: Likewise.
13466         * config/sparc/sol2.h: Likewise.
13467         * config/sparc/sparc-modes.def: Likewise.
13468         * config/sparc/sparc.c: Likewise.
13469         * config/sparc/sparc.h: Likewise.
13470         * config/sparc/sparc.md: Likewise.
13471         * config/sparc/sparclet.md: Likewise.
13472         * config/sparc/supersparc.md: Likewise.
13473         * config/sparc/sysv4.h: Likewise.
13474         * config/sparc/vxsim.h: Likewise.
13475         * config/sparc/vxsparc64.h: Likewise.
13476
13477 2002-09-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13478
13479         * c-lex.c (cb_ident): Mark variable with ATTRIBUTE_UNUSED.
13480         * collect2.c (ignore_library, aix_std_libs): Move into the context
13481         where it is used.
13482         * m68hc11.c (m68hc11_autoinc_compatible_p): Delete prototype.
13483         (autoinc_mode, m68hc11_make_autoinc_notes): Add prototypes.
13484         * m88k.c (output_call): Wrap variables with macro controlling use.
13485         * rs6000.md: Likewise.  Const-ify variable.
13486         * sh.h (ASM_OUTPUT_LABELREF): Likewise.
13487         * final.c (only_leaf_regs_used): Likewise.
13488         * regrename.c (maybe_mode_change): Mark parameter with
13489         ATTRIBUTE_UNUSED.
13490         * reload.c (find_valid_class): Likewise.  Likewise for variable.
13491         (find_reloads_address_1): Likewise.
13492         * varasm.c (weak_finish): Wrap variable with macro controlling use.
13493
13494 2002-09-14  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13495
13496         * config/avr/avr.c (output.h): Move after inclusion of tree.h.
13497
13498 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13499
13500         * ChangeLog: Follow spelling conventions.
13501         * ChangeLog.0: Likewise.
13502         * ChangeLog.2: Likewise.
13503         * ChangeLog.3: Likewise.
13504         * ChangeLog.4: Likewise.
13505         * ChangeLog.5: Likewise.
13506         * ChangeLog.6: Likewise.
13507         * cppfiles.c: Likewise.
13508         * cppinit.c: Likewise.
13509         * cpplib.h: Likewise.
13510         * cse.c: Likewise.
13511         * debug.h: Likewise.
13512         * df.c: Likewise.
13513         * dominance.c: Likewise.
13514         * hashtable.c: Likewise.
13515         * hashtable.h: Likewise.
13516         * loop.c: Likewise.
13517         * config/arm/README-interworking: Likewise.
13518         * config/arm/arm.c: Likewise.
13519         * config/arm/arm.h: Likewise.
13520         * config/arm/arm.md: Likewise.
13521         * config/dsp16xx/dsp16xx.h: Likewise.
13522         * config/frv/frv.c: Likewise.
13523         * config/frv/frv.h: Likewise.
13524         * config/ip2k/ip2k.h: Likewise.
13525         * config/rs6000/rs6000.c: Likewise.
13526         * config/stormy16/stormy-abi: Likewise.
13527         * config/stormy16/stormy16.h: Likewise.
13528         * config/v850/v850.c: Likewise.
13529
13530 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13531
13532         * loop.c: Fix a comment typo.
13533
13534 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13535
13536         * config/fr30/fr30.h: Fix comment typos.
13537         * config/frv/frv.c: Likewise.
13538         * config/i386/xmmintrin.h: Likewise.
13539         * config/mips/mips.c: Likewise.
13540         * config/sh/sh.c: Likewise.
13541
13542 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13543
13544         * haifa-sched.c: Follow spelling conventions.
13545         * regclass.c: Likewise.
13546         * regrename.c: Likewise.
13547         * config/fp-bit.c: Likewise.
13548         * config/frv/frv.h: Likewise.
13549         * config/m88k/m88k.c: Likewise.
13550         * config/mcore/mcore.c: Likewise.
13551         * config/rs6000/darwin.h: Likewise.
13552         * config/rs6000/gnu.h: Likewise.
13553         * config/rs6000/linux.h: Likewise.
13554         * config/rs6000/linux64.h: Likewise.
13555         * config/rs6000/rs6000.c: Likewise.
13556         * config/rs6000/rs6000.h: Likewise.
13557         * config/sh/sh.c: Likewise.
13558         * config/sparc/sparc.c: Likewise.
13559         * config/sparc/ultra1_2.md: Likewise.
13560
13561 2002-09-14  Stephane Carrez  <stcarrez@nerim.fr>
13562
13563         * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
13564         memory operand when source is 0 (K constraint).
13565         ("movsi_internal"): Likewise.
13566         ("movdf_internal"): Likewise.
13567         ("movsf_internal"): Likewise.
13568
13569 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
13570
13571         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
13572         targetm.binds_local_p to set SYMBOL_REF_FLAG.
13573         (rs6000_xcoff_encode_section_info): Likewise.
13574         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
13575
13576 2002-09-10  Theodore A. Roth  <troth@verinet.com>
13577
13578         * gcc/config/avr/avr.h: Set default options for C++ for avr.
13579
13580 2002-09-13  Roger Sayle  <roger@eyesopen.com>
13581
13582         * stmt.c (struct nexting): Remove unused alt_end_label field.
13583         (expand_start_loop): Delete initialization of alt_end_label.
13584         (expand_start_null_loop): Likewise.
13585         (expand_exit_loop_if_false): Delete updating of alt_end_label.
13586
13587 2002-09-13  Richard Henderson  <rth@redhat.com>
13588
13589         * Makefile.in (toplev.o): Depend on real.h.
13590         (print-rtl.o, varasm.o, ifcvt.o): Likewise.
13591
13592 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
13593
13594         * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
13595         * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
13596         * config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
13597
13598 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
13599
13600         * ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
13601
13602 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
13603
13604         * config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
13605         ia64*-*-linux*): Set extra_parts.
13606         * config/ia64/t-aix (EXTRA_PARTS): Remove.
13607         * config/ia64/t-ia64 (EXTRA_PARTS): Remove.
13608
13609 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
13610
13611         * config/h8300/fixunssfsi.c: Replace H8/S with H8S.
13612         * config/h8300/h8300.c: Likewise.
13613         * config/h8300/h8300.h: Likewise.
13614         * config/h8300/h8300.md: Likewise.
13615         * doc/invoke.texi: Likewise.
13616
13617 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
13618
13619         * config/h8300/h8300.c (h8300_init_once): Fix formatting.
13620
13621 2002-09-13  Richard Henderson  <rth@redhat.com>
13622
13623         * config/alpha/alpha.md (attr type): Add callpal.
13624         (imb, trap, load_tp, set_tp): Use it.
13625         * config/alpha/ev4.md (ev4_callpal): New.
13626         * config/alpha/ev5.md (ev5_callpal): New.
13627         * config/alpha/ev6.md (ev6_ibr): Handle callpal.
13628         * config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
13629         (alphaev5_insn_pipe): Likewise.
13630
13631 2002-09-13  Andreas Jaeger  <aj@suse.de>
13632
13633         * Makefile.in (print-rtl.o): Depend on CONFIG_H.
13634
13635 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
13636
13637         * config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
13638         LIB2ADDEH): New, set to NULL.
13639         (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
13640
13641 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
13642
13643         * config/ia64/quadlib.c (_U_Qfcmp): Make extern.
13644         (_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
13645         (_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
13646         Add declarations.
13647         (_U_Qfneg): Remove.
13648
13649 2002-09-13 Dhananjay Deshpande  <dhananjayd@kpit.com>
13650
13651         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
13652         for H8/300, H8S aa:8 mode.
13653         (TINY_CONSTANT_ADDRESS_P): Add support for H8S aa:16 mode.
13654         * config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
13655         for H8/300 aa:8 mode.
13656
13657 2002-09-13  Hartmut Penner  <hpenner@de.ibm.com>
13658
13659         * config/s390/s390.md ("trap", "conditional_trap", "*trap"): New
13660         insns.
13661
13662 2002-09-12  Richard Henderson  <rth@redhat.com>
13663
13664         * Makefile.in (HOST_PRINT): Use print-rtl1.o
13665         (print-rtl.o): Don't define GENERATOR_FILE.
13666         (print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
13667         * print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
13668         unless GENERATOR_FILE.
13669
13670 2002-09-12  Stan Shebs  <shebs@apple.com>
13671
13672         * config/darwin.h (USER_LABEL_PREFIX): Define here...
13673         * config/i386/darwin.h: ... instead of here.
13674
13675         * target.h (struct gcc_target): New field
13676         terminate_dw2_eh_frame_info.
13677         * target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
13678         (TARGET_INITIALIZER): Add it.
13679         * dwarf2out.c (output_call_frame_info): Use target hook.
13680         * dwarf2asm.c (dw2_asm_output_delta): Use macro
13681         ASM_OUTPUT_DWARF_DELTA if defined.
13682         * doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
13683         (ASM_OUTPUT_DWARF_DELTA): Ditto.
13684         (ASM_OUTPUT_DWARF_OFFSET): Ditto.
13685         (ASM_OUTPUT_DWARF_PCREL): Ditto.
13686         * config.gcc (i[34567]86-*-darwin*): Define extra_parts.
13687         (powerpc-*-darwin*): Ditto.
13688         * crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
13689         to work correctly for Darwin.
13690         * config/darwin.h (OBJECT_FORMAT_MACHO): Define.
13691         (STARTFILE_SPEC): Add crtbegin.o.
13692         (ENDFILE_SPEC): Define.
13693         (EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
13694         (ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
13695         (ASM_OUTPUT_DWARF_DELTA): Define.
13696         (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
13697         * config/darwin.c (darwin_asm_output_dwarf_delta): New function.
13698
13699 2002-09-13  Alan Modra  <amodra@bigpond.net.au>
13700
13701         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
13702         nesting.  Correct test for non-PowerPC64 ELF ABI_AIX.
13703         * config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
13704
13705 2002-09-12  Zack Weinberg  <zack@codesourcery.com>
13706
13707         * toplev.c: Move default definition of USER_LABEL_PREFIX...
13708         * defaults.h: ... here.
13709
13710 2002-09-12  Richard Henderson  <rth@redhat.com>
13711
13712         * vax.c: Include tree.h earlier.
13713
13714 2002-09-12  Stan Shebs  <shebs@apple.com>
13715
13716         * config/darwin.c (machopic_finish): Remove #if 0 chunks.
13717         (machopic_operand_p): Ditto.
13718
13719 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
13720
13721         * config/arm/arm.c (arm_compute_initial_elimination_offset):
13722         Fix a comment typo.
13723
13724 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
13725
13726         * toplev.c (do_abort): Fix a comment typo.
13727
13728 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
13729
13730         * cselib.c: Fix comment formatting.
13731         * gengtype.c: Likewise.
13732
13733 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
13734
13735         * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
13736         (udivmodhi4): Likewise.
13737
13738 2002-09-12  Graham Stott  <graham.stott@btinternet.com>
13739             Roger Sayle  <roger@eyesopen.com>
13740
13741         * i386.c (any_fp_register_operand, fp_register_operand,
13742         register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
13743         New predicate functions.
13744         * i386-protos.h:  Add their prototypes.
13745         * i386.h: Add them to PREDICATE_CODES.
13746         * i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
13747         "*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
13748         "*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
13749         "*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
13750         "*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
13751         "*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
13752         "*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
13753         "*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
13754         "*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
13755         "*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
13756         "*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
13757         Use these new predicates to simplify and correct the use of
13758         FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
13759
13760 2002-09-12  Jason Merrill  <jason@redhat.com>
13761
13762         * diagnostic.c (output_add_identifier): New fn.
13763         * diagnostic.h: Declare it.
13764
13765         * calls.c (store_one_arg): Use size_in_bytes to determine the
13766         amount of space to push.
13767
13768 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
13769
13770         * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
13771
13772 2002-09-12  Ulrich Weigand  <uweigand@de.ibm.com>
13773
13774         * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
13775         * config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
13776         (s390_select_ccmode): Likewise.
13777         (s390_branch_condition_mask): Likewise.
13778         (optimization_options): Do not set flag_branch_on_count.
13779         (s390_split_branches): Handle doloop branches.
13780         (s390_chunkify_pool): Likewise.
13781         * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
13782         ("doloop_end"): New expander.
13783         ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
13784         associated splitters): New.
13785
13786 2002-09-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13787
13788         * genattrtab.c (simplify_cond): Remove unused variable(s).
13789         * global.c (record_conflicts): Likewise.
13790         * jump.c (rebuild_jump_labels): Likewise.
13791         * loop.c (scan_loop, check_final_value): Likewise.
13792         * ra-colorize.c (colorize_one_web, assign_colors): Likewise.
13793         * reload1.c (eliminate_regs_in_insn, do_input_reload): Likewise.
13794         * rtlanal.c (reg_set_p): Likewise.
13795         * stmt.c (expand_asm_operands, expand_decl): Likewise.
13796         * genautomata.c (empty_reserv): Remove.
13797         * loop.c (max_luid): Likewise.
13798         * sched-rgn.c (bitlst_table_size): Likewise.
13799
13800 2002-09-11  Nathan Sidwell  <nathan@codesourcery.com>
13801
13802         Reimplement gcov format.
13803         * gcov-io.h: Replace.
13804         * gcov.c: Reimplement.
13805         * gcov-iov.c: New file.
13806         * gcov-dump.c: New file.
13807         * libgcc2.c (L_bb): Replace with ...
13808         (L_gcov): ... this.
13809         (struct bb_function_info, struct bb): Remove.
13810         (inhibit_libc): Never inhibit.
13811         (gcov_list, gcov_crc): New static variables.
13812         (gcov_version_mismatch): New static function.
13813         (__bb_exit_func): Renamed to ...
13814         (__gcov_exit): ... here. Made static. Reimplement.
13815         (__gcov_init_func): Rename to ...
13816         (__gcov_init): ... here. Check version, update crc.
13817         (__bb_fork_func): Rename to ...
13818         (__gcov_flush): ... here.
13819         * libgcc2.h (struct bb, __bb_exit_func, __bb_init_func,
13820         __bb_fork_func, gcov_type, __bb_find_arc_counters): Remove.
13821         * calls.c (expand_call): Call __gcov_flush.
13822         * profile.c (bb_file, last_bb_file_name): Remove.
13823         (bbg_file_name): New global variable.
13824         (output_gcov_string): Remove.
13825         (get_exec_counts): Reimplement.
13826         (branch_prob): Reimplement gcov file writing.
13827         (init_branch_prob): Create bbg_file_name, don't create
13828         bb_file_name.
13829         (end_branch_prob): Adjust. Don't remove counter file when
13830         instrumenting ourselves.
13831         (create_profiler): Adjust.
13832         * doc/gcov.texi (Gcov Data Files): Remove detailed specification,
13833         point to gcov-io.h.
13834         * Makefile.in (LANGUAGES): Add gcov-dump.
13835         (coverageexts): Remove .bb.
13836         (STAGESTUFF): Add gcov-dump.
13837         (LIB2FUNCS_ST): Replace _bb with _gcov.
13838         (profile.o): Depend on gcov-iov.h.
13839         (final.o): Don't depend on profile.h, gcov.h.
13840         (gcov.o): Depend on gcov-iov.h.
13841         (gcov-iov.o): New target.
13842         (gcov-iov): New target.
13843         (gcov-iov.h): New target.
13844         (gcov-dump.o): New target.
13845         (GCOV_DUMP_OBJS): New variable.
13846         (gcov-dump): New target.
13847         (distclean): Remove coverageexts.
13848         (stage1): Remove coverageexts.
13849
13850 2002-09-11  Hartmut Penner  <hpenner@de.ibm.com>
13851
13852         * fold-const.c (make_range): Only narrow to signed range if
13853         the signed range is smaller than the unsigned range.
13854
13855 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
13856
13857         * emit-rtl.c (set_mem_size): New function.
13858         * expr.h (set_mem_size): Declare.
13859         * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
13860         (expand_block_move): Instead, use adjust_address and
13861         replace_equiv_address to generate proper aliasing info.
13862         Move common code out of conditionals.  Localize vars.
13863
13864 2002-09-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
13865
13866         * optabs.c (expand_binop): Minor cleanup.
13867         (expand_twoval_binop): Convert CONST_INTs like in expand_binop.
13868
13869 2002-09-11  Dan Nicolaescu  <dann@ics.uci.edu>
13870
13871         * print-tree.c (print_node): Print the restrict qualifier.
13872
13873 2002-09-11  Janis Johnson  <janis187@us.ibm.com>
13874
13875         * doc/install.texi: Fix typos.
13876
13877 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
13878
13879         * Makefile.in: Remove all references to s-under and underscore.c.
13880         * collect2.c, tlink.c: Change all uses of prepends_underscore
13881         to look directly at USER_LABEL_PREFIX.
13882
13883 2002-09-11  David Edelsohn  <edelsohn@gnu.org>
13884
13885         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
13886         alignment to csect.
13887         (rs6000_xcoff_unique_section): Only set section name for public
13888         data.
13889         (rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
13890         * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
13891         duplicate definition.
13892
13893 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13894
13895         * pa.md (extzv): Check predicates before emitting extzv_32.
13896         (insv): Likewise.
13897
13898 2002-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
13899
13900         * config/s390/s390.h (MOVE_MAX): Define to correct value.
13901         (MAX_MOVE_MAX): Define.
13902         (MOVE_BY_PIECES_P): Define.
13903         (CLEAR_BY_PIECES_P): Define.
13904
13905 2002-09-10  Denis Chertykov  <denisc@overta.ru>
13906
13907         * config/avr/avr.md (movstrhi): Use right operands for conversion.
13908
13909 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
13910
13911         PR c/7873
13912         * arm.md (insv): Use reg_or_int_operand for operand[3].
13913
13914 2002-09-10  David Edelsohn  <edelsohn@gnu.org>
13915
13916         * rs6000.c (rs6000_assemble_visibility): Protect declaration
13917         inside macro.  Correct function definition typo.
13918         (rs6000_xcoff_section_type_flags): New function.
13919         (TARGET_SECTION_TYPE_FLAGS): Remove definition.
13920         (rs6000_elf_section_type_flags): Call default_section_type_flags_1
13921         with appropriate PIC test.
13922         (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
13923         determine readonly.
13924         (rs6000_binds_local_p): Combine PIC flags.
13925         * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
13926         * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.
13927
13928 2002-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13929
13930         * h8300.md: Fix signed/unsigned warnings.
13931         * mcore.md: Likewise.
13932         * mn10300.c (mask_ok_for_mem_btst): Likewise.
13933
13934 2002-09-09  Per Bothner  <per@bothner.com>
13935
13936         * print-tree.c (print_node):  In a STRING_CST, escape non-ascii
13937         characters, and only print TREE_STRING_LENGTH chars.
13938
13939 2002-09-09  Steve Ellcey  <sje@cup.hp.com>
13940
13941         * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
13942         (ASM_FILE_END) New.
13943         * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
13944         * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
13945         * config/ia64/ia64.c (ia64_asm_output_external): Create list
13946         of external functions if TARGET_HPUX_LD is true.
13947         (ia64_hpux_add_extern_decl): New, routine to put names on
13948         list of external functions.
13949         (ia64_hpux_asm_file_end): Put out declarations for external
13950         functions if and only if they are used.
13951
13952 2002-09-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13953
13954         * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
13955         on TARGET_64BIT before pic register restore.
13956
13957 2002-09-09  David Edelsohn  <edelsohn@gnu.org>
13958
13959         * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
13960         (TARGET_HAVE_TLS): New description.
13961
13962 2002-09-09  Janis Johnson  <janis187@us.ibm.com>
13963
13964         * doc/extend.texi (Statement Exprs): Fix broken link.
13965
13966 2002-09-09  Denis Chertykov  <denisc@overta.ru>
13967
13968         * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
13969         right conversion of operands[1].
13970
13971 2002-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
13972
13973         * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
13974         commutative.  Use "nonimmediate_operand" instead of "register_operand"
13975         as predicate for operand 0.  Move to after the "*tmXX_mem" insns.
13976
13977         ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
13978         as commutative.
13979
13980         ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
13981         mark as commutative.  Use "nonimmediate_operand" instead of
13982         "register_operand" as predicate for operand 1.
13983
13984         ("movstrictsi"): Fix typo in insn name.
13985
13986 2002-09-09  Jan Hubicka  <jh@suse.cz>
13987
13988         * i386.c (index_register_operand): New.
13989         * i386.h (predicate_codes): Add new predicate.
13990         * i386.md (lea_general_*): Use index_register_operand
13991         (ashift to lea splitter): Do not produce invalid leas
13992         (ashift to mov+ashift split): New.
13993
13994 2002-09-09  Nick Clifton  <nickc@redhat.com>
13995
13996         * config/fr30/fr30.c (output.h): Move after inclusion of tree.h.
13997         Fix folding marks.
13998
13999 2002-09-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
14000             J"orn Rennecke <joern.rennecke@superh.com>
14001
14002         * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
14003
14004 2002-09-09  Alan Modra  <amodra@bigpond.net.au>
14005
14006         * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
14007         (function_ok_for_sibcall): Use binds_local_p.  Respect longcall
14008         attributes.
14009
14010 2002-09-08  Nathan Sidwell  <nathan@codesourcery.com>
14011
14012         * basic_block.h (gcov_type): Explain why it is signed.
14013         * final.c: Don't include profile.h.
14014         (struct function_list, functions_head, functions_tail,
14015         end_final): Moved to profile.c
14016         (final): Move arc chaining code to profile.c.
14017         * function.c (prepare_function_start): Remove duplicate line.
14018         * output.h (end_final): Remove prototype.
14019         * predict.c (estimate_loops_at_level): Use gcov_type.
14020         * profile.c (struct function_list, functions_head,
14021         functions_tail): Moved from final.c
14022         (need_func_profiler): Remove.
14023         (instrument_edges): Don't set need_func_profiler.
14024         (get_exec_counts): Avoid signed/unsigned warning.
14025         (compute_checksum): Use crc32.
14026         (branch_prob): Adjust. Chain onto functions_head.
14027         (init_branch_prob): Absorb init_edge_profiler.
14028         (init_edge_profiler): Remove.
14029         (create_profiler): Moved and renamed from final.c:end_final.
14030         Emit data and constructor.
14031         (output_func_start_profiler): Remove.
14032         * profile.h (struct profile_info): checksum is unsigned.
14033         * rtl.h (output_func_start_profiler): Remove prototype.
14034         (create_profiler): Declare.
14035         * toplev.c (compile_file): Call create_profiler, if instrumenting
14036         arcs. Don't call end_final.
14037
14038 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14039
14040         * fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
14041
14042 2002-09-08  Richard Henderson  <rth@redhat.com>
14043
14044         * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
14045         (DW_OP_GNU_push_tls_address): New.
14046         (DW_OP_lo_user): Fix.
14047         * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
14048         (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
14049         (size_of_loc_descr): Likewise.
14050         (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
14051         (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
14052         (loc_descriptor_from_tree): Handle TLS variables.
14053         (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
14054         (add_location_or_const_value_attribute): ... not here.  Defer
14055         to loc_descriptor_from_tree for TLS variables.
14056
14057         * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
14058         * config/i386/i386.c (i386_output_dwarf_dtprel): New.
14059         * config/i386/i386-protos.h: Update.
14060
14061 2002-09-08  Roger Sayle  <roger@eyesopen.com>
14062
14063         PR optimization/6405
14064         * unroll.c (loop_iterations): last_loop_insn should be the previous
14065         non-note instruction before loop->end.
14066         * loop.c (strength_reduce): The conditional jump is the last
14067         non-note instruction before loop->end (as above).
14068
14069 2002-09-08  Roger Sayle  <roger@eyesopen.com>
14070
14071         * combine.c (try_combine): Handle the case that undobuf.other_insn
14072         has been turned into a return or unconditional jump, by inserting
14073         a BARRIER if necessary.
14074         (simplify_set):  Test if a condition code setter has a constant
14075         comparison at compile time, if so convert this insn to a no-op move
14076         and update/simplify the condition code user (undobuf.other_insn).
14077
14078 2002-09-08  Krister Walfridsson  <cato@df.lth.se>
14079
14080         * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
14081         (CLEAR_INSN_CACHE): Define.
14082
14083 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
14084
14085         * basic-block.h: Fix comment formatting.
14086         * c-common.c: Likewise.
14087         * c-common.h: Likewise.
14088         * c-lex.c: Likewise.
14089         * c-pretty-print.c: Likewise.
14090         * cfglayout.c: Likewise.
14091         * cfgloop.c: Likewise.
14092         * defaults.h: Likewise.
14093         * et-forest.c: Likewise.
14094         * explow.c: Likewise.
14095         * function.h: Likewise.
14096         * gcov.c: Likewise.
14097         * genattrtab.c: Likewise.
14098         * gengtype.c: Likewise.
14099         * ifcvt.c: Likewise.
14100         * libgcc2.c: Likewise.
14101         * loop.c: Likewise.
14102         * profile.c: Likewise.
14103         * ra-build.c: Likewise.
14104         * real.c: Likewise.
14105         * rtl.h: Likewise.
14106         * tracer.c: Likewise.
14107         * tree-inline.c: Likewise.
14108         * varasm.c: Likewise.
14109
14110 2002-09-08  Jan Hubicka  <jh@suse.cz>
14111
14112         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
14113         handling.
14114
14115         * loop.c (loop_givs_reduce):  Emit addition after.
14116
14117 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
14118
14119         * varasm.c (default_assemble_visibility): Rename from
14120         assemble_visibility.
14121         * output.h: Here too.
14122         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
14123         * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.
14124
14125 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
14126
14127         * reload.c (find_reloads <p constraint>): Pass operand_mode to
14128         find_reloads_address.
14129
14130 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
14131
14132         * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
14133         (anonymous pattern): Likewise.
14134
14135 2002-09-07  Igor Shevlyakov <igor@microunity.com>
14136
14137         * machmode.def: Add modes for half-float vectors.
14138
14139 2002-09-07  Scott Snyder  <snyder@fnal.gov>
14140
14141         PR target/7374
14142         * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
14143
14144 2002-09-07  Roger Sayle  <roger@eyesopen.com>
14145
14146         * basic-block.h (struct loop): Remove unused cont_dominator field.
14147
14148 2002-09-07  Igor Shevlyakov <igor@microunity.com>
14149
14150         * varasm.c (decode_rtx_const): Don't check undefined field for
14151         CONST_VECTOR.
14152
14153 2002-09-07  Glen Nakamura  <glen@imodulo.com>
14154
14155         PR opt/7814
14156         * sched-deps.c (sched_analyze_insn): Make sure to add insn
14157         to reg_last->sets after flushing the dependency lists to guarantee
14158         that subsequent clobbers will be dependent on it.
14159
14160 2002-09-07  Igor Shevlyakov <igor@microunity.com>
14161
14162         * combine.c (simplify_shift_const): Calculate rotate count
14163         correctly for vector operands.
14164
14165 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14166
14167         * c-typeck.c (c_tree_expr_nonnegative_p): New function.
14168         (build_binary_op): Call c_tree_expr_nonnegative_p rather than
14169         tree_expr_nonnegative_p.
14170         (build_conditional_expr): Likewise.
14171         * c-tree.h (c_tree_expr_nonnegative_p): Declare.
14172
14173 2002-09-07  Richard Henderson  <rth@redhat.com>
14174
14175         * builtins.def (inf, inff, infl): Mark const.
14176         (huge_val, huge_valf, huge_vall): Likewise.
14177         (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.
14178
14179         * real.c (ereal_inf): Clear E before use.
14180
14181 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
14182
14183         * config/h8300/h8300.md (udivmodqi4): Split the pattern into
14184         an expander and an anonymous pattern.  Zero out the upper half
14185         of the dividend in the expander.
14186         (udivmodqi4): Likewise.
14187
14188 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
14189
14190         * config/h8300/h8300.c: Fix formatting.
14191         * config/h8300/h8300.h: Likewise.
14192         * config/h8300/h8300.md: Likewise.
14193
14194 2002-09-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14195
14196         * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
14197         information.
14198
14199 2002-09-07  Graham Stott  <graham.stott@btinternet.com>
14200
14201        * rtlanal.c (dead_or_set_regno_p): Fix typo.
14202
14203 2002-09-07  Alan Modra  <amodra@bigpond.net.au>
14204
14205         * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
14206
14207         * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
14208         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
14209         (TARGET_ASM_OUT): Add the above here.
14210         * target.h (struct gcc_target): Add "visibility" field.
14211         * varasm.c (maybe_assemble_visibility): Call targetm visibility func.
14212         * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
14213         (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
14214         (rs6000_legitimize_reload_address, first_reg_to_save): Formatting.
14215
14216 2002-09-06  Ziemowit Laski <zlaski@apple.com>
14217
14218         * c-lang.c (objc_is_id): New stub.
14219         * c-tree.h (objc_is_id): New forward declaration.
14220         * c-typeck.c (build_c_cast): Do not strip protocol
14221         qualifiers from 'id' type.
14222         * objc/objc-act.c (objc_comptypes): Correct handling
14223         of protocol qualifiers.
14224         (objc_is_id): New.
14225
14226 Fri Sep  6 13:10:08 2002  Jeffrey A Law  (law@redhat.com)
14227
14228         * pentium.md (pentium-firstvboth): Fix typo.
14229
14230 2002-09-06      Dhananjay Deshpande <dhananjayd@kpit.com>
14231
14232         * h8300.c (enum shift_alg): Move to earlier in h8300.c.
14233         (enum shift_type, enum h8_cpu): Likewise.
14234         (INL, ROT, LOP, SPC macros): Likewise.
14235         (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
14236         const designator.
14237         (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
14238         space efficient algorithms when optimize for codesize.
14239
14240 Fri Sep  6 16:35:32 2002  Nicola Pero  <n.pero@mi.flashnet.it>
14241
14242         Fix PR/1727 and long-standing failing testcase
14243         objc/formal-protocol-6.m.
14244         * objc-act.c (build_protocol_expr): If compiling for the GNU
14245         runtime, create a list of Protocol statically allocated instances
14246         if it doesn't exist, then add the Protocol object to this same
14247         list.
14248         (get_objc_string_decl): Fixed typo/bug - TREE_VALUE had been used
14249         instead of TREE_CHAIN.
14250
14251 Fri Sep  6 16:17:33 2002  Nicola Pero  <n.pero@mi.flashnet.it>
14252
14253         * objc/objc-act.c (dump_interface): Enlarged the char * buffer to
14254         10k.  Fixed category dumping - print out category names with the
14255         proper syntax.  Print '@end\n' and not '\n@end' at the end of the
14256         interface.
14257         (finish_objc): Fixed the -gen-decls option.  It was printing out
14258         only the last class.  Dump an interface declaration of all classes
14259         being compiled instead.
14260
14261 2002-09-06  Jason Thorpe  <thorpej@wasabisystems.com>
14262
14263         * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
14264         prototype.
14265         * config/arm/arm.c (arm_gen_return_addr_mask): New function.
14266         * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
14267         if not APCS26 and not Thumb or ARMv4-or-higher.  Use gen_int_mode
14268         rather than GEN_INT.
14269         * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
14270         (return_addr_mask, *check_arch2): New.
14271
14272 2002-09-06  Ulrich Weigand  <uweigand@de.ibm.com>
14273
14274         * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
14275         "*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
14276         "*addsi3_carry1_cc", "*addsi3_carry1_cconly",
14277         "*addsi3_carry2_cc", "*addsi3_carry2_cconly",
14278         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
14279         "adddf3", "*adddf3", "*adddf3_ibm",
14280         "addsf3", "*addsf3", "*addsf3_ibm",
14281         "muldi3", "mulsi3", "mulsidi3",
14282         "muldf3", "*muldf3", "*muldf3_ibm",
14283         "mulsf3", "*mulsf3", "*mulsf3_ibm",
14284         "*anddi3_cc", "*anddi3_cconly", "anddi3",
14285         "*andsi3_cc", "*andsi3_cconly", "andsi3",
14286         "*iordi3_cc", "*iordi3_cconly", "iordi3",
14287         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
14288         "*xordi3_cc", "*xordi3_cconly", "xordi3",
14289         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
14290         instead of "register_operand" as predicate for "%0" operand.
14291
14292 2002-09-06  Jakub Jelinek  <jakub@redhat.com>
14293
14294         * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
14295         unconditionally when gcc_cv_as_flags64 checks are gone.
14296         * configure: Rebuilt.
14297
14298 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14299
14300         * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
14301         2002-07-26 change.  Comment.
14302
14303 2002-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14304
14305         * frv.c (frv_unique_section, frv_select_section,
14306         frv_select_rtx_section): Delete.
14307         (frv_in_small_data_p): New.
14308         (TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
14309         TARGET_ASM_SELECT_RTX_SECTION): Delete.
14310         (TARGET_IN_SMALL_DATA_P): Define.
14311
14312 2002-09-05  Dale Johannesen  <dalej@apple.com>
14313
14314         * reload1.c (reload):  Retain only those memory clobbers
14315         added for variable-array handling.
14316
14317 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
14318
14319         * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
14320         return-in-memory rules.
14321         * config/arm/arm.h (ARM_FLAG_ATPCS, TARGET_ATPCS): Define.
14322
14323 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
14324
14325         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
14326         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
14327
14328 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
14329
14330         * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
14331         not a compile-time constant for the non-IBM case.
14332         * config/arm/arm-protos.h (arm_float_words_big_endian): New
14333         prototype.
14334         * config/arm/arm.c (arm_float_words_big_endian): New function.
14335         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__
14336         if TARGET_VFP  and not TARGET_HARD_FLOAT.
14337         (ARM_FLAG_VFP, TARGET_VFP): Define.
14338         (FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.
14339
14340 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
14341
14342         * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
14343         URLs.  Fix AIX wording.
14344
14345 2002-09-05  Stan Shebs  <shebs@apple.com>
14346
14347         * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and
14348         -fPIC equivalent on Darwin.
14349
14350 Thu Sep  5 16:27:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
14351
14352         * sh.c (sh_expand_builtin): Return early if encountering an
14353         error_mark for a type.
14354
14355 2002-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
14356
14357         * config/s390/s390.c (s390_expand_plus_operand): Do not require
14358         double-word scratch register.
14359         config/s390/s390.md ("reload_indi", "reload_insi"): Adapt.
14360
14361         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem",
14362         "*cli"): Replace s_operand by memory_operand.
14363         ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
14364
14365 2002-09-05  Kazu Hirata  <kazu@cs.umass.edu>
14366
14367         * config/h8300/h8300.c (asm_file_start): Add a missing
14368         semicolon.
14369
14370 2002-09-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14371
14372         * c-typeck.c (build_function_call): Remove unused variable(s).
14373         (build_c_cast): Likewise.
14374         * calls.c (rtx_for_function_call): Likewise.
14375         * cfglayout.c (duplicate_insn_chain): Likewise.
14376         * cfgloop.c (flow_loop_nodes_find): Likewise.
14377         * cfgrtl.c (split_edge): Likewise.
14378         * df.c (df_ref_create): Likewise.
14379         * except.c (expand_end_catch): Likewise.
14380         * expr.c (emit_push_insn, store_constructor, expand_expr): Likewise.
14381         * function.c (emit_return_into_block): Likewise.
14382         (reposition_prologue_and_epilogue_notes): Likewise.
14383         * gengtype.c (get_file_basename, write_gc_structure_fields): Likewise.
14384         * combine.c (subst_prev_insn, need_refresh): Remove.
14385         * dwarf2out.c (primary_filename): Remove.
14386         * final.c (new_block): Remove.
14387         * gcse.c (orig_bb_count): Remove.
14388
14389 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14390
14391         * dsp16xx-protos.h (dsp16xx_compare_gen): Change to bool.
14392         * dsp16xx.c (dsp16xx_compare_gen): Likewise.
14393         * dsp16xx.md: Treat dsp16xx_compare_gen as a bool.  Call functions
14394         directly instead of using a function pointer.
14395
14396 2002-09-04  Krister Walfridsson  <cato@df.lth.se>
14397
14398         * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
14399         * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
14400         (ix86_output_addr_diff_elt) Likewise.
14401         (x86_output_mi_thunk) Likewise.
14402         * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.
14403
14404 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14405
14406         * frv.c (frv_encode_section_info): Fix error in last change.
14407
14408 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
14409
14410         * config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
14411         (rs6000_elf_encode_section_info): ATTRIBUTE_UNUSED.
14412         (TARGET_BINDS_LOCAL_P): Define.
14413         (rs6000_override_options): Save original flag_pic value.
14414         (rs6000_elf_select_section): Call default_elf_select_section_1.
14415         (rs6000_elf_unique_section): Call default_unique_section_1.
14416         (rs6000_elf_in_small_data_p): New function.
14417         (rs6000_xcoff_asm_named_section): Determine storage mapping class.
14418         (rs6000_xcoff_select_section): Update based on defaults.
14419         (rs6000_xcoff_unique_section): Set to basic name if not common.
14420         (rs6000_binds_local_p): New function.
14421         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
14422         targetm.have_srodata_section if SDATA_EABI.
14423         (TARGET_IN_SMALL_DATA_P): Define.
14424
14425 2002-09-04  Dale Johannesen  <dalej@apple.com>
14426
14427         * varasm.c (struct rtx_const, decode_rtx_const):
14428         Make veclo and vechi fields not share storage.
14429
14430 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
14431
14432         * loop.c (scan_loop): Don't mark separate insns out of a libcall
14433         for moving.
14434         (move_movables): Abort if we see the first insn of a libcall.
14435
14436 2002-09-04  Richard Henderson  <rth@redhat.com>
14437
14438         * builtin-types.def (BT_FN_FLOAT): New.
14439         (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
14440         * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
14441         BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
14442         * builtins.c (fold_builtin_inf): New.
14443         (fold_builtin): Call it.
14444         * real.c (ereal_inf): New.
14445         * real.h: Declare it.
14446         * doc/extend.texi: Document new builtins.
14447
14448 2002-09-04  Richard Henderson  <rth@redhat.com>
14449
14450         * cse.c (cse_insn): Avoid subreg games if the equivalence
14451         is already in the proper mode.
14452
14453 2002-09-04  Eric Botcazou  <ebotcazou@multimania.com>
14454
14455         PR c/7102
14456         * optabs.c (expand_binop): Convert CONST_INTs in all cases.
14457
14458 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14459
14460         * pa.md (setccfp0, setccfp1): New patterns.
14461
14462 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14463
14464         * frv-protos.h (frv_init_builtins, frv_expand_builtin,
14465         frv_select_section, frv_select_rtx_section,
14466         frv_encode_section_info, frv_unique_section): Delete.
14467         * frv.c: Update for target hooks.
14468         * frv.h (STRIP_NAME_ENCODING, SLOW_ZERO_EXTEND, SELECT_SECTION,
14469         SELECT_RTX_SECTION, ENCODE_SECTION_INFO, UNIQUE_SECTION,
14470         EASY_DIV_EXPR, MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Delete.
14471
14472 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14473
14474         * ip2k-protos.h (function_prologue, function_epilogue,
14475         encode_section_info): Update to match target hook specification.
14476         * ip2k.c: Wrap `MDR' code in IP2K_MD_REORG_PASS.
14477         (function_prologue, function_epilogue, encode_section_info):
14478         Update to match target hook specification.
14479         * ip2k.h (SELECT_SECTION, SELECT_RTX_SECTION, ASM_OPEN_PAREN,
14480         ASM_CLOSE_PAREN, EASY_DIV_EXPR): Delete.
14481         (NOTICE_UPDATE_CC): Cast to void.
14482         * ip2k.md: Add defaults in switch statements.
14483
14484 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
14485
14486         * doc/trouble.texi (Interoperation): Update information about C++ ABI
14487         issues.
14488
14489 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
14490
14491         * config/sparc/t-netbsd64: Disable multilib for now.
14492
14493 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
14494
14495         * target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.
14496         * target.h (gcc_target): Add have_srodata_section member.
14497         * varasm.c (section_category): Add SECCAT_SRODATA.
14498         (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if
14499         READONLY_SDATA_SECTION defined.
14500         (decl_readonly_section_1): True for SECCAT_SRODATA also.
14501         (default_elf_select_section_1): Map SECCAT_SRODATA to .sdata2.
14502         (default_unique_section_1): Likewise.
14503
14504 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14505
14506         * expr.c (emit_group_load): Revise to allow splitting TCmode source
14507         into DImode pieces.
14508
14509         * pa-64.h (LONG_DOUBLE_TYPE_SIZE): Define to 128.
14510         * pa64-regs.h (CLASS_CANNOT_CHANGE_MODE_P): Inhibit changes from SImode
14511         for floating-point register class.
14512         * pa.c (function_arg): Fix handling of modes wider than one word for
14513         TARGET_64BIT.
14514
14515 Wed Sep  4 18:48:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
14516
14517         * combine.c (make_compound_operation): Don't generate zero / sign
14518         extensions in floating point modes.
14519
14520 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
14521
14522         * doc/c-tree.texi: Fix overfull hboxes.
14523         * doc/cppopts.texi: Ditto.
14524         * doc/extend.texi: Ditto.
14525         * doc/gty.texi: Ditto.
14526         * doc/invoke.texi: Ditto.
14527         * doc/makefile.texi: Ditto.
14528         * doc/rtl.texi: Ditto.
14529         * doc/standards.texi: Ditto.
14530         * doc/tm.texi: Ditto.
14531
14532 2002-09-04  Richard Henderson  <rth@redhat.com>
14533
14534         * c-common.c (builtin_define_with_hex_fp_value): New.
14535         (builtin_define_float_constants): Use it.  Fix H_FLOAT mant_dig.
14536
14537 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
14538
14539         * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
14540         (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
14541         -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
14542         Warn that these options can break ABI compatibility.
14543
14544 2002-09-04  Richard Henderson  <rth@redhat.com>
14545
14546         * real.c (ereal_to_decimal): Add digits parameter.
14547         * real.h (REAL_VALUE_TO_DECIMAL): Remove format; add digits parameter.
14548         * c-pretty-print.c (pp_c_real_literal): Update call.
14549         * print-rtl.c (print_rtx): Likewise.
14550         * print-tree.c (print_node_brief, print_node): Likewise.
14551         * sched-vis.c (print_value): Likewise.
14552         * config/arc/arc.c (arc_print_operand): Likewise.
14553         * config/c4x/c4x.c (c4x_print_operand): Likewise.
14554         * config/i370/i370.h (PRINT_OPERAND): Likewise.
14555         * config/i386/i386.c (print_operand): Likewise.
14556         * config/i960/i960.c (i960_print_operand): Likewise.
14557         * config/ip2k/ip2k.c (asm_output_float): Likewise.
14558         * config/m32r/m32r.c (m32r_print_operand): Likewise.
14559         * config/m68hc11/m68hc11.c (print_operand): Likewise.
14560         * config/m68k/hp320.h (PRINT_OPERAND, ASM_OUTPUT_FLOAT_OPERAND,
14561         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
14562         * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND,
14563         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
14564         * config/m68k/sun2o4.h (ASM_OUTPUT_FLOAT_OPERAND,
14565         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
14566         * config/m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND,
14567         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
14568         * config/mips/mips.c (print_operand): Likewise.
14569         * config/ns32k/ns32k.c (print_operand): Likewise.
14570         * config/pdp11/pdp11.h (PRINT_OPERAND): Likewise.
14571         * config/vax/vax.h (PRINT_OPERAND): Likewise.
14572         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Update docs.
14573
14574 2002-09-04  Bob Wilson  <bob.wilson@acm.org>
14575
14576         * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
14577         xtensa_multibss_section_type_flags.
14578         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
14579
14580 2002-09-04  Richard Henderson  <rth@redhat.com>
14581
14582         * doc/install-old.texi: Don't mention enquire.
14583         * doc/sourcebuild.texi: Update float.h description.
14584
14585 Wed Sep  4 11:22:14 2002  J"orn Rennecke <joern.rennecke@superh.com>
14586
14587         * sh.md (mperm_w_little, mperm_w_big): Supply mode for zero_extract.
14588
14589 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14590
14591         * builtins.c (build_function_call_expr): Remove prototype, export
14592         as non-static and add a comment above function definition.
14593         (builtin_mathfn_code): New function to check for math builtins.
14594         (fold_builtin): Optimize sqrt(0.0) as 0.0, sqrt(1.0) as 1.0,
14595         exp(0.0) as 1.0, and log(1.0) as 0.0.  Optimize exp(log(x)) and
14596         log(exp(x)) as x.  Optimize sqrt(exp(x)) as exp(x/2.0) and
14597         log(sqrt(x)) as log(x)/2.0.
14598
14599         * tree.h: Prototype build_function_call_expr and builtin_mathfn_code
14600         in new "builtins.c" section.  Place the build_range_type prototype
14601         with the other prototypes from "tree.c".
14602
14603         * fold-const.c (fold) [ABS_EXPR]: Fold fabs(sqrt(x)) as sqrt(x)
14604         and fabs(exp(x)) as exp(x).  [MULT_EXPR]: Fold sqrt(x)*sqrt(y)
14605         as sqrt(x*y) and exp(x)*exp(y) as exp(x+y). [RDIV_EXPR]: Fold
14606         x/exp(y) as x*exp(-y).
14607
14608 2002-09-03  David Edelsohn  <edelsohn@gnu.org>
14609
14610         * varasm.c (default_section_type_flags): Append _1 to name with
14611         shlib parameter.  Use original name to call new function with
14612         implicit flag_pic.
14613         (decl_readonly_section): Likewise.
14614         (default_elf_select_section): Likewise.
14615         (default_unique_section): Likewise.
14616         (default_bind_local_p): Likewise.
14617         (categorize_decl_for_section): Add shlib parameter to use in place
14618         of implicit flag_pic.
14619         * output.h: Declare new functions with _1 and shlib argument.
14620
14621 2002-09-03  Janis Johnson  <janis187@us.ibm.com>
14622
14623         * doc/install.texi: Fix typos, formatting problems, and obvious
14624         overfull/underfull boxes.
14625
14626         * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
14627         * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
14628         include its file, compat.texi.
14629         * doc/compat.texi: New file with new chapter, Binary Compatibility.
14630
14631 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14632
14633         Debian BTS Bug #157416
14634         * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
14635         * cpplib.c (destringize_and_run): Kludge around getting
14636         tokens from in-progress macros.
14637         (_cpp_do__Pragma): Simplify.
14638
14639 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
14640
14641         * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
14642         (CPP_CPU_SPEC): Remove.
14643         (TARGET_CPU_CPP_BUILTINS): New.
14644         * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
14645         (CPP_SPEC): Remove.
14646         (TARGET_OS_CPP_BUILTINS): New.
14647         * config/ia64/linux.h (CPP_PREDEFINES): Remove.
14648         (TARGET_OS_CPP_BUILTINS): New.
14649         * config/ia64/aix.h (CPP_SPEC): Move some stuff to
14650         TARGET_OS_CPP_BUILTINS.
14651         (CPP_PREDEFINES): Remove.
14652         (CPLUSPLUS_CPP_SPEC): Remove.
14653         (TARGET_OS_CPP_BUILTINS): New.
14654
14655 2002-09-03  Richard Henderson  <rth@redhat.com>
14656
14657         * Makefile.in (USER_H): Add ginclude/float.h.
14658         (FLOAT_H): Remove.
14659         (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
14660         (mostlyclean): Don't remove float.h intermediate files.
14661         (distclean): Don't remove float.h.
14662         * config.gcc: Remove all float_format references.
14663         * configure.in (float_format, float_h_file): Remove.
14664
14665         * c-common.c: Include tree-inline.h.
14666         (builtin_define_with_int_value): New.
14667         (builtin_define_type_precision): Use it.
14668         (builtin_define_float_constants): New.
14669         (cb_register_builtins): Use it.  Define __FLT_RADIX__ and
14670         __FLT_EVAL_METHOD__.
14671         * defaults.h (TARGET_FLT_EVAL_METHOD): New.
14672         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
14673         * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
14674         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
14675         (TARGET_FLT_EVAL_METHOD): New.
14676
14677         * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
14678         config/float-i386.h, config/float-i64.h, config/float-m68k.h,
14679         config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
14680         * ginclude/float.h: New.
14681
14682 2002-09-03  Stan Shebs  <shebs@apple.com>
14683
14684         * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
14685         (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
14686         (PREFERRED_DEBUGGING_TYPE): Ditto.
14687         (ASM_OUTPUT_IDENT): Remove empty definition.
14688
14689 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
14690
14691         * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
14692         cxx_target.
14693         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
14694         handling routine for builtin pragma.
14695         * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
14696         Registered pragma handling routine.
14697         * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
14698         (ia64_hpux_add_pragma_builtin) New subroutine used by above.
14699         If builtin pragma seen for math routine and C89 conformance is
14700         requested use different math function in order to set errno.
14701         * t-ia64 (ia64-c.o): Add new rule for new file.
14702
14703 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
14704
14705         * config/s390/s390.md ("movti"): Add Q->Q alternative.
14706         ("*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
14707         "movqi", "*movdf_64", "*movdf_31", "*movsf"): Likewise.
14708
14709         ("*movti_ss", "*movdi_ss", "*movsi_ss", "*movdf_ss",
14710         "*movsf_ss"): Remove.
14711
14712 2002-09-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14713
14714         * pa32-regs.h (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P):
14715         Delete macros.
14716
14717 2002-09-03   Arati Dikey  <aratid@kpit.com>
14718
14719         * h8300.c (asm_file_start): Corrected optimization comment.
14720
14721 2002-09-03  Stan Shebs  <shebs@apple.com>
14722
14723         * c-lang.c (recognize_objc_keyword): Remove, no longer used.
14724         * c-tree.h (recognize_objc_keyword): Remove decl.
14725         * c-typeck.c (comp_target_types): Update a comment.
14726
14727 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
14728
14729         * config/s390/s390.c (s390_decompose_address): Remove STRICT parameter
14730         and register validity checks.
14731         (general_s_operand): Adapt to s390_decompose_address interface change.
14732         (q_constraint): Likewise.
14733         (s390_expand_plus_operand): Likewise.
14734         (legitimiate_address_p): Likewise.
14735         (legitimate_la_operand_p): Likewise.
14736         (legitimize_la_operand): Likewise.
14737         (print_operand_address): Likewise.
14738         (print_operand): Likewise.
14739
14740 Tue Sep  3 11:32:14 2002  Nicola Pero  <n.pero@mi.flashnet.it>
14741
14742         PR objc/5956:
14743         * objc/objc-act.c (build_typed_selector_reference): Fix typo which
14744         was causing the new selector never to match the existing ones
14745         (Patch by Alexander Malmberg <alexander@malmberg.org>).
14746
14747 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
14748
14749         * config/i386/i386.md ("femms"): Add "memory" attr "none".
14750
14751 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
14752
14753         * expr.c (expand_expr): Remove extraneous comment and code.
14754
14755 2002-09-02  Nathan Sidwell  <nathan@codesourcery.com>
14756
14757         * stor-layout (finish_builtin_struct): Renamed and moved from c++
14758         frontend. Take chain of fields. Allow NULL alignment type.
14759         * tree.h (finish_builtin_struct): Declare.
14760
14761 2002-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14762
14763         * config/alpha/alpha.c config/alpha/alpha.h config/alpha/alpha.md
14764         config/alpha/elf.h config/alpha/unicosmk.h config/alpha/vms.h
14765         config/arc/arc.c config/arc/arc.h config/arm/aout.h
14766         config/arm/arm.c config/arm/arm.h config/arm/arm.md
14767         config/avr/avr.h config/d30v/d30v.h config/dbxcoff.h
14768         config/dbxelf.h config/elfos.h config/fr30/fr30.h config/frv/frv.h
14769         config/i386/i386.c config/i386/i386.md config/i386/sco5.h
14770         config/ia64/ia64.h config/ip2k/ip2k.h config/m68hc11/m68hc11.md
14771         config/m68k/hp320.h config/m68k/m68k.c config/m68k/m68k.md
14772         config/m68k/mot3300.h config/m68k/sgs.h config/m68k/tower-as.h
14773         config/m88k/m88k.c config/m88k/m88k.h config/mcore/mcore-pe.h
14774         config/mcore/mcore.c config/mips/mips.c config/mips/mips.h
14775         config/ns32k/ns32k.md config/pa/pa-linux.h config/pa/pa.c
14776         config/pa/pa.h config/pa/pa.md config/romp/romp.h
14777         config/rs6000/linux64.h config/rs6000/lynx.h
14778         config/rs6000/rs6000.c config/rs6000/sysv4.h config/rs6000/xcoff.h
14779         config/s390/s390.c config/s390/s390.md config/sh/sh.c
14780         config/sparc/sparc.c config/sparc/sysv4.h
14781         config/stormy16/stormy16.h dbxout.c defaults.h dwarf2out.c
14782         dwarfout.c except.c final.c varasm.c vmsdbgout.c: Replace
14783         ASM_OUTPUT_INTERNAL_LABEL macro with a call to the target hook.
14784
14785         * doc/tm.texi: Update docs.
14786         * default.h (ASM_OUTPUT_INTERNAL_LABEL): Don't define.
14787         * system.h (ASM_OUTPUT_INTERNAL_LABEL): Poison.
14788
14789 2002-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14790
14791         * Makefile.in (sdbout.o, insn-output.o): Depend on $(TARGET_H).
14792         * arc.c (arc_internal_label): New function.
14793         (TARGET_ASM_INTERNAL_LABEL): Set.
14794         * arc.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14795         * arm.c (arm_internal_label): New function.
14796         (TARGET_ASM_INTERNAL_LABEL): Set.
14797         * arm.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14798         * arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14799         * i370.c (i370_internal_label): New function.
14800         (TARGET_ASM_INTERNAL_LABEL): Set.
14801         * i370.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14802         * m68k/hp320.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14803         * m68k.c (m68k_hp320_internal_label): New function.
14804         (TARGET_ASM_INTERNAL_LABEL): Set.
14805         * m88k.c (m88k_internal_label): New function.
14806         (TARGET_ASM_INTERNAL_LABEL): Set.
14807         * m88k.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14808         * defaults.h (ASM_OUTPUT_INTERNAL_LABEL): Set to target hook.
14809         * genoutput.c (output_prologue): Include target.h in output file.
14810         * output.h (default_internal_label): Declare.
14811         * sdbout.c: Include target.h.
14812         * target-def.h (TARGET_ASM_INTERNAL_LABEL): Set and add to
14813         TARGET_ASM_OUT.
14814         * target.h (internal_label): Add to struct gcc_target.
14815         * varasm.c (default_internal_label): New function.
14816
14817 2002-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14818
14819         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Delete.
14820         * avr.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14821         * c4x.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14822         * cris.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14823         * d30v.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14824         * darwin.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14825         * dsp16xx.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14826         * elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14827         * h8300.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14828         * i386/att.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14829         * i386/bsd.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14830         * i386/i386-coff.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14831         * i386/lynx-ng.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14832         * i386/lynx.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14833         * i386/sco5.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14834         * i960/i960.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14835         * m68k/3b1.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14836         * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14837         * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14838         * m68k.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14839         * m68k/mot3300.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14840         * m68k/tower-as.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14841         * m88k.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14842         * mcore.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14843         * mips.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14844         * mmix-protos.h (mmix_asm_output_internal_label): Likewise.
14845         * mmix.c (mmix_asm_output_internal_label): Likewise.
14846         * mmix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14847         * ns32k.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14848         * pa.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14849         * pdp11.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14850         * romp.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14851         * rs6000/xcoff.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14852         * sh/coff.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14853         * sh/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14854         * sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14855         * sparc/linux.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14856         * sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14857         * sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14858         * sparc/pbd.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14859         * sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14860         * sparc.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14861         * sparc/vxsim.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14862         * stormy16.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14863         * svr3.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14864         * vax.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
14865
14866         * defaults.h (ASM_OUTPUT_INTERNAL_LABEL): Define.
14867
14868 2002-08-31  Richard Henderson  <rth@redhat.com>
14869
14870         * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
14871
14872 2002-08-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14873
14874         * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
14875
14876 2002-08-30  Richard Henderson  <rth@redhat.com>
14877
14878         PR opt/7515
14879         * c-objc-common.c: Include target.h.
14880         (c_cannot_inline_tree_fn): Don't auto-inline functions that
14881         don't bind locally.  Factor setting DECL_UNINLINABLE.
14882         * Makefile.in (c-objc-common.o): Update.
14883
14884 2002-08-30  Janis Johnson  <janis187@us.ibm.com>
14885
14886         * doc/install.texi (Configuration, Building): Fix a typo and
14887         some formatting directives.
14888
14889 2002-08-30  Paul Koning <pkoning@equallogic.com>
14890
14891         * doc/c-tree.texi (RDIV_EXPR): Fix typo.
14892         * doc/rtl.texi (post_modify): Remove misplaced text, remove "not
14893         implemented" note.
14894         * doc/md.texi (IP2K): Move machine-specific constraints before MIPS
14895         for alphabetic order.
14896         * doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
14897         VAX_FLOAT_FORMAT.  Remove reference to HOST_FLOAT_FORMAT.
14898         (VAX_HALFWORD_ORDER): Document.
14899         (LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
14900         IEEE float format.
14901         (TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
14902         (ASM_OUTPUT_LABEL_REF): Fix font.
14903         (CASE_VECTOR_SHORTEN_MODE): Ditto.
14904
14905 2002-08-30  Denis Chertykov  <denisc@overta.ru>
14906
14907         * config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
14908         stuff.
14909         (ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
14910         CONST_DOUBLE constants.
14911
14912 2002-08-30  Jason Thorpe  <thorpej@wasabisystems.com>
14913
14914         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
14915         related defines to...
14916         (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
14917         * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
14918         as a no-op.
14919
14920 2002-08-30  Krister Walfridsson  <cato@df.lth.se>
14921
14922         * config/arm/arm.c (arm_asm_output_labelref): New function.
14923         * config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
14924         * config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
14925
14926 2002-08-29  Rodney Brown  <rbrown64@csc.com.au>
14927
14928         * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
14929         memory exhausted" workarounds.
14930
14931 2002-08-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14932
14933         * diagnostic.c (fancy_abort): Don't repeat "internal error".
14934         * toplev.c (crash_signal): Likewise.
14935
14936 Fri Aug 30 00:33:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
14937
14938         * doc/cpp.texi (__NEXT_RUNTIME__): Extended documentation.
14939         * doc/invoke.texi (-fnext-runtime, -Wno-protocol, -Wselector):
14940         Extended, updated documentation.
14941         (-Wundeclared-selector): Documented.
14942
14943 2002-08-29  Jason Thorpe  <thorpej@wasabisystems.com>
14944
14945         * config/chorus.h: Consistently define *_DEBUGGING_INFO with
14946         the value 1.  Do not undef before defining.
14947         * config/darwin.h: Likewise.
14948         * config/dbx.h: Likewise.
14949         * config/dbxcoff.h: Likewise.
14950         * config/dbxelf.h: Likewise.
14951         * config/elfos.h: Likewise.
14952         * config/interix.h: Likewise.
14953         * config/lynx-ng.h: Likewise.
14954         * config/lynx.h: Likewise.
14955         * config/netware.h: Likewise.
14956         * config/psos.h: Likewise.
14957         * config/svr3.h: Likewise.
14958         * config/alpha/alpha.h: Likewise.
14959         * config/alpha/elf.h: Likewise.
14960         * config/alpha/vms.h: Likewise.
14961         * config/arc/arc.h: Likewise.
14962         * config/arm/aout.h: Likewise.
14963         * config/arm/coff.h: Likewise.
14964         * config/c4x/c4x.h: Likewise.
14965         * config/h8300/h8300.h: Likewise.
14966         * config/i386/cygwin.h: Likewise.
14967         * config/i386/djgpp.h: Likewise.
14968         * config/i386/gas.h: Likewise.
14969         * config/i386/gstabs.h: Likewise.
14970         * config/i386/i386-coff.h: Likewise.
14971         * config/i386/i386-interix.h: Likewise.
14972         * config/i386/sco5.h: Likewise.
14973         * config/i386/svr3dbx.h: Likewise.
14974         * config/i386/sysv3.h: Likewise.
14975         * config/i386/win32.h: Likewise.
14976         * config/i386/x86-64.h: Likewise.
14977         * config/i960/i960.h: Likewise.
14978         * config/ia64/ia64.h: Likewise.
14979         * config/ip2k/ip2k.h: Likewise.
14980         * config/m32r/m32r.h: Likewise.
14981         * config/m68k/3b1.h: Likewise.
14982         * config/m68k/3b1g.h: Likewise.
14983         * config/m68k/ccur-GAS.h: Likewise.
14984         * config/m68k/coff.h: Likewise.
14985         * config/m68k/hp2bsd.h: Likewise.
14986         * config/m68k/hp310g.h: Likewise.
14987         * config/m68k/hp320g.h: Likewise.
14988         * config/m68k/hp3bsd.h: Likewise.
14989         * config/m68k/hp3bsd44.h: Likewise.
14990         * config/m68k/linux-aout.h: Likewise.
14991         * config/m68k/m68k-aout.h: Likewise.
14992         * config/m68k/mot3300.h: Likewise.
14993         * config/m68k/netbsd.h: Likewise.
14994         * config/m68k/openbsd.h: Likewise.
14995         * config/m68k/pbb.h: Likewise.
14996         * config/m68k/plexus.h: Likewise.
14997         * config/m68k/sun2.h: Likewise.
14998         * config/m68k/sun3.h: Likewise.
14999         * config/m68k/tower-as.h: Likewise.
15000         * config/m68k/vxm68k.h: Likewise.
15001         * config/m88k/aout-dbx.h: Likewise.
15002         * config/m88k/m88k-aout.h: Likewise.
15003         * config/mcore/mcore-elf.h: Likewise.
15004         * config/mcore/mcore-pe.h: Likewise.
15005         * config/mips/elf.h: Likewise.
15006         * config/mips/elf64.h: Likewise.
15007         * config/mips/iris5gas.h: Likewise.
15008         * config/mips/iris6.h: Likewise.
15009         * config/mips/mips.h: Likewise.
15010         * config/mips/sni-gas.h: Likewise.
15011         * config/mmix/mmix.h: Likewise.
15012         * config/ns32k/netbsd.h: Likewise.
15013         * config/pa/pa64-hpux.h: Likewise.
15014         * config/romp/romp.h: Likewise.
15015         * config/rs6000/sysv4.h: Likewise.
15016         * config/rs6000/xcoff.h: Likewise.
15017         * config/sh/coff.h: Likewise.
15018         * config/sh/elf.h: Likewise.
15019         * config/sparc/linux64.h: Likewise.
15020         * config/sparc/liteelf.h: Likewise.
15021         * config/sparc/netbsd.h: Likewise.
15022         * config/sparc/openbsd.h: Likewise.
15023         * config/sparc/pbd.h: Likewise.
15024         * config/sparc/sp64-elf.h: Likewise.
15025         * config/sparc/sp86x-elf.h: Likewise.
15026         * config/sparc/sparc.h: Likewise.
15027         * config/vax/vax.h: Likewise.
15028         * config/vax/vaxv.h: Likewise.
15029
15030 2002-08-29  "Dhananjay R. Deshpande" <dhananjayd@kpit.com>
15031
15032         * h8300.c (shift_alg_hi): Various tweaks to improve performance
15033         of HImode shifts.
15034         (get_shift_alg): Corresponding changes.
15035
15036 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15037
15038         * som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
15039
15040 2002-08-29  Richard Henderson  <rth@redhat.com>
15041
15042         * expr.h (enum block_op_methods): New.
15043         (emit_block_move): Update prototype.
15044         * expr.c (block_move_libcall_safe_for_call_parm): New.
15045         (emit_block_move_via_loop): New.
15046         (emit_block_move): Use them.  New argument METHOD.
15047         (emit_push_insn): Always respect the given alignment.
15048         (expand_assignment): Update call to emit_block_move.
15049         (store_expr, store_field, expand_expr): Likewise.
15050         * builtins.c (expand_builtin_apply): Likewise.
15051         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
15052         * function.c (expand_function_end): Likewise.
15053         * config/sh/sh.c (sh_initialize_trampoline): Likewise.
15054         * config/sparc/sparc.c (sparc_va_arg): Likewise.
15055         * calls.c (expand_call, emit_library_call_value_1): Likewise.
15056         (save_fixed_argument_area): Use emit_block_move with
15057         BLOCK_OP_CALL_PARM instead of move_by_pieces.
15058         (restore_fixed_argument_area): Likewise.
15059         (store_one_arg): Fix alignment parameter to emit_push_insn.
15060
15061 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15062
15063         * install.texi (hppa64-hp-hpux11*): Document installation procedure.
15064
15065 2002-08-29  Catherine Moore  <clm@redhat.com>
15066
15067         * config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
15068         NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
15069         (PREDICATE_CODES): Include new predicates.
15070         (RTX_COSTS): Handle UMOD and UDIV.  Tune MULT for v850e.
15071         (TARGET_SWITCHES):  Add strict-align.
15072         (TARGET_STRICT_ALIGN): New.
15073         (MASK_DEFAULT, STRICT_ALIGNMENT):  Redefine.
15074         * config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
15075         Define.
15076         (LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
15077         v850_muldi3.
15078         * config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
15079         L_callt_save_r2_r31, L_return_r2_r31,
15080         L_save_all_interrupt): Change addi to add.
15081         (L_save_interrupt, L_return_interrupt): Rework.
15082         (__return_r31):  Correct .size directive.
15083         (mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
15084         (v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
15085         New routines.
15086         * config/v850/v850.c (expand_prologue): Call
15087         gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
15088         gen_callt_return_interrupt and gen_callt_save_all_interrupt.
15089         (reg_or_int9_operand): New predicate.
15090         (reg_or_const_operand): New routine.
15091         * config/v850/v850.md (return_interrupt): Changed from
15092         restore_interrupt.
15093         (callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
15094         (callt_save_interrupt): Change save sequence.
15095         (callt_return_interrupt): New.
15096         (save_interrupt): Don't use runtime function for LONG_CALLS
15097         and TARGET_PROLOG_FUNCTION.
15098         (save_all_interrupt): Likewise.
15099         (mulsi3): Use new predicate.
15100         (moviscc): Disallow some combination of constants.
15101         Fix define_split for sasf insns, so that it will not generate bad
15102         code if operand0 and operand5 are the same.
15103         * config/v850/v850-protos.h: Prototype new predicates.
15104
15105 2002-08-29  Zack Weinberg  <zack@codesourcery.com>
15106
15107         * config/rs6000/rs6000.c (processor_target_table): Add 405f.
15108         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Likewise.
15109
15110 2002-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15111
15112         * c-common.c (builtin_define_type_precision): New function.
15113         (cb_register_builtins): Use it.  Define __WCHAR_UNSIGNED__ is
15114         wchar_t is unsigned in C++.
15115         * doc/cpp.texi (Common Predefined Macros): Document
15116         __WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
15117         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
15118         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
15119
15120 2002-08-28  Sylvain Pion <pion@cs.nyu.edu>
15121
15122         * doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
15123         section.  Mention that it is enabled by -Wall.
15124         (-Wall): Mention that there can be language-specific warnings as well.
15125         (-Wctor-dtor-privacy): Mention that it is enabled by default.
15126         (-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
15127
15128 Wed Aug 28 15:35:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
15129
15130         * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
15131         if it is ever live.
15132
15133         * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
15134         attribute for SHCOMPACT.
15135
15136         * sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
15137         appropriately.
15138         (FUNCTION_BOUNDARY): Specify only the minimum alignment required
15139         by the ABI.
15140
15141         * sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
15142
15143 2002-08-28  Jason Thorpe  <thorpej@wasabisystems.com>
15144
15145         * config.gcc (mips*-*-netbsd*): Set target_cpu_default to
15146         "MASK_GAS|MASK_ABICALLS".
15147         * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
15148         (TARGET_DEFAULT): Remove.
15149         (MACHINE_TYPE): Undefine before defining.
15150         (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
15151
15152 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
15153
15154         * c-common.c (warn_abi): New variable.
15155         * c-common.h (warn_abi): Likewise.
15156         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
15157         (c_common_decode_option): Handle it.
15158         * doc/invoke.texi: Document -Wabi.
15159
15160 Tue Aug 27 23:03:52 2002  Nicola Pero  <n.pero@mi.flashnet.it>
15161
15162         * c-common.c (warn_undeclared_selector): New variable.
15163         * c-common.h (warn_undeclared_selector): Idem.
15164         * c-opts.c (c_common_decode_option): Set warn_undeclared_selector
15165         to on when -Wundeclared-selector is found.
15166         (COMMAND_LINE_OPTIONS): Added -Wundeclared-selector.
15167         * objc/objc-act.c (build_selector_expr): If
15168         warn_undeclared_selector is set, check that the selector has
15169         already been defined, and emit a warning if not.
15170
15171 2002-08-27  Nick Clifton  <nickc@redhat.com>
15172             Catherine Moore  <clm@redhat.com>
15173             Jim Wilson  <wilson@cygnus.com>
15174
15175         * config.gcc: Add v850e-*-* target.
15176         Add --with-cpu= support for v850.
15177         * config/v850/lib1funcs.asm: Add v850e callt functions.
15178         * config/v850/v850.h: Add support for v850e target.
15179         * config/v850/v850.c: Add functions to support v850e target.
15180         * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
15181         * config/v850/v850.md: Add patterns for v850e instructions.
15182         * doc/invoke.texi: Document new v850e command line switches.
15183
15184 Tue Aug 27 18:30:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
15185                           Aldy Hernandez <aldyh at redhat dot com>
15186
15187         * doc/tm.texi: Applied numerous fixes to the automaton based
15188         scheduler descrition.
15189
15190 Tue Aug 27 19:51:05 CEST 2002  Jan Hubicka  <jh@suse.cz>
15191
15192         * i386.c (classify_argument): Handle variable sized objects.
15193
15194 Tue Aug 27 19:18:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
15195
15196         * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
15197
15198 Tue Aug 27 18:01:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
15199
15200         * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
15201
15202 Tue Aug 27 18:00:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
15203
15204         * i386.c (classify_argument): Properly compute word size of the analyzed object.
15205
15206 Tue Aug 27 14:39:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
15207
15208         * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
15209         mac_gp ftrc_s and cwb.  Add / Adjust definitions in individual insn
15210         accordingly.
15211         (attribute insn_class): Provide default definitions based on type.
15212         Remove all insn-specific settings.
15213         (various function units): Remove old SH4 scheduling.
15214         (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
15215         New attributes.  Set them where appropriate.
15216         (cpu unit FS): Don't define / use.
15217         (F3, load_store): New cpu units.
15218         (F01): New reservation.
15219         (all insn_reservations): Make dependent on sh4 pipeline model.
15220         Fix latencies.
15221         (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
15222         (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
15223         (mt insn_reservation): Use type mt_group.
15224         (insn_reservation load_store): Split into sh4_load, sh4_load_si,
15225         sh4_fload and sh4_store.
15226         (insn_reservation branch_zero and branch): Replace with sh4_branch.
15227         (insn_reservation branch_far): Replace with sh4_return.
15228         (insn_reservation return_from_exp): Rename to:
15229         (sh4_return_from_exp).  Change to be just d_lock*5.
15230         (insn_reservation lds_to_pr): Rename to:
15231         (sh4_lds_to_pr).  Change to be just d_lock*2.
15232         (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
15233         d_lock*2.
15234         (insn_reservation prload_mem): Rename to:
15235         (sh4_prstore_mem).  Change to d_lock*2,nothing,memory.
15236         (insn_reservation fpscr_store): Rename to:
15237         (fpscr_load).  Change to d_lock,nothing,F1*3.
15238         (insn_reservation fpscr_store_mem): Rename to:
15239         (fpscr_load_mem).  Change to d_lock,nothing,(F1+memory),F1*2.
15240         (insn_reservation multi): Change to
15241         d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
15242         (insn_reservation fp_arith): Change to issue,F01,F2.
15243         (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
15244         (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
15245         (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
15246         (insn_reservation fp_double_cmp): Change to
15247         d_lock,(d_lock+F01),F1+F2,F2.
15248         (insn_reservation dp_div): Change to
15249         issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
15250         * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
15251         (sh_adjust_cost, SHcompact): Differentiate between different
15252         kinds of dependencies.  Drop factor of ten for superscalar.
15253         Use new instruction types.  Add new exception rules.
15254
15255         * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
15256
15257         * sh.md (mperm_w): Add DONE.
15258
15259 2002-08-27  David Edelsohn  <edelsohn@gnu.org>
15260
15261         * longlong.h: Import current PowerPC defintion from GMP-4.1.
15262
15263         * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
15264
15265         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
15266
15267 Tue Aug 27 13:53:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
15268
15269         * sh.h (MAX_FIXED_MODE_SIZE): Define.
15270
15271 2002-08-27  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
15272
15273         * doc/cpp.texi (Common Predefined Macros): Don't mess with table
15274         delimiter.
15275
15276 2002-08-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15277
15278         * c-common.c (cpp_define_data_format): New function.
15279         (cb_register_builtins): Call it.
15280
15281         * doc/cpp.texi (Common Predefined Macros): Document
15282         __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
15283         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
15284         __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
15285         __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
15286         __TARGET_USES_VAX_H_FLOAT__.
15287
15288 2002-08-26  Ziemowit Laski <zlaski@apple.com>
15289
15290         * objc/objc-act.c (get_super_receiver): If inside a class method
15291         of a category, cast the receiver to 'id' before accessing the 'isa'
15292         field so that <objc/objc-class.h> is not needed.  For NeXT runtime.
15293
15294 2002-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
15295
15296         * config/s390/s390-protos.h (s390_function_prologue,
15297         s390_function_epilogue): Remove.
15298         config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
15299         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
15300
15301         config/s390/s390.c (s390_machine_dependent_recorg): New function.
15302         config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
15303         config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
15304         config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
15305         to being called from MACHINE_DEPENDENT_REORG.  Update regs_ever_live.
15306
15307         config/s390/s390.c (s390_frame_info): Inline save_fprs_p.  Always
15308         assume BASE_REGISTER and RETURN_REGNUM need to be saved.
15309         (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
15310         function is not a leaf function.  Use save_gprs and restore_gprs.
15311         (s390_emit_epilogue): Likewise.
15312         (save_gprs, restore_gprs): New functions.
15313         (struct s390_frame): Remove return_reg_saved_p member.
15314         (save_fprs_p): Remove.
15315         (s390_optimize_prolog): New function.
15316         (s390_legitimate_reload_constant): Remove now unnecessary check.
15317
15318         (s390_function_count): Remove.
15319         (s390_output_symbolic_const): Replace s390_function_count by
15320         current_function_funcdef_no.
15321         (s390_output_constant_pool): Likewise.
15322
15323         (legitimize_pic_address): Use regs_ever_live to track PIC register
15324         instead of current_function_uses_pic_offset_table.
15325         (s390_emit_prologue): Likewise.
15326         config/s390/s390.md ("call", "call_value"): Likewise.
15327
15328 2002-08-26  Neil Booth  <neil@daikokuya.co.uk>
15329
15330         * c-opts.c (find_opt): Don't complain about wrong languages
15331         here.  Return exact matches even for wrong language.
15332         (c_common_decode_option): Complain about wrong languages
15333         here.
15334
15335 2002-08-24  Stuart Hastings  <stuart@apple.com>
15336
15337         * function.h (struct function): Add flag
15338         all_throwers_are_sibcalls.
15339         * except.c (set_nothrow_function_flags): Replaces
15340         nothrow_function_p. Set new flag.
15341         * except.h (set_nothrow_function_flags): Replaces
15342         nothrow_function_p.
15343         * dwarf2out.c (struct dw_fde_struct): Add flag
15344         all_throwers_are_sibcalls.
15345         (output_call_frame_info): Test it.
15346         (dwarf2out_begin_prologue) Propagate it from cfun to
15347         dw_fde_struct.
15348         * toplev.c (rest_of_compilation): Update calls to
15349         nothrow_function_p.
15350
15351 2002-08-23  Zack Weinberg  <zack@codesourcery.com>
15352
15353         * ggc-page.c (compute_inverse): Short circuit calculation for
15354         object sizes larger than half a page.
15355
15356 2002-08-23  David Edelsohn  <edelsohn@gnu.org>
15357
15358         * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
15359         DEFAULT_ABI == ABI_AIX like PIC.  Test PIC & reloc for readonly
15360         default.
15361         (rs6000_elf_unique_section): Likewise.
15362
15363 2002-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15364
15365         * ns32k.c (ns32k_globalize_label): Delete.
15366         * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
15367
15368 2002-08-23  Alan Modra  <amodra@bigpond.net.au>
15369
15370         * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
15371         for loading delta with num_insns_constant_wide.  Calculate
15372         delta_low, delta_high without using a conditional.
15373
15374 2002-08-22  Jason Merrill  <jason@redhat.com>
15375
15376         * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
15377         * c-common.def: Adjust.
15378         * c-dump.c (c_dump_tree): Adjust.
15379         * c-semantics.c (genrtl_return_stmt): Adjust.
15380         * c-pretty-print.c (pp_c_statement): Adjust.
15381         * tree-inline.c (copy_body_r): Adjust.
15382
15383 2002-08-22  Zack Weinberg  <zack@codesourcery.com>
15384
15385         * ggc-page.c: Avoid division in ggc_set_mark.
15386         (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
15387         compute_inverse): New.
15388         (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
15389         (init_ggc): Initialize inverse_table.
15390
15391 2002-08-22  Tom Tromey  <tromey@redhat.com>
15392
15393         * doc/install.texi (Configuration): Document --datadir.
15394
15395 2002-08-22  Alexandre Oliva  <aoliva@redhat.com>
15396
15397         * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
15398
15399 2002-08-22  Hans-Peter Nilsson  <hp@bitrange.com>
15400
15401         * gengtype-lex.l (ID): Allow underscore as first character.
15402
15403 2002-08-21  David Edelsohn  <edelsohn@gnu.org>
15404
15405         * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
15406         function.
15407         (rs6000_xcoff_asm_named_section): Rename.
15408         * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
15409
15410 2002-08-21  Tom Tromey  <tromey@redhat.com>
15411
15412         For PR java/6005 and PR java/7611:
15413         * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
15414         (fold): Likewise.
15415         * langhooks.c (lhd_can_use_bit_fields_p): New function.
15416         * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
15417         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
15418         (LANG_HOOKS_INITIALIZER): Use it.
15419         * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
15420         field.
15421
15422 2002-08-21  Stan Shebs  <shebs@apple.com>
15423
15424         * tree.c (finish_vector_type): Fix a typo in a comment.
15425         * Makefile.in: Fix "the the" stutters in comments.
15426         * genautomata.c: Ditto.
15427         * ifcvt.c: Ditto.
15428         * regrename.c: Ditto.
15429         * config/alpha/alpha.c: Ditto.
15430         * config/alpha/vms-crt0-64.c: Ditto.
15431         * config/alpha/vms-crt0.c: Ditto.
15432         * config/alpha/vms-psxcrt0-64.c: Ditto.
15433         * config/alpha/vms-psxcrt0.c: Ditto.
15434         * config/d30v/d30v.h: Ditto.
15435         * config/fr30/fr30.h: Ditto.
15436         * config/rs6000/rs6000.c: Ditto.
15437         * config/stormy16/stormy16.h: Ditto.
15438         * doc/md.texi: Ditto.
15439
15440 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15441
15442         * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
15443
15444 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
15445
15446         * c-decl.c (grokdeclarator): Make invalid combinations with long,
15447         short, signed or unsigned into hard errors.  Fixes PR c/4319.
15448         Also make duplicate modifiers such as "short short" into hard
15449         errors.
15450
15451 2002-08-21  Andrew Pinski <pinskia@physics.uc.edu>
15452             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15453
15454         * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
15455         to the actual end.  Add '@end table' and '@table @code'.
15456
15457 2002-08-20  Geoffrey Keating  <geoffk@redhat.com>
15458
15459         * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
15460
15461         * unroll.c (biv_total_increment): Don't try to compute the total
15462         increment for FP BIVs.
15463
15464 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15465
15466         * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
15467         * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
15468         ASM_OUTPUT_ALIGNED_BSS): Use target hook.
15469         * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
15470         * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
15471         * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
15472         (GLOBAL_ASM_OP): Define.
15473         * arm.c (aof_globalize_label): New function.
15474         (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
15475         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
15476         * c4x.c (c4x_globalize_label): New function.
15477         (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
15478         * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
15479         (GLOBAL_ASM_OP): Define.
15480         * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
15481         * darwin-protos.h (darwin_globalize_label): Declare.
15482         * darwin.c (darwin_globalize_label): New function.
15483         * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
15484         (ASM_GLOBALIZE_LABEL): Delete.
15485         (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
15486         * dsp16xx.c (asm_output_common): Use target hook.
15487         * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
15488         * frv.h (ASM_GLOBALIZE_LABEL): Delete.
15489         (GLOBAL_ASM_OP): Define.
15490         * i370.c (i370_globalize_label): New function.
15491         (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
15492         * i370.h (ASM_GLOBALIZE_LABEL): Delete.
15493         * i386.c (ix86_asm_file_end): Use target hook.
15494         * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
15495         (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
15496         * ia64.c (ia64_asm_output_external): Likewise.
15497         * ia64/sysv4.h: Update comment.
15498         * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
15499         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
15500         * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
15501         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
15502         * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
15503         * mmix-protos.h (mmix_asm_globalize_label): Delete.
15504         * mmix.c (mmix_asm_globalize_label): Likewise.
15505         * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
15506         (GLOBAL_ASM_OP): Define.
15507         * ns32k.c (ns32k_globalize_label): New function.
15508         * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
15509         (ASM_GLOBALIZE_LABEL): Delete.
15510         * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
15511         (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
15512         * pa.c (pa_globalize_label): New function.
15513         * pa.h (ASM_GLOBALIZE_LABEL): Delete.
15514         (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
15515         * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
15516         (GLOBAL_ASM_OP): Define.
15517         (TARGET_ASM_GLOBALIZE_LABEL): Undef.
15518         * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
15519         * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
15520         (GLOBAL_ASM_OP): Define.
15521         * v850.c (v850_output_aligned_bss): Use target hook.
15522         * vax.c (vms_globalize_label): New function.
15523         (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
15524         * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
15525         (GLOBAL_ASM_OP): Define.
15526         * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
15527         * doc/tm.texi: Update docs.
15528         * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
15529         target hook.
15530         * final.c (output_alternate_entry_point): Likewise.
15531         * hooks.c (hook_FILEptr_constcharptr_void): New function.
15532         * hooks.h (hook_FILEptr_constcharptr_void): Declare.
15533         * output.h (assemble_global): Delete.
15534         (default_globalize_label): Declare.
15535         * system.h (ASM_GLOBALIZE_LABEL): Poison.
15536         * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
15537         (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
15538         * target.h (gcc_target): Add globalize_label member.
15539         * varasm.c (asm_output_bss, asm_output_aligned_bss,
15540         globalize_decl): Use target hook.
15541         (assemble_global): Delete.
15542         (default_globalize_label): New function.
15543
15544 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15545
15546         * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
15547
15548 2002-08-20  Devang Patel  <dpatel@apple.com>
15549         * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
15550
15551 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15552
15553         * arc.c (output_shift): Use stdio instead of asm_fprintf.
15554         * arm.c (thumb_output_function_prologue): Likewise.
15555         * avr.c (print_operand): Likewise.
15556         * c4x.c (c4x_print_operand): Likewise.
15557         * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
15558         ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
15559         * cris.c (cris_target_asm_function_prologue,
15560         cris_asm_output_mi_thunk): Likewise.
15561         * h8300.c (print_operand): Likewise.
15562         * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
15563         * ip2k.c (print_operand): Likewise.  Fix format specifier.
15564         * m68hc11.c (asm_print_register, print_operand,
15565         print_operand_address): Use stdio instead of asm_fprintf.
15566         (print_operand_address): Fix format specifier.
15567         * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
15568         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
15569         asm_fprintf.
15570         * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
15571         * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
15572         * m68k.c (m68k_output_function_prologue,
15573         m68k_output_function_epilogue, print_operand): Likewise.
15574         * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
15575         Likewise.  Fix format specifier.
15576         * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
15577         * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
15578         * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
15579
15580 2002-08-15  Eric Christopher  <echristo@redhat.com>
15581             Jeff Knaggs  <jknaggs@redhat.com>
15582
15583         * config.gcc (mipsisa64sr71k-elf): New target.
15584         * config/mips/sr71k.md: New file.
15585         * config/mips/mips.md: Use it.
15586         (rot*): Add sr71k specifics.
15587         * config/mips/t-sr71k: New file.
15588         * config/mips/mips.h (sr71k): New cpu.
15589         (TARGET_SR71K): Use it.
15590         (TUNE_SR71K): Ditto.
15591         (GENERATE_BRANCHLIKELY): Ditto.
15592         (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
15593         ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
15594         * config/mips/mips.c (sr71k): New cpu.
15595         (mips_use_dfa_pipeline_interface): Use.
15596
15597 2002-08-15  Eric Christopher  <echristo@redhat.com>
15598             Richard Sandiford <rsandifo@redhat.com>
15599             Aldy Hernandez  <aldyh@redhat.com>
15600             Graham Stott    <grahams@redhat.com>
15601             Michael Meissner  <meissner@redhat.com>
15602             Gavin Romig-Koch  <gavin@redhat.com>
15603             Ken Raeburn  <raeburn@cygnus.com>
15604             Alexandre Oliva <aoliva@redhat.com>
15605
15606         * config.gcc (mips64vr-elf): New target.
15607         * config/mips/5400.md: New file.
15608         * config/mips/5500.md: Ditto.
15609         * config/mips/mips.md: Use them.
15610         (frsqrt): New.
15611         * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
15612         cpus.
15613         (mips_issue_rate): Use them.
15614         (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
15615         (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
15616         * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
15617         cpus.
15618         (TARGET_MIPSx): Use them.
15619         (TUNE_MIPSx): Ditto.
15620         (GETNATE_MULT3_SI): Ditto.
15621         (ISA_HAS_BRANCHLIKELY): Ditto.
15622         (ISA_HAS_CONDMOVE): Ditto.
15623         (ISA_HAS_NMADD_NMSUB): Ditto.
15624         (ISA_HAS_MULHI): New. Ditto.
15625         (ISA_HAS_MULS): Ditto.
15626         (ISA_HAS_MSAC): Ditto.
15627         (ISA_HAS_MACC): Ditto.
15628         (ISA_HAS_ROTR_SI): Ditto.
15629         (ISA_HAS_ROTR_DI): Ditto.
15630         (RTX_COSTS): Use.
15631
15632 2002-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15633
15634         * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
15635         at head.
15636         (remove_dup_nonsys_dirs): New function.
15637         (remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
15638         (merge_include_chains): Remove non-system include directories from
15639         quote and bracket include chains when they duplicate equivalent system
15640         directories.
15641         * doc/cpp.texi (-I): Update.
15642         * doc/cppopts.texi (-I): Update.
15643         * doc/install.texi (--with-local-prefix): Further document usage of
15644         this option.
15645         * doc/invoke.texi (-I): Update.
15646
15647 2002-08-20  Richard Henderson  <rth@redhat.com>
15648
15649         * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
15650         (emit_block_move): Split out subroutines.
15651         (emit_block_move_via_movstr): New.
15652         (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
15653         (emit_block_move_libcall_fn): New.  Construct function prototype for
15654         bcopy as well.
15655         (clear_storage): Split out subroutines.
15656         (clear_storage_via_clrstr): New.
15657         (clear_storage_via_libcall): New. Emit bzero as a normal call also.
15658         (clear_storage_libcall_fn): New.  Construct function prototype for
15659         bzero as well.
15660         (emit_push_insn): Use emit_block_move.
15661         (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
15662         (store_constructor): Likewise.
15663
15664 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
15665
15666         * objc/objc-act.c (building_objc_message_expr): Rename to
15667         current_objc_message_selector.
15668
15669 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
15670
15671         * objc/objc-act.c (build_ivar_chain): Remove.
15672         (objc_copy_list): Likewise.
15673         (get_class_ivars): Inline call to removed build_ivar_chain
15674         function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
15675         slot; use that slot (rather than CLASS_IVARS) when accessing
15676         ivars for base classes.  Call copy_list and chainon instead of
15677         objc_copy_list.
15678         (build_private_template): Call get_class_ivars instead of
15679         build_ivar_chain.
15680         (start_class): Allocate room for the CLASS_OWN_IVARS slot.
15681         (continue_class): Call get_class_ivars instead of
15682         build_ivar_chain.
15683         (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
15684         of DECL_BIT_FIELD (which may have been cleared).
15685         * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
15686
15687 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15688
15689         * genautomata.c (output_translate_vect, output_state_ainsn_table,
15690         output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
15691         in output file.
15692         (output_internal_min_issue_delay_func): Initialize variable in
15693         output file.
15694
15695 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
15696
15697         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
15698         (stage2_build, stage3_build, stage4_build): Likewise, to CC.
15699
15700 2002-08-19  Geoffrey Keating  <geoffk@redhat.com>
15701             Steve Ellcey  <sje@cup.hp.com>
15702
15703         * machmode.h (SCALAR_INT_MODE_P): New macro to test for
15704         scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
15705         * explow.c (trunc_int_for_mode): Abort when the mode is not
15706         a scaler integer mode.
15707         * combine.c (expand_compound_operation): Don't expand Vector
15708         or Complex modes into shifts.
15709         (expand_field_assignment): Don't do bitwise arithmatic and
15710         shifts on Vector or Complex modes.
15711         (simplify_comparison): Don't call trunc_int_for_mode
15712         for VOIDmode.
15713         * recog.c (general_operand): Likewise.
15714         (immediate_operand): Likewise.
15715         (nonmemory_operand): Likewise.
15716
15717 2002-08-19  David Edelsohn  <edelsohn@gnu.org>
15718
15719         * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
15720         multi-instruction SImode constant.  Add REG_EQUAL note.
15721         * config/rs6000/rs6000.md (movsi splitter): Use
15722         rs6000_emit_set_const.
15723
15724 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15725
15726         * tree-inline.c (initialize_inlined_parameters): Wrap variable in
15727         the macro test controlling its use.
15728
15729 2002-08-18  H.J. Lu  (hjl@gnu.org)
15730
15731         * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
15732         crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
15733         gnu_ld=yes.
15734         (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
15735         i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
15736         s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
15737         xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
15738         here.
15739         (cris-*-linux*): Remove setting thread_file here.
15740
15741 2002-08-18  Neil Booth  <neil@daikokuya.co.uk>
15742
15743         PR preprocessor/7602
15744         * cppinit.c (path_include): Treat the system environment
15745         variables as being cxx_aware.
15746
15747 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
15748
15749         * c-decl.c (flexible_array_type_p): New function.
15750         (grokdeclarator, finish_struct): Use it.
15751         * doc/extend.texi: Document constraints on use of structures with
15752         flexible array members.
15753
15754 2002-08-17  Richard Sandiford  <rsandifo@redhat.com>
15755
15756         * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
15757         config/mips/t-r3900 (MULTILIB_MATCHES): Define.
15758         * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
15759
15760 2002-08-16  Stan Shebs  <shebs@apple.com>
15761
15762         * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
15763         for ObjC with -fnext-runtime.
15764         * doc/cpp.texi: Document it.
15765
15766 2002-08-16  Janis Johnson  <janis187@us.ibm.com>
15767
15768         * doc/install.texi (Final installation): Replace links to individual
15769         build status pages with a link to a common page that lists them all.
15770
15771 2002-08-16  Sylvain Pion <pion@cs.nyu.edu>
15772
15773         * doc/invoke.texi: Fix typo.
15774
15775 2002-08-16  David Edelsohn  <edelsohn@gnu.org>
15776
15777         * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
15778
15779 2002-08-16  Andrew Haley  <aph@redhat.com>
15780
15781         * tree-inline.c: Add includes for Java inliner.
15782         (remap_decl): Don't handle anonymous types for Java.
15783         (remap_block): Add handling for Java trees.
15784         (copy_scope_stmt): Conditionalize for non-Java use only.
15785         (copy_body_r): Handle Java trees.  Add handling for
15786         LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
15787         (initialize_inlined_parameters):  Handle Java trees.
15788         (declare_return_variable): Likewise.
15789         (expand_call_inline): Handle Java trees.
15790         (walk_tree): Likewise.
15791         (copy_tree_r): Don't handle SCOPE_STMTs for Java.
15792         (add_stmt_to_compound): New function.
15793
15794 2002-08-15  Richard Henderson  <rth@redhat.com>
15795
15796         * Makefile.in (LOOSE_WARN): Remove -fno-common.
15797         (NOCOMMON_FLAG): New substitution point.
15798         (GCC_WARN_CFLAGS): Include it.
15799         * configure.in (ac_checking): Set nocommon_flag.
15800         (nocommon_flag): New substitution point.
15801
15802 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
15803
15804         * c-tree.h (skip_evaluation): Move declaration...
15805         * c-common.h: ... here.
15806         * c-typeck.c (build_external_ref): Don't assemble_external nor
15807         mark a tree as used if skip_evaluation is set.
15808         * c-parse.in (typeof): New non-terminal to set skip_evaluation
15809         around TYPEOF.
15810         (typespec_nonreserved_nonattr): Use it.
15811
15812 2002-08-15  Douglas B Rupp  <rupp@gnat.com>
15813
15814         * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
15815         (xcoff_debug_hooks): Update end_prologue.
15816         * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
15817         * debug.h (end_prologue): Add file arg.
15818         (end_epilogue): Add line and file args.
15819         (dwarf2out_end_epilogue): Add line and file args.
15820         (vmsdbgout_after_prologue): Remove.
15821         * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
15822         (dwarf2_debug_hooks): Update end_prologue.
15823         * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
15824         (dwarfout_end_prologue): Add file arg.
15825         * final.c (vmsdbgout_after_prologue): Remove
15826         (final_end_function): Update end_epilogue call.
15827         (final_scan_insn): Update end_prologue call.
15828         * sdbout.c (sdbout_end_epilogue): Add line and file args.
15829         (sdbout_end_prologue): Add file arg.
15830         (sdb_debug_hooks): Update end_prologue.
15831         (sdb_begin_prologue): Update sdbout_end_prologue call.
15832         * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
15833         vmsdbgout_end_function.
15834         (vmsdbgout_end_prologue): New function renamed from
15835         vmsdbgout_after_prologue. Call vmsdbgout_source_line.
15836         (vmsdbgout_end_function): New function.
15837         (vmsdbgout_end_epilogue): Add line and file args. Call
15838         vmsdbgout_source_line.
15839         (write_pclines): Write only valid line numbers.
15840         (write_srccorr): Don't write source correlation records if 0 lines.
15841         * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
15842
15843 2002-08-15  Steve Ellcey  <sje@cup.hp.com>
15844
15845         * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
15846         (_Unwind_Internal_Ptr): 32 bit version for use in
15847         read_encoded_value_with_base.
15848         * gcc/unwind-pe.h (read_encoded_value_with_base): Use
15849         _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
15850         right size.
15851
15852 2002-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15853
15854         * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
15855         signed/unsigned warnings.
15856
15857         * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
15858         record_reg_classes): Likewise.
15859
15860         * reload.c (reload_inner_reg_of_subreg, push_reload,
15861         find_reloads_address_1): Likewise.
15862
15863 2002-08-15  David Edelsohn  <edelsohn@gnu.org>
15864
15865         * rs6000.c (output_mi_thunk): Return to function section on
15866         TARGET_ELF.
15867
15868         * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
15869
15870 2002-08-15  Ulrich Weigand  <uweigand@de.ibm.com>
15871
15872         * config/s390/s390.c (legitimize_address): Optimize loading
15873         of large displacements.
15874
15875 2002-08-14  Douglas B Rupp  <rupp@gnat.com>
15876
15877         * config/alpha/alpha-protos.h: Update.
15878
15879         * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
15880         (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
15881         (alpha_linkage_symbol_p): New static function.
15882         (print_operand_address): Print linkage operand.
15883
15884         (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
15885         variables.
15886         (reloc_kind): New enum.
15887         (struct alpha_funcs): New struct.
15888         (struct alpha_links): Add reloc_kind field. Rename links_kind field.
15889
15890         (alpha_need_linkage): Rewrite.
15891         (alpha_use_linkage): New global function.
15892         (alpha_write_linkage): Rewrite and make static.
15893         (alpha_write_one_linkage): Rewrite
15894
15895         (alpha_start_function): Remove procedure descriptor output.
15896         (alpha_end_function): Write linkages at end of each function.
15897
15898         * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
15899         (call_vms_1, call_value_vms_1): Rewrite.
15900
15901         * config/alpha/vms.h (ASM_FILE_END): Remove.
15902
15903 2002-08-14  Richard Henderson  <rth@redhat.com>
15904
15905         * ggc-page.c (RTL_SIZE): New.
15906         (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
15907         * rtl.def (BARRIER, NOTE): Pad to 9 slots.
15908
15909 2002-08-14  Richard Henderson  <rth@redhat.com>
15910
15911         * calls.c: Include target.h.
15912         * Makefile.in (calls.o): Update.
15913
15914         * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
15915         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
15916
15917 2002-08-14  Richard Henderson  <rth@redhat.com>
15918
15919         * Makefile.in (LOOSE_WARN): Add -fno-common.
15920         * c-common.h (constant_string_class_name): Add missing extern.
15921
15922 2002-08-15  Neil Booth  <neil@daikokuya.co.uk>
15923
15924         PR preprocessor/7358
15925         * c-opts.c (check_deps_environment_vars): Ignore main file
15926         for SUNPRO_DEPENDENCIES.
15927         * cppfiles.c (stack_include_file): Ignore main file if
15928         appropriate.
15929         * cpplib.h (struct cpp_options): New member in deps.
15930         * doc/cppenv.texi: Update.
15931
15932 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
15933
15934         PR preprocessor/7526
15935         * cpplib.c (run_directive): Kludge so _Pragma dependency works.
15936
15937 2002-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15938
15939         * doc/invoke.texi (-a): Remove documentation.
15940         (-fprofile-arcs): Remove reference to -a, -ax options.
15941         * doc/gcov.texi (Gcov Data Files): Data might be merged.
15942
15943 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
15944
15945         Fix PR/7566
15946         * c-semantics.c (genrtl_case_label): Don't (mis)use
15947         warning_with_decl.
15948
15949 2002-08-14  Dale Johannesen  <dalej@apple.com>
15950
15951         * explow.c (emit_stack_restore):  Emit memory clobbers
15952         preceding the stack pop, to prevent the scheduler from
15953         moving refs to variable arrays below this pop.
15954         * reload1.c (reload):  Preserve these clobbers for sched2.
15955         * doc/rtl.texi:  Document clobber (mem:BLK (scratch)).
15956
15957 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
15958
15959         * c-opts.c (c_common_post_options): Correct test.
15960
15961 2002-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15962
15963         * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
15964         order in call to fprintf.
15965
15966 2002-08-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15967
15968         * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
15969
15970 2002-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
15971
15972         * reload.c (find_reloads): Handle constraint letters marked by
15973         EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
15974         (alternative_allows_memconst): Likewise.
15975         * reload1.c (maybe_fix_stack_asms): Likewise.
15976         * recog.c (asm_operand_ok, preprocess_constraints,
15977         constrain_operands): Likewise.
15978         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
15979         * local-alloc.c (block_alloc, requires_inout): Likewise.
15980         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
15981
15982         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
15983         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
15984         * doc/tm.texi: Document these two new target macros.
15985
15986         * config/s390/s390.c (s390_expand_plus_operand): Accept already
15987         valid operands.
15988         (q_constraint): New function.
15989         config/s390/s390-protos.h (q_constraint): Declare it.
15990         config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
15991         (EXTRA_MEMORY_CONSTRAINT): New macro.
15992
15993         * config/s390/s390.md: Throughout the machine description,
15994         replace all instances of the constraint combinations 'Qo'
15995         or 'oQ' with simply 'Q'.
15996
15997 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
15998
15999         * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
16000         * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
16001         (LIBGCC2_CFLAGS): Compile with -mrelax.
16002
16003 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
16004
16005         * doc/invoke.texi: Document -minmax for 68HC12.
16006
16007         * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
16008         ("uminqi3"): Likewise.
16009         ("uminhi3", "umaxhi3"): Likewise.
16010
16011         * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
16012         (TARGET_MIN_MAX): Define.
16013         (TARGET_SWITCHES): New option -minmax/-mnominmax.
16014
16015 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
16016
16017         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
16018         (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
16019
16020         * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
16021         (ret, declare, farsym): New gas macros.
16022         (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
16023         ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
16024         and declare the symbol far when compiled with -mlong-calls.
16025         (__far_trampoline): New for 68HC12 trampoline code to invoke a
16026         far handler using jsr/bsr.
16027
16028         * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
16029         (jsr): New macro to transform a 'jsr' into a 'call'.
16030
16031 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
16032
16033         * doc/invoke.texi: Document -mlong-calls for 68HC12.
16034
16035         * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
16036         -mlong-calls is specified.
16037         (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
16038         assembler directives.
16039         (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
16040         (TARGET_SWITCHES): Add -mlong-calls options.
16041         (current_function_far): Declare.
16042
16043         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
16044         into account the page register saved on the stack.
16045         (m68hc11_override_options): Take into account -mlong-calls option.
16046         (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
16047
16048         * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
16049         if the function is going to be in 68HC12 banked memory (-mlong-calls).
16050         ("*return_16bit"): Likewise.
16051         ("*return_void"): Likewise.
16052         ("call", "call_value"): Use call for a far function call.
16053
16054 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
16055
16056         * toplev.c (parse_options_and_default_flags): Don't call
16057         post_options here.
16058         (general_init): Initialize GC, pools and tree hash here,
16059         instead of lang_independent_init.
16060         (lang_independent_init): Rename backend_init.
16061         (do_compile): Call post_options hook; exit early if there
16062         have been errors after switch processing.
16063         (toplev_main): Update.
16064
16065 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
16066
16067         * c-pretty-print.h: Guard against multiple inclusion.
16068         Robustify macros.
16069         (pp_c_attributes): Declare.
16070         * c-pretty-print.c (pp_c_attributes): New function.
16071
16072 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16073
16074         * m68k.c (m68k_output_function_prologue,
16075         m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
16076         and NEWS/MOTOROLA.
16077         * genattrtab.c: Remove dpx2 comment.
16078         * libgcc2.c (__enable_execute_stack): Delete versions for
16079         NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
16080         sony_news/SYSTYPE_BSD.
16081         * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
16082         __gmicro__, __i860__, __NeXT__ and __pyr__.
16083         * rtl.h: Remove convex comment.
16084         * varasm.c: Likewise.
16085
16086 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16087
16088         * c-opts.c (lang_flags): Const-ify.
16089         * ra-build.c (undef_table): Likewise.
16090         * ra.c (eliminables): Likewise.
16091
16092 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
16093
16094         * tree.h: Guard against multiple inclusion.
16095
16096 2002-08-14  Hans-Peter Nilsson  <hp@bitrange.com>
16097
16098         * reload1.c (reload_cse_simplify): Before checking
16099         REG_FUNCTION_VALUE_P, check REG_P.
16100
16101 2002-08-13  Geoffrey Keating  <geoffk@redhat.com>
16102
16103         * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
16104
16105 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
16106
16107         * c-opts.c (c_common_init_options): Extra braces needed.
16108
16109 Tue Aug 13 17:40:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
16110
16111         * sh.c (sh_init_builtins): Add PARAMS to declaration.
16112         (sh_media_init_builtins, sh_expand_builtin): Likewise.
16113         (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
16114         (sh_expand_binop_v2sf): Likewise.
16115         * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
16116         (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
16117         (sh_initialize_trampoline): Likewise.
16118
16119 2002-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
16120
16121         * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
16122         new condition code modes.
16123         s390.c (s390_match_ccmode_set): Handle those new CC modes.
16124         (s390_select_ccmode): Likewise.
16125         (s390_branch_condition_mask): Likewise.
16126
16127         * s390-protos.h (s390_tm_ccmode): Declare.
16128         s390.c (s390_tm_ccmode): New function.
16129         (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
16130
16131         * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
16132         ("*cmpsi_tm2"): Rename to "*tmsi_ext".
16133         ("*cmpqi_tm2"): Rename to "*tmqi_ext".
16134
16135         ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
16136         "*cmphi_tm_sub","*cmphi_cct_0",  "*cmpqi_tm", "*cmpqi_tm_sub",
16137         "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
16138         ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
16139         "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
16140
16141         ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
16142         "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
16143         "*cmpqi_ccs_0"): Remove, replace by ...
16144         ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
16145         "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
16146         "*tstqi", "*tstqi_cconly"): ... these new patterns.
16147
16148         ("*cmpsidi_ccs"): Remove, replace by ...
16149         ("*cmpsi_ccs_sign"): ... this new pattern.
16150         ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
16151
16152         ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
16153         ("*cli"): ... this new pattern.
16154
16155         ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
16156         "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
16157         New patterns.
16158         ("adddi3_64"): Rename to "*adddi3_64".
16159         ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
16160         ("adddi3"): Adapt expander.
16161
16162         ("*addsi3_cc"): Allow "general_operand" for operand 2.
16163         ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
16164         "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
16165
16166         ("addhi3", "addqi3"): Remove, replace by ...
16167         ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
16168
16169         ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
16170         "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
16171         ("subdi3"): Replace by insn and splitter "*subdi3_31".
16172         ("subdi3"): New expander.
16173
16174         ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
16175
16176         ("subhi3", "subqi3"): Remove, replace by ...
16177         ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
16178
16179         ("*muldi3_sign"): New pattern.
16180         ("muldi3"): Do not clobber CC.
16181         ("mulsi3"): Likewise.
16182         ("mulsi_6432"): Likewise.
16183
16184 2002-08-13  Denis Chertykov  <denisc@overta.ru>
16185
16186         * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
16187         which can change CC0.
16188
16189 Tue Aug 13 14:49:20 2002  J"orn Rennecke <joern.rennecke@superh.com>
16190
16191         * gcse.c (adjust_libcall_notes): New function.
16192         (do_local_cprop): Use it.  Add fourth parameter.  Changed caller.
16193
16194 2002-08-13  Nathan Sidwell  <nathan@codesourcery.com>
16195
16196         * libgcc2.c (L_bb): Remove unneeded #includes.
16197         (__global_counters, __gthreads_active): Remove unused globals.
16198         (__bb_exit_func): Merge counts into files rather than appending.
16199         * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
16200         (ALL_CFLAGS): ... to here.
16201
16202 2002-08-13  Denis Chertykov  <denisc@overta.ru>
16203
16204         * config/ip2k/ip2k.c (commands_in_file): Variable removed.
16205         (function_epilogue): Don't calculate function size.
16206         (ip2k_set_compare): Don't use lookup_const_double.
16207         (asm_file_start): Initialization of commands_in_file removed.
16208         (asm_file_end): Output of commands_in_file removed.
16209
16210         * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
16211         __INT_MAX__.
16212
16213 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
16214
16215         * c-opts.c (c_common_init_options): Check option array is
16216         sorted if checking enabled.
16217
16218 2002-08-13  Gabriel Dos Reis  <gdr@nerim.net>
16219
16220         * c-pretty-print.c: #include "c-tree.h".
16221         (pp_c_simple_type_specifier): Tweak.
16222         (pp_c_storage_class_specifier): New.
16223         (pp_c_function_specifier): Likewise.
16224         (pp_c_declaration_specifiers): Likewise.
16225         (pp_c_init_declarator): Likewise.
16226         (pp_c_declaration): Likewise.
16227         (pp_c_direct_declarator): Stub.
16228         (pp_c_declarator): Likewise.
16229         (pp_c_parameter_declaration): Likewise.
16230
16231 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
16232
16233         * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
16234         handle_deferred_opts, sanitize_cpp_opts, defer_opt,
16235         struct deferred_opt): New.
16236         (COMMAND_LINE_OPTIONS): Add -M*.
16237         (missing_arg): Update.
16238         (c_common_decode_option): Handle -M*.
16239         (c_common_post_options): Handle -M*.  Use sanitize_cpp_opts;
16240         don't call cpp_post_options.
16241         (c_common_finish, check_deps_environment_vars): Update.
16242         * cppfiles.c (stack_include_file, handle_missing_header): Update.
16243         * cpphash.h (CPP_PRINT_DEPS): Remove.
16244         * cppinit.c: Don't include version.h.
16245         (cpp_create_reader): Don't call deps_init.  Initialize
16246         warn_long_long.
16247         (cpp_read_main_file): Init deps if necessary.
16248         (cpp_destroy): Conditionally free deps.
16249         (cpp_finish): Update.
16250         (no_tgt): Remove.
16251         (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
16252         (cpp_post_options): Rename post_options.
16253         * cpplib.h (struct cpp_options): Remove some dependency options;
16254         move others to a new structure.
16255         (cpp_post_options): Remove.
16256         (cpp_finish): Comment.
16257         * fix-header.c (read_scan_file): Don't call cpp_post_options.
16258
16259 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
16260
16261         * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
16262         ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
16263         MMIX_rR_REGNUM as clobbered.
16264         * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
16265
16266 2002-08-12  Gabriel Dos Reis  <gdr@nerim.net>
16267
16268         * diagnostic.h (output_formatted_scalar): Rename from
16269         output_formatted_integer.
16270         * diagnostic.def: Add DK_DEBUG.
16271         * diagnostic.c (output_decimal): Adjust.
16272         (output_long_decimal): Likewise.
16273         (output_unsigned_decimal): Likewise.
16274         (output_octal): Likewise.
16275         (output_long_octal): Likewise.
16276         (output_hexadecimal): Likewise.
16277         (output_long_hexadecimal): Likewise.
16278         * c-pretty-print.c (pp_c_type_specifier): New function.
16279         (pp_c_specifier_qualifier_list): Likewise.
16280         (pp_c_abstract_declarator): Likewise.
16281         (pp_c_char): Replace pp_format_integer with pp_format_scalar.
16282
16283 2002-08-12  David Edelsohn  <edelsohn@gnu.org>
16284
16285         * doc/trouble.texi (Disappointments): Add static constructor and
16286         destructor dependency information for AIX.
16287
16288 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
16289
16290         * cpphash.h (struct printer): New from cppmain.c.
16291         (cpp_reader): New member.
16292         * cppmain.c (struct printer): Move to cpphash.h.
16293         (options, print): Remove.
16294         (account_for_newlines, print_line, maybe_print_line,
16295         cpp_preprocess_file, setup_callbacks, scan_translation_unit,
16296         scan_translation_unit_trad, cb_line_change, cb_ident,
16297         cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
16298         cb_def_pragma): Make reentrant.
16299
16300 2002-08-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16301
16302         * real.c (ieee_64): Always define.
16303         (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
16304         (dec_h): Not used yet, hide it.
16305         (emdnorm): Mark parameter in ATTRIBUTE_UNUSED.  Guard label with
16306         macro controlling use.
16307         (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
16308
16309 Mon Aug 12 12:48:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
16310
16311         * i386.md (tablejump): Sign extend the operand.
16312         * i386.c (classify_argument): Fix missed case from previous patch.
16313
16314 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
16315
16316         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
16317         to c-copts.c.
16318         (warn_multichar): Die.
16319         (cb_register_builtins): Export.
16320         * c-common.h (warn_multichar, preprocess_file): Remove.
16321         (cb_register_builtins): New.
16322         * c-lang.c (c_init): Remove.
16323         (LANG_HOOKS_INIT): Use c_objc_common_init.
16324         * c-lex.c (init_c_lex): Don't canonicalize filename.
16325         * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
16326         (preprocess_file): Make static.  Update for cpplib.
16327         (c_common_decode_option): Remove warn_multichar.  Use in_fname.
16328         (c_common_post_options): Set some cpp options here.
16329         (c_common_init): Move from c-common.c.
16330         * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
16331         * cpplib.h (struct cpp_options): Remove in_fname.
16332         (cpp_preprocess_file): Update.
16333         * cppmain.c (cpp_preprocess_file): Update for new prototypes.
16334
16335 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16336
16337         * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
16338
16339 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16340
16341         * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
16342         backslash in comment preceeding macro definition.
16343         * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
16344         * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
16345         * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
16346
16347 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
16348
16349         * expr.c (store_expr): In condition for checking if value is
16350         generated in TARGET, move call to expr_size last.
16351
16352 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
16353
16354         * c-common.c (c_common_init): Call preprocess_file instead.
16355         (c_common_finish): Move to c-opts.c.
16356         * c-common.h (preprocess_file): new.
16357         * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
16358         check_deps_environment_vars, c_common_finish): New.
16359         (c_common_decode_option): Update for out_fname and dependencies.
16360         * cppinit.c (init_dependency_output, output_deps): Remove.
16361         (cpp_destroy): Update prototype.
16362         (cpp_add_dependency_target): New.
16363         (cpp_read_main_file): Don't overlay a buffer.
16364         (cpp_finish): Take a deps output stream and write deps to it.
16365         Return the error count.
16366         (cpp_post_options): Don't canonicalize out_fname, or do anything
16367         with dependencies.
16368         * cpplib.h (struct cpp_options): Remove out_fname and
16369         preprocess_only.
16370         (cpp_add_dependency_target): New.
16371         (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
16372         * cppmain.c (cpp_preprocess_file): Update prototype.  Don't
16373         set preprocess_only.  Don't handle the output stream directly.
16374
16375 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16376
16377         * dsp16xx.c (print_operand): Fix format specifier.
16378         * dsp16xx.md: Avoid automatic aggregate initialization.
16379         * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
16380         * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
16381         integer constant modifier.
16382         * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
16383         * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
16384         guards.
16385         * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
16386         * v850.c (v850_select_section): Mark parameter with
16387         ATTRIBUTE_UNUSED.
16388         * global.c (global_alloc): Const-ify.
16389         * ra-colorize.c (hardregset_to_string): Fix format specifier.
16390
16391 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16392
16393         * darwin-c.c (darwin_pragma_options): Const-ify.
16394         * darwin.c (machopic_non_lazy_ptr_name,
16395         machopic_validate_stub_or_non_lazy_ptr): Likewise.
16396         (machopic_indirect_data_reference): Wrap variables in macros
16397         controlling their use.
16398         (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
16399         (machopic_select_section): Use parentheses around && within ||.
16400         * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
16401
16402 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16403
16404         * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
16405         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
16406         ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
16407         ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
16408         mdr_try_remove_redundant_insns, track_w_reload,
16409         mdr_try_wreg_elim): Make function static to match prototype.
16410         * mmix.c (mmix_target_asm_function_epilogue): Likewise.  Mark
16411         parameter with ATTRIBUTE_UNUSED.
16412
16413 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16414
16415         * arc.c (arc_init): Don't use ISO C style function definitions.
16416         * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
16417         arm_get_strip_length, arm_strip_name_encoding): Likewise.
16418         * avr.h (progmem_section): Likewise.
16419         * h8300.c h8300_asm_insn_count): Likewise.
16420         * m32r.c (init_idents): Likewise.
16421         * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
16422         * sh.c (sh_cfun_interrupt_handler_p): Likewise.
16423         * xtensa.c (xtensa_build_va_list): Likewise.
16424
16425 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
16426
16427         * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
16428         * c-opts.c (parse_option): Rename find_opt.
16429         (set_std_c99): New function.
16430         (COMMAND_LINE_OPTIONS): Handle -remap and -o.  Remove OPT_std_bad.
16431         (missing_arg): Remove OPT_std_bad.  Handle -o.
16432         (c_common_decode_option): Handle input and output file names,
16433         -o and -remap.  Clean up -std= handling.
16434         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
16435         (cpp_handle_option): Similarly.  Don't handle filenames.
16436
16437 Sun Aug 11 14:43:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
16438
16439         * i386.c (classify_argument): Fix computing of field's offsets.
16440
16441 2002-08-11  Andreas Jaeger  <aj@suse.de>
16442
16443         PR target/7531:
16444         * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
16445
16446 2002-08-10  Ziemowit Laski  <zlaski@apple.com>
16447
16448         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
16449         reference to clk_objective_c with flag_objc.
16450         * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
16451         Likewise.
16452         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
16453
16454 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
16455
16456         * c-opts.c (set_std_cxx98, set_std_c89): New.
16457         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
16458         (c_common_decode_option): Handle new switches from cppinit.c.
16459         Add -std=gnu++98.
16460         * cppinit.c (set_lang): Rename cpp_set_lang.  Export.
16461         (no_arg, no_num): Remove.
16462         (COMMAND_LINE_OPTIONS): Move more to c-opts.c.  Drop all lang-
16463         switches apart from -lang-objc and lang-asm.
16464         (cpp_handle_option): Similarly.
16465         * cpplib.h (cpp_set_lang): New.
16466         * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
16467         -std=gnu++98.
16468         * objc/lang-specs.h: Remove -ansi.
16469
16470 Sat Aug 10 19:59:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
16471                                Graham Stott
16472
16473         * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
16474         errors.
16475
16476 2002-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16477
16478         * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
16479         emit_jump_insn): Fix uninitialized variable.
16480         * gcov.c (init_line_info): Likewise.
16481         * genautomata.c (transform_3): Add braces around ambiguous
16482         else.
16483         * ifcvt.c (cond_exec_process_insns): Mark parameter with
16484         ATTRIBUTE_UNUSED.
16485         * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
16486         * regrename.c (copyprop_hardreg_forward): Fix uninitialized
16487         variable.
16488
16489         * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
16490         warnings in output files.
16491
16492 2002-08-09  Ziemowit Laski  <zlaski@apple.com>
16493
16494         * c-common.c (flag_objc): New.
16495         * c-common.h (c_language_kind): Get rid of clk_objective_c
16496         enum value.
16497         (flag_objc): New extern declaration.
16498         * c-decl.c (implicitly_declare): Call objc_check_decl
16499         instead of maybe_objc_check_decl.
16500         (finish_decl): Likewise.
16501         (grokfield): Likewise.
16502         (finish_struct): Likewise.
16503         * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
16504         (maybe_objc_comptypes): Rename to objc_comptypes.
16505         (maybe_building_objc_message_expr): Rename to
16506         objc_message_selector.
16507         * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
16508         replace with flag_objc as needed.
16509         * c-opts.c (c_common_init_options): Likewise.
16510         (c_common_decode_option): Likewise.
16511         * c-parse.in (init_reswords): Likewise.
16512         * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
16513         (maybe_objc_comptypes): Rename to objc_comptypes.
16514         (maybe_building_objc_message_expr): Rename to
16515         objc_message_selector.
16516         * c-typeck.c (comptypes): Call objc_comptypes instead of
16517         maybe_objc_comptypes, and/or objc_message_selector instead of
16518         maybe_building_objc_message_expr.
16519         (comp_target_types): Likewise.
16520         (convert_for_assignment): Likewise.
16521         (warn_for_assignment): Likewise.
16522         * cppinit.c (init_builtins): Set __OBJC__ manifest constant
16523         independently of those for other languages.
16524         * objc/objc-act.c (maybe_objc_comptypes): Delete.
16525         (maybe_objc_check_decl): Delete.
16526         (maybe_building_objc_message_expr): Rename to
16527         objc_message_selector.
16528         * objc/objc-lang.c (objc_init_options): Use clk_c instead of
16529         clk_objective_c; set flag_objc flag.
16530
16531 2002-08-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
16532
16533         * ifcvt.c (find_if_case_2): Test correct basic block for size.
16534
16535 2002-08-09  Dale Johannesen  <dalej@apple.com>
16536
16537         * config/rs6000/rs6000.md: Add sibcall patterns.
16538         * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL):  Define.
16539         * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
16540         Rewritten to handle sibcalls.
16541         * config/rs6000/rs6000.c (function_ok_for_sibcall):  New.
16542         * config/rs6000/rs6000-protos.h (function_ok_for_sibcall):  New.
16543
16544 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16545
16546         * profile.c (da_file_name): New static var.
16547         (init_branch_prob): Initialize it.
16548         (end_branch_prob): Remove da file.
16549
16550         * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
16551         * configure.in (coverage_flags): Default to nothing.
16552         * configure: Rebuilt.
16553
16554 2002-08-09  Neil Booth  <neil@daikokuya.co.uk>
16555
16556         * Makefile.in (c-opts.o): Update
16557         * c-opts.c: Include intl.h.
16558         (print_help): Move from cppinit.c.  Remove unused options.
16559         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
16560         (missing_arg): Complain for switches without an argument.
16561         (c_common_decode_option): Reject missing joined arguments.
16562         Handle new switches from cppinit.c.
16563         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
16564         (cpp_handle_option): Similarly.
16565         (print_help): Moved to c-opts.c.
16566         * cpplib.h (struct cpp_options): Remove help_only.
16567         * gcc.c (cpp_unique_options): Remove -$.
16568         * doc/cppopts.texi: Undocument -h.
16569
16570 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16571
16572         * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
16573         legitimate constant.
16574         (legitimate_pic_operand_p): Neither pic operand.
16575         (legitimate_address_p): But legitimate address.
16576         (get_thread_pointer): Generate MEM/u instead of CONST around
16577         UNSPEC_TP.
16578         (print_operand): Remove printing of UNSPEC_TP.
16579         (print_operand_address): And print it here.
16580
16581 2002-08-08  Devang Patel  <dpatel@apple.com>
16582
16583         * objc/objc-act.c (build_selector_translation_table): Issue warning,
16584         when  -Wselector is used,if method for which selector is being
16585         created does not exist.
16586
16587 2002-08-08  Stephen Clarke <stephen.clarke@superh.com>
16588
16589         * config/sh/sh.c (prepare_move_operands): Only call
16590         target_reg_operand if TARGET_SHMEDIA.
16591
16592 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16593
16594         * config/rs6000/rs6000.h, config/rs6000/aix.h,
16595         config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
16596         two patches.
16597         * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
16598
16599 2002-08-08  Lars Brinkhoff  <lars@nocrew.org>
16600             Richard Henderson  <rth@redhat.com>
16601
16602         * emit-rtl.c (gen_rtx_REG): After reload, only return
16603         frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
16604
16605 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16606
16607         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
16608         * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
16609         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
16610         macro.
16611
16612 2002-08-08  Adam Nemet  <anemet@lnxw.com>
16613
16614         * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
16615         register.
16616         (thumb_expand_prologue): Likewise.
16617         (thumb_output_function_prologue): Likewise.
16618         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
16619         the additional push of the PIC register.
16620
16621 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16622
16623         * configure.in (enable_coverage): New enable switch.
16624         * configure: Rebuilt.
16625         * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
16626         (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
16627         (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
16628         (mostlyclean): Remove coverage files.
16629         * doc/install.texi: Document enable_coverage.
16630
16631         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
16632         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
16633         * f/Make-lang.in (f.mostlyclean): Remove coverage files.
16634         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
16635         * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
16636         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
16637         files.
16638
16639 2002-08-08  Neil Booth  <neil@daikokuya.co.uk>
16640
16641         * c-opts.c (cpp_opts): New.
16642         (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
16643         (c_common_decode_options): Handle cpplib switches.
16644         (c_common_init_options): Set cpp_opts.
16645         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
16646         (cpp_handle_option): Similarly.
16647
16648 2002-08-08  David Edelsohn  <edelsohn@gnu.org>
16649
16650         * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
16651         (TARGET_ALTIVEC_ABI): Same.
16652         (TARGET_ALTIVEC_VRSAVE): Same.
16653
16654         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
16655         icode not CODE_FOR_nothing.  Change switch to if.
16656
16657 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
16658
16659         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
16660
16661 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16662
16663         * stor-layout.c (place_union_field): For bitfields if
16664         PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
16665         TYPE_USER_ALIGN.
16666
16667 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16668
16669         * pa.c (struct deferred_plabel): Constify name field.
16670
16671 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
16672
16673         * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
16674
16675 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16676
16677         * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
16678         local_prefix are the same.
16679         * configure: Rebuilt.
16680
16681 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
16682             Richard Henderson  <rth@redhat.com>
16683
16684         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
16685         to type_align when PCC_BITFIELD_TYPE_MATTERS.  Only apply
16686         ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
16687         (place_field): Likewise.
16688         * config/i386/i386.c (x86_field_alignment): Don't check
16689         DECL_USER_ALIGN here.
16690         * config/rs6000/rs6000.c (rs6000_field_alignment): New.
16691         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
16692         prototype.
16693         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
16694         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
16695         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
16696         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
16697         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
16698         * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
16699
16700 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
16701
16702         * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
16703         * c-common.c: Don't include tree-inline.h.
16704         (c_common_init_options, c_common_post_options): Move to c-opts.c.
16705         * c-common.h (c_common_decode_option): New.
16706         * c-decl.c (c_decode_option): Remove.
16707         * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
16708         * c-opts.c: New file.
16709         * c-tree.h (c_decode_option): Remove.
16710         * doc/passes.texi: Update.
16711         * objc/objc-act.c (objc_decode_option): Remove.
16712         * objc/objc-act.h (objc_decode_option): Remove.
16713         * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
16714         c_common_decode_option.
16715
16716 2002-08-07  Chris Demetriou  <cgd@broadcom.com>
16717
16718         * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
16719         dependency on TARGET_DOUBLE_FLOAT.
16720
16721 2002-08-07  Stephen Clarke <stephen.clarke@superh.com>
16722
16723         * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
16724         overwrite callee-save registers.  Fix comment.
16725
16726 2002-08-06  Chris Demetriou  <cgd@broadcom.com>
16727
16728         * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
16729         in target_flags based on ISA, if it was not set on the command
16730         line.  Warn if MASK_BRANCHLIKLEY is set but the ISA does not
16731         support Branch Likely instructions.
16732         * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
16733         (TARGET_BRANCHLIKELY): Likewise.
16734         (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
16735         (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
16736         ISA_HAS_BRANCHLIKELY.
16737         (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
16738         * doc/invoke.texi: Document new MIPS -mbranch-likely and
16739         -mno-branch-likely options.
16740
16741 2002-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16742
16743         * ip2k.c (ip2k_set_compare): Add missing iteration variable.
16744
16745         * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
16746         $(GCONFIG_H).
16747
16748 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
16749
16750         * c-decl.c (duplicate_decls): Error out for incompatible TLS
16751         declarations.
16752
16753         * testsuite/gcc.dg/tls/diag-3.c: New.
16754
16755 2002-08-06  Dale Johannesen  <dalej@apple.com>
16756
16757         * c-common.c (fname_decl): Use line number 0 for
16758         __func__, to avoid confusing debuggers.
16759
16760 2002-08-06  Nathan Sidwell  <nathan@codesourcery.com>
16761
16762         * gcov.c: Tidy.
16763         (struct line_info, struct coverage): New structures.
16764         (gcov_file_name, gcov_file): Remove globals.
16765         (output_data): Take source file parameter. Fix memory leak. Break
16766         up into ...
16767         (init_line_info, output_line_info, make_gcov_file_name,
16768         accumulate_branch_counts): ... here.
16769         (calculate_branch_probs, function_summary): Adjust.
16770         (main): Adjust.
16771         (function_*): Remove global variables.
16772
16773 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16774
16775         * dwarf2out.c: Remove unused macros.
16776
16777 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16778
16779         * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
16780
16781 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16782
16783         * cppinit.c (struct lang_flags): Rename trigraphs std.
16784         (set_lang): Update.
16785         * cpplib.h (struct cpp_options): New member std.
16786         * cppmacro.c (_cpp_builtin_macro_text): Use std.
16787         (collect_args): Flag whether to swallow a possible future
16788         comma pasted with varargs.
16789         (replace_args): Use this flag.
16790         * doc/cpp.texi: Update varargs extension documentation.
16791
16792 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16793
16794         * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
16795
16796 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16797
16798         * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
16799         and MODE_CLASS_INT modes.
16800
16801 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16802
16803         * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
16804         --{enable,disable}-threads is given to configure.
16805         (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
16806         x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
16807         powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
16808         s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
16809         Remove thread_file setting here.
16810
16811 2002-08-06  David Edelsohn  <edelsohn@gnu.org>
16812
16813         * doc/install.texi (Binaries): Update Bull Freeware URL.
16814
16815 2002-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16816
16817         * doc/gcc.texi (Top): Rename Index to Keyword Index.
16818
16819 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
16820
16821         * gcov.c (output_data): Round to % to nearest, tweak formatting.
16822
16823 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
16824
16825         * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
16826         of the operands into MINUS_EXPR if code is PLUS_EXPR.
16827
16828 2002-08-05  Douglas B Rupp  <rupp@gnat.com>
16829
16830         * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
16831         * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
16832         drectve_section): Define.
16833         * config/i386/t-interix: Replace interix.o rule with winnt.o.
16834         * config/i386/interix.c: Remove.
16835
16836 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
16837
16838         * attribs.c: Don't include obstack.h.
16839         * builtins.c: Likewise.
16840         * cfganal.c: Likewise.
16841         * cfgbuild.c: Likewise.
16842         * cfgcleanup.c: Likewise.
16843         * emit-rtl.c: Likewise.
16844         * loop.c: Likewise.
16845         * stmt.c: Likewise.
16846
16847         * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
16848
16849 2002-08-05  Gabriel Dos Reis  <gdr@nerim.net>
16850
16851         * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
16852
16853 2002-08-04  Chris Demetriou  <cgd@broadcom.com>
16854
16855         * doc/invoke.texi: Remove duplicated paragraph describing
16856         TARGET_SWITCHES.
16857
16858 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
16859
16860         * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
16861         * collect2.h (permanent_obstack): Delete declaration.
16862         * collect2.c (permanent_obstack): Delete definition.
16863         (main): Don't initialize permanent_obstack.  Use xstrdup instead.
16864         * expr.c: Don't include obstack.h.
16865         (permanent_obstack): Delete declaration.
16866         * function.c: Don't include obstack.h.
16867         (permanent_obstack): Delete declaration.
16868         * integrate.c: Don't include obstack.h.
16869         (function_maybepermanent_obstack): Delete declaration.
16870         * print-tree.c (debug_tree): Use x*alloc not permalloc.
16871         * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
16872         * tlink.c (pfgets): Use xstrdup not permanent_obstack.
16873         * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
16874         * tree.h: Rename init_obstacks to init_ttree.  Remove declarations
16875         of permalloc, expralloc, perm_calloc.
16876         * tree.c (permanent_obstack): Delete definition.
16877         (init_ttree): Rename from init_obstacks.
16878         (permalloc): Delete.
16879         (perm_calloc): Delete.
16880         (dump_tree_statistics): Don't print information about
16881         permanent_obstack.
16882         * varasm.c (assemble_start_function): Use xstrdup instead of
16883         permalloc/strcpy.
16884         (assemble_variable): Likewise.
16885         * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
16886         permalloc.
16887         (unicosmk_add_extern): Likewise.
16888         * config/c4x/c4x.c (c4x_external_ref): Likewise.
16889         (c4x_global_label): Likewise.
16890         * config/frv/frv.c (frv_encode_section_info): Likewise.
16891         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
16892         (i386_pe_record_exported_symbol): Likewise.
16893         * config/mips/mips.c (mips_output_external): Likewise.
16894         (mips_output_external_libcall): Likewise.
16895         * config/pa/pa.c: (permanent_obstack): Delete declaration.
16896         (output_call): Use ggc_strdup instead of allocating on
16897         permanent_obstack.
16898         * config/romp/romp.c: Include ggc.h.
16899         (get_symref): Don't declare permanent_obstack, use ggc_strdup
16900         intead of permanent_obstack.
16901         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
16902         instead of permalloc.
16903         * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
16904         instead of permalloc
16905         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
16906         instead of permalloc.
16907         * config/vax/vax.c (vms_check_external): Use xmalloc instead of
16908         permalloc.
16909
16910 2002-08-04  Bernd Schmidt  <bernds@redhat.com>
16911
16912         Contribute a port developed primarily by Michael Meissner,
16913         Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
16914         * config.gcc: Add frv-elf target.
16915         * config/frv/cmovd.c: New file.
16916         * config/frv/cmovh.c: New file.
16917         * config/frv/cmovw.c: New file.
16918         * config/frv/frv-abi.h: New file.
16919         * config/frv/frv-asm.h: New file.
16920         * config/frv/frv-modes.def: New file.
16921         * config/frv/frv-protos.h: New file.
16922         * config/frv/frv.c: New file.
16923         * config/frv/frv.h: New file.
16924         * config/frv/frv.md: New file.
16925         * config/frv/frvbegin.c: New file.
16926         * config/frv/frvend.c: New file.
16927         * config/frv/lib1funcs.asm: New file.
16928         * config/frv/media.h: New file.
16929         * config/frv/modi.c: New file.
16930         * config/frv/t-frv: New file.
16931         * config/frv/uitod.c: New file.
16932         * config/frv/uitof.c: New file.
16933         * config/frv/ulltod.c: New file.
16934         * config/frv/ulltof.c: New file.
16935         * config/frv/umodi.c: New file.
16936         * config/frv/xm-frv.h: New file.
16937
16938         * config/frv/media.h: Removed again.
16939
16940 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
16941
16942         * gcov.c (bb_file_time): New static variable.
16943         (object_directory): May also be object file.
16944         (preserve_paths): New static variable.
16945         (print_usage): Adjust.
16946         (options): Adjust.
16947         (process_args): Adjust.
16948         (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
16949         file. Find modification date on bb file.
16950         (read_profile): Don't rewind a NULL file.
16951         (format_hwint): New static function.
16952         (function_summary): Use format_hwint.
16953         (output_data): SOURCE_FILE_NAME is never relative to
16954         OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
16955         mangling. Adjust output format to make it more machine readable.
16956         * doc/gcov.texi: Document & clarify semantics.
16957
16958 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
16959
16960         * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
16961
16962 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
16963
16964         * gcc.c (cc1_options): Pass output file as auxbase when
16965         appropriate.
16966         * profile.c (init_branch_prob): FILENAME has already had ending
16967         stripped.
16968         * final.c (end_final): Likewise.
16969         * toplev.c (aux_base_name): New global.
16970         (compile_file): Pass aux_base_name to init init_branch_prob and
16971         end_final.
16972         (independent_decode_option, case 'a'): New auxinfo options.
16973         (case 'd'): Protect against mising basename.
16974         (do_compile): Initialize aux_base_name.
16975         * toplev.h (aux_base_name): New global.
16976         * doc/invoke.texi: Adjust documentation.
16977
16978 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
16979
16980         * config/i386/i386.c (x86_field_alignment): Remove duplicate test
16981         of TARGET_ALIGN_DOUBLE.
16982
16983 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
16984
16985         * diagnostic.c (inform): New function.
16986         * diagnostic.h (inform): Declare.
16987
16988 2002-08-03  David Edelsohn  <edelsohn@gnu.org>
16989
16990         * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
16991         (movhi_internal): Same.
16992         (movqi_internal): Same.
16993         (movdi_internal64): Same.
16994
16995         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
16996
16997         * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
16998         (ASM_OUTPUT_SKIP): Use it.  SIZE unsigned.
16999         (COMMON_ASM_OP): Define.
17000         (ASM_OUTPUT_ALIGNED_COMMON): Use it.  SIZE unsigned.
17001         Use ALIGN parameter.
17002         (LOCAL_COMMON_ASM_OP): Define.
17003         (ASM_OUTPUT_LOCAL): Use it.  SIZE unsigned.
17004
17005 2002-08-03  Roger Sayle  <roger@eyesopen.com>
17006
17007         * builtins.def: Define new builtin functions exp, expf, expl,
17008         log, logf and logl (and their __builtin_* variants).
17009         * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
17010         Define exp_optab and log_optab.
17011         * optabs.c (init_optans): Initialize exp_optab and log_optab.
17012         * genopinit.c (optabs): Implement exp_optab and log_optab
17013         using exp?f2 and log?f2 patterns.
17014         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
17015         and BUILT_IN_LOG* using exp_optab and log_optab respectively.
17016         (expand_builtin): Ignore the new builtins (and all cos and
17017         sin variants) when not optimizing.  Expand new builtins via
17018         expand_builtin_mathfn when flag_unsafe_math_optimizations.
17019
17020         * doc/extend.texi: Document new exp and log builtins.
17021         * doc/md.texi: Document new exp?f2 and log?f2 patterns
17022         (and previously undocumented cos?f2 and sin?f2 patterns).
17023
17024 2002-08-03  Jason Merrill  <jason@redhat.com>
17025
17026         * explow.c (int_expr_size): New fn.
17027         * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
17028         * expr.h: Declare it.
17029
17030 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
17031
17032         * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
17033         gengtype-* dependencies.
17034
17035 2002-08-02  Eric Christopher  <echristo@redhat.com>
17036
17037         * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
17038         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
17039         #ifndef to #undef.
17040         (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
17041
17042 2002-08-02  David Edelsohn  <edelsohn@gnu.org>
17043
17044         PR optimize/7067
17045         * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
17046         small if optimizing for size.
17047
17048 2002-08-02  Daniel Jacobowitz  <drow@mvista.com>
17049
17050         * configure.in (FORBUILD): Use $build_alias.
17051         * configure: Regenerated.
17052
17053 2002-08-02  Richard Sandiford  <rsandifo@redhat.com>
17054
17055         * config.gcc: Don't include mips/abi64.h in $tm_file.
17056         * hard-reg-set.h (call_really_used_regs): Declare.
17057         * config/mips/abi64.h: Remove file.
17058         * config/mips/linux.h,
17059         * config/mips/iris6.h: Don't include it.
17060         * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
17061         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
17062         (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
17063         FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
17064         FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
17065         Bring across definitions from abi64.h.
17066         (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
17067         (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
17068         (struct mips_args): Use it.
17069         * config/mips/mips.c (mips_conditional_register_usage): Define.
17070
17071 2002-08-02  Jason Merrill  <jason@redhat.com>
17072
17073         * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
17074         * langhooks.c (lhd_expr_size): Define default.
17075         * langhooks.h (struct lang_hooks): Add expr_size.
17076         * explow.c (expr_size): Call it.
17077         * expr.c (store_expr): Don't copy an expression of size zero.
17078         (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
17079         to store.
17080         * Makefile.in (builtins.o): Depend on langhooks.h.
17081
17082 2002-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17083
17084         * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
17085         * ra-debug.c: Include "tm_p.h".
17086         * ra-rewrite.c (is_partly_live_1): Change return type to bool.
17087
17088 2002-08-02  Toon Moene  <toon@moene.indiv.nluug.nl>
17089
17090         * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
17091         when not honoring signalling NaNs.
17092         (simplify_ternary_operation): a == b has a definite value
17093         when not honoring NaNs.
17094
17095 2002-08-02  Jason Merrill  <jason@redhat.com>
17096
17097         * gdbinit.in (pct): New macro.
17098
17099 2002-08-01  Stan Shebs  <shebs@apple.com>
17100             Andreas Tobler  <toa@pop.agri.ch>
17101
17102         * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
17103         plays nice with Darwin headers.
17104         (_BSD_RUNE_T_DEFINED_): Likewise.
17105
17106 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
17107
17108         * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
17109         * cppinit.c (cpp_post_options): Likewise.
17110
17111         * cppexp.c (cpp_classify_number): Suppress -Wtraditional
17112         warning about 'LL' suffix (but not 'ULL' etc) when
17113         -Wno-long-long is in effect.
17114
17115         * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
17116         Check for failing time()/localtime(), issue a warning, and
17117         make __TIME__ and __DATE__ expand to fallback strings.
17118
17119         * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
17120         and __TIME__ when the date and time cannot be determined.
17121
17122 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
17123
17124         * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
17125
17126 2002-08-01  Daniel Jacobowitz  <drow@mvista.com>
17127
17128         * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
17129
17130 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
17131
17132         * config.gcc (mipsisa64sb1-*-elf*): New configuration.
17133         (mipsisa64sb1el-*-elf*): Likewise.
17134         * config/mips/mips.c (mips_cpu_info_table): Add sb1.
17135         * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
17136         (TARGET_SB1, TUNE_SB1): New macros.
17137         * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
17138         -mtune flags.
17139
17140 2002-08-01  David Edelsohn  <edelsohn@gnu.org>
17141
17142         * varasm.c (asm_emit_uninitialized): Return false if global BSS
17143         and ASM_EMIT_BSS not supported by target.
17144         (assemble_variable): Do not duplicate uninitialized logic.
17145         Fall through if asm_emit_uninitialized failed.
17146
17147 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
17148
17149         * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
17150
17151 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
17152
17153         * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
17154         (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
17155
17156         * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
17157         HOST_BITS_PER_WIDE_INT == 64.
17158
17159 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17160
17161         * df.c (df_insn_table_realloc): Change parameter to unsigned.
17162         * optabs.c (expand_binop): Make variable unsigned.
17163         * simplify-rtx.c (simplify_subreg): Likewise.
17164         * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
17165
17166 2002-08-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17167
17168         * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
17169
17170 2002-08-01  Richard Henderson  <rth@redhat.com>
17171
17172         * toplev.c (parse_options_and_default_flags): Don't set
17173         flag_reorder_blocks for -Os.
17174
17175         * config/avr/avr.c (avr_optimization_options): Remove.
17176         * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
17177         * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
17178         * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
17179
17180 2002-08-01  H.J. Lu <hjl@gnu.org>
17181             Richard Henderson  <rth@redhat.com>
17182
17183         * output.h (DECL_READONLY_SECTION): Remove.
17184         (decl_readonly_section): Declare.
17185         * varasm.c (decl_readonly_section): New.
17186         (default_section_type_flags, default_select_section): Use it.
17187         * config/arm/pe.c (arm_pe_unique_section): Likewise.
17188         * config/i386/interix.c (i386_pe_unique_section): Likewise.
17189         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
17190         * config/mcore/mcore.c (mcore_unique_section): Likewise.
17191         * config/mips/mips.c (mips_unique_section): Likewise.
17192
17193 2002-08-01  Richard Henderson  <rth@redhat.com>
17194
17195         * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
17196         refers to a subroutine parameter.
17197
17198 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
17199
17200         * varasm.c (assemble_visibility): Strip name encoding.
17201
17202 2002-08-01  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
17203
17204         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
17205         (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
17206         when there is no frame pointer.
17207         (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
17208         registers properly.
17209         * config/ns32k/__unorddf2.c: New file.
17210         * config/ns32k/__unordsf2.c: New file.
17211         * config/ns32k/t-ns32k: New file.
17212         * config.gcc (ns32k-*-netbsd*): Use it.
17213
17214 2002-08-01  Aldy Hernandez  <aldyh@redhat.com>
17215
17216         * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
17217
17218 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
17219
17220         * c-common.c (__GXX_ABI_VERSION): Correct spelling.
17221
17222 2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
17223
17224         * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
17225
17226 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
17227
17228         * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
17229
17230 2002-08-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17231
17232         * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
17233         n_sets): Removed.
17234         (expr_hash_table, set_hash_table): Type changed to ...
17235         (struct hash_table): New type.
17236         (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
17237         insert_expr_in_table, insert_set_in_table, compute_hash_table,
17238         dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
17239         compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
17240         (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
17241         (alloc_hash_table): New.
17242         (free_set_hash_table, free_expr_hash_table): Merged to ...
17243         (free_hash_table): New.
17244         (compute_set_hash_table, compute_expr_hash_table): Merged to ...
17245         (compute_hash_table_work): New.
17246         (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
17247         find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
17248         pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
17249         one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
17250         hoist_code, one_code_hoisting_pass,
17251         trim_ld_motion_mems): Altered due to changed type of hash tables.
17252
17253 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
17254
17255         * final.c (output_alternate_entry_point):
17256         If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
17257
17258 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17259
17260         * objc/objc-act.c (encode_complete_bitfield): Add prototype and
17261         avoid ISO C style function definition.
17262
17263         * expr.c (expand_assignment): Delete unused variable.
17264
17265 2002-08-01  Toon Moene  <toon@moene.indiv.nluug.nl>
17266
17267         * c-common.c (cb_register_builtins): Set
17268         __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
17269         is given, and to 0 otherwise.
17270         * combine.c (simplify_if_then_else): HONOR_NANS
17271         implies FLOAT_MODE_P.
17272
17273 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
17274
17275         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
17276         (cpp_handle_option): Don't handle it.
17277         (print_help): Update.
17278         * doc/cppopts.texi: Update.
17279
17280 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
17281
17282         * c-common.c (cb_register_builtins): If C++, define
17283         __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
17284         * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
17285 cp:
17286         * lang-specs.h: Simplify in accordance with new code in
17287         c-common.c.
17288
17289 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
17290
17291         * c-common.c: Define all C/ObjC/C++ warning and flag variables.
17292         * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
17293         * c-decl.c: Move all warning and flag variables to c-common.c.
17294         * c-format.c: Move all warning variables to c-common.c.
17295         * c-tree.h: Move all warning and flag declarations to c-common.h.
17296         * objc/objc-act.c: Move all warning variables to c-common.c.
17297         (flag_warn_protocol): Rename warn_protocol.
17298
17299 2002-07-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17300
17301         * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
17302
17303 2002-07-31  Graham Stott  <graham.stott@btinternet.com>
17304
17305         * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
17306         .section prefix.
17307
17308 2002-07-31  Stan Shebs  <shebs@apple.com>
17309
17310         * config.gcc (i[34567]86-*-darwin*): New configuration.
17311         * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
17312         defining.
17313         (TARGET_ENCODE_SECTION_INFO): Ditto.
17314         (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
17315         * config/darwin.c (machopic_indirect_data_reference): Remove
17316         setting of RTX_UNCHANGING_P.
17317         (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
17318         not to be applied to sums.
17319         * config/i386/t-darwin: New file.
17320         * config/i386/darwin.h: New file.
17321         * config/i386/i386.h (TARGET_MACHO): Add default definition.
17322         * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
17323         * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
17324         label and not the GOT add.
17325         (constant_address_p): For Mach-O, seeing a CONST is enough.
17326         (legitimate_pic_address_disp_p): Add a Mach-O case.
17327         (legitimate_address_p): Also test machopic_operand_p if Mach-O.
17328         (legitimize_pic_address): Use generic Mach-O code to legitimize.
17329         (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
17330         if outputting a difference.
17331         (ix86_output_addr_diff_elt): Add Mach-O case.
17332         (ix86_expand_move): Similarly.
17333         (ix86_expand_call): Similarly.
17334         (current_machopic_label_num): New global.
17335         (machopic_output_stub): New function.
17336         (ix86_value_regno): New function.
17337         (ix86_function_value): Use it instead of VALUE_REGNO.
17338         (ix86_libcall_value): Ditto.
17339         * config/i386/unix.h (VALUE_REGNO): Remove.
17340
17341 2002-07-31  Graham Stott  <grahas@btinternet.com>
17342
17343         * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
17344         hash for LABEL_REF's.
17345
17346 2002-07-31  Graham Stott  <grahams@btinternet.com>
17347
17348         * config/rs6000/rs6000.c (spe_init_builtins,
17349         altivec_init_builtins, rs6000_common_init_builtins):
17350         Replace ANSI with K&R function def.
17351
17352 2002-07-31  David Edelsohn  <edelsohn@gnu.org>
17353
17354         * rs6000.c (validate_condition_mode): Test flag_finite_math_only
17355         for CCFPmode.
17356
17357 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
17358
17359         * config/mips/crtn.asm: Don't use __mips16 to determine the
17360         return-address offset.  Define RA to a suitable temporary
17361         register for the return address.
17362
17363 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
17364
17365         * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
17366         constraints to 'd'.
17367
17368 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
17369
17370         * config/mips/elf.h (STARTFILE_SPEC): Define differently if
17371         default ABI is MEABI.  (Undoes incorrect change in Eric Christopher's
17372         patch on 2002-07-29.)
17373         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
17374
17375 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17376
17377         * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
17378         fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
17379         ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
17380         openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
17381         s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
17382         (ASM_GLOBALIZE_LABEL): Delete.
17383         (GLOBAL_ASM_OP): Define.
17384
17385         * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
17386
17387         * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
17388         * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
17389
17390 2002-07-30  Geoffrey Keating  <geoffk@redhat.com>
17391
17392         * doc/extend.texi (Hints implementation): Document that GCC
17393         mostly ignores `register'.
17394
17395 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
17396
17397         * flags.h: Declare flag_finite_math_only.
17398         Use it in definition of HONOR_NANS and
17399         HONOR_INFINITIES.
17400         * c-common.c (cb_register_builtins): Emit
17401         __FINITE_MATH_ONLY__ when flag_finite_math_only
17402         is set.
17403         * combine.c (simplify_if_then_else): If
17404         flag_finite_math_only is set, a == b has a
17405         definite value.
17406         * toplev.c: Initialize flag_finite_math_only.
17407         (set_flags_fast_math): Set it on -ffast-math.
17408         (flag_fast_math_set_p): Test it.
17409         * doc/invoke.texi: Document -ffinite-math-only.
17410
17411 2002-07-30  Richard Henderson  <rth@redhat.com>
17412
17413         * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
17414         (noce_process_if_block): Likewise.
17415
17416 2002-07-30  Bernd Schmidt  <bernds@redhat.com>
17417
17418         * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
17419         Bail out early if false_expr is NULL and we'd crash due to this.
17420         * genemit.c (gen_expand): Recognize return insns even if the return
17421         appears in a parallel.
17422         * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
17423         * config/fp-bit.c: Likewise.
17424         * doc/tm.texi: Document it.
17425
17426 2002-07-30  David Edelsohn  <edelsohn@gnu.org>
17427             Zack Weinberg  <zack@codesourcery.com>
17428
17429         * rs6000.c (rs6000_expand_unop_builtin): Check icode not
17430         CODE_FOR_nothing.  Change switch to if.
17431         (rs6000_expand_binop_builtin): Same.
17432         (rs6000_expand_builtin): Expand builtin if target support enabled.
17433         (rs6000_init_builtins): Init builtin if target support enabled.
17434         (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
17435
17436 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17437
17438         * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
17439
17440 2002-07-30  Richard Sandiford  <rsandifo@redhat.com>
17441
17442         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
17443
17444 Tue Jul 30 18:31:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
17445
17446         * sh.md (cond_delay_slot): New attribute.
17447         (cbranch delay): Use it for anulled-true case.
17448         (stuff_delay_slot): New pattern.
17449         * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
17450         delay slot insn.
17451         (gen_far_branch): Emit stuff_delay_slot pattern.
17452
17453 Tue Jul 30 11:21:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
17454
17455         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
17456
17457 2002-07-30  Kazu Hirata  <kazu@cs.umass.edu>
17458
17459         * fold-const.c: Fix comment typos.
17460         * gcse.c: Likewise.
17461         * reload1.c: Likewise.
17462
17463 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
17464
17465         * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
17466         for TARGET_SPE.
17467
17468 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
17469
17470         * c-pretty-print.h (pp_c_statement): Declare.
17471         * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
17472         (pp_c_statement): Define.
17473
17474 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17475
17476         * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
17477         darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
17478         ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
17479         mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
17480         rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
17481         v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
17482
17483         * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
17484         * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
17485
17486 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
17487
17488         * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
17489         (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
17490         COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
17491         (pp_c_expression): Update.
17492
17493 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17494
17495         * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
17496         concat in lieu of xmalloc/strcpy/memcpy/sprintf.
17497         * alpha/vms-ld.c (main): Likewise.
17498         * dsp16xx.c (double_reg_to_memory): Likewise.
17499         * mcore.c (mcore_expand_prolog): Likewise.
17500         * cppfiles.c (read_name_map): Likewise.
17501         * gensupport.c (process_rtx, identify_predicable_attribute,
17502         alter_test_for_insn): Likewise.
17503         * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
17504
17505 2002-07-29  Roger Sayle  <roger@eyesopen.com>
17506
17507         * builtins.c (expand_builtin):  Change the default behavior to
17508         only issue an error if the builtin function doesn't have a
17509         fallback library call.  Remove several cases handled by the
17510         new default.
17511
17512 2002-07-29  John David Anglin  <dave@hiauly1.hia.nrc>
17513
17514         * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
17515         floating point format of the target is IEEE.
17516         * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
17517         format of the target is DEC.
17518
17519 2002-07-29  Richard Henderson  <rth@redhat.com>
17520
17521         * unroll.c (verify_addresses): Remove.
17522         (find_splittable_givs): Never split DEST_ADDR givs.
17523
17524 2002-07-29  Geoffrey Keating  <geoffk@redhat.com>
17525
17526         * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
17527         is exhaustive.
17528         (Files): Improve documentation on generated source files.
17529
17530         * doc/extend.texi (Translation implementation): Document what
17531         diagnostics look like.
17532         (Identifiers implementation): Document that there's normally no
17533         limit on identifier names.
17534         (Integers implementation): Document two's complement.
17535         (Hints implementation): Document that GCC honors 'inline', mostly.
17536         (Preprocessing directives implementation): Document that GCC
17537         requires the current time.
17538
17539 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
17540
17541         * c-pretty-print.h (struct c_pretty_print_info): Add new member.
17542         (pp_initializer): New macro.
17543         (pp_c_initializer): Declare.
17544         * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
17545         (pp_c_initializer): Define.
17546         (pp_c_initializer_list): New function.
17547         (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
17548         VECTOR_CST, CONSTRUCTOR.
17549         (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
17550         IMAGPART_EXPR.
17551         (pp_c_cast_expression): Handle FLOAT_EXPR.
17552         (pp_c_assignment_expression): Handle INIT_EXPR.
17553         (pp_c_expression): Update.
17554
17555 2002-07-30  Neil Booth  <neil@daikokuya.co.uk>
17556
17557         * objc/objc-act.c (objc_init): Return immediately if filename
17558         is NULL.
17559
17560 2002-07-29  Eric Christopher  <echristo@redhat.com>
17561
17562         * config/mips/elf.h: Remove ecoff.h and gofast includes.
17563         (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
17564         (SDB_DEBUGGING_INFO): Undefine.
17565         (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
17566         (PUT_SDB_SIZE): Remove.
17567         (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
17568         (STARTFILE_SPEC): Add isa3264 define.
17569         * config/mips/elf64.h: Ditto.  Move TARGET_MEM_FUNCTIONS from here...
17570         * config/mips/ecoff.h: Remove. and here...
17571         * config/mips/iris3.h: and here...
17572         * config/mips/sni-svr4.h: and here...
17573         * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
17574         Add assembler -mmdebug options for non-dwarf debugging.
17575         * config/mips/r3900.h: Remove debug info defines.
17576         * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
17577         * config/mips/isa3264.h: Ditto.
17578         * config/mips/t-isa3264: Fix up for file removal and gofast configure
17579         change.
17580         * config/mips/t-elf: Ditto.
17581         * config/mips/t-ecoff: Ditto.
17582         * config/mips/t-r3900: Ditto.
17583         * config/mips/t-iris5-6: Ditto.
17584         * config/mips/t-isa3264: Ditto.
17585         * config/mips/t-linux: Remove.
17586         * config/mips/t-netbsd: Remove.
17587         * config/mips/t-mips: New file.
17588         * config/mips/t-gofast: Ditto.
17589         * config/mips/netbsd.h: Remove unnecessary undefines.
17590         * config/mips/linux.h: Remove #include of mips.h.
17591         * config.gcc: Add mips.h include for elf targets. Remove tm_file
17592         for ecoff. Add gofast configure option for mips.
17593
17594 2002-07-29  Chris Demetriou  <cgd@broadcom.com>
17595
17596         * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
17597         linker scripts use STARTUP directives consistently.
17598         * configure: Regenerate.
17599         * config.in: Regenerate.
17600         * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
17601         on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
17602         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
17603         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
17604         HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
17605         will be the same.
17606
17607 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
17608
17609         * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
17610
17611 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
17612
17613         * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
17614
17615 2002-07-29  Aldy Hernandez  <aldy@quesejoda.com>
17616
17617         * config/rs6000/rs6000.md: Move altivec patterns from here...
17618
17619         * config/rs6000/altivec.md: ...to here.
17620
17621 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
17622
17623         * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
17624
17625 2002-07-29  Richard Henderson  <rth@redhat.com>
17626
17627         * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
17628         set_mem_attributes and add BITPOS argument.  Subtract it from
17629         OFFSET when same is adjusted.
17630         (set_mem_attributes): New wrapper function.
17631         * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
17632         remove offset adjustment hack.
17633         * expr.h (set_mem_attributes_minus_bitpos): Declare.
17634
17635 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
17636
17637         * Makefile.in (C_OBJS): Include c-pretty-print.o
17638         (c-pretty-print.o): Add depency rule.
17639         * pretty-print.h: Add more macros.
17640         * c-pretty-print.c: New file.
17641         * c-pretty-print.h: Likewise.
17642
17643 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
17644
17645         * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
17646         constants to __ev64_s32__.
17647         (__internal_ev_mwhgsmian): Same.
17648         (__internal_ev_mwhgsmfan): Same.
17649         (__internal_ev_mwhgssfan): Same.
17650         (__internal_ev_mwhgumiaa): Same.
17651         (__internal_ev_mwhgsmiaa): Same.
17652         (__internal_ev_mwhgsmfaa): Same.
17653         (__internal_ev_mwhgssfaa): Same.
17654
17655 2002-07-29  David Edelsohn  <edelsohn@gnu.org>
17656
17657         * varasm.c (assemble_variable): Narrow test for uninitialized
17658         without BSS target support.
17659
17660 2002-07-29  Nathan Sidwell  <nathan@codesourcery.com>
17661
17662         * profile.c: Add file comment describing the overall algorithm and
17663         structures.
17664         (struct edge_info): Add comments.
17665         (struct bb_info): Add comments.
17666         * basic-block.h (EDGE_*): Add comments.
17667         * doc/gcov.texi (Gcov Data Files): Document bit flags.
17668
17669 2002-07-29  Bob Wilson  <bob.wilson@acm.org>
17670
17671         * config/xtensa/elf.h, config/xtensa/linux.h
17672         (TARGET_OS_CPP_BUILTINS): Define.
17673         (CPP_PREDEFINES): Remove.
17674         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
17675         (CPP_SPEC): Remove.
17676
17677 2002-07-29  Zack Weinberg  <zack@codesourcery.com>
17678
17679         * gensupport.c: Include hashtab.h.
17680         (insn_elision, condition_table, hash_c_test, cmp_c_test,
17681         maybe_eval_c_test): New routines and data structures to
17682         support insn elision.
17683         (init_md_reader): Read and initialize the condition_table.
17684         (read_md_rtx): Discard insn patterns whose C test is provably
17685         always false.
17686         * gensupport.h: Declare new functions and data structures.
17687
17688         * genconditions.c, dummy-conditions.c: New files.
17689         * Makefile.in: Build genconditions; run it to construct
17690         insn-conditions.c; build that and link it into most gen*
17691         programs.
17692         (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
17693         (GEN): Delete, unused.
17694         (STAGESTUFF): Update.
17695
17696         * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
17697         CODE_FOR_nothing for all elided patterns.
17698         (main): Tweaked to support this.
17699         * genflags.c (gen_proto): Emit a static inline generator
17700         function here for all elided patterns, which simply returns
17701         NULL_RTX.
17702         (gen_insn): Do not define HAVE_xxx for elided patterns.
17703         (main): Tweaked to support this.  No need to forward-declare
17704         struct rtx_def.
17705         * genrecog.c: Do not bother emitting the C test if it's known
17706         to be true at compile time.
17707
17708 2002-07-29  Mike Stump  <mrs@apple.com>
17709
17710         * config.gcc (target_gtfiles): Initialize, as otherwise cross
17711         compilers hosted on powerpc-apple-darwin6.0 won't even build.
17712
17713 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
17714
17715         * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
17716         remove clobber of LR.
17717         (sibcall_insn, sibcall_value_insn): Update accordingly.
17718         (sibcall_epilogue): Remove debugging comment from assembler stream.
17719
17720 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
17721
17722         * pretty-print.h: Define more macros.
17723         * diagnostic.h (output_formatted_integer): Moved from...
17724         * diagnostic.c: ... here.
17725
17726 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17727
17728         * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
17729
17730 2002-07-28  Zack Weinberg  <zack@codesourcery.com>
17731
17732         * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
17733         arguments.  Always use ".-symbol" as expression argument.
17734         * doc/tm.texi: Update to match.  Document requirement for
17735         ".size symbol, .-symbol" to be acceptable to assembler.
17736
17737         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
17738         config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
17739         config/i386/freebsd-aout.h, config/i386/sco5.h,
17740         config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
17741         config/xtensa/linux.h:  Update uses of ASM_OUTPUT_MEASURED_SIZE.
17742
17743 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17744
17745         * Makefile.in (gengtype-lex.c): Fix error in last change.
17746
17747         * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
17748         backslash.
17749
17750         * Makefile.in (vmsdbgout.o): Depend on function.h.
17751
17752         * vmsdbgout.c: Include function.h.
17753
17754 2002-07-28  Alan Modra  <amodra@bigpond.net.au>
17755
17756         * prefix.c (update_path): Don't strip single `.' path components
17757         unless stripping a later `..' component.  Exit loop as soon as
17758         a valid path is found.
17759
17760 2002-07-27  Roger Sayle  <roger@eyesopen.com>
17761
17762         * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
17763         argument.  Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
17764         BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
17765         floating point unordered comparisons (e.g. __builtin_isgreater)
17766         as const, and leave the remaining GCC_BUILTINs unchanged.
17767
17768         * c-decl.c (builtin_function): No need to explicitly mark
17769         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
17770
17771 2002-07-27  Roger Sayle  <roger@eyesopen.com>
17772
17773         * Makefile.in: rtlanal.o now depends upon real.h.
17774
17775         * flags.h [flag_signaling_nans]: New flag.
17776         [HONOR_SNANS]: New macro.
17777
17778         * toplev.c [flag_signaling_nans]: Initialize to false.
17779         (f_options): Add processing for "-fsignaling-nans".
17780         (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
17781         (process_options): flag_signaling_nans implies flag_trapping_math.
17782
17783         * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
17784         when -fsignaling-nans.  First step to implementing WG14's N965.
17785
17786         * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
17787         1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
17788         [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
17789
17790         * simplify-rtx.c (simplify_relational_operation): Conditionalize
17791         transforming abs(x) < 0.0 into false on !HONOR_SNANS.
17792
17793         * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
17794         required by HONOR_SNANS.  (may_trap_p): Floating point DIV, MOD,
17795         UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
17796         -fsignaling_nans.  EQ and NE only trap for flag_signaling_nans
17797         not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
17798
17799         * doc/invoke.texi: Document new -fsignaling-nans compiler option.
17800
17801 2002-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17802
17803         * Makefile.in (gengtype-lex.c): Work around a bug in flex.
17804         * gengtype-lex.l (YY_USE_PROTOS): Undef.
17805         (YY_DECL): Define.
17806
17807 2002-07-27  Roger Sayle  <roger@eyesopen.com>
17808
17809         * doc/invoke.texi: Document that both -fno-builtin-foo and
17810         -fno-builtin are supported by the g++ front-end.
17811
17812 2002-07-27  Stan Shebs  <shebs@apple.com>
17813
17814         * configure.in: Rename config_gtfiles to target_gtfiles.
17815         * configure: Regenerate.
17816         * doc/gty.texi: Update reference.
17817         * config.gcc (powerpc-*-darwin*): Set target_gtfiles
17818         instead of appending to it.
17819
17820 2002-07-25  Aldy Hernandez  <aldyh@redhat.com>
17821
17822         * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
17823         vectors are split into two registers.
17824         (function_arg): Same.
17825
17826 Thu Jul 26 23:00:13 2002  J"orn Rennecke <joern.rennecke@superh.com>
17827
17828         * pa.md (extv): Check predicates before emitting extv_32.
17829
17830 2002-07-27  Alan Modra  <amodra@bigpond.net.au>
17831
17832         * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
17833         (rs6000_traceback): New var.
17834         (rs6000_override_options): Set rs6000_traceback.
17835         (rs6000_output_function_epilogue): Implement traceback options.
17836         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
17837         (rs6000_traceback_name): Declare.
17838
17839         * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
17840         label reference when NO_PROFILE_COUNTERS.
17841
17842 2002-07-26  Jason Merrill  <jason@redhat.com>
17843
17844         * function.c (assign_parms): Handle frontend-directed pass by
17845         invisible reference.
17846
17847 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
17848
17849         * doc/cppopts.texi: Update.
17850
17851 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
17852
17853         * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
17854         warnings on assertions.
17855
17856 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
17857
17858         * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
17859         RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
17860         RID_COMPL): Remove.
17861         * c-parse.in (rid_to_yy): Similarly.
17862
17863 2002-07-26  Jason Merrill  <jason@redhat.com>
17864
17865         * c-dump.c: Resurrect.
17866         * tree-dump.c: Move C-specific stuff to c-dump.c.
17867         * c-common.h: Declare c_dump_tree.
17868         * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
17869         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
17870         (c-dump.o): New rule.
17871
17872 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
17873
17874         * config/rs6000/rs6000.md: Enable patterns using rlwinm for
17875         PowerPC64.  Replace "T" and "S" constraints with "n" when the
17876         predicate will do.  Formatting fixes.
17877         (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
17878         as for extzvsi_internal1.
17879
17880 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
17881
17882         * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
17883         DERIV_END_LABEL_FMT): Remove.
17884         (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
17885
17886 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
17887
17888         * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
17889         Remove.
17890
17891 2002-07-25  Stan Shebs  <shebs@apple.com>
17892
17893         * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
17894         local var dwarfp.
17895         (output_compiler_stub): Remove unused locals.
17896         (output_call): Always initialize line number.
17897
17898 Thu Jul 25 20:34:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
17899
17900         * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
17901         * sh.md (truncdiqi2, movqi_media): Likewise.
17902
17903 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
17904
17905         * gcse.c (obstack_chunk_alloc): Remove.
17906         (gcse_alloc): Fix to count allocated bytes.
17907         * collect2.c (SYMBOL__MAIN): Remove.
17908
17909 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
17910
17911         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
17912         HAVE_TARGET_EXECUTABLE_SUFFIX.
17913
17914 Thu Jul 25 18:57:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
17915
17916         * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
17917         SIZE, EXPR and OFFSET.
17918
17919 2002-07-25  Richard Henderson  <rth@redhat.com>
17920
17921         * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
17922         in ARRAY_REF of DECL_P case.
17923
17924 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
17925
17926         * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
17927         description.  Document -mips32, -mips64, and the associated -march
17928         values.  Describe the "mipsN" arguments to -march.  Say that the
17929         -mipsN options are equivalent to -march.  Reword the description
17930         of default type sizes.
17931         * toplev.h (target_flags_explicit): Declare.
17932         * toplev.c (target_flags_explicit): New var.
17933         (set_target_switch): Update target_flags_explicit.
17934         * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
17935         * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
17936         * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
17937         * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
17938         * config/mips/mips.h (mips_cpu_info): New struct.
17939         (mips_cpu_string, mips_explicit_type_size_string): Remove.
17940         (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
17941         (MIPS_CPP_SET_PROCESSOR): New macro.
17942         (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
17943         Define _MIPS_ARCH and _MIPS_TUNE.
17944         (MIPS_ISA_DEFAULT): Don't provide a default value.  Instead...
17945         (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
17946         MIPS_ISA_DEFAULT were already defined.
17947         (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
17948         (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
17949         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
17950         (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
17951         (ABI_GAS_ASM_SPEC): Remove.
17952         (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
17953         (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
17954         Invoke %(asm_abi_default_spec) if no ABI was specified.
17955         (CC1_SPEC): Remove ISA -> register-size rules.
17956         (EXTRA_SPECS): Remove abi_gas_asm_spec.  Add asm_abi_default_spec.
17957         * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
17958         (mips_cpu_string, mips_explicit_type_size_string): Remove.
17959         (mips_cpu_info_table): New array.
17960         (mips_set_architecture, mips_set_tune): New fns.
17961         (override_options): Rework to make -mipsN equivalent to -march.
17962         Detect more erroneous cases, including those removed from CC1_SPEC.
17963         Don't change the ABI based on architecture, or vice versa.
17964         Unify logic with GAS.
17965         (mips_asm_file_start): Get architecture name from mips_arch_info.
17966         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
17967         (mips_parse_cpu): Take the name of the option as argument.  Handle
17968         'from-abi'.  Raise an error if the option is wrong.
17969         (mips_cpu_info_from_isa): New fn.
17970
17971 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
17972
17973         * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
17974         (tablejump_mips162): Likewise.
17975
17976 Thu Jul 25 10:23:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
17977
17978         * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
17979         int_mode_for_mode.
17980
17981 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
17982
17983         * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
17984         complaining.
17985         * c-common.h (c_sizeof): Adjust definition.
17986         (c_alignof): Likewise.
17987         * c-tree.h (c_sizeof_nowarn): Now macro.
17988         * c-typeck.c (c_sizeof_nowarn): Remove definition.
17989
17990 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
17991
17992         * c-decl.c (c_decode_option): No need to handle switches
17993         cpplib handles.
17994
17995 2002-07-24  Zack Weinberg  <zack@codesourcery.com>
17996
17997         * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
17998         ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
17999         * doc/tm.texi: Document them.  Also document SIZE_ASM_OP,
18000         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
18001
18002         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
18003         config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
18004         config/cris/aout.h, config/i386/freebsd-aout.h,
18005         config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
18006         config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
18007         config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
18008         config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
18009         config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
18010         config/xtensa/elf.h, config/xtensa/linux.h:
18011         Use the new macros.
18012         Where possible, remove redundant definitions of SIZE_ASM_OP,
18013         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
18014
18015 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
18016
18017         * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
18018         TARGET_ISEL, and TARGET_FPRS.
18019
18020         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
18021         -mabi=spe, -mabi=no-spe, and -misel=.
18022
18023         * config/rs6000/rs6000-protos.h: Add output_isel.
18024         Move vrsave_operation prototype here.
18025
18026         * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
18027         (smaxsi3): Same.
18028         (uminsi3): Same.
18029         (umaxsi3): Same.
18030         (abssi2_nopower): Disallow when TARGET_ISEL.
18031         (*ne0): Same.
18032         (negsf2): Change to expand and rename old pattern to *negsf2.
18033         (abssf2): Change to expand and rename old pattern to *abssf2.
18034
18035         New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
18036         fixunssfsi2.
18037
18038         Change patterns that check for TARGET_HARD_FLOAT or
18039         TARGET_SOFT_FLOAT to also check TARGET_FPRS.
18040
18041         * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
18042         rs6000_isel, rs6000_fprs, rs6000_isel_string.
18043         (rs6000_override_options): Add 8540 case to
18044         processor_target_table.
18045         Set rs6000_isel for the 8540.
18046         Call rs6000_parse_isel_option.
18047         (enable_mask_for_builtins): New.
18048         (rs6000_parse_isel_option): New.
18049         (rs6000_parse_abi_options): Add spe and no-spe.
18050         (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
18051         (rs6000_legitimize_address): Check for TARGET_FPRS when checking
18052         for TARGET_HARD_FLOAT.
18053         Add case for SPE_VECTOR_MODE.
18054         (rs6000_legitimize_reload_address): Handle SPE vector modes.
18055         (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
18056         vector modes.
18057         Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
18058         (rs6000_emit_move): Check for TARGET_FPRS.
18059         Add cases for SPE vector modes.
18060         (function_arg_boundary): Return 64 for SPE vector modes.
18061         (function_arg_advance): Check for TARGET_FPRS and
18062         Handle SPE vectors.
18063         (function_arg): Same.
18064         (setup_incoming_varargs): Check for TARGET_FPRS.
18065         (rs6000_va_arg): Same.
18066         (struct builtin_description): Un-constify mask field.  Move up in
18067         file.
18068         (bdesc_2arg): Un-constify and add SPE builtins.
18069         (bdesc_1arg): Same.
18070         (bdesc_spe_predicates): New.
18071         (bdesc_spe_evsel): New.
18072         (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
18073         (rs6000_expand_binop_builtin): Same.
18074         (bdesc_2arg_spe): New.
18075         (spe_expand_builtin): New.
18076         (spe_expand_predicate_builtin): New.
18077         (spe_expand_evsel_builtin): New.
18078         (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
18079         (rs6000_init_builtins): Initialize SPE builtins.  Call
18080         rs6000_common_init_builtins.
18081         (altivec_init_builtins): Move all non-altivec builtin code to...
18082         (rs6000_common_init_builtins): ...here.  New function.
18083         (branch_positive_comparison_operator): Allow NE code for SPE.
18084         (ccr_bit): Return correct ccr bit for SPE fp.
18085         (print_operand): Emit crnor in 'D' case for SPE.
18086         New case 't'.
18087         Add SPE code for 'y' case.
18088         (rs6000_generate_compare): Generate rtl for SPE fp.
18089         (output_cbranch): Handle SPE hard floats.
18090         (rs6000_emit_cmove): Handle isel.
18091         (rs6000_emit_int_cmove): New.
18092         (output_isel): New.
18093         (rs6000_stack_info): Adjust stack frame so GPRs are saved in
18094         64-bits for SPE.
18095         (debug_stack_info): Add SPE info.
18096         (gen_frame_mem_offset): New.
18097         (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
18098         Change mode of frame pointer, when saving it, to Pmode.
18099         (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
18100         Misc cleanups and use gen_frame_mem_offset when appropriate.
18101
18102         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
18103         (TARGET_SPE_ABI): New.
18104         (TARGET_SPE): New.
18105         (TARGET_ISEL): New.
18106         (TARGET_FPRS): New.
18107         (FIXED_SCRATCH): New.
18108         (RTX_COSTS): Add PROCESSOR_PPC8540.
18109         (ASM_CPU_SPEC): Add case for 8540.
18110         (TARGET_OPTIONS): Add isel= case.
18111         (rs6000_spe_abi): New.
18112         (rs6000_isel): New.
18113         (rs6000_fprs): New.
18114         (rs6000_isel_string): New.
18115         (UNITS_PER_SPE_WORD): New.
18116         (LOCAL_ALIGNMENT): Adjust for SPE.
18117         (HARD_REGNO_MODE_OK): Same.
18118         (DATA_ALIGNMENT): Same.
18119         (MEMBER_TYPE_FORCES_BLK): New.
18120         (FIRST_PSEUDO_REGISTER): Set to 113.
18121         (FIXED_REGISTERS): Add SPE registers.
18122         (reg_class): Same.
18123         (REG_CLASS_NAMES): Same.
18124         (REG_CLASS_CONTENTS): Same.
18125         (REGNO_REG_CLASS): Same.
18126         (REGISTER_NAMES): Same.
18127         (DEBUG_REGISTER_NAMES): Same.
18128         (ADDITIONAL_REGISTER_NAMES): Same.
18129         (CALL_USED_REGISTERS): Same.
18130         (CALL_REALLY_USED_REGISTERS): Same.
18131         (SPE_ACC_REGNO): New.
18132         (SPEFSCR_REGNO): New.
18133         (SPE_SIMD_REGNO_P): New.
18134         (HARD_REGNO_NREGS): Adjust for SPE.
18135         (VECTOR_MODE_SUPPORTED_P): Same.
18136         (REGNO_REG_CLASS): Same.
18137         (FUNCTION_VALUE): Same.
18138         (LIBCALL_VALUE): Same.
18139         (LEGITIMATE_OFFSET_ADDRESS_P): Same.
18140         (SPE_VECTOR_MODE): New.
18141         (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
18142         the GPRs.  Set FIXED_SCRATCH fixed in SPE case.
18143         (rs6000_stack): Add spe_gp_size, spe_padding_size,
18144         spe_gp_save_offset.
18145         (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
18146         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
18147         (SPE_CONST_OFFSET_OK): New.
18148         (rs6000_builtins): Add SPE builtins.
18149
18150         * testsuite/gcc.dg/ppc-spe.c: New.
18151
18152         * config/rs6000/eabispe.h: New.
18153
18154         * config/rs6000/spe.h: New.
18155
18156         * config/rs600/spe.md: New.
18157
18158         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
18159         __SIMD__ for TARGET_SPE.
18160
18161         * config.gcc: Add powerpc-*-eabispe* case.
18162         Add spe.h to user headers for powerpc.
18163
18164 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
18165
18166         * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
18167         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
18168         * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
18169
18170 2002-07-24  Richard Henderson  <rth@redhat.com>
18171
18172         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
18173         form when not optimizing.
18174
18175 2002-07-24  David Mosberger  <davidm@hpl.hp.com>
18176
18177         * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
18178         thread_pointer_rtx as unchanging.
18179
18180 2002-07-24  Michael Matz  <matz@suse.de>
18181
18182         * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
18183         (free_reg): Use it.
18184
18185 2002-07-24  Richard Earnshaw  <rearnsha@arm.com>
18186
18187         * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
18188         pattern.
18189         (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
18190         (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
18191
18192 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
18193
18194         * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
18195         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
18196         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
18197
18198 Wed Jul 24 17:59:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
18199
18200         * toplev.c (rest_of_compilation): Dump loops before clobbering
18201         the structure.
18202
18203 Wed Jul 24 17:23:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
18204
18205         * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
18206
18207 2002-07-24  Frank van der Linden  <fvdl@wasabisystems.com>
18208
18209         PR optimization/7291
18210         * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
18211         problem on x86_64.
18212
18213 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
18214
18215         * pretty-print.h: Add macros from cp/error.c
18216
18217 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
18218
18219         * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
18220         (mask64_2_operand): Declare.
18221         (build_mask64_2_operands): Declare.
18222         (and64_2_operand): Declare.
18223         (extract_MB): Declare.
18224         (extract_ME): Declare.
18225         * config/rs6000/rs6000.c (mask64_operand): Allow all ones.  Remove
18226         CONST_DOUBLE code.
18227         (mask_operand_wrap): New insn predicate.
18228         (mask64_2_operand): Likewise.
18229         (and64_2_operand): Likewise.
18230         (build_mask64_2_operands): New function.
18231         (extract_MB): New function.
18232         (extract_ME): New function.
18233         (print_operand <case m,M>): Use extract_MB and extract_ME.
18234         (print_operand <case S>): Allow all ones.  Remove CONST_DOUBLE support.
18235         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
18236         (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
18237         mask64_2_operand.  Remove CONST_DOUBLE from mask64_operand.
18238         * config/rs6000/rs6000.md (andsi3_internal3): New
18239         (andsi3_internal3+1): Enable split for powerpc64.
18240         (andsi3_internal3+2): New split.
18241         (andsi3_internal4): Renamed old andsi3_internal3.
18242         (andsi3_internal5): New.
18243         (andsi3_internal5+1): Enable split for powerpc64.
18244         (andsi3_internal5+2): New split.
18245         (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
18246         (anddi3): Handle 't' constraint.
18247         (anddi3+1): New split.
18248         (anddi3_internal2): Handle 't' constraint.
18249         (anddi3_internal2+1): New split.
18250         (anddi3_internal3): Handle 't' constraint.
18251         (anddi3_internal3+1): New split.
18252
18253 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
18254
18255         * config/rs6000/rs6000.md: Remove scratch reg on insns using
18256         addze and similar (plus (comparison r1 r2) r3) insns.  Add
18257         missing scratch reg in one case.  Formatting fixes.
18258
18259 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
18260
18261         * cppexp.c (parse_defined): Mark macro used.
18262         * cpphash.h (struct cpp_macro): New member "used".
18263         (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
18264         (struct cpp_reader): New member.
18265         * cppinit.c (cpp_finish_options): Set first_unused_line.
18266         (cpp_finish): Warn of unused macros if requested.
18267         (OPT_TABLE): New switches.
18268         (cpp_handle_option): Handle them.
18269         * cpplib.c (do_undef): Warn if macro unused.
18270         (do_ifdef, do_ifndef): Mark macro used.
18271         * cpplib.h (struct cpp_options): New member.
18272         * cppmacro.c (_cpp_warn_if_unused_macro): New.
18273         (enter_macro_context): Mark macro used.
18274         (_cpp_create_definition): Mark macro unused; warn if unused
18275         when redefined.
18276         * cpptrad.c (scan_out_logcial_line, push_replacement_text):
18277         Mark macros used.
18278         * doc/cppopts.texi: Update.
18279
18280 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18281
18282         * dwarf2out.c (SECTION_ASM_OP,
18283         ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
18284         * system.h (SECTION_ASM_OP): Poison.
18285         * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
18286         * config/alpha/alpha-interix.h, config/mips/linux.h
18287         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
18288         * config/mmix/mmix-protos.h, config/mmix/mmix.c
18289         (mmix_asm_output_define_label_difference_symbol): Remove.
18290         * config/mmix/mmix.h
18291         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
18292         * doc/tm.texi: Remove documentation.
18293
18294 Tue Jul 23 21:49:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
18295
18296         * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
18297         (constrain_operands): Likewise.
18298         * regclass.c (record_reg_classes): Likewise.
18299         * reload.c (find_reloads): Likewise.
18300         * doc/md.texi: Likewise.
18301
18302         * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
18303         * simplify-rtx.c (simplify_subreg): When converting to a non-int
18304         mode, try to convert to an integer mode of matching size first.
18305
18306         * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
18307         from individual subregs, check that each subreg has been generated
18308         sucessfully.
18309
18310 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18311
18312         * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
18313         * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
18314         FOR_EACH_BB_IN_SBITMAP): Remove.
18315         * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
18316         * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
18317         LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
18318         * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
18319         PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
18320         * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
18321
18322 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
18323
18324         * pretty-print.h: New file.
18325
18326 2002-07-23      Paul Koning     <pkoning@equallogic.com>
18327
18328         * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
18329         (LARGEST_EXPONENT_IS_NORMAL): Ditto.
18330         (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
18331         (TARGET_G_FLOAT): Default to 0 if not defined.
18332         (ieeetoe): New, common routine to convert target format floats
18333         to internal form.
18334         (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
18335         vs. others.
18336         (e113toe): Change to use ieeetoe.
18337
18338 2002-07-23  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
18339
18340         * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
18341         IBM.
18342         (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
18343         (e64toe): Remove special cases for DEC and IBM. Remove support for
18344         ARM_EXTENDED_IEEE_FORMAT.
18345         (e24toe): Remove special cases for DEC.
18346         (significand_size): Simplify. Indent.
18347         (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
18348         (etoieee, toieee): New.
18349         (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
18350         etoieee and toieee for IEEE arithmetic.
18351
18352 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
18353
18354         * doc/extend.texi: Say ISO C90, not ISO C89.
18355         * doc/invoke.texi: Likewise.
18356         * doc/standards.texi: Likewise.
18357
18358 2002-07-23  Steve Ellcey  <sje@cup.hp.com>
18359
18360         * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
18361         Fix permutation of conversion and plus/mult.
18362         * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
18363         ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
18364         (expand_builtin_strncpy) Ditto.
18365         (expand_builtin_memset) Ditto.
18366
18367 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
18368
18369         Fix PR/7363:
18370         * c-common.c (c_sizeof_or_alignof_type): New function.
18371         (c_alignof): Remove definition.
18372         * c-common.h (c_sizeof, c_alignof): Define as macros.
18373         (c_sizeof_or_alignof_type): Declare.
18374         (my_friendly_assert): Moved from cp/cp-tree.h
18375         * c-typeck.c (c_sizeof): Remove definition.
18376
18377 2002-07-23  Jan Hubicka  <jh@suse.cz>
18378
18379         * gcse.c (try_replace_reg): Use num_changes_pending.
18380         * recog.c (num_changes_pending): New function.
18381         (validate_replace_src): Use validate_repalce_src_group.
18382         (validate_replace_src_group): New.
18383         * recog.h (validate_repalce_src_group): New.
18384         (num_changes_pending): Likewise.
18385
18386 Tue Jul 23 12:16:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
18387
18388         * calls.c (emit_library_call_value_1): If
18389         FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
18390         libcall, const call nor pure call.
18391
18392 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18393
18394         * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
18395
18396 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18397
18398         * vmsdbgout.c (SECTION_ASM_OP): Remove.
18399
18400 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18401
18402         * config/i386/i386.c (AT_BP): Remove.
18403
18404 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
18405
18406         * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
18407         Default definition.
18408         * gcse.c: Don't define obstack_chunk_free.
18409         * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
18410         flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
18411         integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
18412         reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
18413         Don't define obstack macros.
18414
18415 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
18416
18417         PR target/6744
18418         * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
18419         ASM_OPERANDS instructions.
18420
18421 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
18422
18423         PR target/7361
18424         * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
18425         constant addresses only on 68HC12.
18426
18427 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
18428
18429         * cppfiles.c (stack_include_file): Correct test of whether
18430         a dependency should be output.
18431
18432 2002-07-22  David Edelsohn  <edelsohn@gnu.org>
18433
18434         * collect2.c (is_ctor_dtor): Add other possible JOINER values.
18435
18436 2002-07-22  Richard Earnshaw  <rearnsha@arm.com>
18437
18438         * arm.md (movqi): If optimizing and we can create pseudos, use
18439         a ZERO_EXTEND to load from memory, then copy the result into the
18440         target.
18441         (movhi): Likewise, but only for ARMv4.
18442
18443 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
18444
18445         * ssa-ccp.c (PHI_PARMS): Remove.
18446
18447 2002-07-22  Richard Sandiford  <rsandifo@redhat.com>
18448
18449         * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
18450         on big-endian targets.
18451
18452 2002-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18453
18454         * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
18455         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
18456         HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
18457         New formatting macros.
18458
18459         * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
18460
18461 Mon Jul 22 15:27:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
18462
18463         * rtlanal.c (subreg_regno_offset): Return correct offset for
18464         big endian paradoxical subregs.
18465
18466         * optabs.c (expand_vector_unop): Don't expand using sub_optab
18467         if we got the wrong mode.
18468
18469         * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
18470         * genrecog.c (write_switch, write_cond): Use it.
18471         * genemit.c (gen_exp): Likewise.
18472
18473 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
18474
18475         * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
18476
18477 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
18478
18479         * c-decl.c (build_compound_literal): Defer compound literal decls
18480         until until file end to emit them only if they are actually used.
18481
18482 2002-07-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18483
18484         * ra-build.c (check_conflict_numbers): Hide unused function.
18485         (livethrough_conflicts_bb): Avoid automatic aggregate
18486         initialization.
18487         (parts_to_webs_1): Avoid `U' integer constant modifier.
18488         (conflicts_between_webs): Wrap a variable in the macro controlling
18489         its usage.
18490         * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
18491         (dump_igraph, dump_graph_cost): Avoid string concatenation
18492         (dump_static_insn_cost): Avoid automatic aggregate
18493         initialization.
18494         * ra-rewrite.c (insert_stores): Avoid automatic aggregate
18495         initialization.
18496         (dump_cost): Avoid string concatenation
18497
18498 2002-07-21  Richard Henderson  <rth@redhat.com>
18499
18500         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
18501         GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
18502
18503 2002-07-21  Richard Henderson  <rth@redhat.com>
18504
18505         * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
18506         that are not unrolled completely.
18507
18508 2002-07-21  Richard Henderson  <rth@redhat.com>
18509
18510         * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
18511         * loop.c (strength_reduce): Update.
18512         * toplev.c (rest_of_compilation): Do unrolling in the first
18513         loop pass, not the second.
18514
18515 2002-07-21  Richard Henderson  <rth@redhat.com>
18516
18517         * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
18518         when flag_argument_noalias == 2.
18519         * alias.c (nonoverlapping_memrefs_p): Handle that.
18520         * print-rtl.c (print_mem_expr): Likewise.
18521
18522 2002-07-21  Hartmut Schirmer  <hartmut.schirmer@arcor.de>
18523
18524         * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
18525         instead of __negdi2 directly.
18526
18527 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
18528
18529         * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
18530         * function.c (SYMBOL__MAIN): Remove definition.
18531         * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
18532         * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
18533         * profile.c (GCOV_INDEX_TO_BB): Remove.
18534         * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
18535         * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
18536
18537 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
18538
18539         * c-lex.c (GET_ENVIRONMENT): Remove.
18540         * collect2.c (GET_ENV_PATH_LIST): Remove.
18541         (prefix_from_env): Use GET_ENVIRONMENT.
18542         * cppinit.c (GET_ENV_PATH_LIST): Remove.
18543         (init_standard_includes): Use GET_ENVIRONMENT.
18544         * defaults.h (GET_ENVIRONMENT): Define here if not already.
18545         * gcc.c (GET_ENV_PATH_LIST): Remove.
18546         (make_relative_prefix, process_command): Update.
18547         * protoize.c (GET_ENV_PATH_LIST): Remove.
18548         (do_processing): Update.
18549
18550 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
18551
18552         * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
18553         (grokdeclarator): Likewise.
18554         * c-format.c (C_STD_NAME): Likewise.
18555         * c-lex.c (interpret_integer): Likewise.
18556         * c-typeck.c (build_array_ref): Likewise.
18557         * cpplex.c (_cpp_lex_direct): Likewise.
18558         * toplev.c (documented_lang_options): Likewise.
18559
18560 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
18561
18562         * c-format.c (T99_I, T99_UI): Remove.
18563
18564 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
18565
18566         * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
18567
18568 Sun Jul 21 21:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
18569
18570         * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
18571         do_local_cprop.
18572
18573 2002-07-21  Andreas Jaeger  <aj@suse.de>
18574
18575         * reload1.c (fixup_abnormal_edges): Remove unused variable.
18576
18577 2002-07-21  Bernd Schmidt  <bernds@redhat.com>
18578
18579         Improvements for the ifcvt pass from Michael Meissner, with patches
18580         by Richard Sandiford <rsandifo@redhat.com>
18581         * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
18582         * ifcvt.c (cond_exec_changed_p): New static variable.
18583         (last_active_insn): New function, renamed from last_active_insn_p
18584         and changed to return the last active insn in a basic block. All
18585         callers updated.
18586         (block_fallthru): New function.
18587         (cond_exec_process_insns): New argument CE_INFO.  Pass it to
18588         IFCVT_MODIFY_INSN.  All callers updated.
18589         Return false if START or END are NULL.
18590         Handle case where we're processing an insn that is already
18591         conditional.
18592
18593         (noce_process_if_block): CE_INFO argument rather than
18594         multiple args containing the involved basic blocks.  All callers
18595         changed.
18596         (process_if_block, merge_if_block, find_if_block,
18597         cond_exec_process_if_block): Likewise.
18598
18599         (cond_exec_process_if_block): New arg DO_MULTIPLE_P.  All callers
18600         changed.
18601         Use new function last_active_insn to simplify some code.
18602         New code to handle multiple tests.
18603         Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
18604         cond_exec_changed_p to TRUE.
18605
18606         (process_if_block): New code to handle multiple tests.
18607         (merge_if_block): Likewise.
18608         (find_if_header): New arg PASS.  Changed to return the currently
18609         processed basic block or NULL instead of true/false. All callers
18610         changed.
18611         Call IFCVT_INIT_EXTRA_FIELDS.
18612         (block_jumps_and_fallthru_p): New function.
18613         (find_if_block): Discover opportunities to convert multiple tests.
18614         Add additional debugging output.
18615         Update the ce_info structure before returning.
18616
18617         (if_convert): Run multiple passes of if-conversion.
18618         * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
18619         IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
18620         IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
18621         these macros.
18622
18623 Sun Jul 21 00:54:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
18624
18625         * gcse.c: Include cselib.h
18626         (constptop_register): Break out from ...
18627         (cprop_insn): ... here; kill basic_block argument.
18628         (do_local_cprop, local_cprop_pass): New functions.
18629         (one_cprop_pass): Call local_cprop_pass.
18630
18631 2002-07-20  Roger Sayle  <roger@eyesopen.com>
18632
18633         * simplify-rtx.c (simplify_relational_operation): Optimize
18634         abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
18635
18636 2002-07-20  Michae Matz  <matz@suse.de>
18637
18638         * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
18639
18640 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
18641
18642         * cppexp.c (struct op): Add token pointer.
18643         (check_promotion, CHECK_PROMOTION): New.
18644         (optab): Update.
18645         (_cpp_parse_expr): Update, use token pointer of struct op.
18646         (reduce): Warn about change of sign owing to promotion.
18647         * cppinit.c (cpp_handle_option): New warning if -Wall.
18648         * cpplib.h (struct cpp_options): New member.
18649
18650 2002-07-19  David Edelsohn  <edelsohn@gnu.org>
18651
18652         * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
18653         fpu list.  Separate Power4 compare and delayed_compare.  Correct
18654         Power4 fpcompare.
18655         (fix_truncdfsi2_internal): Restore FPR preference.
18656         * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
18657         mcpu?power4, mcpu?604e.  Remove mpower, mpower2, mpowerpc.
18658
18659 2002-07-19  Momchil Velikov <velco@fadata.bg>
18660
18661         * reload1.c (reload_as_needed): Duplicate oldpat.
18662
18663 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
18664
18665         PR optimization/7130
18666         * loop.h (struct loop_info): Add "preconditioned".
18667         * unroll.c (unroll_loop): Set it.
18668         * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
18669
18670 2002-07-19  Zack Weinberg  <zack@codesourcery.com>
18671
18672         * rtl.def (CODE_LABEL): Remove slot 8.
18673         * rtl.h (struct rtx_def): Document new uses of jump and call fields.
18674         (LABEL_ALTERNATE_NAME): Delete.
18675         (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
18676         * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
18677
18678         * final.c (output_alternate_entry_point): New.
18679         (final_scan_insn): Use it instead of
18680         ASM_OUTPUT_ALTERNATE_LABEL_NAME.  Do not consider possibility
18681         of a case label being an alternate entry point.
18682
18683         * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
18684         * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
18685         Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
18686         (field deleted).
18687         * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
18688
18689         * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
18690         LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
18691         * doc/tm.texi: Delete documentation of
18692         ASM_OUTPUT_ALTERNATE_LABEL_NAME.
18693
18694 2002-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18695
18696         * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
18697         (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
18698         (LINK_SPEC): Define.
18699         (STARTFILE_SPEC): Define.
18700         (ENDFILE_SPEC): Define.
18701
18702         * config/mips/iris6-o32.h (LINK_SPEC): Move ...
18703         * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
18704
18705         * config/mips/iris6-o32-gas.h: New file.
18706         * config.gcc (mips-sgi-irix6*o32): Use it.
18707
18708         * config/mips/t-iris5-gas: New file.
18709         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
18710
18711 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
18712
18713         * cppexp.c (ALWAYS_EVAL): Remove.
18714         (optab, reduce): Always evaluate.
18715         (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
18716         only if not skipping evaluation.
18717
18718 2002-07-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
18719
18720         * config/avr/avr.c (debug_hard_reg_set): Remove.
18721
18722 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
18723
18724         * gcc.c (cpp_options): Include "%1" (cc1_spec).
18725
18726 2002-07-19  Richard Henderson  <rth@redhat.com>
18727
18728         * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
18729
18730 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
18731
18732         * prefix.c (update_path): Don't zap single `.' path components
18733         unless followed by another `.' and fix typo last patch.
18734
18735 2002-07-18  Neil Booth  <neil@daikokuya.co.uk>
18736
18737         * cppexp.c (cpp_num_mul): Remove unused parameter.
18738         (UNARY, BINARY, OTHER, binary_handler): Remove.
18739         (ALWAYS_EVAL): New.
18740         (optab): Update.
18741         (reduce): Refactor to a large switch, don't use a function
18742         pointer.
18743
18744 2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>
18745
18746         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
18747
18748 Thu Jul 18 19:39:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
18749
18750         * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
18751         (sh_expand_binop_v2sf): Likewise.
18752         * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
18753         (int_gpr_dest, trunc_hi_operand): New functions.
18754         * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
18755         trunc_hi_operand.
18756         (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
18757         * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
18758         (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
18759         (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
18760         (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
18761         (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
18762         (extendhisi2_media+1, extendqisi2_media+1): Likewise.
18763         (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
18764         (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
18765         (movsf_ie+1): Likewise.
18766         (loaddi_trunc): Use int_gpr_dest predicate.
18767         (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
18768         (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
18769         (casesi_worker_0+[12], casesi_worker): Likewise.
18770         (shcompact_preserve_incoming_args): Likewise.
18771         (mov_nop): Use any_register_operand predicate.
18772         (mperm_w0): Use trunc_hi_operand predicate.
18773
18774 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18775
18776         * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
18777         * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
18778         numbering.
18779
18780 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18781
18782         * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
18783
18784 2002-07-18  Richard Henderson  <rth@redhat.com>
18785
18786         PR optimization/7147
18787         * ifcvt.c (noce_get_condition): Make certain that the condition
18788         is valid at JUMP.
18789
18790 Thu Jul 18 13:44:51 2002  J"orn Rennecke <joern.rennecke@superh.com>
18791
18792         * sh.c (barrier_align, push): Shut up compiler warnings.
18793         (initial_elimination_offset,sh_media_init_builtins): Likewise.
18794         (reg_no_subreg_operand): Delete.
18795
18796 2002-07-17  Bo Thorsen  <bo@suse.de>
18797
18798         * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
18799         (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
18800         (STARTFILE_SPEC): Remove hardcoded library paths.
18801         (ENDFILE_SPEC): Likewise.
18802
18803 Thu Jul 18 09:38:59 CEST 2002  Jan Hubicka  <jh@suse.cz>
18804
18805         * gcse.c (hoist_expr_reaches_here_p):  Stop once expr_bb is reached.
18806
18807         * gcse.c (try_replace_reg): Do not return false positives.
18808
18809 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
18810
18811         * prefix.c: (update_path): Strip ".." components when prior dir
18812         doesn't exist.  Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
18813
18814         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
18815         (ASM_OUTPUT_REG_POP): Likewise.
18816
18817 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
18818
18819         * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
18820         adjustments to first_reg for profiling case.
18821         (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
18822         Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
18823         Save static chain reg to sp + 12 on ABI_AIX_NODESC.
18824         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
18825         (ASM_OUTPUT_REG_POP): Define.
18826         * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
18827         (ASM_OUTPUT_REG_POP): Undef.
18828
18829 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
18830
18831         * cpplib.c (do_sccs): Handle #sccs on all systems.
18832         * system.h (SCCS_DIRECTIVE): Poison.
18833         * config/darwin.h, config/freebsd.h, config/netbsd.h,
18834         config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
18835         config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
18836         config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
18837         config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
18838         config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
18839         config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
18840         config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
18841         Remove all references to SCCS_DIRECTIVE.
18842         * doc/cpp.texi, doc/tm.texi: Update.
18843
18844 Wed Jul 17 19:23:32 2002  J"orn Rennecke <joern.rennecke@superh.com>
18845
18846         * regrename.c (maybe_mode_change): New function.
18847         (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
18848
18849 2002-07-17  Rodney Brown  <rbrown64@csc.com.au>
18850
18851         * config/i386/i386.c (ix86_expand_int_movcc): In the general case
18852         suppress addition when either ct or cf are zero.
18853
18854 2002-07-17  Eric Botcazou <ebotcazou@multimania.com>
18855             Glen Nakamura <glen@imodulo.com>
18856
18857         PR optimization/6713
18858         * loop.c (loop_givs_rescan): Explicitly delete the insn that
18859         sets a non-replaceable giv after issuing the new one.
18860
18861 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
18862
18863         * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
18864         eval_token): Clarify and correct use of "bool" variables.
18865         * cpplib.h (struct cpp_options): Similarly.
18866         * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
18867         * cpptrad.c (recursive_macro): Similarly.
18868
18869 Wed Jul 17 17:08:06 2002  J"orn Rennecke <joern.rennecke@superh.com>
18870
18871         * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
18872         SHmedia code.
18873
18874         * sh.md (cmpgtudi_media): Remove spurious @.
18875
18876         * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
18877         * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
18878
18879         * config/sh/lib1funcs.asm (init_trampoline): New entry point.
18880         * sh-protos.h (sh_initialize_trampoline): Declare.
18881         * sh.c (sh_initialize_trampoline): New function.
18882         * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
18883         (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
18884         (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
18885         (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
18886         * sh.md (initialize_trampoline, double_shori): New patterns.
18887         (initialize_trampoline_compact): Likewise.
18888         (shmedia32_initialize_trampoline_big): Remove.
18889         (shmedia32_initialize_trampoline_little): Likewise.
18890
18891         * sh-protos.h (binary_float_operator): Remove declaration.
18892         (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
18893         * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
18894         (unary_float_operator, sh_expand_unop_v2sf): New functions.
18895         (sh_expand_binop_v2sf): Likewise.
18896         (zero_vec_operand): Delete.
18897         (SH_BLTIN_UDI): New builtin shared signature define.  Renumbered
18898         all non-shared ones.
18899         (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
18900         Enable nsb and byterev.
18901         * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
18902         (HARD_REGNO_MODE_OK): Allow TImode in fp regs.  Allow V2SFmode
18903         in general regs.
18904         (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
18905         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.  Remove clause for
18906         immediate operands.
18907         (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
18908         Add DF_HI_REGS.
18909         (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
18910         lowpart fp regs - only for big endian for now.
18911         (LEGITIMATE_CONSTANT_P): Don't allow nonzero float vectors
18912         when FPU is in use.
18913         (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
18914         (LOAD_EXTEND_OP): NIL for SImode.
18915         (REGISTER_MOVE_COST): Add DF_HI_REGS.  Const for moves between
18916         general and fp registers is 4.
18917         PREDICATE_CODES: Amend binary_float_operator entry.
18918         Remove zero_vec_operand.  Add unary_float_operator.
18919         * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
18920         subreg SET_DEST.
18921         (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
18922         (truncdiqi2): Do sign extension.
18923         (movsi_media, movdi_media): Allow to use r63 to an fp register.
18924         (movdf_media, movsf_media): Likewise.
18925         (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
18926         Collapse to one define_insn_and_split.  Allow immediate sources.
18927         (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
18928         (movv4sf_i): Allow immediate sources.  Use simplify_gen_subreg.
18929         (movv4sf): Allow immediate sources.
18930         (movsf_media_nofpu+1): Don't split moves to FP registers.
18931         (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
18932         (movv8qi_i+3): Check against CONST0_RTX.
18933         (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
18934         for input and output operands.  Fix argument 3 to gen_mextr_rl.
18935         (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
18936         (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
18937         (mshf0_w, fipr, ftrv): Likewise.
18938         (mshfhi_l_di): Now insn_and_split.  Can handle FP regs.
18939
18940 2002-07-17  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
18941
18942         * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
18943         NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively.  All uses changed.
18944         * arm.c: Similarly.
18945
18946 2002-07-17  Richard Sandiford  <rsandifo@redhat.com>
18947
18948         * config/mips/mips-protos.h (mips_sign_extend): Declare.
18949         * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
18950         (TARGET_SWITCHES): Remove debugh.
18951         (ISA_HAS_TRUNC_W): New macro.
18952         (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
18953         (PREDICATE_CODES): Remove se_nonimmediate_operand.
18954         * config/mips/mips.c (movdi_operand): Allow sign-extensions of
18955         any SImode move_operand.
18956         (se_nonimmediate_operand): Remove.
18957         (mips_sign_extend): New.
18958         (mips_move_2words): Use it for sign-extended source operands.
18959         (override_options): Allow integers to be put into single FPRs.
18960         (mips_secondary_reload_class): Handle integers in float registers.
18961         * config/mips/mips.md (extendsidi2): Turn into a define_expand.
18962         (fix_truncsfsi2, fix_truncdfsi2): Likewise.
18963         (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
18964         (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
18965         (fix_truncdfdi2): Provide only a single alternative, in which the
18966         integer is in a float register.  Depend on TARGET_FLOAT64 rather
18967         than TARGET_64BIT.
18968         (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
18969         (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
18970         (movdi_internal2): Don't allow the source operand to be sign-extended.
18971         Add alternatives for float registers.
18972         (*movdi_internal2_extend): New.  Version of movdi_internal2 that
18973         allows sign-extension.
18974         (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
18975         (movsi_internal2): Rename to movsi_internal.  Add alternatives for
18976         float registers.  Remove TARGET_DEBUG_H_MODE test.
18977         (movhi_internal1): Rename to movhi_internal.  Don't check
18978         TARGET_DEBUG_H_MODE.  Fix transposed *d and *f source constraints.
18979         (movqi_internal1): Rename to movqi_internal and remove
18980         TARGET_DEBUG_H_MODE dependency.
18981         (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
18982
18983 2002-07-16  Jim Wilson  <wilson@redhat.com>
18984
18985         * toplev.c (lang_dependent_init): Create function context for
18986         init_expr_once.
18987
18988 2002-07-16  Hans-Peter Nilsson  <hp@axis.com>
18989
18990         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
18991         --gc-sections if -r.
18992         * config/cris/cris.h: Ditto.
18993
18994 2002-07-16  Rodney Brown  <rbrown64@csc.com.au>
18995
18996         * config/i386/i386.c (ix86_expand_int_movcc): In the case where
18997         the comparison directly gives a mask suppress addition when cf is
18998         zero by complementing the mask.
18999
19000 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
19001
19002         * Makefile.in: Delete references to enquire.
19003         * enquire.c: Move to contrib.
19004
19005 2002-07-16  Stan Shebs  <shebs@apple.com>
19006
19007         * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
19008         config/rs6000/darwin.h.
19009         (ASM_OUTPUT_SKIP): Ditto.
19010         (TEXT_SECTION_ASM_OP): Ditto.
19011         (DATA_SECTION_ASM_OP): Ditto.
19012         (ASM_APP_ON): Define.
19013         (ASM_APP_OFF): Define.
19014         * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
19015         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
19016
19017         * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
19018         (machopic_function_base_name): Declare result to be const.
19019         (machopic_non_lazy_ptr_name): Ditto.
19020         (machopic_stub_name): Ditto.
19021         * config/darwin-protos.h: Ditto for the prototypes.
19022
19023 Wed Jul 17 00:22:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
19024
19025         * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
19026
19027 Wed Jul 17 00:20:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
19028
19029         * i386.md (prefetch): Fix for 64bit mode.
19030         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
19031
19032 Wed Jul 17 00:19:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
19033
19034         * i386.h (MACHINE_DEPENDENT_REORG): New macro.
19035         * i386.c (x86_machine_dependent_reorg): New function.
19036         * i386-protos.h (x86_machine_dependent_reorg): Declare.
19037
19038 2002-07-16  Zack Weinberg  <zack@codesourcery.com>
19039
19040         * builtins.c (std_expand_builtin_va_start): Remove unused
19041         first argument.
19042         (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
19043         std_expand_builtin_va_start with just two arguments.
19044         * expr.h: Update prototypes.
19045
19046         * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
19047         arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
19048         i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
19049         m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
19050         mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
19051         rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
19052         s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
19053         sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
19054         xtensa-protos.h, xtensa.h, xtensa.c:  Remove unused first
19055         argument from all implementations of EXPAND_BUILTIN_VA_START
19056         and all uses of std_expand_builtin_va_start.
19057
19058 Tue Jul 16 19:32:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
19059
19060         * regrename.c (copy_value): Don't record high part copies.
19061
19062 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
19063
19064         * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
19065         (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
19066         * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
19067
19068 2002-07-16  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
19069
19070         * doc/invoke.texi (NS32K Options): Document -mieee-compare option
19071
19072         * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
19073         into addsi3 using register class "x" and "y".
19074
19075         * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
19076         "earlyclobber" constraint modifier for some alternative.
19077
19078         * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
19079         (*ble, *blt): Flag to indicate bCOND and sCOND should check for
19080         unordered.
19081         config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
19082
19083         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
19084         (TARGET_SWITCHES): Add -mieee-compare option.
19085         (OVERRIDE_OPTIONS): 32332 is a subset of
19086         32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
19087         (TARGET_SWITCHES): Fix description of bitfield option.
19088         * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
19089         -mieee-compare option. Remove 32332 flag.
19090
19091 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
19092
19093         * explow.c (convert_memory_address): Remove special handling
19094         when POINTERS_EXTEND_UNSIGNED < 0.
19095         * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
19096         (movedi_symbolic): Fix typo.
19097         (load_fptr): Remove mode restriction so it works for SI and DI.
19098         (load_fptr_internal1): Ditto.
19099         (load_gprel): Ditto.
19100         (load_symptr_internal1): Ditto.
19101         (call_pic): Ditto.
19102         * config/ia64.c (call_operand): Modify mode check.
19103         (ia64_expand_load_address): Handle DI and SI addresses and symbols.
19104         (ia64_expand_move): Ditto.
19105         (ia64_assemble_integer): Handle SImode function pointers.
19106         (ia64_expand_fetch_and_op): Handle SImode mem addresses.
19107         (ia64_expand_op_and_fetch): Ditto.
19108         (ia64_expand_compare_and_swap): Ditto.
19109         (ia64_expand_lock_test_and_set): Ditto.
19110         (ia64_expand_lock_release): Ditto.
19111
19112 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
19113
19114         * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
19115
19116 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
19117             Richard Earnshaw  <rearnsha@arm.com>
19118
19119         * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
19120         CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF.  Simplify logic.
19121
19122 2002-07-16  Richard Earnshaw  <rearnsha@arm.com>
19123
19124         * arm.md (stack_tie): New insn.  Use an idiom that the alias code
19125         understands to be a memory clobber.
19126         * arm.c (arm_expand_prologue): Use it.
19127
19128 2002-07-16  Daniel Berlin  <dberlin@dberlin.org>
19129
19130         * ra-rewrite.c: #include reload.h, insn-config.h
19131         * ra-build.c: #include reload.h
19132         * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
19133         depend on reload.h, insn-config.h.
19134
19135 Tue Jul 16 11:57:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
19136
19137         * expr.c (emit_move_insn_1): Handle arbitrary moves that are
19138         the same size as a word.
19139
19140         * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
19141         BYTES_BIG_ENDIAN into account.
19142
19143 Tue Jul 16 12:22:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
19144
19145         * i386.md (prefetch): Fix for 64bit mode.
19146         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
19147
19148         * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
19149
19150 2002-07-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
19151
19152         * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
19153
19154 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
19155
19156         * ginclude/varargs.h: Replace with stub which issues #error.
19157         * ginclude/stdarg.h: __builtin_stdarg_start is renamed
19158         __builtin_va_start.
19159
19160         * builtins.def (BUILT_IN_VARARGS_START): Delete.
19161         (BUILT_IN_VA_START): New.
19162         * builtins.c (expand_builtin_va_start): Eliminate first
19163         argument and code to implement pre-ISO varargs.
19164         (std_expand_builtin_va_start): Ignore first argument; it is
19165         always 1.
19166         (expand_builtin): Handle BUILT_IN_VA_START and
19167         BUILT_IN_STDARG_START identically.  Delete
19168         BUILT_IN_VARARGS_START case.
19169
19170         * function.c (assign_parms): Delete hide_last_arg and all
19171         its uses.
19172         (mark_varargs): Delete function.
19173         * function.h (struct function): Delete 'varargs' bit.
19174         (current_function_varargs): Delete macro.
19175         * tree.h: Don't declare mark_varargs.
19176
19177         * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
19178         (c_expand_body): Don't call mark_varargs.
19179         * c-objc-common.c: Handle BUILT_IN_VA_START and
19180         BUILT_IN_STDARG_START identically.  Delete
19181         BUILT_IN_VARARGS_START case.
19182         * c-tree.h: Don't declare c_mark_varargs.
19183         * c-parse.in: Remove grammar rules for '&...' (which has been
19184         commented out since before 2.7.2) and for '...' in K+R
19185         argument declarations.
19186
19187         * builtins.c, function.c, integrate.c, sibcall.c,
19188         config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
19189         config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
19190         config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
19191         config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
19192         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
19193         config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
19194         config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
19195         config/stormy16/stormy16.c: Delete all references to
19196         current_function_varargs, and code predicated on that flag.
19197
19198         * config/alpha/alpha.c (alpha_va_start),
19199         config/arc/arc.c (arc_va_start),
19200         config/i386/i386.c (ix86_va_start),
19201         config/mips/mips.c (mips_va_start),
19202         config/mn10300/mn10300.c (mn10300_va_start),
19203         config/rs6000/rs6000.c (rs6000_va_start),
19204         config/s390/s390.c (s390_va_start),
19205         config/sh/sh.c (sh_va_start),
19206         Ignore first argument; it is always 1.
19207
19208         * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
19209         * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
19210         * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
19211         Delete m68hc11_va_start.
19212         * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
19213         No need to define EXPAND_BUILTIN_VA_START.
19214
19215         * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
19216         doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
19217
19218 2002-07-15  Eric Botcazou  <ebotcazou@multimania.com>
19219
19220         PR optimization/7153
19221         * regmove.c (optimize_reg_copy_3): Don't optimize if the register
19222         dies in more than one insn.
19223
19224 2002-07-15  Jason Thorpe  <thorpej@wasabisystems.com>
19225
19226         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
19227
19228 2002-07-15  Michael Matz  <matz@suse.de>,
19229             Daniel Berlin  <dberlin@dberlin.org>,
19230             Denis Chertykov  <denisc@overta.ru>
19231
19232         Add a new register allocator.
19233
19234         * ra.c: New file.
19235         * ra.h: New file.
19236         * ra-build.c: New file.
19237         * ra-colorize.c: New file.
19238         * ra-debug.c: New file.
19239         * ra-rewrite.c: New file.
19240
19241         * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
19242         (ra-rewrite.o): New .o files for libbackend.a.
19243         (GTFILES): Add basic-block.h.
19244
19245         * toplev.c (flag_new_regalloc): New.
19246         (f_options): New option "new-ra".
19247         (rest_of_compilation): Call initialize_uninitialized_subregs()
19248         only for the old allocator.  If flag_new_regalloc is set, call
19249         new allocator, instead of local_alloc(), global_alloc() and
19250         friends.
19251
19252         * doc/invoke.texi: Document -fnew-ra.
19253         * basic-block.h (FOR_ALL_BB): New.
19254         * config/rs6000/rs6000.c (print_operand): Write small constants
19255         as @l+80.
19256
19257         * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
19258         (df_reg_table_realloc): Make size at least as large as max_reg_num().
19259         (df_insn_table_realloc): Size argument now is absolute, not relative.
19260         Changed all callers.
19261
19262         * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
19263         * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
19264
19265         2002-06-20  Michael Matz  <matz@suse.de>
19266
19267         * df.h (struct ref.id): Make unsigned.
19268         * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
19269
19270         2002-06-13  Michael Matz  <matz@suse.de>
19271
19272         * df.h (DF_REF_MODE_CHANGE): New flag.
19273         * df.c (df_def_record_1, df_uses_record): Set this flag for refs
19274         involving subregs with invalid mode changes, when
19275         CLASS_CANNOT_CHANGE_MODE is defined.
19276
19277         2002-05-07  Michael Matz  <matz@suse.de>
19278
19279         * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
19280
19281         2002-05-03  Michael Matz  <matz@suse.de>
19282
19283         * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
19284
19285         Sat Feb  2 18:58:07 2002  Denis Chertykov  <denisc@overta.ru>
19286
19287         * regclass.c (regclass): Work with all regs which have sets or
19288         refs.
19289         (reg_scan_mark_refs): Count regs inside (clobber ...).
19290
19291         2002-01-04  Michael Matz  <matzmich@cs.tu-berlin.de>
19292
19293         * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
19294         (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
19295         add new refs.
19296         (df_bb_refs_update): Don't clear insns_modified here, ...
19297         (df_analyse): ... but here.
19298
19299         * sbitmap.c (dump_sbitmap_file): New.
19300         (debug_sbitmap): Use it.
19301
19302         * sbitmap.h (dump_sbitmap_file): Add prototype.
19303
19304         2001-08-07  Daniel Berlin  <dan@cgsoftware.com>
19305
19306         * df.c (df_insn_modify): Grow the UID table if necessary, rather
19307         than assume all emits go through df_insns_modify.
19308
19309         2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
19310
19311         * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
19312         increase REG_N_REFS (like flow does), so that regclass doesn't
19313         think a reg is useless, and thus, not calculate a class, when it
19314         really should have.
19315
19316         2001-01-28  Daniel Berlin  <dberlin@redhat.com>
19317
19318         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
19319         dataflow analysis.
19320
19321 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
19322
19323         PR middle-end/7245
19324         * config/i386/i386.c (const_int_1_31_operand): New.
19325         * config/i386/i386.h (PREDICATE_CODES): Add it.
19326         * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
19327         ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
19328         lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
19329
19330 2002-07-14  Alan Modra  <amodra@bigpond.net.au>
19331
19332         PR target/7282
19333         * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
19334         (floatunssidf2): Likewise.
19335         (floatsidf_ppc64): New insn_and_split.
19336         (floatunssidf_ppc64): Likewise.
19337
19338 2002-07-14  Andreas Jaeger  <aj@suse.de>
19339
19340         * config.gcc (sh64): Remove unused
19341         target_requires_64bit_host_wide_int.
19342
19343 2002-07-12  Roger Sayle  <roger@eyesopen.com>
19344
19345         * expr.c [CLEAR_RATIO]: New macro defining the maximum number
19346         of move instructions to use when clearing memory, c.f. MOVE_RATIO.
19347         [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
19348         whether clear_by_pieces should be used to clear storage.
19349         (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
19350
19351         * doc/tm.texi: Document these two new target macros.
19352
19353 2002-07-12  Stephane Carrez  <stcarrez@nerim.fr>
19354
19355         * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
19356         the scratch register.
19357         ("*movhi2_push"): Accept Z_REG because a split pattern can make use
19358         of it, forbid reload to use it.
19359
19360 2002-07-12  Marek Michalkiewicz  <marekm@amelek.gda.pl>
19361
19362         * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
19363         usage on 64-bit hosts, return value was truncated to 32 bits.
19364
19365 Fri Jul 12 00:49:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
19366
19367         * simplify-rtx.c (simplify_subreg): Handle floating point
19368         CONST_DOUBLEs.  When an integer subreg of a smaller mode than
19369         the element mode is requested, compute a subreg with an
19370         integer mode of the same size as the element mode first.
19371
19372 Thu Jul 11 22:02:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
19373
19374         * combine.c (try_combine): When converting a paradoxical subreg
19375         to an extension, take LOAD_EXTEND_OP into account.
19376
19377 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19378
19379         * config.gcc (mips-sgi-irix6*o32): New configuration.
19380
19381         * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
19382         configurations.
19383         * configure: Regenerate.
19384
19385         * config/mips/iris6-o32-as.h: New file.
19386         * config/mips/iris6-o32.h: New file.
19387
19388         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
19389         (NM_FLAGS): Define.
19390         (HAVE_AS_SHF_MERGE): Undefine.
19391
19392         * config/mips/t-iris5-as: New file.
19393         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
19394
19395         * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
19396         SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
19397         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
19398         dp-bit.c, fp-bit.c): Move ...
19399         * config/mips/t-iris5-6: ... here.
19400         New file, shared by IRIX 5 and IRIX 6.
19401         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
19402         mips-sgi-irix5*): Use it.
19403
19404         * config/mips/iris6.h: Remove duplicate comment.
19405
19406         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
19407         !TARGET_IRIX6]: Define.
19408         (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
19409
19410         * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
19411
19412 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19413
19414         * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
19415         and delete code to force constant to register.
19416         * pa-protos.h (adddi3_operand): Add prototype.
19417         * pa.c (adddi3_operand): New function.
19418
19419 2002-07-11  Roger Sayle  <roger@eyesopen.com>
19420
19421         * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
19422         non-ANSI builtin functions.
19423
19424 Thu Jul 11 11:31:12 2002  J"orn Rennecke <joern.rennecke@superh.com>
19425
19426         * rtl.h (gen_rtx_CONST_VECTOR): Declare.
19427         * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
19428         * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
19429         (gen_const_vector_0): Use it.
19430
19431 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19432
19433         * pa.md (adddi3): For 32-bit targets, force constants to a register
19434         if they don't fit in an 11-bit immediate.  Change insn predicate to
19435         arith11_operand.  Remove comment.
19436         * pa.c (cint_ok_for_move): Fix comment.
19437         (emit_move_sequence):  Don't directly split DImode constants on 32-bit
19438         targets.
19439
19440 2002-07-11  Tim Josling  <tej@melbpc.org.au>
19441
19442         Remove front end hard coding from gengtype.c.
19443
19444         * Makefile.in
19445         (STAGESTUFF): add gtyp-gen.h
19446         (GTFILES): Remove front end specific files.
19447         (GTFILES_FILES_LANGS): New, from configure..
19448         (GTFILES_FILES_FILES): Likewise.
19449         (GTFILES_LANG_DIR_NAMES): Likewise.
19450         (GTFILES_SRCDIR): Likewise.
19451         (gtyp-gen.h): Build from configure information.
19452         (s-gtype): Remove command line parameters from gengtype.
19453         (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
19454         (mostlyclean): Delete files generated by and for gengtype.
19455
19456         * c-config-lang.in: New file.
19457
19458         * configure.in (all_gtfiles_files_langs): New. Accumulate files
19459         for each language.
19460         (all_gtfiles_files_files): New. Accumulate language for each file
19461         accumulated.
19462         (gtfiles): Pick up value for C.
19463         (srcdir): AC-SUBST this variable.
19464         (all_gtfiles_files_langs): AC-SUBST this variable.
19465         (all_gtfiles_files_files): AC-SUBST this variable.
19466
19467         * configure: Regenerate.
19468
19469         * gengtype-lex.l (parse_file): Make parameter const.
19470
19471         * gengtype.c (toplevel): include gtyp-gen.h.
19472         (BASE_FILE_<language> unnamed enum): Delete.
19473         (lang_names): Delete (replaced by gtyp-gen.h)
19474         (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
19475         all references.
19476         (NUM_GT_FILES): New.
19477         (NUM_LANG_FILES): New.
19478         (srcdir_len): New.
19479         (NUM_BASE_FILES): Change calculation.
19480         (open_base_files): Change prototype to avoid warning.
19481         (startswith): Delete.
19482         (get_file_basename): Iterate through generated language list not
19483         hard coded list.
19484         (get_base_file_bitmap): Use generated list of files and languages.
19485         (close_output_files): Add prototype to rmove warning.
19486         (main): Iterate through list of generated files from gtyp-gen.h
19487         rather than command line paramaters.  Ignore duplicated file
19488         names.
19489
19490         * gengtype.h (parse_file): Amend prototype for const parameter.
19491
19492         * doc/sourcebuild.texi: Document gtfiles variable.
19493
19494         * doc/gty.texi: Document changes to gtfiles variable for front
19495         ends.
19496
19497         * objc/config-lang.in (gtfiles): Add files needed for objc front
19498         end.
19499
19500 2002-07-10  Roger Sayle  <roger@eyesopen.com>
19501
19502         PR c/2454
19503         * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
19504         to SUBREGs of MEMs.  (num_sign_bit_copies): Likewise.
19505
19506 2002-07-10  Roger Sayle  <roger@eyesopen.com>
19507             Zack Weinberg <zack@codesourcery.com>
19508
19509         * builtins.def: Make the argument types of abort and exit
19510         independent of the front-end.
19511
19512 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
19513
19514         * config/rs6000/linux64.h (ASM_SPEC): Define.
19515
19516 2002-07-10  Aldy Hernandez  <aldyh@redhat.com>
19517
19518         * config/rs6000/rs6000.c (emit_frame_save): New.
19519         (rs6000_frame_related): Replace reg2 before reg.
19520         (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
19521         and eh_return registers.
19522
19523 2002-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>
19524
19525         Revert all patches for optimization of Complex .op. Real.
19526         * complex_part_zero_p: Remove
19527         * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
19528         with x.
19529         * expand_cmplxdiv_wide: Ditto.
19530         * expand_binop: Ditto.
19531
19532 2002-07-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
19533
19534         * config/avr/avr.md: Fix two 0x80000000 constants to make them
19535         negative also on 64-bit hosts.
19536
19537         Default to -fno-reorder-blocks when optimizing for size.
19538         * config/avr/avr-protos.h (avr_optimization_options): Declare.
19539         * config/avr/avr.c (avr_optimization_options): New function.
19540         * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
19541
19542         Optimize returning from simple functions.
19543         * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
19544         * config/avr/avr.c (avr_simple_epilogue): New function.
19545         * config/avr/avr.md (return): New insn.
19546
19547 2002-07-10  Douglas B Rupp  <rupp@gnat.com>
19548
19549         * config/i386/i386.c  (ix86_svr3_asm_out_constructor): Add
19550         HAS_INIT_SECTION to protection.
19551
19552 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
19553
19554         * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
19555         deprecated.
19556
19557 Wed Jul 10 19:50:03 2002  J"orn Rennecke <joern.rennecke@superh.com>
19558
19559         * combine.c (gen_lowpart_for_combine): Handle vector modes.
19560         Supply non-VOID mode to simplify_gen_subreg.
19561
19562 Wed Jul 10 18:48:55 CEST 2002  Jan Hubicka  <jh@suse.cz>
19563
19564         * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
19565
19566 2002-07-10  Jeffrey A Law  <law@redhat.com>
19567
19568         * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
19569         as appropriate.
19570
19571         * mn10200.c (expand_epilogue): Fix test to determine which scratch
19572         register to use.
19573
19574 Wed Jul 10 16:06:00 2002  J"orn Rennecke <joern.rennecke@superh.com>
19575
19576         * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
19577         Get mode from dest.
19578         If simplify_gen_subreg fails, try next equivalent.
19579
19580 2002-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
19581
19582         * diagnostic.h: #include location.h
19583         (location_t): Move definition to..
19584         * location.h: ... here.  New file.
19585         * tree.h: #include location.h
19586         (DECL_SOURCE_LOCATION): New macro.
19587         (DECL_SOURCE_FILE): Use.
19588         (DECL_SOURCE_LINE): Likewise.
19589         (struct tree_decl): REplace filename and linenum with locus.
19590         * Makefile.in (TREE_H): add location.h
19591         (diagnostic.o): Depends on gt-location.h
19592         (gt-location.h): Depends on s-gtype
19593
19594 2002-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
19595
19596         * config/rs6000/aix.h: Convert CPP_PREDEFINES to
19597         TARGET_OS_CPP_BUILTINS.
19598         * config/rs6000/aix31.h: Likewise.
19599         * config/rs6000/aix41.h: Likewise.
19600         * config/rs6000/aix43.h: Likewise.
19601         * config/rs6000/aix51.h: Likewise.
19602         * config/rs6000/beos.h: Likewise.
19603         * config/rs6000/darwin.h: Likewise.
19604         * config/rs6000/eabi.h: Likewise.
19605         * config/rs6000/eabisim.h: Likewise.
19606         * config/rs6000/linux.h: Likewise.
19607         * config/rs6000/linux64.h: Likewise.
19608         * config/rs6000/lynx.h: Likewise.
19609         * config/rs6000/mach.h: Likewise.
19610         * config/rs6000/rtems.h: Likewise.
19611         * config/rs6000/sysv4.h: Likewise.
19612         * config/rs6000/vxppc.h: Likewise.
19613
19614 2002-07-09 Devang Patel <dpatel@apple.com>
19615         * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
19616         Do not allow ObjC objects as a parameter type for Objective-C methods.
19617         My previous patch restricted  'struct' also.
19618
19619 2002-07-09  Neil Booth  <neil@daikokuya.co.uk>
19620
19621         * cpperror.c (cpp_error): Default to directive_line within
19622         directives here.
19623         * cppexp.c (cpp_interpret_integer): Only use traditional
19624         number semantics in directives.
19625         * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
19626         (do_include_common): Similarly.
19627         * cpptrad.c (scan_out_logical_line): Implement accurate
19628         quoting of <> in #include.
19629         * doc/cpp.texi: Update.
19630
19631 Tue Jul  9 22:37:44 2002  Stephen Clarke <stephen.clarke@superh.com>
19632                           J"orn Rennecke <joern.rennecke@superh.com>
19633
19634         * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
19635         * sh.md (attribute issues): Replace with:
19636         (attribute pipe_model).  All users changed.
19637         (attribute type): Change pt / ptabs to pt_media / ptabs_media.
19638         All users changed.
19639         (function units sh5issue, sh5fds): New.
19640         (attribute is_mac_media): New.
19641         (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
19642         (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
19643         (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
19644         (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
19645         (call_media, call_value_media, sibcall_media): Likewise.
19646         (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
19647         (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
19648         (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
19649         (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
19650         (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
19651         (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
19652         (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
19653         (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
19654         (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
19655         (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
19656         (truncdfsf2_media): Likewise.
19657         (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
19658         (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
19659
19660 Tue Jul  9 21:39:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
19661
19662         * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
19663         * sh.c (general_extend_operand, inqhi_operand): New functions.
19664         * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
19665         alternatives using 'N' modifier.  Add type.
19666         (adddi3z_media): Likewise.  Enable generator function generation.
19667         (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
19668         exact predicates / constraints.  Add type.
19669         (subsi3): Allow 0 for SHMEDIA.
19670         (udivsi3_i4_media): Use match_operand for input values
19671         rather than hard registers.
19672         (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
19673         unnecessarily through hard registers.  Keep copies of pseudo
19674         registers outside of the libcall sequence.
19675         (mulsidi3_media, umulsidi3_media): Use more exact predicates.  Add type.
19676         (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
19677         (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
19678         (extendhidi2, extendqidi2): Likewise.
19679         (andsi3_compact): Name.
19680         (andcdi3): Enable generator function generation.
19681         (zero_extendhisi2, zero_extendqisi2): Rename to
19682         (zero_extendhisi2_compact, zero_extendqisi2_compact).
19683         (extendhisi2, extendqisi2): Rename to
19684         (extendhisi2_compact, extendqisi2_compact).
19685         (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
19686         (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
19687         (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
19688         (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
19689         (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
19690         (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
19691         (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
19692         (shmedia32_initialize_trampoline_big): Likewise.
19693         (shmedia32_initialize_trampoline_little): Likewise.
19694         (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
19695         (negdi2): Remove spurious T clobber.
19696         (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
19697         (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
19698         (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
19699         (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
19700         (ic_invalidate_line_media): Write back data cache before invalidating
19701         instruction cache.  Add type.
19702         (movsf_media): Sign-extend when the destination is a general
19703         purpose register.  Add type.
19704         (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
19705         (casesi_worker_0+1): Only increment ref count for proper label.
19706         (casesi_worker_0+2): Likewise.
19707
19708 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
19709
19710         * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
19711
19712 2002-07-09  Steve Ellcey  <sje@cup.hp.com>
19713
19714         * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
19715         from Pmode to ptr_mode.
19716         (get_exception_pointer): Ditto.
19717         (connect_post_landing_pads): Ditto.
19718         (dw2_build_landing_pads): Ditto.
19719
19720 2002-07-08  Steve Ellcey  <sje@cup.hp.com>
19721         * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
19722         * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
19723         (handle_pragma_redefine_extname): Change to use new function.
19724
19725 2002-07-08  Roger Sayle  <roger@eyesopen.com>
19726
19727         * combine.c (combine_simplify_rtx): Add an explicit cast
19728         to avoid signed/unsigned comparison warning.
19729         (simplify_if_then_else): Likewise.
19730         (extended_count): Likewise.
19731         (simplify_shift_const): Likewise.
19732         (simplify_comparison): Likewise.
19733
19734 2002-07-08  Richard Sandiford  <rsandifo@redhat.com>
19735
19736         * config/mips/mips.md: Add imadd type.  Update scheduler description
19737         to use imadd as well as imul.
19738         (*mul_acc_si, *madsi): Change imul alternatives to imadd.
19739         (*mul_acc_di, *mul_acc_64bit_di): Likewise.
19740         (*mul_sub_si): Likewise for first alternative.  Change second
19741         alternative from imul to multi.
19742
19743 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
19744
19745         * c-common.c (c_common_post_options): Update prototype;
19746         don't init backends if preprocessing only.
19747         * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
19748         * langhooks.h (struct lang_hooks): Update post_options to
19749         return a boolean.
19750         * toplev.c (parse_options_and_default_flags, do_compile,
19751         lang_independent_init): Update prototypes.  Allow the
19752         front end to specify that there is no need to initialize
19753         the back end.
19754         (general_init): Move call to hex_init here...
19755         (toplev_main): ...from here.  Pass flag for back end init
19756         suppression.
19757
19758 Sun Jul  7 20:38:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
19759
19760         * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
19761         (PREDICATE_CODES): Add entries for equality_comparison_operator,
19762         greater_comparison_operator and less_comparison_operator.
19763         * sh.c (print_operand): Add '\'' code.  Make 'o' handle
19764         more operators.
19765         (equality_comparison_operator): New function.
19766         (greater_comparison_operator, less_comparison_operator): Likewise.
19767         * sh.md (beq_media_i): Disable generator function generation.
19768         Use match_operator to handle a whole class of comparisons.  Add
19769         modifier in output template to provide branch prediction.  Add type.
19770         (bgt_media_i, ble_media_i): Likewise.  Allow zero operands.
19771         (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
19772         (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
19773         (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
19774
19775 2002-07-07  Hans-Peter Nilsson  <hp@bitrange.com>
19776
19777         Emit MMIX function prologue and epilogue as rtl.
19778         * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
19779         not unprototyped get_hard_reg_initial_val.
19780         ("call_value", "nonlocal_goto_receiver"): Ditto.
19781         ("return"): Make define_expand.  Move real insn to...
19782         ("*expanded_return"): New pattern.
19783         ("prologue", "epilogue"): New define_expands.
19784         * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
19785         (struct machine_function): New member in_prologue.
19786         (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
19787         (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
19788         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
19789         (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
19790         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
19791         (LOCAL_REGNO): Define.  Adjust comment.
19792         * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
19793         Consider regs_ever_live[MMIX_rJ_REGNUM], not just
19794         leaf_function_p.
19795         (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
19796         the prologue.
19797         (mmix_target_asm_function_prologue): Make static.  Just mark that
19798         the prologue is being emitted.  Move guts to...
19799         (mmix_expand_prologue): New function.  Adjust for emitting
19800         prologue as rtl.  For sizes, use HOST_WIDE_INT only.
19801         (mmix_target_asm_function_epilogue): Make static.  Simply emit a
19802         \n.  Move guts to...
19803         (mmix_expand_epilogue): New function.  Adjust for emitting
19804         epilogue as rtl.  For sizes, use HOST_WIDE_INT only.
19805         (mmix_target_asm_function_end_prologue): Mark that the prologue
19806         has ended.
19807         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
19808         (mmix_conditional_register_usage): Improve comments.
19809         (mmix_local_regno): New function.
19810         (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
19811         * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
19812         (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
19813         (mmix_get_hard_reg_initial_val): Ditto.
19814
19815 2002-07-06  Andreas Jaeger  <aj@suse.de>
19816
19817         * toplev.c (set_fast_math_flags): Don't use ISO C style function
19818         definitions.
19819         * gengtype.c (open_base_files): Likewise.
19820         (close_output_files): Likewise.
19821         * tracer.c (find_best_predecessor): Likewise.
19822         (find_best_successor): Likewise.
19823         (ignore_bb_p): Likewise.
19824
19825 2002-07-05  Roger Sayle  <roger@eyesopen.com>
19826
19827         PR c++/7099
19828         * builtin-attrs.def: Define new attribute lists for use in
19829         builtins.def.
19830         * builtins.def [DEF_BUILTIN]: Modify to take an additional
19831         ATTRS argument, an enumerated value defined in builtin-attrs.def
19832         that represents the attribute list for the builtins.  Modify
19833         all builtin functions to pass an appropriate attribute list.
19834         Specify "abort", "exit", "_exit" and "_Exit" builtins here with
19835         their required noreturn attributes.
19836         * tree.h (enum_builtin_function): Ignore the additional parameter
19837         to DEF_BUILTIN.
19838         * builtins.c (built_in_names): Likewise.
19839         * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
19840         argument with a tree representing the functions attribute list.
19841         Pass this "attrs" argument to builtin_function.  No longer handle
19842         the noreturn_p processing manually.
19843         (built_in_attributes): Move the definitions from builtin-attrs.def
19844         before c_common_nodes_and_builtins.
19845         (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
19846         DEF_BUILTIN, passing it to both builtin_function and the changed
19847         builtin_function_2.
19848
19849         * doc/extend.texi: Document __builtin_abort, __builtin_exit,
19850         __builtin__exit and __builtin__Exit.
19851
19852 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
19853
19854         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
19855         QI mode registers in soft registers.
19856         ("zero_extendqihi2"): Do not take into account soft registers
19857         for register allocation (use '*' constraint).
19858
19859 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
19860
19861         * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
19862         it is dead.
19863         ("*ashrsi3"): Likewise.
19864         ("*lshrsi3"): Likewise.
19865
19866 2002-07-05  Vladimir Makarov  <vmakarov@redhat.com>
19867
19868         * genautomata.c (output_max_insn_queue_index_def): Take latencies
19869         into account.
19870
19871 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
19872
19873         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
19874         address computation and memory moves.
19875
19876 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
19877
19878         PR c++/6706
19879         * dwarfout.c (output_reg_number): Fix warning message.
19880         (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
19881         before using it.
19882
19883 2002-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19884
19885         * gcc/gcc.c (asm_debug): Move initialization ...
19886         (init_spec): ... here.
19887
19888 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
19889
19890         * c-parse.in (extdef): Append ';'.
19891         (old_style_parm_decls): Append ';'.
19892
19893 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
19894
19895         * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
19896         gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
19897         to gcc_cv_as_gstabs_flag.
19898         * configure: Rebuilt.
19899
19900 2002-07-04  Geoffrey Keating  <geoffk@redhat.com>
19901
19902         * ggc.h (ggc_add_root): Document as obsolete.
19903
19904 Thu Jul  4 07:58:01 2002  J"orn Rennecke <joern.rennecke@superh.com>
19905
19906         * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
19907         (mshflo_w): Likewise.
19908
19909 Thu Jul  4 07:36:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
19910
19911         * simplify-rtx.c (simplify_subreg): Reduce problem of finding
19912         vector mode subregs of constants to finding integer mode
19913         subregs of constants.
19914         * cse.c (cse_insn): Use simplify_gen_subreg.
19915         * convert.c (convert_to_integer): Don't strip a NOP_EXPR
19916         From a vector mode expression of different size than the
19917         target mode.
19918
19919 2002-07-03  Eric Christopher  <echristo@redhat.com>
19920
19921         * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
19922         * config/mips/mips.h: Remove deprecated -m<processor> options
19923         and cc1_cpu_spec associated.
19924         (CONSTANT_ADDRESS_P): Fix last patch.
19925         (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
19926         * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
19927         sunge_sf): Remove.
19928
19929 2002-07-03  Stan Shebs  <shebs@apple.com>
19930
19931         * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
19932         (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
19933         (CPP_SPEC): Remove insertion of APPLE_CC definition.
19934
19935 2002-07-03  Roger Sayle  <roger@eyesopen.com>
19936
19937         * combine.c (struct_undo): Change types of recorded substitutions
19938         to be either "int" or "rtx", instead of "unsigned int" and "rtx".
19939         (do_SUBST_INT): Change types of the substitution from unsigned int
19940         to int, to avoid compilation warning from SUBST_INT's only caller.
19941
19942         (make_extraction): Add cast to avoid compilation warning.
19943         (force_to_mode): Remove cast to avoid compilation warning.
19944
19945 2002-07-03  Eric Botcazou  <ebotcazou@multimania.com>
19946             Jeff Law  <law@redhat.com>
19947
19948         * i386.md (length_immediate attribute): Fix typo.
19949         (length_address attribute): Likewise.
19950         (modrm attribute): Set it to 0 for immediate call instructions.
19951         (jcc_1 pattern): Set modrm attribute to 0.
19952         (jcc_2 pattern ): Likewise.
19953         (jump pattern): Likewise.
19954         (doloop_end_internal pattern): Explicitly set length.
19955         (leave pattern): Fix typo.
19956         (leave_rex64 pattern): Likewise.
19957
19958 2002-07-03  David Edelsohn  <edelsohn@gnu.org>
19959
19960         * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
19961         in FPR as preference.
19962         (fctiwz): Same.
19963         (floatdidf2, fix_truncdfdi2): Same.
19964         (floatdisf2, floatditf2, fix_trunctfdi2): Same.
19965         (floatditf2): Same.
19966         (floatsitf2, fix_trunctfsi2): SImode in GPR.
19967         (ctrdi): Remove FPR alternative and splitter.
19968
19969 2002-07-03  Will Cohen  <wcohen@redhat.com>
19970
19971         * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
19972
19973 Wed Jul  3 10:24:16 2002  J"orn Rennecke <joern.rennecke@superh.com>
19974
19975         * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
19976         than UNITS_PER_WORD, unless this is little endian and the first unit
19977         in this word.  Let extract_bit_field decide how to load an element.
19978         Force arguments to matching mode.
19979         (expand_vector_unop): Likewise.
19980
19981         * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
19982         consist of word_mode elements.
19983         * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
19984         BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
19985         (build_unary_op): Allow vector types for BIT_NOT_EPR.
19986         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
19987         CONST_VECTOR.
19988         * optabs.c (expand_vector_binop): Try to perform operation in
19989         smaller vector modes with same inner size.  Add handling of AND, IOR
19990         and XOR.  Reject expansion to inner-mode sized scalars when using
19991         OPTAB_DIRECT.  Use simplify_gen_subreg on constants.
19992         (expand_vector_unop): Try to perform operation in smaller vector
19993         modes with same inner size.  Add handling of one's complement.
19994         When there is no vector negate operation, try a vector subtract
19995         operation.  Use simplify_gen_subreg on constants.
19996         * simplify-rtx.c (simplify_subreg): Add capability to convert vector
19997         constants into smaller vectors with same inner mode, and to
19998         integer CONST_DOUBLEs.
19999
20000 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20001
20002         * c-parse.in (parsing_iso_function_signature): New variable.
20003         (extdef_1): New, copied from...
20004         (extdef): ... here.  Reset parsing_iso_function_signature.
20005         (old_style_parm_decls):  Reset parsing_iso_function_signature.
20006         (old_style_parm_decls_1): New, copied from old_style_parm_decls.
20007         Warn about ISO C style function definitions.
20008         (nested_function, notype_nested_function): Reset
20009         parsing_iso_function_signature.
20010         (parmlist_2): Set parsing_iso_function_signature.
20011
20012         * doc/invoke.texi (-Wtraditional): Document new behavior.
20013
20014 2002-07-02  Chris Demetriou  <cgd@broadcom.com>
20015
20016         * config.gcc (mips*el-*-*): Use tm_defines to set
20017         TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
20018         * config/mips/little.h: Remove.
20019
20020 2002-07-02 Devang Patel <dpatel@apple.com>
20021
20022         * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
20023         object as parameter. Prevent something like 'NSObject' to be
20024         used as the type for a method argument.
20025
20026 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
20027
20028         * cpptrad.c: Update comment.
20029
20030 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
20031
20032         * doc/cpp.texi: Update for traditional preprocessing changes.
20033         * goc/cppopts.texi: Similarly.
20034
20035 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
20036
20037         * c-parse.in (designator): Enable designated initializers if ObjC.
20038         (objcmessageexpr): Remove references to objc_receiver_context.
20039         * objc/objc-act.h (objc_receiver_context): Remove decl.
20040         * objc/objc-act.c (objc_receiver_context): Remove.
20041         (lookup_objc_ivar): Test objc_method_context instead of
20042         objc_receiver_context.
20043
20044 Tue Jul  2 18:45:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
20045
20046         * sh.c (print_operand, case 'N'): Allow zero vector.
20047         (arith_reg_or_0_operand): Likewise.
20048         (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
20049         * sh.h (CONST_COSTS): 0 has 0 cost.  Check OUTER_CODE for
20050         IOR, XOR, PLUS and SET and take their respective constant
20051         ranges into account.
20052         (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
20053         * sh.md (subdi3, subdi3_media): Allow zero operand.
20054         (movv8qi_i+3): Only vector that is not split is the zero vector.
20055         Fix operand 3 to simplify_subreg.
20056         (movv2si_i): Split alternative 1.
20057         (mshfhi_l_di_rev+1): New splitter.
20058
20059 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
20060
20061         PR preprocessor/7029
20062         * cppinit.c (cpp_handle_option):  Suppress warnings with an
20063         implicit "-w" for "-M" and "-MM".
20064         * doc/cppopts.texi: Update.
20065
20066 2002-07-01  Roger Sayle  <roger@eyesopen.com>
20067
20068         * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
20069         identifier "bzero" to "memset".  Pass extra NULL_TREE argument to
20070         builtin_function.
20071
20072 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
20073
20074         * README.Portability: Fix typos.
20075
20076 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
20077
20078         PR target/7177
20079         * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
20080         of indirections for register inside sign-extended mem part.
20081
20082 2002-07-01  Roger Sayle  <roger@eyesopen.com>
20083
20084         * tree.h:  Modify builtin_function interface to take an extra
20085         argument ATTRS, which is a tree representing an attribute list.
20086
20087         * c-decl.c (builtin_function): Accept additional parameter.
20088         * objc/objc-act.c (builtin_function): Likewise.
20089         * f/com.c (builtin_function): Likewise.
20090         * java/decl.c (builtin_function): Likewise.
20091         * ada/utils.c (builtin_function): Likewise.
20092         * cp/decl.c (builtin_function): Likewise.
20093         (builtin_function_1): Likewise.
20094
20095         * c-common.c (c_common_nodes_and_builtins): Pass an additional
20096         NULL_TREE argument to builtin_function.  (builtin_function_2):
20097         Likewise.
20098         * cp/call.c (build_java_interface_fn_ref): Likewise.
20099         * objc/objc-act.c (synth_module_prologue): Likewise.
20100         * java/decl.c (java_init_decl_processing): Likewise.
20101         * f/com.c (ffe_com_init_0): Likewise.
20102
20103         * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
20104         NULL_TREE argument to builtin_function.
20105         * config/arm/arm.c (def_builtin): Likewise.
20106         * config/c4x/c4x.c (c4x_init_builtins): Likewise.
20107         * config/i386/i386.c (def_builtin): Likewise.
20108         * config/ia64/ia64.c (def_builtin): Likewise.
20109         * config/rs6000/rs6000.c (def_builtin): Likewise.
20110
20111 2002-07-01  Zack Weinberg  <zack@codesourcery.com>
20112
20113         * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
20114         * config/mips/t-isa3264: Likewise.
20115         * config/mmix/t-mmix: Likewise.
20116
20117 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20118
20119         * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
20120
20121 2002-07-01  Roger Sayle  <roger@eyesopen.com>
20122
20123         PR opt/4046
20124         * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
20125         A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
20126         B are truth values.
20127
20128 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
20129
20130         * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
20131
20132 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
20133
20134         * README.Portability (Function prototypes): Give an example of
20135         declaring and defining a function with no arguments.
20136
20137         * README.Portability (Function prototypes): Document new
20138         variable-argument function macros.
20139
20140 Mon Jul  1 19:55:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
20141
20142         * sh.c (langhooks.h): Include.
20143         (sh_init_builtins, sh_media_init_builtins): New functions.
20144         (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
20145         (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
20146         (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
20147         (builtin_description): New struct tag.
20148         (signature_args, bdesc): New arrays.
20149         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
20150         (print_operand): Add 'N' modifier.
20151         * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
20152         (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
20153         (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
20154         (CONST_COSTS): Add special case for SHmedia AND.
20155         (PREDICATE_CODES): Add and_operand, arith_reg_dest,
20156         extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
20157         sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
20158         target_operand can also be const or unspec.
20159         * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
20160         (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
20161         (attribute type): Add new types.
20162         (anddi3): Add splitter.
20163         (movdi_const_16bit+1): Add code to handle vector constants and
20164         bitmasks efficiently.
20165         (shori_media): Have generator function made.
20166         (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
20167         (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
20168         (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
20169         (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
20170         (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
20171         (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
20172         (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
20173         (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
20174         (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
20175         (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
20176         (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
20177         (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
20178         (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
20179         (mshflo_b,  mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
20180         (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
20181         (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
20182         (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
20183         (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
20184         (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
20185         (ftrv): Likewise.
20186
20187         (fpu_switch+1, fpu_switch+2): Remove constraint.
20188
20189 2002-07-01  Aldy Hernandez  <aldyh@redhat.com>
20190
20191         * tree.c (build_function_type_list): Update function comment.
20192         Rename first argument to return_type.
20193
20194 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
20195
20196         * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
20197         tradcif.y and related files.
20198
20199 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
20200
20201         * cpptrad.c (skip_whitespace): Pass pointer to prior char.
20202
20203 2002-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20204
20205         * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
20206
20207 See ChangeLog.7 for earlier changes.