OSDN Git Service

* tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
2
3         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
4         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
5         * tree.h: Add prototypes for the two new functions.
6         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
7         updates introduced in the previous revision by call to saved_expr_p.
8         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
9
10         * expr.c (store_field): Force usage of bitfield instructions when
11         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12         (expand_expr, case BIT_FIELD_REF): likewise.
13
14 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
15
16         PR middle-end/8866
17         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
18         jumptables.
19
20 2003-04-16  Richard Henderson  <rth@redhat.com>
21
22         * config/ia64/ia64.c (sdata_symbolic_operand): Use
23         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
24         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
25         (function_operand): Use SYMBOL_REF_FUNCTION_P.
26         (ia64_expand_load_address): Likewise.
27         (ia64_assemble_integer): Likewise.
28         (ia64_encode_section_info): Remove.
29         (ia64_strip_name_encoding): Remove.
30         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
31         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
32
33 2003-04-16  Richard Henderson  <rth@redhat.com>
34
35         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
36         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
37         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
38         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
39         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
40         (global_symbolic_operand): Similarly.
41         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
42         (tls_symbolic_operand_type): Likewise.
43         (alpha_encode_section_info): Use default_encode_section_info.
44         (alpha_strip_name_encoding): Remove.
45         (get_tls_get_addr): Split out from ...
46         (alpha_legitimize_address): ... here.
47         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
48         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
49         (alpha_initialize_trampoline): Use init_one_libfunc.
50         (alpha_setup_incoming_varargs): Mark unused parameters.
51         (alpha_initial_elimination_offset): Likewise.
52         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
53         (unicosmk_unique_section): Use default_strip_name_encoding.
54         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
55
56 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
57
58         * config.gcc: Add t-spe for eabispe.
59
60         * config/rs6000/t-spe: New.
61
62 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
63
64         Re-apply this patch:
65
66         2002-05-16  Dale Johannesen  <dalej@apple.com>
67           * combine.c (cant_combine_insn_p):  Reenable combinations
68           involving hard regs unless CLASS_LIKELY_SPILLED_P.
69
70 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
71
72         PR/10271
73         * pa-protos.h (function_arg): Remove last argument.
74         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
75         * pa.h (struct hppa_args): Add member incoming. 
76         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
77         member incoming.
78         (FUNCTION_ARG): Revise call to function_arg.
79         (FUNCTION_INCOMING_ARG): Delete.
80
81 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
82
83         * configure.in: Unify the code which creates symlinks to a
84         just-built as, ld, objdump, and nm with the code that detects
85         their presence for purposes of feature tests.
86         * configure: Regenerate.
87
88 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
89
90         * varasm.c (output_constant_def): Do not consult
91         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
92         (after_function_constants, output_after_function_constants): Delete.
93         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
94         * config/mips/mips-protos.h, config/mips/mips.c
95         (mips16_constant_after_function_p): Delete.
96         * config/mips/mips.h: Delete #if-0-ed definition of
97         CONSTANT_AFTER_FUNCTION_P.
98         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
99         mention of CONSTANT_AFTER_FUNCTION_P in comment.
100
101 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
102
103         * tree.c (next_decl_uid): Mark with GTY.
104         (next_type_uid): Likewise.
105
106 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
107
108         PR target/9594:
109         * sh.c (barrier_align): Also recognize stuff_delay_slot as
110         an indicator that a barrier was created by branch splitting.
111
112 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
113
114         * c-decl.c (implicitly_declare): Copy declarations that are going
115         to be placed in a local scope.
116
117 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
118
119         * invoke.texi (Spec Files): Wrap if-exists-else example.
120         (MCore): Remove duplicate @itemx entries and @opindex entries.
121
122 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
123
124         * unwind.inc (_Unwind_Backtrace): New function.
125         * unwind.h (_Unwind_Backtrace): Declare it.
126         * libgcc-std.ver (_Unwind_Backtrace): Export it.
127
128 2003-04-14  Jason Merrill  <jason@redhat.com>
129
130         PR middle-end/10336, c++/10401
131         * jump.c (never_reached_warning): Also stop looking if we reach the
132         beginning of the function.
133
134 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
135
136         PR target/10338
137         PR bootstrap/10198
138         PR bootstrap/10140
139         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
140
141 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
142
143         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
144
145 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
146
147         * optabs.c (expand_binop): In multi-word add cases, ensure
148         XTARGET is copied to TARGET if they are different.
149
150 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
151
152         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
153         to region, possible after integration of function with unreachable
154         regions that were optimized away.
155
156 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
157
158         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
159         instead of TOC_REGISTER in epilogue in
160         current_function_calls_eh_return functions.
161
162 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
163
164         * doc/extend.texi (Empty Structures): Correct description of G++'s
165         handling of these structures.
166
167         * c-decl.c (grokdeclarator): Reject extern redeclarations of
168         static variables.
169
170 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
171
172         * config/rs6000/rs6000.md (define_constants): Define constants for
173         all UNSPEC usage, including new values for TLS support.
174         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
175         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
176         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
177         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
178         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
179         eh_set_lr_di): Use them.
180         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
181         rs6000_emit_epilogue) Use them.
182
183         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
184
185 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
186
187         * Makefile.in (c-opts.o): Use custom action.
188
189 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
190
191         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
192
193 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
194
195         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
196         handle "superflat arrays" in Ada.
197
198         * integrate.c (expand_inline_function): Don't inline if would
199         lose /u on a BLKmode TARGET.
200
201 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
202
203         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
204         extracted from dbxout_type.
205         (dbxout_range_type): print large bounds in octal format.
206         (dbxout_type): Replace extracted code by call to
207         print_int_cst_bounds_in_octal_p.
208
209         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
210         of DW_LANG_Ada83 for Ada units.
211
212 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
213
214         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
215         temporary used to round CONST_INT sizes.
216
217         * tree.c (int_fits_type_p): Extract generic checks from the case
218         of constant type bounds. Refine the checks against constant type
219         bounds to allow for possible decisions against each of these bounds
220         without requiring both bounds to be constant.
221         (tree_int_cst_msb): Put back.
222         * tree.h (tree_int_cst_msb): Likewise.
223
224         * global.c (global_conflicts): Prevent allocation of call clobbered
225         hard regs to pseudos live across abnormal edges, as later passes are
226         not ready to handle them.
227
228         * fold-const.c (fold): Reorder tests for conditional expressions.
229
230         * expr.c (highest_pow2_factor): Return unsigned.
231         * expr.h (offset_address): Likewise.
232         * emit-rtl.c (offset_address): POW2 argument now unsigned.
233
234 2003-04-14  Roger Sayle  <roger@eyesopen.com>
235
236         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
237         string literals at compile-time.
238
239 2003-04-14  Roger Sayle  <roger@eyesopen.com>
240
241         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
242         comparison operation and c1/c2 are floating point constants into
243         x swap(cmp) (c1 - c2).
244
245 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
246
247         * genautomata.c (output_translate_vect): Fix a typo in loop
248         condition.
249
250 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
251
252         PR target/10377
253         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
254         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
255         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
256         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
257         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
258         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
259         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
260         ("*extopqihi_swap_side", "*extopqisi_swap_side")
261         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
262         When next to constraint R, replace constraint i with n.
263
264 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
265
266         PR opt/10024
267         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
268
269 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
270
271         * doc/contrib.texi (Contributors): Correct my entry.
272
273 2003-04-13  Roger Sayle  <roger@eyesopen.com>
274
275         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
276         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
277         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
278         implies DECL_BUILT_IN to simplify logic.
279         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
280
281 2003-04-13  Roger Sayle  <roger@eyesopen.com>
282
283         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
284         (BT_FN_PTR_SIZE_SIZE): Likewise.
285         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
286         New built-in functions for malloc, calloc and strdup respectively.
287         * calls.c (special_function_p): No need to handle malloc-like
288         functions any longer.  ECF_MALLOC is set via built-in attributes.
289
290         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
291
292         * doc/extend.texi: Document these new built-in functions.
293
294 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
295
296         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
297         (expand_builtin_stpcpy): New.
298         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
299         * builtins.def: Add mempcpy & stpcpy support.
300         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
301
302 2003-04-13  Nick Clifton  <nickc@redhat.com>
303
304         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
305         "GCC".
306         * config/rs6000/40x.md, config/rs6000/603.md,
307         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
308         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
309         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
310         config/rs6000/aix43.h, config/rs6000/aix51.h,
311         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
312         config/rs6000/altivec.h, config/rs6000/altivec.md,
313         config/rs6000/beos.h, config/rs6000/darwin.h,
314         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
315         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
316         config/rs6000/freebsd.h, config/rs6000/gnu.h,
317         config/rs6000/host-darwin.c, config/rs6000/linux.h,
318         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
319         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
320         config/rs6000/netbsd.h, config/rs6000/power4.md,
321         config/rs6000/rios1.md, config/rs6000/rios2.md,
322         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
323         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
324         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
325         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
326         config/rs6000/spe.md, config/rs6000/sysv4.h,
327         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
328         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
329
330 2003-04-13  Nick Clifton  <nickc@redhat.com>
331
332         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
333         support for -mcall-aix switch.
334         * config/rs6000/eabiaix.h: Delete.
335         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
336         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
337         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
338         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
339         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
340         debug_stack_info, output_function_profiler,
341         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
342         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
343         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
344         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
345         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
346         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
347         multilibs.
348         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
349         (MULTILIB_EXCEPTIONS): Delete.
350         (MULTILIB_MATCHES): Remove mcall-aix matches.
351
352         * doc/fragments.texi: Replace -mcall-aix example with an ARM
353         one.
354         * doc/install.texi: Delete powerpc-*-eabiaix target.
355         * doc/invoke.texi: Remove documentation of mcall-aix switch.
356         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
357         * config.gcc: Delete powerpc-*-eabiaix target.
358
359 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
360
361         * doc/invoke.texi: Fix typos.
362         * doc/tm.texi: Likewise.
363
364 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
365
366         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
367
368 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
369
370         * tree.c (build_constructor): New function.
371         * tree.h: Prototype it.
372
373         * c-typeck.c (build_c_cast, pop_init_level)
374         * profile.c (build_function_info_value, build_gcov_info_value)
375         (create_profiler):
376         Use build_constructor.
377
378         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
379
380         * objc/objc-act.c (build_constructor):
381         Rename objc_build_constructor. Use build_constructor.
382         (build_objc_string_object, objc_add_static_instance)
383         (init_def_list, init_objc_symtab, init_module_descriptor)
384         (generate_static_references, build_selector_translation_table)
385         (build_descriptor_table_initializer, generate_descriptor_table)
386         (build_protocol_initializer, build_ivar_list_initializer)
387         (generate_ivars_list, build_dispatch_table_initializer)
388         (generate_dispatch_table, generate_protocol_list)
389         (build_category_initializer, build_shared_structure_initializer):
390         Update to match.
391
392 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
393
394         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
395
396 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
397
398         * config/m68hc11/m68hc11-protos.h
399         (m68hc11_eq_compare_operator): Declare
400         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
401         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
402         (d_register_operand): Check the operand mode.
403         (hard_addr_reg_operand): Likewise.
404
405 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
406
407         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
408         pattern for dbcc/ibcc generation for 68HC12.
409         ("doloop_end"): New pattern.
410         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
411         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
412         ("m68hc12_dbcc_dec_qi"): New pattern.
413         ("m68hc12_dbcc_inc_qi"): New pattern.
414         (split): Add split for the above when we can't use dbcc/ibcc due to
415         reloading.
416         (peephole2): Add peephole2 to generate the above when possible.
417
418 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
419
420         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
421         mode of operand 0.
422         (peephole2 optimize const load): Likewise for operand 2.
423         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
424         clobbers CC_REGNUM.
425         ("*rotrhi3_with_carry"): Likewise.
426         (ashift:DI 1 split): Update pattern to create the above rotate.
427         (lshiftrt:DI 1 split): Likewise.
428
429 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
430
431         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
432         ("tstqi_z_used" split): Use it.
433         ("cmphi_z_used"): Likewise.
434         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
435         ("cmpqi_z_used"): Likewise.
436
437 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
438
439         PR c++/7910
440         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
441
442 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
443
444         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
445         * configure, config.in: Regenerate.
446         * intl.c (gcc_gettext_width): New function.
447         * intl.h: Prototype it.
448
449 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
450
451         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
452         recognize -mnorelax.
453         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
454         (REG_CLASS_NAMES): Add its name.
455         (REG_CLASS_CONTENTS): Define its content.
456
457 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
458
459         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
460         parameters so that offsets are valid for far definition.
461         (__mulsi3): Likewise and use ret to return.
462         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
463
464 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
465
466         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
467
468 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
469
470         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
471         containing a libgcc.a, move lib* to the corresponding stage dir.
472
473         * Makefile.in (stage1-start, stage2-start, stage3-start,
474         stage4-start): Move $(SPECS) to specs in stage dir.
475         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
476         back as $(SPECS).
477
478         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
479         object files from the non-libgcc/ multilib directories as well.
480
481 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
482
483         * profile.c (read_counts_file): Initialise 'checksum'.
484
485         * emit-rtl.c (gen_rtx): Really correct typo.
486
487         PR c++/9393
488         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
489         * configure.in: Check for gettimeofday.
490         * tree.c (flag_random_seed): Define.
491         (default_flag_random_seed): New.
492         (append_random_chars): Use flag_random_seed rather than trying
493         to acquire randomness here.
494         * tree.h (default_flag_random_seed): Declare.
495         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
496         descriptions.
497         (decode_f_option): Handle -frandom-seed.
498         (print_switch_values): Call default_flag_random_seed.
499         * flags.h (flag_random_seed): Declare.
500         * configure: Regenerate.
501         * config.in: Regenerate.
502         * config/alpha/t-crtfm: Use -frandom-seed.
503
504         * doc/extend.texi (Empty Structures): New.
505
506         * c-pch.c: Include flags.h.  Add comments to routines.
507         (struct c_pch_validity): New.
508         (get_ident): Update PCH file version number.
509         (pch_init): Output current debugging type.
510         (c_common_valid_pch): Check debugging type.
511         * Makefile.in (c-pch.o): Update dependencies.
512         * flags.h (debug_type_names): Declare.
513         * toplev.c (debug_type_names): Move out of decode_g_option.
514
515 2003-04-11  Eric Christopher  <echristo@redhat.com>
516
517         * emit-rtl.c (gen_rtx): Fix typos.
518
519 2003-04-11  Richard Henderson  <rth@redhat.com>
520
521         * emit-rtl.c (gen_rtx): Zero '0' fields.
522
523 2003-04-11  Richard Henderson  <rth@redhat.com>
524
525         PR c++/10202
526         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
527         not COMPLETE_TYPE_P for re-invoking layout_decl.
528
529 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
530
531         * doc/bugreport.texi: Fix paragraph breaking between sections
532         in preparation for TeXinfo's paragraph indentation fixes.
533         * doc/extend.texi: Ditto.
534         * doc/invoke.texi: Ditto.
535         * doc/objc.texi: Ditto.
536         * doc/gcov.texi: Wrap 'gcov' in @command{}.
537         * doc/invoke.texi (Darwin Options): Add a preamble.
538
539 2003-04-11  Richard Henderson  <rth@redhat.com>
540
541         * config/i386/i386.c (tls_model_chars): Remove.
542         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
543         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
544         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
545         (tls_symbolic_operand_1): Likewise.
546         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
547         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
548         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
549         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
550         bits "copied from i386.h" with default_encode_section_info.
551
552 2003-04-11  Richard Henderson  <rth@redhat.com>
553
554         * rtl.def (SYMBOL_REF): Add two 0 fields.
555         * gengtype.c (adjust_field_rtx_def): Handle them.
556         * print-rtl.c (print_rtx): Print them.
557         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
558         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
559         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
560         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
561         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
562         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
563         (SYMBOL_FLAG_MACH_DEP): New.
564         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
565         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
566         (assemble_static_space): Set SYMBOL_REF_FLAGS.
567         (assemble_trampoline_template): Likewise.
568         (output_constant_def, force_const_mem): Likewise.
569         (default_encode_section_info): New.
570         * output.h: Declare it.
571         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
572
573 2003-04-11  Richard Henderson  <rth@redhat.com>
574
575         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
576         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
577         * optabs.c (init_optabs): Initialize them.
578         (init_libfuncs): Use init_one_libfunc.
579         * calls.c (expand_call): Use gcov_flush_libfunc.
580         * expr.c (store_constructor): Use setbits_libfunc.
581         * function.c (expand_main_function): Use init_one_libfunc.
582         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
583
584 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
585
586         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
587         documentation; add DECL_FRIEND_CONTEXT.
588
589 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
590
591         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
592         notes on linker selection and configuration for 64-bit HP-UX port.
593         * doc/invoke.texi (hppa): Remove hppa text from description for
594         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
595         and -threads options.
596
597         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
598         libc.a on libdld.sl when -static is specified and -nolibdld is not
599         specified.
600         * pa64-hpux.h (LIB_SPEC): Likewise.
601         * pa-hpux11.h (LIB_SPEC): Likewise.
602         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
603         is not specified.
604
605 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
606
607         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
608         not IDENTIFIER_LOCAL_VALUE.
609
610 2003-04-11  Richard Henderson  <rth@redhat.com>
611
612         PR c/10201
613         * expr.c (expand_expr): Move DECL_RTL frobbing ...
614         * stor-layout.c (layout_decl): ... here.
615
616 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
617
618         * doc/invoke.texi: Eliminate extra white-space caused by
619         @gccoptlist{ on its own line.
620         * doc/invoke.texi: Ensured there are two spaces between each option.
621         * doc/invoke.texi: Re-wrapped option lines that were too wide.
622         Added @gol to options that didn't have them.
623
624 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
625
626         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
627         gcov-iov.h.
628
629         Simplify interface to gcov reading and writing.
630         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
631         gcov_alloc, gcov_modified, gcov_errored): Move into ...
632         (struct gcov_var gcov_var): ... this static structure.
633         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
634         Return void.
635         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
636         read object.
637         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
638         (gcov_reserve_length): Remove.
639         (gcov_write_tag): New.
640         (gcov_write_length): Adjust.
641         (gcov_read_summary, gcov_write_summary): Adjust.
642         (gcov_eof, gcov_ok): Rename to ...
643         (gcov_is_eof, gcov_is_error): ... here. Return error code.
644         (gcov_save_position, gcov_resync): Rename to ...
645         (gcov_position, gcov_seek): ... here.
646         (gcov_skip, gcov_skip_string): Remove.
647         (gcov_error): Remove.
648         (gcov_open, gcov_close): Adjust.
649         * gcov.c (find_source): Take const char *, copy it on allocation.
650         (read_graph_file): Adjust.
651         (read_count_file): Adjust.
652         * libgcov.c (gcov_exit): Adjust.
653         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
654         tag_arc_counts, tag_summary): Return void. Adjust.
655         (struct tag_format): Adjust proc member.
656         (dump_file): Adjust gcov calls.
657
658 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
659
660         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
661         mkfixinc.sh.
662         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
663         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
664         build != host sysrooted builds.
665         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
666         TARGET_SYSTEM_ROOT even on sysrooted natives.
667         * configure: Rebuilt.
668
669 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
670
671         * c-decl.c (struct binding_level): Add shadowed_tags and
672         function_body; remove this_block, tag_transparent, and
673         subblocks_tag_transparent; update comments.
674         (clear_binding_level, lookup_tag_reverse): Kill.
675         (make_binding_level): Use ggc_alloc_cleared or memset.
676         (lookup_tag): Remove struct binding_level* parameter.  All
677         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
678         current_binding_level->tags if asked for thislevel_only or if
679         we might have to diagnose "struct foo; union foo;"
680         (pushlevel): Ignore argument.  Do not push another binding
681         level on the transition from the parameters to the top level
682         of the function body; just tweak the flags and proceed.
683         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
684         a function body, separate the parameter list from the
685         top-level local variables.
686         (set_block): Do nothing.
687         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
688         shadowed_tags if necessary.
689         (warn_if_shadowing): Nuke the special case for local shadowing
690         parameter.
691         (pushdecl): Do not create a shadow entry if we are replacing
692         an older decl in the same binding level.
693         (pushdecl_function_level): Tweak for new way of indicating
694         function scope.
695         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
696         (start_function): Don't set subblocks_tag_transparent.
697         (finish_function): Fix up the binding_level stack for totally
698         empty functions.  Otherwise, don't call poplevel.
699
700         * c-common.c (shadow_warning): MANDATORY argument is no longer
701         necessary.  Always use plain warning.
702         * c-common.h: Update to match.
703
704         * cfglayout.c (scope_to_insns_initialize): Clear block when we
705         hit the FUNCTION_DECL.
706         * function.c: Do not create cyclic tree structure.
707
708 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
709
710         * c-tree.h (struct lang_identifier): Replace global_value,
711         local_value members with symbol_value, tag_value.  Kill
712         implicit_decl and limbo_value.
713         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
714         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
715         C_MISSING_PROTOTYPE_WARNED): Kill.
716         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
717         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
718         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
719         (implicit_decl_warning, lookup_name_current_level,
720         record_function_scope_shadow): Don't prototype.
721         (pushdecl_function_level): Prototype.
722
723         * c-decl.c (truly_local_externals): New variable.
724         (struct binding_level): Adjust commentary.
725         (get_function_binding_level, clear_limbo_values,
726         record_function_scope_shadow): Kill.
727         (lookup_name_current_level, implicit_decl_warning): Are now static.
728         (any_external_decl, record_external_decl): New static functions.
729         (clone_underlying type): Split out of pushdecl.
730         (c_print_identifier): Update to match changes to struct
731         lang_identifier.
732         (poplevel): Delete #if 0 block.  Make externals invisible
733         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
734         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
735         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
736         (duplicate-decls): For real parm decl after a forward decl,
737         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
738         foo(...) { } with only a warning.  Say whether a previous
739         declaration was implicit.
740         (warn_if_shadowing): Now handles all shadowing, not just
741         local-over-local.  Clarify comments.
742         (pushdecl): Rewritten.  There is no longer a distinction
743         between global and local symbol values; they're all
744         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
745         DECL_EXTERNAL decls, and use any_external_decl to check
746         against previous externals.  Kill #if 0 blocks.  Don't
747         tolerate error_mark_node being NULL.
748         (pushdecl_top_level): Handle only those cases which
749         Objective C (the only user) needs.
750         (pushdecl_function_level): New function.
751         (implicitly_declare): Create ordinary decls with
752         C_DECL_IMPLICIT set.  Recycle old decls, however they got
753         created.
754         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
755         for C_DECL_INVISIBLE symbols.
756         (lookup_name_current_level): Likewise.  Use chain_member.
757         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
758         Use pushdecl_function_level.
759         (builtin_function): Use C_DECL_INVISIBLE.
760         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
761         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
762         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
763         (identifier_global_value): Same.  Must scan
764         global_binding_level in extremis.
765
766         * c-typeck.c (undeclared_variable): New static function, split
767         from build_external_ref.
768         (build_external_ref): Use DECL_CONTEXT, not
769         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
770         an instance variable.  Restructure for clarity.
771         * objc/objc-act.c: Use identifier_global_value, not
772         IDENTIFIER_GLOBAL_VALUE.
773
774 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
775
776         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
777         not Working Paper.
778         * doc/invoke.texi (C++ Dialect Options): Same.
779
780 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
781
782         * tree.c (tree_operand_check_failed): New function.
783         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
784         TREE_RTL_OPERAND_CHECK): New checking macros.
785         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
786         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
787         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
788         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
789         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
790         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
791         checking macros.
792
793 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
794
795         PR inline-asm/8803
796         * function.c (instantate_virtual_regs):  Verify that all ASM statements
797         match after the virutal regs instantiation.
798
799 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
800
801         * ia64-protos.h (addp4_optimize_ok): New.
802         * ia64.c (addp4_optimize_ok): New.
803         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
804         (*ptr_extend_plus_2): Ditto.
805
806 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
807
808         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
809         not with convert_memory_address.
810         (store_constructor): Ditto, and same for copy_size_rtx.
811         (expand_expr): Ditto.
812
813 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
814
815         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
816
817 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
818
819         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
820         even if it is configured to be write-through.
821
822 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
823
824         * config/s390/s390.c (larl_operand): Do not allow symbols
825         marked with '@'.
826         (s390_encode_section_info): Mark symbols with forced 1-byte
827         alignment with '@'.
828         (s390_strip_name_encoding): Strip '@'.
829         (legitimize_pic_address): Handle symbols that are not valid
830         LARL operands in 64-bit mode.
831
832 2003-04-10  Andrew Haley  <aph@redhat.com>
833
834         * tree-inline.c (inlinable_function_p): Disable inlining for
835         synchronized methods.
836
837 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
838
839         * c-common.h (lang_statement_code_p): Remove declaration.
840         (statement_code_p): Ditto.
841         (c_common_stmt_codes): Define; list of c-common statement codes.
842         (statement_code_p): New extern declaration.
843         (STATEMENT_CODE_P): Define.
844         (INIT_STATEMENT_CODES): Define.
845         * c-common.c (statement_code_p): Kill the function, declare
846         as an array of bools instead.
847         (lang_statement_code_p): Remove.
848         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
849         (c_safe_from_p): Ditto.
850         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
851         to initialize the statement_code_p array.
852         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
853         statement_code_p.
854         (copy_tree_r): Ditto.
855         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
856         statement tree codes.
857         * cp/lex.c (cxx_init): Add missing print line break.  Use
858         INIT_STATEMENT_CODES to initialize the statement_code_p array.
859         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
860         instead of statement_code_p.
861         * cp/pt.c (tsubst_expr): Ditto.
862         * cp/tree.c (verify_stmt_tree_r): Ditto.
863         (cp_statement_code_p): Remove.
864         (init_tree): Don't set lang_statement_code_p, it's gone.
865
866 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
867             Zack Weinberg  <zack@codesourcery.com>
868
869         * regrename.c (struct du_chain): Use a bitfield for reg_class.
870         * cse.c (struct qty_table_elem, struct table_elt, struct set):
871         Use bitfields for fields holding enum rtx_code or
872         enum machine_mode values.  Add comments explaining size choices.
873
874 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
875
876         * config/fp-bit.c (unpack_d): Handle pair of doubles with
877         different signs correctly.
878
879 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
880
881         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
882         (reg_pending_barrier): Make it of the enumeration type.
883         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
884         TRUE_BARRIER.
885         (sched_analyze): Ditto.
886         (sched_analyze_insn): Ditto.  Use anti-dependencies for
887         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
888         (init_deps_global): Initialize the barrier as NO_BARRIER.
889
890 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
891
892         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
893         Check that asm insn starts on a new cycle.  Add nops after asm
894         insn to end bundle.
895         (bundling): Move insn type evaluation from the loop.  Call
896         issue_nops_and_insn with the new parameter.  Ignore changing
897         position for nops after asm insn.
898
899 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
900
901         * optabs.c: Comment that gen_add2_insn and others may actually
902         return emitted insns, if the gen functions turn out to return
903         emitted insns.
904         * reload1.c (reload_cse_move2add): Cope with emitted insns from
905         gen_add2_insn.
906
907 2003-04-09  Richard Henderson  <rth@redhat.com>
908
909         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
910         but not tls_symbolic_operand.
911         (ia64_expand_load_address): Remove scratch operand.
912         (ia64_expand_tls_address): Split out from ia64_expand_move.
913         (ia64_expand_move): Split symbolics only after reload.
914         (ia64_emit_cond_move): New.
915         * config/ia64/ia64-protos.h: Update.
916         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
917         (symbolic splitter): Accept SImode operands too.
918         (cmove splitter): Use ia64_emit_cond_move.
919
920 2003-04-09  Nick Clifton  <nickc@redhat.com>
921
922         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
923         newer.
924         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
925         instead of -mno-fpu.
926         * config/arm/semi.h (ASM_SPEC): Likewise.
927         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
928         but only if -msoft-float is specified pass.  Otherwise pass
929         -mfpu=softvfp.
930
931 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
932
933         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
934         free_EXPR_LIST_node.
935
936 2003-04-08  Roger Sayle  <roger@eyesopen.com>
937
938         * fold-const.c (fold):  Use "fold" following build in more places.
939         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
940         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
941
942 2003-04-08  Roger Sayle  <roger@eyesopen.com>
943
944         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
945         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
946         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
947         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
948         Delete function scope "fcode" variable to avoid shadowing.
949
950 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
951
952         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
953         Take into account DWARF_INITIAL_LENGTH_SIZE.
954
955 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
956
957         * reorg.c (fill_slots_from_thread): When considering changing the
958         insn following a reg-to-reg copy insn to use the source reg of the
959         copy, bail out if there's overlap between the registers.
960
961 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
962
963         * function.c (postponed_insns): New.
964         (purge_addressof_1): Postpone processing of insns if addressofs
965         are not put into stack.
966         (purge_addressof): Process postponed insns.
967
968 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
969
970         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
971         this is FP_MODE_DOUBLE .
972         * sh.c (ra.h): #include.
973         (push_regs): Add second parameter.  Changed all callers.
974         If necessary, set fpscr before saving floating point registers.
975         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
976         do saves / restores with SZ == 1.
977         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
978         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
979         registers are being restored, restore FPSCR only after restoring them.
980
981 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
982
983         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
984         regardless of architecture.
985         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
986
987 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
988
989         * sh.c (push_regs, calc_live_regs): Return int.  Take single
990         HARD_REG_SET * parameter.  Changed all callers.
991
992 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
993
994         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
995         GOTOFF operand.
996         (legitimize_pic_address): Move plus outside the unspec.
997         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
998         for validity.
999
1000 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
1001
1002         * gcov-io.h (gcov_save_position): Remove __inline__ from
1003         declaration.
1004
1005 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
1006
1007         * doc/install.texi: Use @command and @samp for single- and
1008         multi-word commands respectively.
1009         * doc/makefile.texi: Likewise.
1010         * doc/sourcebuild.texi: Likewise.
1011
1012 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1013             Richard Henderson  <rth@redhat.com>
1014
1015         PR c/9516
1016         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
1017         favour of looping and tail recursion for TREE_LIST and binops.
1018
1019 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1020
1021         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
1022         for insns without luid.
1023
1024 2003-04-07  Glen Nakamura  <glen@imodulo.com>
1025
1026         PR opt/8634
1027         * explow.c (maybe_set_unchanging): Don't flag non-static const
1028         aggregate type initializers with RTX_UNCHANGING_P.
1029
1030 2003-04-07  Richard Henderson  <rth@redhat.com>
1031
1032         PR opt/8634
1033         * function.c (purge_addressof_1): Don't try arithmetics for
1034         unchanging memories.
1035
1036 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
1037
1038         * doc/sourcebuild.texi (Test Suites): Document testing support for
1039         gcov and profile-directed optimizations; describe gcc.misc-tests.
1040
1041 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
1042
1043         PR target/10077
1044         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
1045
1046 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1047
1048         * doc/rtl.texi (Comparison operations): Update to
1049         record the allowed comparison modes.
1050
1051 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
1052
1053         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
1054         V2SI_type_node to opaque_V2SI_type_node.  Rename all
1055         V2SF_type_node to opaque_V2SF_type_node.
1056         (rs6000_init_builtins): Define opaque_V2SI_type_node and
1057         opaque_V2SF_type_node.
1058         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
1059         opaque_V2SF_type_node are opaque types.
1060
1061 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
1062
1063         * gcse.c (replace_store_insn): Use single_set.
1064
1065 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
1066
1067         Change gcov file interface to single file at a time.
1068         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
1069         Convert to C89 prototypes.
1070         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
1071         gcov_error, gcov_modified): New static variables.
1072         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
1073         functions.
1074         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
1075         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
1076         (gcov_read_summary, gcov_write_summary): Adjust.
1077         (gcov_save_position, gcov_reserve_length, gcov_write_length):
1078         Adjust.
1079         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
1080         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
1081         (da_file_position, da_file_seek, da_file_write, da_file_read):
1082         Remove.
1083         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
1084         * gcov.c (gcov_type): Don't typedef here.
1085         (IN_GCOV): #define
1086         (read_graph_file, read_count_file): Adjust.
1087         * gcov-dump.c (gcov_type): Don't typedef here.
1088         (IN_GCOV): #define.
1089         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
1090         Remove FILE parameter, adjust.
1091         (struct tag_format): Adjust proc member.
1092         (dump_file): Adjust.
1093         * libgcov.c (IN_LIBGCOV): #define.
1094         (gcov_exit): Adjust.
1095         * loop-init.c: Don't #include gcov-io.h
1096         * profile.c (struct counts_entry): New structure to hold counter
1097         values.
1098         (struct section_reference, struct da_index_entry): Remove.
1099         (bbg_file, da_file): Remove.
1100         (htab_counts_index_hash, htab_counts_index_eq,
1101         htab_counts_index_del): Replace with ...
1102         (htab_counts_entry_hash, htab_counts_entry_eq,
1103         htab_counts_entry_del): ... these.
1104         (cleanup_counts_index, index_counts_file): Remove.
1105         (read_counts_file): New function.
1106         (get_exec_counts): Adjust.
1107         (compute_branch_probabilities): Don't free the exec counts here.
1108         (branch_prob): Adjust.
1109         (init_branch_prob): Adjust.
1110         (end_branch_prob): Adjust.
1111
1112 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
1113
1114         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1115         -mfloat-gprs.
1116
1117         * config/rs6000/rs6000.c: Delete rs6000_fprs.
1118         Declare rs6000_float_gprs.
1119         Declare rs6000_float_gprs_string.
1120         (rs6000_parse_float_gprs_option): New.
1121         (rs6000_override_options): Genericize rs6000_parse_* calls to use
1122         rs6000_parse_yes_no_option.
1123         Change check for cpu=8540, to use TARGET_E500.
1124         (rs6000_parse_isel_option): Delete.
1125         (rs6000_parse_spe_option): Delete.
1126         (rs6000_parse_vrsave_option): Delete.
1127
1128         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
1129         Define rs6000_float_gprs_string.
1130         (TARGET_OPTIONS): Add rs6000_float_gprs option.
1131
1132         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
1133
1134         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
1135
1136 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
1137
1138         PR opt/10024
1139         * cfglayout.c (cfg_layout_redirect_edge):
1140         Redirect any branch edges unified with the fallthru one.
1141         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
1142         case fallthru edges when called via cfglayout.c
1143
1144 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
1145
1146         * c-typeck.c (output_init_element): Check for type == error_mark_node.
1147
1148 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
1149
1150         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
1151         split.
1152         (a splitter): Do zero-extension via HImode.
1153
1154 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
1155
1156         * doc/invoke.texi: Eliminate extra white-space caused by
1157         @gccoptlist{ on its own line.
1158         * doc/invoke.texi: Ensured there are two spaces between each option.
1159         * doc/invoke.texi: Re-wrapped option lines that were too wide.
1160         Added @gol to options that didn't have them.
1161
1162 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
1163
1164         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
1165
1166 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
1167
1168         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
1169         at the sizes of the relevant structures, rather than relying
1170         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
1171         sizes of any such we don't know about.  Use
1172         lang_hooks.identifier_size for IDENTIFIER_NODE.
1173
1174         (initializer_zerop): Use CONSTRUCTOR_ELTS.
1175         * tree.def: Update commentary.  Make fourth element of
1176         the definition for all 'c' and 'x' nodes zero.
1177
1178         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
1179         * langhooks-def.h: Update to match.
1180         * langhooks.c: New default, lhd_tree_size.
1181
1182         * c-common.def (SRCLOC): Kill.
1183         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
1184         Remove entirely - was already #if-ed out.
1185
1186
1187 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
1188
1189         * mklibgcc.in: Use a here document to avoid running afoul of
1190         shells that generate control-A from "echo \1".
1191
1192 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
1193
1194         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
1195         option.
1196
1197         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
1198         rs6000_spe.
1199
1200         * config/rs6000/eabi.h (TARGET_E500): Define.
1201
1202         * config/rs6000/rs6000.h (TARGET_E500): Define.
1203         (TARGET_OPTIONS): Add spe= option.
1204         Declare rs6000_spe and rs6000_spe_string extern.
1205
1206         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
1207         Change TARGET_SPE to TARGET_E500.
1208         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
1209         !TARGET_FPRS.
1210         (print_operand): Same.
1211         (rs6000_generate_compare): Same.
1212         (output_cbranch): Same.
1213         (rs6000_spe): Declare.
1214         (rs6000_spe_string): Declare.
1215         (rs6000_override_options): Call rs6000_parse_spe_option.
1216         (rs6000_parse_spe_option): New.
1217
1218 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
1219
1220         * hashtable.c (gcc_obstack_init): Delete this function
1221         and everything related to it.
1222         * hashtable.h: Remove prototype.
1223         * bitmap.c (bitmap_element_allocate): Cleanup redundant
1224         defines.  Cleanup some unnecessary whitespace.
1225         * defaults.h (obstack_chunk_alloc): Redefine with
1226         appropriate casts for libiberty obstacks.
1227         (obstack_chunk_free): Ditto.
1228         (OBSTACK_CHUNK_SIZE): Define, default to 0.
1229         (gcc_obstack_init): Define as a call to _obstack_begin.
1230         * tree.c (print_obstack_statistics): Delete this unused
1231         function.
1232         * tree.h (obstack): Don't forward-declare.
1233         (print_obstack_statistics): Delete prototype.
1234         (print_obstack_name): Ditto.
1235         (gcc_obstack_init): Ditto.
1236         * rtl.h (gcc_obstack_init): Ditto.
1237         * java/jv-scan.c (gcc_obstack_init): Delete this
1238         function, its prototype and related defines.
1239         * java/jvgenmain.c (gcc_obstack_init): Delete this
1240         function, and related defines.
1241         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
1242         (obstack_chunk_free): Ditto
1243
1244 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
1245
1246         * dbxout.c (dbxout_handle_pch): Move prototype out from
1247         #if defined DBX_DEBUGGING_INFO.
1248
1249 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
1250
1251         * gcov.c (struct arc_info): Replace local_span with cycle.
1252         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
1253         (solve_flow_graph): Set is_call_return.
1254         (add_line_counts): Adjust. In block mode, blocks attach to last line.
1255         (accumulate_line_counts): Find graph cycles, not spanning tree.
1256         (output_branch_count): Adjust.
1257         (output_lines): Adjust.
1258         * doc/gcov.texi: Update.
1259
1260 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
1261
1262         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
1263         the second alternative to "#".
1264
1265 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
1266
1267         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
1268         (single_zero_operand): Likewise.
1269
1270 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
1271
1272         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
1273         * df.c: Include alloc-pool.h, not obstack.h.
1274         (df_ref_obstack): Remove.
1275         (df_ref_pool, df_link_pool): Add pools.
1276         (df_alloc): Init the new pools.
1277         (df_free): And free them.
1278         (df_link_create): Use the pools.
1279         (df_ref_create): Ditto.
1280
1281 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
1282
1283         * simplify-rtx.c: Fix formatting.
1284
1285 2003-04-05  Andrew Pinski  <apinski@apple.com>
1286
1287         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
1288         reg with reg1 == reg2 and offset1 = -8.
1289
1290 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
1291
1292         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
1293         multiply costs.  Correct Power4 divide costs.
1294         * config/rs6000/power4.md: Restore multiply and FP latency.
1295
1296 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1297
1298         * alias.c (find_base_term): Export.
1299         * rtl.h (find_base_term): Declare.
1300         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
1301         instead of flag_exceptions.  Move test for parameter passing ...
1302         (store_killed_in_insn): ... here.
1303
1304 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1305
1306         PR bootstrap/10267
1307         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
1308         for configuring.
1309
1310 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
1311
1312         * dbxout.c (scope_labelno): Add GTY.
1313         (have_used_extensions): Add GTY.
1314         (source_label_number): Add GTY.
1315         (lastfile): Add GTY.
1316         (lastfile_is_base): New.
1317         (base_input_file): New.
1318         (dbxout_handle_pch): New.
1319         (dbx_debug_hooks): Add handle_pch.
1320         (xcoff_debug_hooks): Likewise.
1321         (dbxout_function_end): Remove scope_labelno.
1322         (dbxout_init): Set base_input_file.
1323         (dbxout_handle_pch): New.
1324         (dbxout_source_file): Honour lastfile_is_base.
1325         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
1326         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
1327         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
1328         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
1329         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
1330         * debug.h (struct gcc_debug_hooks): Add handle_pch.
1331         * c-pch.c (pch_init): Don't call start_source_file, but do call
1332         handle_pch.
1333         (c_common_write_pch): Call handle_pch.
1334         (c_common_read_pch): Don't call start_source_file,
1335         or end_source_file.
1336
1337 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
1338
1339         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
1340         use of default attributes to agree MEM_ALIGN macro.
1341
1342 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
1343
1344         * dbxout.c (dbxout_type): When printing type index of range type
1345         whose bounds are printed in octal format, print type of parent type if
1346         it exists so enumerated type descriptions are not transformed
1347         into unsigned types.
1348
1349 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
1350
1351         * config/h8300/h8300-protos.h: Add a prototype for
1352         compute_a_shift_cc.
1353         * config/h8300/h8300.c (shift_one): Update the CC status.
1354         (shift_two): Likewise.
1355         (output_a_shift_cc): Set cc_inline and cc_special.
1356         (compute_a_shift_cc): New.
1357         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
1358
1359 2003-04-04  Richard Henderson  <rth@redhat.com>
1360
1361         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
1362
1363 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
1364
1365         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
1366         * fixinc/fixincl.x: Rebuilt.
1367         * fixinc/tests/base/stdio.h: Regenerated.
1368
1369 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
1370
1371         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
1372
1373 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
1374
1375         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
1376         (NORMAL_MODE).
1377         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
1378
1379 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1380
1381         * doc/contrib.texi (Contributors): Add entries for Wolfgang
1382         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
1383         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
1384         Danny Smith, and Ulrich Weigand.
1385         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
1386         entry.
1387
1388 2003-04-04  Nick Clifton  <nickc@redhat.com>
1389
1390         * config/sparc/sol2-bi.h: Revert previous delta.
1391         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
1392
1393 2003-04-04  Nick Clifton  <nickc@redhat.com>
1394
1395         * config/v850/v850.c (expand_prologue): Only use register save
1396         helper functions if long calls are not being used.
1397         Add a clobber of r11 id using long calls.
1398         (pattern_is_ok_for_prologue): Account for the extra clobber.
1399         (construct_save_jarl): Likewise.
1400         * config/v850/v850.md (prolog pattern): Do not use this pattern
1401         for v850e's.
1402
1403 2003-04-04  Andreas Schwab  <schwab@suse.de>
1404
1405         * stor-layout.c (layout_decl): Avoid syntax error in last change
1406         when PCC_BITFIELD_TYPE_MATTERS is defined but not
1407         EMPTY_FIELD_BOUNDARY.
1408
1409 2003-04-03  Jason Merrill  <jason@redhat.com>
1410
1411         PR c/10175
1412         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
1413         Look backwards for a line note.
1414
1415 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
1416
1417         * fix-header.c (read_scan_file): Defer switch processing.
1418
1419 2003-04-03  Matt Austern  <austern@apple.com>
1420
1421         * cpppch.c (reset_ht): Remove.
1422         (cpp_read_state): Remove loop to reset hashtable identifiers.
1423         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
1424         after pch file is written.
1425         * ggc.h (gt_pch_fixup_stringpool): Declare.
1426         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
1427         hashnode's value to another hashtable, then clear the original.
1428         (saved_ident_hash): Define.
1429         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
1430         store definitions in ident_hash, and clear ident_hash.
1431         (gt_pch_fixup_stringpool): Define.  Restore definitions from
1432         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
1433
1434 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
1435
1436         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
1437
1438 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1439
1440         PR optimization/10157
1441         * gcse.c (can_copy_p): Rename it to can_copy.
1442         (can_copy_init_p): Remove.
1443         (compute_can_copy): Use can_copy instead of can_copy_p.
1444         (can_copy_p): New exported function. Call compute_can_copy.
1445         (hash_scan_set): Use it.
1446         (gcse_main): Don't call compute_can_copy.
1447         (bypass_jumps): Don't call compute_can_copy.
1448         * rtl.h (can_copy_p): Declare.
1449         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
1450         copy if the mode doesn't support copy operations.
1451
1452 2003-04-03  Jason Merrill  <jason@redhat.com>
1453
1454         * Makefile.in (unstrap): Also remove stage_last.
1455
1456         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
1457         (dwarf2out_source_line): Don't do anything if line==0.
1458
1459         * stor-layout.c (do_type_align): New fn, split out from...
1460         (layout_decl): ...here.  Do all alignment calculations for
1461         FIELD_DECLs here.
1462         (update_alignment_for_field): Not here.
1463         (start_record_layout, debug_rli): Remove unpadded_align.
1464         * tree.h (struct record_layout_info_s): Remove unpadded_align.
1465         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
1466         or DECL_MODE on the CONST_DECLs.
1467         (finish_struct): Don't mess with DECL_ALIGN.
1468
1469 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
1470
1471         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
1472
1473 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
1474
1475         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
1476         function is an interrupt handler.
1477
1478         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
1479         restoring target registers with EH_RETURN_STACKADJ_RTX; use
1480         multiple registers in round-robin fashion.
1481
1482 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1483
1484         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
1485         * system.h (CHAR_BITFIELD): New.
1486
1487 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
1488
1489         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
1490         and LE.
1491         (another peephole2): Likewise.
1492
1493 2003-04-03  Nick Clifton  <nickc@redhat.com>
1494
1495         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
1496         (DEF_ARCH64_SPEC): Likewise.
1497
1498 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
1499
1500         * i386.c (constant_address_p): Use legitimate_constant_p.
1501         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
1502
1503 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
1504
1505         * config/h8300/h8300-protos.h: Add a prototype for
1506         gtle_operator.
1507         * config/h8300/h8300.c (gtle_operator): New.
1508         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
1509         gtle_operator.
1510         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
1511         and LE.
1512
1513 2003-04-02  Richard Henderson  <rth@redhat.com>
1514
1515         * libgcc-std.ver (_Unwind_GetCFA): New.
1516         * unwind-dw2.c (_Unwind_GetCFA): New.
1517         * unwind-libunwind.c (_Unwind_GetCFA): New.
1518         * unwind-sjlj.c (_Unwind_GetCFA): New.
1519         * unwind.h: Declare it.
1520
1521 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
1522
1523         PR inline-asm/8088
1524         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
1525         when MMX/SSE is not available.
1526
1527 2003-04-02  Mike Stump  <mrs@apple.com>
1528
1529         * doc/install.texi (Specific): Update pointers to apple.com.
1530
1531 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
1532
1533         * i386.c (override_options):  Disable red zone by default on i386.
1534         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
1535         Do not test TARGET_64BIT together with TARGET_RED_ZONE
1536
1537 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
1538
1539         * config/h8300/h8300.md (a peephole2): Tighten the condition.
1540
1541 2003-04-02  Richard Henderson  <rth@redhat.com>
1542
1543         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
1544
1545 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
1546
1547         * config/h8300/h8300.md (a peephole2): New.
1548
1549 2003-04-02  Richard Henderson  <rth@redhat.com>
1550
1551         * except.c (sjlj_find_directly_reachable_regions): Recognize when
1552         must-not-throw region has been deleted.
1553
1554 2003-04-02  Richard Henderson  <rth@redhat.com>
1555
1556         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
1557         optimization when flag_exceptions not enabled.
1558
1559 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
1560
1561         * config/rs6000/rs6000.c
1562         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
1563         macros.
1564         (rs6000_issue_rate): Add case for 8540.
1565         (rs6000_use_sched_lookahead): New function.
1566
1567         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
1568         units into MU ones.
1569         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
1570         reservation before retirement.
1571         (ppc8540_multiply, ppc8540_load, ppc8540_store,
1572         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
1573         Remove additional cycle in the reservation before retirement.
1574         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
1575         reservation of ppc8540_issue.
1576
1577 2003-04-02  Andreas Schwab  <schwab@suse.de>
1578
1579         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
1580
1581 2003-04-01  Richard Henderson  <rth@redhat.com>
1582
1583         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
1584         notes for nothrow calls if flag_forced_unwind_exceptions.
1585         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
1586         (sjlj_find_directly_reachable_regions): Likewise.
1587         (reachable_handlers): Likewise.
1588         (can_throw_external): Likewise.
1589         (collect_one_action_chain): Record cleanups after catch-all and
1590         must-not-throw if flag_forced_unwind_exceptions.
1591         * flags.h (flag_forced_unwind_exceptions): Declare.
1592         * toplev.c (flag_forced_unwind_exceptions): New.
1593         (lang_independent_options): Add it.
1594         * doc/invoke.text: Add it.
1595
1596 2003-04-01  David Mosberger <davidm@hpl.hp.com>
1597
1598         * config/ia64/crti.asm: Clean up trailing whitespace.
1599         Remove trailing hashes (#) from identifiers.
1600
1601         * config/ia64/crtn.asm: Ditto.
1602
1603         * config/ia64/crtend.asm: Remove trailing hashes (#) from
1604         identifiers.
1605         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
1606         directives.  Drop explicit bundling---it just makes the code
1607         harder to read.  Don't save/restore gp needlessly.
1608
1609         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
1610         identifiers (they're only needed if the identifier would clash
1611         with a register name otherwise).
1612         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
1613         directives.  Drop explicit bundling---it just makes the code
1614         harder to read.
1615         (__do_jv_register_classes): Ditto.
1616         (.fini_array): Remove "progbits" (newer
1617         assemblers don't like wrong section-types).
1618         (.init_array): Ditto.
1619
1620 2003-04-01  Roger Sayle  <roger@eyesopen.com>
1621
1622         PR fortran/9974
1623         * gcse.c (reg_killed_on_edge): New function to test whether the
1624         given reg is overwritten by any instruction queued on an edge.
1625         (bypass_block): Ignore substitutions killed on incoming edges.
1626         Don't bypass outgoing edges that have queued instructions.
1627
1628 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
1629
1630         * real.h (EXP_BITS): Make room for...
1631         (struct real_value): ... added canonical bit.
1632         (struct real_format): Added pnan.
1633         (mips_single_format, mips_double_format, mips_extended_format,
1634         mips_quad_format): New.
1635         * real.c: Copy p to pnan in all formats.
1636         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
1637         (real_nan): Use pnan to compute significand's shift.
1638         (real_identical): Disregard significand in canonical
1639         NaNs.
1640         (real_hash): Likewise.  Take signalling into account.
1641         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
1642         Disregard significand bits in canonical NaNs.  Set all bits of
1643         canonical NaN if !qnan_msb_set.
1644         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
1645         qnan_msb_set to tell the base double format.
1646         (ibm_extended_format): Use 53 as pnan.
1647         (mips_single_format, mips_double_format, mips_extended_format,
1648         mips_quad_format): Copied from the corresponding ieee/ibm
1649         formats, with qnan_msb_set false.
1650         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
1651         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
1652         * config/mips/mips.c (override_options): Use mips_single_format
1653         and mips_double_format.  Default TFmode to mips_quad_format.
1654         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
1655         * config/mips/t-irix6: Likewise.
1656         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
1657         * config/fp-bit.c (pack_d, unpack_d): Obey it.
1658
1659 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
1660
1661         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
1662         (live_image_destructor): Reset image to initial state.
1663         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
1664
1665 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1666
1667         * config/sparc/sparc.c (input_operand): Accept bare
1668         CONSTANT_P_RTX operands.
1669
1670 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1671
1672         * gcse.c (struct ls_expr): Added pattern_regs field.
1673         (ldst_entry): Initialize it.
1674         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
1675         (store_ops_ok): Use regs precomputed by them.
1676         (find_loads, store_killed_in_insn, load_kills_store): Change return
1677         type to bool.
1678         (store_killed_before, store_killed_after): Take position of register
1679         set in account.
1680         (reg_set_info): Store position of the setter.
1681         (gcse_main): Enable store motion.
1682         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
1683         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
1684         sharing.
1685         (simple_mem): Enable store motion of non-symbol mems.
1686         (regvec): Type changed.
1687         (LAST_AVAIL_CHECK_FAILURE): New.
1688         (compute_store_table_current_insn): New.
1689         (build_store_vectors): Computation of availability and anticipatability
1690         moved ...
1691         (compute_store_table, find_moveable_store): ... here.
1692         (delete_store): Remove senseless comment.
1693         (store_motion): Reorganize.
1694
1695 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
1696
1697         * config/mips/mips.c (override_options): Provide mappings for
1698         HI_REGNUM and LO_REGNUM.
1699         * config/mips/mips.h (MD_DBX_FIRST): Define.
1700
1701 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1702
1703         * combine.c (merge_outer_ops): Fix typo.
1704
1705         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
1706
1707 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
1708
1709         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
1710         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
1711         imul_compare.  Add lmul_compare.
1712         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
1713         in second pair of dispatch slots.  Model stores more accurately.
1714         Tweak multiply model.  Add bypasses for CR instructions dependent
1715         on complicated compares.
1716         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
1717         (muldi3): Add lmul_compare patterns.
1718         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
1719         and FPSTORE_UX to split instructions and add COMPARE,
1720         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
1721         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
1722         (rs6000_rtx_costs): Separate POWER4 multiply case.
1723
1724 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
1725
1726         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
1727         Do nothing if __builtin_return_address was not used.
1728
1729 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
1730
1731         * i386.md (test patterns):  Allow memory operand in operand1.
1732
1733 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
1734
1735         * testsuite/gcc.c-torture/execute/simd-3.c: New.
1736
1737         * expr.c (expand_expr): Handle VECTOR_CST.
1738         (const_vector_from_tree): New.
1739
1740         * varasm.c (output_constant): Handle VECTOR_CST.
1741
1742         * c-typeck.c (digest_init): Build a vector constant from a
1743         VECTOR_TYPE.
1744
1745         * config/rs6000/rs6000.c: Remove prototype for
1746         easy_vector_constant.
1747         (easy_vector_constant): Add mode parameter.  Rewrite to handle
1748         more easy constants.
1749         (rs6000_emit_move): Pass mode to easy_vector_constant.
1750         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
1751         (emit_easy_vector_insn): New.
1752         (easy_vector_same): New.
1753         (EASY_VECTOR_15): New macro.
1754         (EASY_VECTOR_15_ADD_SELF): New macro.
1755         (bdesc_2arg): Rename to xorv2si3.
1756         (easy_vector_constant_add_self): New.
1757         (input_operand): Allow vector constants.
1758
1759         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
1760         easy_vector_constant, easy_vector_constant_add_self.
1761         (EXTRA_CONSTRAINT): Add 'W'.
1762
1763         * config/rs6000/rs6000-protos.h: Add prototype for
1764         easy_vector_constant, emit_easy_vector_insn.
1765
1766         * config/rs6000/altivec.md (xorv8hi3): New.
1767         (xorv16qi3): New.
1768         Remove all _const0 patterns.
1769         (movv4si_internal): Rewrite to use code.  Add vector constant to
1770         vector alternative.  Add splitter.
1771         (movv8hi_internal): Same.
1772         (movv16qi_internal): Same.
1773         (movv4sf_internal): Same.
1774         Change the unspecs for vspltis* to use constants.
1775
1776         * config/rs6000/spe.md ("xorv4hi3"): New.
1777         ("spe_evxor"): Rename to xorv2si3.
1778         ("xorv1di3"): New.
1779         Remove all _const0 patterns.
1780         (movv2si_internal): Rewrite to use code.  Add vector constant to
1781         alternatives.  Add splitter.
1782         (movv4hi_internal): Add vector constant to alternatives.
1783         (movv1di_internal): Same.
1784         (movv2sf_internal): Same.
1785
1786 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
1787
1788         PR c/9936
1789         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
1790         variably-sized arrays in parameters.
1791         (set_save_expr_context): New function.
1792         (c_expand_body): Use it, via walk_tree.
1793
1794 2003-03-31  Eric Christopher  <echristo@redhat.com>
1795
1796         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
1797         (combinable_i3pat): Remove call to expand_field_assignment and
1798         #if 0'd code.
1799
1800 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
1801
1802         PR c++/10278
1803         * c-common.c (finish_label_address_expr): Handle the
1804         error_mark_node.
1805
1806 2003-03-31  Richard Henderson  <rth@redhat.com>
1807
1808         * real.c (real_identical): Reorg so as to not compare
1809         signalling for normals.
1810
1811 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
1812
1813         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
1814
1815 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
1816
1817         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
1818         notes as they are boggus.
1819         (m68hc11_gen_movqi): Likewise.
1820
1821 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
1822
1823         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
1824         save the soft registers after the frame pointer so that gdb can unwind
1825         the frame more easily.
1826         (expand_epilogue): Likewise in opposite order; allow to use X register
1827         as scratch if the return value is by reference.
1828
1829 2003-03-31  Jason Merrill  <jason@redhat.com>
1830
1831         PR java/10145
1832         * stor-layout.c (update_alignment_for_field): Respect
1833         DECL_USER_ALIGN for zero-length bitfields, too.
1834         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
1835         fields.
1836
1837 2003-03-31  Matt Austern  <austern@apple.com>
1838
1839         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
1840         (count_defs): Keep track of number of defs as well as total size.
1841         (write_defs): Put every definition in cpp_savedstate's defs array.
1842         (comp_hashnode): Define.  Comparison function for qsort.
1843         (cpp_write_pch_deps): Sort definitions before writing them.
1844         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
1845         (collect_ht_nodes): Define.
1846         (cpp_valid_state): When verifying that undefined identifiers in
1847         the pch file are still undefined, read a sorted list of undefined
1848         identifiers, collect all defined identifiers into a sorted list,
1849         and walk through both lists to make sure there's no match.
1850
1851 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
1852
1853         * config/h8300/h8300.md (a peephole2): New.
1854
1855 2003-03-31  Michael Matz  <matz@suse.de>
1856
1857         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
1858
1859 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
1860
1861         PR target/10177
1862         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
1863         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
1864         all call-clobbered registers as used.
1865
1866 2003-03-31  Michael Matz  <matz@suse.de>
1867
1868         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
1869         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
1870
1871 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
1872
1873         * gcov.c: Add -a & -u options.
1874         (struct arc_info): Add local_span, is_call_non_return,
1875         is_nonlocal_return, is_unconditional flags, remove is_call flag.
1876         (struct block_info): Add flags, is_call_site, is_nonlocal_return
1877         members. Make encodings a union with span member.
1878         (struct function_info): Add blocks_executed, line, src, line_next
1879         members.
1880         (struct coverage_info): Make branches a union with blocks member.
1881         (struct source_info): Add functions member.
1882         (object_summary, program_count): New global variables.
1883         (flag_all_blocks, flag_unconditional): New flags.
1884         (find_source, output_branch_count): New functions.
1885         (print_usage): Adjust.
1886         (options): Adjust.
1887         (process_args): Adjust.
1888         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
1889         <GCOV_TAG_BLOCKS>: Read flags.
1890         <GCOV_TAG_LINES>: Adjust.
1891         (read_count_file): Process SUMMARY tags.
1892         (solve_flow_graph): Set is_unconditional and clear is_call_site
1893         appropriately.
1894         (add_branch_counts): Adjust. Don't count unconditional branches.
1895         (add_line_counts): Deal with all-blocks mode, accumulate block
1896         coverage.
1897         (accumulate_line_counts): Adjust, generate local spanning tree for
1898         all-blocks mode.
1899         (output_lines): Adjust.
1900         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
1901         * doc/gcov.texi: Document.
1902
1903 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
1904
1905         * config/h8300/h8300.md: Organize peephole2's that transform
1906         (compare (reg:HI) (const_int)).
1907
1908 2003-03-31  Roger Sayle  <roger@eyesopen.com>
1909
1910         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
1911         (init_emit_once): Initialize dconstm2 and dconsthalf here.
1912         * real.h (dconstm2, dconsthalf): Add prototypes here.
1913         * real.c (real_sqrt): Use dconsthalf rather than local copy.
1914         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
1915         exp(x/2.0) remember to fold the division if possible.
1916         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
1917         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
1918         1.0/(x*x) and pow(x,0.5) as sqrt(x).
1919
1920 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
1921
1922         * config/h8300/h8300.md (a new peephole2): New.
1923
1924 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
1925
1926         * gcse.c (simple_mem): Return false for floating-point accesses
1927         if flag_float_store is true.
1928
1929 2003-03-30  Roger Sayle  <roger@eyesopen.com>
1930
1931         * gcse.c (gcse_constant_p): New function to identify constants
1932         suitable for constant propagation, including COMPARE with two
1933         integer constant arguments.
1934         (hash_scan_set): Use gcse_constant_p.
1935         (find_avail_set): Likewise.
1936         (cprop_insn): Likewise.
1937         (do_local_cprop): Likewise.
1938         (find_implicit_sets): Likewise.
1939         (find_bypass_set): Likewise.
1940
1941 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
1942
1943         * except.h: Remove definition of varray_type.
1944
1945 2003-03-30  Richard Henderson  <rth@redhat.com>
1946
1947         PR opt/10011, opt/10252:
1948         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
1949         before post-gcse cse pass.
1950
1951 2003-03-30  Roger Sayle  <roger@eyesopen.com>
1952
1953         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
1954
1955 2003-03-30  DJ Delorie  <dj@redhat.com>
1956
1957         * profile.c (instrument_edges): Make sure any newly created
1958         jump insns have correct jump label info.
1959
1960 2003-03-30  Richard Henderson  <rth@redhat.com>
1961
1962         * cfgbuild.c (make_edges): Use tablejump_p.
1963         * cfgcleanup.c (label_is_jump_target_p): Likewise.
1964         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
1965         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
1966         (try_redirect_by_replacing_jump): Likewise.
1967         (redirect_edge_and_branch): Likewise.
1968         * cse.c (fold_rtx): Likewise.
1969         * jump.c (delete_related_insns): Likewise.
1970         * rtlanal.c (get_jump_table_offset): Likewise.
1971         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
1972
1973 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1974
1975         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
1976         (STRICT2_WARN): Likewise.
1977
1978 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1979
1980         PR other/6955
1981         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
1982         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
1983
1984 2003-03-30  Richard Henderson  <rth@redhat.com>
1985
1986         PR c/10083
1987         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
1988         don't zero_extend const inputs.
1989
1990 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
1991
1992         * reload1.c (reload_cse_move2add): Fix a comment typo.
1993
1994 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
1995
1996         * config/h8300/h8300.md (a peephole2): Remove useless code.
1997
1998 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
1999
2000         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
2001         (*iorsi3_and_lshiftrt): Likewise.
2002         (*iorsi3_zero_extract): Likewise.
2003
2004 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
2005
2006         * config/h8300/h8300.md (*insv_si_8_8): New.
2007         (*insv_si_8_8_lshiftrt_8): Likewise.
2008         (a peephole2): Likewise.
2009
2010 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2011
2012         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
2013         Uniformly use bugfix instead of bug fix.
2014
2015 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2016
2017         PR doc/895
2018         * ONEWS: Remove those items that already appear in the EGCS
2019         release notes on our web pages.
2020
2021 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
2022
2023         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
2024         TARGET_HARD_FLOAT.  Reformat.
2025         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
2026
2027 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
2028
2029         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
2030         work on Solaris 2.5.1.
2031
2032 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
2033
2034         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
2035         section of h8300.md
2036         (*addsi3_and_nor_r_1): Likewise.
2037
2038 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
2039
2040         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
2041         set up before any trapping memory access if flag_non_call_exceptions.
2042
2043 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
2044
2045         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
2046
2047         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
2048
2049 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2050
2051         * configure.in: Clarify comments.
2052         * configure: Regenerate.
2053
2054 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
2055
2056         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
2057         label even if pool empty when generating PIC.
2058         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
2059
2060 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
2061             Dhananjay Deshpande  <dhananjayd@kpit.com>
2062
2063         PR target/10205
2064         * config/h8300/h8300.c (h8300_initial_elimination_offset):
2065         Correct the offset computation when TARGET_NORMAL.
2066
2067 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2068
2069         PR target/10067
2070         * config/sparc/sparc.md (jump pattern): Correct order
2071         when issuing the annuling marker.
2072
2073 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2074
2075         PR c/8281
2076         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
2077         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
2078
2079 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
2080
2081         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
2082         globalize_label.
2083         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2084         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2085         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2086         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2087         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2088         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2089         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
2090
2091 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
2092
2093         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
2094         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
2095         notes after hoisting.
2096         (load_mems): Adjust replace_loop_mems call.
2097
2098 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2099             Richard Henderson  <rth@redhat.com>
2100
2101         PR target/10114 and PR target/10084
2102         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
2103
2104 2003-03-27  Richard Henderson  <rth@redhat.com>
2105
2106         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
2107
2108 2003-03-27  Roger Sayle  <roger@eyesopen.com>
2109
2110         * fold-const.c (fold_inf_compare):  New function to simplify FP
2111         comparisons against +Infinity or -Infinity.
2112         (fold):  Optimize floating point comparisons against Infs and NaNs.
2113
2114 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
2115
2116         * libgcov.c: Provide only dummy functions if libc is not available.
2117
2118 2003-03-27  Richard Henderson  <rth@redhat.com>
2119
2120         * real.h (struct real_value): Add signalling.
2121         (EXP_BITS): Decrement.
2122         * real.c (get_canonical_qnan): Don't set MSB-1.
2123         (get_canonical_snan): Likewise.  Set signalling.
2124         (real_identical): Compare signalling.
2125         (round_for_format): Remove force-one-bit on code.
2126         (real_nan): Likewise.  Set signalling.
2127         (encode_ieee_single): Add force-one-bit code; honor signalling.
2128         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
2129         (decode_ieee_single): Set signalling.
2130         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
2131
2132 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
2133
2134         PR ada/9953
2135         * ada/Makefile.in (gnatlib configuration for HPUX): Split
2136         the general section for HPUX into specific sections for
2137         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
2138         11 case.
2139
2140 2003-03-27  Glen Nakamura  <glen@imodulo.com>
2141
2142         PR opt/10087
2143         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
2144         while incrementing giv.
2145         (record_biv): Check for duplicate biv locations and
2146         set (struct induction *) v->same if found.
2147
2148 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
2149
2150         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
2151         v0.9 API change: replace read of UNW_REG_HANDLER with
2152         unw_get_proc_info().
2153         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
2154         with unw_get_proc_info().
2155         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
2156         unw_get_proc_info().
2157
2158 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
2159
2160         * config/rs6000/8540.md: Use presence_set instead of absence_set.
2161
2162 2003-03-26  Richard Henderson  <rth@redhat.com>
2163
2164         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
2165
2166 2003-03-26  Roger Sayle  <roger@eyesopen.com>
2167
2168         PR bootstrap/10051, PR bootstrap/10169.
2169         * mips-tfile.c (init_file): Don't provide a static initializer.
2170         (initialize_init_file): Initialize the contents of init_file.
2171         (add_file): Call initialize_init_file if not already initialized.
2172
2173 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
2174
2175         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
2176         registers used for global asm variables.
2177         (s390_frame_info, s390_arg_frame_offset): Likewise.
2178         (s390_emit_prologue, s390_emit_epilogue): Likewise.
2179
2180 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
2181
2182         * config/rs6000/8540.md: New file.
2183
2184         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
2185         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
2186         reservations for imul.
2187
2188         * config/rs6000/rs6000.md: Include 8540.md.  Change
2189         delayed_compare onto mult_compare for insns generating
2190         multiplication.
2191         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
2192         New type attribute values.
2193
2194         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
2195         fpsimple instead of fp.
2196         (*divsf3_gpr): Use type vecfdiv instead of fp.
2197         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
2198         instead of vecfloat.
2199         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
2200         (spe_brinc): Use type brinc instead of veccomplex.
2201         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
2202         veccomplex.
2203         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
2204         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
2205         *movv2sf_internal): Define type attribute values for all
2206         alternatives.
2207         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
2208         of fpcompare.
2209         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
2210         instead of fpcompare.
2211
2212 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
2213
2214         * config/rs6000/power4.md: Allow delay between dispatch and
2215         function units for simple instructions.  Correct store units.
2216         Allow branch to occupy as many dispatch slots as necessary.
2217
2218 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
2219
2220         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
2221         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
2222         zero extend old to it.
2223         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
2224         operand.
2225
2226 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2227
2228         PR target/7784
2229         * reload.c (find_reloads_address): Handle
2230         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
2231         all base registers.
2232
2233 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
2234
2235         PR other/10203
2236         * version.c: Reference the GCC web site in the URL.
2237
2238 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
2239
2240         * c-incpath.c (add_standard_paths): Add both "translated" and
2241         non-translated header paths.
2242
2243 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
2244
2245         * doc/install.texi (*-*-freebsd*): Update with known status.
2246
2247 2003-03-21  Jason Merrill  <jason@redhat.com>
2248
2249         PR optimization/10171
2250         * unroll.c (unroll_loop): Don't delete the jump at the end unless
2251         we also delete a jump at the beginning.
2252
2253 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
2254
2255         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
2256         contributor.
2257
2258 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
2259
2260         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
2261         constants are not expensive.
2262
2263 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
2264
2265         PR opt/10056
2266         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
2267         jump jumping to the next instruction.
2268         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
2269
2270 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2271
2272         * doc/passes.texi (Passes): Properly document that we do not
2273         perform jump2 any longer; remove command-line option -dJ.
2274
2275 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2276
2277         PR optimization/8746
2278         * config/i386/i386.md (and promoting splitters): Disable HImode to
2279         SImode promoting when the sign bit matters and is not preserved, or
2280         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
2281         for size.
2282
2283 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
2284
2285         * config/h8300/h8300.md (a peephole2): Extend to support loads
2286         in QImode and HImode.
2287
2288 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
2289
2290         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
2291         _return_far
2292         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
2293         (MULTILIB_EXCEPTIONS): Likewise.
2294         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
2295         by calling some board support routine.
2296         ("call_value"): Likewise.
2297         ("*return_void"): Likewise for return.
2298         ("*return_16bit"): Likewise.
2299         ("*return_32bit"): Likewise.
2300         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
2301         for 68HC11 too.
2302         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
2303         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
2304         -mlong-calls for 68HC11.
2305         * config/m68hc11/larith.asm (declare_near): New macro.
2306         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
2307         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
2308         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
2309         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
2310         (__mulhi32): Likewise.
2311         (ret): Update macro for 68HC11.
2312         (__far_trampoline): Implement for 68HC11.
2313         (__call_a16, __call_a32, __return_void, __return_16): New support
2314         routines for 68HC11 memory bank switching calling support.
2315         (__return_32): Likewise.
2316
2317 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
2318
2319         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
2320
2321 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
2322
2323         * doc/install.texi (Testing): Mention test result links from build
2324         status pages.
2325
2326 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
2327
2328         * function.c (put_var_into_stack): Change bool parameter to int.
2329         (gen_mem_addressof): Likewise.
2330         * rtl.h (gen_mem_addressof): Likewise.
2331         * tree.h (put_var_into_stack): Likewise.
2332         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
2333         gen_mem_addressof or put_var_into_stack.
2334         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
2335         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
2336
2337 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
2338
2339         * config/h8300/h8300.md (a peephole2): New.
2340
2341 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
2342
2343         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
2344
2345 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2346
2347         * doc/contrib.texi (Contributors): Update Janis Johnson.
2348
2349 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2350
2351         PR target/10072
2352         * combine.c (simplify_if_then_else): Check that the mode
2353         has MODE_INT class before applying the (OP Z (mult COND C2))
2354         transformation.
2355
2356 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2357
2358         PR optimization/9414
2359         * config/sparc/sparc.md (widening peepholes): Use
2360         widen_memory_access instead of change_address.
2361
2362 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
2363
2364         PR c++/7086
2365         * c-typeck.c (c_mark_addressable): Adjust calls to
2366         put_var_into_stack.
2367         * expr.c (expand_expr): Likewise.
2368         * function.c (put_var_into_stack): Add rescan parameter.  Do not
2369         call fixup_var_refs when rescan is false.
2370         (gen_mem_addressof): Likewise.
2371         (assign_parms): Adjust calls to put_var_into_stack.
2372         (setjmp_protect): Likewise.
2373         (setjmp_protect_args): Likewise.
2374         * rtl.h (gen_mem_addressof): Change prototype.
2375         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
2376         * tree.h (put_var_into_stack): Change prototype.
2377
2378 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
2379
2380         PR middle-end/9967
2381         * builtins.c (expand_builtin_fputs): When optimizing for size,
2382         don't transform fputs into fwrite.
2383
2384 2003-03-23  Glen Nakamura <glen@imodulo.com>
2385
2386         PR c/8224
2387         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
2388         when signedness changes for division or modulus.
2389
2390 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
2391
2392         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
2393         globalize_label.
2394
2395 2003-03-23  Roger Sayle  <roger@eyesopen.com>
2396
2397         PR c/10178
2398         * stmt.c (expand_end_case_type): Check for overflow in range when
2399         determining whether to use a bit-test implementation.
2400
2401 2003-03-23  Richard Henderson  <rth@redhat.com>
2402
2403         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
2404         before flow2.
2405         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
2406
2407 2003-03-23  Richard Henderson  <rth@redhat.com>
2408
2409         PR opt/10116
2410         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
2411         from then_bb or else_bb after flow2.
2412
2413 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
2414
2415         * configure.in: Check whether it is necessary to link against
2416         libm to use ldexp.
2417         * configure: Regenerate.
2418         * Makefile.in: Add LDEXP_LIB substitution variable.
2419
2420 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
2421
2422         * config/h8300/h8300.md: Fix comment typos.
2423
2424 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2425
2426         * pa.c (output_cbranch): Fix typo in comment.
2427
2428 2003-03-22  Richard Henderson <rth@redhat.com>
2429
2430         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
2431         after reload.
2432
2433 2003-03-22  DJ Delorie  <dj at redhat dot com>,
2434         Bruce Korb  <bkorb at gnu dot org>
2435
2436         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
2437         buggy Solaris 2.6 mutex/cond initializers.
2438         (solaris_mutex_init): Rename to solaris_mutex_init_2.
2439         * fixinc/fixincl.x: Regenerate.
2440         * fixinc/tests/base/pthread.h: Update.
2441         * fixinc/fixincl.c(initialize): be explicit about the default case
2442         and indicate verbose level when being very, very verbose.
2443         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
2444
2445 2003-03-22  Andreas Jaeger  <aj@suse.de>
2446
2447         * config/i386/i386.c (ix86_init_machine_status): Return value.
2448
2449 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2450
2451         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
2452         conditional branch to the following instruction.  Use next_real_insn
2453         instead of next_active_insn.
2454         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
2455         instead of next_active_insn.
2456
2457 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
2458
2459         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
2460         instead of 'm' constraint in forced-split alternatives.
2461         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
2462         VALIDATE_ADDRESS parameter to operand_subword.
2463
2464 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
2465
2466         * config/h8300/h8300.c (notice_update_cc): Correctly handle
2467         the case where the set destination is STRICT_LOW_PART.
2468
2469 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
2470
2471         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
2472         c30 instead of a c40 processor.
2473
2474 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
2475
2476         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
2477
2478 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
2479
2480         * c-common.c: Include intl.h.
2481         (shadow_warning): Rewrite to allow better diagnostic translations.
2482         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
2483         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
2484         use it throughout.
2485         * Makefile.in (c-common.o): Add intl.h.
2486
2487 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
2488
2489         * config.gcc: Remove 'float_format'.
2490
2491         * fixproto: Define NULL and size_t in generated stdlib.h and
2492         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
2493         Rearrange file generation loop for readability.  Generate time.h,
2494         string.h if missing.
2495         * tsystem.h: Include <string.h>, <time.h> unconditionally.
2496         * config.gcc: Blow away POSIX defines.
2497
2498 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
2499
2500         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
2501
2502 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
2503
2504         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
2505         writing .interrupt command.
2506         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
2507         if it's a far or near function.
2508         ("call_value"): Likewise.
2509         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
2510         near attributes.
2511         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
2512         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
2513         (m68hc11_initial_elimination_offset): Set current_function_far
2514         according to attributes.
2515         (expand_prologue): Likewise.
2516         (trap_handler_symbol): New global to keep track of trap handlers.
2517         (m68hc11_encode_section_info): Mark symbol as far if needed; set
2518         trap symbol.
2519         (m68hc11_is_far_symbol): New function.
2520         (m68hc11_is_trap_symbol): New function.
2521         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
2522         (m68hc11_is_trap_symbol): Declare.
2523
2524 2003-03-21  Jan Hubicka  <jh@suse.cz>
2525
2526         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
2527         only when amount of saved regs changed.
2528         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
2529         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
2530
2531 2003-03-21  Jan Hubicka  <jh@suse.cz>
2532
2533         PR inline-asm/7916
2534         * function.c (instantiate_virtual_regs_lossage): New function.
2535         (instantiate_virtual_regs_1): Use it.
2536         (instantiate_virtual_regs): Do not continue in substition when insn has
2537         been deleted.
2538
2539 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
2540
2541         * combine.c (make_field_assignment): Fix a warning.
2542
2543 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
2544
2545         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
2546
2547 2003-03-21  Dale Johannesen  <dalej@apple.com>
2548
2549         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
2550         priority for R2 on Darwin.
2551         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
2552
2553 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
2554
2555         * combine.c (make_field_assignment): Remove unnecessary AND
2556         when storing into zero_extract.
2557
2558 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
2559
2560         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
2561         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
2562         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
2563         in comment.
2564
2565 2003-03-21  DJ Delorie  <dj@redhat.com>
2566
2567         * optabs.c (init_integral_libfuncs): Make sure we init at least up
2568         to "long long" size words.
2569
2570 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
2571
2572         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
2573         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
2574         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
2575
2576 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2577
2578         PR doc-bug/9813
2579         * doc/extend.texi: Move misplaced paragraph about underscores in
2580         variables in macros.
2581
2582 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2583             Richard Henderson  <rth@redhat.com>
2584
2585         PR optimization/8366
2586         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
2587         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
2588         PIC+SYMBOLIC_CONST in other modes than Pmode.
2589         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
2590         the form PIC+SYMBOLIC_CONST as mode dependent.
2591
2592 2003-03-21  DJ Delorie  <dj@redhat.com>
2593
2594         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
2595         sure we always emit at least one insn.
2596
2597 2003-03-21  Christopher Faylor  <cgf@redhat.com>
2598
2599         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
2600         stub t-cygming. Use common target header cygming.h. Add extra
2601         c_target_obj and cxx_target_obj file. Default cygwin to posix
2602         threading. Enforce i386 as float format.
2603         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
2604         Remove cygwin.h as target header. Use common target header
2605         cygming.h  Enforce i386 as float format. Correct typo.
2606         * config/i386/cygming.h: New file, containing definitions
2607         common to mingw32 and cygwin.
2608         * config/i386/cygwin.h: Remove definitions common to cygwin and
2609         mingw.  Simplify special spec logic.  Define "wrappers" around
2610         certain include path defines to accommodate -mno-cygwin.
2611         Remove some #if 0'ed code.
2612         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
2613         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
2614         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
2615         * config/i386/mingw32.h: Remove definitions common to cygwin and
2616         mingw.
2617         (EXTRA_OS_CPP_BUILTINS): Adjust.
2618         (TARGET_VERSION): Define.
2619         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
2620         mingw32.h definitions.
2621         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
2622         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
2623         Add compilation rules for cygwin1.o cygwin2.o.
2624         * config/i386/cygwin1.c: New file.
2625         * config/i386/cygwin2.c: New file.
2626         * config/i386/t-cygming: New makefile stub.
2627
2628 2003-03-20  Richard Henderson  <rth@redhat.com>
2629
2630         * fold-const.c (extract_muldiv_1): Revert changing order of
2631         operands in case MULT_EXPR of 2003-02-16 patch.
2632
2633 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
2634         Merge changes from new-regalloc-branch
2635
2636         From Michael Matz  <matz@suse.de>
2637         * df.c (df_ref_record_1): Move init of loc to safe point.
2638         Only recurse on interesting things in parallels.
2639         Handle CLASS_CANNOT_CHANGE_MODE smarter.
2640         (df_uses_record): Ditto.
2641
2642         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
2643         it's already okay to use memory operands in (IE doesn't require
2644         adding another insn or anything).
2645
2646 2003-03-20  Richard Henderson  <rth@redhat.com>
2647
2648         PR middle-end/6348
2649         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
2650         different from word_mode.
2651
2652 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
2653
2654         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
2655         source operand to those that can be extracted with bld.
2656
2657 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
2658
2659         PR 10066
2660         * arm.md (UNSPEC_PIC_BASE): New constant.
2661         (pic_add_dot_plus_four): Wrap with unspec.
2662         (pic_add_dot_plus_eight): Likewise.
2663
2664 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
2665
2666         * config/h8300/h8300.md (*insv_si_1_n): New.
2667         (*insv_si_1_n_lshiftrt): Likewise.
2668
2669 2003-03-20  Roger Sayle  <roger@eyesopen.com>
2670
2671         * fold-const.c (fold_mathfn_compare): New function to simplify
2672         comparisons against built-in math functions.  Fold comparisons
2673         of sqrt against constants.
2674         (fold): Call fold_mathfn_compare when appropriate.
2675
2676 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
2677
2678         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
2679         information.
2680
2681 2003-03-20  Per Bothner  <pbothner@apple.com>
2682
2683         Various cleanups to help compile server.
2684
2685         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
2686         and pass that to _cpp_init_hashtable.
2687         (cpp_read_main_file):  Drop hash_table* argument; don't call
2688         _cpp_init_hashtable.
2689         * cpplib.h:  Update declarations to match.
2690         * c-opts.c (c_common_init_options):  Pass ident_hash to
2691         cpp_create_reader.
2692         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
2693         * fix-header.c (read_scan_file):  Likewise pass NULL table to
2694         cpp_create_reader rather than cpp_read_main_file.
2695
2696         * cppfiles.c (cpp_rename_file):  Generalized and renamed
2697         to cpp_change_file.
2698         * cpplib.h:  Update declaration to match.
2699         * c-opts.c (push_command_line_line, finish_options):  Change
2700         cpp_rename_file calls to cpp_change_file.
2701
2702         * line-map.c (add_line_map):  Allow leaving the outermost file.
2703         Allowing entering an outermost-file after the initial time.
2704
2705         * toplev.c (pop_srcloc):  Allow popping from initial file.
2706
2707 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
2708
2709         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
2710
2711 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
2712
2713         * config/h8300/h8300.md (a peephole2): New.
2714
2715 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
2716
2717         * config/h8300/h8300.md (*addsi3_and_r_1): New.
2718         (*addsi3_and_not_r_1): Likewise.
2719
2720 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
2721
2722         * Makefile.in (STRICT2_WARN): Add @WERROR@.
2723         (GCC_WARN_CFLAGS): Remove $(WERROR).
2724         (fixinc.sh-warn): New.
2725         * ada/Make-lang.in (ada-warn): Add $(WERROR).
2726         * cp/Make-lang.in (cp-warn): Add $(WERROR).
2727         * f/Make-lang.in (f-warn): Add $(WERROR).
2728         * java/Make-lang.in (java-warn): Add $(WERROR).
2729         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
2730
2731 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2732
2733         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
2734         langhooks-def.h (lhd_tree_dump_dump_tree),
2735         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
2736         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
2737         true and false in return statements.
2738
2739 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
2740
2741         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
2742         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
2743         DWARF_INITIAL_LENGTH_SIZE.
2744         (output_compilation_unit_header, output_pubnames, output_aranges)
2745         (output_line_info): Output 0xffffffff escape value for 64-bit
2746         DWARF extension.
2747         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
2748
2749 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
2750
2751         * config/s390/s390.c (s390_preferred_reload_class): Do not
2752         force constants to the pool unless necessary.
2753         (s390_decompose_address): Prefer to use pointer as base,
2754         not index register.
2755         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
2756         Q alternative.
2757         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
2758         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
2759         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
2760         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
2761         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
2762
2763 2003-03-19  Jan Hubicka  <jh@suse.cz>
2764
2765         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
2766         * i386.c (use_fast_prologue_epilogue): Remove.
2767         (ix86_frame): New field save_regs-using_mov;
2768         (ix86_compute_frame_layout):  Decide on fast prologues;
2769         allocate saved registers in red zone.
2770         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
2771
2772 2003-03-19  Nick Clifton  <nickc@redhat.com>
2773
2774         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
2775
2776 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2777
2778         PR 10062
2779         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
2780         * pa-protos.h (output_lbranch): New prototype.
2781         * pa.c (compute_frame_size): Change size of the frame marker on the
2782         64-bit ports to 48 bytes.
2783         (pa_output_function_prologue): Document why SAVE_SP is set.
2784         (hppa_expand_prologue): Save previous stack pointer into frame marker
2785         on targets which use the hpux unwind library.
2786         (output_cbranch): Use output_lbranch.
2787         (output_lbranch): New function to output long unconditional branches.
2788         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
2789         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
2790         64-bit ports.
2791         * pa.md (jump): Use output_lbranch.
2792         (allocate_stack): New expander for dynamic stack allocation.
2793
2794 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
2795
2796         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
2797         when debugging on XCOFF targets.  Delete "abi" temp.
2798
2799         PR target/10073
2800         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
2801
2802 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
2803
2804         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
2805         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
2806         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
2807
2808         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
2809         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
2810         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
2811
2812 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
2813
2814         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
2815         the result of machopic_function_base_name.
2816         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
2817         string rather than a static array.
2818
2819         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
2820
2821         * gengtype.c: Include rtl.h.
2822         (enum rtx_code): Don't define.
2823         (rtx_format): Make declaration match rtl.h.
2824         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
2825         users.
2826         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
2827         * Makefile.in (gengtype.o): Update dependencies.
2828
2829 2003-03-18  Andreas Schwab  <schwab@suse.de>
2830
2831         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
2832         martin@blom.org.
2833
2834 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
2835
2836         * function.c (next_block_index): Mark with GTY.
2837
2838         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
2839
2840 2003-03-18  Richard Henderson  <rth@redhat.com>
2841
2842         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
2843         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
2844         until after reload.
2845
2846 2003-03-18  Richard Henderson  <rth@redhat.com>
2847
2848         * builtins.c (expand_builtin_unop): New target_mode operand;
2849         use it to convert the result to the correct mode.
2850         (expand_builtin): Update all callers.
2851
2852 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
2853
2854         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
2855
2856 2003-03-18  Jan Hubicka  <jh@suse.cz>
2857
2858         * i386.md:  Fix previous commit that mistakely applied the patch
2859         twice.
2860
2861         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
2862         canonicalized.
2863         (memrefs_conflict_p): Likewise.
2864         (addr_side_effect_eval): Canonicalize the constructed address.
2865
2866 2003-03-18  Jan Hubicka  <jh@suse.cz>
2867
2868         * i386.md (cvtts?2si peep2): New.
2869
2870 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
2871
2872         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
2873
2874 2003-03-18  Andreas Schwab  <schwab@suse.de>
2875
2876         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
2877         for format.
2878
2879 2003-03-17  Jason Merrill  <jason@redhat.com>
2880
2881         PR c++/10091
2882         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
2883         an unaligned member of TREE_ADDRESSABLE type.
2884
2885 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
2886
2887         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
2888         (TARGET_PROFILE_KERNEL): Define.
2889         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
2890         (PROFILE_BEFORE_PROLOGUE): Don't define.
2891         (PROFILE_KERNEL): Remove hacks.
2892         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
2893         (rs6000_stack_info): No need to save lr if just for profiling when
2894         TARGET_PROFILE_KERNEL.
2895         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
2896         (output_function_profiler): Localize label generation.  Emit code
2897         for kernel profiling.
2898
2899 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
2900
2901         * config/h8300/h8300-protos.h: Add a prototype for
2902         byte_accesses_mergeable_p.
2903         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
2904         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
2905         (a splitter): Likewise.
2906         (*iorsi3_ashift_16_ashift_24): Likewise.
2907         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
2908
2909 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2910
2911         * dwarf2asm.h: Delete obsolete comment.
2912         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
2913         dw2_asm_output_pcrel, dw2_asm_output_addr,
2914         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
2915         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
2916         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
2917         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
2918
2919 2003-03-17  Zack Weinberg <zack@codesourcery.com>
2920
2921         * c-tree.h (struct lang_identifier): Remove error_locus field.
2922         (IDENTIFIER_ERROR_LOCUS): Kill.
2923         (record_function_scope_shadow): New prototype.
2924         * c-typeck.c (build_external_ref): Don't complain if
2925         decl is error_mark_node.  When not at file scope, bind the
2926         decl's local value to error_mark_node to suppress further
2927         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
2928
2929         * c-decl.c (get_function_binding_level): New static function.
2930         (record_function_scope_shadow): New exported function.
2931         (c_make_fname_decl): Use get_function_binding_level.
2932
2933 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
2934
2935         * stmt.c (tail_recursion_args): Call promote_mode to set
2936         unsignedp flag correctly before calling convert_move.
2937
2938 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2939
2940         * loop-unroll.c (decide_peel_completely,
2941         decide_unroll_constant_iterations, decide_unroll_stupid,
2942         decide_unroll_runtime_iterations, decide_peel_simple): Set
2943         loop->has_desc.
2944
2945 2003-03-17  Jan Hubicka  <jh@suse.cz>
2946
2947         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
2948
2949 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2950
2951         * function.c (assign_parms): For a struct value address passed as
2952         first argument, delay the function's result RTL setup code until
2953         after the emission of parameter conversions.
2954
2955 2003-03-17  Dave Love  <fx@gnu.org>
2956             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2957
2958         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
2959         __arch64__ to match Compaq cc.
2960
2961 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
2962
2963         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
2964         (c_common_init): Set EBCDIC in cpp options.
2965         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
2966         not conditional compilation.
2967         * cpplib.h (struct cpp_options): New entry EBCDIC.
2968
2969 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
2970
2971         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
2972
2973 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2974
2975         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
2976         argument to 0 for redirect_jump.
2977
2978 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
2979
2980         PR c++/8805
2981         * except.c (eh_region_u_cleanup): Add prev_try.
2982         (expand_eh_region_end_cleanup): Set it.
2983         (reachable_handlers): Use it to skip over cleanup blocks.
2984
2985 2003-03-17  Andreas Jaeger  <aj@suse.de>
2986
2987         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
2988
2989 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
2990
2991         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
2992         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
2993         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
2994         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
2995
2996 2003-03-16  Richard Henderson  <rth@redhat.com>
2997
2998         * simplify-rtx (simplify_binary_operation): Don't abort for
2999         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
3000
3001 2003-03-16  Richard Henderson  <rth@redhat.com>
3002
3003         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
3004         optimize_size as well.
3005
3006 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
3007
3008         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
3009         for D register to specify the low part of it, aka B.
3010         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
3011         the register if we are loading 1 or -1 to it; avoid using temp
3012         register when moving X/Y to Y/X.
3013         (m68hc11_gen_movqi): Likewise.
3014         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
3015
3016 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
3017
3018         PR optimization/9016
3019         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
3020         into the constant pool.
3021
3022 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3023
3024         PR target/9164
3025         * tree.c (get_narrower): For extensions with unchanged bit number,
3026         return the unsignedness of the outer mode.
3027
3028 2003-03-16  Roger Sayle  <roger@eyesopen.com>
3029
3030         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
3031         to avoid "may be used uninitialized" warning on ia64-hpux.
3032         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
3033
3034 2003-03-16  Andreas Jaeger  <aj@suse.de>
3035
3036         * configure.in: Improve check for memcheck.h.
3037         * configure: Regenerated.
3038
3039 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
3040
3041         * doc/cppopts.texi: Remove documentation of -A-.
3042
3043 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
3044
3045         * doc/libgcc.texi: Remove @tie.
3046
3047 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
3048
3049         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
3050         (rtx_pair): Added new element update_label_nuses, renamed to
3051         replace_label_data.
3052         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
3053         replace_label_data instead of rtx_pair.
3054         * loop.c (load_mems): Likewise.
3055         * rtlanal.c (replace_label): Replace label in pool constants and in
3056         INSN_LIST (in REG_LABEL note).
3057         (subrtx_p): Renamed to rtx_referenced_p.
3058         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
3059         LABEL_REF with CODE_LABEL, traverse constants from pool.
3060
3061 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
3062             Zack Weinberg  <zack@codesourcery.com>
3063
3064         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
3065         * doc/libgcc.texi: New file.
3066         * doc/interface.texi: Delete paragraph about libgcc interface.
3067         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
3068
3069 2003-03-15  Jason Merrill  <jason@redhat.com>
3070
3071         PR debug/9039
3072         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
3073
3074         PR debug/6387
3075         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
3076         function DIEs at toplevel.
3077         (decls_for_scope): At -g1, don't descend into subblocks.
3078
3079 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
3080
3081         * varasm.c (struct rtx_const): Change type of un.addr member
3082         to struct holding an additional 'symbol' member.
3083         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
3084         with equal string addresses as equal.
3085         (simplify_subtraction): Adapt to struct rtx_const change.
3086
3087 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
3088
3089         * fix-header.c (read_scan_file): Read main file before handling -D.
3090
3091 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3092
3093         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
3094         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
3095         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
3096         (find_sub_basic_blocks): Likewise.
3097         * cgraphunit.c (cgraph_expand_functions): Likewise.
3098         * dwarf2out.c (prune_unused_types): Likewise.
3099         * expr.c (store_field): Likewise.
3100         * genextract.c (print_path): Likewise.
3101         * haifa-sched.c (schedule_insn): Likewise.
3102         * lcm.c (compute_antinout_edge): Likewise.
3103         * loop-unroll.c (decide_peel_once_rolling): Likewise.
3104         * ra-colorize.c (ra_colorize_free_all): Likewise.
3105         * ra-debug.c (dump_igraph): Likewise.
3106         (debug_hard_reg_set): Likewise.
3107         * reg-stack.c (reg_to_stack): Likewise.
3108         * rtlanal.c (refers_to_regno_p): Likewise.
3109         * tracer.c (layout_superblocks): Likewise.
3110
3111 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
3112
3113         * fix-header.c (read_scan_file): Fix thinko.
3114
3115 2003-03-15  Glen Nakamura  <glen@imodulo.com>
3116
3117         * reload1.c (choose_reload_regs): Use && instead of ||
3118         with REG_CANNOT_CHANGE_MODE_P condition.
3119
3120 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
3121
3122         * Makefile.in: Update.
3123         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
3124         * c-lex.c (init_c_lex): Register builtins hook is dead.
3125         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
3126         (c_common_decode_option): Don't call cpp_handle_option.
3127         Handle -A, -D and -U.
3128         (handle_deferred_opts): Simplify.
3129         (finish_options): Define builtins and command line macros.
3130         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
3131         * cppinit.c: Don't include intl.h.
3132         (init_builtins): Rename cpp_init_builtins.  No hook to call.
3133         (init_library): Don't need to sort options.
3134         (cpp_create_reader): Don't set pending.
3135         (cpp_destroy): Don't free pending.
3136         (struct pending_option, cl_directive_handler, struct cpp_pending,
3137         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
3138         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
3139         cl_options, cpp_handle_option): Remove.
3140         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
3141         cpp_finish_options): Remove.
3142         (cpp_init_builtins): New.
3143         * fix-header.c (read_scan_file): Update to handle -D.  Fix
3144         handling of -I.  Replace call to cpp_finish_options.
3145
3146 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3147
3148         PR optimization/9387
3149         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
3150         for conditional returns.
3151
3152 2003-03-14  Jason Merrill  <jason@redhat.com>
3153
3154         PR optimization/6871
3155         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
3156
3157 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
3158
3159         * c-opts.c (finish_options): New.
3160         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
3161         (missing_arg): Handle OPT_include and OPT_imacros.
3162         (c_common_init, c_common_parse_file): Use finish_options.
3163         (handle_deferred_opts): Update.
3164         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
3165         (cpp_finish_options): Don't handle -imacros here.
3166         (no_fil): Remove.
3167         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
3168
3169 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3170
3171         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
3172         rs6000_maybe_dead if !fromprolog.
3173
3174 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
3175
3176         * Makefile.in: Update.
3177         * c-common.h (fe_file_change, pp_file_change): New.
3178         * c-lex.c (init_c_lex): Don't set cb_file_change.
3179         (c_common_parse_file): Move to c-opts.c.
3180         (cb_file_change): Rename fe_file_change.
3181         * c-opts.c: Include debug.h.
3182         (warn_unused_macros, include_cursor): New.
3183         (push_command_line_include, cb_file_change): New.
3184         (COMMAND_LINE_OPTIONS): Handle -include.
3185         (c_common_decode_option): Use local warn_unused_macros.
3186         Handle OPT_include.
3187         (c_common_post_options): Set file change callback.
3188         (handle_deferred_opts): Skip -include.  Don't free the array.
3189         (c_common_init): Call cpp_finish_options here, and push an
3190         initial -include file.
3191         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
3192         (preprocess_file): Don't call cpp_finish_options.
3193         (init_pp_output): Don't set the file change callback.
3194         (pp_file_change): Return if no line commands or no output.
3195         * cpphash.h (next_include_file, first_unused_line): Remove.
3196         * cppinit.c (include_head, include_tail): Remove.
3197         (cpp_destroy): Don't free -include chain.
3198         (cpp_finish_options): Don't handle -include, or worry about
3199         -Wunused-macros.
3200         (_cpp_maybe_push_include_file): Remove.
3201         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
3202         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
3203         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
3204         Used flag is set based upon the state of the warn_unused_macros
3205         flag, and so use of first_unused_line is unnecessary.
3206
3207 2003-03-13  Jan Hubicka  <jh@suse.cz>
3208
3209         * cselib.c (clear_table): Do not take argument; always clear just
3210         used slots.
3211         (cselib_process_insn):  Update call of clear_table
3212         (cselib_init): Do not call clear_table.
3213         (cselib_finish): Clear table.
3214
3215         * cse.c (count_reg_usage): Do not check side_effects_p.
3216         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
3217         like noop.
3218         (find_reg_equal_equiv_note): Do not use find_reg_note.
3219
3220 2003-03-14  Richard Henderson  <rth@redhat.com>
3221
3222         PR target/9700
3223         * config/alpha/alpha.c (alpha_va_start): Account for
3224         current_function_pretend_args_size in the AP offset.
3225
3226         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
3227         (INITIAL_ELIMINATION_OFFSET): Move out of line.
3228         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
3229         (alpha_initial_elimination_offset) New.
3230         * config/alpha/alpha-protos.h: Update.
3231
3232 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3233
3234         * stmt.c (expand_start_case): Call emit_queue ().
3235
3236 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
3237             Alexandre Oliva  <aoliva@redhat.com>
3238
3239         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
3240         words in new abis.
3241
3242 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3243
3244         PR optimization/8396
3245         * tree-inline.c (initialize_inlined_parameters): Make sure the value
3246         of read-only constant arguments is passed with the right type.
3247
3248 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
3249
3250         * doc/extend.texi (Function Names): Make the example compilable.
3251
3252 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
3253
3254         * config/rs6000/rs6000.c (processor_target_table): Really allow
3255         GP optional instructions on Power4.
3256
3257 2003-03-13  Roger Sayle  <roger@eyesopen.com>
3258
3259         * calls.c (flags_from_decl_or_type): Factor and remove redundant
3260         conditional tests.
3261
3262 2003-03-13  Mike Stump  <mrs@apple.com>
3263
3264         * ggc-page.c (struct page_entry): Remove varray.h header.
3265         Add index_by_depth field.
3266         Remove save_in_use_p field.
3267         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
3268         by_depth_max, by_depth, and save_in_use fields.
3269         (INITIAL_PTE_COUNT): Add.
3270         (save_in_use_p_i): Add.
3271         (save_in_use_p): Add.
3272         (adjust_depth): Add.
3273         (move_ptes_to_front): Add.
3274         (push_depth): Add.
3275         (push_by_depth): Add.
3276         (prefetch): Add.
3277         (free_page): Add support for and use faster data structures.
3278         (ggc_alloc): Likewise.
3279         (init_ggc): Likewise.
3280         (ggc_recalculate_in_use_p): Likewise.
3281         (ggc_pop_context): Likewise.
3282         (clear_marks): Likewise.
3283         (ggc_pch_read): Likewise.
3284         * Makefile.in (ggc-page.o): Remove varray.h.
3285
3286 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3287
3288         * ChangeLog: Rotated last year's entries to...
3289         * ChangeLog.8: New.
3290
3291         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
3292         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
3293         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
3294         config/ia64/ia64-protos.h, config/ia64/ia64.c,
3295         config/ia64/ia64.h, config/ia64/ia64.md,
3296         config/ia64/itanium1.md, config/ia64/itanium2.md,
3297         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
3298         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
3299
3300 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
3301
3302         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
3303         Differentiate endianness.
3304         (s6000_override_options): Use cpu type instead of TARGET_SPE.
3305
3306 2003-03-13  Nick Clifton  <nickc@redhat.com>
3307
3308         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
3309         LDM instructions with writeback enabled.
3310         (output_return_instruction): Likewise.
3311
3312         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
3313         (CALL_USED_REGISTERS): Remove definition.
3314         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
3315
3316 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
3317
3318         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
3319         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
3320         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
3321         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
3322         (rs6000_legitimize_address): Formatting.
3323         (rs6000_emit_move): Likewise.
3324         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
3325         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
3326         (rs6000_elf_select_section): Comment reason for shlib being
3327         set for ABI_AIX.
3328         (rs6000_elf_unique_section): Likewise.
3329         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
3330         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
3331         as well as flag_pic.
3332         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
3333         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
3334         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
3335
3336 2003-03-13  Richard Henderson  <rth@redhat.com>
3337
3338         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
3339
3340         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
3341         (ia64_gp_save_reg): Remove.
3342         (struct ia64_frame_info): Move to the beginning of the file;
3343         add reg_save_gp.
3344         (ia64_expand_call): Rearrange for new call patterns.
3345         (ia64_reload_gp): New.
3346         (ia64_split_call): New.
3347         (ia64_compute_frame_size): Allocate reg_save_gp.
3348         (ia64_expand_prologue): Save reg_save_gp.
3349         (ia64_expand_epilogue): Don't restore gp.
3350         (ia64_hard_regno_rename_ok): Remove R4 hack.
3351         (ia64_function_ok_for_sibcall): New.
3352         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
3353         call try_split on sibcall pattern.
3354         * config/ia64/ia64-protos.h: Update.
3355         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
3356         Rename from nopic versions.  Confiscate 2nd argument to call as
3357         a marker.
3358         (call_pic, call_value_pic, sibcall_pic): Remove.
3359         (call_gp, call_value_gp, sibcall_gp): New.
3360         (builtin_setjmp_setup): Remove.
3361         (builtin_setjmp_receiver): Call ia64_reload_gp.
3362
3363 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3364
3365         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
3366         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
3367         "GNU CC" with "GCC".
3368
3369         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
3370         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
3371         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
3372         GCC, not GNU CC.
3373
3374         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
3375         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
3376
3377         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
3378         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
3379         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
3380         "GNU CC" with "GCC".
3381
3382         * config/v850/lib1funcs.asm, config/v850/rtems.h,
3383         config/v850/v850-c.c, config/v850/v850-protos.h,
3384         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
3385         GCC, not GNU CC.
3386
3387         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
3388         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
3389         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
3390         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
3391         GNU CC.
3392
3393 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
3394
3395         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
3396
3397 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3398
3399         * fixinc/fixinc.interix: Remove dead code (most of it).
3400         * fixinc/fixinc.dgux: Remove.
3401
3402         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
3403         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
3404
3405 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3406
3407         * pa.c (pa_init_builtins): Fix warning.
3408
3409 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
3410
3411         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
3412         (ASM_OUTPUT_XDATA_SHORT): Remove.
3413         (ASM_OUTPUT_XDATA_INT): Remove.
3414         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
3415         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
3416         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
3417         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
3418
3419 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
3420
3421         PR c++/7050
3422         * expr.c (store_expr): Don't attempt to store void-typed trees,
3423         just evaluate them for side effects.
3424
3425 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
3426
3427         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
3428         * cppinit.c (push_include): Move with changes to cppfiles.c.
3429         (cpp_read_main_file): Mark named operators here...
3430         (cpp_finish_options): ...not here.  Update.
3431         (_cpp_maybe_push_include_file): Update.
3432         * cpplib.h (cpp_push_include, cpp_rename_file): New.
3433
3434 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3435
3436         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
3437         _gcc_COMPUTE_GAS_VERSION.
3438         * configure.in: Use them.
3439         * configure: Regenerate.
3440
3441 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
3442
3443         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
3444         to detect carry.
3445         (subdi3): Reorder emitted instructions.
3446
3447 2003-03-12  Andreas Jaeger  <aj@suse.de>
3448
3449         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
3450         NETBSD_OS_CPP_BUILTINS_LP64.
3451
3452 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3453
3454         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
3455         Rearrange.  Reorganize.
3456         * configure.in: Rearrange.
3457         * configure: Regenerate.
3458
3459 2003-03-12  Andreas Jaeger  <aj@suse.de>
3460
3461         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
3462         LP64 targets.
3463
3464         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
3465         _LP64.
3466
3467         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
3468         _LP64 macros here.
3469         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
3470
3471         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
3472         NETBSD_OS_CPP_BUILTINS_LP64.
3473         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
3474         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
3475
3476         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
3477
3478 2003-03-12  Jan Hubicka  <jh@suse.cz>
3479
3480         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
3481
3482 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3483
3484         Fix PR target/9797 and PR c/9853.
3485         * stmt.c (expand_decl_init): Call push_temp_slots () and
3486         pop_temp_slots ().
3487
3488 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
3489
3490         * sh.c: Include basic-block.h.
3491         (sh_output_mi_thunk, emit_load_ptr): New functions.
3492         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
3493
3494 2003-03-12  Nick Clifton  <nickc@redhat.com>
3495
3496         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
3497         (CALL_USED_REGISTERS): Likewise.
3498         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
3499         describing how this value is calculated.
3500
3501 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
3502
3503         * configure.in (rlim_t): Define to long if no valid definition
3504         found in sys/resource.h.
3505         * config.in, configure: Regenerate.
3506
3507 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
3508
3509         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
3510         TARGET_OS_CPP_BUILTINS.
3511         * config/mcore/mcore-pe.h: Similarly.
3512         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
3513         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
3514
3515 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3516
3517         PR c/9928
3518         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
3519         only if it is a VAR_DECL.
3520
3521 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3522
3523         PR optimization/9888
3524         * config/i386/i386.md (jcc_1): Fix range.
3525         (jcc_2): Likewise.
3526         (jump): LIkewise.
3527         (doloop_end_internal): Likewise.
3528
3529 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
3530
3531         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
3532         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
3533         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
3534         DLL_IMPORT_EXPORT_PREFIX and "i."
3535         (i386_pe_dllexport_name_p): Here.
3536         (i386_pe_dllimport_name_p): Here.
3537         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
3538         not 9 chars when getting identifier name.
3539         (i386_pe_mark_dllimport): Here.
3540         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
3541         not 9 chars when getting identifier name. Correct comment.
3542         (i386_pe_strip_name_encoding): Here. Add comments for different
3543         cases.
3544         (gen_fastcall_suffix): Break down xmalloc() argument to
3545         components.
3546         (gen_stdcall_suffix): Likewise.
3547         Update copyright year.
3548
3549 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3550
3551         PR optimization/9888
3552         * config/i386/i386.md (movsi_1): Remove special alternatives
3553         for %eax register.
3554         (movsi_1_nointernunit): Likewise.
3555         (movhi_1): Likewise.
3556         * config/i386/i386.c (memory_address_length): Do not use
3557         short displacement when there is no base.
3558         (ix86_attr_length_address_default): Handle LEA instructions.
3559
3560 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
3561
3562         * c-cppbuiltin.c (builtin_define_std): Make non-static.
3563
3564 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
3565
3566         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
3567         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
3568         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
3569         * config/freebsd.h (CPP_PREDEFINES): Remove.
3570         (TARGET_OS_CPP_BUILTINS): New.
3571         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
3572         instead of TARGET_OS_CPP_BUILTINS.
3573         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
3574
3575 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
3576
3577         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
3578
3579 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
3580
3581         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
3582         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
3583
3584         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
3585
3586 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
3587
3588         * toplev.c (independent_decode_option): Return success for --help,
3589         --target-help and --version.
3590
3591 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
3592
3593         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
3594         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
3595         specified.
3596         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
3597         DRIVER_SELF_SPECS.
3598         (LINK_SPEC): Let endian options affect the linker emulation name.
3599
3600 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
3601
3602         * sh.md (reload_inqi): Fix mode for source in second set.
3603
3604 2003-03-11  Jan Hubicka  <jh@suse.cz>
3605
3606         * cselib.c (cselib_invalidate_mem_1): Move too ...
3607         (cselib_invalidate_mem): ... here; use new list
3608         (dummy_val, first_containing_mem): New static variables.
3609         (clear_table): Initialize first_containing_mem.
3610         (discard_useless_values):  Compact the containing_mem list.
3611         (add_mem_for_addr): Add to the list.
3612         * cselib.h (cselib_val): Add next_containing_mem.
3613
3614 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
3615
3616         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
3617         instructions for e500.
3618
3619 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
3620
3621         * Makefile.in: Update.
3622         * c-cppbuiltin.c: Include tm_p.h.
3623
3624 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
3625
3626         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
3627
3628         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
3629         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
3630         (_Unwind_SetGR): Same.
3631         (_Unwind_GetGRPtr): New.
3632         (_Unwind_SetGRPtr): New.
3633         (uw_update_context_1): Use accesor functions instead of accessing
3634         context->reg[] directly.
3635         (uw_install_context_1): Same.
3636         (execute_cfa_program): Same.
3637         (__frame_state_for): Same.
3638
3639         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
3640         the synthetic register offset.
3641
3642         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
3643
3644 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
3645
3646         * config/cris/cris.md: Remove lingering EGCS reference.
3647         ("*extopqihi_side_biap"): For HI operation, match
3648         cris_additive_operand_extend_operator, not
3649         cris_operand_extend_operator.  Adjust condition.
3650         ("*extopqihi_side", "*extopqihi"): Ditto.
3651         ("*extopqisi_side_biap"): Correct operand numbers in condition.
3652         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
3653         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
3654         ("*extophisi_swap"): Ditto.
3655         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
3656         PLUS, not cris_operand_extend_operator.  Adjust condition and
3657         output template.
3658         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
3659         * config/cris/cris.h (PREDICATE_CODES): Add
3660         cris_additive_operand_extend_operator.
3661         * config/cris/cris.c (cris_additive_operand_extend_operator):
3662         New predicate.
3663
3664 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
3665
3666         * df.c (read_modify_subreg_p): Change from static to global.
3667         * df.h (read_modify_subreg_p): Add prototype.
3668         * sched-deps.c (sched_analyze_1): Generate true dependency for
3669         strict_low_part, certain subregs and zero/sign_extract.
3670
3671 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
3672
3673         * Makefile.in: Update.
3674         * c-common.c: Don't include real.h or except.h.
3675         (REGISTER_PREFIX): Remove.
3676         (builtin_define_std, builtin_define_with_value,
3677         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
3678         builtin_define_type_max, builtin_define_type_precision,
3679         builtin_define_float_constants): Move to c-cppbuiltin.c.
3680         (c_stddef_cpp_builtins): New.
3681         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
3682         * c-cppbuiltin.c: New, extracted from c-common.c.
3683         (define__GNUC__): New.
3684         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
3685         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
3686         (cpp_unique_options): Don't support no-gcc.
3687         (do_spec_1): Remove support of version specs.
3688         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
3689         * doc/passes.texi: Update.
3690         * doc/tm.texi: Update.
3691
3692 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
3693
3694         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
3695
3696 2003-03-10  Andrew Pinski  <apinski@apple.com>
3697
3698         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
3699         is on should not get here.
3700         (machopic_indirect_data_reference): If dynamic-no-pic is on just
3701         generate high/low parts of the address.
3702         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
3703         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
3704         symbol and labels with a new reg.  Dynamic-no-pic does not have a
3705         pic_offset_table_rtx.
3706         (machopic_select_section): Change references of flag_pic to
3707         MACHOPIC_INDIRECT.
3708         (machopic_asm_out_destructor): Likewise.
3709         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
3710         reference of flag_pic to MACHOPIC_INDIRECT.
3711         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
3712         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
3713         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
3714         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
3715         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
3716         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
3717         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
3718         (TARGET_DYNAMIC_NO_PIC): Define.
3719         (SUBTARGET_SWITCHES): Define, have sub-target switches for
3720         dynamic-no-pic.
3721         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
3722         rs6000_override_options to here. Dynamic-no-pic overrides
3723         pic.
3724         (CC1_SPEC): Change from not static then pic to not static and not
3725         dynamic-no-pic then pic.
3726         * config/rs6000/rs6000.c (rs6000_override_options): Move the
3727         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
3728         (rs6000_legitimize_reload_address): Add case for loading floating in
3729         dynamic-no-pic.
3730         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
3731         of flag_pic to MACHOPIC_INDIRECT.
3732         (secondary_reload_class): Conditional change the reference of
3733         flag_pic to MACHOPIC_INDIRECT.
3734         (rs6000_output_mi_thunk): Change reference of flag_pic to
3735         MACHOPIC_INDIRECT.
3736         (output_profile_hook): Likewise.
3737         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
3738         * config/rs6000/rs6000.md (movdf_low): Add the case for
3739         MACHO_DYNAMIC_NO_PIC_P.
3740         (call): Change references for flag_pic in TARGET_MACHO to
3741         MACHOPIC_INDIRECT.
3742         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
3743         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
3744         * doc/invoke.texi (-mdynamic-no-pic): Document.
3745
3746 2003-03-10  Devang Patel  <dpatel@apple.com>
3747
3748         PR c++/9394
3749         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
3750         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
3751         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
3752         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
3753         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
3754         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
3755
3756 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3757
3758         PR optimization/7189
3759         * toplev.c (rest_of_compilation):  Move
3760         check_function_return_warnings up to just after
3761         delete_unreachable_blocks.
3762
3763 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
3764
3765         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
3766         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
3767         Declare.
3768         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
3769         for reg rename optimization to avoid using Z and Y registers.
3770
3771 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
3772
3773         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
3774         when adding to X and Y since leax/leay are fast.
3775         ("*addhi3"): Accept 'I' constraint when adding to address register.
3776         ("rotlhi3"): Operand 1 must be a register_operand.
3777         (peephole2): New peephole to optimize some adds.
3778         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
3779         to represent -2 .. 2 small integer range.
3780
3781 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
3782
3783         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
3784         each 16-bit rotation.
3785
3786 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
3787
3788         * c-opts.c (add_prefixed_path): Don't use concat.  When
3789         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
3790         cpp_GCC_INCLUDE_DIR_len characters.
3791
3792 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3793
3794         * testsuite/gcc.dg/altivec-9.c: New file.
3795
3796         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
3797         (rs6000_emit_prologue): Use rs6000_frame_related instead.
3798
3799 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
3800
3801         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
3802         vectors.
3803         (__ev_convert_u64): Remove macro.  Define as inline.
3804         (__ev_convert_s64): Same.
3805
3806 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
3807
3808         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
3809         (rs6000_stack_t): Add spe_64bit_regs_used.
3810
3811         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
3812         spe_64bit_regs_used, and use it to determine the size of the
3813         frame.
3814         (spe_func_has_64bit_regs_p): New.
3815         (spe_synthesize_frame_save): New.
3816         (rs6000_frame_related): Handle SPE synthetic registers.
3817         (rs6000_emit_prologue): Only save in 64-bits if the function used
3818         any registers in 64-bit mode.
3819         (rs6000_emit_epilogue): Same, but for restore.
3820
3821 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
3822
3823         * arm.h (enum floating_point_type): Delete.  Replace with...
3824         (enum fputype): ... new.
3825         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
3826         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
3827         * arm.md (attr fpu): Reworked for new underlying enum values.
3828         * arm.c (arm_fpu_arch): Now enum fputype.
3829         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
3830         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
3831         Update uses of arm_fpu_arch and arm_fpu_tune.
3832
3833 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
3834
3835         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
3836         (try_crossjump_to_edge): Replace refereces to one jump table by
3837         references to identical jump table.
3838         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
3839         (replace_label): Moved to rtlanal.c.
3840         (struct rtx_pair): Moved to rtl.h.
3841         * rtl.h (struct rtx_pair): Moved from loop.c.
3842         (replace_label): New extern function.
3843         (subrtx_p): New extern function.
3844         (tablejump_p): New extern function.
3845         * rtlanal.c (replace_label): Moved from loop.c.
3846         (subrtx_p_1): New static function.
3847         (subrtx_p): New function.
3848         (tablejump_p): New function.
3849
3850 2003-03-10  Jan Hubicka  <jh@suse.cz>
3851
3852         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
3853
3854         * cfgcleanup.c (merge_blocks): Return where to iterate next.
3855         (try_optimize_cfg): Use return value of merge_blocks
3856
3857 2003-03-10  Michael Matz  <matz@suse.de>
3858
3859         * cfg.c (unchecked_make_edge): New.
3860         (cached_make_edge): Use it.
3861         * basic-block.h (unchecked_make_edge): Declare.
3862         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
3863
3864 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
3865
3866         * fpa.md: New file.  Move all patterns relating to FPA co-processor
3867         to here...
3868         * arm.md: ... from here.
3869         (cirrus.md, fpa.md): Include at end of description.
3870         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
3871         (pic_load_addr_based): Remove register constraint from expander.
3872         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
3873         (sordered, sungt, sunle, sunge, sunlt): Likewise.
3874         (eh_epilogue, tablejump): Likewise.
3875
3876 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
3877             Mostafa Hagog
3878
3879         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
3880         condition.
3881
3882 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
3883
3884         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
3885         * config/ip2k/ip2k.h: Similarly.
3886         * config/m32r/m32r.h: Similarly.
3887         * config/m68hc11/m68hc11.h: Similarly.
3888         * config/mn10200/mn10200.h: Similarly.
3889         * config/mn10300/mn10300.h: Similarly.
3890         * config/pdp11/pdp11.h: Similarly.
3891         * config/v850/v850.h: Similarly.
3892         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
3893         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
3894         * config/mips/iris3.h: Remove #if 0 block.
3895
3896 2003-03-09  Roger Sayle  <roger@eyesopen.com>
3897             Joern Rennecke <joern.rennecke@superh.com>
3898
3899         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
3900         pending argument upon return from handle_braces here.
3901         (do_spec_2): Instead handle it upon return from do_spec_1 here.
3902
3903 2003-03-09  Roger Sayle  <roger@eyesopen.com>
3904             Joern Rennecke <joern.rennecke@superh.com>
3905
3906         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
3907         pending argument upon return from handle_braces here.
3908         (do_spec_2): Instead handle it upon return from do_spec_1 here.
3909
3910 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3911
3912         * varasm.c (make_decl_one_only): Use declare_weak().
3913
3914 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3915
3916         PR middle-end/9986
3917         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
3918         after the common builtins.
3919         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
3920         * pa.c (TARGET_INIT_BUILTINS): Define.
3921         (pa_init_builtins): New function.
3922
3923         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
3924         space has been allocated for the outgoing arguments, set the arg
3925         pointer for a call emitted after virtuals have been instantiated
3926         using the stack pointer offset, otherwise abort.
3927
3928 2003-03-09  DJ Delorie  <dj@redhat.com>
3929
3930         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
3931
3932 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
3933
3934         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
3935         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
3936         conversion to integer.
3937         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
3938
3939 2003-03-09  Roger Sayle  <roger@eyesopen.com>
3940
3941         * builtins.def: Fix typo and improve grammar.
3942         * loop-unroll.c (decide_peel_completely): Tidy log message.
3943
3944 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
3945
3946         * config/h8300/h8300.md (*tstsi_upper_bit): New.
3947         (*iorsi3_e2f): Likewise.
3948
3949 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
3950
3951         * config/h8300/h8300.c (h8300_and_costs): Return the number of
3952         assembly instructions needed.
3953         (h8300_shift_costs): Likewise.
3954
3955 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
3956
3957         * config/cris/aout.h (ENDFILE_SPEC): Undef.
3958
3959         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
3960         moves from here ...
3961         * expr.c (emit_move_insn_1): ... to here.
3962
3963         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
3964         (TARGET_OS_CPP_BUILTINS): New macro.
3965         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
3966         (TARGET_OS_CPP_BUILTINS): New macro.
3967         (CPP_PREDEFINES): Don't define.  Move old definitions and...
3968         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
3969         (TARGET_CPU_CPP_BUILTINS): New macro.
3970         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
3971         definitions and the optional __PIC__, __pic__ and
3972         __NO_UNDERSCORES__ definitions to...
3973         (TARGET_OS_CPP_BUILTINS): New macro.
3974
3975         * flags.h (flag_leading_underscore): Declare.
3976
3977         * c-opts.c (c_common_post_options): On fopen failure, return
3978         false, not NULL.
3979
3980 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3981
3982         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
3983         config.h.
3984         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
3985         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
3986
3987 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3988
3989         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
3990         CPP_PREDEFINES.
3991         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
3992         CPP_PREDEFINES.
3993
3994 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3995
3996         * c-common.h (c_common_init, c_common_post_options): Update.
3997         * c-objc-common.c (c_objc_common_init): Update for new prototype.
3998         * c-opts.c (saved_lineno): New.
3999         (c_common_post_options, c_common_init): Update prototypes,
4000         move call to cpp_read_main_file from latter to former.
4001         * c-tree.h (c_ojbc_common_init): Update.
4002         * langhooks-def.h (lhd_post_options): New.
4003         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
4004         * langhooks.c (lhd_post_options): New.
4005         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
4006         * toplev.c (no_backend): New.
4007         (process_options): Call post_options hook and set main_input_filename
4008         and input_filename here.
4009         (lang_dependent_init, do_compile): post_options hook moved to
4010         process_options.
4011         * objc/objc-act.c (objc_init): Update prototype.
4012         * objc/objc-act.h (objc_init): Update prototype.
4013
4014 2003-03-08  Roger Sayle  <roger@eyesopen.com>
4015
4016         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
4017         a complex or vector type, using a load in the original mode.
4018
4019 2003-03-08  Jan Hubicka  <jh@suse.cz>
4020
4021         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
4022         * gt-cgraph.h: New GC file.
4023         * cgraph.c (known_fns): New static variable.
4024         (cgraph_node): Add the decl into varray.
4025
4026 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
4027
4028         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
4029
4030 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
4031
4032         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
4033         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
4034         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
4035         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
4036         All callers changed.
4037         * arm.md, arm.h, arm-protos.h: Updated.
4038
4039         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
4040         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
4041         * arm.c (arm_regno_class, f_register_operand): Updated.
4042
4043 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
4044
4045         * config/cris/cris.h: Remove EGCS references.
4046         (CPP_SPEC): Remove "-$".
4047         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
4048
4049 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
4050
4051         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
4052         preference to CPP_PREDEFINES.
4053
4054 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
4055
4056         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
4057
4058 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
4059
4060         * config/h8300/h8300.md (*extzv_16_8): New.
4061
4062 2003-03-08  Jan Hubicka  <jh@suse.cz>
4063
4064         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
4065         * cgraph.h: (cgraph_local_info): Add can_inline_once
4066         (cgraph_global_info): Add inline_once.
4067         (cgraph_node): Add previous.
4068         (cgraph_remove_node): New.
4069         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
4070         function.
4071         (cgraph_optimize): Call it.
4072         (cgraph_finalize_function):  Set inlinable flags.
4073         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
4074         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
4075         (cgraph_expand_function): Likewise.
4076         * cgraph.c
4077         (cgraph_node): Put nodes into doubly linked chain.
4078         (cgraph_remove_node): New function.
4079         * flags.h (flag_inline_functions_called_once): Declare.
4080         * tree-inline.c: Include cgraph.h
4081         (inlinable_functions_p): Add extra argument to bypass limits.
4082         (expand_call_inline):  Obey cgraph flag.
4083         * tree-inline.h (tree_inlinable_function_p): Update prototype.
4084
4085 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4086
4087         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
4088         irreducible loops.
4089
4090         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
4091         loops info correctly.
4092
4093 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4094
4095         PR middle-end/7796
4096         * unroll.c (calculate_giv_inc): Handle constants being
4097         loaded with LSHIFTRT.
4098
4099 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
4100
4101         * config/rs6000/rs6000.c (processor_target_table): Do not disable
4102         GP optional instructions on Power3, Power4, 620, and 630.
4103
4104 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
4105
4106         * calls.c: Fix comment formatting.
4107         * cfgloopanal.c: Likewise.
4108         * cfgloopmanip.c: Likewise.
4109         * combine.c: Likewise.
4110         * dwarf2out.c: Likewise.
4111         * ggc-common.c: Likewise.
4112         * langhooks.c: Likewise.
4113         * loop-unroll.c: Likewise.
4114         * loop.c: Likewise.
4115         * ra-build.c: Likewise.
4116         * sbitmap.c: Likewise.
4117         * toplev.c: Likewise.
4118
4119 2003-03-07  James E Wilson  <wilson@tuliptree.org>
4120
4121         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
4122
4123 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
4124
4125         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
4126         support -no-integrated-cpp.
4127
4128         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
4129         than langhooks.name.
4130
4131 2003-03-07  Michael Matz  <matz@suse.de>
4132
4133         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
4134         (DF_FOR_REGALLOC): New.
4135         * df.c (df_ref_record): Set DF_REF_STRIPPED.
4136         (read_modify_subreg_p): Simplify.
4137         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
4138         Use DF_FOR_REGALLOC.
4139         * ra.h (struct web): New member subreg_stripped.
4140         (invalid_mode_change_regs): Declare.
4141         * ra.c (invalid_mode_change_regs): New.
4142         (init_ra): Initialize it.
4143         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
4144         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
4145         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
4146         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
4147         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
4148
4149 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
4150
4151         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
4152         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
4153         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
4154         machine description file from ...
4155         * cirrus.md: ... here.
4156
4157 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
4158
4159         * config/h8300/h8300.md (a peephole2): Don't use
4160         reg_overlap_mentioned_p.
4161
4162 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
4163
4164         * c-pch.c: Include langhooks.h.
4165         (IDENT_LENGTH): New.
4166         (get_ident): New.
4167         (pch_ident): Delete.
4168         (pch_init): Use get_ident, IDENT_LENGTH.
4169         (c_common_valid_pch): Likewise.  Also, use actual language
4170         in warning message.
4171         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
4172
4173         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
4174         c-parse.in.
4175         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
4176         gt-objc-objc-act.h.
4177         (gt-objc-objc-act.h): New rule.
4178         * objc/lang-specs.h: Support PCH.
4179         * objc/objc-act.c: Include gt-objc-objc-act.h.
4180         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
4181         (build_selector_reference_decl): Move idx out, mark for PCH.
4182         (build_class_reference_decl): Likewise.
4183         (build_objc_string_decl): Move *_idx out, mark for PCH.
4184         (build_tmp_function_decl): Move xxx out, mark for PCH.
4185
4186 2003-03-06  Dale Johannesen  <dalej@apple.com>
4187
4188         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
4189         global functions for inlining on Darwin.
4190
4191 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
4192
4193         * haifa-sched.c (schedule_block): Don't call reorder when sorting
4194         is prohibited.
4195
4196 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
4197
4198         * Makefile.in (c-ppoutput.o): Update.
4199         * c-common.h (init_pp_output): New.
4200         (preprocess_file): Update.
4201         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
4202         Register builtins.
4203         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
4204         Make call to cpp_read_main_file common to whether preprocessing
4205         or not.  Don't register builtins.
4206         * c-ppoutput.c: Include c-pragma.h.
4207         (setup_callbacks): Rename init_pp_output.
4208         (preprocess_file): No longer setup callbacks or call
4209         cpp_read_main_file.
4210         * cpphash.h (_cpp_init_mbchar): New.
4211         * cppinit.c (init_library): Call _cpp_init_mbchar.
4212         * cpplex.c (_cpp_init_mbchar): New.
4213
4214 2003-03-06  Roger Sayle  <roger@eyesopen.com>
4215
4216         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
4217         MEM, try loading the MEM into a register and taking the low-part
4218         of that, to help CSE see the use of the MEM in its true mode.
4219
4220 2003-03-05  Tom Tromey  <tromey@redhat.com>
4221
4222         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
4223         Define.
4224
4225 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
4226
4227         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
4228         operand 2.
4229         ("*ineqbranchsi"): Likewise.
4230
4231 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
4232
4233         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
4234         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
4235         register store followed by a stack increment.
4236
4237 2003-03-05  Chris Moller  <cmoller@redhat.com>
4238
4239         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
4240         to inhibit saving CARRY_REGS.
4241
4242         * config/stormy16/stormy16.c (xs_hi_general_operand):
4243         added predicate to detect and error-out on out-of-range
4244         const_ints for movhi.
4245         * config/stormy16/stormy16.md (movhi): use
4246         xs_hi_general_operand.
4247
4248         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
4249         added a check for local vbl size overflow.
4250         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
4251         added predicate to detect and error-out on out-of-range
4252         const_ints for addhi and subhi.
4253         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
4254         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
4255
4256         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
4257         add a term to accept PRE_MODIFY addresses.
4258         * config/stormy16/stormy16.c (xstormy16_expand_move):
4259         add code to expand PRE_MODIFY addresses to an add followed
4260         by a move.
4261
4262 2003-03-06  Jason Merrill  <jason@redhat.com>
4263
4264         * tree-inline.c (inlinable_function_p): Revert earlier change
4265         pending investigation.
4266
4267 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
4268
4269         * config/h8300/h8300.md (a new peephole2): New.
4270
4271 2003-03-06  Jan Hubicka  <jh@suse.cz>
4272
4273         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
4274
4275 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4276
4277         * dwarf2out.c (size_of_die): Compute size of external reference to
4278         die correctly.
4279
4280 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
4281
4282         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
4283         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
4284         expanders.
4285
4286 2003-03-05  Roger Sayle  <roger@eyesopen.com>
4287
4288         * expr.h (lang_expand_expr): Delete obsolete prototype.
4289
4290 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
4291
4292         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
4293
4294 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
4295
4296         * config/h8300/h8300.md (a peephole2): Generalize to
4297         accept a memory operand.
4298
4299 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
4300
4301         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
4302         * config/alpha/alpha.c (print_operand, case '+'): New.
4303         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
4304         (call_value_osf_1_noreturn): Likewise.
4305
4306 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4307
4308         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
4309         (expand_end_bindings): Likewise.
4310
4311 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4312
4313         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
4314         (epilogue): Don't generate return_external_pic when emitting PA 2.0
4315         code.
4316
4317 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
4318
4319         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
4320
4321         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
4322
4323         * hooks.c (hook_rtx_rtx_null): New.
4324
4325         * hooks.h (hook_rtx_rtx_null): Protoize.
4326
4327         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
4328         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
4329
4330         * target.h (struct gcc_target): Add dwarf_register_span.
4331
4332         * dwarf2out.c (multiple_reg_loc_descriptor): New.
4333         (one_reg_loc_descriptor): New.
4334         (reg_loc_descriptor): Add support for values that span more than
4335         one register.
4336
4337 2003-03-05  Jan Hubicka  <jh@suse.cz>
4338
4339         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
4340         * alias.c:  Include cgraph.h
4341         (mark_constant_function): Use cgraph_rtl_info.
4342         * calls.c:  Include cgraph.h
4343         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
4344         calls.
4345         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
4346         * cgraph.c (cgraph_rtl_info): New function.
4347         * cgraph.h (cgraph_rtl_info): Declare
4348         (cgraph_rtl_info): Likewise.
4349         * function.h (struct function): Add recursive_call_emit.
4350         * toplev.c: Include cgraph.h.
4351         (rest_of_compilation): Set preferred_incoming_stack_boundary.
4352
4353 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
4354
4355         * config/h8300/h8300.c (output_simode_bld): Clear the
4356         destination first if possible.
4357         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
4358         alternative.
4359         (extzv_1_r_inv_h8300hs): Likewise.
4360
4361 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4362
4363         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
4364         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
4365         * cfgloop.c (flow_loop_free): Made global.
4366         (establish_preds): New static function.
4367         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
4368         (get_loop_exit_edges): New.
4369         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
4370         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
4371         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
4372         loops.
4373         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
4374         removability of an edge.
4375         (fix_irreducible_loops): New static function.
4376         (find_path, remove_path): Add ability to remove enclosing loops.
4377         (unloop): New.
4378         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
4379         flags.
4380         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
4381         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
4382         not neccessary.
4383         (decide_peel_completely, peel_loops_completely): Allow complete peeling
4384         of non-duplicable once rolling loops.
4385         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
4386
4387 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
4388
4389         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
4390         for align_jumps is 4.
4391
4392         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
4393         use GENERAL_REGS.
4394
4395 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
4396
4397         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
4398         according to va_arg type.
4399         (EXPAND_BUILTIN_VA_ARG): Remove.
4400         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
4401         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
4402
4403 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
4404
4405         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
4406         else clauses.
4407
4408 2003-03-05  Michael Matz  <matz@suse.de>
4409
4410         * i386/i386.c (ix86_save_reg): Also test
4411         current_function_uses_const_pool.
4412
4413 2003-03-05  Michael Matz  <matz@suse.de>
4414
4415         * unwind.h: Add the GPL exception.
4416         * Makefile.in (USER_H): Add unwind.h.
4417
4418 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
4419
4420         PR c/9799
4421         * c-typeck.c (push_init_level): Add sanity check.
4422
4423 2003-03-05  Jan Hubicka  <jh@suse.cz>
4424
4425         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
4426         RTL inlining is done.
4427
4428         * cgraphunit.c (cgraph_mark_local_functions): New local function.
4429         (cgraph_optimize): Mark local functions.
4430         * i386-protos.h (init_cumulative_args): Update prototype.
4431         * i386.c (init_cumulative_args): Use register passing convention for
4432         local functions.
4433
4434         * cgraph.c (cgraph_global_info_ready): New global variable
4435         (cgraph_local_info, cgraph_global_info): New functions.
4436         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
4437         structures.
4438         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
4439         Declare.
4440         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
4441         (cgraph_mark_functions_to_output): Use inline_many.
4442         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
4443         (cgraph_expand_functions): Expand inline functions last.
4444         (cgraph_optimize): Do not emit uneeded functions.
4445
4446 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
4447
4448         * expr.c (convert_modes): Check for legal hard register.
4449
4450 2003-03-04  Tom Tromey  <tromey@redhat.com>
4451
4452         * doc/sourcebuild.texi (Front End Directory): Document tags.
4453         * configure: Rebuilt.
4454         * configure.in (target_list): Added tags.
4455         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
4456         TAGS files by reference.
4457         * objc/Make-lang.in (objc.tags): New target.
4458
4459 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4460
4461         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
4462         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
4463         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
4464         gcov_read_string, gcov_write_length): Modified to enable reading/
4465         writing of whole .da file just once.
4466         (da_file_open, da_file_close, da_file_eof, da_file_error,
4467         da_file_position, da_file_seek, da_file_write, da_file_read): New
4468         functions.
4469         (actual_da_file, actual_da_file_position, actual_da_file_length,
4470         actual_da_file_buffer, actual_da_file_buffer_size): New static
4471         functions.
4472         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
4473         just once.
4474
4475
4476 2003-03-04  Andreas Schwab  <schwab@suse.de>
4477
4478         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
4479         offset without frame pointer.
4480
4481 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
4482
4483         * expr.c (expand_expr): Call promote_mode to set unsignedp.
4484
4485 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
4486
4487         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
4488         * configure: Regenerated.
4489         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
4490
4491 2003-03-04  Andreas Jaeger  <aj@suse.de>
4492
4493         * configure.in: Check for <memcheck.h>.
4494         * configure: Regenerated.
4495
4496         * config.in: Define HAVE_MEMCHECK_H.
4497
4498         * ggc-common.c: Use <memcheck.h> if available instead of
4499         <valgrind.h>.
4500         * ggc-page.c: Likewise.
4501         * cppfiles.c: Likewise.
4502
4503 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
4504
4505         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
4506
4507 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4508
4509         PR c/9262
4510         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
4511         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
4512
4513 2003-03-04  Jan Hubicka  <jh@suse.cz>
4514
4515         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
4516         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
4517         for -O3.
4518
4519 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4520
4521         * configure.in: Delete three unused variables.  Move a variable
4522         definition closer to its use.  Simplify use_collect2 logic.  Start to
4523         organize.  Simplify tests for in-tree gas and ld.
4524         * configure: Regenerate.
4525
4526 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
4527
4528         * Makefile.in: Update.
4529         * c-common.c (flag_no_line_commands, flag_no_output,
4530         flag_dump_macros, flag_dump_includes): New.
4531         * c-common.h (flag_no_line_commands, flag_no_output,
4532         flag_dump_macros, flag_dump_includes, preprocess_file): New.
4533         (init_c_lex): Update prototype.
4534         * c-lex.c (init_c_lex): Update prototype; move some code to
4535         c_common_init.
4536         * c-opts.c (preprocess_file): Subsume into c_common_init.
4537         (c_common_decode_option): Update flags.
4538         (c_common_init): Move code from preprocess_file and init_c_lex.
4539         (sanitize_cpp_opts): Update.
4540         * c-ppoutput.c: New, cppmain.c almost verbatim.
4541         * cpphash.h (struct printer): Remove.
4542         (struct cpp_reader): Remove print.
4543         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
4544         cpp_preprocess_file): Remove.
4545         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
4546         and dump_includes.
4547         * cppmain.c: Remove.
4548         * doc/passes.texi: Update.
4549
4550 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4551
4552         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
4553         (assign_stack_local_1): Perform overall stack alignment only when
4554         STACK_ALIGNMENT_NEEDED is non-zero.
4555         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
4556
4557         * pa.c (compute_frame_size): Rename fsize to size.  Account for
4558         alignment to a word boundary before general register save block.  Only
4559         account for double-word alignment before floating point register save
4560         block if one or more are saved.  Don't allocate space for %r3 when
4561         frame pointer is needed.
4562         (hppa_expand_prologue): Include alignment to word boundary in local
4563         frame size.
4564         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
4565         (STACK_ALIGNMENT_NEEDED): Define.
4566
4567 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
4568
4569         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
4570         global register variables.
4571
4572 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
4573
4574         * reload.c (reload_adjust_reg_for_mode): New function.
4575         (subst_reloads): Call it.
4576         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
4577         * reload.h (reload_adjust_reg_for_mode): Declare.
4578         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
4579         Call it.
4580
4581 2003-03-03  James E Wilson  <wilson@tuliptree.org>
4582
4583         * optabs.c (add_equal_note): Delete SUBREG_REG use.
4584         Fixes PR c/7872.
4585
4586 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4587
4588         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
4589         (*ixorsi3_lshiftrt_16): New.
4590         (*iorsi3_ashift_16): Remove.
4591
4592 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4593
4594         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
4595         pattern.
4596
4597 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
4598
4599         * doc/install.texi (Specific): Update entry for powerpc-darwin.
4600
4601 2003-03-03  Richard Henderson  <rth@redhat.com>
4602
4603         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
4604
4605 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
4606
4607         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
4608         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
4609         (rs6000_variable_issue): Do not return negative value.
4610         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
4611         scheduling pass.
4612
4613 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4614
4615         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
4616         prune_unused_types calls.
4617
4618 2003-03-03  Jason Merrill  <jason@redhat.com>
4619
4620         * tree-inline.c (find_builtin_longjmp_call): Save and restore
4621         lineno and input_filename.
4622         (find_alloca_call): Likewise.
4623         (inlinable_function_p): Run the langhook earlier.
4624
4625         * calls.c (compute_argument_addresses): Give the new MEMs a
4626         minimum alignment of PARM_BOUNDARY.
4627
4628 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
4629
4630         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
4631         subtarget_asm_isa_spec.
4632         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
4633         (ASM_SPEC): Define as SH_ASM_SPEC.
4634         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
4635         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
4636         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
4637         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
4638
4639         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
4640         and align_jumps if not set.
4641         Force align_jumps to be at least 2.
4642         When relaxing, force align_functions to be at least the maximum of
4643         align_loops, align_jumps and 4.
4644         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
4645         (sh_loop_align): Honour align_loops_log.
4646
4647         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
4648         to check for indirect_jump_scratch.
4649         (indirect_jump_scratch): Add second set.
4650         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
4651         when looking for indirect_jump_scratch.
4652         Extract scratch register taking new structure of indirect_jump_scratch
4653         into account.
4654         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
4655
4656 2003-03-03  Jan Hubicka  <jh@suse.cz>
4657
4658         * calls.c (rtx_for_function_call): Take the address as an argument
4659         (expand_call): Do not modify the expression.
4660
4661         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
4662         optimizing.
4663
4664 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4665
4666         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
4667         TARGET_H8300H and TARGET_H8300S.
4668
4669 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4670
4671         * config/h8300/h8300.md (a peephole2): New.
4672
4673 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4674
4675         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
4676         operands[0] and operands[1] are different.
4677
4678 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
4679
4680         * reload1.c (reload_cse_move2add): Remove variable success.
4681
4682 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4683
4684         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
4685         warnings.
4686
4687 2003-03-02  Richard Henderson  <rth@redhat.com>
4688
4689         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
4690         * config.in, configure: Rebuild.
4691         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
4692         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
4693         paired ldtoffx and ldxmov annotations.
4694         (load_symptr_internal1): Remove.
4695         (load_symptr_high, load_symptr_low): New.
4696
4697 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
4698
4699         * c-incpath.c (add_path): Fix sysp assignment.
4700
4701 2003-03-02  Kurt Garloff  <garloff@suse.de>
4702
4703         * params.def: Introduce parameter max-inline-insns-rtl for
4704         a separate limit for the RTL inliner.
4705         * params.h: Likewise.
4706         * integrate.c (function_cannot_inline_p): Use it.
4707         * toplev.c (decode_f_option): Set multiple parameters
4708         controlling inlining with -finline-limit.
4709         * params.def: Fix orthographic and typographic errors.
4710         * doc/invoke.texi: Document parameters controlling inlining
4711         and the way -finline-limit sets multiple of them.
4712
4713         * tree.h (struct tree_decl): Introduce inlined_function_flag,
4714         recording whether the function became eligible for inlining
4715         by a compiler flag rather than the declaration.
4716         Provide DID_INLINE_FUNC macro to access it.
4717         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
4718         * cp/decl.c (grokfndecl): Likewise.
4719         * toplev.c (rest_of_compilation): Likewise.
4720         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
4721         * print-tree.c (print_node): Report it.
4722         * params.def: Introduce new max-inline-insns-auto limit.
4723         * params.h: Likewise.
4724         * tree-inline.c (inlinable_function_p): Apply it to functions
4725         with DID_INLINE_FUNC set.
4726         * toplev.c (decode_f_option): Initialize it from -finline-limit
4727         value.
4728         * doc/invoke.texi: Document new parameter.
4729
4730 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
4731
4732         * fix-header.c (read_scan_file): Don't reference simplify_path.
4733
4734 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
4735
4736         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
4737         min/max instructions by default as may result in reload errors.
4738
4739 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
4740
4741         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
4742         avoid reload problems; define split for it.
4743
4744 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
4745
4746         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
4747         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
4748         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
4749         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
4750         rotatert and rotate.
4751         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
4752         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
4753         ("*rotrhi3_addr"): New split for shift insns on address register.
4754         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
4755         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
4756         (___rotrhi3): Likewise.
4757         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
4758
4759 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
4760
4761         * toplev.c (aux_base_name): Moved from toplev.h.
4762         (filename): Constify.
4763         (lang_dependent_init): Don't duplicate name.
4764         (process_options): Set aux_base_name here, not...
4765         (do_compile): ...here.  Change protoype.
4766         (toplev_main): Move some code from do_compile.
4767         * toplev.h: Remove aux_base_name.
4768
4769 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
4770
4771         * config/h8300/h8300-protos.h: Add a prototype for
4772         iorxor_operator.
4773         * config/h8300/h8300.c (print_operand): Handle 'c'.
4774         (iorxor_operator): New.
4775         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
4776         * config/h8300/h8300.md (*iorhi3_zext): Remove.
4777         (*iorsi3_zexthi): Likewise.
4778         (*iorsi3_zextsi): Likewise.
4779         (*xorhi3_zextqi): Likewise.
4780         (*xorsi3_zexthi): Likewise.
4781         (*xorsi3_zextsi): Likewise.
4782         (*ixorhi3_zext): New.
4783         (*ixorsi3_zext_qi): Likewise.
4784         (*ixorsi3_zext_hi): Likewise.
4785
4786 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
4787
4788         * c-incpath.c (remove_component_p, simplify_path): Move back to
4789         cppfiles.c.
4790         (remove_duplicates): Use cpp_simplify_path.
4791         * c-incpath.h (simplify_path): Remove.
4792         * c-lex.c: Don't include c-incpath.h.
4793         (init_c_lex): Remove simplify_path.
4794         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
4795         (find_or_create_entry, validate_pch): Revert.
4796
4797 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
4798
4799         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
4800           an external cpp during compilation.
4801         (option_map): Likewise.
4802         * objc/lang-specs.h (default_compilers): Similarly.
4803         * doc/invoke.texi: Document -no-integrated-cpp flag.
4804
4805 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
4806
4807         * config/h8300/h8300.md (zero_extendqisi2): Change to an
4808         expander.
4809         (*zero_extendqisi2_h8300): New.
4810         (*zero_extendqisi2_h8300hs): New.
4811         (two splitters): New.
4812
4813 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4814
4815         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
4816
4817 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
4818
4819         * config/h8300/h8300.md (a peephole2): Remove dead code.
4820
4821 2003-03-01  Roger Sayle  <roger@eyesopen.com>
4822
4823         PR c++/9367
4824         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
4825         (BT_FN_INT_CONST_STRING_VALIST_ARG,
4826         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
4827         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
4828         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
4829         BT_FN_INT_STRING_CONST_STRING_VAR,
4830         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
4831         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
4832         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
4833         ATTR_NONNULL_3): Also include the nothrow attribute.
4834         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
4835         vsnprintf, vscanf, vsscanf): Don't define attributes here.
4836         * builtins.def (putchar, puts): Make full C89 built-ins.
4837         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
4838         vsscanf, vsnprintf, vsprintf): New built-ins.
4839         * c-common.c (c_common_nodes_and_builtins): Handle new macro
4840         DEF_FUNCTION_TYPE_VAR_3.
4841
4842         * doc/extend.texi: Document these new built-in functions.
4843
4844 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
4845
4846         * config/h8300/h8300.md (a peephole2): New.
4847
4848 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
4849
4850         * predict.c (estimate_bb_frequencies): Correctly set
4851         real_values_initialized after initialization.
4852
4853 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
4854
4855         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
4856         cppinit.o, cppdefault.o, fix-header): Update.
4857         * c-incpath.c: New file.
4858         * c-incpath.h: New file.
4859         * c-lex.c: Include c-incpath.h.
4860         (init_c_lex): Register path simplifier.
4861         * c-opts.c: Include cppdefault.h and c-incpath.h.
4862         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
4863         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
4864         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
4865         (missing_arg, c_common_decode_option): Handle them.
4866         (c_common_post_options): Register include chains.
4867         (print_help): Update.
4868         * cppdefault.h (struct default include): Update.
4869         Move some macros to ...
4870         * cppdefault.c: ... here.
4871         (cpp_include_defaults): Add extra field add_sysroot.
4872         * cppfiles.c (include_file, search_from, find_or_create_entry,
4873         cpp_included, find_include_file, remap_filename): Update for
4874         renaming of search_path to cpp_path, and of the chain headers.
4875         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
4876         * cpphash.h (struct search_path): Move to cpplib.h.
4877         (struct cpp_buffer, struct cpp_reader): Update.
4878         (_cpp_simplify_pathname): Remove.
4879         * cppinit.c: Don't include prefix.h and cppdefault.h.
4880         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
4881         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
4882         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
4883         no_pth, cpp_handle_options): Remove.
4884         (struct pending_option): Remove chain members.
4885         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
4886         cpp_handle_option): Update.
4887         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
4888         (struct cpp_options): Remove quote_include, bracket_include,
4889         include_prefix, include_prefix_len, verbose, ignore_srcdir,
4890         no_standard_includes, no_standard_cplusplus_includes.
4891         (struct cpp_callbacks): Add simplify_path.
4892         (cpp_handle_options): Remove.
4893         * fix-header.c: Include c-incpath.h.
4894         (read_scan_file): Update to use c-incpath functionality.
4895         * doc/passes.texi: Update.
4896
4897 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
4898
4899         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
4900         satisfies EXTRA_CONSTRAINT 'U'.
4901
4902 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
4903
4904         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
4905         register.
4906         (*tst_extzv_memqi_1_n): Change to a splitter.
4907         (a peephole2): Update.
4908
4909 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
4910
4911         * predict.c (estimate_bb_frequencies): Initialize the sreal
4912         constants once per compilation.
4913
4914 2003-02-28  Richard Henderson  <rth@redhat.com>
4915
4916         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
4917
4918 2003-02-28  scott snyder  <snyder@fnal.gov>
4919
4920         * flags.h: Add flag_eliminate_unused_debug_types.
4921         * toplev.c: Add flag_eliminate_unused_debug_types.
4922         (f_options): Add -feliminate-unused-debug-types.
4923         * dwarf2out.c (struct file_table): Add emitted member.
4924         (splice_child_die): Fix the parent pointer for the child being
4925         spliced.
4926         (lookup_filename): Maintain file_table.emitted array.  Don't
4927         output .file directive here.
4928         (maybe_emit_file): (new)
4929         (init_file_table): Set up file_table.emitted.
4930         (dwarf2out_source_line): Use maybe_emit_file.
4931         (dwarf2out_start_source_file): Use maybe_emit_file.
4932         (dwarf2out_init): Use maybe_emit_file.
4933         (prune_unused_types_walk_attribs): (new)
4934         (prune_unused_types_mark): (new)
4935         (prune_unused_types_walk): (new)
4936         (prune_unused_types_prune): (new)
4937         (prune_unused_types): (new)
4938         (dwarf2out_finish): Call prune_unused_types if
4939         flag_eliminate_unused_debug_types is set.
4940         * doc/invoke.texi (Option Summary): Add
4941         -feliminate-unused-debug-types.
4942         (Debugging Options): Likewise.
4943
4944 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
4945
4946         * doc/invoke.texi: Change .pch to .gch.
4947         * cppfiles.c (open_file_pch): Likewise.
4948         * gcc.c (default_compilers): Likewise.
4949
4950 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
4951
4952         * floatlib.c: Remove.
4953
4954 2003-02-28  Jason Merrill  <jason@redhat.com>
4955
4956         * stor-layout.c (variable_size): Leave a "minus 1" outside the
4957         SAVE_EXPR.
4958
4959 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
4960
4961         * config/rs6000/power4.md: Add compare bypass.
4962
4963 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
4964
4965         * config/netbsd.h: Update copyright years.
4966         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
4967         -pthread is specified on the command line.
4968
4969 2003-02-28  Dale Johannesen <dalej@apple.com>
4970
4971         * loop.c (struct movable): Add insert_temp, shrink savemode.
4972         (scan_loop): Accept invariants that require copying; mark as
4973         insert_temp.
4974         (combine_movables): Don't combine insert_temp movables.
4975         (move_movables): Insert copies for insert_temp movables.
4976         Don't record the info based on regno for insert_temp's.
4977
4978 2003-02-28  Joel Sherrill <joel@OARcorp.com>
4979
4980         PR 9638/other
4981         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
4982         this constant defaults to 1.
4983
4984 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
4985
4986         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
4987
4988 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
4989
4990         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
4991         ARMv5e processor, not just for XScale.  Instructions are predicable.
4992         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
4993
4994 2003-02-28  Nick Clifton  <nickc@redhat.com>
4995
4996         * config/arm/arm.c (note_invalid_constants): Change parameter type
4997         from bool to int.
4998
4999 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
5000
5001         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
5002         test of bit 7.
5003         (*tst_extzv_memqi_1_n): Likewise.
5004         (a peephole2): New.
5005
5006 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
5007
5008         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
5009         #ifndef __mips16.
5010
5011 2003-02-28  Jan Hubicka  <jh@suse.cz>
5012
5013         * combine.c (gen_lowpart_for_combine): Update handling of
5014         subregs_of_mode
5015         * flow.c (life_analysis, mark_used_regs): Likewise.
5016         * regclass.c (subregs_of_mode): Turn into single bitmap.
5017         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
5018         dealing with subregs_of_mode
5019         * regs.h (subregs_of_mode): Update prototype.
5020
5021 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
5022
5023         * emit-rtl.c (set_reg_attrs_for_parm): New function.
5024         * rtl.h (set_reg_attrs_for_parm): New exported function.
5025         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
5026         set_reg_attrs_from_mem.
5027
5028 2003-02-27  Roger Sayle  <roger@eyesopen.com>
5029             Zack Weinberg <zack@codesourcery.com>
5030
5031         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
5032
5033 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
5034
5035         * reload1.c (sext_for_mode): Remove.
5036         (reload_cse_move2add): Use trunc_int_for_mode instead of
5037         sext_for_mode.
5038         (move2add_note_store): Likewise.
5039         Reset register information if we see a set in non-integer
5040         mode.
5041
5042 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
5043
5044         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
5045         option.
5046         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
5047         * config/rs6000/aix51.h: Same.
5048         * config/rs6000/aix52.h: Same.
5049         * config/rs6000/power4.md: Additional VMX bypasses.
5050
5051 2003-02-27   Geert Bosch <bosch@gnat.com>
5052
5053         * toplev.c (print_version): Add indentation for GGC heuristics and
5054         output after printing version information.
5055
5056 2003-02-27  James E Wilson  <wilson@tuliptree.org>
5057
5058         * combine.c (simplify_comparison): Require integral mode when
5059         permuting SUBREG with AND.
5060
5061 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
5062
5063         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
5064
5065 2003-02-27  Nick Clifton  <nickc@redhat.com>
5066
5067         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
5068         deleted when cirrus instructions were added.
5069
5070 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
5071
5072         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
5073         POSIX thread support by default.
5074
5075 2003-02-27  Roger Sayle  <roger@eyesopen.com>
5076
5077         * config/i386/cygwin.h: Don't include any other files directly.
5078         * config/i386/mingw32.h: Don't include cygwin.h directly.
5079         * config.gcc (cygwin, mingw32, uwin): Instead make these files
5080         explicit in the tm_files variable.
5081
5082 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
5083
5084         * config/rs6000/rs6000.md: Add TI constant splitter.
5085
5086 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
5087
5088         * builtins.c (purge_builtin_constant_p): Handle subreg of
5089         constant_p_rtx too.
5090
5091         * function.c (assign_stack_local_1): Truncate constant added to
5092         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
5093
5094 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
5095
5096         * config.gcc: Add power4 to PowerPC with_cpu list.
5097
5098 2003-02-26  Jan Hubicka  <jh@suse.cz>
5099
5100         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
5101
5102 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5103
5104         * gcov-dump.c (print_prefix): Fix signedness warning.
5105         * gcov-io.h (struct counter_section, struct counter_section_data): New.
5106         (struct function_info): n_arc_counts field removed, n_counter_sections,
5107         counter_sections fields added.
5108         (struct gcov_info): arc_counts, n_arc_counts fields removed,
5109         n_counter_sections, counter_sections fields added.
5110         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
5111         profile sections.
5112         * profile.h (MAX_COUNTER_SECTIONS): New.
5113         (struct section_info): New.
5114         (struct profile_info): count_instrumented_edges,
5115         count_edges_instrumented_now fields removed, n_sections, section_info
5116         fields added.
5117         (find_counters_section): Declare.
5118         * profile.c (struct function_list): count_edges field removed,
5119         n_counter_sections, counter_sections fields added.
5120         (set_purpose, label_for_tag, build_counter_section_fields,
5121         build_counter_section_value, build_counter_section_data_fields,
5122         build_counter_section_data_value, build_function_info_fields,
5123         build_function_info_value, build_gcov_info_fields,
5124         build_gcov_info_value): New static functions.
5125         (find_counters_section): New function.
5126         (instrument_edges, get_exec_counts, compute_branch_probabilities,
5127         branch_prob, create_profiler): Modified to support multiple profile
5128         sections.
5129
5130 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5131
5132         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
5133         is 8 * STACK_BOUNDARY.
5134         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
5135
5136 2003-02-26  Michael Matz  <matz@suse.de>
5137
5138         * ra-colorize.c (merge_moves): Fix list handling.
5139
5140 2003-02-26  Nick Clifton  <nickc@redhat.com>
5141
5142         * config/arm/arm.c (is_load_address): Rename to...
5143         (arm_memory_load_p) ... this and make it check for SUBREGs and
5144         constant loads that will be converted into loads from the
5145         minipool.
5146         (is_cirrus_insn): Rename to ...
5147         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
5148         of CIRRUS_NO with CIRRUS_NOT.
5149         (cirrus_reorg): Use renamed functions.
5150         (note_invalid_constants): Change from a void function to bool.
5151         Add an extra parameter, saying whether the fixups should be
5152         pushed.  Return true if fixups are needed.
5153         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
5154         of CIRRUS_NO with CIRRUS_NOT.
5155         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
5156         other floating point co-processors can also affect this.
5157         * config/arm/arm.md ("type" attribute): Add mav_farith and
5158         mav_dmult.  Replace references to "cirrus_type" attribute with
5159         "type".
5160         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
5161         ("cirrus_type" attribute): Delete - use "type" instead.
5162         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
5163         'normal'.
5164
5165 2003-02-25  Jan Hubicka  <jh@suse.cz>
5166
5167         * objc-act.c: Include cgraph.h
5168         (mark_referenced_methods): New function.
5169         (objc_init): Call it.
5170         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
5171
5172         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
5173         mode.
5174
5175         * optabs.c (expand_fix): Do not widen the input operand.
5176
5177         * expr.c (emit_group_store):  Fix crash when converting single
5178         register into complex register.
5179
5180         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
5181         * alias.c: Include timevar.h
5182         (init_alias_analysis):  Set timevar
5183         * jump.c: Include timevar.h
5184         (rebuild_jump_labels):  Set timevar
5185         * regcalss.c: Include timevar.h
5186         (reg_scan):  Set timevar
5187         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
5188
5189 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5190
5191         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
5192
5193         * Makefile.in (loop-unroll.o): New.
5194         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
5195         (unroll_and_peel_loops): Declare.
5196         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
5197         flag_old_unroll_loops.
5198         * loop.c (loop_invariant_p): Ditto.
5199         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
5200         flag_old_unroll_all_loops.
5201         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
5202         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
5203         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
5204         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
5205         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
5206         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
5207         PARAM_MAX_ONCE_PEELED_INSNS): New.
5208         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
5209         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
5210         instead of old one.
5211         (flag_peel_loops): New.
5212         (lang_independent_options): The new flags added.
5213         (rest_of_compilation): Call new unroller.
5214         (process_options): Setup flags for coexistence of old and new unroller.
5215         * doc/invoke.texi: Document new options.
5216         * doc/passes.texi: Document new unroller pass.
5217
5218 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
5219
5220         * fixinc/fixincl.x: Regenerate
5221
5222 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
5223
5224         * function.c (assign_parms): Set reg_attrs for parameters passed in
5225         registers.
5226
5227 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
5228
5229         PR target/9681
5230         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
5231
5232 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
5233
5234         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
5235         pseudo-op.
5236
5237 2003-02-25  Roger Sayle  <roger@eyesopen.com>
5238
5239         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
5240         * cse.c (invalidate_skipped_set):  Likewise.
5241         * integrate.c (subst_constants):  Likewise.
5242         * jump.c (reversed_comparison_code_parts):  Likewise.
5243         * loop.c (canonicalize_condition):  Likewise.
5244         * simplify-rtx.c (simplify_relational_operation):  Likewise.
5245
5246 2003-02-25  Roger Sayle  <roger@eyesopen.com>
5247
5248         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
5249         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
5250         the appropriate macro to define built-in function.
5251         (fmod,fmodf,fmodl): New built-in functions.
5252
5253         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
5254
5255 2003-02-25  Richard Henderson  <rth@redhat.com>
5256
5257         * config/i386/i386.c (function_arg): Pass variable sized
5258         structures correctly on the stack.
5259
5260 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
5261
5262         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
5263         does not reduce the cost of SET.
5264
5265 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5266
5267         PR target/9732
5268         * config/rs6000/rs6000.c (first_reg_to_save): Handle
5269         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
5270         (rs6000_emit_prologue): Likewise.
5271         (rs6000_emit_epilogue): Likewise.
5272         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
5273         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
5274
5275 2003-02-25  Richard Henderson  <rth@redhat.com>
5276
5277         * real.c (real_to_integer2): Force overflow result only for
5278         unsigned overflow.
5279
5280 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
5281
5282         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
5283
5284 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
5285             Richard Henderson  <rth@redhat.com>
5286
5287         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
5288         there is no similar load.
5289
5290 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
5291             Richard Henderson  <rth@redhat.com>
5292
5293         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
5294         sched-rgn.c.
5295         (add_forward_dependence): New function prototype.
5296
5297         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
5298         sched-init.h.
5299         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
5300         them to haifa-sched.c.
5301
5302         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
5303         haifa_classify_insn): Move them from sched-rgn.c.
5304
5305         * sched-deps.c (add_dependence): Return flag of creating a new
5306         entry.
5307         (add_forward_dependence): New function.
5308         (compute_forward_dependences): Use the function.
5309
5310         * sched-ebb.c (earliest_block_with_similiar_load): New function.
5311         (add_deps_for_risky_insns): New function.
5312         (schedule_ebb): Call the function.
5313
5314 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
5315
5316         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
5317         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
5318
5319         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
5320         opaque types fail.
5321
5322         * c-typeck.c (comptypes): Change call to vector_types_compatible
5323         to vector_opaque_p.
5324         (convert_for_assignment): Call vector_opaque_p instead of
5325         vector_types_compatible.
5326         (really_start_incremental_init): Disallow initialization of opaque
5327         types.
5328
5329         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
5330         Define TARGET_VECTOR_OPAQUE_P.
5331         (TARGET_INITIALIZER): Same.
5332
5333         * target.h (struct gcc_target): Remove vector_types_compatible.
5334         Add vector_opaque_p.
5335
5336         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
5337         Remove.
5338         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
5339         a vector type.  Change return type to bool.
5340         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
5341         (TARGET_VECTOR_OPAQUE_P): Define.
5342
5343         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
5344         target hook.
5345         Include target.h.
5346         (cp_parser_init_declarator): Fix typo in function comments.
5347
5348 2003-02-25  Jan Hubicka  <jh@suse.cz>
5349
5350         * Makefile.in (lcm.o):  Add dependency on function.h
5351         * lcm.c (function.h): Include.
5352         * i386.c (machine_function, ix86_stack_locals,
5353         * ix86_save_varrargs_registers) : Move to
5354         ...
5355         * i386.h (machine_function, ix86_stack_locals,
5356         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
5357         (ix86_optimize_mode_switching): New.
5358         * i386.md (fix patterns): Set ix86_optimize_mode_switching
5359
5360 2003-02-25  Nick Clifton  <nickc@redhat.com>
5361
5362         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
5363         of fourth arg is 'fndecl' not 'indirect'.  Update comment
5364         describing the function's parameters.
5365
5366 2003-02-24  Jan Hubicka  <jh@suse.cz>
5367
5368         * combine.c (simplify_shift_const):  Fix previous patch.
5369
5370 2003-02-24  Jeff Law  <law@redhat.com>
5371
5372         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
5373         alternative.
5374         (testsi_1, testhi_1, testqi_1): Likewise.
5375
5376 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5377
5378         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
5379         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
5380         * doc/extend.texi (Tru64 Pragmas): Reflect this.
5381
5382         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
5383         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
5384         * fixinc/fixincl.x: Regenerate.
5385         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
5386         testcase.
5387         Fixes PR c/5059, c/6126, other/9671.
5388
5389 2003-02-24  Roger Sayle  <roger@eyesopen.com>
5390
5391         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
5392         from handle_braces in "%{...}".
5393
5394 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
5395
5396         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
5397         (prepare_move_operands): Handle TLS operands.
5398         (tls_symbolic_operand): New.
5399         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
5400         (legitimize_pic_address): Do nothing for the TLS symbol.
5401         (sh_encode_section_info): Handle TLS case.
5402         (sh_strip_name_encoding): Drop TLS encoding.
5403         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
5404         * config/sh/sh.h (SH_TLS_ENCODING): Define.
5405         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
5406         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
5407         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
5408         * config/sh/sh.md: Define TLS UNSPEC constants.
5409         (type): Add tls_load.
5410         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
5411         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
5412         ("tls_initial_exec"): New insn.
5413         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
5414         ("load_gbr"): New insn.
5415
5416         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
5417         * configure: Regenerate.
5418
5419 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
5420
5421         PR 9297, PR 9722
5422         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
5423         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
5424         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
5425         (enum block_op_methods): Reorder for better store_expr optimization.
5426         * expr.c (store_expr): Test bit 1 of "want_value" for call param
5427         stores, test bit 0 for original want_value meaning.  Pass
5428         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
5429         recursive calls, and calls to expand_param.
5430         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
5431         expected, set target to 0 rather than to subtarget.  Formatting.
5432
5433 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
5434
5435         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
5436
5437 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5438
5439         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
5440         new default behavior.
5441         * ggc-common.c: Include sys/resource.h.
5442         (ggc_rlimit_bound): New function.
5443         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
5444         defaults to account for rlimits.
5445
5446 2003-02-22  Richard Henderson  <rth@redhat.com>
5447
5448         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
5449
5450 2003-02-22  Kelley Cook <kelley@dwhoops.info>
5451
5452         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
5453         (ix86_tune_string): Rename from ix86_cpu_string.
5454
5455 2003-02-22  Kelley Cook <kelleycook@comcast.net>
5456
5457         * config/i386/i386.c: Replace "mcpu" with "mtune".
5458         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
5459         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
5460         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
5461         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
5462
5463 2003-02-23  Andreas Schwab  <schwab@suse.de>
5464
5465         * config.gcc: Delete references to m68k/t-linux and
5466         m68k/t-linux-aout.
5467         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
5468
5469 2003-02-22  Jan Hubicka  <jh@suse.cz>
5470
5471         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
5472         of track scheduling patch.
5473
5474 2003-02-22  Jan Hubicka  <jh@suse.cz>
5475
5476         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
5477         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
5478
5479 2003-02-22  Jan Hubicka  <jh@suse.cz>
5480
5481         * c-decl.c (c_expand_body_1): Fix.
5482
5483 2003-02-22  Jan Hubicka  <jh@suse.cz>
5484
5485         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
5486
5487         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
5488         when not optimizing.
5489         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
5490         when not expensive.
5491         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
5492         optimizing;  Delete trivially dead insns early; fix optimize check.
5493
5494         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
5495         dependency on cgraph.h
5496         * c-decl.c: Include cgraph.h
5497         (finish_function): Update call of tree_inlinable_function_p.
5498         * c-objc-common.c: Include cgraph.h
5499         * cgraph.h: New file.
5500         * cgraphunit.c: New file.
5501         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
5502         (cgraph_nodes, cgraph_n_nodes): Globalize.
5503         (cgraph_finalize_function, cgraph_finalize_compilation_unit
5504         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
5505         Move into cgraphunit.c
5506         * tree-inline.c: Include cgraph.h
5507         * tree-inline.c: Include cgraph.h
5508
5509 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
5510
5511         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
5512         for copying a register.
5513
5514 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5515
5516         PR other/3782
5517         * toplev.c (process_options): If flag_detailed_statistics is set,
5518         then set time_report as well.
5519
5520         PR c/8828
5521         * jump.c (never_reached_warning): Don't fall through BARRRIER
5522         insns.  Update comments to reflect what the function really does.
5523
5524 2003-02-21  Roger Sayle  <roger@eyesopen.com>
5525
5526         * fold-const.c (omit_one_operand): No longer static.
5527         * tree.h (omit_one_operand): Prototype here.
5528         (div_and_round_double): Keep fold-const.c prototypes together.
5529         * builtins.c (builtin_mathfn_code): Handle binary built-in
5530         funtions, such as "pow" and "atan2".
5531         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
5532         Simplify optimizations using "type" the builtin's return type.
5533
5534 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
5535
5536         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
5537         Fix functionalization typo.
5538
5539         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
5540         in an asm.
5541
5542 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5543
5544         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
5545         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
5546         documentation.
5547         * ggc-common.c: Include params.h
5548         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
5549         init_ggc_heuristics): New functions.
5550         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
5551         init_ggc_heuristics): Prototype.
5552         * toplev.c (print_version):  Output GGC heuristics.
5553         (parse_options_and_default_flags): Call init_ggc_heuristics.
5554
5555 2003-02-22  Jan Hubicka  <jh@suse.cz>
5556
5557         * i386.c (def_builtin):  Special case 64bit builtins.
5558         (MASK_SSE164, MASK_SSE264): New constants.
5559         (builtin_description): Add 64bit builtins.
5560         (ix86_init_mmx_sse_builtins): Likewise.
5561         * i386.h (enum ix86_builtins): Likewise.
5562         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
5563         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
5564         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
5565         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
5566         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
5567         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
5568         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
5569
5570 2003-02-22  Jan Hubicka  <jh@suse.cz>
5571
5572         * i386.c (builtin_description): Add __builtin_ia32_paddq and
5573         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
5574          and __builtin_ia32_psubq128.
5575         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
5576         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
5577         (mmx_adddi3, mmx_subdi3): New.
5578         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
5579         * xmmintrin.h (_mm_movepi64_pi64): New.
5580         (_mm_add_epi64, _mm_sub_epi64): fix.
5581         (_mm_mul_pu16): Rename to...
5582         (_mm_mul_su32): ... this one.
5583
5584         * builtins.c (expand_builtin_expect):  Do not predict
5585         flag_guess_branch_prob is not set.
5586         * c-semantics.c (expand_stmt): Likewise.
5587         * predict.c (predict_insn): Likewise.
5588         * stmt.c (expand_continue_loop): Likewise.
5589         * toplev.c (rest_of_compilation): Do not call
5590         note_prediction_to_br_prob and note_prediction_to_br_prob
5591         when not optimizing.
5592
5593 2003-02-21  Jan Hubicka  <jh@suse.cz>
5594
5595         * cfgrtl.c (commit_edge_insertions):  Call
5596         find_many_sub_basic_block only when some code has been emitted.
5597         (commit_edge_insertions_watch_calls): Bring into sync with
5598         commit_edge_insertions
5599
5600 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
5601
5602         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
5603
5604         * sh.md (binary_sf_op): Use extra constant operand instead of
5605         negating constant operand 4.
5606         * sh.c (sh_expand_binop_v2sf): Supply it.
5607
5608 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5609
5610         * cpphash.h (struct lexer_state): Add directive_wants_padding.
5611         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
5612         for directives of type INCL.
5613         (glue_header_name, parse_include): Use get_token_no_padding.
5614         * cppmacro.c (replace_args): If directive_wants_padding,
5615         provide padding tokens.
5616
5617 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
5618
5619         * config/h8300/h8300.md (a peephole2): New.
5620
5621 2003-02-21  Jan Hubicka  <jh@suse.cz>
5622
5623         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
5624         (commit_edge_insertions): Call find_many_sub_basic_blocks
5625
5626         * reg-stack.c (convert_regs): Cleax aux for blocks.
5627
5628 2003-02-21  Jan Hubicka  <jh@suse.cz>
5629
5630         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
5631
5632 2003-02-21  Glen Nakamura  <glen@imodulo.com>
5633
5634         PR optimization/8613
5635         * builtins.c (expand_builtin): Emit postincrements before expanding
5636         builtin functions.
5637
5638 2003-02-21  Ben Elliston  <bje@redhat.com>
5639
5640         PR other/5634
5641         * doc/install.texi (Configuration): Explain using $HOME instead of
5642         the ~ metacharacter when referring to home directories.
5643
5644 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
5645
5646         * configure.in (TARGET_SYSTEM_ROOT): Set default to
5647         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
5648         '${exec_prefix}' (in addition to the expansion thereof) as
5649         relocatable.
5650         * configure: Rebuilt.
5651
5652 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
5653
5654         * config/h8300/h8300.md (addhi3_incdec): Change the name to
5655         *addhi3_incdec.
5656         (addsi3_incdec): Change the name to *addsi3_incdec.
5657
5658 2003-02-20  Roger Sayle  <roger@eyesopen.com>
5659
5660         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
5661
5662 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
5663
5664         PR fortran/9038
5665         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
5666         options to be ignored.
5667         (c_common_decode_option): Ignore them when preprocessing.
5668
5669 2003-02-20  Jan Hubicka  <jh@suse.cz>
5670
5671         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
5672         global variables.
5673         (lang_independent_options):  Add -fsched2-use-superblocks
5674         -fsced2-use-traces.
5675         (rest_of_compilation): Deal with it.
5676         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
5677         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
5678         Declare.
5679         * rtl.h (reg_to_stack):  Update prototype.
5680         * reg-stack.c (reg_to_stack): Return when something has changed;
5681         update liveness when executing after superblock scheduling.
5682
5683         * combine.c (simplify_shift_const):  Simplify few special cases
5684         into constants.
5685
5686 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
5687
5688         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
5689         (add.,subf.,neg.): Change attribute to fast_compare.
5690         All DFA descriptions updated.
5691
5692 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
5693
5694         Change base class access representation.
5695         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
5696         TREE_VIA_PRIVATE): Remove.
5697         (BINFO_BASEACCESSES): New binfo elt.
5698         (BINFO_BASEACCESS): New accessor.
5699         (BINFO_ELTS): Increase.
5700         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
5701         (access_public_node, access_protected_node,
5702         access_private_node): New global nodes.
5703         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
5704         * dbxout.c (dbxout_type): Adjust.
5705         * dwarf2out.c (gen_inheritance_die): Add access parameter.
5706         (gen_member_die): Adjust.
5707         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
5708         (output_type): Adjust.
5709         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
5710
5711         Change base class access representation. Share virtual base
5712         binfos.
5713         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
5714         call.
5715         * cp/class.c (build_base_path): Likewise.
5716         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
5717         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
5718         (make_new_vtable): Adjust.
5719         (force_canonical_binfo_r): Delete.
5720         (force_canonical_binfo): Delete.
5721         (mark_primary_virtual_base): Delete.
5722         (dfs_unshared_virtual_bases): Delete.
5723         (mark_primary_bases): Adjust.
5724         (maybe_warn_about_overly_private_class): Adjust.
5725         (dfs_base_derived_from): Delete.
5726         (base_derived_from): Follow the inheritance chain.
5727         (struct find_final_overrider_data): Add vpath member.
5728         (dfs_find_final_overrider): Adjust.
5729         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
5730         (find_final_overrider): Adjust.
5731         (update_vtable_entry_for_fn): Adjust.
5732         (modify_all_vtables): Adjust.
5733         (walk_subobject_offsets): Adjust.
5734         (layout_nonempty_base_or_field): Adjust.
5735         (layout_empty_base): Remove last parameter. Adjust.
5736         (build_base_field): Adjust.
5737         (build_base_fields): Adjust.
5738         (propagate_binfo_offsets): Remove last parameter. Adjust.
5739         (dfs_set_offset_for_unshared_vbases): Delete.
5740         (layout_virtual_bases): Adjust.
5741         (finish_struct_1): Adjust.
5742         (init_class_processing): Don't init access nodes.
5743         (dfs_get_primary_binfo): Delete.
5744         (get_primary_binfo): Adjust.
5745         (dump_class_hierarchy_r): Remove most derived arg, add IGO
5746         parameter. Adjust.
5747         (dump_class_hierarchy): Adjust.
5748         (finish_vtbls): Adjust.
5749         (get_original_base): Delete.
5750         (build_vtt_inits): Adjust.
5751         (dfs_build_secondary_vptr_vtt_inits): Adjust.
5752         (dfs_ctor_vtable_bases_queue_p): Adjust.
5753         (build_ctor_vtbl_group): Adjust.
5754         (dfs_accumulate_vtbl_inits): Adjust.
5755         (build_vtbl_initializer): Adjust.
5756         (build_vbase_offset_vtbl_entries): Adjust.
5757         (add_vcall_offset_vtbl_entries_1): Adjust.
5758         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
5759         (access_*_node): Remove.
5760         (CANONICAL_BINFO): Delete.
5761         (BINFO_UNSHARED_MARKED): Remove.
5762         (BINFO_MARKED): Set LANG_FLAG_0 directly.
5763         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
5764         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
5765         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
5766         Delete.
5767         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
5768         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
5769         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
5770         Delete.
5771         (BINFO_DEPENDENT_BASE_P): New.
5772         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
5773         index.
5774         (markedp, unmarkedp): Adjust.
5775         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
5776         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
5777         find_vbase_instance, binfo_for_vbase): Delete.
5778         (copied_binfo, original_binfo): Declare.
5779         (finish_base_specifier): Add virtual_p arg.
5780         (unshare_base_binfos): Delete.
5781         (copy_base_binfos): Declare.
5782         (reverse_path): Delete.
5783         * cp/decl.c (xref_basetypes): Access and virtuality passed
5784         differently. Don't copy direct base binfos here. Call
5785         copy_base_binfos.
5786         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
5787         (initialize_vtbl_ptrs): Adjust.
5788         (expand_member_init): Adjust.
5789         * cp/parser.c (cp_parser_base_specifier): Adjust.
5790         * cp/pt.c (instantiate_class_template): Adjust.
5791         (get_template_base_recursive): Adjust.
5792         * cp/rtti.c (get_pseudo_ti_init): Adjust.
5793         (get_pseudo_ti_desc): Adjust.
5794         * cp/tree.c (unshare_base_binfos): Rename to ...
5795         (copy_base_binfos): ... here, reimplement.
5796         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
5797         (reverse_path): Remove.
5798         * cp/typeck.c (get_delta_difference): Adjust error messages.
5799         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
5800         * cp/search.c (lookup_base_r): Adjust.
5801         (dynamic_cast_base_recurse): Adjust.
5802         (canonical_binfo): Remove.
5803         (dfs_canonical_queue): Remove.
5804         (dfs_assert_unmarked_p): Remove.
5805         (assert_canonical_unmarked): Remove.
5806         (shared_marked_p, shared_unmarked_p): Remove.
5807         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
5808         (dfs_access_in_type): Adjust.
5809         (access_in_type): Adjust.
5810         (dfs_accessible_queue_p): Adjust.
5811         (dfs_accessible_p): Adjust.
5812         (is_subobject_of_p_1, is_subobject_of_p): Remove.
5813         (struct lookup_field_info): Remove from_dep_base_p field.
5814         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
5815         (lookup_field_r): Remove dependent base code.
5816         (lookup_member): Likewise.
5817         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
5818         (dfs_unmarked_real_bases_queue_p): Remove.
5819         (dfs_marked_real_bases_queue_p): Remove.
5820         (dfs_skip_vbases): Remove.
5821         (dfs_get_pure_virtuals): Adjust.
5822         (markedp, unmarkedp): Adjust.
5823         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
5824         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
5825         (dfs_unmark): Adjust.
5826         (dfs_get_vbase_types):Remove.
5827         (dfs_build_inheritance_graph_order): Remove.
5828         (get_vbase_types): Remove
5829         (dfs_find_vbase_instance): Remove.
5830         (find_vbase_instance): Remove.
5831         (dfs_debug_unmarkedp): Adjust.
5832         (dependent_base_p): Remove.
5833         (dfs_push_type_decls): Adjust.
5834         (dfs_push_decls): Adjust.
5835         (dfs_no_overlap_yet): Adjust.
5836         (copied_binfo): New function.
5837         (original_binfo): New function.
5838         (binfo_for_vbase): Remove.
5839
5840         Change base class access representation.
5841         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
5842         (add_interface_do): Likewise.
5843
5844 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
5845
5846         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
5847         * config/rs6000/power4.md (power4-store,power4-vecstore): New
5848         insn reservations.
5849         (power4-fpstore): Compact.
5850
5851 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
5852
5853         * config/h8300/h8300.md (*iorsi3_w): New.
5854
5855 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
5856
5857         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
5858         * rtl.c (reg_note_name): Likewise.
5859         * rtl.h (enum reg_note): Likewise.
5860         * doc/invoke.texi: Likewise.
5861         * doc/rtl.texi: Likewise.
5862
5863 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
5864
5865         * bb-reorder.c (find_traces_1_round): Fix comment typo.
5866
5867 2003-02-19  Roger Sayle  <roger@eyesopen.com>
5868
5869         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
5870         addition in the presence of signaling NaNs.
5871
5872 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
5873
5874         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
5875
5876 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5877
5878         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
5879         ORing with 0xffff??00 with the highest bit of the ?? part set.
5880         (compute_logical_op_length): Update.
5881         (compute_logical_op_cc): Likewise.
5882
5883 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
5884
5885         * bb-reorder.c (find_traces_1_round): Fixed condition for small
5886         destination block with multiple predecessors.
5887         (connect_traces): Check whether the block is a start of trace.
5888
5889 2003-02-19  Jan Hubicka  <jh@suse.cz>
5890
5891         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
5892         * function.c (assign_params): Likewise.
5893         * arm-protos.h (arm_init_cumulative_args): Update prototype.
5894         * arm.c (arm_init_cumulative_args): Update function.
5895         * arm.h (INIT_CUMULATIVE_ARGS): Update.
5896         * avr-protos.h (init_cumulative_args): Update prototype.
5897         * avr.c (init_cumulative_args): Update function.
5898         * avr.h (INIT_CUMULATIVE_ARGS): Update.
5899         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
5900         * d30v.c (d30v_init_cumulative_args): Update function.
5901         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
5902         * frv-protos.h (frv_init_cumulative_args): Update prototype.
5903         * frv.c (frv_init_cumulative_args): Update function.
5904         * frv.h (INIT_CUMULATIVE_ARGS): Update.
5905         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
5906         * pa.h (INIT_CUMULATIVE_ARGS): Update.
5907         * sparc-protos.h (init_cumulative_args): Update prototype.
5908         * sparc.c (init_cumulative_args): Update function.
5909         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
5910         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
5911
5912 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5913
5914         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
5915         (*ashiftsi_sextqi_7): Likewise.
5916
5917 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5918
5919         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
5920         ISO C99 and C++.
5921
5922         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
5923         for C++ on IRIX 6.5.1[89].
5924         * fixinc/tests/base/internal/sgimacros.h: New file.
5925
5926         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
5927         * fixinc/tests/base/internal/wchar_core.h: New file.
5928
5929         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
5930         socklen_t definition.
5931         * fixinc/fixincl.x: Regenerate.
5932         * fixinc/tests/base/sys/socket.h: New file.
5933         Fixes PR libgcj/9652.
5934
5935 2003-02-19  Jan Hubicka  <jh@suse.cz>
5936
5937         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
5938
5939 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
5940
5941         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
5942         align_jumps_max_skip and align_loops_max_skip.
5943
5944 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
5945
5946         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
5947         test size if named section.
5948
5949 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
5950
5951         * expr.c (expand_expr): Use gen_int_mode for the argument
5952         to gen_rtx_MULT.
5953
5954 2003-02-19  Jan Hubicka  <jh@suse.cz>
5955
5956         * i386.md (cosxf2):  Fix conditional.
5957
5958 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5959
5960         * config/h8300/h8300.md (extendqisi2): Change to an expander.
5961         (*extendqisi2_h8300): New.
5962         (*extendqisi2_h8300hs): Likewise.
5963
5964 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5965
5966         * config/h8300/h8300-protos.h: Update the prototype for
5967         split_adds_subs.  Remove the prototypes for
5968         const_int_le_2_operand and const_int_le_6_operand.
5969         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
5970         (const_int_le_2_operand): Remove.
5971         (const_int_le_6_operand): Likewise.
5972         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
5973         for const_int_le_2_operand and const_int_le_6_operand.
5974         * config/h8300/h8300.md: Update all uses of split_adds_subs.
5975         (a peephole2): New.
5976
5977 2003-02-18  Jan Hubicka  <jh@suse.cz>
5978
5979         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
5980         (cgraph_expand_function): Rewrite.
5981
5982 2003-02-18  Matt Austern <austern@apple.com>
5983
5984         * toplev.c, langhooks.c, langhooks-def.h: Move
5985         write_global_declarations from toplev.c to langhooks.c.
5986
5987 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
5988
5989         * config/h8300/h8300.c (general_operand_src): Always check
5990         MODE.
5991         (general_operand_dst): Likewise.
5992
5993 2003-02-18  Roger Sayle  <roger@eyesopen.com>
5994
5995         * convert.c (convert_to_real): Also optimize (float)log(x) into
5996         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
5997
5998 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5999
6000         * config/sh/sh.c (unspec_caller_rtx_p): New.
6001         (sh_cannot_copy_insn_p): New.
6002         (TARGET_CANNOT_COPY_INSN_P): New.
6003
6004 2003-02-18  Richard Henderson  <rth@redhat.com>
6005
6006         * c-common.c (handle_used_attribute): Accept static data too.
6007
6008 2003-02-18  Nick Clifton  <nickc@redhat.com>
6009             Aldy Hernandez  <aldyh@redhat.com>
6010
6011         * testsuite/gcc.dg/20030218-1.c: New.
6012
6013         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
6014
6015         * target-def.h (TARGET_INITIALIZER): Add
6016         TARGET_VECTOR_TYPES_COMPATIBLE.
6017         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
6018
6019         * target.h (struct gcc_target): Add field vector_types_compatible.
6020
6021         * c-typeck.c (comptypes): Take into account
6022         TARGET_VECTOR_TYPES_COMPATIBLE.
6023         (convert_for_assignment): Same.
6024
6025         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
6026         (rs6000_spe_vector_types_compatible): New.
6027         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
6028
6029 2003-02-19  Andreas Schwab  <schwab@suse.de>
6030
6031         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
6032         * toplev.c: Include langhooks-def.h.
6033
6034 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
6035
6036         * config/mips/mips.h (enum processor_type): Sort entries
6037         alphabetically.
6038         * config/mips/mips.md (define_attr cpu): Sync with processor_type
6039         enum values, including adding entries that were missing.
6040
6041 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
6042
6043         * sh.c (calc_live_regs): Also check GET_CODE when checking if
6044         initial value for PR_REG is still the PR_REG register.
6045
6046 2003-02-18  Jim Wilson  <wilson@redhat.com>
6047
6048         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
6049         instruction in output template.
6050         (bsp_value): Change output template from string to C code, add %,
6051         before actual instruction.
6052         (flushrs): Mark as not predicable.
6053
6054 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
6055
6056         * inclhack.def (netbsd_bogus_semicolon): New fix.
6057         * fixincl.x: Rebuilt.
6058         * tests/base/ctype.h: Update.
6059
6060 2003-02-18  Roger Sayle  <roger@eyesopen.com>
6061
6062         * fold-const.c (negate_expr_p): New function to determine whether
6063         an expression can be negated cheaply.
6064         (fold) [MINUS_EXPR]: Use it to determine whether to transform
6065         -A - B into -B - A for floating point types.
6066
6067 2003-02-18  Roger Sayle  <roger@eyesopen.com>
6068
6069         * sbitmap.c (sbitmap_resize): New function.
6070         * sbitmap.h (sbitmap_resize): Prototype here.
6071         * recog.c (split_all_insns): Use sbitmap_resize.
6072
6073 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6074
6075         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
6076         insn length.
6077         (extendqisi2): Likewise.
6078         (*extendhisi2_h8300): Likewise.
6079
6080 2003-02-18  Matt Austern <austern@apple.com>
6081
6082         * langhooks.h, langhooks-def.h: introduce new langhook,
6083         final_write_globals, with write_global_declarations as default.
6084         * toplev.c: Move invocation of wrapup_global_declarations from
6085         compile_file to new function, write_global_declarations.  Change
6086         compile_file to use final_write_globals hook.  Change
6087         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
6088         conditional.
6089
6090 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6091
6092         * pa.md: Correct and enhance comment.
6093
6094 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6095
6096         * gcc.c (validate_switches): Don't scan past closing '}'.
6097
6098 2003-02-18  Ben Elliston  <bje@redhat.com>
6099
6100         PR c++/1607
6101         * doc/extend.texi (Function Attributes): Document the effect of
6102         the C++ "this" parameter on the counting of arguments for the
6103         "format" and "format_arg" attributes.
6104
6105 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
6106
6107         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
6108         (__ev_stdw): Same.
6109         (__ev_stdh): Same.
6110
6111 2003-02-17  Jan Hubicka  <jh@suse.cz>
6112
6113         * recog.c (split_all_insns):  Fix memory overflow.
6114
6115 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
6116
6117         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
6118         (cmphi): Likewise.
6119         (*cmphi_h8300): Likewise.
6120         (*cmphi_h8300hs): Likewise.
6121         (cmpsi): Likewise.
6122         (7 peephole2): Likewise.
6123
6124 2003-02-16  Jan Hubicka  <jh@suse.cz>
6125
6126         * c-typeck.c (build_c_cast):  Fold constant variables into
6127         initial values.
6128
6129 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6130
6131         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
6132         (Binaries): Ditto for Sinix/Reliant Unix.
6133
6134 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
6135
6136         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
6137         not overlap the final result register.
6138
6139 2003-02-16 Arend Bayer <arend.bayer@web.de>
6140            Richard Henderson  <rth@redhat.com>
6141
6142         PR c/8068
6143         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
6144         rearrange mult arguments for less recursion.
6145         (extract_muldiv): New.  Prevent runaway recursion.
6146
6147 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
6148
6149         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
6150         MASK_ALIGN_DOUBLE.
6151
6152 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6153
6154         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
6155         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
6156         (ext_80387_constants_table): Global table of 80387 special constants
6157         guarded by ext_80387_constants_init flag when not initialized.
6158         (init_ext_80387_constants): New function to initialize this table.
6159         (standard_80387_constant_p): Extend to recognize extra 80387
6160         constants, in XFmode, on processors where this is a win.
6161         (standard_80387_constant_opcode): New function to return the
6162         opcode associated with standard_80387_constant_p.
6163         (standard_80387_constant_rtx): New function to return the XFmode
6164         CONST_DOUBLE associated with standard_80387_constant_p.
6165         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
6166
6167         * config/i386/i386-protos.h (standard_80387_constant_opcode):
6168         Prototype here.
6169         (standard_80387_constant_rtx): Likewise.
6170
6171         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
6172         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
6173         *movtf_integer): Simplify using new standard_80387_constant_opcode.
6174
6175 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6176
6177         * doc/invoke.texi (Optimize Options): Correct @option syntax.
6178
6179 2003-02-15  Richard Henderson  <rth@redhat.com>
6180
6181         * Makefile.in (cfglayout.o): Depend on TARGET_H.
6182         * cfglayout.c: Include target.h.
6183         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
6184         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
6185         * target.h (struct gcc_target): Add cannot_copy_insn_p.
6186
6187         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
6188         (TARGET_CANNOT_COPY_INSN_P): New.
6189         (override_options): Revert 2003-02-08 hack.
6190
6191 2003-02-15  Richard Henderson  <rth@redhat.com>
6192
6193         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
6194         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
6195
6196 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
6197
6198         * config/rs6000/rs6000.h (processor_type): Add PPC440.
6199         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
6200         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
6201         TARGET_SCHED_VARIABLE_ISSUE): Define.
6202         (rs6000_use_dfa_pipeline_interface): New function.
6203         (rs6000_multipass_dfa_lookahead): New Function.
6204         (rs6000_variable_issue): New function.
6205         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
6206         (rs6000_issue_rate): Add PPC440.
6207         * config/rs6000/rs6000.md (unspec list): Correct typo.
6208         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
6209         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
6210         cmp, delayed_cr, mfcr, mtcr.
6211         (automata_option): Set "ndfa".
6212         (extendMMNN2): Update attributes.
6213         (movcc_internal1): Discourage move to non-cr0.  Update
6214         attributes.
6215         (movMM_update): Update attributes.
6216         (cmpMM_internal): Update attributes.
6217         (sCC CR materialization): Update attributes.
6218         (branch patterns): Do not discourage non-cr0.
6219         (cr logical patterns): Prefer destructive register allocation.
6220         Update attributes.
6221         (movesi_from_cr): Update attribute.
6222         (mtcrf_operation): Update attribute.
6223         (mtcrfsi): Update attribute.
6224         * config/rs6000/40x.md: New file.
6225         * config/rs6000/603.md: New file.
6226         * config/rs6000/6xx.md: New file.
6227         * config/rs6000/7450.md: New file.
6228         * config/rs6000/7xx.md: New file.
6229         * config/rs6000/mpc.md: New file.
6230         * config/rs6000/power4.md: New file.
6231         * config/rs6000/rios1.md: New file.
6232         * config/rs6000/rios2.md: New file.
6233         * config/rs6000/rs64.md: New file.
6234         [Some DFA descriptions based on work by Michael Hayes]
6235
6236 2003-02-15  Richard Henderson  <rth@redhat.com>
6237
6238         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
6239         successors with multiple predecessors.
6240         (connect_traces): Try harder to copy traces of length 1.
6241
6242         * function.h (struct function): Add computed_goto_common_label,
6243         computed_goto_common_reg.
6244         * function.c (free_after_compilation): Zap them.
6245         * stmt.c (expand_computed_goto): Use them to produce one
6246         indirect branch per function.
6247
6248 2003-02-15  Richard Henderson  <rth@redhat.com>
6249
6250         * cfgcleanup.c: Include params.h.
6251         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
6252         too many outgoing edges from a block.
6253         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
6254         * params.def (max-crossjump-edges): New.
6255         * doc/invoke.texi: Document it.
6256
6257 2003-02-15  Richard Henderson  <rth@redhat.com>
6258
6259         * recog.c (split_all_insns): Include new blocks in life update;
6260         do a global life update.
6261
6262 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
6263
6264         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
6265         Update copyright.
6266         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
6267         -mno-cygwin case.
6268
6269 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6270
6271         PR optimization/7702
6272         * reload1.c (reload_cse_simplify_set): Honor
6273         CANNOT_CHANGE_MODE_CLASS.
6274
6275 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
6276
6277         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
6278         function.
6279         * config/mn10300/mn10300-protos.h: Declare it.
6280         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
6281         attribute cc of instructions that may use clr.
6282
6283 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
6284
6285         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
6286         (x - (x & y)) is found.
6287
6288 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6289
6290         * configure.in: Fix typo.
6291         * configure: Regenerate.
6292
6293 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
6294
6295         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
6296
6297 2003-02-13  Adam Nemet  <anemet@lnxw.com>
6298
6299         PR opt/2391
6300         * combine.c: Fix spelling in comment.
6301         (cached_nonzero_bits): New function.
6302         (cached_num_sign_bit_copies): New function.
6303         (nonzero_bits_with_known): New macro.
6304         (num_sign_bit_copies_with_known): New macro.
6305         (nonzero_bits1): Rename from nonzero_bits.  Add three new
6306         arguments.  Change calls from nonzero_bits to
6307         nonzero_bits_with_known.
6308         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
6309         three new arguments.  Change calls from num_sign_bit_copies to
6310         num_sign_bit_copies_with_known.
6311         (nonzero_bits): New macro.
6312         (num_sign_bit_copies): New macro.
6313         (update_table_tick): Don't traverse identical subexpression more
6314         than once.
6315         (get_last_value_validate): Likewise.
6316
6317 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
6318
6319         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
6320         * function.h (struct emit_status): Length of regno_pointer_align
6321         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
6322         not regno_pointer_align_length (i.e. length actually used, not
6323         length as allocated)
6324
6325         * config/i386/i386.c (struct stack_local_entry): New.
6326         (struct machine_function): Replace huge array with alist.
6327         (assign_386_stack_local): Change to match.
6328
6329 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
6330
6331         * inclhack.def (hpux_long_double): Tighten select and add bypass
6332         regexp.
6333         * fixincl.x: Rebuilt.
6334
6335 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6336
6337         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
6338         edge and block ends with a jump insn it must be simple jump.
6339
6340 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
6341
6342         * Makefile.in (PREPROCESSOR_DEFINES): Add
6343         @TARGET_SYSTEM_ROOT_DEFINE@.
6344         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
6345         is specified or if building a cross compiler.
6346         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
6347         if the sysroot is under $exec_prefix.
6348         * configure: Regenerated.
6349         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
6350         defined.
6351         (struct default_include): Add add_sysroot field.
6352         (cpp_SYSROOT): Declare.
6353         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
6354         field.
6355         (cpp_SYSROOT): New variable.
6356         * cppinit.c (cpp_create_reader): Initialize
6357         CPP_OPTION (pfile, sysroot).
6358         (init_standard_includes): Handle add_sysroot.  Do not
6359         add unrelocated copies of relocated directories.
6360         (COMMAND_LINE_OPTIONS): Add -isysroot.
6361         (cpp_handle_option): Handle -isysroot.
6362         * cpplib.h (struct cpp_options): Add sysroot member.
6363         * gcc.c (The Specs Language): Update description of %I.
6364         (target_system_root_changed): New variable.
6365         (process_command): Conditionalize make_relative_prefix call
6366         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
6367         target_system_root_changed.
6368         (do_spec_1): Add -isysroot to %I.
6369         * doc/invoke.texi (Spec Files): Update description of %I.
6370         * doc/install.texi (--with-sysroot): Update comment about
6371         relocation.
6372
6373 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
6374
6375         * config/h8300/h8300.md (a peephole2): New.
6376
6377 2003-02-13  Robert Lipe <robertlipe@usa.net>
6378             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6379
6380         * doc/install.texi (Specific): Update three SCO-related URLs.
6381
6382 2003-02-13  Andreas Schwab  <schwab@suse.de>
6383
6384         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
6385         Parenthesize properly.
6386         (NPREDECESORS): Parenthesize properly.
6387
6388 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6389
6390         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
6391
6392 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6393
6394         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
6395         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
6396
6397         * reg-stack.c (subst_stack_regs_pat): Add support for binary
6398         UNSPEC instructions (e.g. "fpatan").
6399
6400 2003-02-12  Mike Stump  <mrs@apple.com>
6401
6402         * varray.c (element_size): Remove.
6403         (uses_ggc): Remove.
6404         (element): Add.
6405         (varray_init): Use new interface.
6406         (varray_grow): Use new interface.
6407         (varray_clear): Use new interface.
6408
6409 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6410
6411         * config/rs6000/spe.h: Add casts to the arguments of the following
6412         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
6413         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
6414         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
6415         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
6416         __ev_get_u16, __ev_get_s16.
6417
6418 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6419
6420         * config/h8300/h8300.md (a peephole2): New.
6421
6422 2003-02-12  Jan Hubicka  <jh@suse.cz>
6423
6424         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
6425         (OBJS): Add callgraph.o
6426         (callgraph.o): New.
6427         * c-decl.c (expand_body_1): Break out from ...
6428         (expand_body): This one;  change calling convention
6429         (finish_function): Move some of expand_body logic here.
6430         (c_expand_deferred_function): Update call of expand_body
6431         (c_expand_stmt): Use c_expand_body_1.
6432         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
6433         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
6434         * c-tree.h (c_expand_body): Declare.
6435         * callgraph.c: New file.
6436         * flags.h (flag_unit_at_a_time): Declare.
6437         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
6438         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
6439         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
6440         * langhooks.h (struct lang_hooks_for_callgraph): New.
6441         (struct lang_hooks): Add callgraph field.
6442         * toplev.c (flag_unit_at_a_time): New.
6443         (lang_independent_options): Add flag_unit_at_a_time.
6444         (process_options): Disable unit-at-a-time mode for frontends not
6445         supporting callgraph.
6446         * tree-inline.c (typedef struct inline_data): Add "decl"
6447         (expand_call_inline): Update callgraph.
6448         (optimize_inline_calls): Set id.decl.
6449         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
6450         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
6451         cgraph_calls_p): Declare.
6452         * invoke.texi (-funit-at-a-time): Document
6453
6454 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6455
6456         * config/rs6000/spe.h: Fix misc formatting.
6457         (__ev_create_ufix32_fs): Cast ev argument.
6458         (__ev_create_sfix32_fs): Same.
6459         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
6460         (__ev_get_ufix32_fs_internal): Same.
6461
6462 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
6463
6464         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
6465         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
6466
6467 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
6468
6469         * cpplib.c (do_include_common): Move warnings for
6470         #include_next and #import out to callers.  Use early-return
6471         instead of nested ifs.  Don't do check_eol here.
6472         (parse_include): Do check_eol here with the rest of the
6473         parsing stuff.
6474         (do_include_next, do_import): Now handle warnings.
6475
6476 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6477
6478         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
6479
6480 2003-02-12  Jan Hubicka  <jh@suse.cz>
6481
6482         * predict.c (estimate_probability):  Fix roundoff error.
6483
6484 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6485
6486         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
6487         (two peephole2): New.
6488
6489 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6490
6491         * config/h8300/h8300.md (several peephole2): Replace
6492         find_regno_note with peep2_reg_dead_p.
6493
6494 2003-02-11  Richard Henderson  <rth@redhat.com>
6495
6496         * gcse.c (lookup_set): Remove unused argument PAT.  Update
6497         both callers.
6498
6499 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
6500
6501         * diagnostic.c (real_abort): New.
6502         (diagnostic_report_diagnostic): Call real_abort on error.
6503         * diagnostic.h (diagnostic_abort_on_error): New.
6504         (struct diagnostic_context): Add abort_on_error field.
6505         * toplev.c (setup_core_dumping): New.
6506         (decode_d_option): Handle 'H' case.
6507         * doc/invoke.texi (Debugging Options): Document -dH.
6508
6509 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6510
6511         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
6512         which refers to obsolete directories.
6513
6514 2003-02-11  Richard Henderson  <rth@redhat.com>
6515
6516         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
6517
6518 2002-10-21  Jan Hubicka  <jh@suse.cz>
6519
6520         * i386.c (contains_128bit_aligned_vector_p): New function.
6521         (ix86_function_arg_boundary): Properly align vector modes.
6522
6523 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
6524
6525         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
6526         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
6527         as a SET pattern.
6528
6529 2003-02-11  Roger Sayle  <roger@eyesopen.com>
6530
6531         * builtins.c:  Fix failure caused by commiting wrong patch.
6532
6533 2003-02-11  Dale Johannesen  <dalej@apple.com>
6534         * ra-build.c (compare_and_free_webs):  Relax checking.
6535         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
6536         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
6537
6538 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6539
6540         PR optimization/9651
6541         * rtlanal.c (may_trap_p): Handle FIX.
6542
6543 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
6544
6545         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
6546         * doc/invoke.texi: Extra alias.
6547
6548 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
6549
6550         * config/rs6000/host-darwin.c: Fix comment.
6551
6552 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
6553
6554         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
6555         predicate for mod result.
6556
6557 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6558
6559         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
6560         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
6561         * fixincl.x: Rebuilt.
6562         * tests/base/stdlib.h: Update.
6563         * tests/base/ctype.h: New file.
6564
6565 2003-02-11  Jan Hubicka  <jh@suse.cz>
6566
6567         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
6568
6569 2003-02-11  Richard Henderson  <rth@redhat.com>
6570
6571         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
6572         appropriated as globals.
6573         (ix86_expand_clrstr): Similarly.
6574         * config/i386/i386.md (cmpstrsi): Similarly.
6575
6576 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
6577
6578         * config/h8300/h8300.md (a peephole2): Add a case of 255.
6579
6580 2003-02-11  Roger Sayle  <roger@eyesopen.com>
6581
6582         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
6583         (pow_optab, atan2_optab): Define corresponding macros.
6584         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
6585         * genopinit.c (optabs): Implement pow_optab and atan2_optab
6586         using pow?f3 and atan2?f3 patterns.
6587         * builtins.c (expand_errno_check): New function to update errno
6588         if necessary, split out from expand_builtin_mathfn.
6589         (expand_builtin_mathfn): Use expand_errno_check.
6590         (expand_builtin_mathfn_2): New function to handle expanding binary
6591         math functions, reusing the code in expand_errno_check.
6592         (expand_builtin): Handle the pow and atan2 math built-ins,
6593         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
6594         expand_builtin_mathfn_2.
6595
6596         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
6597
6598 2003-02-11  Jan Hubicka  <jh@suse.cz>
6599
6600         * combine.c (combine_simplify_rtx): Fix folding of
6601         nested float_truncates.
6602
6603 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
6604
6605         * config/h8300/h8300.md (a peephole2): Fix a typo.
6606
6607 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
6608
6609         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
6610         register number.
6611
6612 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
6613
6614         * config/h8300/h8300-protos.h: Add a prototype for
6615         gtuleu_operator.
6616         * config/h8300/h8300.c (gtuleu_operator): New.
6617         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
6618         * config/h8300/h8300.md (a peephole2): New.
6619
6620 2003-02-11  Jan Hubicka  <jh@suse.cz>
6621
6622         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
6623
6624 2003-02-11  Jan Hubicka  <jh@suse.cz>
6625
6626         * predict.c (choose_function_section): Choose sections correctly.
6627
6628 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6629
6630         * reload1.c (first_label_num): New.
6631         (reload): Index offsets_known_at and offsets_at using difference of
6632         label number and first label number.  Don't use offset pointers.
6633         (set_label_offsets, set_initial_label_offsets): Likewise.
6634
6635 2003-02-10  Roger Sayle  <roger@eyesopen.com>
6636
6637         * mips-tfile.c (init_file): Add missing initializers in the
6638         "#ifdef __alpha" case.
6639         (file_offset, max_file_offset): Declare as unsigned long.
6640         (write_varray): Cast to "unsigned long" in comparisons against
6641         either file_offset or max_file_offset.
6642         (write_object): Likewise.
6643         (read_seek): Likewise.
6644         (copy_object): Likewise. Declare "ifd" as int to match its use
6645         in add_ext_symbol, and avoid signed/unsigned conditional warning.
6646
6647 2003-02-10  Nick Clifton  <nickc@redhat.com>
6648             Aldy Hernandez  <aldyh@redhat.com>
6649
6650         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
6651         override options which have been specified on the command line.
6652
6653 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
6654
6655         * config/h8300/h8300.md (abssf2): New.
6656         (*abssf2_h8300): Likewise.
6657         (*abssf2_h8300hs): Likewise.
6658
6659 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
6660
6661         * tree.c (build_tree_list):  Fix parameter names in comment.
6662
6663 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
6664
6665         * config/rs6000/ppc64-fp.c: New file.
6666         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
6667
6668 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
6669
6670         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
6671         * bb-reorder.c (make_reorder_chain): Deleted.
6672         (make_reorder_chain_1): Deleted.
6673         (find_traces): New function.
6674         (rotate_loop): New function.
6675         (mark_bb_visited): New function.
6676         (find_traces_1_round): New function.
6677         (copy_bb): New function.
6678         (bb_to_key): New function.
6679         (better_edge_p): New function.
6680         (connect_traces): New function.
6681         (copy_bb_p): New function.
6682         (get_uncond_jump_length): New function.
6683         (reorder_basic_blocks): Use new functions (Software Trace Cache).
6684         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
6685         boundaries.
6686
6687 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
6688
6689         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
6690
6691 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6692
6693         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
6694         (DECL_LIVE_RANGE_RTL): Remove.
6695
6696 2003-02-10  Nick Clifton  <nickc@redhat.com>
6697
6698         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
6699         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
6700         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
6701         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
6702         config/arm/freebsd.h, config/arm/linux-elf.h,
6703         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
6704         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
6705         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
6706         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
6707         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
6708         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
6709         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
6710         and reformat as appropriate.
6711
6712 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
6713
6714         * config/h8300/clzsi2.c: Remove.
6715         * config/h8300/ctzsi2.c: Likewise.
6716         * config/h8300/paritysi2.c: Likewise.
6717         * config/h8300/popcountsi2.c: Likewise.
6718         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
6719         ctzsi2, paritysi2, and popcountsi2.
6720
6721 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6722             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6723
6724         PR c/7741
6725         * c-decl.c (duplicate_decls): Discard the initializer of the
6726         new decl when the types are conflicting.
6727
6728 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
6729
6730         * Makefile.in (sreal.o): Added.
6731         (predict.o): Depends on sreal.h instead of real.h.
6732         * sreal.c: New file.
6733         * sreal.h: New file.
6734         * predict.c: Use sreal.c instead of real.c.
6735
6736 2003-02-10  Nick Clifton  <nickc@redhat.com>
6737
6738         * Contributed support for the Cirrus EP9312 "Maverick"
6739         floating point co-processor.  Written by Aldy Hernandez
6740         <aldyh@redhat.com>.
6741         (config/arm/arm.c): Add Cirrus support.
6742         (config/arm/arm.h): Likewise.
6743         (config/arm/aout.h): Likewise.
6744         (config/arm/arm.md): Likewise.
6745         (config/arm/arm-protos.h): Likewise.
6746         (config.gcc): Likewise.
6747         (doc/invoke.texi): Describe new -mcpu value and new
6748         -mcirrus-fix-invalid-insns switch,
6749         (cirrus.md): New file.
6750
6751 2003-02-10  Jan Hubicka  <jh@suse.cz>
6752
6753         * combine.c (combine_simplify_rtx): Simplify using
6754         (float_truncate (float x)) is (float x)
6755         (float_extend (float_extend x)) is (float_extend x).
6756
6757 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
6758
6759         * calls.c (try_to_integrate): Tidy stack_usage_map access.
6760         (emit_library_call_value_1): Likewise.  Formatting.
6761         (store_one_arg): Likewise.
6762
6763 2003-02-09  Nick Clifton  <nickc@redhat.com>
6764             Aldy Hernandez  <aldyh@redhat.com>
6765
6766         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
6767         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
6768         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
6769         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
6770         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
6771         docs.  Add range test for immediate value.
6772
6773 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
6774
6775         Rename spe_evxor to xorv2si3.
6776         (xorv4hi3): New.
6777         (xorv1di3): New.
6778
6779 2003-02-10  Glen Nakamura  <glen@imodulo.com>
6780
6781         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
6782         tag.
6783
6784 2003-02-10  Jan Hubicka  <jh@suse.cz>
6785
6786         * i386.c (vector_move_operand): New predicate.
6787         (ix86_expand_vector_move): Be happy about 0.
6788         * i386.h (PREDICATE_CODES): Add sse-move_operand.
6789         * i386.md (mov*_internal): Add 'C' alternative.
6790
6791 2003-02-09  Jan Hubicka  <jh@suse.cz>
6792
6793         * i386.md (floathi*): Deal with SSE.
6794
6795 2003-02-09  Jan Hubicka  <jh@suse.cz>
6796
6797         * simplify-rtx.c (simplify_unary_operation,
6798         simplify_binary_operation):  Deal with vector modes
6799         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
6800
6801 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
6802
6803         * toplev.c (rest_of_compilation): Recompute register usage after
6804         split_all_insns.
6805
6806 2003-02-09  Richard Henderson  <rth@redhat.com>
6807
6808         * libgcc-std.ver (__clztf2): New.
6809         (__ctztf2, __popcounttf2, __paritytf2): New.
6810         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
6811         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
6812         adjust code to match the different type sizes.
6813         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
6814         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
6815
6816         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
6817         TImode; select word_mode and twice that.
6818         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
6819         select the modes from float, double, and long double.
6820         (init_optabs): Remove duplicate initializations.
6821
6822 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
6823
6824         * doc/install.texi: Squeeze and streamline section on
6825         testing and regression checking.
6826
6827 2003-02-09  Jan Hubicka  <jh@suse.cz>
6828
6829         * i386.md (ahi?v*3): Set third operand type to TImode.
6830         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
6831
6832         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
6833         integer mode.
6834
6835         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
6836         Change code so they are arithmetic expressions now.
6837         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
6838         simplify_ternary_operation): Deal with VEC_* expressions.
6839
6840         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
6841
6842 2003-02-08  Jan Hubicka  <jh@suse.cz>
6843
6844         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
6845         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
6846         possibly got duplicated.
6847
6848 2003-02-08  Richard Henderson  <rth@redhat.com>
6849
6850         * config/alpha/alpha.c (override_options): Turn off explicit
6851         relocs until post-peep2 code duplication resolved.
6852
6853 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
6854
6855         * optabs.c (expand_unop): Widen clz properly when clz is done
6856         via libcall.
6857
6858 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
6859
6860         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
6861         * config/h8300/crti.asm: Likewise.
6862         * config/h8300/crtn.asm: Likewise.
6863         * config/h8300/ctzsi2.c: Likewise.
6864         * config/h8300/fixunssfsi.c: Likewise.
6865         * config/h8300/h8300-protos.h: Likewise.
6866         * config/h8300/h8300.c: Likewise.
6867         * config/h8300/h8300.h: Likewise.
6868         * config/h8300/h8300.md: Likewise.
6869         * config/h8300/paritysi2.c: Likewise.
6870         * config/h8300/popcountsi2.c: Likewise.
6871         * config/h8300/rtems.h: Likewise.
6872
6873 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6874
6875         * doc/invoke.texi: Documentation for my previous commit.
6876         * doc/passes.texi: Ditto.
6877
6878 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6879
6880         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
6881         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
6882         Declare.
6883         (DLTHE_FLAG_UPDATE_FREQ): New.
6884         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
6885         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
6886         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
6887         fix_bb_placement, fix_bb_placements, place_new_loop,
6888         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
6889         New static functions.
6890         (fix_loop_placement, can_duplicate_loop_p,
6891         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
6892         New functions.
6893
6894         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
6895         unswitch_loops): Declare.
6896         * loop-init.c: New file.
6897         * loop-unswitch.c: New file.
6898         * Makefile.in (loop-init.o, loop-unswitch.o): New.
6899         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
6900         * toplev.c (DFI_loop2): New dump.
6901         (flag_unswitch_loops): New.
6902         (lang_independent_options): Add it.
6903         (rest_of_compilation): Call new loop optimizer.
6904         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
6905
6906 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
6907
6908         * config/h8300/clzsi2.c: New.
6909         * config/h8300/ctzsi2.c: Likewise.
6910         * config/h8300/paritysi2.c: Likewise.
6911         * config/h8300/popcountsi2.c: Likewise.
6912         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
6913
6914 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
6915
6916         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
6917         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
6918         (ctzsi2): New pattern.
6919         (ffssi2): Use clz instead of unspec.
6920         (clzdi2): Rename from cntlzd2.
6921         (ctzdi2): New pattern.
6922         (ffsdi2): Use clz instead of unspec.
6923
6924 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6925
6926         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
6927         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
6928         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
6929         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
6930
6931 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
6932
6933         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
6934
6935 2003-02-07  Richard Henderson  <rth@redhat.com>
6936
6937         PR 9226
6938         * gcse.c (local_cprop_find_used_regs): New.
6939         (local_cprop_pass): Use it.
6940
6941 2003-02-07  Fred Fish  <fnf@intrinsity.com>
6942
6943         * mips-tfile.c (parse_def): Parenthesize assignments to fix
6944         precedence bugs.
6945
6946 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
6947
6948         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
6949
6950 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6951
6952         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
6953         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
6954         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
6955         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
6956         builtin functions (and their __builtin_* variants).
6957         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
6958         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
6959         when not optimizing.
6960
6961         * doc/extend.texi: Document new pow and atan2 builtins, and
6962         their float and long double variants.  Realphabetize builtins.
6963
6964 2003-02-07  Jan Hubicka  <jh@suse.cz>
6965
6966         * i386.md (sse2_nandv2di3): Fix.
6967
6968 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
6969
6970         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
6971         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
6972         definition.
6973         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
6974         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
6975
6976 2003-02-07  Jan Hubicka  <jh@suse.cz>
6977
6978         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
6979
6980 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
6981
6982         * cfg.c (dump_flow_info): Add back accidently deleted line.
6983
6984 2003-02-07  Andrey Petrov <petrov@netbsd.org>
6985
6986         * optabs.c (expand_float): Search wider integer modes first.
6987
6988 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
6989
6990         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
6991         based on preprocessor flag.
6992
6993 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6994             Richard Henderson  <rth@redhat.com>
6995
6996         * gcse.c (implicit_sets): New.
6997         (compute_hash_table_work): Include them in hash table.
6998         (find_implicit_sets, fis_get_condition): New.
6999         (one_cprop_pass): Allocate and free implicit_sets; call
7000         find_implicit_sets before building hash table.
7001
7002 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
7003
7004         * config/t-netbsd (USER_H): Revert previous change.
7005
7006 2003-02-07  Gabor Greif  <ggreif@lucent.com>
7007
7008         * doc/c-tree.texi (Namespaces): Fix typo.
7009
7010 2003-02-07  Jan Hubicka  <jh@suse.cz>
7011
7012         * regrename.c (do_replace, find_oldest_value_reg,
7013         copyprop_hardreg_forward_1): Update register attributes.
7014
7015 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
7016
7017         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
7018         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
7019         variables starting with underscore.
7020         (struct unit_usage): New structure.
7021         (unit_usages, cycle_alt_unit_usages): New global variables.
7022         (check_unit_distribution_in_reserv): Remove it.
7023         (store_alt_unit_usage): New function.
7024         (check_regexp_units_distribution): Rewrite it.
7025
7026 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7027
7028         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
7029         target_cpu_default.
7030         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
7031         if not MASK_NO_SPACE_REGS.
7032         (output_call): Adjust return pointer, don't load new space register
7033         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
7034         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
7035         TARGET_NO_SPACE_REGS is true.
7036         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
7037         conditions.
7038         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
7039         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
7040         true.  Use bve when TARGET_64BIT is true.
7041
7042 2003-02-06  Richard Henderson  <rth@redhat.com>
7043
7044         * combine.c (nonzero_bits): Fix double break.
7045
7046 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
7047             Richard Henderson <rth@redhat.com>
7048
7049         PR c/9530
7050         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
7051         from functions that return a float to functions that don't.
7052
7053 2003-02-06  Jan Hubicka  <jh@suse.cz>
7054
7055         * i386.c (x86_inter_unit_moves): New variable.
7056         (ix86_secondary_memory_needed): Fix 64bit case, honor
7057         TARGET_INTER_UNIT_MOVES
7058         * i386.h (x86_inter_unit_moves): Declare.
7059         (TARGET_INTER_UNIT_MOVES): New macro.
7060         * i386.md (movsi_1): Cleanup constraints; disable
7061         when not doing inter-unit moves.
7062         (movsi_1_nointernunit): New.
7063         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
7064         (movdi_1_rex64_nointerunit): New.
7065         (mivsf_1): disable when not doing inter-unit moves.
7066         (movsf_1_nointerunit): New.
7067
7068         * basic-block.h (inside_basic_block_p):  Declare.
7069         * cfgbuild.c (inside_basic_block_p): Make global.
7070         * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
7071         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
7072         update CFG.
7073         (fix_basic_block_boundaries, add_missing_bbs): New.
7074         (rank): Use profile.
7075         (scheudle_ebbs): Rely on CFG; update coments.
7076
7077 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
7078
7079         * Makefile.in (host_hook_obj): New.
7080         (OBJS): Add $(host_hook_obj).
7081         (host_default.o): New rule.
7082         * config.gcc (host_hook_obj): New, default to host-default.o.
7083         (powerpc-*-darwin*): Use host-darwin.o.
7084         (out_host_hook_obj): New.
7085         * configure: Regenerate.
7086         * configure.in: Print information about out_host_hook_obj, substitute
7087         into output files.
7088         * host-default.c: New file.
7089         * hosthooks.h: New file.
7090         * toplev.c (general_init): Call host_hooks.extra_signals.
7091         * config/rs6000/host-darwin.c: New file.
7092         * config/rs6000/x-darwin: New file.
7093         * doc/hostconfig.texi: Add documentation for new host hook.
7094         Rearrange existing documentation.
7095
7096 2003-02-05  Roger Sayle  <roger@eyesopen.com>
7097
7098         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
7099         with *targetm.delegitimize_address.
7100         (rtl_for_decl_location): Likewise.
7101         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
7102         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
7103
7104         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
7105         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
7106         prototype.
7107         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
7108         i386_simplify_dwarf_addr.  Made static.  Prototyped.
7109         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
7110         i386_simplify_dwarf_addr to ix86_delegitimize_address.
7111         (ix86_find_base_term): Likewise.
7112         (maybe_get_pool_constant): Likewise.
7113
7114         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
7115         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
7116         prototype.
7117         * config/s390/s390.c (s390_delegitimize_address): Renamed from
7118         s390_simplify_dwarf_addr.  Made static.  Prototyped.
7119         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
7120
7121 2003-02-05  Richard Henderson  <rth@redhat.com>
7122
7123         PR c/8602
7124         * integrate.c (output_inline_function): Reset input_filename
7125         and lineno from the decl before rest_of_compilation.
7126
7127 2003-02-05  Richard Henderson  <rth@redhat.com>
7128
7129         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
7130         (CTZ_DEFINED_VALUE_AT_ZERO): New.
7131         * doc/rtl.texi, doc/tm.texi: Document them.
7132
7133         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
7134         of the value at zero properly.
7135         * fold-const.c (tree_expr_nonnegative_p): Likewise.
7136         * simplify-rtx.c (simplify_unary_operation): Likewise.
7137
7138         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
7139         (CTZ_DEFINED_VALUE_AT_ZERO): New.
7140
7141         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
7142         (TARGET_EXPAND_BUILTIN): Remove.
7143         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
7144         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
7145         (enum arm_builtins): Remove.
7146         * config/arm/arm.md (UNSPEC_CLZ): Remove.
7147         (clzsi2): Rename from clz; use clz instead of unspec.
7148         (ctzsi2): New.
7149         * config/arm/arm-protos.h: Update.
7150
7151 2003-02-05  Jan Hubicka  <jh@suse.cz>
7152
7153         * i386-protos.h (x86_emit_floatuns):  Declare.
7154         * i386.c (x86_emit_floatuns): New global function.
7155         * i386.md (floatunssisf2, floatunsdisf2,
7156         floatunsdidf2):  New patterns.
7157
7158 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7159
7160         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
7161
7162 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
7163
7164         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
7165           config/ia64/linux.h
7166
7167 2003-02-05  Roger Sayle  <roger@eyesopen.com>
7168
7169         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
7170
7171 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
7172
7173         PR optimization/8555
7174         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
7175         instead of aborting.
7176
7177 2003-02-04  Richard Henderson  <rth@redhat.com>
7178
7179         * config/i386/i386.md (UNSPEC_BSF): Remove.
7180         (ffssi2): Split into cmove and no_cmove insns and splitters;
7181         lose pentium float trick for now.
7182         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
7183         (ctzsi2, clzsi2, bsr): New.
7184
7185 2003-02-04  Richard Henderson  <rth@redhat.com>
7186
7187         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
7188         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
7189         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
7190         (ffsdi2): Use popcount instead of unspec.
7191         (popcountdi2): Rename from *popcnt.
7192         (ctzdi2, clzdi2, getf_exp_tf): New.
7193
7194 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7195
7196         * genconfig.c (main): Generate CC0_P.
7197         * rtl.h (CC0_P): Remove.
7198
7199 2003-02-04  Richard Henderson  <rth@redhat.com>
7200
7201         * libgcc2.h, libgcc2.c (__ffsSI2): New.
7202         (__ffsDI2): Rename from __ffsdi2.
7203         * mklibgcc.in (lib2funcs): Add _ffssi2.
7204
7205 2003-02-04  Richard Henderson  <rth@redhat.com>
7206
7207         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
7208         rounds with a "bit table" lookup.
7209
7210 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
7211
7212         * reload.c (find_reloads): Do not use the mode specified in the insn
7213         pattern as reload mode for address operands.  Do not generate optional
7214         reloads for operands where a mandatory reload was already pushed.
7215
7216 2003-02-04  Richard Henderson  <rth@redhat.com>
7217
7218         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
7219         builtins instead of inline assembly.
7220
7221 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7222
7223         PR c/9376
7224         * libgcc2.c (__subvdi3): Fix typo.
7225
7226 2003-02-04  Jan Hubicka  <jh@suse.cz>
7227
7228         * i386.md (movti_rex64):  Fix constraint.
7229
7230 2003-02-04  Jan Hubicka  <jh@suse.cz>
7231
7232         * i386.md (vector push splitters):  Fix typo in resolving conflict.
7233
7234 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
7235
7236         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
7237
7238 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
7239
7240         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
7241         for recent libstdc++.  Remove formatting cruft.
7242
7243 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
7244
7245         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
7246         attribute even if input file name is absolute, but one of the
7247         includes is relative.
7248
7249 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
7250
7251         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
7252         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
7253         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
7254
7255 2003-02-03  Richard Henderson  <rth@redhat.com>
7256
7257         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
7258         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
7259         return type to "int".  Shuffle declarations and undef int trap.
7260         * libgcc2.h: Remove their declarations.
7261         * optabs.c (expand_unop): Force outmode to int for bitops.
7262
7263 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
7264
7265         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
7266         coprocessor registers before floating-point registers.
7267         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
7268         to account for a previously removed register.
7269         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
7270         Delete unused macros.
7271
7272 2003-02-03  Jan Hubicka  <jh@suse.cz>
7273
7274         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
7275         (mov*_internal): Fix predicates; require one of operands to not be
7276         memory.
7277         (SSE?MMX move expanders):  Fix predicates; force one of operands to
7278         register.
7279         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
7280         (movups/movupd/movdqu patterns): Force one of operands to not be
7281         memory.
7282
7283 2003-02-03  Roger Sayle  <roger@eyesopen.com>
7284
7285         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
7286         takes a single rtx and returns it unmodified.
7287         * hooks.h (hook_rtx_rtx_identity): Prototype here.
7288         * target.h (struct gcc_target): Add "delegitimize_address"
7289         field to target structure.
7290         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
7291         for delegitimize_address target using hook_rtx_rtx_identity.
7292         (TARGET_INITIALIZER): Initialize delegitimize_address field
7293         using TARGET_DELEGITIMIZE_ADDRESS macro.
7294         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
7295         extensions of constant pool references.  Use delegitimize_address
7296         to undo the obfuscation of "-fpic".
7297         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
7298
7299         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
7300         i386_simplify_dwarf_addr.
7301         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
7302         (maybe_get_pool_constant): Likewise.
7303
7304 2003-02-03  Jan Hubicka  <jh@suse.cz>
7305
7306         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
7307
7308 2003-02-03  Jan Hubicka  <jh@suse.cz>
7309
7310         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
7311
7312 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7313
7314         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
7315         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
7316
7317 2003-02-02  Andreas Schwab  <schwab@suse.de>
7318
7319         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
7320
7321 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
7322
7323         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
7324         (epilogue_insns): Likewise.
7325
7326 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7327
7328         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
7329
7330 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7331
7332         * pa-protos.h (attr_length_millicode_call): Remove second argument.
7333         (attr_length_indirect_call, attr_length_indirect_call,
7334         attr_length_save_restore_dltp): New prototypes.
7335         * pa.c (attr_length_millicode_call): Remove second argument.  Check
7336         INSN_ADDRESSES_SET_P in distance calculation.
7337         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
7338         INSN_ADDRESSES.
7339         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
7340         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
7341         Call attr_length_call directly.
7342         (attr_length_indirect_call, output_indirect_call,
7343         attr_length_save_restore_dltp): New functions.
7344         * pa.md (attr_length_millicode_call): Drop second argument from all
7345         patterns.
7346         (return_internal_pic): Delete.
7347         (return_external_pic): Remove use of PIC register and pic operand and
7348         flag checks.
7349         (epilogue): Use return_internal for both normal and pic code.
7350         (call, call_value): Emit new 32-bit pic patterns for symref and
7351         indirect calls.  Remove uses for arg pointer and pic register.
7352         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
7353         call_reg_pic_post_reload, call_val_symref_pic,
7354         call_val_symref_pic_post_reload, call_val_reg_pic,
7355         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
7356         Implement define_split and define_peephole2 patterns for pre reload
7357         patterns.
7358         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
7359         call_value_internal_reg_64bit): Shorten names.
7360         (all call patterns): Explicitly indicate registers used and clobbered.
7361         Use attr_length_indirect_call and attr_length_save_restore_dltp for
7362         attribute length calculation.  Move code generation for indirect calls
7363         to output_indirect_call.
7364         (sibcall, sibcall_value): Don't restore PIC register.
7365         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
7366         register retore.
7367
7368 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7369
7370         * doc/install.texi (Testing): Simplify and compress instructions
7371         concerning Dejagnu.
7372
7373 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7374
7375         * collect2.c (pexecute_pid): Rename to pid.
7376         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
7377         pid.
7378
7379 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
7380
7381         * doc/extend.texi (Function Attributes): Remove documentation
7382         for PowerPC Windows NT function attributes..
7383
7384 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
7385
7386         * dwarf2out.c (gen_type_die): Check for typedefs before calling
7387         for TYPE_MAIN_VARIANT.
7388
7389 2003-02-01  Richard Henderson  <rth@redhat.com>
7390
7391         * libgcc2.c: Include auto-host.h.
7392         (ATTRIBUTE_HIDDEN): New.
7393         (__clz_tab): Don't declare here for clz and ctz.
7394         (__clzsi2, __clzdi2): Use count_leading_zeros.
7395         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
7396         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
7397         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
7398         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
7399
7400 2003-02-01  Richard Henderson  <rth@redhat.com>
7401
7402         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
7403         to the conditional.
7404         (ashlsi3_1_zext splitter): Likewise.
7405
7406 2003-02-01  Richard Henderson  <rth@redhat.com>
7407
7408         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
7409         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
7410         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
7411         return type to Wtype.
7412
7413         * libgcc-std.ver (GCC_3.4): Fix inheritance.
7414
7415         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
7416         expander input constraint.
7417
7418 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7419
7420         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
7421         OTI_parity.
7422         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
7423         * optabs.c (widen_clz, expand_parity): New.
7424         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
7425         for libcalls to clz, ctz, popcount, and parity.
7426         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
7427         parity_optab, and set up libfunc handlers.
7428         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
7429         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
7430         __popcount_tab): New.
7431         * libgcc2.h: Declare them.
7432         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
7433         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
7434         and parity_optab.
7435         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
7436         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
7437         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
7438         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
7439         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
7440         BUILT_IN_PARITYLL): New.
7441         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
7442         and add optab argument.
7443         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
7444         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
7445         * expr.c (expand_expr): Handle them.
7446         * fold-const.c (tree_expr_nonnegative_p): Likewise.
7447         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
7448         * reload1.c (eliminate_regs): Handle them.
7449         (elimination_effects): Likewise.
7450         * function.c (instantiate_virtual_regs_1): Likewise
7451         * genattrtab.c (check_attr_value): Likewise.
7452         * simplify-rtx.c (simplify_unary_operation): Likewise.
7453         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
7454         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
7455         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
7456         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
7457         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
7458         __builtin_arm_clz.
7459         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
7460         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
7461         * doc/extend.texi (Other Builtins): Add new builtins.
7462         * doc/md.texi (Standard Names): Add new patterns.
7463
7464 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
7465
7466         * reload.c: Revert 2003-01-31 change.
7467
7468 2003-02-01  Jan Hubicka  <jh@suse.cz>
7469
7470         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
7471
7472 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
7473
7474         * flags.h (flag_volatile): Remove declaration.
7475         (flag_volatile_global, flag_volatile_static): Likewise.
7476         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
7477         * toplev.c (flag_volatile): Remove definition.
7478         (flag_volatile_global, flag_volatile_static): Likewise.
7479         (f_options): Remove corresponding entries here.
7480         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
7481         or flag_volatile_static.
7482         * doc/invoke.texi: Remove documentation of -fvolatile,
7483         -fvolatile-global and -fvolatile-static.
7484
7485 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7486
7487         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
7488         updating of total_code_bytes from prologue to epilogue.
7489
7490 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7491
7492         * reload.c (find_reloads): Do not use the mode specified in the insn
7493         pattern as reload mode for address operands.  Do not generate optional
7494         reloads for operands where a mandatory reload was already pushed.
7495         Generate optional reloads only in the final pass though find_reloads.
7496         (have_replacement_p): New function.
7497
7498 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7499
7500         * doc/install.texi (Testing): Remove a reference to our obsolete
7501         /testresults web pages and strip redundant information concerning
7502         test results.
7503         (Binaries): Refer to Microsoft Windows instead of listing all
7504         possible variants.
7505
7506 2003-02-01  Jan Hubicka  <jh@suse.cz>
7507
7508         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
7509         RTL chain.
7510
7511         * combine.c (simplify_set): Reverse order of ragumetns to
7512         REG_CANNOT_CHANGE_MODE_P
7513         * df.c (df_def_record_1): Likewise.
7514         * recog.c (register_operand): Likewise.
7515         * simplify-rtx.c (simplify_subreg): Likewise.
7516         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
7517         CANNOT_CHANGE_MODE_CLASS.
7518         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
7519         Likewise.
7520         * reload.c (push_reload): Likewise.
7521         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7522         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7523         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7524         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
7525         * mips.c (mips_cannot_change_mode_class): Update.
7526         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7527         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7528         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7529         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
7530         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
7531         * sh.c (sh_cannot_change_mode_class): Update.
7532         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
7533         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
7534
7535 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
7536
7537         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
7538         change to LINK_COMMAND_SPEC in gcc.c.
7539
7540 2003-01-31  Jan Hubicka  <jh@suse.cz>
7541
7542         PR c/9506
7543         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
7544
7545 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7546
7547         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
7548         duplicated code.
7549
7550 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
7551
7552         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
7553         (BINFO_ELTS): New #define.
7554         * stor-layout.c (finalize_record_size): Don't set them.
7555         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
7556         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
7557         (BINFO_LANG_ELTS): New #define.
7558         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
7559         * java/class.c (make_class): Use BINFO_ELTS.
7560         (set_super_info): Likewse.
7561         (add_interface_do): Likewise.
7562         * objc/objc-act.c (start_class): Use BINFO_ELTS.
7563
7564 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
7565
7566         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
7567         (times): Don't ever declare if not HAVE_TIMES.
7568         (clock): Don't ever declare if not HAVE_CLOCK.
7569
7570 2003-01-30  Richard Henderson  <rth@redhat.com>
7571
7572         * flow.c (update_life_info): Zap life info after cleanup_cfg.
7573         (regno_uninitialized): Use correct live at function entry set.
7574         (regno_clobbered_at_setjmp): Likewise.
7575
7576         * expr.c (store_expr): Promote all MEM intermediates to regs.
7577
7578 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7579
7580         * config/arm/arm.c: Fix comment typos.
7581         * config/arm/arm.h: Likewise.
7582         * config/arm/netbsd-elf.h: Likewise.
7583         * config/arm/netbsd.h: Likewise.
7584
7585 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
7586
7587         * gengtype.c (struct walk_type_data): Add needs_cast_p.
7588         (walk_type): Set needs_cast_p in walk_type_data.
7589         (write_types_process_field): Supply casts when required to suppress
7590         warnings.
7591         (write_root): Cast gt_pch_n_S to suppress warning.
7592         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
7593         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
7594         when they might exist.
7595         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
7596         insn-conditions.o, and rs6000.o.
7597
7598 2003-01-30  Richard Henderson  <rth@redhat.com>
7599
7600         * ggc-page.c (G.context_depth_allocations): New.
7601         (G.context_depth_collections): New.
7602         (alloc_page): Set G.context_depth_allocations.
7603         (ggc_collect): Set G.context_depth_collections.
7604         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
7605         (ggc_pop_context): Early exit for no allocations or collections.
7606
7607 2003-01-30  Richard Henderson  <rth@redhat.com>
7608
7609         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
7610
7611 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
7612
7613         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
7614         size, the link register is always saved if any other register is
7615         saved.
7616
7617 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7618
7619         * config/h8300/h8300-protos.h: Update the prototype for
7620         compute_plussi_cc.
7621         (cpp_reader): Declare before it is used.
7622         * config/h8300/h8300.c (compute_plussi_cc): Change the return
7623         type to int.
7624         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
7625         see an unknown H8 variant.
7626
7627 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
7628
7629         PR target/9316
7630         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
7631         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
7632         * config/rs6000/t-rtems: New file. multilib variants to match OS.
7633         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
7634         rs6000/t-ppcgas so we get the desired multilibs.
7635
7636 2003-01-30  Nick Clifton  <nickc@redhat.com>
7637
7638         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
7639         when popping saved IP register off the stack.
7640
7641 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7642
7643         * config/rs6000/aix43.h: Fix comment typos.
7644         * config/rs6000/aix51.h: Likewise.
7645         * config/rs6000/aix52.h: Likewise.
7646         * config/rs6000/altivec.h: Likewise.
7647         * config/rs6000/rs6000.c: Likewise.
7648         * config/rs6000/rs6000.h: Likewise.
7649         * config/rs6000/rs6000.md: Likewise.
7650         * config/rs6000/spe.md: Likewise.
7651
7652 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
7653
7654         * c-common.c (builtin_define_float_constants): Define
7655         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
7656
7657 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7658
7659         * config/sh/lib1funcs.asm: Fix comment typos.
7660         * config/sh/linux.h: Likewise.
7661         * config/sh/sh.c: Likewise.
7662         * config/sh/sh.md: Likewise.
7663
7664 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
7665
7666         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
7667
7668 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7669
7670         * config/fp-bit.h (__make_dp): Declare if TMODES.
7671
7672 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
7673
7674         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
7675         general_operand_src and general_operand_dst.
7676
7677 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
7678
7679         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
7680         Return true for variable sized types.
7681         (rs6000_va_arg): Handle variable sized types passed by reference
7682         on non-SVR4 ABI.
7683
7684 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
7685
7686         * arm.c (arm_legtimize_address): New function.
7687         * arm-protos.h (arm_legtimize_address): Add prototype.
7688         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
7689         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
7690         do ... while (0)
7691
7692 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
7693
7694         PR bootstrap/9296
7695         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
7696         depended on it being defined until now.
7697
7698 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
7699
7700         PR target/9295
7701         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
7702         RTEMS code knows which C++ initialization style the toolset
7703         configuration is using.
7704
7705 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
7706
7707         PR bootstrap/9293
7708         * config/m68k/t-crtstuff: Replace spaces with tabs, add
7709          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
7710
7711 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
7712
7713         PR bootstrap/9292
7714         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
7715         RTEMS threads.
7716         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
7717
7718 2003-01-29  Nick Clifton  <nickc@redhat.com>
7719
7720         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
7721         not $(srcdir).
7722
7723 2003-01-29  Andrew Haley  <aph@redhat.com>
7724
7725         * tree-inline.c (walk_tree): Add CHAR_TYPE.
7726
7727 2003-01-29  Jan Hubicka  <jh@suse.cz>
7728
7729         * i386.md (subdi3_carry_rex64): Fix typo.
7730
7731 2003-01-28  Stan Shebs  <shebs@apple.com>
7732
7733         * coretypes.h (cpp_reader): Forward declare struct.
7734         * c-pragma.h (cpp_reader): Remove forward declaration.
7735         * hashtable.h (cpp_reader): Likewise.
7736         * scan.h (cpp_reader): Likewise.
7737         * tree.h (cpp_reader): Likewise.
7738         * config/darwin-protos.h (cpp_reader): Likewise.
7739         * config/arm/arm-protos.h (cpp_reader): Likewise.
7740         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
7741         struct cpp_reader in prototypes.
7742
7743 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7744
7745         * doc/install.texi: Add documentation for installation into
7746         tooldirs and with DESTDIR.
7747
7748 2003-01-28  Richard Henderson  <rth@redhat.com>
7749
7750         * config.gcc (ia64*-*-aix*): Remove.
7751         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
7752         * config/ia64/unwind-aix.c: Remove file.
7753
7754 2003-01-28  Andreas Schwab  <schwab@suse.de>
7755
7756         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
7757         register.
7758         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
7759         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
7760         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
7761         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
7762         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
7763         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
7764         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
7765
7766 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7767
7768         * combine.c (nonzero_bits): Fix check for negative divide operands.
7769
7770 2003-01-28  Richard Henderson  <rth@redhat.com>
7771
7772         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
7773         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
7774
7775 2003-01-28  Richard Henderson  <rth@redhat.com>
7776
7777         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
7778
7779         * config/cris/cris.c (cris_address_cost): Make static.
7780         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
7781         * config/cris/cris.h (ADDRESS_COST): Remove.
7782         * config/cris/cris-protos.h: Update.
7783
7784 2003-01-23  Mike Stump  <mrs@apple.com>
7785
7786         * regclass.c (init_reg_autoinc): New function.
7787         (regclass): Move initialization of forbidden_inc_dec_class from
7788         here...
7789         (init_regs): to here.  Avoids reinitialization for each function,
7790         saving compilation time.
7791
7792 2003-01-28  Jason Merrill  <jason@redhat.com>
7793
7794         * cpplib.h (struct cpp_options): Add warn_deprecated field.
7795         * cppinit.c (cpp_create_reader): Turn it on by default.
7796         * c-opts.c (c_common_decode_option): Set it.
7797         * cpplib.c (do_pragma_once): Only complain about #pragma once
7798         if warn_deprecated is set.
7799
7800 2003-01-28  Dale Johannesen  <dalej@apple.com>
7801
7802         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
7803         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
7804         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
7805
7806 2003-01-28  Richard Henderson  <rth@redhat.com>
7807
7808         * target.h (targetm.address_cost): New.
7809         * target-def.h (TARGET_ADDRESS_COST): New.
7810         (TARGET_RTX_COSTS): Uncomment.  Oops.
7811         * cse.c (address_cost): Use new target hook.
7812         (default_address_cost): New.
7813         * output.h (default_address_cost): Declare.
7814         * hooks.c (hook_int_rtx_0): New.
7815         * hooks.h (hook_int_rtx_0): Declare.
7816         * loop.c (combine_givs_p): Remove if 0 code.
7817         * system.h (ADDRESS_COST): Poison.
7818
7819         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
7820         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
7821         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
7822         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
7823         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
7824         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
7825         config/xtensa/xtensa.c, config/xtensa/xtensa.h
7826         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
7827         (ADDRESS_COST): Remove.
7828
7829         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
7830         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
7831         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
7832         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
7833         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
7834         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
7835         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
7836         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
7837         config/mips/mips.c, config/mips/mips.h,
7838         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
7839         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
7840         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
7841         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
7842         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
7843         config/vax/vax.c, config/vax/vax.h
7844         (foo_address_cost): Make static.
7845         (TARGET_ADDRESS_COST): New.
7846         (ADDRESS_COST): Remove.
7847
7848         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
7849         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
7850         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
7851         config/stormy16/stormy16.h
7852         (ADDRESS_COST): Move code ...
7853         (foo_address_cost): ... here.
7854         (TARGET_ADDRESS_COST): New.
7855
7856         * config/m32r/m32r.c (m32r_address_cost): Remove.
7857         * config/m32r/m32r-protos.h: Update.
7858
7859         * config/mmix/mmix.c (mmix_address_cost): Remove.
7860         * config/mmix/mmix-protos.h: Update.
7861
7862         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
7863         mn10300_address_cost; move unsig allocation ...
7864         (mn10300_address_cost): ... here.
7865         (TARGET_ADDRESS_COST): New.
7866         * config/mn10300/mn10300-protos.h: Update.
7867         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
7868
7869         * doc/tm.texi: Update.
7870
7871 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
7872
7873         * haifa-sched.c (schedule_insn): Return necessary cycle advance
7874         after issuing the insn.
7875         (rank_for_schedule): Make a insn with /S the highest priority
7876         insn.
7877         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
7878         (choose_ready): Check SCHED_GROUP_P.
7879         (schedule_block): Advance cycle after issuing insn if it is
7880         necessary.  Don't reorder insns if there is an insn with /S.
7881         (set_priorities): Ignore schedule groups.
7882
7883         * sched-deps.c (remove_dependence, group_leader): Remove the
7884         functions.
7885         (add_dependence): Ignore schedule groups.
7886         (set_sched_group_p): Don't make copy of dependencies from previous
7887         insn of the schedule group.  Add anti-dependency to the previous
7888         insn of the schedule group.
7889         (compute_forward_dependences): Ignore schedule groups.
7890
7891         * sched-ebb.c (init_ready_list): Ignore schedule groups.
7892
7893         * sched-rgn.c (init_ready_list): Ditto.
7894         (can_schedule_ready_p): Ditto.
7895
7896 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
7897
7898         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
7899         register to another one.
7900
7901 2003-01-28  Richard Henderson  <rth@redhat.com>
7902
7903         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
7904
7905 2003-01-28  Roger Sayle  <roger@eyesopen.com>
7906
7907         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
7908
7909 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7910
7911         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
7912         class contains a floating-point register, return the size of the
7913         mode in half words.
7914
7915 2003-01-28  Jan Hubicka  <jh@suse.cz>
7916
7917         * i386.c (ix86_carry_flag_operator):  New predicate.
7918         (fcmov_operator): Fix whitespace.
7919         (ix86_expand_carry_flag_compare):  Deal with floating point.
7920         (ix86_expand_int_movcc): Deal with fp; update insn expansion
7921         (ix86_expand_int_addcc): Likewise.
7922         (ix86_expand_strlensi_unroll_1): likewsie.
7923         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
7924         * i386.md (add?i_carry_rex64): Use new predicate.
7925         (sub?i3_carry_rex64): Likewise.
7926         (x86_mov?icc_0_m1*): Likewise.
7927
7928 2003-01-28  Andreas Schwab  <schwab@suse.de>
7929
7930         * cfgloopmanip.c (create_preheader): Initialize src to avoid
7931         warning.
7932
7933         * expmed.c (emit_store_flag): Fix cast to avoid sign
7934         comparison warning.
7935
7936         * combine.c (force_to_mode): Add cast to fix warning when
7937         STORE_FLAG_VALUE is negative.
7938
7939 2003-01-27  Richard Henderson  <rth@redhat.com>
7940
7941         * Makefile.in (cse.o): Depend on TARGET_H.
7942         * cse.c (rtx_cost): Use targetm.rtx_costs.
7943         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
7944         * doc/tm.texi: Update.
7945
7946         * target.h (targetm.rtx_costs): New.
7947         * target-def.h (TARGET_RTX_COSTS): New.
7948         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
7949         * hooks.h: Update.
7950
7951         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
7952         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
7953         * config/alpha/alpha.h (PROCESSOR_MAX): New.
7954         (CONST_COSTS, RTX_COSTS): Remove.
7955
7956         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
7957         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
7958         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
7959         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
7960         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
7961         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
7962         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
7963         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
7964         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
7965         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
7966         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
7967         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
7968         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
7969         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
7970         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
7971         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
7972         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
7973         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
7974         config/v850/v850.c, config/v850/v850.h,
7975         config/xtensa/xtensa.c, config/xtensa/xtensa.h
7976         (CONST_COSTS, RTX_COSTS): Move code ...
7977         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
7978
7979         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
7980         (arm_rtx_costs, TARGET_RTX_COSTS): New.
7981         * config/arm/arm-protos.h: Update.
7982         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
7983
7984         * config/avr/avr.h (CONST_COSTS): Move code ...
7985         * config/avr/avr.c (avr_rtx_costs): ... here.
7986         (default_rtx_costs): Make static.
7987         * config/avr/avr-protos.h: Update.
7988
7989         * config/h8300/h8300.c (const_costs): Make static.
7990         (h8300_and_costs, h8300_shift_costs): Likewise.
7991         * config/h8300/h8300-protos.h: Update.
7992
7993         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
7994         (CONST_COSTS): Move code ...
7995         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
7996         default_rtx_costs; update for signature change.
7997         * config/ip2k/ip2k-protos.h: Update.
7998
7999         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
8000         (CONST_COSTS): Move code ...
8001         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
8002         (TARGET_RTX_COSTS): New.
8003         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
8004         * config/m68hc11/m68hc11-protos.h: Update.
8005
8006         * config/m68k/m68k.c (const_int_cost): Make static.
8007         * config/m68k/m68k-protos.h: Update.
8008
8009         * config/mcore/mcore.c (mcore_const_costs): Make static.
8010         (mcore_and_cost, mcore_ior_cost): Likewise.
8011         * config/mcore/mcore-protos.h: Update.
8012
8013         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
8014         (mmix_rtx_cost_recalculated): Remove.
8015         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
8016         * config/mmix/mmix-protos.h: Update.
8017
8018         * config/sh/sh.c (shiftcosts): Make static.
8019         (addsubcosts, andcosts, multcosts): Likewise.
8020         * config/sh/sh-protos.h: Update.
8021
8022         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
8023         (sparc_rtx_costs): Make static; update for change in signature.
8024         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
8025         * config/sparc/sparc-protos.h: Update.
8026
8027         * config/v850/v850.c (const_costs): Make static.
8028         * config/v850/v850-protos.h: Update.
8029
8030         * config/vax/vax.h (RTX_COSTS): Remove.
8031         (CONST_COSTS): Move code ...
8032         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
8033         from vax_rtx_cost.
8034         (vax_rtx_costs, TARGET_RTX_COSTS): New.
8035
8036 2003-01-27  Richard Henderson  <rth@redhat.com>
8037
8038         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
8039         * config/vax/vax-protos.h: Update.  Really.
8040
8041 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
8042
8043         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
8044         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
8045         zero if no hardware floating point.
8046         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
8047         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
8048         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
8049         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
8050         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
8051         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
8052         even FP registers on N32 and N64.
8053         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
8054         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
8055         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
8056         even-register-like alignment to 128-bit arguments.
8057         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
8058         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
8059         on N32 or N64.
8060         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
8061         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
8062         (TPBIT): Set to tp-bit.c.
8063         (tp-bit.c): Create out of fp-bit.c.
8064
8065 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8066
8067         * c-parse.in: Remove '%expect 32' directive in objc mode.
8068
8069 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
8070
8071         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
8072         (LIBGCOV): New variable.
8073         (libgcc.mk): Add LIBGCOV.
8074         (LIBGCC_DEPS): Add libgcov.c.
8075         (libgcov.a): New target.
8076         (clean): Remove libgcov.a.
8077         (install-libgcc): Do libgcov too.
8078         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
8079         with libgcov.a.
8080         * libgcc2.c (L_gcov): Move into ...
8081         * libgcov.c: ... here. New file.
8082         * mklibgcc.in: Add libgcov rules.
8083         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
8084
8085         * doc/invoke.texi (profile-arcs, test-coverage): Update and
8086         clarify.
8087
8088         * profile.c (index_counts_file): Remove duplicate check for open file.
8089
8090 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
8091
8092         * gcc/doc/invoke.texi (Optimization Options): Group together
8093         optional and experimental flags.  Move trapv and bounds-check
8094         out of this section.  Group floating point flags together.
8095         (Code Gen Options): Move trapv and bounds-check to here.
8096
8097 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
8098
8099         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
8100
8101 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
8102
8103         PR optimization/9090
8104         * function.c (purge_addressof_1): After pushing an addressed register
8105         onto the stack, simplify the result.
8106
8107 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8108
8109         * doc/extend.texi: Fix typo.
8110
8111 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8112
8113         * doc/cppopts.texi: Fix typo.
8114         * doc/objc.texi: Likewise.
8115         * doc/passes.texi: Likewise.
8116
8117 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
8118
8119         * real.c (ibm_extended_format): Add 53 to minimum exponent.
8120         (encode_ibm_extended): Adjust.
8121
8122 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
8123
8124         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
8125         timevar_id enumerations.
8126
8127 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8128
8129         * combine.c: Fix formatting.
8130
8131 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8132
8133         * doc/gccint.texi: Update the copyright.
8134
8135 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8136
8137         * doc/cpp.texi: Fix typos.
8138         * doc/extend.texi: Likewise.
8139         * doc/gty.texi: Likewise.
8140         * doc/install.texi: Likewise.
8141         * doc/passes.texi: Likewise.
8142         * doc/rtl.texi: Likewise.
8143         * doc/tm.texi: Likewise.
8144
8145 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8146
8147         * config/ia64/fde-glibc.c: Fix comment typos.
8148         * config/ia64/hpux.h: Likewise.
8149         * config/ia64/ia64.c: Likewise.
8150         * config/ia64/ia64.h: Likewise.
8151         * config/ia64/unwind-ia64.c: Likewise.
8152
8153 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8154
8155         * config/i386/i386-modes.def: Fix comment typos.
8156         * config/i386/i386.c: Likewise.
8157         * config/i386/i386.md: Likewise.
8158
8159 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
8160
8161         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
8162         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
8163         ASM_FINISH_DECLARE_OBJECT before defining it.
8164         * toplev.c (rest_of_decl_compilation):  Don't define
8165         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
8166         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
8167         parameters for DWARF2 targets because they _are_ used.
8168
8169 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
8170
8171         * fp-bit.h: Define macros for TFmode floating-point constants
8172         in IBM-extended TFmode types.
8173         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
8174         widths.
8175         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
8176         TFmode type.
8177
8178         * config/fp-bit.h: Define macros for TFmode floating-point
8179         constants in IEEE quad TFmode type.  Declare functions according
8180         to L_ macros.
8181         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
8182         (TFtype, TItype, UTItype): Define if TMODES is defined.
8183         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
8184         (F_T_BITOFF, D_T_BITOFF): Define.
8185         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
8186         guaranteed to be wide enough.
8187         * config/fp-bit.c: Check for L_ macros for tf functions.
8188         (__thenan_tf): New.
8189         (nan): Adjust.
8190         (pack_d, unpack_d): Support IEEE 854 quad type.
8191         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
8192         from FRAC_NBITS, FRAC_BITS and NGARDS.
8193         (usi_to_float): Cast constants to be shifted to fractype
8194         instead of assuming long long is wide enough.
8195         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
8196
8197 2003-01-26  Andreas Jaeger  <aj@suse.de>
8198
8199         * df.c: Remove prototype of unused function df_regno_rtl_debug.
8200
8201 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
8202
8203         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
8204         (DBBIT_FUNCS): Added _df_to_tf.
8205         (TPBIT_FUNCS): New.
8206         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
8207         (LIBGCC_DEPS): Added TPBIT.
8208         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
8209
8210         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
8211         been able to move the result to target.
8212
8213         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
8214         for the appropriate mode.
8215
8216         * calls.c (emit_library_call_value_1): Handle return values
8217         in a PARALLEL.
8218
8219         * rtl.c (get_mode_alignment): Moved to...
8220         * stor-layout.c: ... here.
8221
8222         * print-rtl.c (print_rtx): Don't print MEM details in
8223         GENERATOR_FILEs.
8224
8225 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
8226
8227         * df.h: Update comments, tidy formatting.
8228         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
8229         REVERSE, UNION, INTERSECTION.  All uses updated.
8230         (OLD_DF_INTERFACE): Remove.
8231         (struct insn_info): Remove commented out insn field.
8232         * df.c: Update comments, tidy formatting.
8233         (df_def_table_realloc): Remove.
8234
8235
8236 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
8237
8238         * calls.c (save_fixed_argument_area): Tidy.
8239         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
8240         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
8241         call chain loop at 1 if !try_tail_call.  Formatting.
8242         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
8243         Use save_fixed_argument_area and restore_fixed_argument_area.
8244
8245 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8246
8247         * df.c (df_uses_record): Handle CC0.
8248
8249 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
8250
8251         * reload.c (maybe_memory_address_p): New function.
8252         (find_reloads_address): Use it instead of memory_address_p.
8253
8254 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
8255
8256         * final.c (shorten_branches): Align the address of code label
8257         when computing initial lengths and addresses.
8258
8259 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8260
8261         * config/m68hc11/m68hc11.md: Fix a comment typo.
8262
8263 2003-01-25  Andreas Jaeger  <aj@suse.de>
8264
8265         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
8266         TARGET_MACHO.
8267
8268 2003-01-25  Roger Sayle  <roger@eyesopen.com>
8269
8270         * gcse.c (bypass_last_basic_block): New global variable.
8271         (bypass_block):  Use redirect_edge_and_branch_force to redirect
8272         fall-through edges.  Use bypass_last_basic_block to determine
8273         which blocks have valid PRE information.
8274         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
8275
8276 2003-01-25  Jan Hubicka  <jh@suse.cz>
8277
8278         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
8279
8280 2003-01-25  Jan Hubicka  <jh@suse.cz>
8281                               Eric Botcazou <ebotcazou@libertysurf.fr>
8282         PR opt/8492
8283         * gcse.c (one_cprop_pass): Delete unreachable blocks.
8284
8285 2003-01-25  Richard Henderson  <rth@redhat.com>
8286
8287         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
8288         from ia64_aix_select_rtx_section.
8289         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
8290         instead of saving and restoring flag_pic.
8291         (ia64_rwreloc_unique_section): Similarly.
8292         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
8293         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
8294         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
8295         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
8296
8297 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8298
8299         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
8300         comment.
8301
8302 2003-01-25  Richard Henderson  <rth@redhat.com>
8303
8304         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
8305
8306 2003-01-25  Kelley Cook <kelleycook@comcast.net>
8307
8308         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
8309
8310 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
8311
8312         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
8313         type for bitmaps.  Use unsigned long.
8314         (nBITMAP_WORD_BITS): New macro.
8315         (BITMAP_WORD_BITS): New macro.
8316         (rest of file): Use it.
8317         * bitmap.c: Use it.
8318
8319 2003-01-25  Richard Henderson  <rth@redhat.com>
8320
8321         2002-02-19  Robert Lipe  <robertlipe@usa.net>
8322         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
8323
8324 2003-01-25  Roger Sayle  <roger@eyesopen.com>
8325
8326         * builtins.c (purge_builtin_constant_p): Scan insn stream
8327         sequentially rather than by basic block.
8328         * function.c (purge_addressof): Simplify test with INSN_P.
8329
8330 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8331
8332         * combine.c (simplify_comparison, case AND): Remove a redundant test.
8333
8334 2003-01-25  Roger Sayle  <roger@eyesopen.com>
8335
8336         * function.h (struct function): New field calls_constant_p.
8337         (current_function_calls_constant_p): New macro for above.
8338         * function.c (prepare_function_start): Initialize calls_eh_return
8339         and calls_constant_p.
8340         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
8341         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
8342         when the current_function_calls_constant_p.
8343         * integrate.c (expand_inline_function): Set calls_constant_p if
8344         the function being inlined has calls_constant_p set.
8345
8346 2003-01-25  Roger Sayle  <roger@eyesopen.com>
8347
8348         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
8349         optimizing, even if flag_gcse is true.
8350         * toplev.c (rest_of_compilation): purge_builtin_constant_p
8351         only needs to be called when "optimize > 0 && flag_gcse".
8352
8353 2003-01-25  Roger Sayle  <roger@eyesopen.com>
8354
8355         * stmt.c (emit_case_bit_tests): New routine to implement suitable
8356         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
8357         (case_bit_test_cmp): New comparison function for "qsort" to order
8358         case_bit_tests by decreasing number of destination nodes.
8359         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
8360         (expand_end_case_type): Use emit_case_bit_tests to implement
8361         suitable switch statments.
8362         (CASE_USE_BIT_TESTS): New target macro to disable the above.
8363         * Makefile.in (stmt.o): Add dependency on optab.h.
8364         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
8365
8366 2003-01-23  Andreas Schwab  <schwab@suse.de>
8367
8368         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
8369         __do_global_ctors_aux hidden global and don't put it in
8370         .init_array.
8371         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
8372         instead so that it comes first.
8373
8374 2003-01-25  Jan Hubicka  <jh@suse.cz>
8375
8376         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
8377         subreg is read/modify.
8378
8379 2003-01-25  Jan Hubicka  <jh@suse.cz>
8380
8381         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
8382         do libcall for large blocks.
8383         * i386.md (comi patterns): Set type to ssecomi.
8384         (sse2_unpck?pd): Fix mode of vec_select.
8385
8386         * cse.c: Include except.h
8387         (cse_set_around_loop):  Do not create new basic blocks.
8388         * Makefile.in (cse.o): Add dependnecy on except.h
8389
8390 2003-01-25  Jan Hubicka  <jh@suse.cz>
8391
8392         * builtins.c (fold_trunc_transparent_mathfn): New function.
8393         (fold_builtin): Use it.
8394         * convert.c (convert_to_real): Re-enable code to convert
8395         math functions; add support for floor familly functions.
8396
8397 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8398
8399         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
8400         dependencies on coretypes.h and $(TM_H).
8401
8402 2003-01-25  Jan Hubicka  <jh@suse.cz>
8403
8404         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
8405
8406 2003-01-24  Stuart Hastings  <stuart@apple.com>
8407
8408         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
8409
8410 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8411
8412         * config/c4x/c4x.md (UNSPEC_BU): New constants.
8413         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
8414         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
8415         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
8416         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
8417         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
8418         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
8419         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
8420
8421 2003-01-24  Jan Hubicka  <jh@suse.cz>
8422
8423         * emit-rtl.c (reg_attrs_htab): New static variable.
8424         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
8425         functions.
8426         (reg_rtx): Do not maintain regno_decl.
8427         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
8428         set_mem_attrs_from_reg): New global function.
8429         (init_emit): Do not initialize regno_decl.
8430         (init_emit_once): initialize reg_attrs_htab.
8431         * final.c (alter_subreg): Do not replace REG by SUBREG.
8432         (gen_mem_expr_from_op): Improve output.
8433         (output_asm_operands): Likewise.
8434         * function.c (assign_params): Do not set REGNO_DECL.
8435         * function.h (struct function): Kill regno_decl.
8436         (REGNO_DECL): Kill.
8437         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
8438         * print_rtl.c (print_rtx): Output REG information.
8439         * regclass.c (reg_scan_mark_refs): Update attrs.
8440         * reload1.c (alter_reg): Likewise.
8441         * simplify_rtx.c (simplify_subreg): Likewise.
8442         * stmt.c (expand_decl): Likewise.
8443         * rtl.def (REG): Add new field.
8444         * rtl.h (struct reg_attrs): New.
8445         (rtunion_def): At rtreg.
8446         (X0MEMATTR): Add checking.
8447         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
8448         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
8449         Declare.
8450         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
8451
8452 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
8453
8454         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
8455         (xtensa_emit_call, print_operand): Fix printf format strings
8456         to avoid compile warnings.
8457         (xtensa_function_prologue, xtensa_function_epilogue): Change type
8458         of "size" argument to HOST_WIDE_INT to fix compile warnings.
8459         * config/xtensa/xtensa-protos.h
8460         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
8461
8462 2003-01-24  Jan Hubicka  <jh@suse.cz>
8463
8464         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
8465         (implicit_built_in_decls): New global array.
8466         (mathfn_built_in): New global function.
8467         (fold_trunc_transparent_mathfn): New static function
8468         (expand_builtin_strstr, expand_bultin_strchr,
8469         expand_builtin_strpbrk, expand_builtin_strcpy,
8470         expand_builtin_strncpy, expand_bultin_strcmp,
8471         expand_bultin_strncat, expand_builtin_fputs): Use
8472         implicint_built_in_decls.
8473         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
8474         * builtins.def: Fix comments.
8475         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
8476         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
8477         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
8478         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
8479         (DEF_C99_C90RES_BULTIN): New.
8480         (*f, *l builtins): Update.
8481         * c-common.c (DEF_BUILTIN): Initialize implicit array.
8482         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
8483         * convert.c (strip_float_extensions): New global function.
8484         * tree.h (DEF_BUILTIN): Accept 10 arguments.
8485         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
8486         Declare.
8487         * java/builtins.c (define_builtin): Handle implicit.
8488         (DEF_BUILTIN): Update.
8489         * tm.texi (TARGET_C99_FUNCTIONS): Document.
8490         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
8491         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
8492         when using glibc2.
8493
8494 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
8495
8496         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
8497         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
8498         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
8499         * config/xtensa/crti.asm: New file.
8500         * config/xtensa/crtn.asm: New file.
8501         * config/xtensa/t-elf: New file.
8502         * config/xtensa/t-linux: New file.
8503         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
8504         Move various CFLAGS settings to new t-elf file.
8505
8506 2003-01-24  Richard Henderson  <rth@redhat.com>
8507
8508         PR optimization/4382
8509         * tree-inline.c (find_builtin_longjmp_call_1): New.
8510         (find_builtin_longjmp_call): New.
8511         (inlinable_function_p): Use it.
8512
8513 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8514
8515         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
8516         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
8517         * config/i386/i386.c (function_arg_pass_by_reference): New.
8518         (ix86_va_arg): Support arguments passed by reference.
8519
8520 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8521
8522         * cfgloopanal.c: New file.
8523         * cfgloopmanip.c: New file.
8524         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
8525         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
8526         cfglayout.o): Add dependency on cfgloop.h.
8527         (cfgloop.o): Add flags.h dependency.
8528         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
8529         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
8530         (struct loop, struct loops, flow_loops_find, flow_loops_update,
8531         flow_loops_free, flow_loops_dump, flow_loop_dump,
8532         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
8533         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
8534         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
8535         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
8536         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
8537         find_common_loop, verify_loop_structure): Declarations moved to ...
8538         * cfgloop.h: New file.
8539         * bb-reorder.c (reorder_basic_blocks): Modified.
8540         * cfglayout.c: Include cfgloop.h.
8541         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
8542         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
8543         (break_superblocks): New static function.
8544         (cfg_layout_finalize): Use it.
8545         (cfg_layout_split_block): New function.
8546         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
8547         fields.
8548         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
8549         changed.
8550         (cfg_layout_split_block): Declare.
8551         * cfgloop.c: Include cfgloop.h and flags.h.
8552         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
8553         get_loop_body): Avoid signed versus unsigned comparison warnings.
8554         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
8555         loop_latch_edge): Modified.
8556         (verify_loop_structure): Modified to use flags stored in loop structure;
8557         check irreducible loops.
8558         (cancel_loop, cancel_loop_tree): New functions.
8559         (estimate_probability): Use loop analysis code for predictions.
8560         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
8561         warnings.
8562         * doloop.c: Include cfgloop.h.
8563         * loop.c: Include cfgloop.h.
8564         * predict.c: Include cfgloop.h.
8565         * toplev.c: Include cfgloop.h.
8566         * unroll.c: Include cfgloop.h.
8567         * tracer.c (tracer): Modified.
8568
8569 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8570
8571         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
8572
8573 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
8574
8575         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
8576         * configure: Regenerate.
8577
8578         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
8579         (tls_symbolic_reference_mentioned_p): Add prototype.
8580         (s390_tls_get_offset): Add prototype.
8581         (emit_pic_move): Remove prototype, replace by ...
8582         (emit_symbolic_move): .. this new prototype.
8583
8584         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
8585         (tls_model_chars): New global variable.
8586         (s390_encode_section_info): Encode TLS model.
8587         Use targetm.binds_local_p to check for local symbols.
8588         (s390_strip_name_encoding): New function.
8589         (TARGET_STRIP_NAME_ENCODING): Define.
8590
8591         (get_thread_pointer): New function.
8592         (legitimize_tls_address): New function.
8593         (legitimize_address): Call it.
8594         (emit_pic_move): Remove, replace by ...
8595         (emit_symbolic_move): ... this new function.
8596
8597         (larl_operand): Handle TLS operands.
8598         (legitimate_constant_p): Likewise.
8599         (s390_decompose_address): Likewise.
8600         (s390_cannot_force_const_mem): New function.
8601         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
8602
8603         (s390_output_symbolic_const): Handle TLS unspecs.
8604         (print_operand): New code 'J'.
8605         (machine_function): Add struct member 'some_ld_name'.
8606         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
8607
8608         (enum s390_builtin): New type.
8609         (code_for_builtin_64, code_for_builtin_31): New global variables.
8610         (s390_init_builtins, s390_expand_builtin): New functions.
8611         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
8612
8613         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
8614         (ASM_OUTPUT_LABELREF): Define.
8615         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
8616
8617         * config/s390/s390.md: Define TLS UNSPEC constants.
8618         ("movdi", "movsi"): Handle TLS operands.
8619         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
8620         ("*tls_load_64", "*tls_load_31"): New insns.
8621         ("call_value_tls", "call_value_tls_exp"): New expanders.
8622         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
8623         "bas_tls_64", "bas_tls_31"): New insns.
8624
8625 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8626
8627         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
8628         spe ABI is configured, if requested.
8629
8630 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8631
8632         * doc/passes.texi: Fix typo.
8633
8634 2003-01-24  Andreas Schwab  <schwab@suse.de>
8635
8636         * stor-layout.c (excess_unit_span): Only define if used.
8637
8638 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
8639
8640         * gcc/doc/invoke.texi (Optimization Options): List -O levels
8641         for each optimization flag.
8642
8643 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8644
8645         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
8646
8647 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8648
8649         * doc/bugreport.texi: Use @command instead of @code for commands.
8650         * doc/collect2.texi: Likewise.
8651         * doc/headerdirs.texi: Likewise.
8652         * doc/invoke.texi: Likewise.
8653         * doc/standards.texi: Likewise.
8654         * doc/tm.texi: Likewise.
8655         * doc/trouble.texi: Likewise.
8656
8657 2003-01-24  Nick Clifton  <nickc@redhat.com>
8658
8659         * config/arm/arm.c (use_return_insn): Do not use a single return
8660         instruction for interrupt handelrs which have to create a stack
8661         frame.
8662         (arm_expand_prologue): Do not pre-bias the return address of
8663         interrupt handlers which create a stack frame.
8664
8665 2003-01-24  Nick Clifton  <nickc@redhat.com>
8666
8667         * Add sh2e support:
8668
8669         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
8670
8671                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
8672                 med_cbranches.  Fix logic in short_cbranches.
8673
8674         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
8675
8676                 * config/sh/sh.md (delay for cbranch): Don't annul delay
8677                 slots on SH2e.
8678                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
8679                 cbranch with unfilled delay slot on SH2e.
8680                 (output_branch): Fill with a nop the delay slot of a
8681                 branch that required a delay slot but didn't get one.
8682
8683         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
8684
8685                 * doc/invoke.texi (SH options): Document -m2e.
8686                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
8687                 * config/sh/lib1funcs.asm: Likewise.
8688                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
8689                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
8690                 not __sh1__.
8691                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
8692                 SH2E up.
8693                 (SH3E_BIT): Renamed to...
8694                 (SH_E_BIT): ... this.  Replace all uses.
8695                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
8696                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
8697                 (TARGET_SWITCHES): Added 2e.
8698                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
8699                 (processor_type): Added PROCESSOR_SH2E.
8700                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
8701                 TARGET_SH2E, except in sqrtsf2_i.
8702                 (attribute cpu): Added sh2e.
8703                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
8704                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
8705                 * config.gcc: Add sh2e target support.
8706
8707 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
8708
8709         Rename -W to -Wextra.
8710         * c-decl.c:  Update comments.
8711         * c-typeck.c:  Likewise.
8712         * flags.h:  Likewise.
8713         * function.c:  Likewise.
8714         * stmt.c:  Likewise.
8715         * toplev.c:  Update comments.
8716         (W_options):  Add 'extra'.
8717         (display_help):  Remove '-W'.
8718         (decode_W_option):  Special warn_uninitialized treatment in the case
8719         of -Wextra.
8720         * doc/invoke.texi:  Update with new entries.
8721
8722 2003-01-23  Richard Henderson  <rth@redhat.com>
8723
8724         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
8725         in no-else-block case.  Add commentary.
8726
8727 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8728
8729         * configure.in: Revert last change.
8730
8731 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8732
8733         * configure.in: Don't include ansidecl.h in tconfig.h.
8734         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
8735         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
8736         ATTRIBUTE_UNUSED.
8737
8738         * configure: Regenerate.
8739
8740 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8741
8742         PR java/6748
8743         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
8744         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
8745         kernels.
8746
8747 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8748
8749         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
8750
8751 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
8752
8753         * genattrtab.c (write_attr_get): Mark 'insn' paramter
8754         as ATTRIBUTE_UNUSED.
8755
8756 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
8757
8758         * arm.c (thumb_base_register_rtx_p): New function.
8759         (thumb_index_register_rtx_p): New function.
8760         (thumb_legitimate_address_p): New function.
8761         (thumb_legitimate_offset_p): New function.
8762         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
8763         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
8764         definitions.
8765         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
8766         (THUMB_LEGITIMATE_OFFSET): Delte.
8767         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
8768         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
8769         (thumb_legitimate_offset_p): Likewise.
8770
8771 2003-01-23  Andreas Schwab  <schwab@suse.de>
8772
8773         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
8774
8775 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8776
8777         * fixinc/Makefile.in (FL_LIST): Revert last change.
8778
8779 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8780
8781         PR other/7341
8782         * invoke.texi (ftest-coverage): Fix broken cross-reference.
8783         Change @code to @command for gcov command.
8784
8785         * gcc.texi: Adjust title of gcov section.
8786         Adjust copyright.
8787         * gcov.texi: Likewise.
8788
8789 2003-01-22  Roger Sayle  <roger@eyesopen.com>
8790
8791         PR optimization/8423
8792         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
8793         its argument is constant, or 0 if !flag_gcse.
8794         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
8795         if it's argument is constant.
8796         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
8797         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
8798         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
8799         * builtins.c (purge_builtin_constant_p): New function to force
8800         instantiation of any remaining CONSTANT_P_RTX nodes.
8801         * rtl.h (purge_builtin_constant_p): Prototype here.
8802         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
8803         pass after GCSE and before loop.
8804         (flag_gcse): No longer static.
8805         * flags.h (flag_gcse): Prototype here.
8806
8807 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8808
8809         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
8810         introduced by last change.
8811
8812 2003-01-22  Andreas Schwab  <schwab@suse.de>
8813
8814         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
8815
8816 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
8817
8818         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
8819         request a scratch reg on H8S when the shift count is 8.
8820
8821 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8822
8823         * config/s390/s390-protos.h (preferred_la_operand_p):
8824         Remove second parameter.
8825         * config/s390/s390.c (preferred_la_operand_p): Likewise.
8826         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
8827         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
8828         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
8829         Add peepholes to transform ADD to LOAD ADDRESS.
8830
8831 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
8832
8833         * arm.c (arm_address_register_rtx_p): New function.
8834         (arm_legitimate_address_p): New function.
8835         (arm_legitimate_index_p): New function.
8836         (legitimize_pic_address): Use arm_legitimate_index_p.
8837         * arm-protos.h (arm_legtimate_address_p): Add prototype.
8838         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
8839         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
8840
8841 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
8842
8843         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
8844         * config/s390/2064.md (define_bypass): Correct 'Load' and
8845         'Load-address' bypass values.
8846
8847 2003-01-22  Andreas Schwab  <schwab@suse.de>
8848
8849         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
8850
8851 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
8852
8853         * genautomata.c (output_internal_insn_latency_func,
8854         output_print_reservation_func): Short circuit when there is no
8855         automaton to generate code for.
8856
8857 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8858
8859         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
8860         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
8861
8862 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
8863
8864         * config/rs6000/rs6000.md: Remove warning.
8865         (builtin_setjmp_receiver): Likewise.
8866         * config/darwin.c (update_stubs): Slightly improve terrible hack
8867         with identifiers.  Add comment pointing out problems with it.
8868         (update_non_lazy_ptrs): Likewise.
8869
8870 2003-01-21  Richard Henderson  <rth@redhat.com>
8871
8872         * dwarf2out.c (lookup_filename): Fix printf format warning.
8873         * system.h (fread_unlocked, fwrite_unlocked): Undef.
8874
8875         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
8876         (fixincl.o-warn, gnu-regex.o-warn): New.
8877         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
8878         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
8879         * fixinc/fixincl.c (process): Fix printf format warning.
8880
8881 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
8882
8883         * dwarf2out (output_file_names): Don't crash if called
8884         with empty file_table.
8885
8886 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
8887
8888         * genautomata.c (output_internal_insn_latency_func): Add
8889         missing break statement to generated code.
8890
8891 2003-01-21  Roger Sayle  <roger@eyesopen.com>
8892
8893         * stmt.c (same_case_target_p): New function to determine whether
8894         two case labels branch to the same target.  Split out from...
8895         (group_case_nodes): ... here.  Use same_case_target_p instead.
8896         (strip_default_case_nodes): Remove explicit case nodes
8897         that branch to the default destination.
8898         (expand_end_case_type): Call strip_default_case_nodes after
8899         group_case_nodes, to simplify the case-list before we count it.
8900         Only generate table_label RTX when actually needed.  Try to share
8901         thiscase->exit_label and thiscase->data.case_stmt.default_label
8902         when a switch has no explicit default case.  Simplify test for
8903         constant index.
8904
8905 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8906
8907         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
8908         \t.
8909         (*negsf2_h8300hs): Likewise.
8910         (*addsi3_lshiftrt_16_zexthi): Likewise.
8911         (*iorhi3_lshiftrt_8): Likewise.
8912
8913 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
8914
8915         * dwarf2out.c (fde_table_in_use): Mark GTY.
8916         (dwarf2out_cfi_label_num): New variable, marked GTY.
8917         (dwarf2out_cfi_label): Use it instead of static label_num.
8918         * emit-rtl.c (label_num): Mark GTY.
8919
8920 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8921
8922         * config/h8300/h8300.c (output_plussi): Support H8/300.
8923         (compute_plussi_length): Likewise.
8924         (compute_plussi_cc): Likewise.
8925         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
8926         output assembly instructions.
8927
8928 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8929
8930         * calls.c (fix_unsafe_tree): Prototype.
8931
8932         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
8933         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
8934         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
8935         c-parse.o-warn): Add -Wno-error.
8936         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
8937
8938         * configure.in (--enable-werror): Add new flag.
8939         * doc/install.texi (--enable-werror): Document.
8940         * configure: Regenerate.
8941
8942         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
8943
8944 2003-01-21  Andreas Schwab  <schwab@suse.de>
8945
8946         * genautomata.c (output_internal_insn_latency_func): Fix missing
8947         close paren in output.
8948
8949 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
8950
8951         * genautomata.c: Space savings in generated code:
8952         (output_dfa_insn_code_func): Split out the table-enlargement
8953         path to an out-of-line static function, dfa_insn_code_enlarge.
8954         (output_internal_insn_latency_func): Use a lookup table for the
8955         default latencies.
8956         (output_print_reservation_func): Use a lookup table for the
8957         strings.
8958
8959 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8960
8961         PR opt/7507
8962         * calls.c (fix_unsafe_tree): Split out from ...
8963         (expand_call): ... here.  Use it on the function address too.
8964
8965 2003-01-20  Richard Henderson  <rth@redhat.com>
8966
8967         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
8968
8969 2003-01-20  Richard Henderson  <rth@redhat.com>
8970
8971         PR opt/7154
8972         * stmt.c (expand_asm_operands): Validize memory operands.
8973
8974 2003-01-20  Richard Henderson  <rth@redhat.com>
8975
8976         PR opt/8848
8977         * ifcvt.c (noce_process_if_block): Correct arguments to
8978         modified_between_p for no-else-block case.
8979
8980 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
8981
8982         * config/h8300/h8300.c (const_costs): Remove a warning.
8983         (output_plussi): Likewise.
8984         (compute_plussi_length): Likewise.
8985         (compute_plussi_cc): Likewise.
8986
8987 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
8988
8989         * config/h8300/h8300.md (addsi_h8300): Remove the last
8990         alternative.
8991
8992 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
8993
8994         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
8995
8996 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8997
8998         * system.h (__NO_STRING_INLINES): Define.
8999
9000 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9001
9002         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
9003         is not a scalar int mode.
9004
9005 2003-01-20  Roger Sayle  <roger@eyesopen.com>
9006
9007         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
9008         insn's notes following a substitution inside a libcall.
9009
9010 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
9011
9012         * configure.in: Check for system-provided 'uchar' type.
9013         * configure, config.in: Regenerate.
9014         * cpphash.h: Only typedef 'uchar' if the system doesn't.
9015
9016 2003-01-20  Richard Henderson  <rth@redhat.com>
9017
9018         * expr.h (MUST_PASS_IN_STACK): Move implementation...
9019         * calls.c (default_must_pass_in_stack): ... here.
9020
9021 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
9022
9023         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
9024
9025         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
9026
9027         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
9028         Wrap up definition of `insn_alts'.
9029
9030         * genattrtab.c (main): Wrap up `insn_alts'.
9031
9032 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9033
9034         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
9035         prototyping.
9036         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
9037
9038         * config.in, configure: Regenerate.
9039
9040 2003-01-20  Nick Clifton  <nickc@redhat.com>
9041
9042         * config/arm/arm.md (sibcall_epilogue): Add an
9043         UNSPEC_PROLOGUE_USE to prevent the link register from being
9044         considered dead.
9045
9046 2003-01-20  Jan Hubicka  <jh@suse.cz>
9047
9048         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
9049
9050 2003-01-20  Andreas Schwab  <schwab@suse.de>
9051
9052         * system.h: Don't declare strsignal if the decl test hasn't been
9053         run yet.
9054
9055 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
9056
9057         * config/h8300/h8300.c (notice_update_cc): Don't assume that
9058         recog_data.operands[0] is always associated with cc0.
9059
9060 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
9061
9062         * collect2.c (ldgetname): Expand declaration to prototype.
9063         * read-rtl.c (atoll): Add prototype.
9064         * system.h (strsignal): Also declare if no declaration found.
9065
9066 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
9067
9068         * config.gcc (mips64*-*-linux*): Added.
9069         * config/mips/linux64.h, config/mips/t-linux64: New file.
9070         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
9071         * config/mips/mips.c (override_options): Use it.
9072         * config/mips/mips.h (TARGET_SWITCHES): Added...
9073         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
9074         * Makefile.in (SPECS): New.
9075         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
9076         * gcc.c (process_command): Move self-spec processing past spec
9077         file loading.
9078         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
9079         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
9080         CRTSTUFF_T_CFLAGS.
9081         (SPECS): Document.
9082         * doc/invoke.texi (-mabi-fake-default): Document.
9083
9084 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
9085
9086         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
9087         z_reg, z_reg_qi): Declare static and GTY().
9088         (da_reg): Remove.
9089         (create_regs_rtx): Don't create da_reg.
9090         ("gt-m68hc11.h"): Include for GTY roots.
9091         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
9092         and GTY() here.
9093         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
9094         (m68hc11_soft_tmp_reg): Likewise.
9095         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
9096
9097 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9098
9099         * basic-block.h: Fix comment formatting.
9100         * calls.c: Likewise.
9101         * combine.c: Likewise.
9102         * convert.c: Likewise.
9103         * gcov.c: Likewise.
9104         * haifa-sched.c: Likewise.
9105         * libgcc2.c: Likewise.
9106         * loop.c: Likewise.
9107         * profile.c: Likewise.
9108         * system.h: Likewise.
9109
9110 2003-01-18  Roger Sayle  <roger@eyesopen.com>
9111
9112         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
9113
9114 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9115
9116         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
9117
9118 2003-01-17  Dale Johannesen  <dalej@apple.com>
9119
9120         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
9121           (*floatunssidf2_internal):  Ditto.
9122
9123 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
9124
9125         * alias.c: Fix comment typos.
9126         * basic-block.h: Likewise.
9127         * c-common.c: Likewise.
9128         * c-common.h: Likewise.
9129         * c-decl.c: Likewise.
9130         * c-opts.c: Likewise.
9131         * c-pragma.c: Likewise.
9132         * c-pretty-print.h: Likewise.
9133         * cfg.c: Likewise.
9134         * cfganal.c: Likewise.
9135         * cfgbuild.c: Likewise.
9136         * cfgcleanup.c: Likewise.
9137         * cfglayout.c: Likewise.
9138         * cfgrtl.c: Likewise.
9139         * convert.c: Likewise.
9140         * cpphash.h: Likewise.
9141         * cpplex.c: Likewise.
9142         * cpplib.h: Likewise.
9143         * df.h: Likewise.
9144         * diagnostic.c: Likewise.
9145         * diagnostic.h: Likewise.
9146         * dwarf2.h: Likewise.
9147
9148 2003-01-17  Stan Shebs  <shebs@apple.com>
9149
9150         * config/darwin-protos.h: Forward-declare struct cpp_reader.
9151
9152 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
9153
9154         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
9155         mistake in last checkin.
9156
9157 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
9158
9159         * et-forest.c: Fix comment typos.
9160         * et-forest.h: Likewise.
9161         * except.c: Likewise.
9162         * expr.c: Likewise.
9163         * flags.h: Likewise.
9164         * flow.c: Likewise.
9165         * gcc.c: Likewise.
9166         * gcse.c: Likewise.
9167         * genattrtab.c: Likewise.
9168         * genautomata.c: Likewise.
9169         * gengtype.c: Likewise.
9170         * genrecog.c: Likewise.
9171         * global.c: Likewise.
9172         * gthr-rtems.h: Likewise.
9173
9174 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9175
9176         * i386.c (x86_function_profiler): Fix format specifier.
9177
9178 2003-01-17  Richard Henderson  <rth@redhat.com>
9179
9180         * gengtype.c (walk_type): Allow paramN_is.
9181
9182 2003-01-17  Nick Clifton  <nickc@redhat.com>
9183
9184         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
9185
9186 2003-01-16  Richard Henderson  <rth@redhat.com>
9187
9188         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
9189
9190 2003-01-16  Richard Henderson  <rth@redhat.com>
9191
9192         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
9193         (alpha_next_sequence_number): Likewise.
9194         (alpha_this_literal_sequence_number): Likewise.
9195         (alpha_this_gpdisp_sequence_number): Likewise.
9196         (struct alpha_funcs, alpha_funcs_num): Likewise.
9197         (struct alpha_links): Fix branch merge error.
9198         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
9199
9200 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
9201
9202         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
9203         R. Ghazi.
9204
9205 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9206
9207         * ifcvt.c: Fix comment typos.
9208         * lcm.c: Likewise.
9209         * libgcc2.c: Likewise.
9210         * local-alloc.c: Likewise.
9211         * loop.c: Likewise.
9212         * predict.c: Likewise.
9213         * ra-build.c: Likewise.
9214         * ra.c: Likewise.
9215         * ra-colorize.c: Likewise.
9216         * ra.h: Likewise.
9217         * ra-rewrite.c: Likewise.
9218         * regmove.c: Likewise.
9219         * reload.h: Likewise.
9220         * rtlanal.c: Likewise.
9221         * toplev.c: Likewise.
9222         * tree.h: Likewise.
9223         * unwind-dw2-fde-glibc.c: Likewise.
9224         * vmsdbgout.c: Likewise.
9225
9226 2003-01-16  Richard Henderson  <rth@redhat.com>
9227
9228         * dwarf2out.c (struct file_table): Remove.
9229         (FILE_TABLE_INCREMENT): Remove.
9230         (file_table): Make a varray; mark for GC.  Update all users.
9231         (file_table_last_lookup_index): Extract from struct file_table.
9232         (output_file_names): Fix unsigned compare warnings.
9233         (add_name_attribute): Remove inline marker.
9234         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
9235         (lookup_filename): Don't manage size of file_table.
9236         (init_file_table): Allocate file_table with GC.
9237         (dwarf2out_init): Don't record main_input_filename here.
9238         (dwarf2out_finish): Do it here instead.
9239
9240 2003-01-16  Bruce Korb  <bkorb@gnu.org>
9241
9242         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
9243
9244 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
9245
9246         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
9247         instead of rotldi3_mextr.
9248
9249 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
9250
9251         * haifa-sched.c (move_insn): Restore moving all schedule group.
9252         (set_priorities): Restore taking SCHED_GROUP_P into account.
9253
9254         * sched-deps.c (add_dependence): Restore processing the last group
9255         insn.
9256         (remove_dependence, group_leader): Restore the functions.
9257         (set_sched_group_p): Restore adding dependencies from previous insn
9258         in the group.
9259         (compute_forward_dependences): Restore usage of group_leader.
9260
9261         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
9262         account.
9263
9264         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
9265         account.
9266         (can_schedule_ready_p): Ditto.
9267         (add_branch_dependences): Restore skipping over the group insns.
9268
9269 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
9270
9271         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
9272         68HC12 pre/post inc/dec side effects.
9273
9274 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
9275
9276         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
9277
9278 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
9279
9280         * sh.md (mshflo_w_x): Fix description of operation.
9281
9282 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
9283
9284         * config/rs6000/rs6000.h: Mention Altivec registers in
9285         commentary.  Fix typo.
9286
9287 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
9288
9289         * config/rs6000/rs6000.md (movti_string): Remove clobber.
9290         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
9291         generate PARALLEL with clobber for TARGET_POWER.
9292
9293 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9294
9295         * ra-colorize.c (colorize_one_web): Initialize variable.
9296         * regmove.c (fixup_match_1): Likewise.
9297         * reload1.c (reload_as_needed): Likewise.
9298         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
9299
9300 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9301
9302         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
9303
9304 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9305
9306         * dbxout.c (lastfile, cwd): Fix `unused' warning.
9307         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
9308         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
9309         is_main_source, file_table, decl_die_table_in_use,
9310         abbrev_die_table_in_use, line_info_table_in_use,
9311         separate_line_info_table_in_use, pubname_table_in_use,
9312         arange_table_in_use, ranges_table_in_use,
9313         current_function_has_inlines): Likewise.
9314         * flow.c (life_analysis): Likewise.
9315         * genemit.c (gen_insn): Likewise.
9316         * protoize.c (cplus_suffix): Likewise.
9317
9318         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
9319         * arm.h (ROUND_UP_WORD): Likewise.
9320
9321         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
9322         warning.
9323         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
9324         init_emit_once): Likewise.
9325         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
9326         Likewise.
9327         * function.c (assign_stack_temp_for_type): Likewise.
9328         * loop.c (loop_invariant_p): Likewise.
9329         * recog.c (push_operand): Likewise.
9330         * regclass.c (init_reg_sets_1): Likewise.
9331         * reload.c (update_auto_inc_notes): Likewise.
9332         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
9333         * stmt.c (expand_asm_operands): Likewise.
9334         * stor-layout.c (start_record_layout): Likewise.
9335
9336 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
9337
9338         * config/c4x/c4x.md (epilogue): Correct last patch.
9339
9340 2003-01-15  Richard Henderson  <rth@redhat.com>
9341
9342         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
9343         also check that GP is being used.
9344         (alpha_find_lo_sum_using_gp): New.
9345         (alpha_does_function_need_gp): Use get_attr_usegp.
9346         * config/alpha/alpha-protos.h: Update.
9347         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
9348         as needed.
9349
9350 2003-01-15  Roger Sayle  <roger@eyesopen.com>
9351
9352         * gcse.c (one_cprop_pass): Change function arguments to take both
9353         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
9354         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
9355         (bypass_jumps): New function to perform separate jump bypassing pass.
9356         * rtl.h (bypass_jumps): Add function prototype.
9357         * timevar.def (TV_BYPASS): New timing variable.
9358         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
9359         (dump_file): New entry for the bypass RTL dump file.
9360         (rest_of_compilation): Insert new jump bypassing optimization
9361         pass after loop.
9362         * doc/passes.texi: Document new pass.
9363
9364 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9365
9366         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
9367         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
9368         * pa.h (TARGET_SOM_SDEF): Define.
9369         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
9370
9371 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
9372
9373         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
9374         allocate 4-bytes of locals on 68HC11.
9375         (expand_epilogue): Likewise.
9376         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
9377
9378 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
9379
9380         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
9381         and -mshort-double to the assembler to specify the ABI.
9382         (LINK_SPEC): Likewise.
9383         (CPP_SPEC): Pass HCS12 specific define.
9384         (MASK_M68S12): New define.
9385         (TARGET_M68S12): Likewise.
9386         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
9387         (TARGET_VERSION): Update.
9388         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
9389         (LINK_SPEC): Update.
9390         (ASM_SPEC): Update.
9391         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
9392         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
9393
9394 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
9395
9396         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
9397         the return code.
9398
9399 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9400
9401         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
9402         flag before setting it.
9403
9404 2003-01-15  Roger Sayle  <roger@eyesopen.com>
9405
9406         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
9407         when loop condition is known true, i.e.  "while (1) { ... }".
9408         (genrtl_for_stmt): Similarly for "for" statements.
9409
9410 2003-01-15  Roger Sayle  <roger@eyesopen.com>
9411
9412         * real.c (real_sqrt): Return a bool result indicating whether
9413         a floating point exception or trap should be raised.
9414         * real.h (real_sqrt): Update function prototype.
9415         * builtins.c (fold_builtin): Only fold non-trapping square
9416         roots unless we're ignoring errno and trapping math.
9417
9418 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
9419
9420         * expr.h (emit_conditional_add): Add PARAMS to declaration.
9421         * gengtype-lex.l (malloc, realloc): Move defines after include of
9422         system.h.  Remove duplicate include of system.h.
9423
9424 2003-01-15  Roger Sayle  <roger@eyesopen.com>
9425
9426         PR middle-end/9009
9427         * optabs.c (expand_unop):  When manipulating the FP sign bit
9428         using integer operations, account for targets with different
9429         integer and FP word orders.
9430         (expand_abs): Likewise.
9431
9432 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
9433
9434         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
9435         file extension in section name.
9436
9437 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
9438
9439         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
9440         constant offset.
9441
9442 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
9443
9444         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
9445         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
9446         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
9447         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
9448
9449 2003-01-15  Jan Hubicka  <jh@suse.cz>
9450
9451         PR f/9258
9452         * global.c (struct allocno): Add no_stack_reg.
9453         (global_conflicts): Set no_stack_reg.
9454         (find_reg): Use it.
9455
9456         * convert.c (convert_to_real): Fold - and abs only when profitable.
9457         * fold-const.c (fold): Fold truncates in - and abs.
9458
9459 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9460
9461         Segher Boessenkool  <segher@koffie.nl>
9462
9463         * predict.c (real_inv_br_prob_base): New variable.
9464         (propagate_freq): Use multiply by reciprocal instead of
9465         division.  Don't divide by 1.0 at all.
9466         (estimate_bb_frequencies): Similar.
9467
9468 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9469
9470         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
9471         * configure: Rebuilt.
9472
9473 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
9474
9475         * config/s390/s390.c (s390_safe_attr_type): New function.
9476         (s390_use_dfa_pipeline_interface): New function, return true for z900.
9477         (s390_issue_rate): New function.
9478         (s390_agen_dep_p): New function.
9479         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
9480         (s390_adjust_cost): Return 'cost' if new DFA is used.
9481         (s390_adjust_priority): Delete function.
9482         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
9483         * config/s390/s390.md (atype attribute): Attribute 'atype' default
9484         determined by 'op_type'.
9485         (type attribute): Added more type attributes.
9486         * config/s390/2064.md: New DFA description for z900 pipeline.
9487
9488 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9489
9490         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
9491         forced to memory.  Fixes PR bootstrap/9036.
9492
9493         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
9494         to set $gp before the call.
9495
9496 2003-01-14  Richard Henderson  <rth@redhat.com>
9497
9498         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
9499         for force_const_mem.
9500
9501 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9502
9503         * genattr.c (main): Rearrange output to avoid prototype warning.
9504         * genautomata.c (transform_3): Fix ambiguous-else warning.
9505         * local-alloc.c (requires_inout): Add parentheses around
9506         assignment used as truth-value.
9507         * timevar.c: Move system includes above local includes.  Include
9508         toplev.h
9509         * Makefile.in (timevar.o): Depend on toplev.h.
9510
9511 2003-01-14  Denis Chertykov  <denisc@overta.ru>
9512
9513         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
9514         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
9515
9516         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
9517         attributes.
9518         (TARGET_ATTRIBUTE_TABLE): New macro.
9519         (valid_machine_type_attribute): Remove.
9520         (valid_machine_decl_attribute): Remove.
9521         (ip2k_handle_progmem_attribute): New function.
9522         (ip2k_handle_fndecl_attribute): New function.
9523
9524 2003-01-10  Andrew Haley  <aph@redhat.com>
9525
9526         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
9527         registers to be in correct order.  Add rip.
9528
9529 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9530
9531         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
9532         (*iorsi3_and_lshiftrt_9_sb): Likewise.
9533
9534 2003-01-14  Jan Hubicka  <jh@suse.cz>
9535
9536         * convert.c (strip_float_extensions):  Look for narrowest type handling
9537         FP constants.
9538
9539         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
9540         float1 CMP float2.
9541         * convert.c (strip_float_extensions): Make global.
9542         * tree.h (strip_float_extensions): Declare.
9543
9544 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9545
9546         * timevar.def: define TV_NAME_LOOKUP.
9547         * timevar.c (timevar_pop): Be verbose when aborting.
9548
9549 2003-01-13  Andreas Schwab  <schwab@suse.de>
9550
9551         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
9552         $(parsedir), just move the temporary file at the end.
9553         ($(parsedir)/gengtype-yacc.c): Likewise.
9554
9555 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
9556
9557         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
9558         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
9559         splitting.
9560         * configure: Rebuilt.
9561
9562 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9563
9564         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
9565         internal_mcount): Don't use PARAMS.
9566         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
9567         ISO C style.
9568         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
9569
9570 2003-01-13  Andreas Schwab  <schwab@suse.de>
9571
9572         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
9573         directive.
9574
9575 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9576
9577         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
9578         (*iorsi3_and_lshiftrt_n_sb): Likewise.
9579
9580 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
9581
9582         PR c++/9264
9583         * c-lex.c (c_lex): Set the token value to error_mark_node for
9584         invalid numeric constants.
9585
9586 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9587
9588         * c-pch.c (asm_file_startpos): Change to `long'.
9589         (pch_init): Use ftell, not ftello.
9590         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
9591         Use `long' instead of `off_t'.
9592         (c_common_read_pch): Likewise.
9593         * ggc-common.c (gt_pch_save): Use long/ftell instead of
9594         off_t/ftello.
9595
9596 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
9597
9598         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
9599
9600 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
9601
9602         * arm-protos.h (struct cpp_reader): Add declaration.
9603
9604 2003-01-11  Jan Hubicka  <jh@suse.cz>
9605
9606         PR target/9068
9607         * i386.c (output_fp_compare): Fix typo.
9608
9609 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
9610
9611         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
9612
9613 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
9614
9615         * Makefile.in (parsedir): New variable.
9616         (docobjdir): New variable.
9617         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
9618         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
9619         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
9620         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
9621         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
9622         Use docobjdir.
9623         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
9624         objc.maintainer-clean): Use parsedir.
9625
9626         * varasm.c (struct constant_descriptor_rtx): Remove unused
9627         `label' field.
9628
9629         * toplev.c (documented_lang_options): Document -Winvalid-pch.
9630
9631 2003-01-10  Richard Henderson  <rth@redhat.com>
9632
9633         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
9634         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
9635
9636 2003-01-10  Richard Henderson  <rth@redhat.com>
9637
9638         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
9639         not INTEGRAL_MODE_P when widening extensions.
9640
9641 2003-01-10  Richard Henderson  <rth@redhat.com>
9642
9643         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
9644
9645 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
9646
9647         * ggc-page.c (ggc_collect): Avoid overflow computing
9648         min_expand.
9649
9650         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
9651         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
9652         Remove calls.
9653         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
9654
9655 2003-01-10  Jan Hubicka  <jh@suse.cz>
9656
9657         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
9658         with weird operands.
9659
9660 2003-01-10  Dale Johannesen <dalej@apple.com>
9661
9662         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
9663         parameters.  Call check_sibcall_argument_overlap if indicated.
9664         (check_sibcall_argument_overlap):  Add mark_stored_args_map
9665         parameter.  Don't mark parameter area as clobbered if not set.
9666         (expand_call):  Adjust calls to above.
9667
9668 2003-01-10 Kelley Cook <kelleycook@comcast.net>
9669
9670         * configure.in (linker read-only and read-write section mixing):
9671         Squelch some assembler warnings.
9672         * configure: Likewise.
9673
9674 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
9675
9676         * doc/invoke.texi: Document -mtune, delete -mcpu
9677         option for S/390 and zSeries.
9678         * config/s390/s390.c (s390_tune_string) New variable.
9679         (s390_cpu_string) Delete variable.
9680         (override_options): Use s390_tune_string instead of
9681         s390_cpu_string.
9682         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
9683
9684 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
9685
9686         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
9687
9688 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
9689
9690         * jump.c (next_nonnote_insn_in_loop): New function.
9691         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
9692         next_nonnote_insn.
9693         (duplicate_loop_exit_test). Likewise.
9694
9695 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
9696
9697         Merge from pch-branch:
9698
9699         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
9700
9701         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
9702         load.
9703
9704         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
9705
9706         * cpplib.c (count_registered_pragmas): New function.
9707         (save_registered_pragmas): New function.
9708         (_cpp_save_pragma_names): New function.
9709         (restore_registered_pragmas): New function.
9710         (_cpp_restore_pragma_names): New function.
9711         * cpphash.h (_cpp_save_pragma_names): Prototype.
9712         (_cpp_restore_pragma_names): Likewise.
9713         * cpppch.c (struct save_macro_item): Split from save_macro_data.
9714         (struct save_macro_data): New field 'saved_pragmas'.
9715         (save_macros): Update for changes to struct save_macro_data.
9716         (cpp_prepare_state): Call _cpp_save_pragma_names, update
9717         for changes to struct save_macro_data.
9718         (cpp_read_state): Call _cpp_restore_pragma_names, update
9719         for changes to struct save_macro_data.
9720
9721         * cpppch.c (cpp_read_state): Restore the hashtable references
9722         in the cpp_reader.
9723
9724         * tree.h (built_in_decls): Mark for PCH.
9725
9726         * dbxout.c (lastfile): Don't mark for PCH.
9727
9728         * ggc.h: Document PCH calls into memory managers.
9729
9730         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
9731
9732         * doc/invoke.texi (Precompiled Headers): Document the
9733         directory form of PCH.
9734         * cppfiles.c (validate_pch): New function.
9735         (open_file_pch): Search suitably-named directories for PCH files.
9736
9737         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
9738
9739         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
9740         reorder options.
9741         (Type Information): Mention that the information is also
9742         used to implement PCH.
9743         * doc/passes.texi (Passes): Improve documentation of
9744         language-specific files.
9745
9746         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
9747
9748         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
9749         (struct walk_type_data): Add reorder_fn field.
9750         (walk_type): Process 'reorder' option.
9751         (write_types_process_field): Reorder parameters to gt_pch_note_object,
9752         call reorder_note_routine.
9753         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
9754         (ggc_wtd): Update for change to struct write_types_data.
9755         (pch_wtd): Likewise.
9756         * ggc.h (gt_pch_note_object): Reorder parameters.
9757         (gt_handle_reorder): New definition.
9758         (gt_pch_note_reorder): New prototype.
9759         * ggc-common.c (struct ptr_data): Add reorder_fn.
9760         (gt_pch_note_object): Reorder parameters.
9761         (gt_pch_note_reorder): New.
9762         (gt_pch_save): Call reorder_fn.
9763         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
9764
9765         * dbxout.c (cwd): Don't mark for PCH.
9766
9767         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
9768
9769         * gengtype.c (finish_root_table): Fix some warnings.
9770         (write_root): Handle TYPE_STRING.
9771         * ggc.h (gt_ggc_m_S): Add prototype.
9772         * stringpool.c (gt_ggc_m_S): New function.
9773
9774         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
9775
9776         * dwarf2out.c (dw2_string_counter): New.
9777         (AT_string_form): Use it.
9778         (same_dw_val_p): Update for removal of hashtable.h hash tables.
9779
9780         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
9781
9782         * dbxout.c: Include gt-dbxout.h.
9783         (lastfile): Mark for PCH/GGC.
9784         (cwd): Likewise.
9785         (struct typeinfo): Likewise.
9786         (typevec): Likewise.
9787         (typevec_len): Likewise.
9788         (next_type_number): Likewise.
9789         (struct dbx_file): Likewise.
9790         (current_file): Likewise.
9791         (next_file_number): Likewise.
9792         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
9793         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
9794         (dbxout_end_source_file): Don't free struct dbx_file.
9795         (dbxout_type): Use GGC to allocate typevec.
9796         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
9797         (GTFILES): Add dbxout.c.
9798         (gt-dbxout.h): New rule.
9799
9800         * Makefile.in (c-pch.o): Add debug.h as dependency.
9801         * c-pch.c: Include debug.h.
9802         (pch_init): Call start_source_file to keep nesting right.
9803         (c_common_read_pch): Add orig_name parameter.  Call
9804         start_source_file debug hook.  Call end_source_file debug hook.
9805         * c-common.h (c_common_read_pch): Update prototype.
9806         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
9807         callback.
9808         * cppfiles.c (struct include_file): Add new field `header_name'.
9809         (find_or_create_entry): Default it to `name'.
9810         (open_file_pch): Set it to the original header file searched for.
9811         (stack_include_file): Don't stack an empty buffer, just handle
9812         PCH files immediately.  Pass header_name field to read_pch callback.
9813
9814         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
9815
9816         * function.c (funcdef_no): Mark to be saved in a PCH.
9817
9818         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
9819
9820         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
9821
9822         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
9823
9824         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
9825
9826         * optabs.h (code_to_optab): Add GTY marker.
9827
9828         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
9829
9830         * Makefile.in (GTFILES): Add cpplib.h.
9831         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
9832         * c-decl.c (build_compound_literal): Don't use var_labelno.
9833         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
9834         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
9835         * varasm.c (const_labelno): Use gengtype to mark.
9836         (var_labelno): Likewise.
9837         (in_section): Likewise.
9838         (in_named_name): Likewise.
9839         (struct in_named_entry): Likewise.
9840         (in_named_htab): Likewise.
9841         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
9842         (init_varasm_once): Use GGC to allocate in_named_htab.
9843         * config/darwin.c (current_pic_label_num): Mark for PCH.
9844
9845         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
9846
9847         * ggc-simple.c (init_ggc_pch): New stub procedure.
9848         (ggc_pch_count_object): Likewise.
9849         (ggc_pch_total_size): Likewise.
9850         (ggc_pch_this_base): Likewise.
9851         (ggc_pch_alloc_object): Likewise.
9852         (ggc_pch_prepare_write): Likewise.
9853         (ggc_pch_write_object): Likewise
9854         (ggc_pch_finish): Likewise.
9855         (ggc_pch_read): Likewise.
9856
9857         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
9858
9859         * c-pch.c (c_common_write_pch): Write the macro definitions after
9860         the GCed data.
9861         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
9862         definitions after the GCed data.
9863         * cpplib.c (save_macros): New.
9864         (reset_ht): New.
9865         (cpp_write_pch_deps): Split out of cpp_write_pch.
9866         (cpp_write_pch_state): Split out of cpp_write_pch.
9867         (cpp_write_pch): Delete.
9868         (struct save_macro_data): Delete.
9869         (cpp_prepare_state): New.
9870         (cpp_read_state): Erase and restore initial macro definitions.
9871         * cpplib.h (struct save_macro_data): Forward-declare.
9872         (cpp_write_pch_deps): Prototype.
9873         (cpp_write_pch_state): Prototype.
9874         (cpp_write_pch): Delete prototype.
9875         (cpp_prepare_state): Prototype.
9876         (cpp_read_state): Add fourth argument.
9877
9878         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
9879
9880         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
9881         (write_array): Remove warning.
9882
9883         * gengtype.c (contains_scalar_p): New.
9884         (finish_root_table): Add the table to all languages, even if it's
9885         empty.
9886         (write_roots): Output gt_pch_scalar_rtab.
9887         * ggc-common.c (gt_pch_save): Write out scalars.
9888         (gt_pch_restore): Read scalars back.
9889
9890         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
9891         (struct page_entry): Delete pch_page field.
9892         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
9893         (clear_marks): Likewise.
9894         (sweep_pages): Likewise.
9895         (poison_pages): Likewise.
9896         (ggc_print_statistics): Likewise.
9897         (ggc_pch_read): Don't free objects read from a PCH.
9898         Properly set up in_use_p and page_tails.
9899
9900         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
9901
9902         * gengtype.c (struct write_types_data): New.
9903         (struct walk_type_data): Make `cookie' const; add extra
9904         prev_val item; add `orig_s' field.
9905         (walk_type): Update prev_val[3].
9906         (write_types_process_field): New.
9907         (write_func_for_structure): Take write_types_data structure.
9908         (write_types): New.
9909         (ggc_wtd): New.
9910         (pch_wtd): New.
9911         (write_types_local_process_field): New.
9912         (gc_mark_process_field): Delete.
9913         (write_local_func_for_structure): New.
9914         (gc_mark_func_name): Delete.
9915         (write_gc_types): Delete.
9916         (write_local): New.
9917         (finish_root_table): Don't include 'ggc_' in PFX.
9918         (write_root): Rename from write_root.  Fill pchw field of structures.
9919         (write_array): New.
9920         (write_roots): Rename from write_gc_roots.  Split out to write_array.
9921         Update to changes to other routines.  Write gt_pch_cache_rtab table.
9922         (main): Write PCH walking routines.
9923         * ggc-common.c: Include toplev.h, sys/mman.h.
9924         (ggc_mark_roots): For cache hashtables, also mark the hash table
9925         and the array of entries.
9926         (saving_htab): New.
9927         (struct ptr_data): New.
9928         (POINTER_HASH): New.
9929         (gt_pch_note_object): New.
9930         (saving_htab_hash): New.
9931         (saving_htab_eq): New.
9932         (struct traversal_state): New.
9933         (call_count): New.
9934         (call_alloc): New.
9935         (compare_ptr_data): New.
9936         (relocate_ptrs): New.
9937         (write_pch_globals): New.
9938         (struct mmap_info): New.
9939         (gt_pch_save): New.
9940         (gt_pch_restore): New.
9941         * ggc-page.c (ROUND_UP_VALUE): New.
9942         (ROUND_UP): New.
9943         (struct page_entry): Add field `pch_page'.
9944         (init_ggc): Use ROUND_UP.
9945         (struct ggc_pch_data): Declare.
9946         (init_ggc_pch): New.
9947         (ggc_pch_count_object): New.
9948         (ggc_pch_total_size): New.
9949         (ggc_pch_this_base): New.
9950         (ggc_pch_alloc_object): New.
9951         (ggc_pch_prepare_write): New.
9952         (ggc_pch_write_object): New.
9953         (ggc_pch_finish): New.
9954         (ggc_pch_read): New.
9955         * ggc.h (gt_pointer_operator): New.
9956         (gt_note_pointers): New.
9957         (gt_pch_note_object): New prototype.
9958         (gt_pointer_walker): New.
9959         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
9960         (LAST_GGC_ROOT_TAB): Update.
9961         (gt_pch_cache_rtab): Declare.
9962         (gt_pch_scalar_rtab): Declare.
9963         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
9964         (LAST_GGC_CACHE_TAB): Update.
9965         (gt_pch_save_stringpool): Declare.
9966         (gt_pch_restore_stringpool): Declare.
9967         (gt_pch_p_S): Declare.
9968         (gt_pch_n_S): Declare.
9969         (struct ggc_pch_data): Forward-declare.
9970         (init_ggc_pch): Declare.
9971         (ggc_pch_count_object): Declare.
9972         (ggc_pch_total_size): Declare.
9973         (ggc_pch_this_base): Declare.
9974         (ggc_pch_alloc_object): Declare.
9975         (ggc_pch_prepare_write): Declare.
9976         (ggc_pch_write_object): Declare.
9977         (ggc_pch_finish): Declare.
9978         (ggc_pch_read): Declare.
9979         (gt_pch_save): Declare.
9980         (gt_pch_restore): Declare.
9981         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
9982         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
9983         const_double_htab, mem_attrs_htab using GGC.
9984         * c-pch.c: Include ggc.h.
9985         (pch_init): Allow reading PCH file back.
9986         (c_common_write_pch): Call gt_pch_save.
9987         (c_common_read_pch): Call gt_pch_restore.
9988         * c-parse.in (init_reswords): Delete now-untrue comment.
9989         Allocate ridpointers using GGC.
9990         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
9991         calling expand_deferred_fns.
9992         * c-common.h (ridpointers): Mark for GTY machinery.
9993         * Makefile.in (stringpool.o): Update dependencies.
9994         (c-pch.o): Update dependencies.
9995         (ggc-common.o): Update dependencies.
9996         * stringpool.c: Include gt-stringpool.h.
9997         (gt_pch_p_S): New.
9998         (gt_pch_n_S): New.
9999         (struct string_pool_data): New.
10000         (spd): New.
10001         (gt_pch_save_stringpool): New.
10002         (gt_pch_restore_stringpool): New.
10003         * tree.c (init_ttree): Make type_hash_table allocated using GC.
10004
10005         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
10006
10007         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
10008         (output_mangled_typename): Don't pass size_t to printf.
10009
10010         * tree.h (union tree_type_symtab): Add tag to `address' field.
10011         (union tree_decl_u2): Add tag to 'i' field.
10012         * varasm.c (union rtx_const_un): Add tags to all fields.
10013         * gengtype.c (struct walk_type_data): New.
10014         (output_escaped_param): Take struct walk_type_data parameter.
10015         (write_gc_structure_fields): Delete.
10016         (walk_type): New.
10017         (write_gc_marker_routine_for_structure): Delete.
10018         (write_func_for_structure): New.
10019         (gc_mark_process_field): New.
10020         (gc_mark_func_name): New.
10021         (gc_counter): Delete.
10022         (write_gc_types): Use write_func_for_structure.
10023         (write_gc_roots): Use walk_type.
10024
10025         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
10026
10027         * ggc-common.c (ggc_mark_roots): Delete 'x'.
10028         (ggc_splay_dont_free): Fix warning about unused 'x'.
10029         (ggc_print_common_statistics): Remove warnings.
10030
10031         2002-10-01  Mike Stump  <mrs@apple.com>
10032
10033         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
10034         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
10035
10036         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
10037             Catherine Moore  <clm@redhat.com>
10038
10039         * Makefile (c-pch.o): Update dependencies.
10040         (LIBCPP_OBJS): Add cpppch.o.
10041         (cpppch.o): New.
10042         * c-common.c (c_common_init): Don't call pch_init here.
10043         * c-common.h (c_common_read_pch): Update prototype.
10044         * c-lex.c (c_common_parse_file): Call pch_init here.
10045         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
10046         (c_common_decode_option): Handle them.
10047         * c-pch.c: Include c-pragma.h.
10048         (save_asm_offset): Delete.
10049         (pch_init): Move contents of save_asm_offset into here, call
10050         cpp_save_state.
10051         (c_common_write_pch): Call cpp_write_pch.
10052         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
10053         cpp_valid_state.
10054         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
10055         * cppfiles.c (stack_include_file): Update for change to
10056         parameters of cb.read_pch.
10057         * cpphash.h (struct cpp_reader): Add `savedstate' field.
10058         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
10059         `restore_pch_deps' fields.
10060         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
10061         (cpp_save_state): Prototype.
10062         (cpp_write_pch): Prototype.
10063         (cpp_valid_state): Prototype.
10064         (cpp_read_state): Prototype.
10065         * cpppch.c: New file.
10066         * flags.h (version_flag): Remove prototype.
10067         * mkdeps.c (deps_save): New.
10068         (deps_restore): New.
10069         * mkdeps.h (deps_save): Prototype.
10070         (deps_restore): Prototype.
10071         * toplev.c (late_init_hook): Delete.
10072         (version_flag): Make static again.
10073         (compile_file): Don't call late_init_hook.
10074         * toplev.h (late_init_hook): Delete.
10075         * doc/cppopts.texi: Document -fpch-deps.
10076         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
10077
10078         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
10079
10080         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
10081         callers.
10082         (c_common_valid_pch): Rename from c_valid_pch, change callers.
10083         (c_common_read_pch): Rename from c_read_pch, change callers.
10084
10085         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
10086         a space between it and its argument.
10087
10088         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10089
10090         * c-pch.c: New file.
10091         * toplev.h (late_init_hook): Declare.
10092         * toplev.c (late_init_hook): Define.
10093         (version_flag): Make globally visible.
10094         (compile_file): Call late_init_hook.
10095         (init_asm_output): Make output file seekable.
10096         * gcc.c (default_compilers): Update c-header rule.
10097         * flags.h (version_flag): Declare.
10098         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
10099         fields.
10100         * cppfiles.c (struct include_file): Add 'pch' field.
10101         (INCLUDE_PCH_P): New.
10102         (open_file_pch): New.
10103         (stack_include_file): Handle PCH files specially.
10104         (find_include_file): Call open_file_pch instead of open_file.
10105         (_cpp_read_file): Explain why open_file is used instead of
10106         open_file_pch.
10107         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
10108         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
10109         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
10110         in cpplib callbacks.
10111         * c-common.c (pch_file): Correct comment.
10112         (allow_pch): Define.
10113         (c_common_init): Call pch_init.
10114         * c-common.h (allow_pch): Declare.
10115         (pch_init): Declare.
10116         (c_valid_pch): Declare.
10117         (c_read_pch): Declare.
10118         (c_write_pch): Declare.
10119         * Makefile.in (c-pch.o): New.
10120         (C_AND_OBJC_OBJS): Add c-pch.o.
10121         * doc/invoke.texi (Precompiled Headers): Add index entries,
10122         complete truncated paragraph.
10123
10124         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
10125
10126         * c-common.c: (pch_file): Define.
10127         * c-common.h (pch_file): Declare.
10128         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
10129         (missing_arg): Require --output-pch= to have an argument.
10130         (c_common_decode_option): Handle --output-pch=.
10131         * gcc.c: Document new %V.
10132         (default_compilers): Handle compiling C header files.
10133         (do_spec_1): Implement %V.
10134         (main): Handle "gcc foo.h" without trying to run linker.
10135         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
10136         (Overall Options): Document what the driver does with header files,
10137         document new -x option possibilities.
10138         (Invoking G++): More documentation for PCH.
10139         (Precompiled Headers): New.
10140
10141         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
10142
10143         * ggc.h: Don't include varray.h.  Rearrange functions to be more
10144         organized.
10145         (ggc_add_root): Delete.
10146         (ggc_mark_rtx): Delete.
10147         (ggc_mark_tree): Delete.
10148         (struct ggc_statistics): Remove contents.
10149         * ggc-common.c: Remove unneeded includes.
10150         (struct ggc_root): Delete.
10151         (roots): Delete.
10152         (ggc_add_root): Delete.
10153         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
10154         (ggc_print_common_statistics): Remove most of the contents.
10155         * Makefile.in (GGC_H): No longer uses varray.h.
10156         (ggc-common.o): Update dependencies.
10157         (c-parse.o): Add varray.h to dependencies.
10158         (c-common.o): Add varray.h.
10159         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
10160         (mark_ident_hash): Rename to ggc_mark_stringpool.
10161         (init_stringpool): Don't use ggc_add_root.
10162         * c-parse.in: Include varray.h.
10163         * c-common.c: Include varray.h.
10164         * objc/Make-lang.in (objc-act.o): Add varray.h.
10165         * objc/objc-act.c: Include varray.h.
10166
10167         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
10168
10169         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
10170         (dw_cfi_oprnd1_desc): Likewise.
10171
10172         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
10173
10174         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
10175         move out of ifdef.
10176         (alpha_links): Use gengtype to mark; move out of ifdef.
10177         (mark_alpha_links_node): Delete.
10178         (mark_alpha_links): Delete.
10179         (alpha_need_linkage): Use GGC to allocate splay tree, struct
10180         alpha_links, strings.  Don't use ggc_add_root.
10181         * ggc-common.c (ggc_splay_alloc): New.
10182         (ggc_splay_dont_free): New.
10183         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
10184         (ggc_mark_tree): Likewise.
10185         (splay_tree_new_ggc): New.
10186         (ggc_splay_alloc): Declare.
10187         (ggc_splay_dont_free): Declare.
10188         * dwarf2asm.c: Include gt-dwarf2asm.h.
10189         (mark_indirect_pool_entry): Delete.
10190         (mark_indirect_pool): Delete.
10191         (indirect_pool): Use gengtype to mark.
10192         (dw2_force_const_mem): Don't use ggc_add_root.
10193         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
10194         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
10195         (gt-dwarf2asm.h): Depend on s-gtype.
10196
10197         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
10198
10199         * tree.h (union tree_type_symtab): Mark `die' field.
10200         * Makefile.in (dwarf2out.o): Update dependencies.
10201         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
10202         hash tables.
10203         (dw_cfi_oprnd1_desc): New function.
10204         (dw_cfi_oprnd2_desc): New function.
10205         (indirect_string_alloc): Delete.
10206         (debug_str_do_hash): New function.
10207         (debug_str_eq): New function.
10208         (mark_limbo_die_list): Delete.
10209         (dwarf2out_init): Don't call ggc_add_root.
10210
10211 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
10212
10213         The following changes are merged from itanium-sched-branch:
10214
10215         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
10216
10217         * doc/md.texi: Clarify assignment of units to automata description.
10218
10219         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
10220
10221         * genautomata.c (unit_decl): Remove members
10222         `the_same_automaton_unit' and
10223         `the_same_automaton_message_reported_p'.
10224         (process_unit_to_form_the_same_automaton_unit_lists,
10225         form_the_same_automaton_unit_lists_from_regexp,
10226         form_the_same_automaton_unit_lists, the_same_automaton_lists):
10227         Remove them.
10228         (annotation_message_reported_p): New global variable.
10229         (check_unit_distribution_in_reserv,
10230         check_regexp_units_distribution): New functions.
10231         (check_unit_distributions_to_automata): Rewrite it.
10232
10233         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
10234
10235         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
10236         Use continue instead of break if cycle is too big.
10237
10238         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
10239
10240         * genautomata.c (check_unit_distributions_to_automata): Output at
10241         most one message for a unit.
10242         (process_unit_to_form_the_same_automaton_unit_lists): Check
10243         automaton of units instead of units themself.
10244
10245         * doc/md.texi: Describe the constraint about assigning unit to
10246         automata.
10247
10248         2002-12-20  Jan Hubicka  <jH@suse.cz>
10249                     Vladimir Makarov  <vmakarov@redhat.com>
10250
10251         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
10252         and `in_set_p'.
10253         (gen_cpu_unit): Initialize the new members.
10254         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
10255         up `min_occ_cycle_num'.
10256         (evaluate_max_reserv_cycles): Change the function call.
10257         (CLEAR_BIT): New macro.
10258         (states_union, state_shift): Use the mask.
10259         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
10260         (form_reservs_matter): New function.
10261         (make_automaton): Call the function and use the mask.
10262         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
10263         account.
10264
10265         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
10266
10267         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
10268
10269         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
10270
10271         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
10272         for Itanium.
10273
10274         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
10275
10276         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
10277         default cpu.
10278
10279         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
10280                 2002-10-31  Dale Johannesen <dalej@apple.com>
10281
10282         * haifa-sched.c (find_set_reg_weight): New function.
10283         (find_insn_reg_weight): Use the new function.
10284         (schedule_block): Do sorting ready queue always
10285         after insn issue.
10286
10287         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
10288
10289         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
10290
10291         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
10292
10293         * haifa-sched.c (choice_entry): New structure.
10294         (choice_stack, cycle_issued_insns): New variables.
10295         (max_issue): Rewrite it.
10296         (choose_ready): Set up ready_try for unknown insns too.
10297         (schedule_block): Allocate and free choice_stack.  Set up
10298         and modify cycle_issued_insns.
10299
10300         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
10301         with and without filling the bundle.
10302         (bundling): Combine calls of issue_nops_and_insn.
10303
10304         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
10305
10306         * config/ia64/itanium1.md: New file.
10307
10308         * config/ia64/itanium2.md: New file.
10309
10310         * config/ia64/ia64.md: Move DFA descriptions into the new files.
10311         Remove the old pipeline description.
10312
10313         * config/ia64/ia64.c (ia64_override_options): Add aliases of
10314         itanium processor names.
10315
10316         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
10317
10318         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
10319         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
10320
10321         * config/ia64/ia64.md: Add descriptions for Itanium2.
10322
10323         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
10324
10325         * config/ia64/ia64.h (processor_type): New enumeration.
10326         (ia64_tune, ia64_tune_string): New external declarations.
10327         (TARGET_OPTIONS): Add option `tune='.
10328
10329         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
10330         variables.
10331         (ia64_override_options): Set up `ia64_tune'.
10332         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
10333         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
10334         (bundling): Add nops for MM-insns only for Itanium.
10335         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
10336         Itanium.
10337
10338         * config/ia64/ia64.md (cpu): New attribute.
10339         (DFA description): Enable it only for Itanium.
10340
10341         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
10342                     Richard Henderson  <rth@redhat.com>
10343
10344         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
10345         MASK_EARLY_STOP_BITS.
10346         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
10347         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
10348         `early-stop-bits'.
10349
10350         * config/ia64/ia64.c (ia64_dfa_new_cycle,
10351         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
10352         instead of TARGET_TUNE_STOP_BITS.
10353
10354         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
10355         `-mearly-stop-bits'.
10356
10357         * config/ia64/ia64.c (automata_option "v"): Comment it.
10358
10359         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
10360
10361         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
10362         New macros.
10363         (TARGET_SWITCHES): Add entries for the new option.
10364
10365         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
10366         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
10367         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
10368         global variables.
10369         (ia64_sched_reorder2): Set up `clocks'.
10370         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
10371         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
10372         queue when TARGET_TUNE_STOP_BITS.
10373         (bundling): Insert additional nops for MM-insns.
10374         (final_emit_insn_group_barriers): Add insertion of stop bits
10375         according `stops_p'.
10376         (ia64_reorg): Initiate the new varibales.
10377
10378         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
10379
10380         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
10381
10382         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
10383         insns at the end of block insn scheduling.
10384
10385         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
10386
10387         * sched-deps.c (remove_dependence, group_leader): Remove it.
10388         (add_dependence): Add dependence to group leader to.
10389         (set_sched_group_p): Add dependence to the first insn of the
10390         schedule group too.
10391         (sched_analyze_insn): Make dependence to jump as anti-dependence.
10392         Change true dependence by anti-dependence when
10393         `reg_pending_barrier'.
10394
10395         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
10396         add_branch_dependences): Ignore schedule groups.
10397
10398         * sched-ebb.c (init_ready_list): Ditto.
10399
10400         * (move_insn, set_priorities): Ditto.
10401
10402         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
10403         flag is clear after reload.
10404         (adjust_cost): Change cost only for output dependencies.
10405
10406         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
10407
10408         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
10409
10410         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
10411
10412         * target.h (gcc_target): Add member
10413         `dependencies_evaluation_hook'.
10414
10415         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
10416         macro.
10417         (TARGET_SCHED): Add initiatialization of the new member.
10418
10419         * sched-ebb.c: Include `target.h'.
10420         (schedule_ebb): Call `dependencies_evaluation_hook'.
10421
10422         * sched-rgn.c (schedule_region): Call
10423         `dependencies_evaluation_hook'.
10424
10425         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
10426         New macro.
10427         (ia64_dependencies_evaluation_hook): New function.
10428
10429         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
10430         Describe the new hook.
10431
10432         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
10433
10434         * target.h (gcc_target): Add members
10435         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
10436
10437         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
10438         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
10439         macros.
10440         (TARGET_SCHED): Add initiatialization of the new members.
10441
10442         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
10443         insn scheduling too.
10444         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
10445         initialize `ready_try'.
10446         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
10447         `dfa_new_cycle' says not to do it.
10448
10449         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
10450         bundling.
10451
10452         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
10453
10454         * config/ia64/ia64.c: Include `hashtab.h'.
10455         (ia64_first_cycle_multipass_dfa_lookahead_guard,
10456         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
10457         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
10458         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
10459         bundle_state_eq_p, insert_bundle_state,
10460         initiate_bundle_state_table, finish_bundle_state_table,
10461         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
10462         get_template, get_next_important_insn, bundling): New functions.
10463         (ia64_internal_sched_reorder): Remove it.
10464         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
10465         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
10466         (ia64_safe_itanium_requires_unit0): Remove it.
10467         (group_barrier_needed_p): Place group barrier right before a real
10468         insn.
10469         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
10470         Remove them.
10471         (bundle_name): New variable.
10472         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
10473         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
10474         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
10475         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
10476         temp_dfa_state, prev_cycle_state): New global variables.
10477         (insn_matches_slot, maybe_rotate, finish_last_head,
10478         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
10479         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
10480         find_best_packet, itanium_reorder, dump_current_packet,
10481         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
10482         (sched_data, sched_ready, sched_types): Remove them.
10483         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
10484         `init_insn_group_barriers'.
10485         (ia64_sched_reorder, ia64_sched_reorder2): Call
10486         ia64_dfa_sched_reorder.
10487         (ia64_variable_issue): Rewrite it.
10488         (bundle_state): New structure.
10489         (index_to_bundle_states, bundle_states_num,
10490         allocated_bundle_states_chain, free_bundle_state_chain): New
10491         global variables.
10492         (ia64_sched_finish): Add stop bits and call `bundling' after the
10493         2nd insn scheduling.
10494         (ia64_use_dfa_pipeline_interface): Return zero always.
10495         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
10496         insn scheduling.
10497         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
10498         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
10499         (ia64_reorg): Add bundling insns.
10500
10501         * doc/tm.texi
10502         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
10503         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
10504
10505         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
10506
10507         * config/ia64/ia64.md: Add Itanium1 DFA description.
10508         (itanium_class): Add `nop' and `pre_cycle'.  Add
10509         define_function_unit for `nop'.
10510         (nop): Change attribute `itanium_class'.
10511         (pre_cycle): New define_insn.
10512
10513         * config/ia64/ia64-protos.h (bundling_p): New external variable.
10514         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
10515         ia64_produce_address_p): New function prototypes.
10516
10517         * config/ia64/ia64.c (bundling_p): New global variable.
10518         (ia64_use_dfa_pipeline_interface,
10519         ia64_first_cycle_multipass_dfa_lookahead,
10520         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
10521         functions.
10522         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10523         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10524         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10525         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
10526         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
10527         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
10528         (dfa_pre_cycle_insn): New variable.
10529
10530         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
10531
10532         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
10533         constructions.
10534
10535         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
10536         New function prototypes.
10537
10538         * genattrtab.c (main): Process the new constructions.
10539
10540         * genautomata.c (gen_presence_absence_set,
10541         process_presence_absence_names, process_presence_absence_patterns,
10542         add_presence_absence, check_absence_pattern_sets): Add parameter
10543         `final_p'.
10544         (unit_decl): Add new members `final_presence_list' and
10545         `final_absence_list'.
10546         (unit_pattern_rel_decl): Add new member `final_p'.
10547         (gen_final_presence_set, gen_final_absence_set): New functions.
10548         (process_decls): Use member `final_p'.
10549         (temp_reserv): New global variable.
10550         (reserv_sets_are_intersected): Add processing `final_presence_set'
10551         and `final_absence_set'.
10552         (initiate_states): Allocate `temp_reserv'.
10553         (unit_final_presence_set_table, unit_final_absence_set_table): New
10554         gloabal variables.
10555         (initiate_presence_absence_pattern_sets): Initiate them.
10556         (NDFA_to_DFA): Fix typo.
10557         (output_description): Output `final_presence_set' and
10558         `final_absence_set'.
10559
10560         * doc/md.texi (final_presence_set, final_absence_set): Describe
10561         them.
10562
10563         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
10564
10565         * genautomata.c (transform_3): Process a missing case (nothing on
10566         unit place).
10567
10568         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
10569
10570         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
10571         comments about queried units and the minimization.
10572
10573         * doc/md.texi: Ditto.
10574
10575         * genautomata.c (create_composed_state): Return nonzero if the new
10576         state has been created.
10577         (first_cycle_unit_presence): New function.
10578         (state_is_differed): Add new parameter.  Use the new function.
10579         Take queried units into account.
10580         (partition_equiv_class): Pass additional parameter to
10581         `state_is_differed'.
10582         (merge_states): Process composed states too.
10583         (build_automaton, create_automata, output_min_issue_delay_table,
10584         output_tables, output_statistics): Output more information.
10585         (output_reserved_units_table): Use function
10586         `first_cycle_unit_presence'.
10587         (output_tables): Output table of queried units even if the
10588         minimization is switched on.
10589         (write_automata): Output code for querying units even if the
10590         minimization is switched on.
10591
10592         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
10593
10594         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
10595         syntax of the constructions.
10596
10597         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
10598         extended syntax of the constructions.
10599
10600         * genautomata.c (unit_rel_decl): Rename it to
10601         `unit_pattern_rel_decl'.
10602         (pattern_set_el, pattern_reserv): New structures.
10603         (pattern_set_el_t, pattern_reserv_t): New types.
10604         (gen_presence_absence_set): New function.
10605         (process_presence_absence): Remove it.
10606         (process_presence_absence_names,
10607         process_presence_absence_patterns): New functions.
10608         (get_presence_absence_set): Remove it.
10609         (initiate_presence_absence_sets): Rename it on
10610         `initiate_presence_absence_pattern_sets'.  Use new function
10611         `form_reserv_sets_list'.
10612         (form_reserv_sets_list, check_presence_pattern_sets,
10613         check_absence_pattern_sets, output_pattern_set_el_list): New
10614         functions.
10615         (unit_decl): Change types of members `presence_list' and
10616         `absence_list'.
10617         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
10618         (decl): Change types of members `excl', `presence', and `absence'.
10619         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
10620         at the end of the vector.
10621         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
10622         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
10623         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
10624         (gen_presence_set, gen_absence_set): Use new function
10625         `gen_presence_absence_set'.
10626         (add_presence_absence): Process `pattern_list' instead of
10627         `source_list'.
10628         (process_decls): USe new functions
10629         `process_presence_absence_names' and
10630         `process_presence_absence_patterns'.
10631         (reserv_sets_are_intersected): Use new function
10632         `check_presence_pattern_sets'.
10633         (presence_set, absence_set): Remove them.
10634         (unit_presence_set_table, unit_absence_set_table): New global
10635         variables.
10636         (output_description): Use new function
10637         `output_pattern_set_el_list'.
10638         (generate): Use `initiate_presence_absence_pattern_sets'.
10639
10640         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
10641
10642         * genattr.c (main): Add output of prototype of new interface
10643         function `dfa_clean_insn_cache'.
10644
10645         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
10646         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
10647         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
10648         the generated code.
10649         (write_automata): Call the new function.
10650
10651 2003-01-09  Jan Hubicka  <jh@suse.cz>
10652
10653         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
10654         correctly.
10655
10656 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
10657
10658         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
10659
10660 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
10661
10662         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
10663         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
10664         (CONSTRAINT_LEN): Provide default definition.
10665         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
10666         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
10667         (EXTRA_CONSTRAINT_STR): Likewise.
10668         (REG_CLASS_FROM_CONSTRAINT): Define.
10669         * genoutput.c (check_constraint_len, constraint_len): New functions.
10670         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
10671         constraint / modifier.
10672         (gen_insn): Call check_constraint_len.
10673         * local-alloc.c (block_alloc): Update to use new macros / pass
10674         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
10675         * ra-build.c (handle_asm_insn): Likewise.
10676         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
10677         (constrain_operands, peep2_find_free_register): Likewise.
10678         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
10679         * regmove.c (find_matches): Likewise.
10680         * reload.c (push_secondary_reload, find_reloads): Likewise.
10681         (alternative_allows_memconst): Likewise.
10682         * reload1.c (maybe_fix_stack_asms): Likewise.
10683         (reload_cse_simplify_operands): Likewise.
10684         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
10685         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
10686         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
10687         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
10688         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
10689         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
10690
10691         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
10692
10693 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10694
10695         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
10696         length.
10697         (*extzv_1_r_h8300hs): Likewise.
10698         (*extzv_1_r_inv_h8300): Likewise.
10699         (*extzv_1_r_inv_h8300hs): Likewise.
10700
10701 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10702
10703         * config/h8300/h8300.h (PREDICATE_CODES): New.
10704
10705 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10706
10707         * config/h8300/h8300.md (*addsi3_upper): New.
10708         (*iorsi3_shift): Likewise.
10709         (two splitters): Likewise.
10710         (*addsi3_shift): Likewise.
10711         (two splitters): Likewise.
10712
10713 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
10714
10715         * Makefile.in (optabs.o): Add dependency on basic-block.h.
10716         * basic-block.h (control_flow_insn_p): Fuction was exported.
10717         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
10718         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
10719         notes only when the region is contained in a single basic block.
10720
10721 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
10722
10723         PR inline-asm/8832
10724         * tree.h (expand_asm): New prototype.
10725         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
10726         to do so.
10727         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
10728         down to expand_asm.
10729         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
10730         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
10731         (volatile_refs_p) [ASM_INPUT]: Likewise.
10732         (side_effects_p) [ASM_INPUT]: Likewise.
10733
10734 2003-01-09  Jan Hubicka  <jh@suse.cz>
10735
10736         * i386.md (*mul*): FIx constraints; remove confused comment; fix
10737         athlon_decode attributes
10738         (imul/k8 optimization peep2s): New.
10739
10740         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
10741         * i386.md (type attribute): Add ssecomi.
10742         (unit, memory, prefix attributes): Handle ssecomi.
10743         (cvt?2? patterns): Fix athlon_decode attribute
10744         (comi patterns): Set attribute to ssecomi.
10745
10746         PR target/8343
10747         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
10748
10749 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10750
10751         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
10752         that match register_operands.
10753         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
10754         register_operand the default case.
10755
10756 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
10757
10758         PR c/8032
10759         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
10760         an empty element, do not advance the pointer to unfilled
10761         fields if there are pending initializers.
10762
10763 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10764
10765         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
10766         (install-gcc-tooldir, install-cpp, installdirs,
10767         install-common, install-driver, install-info, install-man,
10768         install-headers, install-include-dir, install-headers-tar,
10769         install-headers-cpio, install-headers-cp, install-mkheaders,
10770         install-collect2, uninstall): Prepend $(DESTDIR) to
10771         destination paths in all (un)installation commands.
10772         (install-driver): Rewrite $(LN) commands to support DESTDIR
10773         with "ln" as well as with "ln -s".
10774         (installdirs): Simply use mkinstalldirs.
10775         (install-libgcc, install-multilib): Also pass DESTDIR.
10776         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
10777         installation destination variable ldir.
10778         * config/alpha/t-osf4, config/arm/t-netbsd,
10779         config/ia64/t-hpux, config/mips/t-iris5-6,
10780         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
10781         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
10782         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
10783         in the definition of SHLIB_INSTALL.
10784         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
10785         $(libsubdir) in the installation commands.
10786
10787 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
10788
10789         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
10790         non-optimizing compile.
10791         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
10792         compile.
10793
10794 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
10795
10796         * config/i386/i386.c (ix86_attribute_table): Add new attributes
10797         ms_struct and gcc_struct.
10798         (ix86_handle_struct_attribute): New function.
10799         (ix86_ms_bitfield_layout_p): Update to take new attributes
10800         into account.
10801         * doc/extend.texi: Document new attributes.
10802         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
10803
10804 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
10805
10806         PR optimization/8750
10807         * config/i386/i386.c (ix86_expand_prologue): Don't allow
10808         scheduling pass to move insns across __alloca call.
10809
10810 2003-01-08  Dale Johannesen  <dalej@apple.com>
10811
10812         * config/rs6000/rs6000.md:  Replace *store_multiple_string
10813         with *stmsi[3-8].
10814
10815 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
10816
10817         PR target/9210
10818         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
10819         Set SYMBOL_REF_FLAG on local data sym_ref.
10820
10821 2003-01-08  Dale Johannesen  <dalej@apple.com>
10822
10823         * function.c (assign_parms):  Don't set pretend_args_size if
10824           REG_PARM_STACK_SPACE.
10825           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
10826           pretend_args_size.
10827
10828 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10829
10830         * gcc.hlp: Delete.
10831
10832 2003-01-09  Jan Hubicka  <jh@suse.cz>
10833
10834         * i386.c  (ix86_expand_int_addcc): Fix thinko.
10835
10836 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
10837
10838         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
10839         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
10840         as hook_bool_tree_hwi_hwi_tree_true.
10841         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
10842         (rs6000_emit_epilogue): Same.
10843         (rs6000_output_mi_thunk): Re-implement as RTL.
10844         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
10845         xcoffout_declare_function if any debugging enabled.
10846
10847 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10848
10849         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
10850         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
10851         * config/mips/mips.h (enum processor_type): Rename
10852         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
10853         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
10854         Add PROCESSOR_M4K.
10855         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
10856         (ISA_MIPS32R2): New define.
10857         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
10858         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
10859         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
10860         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
10861         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
10862         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
10863         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
10864         compiling MIPS16 code.
10865         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
10866         comment.
10867         (ISA_HAS_SEB_SEH): New define.
10868         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
10869         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
10870         processor_type value renaming.  Add support for MIPS32R2.
10871         Clean up comments, and move "sb1" entry with other MIPS64 CPU
10872         entries.
10873         (override_options): Reimplement -mipsN option handling so that
10874         it will work correctly for -mips32r2.  Avoid branch-likely
10875         instructions on MIPS32R2.
10876         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
10877         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
10878         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
10879         (extendhisi2_hw, extendqisi2_hw): New.
10880         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
10881         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
10882         MIPS32R2, and MIPS64.
10883         (LINK_SPEC): Pass -mips32r2 to linker.
10884         * config/mips/t-isa3264: Built -mips32r2 multilibs.
10885         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
10886         for mips32r2 in the -march description.  Alphabetically sort
10887         CPU names in the -march description.  Add long-missed -mips32
10888         and -mips64 to MIPS option summary.
10889
10890         * config.gcc: Update copyright years to include 2003.
10891         * config/mips/mips.c: Likewise.
10892         * config/mips/mips.h: Likewise.
10893         * config/mips/mips.md: Likewise.
10894         * config/mips/netbsd.h: Likewise.
10895         * doc/invoke.texi: Likewise.
10896
10897 2003-01-08  Andreas Schwab  <schwab@suse.de>
10898
10899         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
10900         variable.
10901         * configure: Regenerated.
10902
10903 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
10904
10905         * config/h8300/h8300.c (output_logical_op): Replace byte/word
10906         extraction of det with b0, b1, w0, w2, etc.
10907         (compute_logical_op_length): Likewise.
10908         (compute_logical_op_cc): Likewise.
10909
10910 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
10911
10912         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
10913         HIGH on all variants.
10914
10915 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
10916
10917         * Makefile.in (PARTITION_H): New.
10918         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
10919         * basic-block.h: Include hard-reg-set.h.
10920
10921 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
10922
10923         * arm.h (ENABLE_XF_PATTERNS): Delete.
10924         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
10925         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
10926         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
10927         (cmpxf_trap): Delete.
10928         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
10929
10930 2003-01-08  Jan Hubicka  <jh@suse.cz>
10931
10932         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
10933         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
10934         (add??cc): New expanders.
10935         * i386.c (expand_int_addcc): New function.
10936         * i386-protos.h (expand_int_addcc): Declare.
10937
10938         * alias.c (memory_modified_1): New static function.
10939         (memory_modified): New static varaible.
10940         (memory_modified_in_insn_p): New global function.
10941         * rtl.h (memory_modified_in_insn_p): Declare.
10942         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
10943         references.
10944
10945         * expr.h (emit_conditional_add): Declare.
10946
10947 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
10948
10949         PR other/8947
10950         * doc/invoke.texi (-malign-double): Explain that the option breaks
10951         binary compatibility.
10952
10953 2003-01-08  Andreas Schwab  <schwab@suse.de>
10954
10955         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
10956         should come from the generic *-*-linux* entry.
10957
10958 2003-01-07  Jan Hubicka  <jh@suse.cz>
10959
10960         * cselib.c (cselib_current_insn_in_libcall): New static variable.
10961         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
10962         we are inside libcall.
10963         * cselib.h (elt_loc_list): Add in_libcall.
10964         * gcse.c (do_local_cprop): Do not copy propagate using insns
10965         in libcalls.
10966
10967 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
10968
10969         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
10970         not normally affect to issue rate.
10971
10972 2003-01-07  Jan Hubicka  <jh@suse.cz>
10973
10974         * genopinit.c (optabs): Add addc_optab.
10975         * ifcvt.c (noce_try_store_flag): Rename to ...
10976         (noce_try_addcc): ... this one; handle generic conditional increment.
10977         (noce_process_if_block): Update noce_try_addcc call.
10978         * optabs.c (emit_conditional_add): New.
10979         (init_obtabs): Initialize addc_optab.
10980         * optabs.h (optab_index): Add OTI_addcc.
10981         (addcc_optab): New macro.
10982         * md.texi: Document addMcc
10983
10984         PR target/8322
10985         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
10986         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
10987         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
10988
10989         * reload1.c (delete_output_reload): Avoid repeated attempts
10990         to delete insn.
10991
10992 2003-01-07  Andreas Schwab  <schwab@suse.de>
10993
10994         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
10995         Move --enable-initfini-array check ...
10996         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
10997         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
10998         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
10999         * configure: Rebuild.
11000
11001 2003-01-07  Richard Henderson  <rth@redhat.com>
11002
11003         * alias.c (find_base_value): Only use new_reg_base_value shortcut
11004         if the register is set once.
11005
11006 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
11007
11008         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
11009         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
11010         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
11011
11012 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
11013             Sunil Davasam  <sunil.k.davasam@intel.com>
11014
11015         PR libstdc++/9076
11016         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
11017         DW_CFA_same_value, read next and ignore.
11018
11019 2003-01-07  Richard Henderson  <rth@redhat.com>
11020
11021         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
11022
11023 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
11024
11025         * cfg.c: Include alloc-pool.h
11026         (edge_pool): New pool.
11027         (bb_pool): New pool.
11028         (first_deleted_edge): Remove.
11029         (first_deleted_block): Remove.
11030         (init_flow): Alloc/free the pools.
11031         (free_edge): Use pools.
11032         (alloc_block): Ditto.
11033         (expunge_block): Ditto.
11034         (cached_make_edge): Ditto.
11035
11036         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
11037
11038 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
11039
11040         * et-forest.c: Include alloc-pool.h.
11041         (struct et_forest): Add node_pool and occur_pool.
11042         (et_forest_create): Create the new pools.
11043         (et_forest_delete): Delete them.
11044         (et_forest_add_node): Allocate and free using pools.
11045         (et_forest_add_edge): Ditto.
11046         (et_forest_remove_node): Ditto.
11047         (et_forest_remove_edge): Ditto.
11048
11049         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
11050
11051 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
11052
11053         * config/h8300/h8300.c (output_logical_op): Simplify and
11054         optimize the handling of SImode.
11055         * config/h8300/h8300.c (compute_logical_op_length): Update
11056         accordingly.
11057         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
11058
11059 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
11060
11061         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
11062         big-endian correction to indirect arguments too.
11063
11064 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
11065
11066         Segher Boessenkool  <segher@koffie.nl>
11067
11068         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
11069         (alt_reg_names): Ditto, fix formatting.
11070         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
11071
11072 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
11073
11074         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
11075         (output_logical_op): Constify intval and det.
11076         (compute_logical_length): Likewise.
11077         (compute_logical_cc): Likewise.
11078         (output_a_shift): Constify mask.
11079         (h8300_encode_label): Constify len.
11080
11081 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
11082
11083         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
11084         (h8300_expand_epilogue): Likewise.
11085
11086 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
11087
11088         Segher Boessenkool  <segher@koffie.nl>
11089
11090         * config/rs6000/altivec.md: Remove spaces from assembler
11091         instruction argument lists.
11092
11093 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11094
11095         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
11096         c4x_assembler_function_p.
11097         (c4x_null_epilogue_p): Complement return value, all uses updated.
11098         (c4x_insert_attributes): Add naked.
11099         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
11100         * doc/extend.texi: Update C4x function attributes.
11101
11102 2003-01-06  Richard Henderson  <rth@redhat.com>
11103
11104         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
11105         properly when changing "local-ness".
11106         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
11107
11108 2003-01-06  Dale Johannesen  <dalej@apple.com>
11109
11110         * config/darwin-protos.h:  Add prototypes for new section functions.
11111
11112 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
11113
11114         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
11115         to EABI.
11116
11117 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
11118
11119         * hwint.h: If the current compiler has no 64-bit type at all,
11120         make HOST_WIDEST_INT 32 bits.
11121
11122 2003-01-06  Eric Christopher  <echristo@redhat.com>
11123
11124         * config/mips/mips.md (movdf_internal2): Fix constraints.
11125
11126 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
11127
11128         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
11129
11130 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
11131
11132         * config/mips/mips.md (leadi): Use dla rather than la.
11133
11134 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
11135
11136         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
11137         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
11138
11139 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
11140
11141         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
11142         redefinition.
11143
11144 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
11145
11146         * config/h8300/h8300.md (*extzv_8_23): New.
11147
11148 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11149
11150         * pa64-hpux.h (JCR_SECTION_NAME): Define.
11151         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
11152         USE_EH_FRAME_REGISTRY when defining.
11153
11154 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
11155
11156         * config/h8300/h8300.c (output_a_shift): Do not output a
11157         variable shift.
11158         * config/h8300/h8300.md (two splitters): New.
11159
11160 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
11161
11162         * config/mips/mips.md: Disable the movstrsi define_split.
11163
11164 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11165
11166         * alloc-pool.c: Don't include "libiberty.h".
11167         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
11168         * convert.c (convert_to_real): Hide unused variable.
11169
11170 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11171
11172         * Makefile.in (gtyp-gen.h): Const-ify.
11173         * gcov-dump.c (tag_table): Likewise.
11174
11175 2003-01-04  Bruce Korb  <bkorb@gnu.org>
11176
11177         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
11178         of *both* the file name and the fix name.
11179
11180 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11181
11182         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
11183         collect2.
11184         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
11185         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
11186         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
11187         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
11188         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
11189         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
11190         elfos.h.
11191         (EH_FRAME_IN_DATA_SECTION): Delete define.
11192         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
11193         (STARTFILE_SPEC): Use crtbegin.o.
11194         (ENDFILE_SPEC): Use crtend.o.
11195         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
11196         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
11197         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
11198         DTOR_LIST_BEGIN): Define.
11199         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
11200         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
11201         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
11202
11203 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
11204
11205         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
11206         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
11207         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
11208         Cleanup handling of replacement text.
11209         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
11210
11211 2003-01-04  Bruce Korb  <bkorb@gnu.org>
11212
11213         * fixinc/tests/base/math.h: removed obsolete results
11214         * fixinc/tests/base/stdlib.h: ditto
11215         * fixinc/tests/base/sys/param.h: ditto
11216         * fixinc/tests/base/sys/stat.h: ditto
11217         * fixinc/tests/base/time.h: ditto
11218         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
11219         * fixinc/tests/base/sys/byteorder.h: ditto
11220         * fixinc/inclhack.def: Remove superfluous backslashes
11221
11222 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
11223
11224         * config/h8300/h8300-protos.h: Add prototypes for
11225         the new functions defined below.
11226         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
11227         define.
11228         (dosize): Emit RTL instead of assembly code.
11229         (push): Likewise.
11230         (pop): Likewise.
11231         (h8300_output_function_prologue): Remove.
11232         (h8300_expand_prologue): New.
11233         (h8300_expand_epilogue): New.
11234         (h8300_output_function_epilogue): Do only the reset of
11235         pragma_saveall.
11236         * config/h8300/h8300.md (push_h8300): New.
11237         (push_h8300hs): Likewise.
11238         (pop_h8300): Likewise.
11239         (pop_h8300hs): Likewise.
11240         (*stm_h8300s_2): Change the name to stm_h8300s_2.
11241         (*stm_h8300s_3): Change the name to stm_h8300s_3.
11242         (*stm_h8300s_4): Change the name to stm_h8300s_4.
11243         (*ldm_h8300s_2): New.
11244         (*ldm_h8300s_3): Likewise.
11245         (*ldm_h8300s_4): Likewise.
11246         (return): Likewise.
11247         (*return_1): Likewise.
11248         (prologue): Likewise.
11249         (epilogue): Likewise.
11250         (monitor_prologue): Likewise.
11251
11252 2003-01-03  Dale Johannesen  <dalej@apple.com>
11253
11254         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
11255           machopic_picsymbol_stub1.
11256           (EXTRA_SECTION_FUNCTIONS):  Ditto.
11257         * rs6000/rs6000.c:  Update copyright.
11258           (machopic_output_stub):  Use them.  Remove an insn from stub code.
11259
11260 2003-01-02  Jason Merrill  <jason@redhat.com>
11261
11262         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
11263
11264         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
11265         static/external decls.
11266
11267         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
11268         outermost scope.
11269         * c-decl.c (c_make_fname_decl): Push the decls there, too.
11270
11271 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
11272
11273         * config/h8300/h8300-protos.h: Add a prototype for
11274         h8300_current_function_interrupt_function_p.
11275         * config/h8300/h8300.c (interrupt_handler): Remove.
11276         (os_task): Likewise.
11277         (monitor): Likewise.
11278         (pragma_interrupt): New.
11279         (WORD_REG_USED): Use
11280         h8300_current_function_interrupt_function_p.
11281         (dosize): Likewise.
11282         (h8300_output_function_prologue): Likewise.
11283         Do not set interrupt_handler, os_task, monitor.
11284         (h8300_output_function_prologue): Use
11285         h8300_current_function_interrupt_function_p.
11286         Do not set interrupt_handler, os_task, monitor.
11287         (h8300_current_function_interrupt_function_p): New.
11288         (h8300_pr_interrupt): Set pragma_interrupt.
11289         (h8300_insert_attributes): Reset pragma_interrupt.
11290
11291 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11292
11293         * doc/install.texi (Configuration): Fix markup for reference to
11294         gcc/config.gcc.
11295
11296 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
11297
11298         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
11299         (*iorhi3_two_qi): Likewise.
11300         (*iorsi3_zexthi): Likewise.
11301         (*xorhi3_zextqi): Likewise.
11302         (*xorsi3_zexthi): Likewise.
11303         (*xorsi3_zextqi): Likewise.
11304
11305 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
11306
11307         * config/h8300/h8300.c (stack_pointer_operand): New.
11308         (const_int_gt_2_operand): Likewise.
11309         (const_int_ge_8_operand): Likewise.
11310         * config/h8300/h8300.md (a splitter): Likewise.
11311         (a peephole2): Likewise.
11312         * config/h8300/h8300-protos.h: Add prototypes for the new
11313         functions above.
11314
11315 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
11316
11317         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
11318         objc/objc-act.h: Fix copyright years.
11319
11320 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11321
11322         * doc/passes.texi: Fix documentation for -fssa-ccp
11323
11324 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
11325
11326         * gccbug.in: Update for new categories.
11327
11328 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
11329
11330         * config/h8300/h8300.md: Reorder some patterns.
11331
11332 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
11333
11334         * config/h8300/h8300.c (output_logical_op): Fix a warning.
11335
11336 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
11337
11338         * config/darwin-protos.h, config/c4x/c4x-protos.h,
11339         config/cris/cris-protos.h, config/i370/i370-protos.h,
11340         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
11341         config/v850/v850-protos.h: Use struct, and don't conditionally
11342         compile on GCC_C_PRAGMA_H.
11343
11344 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
11345
11346         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
11347         * config/h8300/h8300-protos.h: Likewise.
11348         * config/sh/sh-protos.h: Likewise.
11349
11350 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
11351
11352         * config/arm/arm-protos.h: Use struct cpp_reader instead of
11353         cpp_reader.
11354         * config/h8300/h8300-protos.h: Likewise.
11355         * config/sh/sh-protos.h: Likewise.
11356
11357 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
11358
11359         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
11360         arm_pr_long_calls_off): Use struct.
11361         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
11362         : Similarly.
11363         Don't include cpplib.h.
11364         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
11365         sh_pr_nosave_low_regs): Similarly.
11366
11367 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
11368
11369         * config/h8300/h8300.c: Include cpplib.h.
11370
11371 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11372
11373         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
11374           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
11375           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
11376           "GCC" in the copyright header.
11377
11378 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
11379
11380         * c-pragma.c (c_register_pragma): New.
11381         (init_pragma): Use it.
11382         * c-pragma.h (cpp_register_pragma): Don't declare.
11383         (c_register_pragma): New.
11384         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
11385         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
11386         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
11387         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
11388         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
11389         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
11390         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
11391         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
11392         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
11393         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
11394         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
11395         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
11396
11397 See ChangeLog.8 for earlier changes.