OSDN Git Service

* Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
2
3         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
4         * doc/gcc.texi: Remove vms.texi section.
5         * doc/vms.texi: Remove obsolete file.
6
7 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
8
9         * configure.in (inhibit_libc): Don't define when configuring
10         with --with-newlib --with-headers.
11         * configure: Regenerate.
12
13         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
14
15 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16
17         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
18         IRIX 6 without GNU ld.
19         * configure: Regenerate.
20
21 2003-06-03  Roger Sayle  <roger@eyesopen.com>
22
23         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
24         of a complex number rather than invoke mov_optab directly.
25
26 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
27
28         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
29         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
30
31 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
32
33         * config/i386/x86-64.h: Remove two target-independent comments;
34          replace "GNU CC" with "GCC".
35
36 2003-06-03  Anthony Green  <green@redhat.com>
37
38         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
39
40 2003-06-03  Roger Sayle  <roger@eyesopen.com>
41
42         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
43         New builtins representing ISO C99's cabs, cabsf and cabsl.
44         * builtins.c (expand_builtin_fabs): New function.
45         (expand_builtin_cabs): New function.
46         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
47         using expand_builtin_fabs and expand_builtin_cabs respectively.
48
49         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
50
51 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
52
53         * function.c (assign_parms): Split complex arguments.
54
55         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
56
57         * expr.h (SPLIT_COMPLEX_ARGS): Define.
58         (split_complex_types): Protoize.
59         (split_complex_values): Protoize.
60
61         * calls.c (expand_call): Split complex arguments on architectures
62         that require it.
63         (split_complex_values): New.
64         (split_complex_types): New.
65
66         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
67         (rs6000_function_value): Handle complex values on AIX.
68         (rs6000_complex_function_value): New.
69
70         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
71
72         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
73         (SPLIT_COMPLEX_ARGS): New.
74
75 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
76
77         * configure.in (HAVE_LD_PIE): Check for ld -pie.
78         * config.in: Rebuilt.
79         * configure: Rebuilt.
80         * toplev.c (flag_pie, flag_shlib): New variables.
81         (f_options): Add -fpie and -fPIE.
82         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
83         Set flag_shlib if flag_pic and not -fpie/-fPIE.
84         * flags.h (flag_pic, flag_shlib): Add.
85         * varasm.c (default_binds_local_p): Use flag_shlib instead of
86         flag_pic.
87         * gcc.c (LINK_PIE_SPEC): Define.
88         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
89         (option_map): Add --pie -> -pie mapping.
90         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
91         and -fPIE the same way as -fPIC.
92         * config/openbsd.h (ASM_SPEC): Likewise.
93         * config/frv/frv.h (ASM_SPEC): Likewise.
94         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
95         * config/arm/semi.h (ASM_SPEC): Likewise.
96         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
97         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
98         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
99         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
100         * config/m68k/linux.h (CPP_SPEC): Likewise.
101         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
102         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
103         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
104         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
105         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
106         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
107         * config/netbsd-aout.h (ASM_SPEC): Likewise.
108         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
109         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
110         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
111         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
112         * config/sparc/sparc.h (ASM_SPEC): Likewise.
113         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
114         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
115         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
116         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
117         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
118         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
119         Simplify.
120         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
121         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
122         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
123         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
124         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
125         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
126         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
127         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
128
129 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
130
131         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
132         != 0 handling.  Pass 0 to store_by_pieces.
133         (expand_builtin_mempcpy): Add endp argument.  Don't call
134         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
135         directly.  If ignoring result, only do expand_call.
136         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
137         otherwise.
138         (expand_builtin_strncpy, expand_builtin_memset): Adjust
139         store_by_pices callers.
140         (expand_builtin): Adjust expand_builtin_memcpy and
141         expand_builtin_mempcpy callers.
142         * expr.c (can_move_by_pieces): New function.
143         (move_by_pieces): Add endp argument, return to resp. memory at end
144         or one byte earlier depending on endp.
145         (store_by_pieces): Likewise.
146         (emit_block_move): Adjust call to move_by_pieces.
147         (emit_push_insn): Adjust move_by_pieces caller.
148         * expr.h (can_move_by_pieces): New prototype.
149         (store_by_pieces): Adjust prototypes.
150         * rtl.h (move_by_pieces): Adjust prototype.
151         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
152         caller.
153
154 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
155
156         * doc/md.texi (Processor pipeline description): Improve wording.
157
158 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
159
160         * c-opts.c (c_common_handle_option): New, pulled out of
161         c_common_decode_option.  Substitute uses of argv.
162         (c_common_decode_option): Broken into two.
163
164 2003-06-02  Roger Sayle  <roger@eyesopen.com>
165             Zack Weinberg  <zack@codesourcery.com>
166
167         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
168         test of TREE_CONSTANT_POOL_ADDRESS_P.
169
170 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
171
172         * mips.c: Don't include output.h twice.
173         * stormy16.c: Likewise.
174         * xtensa.c: Likewise.
175         * output.h: Protect against multiple inclusion.
176
177 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
178
179         * sh.h (OLD_ARG_MODE): New macro.
180         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
181         (FUNCTION_ARG_1): Break out of:
182         (FUNCTION_ARG).  Use OLD_ARG_MODE.
183
184 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
185
186         * gcc/config.gcc Add support multilib parts for m32rx processor.
187
188 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
189
190         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
191         (mostlyclean): Delete c-options.c and c-options.h.
192
193 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
194
195         * c-opts.c (CL_REJECT_NEGATIVE): New.
196         (c_common_decode_option): Update to use it.
197         * c.opt: Update documentation; use RejectNegative.
198         * opts.sh: Handle RejectNegative.
199
200 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
201
202         * ggc-page.c (init_ggc): Give better diagnostics on failure to
203         open /dev/zero.
204         * toplev.c (crash_signal): Reset handling for received signal
205         to SIG_DFL.
206
207 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
208
209         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
210         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
211         (arm_use_dfa_pipeline_interface): Implement.
212         * config/arm/arm.md (arm): New automaton.
213         (write_buf): Remove function units; new cpu unit.
214         (write_blockage): Remove function units; new cpu unit.
215         (core): Remove function units; new cpu unit.
216         (r_mem_f_wbuf): New instruction reservation.
217         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
218         (store1_ldsched, store2, store3, store4): Likewise.
219         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
220         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
221         (multi_cycle, single_cycle): Likewise.
222         * config/arm/fpa.md (armfp): New automaton.
223         (fpa): Remove function units; new cpu unit.
224         (fpa_mem): Remove function unit; new cpu unit.
225         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
226         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
227
228 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
229
230         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
231         * c-format.c (enum format_type): Add asm_fprintf_format_type.
232         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
233         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
234         (format_types_orig): Renamed from format_types.  Add new data.
235         (format_types): Declare as pointer.
236         (handle_format_attribute): Move later in file so we have all
237         necessary declarations.  Add section to capture HOST_WIDE_INT.
238         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
239         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
240
241 2003-06-01  Andreas Jaeger  <aj@suse.de>
242
243         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
244         ROUND_TYPE_SIZE_UNIT.
245
246         * stor-layout.c (finalize_record_size): Remove usages of
247         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
248         (finalize_type_size): Likewise.
249         (layout_type): Likewise.
250
251         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
252
253         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
254
255         * config/d30v/d30v.h: Remove text copied from the manual.
256
257 2003-06-01  Roger Sayle  <roger@eyesopen.com>
258             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
259             Geoffrey Keating  <geoffk@apple.com>
260
261         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
262         constants as condition code values.
263
264 2003-06-01  DJ Delorie  <dj@redhat.com>
265
266         * cppmacro.c (warn_of_redefinition): Handle cases where the two
267         definitions have different numbers of tokens.
268
269 2003-06-01  Andreas Jaeger  <aj@suse.de>
270
271         * gen-protos.c (main): Readd unused attribute for argc.
272
273 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
274
275         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
276         * c.opt: End in blank line.
277         * opts.sh: Take AWK from environment if available; use C locale.
278
279 2003-06-01  Andreas Schwab  <schwab@suse.de>
280
281         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
282
283 2003-06-01  Andreas Jaeger  <aj@suse.de>
284
285         * gen-protos.c (main): Revert patch to check for argument.
286
287 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
288
289         PR target/11044
290         * config/i386/i386.md (length attribute): Set length to 4
291         for instructions of type "fcmp".
292
293 2003-06-01  Andreas Jaeger  <aj@suse.de>
294
295         * toplev.c: Use ISO C90 prototypes.
296
297         * toplev.h: Use ISO C90 prototypes.
298
299         * genrecog.c: Use ISO C90 prototypes.
300         (nodes_identical): Correct declaration to match prototype.
301         (maybe_both_true): Likewise.
302         (merge_trees): Likewise.
303
304         * genpeep.c (gen_peephole): Remove #if 0 code.
305         Use ISO C90 prototypes.
306
307         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
308         Remove #if 0'ed function simplify_by_alternatives.
309         (optimize_attrs): Remove #if 0'ed code.
310         Remove ^L.
311         Use ISO C90 prototypes.
312         (make_canonical): Remove #if 0'ed code.
313         (convert_const_symbol_ref): Remove #if 0'ed function.
314
315         * gen-protos.c (main): Check for argument.
316
317         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
318
319         * params.h: Use ISO C90 prototypes.
320         * params.c: Likewise.
321         * intl.c: Likewise.
322         * intl.h: Likewise.
323         * lists.c: Likewise.
324         * errors.c: Likewise.
325         * errors.h: Likewise.
326         * gencodes.c: Likewise.
327         * genpreds.c: Likewise.
328         * genattr.c: Likewise.
329         * gen-protos.c: Likewise.
330         * genflags.c: Likewise
331         * genconditions.c: Likewise.
332         * genautomata.c: Likewise.
333         * gencheck.c: Likewise.
334         * genconfig.c: Likewise.
335         * genconstants.c: Likewise.
336         * genemit.c: Likewise.
337         * genextract.c: Likewise.
338         * gengenrtl.c: Likewise.
339         * gengtype.c: Likewise.
340         * gengtype.h: Likewise.
341         * genopinit.c: Likewise.
342         * genoutput.c: Likewise.
343         * gensupport.c: Likewise.
344         * gensupport.h: Likewise.
345
346         * sdbout.h: Use ISO C90 prototypes.
347
348         * sdbout.c (CONTIN): Removed empty macro.
349         (sdbout_one_type): Remove CONTIN usages.
350         Remove ^Ls.
351         (tag_of_ru_type): Remove #if 0'ed function.
352         (sdbout_symbol): Remove #if 0'ed code.
353         (sdbout_one_type): Remove a #if 1.
354         (sdbout_one_type): Remove #if 0'ed code.
355         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
356         Remove PARAMS, use ISO C90 prototypes for all functions.
357
358 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
359
360         * rtl.def (CONST_DOUBLE): Update comment.
361
362 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
363
364         * opts.sh: Remove path from sort.
365
366 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
367
368         PR/9680
369         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
370         TARGET_SPE for SPE_VECTOR_MODE.
371
372 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
373
374         * toplev.c (botch): Remove.
375         (do_abort): Remove.
376         (set_Wunused): Comment.
377         (set_Wextra): Comment.
378         Remove ^L's.
379         (rest_of_compilation): Factor out common code into functions.
380         (rest_of_handle_inlining): New.
381         (rest_of_handle_ssa): New.
382         (rest_of_handle_cse): New.
383         (rest_of_handle_gcse): New.
384         (rest_of_handle_loop_optimize): New.
385         (rest_of_handle_jump_bypass): New.
386         (rest_of_handle_sibling_calls): New.
387         (rest_of_handle_null_pointer): New.
388         (rest_of_handle_addresof): New.
389         (rest_of_handle_flow): New.
390         (rest_of_handle_branch_prob): New.
391         (rest_of_handle_if_conversion): New.
392         (rest_of_handle_tracer): New.
393         (rest_of_handle_loop2): New.
394         (rest_of_handle_cse2): New.
395         (rest_of_handle_life): New.
396         (rest_of_handle_combine): New.
397         (rest_of_handle_if_after_combine): New.
398         (rest_of_handle_regmove): New.
399         (rest_of_handle_sched): New.
400         (rest_of_handle_old_regalloc): New.
401         (rest_of_handle_new_regalloc): New.
402         (rest_of_handle_regrename): New.
403         (rest_of_handle_reorder_blocks): New.
404         (rest_of_handle_sched2): New.
405         (rest_of_handle_new_regalloc): New.
406         (rest_of_handle_old_regalloc): New.
407         (rest_of_handle_regrename): New.
408         (rest_of_handle_reorder_blocks): New.
409         (rest_of_handle_stack_regs): New.
410         (rest_of_handle_machine_reorg): New.
411         (rest_of_handle_delay_slots): New.
412         (rest_of_handle_final): New.
413
414         * toplev.h (botch): Remove prototype.
415         (do_abort): Same.
416
417 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
418
419         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
420         * c-opts.c: Include c-options.h and c-options.c.
421         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
422         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
423         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
424         OPT, opt_comp): Remove.
425         (missing_arg, c_common_init_options, c_common_decode_option,
426         write_langs): Update for macro redefinitions and enumeration
427         name changes.
428         * c.opt, opts.sh: New files.
429         * doc/passes.texi: Update.
430
431 2003-05-31  Andreas Jaeger  <aj@suse.de>
432
433         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
434         usage.
435
436         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
437
438         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
439
440         * system.h: Poison ALLOCATE_TRAMPOLINE.
441
442         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
443         * system.h: Poison HANDLE_PRAGMA.
444
445 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
446
447         * doc/invoke.texi: Update dump file names.
448
449 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
450
451         * c-format.c (format_length_info, format_char_info,
452         format_flag_spec, format_flag_pair, format_kind_info):
453         De-const-ify structure members.
454
455 2003-05-31  Roger Sayle  <roger@eyesopen.com>
456
457         * flags.h (flag_wrapv): New flag controlling overflow semantics.
458         * toplev.c (flag_wrapv): Declare the variable with default false.
459         (lang_independent_options): New option "-fwrapv" to set the above.
460
461         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
462         as x, when signed arithmetic overflow wraps around.
463         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
464         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
465         overflow when flag_wrapv is true.
466
467         * doc/invoke.texi: Document new -fwrapv command line option.
468         * doc/c-tree.texi: Mention that the overflow semantics of
469         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
470         upon both flag_wrapv and flag_trapv.
471
472 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
473
474         * doc/install.texi (mips-sgi-irix5): Add missing
475         HTML <hr> marker.
476
477 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
478
479         * doc/md.texi (Machine Constraints): Document
480         missing SPARC constraints.
481
482 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
483
484         * doc/md.texi (Automaton pipeline description): Use
485         "type" instead of "cpu" as the attribute in the examples.
486
487 2003-05-30  Stan Shebs  <shebs@apple.com>
488
489         * system.h: Poison OBJC_PROLOGUE.
490
491 2003-05-30  Roger Sayle  <roger@eyesopen.com>
492
493         * emit-rtl.c (gen_complex_constant_part): New function for getting
494         the constant real or imaginary part of a complex constant.
495         (gen_realpart): Use it.
496         (gen_imagpart): Likewise.
497
498 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
499
500         * doc/invoke.texi: Fix typos.
501         * doc/rtl.texi: Likewise.
502
503 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
504
505         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
506         mode.
507         * config/h8300/crtn.asm: Likewise.
508         * config/h8300/lib1funcs.asm: Likewise.
509         * config/h8300/h8300.c (asm_file_start): Likewise.
510         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
511         h8300snelf emulations for normal mode.
512         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
513         emulations for normal mode.
514
515 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
516
517         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
518         true if TARGET_NORMAL_MODE.
519
520 2003-05-30  Roger Sayle  <roger@eyesopen.com>
521
522         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
523         making a substitution.
524         (dead_libcall_p): If directly replacing a libcall with a
525         constant value produces an invalid instruction, also try forcing
526         the constant into the constant pool.
527         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
528         obvious that the source is a constant.
529         (compress_float_constant): Use set_unique_reg_note to place
530         REG_EQUAL notes on instructions.
531
532 2003-05-30  Eric Christopher  <echristo@redhat.com>
533
534         * config/mips/mips.c (extern_list): Add GTY marker.
535         (extern_head): Separate out definition. Add marker.
536         (mips_output_external): Use ggc_alloc for extern_list
537         allocation.
538         (mips_output_external_libcall): Ditto.
539
540 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
541
542         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
543         later.
544
545 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
546
547         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
548         warnings.
549         (PRINT_OPERAND): Likewise.
550
551 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
552
553         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
554         -mdebug/-no-mdebug switches ...
555         (MDEBUG_ASM_SPEC): ... here.
556         Use only with gas.
557         (EXTRA_SPECS): Initialize mdebug_asm_spec.
558
559 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
560
561         * gthr-gnat.c: Remove #undef UNUSED.
562         (__gnat_default_lock, __gnat_default_unlock): Prototype.
563         (__gnat_task_lock, __gnat_task_unlock): Make declarations
564         prototypes.
565         (__gnat_install_locks): Convert declaration to ISO C90, make
566         parameter declarations prototypes, and remove blank line.
567         * gthr-gnat.h (__gnat_install_locks): Make parameter
568         declarations prototypes.
569
570 2003-05-29  Jason Merrill  <jason@redhat.com>
571
572         * Makefile.in (unstrap): Remove stage_last after make unstage1.
573
574 2003-05-29  Roger Sayle  <roger@eyesopen.com>
575
576         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
577
578 2003-05-29  Roger Sayle  <roger@eyesopen.com>
579             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
580
581         PR bootstrap/10169
582         * mips-tfile.c (main): Use getopt_long instead of getopt.
583         Add new command line option --version to display version.
584         Treat --verbose like -v to report a single line version.
585         (options): New global variable for getopt_long.
586         * mips-tdump.c (main): Use getopt_long instead of getopt.
587         New command line options -v, --version and -verbose to display
588         the program version number (to match mips-tfile's behavior).
589         (options): New global variable for getopt_long.
590
591         * gcov.c (options): Zero-terminate getopt_long array.
592         * gcov-dump.c (options): Likewise.
593
594         * Makefile.in (mips-tdump.o): Add dependency on version.h.
595
596 2003-05-29  Stan Shebs  <shebs@apple.com>
597
598         Remove OBJC_PROLOGUE everywhere.
599         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
600         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
601         * config/d30v/d30v.h: Similarly.
602         * config/ip2k/ip2k.h: Similarly.
603         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
604
605 2003-05-29  Roger Sayle  <roger@eyesopen.com>
606
607         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
608         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
609         (expand_unreachable_stmt): Expand unreachable while statements
610         using genrtl_do_stmt_1.
611
612 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
613
614         * config/mips/mips-protos.h (mips_output_load_label): Declare.
615         * config/mips/mips.c (mips_output_load_label): New function.
616         (mips_output_conditional_branch): Use it.
617         * config/mips/mips.md (jump): And here.
618
619 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
620
621         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
622         (xtensa_split_operand_pair): New proto.
623         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
624         (smalloffset_double_mem_p): Delete.
625         (gen_float_relational, printx, print_operand, xtensa_va_arg):
626         Fix whitespace.
627         (xtensa_split_operand_pair): New.
628         (xtensa_dbx_register_number): Fix formatting.
629         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
630         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
631         instead of splitting them into single-word moves.  Remove unnecessary
632         checks for reload_in_progress and reload_completed.
633         (movdi_internal, movdf_internal): Change to post-reload split patterns.
634         Add constraints to allow constant operands.
635         (movsf_internal): Allow CONST_INT operands.
636
637 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
638
639         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
640         fragment i386/x-mingw32.
641         * config/i386/x-mingw32: New file. Make local_includedir
642         relative to EXEC_PREFIX.
643
644 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
645
646         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
647         (MD_STARTFILE_PREFIX): Define.
648
649 2003-05-27  Denis Chertykov  <denisc@overta.ru>
650
651         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
652         VOIDmode.
653         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
654         call of cselib_invalidate_regno.
655
656 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
657
658         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
659         -lthread to -lpthread.
660
661 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
662             Bruce Korb  <bkorb@gnu.org>
663             Arno Klaassen  <arno@heho.snv.jussieu.fr>
664
665         * fixinc/inclhack.def: Add missing declaration of getpagesize()
666         to unistd.h on Solaris 2.5.1.
667         Fix prototype of recv() and send() in sys/socket.h on
668         Solaris 2.5.1 and 2.6.
669         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
670         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
671         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
672         * fixinc/fixincl.x: Regenerate.
673
674 2003-05-27  Jason Merrill  <jason@redhat.com>
675
676         * tree.c (expr_first, expr_length): New fns.
677         * tree.h: Declare them.
678
679         * tree.c (iterative_hash_expr): Hash commutative expressions
680         consistently.
681
682 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
683
684         * tree.h (contains_placeholder_p): Now returns bool.
685         (CONTAINS_PLACEHOLDER_P): New macro.
686         (type_contains_placeholder_p): New function.
687         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
688         (contains_placeholder_p): Now returns bool.
689         Rework to use CONTAINS_PLACEHOLDER_P macro.
690         (type_contains_placeholder_p): New function.
691         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
692         type_contains_placeholder_p.
693         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
694         Use CONTAINS_PLACEHOLDER_P macro.
695         * builtins.c (fold_builtin): Likewise.
696         * calls.c (initialize_argument_information): Likewise.
697         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
698         * explow.c (expr_size): Likewise.
699         * expr.c (store_constructor, get_inner_reference): Likewise.
700         * function.c (assign_parms): Likewise.
701         * stor-layout.c (variable_size): Likewise.
702
703 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
704
705         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
706         attribute.
707
708 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
709
710         * doc/contrib.texi (Contributors): Update Kean Johnston.
711
712 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
713
714         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
715
716 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
717
718         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
719         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
720         Replace "GNU CC" with "GCC".
721
722 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
723
724         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
725         intermediate computation.
726
727 2003-05-23  Eric Christopher  <echristo@redhat.com>
728
729         * config/mips/mips.md (clzsi, clzdi): New patterns.
730
731 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
732
733         * gcc.c (default_compilers): Use -o to specify preprocessor's output
734         file.  Make -no-integrated-cpp work when building PCH files.
735         * objc/lang-specs.h: Likewise.
736
737 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
738
739         * fixinc/Makefile.in: Correct description.
740         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
741         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
742         fixinc/genfixes: Replace "GNU CC" with "GCC".
743
744 2003-05-23  Roger Sayle  <roger@eyesopen.com>
745
746         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
747         builtin functions (and their __builtin_* variants).
748         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
749         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
750         optimizing.
751
752         * doc/extend.texi: Document new tan and atan builtins, and
753         their float and long double variants.
754
755 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
756
757         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
758         __sparcv9 in the TARGET_ARCH64 case.
759
760 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
761
762         * i386.c (ix86_reorg): Calls are also jumps.
763
764 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
765
766         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
767         note containing an EXPR_LIST, process all the arguments.
768
769 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
770                                Andreas Jaeger  <aj@suse.de>
771
772         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
773         do not use assertion.
774
775 2003-05-23  Mike Stump  <mrs@apple.com>
776
777         * tlink.c (scan_linker_output): Add support for darwin linker, as it
778         emits unresolved symbols one per line, consuming the entire line.
779
780 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
781             Zack Weinberg <zack@codesourcery.com>
782
783         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
784         * config/m68k/m68k.c (m68k_output_function_prologue):
785         Remove code under #if NEED_PROBE.
786         * config/m68k/m68k.h: Don't define NEED_PROBE.
787         * config/m68k/m68k.md: Remove "probe" insn.
788         * doc/md.texi: Remove documentation of "probe" pattern.
789
790 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
791
792         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
793
794 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
795
796         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
797         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
798
799 2003-05-22  Roger Sayle  <roger@eyesopen.com>
800
801         * real.c (real_maxval): New function to return the largest finite
802         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
803         * real.h (real_maxval): Prototype here.
804         * fold-const.c (fold_inf_compare): Transform comparisons against
805         +-Infinity into comparisons against DBL_MAX (or equivalent).
806
807 2003-05-22  Mike Stump  <mrs@apple.com>
808
809         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
810         default.
811
812 2003-05-22  DJ Delorie  <dj@redhat.com>
813
814         * calls.c (expand_call): If the arg block is going to grow
815         downward, we need argblock to point to the top of the block,
816         not the bottom.
817
818 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
819
820         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
821
822         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
823         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
824
825 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
826
827         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
828         * m68k.c: Likewise.
829         * m68k.h: Likewise.
830
831 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
832
833         PR other/2873
834         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
835         expressions to prevent triggering on recent curses.h,
836         linux/nls.h, or X11/Xlib.h.
837         (stdio_va_list): Add _G_va_list to bypass pattern.
838         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
839         * fixinc/fixincl.x: Regenerate.
840
841 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
842
843         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
844         switches when --target-help option is specified.
845
846 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
847
848         PR bootstrap/10805
849         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
850         failure with Sun assembler 5.0 Alpha 03/27/98.
851
852 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
853
854         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
855         to match system compiler convention.
856
857 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
858
859         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero
860         value, not just if defined.
861         Update copyright year.
862
863 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
864
865         PR target/6428
866         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
867         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
868         option is used without `-static'.
869         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
870         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
871
872 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
873
874         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
875         TARGET_SERIALIZE_VOLATILE): Delete.
876         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
877         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
878         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
879         "-mno-serialize-volatile".
880         * config/xtensa/xtensa.c (print_operand): Remove checks of
881         TARGET_SERIALIZE_VOLATILE.
882         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
883         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
884         "-mserialize-volatile" and "-mno-serialize-volatile" options.
885
886 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
887
888         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
889         (nested_function): Likewise.
890         (notype_nested_function): Likewise.
891
892 2003-05-21  Nick Clifton  <nickc@redhat.com>
893
894         * config/stormy16/stormy-abi: Update overflow type for
895         R_XSTORMY16_16 reloc.
896
897 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
898
899         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
900         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
901         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
902         * print-tree.c (print_node): Remove ambient-boundedness.
903         * tree.h (tree_common): Remove bounded_flag.
904         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
905         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
906         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
907         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
908         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
909         Remove.
910         (TYPE_QUALS): Remove BOUNDED.
911         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
912         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
913         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
914         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
915         VA_LIST_POINTER_DEPTH): Remove.
916         (struct tree_type): Remove pointer_depth.
917
918 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
919
920         * c-pretty-print.c (pp_c_integer_literal): Use
921         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
922
923 2003-05-20  Roger Sayle  <roger@eyesopen.com>
924             Kazu Hirata  <kazu@cs.umass.edu>
925             Joern Rennecke  <joern.rennecke@superh.com>
926
927         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
928         setcc and jump, if they exist.  If substituted instruction
929         fails to validate, store current effort in a REG_EQUAL note.
930         (cprop_insn): Don't attempt further substitutions if the
931         current instruction has been deleted.
932         (local_cprop_pass): Likewise.
933
934         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
935         one is attached to the jump instruction.
936         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
937
938 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
939
940         PR c++/9738
941         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
942         even if not first.
943
944 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
945
946         * genautomata.c (output_description, output_automaton_units,
947         output_state_arcs): Add missing specifiers.
948
949 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
950
951         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
952         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
953         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
954         (nsau): Rename to do_nsau.  Provide alternate version for use when
955         the NSAU instruction is available.
956         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
957         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
958         * config/xtensa/xtensa-config.h: Update comments to match binutils.
959         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
960         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
961         (TARGET_ABS, TARGET_ADDX): Define.
962         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
963         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
964         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
965         *subx8): Set predicate condition to TARGET_ADDX.
966         (abssi2): Set predicate condition to TARGET_ABS.
967         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
968         "-maddx", and "-mno-addx" options.
969         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
970
971 2003-05-20  Kevin Ryde <user42@zip.com.au>
972             Wolfgang Bangerth <bangerth@dealii.org>
973
974         PR/10355
975         * doc/extend.texi: Put a warning into the documentation
976         of attribute regparm.
977
978 2003-05-20  Jason Merrill  <jason@redhat.com>
979
980         * tree.c (expr_last): New fn.
981         * tree.h: Declare it.
982         * objc/objc-act (expr_last): Rename to objc_expr_last.
983
984 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
985
986         * sh.c (sh_register_move_cost): Add clase for moving between
987         FP registers and MAC registers.
988
989 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
990
991         * pa/milli64.S ($$mulI): Fix typo.
992
993 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
994
995         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
996         (nonlocal_set_p): Remove initial blank line.
997         * dwarf2out.c (simple_type_size_in_bits): Likewise.
998         * et-forest.c (et_forest_create): Likewise.
999         * explow.c (stabilize): Likewise.
1000         * fix-header.c (write_lbrac): Likewise.
1001         * graph.c (start_fct, node_data): Likewise.
1002         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
1003         * rtlanal.c (global_reg_mentioned_p): Likewise.
1004         * tree.c (bit_position): Likewise.
1005
1006 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
1007
1008         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
1009         -lthread to -lpthread.
1010
1011 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
1012
1013         * c-opts.c (c_common_decode_option): Don't accept dollars
1014         as identifier characters in assembly.
1015         * doc/cpp.texi: Document this.
1016
1017 2003-05-19  Seth Arnold  <sarnold@wirex.com>
1018             Aldy Hernandez  <aldyh@redhat.com>
1019
1020         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
1021         vrsave_size twice.
1022
1023 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
1024
1025         * doc/tm.texi (function_arg): Fix typo.
1026
1027 2003-05-19  Matt Austern  <austern@apple.com>
1028
1029         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
1030         * c-common.h (warn_invalid_offsetof): Declare.
1031         * c-common.c (warn_invalid_offsetof): Define.
1032         * doc/invoke.texi: Document -Winvalid-offsetof.
1033         * testsuite/g++.dg/other/offsetof3.C: New.
1034         * testsuite/g++.dg/other/offsetof4.C: New.
1035
1036 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
1037             David Edelsohn  <edelsohn@gnu.org>
1038
1039         * config/rs6000/rs6000.c (rs6000_alignment_string,
1040         rs6000_alignment_flags): New variables.
1041         (rs6000_parse_alignment_option): New function.
1042         (rs6000_override_options): Call it.
1043         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
1044         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
1045         macros.
1046         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
1047         natural alignment if TARGET_NATURAL_ALIGNMENT
1048         (ROUND_TYPE_ALIGN): Always use default record alignment if
1049         TAGET_NATURAL_ALIGNMENT.
1050         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
1051         (ROUND_TYPE_ALIGN): Same.
1052         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
1053         (ROUND_TYPE_ALIGN): Same.
1054         * doc/invoke.texi (Option Summary, PowerPC Options): Document
1055         new options.
1056
1057 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
1058
1059         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
1060         of a function using ASMSPEC, prepend a star.
1061
1062 2003-05-19  Jason Merrill  <jason@redhat.com>
1063
1064         * tree-inline.c (copy_body_r): Avoid generating &* during inline
1065         substitution.
1066
1067 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
1068
1069         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
1070         not mark assignments to the hard frame pointer as being stack
1071         frame related.
1072         (xstormy16_expand_epilogue): Mark adjustments to the stack
1073         pointer as being stack frame related.
1074
1075 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
1076
1077         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
1078         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
1079         (PREDICATE_CODES): Add hilo_operand.
1080         * config/mips/mips.c (hilo_operand): New predicate.
1081         (mips_adjust_insn_length): Account for the number nops that might
1082         be needed to avoid hardware hazards.
1083         * config/mips/mips.md (dslot): Remove attribute.
1084         (hazard): New attribute.
1085         (can_delay): Use it.  Check for calls, branches & jumps.
1086         (muldi3): Use the standard dmult pattern for mips16 code.
1087         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
1088
1089 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
1090
1091         * config/mips/mips-protos.h (final_prescan_insn,
1092         mips_count_memory_refs, mips_fill_delay_slot): Remove.
1093         * config/mips/mips.h (delay_type, dslots_load_total,
1094         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
1095         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
1096         mips_load_reg3, mips_load_reg4): Remove.
1097         (MASK_STATS): Remove.
1098         (MASK_EXPLICIT_RELOCS): Reuse its value.
1099         (TARGET_STATS): Remove.
1100         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
1101         Warn that -mstats is now ignored.
1102         (FINAL_PRESCAN_INSN): Undefine.
1103         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
1104         (ASM_OUTPUT_REG_POP): Likewise.
1105         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
1106         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
1107         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
1108         mips_fill_delay_slot, mips_count_memory_refs,
1109         final_prescan_insn): Remove.
1110         (output_block_move): Remove calls to mips_count_memory_refs.
1111         (print_operand): Remove printing of #nop for TARGET_STATS.
1112         (mips_output_function_epilogue): Remove TARGET_STATS code.
1113         Reorganize setting of fnnmae.
1114         * config/mips/mips.md: Remove handling of dslot statistics
1115         throughout file.  Change all fcmp patterns into normal asm
1116         templates, removing calls to mips_fill_delay_slot.
1117         * doc/invoke.texi: Remove documentation of -mstats.
1118
1119 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
1120
1121         * config/mips/mips.c (mips_class_max_nregs): Return the number of
1122         words in the mode.
1123
1124 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
1125
1126         * config/mips/mips.c (override_options): Disable explicit
1127         relocs for old ABIs unless using gas.
1128
1129 2003-05-18  Eric Christopher  <echristo@redhat.com>
1130
1131         * config/mips/mips.h: Remove definition of g_switch_value.
1132
1133 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
1134
1135         * flags.h (g_switch_value): Change to an unsigned
1136         HOST_WIDE_INT.
1137         * toplev.c (g_switch_value): Likewise.
1138
1139         * config/alpha/alpha.c (small_symbolic_operand): Remove
1140         g_switch_value cast.
1141         (alpha_in_small_data_p): Cast size to an unsigned
1142         HOST_WIDE_INT.
1143
1144         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
1145         unsigned HOST_WIDE_INT.
1146         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
1147         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
1148
1149         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
1150         unsigned HOST_WIDE_INT.
1151         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
1152         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
1153         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
1154
1155         * config/rs6000/rs6000.c (rs6000_file_start): Use
1156         HOST_WIDE_INT_PRINT_UNSIGNED.
1157         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
1158         (rs6000_elf_in_small_data_p): Cast size to unsigned
1159         HOST_WIDE_INT.
1160         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
1161         Remove.
1162         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
1163         g_switch_set.
1164         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
1165         g_switch_value cast.
1166
1167 2003-05-18  Roger Sayle  <roger@eyesopen.com>
1168             Zack Weinberg  <zack@codesourcery.com>
1169
1170         PR middle-end/10472
1171         * builtins.c (expand_builtin_memcpy):  Call force_operand on
1172         expressions and use simplify_gen_binary to create the addition.
1173
1174 2003-05-18  Andreas Schwab  <schwab@suse.de>
1175
1176         * config/m68k/m68k.md: Use define_constants for unspec numbers.
1177
1178 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
1179
1180         * config/sparc/sparc.h: Define sparc for now.
1181 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1182
1183         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
1184
1185         * config/stormy16/stormy16.h: Remove about 3000 lines of
1186         target-independent comments.  Update copyright notice.
1187
1188         * doc/collect2.texi: GNU CC -> GCC.
1189         * doc/headerdirs.texi: GNU CC -> GCC.
1190
1191 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
1192
1193         * hashtable.h (struct ht_identifier): Add data member "hash_value".
1194         * hashtable.c (ht_lookup): Use it when searching, remember.
1195         (ht_expand): Do not recompute.
1196         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
1197
1198 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
1199
1200         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
1201
1202 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
1203
1204         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
1205         Default here.
1206         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
1207         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
1208         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
1209         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
1210         config/arm/linux-elf.h, config/arm/rtems-elf.h,
1211         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
1212         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
1213         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
1214         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
1215         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
1216         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
1217         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
1218         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
1219         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
1220         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
1221         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
1222         Don't define __ELF__.
1223         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
1224         Define __ELF__.
1225         * doc/cpp.texi: Document __ELF__.
1226         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
1227
1228 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1229
1230         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
1231         always use stdarg.
1232         * c-errors.c (pedwarn_c99): Likewise.
1233         * c-format.c (status_warning): Likewise.
1234         * c-semantics.c (build_stmt): Likewise.
1235         * calls.c (emit_library_call, emit_library_call_value): Likewise.
1236         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
1237         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
1238         * diagnostic.c (build_message_string, output_printf,
1239         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
1240         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
1241         error_with_decl, fnotice): Likewise.
1242         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
1243         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
1244         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
1245         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
1246         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
1247         dw2_asm_output_encoded_addr_rtx): Likewise.
1248         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
1249         * errors.c (warning, error, fatal, internal_error): Likewise.
1250         * final.c (output_operand_lossage, asm_fprintf): Likewise.
1251         * fix-header.c (fatal): Likewise.
1252         * gcc.c (fatal, error, notice): Likewise.
1253         * gcov.c (fnotice): Likewise.
1254         * genattrtab.c (attr_rtx, attr_printf): Likewise.
1255         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
1256         * gensupport.c (message_with_line): Likewise.
1257         * mips-tfile.c (fatal, error): Likewise.
1258         * protoize.c (notice): Likewise.
1259         * ra-debug.c (ra_debug_msg): Likewise.
1260         * read-rtl.c (fatal_with_file_and_line): Likewise.
1261         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
1262         * tree.c (build, build_nt, build_function_type_list): Likewise.
1263
1264 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1265
1266         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
1267         * gcc.c (cpp_predefines): Remove.
1268         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
1269         (static_specs): Remove predefines.
1270         * system.h: Poison CPP_PREDEFINES.
1271         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
1272         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
1273
1274 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1275
1276         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
1277         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
1278         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
1279         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
1280
1281 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1282
1283         PR c/9209
1284         * c-common.c, c-common.h (dollars_in_ident): Remove.
1285         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
1286         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
1287         * cpphash.h (warned_dollar): Rename warn_dollars.
1288         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
1289         Permit dollars regardless of -std=.
1290         (post_options): Set warn_dollars.
1291         * cpplex.c (forms_identifier_p): Use warn_dollars.
1292         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
1293         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
1294         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
1295         Update documentation.
1296
1297 2003-05-17  Andreas Schwab  <schwab@suse.de>
1298
1299         * config/m68k/m68k.c (m68k_output_function_prologue): Use
1300         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
1301         formatting a HOST_WIDE_INT.
1302         (m68k_output_function_epilogue): Likewise.
1303
1304 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
1305
1306         * doc/install.texi: Remove information about desupported targets.
1307
1308 2003-05-17  Andreas Schwab  <schwab@suse.de>
1309
1310         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
1311         * config/m68k/linux.h: Likewise.
1312         * config/m68k/m68k-none.h: Likewise.
1313         * config/m68k/netbsd-elf.h: Likewise.
1314         * config/m68k/sgs.h: Likewise.
1315         * config/m68k/m68k.h: Likewise.
1316         * config/m68k/m68k.md: Likewise.
1317         * config/m68k/m68k.c: Likewise.
1318         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
1319         constraints.
1320         * doc/invoke.texi (Option Summary): Remove -mfpa.
1321         (M680x0 Options): Likewise.
1322
1323 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
1324
1325         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
1326
1327 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1328
1329         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
1330         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
1331         config/sparc/rtemself.h, config/sparc/sol2-64.h,
1332         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
1333         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
1334
1335 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1336
1337         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
1338         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
1339
1340 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1341
1342         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
1343         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
1344         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
1345         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
1346         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
1347         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
1348         sparc/sysv4.h,
1349         * sparc/sysv4-only.h: New.
1350
1351 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
1352
1353         * function.c (assign_parms): Check for zero size args.
1354
1355 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1356
1357         * cfgloopanal.c (test_for_iteration): Use string concatentation on
1358         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
1359         function calls into one.
1360         * dbxout.c (dbxout_symbol): Likewise.
1361         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
1362         * dwarf2asm.c (dw2_asm_output_data_uleb128,
1363         dw2_asm_output_data_sleb128): Likewise.
1364         * genrecog.c (debug_decision_2): Likewise.
1365         * loop.c (emit_prefetch_instructions): Likewise.
1366         * print-rtl.c (print_rtx): Likewise.
1367         * print-tree.c (print_node_brief, print_node): Likewise.
1368         * ra-debug.c (dump_igraph, dump_graph_cost,
1369         dump_static_insn_cost): Likewise.
1370         * ra-rewrite.c (dump_cost): Likewise.
1371         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
1372         * sreal.c (dump_sreal): Likewise.
1373         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
1374         * varasm.c (assemble_vtable_entry): Likewise.
1375
1376         * avr.c (avr_output_function_prologue,
1377         avr_output_function_epilogue, print_operand): Fix format specifier
1378         warnings.
1379         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
1380         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
1381
1382 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
1383
1384         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
1385         and ! TARGET_STRING cases.
1386
1387         * doc/cppopts.texi (-undef): Fix texinfo warning.
1388
1389         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
1390         * cppfiles.c (validate_pch): When -H is used, print some information
1391         about PCH files found.
1392
1393 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1394
1395         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
1396         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
1397         * config/mips/t-sr71k: Likewise.
1398
1399 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1400
1401         * arc.c (arc_output_function_prologue,
1402         arc_output_function_epilogue): Fix format specifier warnings.
1403         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
1404
1405         * v850.c (print_operand): Fix format specifier warnings.
1406
1407         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
1408         specifier warnings.
1409
1410         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
1411         format specifier warnings.
1412
1413         * ip2k.c (function_prologue, function_epilogue, print_operand):
1414         Fix format specifier warnings.
1415         * ip2k.md: Likewise.
1416
1417         * i960.c (i960_output_function_prologue, i960_print_operand,
1418         i960_print_operand_addr): Fix format specifier warnings.
1419
1420         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
1421         (i370_output_function_prologue): Fix format specifier warnings.
1422         * i370.h (PRINT_OPERAND): Likewise.
1423
1424         * fr30.c (fr30_print_operand): Fix format specifier warnings.
1425
1426         * dsp16xx.c (print_operand_address): Fix format specifier warning.
1427         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
1428
1429         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
1430         specifier warnings.
1431
1432         * alpha.c (print_operand_address, alpha_start_function,
1433         unicosmk_output_ssib): Use string concatentation on
1434         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
1435         function calls into one.
1436         * arm.c (arm_print_operand): Likewise.
1437         * cris.c (cris_asm_output_mi_thunk): Likewise.
1438         * frv.c (frv_asm_output_mi_thunk): Likewise.
1439         * ia64.c (ia64_print_operand, process_set): Likewise.
1440         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
1441         Likewise.
1442         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
1443         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
1444         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
1445         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
1446         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
1447         * s390.c (s390_assemble_integer): Likewise.
1448         * sparc.c (sparc_flat_function_prologue,
1449         sparc_flat_function_epilogue): Likewise.
1450         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
1451         * vax.c (vax_output_mi_thunk): Likewise.
1452
1453         * frv.c (frv_print_operand_memory_reference): Fix format specifier
1454         warning.
1455         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
1456
1457         * m68k.c (m68k_output_function_epilogue): Fix format specifier
1458         warnings.
1459
1460         * stormy16-protos.h (xs_hi_general_operand,
1461         xs_hi_nonmemory_operand): Prototype.
1462         * stormy16.c (xstormy16_output_shift): Fix format specifier
1463         warnings.
1464
1465         * cris.c: Fix format specifier warnings.
1466
1467 2003-05-16  Nick Clifton  <nickc@redhat.com>
1468
1469         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
1470
1471 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
1472
1473         * doc/bugreport.texi: Remove most of the of the preface of the
1474         bugs section.
1475
1476 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1477
1478         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
1479         .save XX, r0.
1480
1481 2003-05-15  Roger Sayle  <roger@eyesopen.com>
1482
1483         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
1484
1485 2003-05-15  Eric Christopher  <echristo@redhat.com>
1486
1487         * cfgcleanup.c (merge_blocks): Fix return value.
1488
1489 2003-05-15 Eric Christopher <echristo@redhat.com>
1490
1491         * combine.c (expand_compound_operation): Make sure
1492         that zero_extend operation is profitable.
1493
1494 2003-05-15  Richard Henderson  <rth@redhat.com>
1495
1496         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
1497         code protected by USE_GNULIBC_1.
1498
1499 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
1500
1501         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
1502         remove hppa*-*-mpeix* which could not be built, and prune
1503         files from tmake_file= or tm_file= lists that don't exist.
1504
1505         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
1506         * config/alpha/t-interix, config/arm/conix-elf.h
1507         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
1508         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
1509         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
1510         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
1511         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
1512         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
1513         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
1514         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
1515         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
1516         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
1517         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
1518         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
1519         * config/m68k/tower-as.h, config/m68k/tower.h
1520         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
1521         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
1522         * config/m88k/m88k-protos.h, config/m88k/m88k.c
1523         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
1524         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
1525         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
1526         * config/mips/rtems64.h, config/mips/sni-gas.h
1527         * config/mips/sni-svr4.h, config/mips/t-ecoff
1528         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
1529         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
1530         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
1531         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
1532         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
1533         * config/romp/romp-protos.h, config/romp/romp.c
1534         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
1535         * config/rs6000/aix3newas.h, config/rs6000/mach.h
1536         * config/sparc/bsd.h, config/sparc/hal.h
1537         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
1538         * config/sparc/lynx.h, config/sparc/netbsd.h
1539         * config/sparc/sp86x-aout.h, config/sparc/splet.h
1540         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
1541         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
1542         * config/sparc/t-halos, config/sparc/t-sparcbare
1543         * config/sparc/t-splet, config/sparc/t-sunos41
1544         * config/v850/rtems.h: Delete file.
1545
1546 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
1547
1548         * config/rs6000/rs6000-protos.h (function_value): Protoize.
1549
1550         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
1551
1552         * config/rs6000/rs6000.c (rs6000_function_value): New.
1553
1554 2003-05-15  Philip Blundell  <philb@gnu.org>
1555
1556         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
1557         All uses updated.
1558         (arm_tune_xscale): New variable.
1559         (arm_override_options): Set it.
1560         (arm_adjust_cost): Use it in place of arm_arch_xscale.
1561         (arm_gen_load_multiple): Likewise.
1562         (arm_gen_store_multiple): Likewise.
1563         * config/arm/arm.md (is_xscale): Likewise.
1564         * config/arm/arm.h (arm_tune_xscale): Declare.
1565
1566 2003-05-15  Philip Blundell  <philb@gnu.org>
1567
1568         PR target/10730
1569         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
1570         involving invalid constants.
1571
1572 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1573
1574         * pa.c (hppa_expand_prologue): Remove blockage.
1575
1576 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
1577
1578         * doc/bugreport.texi: Remove most of the bug reporting
1579         instructions and merge them into bugs.html.
1580
1581 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
1582
1583         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
1584         g_switch_value to unsigned HOST_WIDE_INT.
1585
1586 2003-05-14  Eric Christopher  <echristo@redhat.com>
1587
1588         * combine.c: Fix header comments.
1589         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
1590         to all calls and prototype.
1591
1592 2003-05-14  Roger Sayle  <roger@eyesopen.com>
1593
1594         PR optimization/10764
1595         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
1596         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
1597         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
1598         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
1599         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
1600         the corresponding *fyl2x_?fxf3 instructions.
1601
1602 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
1603
1604         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
1605         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
1606         XCHAL_HAVE_L32R): New.
1607         * config/xtensa/xtensa-protos.h (non_const_move_operand,
1608         xtensa_load_constant, xtensa_function_prologue,
1609         xtensa_function_epilogue): Delete prototypes.
1610         (xtensa_expand_prologue): New.
1611         * config/xtensa/xtensa.c (frame_size_const,
1612         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
1613         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
1614         xtensa_function_prologue): Delete.
1615         (add_operand, xtensa_mem_offset): Formatting.
1616         (move_operand): If the const16 option is available, allow any SFmode
1617         and SImode constants.
1618         (xtensa_emit_move_sequence): Inline the former contents of
1619         xtensa_load_constant with modifications to handle the const16 option.
1620         (override_options): Add xtensa_char_to_class['W'] and set it to
1621         the general register class only if the const16 option is enabled.
1622         Fix formatting.  Disallow PIC when using the const16 option.
1623         (print_operand): Reorganize to switch on "letter" instead of the
1624         RTL code.  Add output_operand_lossage calls for invalid cases.
1625         Add support for 't' and 'b' letters.
1626         (xtensa_expand_prologue): New function to replace
1627         xtensa_function_prologue and xtensa_reorg.
1628         (xtensa_function_epilogue): Declare this as static.  Delete code
1629         to print the retw.n or retw instruction.
1630         (xtensa_return_addr): Use A0_REG instead of 0.
1631         (xtensa_rtx_costs): Add costs for using the const16 option.
1632         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
1633         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
1634         (TARGET_SWITCHES): Add "const16" and "no-const16".
1635         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
1636         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
1637         using the const16 option.
1638         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
1639         (TRAMPOLINE_SIZE): Change from 49 to 59.
1640         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
1641         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
1642         when using the const16 option.
1643         (PREDICATE_CODES): Delete non_const_move_operand.
1644         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
1645         UNSPECV_ENTRY.
1646         (movdi, movdf): If the source is a constant, always expand to a
1647         sequence of movsi insns.
1648         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
1649         (movsi_internal, movsf_internal): Add alternative using const16 insns.
1650         (movsf): Add const16 support.
1651         (entry, prologue, epilogue): New.
1652         (set_frame_ptr): Add missing mode for unspec_volatile operation.
1653         Likewise for subsequent split pattern.
1654         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
1655         "-mconst16" and "-mno-const16" options.
1656
1657 2003-05-14  Richard Henderson  <rth@redhat.com>
1658
1659         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
1660         to be DImode register.  Merge load_symptr.
1661         * config/ia64/ia64.md (load_symptr): Remove.
1662
1663 2003-05-14  Richard Henderson  <rth@redhat.com>
1664
1665         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
1666         DEFERRED_CONSTANT_P.
1667         * integrate.c (copy_rtx_and_substitute): Update use.
1668         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
1669         to the copy generated.
1670         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
1671         of the constant to see if we should emit.
1672         (mark_constant): Similarly.
1673         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
1674
1675 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
1676
1677         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
1678         move record condition.
1679         (movdi_internal2): Same.
1680
1681 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
1682
1683         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
1684         (GCOV_TAG_*) Force type to gcov_unsigned_t.
1685         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
1686         (struct gcov_var): Remove modified. Add start, length, offset,
1687         overread. Have buffer array for libgcov.
1688         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
1689         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
1690         * gcov-io.c (gcov_open): Set mode, do not read anything.
1691         (gcov_close): Write final block.
1692          (gcov_write_block, gcov_allocate): New.
1693         (gcov_write_bytes): Make static. Write or allocate buffer.
1694         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
1695         null.
1696         (gcov_write_string): Adjust.
1697         (gcov_write_tag)
1698         (gcov_write_length): Adjust. Flush the block.
1699         (gcov_write_tag_length): Buffer can never be null.
1700         (gcov_read_bytes): Make static. Read in block.
1701         (gcov_sync): Moved here. Adjust.
1702         (gcov_seek): Moved here. Adjust.
1703         * coverage.c (read_counts_file): Adjust.
1704         * gcov-dump.c (print_prefix): Add position parameter.
1705         (flag_dump_positions): New flag.
1706         (options, main, print_usage): Add it.
1707         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
1708         tag_summary): Adjust.
1709         * gcov.c (read_graph_file, read_count_file): Adjust.
1710         * libgcov.c (gcov_exit): Adjust.
1711
1712         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
1713         (libgcov.a): Depend on libgcc.a.
1714         (gcov.o, gcov-dump.o): Add gcov-io.c.
1715         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
1716
1717         * loop.c (check_dbra_loop): Factor common test.
1718
1719 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
1720
1721         * doc/md.texi (Automaton pipeline description): Grammar fixes.
1722
1723 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
1724
1725         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
1726         (TARGET_INITIALIZER): Include it.
1727         * target.h (struct gcc_target): Add machine_dependent_reorg field.
1728         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
1729         * system.h: Poison MACHINE_DEPENDENT_REORG.
1730
1731         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
1732         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
1733         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1734         (alpha_handle_trap_shadows): Remove "first insn" parameter.
1735         (alpha_align_insns): Likewise.
1736         (alpha_reorg): Likewise.  Make static.  Update calls to above
1737         functions.
1738
1739         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
1740         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
1741         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1742         (arm_reorg): Remove parameter.  Make static.
1743
1744         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
1745         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
1746         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1747         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
1748         Remove parameter.
1749
1750         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
1751         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
1752         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1753         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
1754         Remove parameter.
1755
1756         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
1757         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
1758         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
1759
1760         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
1761         * config/frv/frv.c: Remove orphaned comment.
1762
1763         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
1764         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
1765         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1766         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
1767         Remove parameter.
1768
1769         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
1770         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
1771         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1772         (emit_insn_group_barriers): Remove "first insn" parameter.
1773         (emit_all_insn_group_barriers): Likewise.
1774         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
1775         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
1776
1777         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
1778         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
1779         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1780         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
1781         Remove parameter.
1782
1783         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
1784         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
1785         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1786         (m68hc11_reorg): Make static.  Remove parameter.
1787
1788         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
1789         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
1790         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1791         (conditionalize_optimization): Remove parameter.
1792         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
1793         Make static.  Update call to conditionalize_optimization.
1794
1795         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
1796         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
1797         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1798         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
1799         Make static.
1800
1801         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
1802         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
1803         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1804         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
1805         Remove parameter.
1806
1807         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
1808         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
1809         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1810         (pa_combine_instructions): Remove "first insn" parameter.
1811         (remove_useless_addtr_insns): Likewise.
1812         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
1813
1814         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
1815         commented-out definition.
1816
1817         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
1818         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
1819         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1820         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
1821         Remove parameter.
1822
1823         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
1824         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
1825         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1826         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
1827         Remove parameter.
1828         (sh_output_mi_thunk): Call sh_reorg directly.
1829         * config/sh/sh.md: Update comment.
1830
1831         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
1832         commented-out definition.
1833
1834         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
1835         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
1836         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1837         (v850_reorg): Make static.  Remove parameter.
1838
1839         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
1840         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
1841         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
1842         (xtensa_reorg): Make static.  Remove parameter.
1843
1844         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
1845         (TARGET_MACHINE_DEPENDENT_REORG): Document.
1846
1847 2003-05-13  Richard Henderson  <rth@redhat.com>
1848
1849         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
1850         the old decl had instantiated DECL_RTL.
1851
1852 2003-05-13  Mike Stump  <mrs@apple.com>
1853
1854         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
1855
1856 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
1857
1858         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
1859         HOST_WIDE_INT argument.
1860
1861 2003-05-13  Jason Merrill  <jason@redhat.com>
1862
1863         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
1864
1865         * tree.c (iterative_hash_expr): New fn.
1866
1867         * c-semantics.c (emit_local_var): Don't mess with temp slots if
1868         there's no initializer.
1869
1870 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
1871
1872         * final.c (final_scan_insn): Apply the effects of frame-related
1873         delay slot insns before emitting a delayed branch.
1874
1875 2003-05-13  Nick Clifton  <nickc@redhat.com>
1876
1877         * config/mcore/mcore.md (jump): Use emit_jump_insn.
1878
1879 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
1880
1881         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
1882         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
1883
1884 2003-05-12  DJ Delorie  <dj@redhat.com>
1885
1886         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
1887         (emit_push_insn): Don't use push when the source alignment is less
1888         than the stack's push rounding.
1889
1890 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
1891
1892         * diagnostic.c (output_format): Add support for %m.
1893         (output_printf, output_verbatim, diagnostic_set_info,
1894         verbatim): Set err_no field of the text_info structure being
1895         initialized.
1896         (fatal_io_error): Delete function.
1897         * diagnostic.h (text_info): Add err_no field.
1898         * toplev.h (fatal_io_error): Delete prototype.
1899
1900         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
1901         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
1902         * objc/objc-act.c: Replace all calls to fatal_io_error with
1903         calls to fatal_error; add ": %m" to the end of all the affected
1904         error messages.
1905
1906 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
1907
1908         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
1909         * rtl.h: Prototype it.
1910         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
1911         when appropriate.
1912
1913 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
1914
1915         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
1916         ("*iorsi3_oi"): Likewise.
1917
1918 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
1919
1920         * arm.md (compare_scc): Use shorter sequence for EQ case.
1921         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
1922         (and_scc_scc): Ensure split only applies when there is a dominance
1923         of the comparisons.
1924         (and_scc_scc_nodom): New insn-and-split pattern.
1925
1926 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
1927
1928         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
1929         to _Unwind_SetGRPtr().
1930
1931 2003-05-13  Michael Eager <eager@mvista.com>
1932
1933         * Makefile.in: Initialize program_transform_cross_name from
1934         @program_transform_name@ instead of target_alias.
1935
1936 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
1937             Alan Modra  <amodra@bigpond.net.au>
1938             Jakub Jelinek  <jakub@redhat.com>
1939
1940         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
1941         * configure: Rebuild.
1942         * config/rs6000/rs6000-protos.h: Update.
1943         * config/rs6000/rs6000.c (rs6000_tls_size): New.
1944         (rs6000_tls_size_string): New.
1945         (rs6000_parse_tls_size_option): New.
1946         (rs6000_legitimize_tls_address): New.
1947         (rs6000_tls_get_addr): New.
1948         (rs6000_got_sym): New.
1949         (rs6000_tls_symbol_ref): New.
1950         (rs6000_tls_symbol_ref_1): New.
1951         (rs6000_get_some_local_dynamic_name): New.
1952         (rs6000_get_some_local_dynamic_name_1): New.
1953         (TARGET_HAVE_TLS): New.
1954         (TARGET_CANNOT_FORCE_CONST_MEM): New.
1955         (rs6000_override_options): Handle -mtls-size option.
1956         (constant_pool_expr_1): Handle TLS symbols.
1957         (rs6000_legitimize_address): Handle TLS symbols.
1958         (rs6000_tls_referenced_p): New.
1959         (rs6000_legitimate_address): Handle TLS symbols.
1960         (rs6000_emit_move): Handle TLS symbols.
1961         (print_operand): Handle TLS symbols.
1962         (uses_TOC): Handle TLS symbols.
1963         (rs6000_emit_prologue): Use symbol for unspec constant.
1964         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
1965         (some_ld_name): New.
1966         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
1967         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
1968         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
1969         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
1970         Support TLS.
1971         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
1972         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
1973         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
1974         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
1975         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
1976         tls_tls_64): New.
1977         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
1978
1979 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
1980
1981         * Makefile.in (stage2_build, stage3_build, stage4_build):
1982         Set BUILD_CC to the same as CC.
1983
1984 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
1985
1986         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
1987
1988 2003-05-12  Andreas Schwab  <schwab@suse.de>
1989
1990         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
1991         as unused.
1992         (bundling): Initialize 'pos'.
1993         (ia64_expand_builtin): Initialize 'rmode'.
1994
1995 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
1996
1997         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
1998         (ASM_OUTPUT_ALIGNED_COMMON): Same.
1999         (ASM_OUTPUT_LOCAL): Same.
2000
2001 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2002
2003         * varasm.c (output_constant):  Fix underflow.
2004
2005 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2006
2007         PR other/10745
2008         * configure.in: Correct detection of GNU ld version number.
2009         * configure: Regenerated.
2010
2011 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
2012
2013         * diagnostic.c (diagnostic_for_decl): Take a
2014         diagnostic_context argument.  Restructure to be consistent
2015         with diagnostic_report_diagnostic.
2016         (diagnostic_count_diagnostic): Now static.  Take a
2017         diagnostic_info argument, not just a diagnostic_t.  Some code
2018         moved here from internal_error.  Move a case label for
2019         clarity.
2020         (diagnostic_action_after_output): New function.  Code moved
2021         here from internal_error and fatal_error.
2022         (bug_report_request): New #define so that this text appears in
2023         only one place.
2024         (diagnostic_report_diagnostic): Update to match changes to
2025         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
2026         (diagnostic_set_info): Call gettext here.
2027
2028         (pedwarn): Update comment.  Don't call gettext here.
2029         (sorry): Use report_diagnostic.  Don't call gettext here.
2030         (fatal_error): Remove final fnotice and exit, but call
2031         real_abort to prevent warnings about noreturn function returning.
2032         (internal_error): Likewise.  Don't do ICE suppression here nor
2033         call context->internal_error.
2034         (warning_with_decl): Suppress for decls in system headers.
2035         Adjust call to diagnostic_for_decl.
2036         (pedwarn_with_decl): Likewise.
2037         (error_with_decl): Adjust call to diagnostic_for_decl.
2038         (error_recursion): Use bug_report_request.
2039
2040         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
2041         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
2042         diagnostic_count_diagnostic.
2043
2044 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2045
2046         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
2047
2048 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
2049
2050         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
2051         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
2052         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
2053
2054 2003-05-12  Roger Sayle  <roger@eyesopen.com>
2055
2056         * doc/rtl.texi: Document zero_extract as a valid destination
2057         of a set insn.
2058
2059 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
2060
2061         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
2062         '.'.  Change all local symbol definitions and references to use LSYM.
2063
2064 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
2065
2066         * expr.h (assemble_static_space): Update prototype.
2067         * output.h (assemble_zeros, output_constant): Likewise.
2068         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
2069         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
2070         it 64bit clean.
2071         * elf.h (ASM_OTUPUT_SKIP): Likewise.
2072         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
2073         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2074         Expect HOST_WIDE_INT operand.
2075         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2076         Expect HOST_WIDE_INT operand.
2077         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2078         Expect HOST_WIDE_INT operand.
2079         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
2080         HOST_WIDE_INT operand.
2081         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
2082         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
2083         * aout.h (ASM_OTUPUT_SKIP): Likewise.
2084         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2085         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
2086         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
2087         * frv.h (ASM_OTUPUT_SKIP): Likewise.
2088         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
2089         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
2090         Make it 64bit
2091         clean.
2092         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
2093         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
2094         Make it 64bit clean.
2095         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
2096         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
2097         HOST_WIDE_INT operand
2098         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
2099         Expect HOST_WIDE_INT operand
2100         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
2101         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
2102         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
2103         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2104         Likewise.
2105         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
2106         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2107         Likewise.
2108         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
2109         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
2110         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
2111         ASM_OUTPUT_SKIP): Likewise.
2112         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
2113         Likewise.
2114         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
2115         ASM_OUTPUT_SKIP): Likewise.
2116         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
2117         ASM_OUTPUT_SKIP): Likewise.
2118         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
2119         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
2120         ASM_OUTPUT_SKIP): Likewise.
2121         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
2122         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
2123         ASM_OUTPUT_SKIP): Likewise.
2124         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
2125         Likewise.
2126         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
2127         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
2128         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
2129         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
2130         ASM_OUTPUT_SKIP): Make it 64bit clean.
2131         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
2132         Make it 64bit clean.
2133         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
2134         ASM_OUTPUT_SKIP): Make it 64bit clean.
2135         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
2136         64bit clean.
2137         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
2138         HOST_WIDE_INT argument
2139         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
2140         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
2141         HOST_WIDE_INT argument
2142         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
2143         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
2144         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
2145         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
2146         HOST_WIDE_INT argument
2147         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
2148         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
2149         * varasm.c (asm_output_bss, asm_output_aligned_bss,
2150         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
2151         HOST_WIDE_INT argument
2152
2153 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
2154
2155         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
2156         favor of walk_tree_without_duplicates.  Add comments.
2157
2158 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
2159
2160         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
2161         (struct alloc_pool_def): New element 'id'.
2162         * alloc-pool.c (fancy_abort): Extern function prototype.
2163         (abort): Macro which uses fancy_abort.
2164         (struct allocation_object_def): New structure.
2165         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
2166         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
2167         (last_id): New variable.
2168         (create_alloc_pool): Add the offset of u.data to size of element,
2169         increase and use last_id.
2170         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
2171         (pool_alloc): Likewise. Set ID for elements.
2172         (pool_free): Check whether the PTR was allocated from POOL.
2173
2174 2003-05-11  Richard Henderson  <rth@redhat.com>
2175
2176         PR c/10675
2177         * c-decl.c: Include hashtab.h.
2178         (detect_field_duplicates): New.
2179         (finish_struct): Use it.
2180         * Makefile.in (c-decl.o): Update.
2181         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
2182         (component_decl_list, component_decl_list2,
2183         components, components_notype): Build list in reverse order.
2184         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
2185
2186         * tree.c (chainon): Special case op2 null as well.
2187         Reorg for clarity.
2188
2189 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2190
2191         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
2192         to implement log, logf and logl built-ins as inline x87 intrinsics.
2193         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
2194         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
2195         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
2196
2197         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
2198         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
2199
2200 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2201
2202         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
2203
2204         * sparc.c (print_operand): Fix uninitialized warning.
2205
2206 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2207
2208         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
2209         real insns.
2210         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
2211         condition.
2212
2213 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
2214
2215         * doc/cpp.texi: Fix typos.
2216
2217 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
2218
2219         * config/s390/s390.c (s390_function_arg_float): New function.
2220         (s390_function_arg_pass_by_reference): Use it.
2221         (s390_function_arg_advance): Likewise.
2222         (s390_function_arg): Likewise.
2223         (s390_va_arg): Likewise
2224
2225 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
2226
2227         * coverage.h (coverage_counter_alloc): New function.
2228         * function.h (struct function): Remove arc_profile flag.
2229         * coverage.c (fn_ident): Remove.
2230         (fn_b_ctrs, no_coverage): New.
2231         (get_coverage_counts): Use current_function_funcdef_no.
2232         (coverage_counter_alloc): New.
2233         (coverage_counter_ref): Adjust.
2234         (coverage_begin_output): Check no_coverage. Use
2235         current_function_funcdef_no.
2236         (coverage_end_function): Likewise.
2237         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
2238         than clearing flag_inline_functions. Do not clear arc_profile
2239         flag.
2240         * function.c (prepare_function_start): Do not set arc_profile
2241         flag.
2242         * profile.c (instrument_edges): Return number of instrumented
2243         edges. Use a for loop.
2244         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
2245         local to here and simplify. Use profile_arc_flag not arc_profile
2246         flag.
2247         (find_spanning_tree): Reformat.
2248         * toplev.c (rest_of_compilation): Use profile_arc_flags and
2249         flag_test_coverage rather than arc_profile flag.
2250
2251 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
2252
2253         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
2254
2255 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2256
2257         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
2258
2259 2003-05-11  Bruno Haible  <bruno@clisp.org>
2260
2261         * cppfiles.c (find_or_create_entry): Preserve errno.
2262
2263 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
2264
2265         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
2266         cpplib as it's a Standard Predefined Macro.
2267         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
2268         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
2269         __STDC_HOSTED__ appropriately.
2270         * cpplib.h (_cpp_init_builtins): Update.
2271         * fix-header.c (read_scan_file): Update.
2272         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
2273
2274 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2275
2276         PR C++/689
2277         PR C++/9257
2278         * c-opts.c (c_common_decode_option): Don't set
2279         warn_ctor_dtor_privacy wen -Wall.
2280         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
2281
2282 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
2283
2284         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
2285         patch.
2286
2287 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
2288
2289         * diagnostic.c: Reorder functions for clarity, putting all the
2290         functions in the "error" family next to each other, and
2291         likewise all the functions in the "error_with_decl" family.
2292         Some other routines were moved too.  Add comments.
2293         (vbuild_message_string): Fold into sole caller.
2294
2295
2296 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
2297
2298         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
2299         (EH_RETURN_HANDLER_RTX): Likewise.
2300         (expand_builtin_eh_return): Do not copy stack adjustment
2301         if EH_RETURN_STACKADJ_RTX is not defined.
2302         (expand_eh_return): Likewise.  Also, do not pass stack
2303         adjustment as argument to the eh_return pattern.
2304         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
2305         because EH_RETURN_STACKADJ_RTX is not defined.
2306         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
2307         is not defined, treat stack pointer like a regular register.
2308         (uw_init_context_1): Set up fake initial stack pointer register.
2309         (uw_install_context_1): Do not compute stack adjustment if
2310         EH_RETURN_STACKADJ_RTX is not defined.
2311
2312         * config/i386/i386.md ("eh_return"): Remove first argument.
2313         * config/mips/mips.md ("eh_return"): Likewise.
2314         * config/rs6000/rs6000.md ("eh_return"): Likewise.
2315         * config/sh/sh.md ("eh_return"): Likewise.
2316
2317         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
2318
2319 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
2320
2321         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
2322
2323 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
2324
2325         * defaults.h (GCOV_TYPE_SIZE): Remove.
2326         * gcov-io.h (gcov_type): Set to specific mode int on target.
2327         (gcov_unsigned_t, gcov_position_t): New.
2328         (GCOV_TYPE_NODE): New.
2329         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
2330         (GCOV_COUNTERS_SUMMABLE): New.
2331         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
2332         gcov_ctr_info, gcov_info): Adjust types.
2333         (gcov_var): Adjust types.
2334         (gcov_write_unsigned, gcov_write_tag,
2335         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
2336         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
2337         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
2338         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
2339         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
2340         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
2341         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
2342         __gcov_init, __gcov_merge_add): Adjust gcov types.
2343         * coverage.c (ctr_merge_functions): Constify.
2344         (ctr_names): New.
2345         (read_counts_file): Adjust gcov types. Only summarize & merge
2346         summable counters.
2347         (coverage_counter_ref): Use GCOV_TYPE_NODE.
2348         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
2349         build_ctr_info_value, build_gcov_info): Adjust types.
2350         * profile.c (branch_prob): Adjust gcov types.
2351         * gcov_dump (dump_file): Adjust gcov types.
2352
2353 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
2354
2355         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
2356         constants.
2357         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
2358         * arm.c (arm_select_dominance_cc_mode): Renamed from
2359         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
2360         Callers updated.
2361         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
2362
2363 2003-05-09  Roger Sayle  <roger@eyesopen.com>
2364
2365         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
2366         as unsigned to avoid signed/unsigned comparison warnings.
2367
2368 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
2369
2370         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
2371         instruction if the Xtensa density option is enabled.
2372
2373 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
2374
2375        * mklibgcc.in: Remove extra quotes.
2376
2377 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
2378
2379         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
2380         of int_ftype_void.
2381
2382 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
2383
2384         * reload1.c (reload_cse_move2add): Don't turn an implicit
2385         truncation into a self-set in the narrow mode.
2386
2387 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
2388
2389         * arm.md (clzsi2): The CLZ instruction is predicable.
2390
2391 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
2392
2393         * config/xtensa/xtensa.c: Formatting.
2394
2395 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
2396
2397         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
2398         instead of TREE_OPERAND to access the operand of a
2399         CONSTRUCTOR node.
2400
2401 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
2402
2403         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
2404         one operand.
2405
2406 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
2407
2408         * toplev.h (warning_with_file_and_line): Don't declare.
2409         (error_with_file_and_line): Likewise.
2410         * diagnostic.c (error_with_file_and_line): Remove.
2411         (warning_with_file_and_line): Likewise.
2412
2413 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
2414
2415         * c-parse.in (if_stmt_locus): New object.
2416         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
2417         (select_or_iter_stmt rule): Likewise.
2418         (if_stmt_file): Remove.
2419         (if_stmt_line): Likewise.
2420         * jump.c: include "diagnostic.h"
2421         (never_reached_warning): Don't use warning_with_file_and_line.
2422         * Makefile.in (jump.o): Add dependce on diagnostic.h
2423
2424 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
2425
2426         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
2427         Move code handling pieces not larger than a word to..
2428         * function.c (assign_parms): ..here, but use change_address instead
2429         of adjust_address and operand_subword, and expand_binop instead of
2430         expand_shift.  Adjust calls to move_block_from_reg.
2431         * expr.h (move_block_from_reg): Update declaration.
2432         (copy_blkmode_from_reg): Formatting.
2433         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
2434         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
2435         move_block_from_reg calls.
2436         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
2437         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
2438         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
2439         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
2440         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
2441         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
2442         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
2443         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
2444         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
2445
2446 2003-05-08  DJ Delorie  <dj@redhat.com>
2447
2448         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
2449         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
2450         variable-sized types).
2451         (xstormy16_function_arg): New.  Pass them that way too.
2452         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
2453         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
2454
2455 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
2456
2457         * mklibgcc.in: Use mkinstalldirs when installing multilib
2458         directories.
2459
2460 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
2461
2462         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
2463         instead of CODE_FOR_jump
2464
2465 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
2466
2467         * objc/objc-act.c (error_with_ivar): Don't use
2468         error_with_file_and_line.
2469         (warn_with_method): Don't use warning_with_file_and_line.
2470
2471 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2472
2473         * stmt.c (emit_locus): New macro.
2474         (emit_filename): Remove.
2475         (emit_lineno): Likewise.
2476         (struct stmt_status): Replace members x_emit_filename and
2477         x_emit_lineno with x_emit_locus.
2478         (set_file_and_line_for_stmt): Adjust.
2479         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
2480         (warn_if_unused_value): Likewise.
2481         (check_seenlabel): Likewise.
2482
2483 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2484
2485         * c-decl.c (define_label): Tidy.  Don't use any of
2486         error_with_file_and_line or warning_with_file_and_file.
2487         (pending_xref_error): Likewise.
2488         (store_parm_decls): Likewise.
2489         (current_function_prototype_locus): New object.  Package from
2490         current_function_prototype_file and current_function_prototype_line.
2491         (start_function): Use it.
2492         (current_function_prototype_file): Remove.
2493         (current_function_prototype_line): Remove;
2494
2495 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2496
2497         * builtins.c (readonly_data_expr): New function.
2498         (expand_builtin_memmove): Optimize any rodata source, not just
2499         strings.
2500
2501 2003-05-07  David Mosberger <davidm@hpl.hp.com>
2502
2503         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
2504
2505 2003-05-07  Richard Henderson  <rth@redhat.com>
2506
2507         * config/i386/i386.c (ix86_split_long_move): Fix base register
2508         mode for XFmode splits for TARGET_64BIT.
2509
2510 2003-05-07  Richard Henderson  <rth@redhat.com>
2511
2512         * sched-ebb.c (schedule_ebb): Supply the correct starting
2513         block number to save_line_notes.
2514
2515 2003-05-07  Richard Henderson  <rth@redhat.com>
2516
2517         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
2518         (dump_file): Likewise.
2519
2520 2003-05-07  David Mosberger <davidm@hpl.hp.com>
2521
2522         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
2523         forget to preserve gp.
2524         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
2525
2526         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
2527         .prologue directive.
2528         Use .skip instead of data8 for .bss section to make Intel
2529         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
2530         explicit in the .mib bundles and remove the unnecessary stop
2531         bits.  Replace local labels with normal labels, to make ias
2532         happy.  Don't register __do_global_ctors_aux here, do it in
2533         crtend.asm instead.
2534
2535         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
2536         __do_global_ctors_aux in .init_array section instead of
2537         declaring it as a hidden global.  Replace local labels with
2538         ordinary labels to make ias happy.
2539
2540 2003-05-07  Richard Henderson  <rth@redhat.com>
2541
2542         PR c++/10570
2543         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
2544         * flags.h, toplev.c, doc/invoke.texi: Likewise.
2545
2546         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
2547         * unwind.inc (_Unwind_DeleteException): Check for null
2548         exception_cleanup.
2549
2550         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
2551         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
2552         * unwind.h: Declare them.
2553         * libgcc-std.ver (GCC_3.3): Export them.
2554
2555 2003-05-07  Richard Henderson  <rth@redhat.com>
2556
2557         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
2558         not _Unwind_Word.
2559
2560 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
2561
2562         * stmt.c (force_label_rtx): New function, based on logic
2563         formerly found in expand_expr.
2564         * expr.h: Prototype it.
2565         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
2566         appropriate.
2567         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
2568
2569         * print-tree.c (debug_tree): Free the table after we're done
2570         with it.  Use putc.
2571
2572 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2573
2574         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
2575         Unreverse arguments for __ev_subw.
2576
2577         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
2578
2579 2003-05-07  Nick Clifton  <nickc@redhat.com>
2580
2581         * config/stormy16/stormy-abi: Update to include
2582         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
2583         R_XSTORMY16_12 relocs.
2584
2585 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
2586
2587         * function.c (assign_parms): Correct reversed reg_parm_stack_space
2588         test.  Add partial in-regs size to stack_args_size.
2589
2590 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2591
2592         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
2593         as a C only option.
2594
2595 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
2596
2597         * gcov-io.h (GCOV_LOCKED): New #define.
2598         (GCOV_LINKAGE): Make sure it is #defined.
2599         (gcov_write_string, gcov_write_tag, gcov_write_length,
2600         gcov_read_string, gcov_time): Poison in libgcov.
2601         (gcov_seek_end): Remove.
2602         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
2603         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
2604         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
2605         GCOV_TAG_SUMMARY_LENGTH): New #defines.
2606         (gcov_write_tag, gcov_write_length): Not in libgcov.
2607         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
2608         (gcov_write_tag, gcov_write_length): Not in libgcov.
2609         (gcov_write_tag_length): New.
2610         (gcov_write_summary): Use gcov_write_tag_length.
2611         * libgcov.c: Always #include gcov-io.h.
2612         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
2613         (GCOV_LINKAGE): Define to nothing for L_gcov.
2614         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
2615         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
2616         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
2617         (read_count_file): Likewise.
2618         * gcov-dump.c (dump_file): Likewise.
2619         * coverag.c (read_counts_file): Likewise.
2620
2621 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
2622
2623         PR other/10658
2624         * gcc.c (process_command): Update copyright date.
2625
2626 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
2627
2628         * doc/install.texi (mips-*-*):  Add note about libstdc++.
2629
2630 2003-05-06  DJ Delorie  <dj@redhat.com>
2631
2632         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
2633         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
2634         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
2635
2636 2003-05-06    <neil@cat.daikokuya.co.uk>
2637
2638         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
2639         and -Wstrict-prototypes if C++.
2640
2641 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
2642
2643         * config/rs6000/linuxspe.h: New file.
2644
2645         * config.gcc: Add powerpc-*-linux-gnuspe* target.
2646
2647 2003-05-06  Richard Henderson  <rth@redhat.com>
2648
2649         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
2650         previous frame didn't save sp.  Clear sp for next frame.
2651         (uw_install_context_1): Honor saved sp from frame.
2652
2653 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
2654
2655         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
2656         (mips_move_1word, mips_move_2words): Remove declaration.
2657         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
2658         (mips_restore_gp): Remove insn argument.
2659         * config/mips/mips.h (FP_REG_RTX_P): New macro.
2660         * config/mips/mips.c (volatile_buffer): Remove.
2661         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
2662         (mips_move_1word, mips_move_2words): Remove, replacing with...
2663         (mips_output_move): ...this new function.
2664         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
2665         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
2666         handling of floating-point constants.  Handle zero CONST_DOUBLE
2667         arguments.
2668         (mips_annotate_frame_insn): Replace with...
2669         (mips_set_frame_expr): ...this, which just takes one argument.
2670         (mips_frame_set): Change the register argument to an rtx.
2671         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
2672         check whether moves should be split.  Use mips_split_64bit_move
2673         to split them.  Use mips_subword to generate the high and low
2674         parts of a paired FPR.  Adjust calls to frame_set and
2675         mips_set_frame_expr.
2676         (mips_expand_prologue): Simplify due to above changes.
2677         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
2678         targets, replacing xisting register-only versions.
2679         (UNSPEC_STORE_DF_HIGH): New unspec.
2680         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
2681         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
2682         (*paradoxical_extendhidi2): Remove.
2683         (movdi_internal, movdi_internal2): Use mips_output_move.
2684         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
2685         (movsf_internal1, movsf_internal2): Likewise.
2686         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
2687         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
2688         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
2689         Add m <- G alternative.
2690         (load_df_low, load_df_high, store_df_low): New patterns.
2691         (movhi_internal): Use @ template instead of calling a function.
2692         Remove unnecessary 'z' alternatives.
2693         (movqi_internal): Likewise.
2694         (exception_receiver): Update call to mips_restore_gp.
2695
2696 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
2697
2698         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
2699         (mips_delegitimize_address): Declare.
2700         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
2701         (FIND_BASE_TERM): Define.
2702         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
2703         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
2704         Handle small-data addresses.
2705
2706 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2707
2708         * real.c (real_powi): New function to calculate the value of
2709         a real raised to an integer power, i.e. pow(x,n) for int n.
2710         (real_sqrt): Convert to using the faster do_add, do_multiply
2711         and do_divide API for consistency with the rest of real.c.
2712         * real.h (real_powi): Prototype here.
2713         * builtins.c (fold_builtin):  Avoid local variable mode when
2714         evaluating sqrt at compile time.  Attempt to evaluate pow at
2715         compile-time, by checking for an integral exponent.
2716
2717 2003-05-05  Richard Henderson  <rth@redhat.com>
2718
2719         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
2720
2721 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
2722
2723         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
2724         other FreeBSD ports.
2725         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
2726         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
2727
2728 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2729
2730         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
2731         expanded variables.
2732         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
2733
2734 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2735
2736         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
2737         * varasm.c (struct varasm_status): Add deferred_constants field.
2738         (n_deferred_strings): Delete variable.
2739         (n_deferred_constants): New #define.
2740         (struct constant_descriptor_tree): Kill next and label fields.
2741         (const_hash_table, MAX_HASH_TABLE): Delete.
2742         (const_desc_htab): New static variable.
2743         (const_hash): Rename const_desc_hash, and make it fit the
2744         hashtab.h interface.
2745         (const_desc_eq): New.
2746         (const_hash_1, compare_constant): Const-ify arguments.
2747         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
2748         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
2749         (output_constant_def): Do the lookup/insert using the
2750         hashtab.h interface.  Don't muck with n_deferred_constants or
2751         DEFERRED_CONSTANT_P here.
2752         Always call maybe_output_constant_def_contents.
2753         (maybe_output_constant_def_contents): Take a pointer to the
2754         descriptor, not the EXP and RTL separately.  Return
2755         immediately if this constant is not deferred.  Defer output of
2756         everything, except writable string constants.  Update
2757         n_deferred_constants here.
2758         (output_constant_def_contents): Now takes just one argument,
2759         an rtx.  Clear DEFERRED_CONSTANT_P here.
2760         (mark_constant_pool): Update for rename of n_deferred_strings.
2761         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
2762
2763         (init_varasm_status): Clear p->deferred_constants.
2764         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
2765
2766 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2767
2768         * builtins.c (expand_builtin_stpcpy): Only expand when the length
2769         of the source string can be evaluated at compile-time.
2770
2771 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
2772
2773         * testsuite/gcc.c-torture/compile/simd-6.c: New.
2774
2775         * c-typeck.c (digest_init): Handle arrays of vector constants.
2776
2777 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2778
2779         * builtins.c (expand_builtin_mempcpy): New function.
2780         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
2781         ignored into strcpy no matter what arguments it has.
2782         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
2783         expand_builtin_mempcpy.
2784
2785 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
2786
2787         * testsuite/gcc.dg/20030505.c: New.
2788
2789         * c-typeck.c (convert_for_assignment): Opaque pointers can
2790         interconvert.
2791
2792         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
2793         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
2794         (spe_init_builtins): Rename all pv2si_type_node to
2795         opaque_p_V2SI_type_node.
2796         Remove declaration of pv2si_type_node.
2797         (is_ev64_opaque_type): Accept opaque pointers.
2798
2799 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2800
2801         * config/rs6000/rs6000.c (validate_condition_mode): Use
2802         flag_finite_math_only.
2803         (rs6000_reverse_condition): Never return UNKNOWN; use
2804         flag_finite_math_only.
2805         (rs6000_generate_compare): Use flag_finite_math_only.
2806         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
2807         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
2808         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
2809
2810         * toplev.c (check_global_declarations): Suppress not-used warning
2811         for volatile variables.
2812
2813 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
2814
2815         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
2816         usage of bitfield instructions for mode1 != BLKmode, only ignoring
2817         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
2818         (store_field): Likewise.
2819
2820 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
2821
2822         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
2823         evsubifw to builtins accepting 5-bit unsigned constants.
2824         (easy_vector_constant): Return if V1DImode.  Fix typo.
2825
2826 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
2827
2828         * config/rs6000/spe.h: Revert licensing change from last patch.
2829
2830 2003-05-05  DJ Delorie  <dj@redhat.com>
2831
2832         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
2833         before reload, but defer the split until after.
2834         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
2835         to match.
2836
2837 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
2838
2839         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
2840         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
2841
2842 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2843
2844         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
2845         is defined.
2846
2847 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2848
2849         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
2850         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
2851         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
2852
2853         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
2854         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
2855         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
2856         New.
2857
2858         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
2859         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
2860
2861         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
2862         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
2863         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2864         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
2865         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
2866         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
2867         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
2868         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
2869         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
2870         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
2871         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
2872         BUILT_IN_STRDUP): Add "nonnull" attribute.
2873
2874 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2875
2876         * expr.c (store_field): Don't clobber TEMP in shift: it might be
2877         a variable.
2878         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
2879         whose purpose is to step up the alignment.
2880         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
2881
2882         * stor-layout.c (compute_record_mode): Relax restriction
2883         on fields crossing word boundaries forcing BLKmode.
2884
2885 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2886
2887         * cppinit.c (cpp_create_reader, post_options): Warn about
2888         trigraphs unless explicity set or -trigraphs.
2889         * cpplex.c (warn_in_comment): New.
2890         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
2891         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
2892         * doc/cppopts.texi, doc/cpp.texi: Update.
2893
2894 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2895
2896         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
2897         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
2898         namespace clash.
2899         (GCOV_MERGE_FUNCTIONS): New.
2900         (gcov_merge_fn): Declare.
2901         (struct gcov_ctr_info): New field "merge".
2902         (__gcov_merge_add): Declare.
2903         * coverage.c (ctr_merge_functions): New.
2904         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
2905         of gcov_ctr_info type.
2906         * libgcov.c (__gcov_merge_add): New.
2907         (gcov_exit): Call a hook to merge values of counters.
2908
2909 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
2910
2911         * toplev.h (pedwarn_with_file_and_line): Don't declare.
2912         * diagnostic.c (pedwarn_with_file_and_line): Remove.
2913
2914 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2915
2916         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
2917
2918 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2919
2920         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
2921         expand_builtin_frame_address): Update prototypes.
2922         (expand_builtin_constant_p, expand_builtin_strlen,
2923         expand_builtin_strcpy, expand_builtin_memset,
2924         expand_builtin_bzero, expand_builtin_args_info,
2925         expand_builtin_frame_address): Pass in just the argument(s)
2926         needed, not the entire expression `exp'.
2927         (expand_builtin): Update all calls to these functions.
2928
2929 2003-05-03  Richard Henderson  <rth@redhat.com>
2930
2931         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
2932         <BUILT_IN_DWARF_SP_COLUMN>: New.
2933         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
2934         (BUILT_IN_DWARF_SP_COLUMN): New.
2935         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
2936         (expand_builtin_dwarf_sp_column): New.
2937         * except.h: Update to match.
2938         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
2939         (execute_cfa_program): Record location expression address
2940         before extracting length.
2941         (uw_update_context_1): Install old CFA into stack pointer column.
2942         (uw_init_context_1): Set cfa_reg to stack pointer column.
2943
2944 2003-05-03  Richard Henderson  <rth@redhat.com>
2945
2946         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
2947         return bool.
2948         (toc_relative_expr_p): Likewise.
2949         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
2950         (legitimate_constant_pool_address_p): Move from rs6000.h, change
2951         into a function, downcase all users.
2952         (legitimate_small_data_p): Likewise.
2953         (legitimate_offset_address_p): Likewise.
2954         (legitimate_indexed_address_p): Likewise.
2955         (legitimate_indirect_address_p): Likewise.
2956         (legitimate_lo_sum_address_p): Likewise.
2957         (rs6000_mode_dependent_address): Likewise.
2958         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
2959         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
2960         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
2961         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
2962         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
2963         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
2964         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
2965         * config/rs6000/rs6000-protos.h: Update.
2966
2967 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2968
2969         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
2970         (REVERSE_CONDITION): Define.
2971
2972         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
2973         to branch_positive_comparison_operator.
2974         (ccr_bit): Check that sCOND conditions are actually a positive bit.
2975         (print_operand): Remove %D substitution.
2976         (rs6000_emit_sCOND): Generate complement operation to ensure that
2977         sCOND input is a positive bit.
2978         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
2979         same order as bCOND, and add the missing ones.  Remove the %D
2980         substitutions from the scc patterns.
2981
2982         * simplify-rtx.c (simplify_relational_operation): Add case for
2983         ! (fabs(x) < 0.0).
2984
2985 2003-05-03  Bruce Korb  <bkorb@gnu.org>
2986
2987         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
2988         in fixincl.x
2989         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
2990
2991 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
2992
2993         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
2994
2995 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2996
2997         PR c/10604
2998         * c-common.c (warn_sign_compare): Initialize to -1.
2999         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
3000         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
3001         for C++ only.
3002         (c_common_post_options): Set warn_sign_compare from extra_warnings
3003         if it's still -1 at this point.
3004
3005         * toplev.c (maybe_warn_unused_parameter): New static variable.
3006         (set_Wextra): New static function.
3007         (W_options): Remove "extra".
3008         (decode_W_option): Call set_Wextra.
3009         (independent_decode_option): Likewise.
3010         (set_Wunused): Cooperate with set_Wextra in setting
3011         warn_unused_parameter.
3012         (rest_of_compilation): No need to check extra_warnings as
3013         well as warn_uninitialized.
3014
3015         * c-typeck.c (build_binary_op, build_conditional_expr):
3016         No need to check extra_warnings as well as warn_sign_compare.
3017         (internal_build_compound_expr): No need to check extra_warnings
3018         as well as warn_unused_value.
3019         * function.c (expand_function_end): No need to check extra_warnings
3020         as well as warn_unused_parameter.
3021         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
3022         as well as warn_unused_value.
3023
3024         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
3025
3026         * Makefile.in: Disable -Werror for gengtype-lex.o.
3027
3028 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
3029
3030         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
3031         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
3032         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
3033         * calls.c (emit_call_1): Likewise.
3034         (expand_call): For calls initializing constant memory, replace
3035         emission of standalone mem /u clobber with function usage entry.
3036         * expr.c (emit_block_move_via_libcall): Likewise.
3037         * cse.c (count_reg_usage, case EXPR_LIST): New case.
3038         * flow.c (propagate_one_insn): Pass entire operand of
3039         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
3040         * integrate.c (try_constants): For CALL_INSNs, substitute constants
3041         within the FUNCTION_USAGE also.
3042         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
3043         FUNCTION_USAGE lists.
3044         * reload1.c (replace_pseudos_in): Renamed.
3045         (reload): Use it for clobbers surviving until the end of the reload.
3046
3047 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3048
3049         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
3050         gen_lowpart on non-integer modes.
3051
3052         * stor-layout.c (place_field): When adjusting offset_align, use
3053         desired_align, not DECL_ALIGN.
3054
3055 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
3056
3057         * c-decl.c (pending_invalid_xref_file): Remove.
3058         (pending_invalid_xref_line): Remove.
3059         (pending_invalid_xref_location): New.
3060         (lookup_label): Use location_t and input_location directly.
3061         (lookup_tag): Likewise.
3062         (pending_xref_error): Likewise.
3063         (c_expand_body_1): Likewise.
3064         * c-common.c (x_expand_start_cond): Likewise.
3065         * c-semantics.c (genrtl_for_stmt): Likewise.
3066         (find_reachable_label): Likewise.
3067         * expr.c (expand_expr): Likewise.
3068         * integrate.c (output_inline_function): Likewise.
3069         * tree-inline.c (find_alloca_call): Likewise.
3070         (find_builtin_longjmp_call): Likewise.
3071         * gcc.c (input_filename): Make static.
3072
3073 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
3074
3075         * config/mips/mips.md: Fix comment typo.
3076
3077         * config/mips/mips.c (mips_integer_op): New structure.
3078         (MIPS_MAX_INTEGER_OPS): Define.
3079         (mips_const_insns): Use mips_build_integer to determine the number
3080         of instructions needed to load a CONST_INT.
3081         (move_operand): Reject compound CONST_INTs.
3082         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
3083         (mips_move_integer): New fn.
3084         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
3085         (mips_legitimize_move): Only legitimize constants when moving
3086         word or subword values.
3087
3088 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
3089
3090         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
3091
3092 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3093
3094         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
3095         modifying it.
3096
3097 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3098             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3099
3100         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
3101         Hernandez, and Kazu Hirata.  Update Richard Henderson.
3102
3103 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
3104
3105         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
3106         to tentative declaration.
3107
3108         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
3109         (SYMBOL_FLAG_SMALL_V4): Delete.
3110         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
3111         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
3112         (rs6000_elf_in_small_data_p): Add extra section names.  Add
3113         comment about TREE_PUBLIC test.
3114
3115         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
3116         expand_stmt on result of expand_unreachable_stmt.
3117
3118 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3119
3120         * doc/contrib.texi (Contributors): Add Daniel Berlin.
3121
3122 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
3123
3124         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
3125         number of automata.
3126
3127         * config/rs6000/rs6000.c (symbol_ref_operand): Check
3128         SYMBOL_REF_FUNCTION_P on AIX.
3129         (current_file_function_operand): Same.
3130         * config/rs6000/rs6000.md (call,call_value): Force non-function
3131         symbol_ref into register on AIX.
3132
3133 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
3134
3135         * calls.c (struct arg_data): Move offset, slot_offset, size and
3136         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
3137         (initialize_argument_information): Adjust call to locate_and_pad_parm.
3138         Delete alignment_pad var.  Don't calculate slot_offset here.
3139         (emit_library_call_value_1): Delete alignment_pad, offset and size
3140         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
3141         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
3142         partial in-regs here.  Formatting fixes.
3143         * expr.h (struct locate_and_pad_arg_data): New struct.
3144         (locate_and_pad_parm): Adjust declaration.
3145         * function.c (assign_parms): Localize vars.  Use "locate" instead of
3146         other arg location vars.  Don't invoke FUNCTION_ARG or
3147         FUNCTION_INCOMING_ARG unless pretend_named is different from
3148         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
3149         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
3150         Use slot_offset for stack home of reg parms.  Correct test for
3151         parm passed in memory.  Formatting fixes.
3152         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
3153         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
3154         Correct initial_offset_ptr handling.  Localize vars.  Always pad
3155         locate->offset even when in_regs.
3156
3157 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
3158
3159         * Makefile.in (TREE_H): Replace location.h with input.h.
3160         (GTFILES) Remove location.h
3161         (gt-lists.h): Replace gt-location.h with gt-input.h
3162         * input.h (input_filename, input_line): Remove variables.
3163         (location_s, location_t): Move from location.h.
3164         (input_location): New.
3165         (input_filename, input_line): New #defines.
3166         * location.h: Remove.
3167         * tree.h: Replace location.h with input.h.
3168         (input_filename, input_line): Remove.
3169         * diagnostic.h: Replace location.h with input.h.
3170         * gcc.h (input_filename, input_filename_length): Remove declarations.
3171         * toplev.c (input_filename, input_line): Remove.
3172         (input_location): Define.
3173         (push_srcloc, pop_srcloc): Adjust.
3174         * diagnostic.c (diagnostic_report_current_module): Adjust.
3175
3176 2003-05-02  Nick Clifton  <nickc@redhat.com>
3177
3178         * configure.in: Add xstormy16 to list of targets that has a nop
3179         instruction and hence which can be tested to see if the
3180         assembler supports the --gdwarf2 switch.
3181         * configure: Regenerate.
3182
3183 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3184
3185         PR target/8257
3186         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
3187         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
3188         Avoid undefined shifts by making the shift operand unsigned.
3189
3190 2003-05-01  DJ Delorie  <dj@redhat.com>
3191
3192         * reload.c (find_reloads): Also check that all of a multi-reg
3193         value is in the class.
3194
3195 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3196
3197         * scan.h (lineno): Revert the rename here.
3198
3199 2003-05-01  Stan Shebs  <shebs@apple.com>
3200
3201         * config/darwin.c (darwin_encode_section_info): Call
3202         default_encode_section_info.
3203
3204 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
3205
3206         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
3207         (movsi_internal1): Use new mfjmpr attribute.
3208         (movhi_internal): Same.
3209         (movqi_internal): Same.
3210         (movcc_internal1): Same.
3211         (movdi_internal64): Same.
3212         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
3213         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
3214         * config/rs6000/40x.md: Add fpu_405.
3215         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
3216         into power4misc automata.  Remove extraneous parentheses.
3217         * config/rs6000/440.md: New file.
3218         * config/rs6000/rs6000.c (processor_target_table): Add 440,
3219         440fp.  Rename 405f to 405fp.
3220         (function_arg_padding): Correct formatting.
3221         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
3222
3223 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3224
3225         * input.h (lineno): Rename to ...
3226         (input_line): ... here.
3227         * tree.h (lineno): Rename to ...
3228         (input_line): ... here.
3229         * scan.h (lineno): Rename to ...
3230         (input_line): ... here.
3231         * toplev.c (lineno): Rename to ...
3232         (input_line): ... here.
3233         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
3234         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
3235         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
3236         store_parm_decls, c_expand_body_1): Likewise.
3237         * c-errors.c (pedwarn_c99): Likewise.
3238         * c-format.c (status_warning): Likewise.
3239         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
3240         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
3241         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
3242         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
3243         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
3244         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
3245         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
3246         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
3247         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
3248         * coverage.c (create_coverage): Likewise.
3249         * diagnostic.c (pedwarn, sorry, error, fatal_error,
3250         internal_error, warning, diagnostic_report_current_module,
3251         inform): Likewise.
3252         * expr.c (expand_expr): Likewise.
3253         * integrate.c (expand_inline_function,
3254         output_inline_function): Likewise.
3255         * rtl-error.c (file_and_line_for_asm): Likewise.
3256         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
3257         walk_tree): Likewise.
3258         * tree.c (make_node): Likewise.
3259         * ada, cp, f, java, objc, treelang: Likewise.
3260         * objc/objc-act.c (objc_init): Rename lineno to input_line.
3261         (build_module_descriptor, build_selector_translation_table,
3262         build_protocol_template, build_method_prototype_list_template,
3263         build_category_template, build_selector_table,
3264         build_class_template, build_super_template, build_ivar_template,
3265         build_ivar_list_template, build_method_list_template,
3266         build_method_template, add_instance_variable): Likewise.
3267
3268         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
3269         name from input_filename.
3270
3271 2003-04-30  Eric Christopher  <echristo@redhat.com>
3272             Richard Sandiford <rsandifo@redhat.com>
3273
3274         * configure: Regenerate from patches below.
3275         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
3276         for all symbolic operands.
3277         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
3278         to function.
3279         * config/mips/linux.h: Fix typo.
3280         * Merge from mips-3_4-rewrite branch:
3281
3282         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
3283
3284                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
3285                 handling local labels when TARGET_ABICALLS.
3286
3287         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
3288
3289                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
3290                 integer argument.
3291                 (mips_expand_call): Likewise.
3292                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
3293                 (FIXED_REGISTERS): Clear $31 entry.
3294                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
3295                 (EPILOGUE_USES): Define.
3296                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
3297                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
3298                 (override_options): Add a 'j' register class.
3299                 (mips_expand_call): Handle sibcalls
3300                 (mips_expand_epilogue): Handle epilogues for sibcalls.
3301                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
3302                 (sibcall_epilogue): New pattern.
3303                 (call, call_value): Adjust calls to mips_expand_call.
3304                 (sibcall, sibcall_value): New expanders.
3305                 (sibcall_internal, sibcall_value_internal): New patterns.
3306                 (sibcall_value_multiple_internal): New pattern.
3307
3308         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
3309
3310                 * config/mips/mips.md (extended_mips16): New attribute.
3311                 (define_attr length): Default to 8 if extended_mips16 == yes.
3312                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
3313                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
3314                 (call_internal): Set extended_mips16 to yes for direct jumps.
3315                 Remove redundant mode attribute.
3316                 (call_value_internal, call_value_multiple_internal): Likewise.
3317                 (call_split): Remove redundant mode attribute.
3318                 (call_value_split, call_value_multiple_split): Likewise.
3319
3320                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
3321                 of unaligned offsets.
3322
3323                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
3324                 of SYMBOL_GENERAL.
3325
3326         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
3327
3328                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
3329                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
3330                 for mips16 code.
3331
3332         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
3333
3334                 * config/mips/mips.h (ADDRESS_COST): Define.
3335
3336         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
3337
3338                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
3339                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
3340                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
3341
3342         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
3343
3344                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
3345                 of a two-instruction sequence.  Add register->memory alternative.
3346                 (truncdihi2, truncdiqi2): Likewise.
3347                 Rework shift/truncate instructions so that they only handle right
3348                 shifts of 32 (or more, in the case of arithmetic shifts).
3349                 Add patterns for truncate/sign-extend.
3350
3351         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3352
3353                 * configure.in (mips*-*-*): Check for explicit relocation support.
3354                 * configure: Regenerate.
3355
3356         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3357
3358                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
3359                 and -mno-explicit-relocs.
3360                 (MASK_EXPLICIT_RELOCS): Define.
3361                 (TARGET_EXPLICIT_RELOCS): Use it.
3362                 (mips_split_addresses): Remove declaration.
3363                 * config/mips/mips.c (override_options): Update comment for
3364                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
3365
3366         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3367
3368                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
3369                 a CONST as identity.  Check the return value of gen_lowpart_common.
3370
3371         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3372
3373                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
3374                 references for TARGET_EXPLICIT_RELOCS.
3375                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
3376                 !TARGET_MIPS16.
3377
3378         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3379
3380                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
3381                 (addsi3): Remove redundant constraints.
3382                 (addsi3_internal): Use separate register & constant alternatives.
3383                 Use a 'Q' constraint and "addiu" insn for the latter.
3384                 (adddi3_internal_3, addsi3_internal_2): Likewise.
3385
3386         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
3387
3388                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
3389                 (mips_expand_unaligned_store): Declare.
3390                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
3391                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
3392                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
3393                 (UNSPEC_ULD, UNSPEC_USD): Remove.
3394                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
3395                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
3396                 (extv, extzv): Use mips_expand_unaligned_load.
3397                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
3398                 predicate for operand 3.
3399                 (movsi_ulw, movsi_usw): Replace with...
3400                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
3401                 (movdi_uld, movdi_usd): Likewise replace with...
3402                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
3403
3404         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
3405
3406                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
3407                 * config/mips/mips.h (LEA_REGS): New register class.
3408                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
3409                 (GR_REG_CLASS_P): Include LEA_REGS.
3410                 (DANGEROUS_FOR_LA25_P): New macro.
3411                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
3412                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
3413                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
3414                 entries to LEA_REGS.
3415                 (mips_global_pic_constant_p): New function.
3416                 (override_options): Add 'e' register constraint.
3417                 (mips_secondary_reload_class): Return LEA_REGS when reloading
3418                 a dangerous constant into a class containing $25.
3419                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
3420                 (movsi_internal): Likewise.
3421
3422         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
3423
3424                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
3425                 * config/mips/mips.md (call_split): New insn.
3426                 (call_value_split, call_value_multiple_split): New insns.
3427                 (call_internal): Turn into a define_insn_and_split.  Split the
3428                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
3429                 (call_value_internal, call_value_multiple_internal): Likewise.
3430
3431         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
3432
3433                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
3434                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
3435                 (mips_encode_section_info): Don't take symbol visibility into
3436                 account if TARGET_ABICALLS.  Add more commentary.
3437                 * config/mips/mips.md: Add commentary above reloc constants.
3438
3439         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
3440
3441                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
3442                 from mips_legitimize_move.  Legitimize constant pool references.
3443                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
3444                 a REG_EQUAL note to the last instruction.
3445
3446         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
3447
3448                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
3449                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
3450                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
3451                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
3452                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
3453                 (UNSPEC_RELOC_GPREL16): Rename to...
3454                 (RELOC_GPREL16): ...this.
3455                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
3456                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
3457                 (macro_calls): New attribute.
3458                 (length): Use it to set the default length of calls.  Don't allow
3459                 calls to have delay slots if macro_calls is "yes".
3460                 (luisi, luidi): New patterns.
3461                 (lowsi, lowdi): Use '%R' to print the relocation.
3462                 (lowdi_extend): Remove.
3463                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
3464                 (call_internal): Merge alternatives.  Always use "jal".
3465                 (call_value_internal, call_value_multiple_internal): Likewise.
3466                 (reloc_gprel16): Remove.
3467                 * config/mips/mips.c (mips_got_alias_set): New variable.
3468                 (mips_classify_constant): Handle the new relocation constants.
3469                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
3470                 (mips_symbolic_address_p): Return false if generating explicit relocs.
3471                 Otherwise allow local PIC symbols to have an offset.
3472                 (mips_splittable_symbol_p): New function.
3473                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
3474                 (mips_const_insns): Always accept HIGH.
3475                 (call_insn_operand): Don't accept global symbols if using explicit
3476                 relocs.
3477                 (move_operand): Don't accept HIGH when generating PIC.
3478                 (mips_reloc, mips_lui_reloc): New functions.
3479                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
3480                 be a valid right-hand-side for a SET pattern.
3481                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
3482                 (mips_emit_high): New function.
3483                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
3484                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
3485                 address should be used.  Use mips_emit_high to generate the
3486                 high part of such an address.  Adjust the global symbol + offset
3487                 case to match the change to mips_force_temprorary.
3488                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
3489                 If generating explicit-reloc PIC, load the address of global
3490                 symbols from the GOT.  Use mips_emit_high to emit the high part
3491                 of an address.
3492                 (mips_simplify_dwarf_addr): New function.
3493                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
3494                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
3495                 (mips_expand_call): Load the addresses of global functions using
3496                 %call* relocs if generating explicit-reloc PIC.  Don't generate
3497                 an exception_receiver pattern.
3498                 (override_options): Initialize mips_got_alias_set.
3499                 (print_relocation): Remove in favour of...
3500                 (mips_reloc_string): ...this new function.
3501                 (print_operand): Handle '%R'.  Use mips_reloc_string.
3502                 (print_operand_address): Use print_operand to print the symbolic
3503                 part of a LO_SUM address.
3504                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
3505                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
3506                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
3507                 for local symbols.
3508
3509         2003-02-02  Eric Christopher  <echristo@redhat.com>
3510
3511                 * config/mips/mips.c (mips_sign_extend): Remove.
3512                 * config/mips/mips-protos.h: Ditto.
3513                 * config/mips/mips.md (movdi_internal2_extend): Remove.
3514                 (extendsidi2): Fix mode of convert_memory_address.
3515
3516         2003-01-24  Eric Christopher  <echristo@redhat.com>
3517
3518                 * config/mips/mips.md: Rewrite zero_extend* and extend*
3519                 patterns. Use explicit instructions and split after reload
3520                 for register extensions.
3521                 (ashlsi3_internal1_extend): New combiner pattern for
3522                 shift and extend combinations.
3523                 * config/mips/mips.h: Change Pmode back to ptr_mode
3524                 for performance enhancement.
3525                 * combine.c (expand_compound_operation): Make sure
3526                 that zero_extend operation is profitable.
3527
3528         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
3529
3530                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
3531                 addresses depend on ptr_mode rather than Pmode.
3532                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
3533                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
3534                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
3535                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
3536                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
3537                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
3538                 (tablejump_internal1): Remove condition.
3539                 (tablejump_internal2): Change condition to TARGET_64BIT.
3540                 (cpaddsi): Rename to...
3541                 (cpadd): ...this.
3542                 (cpadddi): Remove.
3543
3544         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
3545
3546                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
3547                 mips_address_cost, mips_check_split, double_memory_operand,
3548                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
3549                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
3550                 (mips_legitimate_address_p): Return bool.
3551                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
3552                 mips_legitimize_address, mips_legitimize_move,
3553                 mips_expand_call): Declare.
3554                 (mips_return_addr): Move outside #ifdef RTX_CODE.
3555
3556                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
3557                 (PIC_FN_ADDR_REG): New reg_class.
3558                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
3559                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
3560                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
3561                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
3562                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
3563                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
3564                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
3565                 (LEGITIMATE_PIC_OPERAND): Undefine.
3566                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
3567                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
3568                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
3569                 (FUNCTION_MODE): Change to SImode.
3570                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
3571                 most constants.  Treat const_artih_operands specially if they
3572                 occur in a PLUS or MINUS.
3573                 (CONSTANT_POOL_COST): New macro.
3574                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
3575                 Add LO_SUM handling.
3576                 (ADDRESS_COST): Undefine.
3577                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
3578                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
3579                 to call_insn_operand and remove CONST_INT.
3580
3581                 * config/mips/mips.c: Include integrate.h.
3582                 (SINGLE_WORD_MODE_P): New macro.
3583                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
3584                 (mips_constant_info, mips_address_info): New structs.
3585                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
3586                 (mips_classify_constant, mips_classify_symbol,
3587                 mips_valid_base_register_p, mips_symbolic_address_p,
3588                 mips_classify_address, mips_symbol_insns,
3589                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
3590                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
3591                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
3592                 mips_print_relocation): New functions.
3593                 (const_arith_operand): New operand predicate.
3594                 (arith_operand): Use it.
3595                 (mips_const_double_ok, mips16_simple_memory_operand,
3596                 simple_memory_operand, double_memory_operand, mips_check_split,
3597                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
3598                 mips16_gp_offset_p, mips16_output_gp_offset,
3599                 mips16_constant_after_function_p, mips16_constant): Remove.
3600                 (call_insn_operand): Be more fussy about symbolic constants.
3601                 Use register_operand.
3602                 (move_operand): Use mips_symbolic_address_p to check symbolic
3603                 operands and general_operand to check the rest.
3604                 (symbolic_operand): Use mips_classify_constant.
3605                 (mips_legitimate_address_p): Use mips_classify_address.
3606                 (mips_move_1word): Combine handling of symbolic addresses.
3607                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
3608                 (move_move_2words): Likewise.  Assume addresses are offsettable
3609                 if they need to refer to more than one word.  Add HIGH handling.
3610                 (mips_restore_gp): Use ptr_mode for the GP save slot.
3611                 (mips_expand_call): New function, combining the old mips.md
3612                 call and call_internal define_expands.  If the address isn't
3613                 a call_insn_operand, force it into a register.  For SVR4 PIC,
3614                 emit an exception_receiver instruction after the call.
3615                 (override_options): Only override flag_pic for TARGET_ABICALLS
3616                 if it is currently zero.  Allow mips_split_addresses when
3617                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
3618                 Add new register class letter, 'c'.
3619                 (print_operand): Use mips_classify_constant for constant operands.
3620                 (print_operand_address): Use mips_classify_address.
3621                 (mips_output_function_prologue): Don't use .cprestore.
3622                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
3623                 via the frame pointer if current_function_calls_eh_return.
3624                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
3625                 to mark whether a symbol is local or global.
3626                 (build_mips16_call_stub): Expect the address of the function rather
3627                 than a MEM reference to it.  Update call generation sequences.
3628                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
3629                 small-data adjustments.
3630
3631                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
3632                 length for loads and stores.
3633                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
3634                 (define_attr type): Add const and prefetch.
3635                 (define_attr length): Use mips_const_insns for const instructions.
3636                 Use mips_fetch_insns for load and store instructions.
3637                 (define_attr single_insn): New.
3638                 (define_attr can_delay): Use it.
3639                 (define_attr abicalls): Remove.
3640                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
3641                 (addsi3_internal_2): Add 'Q' constraint.
3642                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
3643                 (high): Remove.
3644                 (lowsi): Renamed from low.
3645                 (lowdi): New pattern.
3646                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
3647                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
3648                 (loadgp): Change operand 0 to an immediate_operand.
3649                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
3650                 beforehand.
3651                 (cpaddsi, cpadddi): New patterns.
3652                 (tablejump_internal3, tablejump_internal4): Remove define_expands
3653                 and associated define_splits.
3654                 (call, call_value): Use mips_expand_call.
3655                 (call_internal): New, replacing all existing call_internal* insns.
3656                 (call_value_internal): Likewise call_value_internal*.
3657                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
3658                 (untyped_call): Remove if (operands[0]) magic.
3659                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
3660                 (prefetch_di_address, prefetch_di): Likewise.
3661                 (leasi, leadi): Remove.
3662                 (reloc_gprel16): New.
3663
3664                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
3665                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
3666                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
3667
3668         2003-01-08  Eric Christopher  <echristo@redhat.com>
3669
3670                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
3671                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
3672                 configure check for libgloss.
3673                 * config/mips/elf64.h: Ditto.
3674                 * config/mips/mips.c: Remove ABI_MEABI.
3675                 * config/mips/mips.h: Ditto.
3676
3677         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
3678
3679                 Fix merge fallout.
3680                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
3681                 (muldi3_internal): Remove outdated comment.
3682                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
3683                 (*smsac_di, *umsac_di): Likewise.  Reformat.
3684                 (umulsi3_highpart): Minor formatting tweaks.
3685                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
3686                 redundant scratch operand.  Minor formatting tweak.
3687                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
3688                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
3689                 (smulsi3_highpart): As for the unsigned version.
3690                 (smulsi3_highpart_internal): Likewise.
3691                 (smulsi3_highpart_mulhi_internal): Likewise.
3692                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
3693                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
3694                 (*smul_acc_di): Remove duplicated pattern.
3695                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
3696                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
3697                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
3698
3699         2002-10-22  Eric Christopher  <echristo@redhat.com>
3700
3701                 * config/mips/mips-protos.h (mips_return_addr): New.
3702                 * config/mips/mips.c (mips_return_addr): New.
3703                 (movdi_operand): Remove.
3704                 (se_register_operand): Ditto.
3705                 (se_reg_or_0_operand): Ditto.
3706                 (se_uns_arith_operand): Ditto.
3707                 (se_arith_operand): Ditto.
3708                 (se_nonmemory_operand): Ditto.
3709                 (extend_operator): Ditto.
3710                 (highpart_shift_operator): Ditto.
3711                 (mips_initial_elimination_offset): Remove return address pointer
3712                 elimination.
3713                 (mips_reg_names): Remove $ra.
3714                 (mips_regno_to_class): Ditto.
3715                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
3716                 and TARGET_64BIT.
3717                 (POINTER_BOUNDARY): Remove.
3718                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
3719                 (PROMOTE_MODE): Promote to Pmode.
3720                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
3721                 (Pmode): Define to TARGET_64BIT.
3722                 (FUNCTION_MODE): Define as Pmode.
3723                 (mips_args): Remove deleted functions.
3724                 (SIZE_TYPE): Depend on POINTER_SIZE.
3725                 (PTRDIFF_TYPE): Ditto.
3726                 (FIXED_REGISTERS): Fix extra registers.
3727                 (CALL_USED_REGISTERS): Ditto.
3728                 (CALL_REALLY_USED_REGISTERS): Ditto.
3729                 (RAP_REG_NUM): Remove.
3730                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
3731                 (RETURN_ADDR_RTX): Define to mips_return_addr.
3732                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
3733                 (CAN_ELIMINATE): Ditto.
3734                 * config/mips/mips.md: For DImode patterns, take into account
3735                 deletions above. Split mulsidi patterns into sign_extend and
3736                 zero_extend.
3737
3738         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
3739                     Michael Meissner  <meissner@redhat.com>
3740
3741                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
3742                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
3743                 mop up unnecessarly moves through LO.
3744                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
3745                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
3746                 change mtlo/macc sequences into mul/add sequences when a three-
3747                 address mul is available.
3748                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
3749                 (*mul_sub_si): Fix contraint for operand 5.
3750                 (*muls): Use in 32-bit code as well.
3751                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
3752                 if the destination is LO.  Remove duplicate define_split.
3753                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
3754                 (*msac_di): Likewise.  Fix formatting.
3755                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
3756                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
3757                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
3758                 (*xmulsi3_neg_highpart_mulhi): Likewise.
3759                 (*mul_acc_64bit_di): Remove.
3760                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
3761
3762         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
3763
3764                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
3765                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
3766                 (MULTILIB_DIRNAMES): Remove long32.
3767                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
3768                 (MULTILIB_REDUNDANT_DIRS): Remove.
3769
3770         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
3771
3772                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
3773                 * gcc.c (driver_self_specs): New variable.
3774                 (do_self_spec): New function.
3775                 (main): Use it to process driver_self_specs.
3776
3777         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
3778
3779                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
3780                 Remove DImode define_split for !TARGET_64BIT.
3781                 (anddi3): Remove !TARGET_64BIT support from here as well.
3782                 Change operand 2's predicate to se_uns_arith_operand.
3783                 Add constant alternatives to define_insn.
3784                 (iordi3, xordi3, *nordi3): Likewise.
3785                 (anddi3_internal1, xordi3_immed): Remove.
3786
3787         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3788
3789                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
3790                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
3791                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
3792                 * config/mips/mips.md: Apply same renaming here.
3793
3794         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3795
3796                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
3797                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
3798                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
3799                 * config/mips/mips.md (define_attr cpu): Remove r4320.
3800                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
3801
3802         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3803
3804                 * config/mips/mips.c (mips16_strings): New variable.
3805                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
3806                 symbol in mips16_strings.  Free the list.
3807                 (mips_encode_section_info): Keep track of local strings.
3808
3809         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3810
3811                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
3812                 (sordered_df, sordered_sf): Remove.
3813                 * config/mips/mips.c (get_float_compare_codes): New fn.
3814                 (gen_int_relational, gen_conditional_move): Use it.
3815
3816         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3817
3818                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
3819                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
3820                 * config/mips/mips.c (fcc_register_operand): New function.
3821                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
3822                 (override_options): Allow TFmode values in float registers
3823                 if ISA_HAS_8CC.
3824                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
3825                 to fcc_register_operand.  Remove misleading source constraint.
3826                 Use mips_emit_fcc_reload.
3827                 (reload_outcc): Duplicate reload_incc.
3828
3829
3830 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
3831
3832         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
3833
3834 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
3835
3836         * tree-inline.c (inlinable_function_p): Back out last change, it's
3837         unnecessary.
3838
3839 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
3840
3841         * ggc-page.c (TREE_EXP_SIZE): Define.
3842         (extra_order_size_table): New entry for expr trees with
3843         two operands.
3844
3845 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
3846
3847         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
3848         (c_expand_start_cond): Adjust.
3849         (c_expand_end_cond): Don't use warning_with_file_and_file.
3850         (shadow_warning): Likewise.
3851
3852 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
3853
3854         * tree.h (DECL_POINTER_DEPTH): Remove.
3855         (struct tree_decl): Remove pointer_depth.
3856
3857 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
3858
3859         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
3860         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
3861         (rs6000_xcoff_encode_section_info): Remove.
3862         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
3863         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
3864         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
3865         Use SYMBOL_REF_FLAGS.
3866         (rs6000_elf_encode_section_info): Call default_encode_section_info for
3867         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
3868         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
3869         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
3870         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
3871         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
3872
3873 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
3874
3875         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
3876
3877 2003-04-30  Andreas Schwab  <schwab@suse.de>
3878
3879         * doc/extend.texi (Other Builtins): Enclose multiple word data
3880         type in braces for @deftypefn.
3881
3882 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3883
3884         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
3885
3886         * doc/install.texi (--enable-threads): Document "gnat" option.
3887
3888 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
3889
3890         * diagnostic.h (output_formatted_scalar): Tweak.
3891         * diagnostic.c (output_long_decimal): Likewise.
3892         (output_unsigned_decimal): Likewise.
3893         (output_long_unsigned_decimal): Likewise.
3894         (output_octal): Likewise.
3895         (output_long_octal): Likewise.
3896         (output_hexadecimal): Likewise.
3897         (output_long_hexadecimal): Likewise.
3898         (output_pointer): New function.
3899         (output_format): Use it.  Recognize "%p" format specifier.
3900
3901 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3902
3903         * function.c (purge_addressof_1): Postpone insn in fewer cases.
3904
3905 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
3906
3907         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
3908         call abort() after running out of stack space.
3909
3910         * c-typeck.c (function_types_compatible_p): Ignore incompatible
3911         'volatile' qualifiers on a function's return type in GNU mode.
3912
3913 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
3914
3915         * expr.c (emit_group_load): Dump parallels of simd types to
3916         memory.
3917
3918 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
3919
3920         * genautomata.c (add_vect): Check undefined value for range type
3921         too.
3922
3923 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
3924
3925         * configure.in:  More general test for cmp --ignore-initial.
3926         * configure:  Regenerate.
3927
3928 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3929
3930         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
3931         (layout_decl, place_field): Likewise.
3932         Also make minor type and whitespace changes.
3933
3934         * tree.c (save_expr): Don't fold a COMPONENT_REF.
3935
3936 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
3937
3938         * calls.c (expand_call): When modes of target and valreg match, force
3939         sibcall failure when target is a MEM.
3940
3941 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
3942
3943         * tree-inline.c (inlinable_function_p): Don't support inlining
3944         functions using varargs.
3945
3946         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
3947
3948         * dwarf2out.c (output_call_frame_info): No need to output EH
3949         unwind information if all_throwers_are_sibcalls.
3950
3951         * c-semantics.c (expand_unreachable_stmt): Return a tree.
3952         (expand_stmt): Update for change to expand_unreachable_stmt.
3953         (expand_unreachable_if_stmt): Likewise.
3954
3955         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
3956
3957 2003-04-29  Jason Merrill  <jason@redhat.com>
3958
3959         PR middle-end/10336
3960         * jump.c (never_reached_warning): Really stop looking if we reach
3961         the beginning of the function.
3962
3963 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
3964
3965         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
3966         Remove redundant macros.
3967         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
3968         (LOCAL_LABEL_PREFIX): Define unconditionally.
3969         (NO_DOT_IN_LABEL): Clarify comment.
3970         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
3971         definition to "long int".
3972
3973 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
3974
3975         bootstrap/10452
3976         * gengtype-yacc.y: Improve portability.
3977
3978 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
3979
3980         * config.gcc: Install obsolete target list for GCC 3.3.
3981         * doc/install.texi: Mention in specific-target instructions
3982         that certain configurations are deprecated.
3983
3984 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
3985
3986         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
3987
3988 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3989
3990         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
3991         * gcc.c (display_help): Likewise.
3992         * toplev.c (f_options): Likewise.
3993         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
3994         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
3995         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
3996         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
3997         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
3998
3999 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
4000
4001         * varasm.c (default_assemble_visibility): Use assemble_name.
4002
4003 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
4004
4005         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
4006         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
4007         (SIZE_TYPE): New macro.
4008         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
4009         (SET_ASM_OP): New macro.
4010         (HANDLE_SYSV_PRAGMA): New macro.
4011         (ASM_WEAKEN_LABEL): New macro.
4012
4013 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
4014
4015         PR c++/10180
4016         * tree-inline.c (expand_call_inline): Call push_srcloc when
4017         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
4018
4019 2003-04-28  Mike Stump  <mrs@apple.com>
4020
4021         * gdbinit.in: Update to reflect new identifier structure.
4022
4023 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
4024
4025         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
4026         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
4027         struct tree_complex, struct tree_vector): Remove RTL field.
4028         (CONSTRUCTOR_ELTS): Use elt 0.
4029         * tree.def (CONSTRUCTOR): Delete first of its two operands.
4030         * varasm.c (output_constant_def): Remove early exit if
4031         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
4032         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
4033         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
4034         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
4035
4036 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
4037
4038         * c-decl.c (finish_decl): When prototype with asmspec is found
4039         for built-in, adjust built_in_decls as well as expr.c decls.
4040         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
4041         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
4042         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
4043
4044 2003-04-28  Richard Henderson  <rth@redhat.com>
4045
4046         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
4047         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
4048         integral constant mult operand.
4049         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
4050         (const_smulsi3_highpart_v8plus): Likewise.
4051         (const_smulsi3_highpart): Likewise.
4052         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
4053         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
4054         (const_umulsi3_highpart_v8plus): Likewise.
4055         (const_umulsi3_highpart): Likewise.
4056
4057 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
4058
4059         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
4060         Define as 1.
4061
4062 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
4063
4064         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
4065
4066 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
4067
4068         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
4069         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
4070         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
4071         functions.
4072         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
4073
4074 2003-04-28  Nick Clifton  <nickc@redhat.com>
4075
4076         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
4077
4078 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
4079
4080         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
4081         output_constant_def, use its result instead of TREE_CST_RTL (exp).
4082         Can assume it has the form (mem (symbol_ref ".LCxxx")).
4083         (expand_expr <COMPONENT_REF>): Can always just extract the
4084         relevant field of a CONSTRUCTOR.
4085         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
4086         ARRAY_RANGE_REF>): Make control flow explicit.
4087         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
4088         an INTEGER_CST.
4089
4090 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
4091
4092         * reload1.c (reg_set_luid): Fix a comment typo.
4093
4094 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
4095
4096         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
4097         struct deferred_string, const_str_htab): Kill.
4098         (n_deferred_strings): New static variable.
4099         (build_constant_desc): Set SYMBOL_REF_DECL of the new
4100         symbol_ref to point to the constant.
4101         (output_constant_def): When a deferred string is forced out,
4102         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
4103         (mark_constant): Likewise.
4104         (maybe_output_constant_def_contents): When deferring a string
4105         constant, just set STRING_POOL_ADDRESS_P and increment
4106         n_deferred_strings.
4107         (mark_constant_pool): Check n_deferred_strings, not the size
4108         of const_str_htab.
4109         (init_varasm_once): No need to create const_str_htab.
4110
4111         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
4112         SYMBOL_REF_DECL points to a constant.
4113
4114 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
4115
4116         * varasm.c (output_constant_def): Split out two new static
4117         functions, build_constant_desc and maybe_output_constant_def_contents.
4118         Restructure for comprehensibility.  Don't call
4119         output_addressed_constants.  Treat defstr being non-NULL for
4120         STRING_POOL_ADDRESS_P constants as an invariant.
4121         (struct deferred_string): Remove labelno field.
4122         (output_constant_def_contents): Kill labelno argument. Call
4123         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
4124         asm_out.internal_label.
4125         (mark_constant): Update call to output_constant_def_contents.
4126         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
4127         constants as an invariant.
4128
4129 2003-04-26  Richard Henderson  <rth@redhat.com>
4130
4131         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
4132         (ix86_expand_call, ix86_rtx_consts): Likewise.
4133
4134 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4135
4136         * doc/md.texi (cmpstr): Document additional restrictions.
4137
4138 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
4139
4140         * flags.h (time_report): Remove.
4141         * timevar.c (timevar_enable): New.
4142         (TIMEVAR_ENABLE): Remove, use timevar_enable.
4143         (timevar_init): Rename from init_timevar.
4144         * timevar.h (timevar_init): Rename from init_timevar.
4145         * toplev.c (time_report): Make static.
4146         (do_compile): Conditionally call init_timevar first.
4147         (preprocess_options): Move some code to do_compile.
4148
4149 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
4150
4151         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
4152
4153 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
4154
4155         * _cpp_lex_direct: Remove pointless code.
4156
4157 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
4158
4159         * doc/extend.texi (Function Attributes): Document "near" and "far"
4160         for 68HC11 and 68HC12.
4161
4162 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4163
4164         * expr.c (store_field): When making temporary for store, don't
4165         make it TYPE_QUAL_CONST.
4166
4167 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
4168
4169         * toplev.c (read_integral_parameter):  Use "argument" in error
4170         message to distinguish it from actual invalid options.
4171
4172 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
4173
4174         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
4175         addition of __PIC__ and __pic__ macros.
4176         * config/xtensa/xtensa.h: Clean up indentation.
4177
4178 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
4179
4180         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
4181         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
4182         (SUBTARGET_CPP_SPEC): Define.
4183         (LIB_SPEC): Delete.
4184         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
4185         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
4186         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
4187         Define.
4188         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
4189         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
4190
4191 2003-04-25  H.J. Lu <hjl@gnu.org>
4192
4193         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
4194         for return mode.
4195         (ia64_expand_builtin): Set rmode to SImode for
4196         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
4197         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
4198         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
4199         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
4200
4201 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
4202
4203         * configure.in (make_compare_target):  Test for GNU cmp and set this
4204         variable appropriately.
4205         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
4206         compare4-lean): Rename actual targets to slowcompare*.  New compare*
4207         targets depend on names based on make_compare_target.
4208         * configure:  Regenerated.
4209
4210 2003-04-25  Richard Henderson  <rth@redhat.com>
4211
4212         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
4213         to clobber ar.pfs and ar.unat.
4214         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
4215         fix test for spilling ar.pfs to the stack.
4216
4217 2003-04-25  Richard Henderson  <rth@redhat.com>
4218
4219         PR opt/10315
4220         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
4221         checks during reload; use validize_mem instead of adjust_address.
4222
4223 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
4224
4225         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
4226         return values from recog_memoized().
4227
4228 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4229
4230         PR opt/8705
4231         * gcse.c (try_replace_reg): On a successful substitution of a constant
4232         into a single set, try to simplify the source of the set.
4233         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
4234         constant source.
4235
4236 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
4237
4238         * cpplex.c (cpp_token_len): Tighten up.
4239         (cpp_token_as_text): Need extra byte now.
4240         * cpplib.c (glue_header_name): Need extra 2 bytes.
4241         * cppmacro.c (cpp_macro_definition): Need extra byte.
4242
4243 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
4244
4245         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
4246         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
4247         where they might be not present. Use their _sp64 equivalent
4248         instead.
4249
4250 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
4251
4252         * i386.md (cvtsi2sdq): Fix typo in previous patch.
4253
4254 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
4255
4256         * configure.in: Check whether mbstowcs works.
4257         * configure, config.in: Regenerate.
4258         * intl.c: Use HAVE_WORKING_MBSTOWCS.
4259
4260 2003-04-24  H.J. Lu <hjl@gnu.org>
4261
4262         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
4263         for __sync_bool_compare_and_swap_di for int return type.
4264
4265         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
4266         Change return type to int.
4267         (__sync_bool_compare_and_swap): Likewise.
4268
4269 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
4270
4271         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
4272         looking for fallthru edge.
4273
4274         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
4275         Fix.
4276         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
4277         athlon-fvector): New.
4278         (athlon_*): Revisit to match new optimization guide.
4279         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
4280         * i386.md (cvt??2?? patterns): Fix modes.
4281         (fistp patterns): Set modes.
4282
4283         Accidentaly commited with my earlier reload patch:
4284         PR c/10308
4285         * reload.c (find_reloads_address_1): Reload plus at the place of
4286         index register.
4287
4288 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4289
4290         New GCOV_TAG_FUNCTION layout
4291         * coverage.c (struct function_list): Replace name with ident.
4292         (struct counts_entry): Likewise.
4293         (fn_ident): New.
4294         (htab_counts_entry_hash, htab_counts_entry_eq,
4295         htab_counts_entry_del): Adjust.
4296         (reads_count_file, get_coverage_counts,
4297         coverage_begin_output, coverage_end_function): Adjust.
4298         (build_fn_info_type, build_fn_info_value): Likewise.
4299         * gcov-dump.c (tag_function): Adjust.
4300         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
4301         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
4302         * gcov.c (struct function_info): Add ident.
4303         (read_graph_file, read_count_file): Adjust.
4304         * libgcov.c (gcov_exit): Adjust.
4305
4306 2003-04-23  Richard Henderson  <rth@redhat.com>
4307
4308         PR opt/8300
4309         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
4310         after initialize_uninitialized_subregs; update reg info assuming
4311         new pseudos were created.
4312
4313 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
4314
4315         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
4316         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
4317         (lex_string): Take cpp_string with full spelling.
4318         (cb_ident): Update.
4319         (c_lex): Update diagnostics.
4320         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
4321         (create_literal): New.
4322         (lex_string): Unterminated literals have type CPP_OTHER.
4323         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
4324         for CPP_OTHER.
4325         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
4326         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
4327         * cpplib.c (parse_include, do_line, do_linemarker,
4328         destringize_and_run): Update for token storing full spelling.
4329         * cpplib.h: Update token spelling types.
4330         * cppmacro.c (stringify_arg, check_trad_stringification):
4331         Update for token storing full spelling.
4332
4333 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
4334
4335         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
4336
4337 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
4338
4339         * arm.h (TARGET_OPTIONS): Add value field.
4340
4341 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4342
4343         * doc/extend.texi: Remove duplicate 2003 copyright date.
4344
4345 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
4346
4347         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
4348         (libgcov.a): Depends on LIBGCC_DEPS.
4349         * basic-block.h (profile_info): Moved here from coverage.h. Made
4350         a pointer.
4351         * coverage.c (struct function_list): Fixed array of counter types.
4352         (struct counts_entry): Keyed by counter type, contains summary.
4353         (profile_info): Moved to profile.c.
4354         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
4355         vars.
4356         (profiler_label): Remove.
4357         (ctr_labels): New.
4358         (set_purpose, label_for_tag, build_counter_section_fields,
4359         build_counter_section_value, build_counter_section_data_fields,
4360         build_counter_section_data_values, build_function_info_fields,
4361         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
4362         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
4363         build_ctr_info_value, build_gcov_info): New.
4364         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
4365         (reads_counts_file): Adjust.
4366         (get_coverage_counts): Takes counter number. Add summary
4367         parameter. Adjust.
4368         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
4369         create counter array labels.
4370         (coverage_end_function): Adjust.
4371         (create_coverage): Adjust.
4372         (find_counters_section): Remove.
4373         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
4374         (struct section_info, struct profile_info): Remove.
4375         (profile_info): Moved to basic-block.h.
4376         (coverage_counter_ref): Takes a counter number.
4377         (get_coverage_counts): Takes a counter number. Added summary
4378         parameter.
4379         (find_counters_section): Remove.
4380         * gcov-dump.c (tag_arc_counts): Rename to ...
4381         (tag_counters): ... here. Adjust.
4382         (tag_table): Move tag_counters to 3rd entry. Remove
4383         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
4384         (dump_file): Check for counter tag values here.
4385         (tag_summary): Adjust.
4386         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
4387         * gcov-io.h (GCOV_LOCKED): New.
4388         (GCOV_TAG_ARC_COUNTS): Rename to ...
4389         (GCOV_TAG_COUNTS_BASE): ... here.
4390         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
4391         Remove.
4392         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
4393         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
4394         GCOV_TAG_IS_COUNTER): New.
4395         (struct gcov_ctr_summary): New.
4396         (struct gcov_summary): Adjust.
4397         (struct gcov_counter_section): Remove.
4398         struct gcov_counter_section_data): Remove.
4399         (struct gcov_function_info): Rename to ...
4400         (struct gcov_fn_info): ... here. Adjust.
4401         (struct gcov_ctr_info): New.
4402         (struct gcov_info): Adjust.
4403         * gcov.c (read_count_file): Adjust.
4404         (output_lines): Adjust.
4405         * libgcov.c (gcov_exit): Adjust.
4406         (__gcov_flush): Adjust.
4407         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
4408         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
4409         probably_never_executed_bb_p, compute_frequency_function): Adjust
4410         profile_info use.
4411         * profile.c (struct counts_entry): Remove.
4412         (profile_info): Define here.
4413         (get_exec_counts): Adjust get_coverage_counts call.
4414         (compute_branch_probablilities): Remove find_counters_section
4415         call.
4416         (gen_edge_profiler): Adjust coverage_counter_ref call.
4417         * tracer.c (tail_duplicate): Adjust profile_info use.
4418
4419 2003-04-23  Roger Sayle  <roger@eyesopen.com>
4420
4421         PR optimization/10339
4422         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
4423         directly instead of unsafely transforming call into a memcmp.
4424         (expand_builtin_strncmp): Likewise.
4425
4426 2003-04-22  Roger Sayle  <roger@eyesopen.com>
4427
4428         * alias.c (mark_constant_function):  Check for constancy and
4429         purity even of void functions.  Update both the function decl
4430         and the cgraph RTL info with the results.
4431
4432 2003-04-22  Roger Sayle  <roger@eyesopen.com>
4433
4434         * real.c (do_add): Change to return a bool indicating that the
4435         result of the operation may be inexact due to loss of precision.
4436         (do_multiply): Likewise.
4437         (do_divide): Likewise.
4438
4439 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
4440             Loren James Rittle  <ljrittle@acm.org>
4441
4442         * dwarf2out.c (fde_table_allocated): Mark with GTY.
4443         (decl_die_table_allocated): Likewise.
4444         (abbrev_die_table_allocated): Likewise.
4445         (line_info_table_allocated): Likewise.
4446         (separate_line_info_table_allocated): Likewise.
4447         (pubname_table_allocated): Likewise.
4448         (arange_table_allocated): Likewise.
4449         (ranges_table_allocated): Likewise.
4450         (decl_die_table_in_use): Unconditionalize; mark with GTY.
4451         (abbrev_die_table_in_use): Likewise.
4452         (line_info_table_in_use): Likewise.
4453         (separate_line_info_table_in_use): Likewise.
4454         (pubname_table_in_use): Likewise.
4455         (arange_table_in_use): Likewise.
4456         (ranges_table_in_use): Likewise.
4457         (have_location_lists): Likewise.
4458         (emitcount): New GTY-marked static, moved...
4459         (maybe_emit_file): ...from here.
4460         (label_num): New GTY-marked static, moved...
4461         (gen_internal_sym): ...from here.
4462
4463 2003-04-22  Richard Henderson  <rth@redhat.com>
4464
4465         PR 8866
4466         * rtl.h (MEM_NOTRAP_P): New.
4467         (MEM_COPY_ATTRIBUTES): Copy it.
4468         * rtlanal.c (may_trap_p): Check it.
4469         * expr.c (do_tablejump): Set it.
4470         * doc/rtl.texi (Flags): Document it.
4471
4472         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
4473
4474 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
4475
4476         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
4477         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
4478
4479 2003-04-22  Vincent Celier <celier@gnat.com>
4480
4481         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
4482         --enable-threads=gnat.
4483         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
4484         * configure.in: Add gnat to the list of thread packages
4485         * configure: Rebuild.
4486         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
4487
4488 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
4489
4490         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
4491
4492 2003-04-22  Devang Patel  <dpatel@apple.com>
4493
4494         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
4495         parameter count.
4496         (_cpp_copy_replacement_text): Same.
4497
4498 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
4499
4500         * c-lex.c (c_lex): Handle CPP_OTHER differently.
4501         * cppexp.c (_cpp_parse_expr): Similarly.
4502         * cpplex.c (SPELL_CHAR): Remove.
4503         (_cpp_lex_direct): Stray chars are saved as byte strings.
4504         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
4505         handle SPELL_CHAR.
4506         (cpp_avoid_paste): Update handling of CPP_OTHER.
4507         * cpplib.h: Spell CPP_OTHER like a number.
4508         (struct cpp_token): Remove member c.
4509         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
4510
4511 2003-04-22  David Turner <novalis@gnu.org>
4512
4513         * gbl-ctors.h: Add special license exception.
4514         * libgcc2.h: Likewise.
4515         * tsystem.h: Likewise.
4516         * gcov-io.h: Likewise.
4517
4518 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
4519
4520         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
4521         macro defaulting to original BRANCH_COST heuristic.
4522         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
4523
4524         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
4525
4526 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
4527
4528         * config/rs6000/t-spe: Merge in t-fprules into file.
4529
4530         * config.gcc: Add t-spe to powerpc-eabispe.
4531
4532 2003-04-22  Kean Johnston  <jkj@sco.com>
4533
4534         * tlink.c (recompile_files): Add missing '=' to putenv calls
4535
4536 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
4537
4538         * ginclude/stddef.h: Provide C++ safe offsetof.
4539
4540 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
4541
4542         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
4543         for reg notes, if there are no substitutions, just use a SUBREG.
4544
4545 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
4546
4547         * Makefile.in (calls.o): Depend on except.h.
4548         * calls.c: Include except.h.
4549         (emit_call_1): Call note_eh_region_may_contain_throw if
4550         appropriate.
4551         * except.c (eh_region): Add may_contain_throw.
4552         (expand_eh_region_end_cleanup): Do not include handler code when
4553         it cannot be reached.
4554         (note_eh_region_may_contain_throw): New function.
4555         * except.h (note_eh_region_may_contain_throw): New function.
4556
4557 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
4558
4559         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
4560         changes.
4561
4562 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
4563
4564         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
4565         64-bit long doubles.
4566
4567 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
4568
4569         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
4570         a number of conversions required for type consistency and previously
4571         stripped off by STRIP_NOPS.
4572
4573         * calls.c (expand_call): Prevent sibcall optimization for calls to
4574         nested subprograms.
4575
4576         * expmed.c (extract_bit_field): Reverse operands of && condition to
4577         prevent a potential division by zero in the previously first branch.
4578         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
4579
4580 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
4581
4582         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
4583         (subrange_type_die): Likewise.
4584         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
4585         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
4586
4587 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4588
4589         Break out coverage routines to new file.
4590         * Makefile.in (COVERAGE_H): New variable
4591         (C_OBJS): Add coverage.o
4592         (coverage.o): New target.
4593         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
4594         dependencies.
4595         (GTFILES): Adjust.
4596         (gt-coverage.h): New target.
4597         (gt-profile.h): Remove.
4598         * profile.h: Remove. Move to ...
4599         * coverage.h: ... here. New. #include gcov-io.h.
4600         * gcov-io.h: Move function definitions to ...
4601         * gcov-io.c: ... here. New.
4602         * profile.c: Move coverage routines to coverage.c.
4603         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
4604         end_branch_prob): Adjust.
4605         * coverage.c: New. Coverage routines from profile.c
4606         (coverage_counter_ref, coverage_init, coverage_finish,
4607         coverage_end_function, coverage_begin_output,
4608         coverage_counter_ref, get_coverage_counts): Define.
4609         * gcov-dump.c, gcov.c: #include gcov-io.c.
4610         * libgcov.c: Likewise. Adjust.
4611         * loop-init.c: Don't #include profile.h
4612         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
4613         * rtl.h: Add coverage prototypes.
4614         * toplev.c (compile_file): Init coverage, not branch_prob.
4615         Always call coverage_finish.
4616         (rest_of_compilation): Call coverage_end_function.
4617
4618 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
4619
4620         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
4621
4622 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
4623
4624         * c-ppoutput.c (cb_include): Don't take a cpp_token.
4625         * cppfiles.c: Don't undef strcmp.
4626         (find_include_file): Don't take a cpp_token.  Check for empty
4627         file names.
4628         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
4629         (cpp_push_include): Simplify.
4630         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
4631         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
4632         (parse_include): Similary.  Don't check for zero-length filenames.
4633         (do_include_common, do_pragma_dependency): Update accordingly.
4634         * cpplib.h (struct cpp_callbacks): Change prototype of include.
4635
4636 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4637
4638         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
4639         details of conflict handling.
4640
4641         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
4642         when conversion overflows.
4643
4644         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
4645
4646         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
4647         before clearing.
4648
4649 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
4650
4651         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
4652         have the same form as the old RTL.
4653
4654 2003-04-21  Andreas Jaeger  <aj@suse.de>
4655
4656         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
4657
4658 2003-04-20  Chris Lattner  <sabre@nondot.org>
4659             Zack Weinberg  <zack@codesourcery.com>
4660
4661         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
4662         genrtl_cleanup_stmt.  Correct comment at head of
4663         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
4664
4665         * stmt.c (struct nesting): Kill n_function_calls.
4666         (expand_start_bindings): Don't set
4667         thisblock->data.block.n_function_calls.
4668         (expand_end_bindings): Compare function_call_count against 0.
4669         (expand_cleanups): Kill DONT_DO argument; all callers passed
4670         NULL_TREE. All callers updated to match.
4671
4672 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
4673
4674         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
4675         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
4676         (output_constant_def): Remove code predicated on
4677         defer_addressed_constants_flag.
4678
4679         * output.h: Remove prototypes of deleted functions.
4680         * c-typeck.c (constructor_subconstants_deferred): Kill.
4681         (struct initializer_stack): Remove 'deferred' field.
4682         (start_init): Remove all references to the above.
4683         (finish_init): Likewise. Also remove never-executed call to
4684         output_deferred_addressed_constants.  Pull assignment to
4685         defstr out of if expression.
4686
4687 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
4688
4689         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
4690         NOTE_NEWLINE): Remove.
4691         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
4692         to handle new form of line note type.
4693
4694 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
4695
4696         * target.h (encode_section_info): Add new argument carrying
4697         the RTL to be modified by the hook.
4698
4699         * varasm.c (make_decl_rtl, output_constant_def): Update calls
4700         to encode_section_info.
4701         (default_encode_section_info): Take and use RTL argument,
4702         don't use TREE_CST_RTL or DECL_RTL.
4703         * output.h: Update prototype of default_encode_section_info.
4704         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
4705         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
4706         Update calls to encode_section_info.
4707
4708         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
4709         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
4710         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
4711         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
4712         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
4713         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
4714         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
4715         except for PE dllimport/dllexport.  Update calls to
4716         default_encode_section_info.
4717
4718         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
4719         Update prototypes.
4720
4721         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
4722
4723 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4724
4725         PR/8705
4726         * pa.md (movccfp): New expander.
4727         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
4728         Reverse fcmp conditions.
4729
4730 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4731
4732         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
4733         of operand 1 correctly.
4734
4735 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4736
4737         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
4738         * gcov.c (output_lines): Don't be so fussy about going past EOF.
4739
4740 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
4741
4742         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
4743         (cppcharset.o): New target.
4744         * c-lex.c (is_extended_char): Move to cppcharset.c.
4745         (utf8_extend_token): Delete.
4746         * cppcharset.c: New file.
4747         * cpphash.h (_cpp_valid_ucn): New.
4748         * cpplex.c (lex_identifier): Update prototype.
4749         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
4750         escapes.
4751         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
4752         in cppcharset.c.
4753         (lex_number, lex_identifier, cpp_parse_escape): Update.
4754         (_cpp_lex_direct): Update to handle UCNs.
4755         (cpp_avoid_paste): Don't paste to form a UCN.
4756
4757 2003-04-19  Roger Sayle  <roger@eyesopen.com>
4758
4759         * builtins.c (expand_builtin):  Don't expand a pure or const
4760         built-in function if the result will be ignored and none of
4761         its arguments are volatile.
4762
4763 2003-04-19  Kean Johnston  <jkj@sco.com>
4764
4765         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
4766         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
4767         target fragment now: t-sco5; dont compile crti.o.
4768         * config/i386/sco5.h: major overhaul to remove all COFF remnants
4769         and to use elfos.h for most definitions.
4770         (BSS_SECTION_ASM_OP): set correct segment attributes.
4771         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
4772         (DWARF2_UNWIND_INFO): Always set to 1.
4773         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
4774         (MD_STARTFILE_PREFIX_1): Define.
4775         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
4776         (DEFAULT_LINKER): Define if not specified to configure.
4777         (CTORS_SECTION_ASM_OP): Remove COFF crud.
4778         (DTORS_SECTION_ASM_OP): Remove COFF crud.
4779         (WINT_TYPE): Define.
4780         (SDB_DEBUGGING_INFO): Remove.
4781         (EXTRA_SECTIONS): Likewise.
4782         (EXTRA_SECTION_FUNCTIONS): Likewise.
4783         (CTOR_LIST_BEGIN): Likewise.
4784         (CTOR_LIST_END): Likewise.
4785         (INIT_SECTION_FUNCTION): Likewise.
4786         (FINI_SECTION_FUNCTION): Likewise.
4787         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
4788         (LOCAL_LABEL_PREFIX): Likewise.
4789         (NON_SAVING_SETJMP): Likewise.
4790         (RETURN_POPS_ARGS): Likewise.
4791         (ASM_OUTPUT_SKIP): Likewise.
4792         (TARGET_ASM_NAMED_SECTION): Likewise.
4793         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4794         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
4795         (ASM_OUTPUT_IDENT): Likewise.
4796         (ASM_OUTPUT_CASE_LABEL): Likewise.
4797         (ASM_OUTPUT_ASCII): Likewise.
4798         (ASM_OUTPUT_LIMITED_STRING): Likewise.
4799         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4800         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
4801         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4802         (ASM_FINISH_DECLARE_OBJECT): Likewise.
4803         (ASM_DECLARE_OBJECT_NAME): Likewise.
4804         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
4805         (ASM_DECLARE_FUNCTION_NAME): Likewise.
4806         (ASM_DECLARE_RESULT): Likewise.
4807         (ASM_WEAKEN_LABEL): Likewise.
4808         (SUPPORTS_WEAK): Likewise.
4809         (APPLY_RESULT_SIZE): Likewise.
4810         (LPREFIX): Likewise.
4811         (ALIGN_ASM_OP): Likewise.
4812         (ASCII_DATA_ASM_OP): Likewise.
4813         (IDENT_ASM_OP): Likewise.
4814         (ASM_SHORT): Likewise.
4815         (ASM_LONG): Likewise.
4816         (TYPE_ASM_OP): Likewise.
4817         (SIZE_ASM_OP): Likewise.
4818         (STRING_ASM_OP): Likewise.
4819         (SKIP_ASM_OP): Likewise.
4820         (EH_FRAME_SECTION_ASM_OP): Likewise.
4821         (READONLY_DATA_SECTION_ASM_OP): Likewise.
4822         (INIT_SECTION_ASM_OP): Likewise.
4823         (FINI_SECTION_ASM_OP): Likewise.
4824         (TEXT_SECTION_ASM_OP): Likewise.
4825         (DATA_SECTION_ASM_OP): Likewise.
4826         (TYPE_OPERANT_FORMAT): Likewise.
4827         (ASM_SPEC): Remove COFF code.
4828         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
4829         cause -pg to emit an error; use pcrt1elf.o with -pp
4830         (ENDFILE_SPEC): Likewise.
4831         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
4832         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
4833         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
4834         add -z alt_resolve to support weak symbols the way GCC wants them.
4835         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
4836         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
4837         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
4838         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
4839         (CRTSTUFF_T_CFLAGS_S): Define.
4840         (MULTILIB_OPTIONS): Likewise.
4841         (MULTILIB_DIRNAMES): Likewise.
4842         (MULTILIB_MATCHES): Likewise.
4843         (MULTILIB_EXTRA_OPTS): Likewise.
4844         (LIBGCC): Likewise.
4845         (INSTALL_LIBGCC): Likewise.
4846         (crti.o): Remove.
4847         * config/i386/t-sco5gas: Remove.
4848         * doc/install.texi: Updated for new OpenServer instructions.
4849         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
4850
4851 2003-04-19  Kean Johnston  <jkj@sco.com>
4852
4853         * fixinc/check.tpl: Allow user to over-ride diff program.
4854         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
4855         (sco_math): Added test for SCO math header files.
4856         (sco_regset): Added check for conflicts with ieeefp.h.
4857         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
4858         * fixinc/fixincl.x: Regenerated
4859         * fixinc/tests/base/math.h: Added sco_math tests.
4860         * fixinc/tests/base/string.h: New file.
4861         * fixinc/tests/base/sys/regset.h: New file.
4862
4863 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4864
4865         * cpphash.h (struct cpp_buffer): Remove backup_to.
4866         * cpplex.c (BACKUP, get_effective_char): Die.
4867         (_cpp_skip_block_comment): Assume '*' is location on entry.
4868         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
4869         (IF_NEXT_IS): Update.
4870         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
4871
4872 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
4873
4874         * README.Portability: Move to a new section and obsolete K+R
4875         portability issues.
4876
4877 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
4878
4879         * rtlanal.c (subreg_offset_representable_p):  Fix call of
4880         subreg_lowpart.
4881
4882 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4883
4884         * cpphash.h (struct cpp_reader): New member warned_dollar.
4885         * cpplex.c (continues_identifier_p): New function.
4886         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
4887         lex_number and lex_string, and simplify.
4888         (parse_slow, unescaped_terminator_p): Die.
4889         (_cpp_lex_direct): Update.
4890
4891 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4892
4893         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
4894
4895 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
4896
4897         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
4898         fork behaviour.
4899
4900 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4901
4902         * cppexp.c (eval_token): Permit true and false even if pedantic.
4903
4904 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4905
4906         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
4907
4908 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4909
4910         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
4911         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
4912         (struct include_file): Remove fefcnt, mapped members.
4913         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
4914         (read_include_file): Don't use mmap, terminate buffers in '\r'.
4915         (purge_cache): Don't use munmap.
4916         * cpphash.h (CPP_BUF_COLUMN): Update.
4917         (lexer_state): Remove lexing_comment.
4918         (struct _cpp_line_note): New.
4919         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
4920         next_line and need_line.  Remove col_adjust and saved_flags.
4921         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
4922         _cpp_skip_block_comment, scan_out_logical_line): New.
4923         (_cpp_init_mbchar): Remove.
4924         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
4925         (cpp_read_main_file): Set line to 1 earlier.
4926         (post_options): -traditional-cpp doesn't want trigraphs.
4927         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
4928         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
4929         _cpp_get_fresh_line): New.
4930         (handle_newline, skip_escaped_newlines, trigraph_p,
4931         continue_after_nul, _cpp_init_mbchar): Remove.
4932         (get_effective_char): Update.
4933         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
4934         (skip_line_comment): Simplify.
4935         (skip_whitespace, parse_identifier, parse_slow, parse_number,
4936         parse_string): Update.
4937         (cpp_lex_direct): Use clean lines and process line notes.  Update.
4938         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
4939         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
4940         directly.
4941         (_cpp_handle_directive): Don't set saved_flags.
4942         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
4943         cpp_undef, handle_assertion, cpp_push_buffer): Update.
4944         (_cpp_pop_buffer): Free notes.
4945         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
4946         * cpppch.c (cpp_read_state): \n terminate buffer.
4947         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
4948         (copy_comment): Use _cpp_skip_block_comment.
4949         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
4950         Simplify.
4951         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
4952         save_replacement_text): Update.
4953         (scan_out_logical_line): Update to use clean lines and process
4954         line notes.
4955         * fix-header.c (read_scan_file): Update.
4956
4957 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
4958
4959         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
4960         null begin parameter (as well as pointer to null).
4961         (__deregister_frame_info_bases): Likewise.
4962
4963 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4964
4965         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
4966         hard or virtual register and copy into pseudo if replacement fails.
4967
4968         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
4969
4970         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
4971
4972 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
4973
4974         * calls.c (expand_call): Move special case for constructor calls
4975         to right place. Ensures constructor calls used to initialize
4976         arguments get a clean outgoing argument block for themselves.
4977         Move check for stack deallocation completeness until after last
4978         deallocation.  Add stack_pointer_delta to set of state
4979         variables saved and restored along with current stack_level.
4980
4981         * integrate.c (expand_inline_function): Ensure non-const actuals
4982         don't end up const in the caller's flow after conversion to possibly
4983         const formal type.
4984
4985 2003-04-18  Vincent Celier  <celier@gnat.com>
4986
4987         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
4988         and *_DIV_EXPR as TRUNC_*_EXPR.
4989
4990 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
4991
4992         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
4993         for orphaned jump tables.
4994
4995 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
4996
4997         * reload1.c: Revert my previous patch on 2002-04-17.
4998
4999 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5000
5001         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
5002         Add Segher Boessenkool.
5003
5004 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
5005
5006         PR c/9177
5007         * c-decl.c (c_expand_body): Don't garbage collect the function
5008         body if we are going to dump it later.
5009
5010 2003-04-18  Richard Henderson  <rth@redhat.com>
5011
5012         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
5013         (alpha_end_function): Don't set them.
5014         (decl_in_text_section): Remove.
5015         (alpha_encode_section_info): Remove.
5016         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
5017         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
5018         sections, rather than decl_in_text_section results.
5019
5020 2003-04-18  Roger Sayle  <roger@eyesopen.com>
5021
5022         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
5023         and SIGN_EXTRACT.
5024
5025 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5026
5027         PR optimization/7675
5028         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
5029         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
5030         nested functions if they refer to declarations from parent functions.
5031         * stmt.c (expand_decl): Don't put automatic variables in registers
5032         if the DECL_NONLOCAL flag is set.
5033
5034 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
5035
5036         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
5037         consider those to be movable where the source matches
5038         want_to_gcse_p.
5039         (update_ld_motion_stores): In comment, refer to
5040         compute_ld_motion_mems for validity of replacement.
5041
5042 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
5043
5044         * gcov-dump.c (tag_summary): Remove max_sum
5045         * gcov-io.h (gcov_summary, gcov_write_summary,
5046         gcov_read_summary): Kill max_sum.
5047         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
5048         message more verbose.
5049
5050         * emit-rtl.c (subreg_hard_regno):  Check that register is
5051         representable.
5052
5053         * reload.c (reload_inner_reg_of_subreg):  When register is not
5054         representable, reload the whole thing.
5055         (find_reloads): Likewsie.
5056         * rtlanal.c (subreg_representable_p):  New function.
5057
5058         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
5059         allow negative probabilities for edges from the call to exit.
5060         (branch_prob): Do not add fake edges for functions that may return
5061         twice.
5062
5063 2003-04-17  DJ Delorie  <dj@redhat.com>
5064
5065         * toplev.c (target_options): Add value field.
5066         (set_target_switch): Handle target options with values.
5067         * doc/tm.texi: Document how fixed vs variable target
5068         options work.
5069         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
5070         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
5071         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
5072         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
5073         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
5074         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
5075         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
5076         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
5077         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
5078         Add value initializer to target options.
5079
5080 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
5081
5082         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
5083
5084 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
5085
5086         * reload1.c (move2add_last_cc0): New.
5087         (reload_cse_move2add): Detect implicit sets.
5088         (move2add_note_store): Notice a store into cc0.
5089
5090 2003-04-17  Roger Sayle  <roger@eyesopen.com>
5091
5092         PR c/10375
5093         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
5094         function attributes.
5095
5096 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5097
5098         * doc/sourcebuild.texi (Test Suites): Document support for testing
5099         binary compatibility (moved from testsuite/README.compat).
5100
5101 2003-04-17  Richard Henderson  <rth@redhat.com>
5102
5103         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
5104
5105 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
5106
5107         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
5108         the one provided by the FSF.
5109
5110 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5111
5112         * doc/install.texi (Binaries): Update URL and list of platforms
5113         provided by ftp.thewrittenword.com.
5114
5115 2003-04-17  Richard Henderson  <rth@redhat.com>
5116
5117         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
5118         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
5119         * config/xtensa/xtensa.md (call, call_value): Likewise.
5120
5121 2003-04-17  Richard Henderson  <rth@redhat.com>
5122
5123         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
5124         (print_operand_address): Likewise.
5125         (ep_memory_operand): Likewise.
5126         (special_symbolref_operand): Likewise.
5127         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
5128         (v850_encode_section_info): Call default_encode_section_info.
5129         (v850_strip_name_encoding): Remove.
5130         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
5131         (ASM_OUTPUT_LABELREF): Remove.
5132         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
5133         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
5134         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
5135         (ENCODED_NAME_P): Remove.
5136         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
5137         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
5138         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
5139
5140 2003-04-17  Richard Henderson  <rth@redhat.com>
5141
5142         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
5143         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
5144         SYMBOL_REF_FUNCTION_P.
5145
5146 2003-04-17  Richard Henderson  <rth@redhat.com>
5147
5148         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
5149         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
5150         (text_segment_operand): Likewise.
5151
5152 2003-04-17  Richard Henderson  <rth@redhat.com>
5153
5154         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
5155         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
5156         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
5157         (sh_encode_section_info): Remove.
5158         (sh_strip_name_encoding): Remove.
5159         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
5160         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
5161         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
5162         (ASM_OUTPUT_LABELREF): Remove.
5163         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
5164         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
5165
5166 2003-04-17  Richard Henderson  <rth@redhat.com>
5167
5168         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
5169         (tls_model_chars): Remove.
5170         (larl_operand): Use SYMBOL_REF_FLAGS.
5171         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
5172         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
5173         (s390_output_mi_thunk): Likewise.
5174         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
5175         (s390_function_profiler): Likewise.
5176         (s390_encode_section_info): Use default_encode_section_info
5177         and SYMBOL_FLAG_ALIGN1.
5178         (s390_strip_name_encoding): Remove.
5179         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
5180         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
5181         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
5182
5183 2003-04-17  Richard Henderson  <rth@redhat.com>
5184
5185         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
5186         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
5187         (print_operand_address): Likewise.
5188
5189         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
5190         * config/ns32k/ns32k.c (expand_block_move): Don't check
5191         flag_unroll_loops.
5192
5193 2003-04-17  Richard Henderson  <rth@redhat.com>
5194
5195         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
5196         SYMBOL_REF_FLAG.
5197
5198 2003-04-17  Richard Henderson  <rth@redhat.com>
5199
5200         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
5201
5202         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
5203         (SYMBOL_REF_MODEL): New.
5204         (LIT_NAME_P): Move from m32r.h.
5205         (m32r_select_section): Remove.
5206         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
5207         (m32r_strip_name_encoding): Remove.
5208         (m32r_in_small_data_p): New.
5209         (small_data_operand): Use SYMBOL_REF_SMALL_P.
5210         (addr24_operand): Use SYMBOL_REF_MODEL.
5211         (call26_operand): Likewise.
5212         (addr32_operand): Tidy.
5213         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
5214         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
5215         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
5216         (READONLY_DATA_SECTION_ASM_OP): Remove.
5217         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
5218         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
5219         (TARGET_ASM_SELECT_SECTION): Remove.
5220         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
5221         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
5222         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
5223         (ASM_OUTPUT_LABELREF): Remove.
5224
5225 2003-04-17  Richard Henderson  <rth@redhat.com>
5226
5227         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
5228         (encode_section_info): Remove.
5229         * config/ip2k/ip2k-protos.h: Update.
5230
5231 2003-04-17  Richard Henderson  <rth@redhat.com>
5232
5233         * varasm.c (default_encode_section_info): Don't set
5234         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
5235         * config/i370/i370.c (i370_encode_section_info): Remove.
5236         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
5237         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
5238         * config/i370/i370.md (movsi): Likewise.
5239
5240         * config/i370/t-i370: Add missing backslash.
5241
5242 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
5243
5244         * doc/invoke.texi (inline-limit): Fix pasto.
5245
5246 2003-04-17  Richard Henderson  <rth@redhat.com>
5247
5248         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
5249         (small_call_insn_operand): Use it.
5250         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
5251         (h8300_eightbit_constant_address_p): Use it.
5252         (SYMBOL_FLAG_TINY_DATA): New.
5253         (h8300_tiny_constant_address_p): Use it.
5254         (h8300_encode_label, h8300_strip_name_encoding): Remove.
5255         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
5256         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
5257         (ASM_OUTPUT_LABELREF): Remove.
5258
5259 2003-04-16  Richard Henderson  <rth@redhat.com>
5260
5261         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
5262         all users with SYMBOL_REF_SMALL_P.
5263         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
5264         (frv_encode_section_info): Remove.
5265         (frv_strip_name_encoding): Remove.
5266         (frv_in_small_data_p): Merge tests from encode_section_info.
5267         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
5268         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
5269         (SDATA_NAME_P): Remove.
5270         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
5271         (ASM_OUTPUT_LABELREF): Remove.
5272         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
5273
5274         * config/frv/frv.c (frv_asm_out_constructor): New.
5275         (frv_asm_out_destructor): New.
5276         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
5277         (DTORS_SECTION_ASM_OP): New.
5278         (ASM_OUTPUT_CONSTRUCTOR): Remove.
5279         (ASM_OUTPUT_DESTRUCTOR): Remove.
5280
5281 2003-04-16  Richard Henderson  <rth@redhat.com>
5282
5283         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
5284         SYMBOL_REF_LOCAL_P; abort if not pic.
5285         (cris_encode_section_info): Remove.
5286
5287 2003-04-16  Richard Henderson  <rth@redhat.com>
5288
5289         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
5290         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
5291
5292         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
5293         flag_inline_trees.
5294
5295 2003-04-16  Richard Henderson  <rth@redhat.com>
5296
5297         * config/avr/avr.c (avr_encode_section_info): Remove.
5298         (avr_insert_attributes): New.
5299         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
5300         (avr_assemble_integer): Likewise.
5301
5302 2003-04-16  Richard Henderson  <rth@redhat.com>
5303
5304         * arc.c (arc_encode_section_info): Remove.
5305         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
5306         (arc_print_operand, arc_print_operand_address): Likewise.
5307         * arc.h (EXTRA_CONSTRAINT): Likewise.
5308
5309 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5310
5311         * c-semantics.c (find_reachable_label): New function to find a
5312         potentially reachable label in an expression.
5313         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
5314         assumes the start of the IF_STMT is unreachable (dead) code.
5315         (expand_unreachable_stmt): Similar to expand_stmt but assumes
5316         the start of the statement list is unreachable (dead) code.
5317         (genrtl_if_stmt):  If the controlling expression of the IF
5318         is constant, use expand_unreachable_stmt for the THEN or ELSE
5319         clause as appropriate.
5320         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
5321         the body of a SWITCH statement.
5322         (expand_stmt): The code immediately following a "return",
5323         "break", "continue" or "goto" is unreachable.
5324         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
5325
5326 2003-04-16  Richard Henderson  <rth@redhat.com>
5327
5328         * rtl.h (MEM_ALIAS_SET): Update documentation.
5329         * doc/rtl.texi (Special Accessors): New node.
5330         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
5331
5332 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
5333
5334         * reload1.c (reload_cse_noop_set_p): Return false if mode of
5335         SET_DEST is not the same as that returned by...
5336         * cselib.h (cselib_reg_set_mode): ... new function.
5337         * cselib.c (cselib_reg_set_mode): Define it.
5338         (REG_VALUES): Document semantics of first element as set mode.
5339         (cselib_subst_to_values): Skip first element if ELT is NULL.
5340         (cselib_lookup): Likewise.  Insert past the first element.
5341         (cselib_invalidate_regno): NULLify first element.
5342         (cselib_record_set): Set first element.
5343
5344 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
5345
5346         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
5347         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
5348         * tree.h: Add prototypes for the two new functions.
5349         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
5350         updates introduced in the previous revision by call to saved_expr_p.
5351         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
5352
5353         * expr.c (store_field): Force usage of bitfield instructions when
5354         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
5355         (expand_expr, case BIT_FIELD_REF): likewise.
5356
5357 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
5358
5359         PR middle-end/8866
5360         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
5361         jumptables.
5362
5363 2003-04-16  Richard Henderson  <rth@redhat.com>
5364
5365         * config/ia64/ia64.c (sdata_symbolic_operand): Use
5366         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
5367         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
5368         (function_operand): Use SYMBOL_REF_FUNCTION_P.
5369         (ia64_expand_load_address): Likewise.
5370         (ia64_assemble_integer): Likewise.
5371         (ia64_encode_section_info): Remove.
5372         (ia64_strip_name_encoding): Remove.
5373         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
5374         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
5375
5376 2003-04-16  Richard Henderson  <rth@redhat.com>
5377
5378         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
5379         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
5380         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
5381         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
5382         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
5383         (global_symbolic_operand): Similarly.
5384         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
5385         (tls_symbolic_operand_type): Likewise.
5386         (alpha_encode_section_info): Use default_encode_section_info.
5387         (alpha_strip_name_encoding): Remove.
5388         (get_tls_get_addr): Split out from ...
5389         (alpha_legitimize_address): ... here.
5390         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
5391         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
5392         (alpha_initialize_trampoline): Use init_one_libfunc.
5393         (alpha_setup_incoming_varargs): Mark unused parameters.
5394         (alpha_initial_elimination_offset): Likewise.
5395         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
5396         (unicosmk_unique_section): Use default_strip_name_encoding.
5397         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
5398
5399 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
5400
5401         * config.gcc: Add t-spe for eabispe.
5402
5403         * config/rs6000/t-spe: New.
5404
5405 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
5406
5407         Re-apply this patch:
5408
5409         2002-05-16  Dale Johannesen  <dalej@apple.com>
5410           * combine.c (cant_combine_insn_p):  Reenable combinations
5411           involving hard regs unless CLASS_LIKELY_SPILLED_P.
5412
5413 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5414
5415         PR/10271
5416         * pa-protos.h (function_arg): Remove last argument.
5417         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
5418         * pa.h (struct hppa_args): Add member incoming.
5419         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
5420         member incoming.
5421         (FUNCTION_ARG): Revise call to function_arg.
5422         (FUNCTION_INCOMING_ARG): Delete.
5423
5424 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
5425
5426         * configure.in: Unify the code which creates symlinks to a
5427         just-built as, ld, objdump, and nm with the code that detects
5428         their presence for purposes of feature tests.
5429         * configure: Regenerate.
5430
5431 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
5432
5433         * varasm.c (output_constant_def): Do not consult
5434         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
5435         (after_function_constants, output_after_function_constants): Delete.
5436         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
5437         * config/mips/mips-protos.h, config/mips/mips.c
5438         (mips16_constant_after_function_p): Delete.
5439         * config/mips/mips.h: Delete #if-0-ed definition of
5440         CONSTANT_AFTER_FUNCTION_P.
5441         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
5442         mention of CONSTANT_AFTER_FUNCTION_P in comment.
5443
5444 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
5445
5446         * tree.c (next_decl_uid): Mark with GTY.
5447         (next_type_uid): Likewise.
5448
5449 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5450
5451         PR target/9594:
5452         * sh.c (barrier_align): Also recognize stuff_delay_slot as
5453         an indicator that a barrier was created by branch splitting.
5454
5455 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5456
5457         * c-decl.c (implicitly_declare): Copy declarations that are going
5458         to be placed in a local scope.
5459
5460 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
5461
5462         * invoke.texi (Spec Files): Wrap if-exists-else example.
5463         (MCore): Remove duplicate @itemx entries and @opindex entries.
5464
5465 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
5466
5467         * unwind.inc (_Unwind_Backtrace): New function.
5468         * unwind.h (_Unwind_Backtrace): Declare it.
5469         * libgcc-std.ver (_Unwind_Backtrace): Export it.
5470
5471 2003-04-14  Jason Merrill  <jason@redhat.com>
5472
5473         PR middle-end/10336, c++/10401
5474         * jump.c (never_reached_warning): Also stop looking if we reach the
5475         beginning of the function.
5476
5477 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5478
5479         PR target/10338
5480         PR bootstrap/10198
5481         PR bootstrap/10140
5482         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
5483
5484 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5485
5486         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
5487
5488 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5489
5490         * optabs.c (expand_binop): In multi-word add cases, ensure
5491         XTARGET is copied to TARGET if they are different.
5492
5493 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
5494
5495         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
5496         to region, possible after integration of function with unreachable
5497         regions that were optimized away.
5498
5499 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
5500
5501         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
5502         instead of TOC_REGISTER in epilogue in
5503         current_function_calls_eh_return functions.
5504
5505 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5506
5507         * doc/extend.texi (Empty Structures): Correct description of G++'s
5508         handling of these structures.
5509
5510         * c-decl.c (grokdeclarator): Reject extern redeclarations of
5511         static variables.
5512
5513 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
5514
5515         * config/rs6000/rs6000.md (define_constants): Define constants for
5516         all UNSPEC usage, including new values for TLS support.
5517         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
5518         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
5519         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
5520         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
5521         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
5522         eh_set_lr_di): Use them.
5523         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
5524         rs6000_emit_epilogue) Use them.
5525
5526         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
5527
5528 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
5529
5530         * Makefile.in (c-opts.o): Use custom action.
5531
5532 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
5533
5534         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
5535
5536 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5537
5538         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
5539         handle "superflat arrays" in Ada.
5540
5541         * integrate.c (expand_inline_function): Don't inline if would
5542         lose /u on a BLKmode TARGET.
5543
5544 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
5545
5546         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
5547         extracted from dbxout_type.
5548         (dbxout_range_type): print large bounds in octal format.
5549         (dbxout_type): Replace extracted code by call to
5550         print_int_cst_bounds_in_octal_p.
5551
5552         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
5553         of DW_LANG_Ada83 for Ada units.
5554
5555 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
5556
5557         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
5558         temporary used to round CONST_INT sizes.
5559
5560         * tree.c (int_fits_type_p): Extract generic checks from the case
5561         of constant type bounds. Refine the checks against constant type
5562         bounds to allow for possible decisions against each of these bounds
5563         without requiring both bounds to be constant.
5564         (tree_int_cst_msb): Put back.
5565         * tree.h (tree_int_cst_msb): Likewise.
5566
5567         * global.c (global_conflicts): Prevent allocation of call clobbered
5568         hard regs to pseudos live across abnormal edges, as later passes are
5569         not ready to handle them.
5570
5571         * fold-const.c (fold): Reorder tests for conditional expressions.
5572
5573         * expr.c (highest_pow2_factor): Return unsigned.
5574         * expr.h (offset_address): Likewise.
5575         * emit-rtl.c (offset_address): POW2 argument now unsigned.
5576
5577 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5578
5579         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
5580         string literals at compile-time.
5581
5582 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5583
5584         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
5585         comparison operation and c1/c2 are floating point constants into
5586         x swap(cmp) (c1 - c2).
5587
5588 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
5589
5590         * genautomata.c (output_translate_vect): Fix a typo in loop
5591         condition.
5592
5593 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5594
5595         PR target/10377
5596         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
5597         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
5598         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
5599         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
5600         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
5601         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
5602         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
5603         ("*extopqihi_swap_side", "*extopqisi_swap_side")
5604         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
5605         When next to constraint R, replace constraint i with n.
5606
5607 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
5608
5609         PR opt/10024
5610         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
5611
5612 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5613
5614         * doc/contrib.texi (Contributors): Correct my entry.
5615
5616 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5617
5618         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
5619         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
5620         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
5621         implies DECL_BUILT_IN to simplify logic.
5622         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
5623
5624 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5625
5626         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
5627         (BT_FN_PTR_SIZE_SIZE): Likewise.
5628         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
5629         New built-in functions for malloc, calloc and strdup respectively.
5630         * calls.c (special_function_p): No need to handle malloc-like
5631         functions any longer.  ECF_MALLOC is set via built-in attributes.
5632
5633         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
5634
5635         * doc/extend.texi: Document these new built-in functions.
5636
5637 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5638
5639         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
5640         (expand_builtin_stpcpy): New.
5641         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
5642         * builtins.def: Add mempcpy & stpcpy support.
5643         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
5644
5645 2003-04-13  Nick Clifton  <nickc@redhat.com>
5646
5647         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
5648         "GCC".
5649         * config/rs6000/40x.md, config/rs6000/603.md,
5650         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
5651         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
5652         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
5653         config/rs6000/aix43.h, config/rs6000/aix51.h,
5654         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
5655         config/rs6000/altivec.h, config/rs6000/altivec.md,
5656         config/rs6000/beos.h, config/rs6000/darwin.h,
5657         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
5658         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
5659         config/rs6000/freebsd.h, config/rs6000/gnu.h,
5660         config/rs6000/host-darwin.c, config/rs6000/linux.h,
5661         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
5662         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
5663         config/rs6000/netbsd.h, config/rs6000/power4.md,
5664         config/rs6000/rios1.md, config/rs6000/rios2.md,
5665         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
5666         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
5667         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
5668         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
5669         config/rs6000/spe.md, config/rs6000/sysv4.h,
5670         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
5671         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
5672
5673 2003-04-13  Nick Clifton  <nickc@redhat.com>
5674
5675         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
5676         support for -mcall-aix switch.
5677         * config/rs6000/eabiaix.h: Delete.
5678         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
5679         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
5680         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
5681         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
5682         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
5683         debug_stack_info, output_function_profiler,
5684         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
5685         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
5686         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
5687         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
5688         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
5689         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
5690         multilibs.
5691         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
5692         (MULTILIB_EXCEPTIONS): Delete.
5693         (MULTILIB_MATCHES): Remove mcall-aix matches.
5694
5695         * doc/fragments.texi: Replace -mcall-aix example with an ARM
5696         one.
5697         * doc/install.texi: Delete powerpc-*-eabiaix target.
5698         * doc/invoke.texi: Remove documentation of mcall-aix switch.
5699         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
5700         * config.gcc: Delete powerpc-*-eabiaix target.
5701
5702 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
5703
5704         * doc/invoke.texi: Fix typos.
5705         * doc/tm.texi: Likewise.
5706
5707 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
5708
5709         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
5710
5711 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
5712
5713         * tree.c (build_constructor): New function.
5714         * tree.h: Prototype it.
5715
5716         * c-typeck.c (build_c_cast, pop_init_level)
5717         * profile.c (build_function_info_value, build_gcov_info_value)
5718         (create_profiler):
5719         Use build_constructor.
5720
5721         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
5722
5723         * objc/objc-act.c (build_constructor):
5724         Rename objc_build_constructor. Use build_constructor.
5725         (build_objc_string_object, objc_add_static_instance)
5726         (init_def_list, init_objc_symtab, init_module_descriptor)
5727         (generate_static_references, build_selector_translation_table)
5728         (build_descriptor_table_initializer, generate_descriptor_table)
5729         (build_protocol_initializer, build_ivar_list_initializer)
5730         (generate_ivars_list, build_dispatch_table_initializer)
5731         (generate_dispatch_table, generate_protocol_list)
5732         (build_category_initializer, build_shared_structure_initializer):
5733         Update to match.
5734
5735 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
5736
5737         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
5738
5739 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5740
5741         * config/m68hc11/m68hc11-protos.h
5742         (m68hc11_eq_compare_operator): Declare
5743         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
5744         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
5745         (d_register_operand): Check the operand mode.
5746         (hard_addr_reg_operand): Likewise.
5747
5748 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5749
5750         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
5751         pattern for dbcc/ibcc generation for 68HC12.
5752         ("doloop_end"): New pattern.
5753         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
5754         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
5755         ("m68hc12_dbcc_dec_qi"): New pattern.
5756         ("m68hc12_dbcc_inc_qi"): New pattern.
5757         (split): Add split for the above when we can't use dbcc/ibcc due to
5758         reloading.
5759         (peephole2): Add peephole2 to generate the above when possible.
5760
5761 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5762
5763         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
5764         mode of operand 0.
5765         (peephole2 optimize const load): Likewise for operand 2.
5766         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
5767         clobbers CC_REGNUM.
5768         ("*rotrhi3_with_carry"): Likewise.
5769         (ashift:DI 1 split): Update pattern to create the above rotate.
5770         (lshiftrt:DI 1 split): Likewise.
5771
5772 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5773
5774         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
5775         ("tstqi_z_used" split): Use it.
5776         ("cmphi_z_used"): Likewise.
5777         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
5778         ("cmpqi_z_used"): Likewise.
5779
5780 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5781
5782         PR c++/7910
5783         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
5784
5785 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
5786
5787         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
5788         * configure, config.in: Regenerate.
5789         * intl.c (gcc_gettext_width): New function.
5790         * intl.h: Prototype it.
5791
5792 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5793
5794         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
5795         recognize -mnorelax.
5796         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
5797         (REG_CLASS_NAMES): Add its name.
5798         (REG_CLASS_CONTENTS): Define its content.
5799
5800 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
5801
5802         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
5803         parameters so that offsets are valid for far definition.
5804         (__mulsi3): Likewise and use ret to return.
5805         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
5806
5807 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
5808
5809         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
5810
5811 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
5812
5813         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
5814         containing a libgcc.a, move lib* to the corresponding stage dir.
5815
5816         * Makefile.in (stage1-start, stage2-start, stage3-start,
5817         stage4-start): Move $(SPECS) to specs in stage dir.
5818         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
5819         back as $(SPECS).
5820
5821         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
5822         object files from the non-libgcc/ multilib directories as well.
5823
5824 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
5825
5826         * profile.c (read_counts_file): Initialise 'checksum'.
5827
5828         * emit-rtl.c (gen_rtx): Really correct typo.
5829
5830         PR c++/9393
5831         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
5832         * configure.in: Check for gettimeofday.
5833         * tree.c (flag_random_seed): Define.
5834         (default_flag_random_seed): New.
5835         (append_random_chars): Use flag_random_seed rather than trying
5836         to acquire randomness here.
5837         * tree.h (default_flag_random_seed): Declare.
5838         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
5839         descriptions.
5840         (decode_f_option): Handle -frandom-seed.
5841         (print_switch_values): Call default_flag_random_seed.
5842         * flags.h (flag_random_seed): Declare.
5843         * configure: Regenerate.
5844         * config.in: Regenerate.
5845         * config/alpha/t-crtfm: Use -frandom-seed.
5846
5847         * doc/extend.texi (Empty Structures): New.
5848
5849         * c-pch.c: Include flags.h.  Add comments to routines.
5850         (struct c_pch_validity): New.
5851         (get_ident): Update PCH file version number.
5852         (pch_init): Output current debugging type.
5853         (c_common_valid_pch): Check debugging type.
5854         * Makefile.in (c-pch.o): Update dependencies.
5855         * flags.h (debug_type_names): Declare.
5856         * toplev.c (debug_type_names): Move out of decode_g_option.
5857
5858 2003-04-11  Eric Christopher  <echristo@redhat.com>
5859
5860         * emit-rtl.c (gen_rtx): Fix typos.
5861
5862 2003-04-11  Richard Henderson  <rth@redhat.com>
5863
5864         * emit-rtl.c (gen_rtx): Zero '0' fields.
5865
5866 2003-04-11  Richard Henderson  <rth@redhat.com>
5867
5868         PR c++/10202
5869         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
5870         not COMPLETE_TYPE_P for re-invoking layout_decl.
5871
5872 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
5873
5874         * doc/bugreport.texi: Fix paragraph breaking between sections
5875         in preparation for TeXinfo's paragraph indentation fixes.
5876         * doc/extend.texi: Ditto.
5877         * doc/invoke.texi: Ditto.
5878         * doc/objc.texi: Ditto.
5879         * doc/gcov.texi: Wrap 'gcov' in @command{}.
5880         * doc/invoke.texi (Darwin Options): Add a preamble.
5881
5882 2003-04-11  Richard Henderson  <rth@redhat.com>
5883
5884         * config/i386/i386.c (tls_model_chars): Remove.
5885         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
5886         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
5887         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
5888         (tls_symbolic_operand_1): Likewise.
5889         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
5890         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
5891         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
5892         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
5893         bits "copied from i386.h" with default_encode_section_info.
5894
5895 2003-04-11  Richard Henderson  <rth@redhat.com>
5896
5897         * rtl.def (SYMBOL_REF): Add two 0 fields.
5898         * gengtype.c (adjust_field_rtx_def): Handle them.
5899         * print-rtl.c (print_rtx): Print them.
5900         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
5901         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
5902         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
5903         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
5904         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
5905         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
5906         (SYMBOL_FLAG_MACH_DEP): New.
5907         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
5908         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
5909         (assemble_static_space): Set SYMBOL_REF_FLAGS.
5910         (assemble_trampoline_template): Likewise.
5911         (output_constant_def, force_const_mem): Likewise.
5912         (default_encode_section_info): New.
5913         * output.h: Declare it.
5914         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
5915
5916 2003-04-11  Richard Henderson  <rth@redhat.com>
5917
5918         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
5919         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
5920         * optabs.c (init_optabs): Initialize them.
5921         (init_libfuncs): Use init_one_libfunc.
5922         * calls.c (expand_call): Use gcov_flush_libfunc.
5923         * expr.c (store_constructor): Use setbits_libfunc.
5924         * function.c (expand_main_function): Use init_one_libfunc.
5925         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
5926
5927 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
5928
5929         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
5930         documentation; add DECL_FRIEND_CONTEXT.
5931
5932 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5933
5934         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
5935         notes on linker selection and configuration for 64-bit HP-UX port.
5936         * doc/invoke.texi (hppa): Remove hppa text from description for
5937         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
5938         and -threads options.
5939
5940         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
5941         libc.a on libdld.sl when -static is specified and -nolibdld is not
5942         specified.
5943         * pa64-hpux.h (LIB_SPEC): Likewise.
5944         * pa-hpux11.h (LIB_SPEC): Likewise.
5945         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
5946         is not specified.
5947
5948 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
5949
5950         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
5951         not IDENTIFIER_LOCAL_VALUE.
5952
5953 2003-04-11  Richard Henderson  <rth@redhat.com>
5954
5955         PR c/10201
5956         * expr.c (expand_expr): Move DECL_RTL frobbing ...
5957         * stor-layout.c (layout_decl): ... here.
5958
5959 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
5960
5961         * doc/invoke.texi: Eliminate extra white-space caused by
5962         @gccoptlist{ on its own line.
5963         * doc/invoke.texi: Ensured there are two spaces between each option.
5964         * doc/invoke.texi: Re-wrapped option lines that were too wide.
5965         Added @gol to options that didn't have them.
5966
5967 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
5968
5969         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
5970         gcov-iov.h.
5971
5972         Simplify interface to gcov reading and writing.
5973         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
5974         gcov_alloc, gcov_modified, gcov_errored): Move into ...
5975         (struct gcov_var gcov_var): ... this static structure.
5976         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
5977         Return void.
5978         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
5979         read object.
5980         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
5981         (gcov_reserve_length): Remove.
5982         (gcov_write_tag): New.
5983         (gcov_write_length): Adjust.
5984         (gcov_read_summary, gcov_write_summary): Adjust.
5985         (gcov_eof, gcov_ok): Rename to ...
5986         (gcov_is_eof, gcov_is_error): ... here. Return error code.
5987         (gcov_save_position, gcov_resync): Rename to ...
5988         (gcov_position, gcov_seek): ... here.
5989         (gcov_skip, gcov_skip_string): Remove.
5990         (gcov_error): Remove.
5991         (gcov_open, gcov_close): Adjust.
5992         * gcov.c (find_source): Take const char *, copy it on allocation.
5993         (read_graph_file): Adjust.
5994         (read_count_file): Adjust.
5995         * libgcov.c (gcov_exit): Adjust.
5996         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
5997         tag_arc_counts, tag_summary): Return void. Adjust.
5998         (struct tag_format): Adjust proc member.
5999         (dump_file): Adjust gcov calls.
6000
6001 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
6002
6003         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
6004         mkfixinc.sh.
6005         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
6006         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
6007         build != host sysrooted builds.
6008         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
6009         TARGET_SYSTEM_ROOT even on sysrooted natives.
6010         * configure: Rebuilt.
6011
6012 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6013
6014         * c-decl.c (struct binding_level): Add shadowed_tags and
6015         function_body; remove this_block, tag_transparent, and
6016         subblocks_tag_transparent; update comments.
6017         (clear_binding_level, lookup_tag_reverse): Kill.
6018         (make_binding_level): Use ggc_alloc_cleared or memset.
6019         (lookup_tag): Remove struct binding_level* parameter.  All
6020         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
6021         current_binding_level->tags if asked for thislevel_only or if
6022         we might have to diagnose "struct foo; union foo;"
6023         (pushlevel): Ignore argument.  Do not push another binding
6024         level on the transition from the parameters to the top level
6025         of the function body; just tweak the flags and proceed.
6026         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
6027         a function body, separate the parameter list from the
6028         top-level local variables.
6029         (set_block): Do nothing.
6030         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
6031         shadowed_tags if necessary.
6032         (warn_if_shadowing): Nuke the special case for local shadowing
6033         parameter.
6034         (pushdecl): Do not create a shadow entry if we are replacing
6035         an older decl in the same binding level.
6036         (pushdecl_function_level): Tweak for new way of indicating
6037         function scope.
6038         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
6039         (start_function): Don't set subblocks_tag_transparent.
6040         (finish_function): Fix up the binding_level stack for totally
6041         empty functions.  Otherwise, don't call poplevel.
6042
6043         * c-common.c (shadow_warning): MANDATORY argument is no longer
6044         necessary.  Always use plain warning.
6045         * c-common.h: Update to match.
6046
6047         * cfglayout.c (scope_to_insns_initialize): Clear block when we
6048         hit the FUNCTION_DECL.
6049         * function.c: Do not create cyclic tree structure.
6050
6051 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6052
6053         * c-tree.h (struct lang_identifier): Replace global_value,
6054         local_value members with symbol_value, tag_value.  Kill
6055         implicit_decl and limbo_value.
6056         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
6057         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
6058         C_MISSING_PROTOTYPE_WARNED): Kill.
6059         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
6060         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
6061         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
6062         (implicit_decl_warning, lookup_name_current_level,
6063         record_function_scope_shadow): Don't prototype.
6064         (pushdecl_function_level): Prototype.
6065
6066         * c-decl.c (truly_local_externals): New variable.
6067         (struct binding_level): Adjust commentary.
6068         (get_function_binding_level, clear_limbo_values,
6069         record_function_scope_shadow): Kill.
6070         (lookup_name_current_level, implicit_decl_warning): Are now static.
6071         (any_external_decl, record_external_decl): New static functions.
6072         (clone_underlying type): Split out of pushdecl.
6073         (c_print_identifier): Update to match changes to struct
6074         lang_identifier.
6075         (poplevel): Delete #if 0 block.  Make externals invisible
6076         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
6077         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
6078         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
6079         (duplicate-decls): For real parm decl after a forward decl,
6080         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
6081         foo(...) { } with only a warning.  Say whether a previous
6082         declaration was implicit.
6083         (warn_if_shadowing): Now handles all shadowing, not just
6084         local-over-local.  Clarify comments.
6085         (pushdecl): Rewritten.  There is no longer a distinction
6086         between global and local symbol values; they're all
6087         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
6088         DECL_EXTERNAL decls, and use any_external_decl to check
6089         against previous externals.  Kill #if 0 blocks.  Don't
6090         tolerate error_mark_node being NULL.
6091         (pushdecl_top_level): Handle only those cases which
6092         Objective C (the only user) needs.
6093         (pushdecl_function_level): New function.
6094         (implicitly_declare): Create ordinary decls with
6095         C_DECL_IMPLICIT set.  Recycle old decls, however they got
6096         created.
6097         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
6098         for C_DECL_INVISIBLE symbols.
6099         (lookup_name_current_level): Likewise.  Use chain_member.
6100         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
6101         Use pushdecl_function_level.
6102         (builtin_function): Use C_DECL_INVISIBLE.
6103         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
6104         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
6105         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
6106         (identifier_global_value): Same.  Must scan
6107         global_binding_level in extremis.
6108
6109         * c-typeck.c (undeclared_variable): New static function, split
6110         from build_external_ref.
6111         (build_external_ref): Use DECL_CONTEXT, not
6112         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
6113         an instance variable.  Restructure for clarity.
6114         * objc/objc-act.c: Use identifier_global_value, not
6115         IDENTIFIER_GLOBAL_VALUE.
6116
6117 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
6118
6119         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
6120         not Working Paper.
6121         * doc/invoke.texi (C++ Dialect Options): Same.
6122
6123 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6124
6125         * tree.c (tree_operand_check_failed): New function.
6126         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
6127         TREE_RTL_OPERAND_CHECK): New checking macros.
6128         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
6129         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
6130         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
6131         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
6132         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
6133         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
6134         checking macros.
6135
6136 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
6137
6138         PR inline-asm/8803
6139         * function.c (instantate_virtual_regs):  Verify that all ASM statements
6140         match after the virutal regs instantiation.
6141
6142 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
6143
6144         * ia64-protos.h (addp4_optimize_ok): New.
6145         * ia64.c (addp4_optimize_ok): New.
6146         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
6147         (*ptr_extend_plus_2): Ditto.
6148
6149 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
6150
6151         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
6152         not with convert_memory_address.
6153         (store_constructor): Ditto, and same for copy_size_rtx.
6154         (expand_expr): Ditto.
6155
6156 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
6157
6158         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
6159
6160 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
6161
6162         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
6163         even if it is configured to be write-through.
6164
6165 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
6166
6167         * config/s390/s390.c (larl_operand): Do not allow symbols
6168         marked with '@'.
6169         (s390_encode_section_info): Mark symbols with forced 1-byte
6170         alignment with '@'.
6171         (s390_strip_name_encoding): Strip '@'.
6172         (legitimize_pic_address): Handle symbols that are not valid
6173         LARL operands in 64-bit mode.
6174
6175 2003-04-10  Andrew Haley  <aph@redhat.com>
6176
6177         * tree-inline.c (inlinable_function_p): Disable inlining for
6178         synchronized methods.
6179
6180 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
6181
6182         * c-common.h (lang_statement_code_p): Remove declaration.
6183         (statement_code_p): Ditto.
6184         (c_common_stmt_codes): Define; list of c-common statement codes.
6185         (statement_code_p): New extern declaration.
6186         (STATEMENT_CODE_P): Define.
6187         (INIT_STATEMENT_CODES): Define.
6188         * c-common.c (statement_code_p): Kill the function, declare
6189         as an array of bools instead.
6190         (lang_statement_code_p): Remove.
6191         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
6192         (c_safe_from_p): Ditto.
6193         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
6194         to initialize the statement_code_p array.
6195         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
6196         statement_code_p.
6197         (copy_tree_r): Ditto.
6198         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
6199         statement tree codes.
6200         * cp/lex.c (cxx_init): Add missing print line break.  Use
6201         INIT_STATEMENT_CODES to initialize the statement_code_p array.
6202         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
6203         instead of statement_code_p.
6204         * cp/pt.c (tsubst_expr): Ditto.
6205         * cp/tree.c (verify_stmt_tree_r): Ditto.
6206         (cp_statement_code_p): Remove.
6207         (init_tree): Don't set lang_statement_code_p, it's gone.
6208
6209 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6210             Zack Weinberg  <zack@codesourcery.com>
6211
6212         * regrename.c (struct du_chain): Use a bitfield for reg_class.
6213         * cse.c (struct qty_table_elem, struct table_elt, struct set):
6214         Use bitfields for fields holding enum rtx_code or
6215         enum machine_mode values.  Add comments explaining size choices.
6216
6217 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
6218
6219         * config/fp-bit.c (unpack_d): Handle pair of doubles with
6220         different signs correctly.
6221
6222 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
6223
6224         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
6225         (reg_pending_barrier): Make it of the enumeration type.
6226         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
6227         TRUE_BARRIER.
6228         (sched_analyze): Ditto.
6229         (sched_analyze_insn): Ditto.  Use anti-dependencies for
6230         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
6231         (init_deps_global): Initialize the barrier as NO_BARRIER.
6232
6233 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
6234
6235         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
6236         Check that asm insn starts on a new cycle.  Add nops after asm
6237         insn to end bundle.
6238         (bundling): Move insn type evaluation from the loop.  Call
6239         issue_nops_and_insn with the new parameter.  Ignore changing
6240         position for nops after asm insn.
6241
6242 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
6243
6244         * optabs.c: Comment that gen_add2_insn and others may actually
6245         return emitted insns, if the gen functions turn out to return
6246         emitted insns.
6247         * reload1.c (reload_cse_move2add): Cope with emitted insns from
6248         gen_add2_insn.
6249
6250 2003-04-09  Richard Henderson  <rth@redhat.com>
6251
6252         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
6253         but not tls_symbolic_operand.
6254         (ia64_expand_load_address): Remove scratch operand.
6255         (ia64_expand_tls_address): Split out from ia64_expand_move.
6256         (ia64_expand_move): Split symbolics only after reload.
6257         (ia64_emit_cond_move): New.
6258         * config/ia64/ia64-protos.h: Update.
6259         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
6260         (symbolic splitter): Accept SImode operands too.
6261         (cmove splitter): Use ia64_emit_cond_move.
6262
6263 2003-04-09  Nick Clifton  <nickc@redhat.com>
6264
6265         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
6266         newer.
6267         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
6268         instead of -mno-fpu.
6269         * config/arm/semi.h (ASM_SPEC): Likewise.
6270         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
6271         but only if -msoft-float is specified pass.  Otherwise pass
6272         -mfpu=softvfp.
6273
6274 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6275
6276         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
6277         free_EXPR_LIST_node.
6278
6279 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6280
6281         * fold-const.c (fold):  Use "fold" following build in more places.
6282         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
6283         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
6284
6285 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6286
6287         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
6288         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
6289         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
6290         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
6291         Delete function scope "fcode" variable to avoid shadowing.
6292
6293 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
6294
6295         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
6296         Take into account DWARF_INITIAL_LENGTH_SIZE.
6297
6298 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
6299
6300         * reorg.c (fill_slots_from_thread): When considering changing the
6301         insn following a reg-to-reg copy insn to use the source reg of the
6302         copy, bail out if there's overlap between the registers.
6303
6304 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6305
6306         * function.c (postponed_insns): New.
6307         (purge_addressof_1): Postpone processing of insns if addressofs
6308         are not put into stack.
6309         (purge_addressof): Process postponed insns.
6310
6311 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
6312
6313         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
6314         this is FP_MODE_DOUBLE .
6315         * sh.c (ra.h): #include.
6316         (push_regs): Add second parameter.  Changed all callers.
6317         If necessary, set fpscr before saving floating point registers.
6318         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
6319         do saves / restores with SZ == 1.
6320         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
6321         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
6322         registers are being restored, restore FPSCR only after restoring them.
6323
6324 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
6325
6326         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
6327         regardless of architecture.
6328         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
6329
6330 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
6331
6332         * sh.c (push_regs, calc_live_regs): Return int.  Take single
6333         HARD_REG_SET * parameter.  Changed all callers.
6334
6335 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
6336
6337         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
6338         GOTOFF operand.
6339         (legitimize_pic_address): Move plus outside the unspec.
6340         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
6341         for validity.
6342
6343 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
6344
6345         * gcov-io.h (gcov_save_position): Remove __inline__ from
6346         declaration.
6347
6348 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
6349
6350         * doc/install.texi: Use @command and @samp for single- and
6351         multi-word commands respectively.
6352         * doc/makefile.texi: Likewise.
6353         * doc/sourcebuild.texi: Likewise.
6354
6355 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6356             Richard Henderson  <rth@redhat.com>
6357
6358         PR c/9516
6359         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
6360         favour of looping and tail recursion for TREE_LIST and binops.
6361
6362 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6363
6364         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
6365         for insns without luid.
6366
6367 2003-04-07  Glen Nakamura  <glen@imodulo.com>
6368
6369         PR opt/8634
6370         * explow.c (maybe_set_unchanging): Don't flag non-static const
6371         aggregate type initializers with RTX_UNCHANGING_P.
6372
6373 2003-04-07  Richard Henderson  <rth@redhat.com>
6374
6375         PR opt/8634
6376         * function.c (purge_addressof_1): Don't try arithmetics for
6377         unchanging memories.
6378
6379 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
6380
6381         * doc/sourcebuild.texi (Test Suites): Document testing support for
6382         gcov and profile-directed optimizations; describe gcc.misc-tests.
6383
6384 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
6385
6386         PR target/10077
6387         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
6388
6389 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6390
6391         * doc/rtl.texi (Comparison operations): Update to
6392         record the allowed comparison modes.
6393
6394 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
6395
6396         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
6397         V2SI_type_node to opaque_V2SI_type_node.  Rename all
6398         V2SF_type_node to opaque_V2SF_type_node.
6399         (rs6000_init_builtins): Define opaque_V2SI_type_node and
6400         opaque_V2SF_type_node.
6401         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
6402         opaque_V2SF_type_node are opaque types.
6403
6404 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6405
6406         * gcse.c (replace_store_insn): Use single_set.
6407
6408 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
6409
6410         Change gcov file interface to single file at a time.
6411         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
6412         Convert to C89 prototypes.
6413         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
6414         gcov_error, gcov_modified): New static variables.
6415         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
6416         functions.
6417         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
6418         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
6419         (gcov_read_summary, gcov_write_summary): Adjust.
6420         (gcov_save_position, gcov_reserve_length, gcov_write_length):
6421         Adjust.
6422         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
6423         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
6424         (da_file_position, da_file_seek, da_file_write, da_file_read):
6425         Remove.
6426         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
6427         * gcov.c (gcov_type): Don't typedef here.
6428         (IN_GCOV): #define
6429         (read_graph_file, read_count_file): Adjust.
6430         * gcov-dump.c (gcov_type): Don't typedef here.
6431         (IN_GCOV): #define.
6432         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
6433         Remove FILE parameter, adjust.
6434         (struct tag_format): Adjust proc member.
6435         (dump_file): Adjust.
6436         * libgcov.c (IN_LIBGCOV): #define.
6437         (gcov_exit): Adjust.
6438         * loop-init.c: Don't #include gcov-io.h
6439         * profile.c (struct counts_entry): New structure to hold counter
6440         values.
6441         (struct section_reference, struct da_index_entry): Remove.
6442         (bbg_file, da_file): Remove.
6443         (htab_counts_index_hash, htab_counts_index_eq,
6444         htab_counts_index_del): Replace with ...
6445         (htab_counts_entry_hash, htab_counts_entry_eq,
6446         htab_counts_entry_del): ... these.
6447         (cleanup_counts_index, index_counts_file): Remove.
6448         (read_counts_file): New function.
6449         (get_exec_counts): Adjust.
6450         (compute_branch_probabilities): Don't free the exec counts here.
6451         (branch_prob): Adjust.
6452         (init_branch_prob): Adjust.
6453         (end_branch_prob): Adjust.
6454
6455 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
6456
6457         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6458         -mfloat-gprs.
6459
6460         * config/rs6000/rs6000.c: Delete rs6000_fprs.
6461         Declare rs6000_float_gprs.
6462         Declare rs6000_float_gprs_string.
6463         (rs6000_parse_float_gprs_option): New.
6464         (rs6000_override_options): Genericize rs6000_parse_* calls to use
6465         rs6000_parse_yes_no_option.
6466         Change check for cpu=8540, to use TARGET_E500.
6467         (rs6000_parse_isel_option): Delete.
6468         (rs6000_parse_spe_option): Delete.
6469         (rs6000_parse_vrsave_option): Delete.
6470
6471         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
6472         Define rs6000_float_gprs_string.
6473         (TARGET_OPTIONS): Add rs6000_float_gprs option.
6474
6475         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
6476
6477         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
6478
6479 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
6480
6481         PR opt/10024
6482         * cfglayout.c (cfg_layout_redirect_edge):
6483         Redirect any branch edges unified with the fallthru one.
6484         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
6485         case fallthru edges when called via cfglayout.c
6486
6487 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6488
6489         * c-typeck.c (output_init_element): Check for type == error_mark_node.
6490
6491 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
6492
6493         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
6494         split.
6495         (a splitter): Do zero-extension via HImode.
6496
6497 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
6498
6499         * doc/invoke.texi: Eliminate extra white-space caused by
6500         @gccoptlist{ on its own line.
6501         * doc/invoke.texi: Ensured there are two spaces between each option.
6502         * doc/invoke.texi: Re-wrapped option lines that were too wide.
6503         Added @gol to options that didn't have them.
6504
6505 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
6506
6507         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
6508
6509 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
6510
6511         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
6512         at the sizes of the relevant structures, rather than relying
6513         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
6514         sizes of any such we don't know about.  Use
6515         lang_hooks.identifier_size for IDENTIFIER_NODE.
6516
6517         (initializer_zerop): Use CONSTRUCTOR_ELTS.
6518         * tree.def: Update commentary.  Make fourth element of
6519         the definition for all 'c' and 'x' nodes zero.
6520
6521         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
6522         * langhooks-def.h: Update to match.
6523         * langhooks.c: New default, lhd_tree_size.
6524
6525         * c-common.def (SRCLOC): Kill.
6526         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
6527         Remove entirely - was already #if-ed out.
6528
6529
6530 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
6531
6532         * mklibgcc.in: Use a here document to avoid running afoul of
6533         shells that generate control-A from "echo \1".
6534
6535 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
6536
6537         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
6538         option.
6539
6540         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
6541         rs6000_spe.
6542
6543         * config/rs6000/eabi.h (TARGET_E500): Define.
6544
6545         * config/rs6000/rs6000.h (TARGET_E500): Define.
6546         (TARGET_OPTIONS): Add spe= option.
6547         Declare rs6000_spe and rs6000_spe_string extern.
6548
6549         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
6550         Change TARGET_SPE to TARGET_E500.
6551         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
6552         !TARGET_FPRS.
6553         (print_operand): Same.
6554         (rs6000_generate_compare): Same.
6555         (output_cbranch): Same.
6556         (rs6000_spe): Declare.
6557         (rs6000_spe_string): Declare.
6558         (rs6000_override_options): Call rs6000_parse_spe_option.
6559         (rs6000_parse_spe_option): New.
6560
6561 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
6562
6563         * hashtable.c (gcc_obstack_init): Delete this function
6564         and everything related to it.
6565         * hashtable.h: Remove prototype.
6566         * bitmap.c (bitmap_element_allocate): Cleanup redundant
6567         defines.  Cleanup some unnecessary whitespace.
6568         * defaults.h (obstack_chunk_alloc): Redefine with
6569         appropriate casts for libiberty obstacks.
6570         (obstack_chunk_free): Ditto.
6571         (OBSTACK_CHUNK_SIZE): Define, default to 0.
6572         (gcc_obstack_init): Define as a call to _obstack_begin.
6573         * tree.c (print_obstack_statistics): Delete this unused
6574         function.
6575         * tree.h (obstack): Don't forward-declare.
6576         (print_obstack_statistics): Delete prototype.
6577         (print_obstack_name): Ditto.
6578         (gcc_obstack_init): Ditto.
6579         * rtl.h (gcc_obstack_init): Ditto.
6580         * java/jv-scan.c (gcc_obstack_init): Delete this
6581         function, its prototype and related defines.
6582         * java/jvgenmain.c (gcc_obstack_init): Delete this
6583         function, and related defines.
6584         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
6585         (obstack_chunk_free): Ditto
6586
6587 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
6588
6589         * dbxout.c (dbxout_handle_pch): Move prototype out from
6590         #if defined DBX_DEBUGGING_INFO.
6591
6592 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
6593
6594         * gcov.c (struct arc_info): Replace local_span with cycle.
6595         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
6596         (solve_flow_graph): Set is_call_return.
6597         (add_line_counts): Adjust. In block mode, blocks attach to last line.
6598         (accumulate_line_counts): Find graph cycles, not spanning tree.
6599         (output_branch_count): Adjust.
6600         (output_lines): Adjust.
6601         * doc/gcov.texi: Update.
6602
6603 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
6604
6605         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
6606         the second alternative to "#".
6607
6608 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
6609
6610         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
6611         (single_zero_operand): Likewise.
6612
6613 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
6614
6615         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
6616         * df.c: Include alloc-pool.h, not obstack.h.
6617         (df_ref_obstack): Remove.
6618         (df_ref_pool, df_link_pool): Add pools.
6619         (df_alloc): Init the new pools.
6620         (df_free): And free them.
6621         (df_link_create): Use the pools.
6622         (df_ref_create): Ditto.
6623
6624 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
6625
6626         * simplify-rtx.c: Fix formatting.
6627
6628 2003-04-05  Andrew Pinski  <apinski@apple.com>
6629
6630         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
6631         reg with reg1 == reg2 and offset1 = -8.
6632
6633 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
6634
6635         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
6636         multiply costs.  Correct Power4 divide costs.
6637         * config/rs6000/power4.md: Restore multiply and FP latency.
6638
6639 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6640
6641         * alias.c (find_base_term): Export.
6642         * rtl.h (find_base_term): Declare.
6643         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
6644         instead of flag_exceptions.  Move test for parameter passing ...
6645         (store_killed_in_insn): ... here.
6646
6647 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6648
6649         PR bootstrap/10267
6650         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
6651         for configuring.
6652
6653 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
6654
6655         * dbxout.c (scope_labelno): Add GTY.
6656         (have_used_extensions): Add GTY.
6657         (source_label_number): Add GTY.
6658         (lastfile): Add GTY.
6659         (lastfile_is_base): New.
6660         (base_input_file): New.
6661         (dbxout_handle_pch): New.
6662         (dbx_debug_hooks): Add handle_pch.
6663         (xcoff_debug_hooks): Likewise.
6664         (dbxout_function_end): Remove scope_labelno.
6665         (dbxout_init): Set base_input_file.
6666         (dbxout_handle_pch): New.
6667         (dbxout_source_file): Honour lastfile_is_base.
6668         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
6669         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
6670         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
6671         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
6672         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
6673         * debug.h (struct gcc_debug_hooks): Add handle_pch.
6674         * c-pch.c (pch_init): Don't call start_source_file, but do call
6675         handle_pch.
6676         (c_common_write_pch): Call handle_pch.
6677         (c_common_read_pch): Don't call start_source_file,
6678         or end_source_file.
6679
6680 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
6681
6682         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
6683         use of default attributes to agree MEM_ALIGN macro.
6684
6685 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
6686
6687         * dbxout.c (dbxout_type): When printing type index of range type
6688         whose bounds are printed in octal format, print type of parent type if
6689         it exists so enumerated type descriptions are not transformed
6690         into unsigned types.
6691
6692 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
6693
6694         * config/h8300/h8300-protos.h: Add a prototype for
6695         compute_a_shift_cc.
6696         * config/h8300/h8300.c (shift_one): Update the CC status.
6697         (shift_two): Likewise.
6698         (output_a_shift_cc): Set cc_inline and cc_special.
6699         (compute_a_shift_cc): New.
6700         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
6701
6702 2003-04-04  Richard Henderson  <rth@redhat.com>
6703
6704         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
6705
6706 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
6707
6708         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
6709         * fixinc/fixincl.x: Rebuilt.
6710         * fixinc/tests/base/stdio.h: Regenerated.
6711
6712 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
6713
6714         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
6715
6716 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
6717
6718         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
6719         (NORMAL_MODE).
6720         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
6721
6722 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6723
6724         * doc/contrib.texi (Contributors): Add entries for Wolfgang
6725         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
6726         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
6727         Danny Smith, and Ulrich Weigand.
6728         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
6729         entry.
6730
6731 2003-04-04  Nick Clifton  <nickc@redhat.com>
6732
6733         * config/sparc/sol2-bi.h: Revert previous delta.
6734         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
6735
6736 2003-04-04  Nick Clifton  <nickc@redhat.com>
6737
6738         * config/v850/v850.c (expand_prologue): Only use register save
6739         helper functions if long calls are not being used.
6740         Add a clobber of r11 id using long calls.
6741         (pattern_is_ok_for_prologue): Account for the extra clobber.
6742         (construct_save_jarl): Likewise.
6743         * config/v850/v850.md (prolog pattern): Do not use this pattern
6744         for v850e's.
6745
6746 2003-04-04  Andreas Schwab  <schwab@suse.de>
6747
6748         * stor-layout.c (layout_decl): Avoid syntax error in last change
6749         when PCC_BITFIELD_TYPE_MATTERS is defined but not
6750         EMPTY_FIELD_BOUNDARY.
6751
6752 2003-04-03  Jason Merrill  <jason@redhat.com>
6753
6754         PR c/10175
6755         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
6756         Look backwards for a line note.
6757
6758 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
6759
6760         * fix-header.c (read_scan_file): Defer switch processing.
6761
6762 2003-04-03  Matt Austern  <austern@apple.com>
6763
6764         * cpppch.c (reset_ht): Remove.
6765         (cpp_read_state): Remove loop to reset hashtable identifiers.
6766         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
6767         after pch file is written.
6768         * ggc.h (gt_pch_fixup_stringpool): Declare.
6769         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
6770         hashnode's value to another hashtable, then clear the original.
6771         (saved_ident_hash): Define.
6772         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
6773         store definitions in ident_hash, and clear ident_hash.
6774         (gt_pch_fixup_stringpool): Define.  Restore definitions from
6775         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
6776
6777 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
6778
6779         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
6780
6781 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6782
6783         PR optimization/10157
6784         * gcse.c (can_copy_p): Rename it to can_copy.
6785         (can_copy_init_p): Remove.
6786         (compute_can_copy): Use can_copy instead of can_copy_p.
6787         (can_copy_p): New exported function. Call compute_can_copy.
6788         (hash_scan_set): Use it.
6789         (gcse_main): Don't call compute_can_copy.
6790         (bypass_jumps): Don't call compute_can_copy.
6791         * rtl.h (can_copy_p): Declare.
6792         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
6793         copy if the mode doesn't support copy operations.
6794
6795 2003-04-03  Jason Merrill  <jason@redhat.com>
6796
6797         * Makefile.in (unstrap): Also remove stage_last.
6798
6799         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
6800         (dwarf2out_source_line): Don't do anything if line==0.
6801
6802         * stor-layout.c (do_type_align): New fn, split out from...
6803         (layout_decl): ...here.  Do all alignment calculations for
6804         FIELD_DECLs here.
6805         (update_alignment_for_field): Not here.
6806         (start_record_layout, debug_rli): Remove unpadded_align.
6807         * tree.h (struct record_layout_info_s): Remove unpadded_align.
6808         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
6809         or DECL_MODE on the CONST_DECLs.
6810         (finish_struct): Don't mess with DECL_ALIGN.
6811
6812 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
6813
6814         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
6815
6816 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
6817
6818         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
6819         function is an interrupt handler.
6820
6821         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
6822         restoring target registers with EH_RETURN_STACKADJ_RTX; use
6823         multiple registers in round-robin fashion.
6824
6825 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6826
6827         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
6828         * system.h (CHAR_BITFIELD): New.
6829
6830 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
6831
6832         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
6833         and LE.
6834         (another peephole2): Likewise.
6835
6836 2003-04-03  Nick Clifton  <nickc@redhat.com>
6837
6838         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
6839         (DEF_ARCH64_SPEC): Likewise.
6840
6841 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
6842
6843         * i386.c (constant_address_p): Use legitimate_constant_p.
6844         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
6845
6846 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
6847
6848         * config/h8300/h8300-protos.h: Add a prototype for
6849         gtle_operator.
6850         * config/h8300/h8300.c (gtle_operator): New.
6851         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
6852         gtle_operator.
6853         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
6854         and LE.
6855
6856 2003-04-02  Richard Henderson  <rth@redhat.com>
6857
6858         * libgcc-std.ver (_Unwind_GetCFA): New.
6859         * unwind-dw2.c (_Unwind_GetCFA): New.
6860         * unwind-libunwind.c (_Unwind_GetCFA): New.
6861         * unwind-sjlj.c (_Unwind_GetCFA): New.
6862         * unwind.h: Declare it.
6863
6864 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6865
6866         PR inline-asm/8088
6867         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
6868         when MMX/SSE is not available.
6869
6870 2003-04-02  Mike Stump  <mrs@apple.com>
6871
6872         * doc/install.texi (Specific): Update pointers to apple.com.
6873
6874 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
6875
6876         * i386.c (override_options):  Disable red zone by default on i386.
6877         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
6878         Do not test TARGET_64BIT together with TARGET_RED_ZONE
6879
6880 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
6881
6882         * config/h8300/h8300.md (a peephole2): Tighten the condition.
6883
6884 2003-04-02  Richard Henderson  <rth@redhat.com>
6885
6886         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
6887
6888 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
6889
6890         * config/h8300/h8300.md (a peephole2): New.
6891
6892 2003-04-02  Richard Henderson  <rth@redhat.com>
6893
6894         * except.c (sjlj_find_directly_reachable_regions): Recognize when
6895         must-not-throw region has been deleted.
6896
6897 2003-04-02  Richard Henderson  <rth@redhat.com>
6898
6899         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
6900         optimization when flag_exceptions not enabled.
6901
6902 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
6903
6904         * config/rs6000/rs6000.c
6905         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
6906         macros.
6907         (rs6000_issue_rate): Add case for 8540.
6908         (rs6000_use_sched_lookahead): New function.
6909
6910         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
6911         units into MU ones.
6912         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
6913         reservation before retirement.
6914         (ppc8540_multiply, ppc8540_load, ppc8540_store,
6915         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
6916         Remove additional cycle in the reservation before retirement.
6917         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
6918         reservation of ppc8540_issue.
6919
6920 2003-04-02  Andreas Schwab  <schwab@suse.de>
6921
6922         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
6923
6924 2003-04-01  Richard Henderson  <rth@redhat.com>
6925
6926         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
6927         notes for nothrow calls if flag_forced_unwind_exceptions.
6928         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
6929         (sjlj_find_directly_reachable_regions): Likewise.
6930         (reachable_handlers): Likewise.
6931         (can_throw_external): Likewise.
6932         (collect_one_action_chain): Record cleanups after catch-all and
6933         must-not-throw if flag_forced_unwind_exceptions.
6934         * flags.h (flag_forced_unwind_exceptions): Declare.
6935         * toplev.c (flag_forced_unwind_exceptions): New.
6936         (lang_independent_options): Add it.
6937         * doc/invoke.text: Add it.
6938
6939 2003-04-01  David Mosberger <davidm@hpl.hp.com>
6940
6941         * config/ia64/crti.asm: Clean up trailing whitespace.
6942         Remove trailing hashes (#) from identifiers.
6943
6944         * config/ia64/crtn.asm: Ditto.
6945
6946         * config/ia64/crtend.asm: Remove trailing hashes (#) from
6947         identifiers.
6948         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
6949         directives.  Drop explicit bundling---it just makes the code
6950         harder to read.  Don't save/restore gp needlessly.
6951
6952         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
6953         identifiers (they're only needed if the identifier would clash
6954         with a register name otherwise).
6955         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
6956         directives.  Drop explicit bundling---it just makes the code
6957         harder to read.
6958         (__do_jv_register_classes): Ditto.
6959         (.fini_array): Remove "progbits" (newer
6960         assemblers don't like wrong section-types).
6961         (.init_array): Ditto.
6962
6963 2003-04-01  Roger Sayle  <roger@eyesopen.com>
6964
6965         PR fortran/9974
6966         * gcse.c (reg_killed_on_edge): New function to test whether the
6967         given reg is overwritten by any instruction queued on an edge.
6968         (bypass_block): Ignore substitutions killed on incoming edges.
6969         Don't bypass outgoing edges that have queued instructions.
6970
6971 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
6972
6973         * real.h (EXP_BITS): Make room for...
6974         (struct real_value): ... added canonical bit.
6975         (struct real_format): Added pnan.
6976         (mips_single_format, mips_double_format, mips_extended_format,
6977         mips_quad_format): New.
6978         * real.c: Copy p to pnan in all formats.
6979         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
6980         (real_nan): Use pnan to compute significand's shift.
6981         (real_identical): Disregard significand in canonical
6982         NaNs.
6983         (real_hash): Likewise.  Take signalling into account.
6984         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
6985         Disregard significand bits in canonical NaNs.  Set all bits of
6986         canonical NaN if !qnan_msb_set.
6987         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
6988         qnan_msb_set to tell the base double format.
6989         (ibm_extended_format): Use 53 as pnan.
6990         (mips_single_format, mips_double_format, mips_extended_format,
6991         mips_quad_format): Copied from the corresponding ieee/ibm
6992         formats, with qnan_msb_set false.
6993         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
6994         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
6995         * config/mips/mips.c (override_options): Use mips_single_format
6996         and mips_double_format.  Default TFmode to mips_quad_format.
6997         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
6998         * config/mips/t-irix6: Likewise.
6999         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
7000         * config/fp-bit.c (pack_d, unpack_d): Obey it.
7001
7002 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
7003
7004         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
7005         (live_image_destructor): Reset image to initial state.
7006         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
7007
7008 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7009
7010         * config/sparc/sparc.c (input_operand): Accept bare
7011         CONSTANT_P_RTX operands.
7012
7013 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7014
7015         * gcse.c (struct ls_expr): Added pattern_regs field.
7016         (ldst_entry): Initialize it.
7017         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
7018         (store_ops_ok): Use regs precomputed by them.
7019         (find_loads, store_killed_in_insn, load_kills_store): Change return
7020         type to bool.
7021         (store_killed_before, store_killed_after): Take position of register
7022         set in account.
7023         (reg_set_info): Store position of the setter.
7024         (gcse_main): Enable store motion.
7025         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
7026         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
7027         sharing.
7028         (simple_mem): Enable store motion of non-symbol mems.
7029         (regvec): Type changed.
7030         (LAST_AVAIL_CHECK_FAILURE): New.
7031         (compute_store_table_current_insn): New.
7032         (build_store_vectors): Computation of availability and anticipatability
7033         moved ...
7034         (compute_store_table, find_moveable_store): ... here.
7035         (delete_store): Remove senseless comment.
7036         (store_motion): Reorganize.
7037
7038 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
7039
7040         * config/mips/mips.c (override_options): Provide mappings for
7041         HI_REGNUM and LO_REGNUM.
7042         * config/mips/mips.h (MD_DBX_FIRST): Define.
7043
7044 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7045
7046         * combine.c (merge_outer_ops): Fix typo.
7047
7048         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
7049
7050 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
7051
7052         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
7053         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
7054         imul_compare.  Add lmul_compare.
7055         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
7056         in second pair of dispatch slots.  Model stores more accurately.
7057         Tweak multiply model.  Add bypasses for CR instructions dependent
7058         on complicated compares.
7059         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
7060         (muldi3): Add lmul_compare patterns.
7061         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
7062         and FPSTORE_UX to split instructions and add COMPARE,
7063         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
7064         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
7065         (rs6000_rtx_costs): Separate POWER4 multiply case.
7066
7067 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
7068
7069         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
7070         Do nothing if __builtin_return_address was not used.
7071
7072 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
7073
7074         * i386.md (test patterns):  Allow memory operand in operand1.
7075
7076 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
7077
7078         * testsuite/gcc.c-torture/execute/simd-3.c: New.
7079
7080         * expr.c (expand_expr): Handle VECTOR_CST.
7081         (const_vector_from_tree): New.
7082
7083         * varasm.c (output_constant): Handle VECTOR_CST.
7084
7085         * c-typeck.c (digest_init): Build a vector constant from a
7086         VECTOR_TYPE.
7087
7088         * config/rs6000/rs6000.c: Remove prototype for
7089         easy_vector_constant.
7090         (easy_vector_constant): Add mode parameter.  Rewrite to handle
7091         more easy constants.
7092         (rs6000_emit_move): Pass mode to easy_vector_constant.
7093         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
7094         (emit_easy_vector_insn): New.
7095         (easy_vector_same): New.
7096         (EASY_VECTOR_15): New macro.
7097         (EASY_VECTOR_15_ADD_SELF): New macro.
7098         (bdesc_2arg): Rename to xorv2si3.
7099         (easy_vector_constant_add_self): New.
7100         (input_operand): Allow vector constants.
7101
7102         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
7103         easy_vector_constant, easy_vector_constant_add_self.
7104         (EXTRA_CONSTRAINT): Add 'W'.
7105
7106         * config/rs6000/rs6000-protos.h: Add prototype for
7107         easy_vector_constant, emit_easy_vector_insn.
7108
7109         * config/rs6000/altivec.md (xorv8hi3): New.
7110         (xorv16qi3): New.
7111         Remove all _const0 patterns.
7112         (movv4si_internal): Rewrite to use code.  Add vector constant to
7113         vector alternative.  Add splitter.
7114         (movv8hi_internal): Same.
7115         (movv16qi_internal): Same.
7116         (movv4sf_internal): Same.
7117         Change the unspecs for vspltis* to use constants.
7118
7119         * config/rs6000/spe.md ("xorv4hi3"): New.
7120         ("spe_evxor"): Rename to xorv2si3.
7121         ("xorv1di3"): New.
7122         Remove all _const0 patterns.
7123         (movv2si_internal): Rewrite to use code.  Add vector constant to
7124         alternatives.  Add splitter.
7125         (movv4hi_internal): Add vector constant to alternatives.
7126         (movv1di_internal): Same.
7127         (movv2sf_internal): Same.
7128
7129 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
7130
7131         PR c/9936
7132         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
7133         variably-sized arrays in parameters.
7134         (set_save_expr_context): New function.
7135         (c_expand_body): Use it, via walk_tree.
7136
7137 2003-03-31  Eric Christopher  <echristo@redhat.com>
7138
7139         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
7140         (combinable_i3pat): Remove call to expand_field_assignment and
7141         #if 0'd code.
7142
7143 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
7144
7145         PR c++/10278
7146         * c-common.c (finish_label_address_expr): Handle the
7147         error_mark_node.
7148
7149 2003-03-31  Richard Henderson  <rth@redhat.com>
7150
7151         * real.c (real_identical): Reorg so as to not compare
7152         signalling for normals.
7153
7154 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
7155
7156         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
7157
7158 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
7159
7160         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
7161         notes as they are boggus.
7162         (m68hc11_gen_movqi): Likewise.
7163
7164 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
7165
7166         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
7167         save the soft registers after the frame pointer so that gdb can unwind
7168         the frame more easily.
7169         (expand_epilogue): Likewise in opposite order; allow to use X register
7170         as scratch if the return value is by reference.
7171
7172 2003-03-31  Jason Merrill  <jason@redhat.com>
7173
7174         PR java/10145
7175         * stor-layout.c (update_alignment_for_field): Respect
7176         DECL_USER_ALIGN for zero-length bitfields, too.
7177         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
7178         fields.
7179
7180 2003-03-31  Matt Austern  <austern@apple.com>
7181
7182         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
7183         (count_defs): Keep track of number of defs as well as total size.
7184         (write_defs): Put every definition in cpp_savedstate's defs array.
7185         (comp_hashnode): Define.  Comparison function for qsort.
7186         (cpp_write_pch_deps): Sort definitions before writing them.
7187         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
7188         (collect_ht_nodes): Define.
7189         (cpp_valid_state): When verifying that undefined identifiers in
7190         the pch file are still undefined, read a sorted list of undefined
7191         identifiers, collect all defined identifiers into a sorted list,
7192         and walk through both lists to make sure there's no match.
7193
7194 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
7195
7196         * config/h8300/h8300.md (a peephole2): New.
7197
7198 2003-03-31  Michael Matz  <matz@suse.de>
7199
7200         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
7201
7202 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
7203
7204         PR target/10177
7205         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
7206         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
7207         all call-clobbered registers as used.
7208
7209 2003-03-31  Michael Matz  <matz@suse.de>
7210
7211         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
7212         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
7213
7214 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
7215
7216         * gcov.c: Add -a & -u options.
7217         (struct arc_info): Add local_span, is_call_non_return,
7218         is_nonlocal_return, is_unconditional flags, remove is_call flag.
7219         (struct block_info): Add flags, is_call_site, is_nonlocal_return
7220         members. Make encodings a union with span member.
7221         (struct function_info): Add blocks_executed, line, src, line_next
7222         members.
7223         (struct coverage_info): Make branches a union with blocks member.
7224         (struct source_info): Add functions member.
7225         (object_summary, program_count): New global variables.
7226         (flag_all_blocks, flag_unconditional): New flags.
7227         (find_source, output_branch_count): New functions.
7228         (print_usage): Adjust.
7229         (options): Adjust.
7230         (process_args): Adjust.
7231         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
7232         <GCOV_TAG_BLOCKS>: Read flags.
7233         <GCOV_TAG_LINES>: Adjust.
7234         (read_count_file): Process SUMMARY tags.
7235         (solve_flow_graph): Set is_unconditional and clear is_call_site
7236         appropriately.
7237         (add_branch_counts): Adjust. Don't count unconditional branches.
7238         (add_line_counts): Deal with all-blocks mode, accumulate block
7239         coverage.
7240         (accumulate_line_counts): Adjust, generate local spanning tree for
7241         all-blocks mode.
7242         (output_lines): Adjust.
7243         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
7244         * doc/gcov.texi: Document.
7245
7246 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
7247
7248         * config/h8300/h8300.md: Organize peephole2's that transform
7249         (compare (reg:HI) (const_int)).
7250
7251 2003-03-31  Roger Sayle  <roger@eyesopen.com>
7252
7253         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
7254         (init_emit_once): Initialize dconstm2 and dconsthalf here.
7255         * real.h (dconstm2, dconsthalf): Add prototypes here.
7256         * real.c (real_sqrt): Use dconsthalf rather than local copy.
7257         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
7258         exp(x/2.0) remember to fold the division if possible.
7259         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
7260         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
7261         1.0/(x*x) and pow(x,0.5) as sqrt(x).
7262
7263 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
7264
7265         * config/h8300/h8300.md (a new peephole2): New.
7266
7267 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
7268
7269         * gcse.c (simple_mem): Return false for floating-point accesses
7270         if flag_float_store is true.
7271
7272 2003-03-30  Roger Sayle  <roger@eyesopen.com>
7273
7274         * gcse.c (gcse_constant_p): New function to identify constants
7275         suitable for constant propagation, including COMPARE with two
7276         integer constant arguments.
7277         (hash_scan_set): Use gcse_constant_p.
7278         (find_avail_set): Likewise.
7279         (cprop_insn): Likewise.
7280         (do_local_cprop): Likewise.
7281         (find_implicit_sets): Likewise.
7282         (find_bypass_set): Likewise.
7283
7284 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
7285
7286         * except.h: Remove definition of varray_type.
7287
7288 2003-03-30  Richard Henderson  <rth@redhat.com>
7289
7290         PR opt/10011, opt/10252:
7291         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
7292         before post-gcse cse pass.
7293
7294 2003-03-30  Roger Sayle  <roger@eyesopen.com>
7295
7296         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
7297
7298 2003-03-30  DJ Delorie  <dj@redhat.com>
7299
7300         * profile.c (instrument_edges): Make sure any newly created
7301         jump insns have correct jump label info.
7302
7303 2003-03-30  Richard Henderson  <rth@redhat.com>
7304
7305         * cfgbuild.c (make_edges): Use tablejump_p.
7306         * cfgcleanup.c (label_is_jump_target_p): Likewise.
7307         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
7308         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
7309         (try_redirect_by_replacing_jump): Likewise.
7310         (redirect_edge_and_branch): Likewise.
7311         * cse.c (fold_rtx): Likewise.
7312         * jump.c (delete_related_insns): Likewise.
7313         * rtlanal.c (get_jump_table_offset): Likewise.
7314         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
7315
7316 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7317
7318         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
7319         (STRICT2_WARN): Likewise.
7320
7321 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7322
7323         PR other/6955
7324         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
7325         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
7326
7327 2003-03-30  Richard Henderson  <rth@redhat.com>
7328
7329         PR c/10083
7330         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
7331         don't zero_extend const inputs.
7332
7333 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
7334
7335         * reload1.c (reload_cse_move2add): Fix a comment typo.
7336
7337 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
7338
7339         * config/h8300/h8300.md (a peephole2): Remove useless code.
7340
7341 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
7342
7343         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
7344         (*iorsi3_and_lshiftrt): Likewise.
7345         (*iorsi3_zero_extract): Likewise.
7346
7347 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
7348
7349         * config/h8300/h8300.md (*insv_si_8_8): New.
7350         (*insv_si_8_8_lshiftrt_8): Likewise.
7351         (a peephole2): Likewise.
7352
7353 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7354
7355         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
7356         Uniformly use bugfix instead of bug fix.
7357
7358 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7359
7360         PR doc/895
7361         * ONEWS: Remove those items that already appear in the EGCS
7362         release notes on our web pages.
7363
7364 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
7365
7366         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
7367         TARGET_HARD_FLOAT.  Reformat.
7368         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
7369
7370 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
7371
7372         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
7373         work on Solaris 2.5.1.
7374
7375 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
7376
7377         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
7378         section of h8300.md
7379         (*addsi3_and_nor_r_1): Likewise.
7380
7381 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7382
7383         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
7384         set up before any trapping memory access if flag_non_call_exceptions.
7385
7386 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
7387
7388         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
7389
7390         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
7391
7392 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7393
7394         * configure.in: Clarify comments.
7395         * configure: Regenerate.
7396
7397 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
7398
7399         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
7400         label even if pool empty when generating PIC.
7401         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
7402
7403 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
7404             Dhananjay Deshpande  <dhananjayd@kpit.com>
7405
7406         PR target/10205
7407         * config/h8300/h8300.c (h8300_initial_elimination_offset):
7408         Correct the offset computation when TARGET_NORMAL.
7409
7410 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7411
7412         PR target/10067
7413         * config/sparc/sparc.md (jump pattern): Correct order
7414         when issuing the annuling marker.
7415
7416 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7417
7418         PR c/8281
7419         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
7420         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
7421
7422 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
7423
7424         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
7425         globalize_label.
7426         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7427         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7428         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7429         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7430         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7431         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7432         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
7433
7434 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
7435
7436         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
7437         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
7438         notes after hoisting.
7439         (load_mems): Adjust replace_loop_mems call.
7440
7441 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7442             Richard Henderson  <rth@redhat.com>
7443
7444         PR target/10114 and PR target/10084
7445         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
7446
7447 2003-03-27  Richard Henderson  <rth@redhat.com>
7448
7449         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
7450
7451 2003-03-27  Roger Sayle  <roger@eyesopen.com>
7452
7453         * fold-const.c (fold_inf_compare):  New function to simplify FP
7454         comparisons against +Infinity or -Infinity.
7455         (fold):  Optimize floating point comparisons against Infs and NaNs.
7456
7457 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
7458
7459         * libgcov.c: Provide only dummy functions if libc is not available.
7460
7461 2003-03-27  Richard Henderson  <rth@redhat.com>
7462
7463         * real.h (struct real_value): Add signalling.
7464         (EXP_BITS): Decrement.
7465         * real.c (get_canonical_qnan): Don't set MSB-1.
7466         (get_canonical_snan): Likewise.  Set signalling.
7467         (real_identical): Compare signalling.
7468         (round_for_format): Remove force-one-bit on code.
7469         (real_nan): Likewise.  Set signalling.
7470         (encode_ieee_single): Add force-one-bit code; honor signalling.
7471         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
7472         (decode_ieee_single): Set signalling.
7473         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
7474
7475 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
7476
7477         PR ada/9953
7478         * ada/Makefile.in (gnatlib configuration for HPUX): Split
7479         the general section for HPUX into specific sections for
7480         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
7481         11 case.
7482
7483 2003-03-27  Glen Nakamura  <glen@imodulo.com>
7484
7485         PR opt/10087
7486         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
7487         while incrementing giv.
7488         (record_biv): Check for duplicate biv locations and
7489         set (struct induction *) v->same if found.
7490
7491 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
7492
7493         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
7494         v0.9 API change: replace read of UNW_REG_HANDLER with
7495         unw_get_proc_info().
7496         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
7497         with unw_get_proc_info().
7498         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
7499         unw_get_proc_info().
7500
7501 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
7502
7503         * config/rs6000/8540.md: Use presence_set instead of absence_set.
7504
7505 2003-03-26  Richard Henderson  <rth@redhat.com>
7506
7507         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
7508
7509 2003-03-26  Roger Sayle  <roger@eyesopen.com>
7510
7511         PR bootstrap/10051, PR bootstrap/10169.
7512         * mips-tfile.c (init_file): Don't provide a static initializer.
7513         (initialize_init_file): Initialize the contents of init_file.
7514         (add_file): Call initialize_init_file if not already initialized.
7515
7516 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7517
7518         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
7519         registers used for global asm variables.
7520         (s390_frame_info, s390_arg_frame_offset): Likewise.
7521         (s390_emit_prologue, s390_emit_epilogue): Likewise.
7522
7523 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
7524
7525         * config/rs6000/8540.md: New file.
7526
7527         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
7528         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
7529         reservations for imul.
7530
7531         * config/rs6000/rs6000.md: Include 8540.md.  Change
7532         delayed_compare onto mult_compare for insns generating
7533         multiplication.
7534         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
7535         New type attribute values.
7536
7537         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
7538         fpsimple instead of fp.
7539         (*divsf3_gpr): Use type vecfdiv instead of fp.
7540         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
7541         instead of vecfloat.
7542         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
7543         (spe_brinc): Use type brinc instead of veccomplex.
7544         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
7545         veccomplex.
7546         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
7547         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
7548         *movv2sf_internal): Define type attribute values for all
7549         alternatives.
7550         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
7551         of fpcompare.
7552         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
7553         instead of fpcompare.
7554
7555 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
7556
7557         * config/rs6000/power4.md: Allow delay between dispatch and
7558         function units for simple instructions.  Correct store units.
7559         Allow branch to occupy as many dispatch slots as necessary.
7560
7561 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
7562
7563         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
7564         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
7565         zero extend old to it.
7566         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
7567         operand.
7568
7569 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7570
7571         PR target/7784
7572         * reload.c (find_reloads_address): Handle
7573         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
7574         all base registers.
7575
7576 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
7577
7578         PR other/10203
7579         * version.c: Reference the GCC web site in the URL.
7580
7581 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
7582
7583         * c-incpath.c (add_standard_paths): Add both "translated" and
7584         non-translated header paths.
7585
7586 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
7587
7588         * doc/install.texi (*-*-freebsd*): Update with known status.
7589
7590 2003-03-21  Jason Merrill  <jason@redhat.com>
7591
7592         PR optimization/10171
7593         * unroll.c (unroll_loop): Don't delete the jump at the end unless
7594         we also delete a jump at the beginning.
7595
7596 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
7597
7598         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
7599         contributor.
7600
7601 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
7602
7603         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
7604         constants are not expensive.
7605
7606 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
7607
7608         PR opt/10056
7609         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
7610         jump jumping to the next instruction.
7611         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
7612
7613 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7614
7615         * doc/passes.texi (Passes): Properly document that we do not
7616         perform jump2 any longer; remove command-line option -dJ.
7617
7618 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7619
7620         PR optimization/8746
7621         * config/i386/i386.md (and promoting splitters): Disable HImode to
7622         SImode promoting when the sign bit matters and is not preserved, or
7623         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
7624         for size.
7625
7626 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
7627
7628         * config/h8300/h8300.md (a peephole2): Extend to support loads
7629         in QImode and HImode.
7630
7631 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
7632
7633         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
7634         _return_far
7635         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
7636         (MULTILIB_EXCEPTIONS): Likewise.
7637         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
7638         by calling some board support routine.
7639         ("call_value"): Likewise.
7640         ("*return_void"): Likewise for return.
7641         ("*return_16bit"): Likewise.
7642         ("*return_32bit"): Likewise.
7643         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
7644         for 68HC11 too.
7645         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
7646         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
7647         -mlong-calls for 68HC11.
7648         * config/m68hc11/larith.asm (declare_near): New macro.
7649         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
7650         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
7651         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
7652         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
7653         (__mulhi32): Likewise.
7654         (ret): Update macro for 68HC11.
7655         (__far_trampoline): Implement for 68HC11.
7656         (__call_a16, __call_a32, __return_void, __return_16): New support
7657         routines for 68HC11 memory bank switching calling support.
7658         (__return_32): Likewise.
7659
7660 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
7661
7662         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
7663
7664 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
7665
7666         * doc/install.texi (Testing): Mention test result links from build
7667         status pages.
7668
7669 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
7670
7671         * function.c (put_var_into_stack): Change bool parameter to int.
7672         (gen_mem_addressof): Likewise.
7673         * rtl.h (gen_mem_addressof): Likewise.
7674         * tree.h (put_var_into_stack): Likewise.
7675         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
7676         gen_mem_addressof or put_var_into_stack.
7677         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
7678         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
7679
7680 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
7681
7682         * config/h8300/h8300.md (a peephole2): New.
7683
7684 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
7685
7686         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
7687
7688 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7689
7690         * doc/contrib.texi (Contributors): Update Janis Johnson.
7691
7692 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7693
7694         PR target/10072
7695         * combine.c (simplify_if_then_else): Check that the mode
7696         has MODE_INT class before applying the (OP Z (mult COND C2))
7697         transformation.
7698
7699 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7700
7701         PR optimization/9414
7702         * config/sparc/sparc.md (widening peepholes): Use
7703         widen_memory_access instead of change_address.
7704
7705 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
7706
7707         PR c++/7086
7708         * c-typeck.c (c_mark_addressable): Adjust calls to
7709         put_var_into_stack.
7710         * expr.c (expand_expr): Likewise.
7711         * function.c (put_var_into_stack): Add rescan parameter.  Do not
7712         call fixup_var_refs when rescan is false.
7713         (gen_mem_addressof): Likewise.
7714         (assign_parms): Adjust calls to put_var_into_stack.
7715         (setjmp_protect): Likewise.
7716         (setjmp_protect_args): Likewise.
7717         * rtl.h (gen_mem_addressof): Change prototype.
7718         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
7719         * tree.h (put_var_into_stack): Change prototype.
7720
7721 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
7722
7723         PR middle-end/9967
7724         * builtins.c (expand_builtin_fputs): When optimizing for size,
7725         don't transform fputs into fwrite.
7726
7727 2003-03-23  Glen Nakamura <glen@imodulo.com>
7728
7729         PR c/8224
7730         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
7731         when signedness changes for division or modulus.
7732
7733 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
7734
7735         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
7736         globalize_label.
7737
7738 2003-03-23  Roger Sayle  <roger@eyesopen.com>
7739
7740         PR c/10178
7741         * stmt.c (expand_end_case_type): Check for overflow in range when
7742         determining whether to use a bit-test implementation.
7743
7744 2003-03-23  Richard Henderson  <rth@redhat.com>
7745
7746         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
7747         before flow2.
7748         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
7749
7750 2003-03-23  Richard Henderson  <rth@redhat.com>
7751
7752         PR opt/10116
7753         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
7754         from then_bb or else_bb after flow2.
7755
7756 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
7757
7758         * configure.in: Check whether it is necessary to link against
7759         libm to use ldexp.
7760         * configure: Regenerate.
7761         * Makefile.in: Add LDEXP_LIB substitution variable.
7762
7763 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
7764
7765         * config/h8300/h8300.md: Fix comment typos.
7766
7767 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7768
7769         * pa.c (output_cbranch): Fix typo in comment.
7770
7771 2003-03-22  Richard Henderson <rth@redhat.com>
7772
7773         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
7774         after reload.
7775
7776 2003-03-22  DJ Delorie  <dj at redhat dot com>,
7777         Bruce Korb  <bkorb at gnu dot org>
7778
7779         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
7780         buggy Solaris 2.6 mutex/cond initializers.
7781         (solaris_mutex_init): Rename to solaris_mutex_init_2.
7782         * fixinc/fixincl.x: Regenerate.
7783         * fixinc/tests/base/pthread.h: Update.
7784         * fixinc/fixincl.c(initialize): be explicit about the default case
7785         and indicate verbose level when being very, very verbose.
7786         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
7787
7788 2003-03-22  Andreas Jaeger  <aj@suse.de>
7789
7790         * config/i386/i386.c (ix86_init_machine_status): Return value.
7791
7792 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7793
7794         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
7795         conditional branch to the following instruction.  Use next_real_insn
7796         instead of next_active_insn.
7797         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
7798         instead of next_active_insn.
7799
7800 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7801
7802         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
7803         instead of 'm' constraint in forced-split alternatives.
7804         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
7805         VALIDATE_ADDRESS parameter to operand_subword.
7806
7807 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
7808
7809         * config/h8300/h8300.c (notice_update_cc): Correctly handle
7810         the case where the set destination is STRICT_LOW_PART.
7811
7812 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
7813
7814         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
7815         c30 instead of a c40 processor.
7816
7817 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
7818
7819         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
7820
7821 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
7822
7823         * c-common.c: Include intl.h.
7824         (shadow_warning): Rewrite to allow better diagnostic translations.
7825         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
7826         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
7827         use it throughout.
7828         * Makefile.in (c-common.o): Add intl.h.
7829
7830 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7831
7832         * config.gcc: Remove 'float_format'.
7833
7834         * fixproto: Define NULL and size_t in generated stdlib.h and
7835         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
7836         Rearrange file generation loop for readability.  Generate time.h,
7837         string.h if missing.
7838         * tsystem.h: Include <string.h>, <time.h> unconditionally.
7839         * config.gcc: Blow away POSIX defines.
7840
7841 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
7842
7843         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
7844
7845 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
7846
7847         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
7848         writing .interrupt command.
7849         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
7850         if it's a far or near function.
7851         ("call_value"): Likewise.
7852         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
7853         near attributes.
7854         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
7855         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
7856         (m68hc11_initial_elimination_offset): Set current_function_far
7857         according to attributes.
7858         (expand_prologue): Likewise.
7859         (trap_handler_symbol): New global to keep track of trap handlers.
7860         (m68hc11_encode_section_info): Mark symbol as far if needed; set
7861         trap symbol.
7862         (m68hc11_is_far_symbol): New function.
7863         (m68hc11_is_trap_symbol): New function.
7864         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
7865         (m68hc11_is_trap_symbol): Declare.
7866
7867 2003-03-21  Jan Hubicka  <jh@suse.cz>
7868
7869         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
7870         only when amount of saved regs changed.
7871         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
7872         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
7873
7874 2003-03-21  Jan Hubicka  <jh@suse.cz>
7875
7876         PR inline-asm/7916
7877         * function.c (instantiate_virtual_regs_lossage): New function.
7878         (instantiate_virtual_regs_1): Use it.
7879         (instantiate_virtual_regs): Do not continue in substition when insn has
7880         been deleted.
7881
7882 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
7883
7884         * combine.c (make_field_assignment): Fix a warning.
7885
7886 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
7887
7888         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
7889
7890 2003-03-21  Dale Johannesen  <dalej@apple.com>
7891
7892         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
7893         priority for R2 on Darwin.
7894         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
7895
7896 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
7897
7898         * combine.c (make_field_assignment): Remove unnecessary AND
7899         when storing into zero_extract.
7900
7901 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
7902
7903         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
7904         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
7905         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
7906         in comment.
7907
7908 2003-03-21  DJ Delorie  <dj@redhat.com>
7909
7910         * optabs.c (init_integral_libfuncs): Make sure we init at least up
7911         to "long long" size words.
7912
7913 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
7914
7915         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
7916         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
7917         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
7918
7919 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7920
7921         PR doc-bug/9813
7922         * doc/extend.texi: Move misplaced paragraph about underscores in
7923         variables in macros.
7924
7925 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7926             Richard Henderson  <rth@redhat.com>
7927
7928         PR optimization/8366
7929         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
7930         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
7931         PIC+SYMBOLIC_CONST in other modes than Pmode.
7932         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
7933         the form PIC+SYMBOLIC_CONST as mode dependent.
7934
7935 2003-03-21  DJ Delorie  <dj@redhat.com>
7936
7937         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
7938         sure we always emit at least one insn.
7939
7940 2003-03-21  Christopher Faylor  <cgf@redhat.com>
7941
7942         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
7943         stub t-cygming. Use common target header cygming.h. Add extra
7944         c_target_obj and cxx_target_obj file. Default cygwin to posix
7945         threading. Enforce i386 as float format.
7946         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
7947         Remove cygwin.h as target header. Use common target header
7948         cygming.h  Enforce i386 as float format. Correct typo.
7949         * config/i386/cygming.h: New file, containing definitions
7950         common to mingw32 and cygwin.
7951         * config/i386/cygwin.h: Remove definitions common to cygwin and
7952         mingw.  Simplify special spec logic.  Define "wrappers" around
7953         certain include path defines to accommodate -mno-cygwin.
7954         Remove some #if 0'ed code.
7955         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
7956         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
7957         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
7958         * config/i386/mingw32.h: Remove definitions common to cygwin and
7959         mingw.
7960         (EXTRA_OS_CPP_BUILTINS): Adjust.
7961         (TARGET_VERSION): Define.
7962         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
7963         mingw32.h definitions.
7964         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
7965         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
7966         Add compilation rules for cygwin1.o cygwin2.o.
7967         * config/i386/cygwin1.c: New file.
7968         * config/i386/cygwin2.c: New file.
7969         * config/i386/t-cygming: New makefile stub.
7970
7971 2003-03-20  Richard Henderson  <rth@redhat.com>
7972
7973         * fold-const.c (extract_muldiv_1): Revert changing order of
7974         operands in case MULT_EXPR of 2003-02-16 patch.
7975
7976 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
7977         Merge changes from new-regalloc-branch
7978
7979         From Michael Matz  <matz@suse.de>
7980         * df.c (df_ref_record_1): Move init of loc to safe point.
7981         Only recurse on interesting things in parallels.
7982         Handle CLASS_CANNOT_CHANGE_MODE smarter.
7983         (df_uses_record): Ditto.
7984
7985         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
7986         it's already okay to use memory operands in (IE doesn't require
7987         adding another insn or anything).
7988
7989 2003-03-20  Richard Henderson  <rth@redhat.com>
7990
7991         PR middle-end/6348
7992         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
7993         different from word_mode.
7994
7995 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
7996
7997         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
7998         source operand to those that can be extracted with bld.
7999
8000 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
8001
8002         PR 10066
8003         * arm.md (UNSPEC_PIC_BASE): New constant.
8004         (pic_add_dot_plus_four): Wrap with unspec.
8005         (pic_add_dot_plus_eight): Likewise.
8006
8007 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
8008
8009         * config/h8300/h8300.md (*insv_si_1_n): New.
8010         (*insv_si_1_n_lshiftrt): Likewise.
8011
8012 2003-03-20  Roger Sayle  <roger@eyesopen.com>
8013
8014         * fold-const.c (fold_mathfn_compare): New function to simplify
8015         comparisons against built-in math functions.  Fold comparisons
8016         of sqrt against constants.
8017         (fold): Call fold_mathfn_compare when appropriate.
8018
8019 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
8020
8021         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
8022         information.
8023
8024 2003-03-20  Per Bothner  <pbothner@apple.com>
8025
8026         Various cleanups to help compile server.
8027
8028         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
8029         and pass that to _cpp_init_hashtable.
8030         (cpp_read_main_file):  Drop hash_table* argument; don't call
8031         _cpp_init_hashtable.
8032         * cpplib.h:  Update declarations to match.
8033         * c-opts.c (c_common_init_options):  Pass ident_hash to
8034         cpp_create_reader.
8035         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
8036         * fix-header.c (read_scan_file):  Likewise pass NULL table to
8037         cpp_create_reader rather than cpp_read_main_file.
8038
8039         * cppfiles.c (cpp_rename_file):  Generalized and renamed
8040         to cpp_change_file.
8041         * cpplib.h:  Update declaration to match.
8042         * c-opts.c (push_command_line_line, finish_options):  Change
8043         cpp_rename_file calls to cpp_change_file.
8044
8045         * line-map.c (add_line_map):  Allow leaving the outermost file.
8046         Allowing entering an outermost-file after the initial time.
8047
8048         * toplev.c (pop_srcloc):  Allow popping from initial file.
8049
8050 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
8051
8052         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
8053
8054 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
8055
8056         * config/h8300/h8300.md (a peephole2): New.
8057
8058 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
8059
8060         * config/h8300/h8300.md (*addsi3_and_r_1): New.
8061         (*addsi3_and_not_r_1): Likewise.
8062
8063 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
8064
8065         * Makefile.in (STRICT2_WARN): Add @WERROR@.
8066         (GCC_WARN_CFLAGS): Remove $(WERROR).
8067         (fixinc.sh-warn): New.
8068         * ada/Make-lang.in (ada-warn): Add $(WERROR).
8069         * cp/Make-lang.in (cp-warn): Add $(WERROR).
8070         * f/Make-lang.in (f-warn): Add $(WERROR).
8071         * java/Make-lang.in (java-warn): Add $(WERROR).
8072         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
8073
8074 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8075
8076         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
8077         langhooks-def.h (lhd_tree_dump_dump_tree),
8078         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
8079         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
8080         true and false in return statements.
8081
8082 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
8083
8084         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
8085         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
8086         DWARF_INITIAL_LENGTH_SIZE.
8087         (output_compilation_unit_header, output_pubnames, output_aranges)
8088         (output_line_info): Output 0xffffffff escape value for 64-bit
8089         DWARF extension.
8090         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
8091
8092 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
8093
8094         * config/s390/s390.c (s390_preferred_reload_class): Do not
8095         force constants to the pool unless necessary.
8096         (s390_decompose_address): Prefer to use pointer as base,
8097         not index register.
8098         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
8099         Q alternative.
8100         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
8101         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
8102         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
8103         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
8104         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
8105
8106 2003-03-19  Jan Hubicka  <jh@suse.cz>
8107
8108         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
8109         * i386.c (use_fast_prologue_epilogue): Remove.
8110         (ix86_frame): New field save_regs-using_mov;
8111         (ix86_compute_frame_layout):  Decide on fast prologues;
8112         allocate saved registers in red zone.
8113         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
8114
8115 2003-03-19  Nick Clifton  <nickc@redhat.com>
8116
8117         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
8118
8119 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8120
8121         PR 10062
8122         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
8123         * pa-protos.h (output_lbranch): New prototype.
8124         * pa.c (compute_frame_size): Change size of the frame marker on the
8125         64-bit ports to 48 bytes.
8126         (pa_output_function_prologue): Document why SAVE_SP is set.
8127         (hppa_expand_prologue): Save previous stack pointer into frame marker
8128         on targets which use the hpux unwind library.
8129         (output_cbranch): Use output_lbranch.
8130         (output_lbranch): New function to output long unconditional branches.
8131         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
8132         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
8133         64-bit ports.
8134         * pa.md (jump): Use output_lbranch.
8135         (allocate_stack): New expander for dynamic stack allocation.
8136
8137 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
8138
8139         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
8140         when debugging on XCOFF targets.  Delete "abi" temp.
8141
8142         PR target/10073
8143         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
8144
8145 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
8146
8147         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
8148         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
8149         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
8150
8151         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
8152         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
8153         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
8154
8155 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
8156
8157         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
8158         the result of machopic_function_base_name.
8159         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
8160         string rather than a static array.
8161
8162         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
8163
8164         * gengtype.c: Include rtl.h.
8165         (enum rtx_code): Don't define.
8166         (rtx_format): Make declaration match rtl.h.
8167         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
8168         users.
8169         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
8170         * Makefile.in (gengtype.o): Update dependencies.
8171
8172 2003-03-18  Andreas Schwab  <schwab@suse.de>
8173
8174         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
8175         martin@blom.org.
8176
8177 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
8178
8179         * function.c (next_block_index): Mark with GTY.
8180
8181         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
8182
8183 2003-03-18  Richard Henderson  <rth@redhat.com>
8184
8185         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
8186         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
8187         until after reload.
8188
8189 2003-03-18  Richard Henderson  <rth@redhat.com>
8190
8191         * builtins.c (expand_builtin_unop): New target_mode operand;
8192         use it to convert the result to the correct mode.
8193         (expand_builtin): Update all callers.
8194
8195 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
8196
8197         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
8198
8199 2003-03-18  Jan Hubicka  <jh@suse.cz>
8200
8201         * i386.md:  Fix previous commit that mistakely applied the patch
8202         twice.
8203
8204         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
8205         canonicalized.
8206         (memrefs_conflict_p): Likewise.
8207         (addr_side_effect_eval): Canonicalize the constructed address.
8208
8209 2003-03-18  Jan Hubicka  <jh@suse.cz>
8210
8211         * i386.md (cvtts?2si peep2): New.
8212
8213 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
8214
8215         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
8216
8217 2003-03-18  Andreas Schwab  <schwab@suse.de>
8218
8219         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
8220         for format.
8221
8222 2003-03-17  Jason Merrill  <jason@redhat.com>
8223
8224         PR c++/10091
8225         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
8226         an unaligned member of TREE_ADDRESSABLE type.
8227
8228 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
8229
8230         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
8231         (TARGET_PROFILE_KERNEL): Define.
8232         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
8233         (PROFILE_BEFORE_PROLOGUE): Don't define.
8234         (PROFILE_KERNEL): Remove hacks.
8235         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
8236         (rs6000_stack_info): No need to save lr if just for profiling when
8237         TARGET_PROFILE_KERNEL.
8238         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
8239         (output_function_profiler): Localize label generation.  Emit code
8240         for kernel profiling.
8241
8242 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
8243
8244         * config/h8300/h8300-protos.h: Add a prototype for
8245         byte_accesses_mergeable_p.
8246         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
8247         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
8248         (a splitter): Likewise.
8249         (*iorsi3_ashift_16_ashift_24): Likewise.
8250         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
8251
8252 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8253
8254         * dwarf2asm.h: Delete obsolete comment.
8255         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
8256         dw2_asm_output_pcrel, dw2_asm_output_addr,
8257         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
8258         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
8259         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
8260         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
8261
8262 2003-03-17  Zack Weinberg <zack@codesourcery.com>
8263
8264         * c-tree.h (struct lang_identifier): Remove error_locus field.
8265         (IDENTIFIER_ERROR_LOCUS): Kill.
8266         (record_function_scope_shadow): New prototype.
8267         * c-typeck.c (build_external_ref): Don't complain if
8268         decl is error_mark_node.  When not at file scope, bind the
8269         decl's local value to error_mark_node to suppress further
8270         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
8271
8272         * c-decl.c (get_function_binding_level): New static function.
8273         (record_function_scope_shadow): New exported function.
8274         (c_make_fname_decl): Use get_function_binding_level.
8275
8276 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
8277
8278         * stmt.c (tail_recursion_args): Call promote_mode to set
8279         unsignedp flag correctly before calling convert_move.
8280
8281 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8282
8283         * loop-unroll.c (decide_peel_completely,
8284         decide_unroll_constant_iterations, decide_unroll_stupid,
8285         decide_unroll_runtime_iterations, decide_peel_simple): Set
8286         loop->has_desc.
8287
8288 2003-03-17  Jan Hubicka  <jh@suse.cz>
8289
8290         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
8291
8292 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8293
8294         * function.c (assign_parms): For a struct value address passed as
8295         first argument, delay the function's result RTL setup code until
8296         after the emission of parameter conversions.
8297
8298 2003-03-17  Dave Love  <fx@gnu.org>
8299             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8300
8301         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
8302         __arch64__ to match Compaq cc.
8303
8304 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
8305
8306         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
8307         (c_common_init): Set EBCDIC in cpp options.
8308         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
8309         not conditional compilation.
8310         * cpplib.h (struct cpp_options): New entry EBCDIC.
8311
8312 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
8313
8314         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
8315
8316 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8317
8318         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
8319         argument to 0 for redirect_jump.
8320
8321 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
8322
8323         PR c++/8805
8324         * except.c (eh_region_u_cleanup): Add prev_try.
8325         (expand_eh_region_end_cleanup): Set it.
8326         (reachable_handlers): Use it to skip over cleanup blocks.
8327
8328 2003-03-17  Andreas Jaeger  <aj@suse.de>
8329
8330         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
8331
8332 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
8333
8334         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
8335         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
8336         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
8337         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
8338
8339 2003-03-16  Richard Henderson  <rth@redhat.com>
8340
8341         * simplify-rtx (simplify_binary_operation): Don't abort for
8342         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
8343
8344 2003-03-16  Richard Henderson  <rth@redhat.com>
8345
8346         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
8347         optimize_size as well.
8348
8349 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
8350
8351         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
8352         for D register to specify the low part of it, aka B.
8353         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
8354         the register if we are loading 1 or -1 to it; avoid using temp
8355         register when moving X/Y to Y/X.
8356         (m68hc11_gen_movqi): Likewise.
8357         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
8358
8359 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
8360
8361         PR optimization/9016
8362         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
8363         into the constant pool.
8364
8365 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8366
8367         PR target/9164
8368         * tree.c (get_narrower): For extensions with unchanged bit number,
8369         return the unsignedness of the outer mode.
8370
8371 2003-03-16  Roger Sayle  <roger@eyesopen.com>
8372
8373         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
8374         to avoid "may be used uninitialized" warning on ia64-hpux.
8375         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
8376
8377 2003-03-16  Andreas Jaeger  <aj@suse.de>
8378
8379         * configure.in: Improve check for memcheck.h.
8380         * configure: Regenerated.
8381
8382 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
8383
8384         * doc/cppopts.texi: Remove documentation of -A-.
8385
8386 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
8387
8388         * doc/libgcc.texi: Remove @tie.
8389
8390 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
8391
8392         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
8393         (rtx_pair): Added new element update_label_nuses, renamed to
8394         replace_label_data.
8395         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
8396         replace_label_data instead of rtx_pair.
8397         * loop.c (load_mems): Likewise.
8398         * rtlanal.c (replace_label): Replace label in pool constants and in
8399         INSN_LIST (in REG_LABEL note).
8400         (subrtx_p): Renamed to rtx_referenced_p.
8401         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
8402         LABEL_REF with CODE_LABEL, traverse constants from pool.
8403
8404 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
8405             Zack Weinberg  <zack@codesourcery.com>
8406
8407         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
8408         * doc/libgcc.texi: New file.
8409         * doc/interface.texi: Delete paragraph about libgcc interface.
8410         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
8411
8412 2003-03-15  Jason Merrill  <jason@redhat.com>
8413
8414         PR debug/9039
8415         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
8416
8417         PR debug/6387
8418         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
8419         function DIEs at toplevel.
8420         (decls_for_scope): At -g1, don't descend into subblocks.
8421
8422 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
8423
8424         * varasm.c (struct rtx_const): Change type of un.addr member
8425         to struct holding an additional 'symbol' member.
8426         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
8427         with equal string addresses as equal.
8428         (simplify_subtraction): Adapt to struct rtx_const change.
8429
8430 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
8431
8432         * fix-header.c (read_scan_file): Read main file before handling -D.
8433
8434 2003-03-15  Roger Sayle  <roger@eyesopen.com>
8435
8436         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
8437         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
8438         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
8439         (find_sub_basic_blocks): Likewise.
8440         * cgraphunit.c (cgraph_expand_functions): Likewise.
8441         * dwarf2out.c (prune_unused_types): Likewise.
8442         * expr.c (store_field): Likewise.
8443         * genextract.c (print_path): Likewise.
8444         * haifa-sched.c (schedule_insn): Likewise.
8445         * lcm.c (compute_antinout_edge): Likewise.
8446         * loop-unroll.c (decide_peel_once_rolling): Likewise.
8447         * ra-colorize.c (ra_colorize_free_all): Likewise.
8448         * ra-debug.c (dump_igraph): Likewise.
8449         (debug_hard_reg_set): Likewise.
8450         * reg-stack.c (reg_to_stack): Likewise.
8451         * rtlanal.c (refers_to_regno_p): Likewise.
8452         * tracer.c (layout_superblocks): Likewise.
8453
8454 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
8455
8456         * fix-header.c (read_scan_file): Fix thinko.
8457
8458 2003-03-15  Glen Nakamura  <glen@imodulo.com>
8459
8460         * reload1.c (choose_reload_regs): Use && instead of ||
8461         with REG_CANNOT_CHANGE_MODE_P condition.
8462
8463 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
8464
8465         * Makefile.in: Update.
8466         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
8467         * c-lex.c (init_c_lex): Register builtins hook is dead.
8468         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
8469         (c_common_decode_option): Don't call cpp_handle_option.
8470         Handle -A, -D and -U.
8471         (handle_deferred_opts): Simplify.
8472         (finish_options): Define builtins and command line macros.
8473         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
8474         * cppinit.c: Don't include intl.h.
8475         (init_builtins): Rename cpp_init_builtins.  No hook to call.
8476         (init_library): Don't need to sort options.
8477         (cpp_create_reader): Don't set pending.
8478         (cpp_destroy): Don't free pending.
8479         (struct pending_option, cl_directive_handler, struct cpp_pending,
8480         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
8481         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
8482         cl_options, cpp_handle_option): Remove.
8483         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
8484         cpp_finish_options): Remove.
8485         (cpp_init_builtins): New.
8486         * fix-header.c (read_scan_file): Update to handle -D.  Fix
8487         handling of -I.  Replace call to cpp_finish_options.
8488
8489 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8490
8491         PR optimization/9387
8492         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
8493         for conditional returns.
8494
8495 2003-03-14  Jason Merrill  <jason@redhat.com>
8496
8497         PR optimization/6871
8498         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
8499
8500 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
8501
8502         * c-opts.c (finish_options): New.
8503         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
8504         (missing_arg): Handle OPT_include and OPT_imacros.
8505         (c_common_init, c_common_parse_file): Use finish_options.
8506         (handle_deferred_opts): Update.
8507         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
8508         (cpp_finish_options): Don't handle -imacros here.
8509         (no_fil): Remove.
8510         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
8511
8512 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
8513
8514         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
8515         rs6000_maybe_dead if !fromprolog.
8516
8517 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
8518
8519         * Makefile.in: Update.
8520         * c-common.h (fe_file_change, pp_file_change): New.
8521         * c-lex.c (init_c_lex): Don't set cb_file_change.
8522         (c_common_parse_file): Move to c-opts.c.
8523         (cb_file_change): Rename fe_file_change.
8524         * c-opts.c: Include debug.h.
8525         (warn_unused_macros, include_cursor): New.
8526         (push_command_line_include, cb_file_change): New.
8527         (COMMAND_LINE_OPTIONS): Handle -include.
8528         (c_common_decode_option): Use local warn_unused_macros.
8529         Handle OPT_include.
8530         (c_common_post_options): Set file change callback.
8531         (handle_deferred_opts): Skip -include.  Don't free the array.
8532         (c_common_init): Call cpp_finish_options here, and push an
8533         initial -include file.
8534         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
8535         (preprocess_file): Don't call cpp_finish_options.
8536         (init_pp_output): Don't set the file change callback.
8537         (pp_file_change): Return if no line commands or no output.
8538         * cpphash.h (next_include_file, first_unused_line): Remove.
8539         * cppinit.c (include_head, include_tail): Remove.
8540         (cpp_destroy): Don't free -include chain.
8541         (cpp_finish_options): Don't handle -include, or worry about
8542         -Wunused-macros.
8543         (_cpp_maybe_push_include_file): Remove.
8544         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
8545         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
8546         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
8547         Used flag is set based upon the state of the warn_unused_macros
8548         flag, and so use of first_unused_line is unnecessary.
8549
8550 2003-03-13  Jan Hubicka  <jh@suse.cz>
8551
8552         * cselib.c (clear_table): Do not take argument; always clear just
8553         used slots.
8554         (cselib_process_insn):  Update call of clear_table
8555         (cselib_init): Do not call clear_table.
8556         (cselib_finish): Clear table.
8557
8558         * cse.c (count_reg_usage): Do not check side_effects_p.
8559         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
8560         like noop.
8561         (find_reg_equal_equiv_note): Do not use find_reg_note.
8562
8563 2003-03-14  Richard Henderson  <rth@redhat.com>
8564
8565         PR target/9700
8566         * config/alpha/alpha.c (alpha_va_start): Account for
8567         current_function_pretend_args_size in the AP offset.
8568
8569         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
8570         (INITIAL_ELIMINATION_OFFSET): Move out of line.
8571         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
8572         (alpha_initial_elimination_offset) New.
8573         * config/alpha/alpha-protos.h: Update.
8574
8575 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
8576
8577         * stmt.c (expand_start_case): Call emit_queue ().
8578
8579 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
8580             Alexandre Oliva  <aoliva@redhat.com>
8581
8582         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
8583         words in new abis.
8584
8585 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
8586
8587         PR optimization/8396
8588         * tree-inline.c (initialize_inlined_parameters): Make sure the value
8589         of read-only constant arguments is passed with the right type.
8590
8591 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
8592
8593         * doc/extend.texi (Function Names): Make the example compilable.
8594
8595 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
8596
8597         * config/rs6000/rs6000.c (processor_target_table): Really allow
8598         GP optional instructions on Power4.
8599
8600 2003-03-13  Roger Sayle  <roger@eyesopen.com>
8601
8602         * calls.c (flags_from_decl_or_type): Factor and remove redundant
8603         conditional tests.
8604
8605 2003-03-13  Mike Stump  <mrs@apple.com>
8606
8607         * ggc-page.c (struct page_entry): Remove varray.h header.
8608         Add index_by_depth field.
8609         Remove save_in_use_p field.
8610         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
8611         by_depth_max, by_depth, and save_in_use fields.
8612         (INITIAL_PTE_COUNT): Add.
8613         (save_in_use_p_i): Add.
8614         (save_in_use_p): Add.
8615         (adjust_depth): Add.
8616         (move_ptes_to_front): Add.
8617         (push_depth): Add.
8618         (push_by_depth): Add.
8619         (prefetch): Add.
8620         (free_page): Add support for and use faster data structures.
8621         (ggc_alloc): Likewise.
8622         (init_ggc): Likewise.
8623         (ggc_recalculate_in_use_p): Likewise.
8624         (ggc_pop_context): Likewise.
8625         (clear_marks): Likewise.
8626         (ggc_pch_read): Likewise.
8627         * Makefile.in (ggc-page.o): Remove varray.h.
8628
8629 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8630
8631         * ChangeLog: Rotated last year's entries to...
8632         * ChangeLog.8: New.
8633
8634         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
8635         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
8636         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
8637         config/ia64/ia64-protos.h, config/ia64/ia64.c,
8638         config/ia64/ia64.h, config/ia64/ia64.md,
8639         config/ia64/itanium1.md, config/ia64/itanium2.md,
8640         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
8641         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
8642
8643 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
8644
8645         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
8646         Differentiate endianness.
8647         (s6000_override_options): Use cpu type instead of TARGET_SPE.
8648
8649 2003-03-13  Nick Clifton  <nickc@redhat.com>
8650
8651         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
8652         LDM instructions with writeback enabled.
8653         (output_return_instruction): Likewise.
8654
8655         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
8656         (CALL_USED_REGISTERS): Remove definition.
8657         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
8658
8659 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
8660
8661         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
8662         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
8663         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
8664         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
8665         (rs6000_legitimize_address): Formatting.
8666         (rs6000_emit_move): Likewise.
8667         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
8668         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
8669         (rs6000_elf_select_section): Comment reason for shlib being
8670         set for ABI_AIX.
8671         (rs6000_elf_unique_section): Likewise.
8672         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
8673         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
8674         as well as flag_pic.
8675         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
8676         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
8677         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
8678
8679 2003-03-13  Richard Henderson  <rth@redhat.com>
8680
8681         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
8682
8683         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
8684         (ia64_gp_save_reg): Remove.
8685         (struct ia64_frame_info): Move to the beginning of the file;
8686         add reg_save_gp.
8687         (ia64_expand_call): Rearrange for new call patterns.
8688         (ia64_reload_gp): New.
8689         (ia64_split_call): New.
8690         (ia64_compute_frame_size): Allocate reg_save_gp.
8691         (ia64_expand_prologue): Save reg_save_gp.
8692         (ia64_expand_epilogue): Don't restore gp.
8693         (ia64_hard_regno_rename_ok): Remove R4 hack.
8694         (ia64_function_ok_for_sibcall): New.
8695         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
8696         call try_split on sibcall pattern.
8697         * config/ia64/ia64-protos.h: Update.
8698         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
8699         Rename from nopic versions.  Confiscate 2nd argument to call as
8700         a marker.
8701         (call_pic, call_value_pic, sibcall_pic): Remove.
8702         (call_gp, call_value_gp, sibcall_gp): New.
8703         (builtin_setjmp_setup): Remove.
8704         (builtin_setjmp_receiver): Call ia64_reload_gp.
8705
8706 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8707
8708         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
8709         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
8710         "GNU CC" with "GCC".
8711
8712         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
8713         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
8714         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
8715         GCC, not GNU CC.
8716
8717         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
8718         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
8719
8720         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
8721         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
8722         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
8723         "GNU CC" with "GCC".
8724
8725         * config/v850/lib1funcs.asm, config/v850/rtems.h,
8726         config/v850/v850-c.c, config/v850/v850-protos.h,
8727         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
8728         GCC, not GNU CC.
8729
8730         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
8731         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
8732         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
8733         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
8734         GNU CC.
8735
8736 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
8737
8738         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
8739
8740 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8741
8742         * fixinc/fixinc.interix: Remove dead code (most of it).
8743         * fixinc/fixinc.dgux: Remove.
8744
8745         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
8746         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
8747
8748 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8749
8750         * pa.c (pa_init_builtins): Fix warning.
8751
8752 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
8753
8754         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
8755         (ASM_OUTPUT_XDATA_SHORT): Remove.
8756         (ASM_OUTPUT_XDATA_INT): Remove.
8757         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
8758         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
8759         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
8760         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
8761
8762 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
8763
8764         PR c++/7050
8765         * expr.c (store_expr): Don't attempt to store void-typed trees,
8766         just evaluate them for side effects.
8767
8768 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
8769
8770         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
8771         * cppinit.c (push_include): Move with changes to cppfiles.c.
8772         (cpp_read_main_file): Mark named operators here...
8773         (cpp_finish_options): ...not here.  Update.
8774         (_cpp_maybe_push_include_file): Update.
8775         * cpplib.h (cpp_push_include, cpp_rename_file): New.
8776
8777 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8778
8779         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
8780         _gcc_COMPUTE_GAS_VERSION.
8781         * configure.in: Use them.
8782         * configure: Regenerate.
8783
8784 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
8785
8786         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
8787         to detect carry.
8788         (subdi3): Reorder emitted instructions.
8789
8790 2003-03-12  Andreas Jaeger  <aj@suse.de>
8791
8792         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
8793         NETBSD_OS_CPP_BUILTINS_LP64.
8794
8795 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8796
8797         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
8798         Rearrange.  Reorganize.
8799         * configure.in: Rearrange.
8800         * configure: Regenerate.
8801
8802 2003-03-12  Andreas Jaeger  <aj@suse.de>
8803
8804         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
8805         LP64 targets.
8806
8807         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
8808         _LP64.
8809
8810         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
8811         _LP64 macros here.
8812         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
8813
8814         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
8815         NETBSD_OS_CPP_BUILTINS_LP64.
8816         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
8817         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
8818
8819         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
8820
8821 2003-03-12  Jan Hubicka  <jh@suse.cz>
8822
8823         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
8824
8825 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
8826
8827         Fix PR target/9797 and PR c/9853.
8828         * stmt.c (expand_decl_init): Call push_temp_slots () and
8829         pop_temp_slots ().
8830
8831 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
8832
8833         * sh.c: Include basic-block.h.
8834         (sh_output_mi_thunk, emit_load_ptr): New functions.
8835         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
8836
8837 2003-03-12  Nick Clifton  <nickc@redhat.com>
8838
8839         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
8840         (CALL_USED_REGISTERS): Likewise.
8841         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
8842         describing how this value is calculated.
8843
8844 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
8845
8846         * configure.in (rlim_t): Define to long if no valid definition
8847         found in sys/resource.h.
8848         * config.in, configure: Regenerate.
8849
8850 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
8851
8852         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
8853         TARGET_OS_CPP_BUILTINS.
8854         * config/mcore/mcore-pe.h: Similarly.
8855         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
8856         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
8857
8858 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
8859
8860         PR c/9928
8861         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
8862         only if it is a VAR_DECL.
8863
8864 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
8865
8866         PR optimization/9888
8867         * config/i386/i386.md (jcc_1): Fix range.
8868         (jcc_2): Likewise.
8869         (jump): LIkewise.
8870         (doloop_end_internal): Likewise.
8871
8872 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
8873
8874         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
8875         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
8876         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
8877         DLL_IMPORT_EXPORT_PREFIX and "i."
8878         (i386_pe_dllexport_name_p): Here.
8879         (i386_pe_dllimport_name_p): Here.
8880         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
8881         not 9 chars when getting identifier name.
8882         (i386_pe_mark_dllimport): Here.
8883         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
8884         not 9 chars when getting identifier name. Correct comment.
8885         (i386_pe_strip_name_encoding): Here. Add comments for different
8886         cases.
8887         (gen_fastcall_suffix): Break down xmalloc() argument to
8888         components.
8889         (gen_stdcall_suffix): Likewise.
8890         Update copyright year.
8891
8892 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
8893
8894         PR optimization/9888
8895         * config/i386/i386.md (movsi_1): Remove special alternatives
8896         for %eax register.
8897         (movsi_1_nointernunit): Likewise.
8898         (movhi_1): Likewise.
8899         * config/i386/i386.c (memory_address_length): Do not use
8900         short displacement when there is no base.
8901         (ix86_attr_length_address_default): Handle LEA instructions.
8902
8903 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
8904
8905         * c-cppbuiltin.c (builtin_define_std): Make non-static.
8906
8907 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
8908
8909         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
8910         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
8911         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
8912         * config/freebsd.h (CPP_PREDEFINES): Remove.
8913         (TARGET_OS_CPP_BUILTINS): New.
8914         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
8915         instead of TARGET_OS_CPP_BUILTINS.
8916         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
8917
8918 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
8919
8920         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
8921
8922 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
8923
8924         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
8925         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
8926
8927         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
8928
8929 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
8930
8931         * toplev.c (independent_decode_option): Return success for --help,
8932         --target-help and --version.
8933
8934 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
8935
8936         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
8937         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
8938         specified.
8939         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
8940         DRIVER_SELF_SPECS.
8941         (LINK_SPEC): Let endian options affect the linker emulation name.
8942
8943 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
8944
8945         * sh.md (reload_inqi): Fix mode for source in second set.
8946
8947 2003-03-11  Jan Hubicka  <jh@suse.cz>
8948
8949         * cselib.c (cselib_invalidate_mem_1): Move too ...
8950         (cselib_invalidate_mem): ... here; use new list
8951         (dummy_val, first_containing_mem): New static variables.
8952         (clear_table): Initialize first_containing_mem.
8953         (discard_useless_values):  Compact the containing_mem list.
8954         (add_mem_for_addr): Add to the list.
8955         * cselib.h (cselib_val): Add next_containing_mem.
8956
8957 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
8958
8959         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
8960         instructions for e500.
8961
8962 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
8963
8964         * Makefile.in: Update.
8965         * c-cppbuiltin.c: Include tm_p.h.
8966
8967 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
8968
8969         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
8970
8971         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
8972         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
8973         (_Unwind_SetGR): Same.
8974         (_Unwind_GetGRPtr): New.
8975         (_Unwind_SetGRPtr): New.
8976         (uw_update_context_1): Use accesor functions instead of accessing
8977         context->reg[] directly.
8978         (uw_install_context_1): Same.
8979         (execute_cfa_program): Same.
8980         (__frame_state_for): Same.
8981
8982         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
8983         the synthetic register offset.
8984
8985         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
8986
8987 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
8988
8989         * config/cris/cris.md: Remove lingering EGCS reference.
8990         ("*extopqihi_side_biap"): For HI operation, match
8991         cris_additive_operand_extend_operator, not
8992         cris_operand_extend_operator.  Adjust condition.
8993         ("*extopqihi_side", "*extopqihi"): Ditto.
8994         ("*extopqisi_side_biap"): Correct operand numbers in condition.
8995         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
8996         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
8997         ("*extophisi_swap"): Ditto.
8998         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
8999         PLUS, not cris_operand_extend_operator.  Adjust condition and
9000         output template.
9001         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
9002         * config/cris/cris.h (PREDICATE_CODES): Add
9003         cris_additive_operand_extend_operator.
9004         * config/cris/cris.c (cris_additive_operand_extend_operator):
9005         New predicate.
9006
9007 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
9008
9009         * df.c (read_modify_subreg_p): Change from static to global.
9010         * df.h (read_modify_subreg_p): Add prototype.
9011         * sched-deps.c (sched_analyze_1): Generate true dependency for
9012         strict_low_part, certain subregs and zero/sign_extract.
9013
9014 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
9015
9016         * Makefile.in: Update.
9017         * c-common.c: Don't include real.h or except.h.
9018         (REGISTER_PREFIX): Remove.
9019         (builtin_define_std, builtin_define_with_value,
9020         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
9021         builtin_define_type_max, builtin_define_type_precision,
9022         builtin_define_float_constants): Move to c-cppbuiltin.c.
9023         (c_stddef_cpp_builtins): New.
9024         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
9025         * c-cppbuiltin.c: New, extracted from c-common.c.
9026         (define__GNUC__): New.
9027         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
9028         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
9029         (cpp_unique_options): Don't support no-gcc.
9030         (do_spec_1): Remove support of version specs.
9031         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
9032         * doc/passes.texi: Update.
9033         * doc/tm.texi: Update.
9034
9035 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
9036
9037         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
9038
9039 2003-03-10  Andrew Pinski  <apinski@apple.com>
9040
9041         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
9042         is on should not get here.
9043         (machopic_indirect_data_reference): If dynamic-no-pic is on just
9044         generate high/low parts of the address.
9045         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
9046         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
9047         symbol and labels with a new reg.  Dynamic-no-pic does not have a
9048         pic_offset_table_rtx.
9049         (machopic_select_section): Change references of flag_pic to
9050         MACHOPIC_INDIRECT.
9051         (machopic_asm_out_destructor): Likewise.
9052         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
9053         reference of flag_pic to MACHOPIC_INDIRECT.
9054         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
9055         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
9056         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
9057         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
9058         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
9059         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
9060         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
9061         (TARGET_DYNAMIC_NO_PIC): Define.
9062         (SUBTARGET_SWITCHES): Define, have sub-target switches for
9063         dynamic-no-pic.
9064         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
9065         rs6000_override_options to here. Dynamic-no-pic overrides
9066         pic.
9067         (CC1_SPEC): Change from not static then pic to not static and not
9068         dynamic-no-pic then pic.
9069         * config/rs6000/rs6000.c (rs6000_override_options): Move the
9070         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
9071         (rs6000_legitimize_reload_address): Add case for loading floating in
9072         dynamic-no-pic.
9073         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
9074         of flag_pic to MACHOPIC_INDIRECT.
9075         (secondary_reload_class): Conditional change the reference of
9076         flag_pic to MACHOPIC_INDIRECT.
9077         (rs6000_output_mi_thunk): Change reference of flag_pic to
9078         MACHOPIC_INDIRECT.
9079         (output_profile_hook): Likewise.
9080         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
9081         * config/rs6000/rs6000.md (movdf_low): Add the case for
9082         MACHO_DYNAMIC_NO_PIC_P.
9083         (call): Change references for flag_pic in TARGET_MACHO to
9084         MACHOPIC_INDIRECT.
9085         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
9086         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
9087         * doc/invoke.texi (-mdynamic-no-pic): Document.
9088
9089 2003-03-10  Devang Patel  <dpatel@apple.com>
9090
9091         PR c++/9394
9092         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
9093         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
9094         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
9095         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
9096         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
9097         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
9098
9099 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
9100
9101         PR optimization/7189
9102         * toplev.c (rest_of_compilation):  Move
9103         check_function_return_warnings up to just after
9104         delete_unreachable_blocks.
9105
9106 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
9107
9108         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
9109         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
9110         Declare.
9111         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
9112         for reg rename optimization to avoid using Z and Y registers.
9113
9114 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
9115
9116         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
9117         when adding to X and Y since leax/leay are fast.
9118         ("*addhi3"): Accept 'I' constraint when adding to address register.
9119         ("rotlhi3"): Operand 1 must be a register_operand.
9120         (peephole2): New peephole to optimize some adds.
9121         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
9122         to represent -2 .. 2 small integer range.
9123
9124 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
9125
9126         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
9127         each 16-bit rotation.
9128
9129 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
9130
9131         * c-opts.c (add_prefixed_path): Don't use concat.  When
9132         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
9133         cpp_GCC_INCLUDE_DIR_len characters.
9134
9135 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
9136
9137         * testsuite/gcc.dg/altivec-9.c: New file.
9138
9139         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
9140         (rs6000_emit_prologue): Use rs6000_frame_related instead.
9141
9142 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
9143
9144         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
9145         vectors.
9146         (__ev_convert_u64): Remove macro.  Define as inline.
9147         (__ev_convert_s64): Same.
9148
9149 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
9150
9151         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
9152         (rs6000_stack_t): Add spe_64bit_regs_used.
9153
9154         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
9155         spe_64bit_regs_used, and use it to determine the size of the
9156         frame.
9157         (spe_func_has_64bit_regs_p): New.
9158         (spe_synthesize_frame_save): New.
9159         (rs6000_frame_related): Handle SPE synthetic registers.
9160         (rs6000_emit_prologue): Only save in 64-bits if the function used
9161         any registers in 64-bit mode.
9162         (rs6000_emit_epilogue): Same, but for restore.
9163
9164 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
9165
9166         * arm.h (enum floating_point_type): Delete.  Replace with...
9167         (enum fputype): ... new.
9168         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
9169         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
9170         * arm.md (attr fpu): Reworked for new underlying enum values.
9171         * arm.c (arm_fpu_arch): Now enum fputype.
9172         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
9173         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
9174         Update uses of arm_fpu_arch and arm_fpu_tune.
9175
9176 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
9177
9178         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
9179         (try_crossjump_to_edge): Replace refereces to one jump table by
9180         references to identical jump table.
9181         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
9182         (replace_label): Moved to rtlanal.c.
9183         (struct rtx_pair): Moved to rtl.h.
9184         * rtl.h (struct rtx_pair): Moved from loop.c.
9185         (replace_label): New extern function.
9186         (subrtx_p): New extern function.
9187         (tablejump_p): New extern function.
9188         * rtlanal.c (replace_label): Moved from loop.c.
9189         (subrtx_p_1): New static function.
9190         (subrtx_p): New function.
9191         (tablejump_p): New function.
9192
9193 2003-03-10  Jan Hubicka  <jh@suse.cz>
9194
9195         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
9196
9197         * cfgcleanup.c (merge_blocks): Return where to iterate next.
9198         (try_optimize_cfg): Use return value of merge_blocks
9199
9200 2003-03-10  Michael Matz  <matz@suse.de>
9201
9202         * cfg.c (unchecked_make_edge): New.
9203         (cached_make_edge): Use it.
9204         * basic-block.h (unchecked_make_edge): Declare.
9205         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
9206
9207 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
9208
9209         * fpa.md: New file.  Move all patterns relating to FPA co-processor
9210         to here...
9211         * arm.md: ... from here.
9212         (cirrus.md, fpa.md): Include at end of description.
9213         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
9214         (pic_load_addr_based): Remove register constraint from expander.
9215         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
9216         (sordered, sungt, sunle, sunge, sunlt): Likewise.
9217         (eh_epilogue, tablejump): Likewise.
9218
9219 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9220
9221         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
9222         on operands if it has a PLACEHOLDER_EXPR.
9223
9224 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
9225             Mostafa Hagog
9226
9227         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
9228         condition.
9229
9230 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
9231
9232         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
9233         * config/ip2k/ip2k.h: Similarly.
9234         * config/m32r/m32r.h: Similarly.
9235         * config/m68hc11/m68hc11.h: Similarly.
9236         * config/mn10200/mn10200.h: Similarly.
9237         * config/mn10300/mn10300.h: Similarly.
9238         * config/pdp11/pdp11.h: Similarly.
9239         * config/v850/v850.h: Similarly.
9240         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
9241         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
9242         * config/mips/iris3.h: Remove #if 0 block.
9243
9244 2003-03-09  Roger Sayle  <roger@eyesopen.com>
9245             Joern Rennecke <joern.rennecke@superh.com>
9246
9247         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
9248         pending argument upon return from handle_braces here.
9249         (do_spec_2): Instead handle it upon return from do_spec_1 here.
9250
9251 2003-03-09  Roger Sayle  <roger@eyesopen.com>
9252             Joern Rennecke <joern.rennecke@superh.com>
9253
9254         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
9255         pending argument upon return from handle_braces here.
9256         (do_spec_2): Instead handle it upon return from do_spec_1 here.
9257
9258 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9259
9260         * varasm.c (make_decl_one_only): Use declare_weak().
9261
9262 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9263
9264         PR middle-end/9986
9265         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
9266         after the common builtins.
9267         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
9268         * pa.c (TARGET_INIT_BUILTINS): Define.
9269         (pa_init_builtins): New function.
9270
9271         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
9272         space has been allocated for the outgoing arguments, set the arg
9273         pointer for a call emitted after virtuals have been instantiated
9274         using the stack pointer offset, otherwise abort.
9275
9276 2003-03-09  DJ Delorie  <dj@redhat.com>
9277
9278         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
9279
9280 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
9281
9282         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
9283         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
9284         conversion to integer.
9285         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
9286
9287 2003-03-09  Roger Sayle  <roger@eyesopen.com>
9288
9289         * builtins.def: Fix typo and improve grammar.
9290         * loop-unroll.c (decide_peel_completely): Tidy log message.
9291
9292 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
9293
9294         * config/h8300/h8300.md (*tstsi_upper_bit): New.
9295         (*iorsi3_e2f): Likewise.
9296
9297 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
9298
9299         * config/h8300/h8300.c (h8300_and_costs): Return the number of
9300         assembly instructions needed.
9301         (h8300_shift_costs): Likewise.
9302
9303 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
9304
9305         * config/cris/aout.h (ENDFILE_SPEC): Undef.
9306
9307         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
9308         moves from here ...
9309         * expr.c (emit_move_insn_1): ... to here.
9310
9311         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
9312         (TARGET_OS_CPP_BUILTINS): New macro.
9313         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
9314         (TARGET_OS_CPP_BUILTINS): New macro.
9315         (CPP_PREDEFINES): Don't define.  Move old definitions and...
9316         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
9317         (TARGET_CPU_CPP_BUILTINS): New macro.
9318         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
9319         definitions and the optional __PIC__, __pic__ and
9320         __NO_UNDERSCORES__ definitions to...
9321         (TARGET_OS_CPP_BUILTINS): New macro.
9322
9323         * flags.h (flag_leading_underscore): Declare.
9324
9325         * c-opts.c (c_common_post_options): On fopen failure, return
9326         false, not NULL.
9327
9328 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
9329
9330         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
9331         config.h.
9332         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
9333         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
9334
9335 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
9336
9337         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
9338         CPP_PREDEFINES.
9339         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
9340         CPP_PREDEFINES.
9341
9342 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
9343
9344         * c-common.h (c_common_init, c_common_post_options): Update.
9345         * c-objc-common.c (c_objc_common_init): Update for new prototype.
9346         * c-opts.c (saved_lineno): New.
9347         (c_common_post_options, c_common_init): Update prototypes,
9348         move call to cpp_read_main_file from latter to former.
9349         * c-tree.h (c_ojbc_common_init): Update.
9350         * langhooks-def.h (lhd_post_options): New.
9351         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
9352         * langhooks.c (lhd_post_options): New.
9353         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
9354         * toplev.c (no_backend): New.
9355         (process_options): Call post_options hook and set main_input_filename
9356         and input_filename here.
9357         (lang_dependent_init, do_compile): post_options hook moved to
9358         process_options.
9359         * objc/objc-act.c (objc_init): Update prototype.
9360         * objc/objc-act.h (objc_init): Update prototype.
9361
9362 2003-03-08  Roger Sayle  <roger@eyesopen.com>
9363
9364         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
9365         a complex or vector type, using a load in the original mode.
9366
9367 2003-03-08  Jan Hubicka  <jh@suse.cz>
9368
9369         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
9370         * gt-cgraph.h: New GC file.
9371         * cgraph.c (known_fns): New static variable.
9372         (cgraph_node): Add the decl into varray.
9373
9374 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
9375
9376         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
9377
9378 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
9379
9380         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
9381         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
9382         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
9383         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
9384         All callers changed.
9385         * arm.md, arm.h, arm-protos.h: Updated.
9386
9387         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
9388         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
9389         * arm.c (arm_regno_class, f_register_operand): Updated.
9390
9391 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
9392
9393         * config/cris/cris.h: Remove EGCS references.
9394         (CPP_SPEC): Remove "-$".
9395         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
9396
9397 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
9398
9399         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
9400         preference to CPP_PREDEFINES.
9401
9402 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
9403
9404         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
9405
9406 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
9407
9408         * config/h8300/h8300.md (*extzv_16_8): New.
9409
9410 2003-03-08  Jan Hubicka  <jh@suse.cz>
9411
9412         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
9413         * cgraph.h: (cgraph_local_info): Add can_inline_once
9414         (cgraph_global_info): Add inline_once.
9415         (cgraph_node): Add previous.
9416         (cgraph_remove_node): New.
9417         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
9418         function.
9419         (cgraph_optimize): Call it.
9420         (cgraph_finalize_function):  Set inlinable flags.
9421         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
9422         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
9423         (cgraph_expand_function): Likewise.
9424         * cgraph.c
9425         (cgraph_node): Put nodes into doubly linked chain.
9426         (cgraph_remove_node): New function.
9427         * flags.h (flag_inline_functions_called_once): Declare.
9428         * tree-inline.c: Include cgraph.h
9429         (inlinable_functions_p): Add extra argument to bypass limits.
9430         (expand_call_inline):  Obey cgraph flag.
9431         * tree-inline.h (tree_inlinable_function_p): Update prototype.
9432
9433 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9434
9435         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
9436         irreducible loops.
9437
9438         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
9439         loops info correctly.
9440
9441 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9442
9443         PR middle-end/7796
9444         * unroll.c (calculate_giv_inc): Handle constants being
9445         loaded with LSHIFTRT.
9446
9447 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
9448
9449         * config/rs6000/rs6000.c (processor_target_table): Do not disable
9450         GP optional instructions on Power3, Power4, 620, and 630.
9451
9452 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
9453
9454         * calls.c: Fix comment formatting.
9455         * cfgloopanal.c: Likewise.
9456         * cfgloopmanip.c: Likewise.
9457         * combine.c: Likewise.
9458         * dwarf2out.c: Likewise.
9459         * ggc-common.c: Likewise.
9460         * langhooks.c: Likewise.
9461         * loop-unroll.c: Likewise.
9462         * loop.c: Likewise.
9463         * ra-build.c: Likewise.
9464         * sbitmap.c: Likewise.
9465         * toplev.c: Likewise.
9466
9467 2003-03-07  James E Wilson  <wilson@tuliptree.org>
9468
9469         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
9470
9471 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
9472
9473         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
9474         support -no-integrated-cpp.
9475
9476         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
9477         than langhooks.name.
9478
9479 2003-03-07  Michael Matz  <matz@suse.de>
9480
9481         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
9482         (DF_FOR_REGALLOC): New.
9483         * df.c (df_ref_record): Set DF_REF_STRIPPED.
9484         (read_modify_subreg_p): Simplify.
9485         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
9486         Use DF_FOR_REGALLOC.
9487         * ra.h (struct web): New member subreg_stripped.
9488         (invalid_mode_change_regs): Declare.
9489         * ra.c (invalid_mode_change_regs): New.
9490         (init_ra): Initialize it.
9491         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
9492         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
9493         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
9494         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
9495         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
9496
9497 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
9498
9499         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
9500         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
9501         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
9502         machine description file from ...
9503         * cirrus.md: ... here.
9504
9505 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
9506
9507         * config/h8300/h8300.md (a peephole2): Don't use
9508         reg_overlap_mentioned_p.
9509
9510 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
9511
9512         * c-pch.c: Include langhooks.h.
9513         (IDENT_LENGTH): New.
9514         (get_ident): New.
9515         (pch_ident): Delete.
9516         (pch_init): Use get_ident, IDENT_LENGTH.
9517         (c_common_valid_pch): Likewise.  Also, use actual language
9518         in warning message.
9519         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
9520
9521         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
9522         c-parse.in.
9523         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
9524         gt-objc-objc-act.h.
9525         (gt-objc-objc-act.h): New rule.
9526         * objc/lang-specs.h: Support PCH.
9527         * objc/objc-act.c: Include gt-objc-objc-act.h.
9528         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
9529         (build_selector_reference_decl): Move idx out, mark for PCH.
9530         (build_class_reference_decl): Likewise.
9531         (build_objc_string_decl): Move *_idx out, mark for PCH.
9532         (build_tmp_function_decl): Move xxx out, mark for PCH.
9533
9534 2003-03-06  Dale Johannesen  <dalej@apple.com>
9535
9536         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
9537         global functions for inlining on Darwin.
9538
9539 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
9540
9541         * haifa-sched.c (schedule_block): Don't call reorder when sorting
9542         is prohibited.
9543
9544 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
9545
9546         * Makefile.in (c-ppoutput.o): Update.
9547         * c-common.h (init_pp_output): New.
9548         (preprocess_file): Update.
9549         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
9550         Register builtins.
9551         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
9552         Make call to cpp_read_main_file common to whether preprocessing
9553         or not.  Don't register builtins.
9554         * c-ppoutput.c: Include c-pragma.h.
9555         (setup_callbacks): Rename init_pp_output.
9556         (preprocess_file): No longer setup callbacks or call
9557         cpp_read_main_file.
9558         * cpphash.h (_cpp_init_mbchar): New.
9559         * cppinit.c (init_library): Call _cpp_init_mbchar.
9560         * cpplex.c (_cpp_init_mbchar): New.
9561
9562 2003-03-06  Roger Sayle  <roger@eyesopen.com>
9563
9564         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
9565         MEM, try loading the MEM into a register and taking the low-part
9566         of that, to help CSE see the use of the MEM in its true mode.
9567
9568 2003-03-05  Tom Tromey  <tromey@redhat.com>
9569
9570         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
9571         Define.
9572
9573 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
9574
9575         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
9576         operand 2.
9577         ("*ineqbranchsi"): Likewise.
9578
9579 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
9580
9581         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
9582         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
9583         register store followed by a stack increment.
9584
9585 2003-03-05  Chris Moller  <cmoller@redhat.com>
9586
9587         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
9588         to inhibit saving CARRY_REGS.
9589
9590         * config/stormy16/stormy16.c (xs_hi_general_operand):
9591         added predicate to detect and error-out on out-of-range
9592         const_ints for movhi.
9593         * config/stormy16/stormy16.md (movhi): use
9594         xs_hi_general_operand.
9595
9596         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
9597         added a check for local vbl size overflow.
9598         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
9599         added predicate to detect and error-out on out-of-range
9600         const_ints for addhi and subhi.
9601         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
9602         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
9603
9604         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
9605         add a term to accept PRE_MODIFY addresses.
9606         * config/stormy16/stormy16.c (xstormy16_expand_move):
9607         add code to expand PRE_MODIFY addresses to an add followed
9608         by a move.
9609
9610 2003-03-06  Jason Merrill  <jason@redhat.com>
9611
9612         * tree-inline.c (inlinable_function_p): Revert earlier change
9613         pending investigation.
9614
9615 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
9616
9617         * config/h8300/h8300.md (a new peephole2): New.
9618
9619 2003-03-06  Jan Hubicka  <jh@suse.cz>
9620
9621         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
9622
9623 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9624
9625         * dwarf2out.c (size_of_die): Compute size of external reference to
9626         die correctly.
9627
9628 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
9629
9630         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
9631         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
9632         expanders.
9633
9634 2003-03-05  Roger Sayle  <roger@eyesopen.com>
9635
9636         * expr.h (lang_expand_expr): Delete obsolete prototype.
9637
9638 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
9639
9640         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
9641
9642 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
9643
9644         * config/h8300/h8300.md (a peephole2): Generalize to
9645         accept a memory operand.
9646
9647 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
9648
9649         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
9650         * config/alpha/alpha.c (print_operand, case '+'): New.
9651         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
9652         (call_value_osf_1_noreturn): Likewise.
9653
9654 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9655
9656         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
9657         (expand_end_bindings): Likewise.
9658
9659 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9660
9661         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
9662         (epilogue): Don't generate return_external_pic when emitting PA 2.0
9663         code.
9664
9665 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
9666
9667         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
9668
9669         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
9670
9671         * hooks.c (hook_rtx_rtx_null): New.
9672
9673         * hooks.h (hook_rtx_rtx_null): Protoize.
9674
9675         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
9676         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
9677
9678         * target.h (struct gcc_target): Add dwarf_register_span.
9679
9680         * dwarf2out.c (multiple_reg_loc_descriptor): New.
9681         (one_reg_loc_descriptor): New.
9682         (reg_loc_descriptor): Add support for values that span more than
9683         one register.
9684
9685 2003-03-05  Jan Hubicka  <jh@suse.cz>
9686
9687         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
9688         * alias.c:  Include cgraph.h
9689         (mark_constant_function): Use cgraph_rtl_info.
9690         * calls.c:  Include cgraph.h
9691         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
9692         calls.
9693         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
9694         * cgraph.c (cgraph_rtl_info): New function.
9695         * cgraph.h (cgraph_rtl_info): Declare
9696         (cgraph_rtl_info): Likewise.
9697         * function.h (struct function): Add recursive_call_emit.
9698         * toplev.c: Include cgraph.h.
9699         (rest_of_compilation): Set preferred_incoming_stack_boundary.
9700
9701 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
9702
9703         * config/h8300/h8300.c (output_simode_bld): Clear the
9704         destination first if possible.
9705         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
9706         alternative.
9707         (extzv_1_r_inv_h8300hs): Likewise.
9708
9709 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9710
9711         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
9712         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
9713         * cfgloop.c (flow_loop_free): Made global.
9714         (establish_preds): New static function.
9715         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
9716         (get_loop_exit_edges): New.
9717         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
9718         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
9719         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
9720         loops.
9721         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
9722         removability of an edge.
9723         (fix_irreducible_loops): New static function.
9724         (find_path, remove_path): Add ability to remove enclosing loops.
9725         (unloop): New.
9726         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
9727         flags.
9728         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
9729         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
9730         not neccessary.
9731         (decide_peel_completely, peel_loops_completely): Allow complete peeling
9732         of non-duplicable once rolling loops.
9733         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
9734
9735 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
9736
9737         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
9738         for align_jumps is 4.
9739
9740         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
9741         use GENERAL_REGS.
9742
9743 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
9744
9745         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
9746         according to va_arg type.
9747         (EXPAND_BUILTIN_VA_ARG): Remove.
9748         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
9749         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
9750
9751 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
9752
9753         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
9754         else clauses.
9755
9756 2003-03-05  Michael Matz  <matz@suse.de>
9757
9758         * i386/i386.c (ix86_save_reg): Also test
9759         current_function_uses_const_pool.
9760
9761 2003-03-05  Michael Matz  <matz@suse.de>
9762
9763         * unwind.h: Add the GPL exception.
9764         * Makefile.in (USER_H): Add unwind.h.
9765
9766 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9767
9768         PR c/9799
9769         * c-typeck.c (push_init_level): Add sanity check.
9770
9771 2003-03-05  Jan Hubicka  <jh@suse.cz>
9772
9773         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
9774         RTL inlining is done.
9775
9776         * cgraphunit.c (cgraph_mark_local_functions): New local function.
9777         (cgraph_optimize): Mark local functions.
9778         * i386-protos.h (init_cumulative_args): Update prototype.
9779         * i386.c (init_cumulative_args): Use register passing convention for
9780         local functions.
9781
9782         * cgraph.c (cgraph_global_info_ready): New global variable
9783         (cgraph_local_info, cgraph_global_info): New functions.
9784         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
9785         structures.
9786         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
9787         Declare.
9788         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
9789         (cgraph_mark_functions_to_output): Use inline_many.
9790         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
9791         (cgraph_expand_functions): Expand inline functions last.
9792         (cgraph_optimize): Do not emit uneeded functions.
9793
9794 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
9795
9796         * expr.c (convert_modes): Check for legal hard register.
9797
9798 2003-03-04  Tom Tromey  <tromey@redhat.com>
9799
9800         * doc/sourcebuild.texi (Front End Directory): Document tags.
9801         * configure: Rebuilt.
9802         * configure.in (target_list): Added tags.
9803         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
9804         TAGS files by reference.
9805         * objc/Make-lang.in (objc.tags): New target.
9806
9807 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9808
9809         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
9810         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
9811         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
9812         gcov_read_string, gcov_write_length): Modified to enable reading/
9813         writing of whole .da file just once.
9814         (da_file_open, da_file_close, da_file_eof, da_file_error,
9815         da_file_position, da_file_seek, da_file_write, da_file_read): New
9816         functions.
9817         (actual_da_file, actual_da_file_position, actual_da_file_length,
9818         actual_da_file_buffer, actual_da_file_buffer_size): New static
9819         functions.
9820         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
9821         just once.
9822
9823
9824 2003-03-04  Andreas Schwab  <schwab@suse.de>
9825
9826         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
9827         offset without frame pointer.
9828
9829 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
9830
9831         * expr.c (expand_expr): Call promote_mode to set unsignedp.
9832
9833 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9834
9835         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
9836         * configure: Regenerated.
9837         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
9838
9839 2003-03-04  Andreas Jaeger  <aj@suse.de>
9840
9841         * configure.in: Check for <memcheck.h>.
9842         * configure: Regenerated.
9843
9844         * config.in: Define HAVE_MEMCHECK_H.
9845
9846         * ggc-common.c: Use <memcheck.h> if available instead of
9847         <valgrind.h>.
9848         * ggc-page.c: Likewise.
9849         * cppfiles.c: Likewise.
9850
9851 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
9852
9853         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
9854
9855 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9856
9857         PR c/9262
9858         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
9859         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
9860
9861 2003-03-04  Jan Hubicka  <jh@suse.cz>
9862
9863         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
9864         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
9865         for -O3.
9866
9867 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9868
9869         * configure.in: Delete three unused variables.  Move a variable
9870         definition closer to its use.  Simplify use_collect2 logic.  Start to
9871         organize.  Simplify tests for in-tree gas and ld.
9872         * configure: Regenerate.
9873
9874 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
9875
9876         * Makefile.in: Update.
9877         * c-common.c (flag_no_line_commands, flag_no_output,
9878         flag_dump_macros, flag_dump_includes): New.
9879         * c-common.h (flag_no_line_commands, flag_no_output,
9880         flag_dump_macros, flag_dump_includes, preprocess_file): New.
9881         (init_c_lex): Update prototype.
9882         * c-lex.c (init_c_lex): Update prototype; move some code to
9883         c_common_init.
9884         * c-opts.c (preprocess_file): Subsume into c_common_init.
9885         (c_common_decode_option): Update flags.
9886         (c_common_init): Move code from preprocess_file and init_c_lex.
9887         (sanitize_cpp_opts): Update.
9888         * c-ppoutput.c: New, cppmain.c almost verbatim.
9889         * cpphash.h (struct printer): Remove.
9890         (struct cpp_reader): Remove print.
9891         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
9892         cpp_preprocess_file): Remove.
9893         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
9894         and dump_includes.
9895         * cppmain.c: Remove.
9896         * doc/passes.texi: Update.
9897
9898 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9899
9900         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
9901         (assign_stack_local_1): Perform overall stack alignment only when
9902         STACK_ALIGNMENT_NEEDED is non-zero.
9903         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
9904
9905         * pa.c (compute_frame_size): Rename fsize to size.  Account for
9906         alignment to a word boundary before general register save block.  Only
9907         account for double-word alignment before floating point register save
9908         block if one or more are saved.  Don't allocate space for %r3 when
9909         frame pointer is needed.
9910         (hppa_expand_prologue): Include alignment to word boundary in local
9911         frame size.
9912         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
9913         (STACK_ALIGNMENT_NEEDED): Define.
9914
9915 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
9916
9917         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
9918         global register variables.
9919
9920 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
9921
9922         * reload.c (reload_adjust_reg_for_mode): New function.
9923         (subst_reloads): Call it.
9924         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
9925         * reload.h (reload_adjust_reg_for_mode): Declare.
9926         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
9927         Call it.
9928
9929 2003-03-03  James E Wilson  <wilson@tuliptree.org>
9930
9931         * optabs.c (add_equal_note): Delete SUBREG_REG use.
9932         Fixes PR c/7872.
9933
9934 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
9935
9936         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
9937         (*ixorsi3_lshiftrt_16): New.
9938         (*iorsi3_ashift_16): Remove.
9939
9940 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
9941
9942         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
9943         pattern.
9944
9945 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
9946
9947         * doc/install.texi (Specific): Update entry for powerpc-darwin.
9948
9949 2003-03-03  Richard Henderson  <rth@redhat.com>
9950
9951         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
9952
9953 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
9954
9955         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
9956         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
9957         (rs6000_variable_issue): Do not return negative value.
9958         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
9959         scheduling pass.
9960
9961 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9962
9963         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
9964         prune_unused_types calls.
9965
9966 2003-03-03  Jason Merrill  <jason@redhat.com>
9967
9968         * tree-inline.c (find_builtin_longjmp_call): Save and restore
9969         lineno and input_filename.
9970         (find_alloca_call): Likewise.
9971         (inlinable_function_p): Run the langhook earlier.
9972
9973         * calls.c (compute_argument_addresses): Give the new MEMs a
9974         minimum alignment of PARM_BOUNDARY.
9975
9976 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
9977
9978         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
9979         subtarget_asm_isa_spec.
9980         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
9981         (ASM_SPEC): Define as SH_ASM_SPEC.
9982         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
9983         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
9984         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
9985         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
9986
9987         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
9988         and align_jumps if not set.
9989         Force align_jumps to be at least 2.
9990         When relaxing, force align_functions to be at least the maximum of
9991         align_loops, align_jumps and 4.
9992         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
9993         (sh_loop_align): Honour align_loops_log.
9994
9995         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
9996         to check for indirect_jump_scratch.
9997         (indirect_jump_scratch): Add second set.
9998         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
9999         when looking for indirect_jump_scratch.
10000         Extract scratch register taking new structure of indirect_jump_scratch
10001         into account.
10002         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
10003
10004 2003-03-03  Jan Hubicka  <jh@suse.cz>
10005
10006         * calls.c (rtx_for_function_call): Take the address as an argument
10007         (expand_call): Do not modify the expression.
10008
10009         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
10010         optimizing.
10011
10012 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
10013
10014         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
10015         TARGET_H8300H and TARGET_H8300S.
10016
10017 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
10018
10019         * config/h8300/h8300.md (a peephole2): New.
10020
10021 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
10022
10023         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
10024         operands[0] and operands[1] are different.
10025
10026 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
10027
10028         * reload1.c (reload_cse_move2add): Remove variable success.
10029
10030 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10031
10032         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
10033         warnings.
10034
10035 2003-03-02  Richard Henderson  <rth@redhat.com>
10036
10037         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
10038         * config.in, configure: Rebuild.
10039         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
10040         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
10041         paired ldtoffx and ldxmov annotations.
10042         (load_symptr_internal1): Remove.
10043         (load_symptr_high, load_symptr_low): New.
10044
10045 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
10046
10047         * c-incpath.c (add_path): Fix sysp assignment.
10048
10049 2003-03-02  Kurt Garloff  <garloff@suse.de>
10050
10051         * params.def: Introduce parameter max-inline-insns-rtl for
10052         a separate limit for the RTL inliner.
10053         * params.h: Likewise.
10054         * integrate.c (function_cannot_inline_p): Use it.
10055         * toplev.c (decode_f_option): Set multiple parameters
10056         controlling inlining with -finline-limit.
10057         * params.def: Fix orthographic and typographic errors.
10058         * doc/invoke.texi: Document parameters controlling inlining
10059         and the way -finline-limit sets multiple of them.
10060
10061         * tree.h (struct tree_decl): Introduce inlined_function_flag,
10062         recording whether the function became eligible for inlining
10063         by a compiler flag rather than the declaration.
10064         Provide DID_INLINE_FUNC macro to access it.
10065         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
10066         * cp/decl.c (grokfndecl): Likewise.
10067         * toplev.c (rest_of_compilation): Likewise.
10068         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
10069         * print-tree.c (print_node): Report it.
10070         * params.def: Introduce new max-inline-insns-auto limit.
10071         * params.h: Likewise.
10072         * tree-inline.c (inlinable_function_p): Apply it to functions
10073         with DID_INLINE_FUNC set.
10074         * toplev.c (decode_f_option): Initialize it from -finline-limit
10075         value.
10076         * doc/invoke.texi: Document new parameter.
10077
10078 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
10079
10080         * fix-header.c (read_scan_file): Don't reference simplify_path.
10081
10082 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
10083
10084         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
10085         min/max instructions by default as may result in reload errors.
10086
10087 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
10088
10089         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
10090         avoid reload problems; define split for it.
10091
10092 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
10093
10094         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
10095         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
10096         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
10097         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
10098         rotatert and rotate.
10099         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
10100         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
10101         ("*rotrhi3_addr"): New split for shift insns on address register.
10102         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
10103         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
10104         (___rotrhi3): Likewise.
10105         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
10106
10107 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
10108
10109         * toplev.c (aux_base_name): Moved from toplev.h.
10110         (filename): Constify.
10111         (lang_dependent_init): Don't duplicate name.
10112         (process_options): Set aux_base_name here, not...
10113         (do_compile): ...here.  Change protoype.
10114         (toplev_main): Move some code from do_compile.
10115         * toplev.h: Remove aux_base_name.
10116
10117 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
10118
10119         * config/h8300/h8300-protos.h: Add a prototype for
10120         iorxor_operator.
10121         * config/h8300/h8300.c (print_operand): Handle 'c'.
10122         (iorxor_operator): New.
10123         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
10124         * config/h8300/h8300.md (*iorhi3_zext): Remove.
10125         (*iorsi3_zexthi): Likewise.
10126         (*iorsi3_zextsi): Likewise.
10127         (*xorhi3_zextqi): Likewise.
10128         (*xorsi3_zexthi): Likewise.
10129         (*xorsi3_zextsi): Likewise.
10130         (*ixorhi3_zext): New.
10131         (*ixorsi3_zext_qi): Likewise.
10132         (*ixorsi3_zext_hi): Likewise.
10133
10134 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
10135
10136         * c-incpath.c (remove_component_p, simplify_path): Move back to
10137         cppfiles.c.
10138         (remove_duplicates): Use cpp_simplify_path.
10139         * c-incpath.h (simplify_path): Remove.
10140         * c-lex.c: Don't include c-incpath.h.
10141         (init_c_lex): Remove simplify_path.
10142         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
10143         (find_or_create_entry, validate_pch): Revert.
10144
10145 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
10146
10147         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
10148           an external cpp during compilation.
10149         (option_map): Likewise.
10150         * objc/lang-specs.h (default_compilers): Similarly.
10151         * doc/invoke.texi: Document -no-integrated-cpp flag.
10152
10153 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
10154
10155         * config/h8300/h8300.md (zero_extendqisi2): Change to an
10156         expander.
10157         (*zero_extendqisi2_h8300): New.
10158         (*zero_extendqisi2_h8300hs): New.
10159         (two splitters): New.
10160
10161 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10162
10163         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
10164
10165 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
10166
10167         * config/h8300/h8300.md (a peephole2): Remove dead code.
10168
10169 2003-03-01  Roger Sayle  <roger@eyesopen.com>
10170
10171         PR c++/9367
10172         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
10173         (BT_FN_INT_CONST_STRING_VALIST_ARG,
10174         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
10175         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
10176         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
10177         BT_FN_INT_STRING_CONST_STRING_VAR,
10178         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
10179         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
10180         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
10181         ATTR_NONNULL_3): Also include the nothrow attribute.
10182         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
10183         vsnprintf, vscanf, vsscanf): Don't define attributes here.
10184         * builtins.def (putchar, puts): Make full C89 built-ins.
10185         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
10186         vsscanf, vsnprintf, vsprintf): New built-ins.
10187         * c-common.c (c_common_nodes_and_builtins): Handle new macro
10188         DEF_FUNCTION_TYPE_VAR_3.
10189
10190         * doc/extend.texi: Document these new built-in functions.
10191
10192 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
10193
10194         * config/h8300/h8300.md (a peephole2): New.
10195
10196 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
10197
10198         * predict.c (estimate_bb_frequencies): Correctly set
10199         real_values_initialized after initialization.
10200
10201 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
10202
10203         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
10204         cppinit.o, cppdefault.o, fix-header): Update.
10205         * c-incpath.c: New file.
10206         * c-incpath.h: New file.
10207         * c-lex.c: Include c-incpath.h.
10208         (init_c_lex): Register path simplifier.
10209         * c-opts.c: Include cppdefault.h and c-incpath.h.
10210         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
10211         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
10212         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
10213         (missing_arg, c_common_decode_option): Handle them.
10214         (c_common_post_options): Register include chains.
10215         (print_help): Update.
10216         * cppdefault.h (struct default include): Update.
10217         Move some macros to ...
10218         * cppdefault.c: ... here.
10219         (cpp_include_defaults): Add extra field add_sysroot.
10220         * cppfiles.c (include_file, search_from, find_or_create_entry,
10221         cpp_included, find_include_file, remap_filename): Update for
10222         renaming of search_path to cpp_path, and of the chain headers.
10223         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
10224         * cpphash.h (struct search_path): Move to cpplib.h.
10225         (struct cpp_buffer, struct cpp_reader): Update.
10226         (_cpp_simplify_pathname): Remove.
10227         * cppinit.c: Don't include prefix.h and cppdefault.h.
10228         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
10229         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
10230         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
10231         no_pth, cpp_handle_options): Remove.
10232         (struct pending_option): Remove chain members.
10233         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
10234         cpp_handle_option): Update.
10235         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
10236         (struct cpp_options): Remove quote_include, bracket_include,
10237         include_prefix, include_prefix_len, verbose, ignore_srcdir,
10238         no_standard_includes, no_standard_cplusplus_includes.
10239         (struct cpp_callbacks): Add simplify_path.
10240         (cpp_handle_options): Remove.
10241         * fix-header.c: Include c-incpath.h.
10242         (read_scan_file): Update to use c-incpath functionality.
10243         * doc/passes.texi: Update.
10244
10245 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
10246
10247         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
10248         satisfies EXTRA_CONSTRAINT 'U'.
10249
10250 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
10251
10252         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
10253         register.
10254         (*tst_extzv_memqi_1_n): Change to a splitter.
10255         (a peephole2): Update.
10256
10257 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
10258
10259         * predict.c (estimate_bb_frequencies): Initialize the sreal
10260         constants once per compilation.
10261
10262 2003-02-28  Richard Henderson  <rth@redhat.com>
10263
10264         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
10265
10266 2003-02-28  scott snyder  <snyder@fnal.gov>
10267
10268         * flags.h: Add flag_eliminate_unused_debug_types.
10269         * toplev.c: Add flag_eliminate_unused_debug_types.
10270         (f_options): Add -feliminate-unused-debug-types.
10271         * dwarf2out.c (struct file_table): Add emitted member.
10272         (splice_child_die): Fix the parent pointer for the child being
10273         spliced.
10274         (lookup_filename): Maintain file_table.emitted array.  Don't
10275         output .file directive here.
10276         (maybe_emit_file): (new)
10277         (init_file_table): Set up file_table.emitted.
10278         (dwarf2out_source_line): Use maybe_emit_file.
10279         (dwarf2out_start_source_file): Use maybe_emit_file.
10280         (dwarf2out_init): Use maybe_emit_file.
10281         (prune_unused_types_walk_attribs): (new)
10282         (prune_unused_types_mark): (new)
10283         (prune_unused_types_walk): (new)
10284         (prune_unused_types_prune): (new)
10285         (prune_unused_types): (new)
10286         (dwarf2out_finish): Call prune_unused_types if
10287         flag_eliminate_unused_debug_types is set.
10288         * doc/invoke.texi (Option Summary): Add
10289         -feliminate-unused-debug-types.
10290         (Debugging Options): Likewise.
10291
10292 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
10293
10294         * doc/invoke.texi: Change .pch to .gch.
10295         * cppfiles.c (open_file_pch): Likewise.
10296         * gcc.c (default_compilers): Likewise.
10297
10298 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
10299
10300         * floatlib.c: Remove.
10301
10302 2003-02-28  Jason Merrill  <jason@redhat.com>
10303
10304         * stor-layout.c (variable_size): Leave a "minus 1" outside the
10305         SAVE_EXPR.
10306
10307 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
10308
10309         * config/rs6000/power4.md: Add compare bypass.
10310
10311 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
10312
10313         * config/netbsd.h: Update copyright years.
10314         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
10315         -pthread is specified on the command line.
10316
10317 2003-02-28  Dale Johannesen <dalej@apple.com>
10318
10319         * loop.c (struct movable): Add insert_temp, shrink savemode.
10320         (scan_loop): Accept invariants that require copying; mark as
10321         insert_temp.
10322         (combine_movables): Don't combine insert_temp movables.
10323         (move_movables): Insert copies for insert_temp movables.
10324         Don't record the info based on regno for insert_temp's.
10325
10326 2003-02-28  Joel Sherrill <joel@OARcorp.com>
10327
10328         PR 9638/other
10329         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
10330         this constant defaults to 1.
10331
10332 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
10333
10334         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
10335
10336 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
10337
10338         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
10339         ARMv5e processor, not just for XScale.  Instructions are predicable.
10340         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
10341
10342 2003-02-28  Nick Clifton  <nickc@redhat.com>
10343
10344         * config/arm/arm.c (note_invalid_constants): Change parameter type
10345         from bool to int.
10346
10347 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
10348
10349         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
10350         test of bit 7.
10351         (*tst_extzv_memqi_1_n): Likewise.
10352         (a peephole2): New.
10353
10354 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
10355
10356         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
10357         #ifndef __mips16.
10358
10359 2003-02-28  Jan Hubicka  <jh@suse.cz>
10360
10361         * combine.c (gen_lowpart_for_combine): Update handling of
10362         subregs_of_mode
10363         * flow.c (life_analysis, mark_used_regs): Likewise.
10364         * regclass.c (subregs_of_mode): Turn into single bitmap.
10365         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
10366         dealing with subregs_of_mode
10367         * regs.h (subregs_of_mode): Update prototype.
10368
10369 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
10370
10371         * emit-rtl.c (set_reg_attrs_for_parm): New function.
10372         * rtl.h (set_reg_attrs_for_parm): New exported function.
10373         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
10374         set_reg_attrs_from_mem.
10375
10376 2003-02-27  Roger Sayle  <roger@eyesopen.com>
10377             Zack Weinberg <zack@codesourcery.com>
10378
10379         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
10380
10381 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
10382
10383         * reload1.c (sext_for_mode): Remove.
10384         (reload_cse_move2add): Use trunc_int_for_mode instead of
10385         sext_for_mode.
10386         (move2add_note_store): Likewise.
10387         Reset register information if we see a set in non-integer
10388         mode.
10389
10390 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
10391
10392         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
10393         option.
10394         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
10395         * config/rs6000/aix51.h: Same.
10396         * config/rs6000/aix52.h: Same.
10397         * config/rs6000/power4.md: Additional VMX bypasses.
10398
10399 2003-02-27   Geert Bosch <bosch@gnat.com>
10400
10401         * toplev.c (print_version): Add indentation for GGC heuristics and
10402         output after printing version information.
10403
10404 2003-02-27  James E Wilson  <wilson@tuliptree.org>
10405
10406         * combine.c (simplify_comparison): Require integral mode when
10407         permuting SUBREG with AND.
10408
10409 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
10410
10411         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
10412
10413 2003-02-27  Nick Clifton  <nickc@redhat.com>
10414
10415         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
10416         deleted when cirrus instructions were added.
10417
10418 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
10419
10420         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
10421         POSIX thread support by default.
10422
10423 2003-02-27  Roger Sayle  <roger@eyesopen.com>
10424
10425         * config/i386/cygwin.h: Don't include any other files directly.
10426         * config/i386/mingw32.h: Don't include cygwin.h directly.
10427         * config.gcc (cygwin, mingw32, uwin): Instead make these files
10428         explicit in the tm_files variable.
10429
10430 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
10431
10432         * config/rs6000/rs6000.md: Add TI constant splitter.
10433
10434 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
10435
10436         * builtins.c (purge_builtin_constant_p): Handle subreg of
10437         constant_p_rtx too.
10438
10439         * function.c (assign_stack_local_1): Truncate constant added to
10440         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
10441
10442 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
10443
10444         * config.gcc: Add power4 to PowerPC with_cpu list.
10445
10446 2003-02-26  Jan Hubicka  <jh@suse.cz>
10447
10448         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
10449
10450 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10451
10452         * gcov-dump.c (print_prefix): Fix signedness warning.
10453         * gcov-io.h (struct counter_section, struct counter_section_data): New.
10454         (struct function_info): n_arc_counts field removed, n_counter_sections,
10455         counter_sections fields added.
10456         (struct gcov_info): arc_counts, n_arc_counts fields removed,
10457         n_counter_sections, counter_sections fields added.
10458         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
10459         profile sections.
10460         * profile.h (MAX_COUNTER_SECTIONS): New.
10461         (struct section_info): New.
10462         (struct profile_info): count_instrumented_edges,
10463         count_edges_instrumented_now fields removed, n_sections, section_info
10464         fields added.
10465         (find_counters_section): Declare.
10466         * profile.c (struct function_list): count_edges field removed,
10467         n_counter_sections, counter_sections fields added.
10468         (set_purpose, label_for_tag, build_counter_section_fields,
10469         build_counter_section_value, build_counter_section_data_fields,
10470         build_counter_section_data_value, build_function_info_fields,
10471         build_function_info_value, build_gcov_info_fields,
10472         build_gcov_info_value): New static functions.
10473         (find_counters_section): New function.
10474         (instrument_edges, get_exec_counts, compute_branch_probabilities,
10475         branch_prob, create_profiler): Modified to support multiple profile
10476         sections.
10477
10478 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10479
10480         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
10481         is 8 * STACK_BOUNDARY.
10482         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
10483
10484 2003-02-26  Michael Matz  <matz@suse.de>
10485
10486         * ra-colorize.c (merge_moves): Fix list handling.
10487
10488 2003-02-26  Nick Clifton  <nickc@redhat.com>
10489
10490         * config/arm/arm.c (is_load_address): Rename to...
10491         (arm_memory_load_p) ... this and make it check for SUBREGs and
10492         constant loads that will be converted into loads from the
10493         minipool.
10494         (is_cirrus_insn): Rename to ...
10495         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
10496         of CIRRUS_NO with CIRRUS_NOT.
10497         (cirrus_reorg): Use renamed functions.
10498         (note_invalid_constants): Change from a void function to bool.
10499         Add an extra parameter, saying whether the fixups should be
10500         pushed.  Return true if fixups are needed.
10501         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
10502         of CIRRUS_NO with CIRRUS_NOT.
10503         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
10504         other floating point co-processors can also affect this.
10505         * config/arm/arm.md ("type" attribute): Add mav_farith and
10506         mav_dmult.  Replace references to "cirrus_type" attribute with
10507         "type".
10508         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
10509         ("cirrus_type" attribute): Delete - use "type" instead.
10510         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
10511         'normal'.
10512
10513 2003-02-25  Jan Hubicka  <jh@suse.cz>
10514
10515         * objc-act.c: Include cgraph.h
10516         (mark_referenced_methods): New function.
10517         (objc_init): Call it.
10518         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
10519
10520         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
10521         mode.
10522
10523         * optabs.c (expand_fix): Do not widen the input operand.
10524
10525         * expr.c (emit_group_store):  Fix crash when converting single
10526         register into complex register.
10527
10528         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
10529         * alias.c: Include timevar.h
10530         (init_alias_analysis):  Set timevar
10531         * jump.c: Include timevar.h
10532         (rebuild_jump_labels):  Set timevar
10533         * regcalss.c: Include timevar.h
10534         (reg_scan):  Set timevar
10535         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
10536
10537 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10538
10539         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
10540
10541         * Makefile.in (loop-unroll.o): New.
10542         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
10543         (unroll_and_peel_loops): Declare.
10544         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
10545         flag_old_unroll_loops.
10546         * loop.c (loop_invariant_p): Ditto.
10547         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
10548         flag_old_unroll_all_loops.
10549         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
10550         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
10551         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
10552         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
10553         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
10554         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
10555         PARAM_MAX_ONCE_PEELED_INSNS): New.
10556         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
10557         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
10558         instead of old one.
10559         (flag_peel_loops): New.
10560         (lang_independent_options): The new flags added.
10561         (rest_of_compilation): Call new unroller.
10562         (process_options): Setup flags for coexistence of old and new unroller.
10563         * doc/invoke.texi: Document new options.
10564         * doc/passes.texi: Document new unroller pass.
10565
10566 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
10567
10568         * fixinc/fixincl.x: Regenerate
10569
10570 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
10571
10572         * function.c (assign_parms): Set reg_attrs for parameters passed in
10573         registers.
10574
10575 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
10576
10577         PR target/9681
10578         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
10579
10580 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
10581
10582         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
10583         pseudo-op.
10584
10585 2003-02-25  Roger Sayle  <roger@eyesopen.com>
10586
10587         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
10588         * cse.c (invalidate_skipped_set):  Likewise.
10589         * integrate.c (subst_constants):  Likewise.
10590         * jump.c (reversed_comparison_code_parts):  Likewise.
10591         * loop.c (canonicalize_condition):  Likewise.
10592         * simplify-rtx.c (simplify_relational_operation):  Likewise.
10593
10594 2003-02-25  Roger Sayle  <roger@eyesopen.com>
10595
10596         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
10597         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
10598         the appropriate macro to define built-in function.
10599         (fmod,fmodf,fmodl): New built-in functions.
10600
10601         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
10602
10603 2003-02-25  Richard Henderson  <rth@redhat.com>
10604
10605         * config/i386/i386.c (function_arg): Pass variable sized
10606         structures correctly on the stack.
10607
10608 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
10609
10610         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
10611         does not reduce the cost of SET.
10612
10613 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10614
10615         PR target/9732
10616         * config/rs6000/rs6000.c (first_reg_to_save): Handle
10617         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
10618         (rs6000_emit_prologue): Likewise.
10619         (rs6000_emit_epilogue): Likewise.
10620         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
10621         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
10622
10623 2003-02-25  Richard Henderson  <rth@redhat.com>
10624
10625         * real.c (real_to_integer2): Force overflow result only for
10626         unsigned overflow.
10627
10628 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
10629
10630         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
10631
10632 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
10633             Richard Henderson  <rth@redhat.com>
10634
10635         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
10636         there is no similar load.
10637
10638 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
10639             Richard Henderson  <rth@redhat.com>
10640
10641         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
10642         sched-rgn.c.
10643         (add_forward_dependence): New function prototype.
10644
10645         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
10646         sched-init.h.
10647         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
10648         them to haifa-sched.c.
10649
10650         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
10651         haifa_classify_insn): Move them from sched-rgn.c.
10652
10653         * sched-deps.c (add_dependence): Return flag of creating a new
10654         entry.
10655         (add_forward_dependence): New function.
10656         (compute_forward_dependences): Use the function.
10657
10658         * sched-ebb.c (earliest_block_with_similiar_load): New function.
10659         (add_deps_for_risky_insns): New function.
10660         (schedule_ebb): Call the function.
10661
10662 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
10663
10664         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
10665         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
10666
10667         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
10668         opaque types fail.
10669
10670         * c-typeck.c (comptypes): Change call to vector_types_compatible
10671         to vector_opaque_p.
10672         (convert_for_assignment): Call vector_opaque_p instead of
10673         vector_types_compatible.
10674         (really_start_incremental_init): Disallow initialization of opaque
10675         types.
10676
10677         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
10678         Define TARGET_VECTOR_OPAQUE_P.
10679         (TARGET_INITIALIZER): Same.
10680
10681         * target.h (struct gcc_target): Remove vector_types_compatible.
10682         Add vector_opaque_p.
10683
10684         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
10685         Remove.
10686         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
10687         a vector type.  Change return type to bool.
10688         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
10689         (TARGET_VECTOR_OPAQUE_P): Define.
10690
10691         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
10692         target hook.
10693         Include target.h.
10694         (cp_parser_init_declarator): Fix typo in function comments.
10695
10696 2003-02-25  Jan Hubicka  <jh@suse.cz>
10697
10698         * Makefile.in (lcm.o):  Add dependency on function.h
10699         * lcm.c (function.h): Include.
10700         * i386.c (machine_function, ix86_stack_locals,
10701         * ix86_save_varrargs_registers) : Move to
10702         ...
10703         * i386.h (machine_function, ix86_stack_locals,
10704         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
10705         (ix86_optimize_mode_switching): New.
10706         * i386.md (fix patterns): Set ix86_optimize_mode_switching
10707
10708 2003-02-25  Nick Clifton  <nickc@redhat.com>
10709
10710         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
10711         of fourth arg is 'fndecl' not 'indirect'.  Update comment
10712         describing the function's parameters.
10713
10714 2003-02-24  Jan Hubicka  <jh@suse.cz>
10715
10716         * combine.c (simplify_shift_const):  Fix previous patch.
10717
10718 2003-02-24  Jeff Law  <law@redhat.com>
10719
10720         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
10721         alternative.
10722         (testsi_1, testhi_1, testqi_1): Likewise.
10723
10724 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10725
10726         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
10727         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
10728         * doc/extend.texi (Tru64 Pragmas): Reflect this.
10729
10730         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
10731         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
10732         * fixinc/fixincl.x: Regenerate.
10733         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
10734         testcase.
10735         Fixes PR c/5059, c/6126, other/9671.
10736
10737 2003-02-24  Roger Sayle  <roger@eyesopen.com>
10738
10739         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
10740         from handle_braces in "%{...}".
10741
10742 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
10743
10744         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
10745         (prepare_move_operands): Handle TLS operands.
10746         (tls_symbolic_operand): New.
10747         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
10748         (legitimize_pic_address): Do nothing for the TLS symbol.
10749         (sh_encode_section_info): Handle TLS case.
10750         (sh_strip_name_encoding): Drop TLS encoding.
10751         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
10752         * config/sh/sh.h (SH_TLS_ENCODING): Define.
10753         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
10754         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
10755         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
10756         * config/sh/sh.md: Define TLS UNSPEC constants.
10757         (type): Add tls_load.
10758         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
10759         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
10760         ("tls_initial_exec"): New insn.
10761         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
10762         ("load_gbr"): New insn.
10763
10764         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
10765         * configure: Regenerate.
10766
10767 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
10768
10769         PR 9297, PR 9722
10770         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
10771         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
10772         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
10773         (enum block_op_methods): Reorder for better store_expr optimization.
10774         * expr.c (store_expr): Test bit 1 of "want_value" for call param
10775         stores, test bit 0 for original want_value meaning.  Pass
10776         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
10777         recursive calls, and calls to expand_param.
10778         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
10779         expected, set target to 0 rather than to subtarget.  Formatting.
10780
10781 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
10782
10783         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
10784
10785 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10786
10787         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
10788         new default behavior.
10789         * ggc-common.c: Include sys/resource.h.
10790         (ggc_rlimit_bound): New function.
10791         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
10792         defaults to account for rlimits.
10793
10794 2003-02-22  Richard Henderson  <rth@redhat.com>
10795
10796         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
10797
10798 2003-02-22  Kelley Cook <kelley@dwhoops.info>
10799
10800         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
10801         (ix86_tune_string): Rename from ix86_cpu_string.
10802
10803 2003-02-22  Kelley Cook <kelleycook@comcast.net>
10804
10805         * config/i386/i386.c: Replace "mcpu" with "mtune".
10806         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
10807         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
10808         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
10809         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
10810
10811 2003-02-23  Andreas Schwab  <schwab@suse.de>
10812
10813         * config.gcc: Delete references to m68k/t-linux and
10814         m68k/t-linux-aout.
10815         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
10816
10817 2003-02-22  Jan Hubicka  <jh@suse.cz>
10818
10819         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
10820         of track scheduling patch.
10821
10822 2003-02-22  Jan Hubicka  <jh@suse.cz>
10823
10824         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
10825         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
10826
10827 2003-02-22  Jan Hubicka  <jh@suse.cz>
10828
10829         * c-decl.c (c_expand_body_1): Fix.
10830
10831 2003-02-22  Jan Hubicka  <jh@suse.cz>
10832
10833         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
10834
10835         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
10836         when not optimizing.
10837         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
10838         when not expensive.
10839         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
10840         optimizing;  Delete trivially dead insns early; fix optimize check.
10841
10842         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
10843         dependency on cgraph.h
10844         * c-decl.c: Include cgraph.h
10845         (finish_function): Update call of tree_inlinable_function_p.
10846         * c-objc-common.c: Include cgraph.h
10847         * cgraph.h: New file.
10848         * cgraphunit.c: New file.
10849         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
10850         (cgraph_nodes, cgraph_n_nodes): Globalize.
10851         (cgraph_finalize_function, cgraph_finalize_compilation_unit
10852         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
10853         Move into cgraphunit.c
10854         * tree-inline.c: Include cgraph.h
10855         * tree-inline.c: Include cgraph.h
10856
10857 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
10858
10859         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
10860         for copying a register.
10861
10862 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
10863
10864         PR other/3782
10865         * toplev.c (process_options): If flag_detailed_statistics is set,
10866         then set time_report as well.
10867
10868         PR c/8828
10869         * jump.c (never_reached_warning): Don't fall through BARRRIER
10870         insns.  Update comments to reflect what the function really does.
10871
10872 2003-02-21  Roger Sayle  <roger@eyesopen.com>
10873
10874         * fold-const.c (omit_one_operand): No longer static.
10875         * tree.h (omit_one_operand): Prototype here.
10876         (div_and_round_double): Keep fold-const.c prototypes together.
10877         * builtins.c (builtin_mathfn_code): Handle binary built-in
10878         funtions, such as "pow" and "atan2".
10879         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
10880         Simplify optimizations using "type" the builtin's return type.
10881
10882 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
10883
10884         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
10885         Fix functionalization typo.
10886
10887         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
10888         in an asm.
10889
10890 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10891
10892         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
10893         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
10894         documentation.
10895         * ggc-common.c: Include params.h
10896         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
10897         init_ggc_heuristics): New functions.
10898         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
10899         init_ggc_heuristics): Prototype.
10900         * toplev.c (print_version):  Output GGC heuristics.
10901         (parse_options_and_default_flags): Call init_ggc_heuristics.
10902
10903 2003-02-22  Jan Hubicka  <jh@suse.cz>
10904
10905         * i386.c (def_builtin):  Special case 64bit builtins.
10906         (MASK_SSE164, MASK_SSE264): New constants.
10907         (builtin_description): Add 64bit builtins.
10908         (ix86_init_mmx_sse_builtins): Likewise.
10909         * i386.h (enum ix86_builtins): Likewise.
10910         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
10911         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
10912         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
10913         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
10914         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
10915         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
10916         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
10917
10918 2003-02-22  Jan Hubicka  <jh@suse.cz>
10919
10920         * i386.c (builtin_description): Add __builtin_ia32_paddq and
10921         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
10922          and __builtin_ia32_psubq128.
10923         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
10924         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
10925         (mmx_adddi3, mmx_subdi3): New.
10926         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
10927         * xmmintrin.h (_mm_movepi64_pi64): New.
10928         (_mm_add_epi64, _mm_sub_epi64): fix.
10929         (_mm_mul_pu16): Rename to...
10930         (_mm_mul_su32): ... this one.
10931
10932         * builtins.c (expand_builtin_expect):  Do not predict
10933         flag_guess_branch_prob is not set.
10934         * c-semantics.c (expand_stmt): Likewise.
10935         * predict.c (predict_insn): Likewise.
10936         * stmt.c (expand_continue_loop): Likewise.
10937         * toplev.c (rest_of_compilation): Do not call
10938         note_prediction_to_br_prob and note_prediction_to_br_prob
10939         when not optimizing.
10940
10941 2003-02-21  Jan Hubicka  <jh@suse.cz>
10942
10943         * cfgrtl.c (commit_edge_insertions):  Call
10944         find_many_sub_basic_block only when some code has been emitted.
10945         (commit_edge_insertions_watch_calls): Bring into sync with
10946         commit_edge_insertions
10947
10948 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
10949
10950         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
10951
10952         * sh.md (binary_sf_op): Use extra constant operand instead of
10953         negating constant operand 4.
10954         * sh.c (sh_expand_binop_v2sf): Supply it.
10955
10956 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10957
10958         * cpphash.h (struct lexer_state): Add directive_wants_padding.
10959         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
10960         for directives of type INCL.
10961         (glue_header_name, parse_include): Use get_token_no_padding.
10962         * cppmacro.c (replace_args): If directive_wants_padding,
10963         provide padding tokens.
10964
10965 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
10966
10967         * config/h8300/h8300.md (a peephole2): New.
10968
10969 2003-02-21  Jan Hubicka  <jh@suse.cz>
10970
10971         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
10972         (commit_edge_insertions): Call find_many_sub_basic_blocks
10973
10974         * reg-stack.c (convert_regs): Cleax aux for blocks.
10975
10976 2003-02-21  Jan Hubicka  <jh@suse.cz>
10977
10978         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
10979
10980 2003-02-21  Glen Nakamura  <glen@imodulo.com>
10981
10982         PR optimization/8613
10983         * builtins.c (expand_builtin): Emit postincrements before expanding
10984         builtin functions.
10985
10986 2003-02-21  Ben Elliston  <bje@redhat.com>
10987
10988         PR other/5634
10989         * doc/install.texi (Configuration): Explain using $HOME instead of
10990         the ~ metacharacter when referring to home directories.
10991
10992 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
10993
10994         * configure.in (TARGET_SYSTEM_ROOT): Set default to
10995         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
10996         '${exec_prefix}' (in addition to the expansion thereof) as
10997         relocatable.
10998         * configure: Rebuilt.
10999
11000 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
11001
11002         * config/h8300/h8300.md (addhi3_incdec): Change the name to
11003         *addhi3_incdec.
11004         (addsi3_incdec): Change the name to *addsi3_incdec.
11005
11006 2003-02-20  Roger Sayle  <roger@eyesopen.com>
11007
11008         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
11009
11010 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
11011
11012         PR fortran/9038
11013         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
11014         options to be ignored.
11015         (c_common_decode_option): Ignore them when preprocessing.
11016
11017 2003-02-20  Jan Hubicka  <jh@suse.cz>
11018
11019         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
11020         global variables.
11021         (lang_independent_options):  Add -fsched2-use-superblocks
11022         -fsced2-use-traces.
11023         (rest_of_compilation): Deal with it.
11024         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
11025         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
11026         Declare.
11027         * rtl.h (reg_to_stack):  Update prototype.
11028         * reg-stack.c (reg_to_stack): Return when something has changed;
11029         update liveness when executing after superblock scheduling.
11030
11031         * combine.c (simplify_shift_const):  Simplify few special cases
11032         into constants.
11033
11034 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
11035
11036         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
11037         (add.,subf.,neg.): Change attribute to fast_compare.
11038         All DFA descriptions updated.
11039
11040 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
11041
11042         Change base class access representation.
11043         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
11044         TREE_VIA_PRIVATE): Remove.
11045         (BINFO_BASEACCESSES): New binfo elt.
11046         (BINFO_BASEACCESS): New accessor.
11047         (BINFO_ELTS): Increase.
11048         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
11049         (access_public_node, access_protected_node,
11050         access_private_node): New global nodes.
11051         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
11052         * dbxout.c (dbxout_type): Adjust.
11053         * dwarf2out.c (gen_inheritance_die): Add access parameter.
11054         (gen_member_die): Adjust.
11055         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
11056         (output_type): Adjust.
11057         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
11058
11059         Change base class access representation. Share virtual base
11060         binfos.
11061         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
11062         call.
11063         * cp/class.c (build_base_path): Likewise.
11064         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
11065         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
11066         (make_new_vtable): Adjust.
11067         (force_canonical_binfo_r): Delete.
11068         (force_canonical_binfo): Delete.
11069         (mark_primary_virtual_base): Delete.
11070         (dfs_unshared_virtual_bases): Delete.
11071         (mark_primary_bases): Adjust.
11072         (maybe_warn_about_overly_private_class): Adjust.
11073         (dfs_base_derived_from): Delete.
11074         (base_derived_from): Follow the inheritance chain.
11075         (struct find_final_overrider_data): Add vpath member.
11076         (dfs_find_final_overrider): Adjust.
11077         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
11078         (find_final_overrider): Adjust.
11079         (update_vtable_entry_for_fn): Adjust.
11080         (modify_all_vtables): Adjust.
11081         (walk_subobject_offsets): Adjust.
11082         (layout_nonempty_base_or_field): Adjust.
11083         (layout_empty_base): Remove last parameter. Adjust.
11084         (build_base_field): Adjust.
11085         (build_base_fields): Adjust.
11086         (propagate_binfo_offsets): Remove last parameter. Adjust.
11087         (dfs_set_offset_for_unshared_vbases): Delete.
11088         (layout_virtual_bases): Adjust.
11089         (finish_struct_1): Adjust.
11090         (init_class_processing): Don't init access nodes.
11091         (dfs_get_primary_binfo): Delete.
11092         (get_primary_binfo): Adjust.
11093         (dump_class_hierarchy_r): Remove most derived arg, add IGO
11094         parameter. Adjust.
11095         (dump_class_hierarchy): Adjust.
11096         (finish_vtbls): Adjust.
11097         (get_original_base): Delete.
11098         (build_vtt_inits): Adjust.
11099         (dfs_build_secondary_vptr_vtt_inits): Adjust.
11100         (dfs_ctor_vtable_bases_queue_p): Adjust.
11101         (build_ctor_vtbl_group): Adjust.
11102         (dfs_accumulate_vtbl_inits): Adjust.
11103         (build_vtbl_initializer): Adjust.
11104         (build_vbase_offset_vtbl_entries): Adjust.
11105         (add_vcall_offset_vtbl_entries_1): Adjust.
11106         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
11107         (access_*_node): Remove.
11108         (CANONICAL_BINFO): Delete.
11109         (BINFO_UNSHARED_MARKED): Remove.
11110         (BINFO_MARKED): Set LANG_FLAG_0 directly.
11111         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
11112         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
11113         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
11114         Delete.
11115         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
11116         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
11117         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
11118         Delete.
11119         (BINFO_DEPENDENT_BASE_P): New.
11120         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
11121         index.
11122         (markedp, unmarkedp): Adjust.
11123         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
11124         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
11125         find_vbase_instance, binfo_for_vbase): Delete.
11126         (copied_binfo, original_binfo): Declare.
11127         (finish_base_specifier): Add virtual_p arg.
11128         (unshare_base_binfos): Delete.
11129         (copy_base_binfos): Declare.
11130         (reverse_path): Delete.
11131         * cp/decl.c (xref_basetypes): Access and virtuality passed
11132         differently. Don't copy direct base binfos here. Call
11133         copy_base_binfos.
11134         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
11135         (initialize_vtbl_ptrs): Adjust.
11136         (expand_member_init): Adjust.
11137         * cp/parser.c (cp_parser_base_specifier): Adjust.
11138         * cp/pt.c (instantiate_class_template): Adjust.
11139         (get_template_base_recursive): Adjust.
11140         * cp/rtti.c (get_pseudo_ti_init): Adjust.
11141         (get_pseudo_ti_desc): Adjust.
11142         * cp/tree.c (unshare_base_binfos): Rename to ...
11143         (copy_base_binfos): ... here, reimplement.
11144         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
11145         (reverse_path): Remove.
11146         * cp/typeck.c (get_delta_difference): Adjust error messages.
11147         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
11148         * cp/search.c (lookup_base_r): Adjust.
11149         (dynamic_cast_base_recurse): Adjust.
11150         (canonical_binfo): Remove.
11151         (dfs_canonical_queue): Remove.
11152         (dfs_assert_unmarked_p): Remove.
11153         (assert_canonical_unmarked): Remove.
11154         (shared_marked_p, shared_unmarked_p): Remove.
11155         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
11156         (dfs_access_in_type): Adjust.
11157         (access_in_type): Adjust.
11158         (dfs_accessible_queue_p): Adjust.
11159         (dfs_accessible_p): Adjust.
11160         (is_subobject_of_p_1, is_subobject_of_p): Remove.
11161         (struct lookup_field_info): Remove from_dep_base_p field.
11162         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
11163         (lookup_field_r): Remove dependent base code.
11164         (lookup_member): Likewise.
11165         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
11166         (dfs_unmarked_real_bases_queue_p): Remove.
11167         (dfs_marked_real_bases_queue_p): Remove.
11168         (dfs_skip_vbases): Remove.
11169         (dfs_get_pure_virtuals): Adjust.
11170         (markedp, unmarkedp): Adjust.
11171         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
11172         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
11173         (dfs_unmark): Adjust.
11174         (dfs_get_vbase_types):Remove.
11175         (dfs_build_inheritance_graph_order): Remove.
11176         (get_vbase_types): Remove
11177         (dfs_find_vbase_instance): Remove.
11178         (find_vbase_instance): Remove.
11179         (dfs_debug_unmarkedp): Adjust.
11180         (dependent_base_p): Remove.
11181         (dfs_push_type_decls): Adjust.
11182         (dfs_push_decls): Adjust.
11183         (dfs_no_overlap_yet): Adjust.
11184         (copied_binfo): New function.
11185         (original_binfo): New function.
11186         (binfo_for_vbase): Remove.
11187
11188         Change base class access representation.
11189         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
11190         (add_interface_do): Likewise.
11191
11192 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
11193
11194         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
11195         * config/rs6000/power4.md (power4-store,power4-vecstore): New
11196         insn reservations.
11197         (power4-fpstore): Compact.
11198
11199 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
11200
11201         * config/h8300/h8300.md (*iorsi3_w): New.
11202
11203 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
11204
11205         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
11206         * rtl.c (reg_note_name): Likewise.
11207         * rtl.h (enum reg_note): Likewise.
11208         * doc/invoke.texi: Likewise.
11209         * doc/rtl.texi: Likewise.
11210
11211 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
11212
11213         * bb-reorder.c (find_traces_1_round): Fix comment typo.
11214
11215 2003-02-19  Roger Sayle  <roger@eyesopen.com>
11216
11217         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
11218         addition in the presence of signaling NaNs.
11219
11220 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
11221
11222         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
11223
11224 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
11225
11226         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
11227         ORing with 0xffff??00 with the highest bit of the ?? part set.
11228         (compute_logical_op_length): Update.
11229         (compute_logical_op_cc): Likewise.
11230
11231 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
11232
11233         * bb-reorder.c (find_traces_1_round): Fixed condition for small
11234         destination block with multiple predecessors.
11235         (connect_traces): Check whether the block is a start of trace.
11236
11237 2003-02-19  Jan Hubicka  <jh@suse.cz>
11238
11239         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
11240         * function.c (assign_params): Likewise.
11241         * arm-protos.h (arm_init_cumulative_args): Update prototype.
11242         * arm.c (arm_init_cumulative_args): Update function.
11243         * arm.h (INIT_CUMULATIVE_ARGS): Update.
11244         * avr-protos.h (init_cumulative_args): Update prototype.
11245         * avr.c (init_cumulative_args): Update function.
11246         * avr.h (INIT_CUMULATIVE_ARGS): Update.
11247         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
11248         * d30v.c (d30v_init_cumulative_args): Update function.
11249         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
11250         * frv-protos.h (frv_init_cumulative_args): Update prototype.
11251         * frv.c (frv_init_cumulative_args): Update function.
11252         * frv.h (INIT_CUMULATIVE_ARGS): Update.
11253         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
11254         * pa.h (INIT_CUMULATIVE_ARGS): Update.
11255         * sparc-protos.h (init_cumulative_args): Update prototype.
11256         * sparc.c (init_cumulative_args): Update function.
11257         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
11258         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
11259
11260 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
11261
11262         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
11263         (*ashiftsi_sextqi_7): Likewise.
11264
11265 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11266
11267         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
11268         ISO C99 and C++.
11269
11270         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
11271         for C++ on IRIX 6.5.1[89].
11272         * fixinc/tests/base/internal/sgimacros.h: New file.
11273
11274         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
11275         * fixinc/tests/base/internal/wchar_core.h: New file.
11276
11277         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
11278         socklen_t definition.
11279         * fixinc/fixincl.x: Regenerate.
11280         * fixinc/tests/base/sys/socket.h: New file.
11281         Fixes PR libgcj/9652.
11282
11283 2003-02-19  Jan Hubicka  <jh@suse.cz>
11284
11285         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
11286
11287 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
11288
11289         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
11290         align_jumps_max_skip and align_loops_max_skip.
11291
11292 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
11293
11294         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
11295         test size if named section.
11296
11297 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
11298
11299         * expr.c (expand_expr): Use gen_int_mode for the argument
11300         to gen_rtx_MULT.
11301
11302 2003-02-19  Jan Hubicka  <jh@suse.cz>
11303
11304         * i386.md (cosxf2):  Fix conditional.
11305
11306 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
11307
11308         * config/h8300/h8300.md (extendqisi2): Change to an expander.
11309         (*extendqisi2_h8300): New.
11310         (*extendqisi2_h8300hs): Likewise.
11311
11312 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
11313
11314         * config/h8300/h8300-protos.h: Update the prototype for
11315         split_adds_subs.  Remove the prototypes for
11316         const_int_le_2_operand and const_int_le_6_operand.
11317         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
11318         (const_int_le_2_operand): Remove.
11319         (const_int_le_6_operand): Likewise.
11320         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
11321         for const_int_le_2_operand and const_int_le_6_operand.
11322         * config/h8300/h8300.md: Update all uses of split_adds_subs.
11323         (a peephole2): New.
11324
11325 2003-02-18  Jan Hubicka  <jh@suse.cz>
11326
11327         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
11328         (cgraph_expand_function): Rewrite.
11329
11330 2003-02-18  Matt Austern <austern@apple.com>
11331
11332         * toplev.c, langhooks.c, langhooks-def.h: Move
11333         write_global_declarations from toplev.c to langhooks.c.
11334
11335 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11336
11337         * config/h8300/h8300.c (general_operand_src): Always check
11338         MODE.
11339         (general_operand_dst): Likewise.
11340
11341 2003-02-18  Roger Sayle  <roger@eyesopen.com>
11342
11343         * convert.c (convert_to_real): Also optimize (float)log(x) into
11344         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
11345
11346 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11347
11348         * config/sh/sh.c (unspec_caller_rtx_p): New.
11349         (sh_cannot_copy_insn_p): New.
11350         (TARGET_CANNOT_COPY_INSN_P): New.
11351
11352 2003-02-18  Richard Henderson  <rth@redhat.com>
11353
11354         * c-common.c (handle_used_attribute): Accept static data too.
11355
11356 2003-02-18  Nick Clifton  <nickc@redhat.com>
11357             Aldy Hernandez  <aldyh@redhat.com>
11358
11359         * testsuite/gcc.dg/20030218-1.c: New.
11360
11361         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
11362
11363         * target-def.h (TARGET_INITIALIZER): Add
11364         TARGET_VECTOR_TYPES_COMPATIBLE.
11365         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
11366
11367         * target.h (struct gcc_target): Add field vector_types_compatible.
11368
11369         * c-typeck.c (comptypes): Take into account
11370         TARGET_VECTOR_TYPES_COMPATIBLE.
11371         (convert_for_assignment): Same.
11372
11373         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
11374         (rs6000_spe_vector_types_compatible): New.
11375         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
11376
11377 2003-02-19  Andreas Schwab  <schwab@suse.de>
11378
11379         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
11380         * toplev.c: Include langhooks-def.h.
11381
11382 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
11383
11384         * config/mips/mips.h (enum processor_type): Sort entries
11385         alphabetically.
11386         * config/mips/mips.md (define_attr cpu): Sync with processor_type
11387         enum values, including adding entries that were missing.
11388
11389 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
11390
11391         * sh.c (calc_live_regs): Also check GET_CODE when checking if
11392         initial value for PR_REG is still the PR_REG register.
11393
11394 2003-02-18  Jim Wilson  <wilson@redhat.com>
11395
11396         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
11397         instruction in output template.
11398         (bsp_value): Change output template from string to C code, add %,
11399         before actual instruction.
11400         (flushrs): Mark as not predicable.
11401
11402 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
11403
11404         * inclhack.def (netbsd_bogus_semicolon): New fix.
11405         * fixincl.x: Rebuilt.
11406         * tests/base/ctype.h: Update.
11407
11408 2003-02-18  Roger Sayle  <roger@eyesopen.com>
11409
11410         * fold-const.c (negate_expr_p): New function to determine whether
11411         an expression can be negated cheaply.
11412         (fold) [MINUS_EXPR]: Use it to determine whether to transform
11413         -A - B into -B - A for floating point types.
11414
11415 2003-02-18  Roger Sayle  <roger@eyesopen.com>
11416
11417         * sbitmap.c (sbitmap_resize): New function.
11418         * sbitmap.h (sbitmap_resize): Prototype here.
11419         * recog.c (split_all_insns): Use sbitmap_resize.
11420
11421 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11422
11423         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
11424         insn length.
11425         (extendqisi2): Likewise.
11426         (*extendhisi2_h8300): Likewise.
11427
11428 2003-02-18  Matt Austern <austern@apple.com>
11429
11430         * langhooks.h, langhooks-def.h: introduce new langhook,
11431         final_write_globals, with write_global_declarations as default.
11432         * toplev.c: Move invocation of wrapup_global_declarations from
11433         compile_file to new function, write_global_declarations.  Change
11434         compile_file to use final_write_globals hook.  Change
11435         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
11436         conditional.
11437
11438 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11439
11440         * pa.md: Correct and enhance comment.
11441
11442 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
11443
11444         * gcc.c (validate_switches): Don't scan past closing '}'.
11445
11446 2003-02-18  Ben Elliston  <bje@redhat.com>
11447
11448         PR c++/1607
11449         * doc/extend.texi (Function Attributes): Document the effect of
11450         the C++ "this" parameter on the counting of arguments for the
11451         "format" and "format_arg" attributes.
11452
11453 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
11454
11455         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
11456         (__ev_stdw): Same.
11457         (__ev_stdh): Same.
11458
11459 2003-02-17  Jan Hubicka  <jh@suse.cz>
11460
11461         * recog.c (split_all_insns):  Fix memory overflow.
11462
11463 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
11464
11465         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
11466         (cmphi): Likewise.
11467         (*cmphi_h8300): Likewise.
11468         (*cmphi_h8300hs): Likewise.
11469         (cmpsi): Likewise.
11470         (7 peephole2): Likewise.
11471
11472 2003-02-16  Jan Hubicka  <jh@suse.cz>
11473
11474         * c-typeck.c (build_c_cast):  Fold constant variables into
11475         initial values.
11476
11477 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11478
11479         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
11480         (Binaries): Ditto for Sinix/Reliant Unix.
11481
11482 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
11483
11484         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
11485         not overlap the final result register.
11486
11487 2003-02-16 Arend Bayer <arend.bayer@web.de>
11488            Richard Henderson  <rth@redhat.com>
11489
11490         PR c/8068
11491         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
11492         rearrange mult arguments for less recursion.
11493         (extract_muldiv): New.  Prevent runaway recursion.
11494
11495 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
11496
11497         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
11498         MASK_ALIGN_DOUBLE.
11499
11500 2003-02-15  Roger Sayle  <roger@eyesopen.com>
11501
11502         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
11503         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
11504         (ext_80387_constants_table): Global table of 80387 special constants
11505         guarded by ext_80387_constants_init flag when not initialized.
11506         (init_ext_80387_constants): New function to initialize this table.
11507         (standard_80387_constant_p): Extend to recognize extra 80387
11508         constants, in XFmode, on processors where this is a win.
11509         (standard_80387_constant_opcode): New function to return the
11510         opcode associated with standard_80387_constant_p.
11511         (standard_80387_constant_rtx): New function to return the XFmode
11512         CONST_DOUBLE associated with standard_80387_constant_p.
11513         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
11514
11515         * config/i386/i386-protos.h (standard_80387_constant_opcode):
11516         Prototype here.
11517         (standard_80387_constant_rtx): Likewise.
11518
11519         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
11520         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
11521         *movtf_integer): Simplify using new standard_80387_constant_opcode.
11522
11523 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11524
11525         * doc/invoke.texi (Optimize Options): Correct @option syntax.
11526
11527 2003-02-15  Richard Henderson  <rth@redhat.com>
11528
11529         * Makefile.in (cfglayout.o): Depend on TARGET_H.
11530         * cfglayout.c: Include target.h.
11531         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
11532         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
11533         * target.h (struct gcc_target): Add cannot_copy_insn_p.
11534
11535         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
11536         (TARGET_CANNOT_COPY_INSN_P): New.
11537         (override_options): Revert 2003-02-08 hack.
11538
11539 2003-02-15  Richard Henderson  <rth@redhat.com>
11540
11541         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
11542         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
11543
11544 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
11545
11546         * config/rs6000/rs6000.h (processor_type): Add PPC440.
11547         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
11548         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
11549         TARGET_SCHED_VARIABLE_ISSUE): Define.
11550         (rs6000_use_dfa_pipeline_interface): New function.
11551         (rs6000_multipass_dfa_lookahead): New Function.
11552         (rs6000_variable_issue): New function.
11553         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
11554         (rs6000_issue_rate): Add PPC440.
11555         * config/rs6000/rs6000.md (unspec list): Correct typo.
11556         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
11557         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
11558         cmp, delayed_cr, mfcr, mtcr.
11559         (automata_option): Set "ndfa".
11560         (extendMMNN2): Update attributes.
11561         (movcc_internal1): Discourage move to non-cr0.  Update
11562         attributes.
11563         (movMM_update): Update attributes.
11564         (cmpMM_internal): Update attributes.
11565         (sCC CR materialization): Update attributes.
11566         (branch patterns): Do not discourage non-cr0.
11567         (cr logical patterns): Prefer destructive register allocation.
11568         Update attributes.
11569         (movesi_from_cr): Update attribute.
11570         (mtcrf_operation): Update attribute.
11571         (mtcrfsi): Update attribute.
11572         * config/rs6000/40x.md: New file.
11573         * config/rs6000/603.md: New file.
11574         * config/rs6000/6xx.md: New file.
11575         * config/rs6000/7450.md: New file.
11576         * config/rs6000/7xx.md: New file.
11577         * config/rs6000/mpc.md: New file.
11578         * config/rs6000/power4.md: New file.
11579         * config/rs6000/rios1.md: New file.
11580         * config/rs6000/rios2.md: New file.
11581         * config/rs6000/rs64.md: New file.
11582         [Some DFA descriptions based on work by Michael Hayes]
11583
11584 2003-02-15  Richard Henderson  <rth@redhat.com>
11585
11586         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
11587         successors with multiple predecessors.
11588         (connect_traces): Try harder to copy traces of length 1.
11589
11590         * function.h (struct function): Add computed_goto_common_label,
11591         computed_goto_common_reg.
11592         * function.c (free_after_compilation): Zap them.
11593         * stmt.c (expand_computed_goto): Use them to produce one
11594         indirect branch per function.
11595
11596 2003-02-15  Richard Henderson  <rth@redhat.com>
11597
11598         * cfgcleanup.c: Include params.h.
11599         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
11600         too many outgoing edges from a block.
11601         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
11602         * params.def (max-crossjump-edges): New.
11603         * doc/invoke.texi: Document it.
11604
11605 2003-02-15  Richard Henderson  <rth@redhat.com>
11606
11607         * recog.c (split_all_insns): Include new blocks in life update;
11608         do a global life update.
11609
11610 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
11611
11612         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
11613         Update copyright.
11614         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
11615         -mno-cygwin case.
11616
11617 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11618
11619         PR optimization/7702
11620         * reload1.c (reload_cse_simplify_set): Honor
11621         CANNOT_CHANGE_MODE_CLASS.
11622
11623 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
11624
11625         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
11626         function.
11627         * config/mn10300/mn10300-protos.h: Declare it.
11628         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
11629         attribute cc of instructions that may use clr.
11630
11631 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
11632
11633         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
11634         (x - (x & y)) is found.
11635
11636 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11637
11638         * configure.in: Fix typo.
11639         * configure: Regenerate.
11640
11641 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
11642
11643         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
11644
11645 2003-02-13  Adam Nemet  <anemet@lnxw.com>
11646
11647         PR opt/2391
11648         * combine.c: Fix spelling in comment.
11649         (cached_nonzero_bits): New function.
11650         (cached_num_sign_bit_copies): New function.
11651         (nonzero_bits_with_known): New macro.
11652         (num_sign_bit_copies_with_known): New macro.
11653         (nonzero_bits1): Rename from nonzero_bits.  Add three new
11654         arguments.  Change calls from nonzero_bits to
11655         nonzero_bits_with_known.
11656         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
11657         three new arguments.  Change calls from num_sign_bit_copies to
11658         num_sign_bit_copies_with_known.
11659         (nonzero_bits): New macro.
11660         (num_sign_bit_copies): New macro.
11661         (update_table_tick): Don't traverse identical subexpression more
11662         than once.
11663         (get_last_value_validate): Likewise.
11664
11665 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
11666
11667         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
11668         * function.h (struct emit_status): Length of regno_pointer_align
11669         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
11670         not regno_pointer_align_length (i.e. length actually used, not
11671         length as allocated)
11672
11673         * config/i386/i386.c (struct stack_local_entry): New.
11674         (struct machine_function): Replace huge array with alist.
11675         (assign_386_stack_local): Change to match.
11676
11677 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
11678
11679         * inclhack.def (hpux_long_double): Tighten select and add bypass
11680         regexp.
11681         * fixincl.x: Rebuilt.
11682
11683 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
11684
11685         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
11686         edge and block ends with a jump insn it must be simple jump.
11687
11688 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
11689
11690         * Makefile.in (PREPROCESSOR_DEFINES): Add
11691         @TARGET_SYSTEM_ROOT_DEFINE@.
11692         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
11693         is specified or if building a cross compiler.
11694         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
11695         if the sysroot is under $exec_prefix.
11696         * configure: Regenerated.
11697         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
11698         defined.
11699         (struct default_include): Add add_sysroot field.
11700         (cpp_SYSROOT): Declare.
11701         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
11702         field.
11703         (cpp_SYSROOT): New variable.
11704         * cppinit.c (cpp_create_reader): Initialize
11705         CPP_OPTION (pfile, sysroot).
11706         (init_standard_includes): Handle add_sysroot.  Do not
11707         add unrelocated copies of relocated directories.
11708         (COMMAND_LINE_OPTIONS): Add -isysroot.
11709         (cpp_handle_option): Handle -isysroot.
11710         * cpplib.h (struct cpp_options): Add sysroot member.
11711         * gcc.c (The Specs Language): Update description of %I.
11712         (target_system_root_changed): New variable.
11713         (process_command): Conditionalize make_relative_prefix call
11714         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
11715         target_system_root_changed.
11716         (do_spec_1): Add -isysroot to %I.
11717         * doc/invoke.texi (Spec Files): Update description of %I.
11718         * doc/install.texi (--with-sysroot): Update comment about
11719         relocation.
11720
11721 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
11722
11723         * config/h8300/h8300.md (a peephole2): New.
11724
11725 2003-02-13  Robert Lipe <robertlipe@usa.net>
11726             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11727
11728         * doc/install.texi (Specific): Update three SCO-related URLs.
11729
11730 2003-02-13  Andreas Schwab  <schwab@suse.de>
11731
11732         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
11733         Parenthesize properly.
11734         (NPREDECESORS): Parenthesize properly.
11735
11736 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11737
11738         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
11739
11740 2003-02-12  Roger Sayle  <roger@eyesopen.com>
11741
11742         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
11743         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
11744
11745         * reg-stack.c (subst_stack_regs_pat): Add support for binary
11746         UNSPEC instructions (e.g. "fpatan").
11747
11748 2003-02-12  Mike Stump  <mrs@apple.com>
11749
11750         * varray.c (element_size): Remove.
11751         (uses_ggc): Remove.
11752         (element): Add.
11753         (varray_init): Use new interface.
11754         (varray_grow): Use new interface.
11755         (varray_clear): Use new interface.
11756
11757 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
11758
11759         * config/rs6000/spe.h: Add casts to the arguments of the following
11760         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
11761         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
11762         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
11763         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
11764         __ev_get_u16, __ev_get_s16.
11765
11766 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11767
11768         * config/h8300/h8300.md (a peephole2): New.
11769
11770 2003-02-12  Jan Hubicka  <jh@suse.cz>
11771
11772         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
11773         (OBJS): Add callgraph.o
11774         (callgraph.o): New.
11775         * c-decl.c (expand_body_1): Break out from ...
11776         (expand_body): This one;  change calling convention
11777         (finish_function): Move some of expand_body logic here.
11778         (c_expand_deferred_function): Update call of expand_body
11779         (c_expand_stmt): Use c_expand_body_1.
11780         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
11781         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
11782         * c-tree.h (c_expand_body): Declare.
11783         * callgraph.c: New file.
11784         * flags.h (flag_unit_at_a_time): Declare.
11785         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
11786         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
11787         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
11788         * langhooks.h (struct lang_hooks_for_callgraph): New.
11789         (struct lang_hooks): Add callgraph field.
11790         * toplev.c (flag_unit_at_a_time): New.
11791         (lang_independent_options): Add flag_unit_at_a_time.
11792         (process_options): Disable unit-at-a-time mode for frontends not
11793         supporting callgraph.
11794         * tree-inline.c (typedef struct inline_data): Add "decl"
11795         (expand_call_inline): Update callgraph.
11796         (optimize_inline_calls): Set id.decl.
11797         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
11798         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
11799         cgraph_calls_p): Declare.
11800         * invoke.texi (-funit-at-a-time): Document
11801
11802 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
11803
11804         * config/rs6000/spe.h: Fix misc formatting.
11805         (__ev_create_ufix32_fs): Cast ev argument.
11806         (__ev_create_sfix32_fs): Same.
11807         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
11808         (__ev_get_ufix32_fs_internal): Same.
11809
11810 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
11811
11812         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
11813         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
11814
11815 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
11816
11817         * cpplib.c (do_include_common): Move warnings for
11818         #include_next and #import out to callers.  Use early-return
11819         instead of nested ifs.  Don't do check_eol here.
11820         (parse_include): Do check_eol here with the rest of the
11821         parsing stuff.
11822         (do_include_next, do_import): Now handle warnings.
11823
11824 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11825
11826         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
11827
11828 2003-02-12  Jan Hubicka  <jh@suse.cz>
11829
11830         * predict.c (estimate_probability):  Fix roundoff error.
11831
11832 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11833
11834         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
11835         (two peephole2): New.
11836
11837 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11838
11839         * config/h8300/h8300.md (several peephole2): Replace
11840         find_regno_note with peep2_reg_dead_p.
11841
11842 2003-02-11  Richard Henderson  <rth@redhat.com>
11843
11844         * gcse.c (lookup_set): Remove unused argument PAT.  Update
11845         both callers.
11846
11847 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
11848
11849         * diagnostic.c (real_abort): New.
11850         (diagnostic_report_diagnostic): Call real_abort on error.
11851         * diagnostic.h (diagnostic_abort_on_error): New.
11852         (struct diagnostic_context): Add abort_on_error field.
11853         * toplev.c (setup_core_dumping): New.
11854         (decode_d_option): Handle 'H' case.
11855         * doc/invoke.texi (Debugging Options): Document -dH.
11856
11857 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11858
11859         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
11860         which refers to obsolete directories.
11861
11862 2003-02-11  Richard Henderson  <rth@redhat.com>
11863
11864         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
11865
11866 2002-10-21  Jan Hubicka  <jh@suse.cz>
11867
11868         * i386.c (contains_128bit_aligned_vector_p): New function.
11869         (ix86_function_arg_boundary): Properly align vector modes.
11870
11871 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
11872
11873         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
11874         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
11875         as a SET pattern.
11876
11877 2003-02-11  Roger Sayle  <roger@eyesopen.com>
11878
11879         * builtins.c:  Fix failure caused by commiting wrong patch.
11880
11881 2003-02-11  Dale Johannesen  <dalej@apple.com>
11882         * ra-build.c (compare_and_free_webs):  Relax checking.
11883         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
11884         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
11885
11886 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11887
11888         PR optimization/9651
11889         * rtlanal.c (may_trap_p): Handle FIX.
11890
11891 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
11892
11893         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
11894         * doc/invoke.texi: Extra alias.
11895
11896 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
11897
11898         * config/rs6000/host-darwin.c: Fix comment.
11899
11900 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
11901
11902         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
11903         predicate for mod result.
11904
11905 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11906
11907         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
11908         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
11909         * fixincl.x: Rebuilt.
11910         * tests/base/stdlib.h: Update.
11911         * tests/base/ctype.h: New file.
11912
11913 2003-02-11  Jan Hubicka  <jh@suse.cz>
11914
11915         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
11916
11917 2003-02-11  Richard Henderson  <rth@redhat.com>
11918
11919         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
11920         appropriated as globals.
11921         (ix86_expand_clrstr): Similarly.
11922         * config/i386/i386.md (cmpstrsi): Similarly.
11923
11924 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
11925
11926         * config/h8300/h8300.md (a peephole2): Add a case of 255.
11927
11928 2003-02-11  Roger Sayle  <roger@eyesopen.com>
11929
11930         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
11931         (pow_optab, atan2_optab): Define corresponding macros.
11932         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
11933         * genopinit.c (optabs): Implement pow_optab and atan2_optab
11934         using pow?f3 and atan2?f3 patterns.
11935         * builtins.c (expand_errno_check): New function to update errno
11936         if necessary, split out from expand_builtin_mathfn.
11937         (expand_builtin_mathfn): Use expand_errno_check.
11938         (expand_builtin_mathfn_2): New function to handle expanding binary
11939         math functions, reusing the code in expand_errno_check.
11940         (expand_builtin): Handle the pow and atan2 math built-ins,
11941         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
11942         expand_builtin_mathfn_2.
11943
11944         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
11945
11946 2003-02-11  Jan Hubicka  <jh@suse.cz>
11947
11948         * combine.c (combine_simplify_rtx): Fix folding of
11949         nested float_truncates.
11950
11951 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
11952
11953         * config/h8300/h8300.md (a peephole2): Fix a typo.
11954
11955 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
11956
11957         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
11958         register number.
11959
11960 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
11961
11962         * config/h8300/h8300-protos.h: Add a prototype for
11963         gtuleu_operator.
11964         * config/h8300/h8300.c (gtuleu_operator): New.
11965         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
11966         * config/h8300/h8300.md (a peephole2): New.
11967
11968 2003-02-11  Jan Hubicka  <jh@suse.cz>
11969
11970         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
11971
11972 2003-02-11  Jan Hubicka  <jh@suse.cz>
11973
11974         * predict.c (choose_function_section): Choose sections correctly.
11975
11976 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11977
11978         * reload1.c (first_label_num): New.
11979         (reload): Index offsets_known_at and offsets_at using difference of
11980         label number and first label number.  Don't use offset pointers.
11981         (set_label_offsets, set_initial_label_offsets): Likewise.
11982
11983 2003-02-10  Roger Sayle  <roger@eyesopen.com>
11984
11985         * mips-tfile.c (init_file): Add missing initializers in the
11986         "#ifdef __alpha" case.
11987         (file_offset, max_file_offset): Declare as unsigned long.
11988         (write_varray): Cast to "unsigned long" in comparisons against
11989         either file_offset or max_file_offset.
11990         (write_object): Likewise.
11991         (read_seek): Likewise.
11992         (copy_object): Likewise. Declare "ifd" as int to match its use
11993         in add_ext_symbol, and avoid signed/unsigned conditional warning.
11994
11995 2003-02-10  Nick Clifton  <nickc@redhat.com>
11996             Aldy Hernandez  <aldyh@redhat.com>
11997
11998         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
11999         override options which have been specified on the command line.
12000
12001 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
12002
12003         * config/h8300/h8300.md (abssf2): New.
12004         (*abssf2_h8300): Likewise.
12005         (*abssf2_h8300hs): Likewise.
12006
12007 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
12008
12009         * tree.c (build_tree_list):  Fix parameter names in comment.
12010
12011 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
12012
12013         * config/rs6000/ppc64-fp.c: New file.
12014         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
12015
12016 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
12017
12018         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
12019         * bb-reorder.c (make_reorder_chain): Deleted.
12020         (make_reorder_chain_1): Deleted.
12021         (find_traces): New function.
12022         (rotate_loop): New function.
12023         (mark_bb_visited): New function.
12024         (find_traces_1_round): New function.
12025         (copy_bb): New function.
12026         (bb_to_key): New function.
12027         (better_edge_p): New function.
12028         (connect_traces): New function.
12029         (copy_bb_p): New function.
12030         (get_uncond_jump_length): New function.
12031         (reorder_basic_blocks): Use new functions (Software Trace Cache).
12032         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
12033         boundaries.
12034
12035 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
12036
12037         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
12038
12039 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
12040
12041         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
12042         (DECL_LIVE_RANGE_RTL): Remove.
12043
12044 2003-02-10  Nick Clifton  <nickc@redhat.com>
12045
12046         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
12047         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
12048         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
12049         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
12050         config/arm/freebsd.h, config/arm/linux-elf.h,
12051         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
12052         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
12053         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
12054         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
12055         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
12056         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
12057         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
12058         and reformat as appropriate.
12059
12060 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
12061
12062         * config/h8300/clzsi2.c: Remove.
12063         * config/h8300/ctzsi2.c: Likewise.
12064         * config/h8300/paritysi2.c: Likewise.
12065         * config/h8300/popcountsi2.c: Likewise.
12066         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
12067         ctzsi2, paritysi2, and popcountsi2.
12068
12069 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12070             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12071
12072         PR c/7741
12073         * c-decl.c (duplicate_decls): Discard the initializer of the
12074         new decl when the types are conflicting.
12075
12076 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
12077
12078         * Makefile.in (sreal.o): Added.
12079         (predict.o): Depends on sreal.h instead of real.h.
12080         * sreal.c: New file.
12081         * sreal.h: New file.
12082         * predict.c: Use sreal.c instead of real.c.
12083
12084 2003-02-10  Nick Clifton  <nickc@redhat.com>
12085
12086         * Contributed support for the Cirrus EP9312 "Maverick"
12087         floating point co-processor.  Written by Aldy Hernandez
12088         <aldyh@redhat.com>.
12089         (config/arm/arm.c): Add Cirrus support.
12090         (config/arm/arm.h): Likewise.
12091         (config/arm/aout.h): Likewise.
12092         (config/arm/arm.md): Likewise.
12093         (config/arm/arm-protos.h): Likewise.
12094         (config.gcc): Likewise.
12095         (doc/invoke.texi): Describe new -mcpu value and new
12096         -mcirrus-fix-invalid-insns switch,
12097         (cirrus.md): New file.
12098
12099 2003-02-10  Jan Hubicka  <jh@suse.cz>
12100
12101         * combine.c (combine_simplify_rtx): Simplify using
12102         (float_truncate (float x)) is (float x)
12103         (float_extend (float_extend x)) is (float_extend x).
12104
12105 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
12106
12107         * calls.c (try_to_integrate): Tidy stack_usage_map access.
12108         (emit_library_call_value_1): Likewise.  Formatting.
12109         (store_one_arg): Likewise.
12110
12111 2003-02-09  Nick Clifton  <nickc@redhat.com>
12112             Aldy Hernandez  <aldyh@redhat.com>
12113
12114         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
12115         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
12116         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
12117         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
12118         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
12119         docs.  Add range test for immediate value.
12120
12121 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
12122
12123         Rename spe_evxor to xorv2si3.
12124         (xorv4hi3): New.
12125         (xorv1di3): New.
12126
12127 2003-02-10  Glen Nakamura  <glen@imodulo.com>
12128
12129         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
12130         tag.
12131
12132 2003-02-10  Jan Hubicka  <jh@suse.cz>
12133
12134         * i386.c (vector_move_operand): New predicate.
12135         (ix86_expand_vector_move): Be happy about 0.
12136         * i386.h (PREDICATE_CODES): Add sse-move_operand.
12137         * i386.md (mov*_internal): Add 'C' alternative.
12138
12139 2003-02-09  Jan Hubicka  <jh@suse.cz>
12140
12141         * i386.md (floathi*): Deal with SSE.
12142
12143 2003-02-09  Jan Hubicka  <jh@suse.cz>
12144
12145         * simplify-rtx.c (simplify_unary_operation,
12146         simplify_binary_operation):  Deal with vector modes
12147         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
12148
12149 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
12150
12151         * toplev.c (rest_of_compilation): Recompute register usage after
12152         split_all_insns.
12153
12154 2003-02-09  Richard Henderson  <rth@redhat.com>
12155
12156         * libgcc-std.ver (__clztf2): New.
12157         (__ctztf2, __popcounttf2, __paritytf2): New.
12158         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
12159         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
12160         adjust code to match the different type sizes.
12161         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
12162         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
12163
12164         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
12165         TImode; select word_mode and twice that.
12166         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
12167         select the modes from float, double, and long double.
12168         (init_optabs): Remove duplicate initializations.
12169
12170 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
12171
12172         * doc/install.texi: Squeeze and streamline section on
12173         testing and regression checking.
12174
12175 2003-02-09  Jan Hubicka  <jh@suse.cz>
12176
12177         * i386.md (ahi?v*3): Set third operand type to TImode.
12178         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
12179
12180         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
12181         integer mode.
12182
12183         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
12184         Change code so they are arithmetic expressions now.
12185         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
12186         simplify_ternary_operation): Deal with VEC_* expressions.
12187
12188         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
12189
12190 2003-02-08  Jan Hubicka  <jh@suse.cz>
12191
12192         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
12193         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
12194         possibly got duplicated.
12195
12196 2003-02-08  Richard Henderson  <rth@redhat.com>
12197
12198         * config/alpha/alpha.c (override_options): Turn off explicit
12199         relocs until post-peep2 code duplication resolved.
12200
12201 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
12202
12203         * optabs.c (expand_unop): Widen clz properly when clz is done
12204         via libcall.
12205
12206 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
12207
12208         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
12209         * config/h8300/crti.asm: Likewise.
12210         * config/h8300/crtn.asm: Likewise.
12211         * config/h8300/ctzsi2.c: Likewise.
12212         * config/h8300/fixunssfsi.c: Likewise.
12213         * config/h8300/h8300-protos.h: Likewise.
12214         * config/h8300/h8300.c: Likewise.
12215         * config/h8300/h8300.h: Likewise.
12216         * config/h8300/h8300.md: Likewise.
12217         * config/h8300/paritysi2.c: Likewise.
12218         * config/h8300/popcountsi2.c: Likewise.
12219         * config/h8300/rtems.h: Likewise.
12220
12221 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12222
12223         * doc/invoke.texi: Documentation for my previous commit.
12224         * doc/passes.texi: Ditto.
12225
12226 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12227
12228         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
12229         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
12230         Declare.
12231         (DLTHE_FLAG_UPDATE_FREQ): New.
12232         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
12233         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
12234         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
12235         fix_bb_placement, fix_bb_placements, place_new_loop,
12236         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
12237         New static functions.
12238         (fix_loop_placement, can_duplicate_loop_p,
12239         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
12240         New functions.
12241
12242         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
12243         unswitch_loops): Declare.
12244         * loop-init.c: New file.
12245         * loop-unswitch.c: New file.
12246         * Makefile.in (loop-init.o, loop-unswitch.o): New.
12247         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
12248         * toplev.c (DFI_loop2): New dump.
12249         (flag_unswitch_loops): New.
12250         (lang_independent_options): Add it.
12251         (rest_of_compilation): Call new loop optimizer.
12252         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
12253
12254 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
12255
12256         * config/h8300/clzsi2.c: New.
12257         * config/h8300/ctzsi2.c: Likewise.
12258         * config/h8300/paritysi2.c: Likewise.
12259         * config/h8300/popcountsi2.c: Likewise.
12260         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
12261
12262 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
12263
12264         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
12265         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
12266         (ctzsi2): New pattern.
12267         (ffssi2): Use clz instead of unspec.
12268         (clzdi2): Rename from cntlzd2.
12269         (ctzdi2): New pattern.
12270         (ffsdi2): Use clz instead of unspec.
12271
12272 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12273
12274         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
12275         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
12276         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
12277         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
12278
12279 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
12280
12281         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
12282
12283 2003-02-07  Richard Henderson  <rth@redhat.com>
12284
12285         PR 9226
12286         * gcse.c (local_cprop_find_used_regs): New.
12287         (local_cprop_pass): Use it.
12288
12289 2003-02-07  Fred Fish  <fnf@intrinsity.com>
12290
12291         * mips-tfile.c (parse_def): Parenthesize assignments to fix
12292         precedence bugs.
12293
12294 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
12295
12296         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
12297
12298 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12299
12300         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
12301         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
12302         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
12303         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
12304         builtin functions (and their __builtin_* variants).
12305         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
12306         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
12307         when not optimizing.
12308
12309         * doc/extend.texi: Document new pow and atan2 builtins, and
12310         their float and long double variants.  Realphabetize builtins.
12311
12312 2003-02-07  Jan Hubicka  <jh@suse.cz>
12313
12314         * i386.md (sse2_nandv2di3): Fix.
12315
12316 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
12317
12318         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
12319         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
12320         definition.
12321         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
12322         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
12323
12324 2003-02-07  Jan Hubicka  <jh@suse.cz>
12325
12326         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
12327
12328 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
12329
12330         * cfg.c (dump_flow_info): Add back accidently deleted line.
12331
12332 2003-02-07  Andrey Petrov <petrov@netbsd.org>
12333
12334         * optabs.c (expand_float): Search wider integer modes first.
12335
12336 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
12337
12338         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
12339         based on preprocessor flag.
12340
12341 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12342             Richard Henderson  <rth@redhat.com>
12343
12344         * gcse.c (implicit_sets): New.
12345         (compute_hash_table_work): Include them in hash table.
12346         (find_implicit_sets, fis_get_condition): New.
12347         (one_cprop_pass): Allocate and free implicit_sets; call
12348         find_implicit_sets before building hash table.
12349
12350 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
12351
12352         * config/t-netbsd (USER_H): Revert previous change.
12353
12354 2003-02-07  Gabor Greif  <ggreif@lucent.com>
12355
12356         * doc/c-tree.texi (Namespaces): Fix typo.
12357
12358 2003-02-07  Jan Hubicka  <jh@suse.cz>
12359
12360         * regrename.c (do_replace, find_oldest_value_reg,
12361         copyprop_hardreg_forward_1): Update register attributes.
12362
12363 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
12364
12365         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
12366         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
12367         variables starting with underscore.
12368         (struct unit_usage): New structure.
12369         (unit_usages, cycle_alt_unit_usages): New global variables.
12370         (check_unit_distribution_in_reserv): Remove it.
12371         (store_alt_unit_usage): New function.
12372         (check_regexp_units_distribution): Rewrite it.
12373
12374 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12375
12376         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
12377         target_cpu_default.
12378         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
12379         if not MASK_NO_SPACE_REGS.
12380         (output_call): Adjust return pointer, don't load new space register
12381         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
12382         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
12383         TARGET_NO_SPACE_REGS is true.
12384         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
12385         conditions.
12386         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
12387         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
12388         true.  Use bve when TARGET_64BIT is true.
12389
12390 2003-02-06  Richard Henderson  <rth@redhat.com>
12391
12392         * combine.c (nonzero_bits): Fix double break.
12393
12394 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12395             Richard Henderson <rth@redhat.com>
12396
12397         PR c/9530
12398         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
12399         from functions that return a float to functions that don't.
12400
12401 2003-02-06  Jan Hubicka  <jh@suse.cz>
12402
12403         * i386.c (x86_inter_unit_moves): New variable.
12404         (ix86_secondary_memory_needed): Fix 64bit case, honor
12405         TARGET_INTER_UNIT_MOVES
12406         * i386.h (x86_inter_unit_moves): Declare.
12407         (TARGET_INTER_UNIT_MOVES): New macro.
12408         * i386.md (movsi_1): Cleanup constraints; disable
12409         when not doing inter-unit moves.
12410         (movsi_1_nointernunit): New.
12411         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
12412         (movdi_1_rex64_nointerunit): New.
12413         (mivsf_1): disable when not doing inter-unit moves.
12414         (movsf_1_nointerunit): New.
12415
12416         * basic-block.h (inside_basic_block_p):  Declare.
12417         * cfgbuild.c (inside_basic_block_p): Make global.
12418         * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
12419         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
12420         update CFG.
12421         (fix_basic_block_boundaries, add_missing_bbs): New.
12422         (rank): Use profile.
12423         (scheudle_ebbs): Rely on CFG; update coments.
12424
12425 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
12426
12427         * Makefile.in (host_hook_obj): New.
12428         (OBJS): Add $(host_hook_obj).
12429         (host_default.o): New rule.
12430         * config.gcc (host_hook_obj): New, default to host-default.o.
12431         (powerpc-*-darwin*): Use host-darwin.o.
12432         (out_host_hook_obj): New.
12433         * configure: Regenerate.
12434         * configure.in: Print information about out_host_hook_obj, substitute
12435         into output files.
12436         * host-default.c: New file.
12437         * hosthooks.h: New file.
12438         * toplev.c (general_init): Call host_hooks.extra_signals.
12439         * config/rs6000/host-darwin.c: New file.
12440         * config/rs6000/x-darwin: New file.
12441         * doc/hostconfig.texi: Add documentation for new host hook.
12442         Rearrange existing documentation.
12443
12444 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12445
12446         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
12447         with *targetm.delegitimize_address.
12448         (rtl_for_decl_location): Likewise.
12449         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
12450         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
12451
12452         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
12453         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
12454         prototype.
12455         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
12456         i386_simplify_dwarf_addr.  Made static.  Prototyped.
12457         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
12458         i386_simplify_dwarf_addr to ix86_delegitimize_address.
12459         (ix86_find_base_term): Likewise.
12460         (maybe_get_pool_constant): Likewise.
12461
12462         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
12463         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
12464         prototype.
12465         * config/s390/s390.c (s390_delegitimize_address): Renamed from
12466         s390_simplify_dwarf_addr.  Made static.  Prototyped.
12467         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
12468
12469 2003-02-05  Richard Henderson  <rth@redhat.com>
12470
12471         PR c/8602
12472         * integrate.c (output_inline_function): Reset input_filename
12473         and lineno from the decl before rest_of_compilation.
12474
12475 2003-02-05  Richard Henderson  <rth@redhat.com>
12476
12477         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
12478         (CTZ_DEFINED_VALUE_AT_ZERO): New.
12479         * doc/rtl.texi, doc/tm.texi: Document them.
12480
12481         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
12482         of the value at zero properly.
12483         * fold-const.c (tree_expr_nonnegative_p): Likewise.
12484         * simplify-rtx.c (simplify_unary_operation): Likewise.
12485
12486         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
12487         (CTZ_DEFINED_VALUE_AT_ZERO): New.
12488
12489         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
12490         (TARGET_EXPAND_BUILTIN): Remove.
12491         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
12492         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
12493         (enum arm_builtins): Remove.
12494         * config/arm/arm.md (UNSPEC_CLZ): Remove.
12495         (clzsi2): Rename from clz; use clz instead of unspec.
12496         (ctzsi2): New.
12497         * config/arm/arm-protos.h: Update.
12498
12499 2003-02-05  Jan Hubicka  <jh@suse.cz>
12500
12501         * i386-protos.h (x86_emit_floatuns):  Declare.
12502         * i386.c (x86_emit_floatuns): New global function.
12503         * i386.md (floatunssisf2, floatunsdisf2,
12504         floatunsdidf2):  New patterns.
12505
12506 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12507
12508         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
12509
12510 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
12511
12512         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
12513           config/ia64/linux.h
12514
12515 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12516
12517         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
12518
12519 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12520
12521         PR optimization/8555
12522         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
12523         instead of aborting.
12524
12525 2003-02-04  Richard Henderson  <rth@redhat.com>
12526
12527         * config/i386/i386.md (UNSPEC_BSF): Remove.
12528         (ffssi2): Split into cmove and no_cmove insns and splitters;
12529         lose pentium float trick for now.
12530         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
12531         (ctzsi2, clzsi2, bsr): New.
12532
12533 2003-02-04  Richard Henderson  <rth@redhat.com>
12534
12535         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
12536         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
12537         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
12538         (ffsdi2): Use popcount instead of unspec.
12539         (popcountdi2): Rename from *popcnt.
12540         (ctzdi2, clzdi2, getf_exp_tf): New.
12541
12542 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12543
12544         * genconfig.c (main): Generate CC0_P.
12545         * rtl.h (CC0_P): Remove.
12546
12547 2003-02-04  Richard Henderson  <rth@redhat.com>
12548
12549         * libgcc2.h, libgcc2.c (__ffsSI2): New.
12550         (__ffsDI2): Rename from __ffsdi2.
12551         * mklibgcc.in (lib2funcs): Add _ffssi2.
12552
12553 2003-02-04  Richard Henderson  <rth@redhat.com>
12554
12555         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
12556         rounds with a "bit table" lookup.
12557
12558 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
12559
12560         * reload.c (find_reloads): Do not use the mode specified in the insn
12561         pattern as reload mode for address operands.  Do not generate optional
12562         reloads for operands where a mandatory reload was already pushed.
12563
12564 2003-02-04  Richard Henderson  <rth@redhat.com>
12565
12566         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
12567         builtins instead of inline assembly.
12568
12569 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12570
12571         PR c/9376
12572         * libgcc2.c (__subvdi3): Fix typo.
12573
12574 2003-02-04  Jan Hubicka  <jh@suse.cz>
12575
12576         * i386.md (movti_rex64):  Fix constraint.
12577
12578 2003-02-04  Jan Hubicka  <jh@suse.cz>
12579
12580         * i386.md (vector push splitters):  Fix typo in resolving conflict.
12581
12582 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
12583
12584         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
12585
12586 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
12587
12588         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
12589         for recent libstdc++.  Remove formatting cruft.
12590
12591 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
12592
12593         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
12594         attribute even if input file name is absolute, but one of the
12595         includes is relative.
12596
12597 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
12598
12599         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
12600         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
12601         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
12602
12603 2003-02-03  Richard Henderson  <rth@redhat.com>
12604
12605         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
12606         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
12607         return type to "int".  Shuffle declarations and undef int trap.
12608         * libgcc2.h: Remove their declarations.
12609         * optabs.c (expand_unop): Force outmode to int for bitops.
12610
12611 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
12612
12613         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
12614         coprocessor registers before floating-point registers.
12615         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
12616         to account for a previously removed register.
12617         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
12618         Delete unused macros.
12619
12620 2003-02-03  Jan Hubicka  <jh@suse.cz>
12621
12622         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
12623         (mov*_internal): Fix predicates; require one of operands to not be
12624         memory.
12625         (SSE?MMX move expanders):  Fix predicates; force one of operands to
12626         register.
12627         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
12628         (movups/movupd/movdqu patterns): Force one of operands to not be
12629         memory.
12630
12631 2003-02-03  Roger Sayle  <roger@eyesopen.com>
12632
12633         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
12634         takes a single rtx and returns it unmodified.
12635         * hooks.h (hook_rtx_rtx_identity): Prototype here.
12636         * target.h (struct gcc_target): Add "delegitimize_address"
12637         field to target structure.
12638         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
12639         for delegitimize_address target using hook_rtx_rtx_identity.
12640         (TARGET_INITIALIZER): Initialize delegitimize_address field
12641         using TARGET_DELEGITIMIZE_ADDRESS macro.
12642         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
12643         extensions of constant pool references.  Use delegitimize_address
12644         to undo the obfuscation of "-fpic".
12645         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
12646
12647         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
12648         i386_simplify_dwarf_addr.
12649         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
12650         (maybe_get_pool_constant): Likewise.
12651
12652 2003-02-03  Jan Hubicka  <jh@suse.cz>
12653
12654         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
12655
12656 2003-02-03  Jan Hubicka  <jh@suse.cz>
12657
12658         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
12659
12660 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12661
12662         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
12663         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
12664
12665 2003-02-02  Andreas Schwab  <schwab@suse.de>
12666
12667         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
12668
12669 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
12670
12671         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
12672         (epilogue_insns): Likewise.
12673
12674 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12675
12676         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
12677
12678 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12679
12680         * pa-protos.h (attr_length_millicode_call): Remove second argument.
12681         (attr_length_indirect_call, attr_length_indirect_call,
12682         attr_length_save_restore_dltp): New prototypes.
12683         * pa.c (attr_length_millicode_call): Remove second argument.  Check
12684         INSN_ADDRESSES_SET_P in distance calculation.
12685         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
12686         INSN_ADDRESSES.
12687         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
12688         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
12689         Call attr_length_call directly.
12690         (attr_length_indirect_call, output_indirect_call,
12691         attr_length_save_restore_dltp): New functions.
12692         * pa.md (attr_length_millicode_call): Drop second argument from all
12693         patterns.
12694         (return_internal_pic): Delete.
12695         (return_external_pic): Remove use of PIC register and pic operand and
12696         flag checks.
12697         (epilogue): Use return_internal for both normal and pic code.
12698         (call, call_value): Emit new 32-bit pic patterns for symref and
12699         indirect calls.  Remove uses for arg pointer and pic register.
12700         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
12701         call_reg_pic_post_reload, call_val_symref_pic,
12702         call_val_symref_pic_post_reload, call_val_reg_pic,
12703         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
12704         Implement define_split and define_peephole2 patterns for pre reload
12705         patterns.
12706         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
12707         call_value_internal_reg_64bit): Shorten names.
12708         (all call patterns): Explicitly indicate registers used and clobbered.
12709         Use attr_length_indirect_call and attr_length_save_restore_dltp for
12710         attribute length calculation.  Move code generation for indirect calls
12711         to output_indirect_call.
12712         (sibcall, sibcall_value): Don't restore PIC register.
12713         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
12714         register retore.
12715
12716 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12717
12718         * doc/install.texi (Testing): Simplify and compress instructions
12719         concerning Dejagnu.
12720
12721 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12722
12723         * collect2.c (pexecute_pid): Rename to pid.
12724         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
12725         pid.
12726
12727 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
12728
12729         * doc/extend.texi (Function Attributes): Remove documentation
12730         for PowerPC Windows NT function attributes..
12731
12732 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
12733
12734         * dwarf2out.c (gen_type_die): Check for typedefs before calling
12735         for TYPE_MAIN_VARIANT.
12736
12737 2003-02-01  Richard Henderson  <rth@redhat.com>
12738
12739         * libgcc2.c: Include auto-host.h.
12740         (ATTRIBUTE_HIDDEN): New.
12741         (__clz_tab): Don't declare here for clz and ctz.
12742         (__clzsi2, __clzdi2): Use count_leading_zeros.
12743         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
12744         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
12745         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
12746         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
12747
12748 2003-02-01  Richard Henderson  <rth@redhat.com>
12749
12750         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
12751         to the conditional.
12752         (ashlsi3_1_zext splitter): Likewise.
12753
12754 2003-02-01  Richard Henderson  <rth@redhat.com>
12755
12756         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
12757         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
12758         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
12759         return type to Wtype.
12760
12761         * libgcc-std.ver (GCC_3.4): Fix inheritance.
12762
12763         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
12764         expander input constraint.
12765
12766 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12767
12768         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
12769         OTI_parity.
12770         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
12771         * optabs.c (widen_clz, expand_parity): New.
12772         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
12773         for libcalls to clz, ctz, popcount, and parity.
12774         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
12775         parity_optab, and set up libfunc handlers.
12776         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
12777         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
12778         __popcount_tab): New.
12779         * libgcc2.h: Declare them.
12780         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
12781         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
12782         and parity_optab.
12783         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
12784         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
12785         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
12786         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
12787         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
12788         BUILT_IN_PARITYLL): New.
12789         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
12790         and add optab argument.
12791         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
12792         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
12793         * expr.c (expand_expr): Handle them.
12794         * fold-const.c (tree_expr_nonnegative_p): Likewise.
12795         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
12796         * reload1.c (eliminate_regs): Handle them.
12797         (elimination_effects): Likewise.
12798         * function.c (instantiate_virtual_regs_1): Likewise
12799         * genattrtab.c (check_attr_value): Likewise.
12800         * simplify-rtx.c (simplify_unary_operation): Likewise.
12801         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
12802         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
12803         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
12804         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
12805         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
12806         __builtin_arm_clz.
12807         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
12808         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
12809         * doc/extend.texi (Other Builtins): Add new builtins.
12810         * doc/md.texi (Standard Names): Add new patterns.
12811
12812 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
12813
12814         * reload.c: Revert 2003-01-31 change.
12815
12816 2003-02-01  Jan Hubicka  <jh@suse.cz>
12817
12818         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
12819
12820 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12821
12822         * flags.h (flag_volatile): Remove declaration.
12823         (flag_volatile_global, flag_volatile_static): Likewise.
12824         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
12825         * toplev.c (flag_volatile): Remove definition.
12826         (flag_volatile_global, flag_volatile_static): Likewise.
12827         (f_options): Remove corresponding entries here.
12828         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
12829         or flag_volatile_static.
12830         * doc/invoke.texi: Remove documentation of -fvolatile,
12831         -fvolatile-global and -fvolatile-static.
12832
12833 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12834
12835         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
12836         updating of total_code_bytes from prologue to epilogue.
12837
12838 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12839
12840         * reload.c (find_reloads): Do not use the mode specified in the insn
12841         pattern as reload mode for address operands.  Do not generate optional
12842         reloads for operands where a mandatory reload was already pushed.
12843         Generate optional reloads only in the final pass though find_reloads.
12844         (have_replacement_p): New function.
12845
12846 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12847
12848         * doc/install.texi (Testing): Remove a reference to our obsolete
12849         /testresults web pages and strip redundant information concerning
12850         test results.
12851         (Binaries): Refer to Microsoft Windows instead of listing all
12852         possible variants.
12853
12854 2003-02-01  Jan Hubicka  <jh@suse.cz>
12855
12856         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
12857         RTL chain.
12858
12859         * combine.c (simplify_set): Reverse order of ragumetns to
12860         REG_CANNOT_CHANGE_MODE_P
12861         * df.c (df_def_record_1): Likewise.
12862         * recog.c (register_operand): Likewise.
12863         * simplify-rtx.c (simplify_subreg): Likewise.
12864         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
12865         CANNOT_CHANGE_MODE_CLASS.
12866         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
12867         Likewise.
12868         * reload.c (push_reload): Likewise.
12869         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12870         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12871         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12872         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
12873         * mips.c (mips_cannot_change_mode_class): Update.
12874         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12875         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12876         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12877         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
12878         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
12879         * sh.c (sh_cannot_change_mode_class): Update.
12880         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
12881         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
12882
12883 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
12884
12885         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
12886         change to LINK_COMMAND_SPEC in gcc.c.
12887
12888 2003-01-31  Jan Hubicka  <jh@suse.cz>
12889
12890         PR c/9506
12891         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
12892
12893 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12894
12895         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
12896         duplicated code.
12897
12898 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
12899
12900         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
12901         (BINFO_ELTS): New #define.
12902         * stor-layout.c (finalize_record_size): Don't set them.
12903         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
12904         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
12905         (BINFO_LANG_ELTS): New #define.
12906         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
12907         * java/class.c (make_class): Use BINFO_ELTS.
12908         (set_super_info): Likewse.
12909         (add_interface_do): Likewise.
12910         * objc/objc-act.c (start_class): Use BINFO_ELTS.
12911
12912 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
12913
12914         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
12915         (times): Don't ever declare if not HAVE_TIMES.
12916         (clock): Don't ever declare if not HAVE_CLOCK.
12917
12918 2003-01-30  Richard Henderson  <rth@redhat.com>
12919
12920         * flow.c (update_life_info): Zap life info after cleanup_cfg.
12921         (regno_uninitialized): Use correct live at function entry set.
12922         (regno_clobbered_at_setjmp): Likewise.
12923
12924         * expr.c (store_expr): Promote all MEM intermediates to regs.
12925
12926 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
12927
12928         * config/arm/arm.c: Fix comment typos.
12929         * config/arm/arm.h: Likewise.
12930         * config/arm/netbsd-elf.h: Likewise.
12931         * config/arm/netbsd.h: Likewise.
12932
12933 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
12934
12935         * gengtype.c (struct walk_type_data): Add needs_cast_p.
12936         (walk_type): Set needs_cast_p in walk_type_data.
12937         (write_types_process_field): Supply casts when required to suppress
12938         warnings.
12939         (write_root): Cast gt_pch_n_S to suppress warning.
12940         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
12941         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
12942         when they might exist.
12943         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
12944         insn-conditions.o, and rs6000.o.
12945
12946 2003-01-30  Richard Henderson  <rth@redhat.com>
12947
12948         * ggc-page.c (G.context_depth_allocations): New.
12949         (G.context_depth_collections): New.
12950         (alloc_page): Set G.context_depth_allocations.
12951         (ggc_collect): Set G.context_depth_collections.
12952         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
12953         (ggc_pop_context): Early exit for no allocations or collections.
12954
12955 2003-01-30  Richard Henderson  <rth@redhat.com>
12956
12957         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
12958
12959 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
12960
12961         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
12962         size, the link register is always saved if any other register is
12963         saved.
12964
12965 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
12966
12967         * config/h8300/h8300-protos.h: Update the prototype for
12968         compute_plussi_cc.
12969         (cpp_reader): Declare before it is used.
12970         * config/h8300/h8300.c (compute_plussi_cc): Change the return
12971         type to int.
12972         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
12973         see an unknown H8 variant.
12974
12975 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12976
12977         PR target/9316
12978         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
12979         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
12980         * config/rs6000/t-rtems: New file. multilib variants to match OS.
12981         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
12982         rs6000/t-ppcgas so we get the desired multilibs.
12983
12984 2003-01-30  Nick Clifton  <nickc@redhat.com>
12985
12986         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
12987         when popping saved IP register off the stack.
12988
12989 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
12990
12991         * config/rs6000/aix43.h: Fix comment typos.
12992         * config/rs6000/aix51.h: Likewise.
12993         * config/rs6000/aix52.h: Likewise.
12994         * config/rs6000/altivec.h: Likewise.
12995         * config/rs6000/rs6000.c: Likewise.
12996         * config/rs6000/rs6000.h: Likewise.
12997         * config/rs6000/rs6000.md: Likewise.
12998         * config/rs6000/spe.md: Likewise.
12999
13000 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
13001
13002         * c-common.c (builtin_define_float_constants): Define
13003         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
13004
13005 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
13006
13007         * config/sh/lib1funcs.asm: Fix comment typos.
13008         * config/sh/linux.h: Likewise.
13009         * config/sh/sh.c: Likewise.
13010         * config/sh/sh.md: Likewise.
13011
13012 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
13013
13014         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
13015
13016 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13017
13018         * config/fp-bit.h (__make_dp): Declare if TMODES.
13019
13020 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
13021
13022         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
13023         general_operand_src and general_operand_dst.
13024
13025 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
13026
13027         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
13028         Return true for variable sized types.
13029         (rs6000_va_arg): Handle variable sized types passed by reference
13030         on non-SVR4 ABI.
13031
13032 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
13033
13034         * arm.c (arm_legtimize_address): New function.
13035         * arm-protos.h (arm_legtimize_address): Add prototype.
13036         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
13037         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
13038         do ... while (0)
13039
13040 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
13041
13042         PR bootstrap/9296
13043         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
13044         depended on it being defined until now.
13045
13046 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
13047
13048         PR target/9295
13049         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
13050         RTEMS code knows which C++ initialization style the toolset
13051         configuration is using.
13052
13053 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
13054
13055         PR bootstrap/9293
13056         * config/m68k/t-crtstuff: Replace spaces with tabs, add
13057          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
13058
13059 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
13060
13061         PR bootstrap/9292
13062         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
13063         RTEMS threads.
13064         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
13065
13066 2003-01-29  Nick Clifton  <nickc@redhat.com>
13067
13068         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
13069         not $(srcdir).
13070
13071 2003-01-29  Andrew Haley  <aph@redhat.com>
13072
13073         * tree-inline.c (walk_tree): Add CHAR_TYPE.
13074
13075 2003-01-29  Jan Hubicka  <jh@suse.cz>
13076
13077         * i386.md (subdi3_carry_rex64): Fix typo.
13078
13079 2003-01-28  Stan Shebs  <shebs@apple.com>
13080
13081         * coretypes.h (cpp_reader): Forward declare struct.
13082         * c-pragma.h (cpp_reader): Remove forward declaration.
13083         * hashtable.h (cpp_reader): Likewise.
13084         * scan.h (cpp_reader): Likewise.
13085         * tree.h (cpp_reader): Likewise.
13086         * config/darwin-protos.h (cpp_reader): Likewise.
13087         * config/arm/arm-protos.h (cpp_reader): Likewise.
13088         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
13089         struct cpp_reader in prototypes.
13090
13091 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13092
13093         * doc/install.texi: Add documentation for installation into
13094         tooldirs and with DESTDIR.
13095
13096 2003-01-28  Richard Henderson  <rth@redhat.com>
13097
13098         * config.gcc (ia64*-*-aix*): Remove.
13099         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
13100         * config/ia64/unwind-aix.c: Remove file.
13101
13102 2003-01-28  Andreas Schwab  <schwab@suse.de>
13103
13104         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
13105         register.
13106         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
13107         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
13108         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
13109         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
13110         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
13111         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
13112         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
13113
13114 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
13115
13116         * combine.c (nonzero_bits): Fix check for negative divide operands.
13117
13118 2003-01-28  Richard Henderson  <rth@redhat.com>
13119
13120         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
13121         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
13122
13123 2003-01-28  Richard Henderson  <rth@redhat.com>
13124
13125         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
13126
13127         * config/cris/cris.c (cris_address_cost): Make static.
13128         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
13129         * config/cris/cris.h (ADDRESS_COST): Remove.
13130         * config/cris/cris-protos.h: Update.
13131
13132 2003-01-23  Mike Stump  <mrs@apple.com>
13133
13134         * regclass.c (init_reg_autoinc): New function.
13135         (regclass): Move initialization of forbidden_inc_dec_class from
13136         here...
13137         (init_regs): to here.  Avoids reinitialization for each function,
13138         saving compilation time.
13139
13140 2003-01-28  Jason Merrill  <jason@redhat.com>
13141
13142         * cpplib.h (struct cpp_options): Add warn_deprecated field.
13143         * cppinit.c (cpp_create_reader): Turn it on by default.
13144         * c-opts.c (c_common_decode_option): Set it.
13145         * cpplib.c (do_pragma_once): Only complain about #pragma once
13146         if warn_deprecated is set.
13147
13148 2003-01-28  Dale Johannesen  <dalej@apple.com>
13149
13150         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
13151         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
13152         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
13153
13154 2003-01-28  Richard Henderson  <rth@redhat.com>
13155
13156         * target.h (targetm.address_cost): New.
13157         * target-def.h (TARGET_ADDRESS_COST): New.
13158         (TARGET_RTX_COSTS): Uncomment.  Oops.
13159         * cse.c (address_cost): Use new target hook.
13160         (default_address_cost): New.
13161         * output.h (default_address_cost): Declare.
13162         * hooks.c (hook_int_rtx_0): New.
13163         * hooks.h (hook_int_rtx_0): Declare.
13164         * loop.c (combine_givs_p): Remove if 0 code.
13165         * system.h (ADDRESS_COST): Poison.
13166
13167         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
13168         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
13169         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
13170         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
13171         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
13172         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
13173         config/xtensa/xtensa.c, config/xtensa/xtensa.h
13174         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
13175         (ADDRESS_COST): Remove.
13176
13177         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
13178         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
13179         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
13180         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
13181         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
13182         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
13183         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
13184         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
13185         config/mips/mips.c, config/mips/mips.h,
13186         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
13187         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
13188         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
13189         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
13190         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
13191         config/vax/vax.c, config/vax/vax.h
13192         (foo_address_cost): Make static.
13193         (TARGET_ADDRESS_COST): New.
13194         (ADDRESS_COST): Remove.
13195
13196         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
13197         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
13198         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
13199         config/stormy16/stormy16.h
13200         (ADDRESS_COST): Move code ...
13201         (foo_address_cost): ... here.
13202         (TARGET_ADDRESS_COST): New.
13203
13204         * config/m32r/m32r.c (m32r_address_cost): Remove.
13205         * config/m32r/m32r-protos.h: Update.
13206
13207         * config/mmix/mmix.c (mmix_address_cost): Remove.
13208         * config/mmix/mmix-protos.h: Update.
13209
13210         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
13211         mn10300_address_cost; move unsig allocation ...
13212         (mn10300_address_cost): ... here.
13213         (TARGET_ADDRESS_COST): New.
13214         * config/mn10300/mn10300-protos.h: Update.
13215         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
13216
13217         * doc/tm.texi: Update.
13218
13219 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
13220
13221         * haifa-sched.c (schedule_insn): Return necessary cycle advance
13222         after issuing the insn.
13223         (rank_for_schedule): Make a insn with /S the highest priority
13224         insn.
13225         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
13226         (choose_ready): Check SCHED_GROUP_P.
13227         (schedule_block): Advance cycle after issuing insn if it is
13228         necessary.  Don't reorder insns if there is an insn with /S.
13229         (set_priorities): Ignore schedule groups.
13230
13231         * sched-deps.c (remove_dependence, group_leader): Remove the
13232         functions.
13233         (add_dependence): Ignore schedule groups.
13234         (set_sched_group_p): Don't make copy of dependencies from previous
13235         insn of the schedule group.  Add anti-dependency to the previous
13236         insn of the schedule group.
13237         (compute_forward_dependences): Ignore schedule groups.
13238
13239         * sched-ebb.c (init_ready_list): Ignore schedule groups.
13240
13241         * sched-rgn.c (init_ready_list): Ditto.
13242         (can_schedule_ready_p): Ditto.
13243
13244 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
13245
13246         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
13247         register to another one.
13248
13249 2003-01-28  Richard Henderson  <rth@redhat.com>
13250
13251         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
13252
13253 2003-01-28  Roger Sayle  <roger@eyesopen.com>
13254
13255         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
13256
13257 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
13258
13259         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
13260         class contains a floating-point register, return the size of the
13261         mode in half words.
13262
13263 2003-01-28  Jan Hubicka  <jh@suse.cz>
13264
13265         * i386.c (ix86_carry_flag_operator):  New predicate.
13266         (fcmov_operator): Fix whitespace.
13267         (ix86_expand_carry_flag_compare):  Deal with floating point.
13268         (ix86_expand_int_movcc): Deal with fp; update insn expansion
13269         (ix86_expand_int_addcc): Likewise.
13270         (ix86_expand_strlensi_unroll_1): likewsie.
13271         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
13272         * i386.md (add?i_carry_rex64): Use new predicate.
13273         (sub?i3_carry_rex64): Likewise.
13274         (x86_mov?icc_0_m1*): Likewise.
13275
13276 2003-01-28  Andreas Schwab  <schwab@suse.de>
13277
13278         * cfgloopmanip.c (create_preheader): Initialize src to avoid
13279         warning.
13280
13281         * expmed.c (emit_store_flag): Fix cast to avoid sign
13282         comparison warning.
13283
13284         * combine.c (force_to_mode): Add cast to fix warning when
13285         STORE_FLAG_VALUE is negative.
13286
13287 2003-01-27  Richard Henderson  <rth@redhat.com>
13288
13289         * Makefile.in (cse.o): Depend on TARGET_H.
13290         * cse.c (rtx_cost): Use targetm.rtx_costs.
13291         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
13292         * doc/tm.texi: Update.
13293
13294         * target.h (targetm.rtx_costs): New.
13295         * target-def.h (TARGET_RTX_COSTS): New.
13296         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
13297         * hooks.h: Update.
13298
13299         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
13300         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
13301         * config/alpha/alpha.h (PROCESSOR_MAX): New.
13302         (CONST_COSTS, RTX_COSTS): Remove.
13303
13304         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
13305         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
13306         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
13307         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
13308         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
13309         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
13310         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
13311         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
13312         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
13313         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
13314         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
13315         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
13316         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
13317         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
13318         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
13319         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
13320         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
13321         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
13322         config/v850/v850.c, config/v850/v850.h,
13323         config/xtensa/xtensa.c, config/xtensa/xtensa.h
13324         (CONST_COSTS, RTX_COSTS): Move code ...
13325         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
13326
13327         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
13328         (arm_rtx_costs, TARGET_RTX_COSTS): New.
13329         * config/arm/arm-protos.h: Update.
13330         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
13331
13332         * config/avr/avr.h (CONST_COSTS): Move code ...
13333         * config/avr/avr.c (avr_rtx_costs): ... here.
13334         (default_rtx_costs): Make static.
13335         * config/avr/avr-protos.h: Update.
13336
13337         * config/h8300/h8300.c (const_costs): Make static.
13338         (h8300_and_costs, h8300_shift_costs): Likewise.
13339         * config/h8300/h8300-protos.h: Update.
13340
13341         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
13342         (CONST_COSTS): Move code ...
13343         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
13344         default_rtx_costs; update for signature change.
13345         * config/ip2k/ip2k-protos.h: Update.
13346
13347         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
13348         (CONST_COSTS): Move code ...
13349         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
13350         (TARGET_RTX_COSTS): New.
13351         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
13352         * config/m68hc11/m68hc11-protos.h: Update.
13353
13354         * config/m68k/m68k.c (const_int_cost): Make static.
13355         * config/m68k/m68k-protos.h: Update.
13356
13357         * config/mcore/mcore.c (mcore_const_costs): Make static.
13358         (mcore_and_cost, mcore_ior_cost): Likewise.
13359         * config/mcore/mcore-protos.h: Update.
13360
13361         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
13362         (mmix_rtx_cost_recalculated): Remove.
13363         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
13364         * config/mmix/mmix-protos.h: Update.
13365
13366         * config/sh/sh.c (shiftcosts): Make static.
13367         (addsubcosts, andcosts, multcosts): Likewise.
13368         * config/sh/sh-protos.h: Update.
13369
13370         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
13371         (sparc_rtx_costs): Make static; update for change in signature.
13372         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
13373         * config/sparc/sparc-protos.h: Update.
13374
13375         * config/v850/v850.c (const_costs): Make static.
13376         * config/v850/v850-protos.h: Update.
13377
13378         * config/vax/vax.h (RTX_COSTS): Remove.
13379         (CONST_COSTS): Move code ...
13380         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
13381         from vax_rtx_cost.
13382         (vax_rtx_costs, TARGET_RTX_COSTS): New.
13383
13384 2003-01-27  Richard Henderson  <rth@redhat.com>
13385
13386         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
13387         * config/vax/vax-protos.h: Update.  Really.
13388
13389 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
13390
13391         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
13392         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
13393         zero if no hardware floating point.
13394         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
13395         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
13396         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
13397         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
13398         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
13399         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
13400         even FP registers on N32 and N64.
13401         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
13402         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
13403         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
13404         even-register-like alignment to 128-bit arguments.
13405         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
13406         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
13407         on N32 or N64.
13408         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
13409         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
13410         (TPBIT): Set to tp-bit.c.
13411         (tp-bit.c): Create out of fp-bit.c.
13412
13413 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13414
13415         * c-parse.in: Remove '%expect 32' directive in objc mode.
13416
13417 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
13418
13419         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
13420         (LIBGCOV): New variable.
13421         (libgcc.mk): Add LIBGCOV.
13422         (LIBGCC_DEPS): Add libgcov.c.
13423         (libgcov.a): New target.
13424         (clean): Remove libgcov.a.
13425         (install-libgcc): Do libgcov too.
13426         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
13427         with libgcov.a.
13428         * libgcc2.c (L_gcov): Move into ...
13429         * libgcov.c: ... here. New file.
13430         * mklibgcc.in: Add libgcov rules.
13431         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
13432
13433         * doc/invoke.texi (profile-arcs, test-coverage): Update and
13434         clarify.
13435
13436         * profile.c (index_counts_file): Remove duplicate check for open file.
13437
13438 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
13439
13440         * gcc/doc/invoke.texi (Optimization Options): Group together
13441         optional and experimental flags.  Move trapv and bounds-check
13442         out of this section.  Group floating point flags together.
13443         (Code Gen Options): Move trapv and bounds-check to here.
13444
13445 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
13446
13447         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
13448
13449 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
13450
13451         PR optimization/9090
13452         * function.c (purge_addressof_1): After pushing an addressed register
13453         onto the stack, simplify the result.
13454
13455 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13456
13457         * doc/extend.texi: Fix typo.
13458
13459 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13460
13461         * doc/cppopts.texi: Fix typo.
13462         * doc/objc.texi: Likewise.
13463         * doc/passes.texi: Likewise.
13464
13465 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
13466
13467         * real.c (ibm_extended_format): Add 53 to minimum exponent.
13468         (encode_ibm_extended): Adjust.
13469
13470 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
13471
13472         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
13473         timevar_id enumerations.
13474
13475 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
13476
13477         * combine.c: Fix formatting.
13478
13479 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
13480
13481         * doc/gccint.texi: Update the copyright.
13482
13483 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
13484
13485         * doc/cpp.texi: Fix typos.
13486         * doc/extend.texi: Likewise.
13487         * doc/gty.texi: Likewise.
13488         * doc/install.texi: Likewise.
13489         * doc/passes.texi: Likewise.
13490         * doc/rtl.texi: Likewise.
13491         * doc/tm.texi: Likewise.
13492
13493 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
13494
13495         * config/ia64/fde-glibc.c: Fix comment typos.
13496         * config/ia64/hpux.h: Likewise.
13497         * config/ia64/ia64.c: Likewise.
13498         * config/ia64/ia64.h: Likewise.
13499         * config/ia64/unwind-ia64.c: Likewise.
13500
13501 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
13502
13503         * config/i386/i386-modes.def: Fix comment typos.
13504         * config/i386/i386.c: Likewise.
13505         * config/i386/i386.md: Likewise.
13506
13507 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13508
13509         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
13510         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
13511         ASM_FINISH_DECLARE_OBJECT before defining it.
13512         * toplev.c (rest_of_decl_compilation):  Don't define
13513         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
13514         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
13515         parameters for DWARF2 targets because they _are_ used.
13516
13517 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
13518
13519         * fp-bit.h: Define macros for TFmode floating-point constants
13520         in IBM-extended TFmode types.
13521         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
13522         widths.
13523         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
13524         TFmode type.
13525
13526         * config/fp-bit.h: Define macros for TFmode floating-point
13527         constants in IEEE quad TFmode type.  Declare functions according
13528         to L_ macros.
13529         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
13530         (TFtype, TItype, UTItype): Define if TMODES is defined.
13531         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
13532         (F_T_BITOFF, D_T_BITOFF): Define.
13533         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
13534         guaranteed to be wide enough.
13535         * config/fp-bit.c: Check for L_ macros for tf functions.
13536         (__thenan_tf): New.
13537         (nan): Adjust.
13538         (pack_d, unpack_d): Support IEEE 854 quad type.
13539         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
13540         from FRAC_NBITS, FRAC_BITS and NGARDS.
13541         (usi_to_float): Cast constants to be shifted to fractype
13542         instead of assuming long long is wide enough.
13543         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
13544
13545 2003-01-26  Andreas Jaeger  <aj@suse.de>
13546
13547         * df.c: Remove prototype of unused function df_regno_rtl_debug.
13548
13549 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
13550
13551         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
13552         (DBBIT_FUNCS): Added _df_to_tf.
13553         (TPBIT_FUNCS): New.
13554         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
13555         (LIBGCC_DEPS): Added TPBIT.
13556         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
13557
13558         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
13559         been able to move the result to target.
13560
13561         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
13562         for the appropriate mode.
13563
13564         * calls.c (emit_library_call_value_1): Handle return values
13565         in a PARALLEL.
13566
13567         * rtl.c (get_mode_alignment): Moved to...
13568         * stor-layout.c: ... here.
13569
13570         * print-rtl.c (print_rtx): Don't print MEM details in
13571         GENERATOR_FILEs.
13572
13573 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
13574
13575         * df.h: Update comments, tidy formatting.
13576         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
13577         REVERSE, UNION, INTERSECTION.  All uses updated.
13578         (OLD_DF_INTERFACE): Remove.
13579         (struct insn_info): Remove commented out insn field.
13580         * df.c: Update comments, tidy formatting.
13581         (df_def_table_realloc): Remove.
13582
13583
13584 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
13585
13586         * calls.c (save_fixed_argument_area): Tidy.
13587         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
13588         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
13589         call chain loop at 1 if !try_tail_call.  Formatting.
13590         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
13591         Use save_fixed_argument_area and restore_fixed_argument_area.
13592
13593 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13594
13595         * df.c (df_uses_record): Handle CC0.
13596
13597 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
13598
13599         * reload.c (maybe_memory_address_p): New function.
13600         (find_reloads_address): Use it instead of memory_address_p.
13601
13602 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
13603
13604         * final.c (shorten_branches): Align the address of code label
13605         when computing initial lengths and addresses.
13606
13607 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
13608
13609         * config/m68hc11/m68hc11.md: Fix a comment typo.
13610
13611 2003-01-25  Andreas Jaeger  <aj@suse.de>
13612
13613         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
13614         TARGET_MACHO.
13615
13616 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13617
13618         * gcse.c (bypass_last_basic_block): New global variable.
13619         (bypass_block):  Use redirect_edge_and_branch_force to redirect
13620         fall-through edges.  Use bypass_last_basic_block to determine
13621         which blocks have valid PRE information.
13622         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
13623
13624 2003-01-25  Jan Hubicka  <jh@suse.cz>
13625
13626         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
13627
13628 2003-01-25  Jan Hubicka  <jh@suse.cz>
13629                               Eric Botcazou <ebotcazou@libertysurf.fr>
13630         PR opt/8492
13631         * gcse.c (one_cprop_pass): Delete unreachable blocks.
13632
13633 2003-01-25  Richard Henderson  <rth@redhat.com>
13634
13635         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
13636         from ia64_aix_select_rtx_section.
13637         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
13638         instead of saving and restoring flag_pic.
13639         (ia64_rwreloc_unique_section): Similarly.
13640         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
13641         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
13642         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
13643         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
13644
13645 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
13646
13647         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
13648         comment.
13649
13650 2003-01-25  Richard Henderson  <rth@redhat.com>
13651
13652         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
13653
13654 2003-01-25  Kelley Cook <kelleycook@comcast.net>
13655
13656         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
13657
13658 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
13659
13660         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
13661         type for bitmaps.  Use unsigned long.
13662         (nBITMAP_WORD_BITS): New macro.
13663         (BITMAP_WORD_BITS): New macro.
13664         (rest of file): Use it.
13665         * bitmap.c: Use it.
13666
13667 2003-01-25  Richard Henderson  <rth@redhat.com>
13668
13669         2002-02-19  Robert Lipe  <robertlipe@usa.net>
13670         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
13671
13672 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13673
13674         * builtins.c (purge_builtin_constant_p): Scan insn stream
13675         sequentially rather than by basic block.
13676         * function.c (purge_addressof): Simplify test with INSN_P.
13677
13678 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
13679
13680         * combine.c (simplify_comparison, case AND): Remove a redundant test.
13681
13682 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13683
13684         * function.h (struct function): New field calls_constant_p.
13685         (current_function_calls_constant_p): New macro for above.
13686         * function.c (prepare_function_start): Initialize calls_eh_return
13687         and calls_constant_p.
13688         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
13689         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
13690         when the current_function_calls_constant_p.
13691         * integrate.c (expand_inline_function): Set calls_constant_p if
13692         the function being inlined has calls_constant_p set.
13693
13694 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13695
13696         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
13697         optimizing, even if flag_gcse is true.
13698         * toplev.c (rest_of_compilation): purge_builtin_constant_p
13699         only needs to be called when "optimize > 0 && flag_gcse".
13700
13701 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13702
13703         * stmt.c (emit_case_bit_tests): New routine to implement suitable
13704         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
13705         (case_bit_test_cmp): New comparison function for "qsort" to order
13706         case_bit_tests by decreasing number of destination nodes.
13707         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
13708         (expand_end_case_type): Use emit_case_bit_tests to implement
13709         suitable switch statments.
13710         (CASE_USE_BIT_TESTS): New target macro to disable the above.
13711         * Makefile.in (stmt.o): Add dependency on optab.h.
13712         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
13713
13714 2003-01-23  Andreas Schwab  <schwab@suse.de>
13715
13716         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
13717         __do_global_ctors_aux hidden global and don't put it in
13718         .init_array.
13719         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
13720         instead so that it comes first.
13721
13722 2003-01-25  Jan Hubicka  <jh@suse.cz>
13723
13724         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
13725         subreg is read/modify.
13726
13727 2003-01-25  Jan Hubicka  <jh@suse.cz>
13728
13729         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
13730         do libcall for large blocks.
13731         * i386.md (comi patterns): Set type to ssecomi.
13732         (sse2_unpck?pd): Fix mode of vec_select.
13733
13734         * cse.c: Include except.h
13735         (cse_set_around_loop):  Do not create new basic blocks.
13736         * Makefile.in (cse.o): Add dependnecy on except.h
13737
13738 2003-01-25  Jan Hubicka  <jh@suse.cz>
13739
13740         * builtins.c (fold_trunc_transparent_mathfn): New function.
13741         (fold_builtin): Use it.
13742         * convert.c (convert_to_real): Re-enable code to convert
13743         math functions; add support for floor familly functions.
13744
13745 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13746
13747         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
13748         dependencies on coretypes.h and $(TM_H).
13749
13750 2003-01-25  Jan Hubicka  <jh@suse.cz>
13751
13752         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
13753
13754 2003-01-24  Stuart Hastings  <stuart@apple.com>
13755
13756         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
13757
13758 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13759
13760         * config/c4x/c4x.md (UNSPEC_BU): New constants.
13761         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
13762         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
13763         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
13764         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
13765         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
13766         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
13767         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
13768
13769 2003-01-24  Jan Hubicka  <jh@suse.cz>
13770
13771         * emit-rtl.c (reg_attrs_htab): New static variable.
13772         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
13773         functions.
13774         (reg_rtx): Do not maintain regno_decl.
13775         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
13776         set_mem_attrs_from_reg): New global function.
13777         (init_emit): Do not initialize regno_decl.
13778         (init_emit_once): initialize reg_attrs_htab.
13779         * final.c (alter_subreg): Do not replace REG by SUBREG.
13780         (gen_mem_expr_from_op): Improve output.
13781         (output_asm_operands): Likewise.
13782         * function.c (assign_params): Do not set REGNO_DECL.
13783         * function.h (struct function): Kill regno_decl.
13784         (REGNO_DECL): Kill.
13785         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
13786         * print_rtl.c (print_rtx): Output REG information.
13787         * regclass.c (reg_scan_mark_refs): Update attrs.
13788         * reload1.c (alter_reg): Likewise.
13789         * simplify_rtx.c (simplify_subreg): Likewise.
13790         * stmt.c (expand_decl): Likewise.
13791         * rtl.def (REG): Add new field.
13792         * rtl.h (struct reg_attrs): New.
13793         (rtunion_def): At rtreg.
13794         (X0MEMATTR): Add checking.
13795         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
13796         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
13797         Declare.
13798         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
13799
13800 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
13801
13802         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
13803         (xtensa_emit_call, print_operand): Fix printf format strings
13804         to avoid compile warnings.
13805         (xtensa_function_prologue, xtensa_function_epilogue): Change type
13806         of "size" argument to HOST_WIDE_INT to fix compile warnings.
13807         * config/xtensa/xtensa-protos.h
13808         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
13809
13810 2003-01-24  Jan Hubicka  <jh@suse.cz>
13811
13812         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
13813         (implicit_built_in_decls): New global array.
13814         (mathfn_built_in): New global function.
13815         (fold_trunc_transparent_mathfn): New static function
13816         (expand_builtin_strstr, expand_bultin_strchr,
13817         expand_builtin_strpbrk, expand_builtin_strcpy,
13818         expand_builtin_strncpy, expand_bultin_strcmp,
13819         expand_bultin_strncat, expand_builtin_fputs): Use
13820         implicint_built_in_decls.
13821         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
13822         * builtins.def: Fix comments.
13823         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
13824         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
13825         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
13826         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
13827         (DEF_C99_C90RES_BULTIN): New.
13828         (*f, *l builtins): Update.
13829         * c-common.c (DEF_BUILTIN): Initialize implicit array.
13830         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
13831         * convert.c (strip_float_extensions): New global function.
13832         * tree.h (DEF_BUILTIN): Accept 10 arguments.
13833         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
13834         Declare.
13835         * java/builtins.c (define_builtin): Handle implicit.
13836         (DEF_BUILTIN): Update.
13837         * tm.texi (TARGET_C99_FUNCTIONS): Document.
13838         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
13839         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
13840         when using glibc2.
13841
13842 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
13843
13844         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
13845         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
13846         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
13847         * config/xtensa/crti.asm: New file.
13848         * config/xtensa/crtn.asm: New file.
13849         * config/xtensa/t-elf: New file.
13850         * config/xtensa/t-linux: New file.
13851         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
13852         Move various CFLAGS settings to new t-elf file.
13853
13854 2003-01-24  Richard Henderson  <rth@redhat.com>
13855
13856         PR optimization/4382
13857         * tree-inline.c (find_builtin_longjmp_call_1): New.
13858         (find_builtin_longjmp_call): New.
13859         (inlinable_function_p): Use it.
13860
13861 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13862
13863         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
13864         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
13865         * config/i386/i386.c (function_arg_pass_by_reference): New.
13866         (ix86_va_arg): Support arguments passed by reference.
13867
13868 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13869
13870         * cfgloopanal.c: New file.
13871         * cfgloopmanip.c: New file.
13872         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
13873         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
13874         cfglayout.o): Add dependency on cfgloop.h.
13875         (cfgloop.o): Add flags.h dependency.
13876         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
13877         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
13878         (struct loop, struct loops, flow_loops_find, flow_loops_update,
13879         flow_loops_free, flow_loops_dump, flow_loop_dump,
13880         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
13881         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
13882         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
13883         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
13884         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
13885         find_common_loop, verify_loop_structure): Declarations moved to ...
13886         * cfgloop.h: New file.
13887         * bb-reorder.c (reorder_basic_blocks): Modified.
13888         * cfglayout.c: Include cfgloop.h.
13889         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
13890         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
13891         (break_superblocks): New static function.
13892         (cfg_layout_finalize): Use it.
13893         (cfg_layout_split_block): New function.
13894         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
13895         fields.
13896         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
13897         changed.
13898         (cfg_layout_split_block): Declare.
13899         * cfgloop.c: Include cfgloop.h and flags.h.
13900         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
13901         get_loop_body): Avoid signed versus unsigned comparison warnings.
13902         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
13903         loop_latch_edge): Modified.
13904         (verify_loop_structure): Modified to use flags stored in loop structure;
13905         check irreducible loops.
13906         (cancel_loop, cancel_loop_tree): New functions.
13907         (estimate_probability): Use loop analysis code for predictions.
13908         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
13909         warnings.
13910         * doloop.c: Include cfgloop.h.
13911         * loop.c: Include cfgloop.h.
13912         * predict.c: Include cfgloop.h.
13913         * toplev.c: Include cfgloop.h.
13914         * unroll.c: Include cfgloop.h.
13915         * tracer.c (tracer): Modified.
13916
13917 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
13918
13919         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
13920
13921 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
13922
13923         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
13924         * configure: Regenerate.
13925
13926         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
13927         (tls_symbolic_reference_mentioned_p): Add prototype.
13928         (s390_tls_get_offset): Add prototype.
13929         (emit_pic_move): Remove prototype, replace by ...
13930         (emit_symbolic_move): .. this new prototype.
13931
13932         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
13933         (tls_model_chars): New global variable.
13934         (s390_encode_section_info): Encode TLS model.
13935         Use targetm.binds_local_p to check for local symbols.
13936         (s390_strip_name_encoding): New function.
13937         (TARGET_STRIP_NAME_ENCODING): Define.
13938
13939         (get_thread_pointer): New function.
13940         (legitimize_tls_address): New function.
13941         (legitimize_address): Call it.
13942         (emit_pic_move): Remove, replace by ...
13943         (emit_symbolic_move): ... this new function.
13944
13945         (larl_operand): Handle TLS operands.
13946         (legitimate_constant_p): Likewise.
13947         (s390_decompose_address): Likewise.
13948         (s390_cannot_force_const_mem): New function.
13949         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
13950
13951         (s390_output_symbolic_const): Handle TLS unspecs.
13952         (print_operand): New code 'J'.
13953         (machine_function): Add struct member 'some_ld_name'.
13954         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
13955
13956         (enum s390_builtin): New type.
13957         (code_for_builtin_64, code_for_builtin_31): New global variables.
13958         (s390_init_builtins, s390_expand_builtin): New functions.
13959         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
13960
13961         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
13962         (ASM_OUTPUT_LABELREF): Define.
13963         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
13964
13965         * config/s390/s390.md: Define TLS UNSPEC constants.
13966         ("movdi", "movsi"): Handle TLS operands.
13967         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
13968         ("*tls_load_64", "*tls_load_31"): New insns.
13969         ("call_value_tls", "call_value_tls_exp"): New expanders.
13970         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
13971         "bas_tls_64", "bas_tls_31"): New insns.
13972
13973 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
13974
13975         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
13976         spe ABI is configured, if requested.
13977
13978 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13979
13980         * doc/passes.texi: Fix typo.
13981
13982 2003-01-24  Andreas Schwab  <schwab@suse.de>
13983
13984         * stor-layout.c (excess_unit_span): Only define if used.
13985
13986 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
13987
13988         * gcc/doc/invoke.texi (Optimization Options): List -O levels
13989         for each optimization flag.
13990
13991 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
13992
13993         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
13994
13995 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13996
13997         * doc/bugreport.texi: Use @command instead of @code for commands.
13998         * doc/collect2.texi: Likewise.
13999         * doc/headerdirs.texi: Likewise.
14000         * doc/invoke.texi: Likewise.
14001         * doc/standards.texi: Likewise.
14002         * doc/tm.texi: Likewise.
14003         * doc/trouble.texi: Likewise.
14004
14005 2003-01-24  Nick Clifton  <nickc@redhat.com>
14006
14007         * config/arm/arm.c (use_return_insn): Do not use a single return
14008         instruction for interrupt handelrs which have to create a stack
14009         frame.
14010         (arm_expand_prologue): Do not pre-bias the return address of
14011         interrupt handlers which create a stack frame.
14012
14013 2003-01-24  Nick Clifton  <nickc@redhat.com>
14014
14015         * Add sh2e support:
14016
14017         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
14018
14019                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
14020                 med_cbranches.  Fix logic in short_cbranches.
14021
14022         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
14023
14024                 * config/sh/sh.md (delay for cbranch): Don't annul delay
14025                 slots on SH2e.
14026                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
14027                 cbranch with unfilled delay slot on SH2e.
14028                 (output_branch): Fill with a nop the delay slot of a
14029                 branch that required a delay slot but didn't get one.
14030
14031         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
14032
14033                 * doc/invoke.texi (SH options): Document -m2e.
14034                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
14035                 * config/sh/lib1funcs.asm: Likewise.
14036                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
14037                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
14038                 not __sh1__.
14039                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
14040                 SH2E up.
14041                 (SH3E_BIT): Renamed to...
14042                 (SH_E_BIT): ... this.  Replace all uses.
14043                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
14044                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
14045                 (TARGET_SWITCHES): Added 2e.
14046                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
14047                 (processor_type): Added PROCESSOR_SH2E.
14048                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
14049                 TARGET_SH2E, except in sqrtsf2_i.
14050                 (attribute cpu): Added sh2e.
14051                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
14052                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
14053                 * config.gcc: Add sh2e target support.
14054
14055 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
14056
14057         Rename -W to -Wextra.
14058         * c-decl.c:  Update comments.
14059         * c-typeck.c:  Likewise.
14060         * flags.h:  Likewise.
14061         * function.c:  Likewise.
14062         * stmt.c:  Likewise.
14063         * toplev.c:  Update comments.
14064         (W_options):  Add 'extra'.
14065         (display_help):  Remove '-W'.
14066         (decode_W_option):  Special warn_uninitialized treatment in the case
14067         of -Wextra.
14068         * doc/invoke.texi:  Update with new entries.
14069
14070 2003-01-23  Richard Henderson  <rth@redhat.com>
14071
14072         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
14073         in no-else-block case.  Add commentary.
14074
14075 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14076
14077         * configure.in: Revert last change.
14078
14079 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14080
14081         * configure.in: Don't include ansidecl.h in tconfig.h.
14082         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
14083         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
14084         ATTRIBUTE_UNUSED.
14085
14086         * configure: Regenerate.
14087
14088 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14089
14090         PR java/6748
14091         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
14092         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
14093         kernels.
14094
14095 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14096
14097         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
14098
14099 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
14100
14101         * genattrtab.c (write_attr_get): Mark 'insn' paramter
14102         as ATTRIBUTE_UNUSED.
14103
14104 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
14105
14106         * arm.c (thumb_base_register_rtx_p): New function.
14107         (thumb_index_register_rtx_p): New function.
14108         (thumb_legitimate_address_p): New function.
14109         (thumb_legitimate_offset_p): New function.
14110         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
14111         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
14112         definitions.
14113         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
14114         (THUMB_LEGITIMATE_OFFSET): Delte.
14115         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
14116         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
14117         (thumb_legitimate_offset_p): Likewise.
14118
14119 2003-01-23  Andreas Schwab  <schwab@suse.de>
14120
14121         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
14122
14123 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14124
14125         * fixinc/Makefile.in (FL_LIST): Revert last change.
14126
14127 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14128
14129         PR other/7341
14130         * invoke.texi (ftest-coverage): Fix broken cross-reference.
14131         Change @code to @command for gcov command.
14132
14133         * gcc.texi: Adjust title of gcov section.
14134         Adjust copyright.
14135         * gcov.texi: Likewise.
14136
14137 2003-01-22  Roger Sayle  <roger@eyesopen.com>
14138
14139         PR optimization/8423
14140         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
14141         its argument is constant, or 0 if !flag_gcse.
14142         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
14143         if it's argument is constant.
14144         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
14145         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
14146         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
14147         * builtins.c (purge_builtin_constant_p): New function to force
14148         instantiation of any remaining CONSTANT_P_RTX nodes.
14149         * rtl.h (purge_builtin_constant_p): Prototype here.
14150         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
14151         pass after GCSE and before loop.
14152         (flag_gcse): No longer static.
14153         * flags.h (flag_gcse): Prototype here.
14154
14155 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
14156
14157         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
14158         introduced by last change.
14159
14160 2003-01-22  Andreas Schwab  <schwab@suse.de>
14161
14162         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
14163
14164 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
14165
14166         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
14167         request a scratch reg on H8S when the shift count is 8.
14168
14169 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
14170
14171         * config/s390/s390-protos.h (preferred_la_operand_p):
14172         Remove second parameter.
14173         * config/s390/s390.c (preferred_la_operand_p): Likewise.
14174         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
14175         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
14176         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
14177         Add peepholes to transform ADD to LOAD ADDRESS.
14178
14179 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
14180
14181         * arm.c (arm_address_register_rtx_p): New function.
14182         (arm_legitimate_address_p): New function.
14183         (arm_legitimate_index_p): New function.
14184         (legitimize_pic_address): Use arm_legitimate_index_p.
14185         * arm-protos.h (arm_legtimate_address_p): Add prototype.
14186         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
14187         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
14188
14189 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
14190
14191         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
14192         * config/s390/2064.md (define_bypass): Correct 'Load' and
14193         'Load-address' bypass values.
14194
14195 2003-01-22  Andreas Schwab  <schwab@suse.de>
14196
14197         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
14198
14199 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
14200
14201         * genautomata.c (output_internal_insn_latency_func,
14202         output_print_reservation_func): Short circuit when there is no
14203         automaton to generate code for.
14204
14205 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14206
14207         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
14208         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
14209
14210 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
14211
14212         * config/rs6000/rs6000.md: Remove warning.
14213         (builtin_setjmp_receiver): Likewise.
14214         * config/darwin.c (update_stubs): Slightly improve terrible hack
14215         with identifiers.  Add comment pointing out problems with it.
14216         (update_non_lazy_ptrs): Likewise.
14217
14218 2003-01-21  Richard Henderson  <rth@redhat.com>
14219
14220         * dwarf2out.c (lookup_filename): Fix printf format warning.
14221         * system.h (fread_unlocked, fwrite_unlocked): Undef.
14222
14223         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
14224         (fixincl.o-warn, gnu-regex.o-warn): New.
14225         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
14226         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
14227         * fixinc/fixincl.c (process): Fix printf format warning.
14228
14229 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
14230
14231         * dwarf2out (output_file_names): Don't crash if called
14232         with empty file_table.
14233
14234 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
14235
14236         * genautomata.c (output_internal_insn_latency_func): Add
14237         missing break statement to generated code.
14238
14239 2003-01-21  Roger Sayle  <roger@eyesopen.com>
14240
14241         * stmt.c (same_case_target_p): New function to determine whether
14242         two case labels branch to the same target.  Split out from...
14243         (group_case_nodes): ... here.  Use same_case_target_p instead.
14244         (strip_default_case_nodes): Remove explicit case nodes
14245         that branch to the default destination.
14246         (expand_end_case_type): Call strip_default_case_nodes after
14247         group_case_nodes, to simplify the case-list before we count it.
14248         Only generate table_label RTX when actually needed.  Try to share
14249         thiscase->exit_label and thiscase->data.case_stmt.default_label
14250         when a switch has no explicit default case.  Simplify test for
14251         constant index.
14252
14253 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
14254
14255         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
14256         \t.
14257         (*negsf2_h8300hs): Likewise.
14258         (*addsi3_lshiftrt_16_zexthi): Likewise.
14259         (*iorhi3_lshiftrt_8): Likewise.
14260
14261 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
14262
14263         * dwarf2out.c (fde_table_in_use): Mark GTY.
14264         (dwarf2out_cfi_label_num): New variable, marked GTY.
14265         (dwarf2out_cfi_label): Use it instead of static label_num.
14266         * emit-rtl.c (label_num): Mark GTY.
14267
14268 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
14269
14270         * config/h8300/h8300.c (output_plussi): Support H8/300.
14271         (compute_plussi_length): Likewise.
14272         (compute_plussi_cc): Likewise.
14273         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
14274         output assembly instructions.
14275
14276 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14277
14278         * calls.c (fix_unsafe_tree): Prototype.
14279
14280         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
14281         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
14282         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
14283         c-parse.o-warn): Add -Wno-error.
14284         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
14285
14286         * configure.in (--enable-werror): Add new flag.
14287         * doc/install.texi (--enable-werror): Document.
14288         * configure: Regenerate.
14289
14290         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
14291
14292 2003-01-21  Andreas Schwab  <schwab@suse.de>
14293
14294         * genautomata.c (output_internal_insn_latency_func): Fix missing
14295         close paren in output.
14296
14297 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
14298
14299         * genautomata.c: Space savings in generated code:
14300         (output_dfa_insn_code_func): Split out the table-enlargement
14301         path to an out-of-line static function, dfa_insn_code_enlarge.
14302         (output_internal_insn_latency_func): Use a lookup table for the
14303         default latencies.
14304         (output_print_reservation_func): Use a lookup table for the
14305         strings.
14306
14307 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
14308
14309         PR opt/7507
14310         * calls.c (fix_unsafe_tree): Split out from ...
14311         (expand_call): ... here.  Use it on the function address too.
14312
14313 2003-01-20  Richard Henderson  <rth@redhat.com>
14314
14315         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
14316
14317 2003-01-20  Richard Henderson  <rth@redhat.com>
14318
14319         PR opt/7154
14320         * stmt.c (expand_asm_operands): Validize memory operands.
14321
14322 2003-01-20  Richard Henderson  <rth@redhat.com>
14323
14324         PR opt/8848
14325         * ifcvt.c (noce_process_if_block): Correct arguments to
14326         modified_between_p for no-else-block case.
14327
14328 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14329
14330         * config/h8300/h8300.c (const_costs): Remove a warning.
14331         (output_plussi): Likewise.
14332         (compute_plussi_length): Likewise.
14333         (compute_plussi_cc): Likewise.
14334
14335 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14336
14337         * config/h8300/h8300.md (addsi_h8300): Remove the last
14338         alternative.
14339
14340 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14341
14342         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
14343
14344 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14345
14346         * system.h (__NO_STRING_INLINES): Define.
14347
14348 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14349
14350         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
14351         is not a scalar int mode.
14352
14353 2003-01-20  Roger Sayle  <roger@eyesopen.com>
14354
14355         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
14356         insn's notes following a substitution inside a libcall.
14357
14358 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
14359
14360         * configure.in: Check for system-provided 'uchar' type.
14361         * configure, config.in: Regenerate.
14362         * cpphash.h: Only typedef 'uchar' if the system doesn't.
14363
14364 2003-01-20  Richard Henderson  <rth@redhat.com>
14365
14366         * expr.h (MUST_PASS_IN_STACK): Move implementation...
14367         * calls.c (default_must_pass_in_stack): ... here.
14368
14369 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
14370
14371         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
14372
14373         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
14374
14375         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
14376         Wrap up definition of `insn_alts'.
14377
14378         * genattrtab.c (main): Wrap up `insn_alts'.
14379
14380 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14381
14382         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
14383         prototyping.
14384         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
14385
14386         * config.in, configure: Regenerate.
14387
14388 2003-01-20  Nick Clifton  <nickc@redhat.com>
14389
14390         * config/arm/arm.md (sibcall_epilogue): Add an
14391         UNSPEC_PROLOGUE_USE to prevent the link register from being
14392         considered dead.
14393
14394 2003-01-20  Jan Hubicka  <jh@suse.cz>
14395
14396         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
14397
14398 2003-01-20  Andreas Schwab  <schwab@suse.de>
14399
14400         * system.h: Don't declare strsignal if the decl test hasn't been
14401         run yet.
14402
14403 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14404
14405         * config/h8300/h8300.c (notice_update_cc): Don't assume that
14406         recog_data.operands[0] is always associated with cc0.
14407
14408 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
14409
14410         * collect2.c (ldgetname): Expand declaration to prototype.
14411         * read-rtl.c (atoll): Add prototype.
14412         * system.h (strsignal): Also declare if no declaration found.
14413
14414 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
14415
14416         * config.gcc (mips64*-*-linux*): Added.
14417         * config/mips/linux64.h, config/mips/t-linux64: New file.
14418         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
14419         * config/mips/mips.c (override_options): Use it.
14420         * config/mips/mips.h (TARGET_SWITCHES): Added...
14421         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
14422         * Makefile.in (SPECS): New.
14423         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
14424         * gcc.c (process_command): Move self-spec processing past spec
14425         file loading.
14426         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
14427         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
14428         CRTSTUFF_T_CFLAGS.
14429         (SPECS): Document.
14430         * doc/invoke.texi (-mabi-fake-default): Document.
14431
14432 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
14433
14434         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
14435         z_reg, z_reg_qi): Declare static and GTY().
14436         (da_reg): Remove.
14437         (create_regs_rtx): Don't create da_reg.
14438         ("gt-m68hc11.h"): Include for GTY roots.
14439         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
14440         and GTY() here.
14441         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
14442         (m68hc11_soft_tmp_reg): Likewise.
14443         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
14444
14445 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
14446
14447         * basic-block.h: Fix comment formatting.
14448         * calls.c: Likewise.
14449         * combine.c: Likewise.
14450         * convert.c: Likewise.
14451         * gcov.c: Likewise.
14452         * haifa-sched.c: Likewise.
14453         * libgcc2.c: Likewise.
14454         * loop.c: Likewise.
14455         * profile.c: Likewise.
14456         * system.h: Likewise.
14457
14458 2003-01-18  Roger Sayle  <roger@eyesopen.com>
14459
14460         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
14461
14462 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14463
14464         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
14465
14466 2003-01-17  Dale Johannesen  <dalej@apple.com>
14467
14468         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
14469           (*floatunssidf2_internal):  Ditto.
14470
14471 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
14472
14473         * alias.c: Fix comment typos.
14474         * basic-block.h: Likewise.
14475         * c-common.c: Likewise.
14476         * c-common.h: Likewise.
14477         * c-decl.c: Likewise.
14478         * c-opts.c: Likewise.
14479         * c-pragma.c: Likewise.
14480         * c-pretty-print.h: Likewise.
14481         * cfg.c: Likewise.
14482         * cfganal.c: Likewise.
14483         * cfgbuild.c: Likewise.
14484         * cfgcleanup.c: Likewise.
14485         * cfglayout.c: Likewise.
14486         * cfgrtl.c: Likewise.
14487         * convert.c: Likewise.
14488         * cpphash.h: Likewise.
14489         * cpplex.c: Likewise.
14490         * cpplib.h: Likewise.
14491         * df.h: Likewise.
14492         * diagnostic.c: Likewise.
14493         * diagnostic.h: Likewise.
14494         * dwarf2.h: Likewise.
14495
14496 2003-01-17  Stan Shebs  <shebs@apple.com>
14497
14498         * config/darwin-protos.h: Forward-declare struct cpp_reader.
14499
14500 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
14501
14502         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
14503         mistake in last checkin.
14504
14505 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
14506
14507         * et-forest.c: Fix comment typos.
14508         * et-forest.h: Likewise.
14509         * except.c: Likewise.
14510         * expr.c: Likewise.
14511         * flags.h: Likewise.
14512         * flow.c: Likewise.
14513         * gcc.c: Likewise.
14514         * gcse.c: Likewise.
14515         * genattrtab.c: Likewise.
14516         * genautomata.c: Likewise.
14517         * gengtype.c: Likewise.
14518         * genrecog.c: Likewise.
14519         * global.c: Likewise.
14520         * gthr-rtems.h: Likewise.
14521
14522 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14523
14524         * i386.c (x86_function_profiler): Fix format specifier.
14525
14526 2003-01-17  Richard Henderson  <rth@redhat.com>
14527
14528         * gengtype.c (walk_type): Allow paramN_is.
14529
14530 2003-01-17  Nick Clifton  <nickc@redhat.com>
14531
14532         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
14533
14534 2003-01-16  Richard Henderson  <rth@redhat.com>
14535
14536         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
14537
14538 2003-01-16  Richard Henderson  <rth@redhat.com>
14539
14540         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
14541         (alpha_next_sequence_number): Likewise.
14542         (alpha_this_literal_sequence_number): Likewise.
14543         (alpha_this_gpdisp_sequence_number): Likewise.
14544         (struct alpha_funcs, alpha_funcs_num): Likewise.
14545         (struct alpha_links): Fix branch merge error.
14546         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
14547
14548 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
14549
14550         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
14551         R. Ghazi.
14552
14553 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
14554
14555         * ifcvt.c: Fix comment typos.
14556         * lcm.c: Likewise.
14557         * libgcc2.c: Likewise.
14558         * local-alloc.c: Likewise.
14559         * loop.c: Likewise.
14560         * predict.c: Likewise.
14561         * ra-build.c: Likewise.
14562         * ra.c: Likewise.
14563         * ra-colorize.c: Likewise.
14564         * ra.h: Likewise.
14565         * ra-rewrite.c: Likewise.
14566         * regmove.c: Likewise.
14567         * reload.h: Likewise.
14568         * rtlanal.c: Likewise.
14569         * toplev.c: Likewise.
14570         * tree.h: Likewise.
14571         * unwind-dw2-fde-glibc.c: Likewise.
14572         * vmsdbgout.c: Likewise.
14573
14574 2003-01-16  Richard Henderson  <rth@redhat.com>
14575
14576         * dwarf2out.c (struct file_table): Remove.
14577         (FILE_TABLE_INCREMENT): Remove.
14578         (file_table): Make a varray; mark for GC.  Update all users.
14579         (file_table_last_lookup_index): Extract from struct file_table.
14580         (output_file_names): Fix unsigned compare warnings.
14581         (add_name_attribute): Remove inline marker.
14582         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
14583         (lookup_filename): Don't manage size of file_table.
14584         (init_file_table): Allocate file_table with GC.
14585         (dwarf2out_init): Don't record main_input_filename here.
14586         (dwarf2out_finish): Do it here instead.
14587
14588 2003-01-16  Bruce Korb  <bkorb@gnu.org>
14589
14590         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
14591
14592 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
14593
14594         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
14595         instead of rotldi3_mextr.
14596
14597 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
14598
14599         * haifa-sched.c (move_insn): Restore moving all schedule group.
14600         (set_priorities): Restore taking SCHED_GROUP_P into account.
14601
14602         * sched-deps.c (add_dependence): Restore processing the last group
14603         insn.
14604         (remove_dependence, group_leader): Restore the functions.
14605         (set_sched_group_p): Restore adding dependencies from previous insn
14606         in the group.
14607         (compute_forward_dependences): Restore usage of group_leader.
14608
14609         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
14610         account.
14611
14612         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
14613         account.
14614         (can_schedule_ready_p): Ditto.
14615         (add_branch_dependences): Restore skipping over the group insns.
14616
14617 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
14618
14619         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
14620         68HC12 pre/post inc/dec side effects.
14621
14622 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
14623
14624         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
14625
14626 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
14627
14628         * sh.md (mshflo_w_x): Fix description of operation.
14629
14630 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
14631
14632         * config/rs6000/rs6000.h: Mention Altivec registers in
14633         commentary.  Fix typo.
14634
14635 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
14636
14637         * config/rs6000/rs6000.md (movti_string): Remove clobber.
14638         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
14639         generate PARALLEL with clobber for TARGET_POWER.
14640
14641 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14642
14643         * ra-colorize.c (colorize_one_web): Initialize variable.
14644         * regmove.c (fixup_match_1): Likewise.
14645         * reload1.c (reload_as_needed): Likewise.
14646         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
14647
14648 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14649
14650         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
14651
14652 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14653
14654         * dbxout.c (lastfile, cwd): Fix `unused' warning.
14655         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
14656         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
14657         is_main_source, file_table, decl_die_table_in_use,
14658         abbrev_die_table_in_use, line_info_table_in_use,
14659         separate_line_info_table_in_use, pubname_table_in_use,
14660         arange_table_in_use, ranges_table_in_use,
14661         current_function_has_inlines): Likewise.
14662         * flow.c (life_analysis): Likewise.
14663         * genemit.c (gen_insn): Likewise.
14664         * protoize.c (cplus_suffix): Likewise.
14665
14666         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
14667         * arm.h (ROUND_UP_WORD): Likewise.
14668
14669         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
14670         warning.
14671         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
14672         init_emit_once): Likewise.
14673         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
14674         Likewise.
14675         * function.c (assign_stack_temp_for_type): Likewise.
14676         * loop.c (loop_invariant_p): Likewise.
14677         * recog.c (push_operand): Likewise.
14678         * regclass.c (init_reg_sets_1): Likewise.
14679         * reload.c (update_auto_inc_notes): Likewise.
14680         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
14681         * stmt.c (expand_asm_operands): Likewise.
14682         * stor-layout.c (start_record_layout): Likewise.
14683
14684 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
14685
14686         * config/c4x/c4x.md (epilogue): Correct last patch.
14687
14688 2003-01-15  Richard Henderson  <rth@redhat.com>
14689
14690         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
14691         also check that GP is being used.
14692         (alpha_find_lo_sum_using_gp): New.
14693         (alpha_does_function_need_gp): Use get_attr_usegp.
14694         * config/alpha/alpha-protos.h: Update.
14695         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
14696         as needed.
14697
14698 2003-01-15  Roger Sayle  <roger@eyesopen.com>
14699
14700         * gcse.c (one_cprop_pass): Change function arguments to take both
14701         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
14702         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
14703         (bypass_jumps): New function to perform separate jump bypassing pass.
14704         * rtl.h (bypass_jumps): Add function prototype.
14705         * timevar.def (TV_BYPASS): New timing variable.
14706         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
14707         (dump_file): New entry for the bypass RTL dump file.
14708         (rest_of_compilation): Insert new jump bypassing optimization
14709         pass after loop.
14710         * doc/passes.texi: Document new pass.
14711
14712 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14713
14714         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
14715         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
14716         * pa.h (TARGET_SOM_SDEF): Define.
14717         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
14718
14719 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
14720
14721         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
14722         allocate 4-bytes of locals on 68HC11.
14723         (expand_epilogue): Likewise.
14724         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
14725
14726 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
14727
14728         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
14729         and -mshort-double to the assembler to specify the ABI.
14730         (LINK_SPEC): Likewise.
14731         (CPP_SPEC): Pass HCS12 specific define.
14732         (MASK_M68S12): New define.
14733         (TARGET_M68S12): Likewise.
14734         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
14735         (TARGET_VERSION): Update.
14736         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
14737         (LINK_SPEC): Update.
14738         (ASM_SPEC): Update.
14739         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
14740         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
14741
14742 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
14743
14744         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
14745         the return code.
14746
14747 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
14748
14749         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
14750         flag before setting it.
14751
14752 2003-01-15  Roger Sayle  <roger@eyesopen.com>
14753
14754         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
14755         when loop condition is known true, i.e.  "while (1) { ... }".
14756         (genrtl_for_stmt): Similarly for "for" statements.
14757
14758 2003-01-15  Roger Sayle  <roger@eyesopen.com>
14759
14760         * real.c (real_sqrt): Return a bool result indicating whether
14761         a floating point exception or trap should be raised.
14762         * real.h (real_sqrt): Update function prototype.
14763         * builtins.c (fold_builtin): Only fold non-trapping square
14764         roots unless we're ignoring errno and trapping math.
14765
14766 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
14767
14768         * expr.h (emit_conditional_add): Add PARAMS to declaration.
14769         * gengtype-lex.l (malloc, realloc): Move defines after include of
14770         system.h.  Remove duplicate include of system.h.
14771
14772 2003-01-15  Roger Sayle  <roger@eyesopen.com>
14773
14774         PR middle-end/9009
14775         * optabs.c (expand_unop):  When manipulating the FP sign bit
14776         using integer operations, account for targets with different
14777         integer and FP word orders.
14778         (expand_abs): Likewise.
14779
14780 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
14781
14782         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
14783         file extension in section name.
14784
14785 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
14786
14787         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
14788         constant offset.
14789
14790 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
14791
14792         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
14793         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
14794         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
14795         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
14796
14797 2003-01-15  Jan Hubicka  <jh@suse.cz>
14798
14799         PR f/9258
14800         * global.c (struct allocno): Add no_stack_reg.
14801         (global_conflicts): Set no_stack_reg.
14802         (find_reg): Use it.
14803
14804         * convert.c (convert_to_real): Fold - and abs only when profitable.
14805         * fold-const.c (fold): Fold truncates in - and abs.
14806
14807 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
14808
14809         Segher Boessenkool  <segher@koffie.nl>
14810
14811         * predict.c (real_inv_br_prob_base): New variable.
14812         (propagate_freq): Use multiply by reciprocal instead of
14813         division.  Don't divide by 1.0 at all.
14814         (estimate_bb_frequencies): Similar.
14815
14816 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
14817
14818         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
14819         * configure: Rebuilt.
14820
14821 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
14822
14823         * config/s390/s390.c (s390_safe_attr_type): New function.
14824         (s390_use_dfa_pipeline_interface): New function, return true for z900.
14825         (s390_issue_rate): New function.
14826         (s390_agen_dep_p): New function.
14827         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
14828         (s390_adjust_cost): Return 'cost' if new DFA is used.
14829         (s390_adjust_priority): Delete function.
14830         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
14831         * config/s390/s390.md (atype attribute): Attribute 'atype' default
14832         determined by 'op_type'.
14833         (type attribute): Added more type attributes.
14834         * config/s390/2064.md: New DFA description for z900 pipeline.
14835
14836 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
14837
14838         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
14839         forced to memory.  Fixes PR bootstrap/9036.
14840
14841         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
14842         to set $gp before the call.
14843
14844 2003-01-14  Richard Henderson  <rth@redhat.com>
14845
14846         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
14847         for force_const_mem.
14848
14849 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14850
14851         * genattr.c (main): Rearrange output to avoid prototype warning.
14852         * genautomata.c (transform_3): Fix ambiguous-else warning.
14853         * local-alloc.c (requires_inout): Add parentheses around
14854         assignment used as truth-value.
14855         * timevar.c: Move system includes above local includes.  Include
14856         toplev.h
14857         * Makefile.in (timevar.o): Depend on toplev.h.
14858
14859 2003-01-14  Denis Chertykov  <denisc@overta.ru>
14860
14861         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
14862         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
14863
14864         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
14865         attributes.
14866         (TARGET_ATTRIBUTE_TABLE): New macro.
14867         (valid_machine_type_attribute): Remove.
14868         (valid_machine_decl_attribute): Remove.
14869         (ip2k_handle_progmem_attribute): New function.
14870         (ip2k_handle_fndecl_attribute): New function.
14871
14872 2003-01-10  Andrew Haley  <aph@redhat.com>
14873
14874         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
14875         registers to be in correct order.  Add rip.
14876
14877 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
14878
14879         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
14880         (*iorsi3_and_lshiftrt_9_sb): Likewise.
14881
14882 2003-01-14  Jan Hubicka  <jh@suse.cz>
14883
14884         * convert.c (strip_float_extensions):  Look for narrowest type handling
14885         FP constants.
14886
14887         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
14888         float1 CMP float2.
14889         * convert.c (strip_float_extensions): Make global.
14890         * tree.h (strip_float_extensions): Declare.
14891
14892 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14893
14894         * timevar.def: define TV_NAME_LOOKUP.
14895         * timevar.c (timevar_pop): Be verbose when aborting.
14896
14897 2003-01-13  Andreas Schwab  <schwab@suse.de>
14898
14899         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
14900         $(parsedir), just move the temporary file at the end.
14901         ($(parsedir)/gengtype-yacc.c): Likewise.
14902
14903 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
14904
14905         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
14906         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
14907         splitting.
14908         * configure: Rebuilt.
14909
14910 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14911
14912         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
14913         internal_mcount): Don't use PARAMS.
14914         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
14915         ISO C style.
14916         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
14917
14918 2003-01-13  Andreas Schwab  <schwab@suse.de>
14919
14920         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
14921         directive.
14922
14923 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
14924
14925         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
14926         (*iorsi3_and_lshiftrt_n_sb): Likewise.
14927
14928 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
14929
14930         PR c++/9264
14931         * c-lex.c (c_lex): Set the token value to error_mark_node for
14932         invalid numeric constants.
14933
14934 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14935
14936         * c-pch.c (asm_file_startpos): Change to `long'.
14937         (pch_init): Use ftell, not ftello.
14938         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
14939         Use `long' instead of `off_t'.
14940         (c_common_read_pch): Likewise.
14941         * ggc-common.c (gt_pch_save): Use long/ftell instead of
14942         off_t/ftello.
14943
14944 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
14945
14946         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
14947
14948 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
14949
14950         * arm-protos.h (struct cpp_reader): Add declaration.
14951
14952 2003-01-11  Jan Hubicka  <jh@suse.cz>
14953
14954         PR target/9068
14955         * i386.c (output_fp_compare): Fix typo.
14956
14957 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
14958
14959         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
14960
14961 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
14962
14963         * Makefile.in (parsedir): New variable.
14964         (docobjdir): New variable.
14965         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
14966         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
14967         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
14968         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
14969         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
14970         Use docobjdir.
14971         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
14972         objc.maintainer-clean): Use parsedir.
14973
14974         * varasm.c (struct constant_descriptor_rtx): Remove unused
14975         `label' field.
14976
14977         * toplev.c (documented_lang_options): Document -Winvalid-pch.
14978
14979 2003-01-10  Richard Henderson  <rth@redhat.com>
14980
14981         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
14982         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
14983
14984 2003-01-10  Richard Henderson  <rth@redhat.com>
14985
14986         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
14987         not INTEGRAL_MODE_P when widening extensions.
14988
14989 2003-01-10  Richard Henderson  <rth@redhat.com>
14990
14991         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
14992
14993 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
14994
14995         * ggc-page.c (ggc_collect): Avoid overflow computing
14996         min_expand.
14997
14998         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
14999         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
15000         Remove calls.
15001         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
15002
15003 2003-01-10  Jan Hubicka  <jh@suse.cz>
15004
15005         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
15006         with weird operands.
15007
15008 2003-01-10  Dale Johannesen <dalej@apple.com>
15009
15010         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
15011         parameters.  Call check_sibcall_argument_overlap if indicated.
15012         (check_sibcall_argument_overlap):  Add mark_stored_args_map
15013         parameter.  Don't mark parameter area as clobbered if not set.
15014         (expand_call):  Adjust calls to above.
15015
15016 2003-01-10 Kelley Cook <kelleycook@comcast.net>
15017
15018         * configure.in (linker read-only and read-write section mixing):
15019         Squelch some assembler warnings.
15020         * configure: Likewise.
15021
15022 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
15023
15024         * doc/invoke.texi: Document -mtune, delete -mcpu
15025         option for S/390 and zSeries.
15026         * config/s390/s390.c (s390_tune_string) New variable.
15027         (s390_cpu_string) Delete variable.
15028         (override_options): Use s390_tune_string instead of
15029         s390_cpu_string.
15030         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
15031
15032 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
15033
15034         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
15035
15036 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
15037
15038         * jump.c (next_nonnote_insn_in_loop): New function.
15039         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
15040         next_nonnote_insn.
15041         (duplicate_loop_exit_test). Likewise.
15042
15043 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
15044
15045         Merge from pch-branch:
15046
15047         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
15048
15049         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
15050         load.
15051
15052         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
15053
15054         * cpplib.c (count_registered_pragmas): New function.
15055         (save_registered_pragmas): New function.
15056         (_cpp_save_pragma_names): New function.
15057         (restore_registered_pragmas): New function.
15058         (_cpp_restore_pragma_names): New function.
15059         * cpphash.h (_cpp_save_pragma_names): Prototype.
15060         (_cpp_restore_pragma_names): Likewise.
15061         * cpppch.c (struct save_macro_item): Split from save_macro_data.
15062         (struct save_macro_data): New field 'saved_pragmas'.
15063         (save_macros): Update for changes to struct save_macro_data.
15064         (cpp_prepare_state): Call _cpp_save_pragma_names, update
15065         for changes to struct save_macro_data.
15066         (cpp_read_state): Call _cpp_restore_pragma_names, update
15067         for changes to struct save_macro_data.
15068
15069         * cpppch.c (cpp_read_state): Restore the hashtable references
15070         in the cpp_reader.
15071
15072         * tree.h (built_in_decls): Mark for PCH.
15073
15074         * dbxout.c (lastfile): Don't mark for PCH.
15075
15076         * ggc.h: Document PCH calls into memory managers.
15077
15078         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
15079
15080         * doc/invoke.texi (Precompiled Headers): Document the
15081         directory form of PCH.
15082         * cppfiles.c (validate_pch): New function.
15083         (open_file_pch): Search suitably-named directories for PCH files.
15084
15085         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
15086
15087         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
15088         reorder options.
15089         (Type Information): Mention that the information is also
15090         used to implement PCH.
15091         * doc/passes.texi (Passes): Improve documentation of
15092         language-specific files.
15093
15094         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
15095
15096         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
15097         (struct walk_type_data): Add reorder_fn field.
15098         (walk_type): Process 'reorder' option.
15099         (write_types_process_field): Reorder parameters to gt_pch_note_object,
15100         call reorder_note_routine.
15101         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
15102         (ggc_wtd): Update for change to struct write_types_data.
15103         (pch_wtd): Likewise.
15104         * ggc.h (gt_pch_note_object): Reorder parameters.
15105         (gt_handle_reorder): New definition.
15106         (gt_pch_note_reorder): New prototype.
15107         * ggc-common.c (struct ptr_data): Add reorder_fn.
15108         (gt_pch_note_object): Reorder parameters.
15109         (gt_pch_note_reorder): New.
15110         (gt_pch_save): Call reorder_fn.
15111         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
15112
15113         * dbxout.c (cwd): Don't mark for PCH.
15114
15115         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
15116
15117         * gengtype.c (finish_root_table): Fix some warnings.
15118         (write_root): Handle TYPE_STRING.
15119         * ggc.h (gt_ggc_m_S): Add prototype.
15120         * stringpool.c (gt_ggc_m_S): New function.
15121
15122         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
15123
15124         * dwarf2out.c (dw2_string_counter): New.
15125         (AT_string_form): Use it.
15126         (same_dw_val_p): Update for removal of hashtable.h hash tables.
15127
15128         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
15129
15130         * dbxout.c: Include gt-dbxout.h.
15131         (lastfile): Mark for PCH/GGC.
15132         (cwd): Likewise.
15133         (struct typeinfo): Likewise.
15134         (typevec): Likewise.
15135         (typevec_len): Likewise.
15136         (next_type_number): Likewise.
15137         (struct dbx_file): Likewise.
15138         (current_file): Likewise.
15139         (next_file_number): Likewise.
15140         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
15141         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
15142         (dbxout_end_source_file): Don't free struct dbx_file.
15143         (dbxout_type): Use GGC to allocate typevec.
15144         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
15145         (GTFILES): Add dbxout.c.
15146         (gt-dbxout.h): New rule.
15147
15148         * Makefile.in (c-pch.o): Add debug.h as dependency.
15149         * c-pch.c: Include debug.h.
15150         (pch_init): Call start_source_file to keep nesting right.
15151         (c_common_read_pch): Add orig_name parameter.  Call
15152         start_source_file debug hook.  Call end_source_file debug hook.
15153         * c-common.h (c_common_read_pch): Update prototype.
15154         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
15155         callback.
15156         * cppfiles.c (struct include_file): Add new field `header_name'.
15157         (find_or_create_entry): Default it to `name'.
15158         (open_file_pch): Set it to the original header file searched for.
15159         (stack_include_file): Don't stack an empty buffer, just handle
15160         PCH files immediately.  Pass header_name field to read_pch callback.
15161
15162         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
15163
15164         * function.c (funcdef_no): Mark to be saved in a PCH.
15165
15166         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
15167
15168         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
15169
15170         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
15171
15172         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
15173
15174         * optabs.h (code_to_optab): Add GTY marker.
15175
15176         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
15177
15178         * Makefile.in (GTFILES): Add cpplib.h.
15179         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
15180         * c-decl.c (build_compound_literal): Don't use var_labelno.
15181         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
15182         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
15183         * varasm.c (const_labelno): Use gengtype to mark.
15184         (var_labelno): Likewise.
15185         (in_section): Likewise.
15186         (in_named_name): Likewise.
15187         (struct in_named_entry): Likewise.
15188         (in_named_htab): Likewise.
15189         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
15190         (init_varasm_once): Use GGC to allocate in_named_htab.
15191         * config/darwin.c (current_pic_label_num): Mark for PCH.
15192
15193         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
15194
15195         * ggc-simple.c (init_ggc_pch): New stub procedure.
15196         (ggc_pch_count_object): Likewise.
15197         (ggc_pch_total_size): Likewise.
15198         (ggc_pch_this_base): Likewise.
15199         (ggc_pch_alloc_object): Likewise.
15200         (ggc_pch_prepare_write): Likewise.
15201         (ggc_pch_write_object): Likewise
15202         (ggc_pch_finish): Likewise.
15203         (ggc_pch_read): Likewise.
15204
15205         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
15206
15207         * c-pch.c (c_common_write_pch): Write the macro definitions after
15208         the GCed data.
15209         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
15210         definitions after the GCed data.
15211         * cpplib.c (save_macros): New.
15212         (reset_ht): New.
15213         (cpp_write_pch_deps): Split out of cpp_write_pch.
15214         (cpp_write_pch_state): Split out of cpp_write_pch.
15215         (cpp_write_pch): Delete.
15216         (struct save_macro_data): Delete.
15217         (cpp_prepare_state): New.
15218         (cpp_read_state): Erase and restore initial macro definitions.
15219         * cpplib.h (struct save_macro_data): Forward-declare.
15220         (cpp_write_pch_deps): Prototype.
15221         (cpp_write_pch_state): Prototype.
15222         (cpp_write_pch): Delete prototype.
15223         (cpp_prepare_state): Prototype.
15224         (cpp_read_state): Add fourth argument.
15225
15226         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
15227
15228         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
15229         (write_array): Remove warning.
15230
15231         * gengtype.c (contains_scalar_p): New.
15232         (finish_root_table): Add the table to all languages, even if it's
15233         empty.
15234         (write_roots): Output gt_pch_scalar_rtab.
15235         * ggc-common.c (gt_pch_save): Write out scalars.
15236         (gt_pch_restore): Read scalars back.
15237
15238         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
15239         (struct page_entry): Delete pch_page field.
15240         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
15241         (clear_marks): Likewise.
15242         (sweep_pages): Likewise.
15243         (poison_pages): Likewise.
15244         (ggc_print_statistics): Likewise.
15245         (ggc_pch_read): Don't free objects read from a PCH.
15246         Properly set up in_use_p and page_tails.
15247
15248         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
15249
15250         * gengtype.c (struct write_types_data): New.
15251         (struct walk_type_data): Make `cookie' const; add extra
15252         prev_val item; add `orig_s' field.
15253         (walk_type): Update prev_val[3].
15254         (write_types_process_field): New.
15255         (write_func_for_structure): Take write_types_data structure.
15256         (write_types): New.
15257         (ggc_wtd): New.
15258         (pch_wtd): New.
15259         (write_types_local_process_field): New.
15260         (gc_mark_process_field): Delete.
15261         (write_local_func_for_structure): New.
15262         (gc_mark_func_name): Delete.
15263         (write_gc_types): Delete.
15264         (write_local): New.
15265         (finish_root_table): Don't include 'ggc_' in PFX.
15266         (write_root): Rename from write_root.  Fill pchw field of structures.
15267         (write_array): New.
15268         (write_roots): Rename from write_gc_roots.  Split out to write_array.
15269         Update to changes to other routines.  Write gt_pch_cache_rtab table.
15270         (main): Write PCH walking routines.
15271         * ggc-common.c: Include toplev.h, sys/mman.h.
15272         (ggc_mark_roots): For cache hashtables, also mark the hash table
15273         and the array of entries.
15274         (saving_htab): New.
15275         (struct ptr_data): New.
15276         (POINTER_HASH): New.
15277         (gt_pch_note_object): New.
15278         (saving_htab_hash): New.
15279         (saving_htab_eq): New.
15280         (struct traversal_state): New.
15281         (call_count): New.
15282         (call_alloc): New.
15283         (compare_ptr_data): New.
15284         (relocate_ptrs): New.
15285         (write_pch_globals): New.
15286         (struct mmap_info): New.
15287         (gt_pch_save): New.
15288         (gt_pch_restore): New.
15289         * ggc-page.c (ROUND_UP_VALUE): New.
15290         (ROUND_UP): New.
15291         (struct page_entry): Add field `pch_page'.
15292         (init_ggc): Use ROUND_UP.
15293         (struct ggc_pch_data): Declare.
15294         (init_ggc_pch): New.
15295         (ggc_pch_count_object): New.
15296         (ggc_pch_total_size): New.
15297         (ggc_pch_this_base): New.
15298         (ggc_pch_alloc_object): New.
15299         (ggc_pch_prepare_write): New.
15300         (ggc_pch_write_object): New.
15301         (ggc_pch_finish): New.
15302         (ggc_pch_read): New.
15303         * ggc.h (gt_pointer_operator): New.
15304         (gt_note_pointers): New.
15305         (gt_pch_note_object): New prototype.
15306         (gt_pointer_walker): New.
15307         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
15308         (LAST_GGC_ROOT_TAB): Update.
15309         (gt_pch_cache_rtab): Declare.
15310         (gt_pch_scalar_rtab): Declare.
15311         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
15312         (LAST_GGC_CACHE_TAB): Update.
15313         (gt_pch_save_stringpool): Declare.
15314         (gt_pch_restore_stringpool): Declare.
15315         (gt_pch_p_S): Declare.
15316         (gt_pch_n_S): Declare.
15317         (struct ggc_pch_data): Forward-declare.
15318         (init_ggc_pch): Declare.
15319         (ggc_pch_count_object): Declare.
15320         (ggc_pch_total_size): Declare.
15321         (ggc_pch_this_base): Declare.
15322         (ggc_pch_alloc_object): Declare.
15323         (ggc_pch_prepare_write): Declare.
15324         (ggc_pch_write_object): Declare.
15325         (ggc_pch_finish): Declare.
15326         (ggc_pch_read): Declare.
15327         (gt_pch_save): Declare.
15328         (gt_pch_restore): Declare.
15329         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
15330         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
15331         const_double_htab, mem_attrs_htab using GGC.
15332         * c-pch.c: Include ggc.h.
15333         (pch_init): Allow reading PCH file back.
15334         (c_common_write_pch): Call gt_pch_save.
15335         (c_common_read_pch): Call gt_pch_restore.
15336         * c-parse.in (init_reswords): Delete now-untrue comment.
15337         Allocate ridpointers using GGC.
15338         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
15339         calling expand_deferred_fns.
15340         * c-common.h (ridpointers): Mark for GTY machinery.
15341         * Makefile.in (stringpool.o): Update dependencies.
15342         (c-pch.o): Update dependencies.
15343         (ggc-common.o): Update dependencies.
15344         * stringpool.c: Include gt-stringpool.h.
15345         (gt_pch_p_S): New.
15346         (gt_pch_n_S): New.
15347         (struct string_pool_data): New.
15348         (spd): New.
15349         (gt_pch_save_stringpool): New.
15350         (gt_pch_restore_stringpool): New.
15351         * tree.c (init_ttree): Make type_hash_table allocated using GC.
15352
15353         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
15354
15355         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
15356         (output_mangled_typename): Don't pass size_t to printf.
15357
15358         * tree.h (union tree_type_symtab): Add tag to `address' field.
15359         (union tree_decl_u2): Add tag to 'i' field.
15360         * varasm.c (union rtx_const_un): Add tags to all fields.
15361         * gengtype.c (struct walk_type_data): New.
15362         (output_escaped_param): Take struct walk_type_data parameter.
15363         (write_gc_structure_fields): Delete.
15364         (walk_type): New.
15365         (write_gc_marker_routine_for_structure): Delete.
15366         (write_func_for_structure): New.
15367         (gc_mark_process_field): New.
15368         (gc_mark_func_name): New.
15369         (gc_counter): Delete.
15370         (write_gc_types): Use write_func_for_structure.
15371         (write_gc_roots): Use walk_type.
15372
15373         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
15374
15375         * ggc-common.c (ggc_mark_roots): Delete 'x'.
15376         (ggc_splay_dont_free): Fix warning about unused 'x'.
15377         (ggc_print_common_statistics): Remove warnings.
15378
15379         2002-10-01  Mike Stump  <mrs@apple.com>
15380
15381         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
15382         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
15383
15384         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
15385             Catherine Moore  <clm@redhat.com>
15386
15387         * Makefile (c-pch.o): Update dependencies.
15388         (LIBCPP_OBJS): Add cpppch.o.
15389         (cpppch.o): New.
15390         * c-common.c (c_common_init): Don't call pch_init here.
15391         * c-common.h (c_common_read_pch): Update prototype.
15392         * c-lex.c (c_common_parse_file): Call pch_init here.
15393         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
15394         (c_common_decode_option): Handle them.
15395         * c-pch.c: Include c-pragma.h.
15396         (save_asm_offset): Delete.
15397         (pch_init): Move contents of save_asm_offset into here, call
15398         cpp_save_state.
15399         (c_common_write_pch): Call cpp_write_pch.
15400         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
15401         cpp_valid_state.
15402         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
15403         * cppfiles.c (stack_include_file): Update for change to
15404         parameters of cb.read_pch.
15405         * cpphash.h (struct cpp_reader): Add `savedstate' field.
15406         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
15407         `restore_pch_deps' fields.
15408         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
15409         (cpp_save_state): Prototype.
15410         (cpp_write_pch): Prototype.
15411         (cpp_valid_state): Prototype.
15412         (cpp_read_state): Prototype.
15413         * cpppch.c: New file.
15414         * flags.h (version_flag): Remove prototype.
15415         * mkdeps.c (deps_save): New.
15416         (deps_restore): New.
15417         * mkdeps.h (deps_save): Prototype.
15418         (deps_restore): Prototype.
15419         * toplev.c (late_init_hook): Delete.
15420         (version_flag): Make static again.
15421         (compile_file): Don't call late_init_hook.
15422         * toplev.h (late_init_hook): Delete.
15423         * doc/cppopts.texi: Document -fpch-deps.
15424         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
15425
15426         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
15427
15428         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
15429         callers.
15430         (c_common_valid_pch): Rename from c_valid_pch, change callers.
15431         (c_common_read_pch): Rename from c_read_pch, change callers.
15432
15433         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
15434         a space between it and its argument.
15435
15436         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
15437
15438         * c-pch.c: New file.
15439         * toplev.h (late_init_hook): Declare.
15440         * toplev.c (late_init_hook): Define.
15441         (version_flag): Make globally visible.
15442         (compile_file): Call late_init_hook.
15443         (init_asm_output): Make output file seekable.
15444         * gcc.c (default_compilers): Update c-header rule.
15445         * flags.h (version_flag): Declare.
15446         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
15447         fields.
15448         * cppfiles.c (struct include_file): Add 'pch' field.
15449         (INCLUDE_PCH_P): New.
15450         (open_file_pch): New.
15451         (stack_include_file): Handle PCH files specially.
15452         (find_include_file): Call open_file_pch instead of open_file.
15453         (_cpp_read_file): Explain why open_file is used instead of
15454         open_file_pch.
15455         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
15456         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
15457         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
15458         in cpplib callbacks.
15459         * c-common.c (pch_file): Correct comment.
15460         (allow_pch): Define.
15461         (c_common_init): Call pch_init.
15462         * c-common.h (allow_pch): Declare.
15463         (pch_init): Declare.
15464         (c_valid_pch): Declare.
15465         (c_read_pch): Declare.
15466         (c_write_pch): Declare.
15467         * Makefile.in (c-pch.o): New.
15468         (C_AND_OBJC_OBJS): Add c-pch.o.
15469         * doc/invoke.texi (Precompiled Headers): Add index entries,
15470         complete truncated paragraph.
15471
15472         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
15473
15474         * c-common.c: (pch_file): Define.
15475         * c-common.h (pch_file): Declare.
15476         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
15477         (missing_arg): Require --output-pch= to have an argument.
15478         (c_common_decode_option): Handle --output-pch=.
15479         * gcc.c: Document new %V.
15480         (default_compilers): Handle compiling C header files.
15481         (do_spec_1): Implement %V.
15482         (main): Handle "gcc foo.h" without trying to run linker.
15483         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
15484         (Overall Options): Document what the driver does with header files,
15485         document new -x option possibilities.
15486         (Invoking G++): More documentation for PCH.
15487         (Precompiled Headers): New.
15488
15489         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
15490
15491         * ggc.h: Don't include varray.h.  Rearrange functions to be more
15492         organized.
15493         (ggc_add_root): Delete.
15494         (ggc_mark_rtx): Delete.
15495         (ggc_mark_tree): Delete.
15496         (struct ggc_statistics): Remove contents.
15497         * ggc-common.c: Remove unneeded includes.
15498         (struct ggc_root): Delete.
15499         (roots): Delete.
15500         (ggc_add_root): Delete.
15501         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
15502         (ggc_print_common_statistics): Remove most of the contents.
15503         * Makefile.in (GGC_H): No longer uses varray.h.
15504         (ggc-common.o): Update dependencies.
15505         (c-parse.o): Add varray.h to dependencies.
15506         (c-common.o): Add varray.h.
15507         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
15508         (mark_ident_hash): Rename to ggc_mark_stringpool.
15509         (init_stringpool): Don't use ggc_add_root.
15510         * c-parse.in: Include varray.h.
15511         * c-common.c: Include varray.h.
15512         * objc/Make-lang.in (objc-act.o): Add varray.h.
15513         * objc/objc-act.c: Include varray.h.
15514
15515         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
15516
15517         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
15518         (dw_cfi_oprnd1_desc): Likewise.
15519
15520         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
15521
15522         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
15523         move out of ifdef.
15524         (alpha_links): Use gengtype to mark; move out of ifdef.
15525         (mark_alpha_links_node): Delete.
15526         (mark_alpha_links): Delete.
15527         (alpha_need_linkage): Use GGC to allocate splay tree, struct
15528         alpha_links, strings.  Don't use ggc_add_root.
15529         * ggc-common.c (ggc_splay_alloc): New.
15530         (ggc_splay_dont_free): New.
15531         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
15532         (ggc_mark_tree): Likewise.
15533         (splay_tree_new_ggc): New.
15534         (ggc_splay_alloc): Declare.
15535         (ggc_splay_dont_free): Declare.
15536         * dwarf2asm.c: Include gt-dwarf2asm.h.
15537         (mark_indirect_pool_entry): Delete.
15538         (mark_indirect_pool): Delete.
15539         (indirect_pool): Use gengtype to mark.
15540         (dw2_force_const_mem): Don't use ggc_add_root.
15541         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
15542         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
15543         (gt-dwarf2asm.h): Depend on s-gtype.
15544
15545         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
15546
15547         * tree.h (union tree_type_symtab): Mark `die' field.
15548         * Makefile.in (dwarf2out.o): Update dependencies.
15549         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
15550         hash tables.
15551         (dw_cfi_oprnd1_desc): New function.
15552         (dw_cfi_oprnd2_desc): New function.
15553         (indirect_string_alloc): Delete.
15554         (debug_str_do_hash): New function.
15555         (debug_str_eq): New function.
15556         (mark_limbo_die_list): Delete.
15557         (dwarf2out_init): Don't call ggc_add_root.
15558
15559 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
15560
15561         The following changes are merged from itanium-sched-branch:
15562
15563         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
15564
15565         * doc/md.texi: Clarify assignment of units to automata description.
15566
15567         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
15568
15569         * genautomata.c (unit_decl): Remove members
15570         `the_same_automaton_unit' and
15571         `the_same_automaton_message_reported_p'.
15572         (process_unit_to_form_the_same_automaton_unit_lists,
15573         form_the_same_automaton_unit_lists_from_regexp,
15574         form_the_same_automaton_unit_lists, the_same_automaton_lists):
15575         Remove them.
15576         (annotation_message_reported_p): New global variable.
15577         (check_unit_distribution_in_reserv,
15578         check_regexp_units_distribution): New functions.
15579         (check_unit_distributions_to_automata): Rewrite it.
15580
15581         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
15582
15583         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
15584         Use continue instead of break if cycle is too big.
15585
15586         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
15587
15588         * genautomata.c (check_unit_distributions_to_automata): Output at
15589         most one message for a unit.
15590         (process_unit_to_form_the_same_automaton_unit_lists): Check
15591         automaton of units instead of units themself.
15592
15593         * doc/md.texi: Describe the constraint about assigning unit to
15594         automata.
15595
15596         2002-12-20  Jan Hubicka  <jH@suse.cz>
15597                     Vladimir Makarov  <vmakarov@redhat.com>
15598
15599         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
15600         and `in_set_p'.
15601         (gen_cpu_unit): Initialize the new members.
15602         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
15603         up `min_occ_cycle_num'.
15604         (evaluate_max_reserv_cycles): Change the function call.
15605         (CLEAR_BIT): New macro.
15606         (states_union, state_shift): Use the mask.
15607         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
15608         (form_reservs_matter): New function.
15609         (make_automaton): Call the function and use the mask.
15610         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
15611         account.
15612
15613         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
15614
15615         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
15616
15617         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
15618
15619         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
15620         for Itanium.
15621
15622         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
15623
15624         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
15625         default cpu.
15626
15627         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
15628                 2002-10-31  Dale Johannesen <dalej@apple.com>
15629
15630         * haifa-sched.c (find_set_reg_weight): New function.
15631         (find_insn_reg_weight): Use the new function.
15632         (schedule_block): Do sorting ready queue always
15633         after insn issue.
15634
15635         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
15636
15637         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
15638
15639         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
15640
15641         * haifa-sched.c (choice_entry): New structure.
15642         (choice_stack, cycle_issued_insns): New variables.
15643         (max_issue): Rewrite it.
15644         (choose_ready): Set up ready_try for unknown insns too.
15645         (schedule_block): Allocate and free choice_stack.  Set up
15646         and modify cycle_issued_insns.
15647
15648         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
15649         with and without filling the bundle.
15650         (bundling): Combine calls of issue_nops_and_insn.
15651
15652         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
15653
15654         * config/ia64/itanium1.md: New file.
15655
15656         * config/ia64/itanium2.md: New file.
15657
15658         * config/ia64/ia64.md: Move DFA descriptions into the new files.
15659         Remove the old pipeline description.
15660
15661         * config/ia64/ia64.c (ia64_override_options): Add aliases of
15662         itanium processor names.
15663
15664         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
15665
15666         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
15667         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
15668
15669         * config/ia64/ia64.md: Add descriptions for Itanium2.
15670
15671         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
15672
15673         * config/ia64/ia64.h (processor_type): New enumeration.
15674         (ia64_tune, ia64_tune_string): New external declarations.
15675         (TARGET_OPTIONS): Add option `tune='.
15676
15677         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
15678         variables.
15679         (ia64_override_options): Set up `ia64_tune'.
15680         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
15681         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
15682         (bundling): Add nops for MM-insns only for Itanium.
15683         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
15684         Itanium.
15685
15686         * config/ia64/ia64.md (cpu): New attribute.
15687         (DFA description): Enable it only for Itanium.
15688
15689         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
15690                     Richard Henderson  <rth@redhat.com>
15691
15692         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
15693         MASK_EARLY_STOP_BITS.
15694         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
15695         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
15696         `early-stop-bits'.
15697
15698         * config/ia64/ia64.c (ia64_dfa_new_cycle,
15699         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
15700         instead of TARGET_TUNE_STOP_BITS.
15701
15702         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
15703         `-mearly-stop-bits'.
15704
15705         * config/ia64/ia64.c (automata_option "v"): Comment it.
15706
15707         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
15708
15709         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
15710         New macros.
15711         (TARGET_SWITCHES): Add entries for the new option.
15712
15713         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
15714         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
15715         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
15716         global variables.
15717         (ia64_sched_reorder2): Set up `clocks'.
15718         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
15719         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
15720         queue when TARGET_TUNE_STOP_BITS.
15721         (bundling): Insert additional nops for MM-insns.
15722         (final_emit_insn_group_barriers): Add insertion of stop bits
15723         according `stops_p'.
15724         (ia64_reorg): Initiate the new varibales.
15725
15726         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
15727
15728         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
15729
15730         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
15731         insns at the end of block insn scheduling.
15732
15733         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
15734
15735         * sched-deps.c (remove_dependence, group_leader): Remove it.
15736         (add_dependence): Add dependence to group leader to.
15737         (set_sched_group_p): Add dependence to the first insn of the
15738         schedule group too.
15739         (sched_analyze_insn): Make dependence to jump as anti-dependence.
15740         Change true dependence by anti-dependence when
15741         `reg_pending_barrier'.
15742
15743         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
15744         add_branch_dependences): Ignore schedule groups.
15745
15746         * sched-ebb.c (init_ready_list): Ditto.
15747
15748         * (move_insn, set_priorities): Ditto.
15749
15750         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
15751         flag is clear after reload.
15752         (adjust_cost): Change cost only for output dependencies.
15753
15754         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
15755
15756         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
15757
15758         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
15759
15760         * target.h (gcc_target): Add member
15761         `dependencies_evaluation_hook'.
15762
15763         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
15764         macro.
15765         (TARGET_SCHED): Add initiatialization of the new member.
15766
15767         * sched-ebb.c: Include `target.h'.
15768         (schedule_ebb): Call `dependencies_evaluation_hook'.
15769
15770         * sched-rgn.c (schedule_region): Call
15771         `dependencies_evaluation_hook'.
15772
15773         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
15774         New macro.
15775         (ia64_dependencies_evaluation_hook): New function.
15776
15777         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
15778         Describe the new hook.
15779
15780         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
15781
15782         * target.h (gcc_target): Add members
15783         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
15784
15785         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
15786         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
15787         macros.
15788         (TARGET_SCHED): Add initiatialization of the new members.
15789
15790         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
15791         insn scheduling too.
15792         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
15793         initialize `ready_try'.
15794         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
15795         `dfa_new_cycle' says not to do it.
15796
15797         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
15798         bundling.
15799
15800         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
15801
15802         * config/ia64/ia64.c: Include `hashtab.h'.
15803         (ia64_first_cycle_multipass_dfa_lookahead_guard,
15804         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
15805         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
15806         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
15807         bundle_state_eq_p, insert_bundle_state,
15808         initiate_bundle_state_table, finish_bundle_state_table,
15809         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
15810         get_template, get_next_important_insn, bundling): New functions.
15811         (ia64_internal_sched_reorder): Remove it.
15812         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
15813         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
15814         (ia64_safe_itanium_requires_unit0): Remove it.
15815         (group_barrier_needed_p): Place group barrier right before a real
15816         insn.
15817         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
15818         Remove them.
15819         (bundle_name): New variable.
15820         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
15821         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
15822         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
15823         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
15824         temp_dfa_state, prev_cycle_state): New global variables.
15825         (insn_matches_slot, maybe_rotate, finish_last_head,
15826         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
15827         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
15828         find_best_packet, itanium_reorder, dump_current_packet,
15829         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
15830         (sched_data, sched_ready, sched_types): Remove them.
15831         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
15832         `init_insn_group_barriers'.
15833         (ia64_sched_reorder, ia64_sched_reorder2): Call
15834         ia64_dfa_sched_reorder.
15835         (ia64_variable_issue): Rewrite it.
15836         (bundle_state): New structure.
15837         (index_to_bundle_states, bundle_states_num,
15838         allocated_bundle_states_chain, free_bundle_state_chain): New
15839         global variables.
15840         (ia64_sched_finish): Add stop bits and call `bundling' after the
15841         2nd insn scheduling.
15842         (ia64_use_dfa_pipeline_interface): Return zero always.
15843         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
15844         insn scheduling.
15845         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
15846         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
15847         (ia64_reorg): Add bundling insns.
15848
15849         * doc/tm.texi
15850         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
15851         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
15852
15853         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
15854
15855         * config/ia64/ia64.md: Add Itanium1 DFA description.
15856         (itanium_class): Add `nop' and `pre_cycle'.  Add
15857         define_function_unit for `nop'.
15858         (nop): Change attribute `itanium_class'.
15859         (pre_cycle): New define_insn.
15860
15861         * config/ia64/ia64-protos.h (bundling_p): New external variable.
15862         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
15863         ia64_produce_address_p): New function prototypes.
15864
15865         * config/ia64/ia64.c (bundling_p): New global variable.
15866         (ia64_use_dfa_pipeline_interface,
15867         ia64_first_cycle_multipass_dfa_lookahead,
15868         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
15869         functions.
15870         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
15871         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
15872         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
15873         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
15874         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
15875         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
15876         (dfa_pre_cycle_insn): New variable.
15877
15878         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
15879
15880         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
15881         constructions.
15882
15883         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
15884         New function prototypes.
15885
15886         * genattrtab.c (main): Process the new constructions.
15887
15888         * genautomata.c (gen_presence_absence_set,
15889         process_presence_absence_names, process_presence_absence_patterns,
15890         add_presence_absence, check_absence_pattern_sets): Add parameter
15891         `final_p'.
15892         (unit_decl): Add new members `final_presence_list' and
15893         `final_absence_list'.
15894         (unit_pattern_rel_decl): Add new member `final_p'.
15895         (gen_final_presence_set, gen_final_absence_set): New functions.
15896         (process_decls): Use member `final_p'.
15897         (temp_reserv): New global variable.
15898         (reserv_sets_are_intersected): Add processing `final_presence_set'
15899         and `final_absence_set'.
15900         (initiate_states): Allocate `temp_reserv'.
15901         (unit_final_presence_set_table, unit_final_absence_set_table): New
15902         gloabal variables.
15903         (initiate_presence_absence_pattern_sets): Initiate them.
15904         (NDFA_to_DFA): Fix typo.
15905         (output_description): Output `final_presence_set' and
15906         `final_absence_set'.
15907
15908         * doc/md.texi (final_presence_set, final_absence_set): Describe
15909         them.
15910
15911         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
15912
15913         * genautomata.c (transform_3): Process a missing case (nothing on
15914         unit place).
15915
15916         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
15917
15918         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
15919         comments about queried units and the minimization.
15920
15921         * doc/md.texi: Ditto.
15922
15923         * genautomata.c (create_composed_state): Return nonzero if the new
15924         state has been created.
15925         (first_cycle_unit_presence): New function.
15926         (state_is_differed): Add new parameter.  Use the new function.
15927         Take queried units into account.
15928         (partition_equiv_class): Pass additional parameter to
15929         `state_is_differed'.
15930         (merge_states): Process composed states too.
15931         (build_automaton, create_automata, output_min_issue_delay_table,
15932         output_tables, output_statistics): Output more information.
15933         (output_reserved_units_table): Use function
15934         `first_cycle_unit_presence'.
15935         (output_tables): Output table of queried units even if the
15936         minimization is switched on.
15937         (write_automata): Output code for querying units even if the
15938         minimization is switched on.
15939
15940         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
15941
15942         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
15943         syntax of the constructions.
15944
15945         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
15946         extended syntax of the constructions.
15947
15948         * genautomata.c (unit_rel_decl): Rename it to
15949         `unit_pattern_rel_decl'.
15950         (pattern_set_el, pattern_reserv): New structures.
15951         (pattern_set_el_t, pattern_reserv_t): New types.
15952         (gen_presence_absence_set): New function.
15953         (process_presence_absence): Remove it.
15954         (process_presence_absence_names,
15955         process_presence_absence_patterns): New functions.
15956         (get_presence_absence_set): Remove it.
15957         (initiate_presence_absence_sets): Rename it on
15958         `initiate_presence_absence_pattern_sets'.  Use new function
15959         `form_reserv_sets_list'.
15960         (form_reserv_sets_list, check_presence_pattern_sets,
15961         check_absence_pattern_sets, output_pattern_set_el_list): New
15962         functions.
15963         (unit_decl): Change types of members `presence_list' and
15964         `absence_list'.
15965         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
15966         (decl): Change types of members `excl', `presence', and `absence'.
15967         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
15968         at the end of the vector.
15969         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
15970         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
15971         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
15972         (gen_presence_set, gen_absence_set): Use new function
15973         `gen_presence_absence_set'.
15974         (add_presence_absence): Process `pattern_list' instead of
15975         `source_list'.
15976         (process_decls): USe new functions
15977         `process_presence_absence_names' and
15978         `process_presence_absence_patterns'.
15979         (reserv_sets_are_intersected): Use new function
15980         `check_presence_pattern_sets'.
15981         (presence_set, absence_set): Remove them.
15982         (unit_presence_set_table, unit_absence_set_table): New global
15983         variables.
15984         (output_description): Use new function
15985         `output_pattern_set_el_list'.
15986         (generate): Use `initiate_presence_absence_pattern_sets'.
15987
15988         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
15989
15990         * genattr.c (main): Add output of prototype of new interface
15991         function `dfa_clean_insn_cache'.
15992
15993         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
15994         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
15995         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
15996         the generated code.
15997         (write_automata): Call the new function.
15998
15999 2003-01-09  Jan Hubicka  <jh@suse.cz>
16000
16001         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
16002         correctly.
16003
16004 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
16005
16006         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
16007
16008 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
16009
16010         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
16011         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
16012         (CONSTRAINT_LEN): Provide default definition.
16013         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
16014         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
16015         (EXTRA_CONSTRAINT_STR): Likewise.
16016         (REG_CLASS_FROM_CONSTRAINT): Define.
16017         * genoutput.c (check_constraint_len, constraint_len): New functions.
16018         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
16019         constraint / modifier.
16020         (gen_insn): Call check_constraint_len.
16021         * local-alloc.c (block_alloc): Update to use new macros / pass
16022         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
16023         * ra-build.c (handle_asm_insn): Likewise.
16024         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16025         (constrain_operands, peep2_find_free_register): Likewise.
16026         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
16027         * regmove.c (find_matches): Likewise.
16028         * reload.c (push_secondary_reload, find_reloads): Likewise.
16029         (alternative_allows_memconst): Likewise.
16030         * reload1.c (maybe_fix_stack_asms): Likewise.
16031         (reload_cse_simplify_operands): Likewise.
16032         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16033         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
16034         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
16035         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
16036         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
16037         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
16038
16039         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
16040
16041 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
16042
16043         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
16044         length.
16045         (*extzv_1_r_h8300hs): Likewise.
16046         (*extzv_1_r_inv_h8300): Likewise.
16047         (*extzv_1_r_inv_h8300hs): Likewise.
16048
16049 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
16050
16051         * config/h8300/h8300.h (PREDICATE_CODES): New.
16052
16053 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
16054
16055         * config/h8300/h8300.md (*addsi3_upper): New.
16056         (*iorsi3_shift): Likewise.
16057         (two splitters): Likewise.
16058         (*addsi3_shift): Likewise.
16059         (two splitters): Likewise.
16060
16061 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
16062
16063         * Makefile.in (optabs.o): Add dependency on basic-block.h.
16064         * basic-block.h (control_flow_insn_p): Fuction was exported.
16065         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
16066         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
16067         notes only when the region is contained in a single basic block.
16068
16069 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
16070
16071         PR inline-asm/8832
16072         * tree.h (expand_asm): New prototype.
16073         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
16074         to do so.
16075         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
16076         down to expand_asm.
16077         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
16078         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
16079         (volatile_refs_p) [ASM_INPUT]: Likewise.
16080         (side_effects_p) [ASM_INPUT]: Likewise.
16081
16082 2003-01-09  Jan Hubicka  <jh@suse.cz>
16083
16084         * i386.md (*mul*): FIx constraints; remove confused comment; fix
16085         athlon_decode attributes
16086         (imul/k8 optimization peep2s): New.
16087
16088         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
16089         * i386.md (type attribute): Add ssecomi.
16090         (unit, memory, prefix attributes): Handle ssecomi.
16091         (cvt?2? patterns): Fix athlon_decode attribute
16092         (comi patterns): Set attribute to ssecomi.
16093
16094         PR target/8343
16095         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
16096
16097 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
16098
16099         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
16100         that match register_operands.
16101         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
16102         register_operand the default case.
16103
16104 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
16105
16106         PR c/8032
16107         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
16108         an empty element, do not advance the pointer to unfilled
16109         fields if there are pending initializers.
16110
16111 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
16112
16113         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
16114         (install-gcc-tooldir, install-cpp, installdirs,
16115         install-common, install-driver, install-info, install-man,
16116         install-headers, install-include-dir, install-headers-tar,
16117         install-headers-cpio, install-headers-cp, install-mkheaders,
16118         install-collect2, uninstall): Prepend $(DESTDIR) to
16119         destination paths in all (un)installation commands.
16120         (install-driver): Rewrite $(LN) commands to support DESTDIR
16121         with "ln" as well as with "ln -s".
16122         (installdirs): Simply use mkinstalldirs.
16123         (install-libgcc, install-multilib): Also pass DESTDIR.
16124         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
16125         installation destination variable ldir.
16126         * config/alpha/t-osf4, config/arm/t-netbsd,
16127         config/ia64/t-hpux, config/mips/t-iris5-6,
16128         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
16129         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
16130         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
16131         in the definition of SHLIB_INSTALL.
16132         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
16133         $(libsubdir) in the installation commands.
16134
16135 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
16136
16137         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
16138         non-optimizing compile.
16139         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
16140         compile.
16141
16142 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
16143
16144         * config/i386/i386.c (ix86_attribute_table): Add new attributes
16145         ms_struct and gcc_struct.
16146         (ix86_handle_struct_attribute): New function.
16147         (ix86_ms_bitfield_layout_p): Update to take new attributes
16148         into account.
16149         * doc/extend.texi: Document new attributes.
16150         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
16151
16152 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
16153
16154         PR optimization/8750
16155         * config/i386/i386.c (ix86_expand_prologue): Don't allow
16156         scheduling pass to move insns across __alloca call.
16157
16158 2003-01-08  Dale Johannesen  <dalej@apple.com>
16159
16160         * config/rs6000/rs6000.md:  Replace *store_multiple_string
16161         with *stmsi[3-8].
16162
16163 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
16164
16165         PR target/9210
16166         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
16167         Set SYMBOL_REF_FLAG on local data sym_ref.
16168
16169 2003-01-08  Dale Johannesen  <dalej@apple.com>
16170
16171         * function.c (assign_parms):  Don't set pretend_args_size if
16172           REG_PARM_STACK_SPACE.
16173           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
16174           pretend_args_size.
16175
16176 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
16177
16178         * gcc.hlp: Delete.
16179
16180 2003-01-09  Jan Hubicka  <jh@suse.cz>
16181
16182         * i386.c  (ix86_expand_int_addcc): Fix thinko.
16183
16184 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
16185
16186         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
16187         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
16188         as hook_bool_tree_hwi_hwi_tree_true.
16189         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
16190         (rs6000_emit_epilogue): Same.
16191         (rs6000_output_mi_thunk): Re-implement as RTL.
16192         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
16193         xcoffout_declare_function if any debugging enabled.
16194
16195 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
16196
16197         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
16198         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
16199         * config/mips/mips.h (enum processor_type): Rename
16200         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
16201         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
16202         Add PROCESSOR_M4K.
16203         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
16204         (ISA_MIPS32R2): New define.
16205         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
16206         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
16207         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
16208         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
16209         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
16210         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
16211         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
16212         compiling MIPS16 code.
16213         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
16214         comment.
16215         (ISA_HAS_SEB_SEH): New define.
16216         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
16217         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
16218         processor_type value renaming.  Add support for MIPS32R2.
16219         Clean up comments, and move "sb1" entry with other MIPS64 CPU
16220         entries.
16221         (override_options): Reimplement -mipsN option handling so that
16222         it will work correctly for -mips32r2.  Avoid branch-likely
16223         instructions on MIPS32R2.
16224         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
16225         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
16226         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
16227         (extendhisi2_hw, extendqisi2_hw): New.
16228         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
16229         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
16230         MIPS32R2, and MIPS64.
16231         (LINK_SPEC): Pass -mips32r2 to linker.
16232         * config/mips/t-isa3264: Built -mips32r2 multilibs.
16233         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
16234         for mips32r2 in the -march description.  Alphabetically sort
16235         CPU names in the -march description.  Add long-missed -mips32
16236         and -mips64 to MIPS option summary.
16237
16238         * config.gcc: Update copyright years to include 2003.
16239         * config/mips/mips.c: Likewise.
16240         * config/mips/mips.h: Likewise.
16241         * config/mips/mips.md: Likewise.
16242         * config/mips/netbsd.h: Likewise.
16243         * doc/invoke.texi: Likewise.
16244
16245 2003-01-08  Andreas Schwab  <schwab@suse.de>
16246
16247         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
16248         variable.
16249         * configure: Regenerated.
16250
16251 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
16252
16253         * config/h8300/h8300.c (output_logical_op): Replace byte/word
16254         extraction of det with b0, b1, w0, w2, etc.
16255         (compute_logical_op_length): Likewise.
16256         (compute_logical_op_cc): Likewise.
16257
16258 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
16259
16260         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
16261         HIGH on all variants.
16262
16263 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
16264
16265         * Makefile.in (PARTITION_H): New.
16266         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
16267         * basic-block.h: Include hard-reg-set.h.
16268
16269 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
16270
16271         * arm.h (ENABLE_XF_PATTERNS): Delete.
16272         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
16273         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
16274         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
16275         (cmpxf_trap): Delete.
16276         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
16277
16278 2003-01-08  Jan Hubicka  <jh@suse.cz>
16279
16280         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
16281         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
16282         (add??cc): New expanders.
16283         * i386.c (expand_int_addcc): New function.
16284         * i386-protos.h (expand_int_addcc): Declare.
16285
16286         * alias.c (memory_modified_1): New static function.
16287         (memory_modified): New static varaible.
16288         (memory_modified_in_insn_p): New global function.
16289         * rtl.h (memory_modified_in_insn_p): Declare.
16290         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
16291         references.
16292
16293         * expr.h (emit_conditional_add): Declare.
16294
16295 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
16296
16297         PR other/8947
16298         * doc/invoke.texi (-malign-double): Explain that the option breaks
16299         binary compatibility.
16300
16301 2003-01-08  Andreas Schwab  <schwab@suse.de>
16302
16303         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
16304         should come from the generic *-*-linux* entry.
16305
16306 2003-01-07  Jan Hubicka  <jh@suse.cz>
16307
16308         * cselib.c (cselib_current_insn_in_libcall): New static variable.
16309         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
16310         we are inside libcall.
16311         * cselib.h (elt_loc_list): Add in_libcall.
16312         * gcse.c (do_local_cprop): Do not copy propagate using insns
16313         in libcalls.
16314
16315 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
16316
16317         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
16318         not normally affect to issue rate.
16319
16320 2003-01-07  Jan Hubicka  <jh@suse.cz>
16321
16322         * genopinit.c (optabs): Add addc_optab.
16323         * ifcvt.c (noce_try_store_flag): Rename to ...
16324         (noce_try_addcc): ... this one; handle generic conditional increment.
16325         (noce_process_if_block): Update noce_try_addcc call.
16326         * optabs.c (emit_conditional_add): New.
16327         (init_obtabs): Initialize addc_optab.
16328         * optabs.h (optab_index): Add OTI_addcc.
16329         (addcc_optab): New macro.
16330         * md.texi: Document addMcc
16331
16332         PR target/8322
16333         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
16334         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
16335         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
16336
16337         * reload1.c (delete_output_reload): Avoid repeated attempts
16338         to delete insn.
16339
16340 2003-01-07  Andreas Schwab  <schwab@suse.de>
16341
16342         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
16343         Move --enable-initfini-array check ...
16344         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
16345         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
16346         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
16347         * configure: Rebuild.
16348
16349 2003-01-07  Richard Henderson  <rth@redhat.com>
16350
16351         * alias.c (find_base_value): Only use new_reg_base_value shortcut
16352         if the register is set once.
16353
16354 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
16355
16356         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
16357         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
16358         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
16359
16360 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
16361             Sunil Davasam  <sunil.k.davasam@intel.com>
16362
16363         PR libstdc++/9076
16364         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
16365         DW_CFA_same_value, read next and ignore.
16366
16367 2003-01-07  Richard Henderson  <rth@redhat.com>
16368
16369         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
16370
16371 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
16372
16373         * cfg.c: Include alloc-pool.h
16374         (edge_pool): New pool.
16375         (bb_pool): New pool.
16376         (first_deleted_edge): Remove.
16377         (first_deleted_block): Remove.
16378         (init_flow): Alloc/free the pools.
16379         (free_edge): Use pools.
16380         (alloc_block): Ditto.
16381         (expunge_block): Ditto.
16382         (cached_make_edge): Ditto.
16383
16384         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
16385
16386 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
16387
16388         * et-forest.c: Include alloc-pool.h.
16389         (struct et_forest): Add node_pool and occur_pool.
16390         (et_forest_create): Create the new pools.
16391         (et_forest_delete): Delete them.
16392         (et_forest_add_node): Allocate and free using pools.
16393         (et_forest_add_edge): Ditto.
16394         (et_forest_remove_node): Ditto.
16395         (et_forest_remove_edge): Ditto.
16396
16397         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
16398
16399 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
16400
16401         * config/h8300/h8300.c (output_logical_op): Simplify and
16402         optimize the handling of SImode.
16403         * config/h8300/h8300.c (compute_logical_op_length): Update
16404         accordingly.
16405         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
16406
16407 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
16408
16409         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
16410         big-endian correction to indirect arguments too.
16411
16412 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
16413
16414         Segher Boessenkool  <segher@koffie.nl>
16415
16416         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
16417         (alt_reg_names): Ditto, fix formatting.
16418         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
16419
16420 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
16421
16422         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
16423         (output_logical_op): Constify intval and det.
16424         (compute_logical_length): Likewise.
16425         (compute_logical_cc): Likewise.
16426         (output_a_shift): Constify mask.
16427         (h8300_encode_label): Constify len.
16428
16429 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
16430
16431         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
16432         (h8300_expand_epilogue): Likewise.
16433
16434 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
16435
16436         Segher Boessenkool  <segher@koffie.nl>
16437
16438         * config/rs6000/altivec.md: Remove spaces from assembler
16439         instruction argument lists.
16440
16441 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16442
16443         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
16444         c4x_assembler_function_p.
16445         (c4x_null_epilogue_p): Complement return value, all uses updated.
16446         (c4x_insert_attributes): Add naked.
16447         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
16448         * doc/extend.texi: Update C4x function attributes.
16449
16450 2003-01-06  Richard Henderson  <rth@redhat.com>
16451
16452         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
16453         properly when changing "local-ness".
16454         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
16455
16456 2003-01-06  Dale Johannesen  <dalej@apple.com>
16457
16458         * config/darwin-protos.h:  Add prototypes for new section functions.
16459
16460 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
16461
16462         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
16463         to EABI.
16464
16465 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
16466
16467         * hwint.h: If the current compiler has no 64-bit type at all,
16468         make HOST_WIDEST_INT 32 bits.
16469
16470 2003-01-06  Eric Christopher  <echristo@redhat.com>
16471
16472         * config/mips/mips.md (movdf_internal2): Fix constraints.
16473
16474 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
16475
16476         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
16477
16478 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
16479
16480         * config/mips/mips.md (leadi): Use dla rather than la.
16481
16482 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
16483
16484         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
16485         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
16486
16487 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
16488
16489         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
16490         redefinition.
16491
16492 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
16493
16494         * config/h8300/h8300.md (*extzv_8_23): New.
16495
16496 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16497
16498         * pa64-hpux.h (JCR_SECTION_NAME): Define.
16499         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
16500         USE_EH_FRAME_REGISTRY when defining.
16501
16502 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
16503
16504         * config/h8300/h8300.c (output_a_shift): Do not output a
16505         variable shift.
16506         * config/h8300/h8300.md (two splitters): New.
16507
16508 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
16509
16510         * config/mips/mips.md: Disable the movstrsi define_split.
16511
16512 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16513
16514         * alloc-pool.c: Don't include "libiberty.h".
16515         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
16516         * convert.c (convert_to_real): Hide unused variable.
16517
16518 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16519
16520         * Makefile.in (gtyp-gen.h): Const-ify.
16521         * gcov-dump.c (tag_table): Likewise.
16522
16523 2003-01-04  Bruce Korb  <bkorb@gnu.org>
16524
16525         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
16526         of *both* the file name and the fix name.
16527
16528 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
16529
16530         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
16531         collect2.
16532         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
16533         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
16534         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
16535         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
16536         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
16537         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
16538         elfos.h.
16539         (EH_FRAME_IN_DATA_SECTION): Delete define.
16540         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
16541         (STARTFILE_SPEC): Use crtbegin.o.
16542         (ENDFILE_SPEC): Use crtend.o.
16543         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
16544         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
16545         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
16546         DTOR_LIST_BEGIN): Define.
16547         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
16548         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
16549         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
16550
16551 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
16552
16553         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
16554         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
16555         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
16556         Cleanup handling of replacement text.
16557         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
16558
16559 2003-01-04  Bruce Korb  <bkorb@gnu.org>
16560
16561         * fixinc/tests/base/math.h: removed obsolete results
16562         * fixinc/tests/base/stdlib.h: ditto
16563         * fixinc/tests/base/sys/param.h: ditto
16564         * fixinc/tests/base/sys/stat.h: ditto
16565         * fixinc/tests/base/time.h: ditto
16566         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
16567         * fixinc/tests/base/sys/byteorder.h: ditto
16568         * fixinc/inclhack.def: Remove superfluous backslashes
16569
16570 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
16571
16572         * config/h8300/h8300-protos.h: Add prototypes for
16573         the new functions defined below.
16574         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
16575         define.
16576         (dosize): Emit RTL instead of assembly code.
16577         (push): Likewise.
16578         (pop): Likewise.
16579         (h8300_output_function_prologue): Remove.
16580         (h8300_expand_prologue): New.
16581         (h8300_expand_epilogue): New.
16582         (h8300_output_function_epilogue): Do only the reset of
16583         pragma_saveall.
16584         * config/h8300/h8300.md (push_h8300): New.
16585         (push_h8300hs): Likewise.
16586         (pop_h8300): Likewise.
16587         (pop_h8300hs): Likewise.
16588         (*stm_h8300s_2): Change the name to stm_h8300s_2.
16589         (*stm_h8300s_3): Change the name to stm_h8300s_3.
16590         (*stm_h8300s_4): Change the name to stm_h8300s_4.
16591         (*ldm_h8300s_2): New.
16592         (*ldm_h8300s_3): Likewise.
16593         (*ldm_h8300s_4): Likewise.
16594         (return): Likewise.
16595         (*return_1): Likewise.
16596         (prologue): Likewise.
16597         (epilogue): Likewise.
16598         (monitor_prologue): Likewise.
16599
16600 2003-01-03  Dale Johannesen  <dalej@apple.com>
16601
16602         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
16603           machopic_picsymbol_stub1.
16604           (EXTRA_SECTION_FUNCTIONS):  Ditto.
16605         * rs6000/rs6000.c:  Update copyright.
16606           (machopic_output_stub):  Use them.  Remove an insn from stub code.
16607
16608 2003-01-02  Jason Merrill  <jason@redhat.com>
16609
16610         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
16611
16612         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
16613         static/external decls.
16614
16615         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
16616         outermost scope.
16617         * c-decl.c (c_make_fname_decl): Push the decls there, too.
16618
16619 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
16620
16621         * config/h8300/h8300-protos.h: Add a prototype for
16622         h8300_current_function_interrupt_function_p.
16623         * config/h8300/h8300.c (interrupt_handler): Remove.
16624         (os_task): Likewise.
16625         (monitor): Likewise.
16626         (pragma_interrupt): New.
16627         (WORD_REG_USED): Use
16628         h8300_current_function_interrupt_function_p.
16629         (dosize): Likewise.
16630         (h8300_output_function_prologue): Likewise.
16631         Do not set interrupt_handler, os_task, monitor.
16632         (h8300_output_function_prologue): Use
16633         h8300_current_function_interrupt_function_p.
16634         Do not set interrupt_handler, os_task, monitor.
16635         (h8300_current_function_interrupt_function_p): New.
16636         (h8300_pr_interrupt): Set pragma_interrupt.
16637         (h8300_insert_attributes): Reset pragma_interrupt.
16638
16639 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16640
16641         * doc/install.texi (Configuration): Fix markup for reference to
16642         gcc/config.gcc.
16643
16644 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
16645
16646         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
16647         (*iorhi3_two_qi): Likewise.
16648         (*iorsi3_zexthi): Likewise.
16649         (*xorhi3_zextqi): Likewise.
16650         (*xorsi3_zexthi): Likewise.
16651         (*xorsi3_zextqi): Likewise.
16652
16653 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
16654
16655         * config/h8300/h8300.c (stack_pointer_operand): New.
16656         (const_int_gt_2_operand): Likewise.
16657         (const_int_ge_8_operand): Likewise.
16658         * config/h8300/h8300.md (a splitter): Likewise.
16659         (a peephole2): Likewise.
16660         * config/h8300/h8300-protos.h: Add prototypes for the new
16661         functions above.
16662
16663 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
16664
16665         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
16666         objc/objc-act.h: Fix copyright years.
16667
16668 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
16669
16670         * doc/passes.texi: Fix documentation for -fssa-ccp
16671
16672 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
16673
16674         * gccbug.in: Update for new categories.
16675
16676 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
16677
16678         * config/h8300/h8300.md: Reorder some patterns.
16679
16680 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
16681
16682         * config/h8300/h8300.c (output_logical_op): Fix a warning.
16683
16684 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
16685
16686         * config/darwin-protos.h, config/c4x/c4x-protos.h,
16687         config/cris/cris-protos.h, config/i370/i370-protos.h,
16688         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
16689         config/v850/v850-protos.h: Use struct, and don't conditionally
16690         compile on GCC_C_PRAGMA_H.
16691
16692 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
16693
16694         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
16695         * config/h8300/h8300-protos.h: Likewise.
16696         * config/sh/sh-protos.h: Likewise.
16697
16698 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
16699
16700         * config/arm/arm-protos.h: Use struct cpp_reader instead of
16701         cpp_reader.
16702         * config/h8300/h8300-protos.h: Likewise.
16703         * config/sh/sh-protos.h: Likewise.
16704
16705 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
16706
16707         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
16708         arm_pr_long_calls_off): Use struct.
16709         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
16710         : Similarly.
16711         Don't include cpplib.h.
16712         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
16713         sh_pr_nosave_low_regs): Similarly.
16714
16715 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
16716
16717         * config/h8300/h8300.c: Include cpplib.h.
16718
16719 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
16720
16721         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
16722           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
16723           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
16724           "GCC" in the copyright header.
16725
16726 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
16727
16728         * c-pragma.c (c_register_pragma): New.
16729         (init_pragma): Use it.
16730         * c-pragma.h (cpp_register_pragma): Don't declare.
16731         (c_register_pragma): New.
16732         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
16733         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
16734         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
16735         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
16736         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
16737         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
16738         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
16739         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
16740         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
16741         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
16742         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
16743         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
16744
16745 See ChangeLog.8 for earlier changes.