* config/s390/s390.md ("movstr_short_64", "movstr_short_31"): Merge ...
[official-gcc.git] / gcc / ChangeLog
blobadc1bc099baa41b59fca2961f75ae6d152214527
1 2003-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
3         * config/s390/s390.md ("movstr_short_64", "movstr_short_31"): Merge ...
4         ("*movstr_short"): ... into this insn pattern.
5         ("movstr_short"): New expander.
6         ("*movstr_long_64"): Rename from "movstr_long_64", simplify.
7         ("*movstr_long_31"): Rename from "movstr_long_31", simplify.
8         ("movstr_long"): New expander.
9         ("clrstr_short_64", "clrstr_short_31"): Merge ...
10         ("*clrstr_short"): ... into this insn pattern.
11         ("clrstr_short"): New expander.
12         ("*clrstr_long_64"): Rename from "clrstr_long_64", simplify.
13         ("*clrstr_long_31"): Rename from "clrstr_long_31", simplify.
14         ("clrstr_long"): New expander.
15         ("cmpmem_short_64", "cmpmem_short_31"): Merge ...
16         ("*cmpmem_short"): ... into this insn pattern.
17         ("cmpmem_short"): New expander.
18         ("*cmpmem_long_64"): Rename from "cmpmem_long_64".
19         ("*cmpmem_long_31"): Rename from "cmpmem_long_31".
20         ("cmpmem_long"): New expander.
21         * config/s390/s390.c (s390_expand_movstr): Use new expanders.
22         (s390_expand_clrstr): Likewise.
23         (s390_expand_cmpmem): Likewise.
25 2003-10-22  Mark Mitchell  <mark@codesourcery.com>
27         * c-pch.c (struct c_pch_validity): Add pch_init field.
28         (pch_init): Set it.
29         (c_common_valid_pch): Check it.
30         (get_ident): Bump the PCH version number.
32 2003-10-22  David Taylor <dtaylor@emc.com>
34         PR debug/12500
35         * dbxout.c (dbxout_typedefs): Use COMPLETE_OR_VOID_TYPE_P.
37 2003-10-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39         * config/alpha/alpha.c (function_value [ENABLE_CHECKING]): Don't call
40         alpha_return_in_memory if no VALTYPE specified.
42 2003-10-22  Jan Hubicka  <jh@suse.cz>
44         PR debug/12389
45         * Makefile.in (dwarf2out.o): Depend on cgraph.h.
46         * cgraph.c (cgraph_function_possibly_inlined_p): New function.
47         * cgraph.h (cgraph_function_possibly_inlined_p): Declare.
48         (cgraph_global_info): Add flag inlined
49         * dwarf2out.c (gen_subprogram_die, gen_decl_die): Use
50         cgraph_function_possibly_inded_p
51         * cgraphunit.c (mark_inline): Set inlined flag.
52         * toplev.c (rest_of_decl_compilation): Call outlining_inline_function
53         only for possibly inlined functions.
54         * c-decl.c (duplicate_decls): Never output abstract DIE representing old
55         body of function.
57 2003-10-22  Andrew Haley  <aph@redhat.com>
59         * varasm.c (output_constructor): Make constructor annotation
60         conditional on ASM_COMMENT_START.
62 2003-10-21  Jason Merrill  <jason@redhat.com>
64         * tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.
65         (get_narrower): Likewise.
67         * stor-layout.c (layout_decl): Do packed field alignment for
68         bit-fields, too.
70 2003-10-21  Eric Christopher  <echristo@redhat.com>
72         * expr.c (convert_move): Use FLOAT_EXTEND for extensions.
74 2003-10-21  Geoffrey Keating  <geoffk@apple.com>
76         * c-pch.c: Add comments in various places.
77         (struct c_pch_validity): Add the lengths of various strings.
78         (host_machine): New static.
79         (target_machine): New static.
80         (get_ident): Bump version number.
81         (pch_init): Write out version, host, target validity data.
82         (c_common_valid_pch): Check version, host, target.
83         * Makefile.in (c-pch.o): Add version.h; define HOST_MACHINE and
84         TARGET_MACHINE.
86 2003-10-21  Jason Merrill  <jason@redhat.com>
88         * tree.h (IS_EXPR_CODE_CLASS): Use strchr.
89         (EXPR_P): New macro.
91 2003-10-21  Zack Weinberg  <zack@codesourcery.com>
93         * config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
94         * config/ia64/ia64.c (ia64_expand_fetch_and_op,
95         ia64_expand_op_and_fetch): Make sure the REG for ar.ccv is
96         DImode.   Use convert_move to load ar.ccv.
97         (ia64_expand_compare_and_swap): Likewise.
98         If expand_expr doesn't put 'old' and 'new' in the proper
99         modes, run them through convert_to_mode.
101 2003-10-21  Eric Christopher  <echristo@redhat.com>
103         * config/frv/frv.c (frv_adjust_field_align): Check DECL_ARTIFICIAL
104         for too large bitfields.
106 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
108         * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO.
110 2003-10-21  Andrew Haley  <aph@redhat.com>
112         * varasm.c (output_constructor): Annotate constructor.
114 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
116         * Makefile.in ($(DESTDIR)$(infodir)/%.info): Conditionalize chmod
117         on existence of destination file.
119 2003-10-21  Jan Hubicka  <jh@suse.cz>
121         * haifa-sched.c (choose_ready): Initialize index.
123 2003-10-21  Jason Merrill  <jason@redhat.com>
125         * tree.c (build1): Fix off-by-one error.
127 2003-09-28  Robert Millan  <robertmh@gnu.org>
129         * config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
130         * config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
131         * config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
132         * config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.
134 2003-10-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
136         * web.c: Fix various comments.
138 2003-10-20  Nicolas Pitre <nico@cam.org>
140         * config/arm/arm.c (arm_override_options): Set arm_constant_limit
141         to 2 instead of 1 when optimize_size is true.  Gather code based on
142         optimize_size together.  Add comment about XScale load latency.
144 2003-10-21  Gunther Nikl  <gni@gecko.de>
146         * config/m68k/m68k.c (m68k_output_function_prologue): Remove
147         obsolete comments.
149 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
151         * Makefile.in: Get parsedir and docobjdir from configure.
152         * configure.in: Recogonize --enable-generated-files-in-srcdir.
153         Pass along parsedir and docobjdir.
154         * configure: Regenerate.
155         * doc/install.texi: Document --enable-generated-files-in-srcdir.
157 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
159         * Makefile.in: Define $(docdir) before the Make-lang.in fragments are
160         included.
162 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
164         * c-common.c (expand_tree_builtin): Ensure creal and cimag
165         functions do not return lvalues.
167 2003-10-20  Jason Merrill  <jason@redhat.com>
169         PR c/12553
170         * tree.c (build1) <ADDR_EXPR>: Set TREE_SIDE_EFFECTS
171         appropriately.
173         PR c/11446
174         * stor-layout.c (layout_decl): Fix alignment handling.
176 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
178         * doc/extend.texi: Deprecate casts as lvalues.
180 2003-10-20  Jan Hubicka  <jh@suse.cz>
182         * toplev.c (rest_of_compilation): Fix webizer pass ordering.
184         * cgraphunit.c (decide_is_function_needed):  Fix test dealing
185         with functions implicitly made inline.
187         * cgraphunit.c (cgraph_decide_inlining_incrementally):  New function.
188         (cgraph_finalize_function): Use it.
189         (cgraph_mark_inline): Allow incrmental decisions
190         * invoke.texi (max-inline-slope, min-inline-insns): Kill.
191         * params.def (PARAM_MAX_INLINE_SLOPE, PARAM_MIN_INLINE_INSNS): Kill.
192         * tree-inline.c (limits_allow_inlining): Kill.
193         (expand_call_inline): Always use unit-at-a-time path.
195 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
197         * fixinc/inclhack.def (hpux11_snprintf): New edit.
198         * fixinc/fixincl.x: Regenerate.
199         * fixinc/tests/base/stdio.h: Add test for hpux11_snprintf.
201 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
203         * Makefile.in (install-info): Simplify.
204         ($(DESTDIR)$(infodir)/%.info): New rule.
205         * configure.in (target_list): Remove install-info.
206         * doc/.cvsignore (gcc.info*): Remove.
207         (gccint.info*): Likewise.
208         (gccinstall.info*): Likewise.
209         (cpp.info*): Likewise.
210         (cppinternals.info*): Likewise.
211         (*.info*): Add it.
212         * doc/sourcebuild.texi: Update description of install-info.
213         * objc/Make-lang.in (objc.install-info): Remove.
215 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
217         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Define _ABIO32.
218         Use it in _MIPS_SIM definition.
219         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Likewise.
221 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
223         * config/i386/i386.c (print_reg): Abort if REGNO (x) is a
224         virtual register, but only if file == asm_out_file.
225         * config/i386/i386.h (HI_REGISTER_NAMES): Use "argp", not "",
226         for ARG_POINTER_REGNUM.
228 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
230         * c-common.c (registered_builtin_types): New static.
231         (c_common_type_for_mode): Consult registered_builtin_types.
232         (c_register_builtin_type): Add type to registered_builtin_types.
233         * optabs.c (init_floating_libfuncs): Initialize libfuncs for
234         all MODE_FLOAT modes, not just the ones corresponding to
235         float_type_node, double_type_node, and long_double_type_node.
237 2003-10-20  Richard Henderson  <rth@redhat.com>
239         * config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand.
240         * config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes.
242 2003-10-20  Dorit Naishlos  <dorit@il.ibm.com>
244         * config/rs6000/rs6000.h: (rs6000_sched_insert_nops):
245         support new flag -minsert-sched-nops.
246         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Define.
247         * config/rs6000/rs6000.c: (rs6000_sched_insert_nops):
248         support new flag -minsert-sched-nops.
249         (is_cracked_insn, is_microcoded_insn): New functions.
250         (rs6000_sched_finish): New function.
251         (rs6000_issue_rate): Return 5 for power4.
252         (get_next_active_insn, insn_terminates_group_p): New
253         functions.
254         (is_costly_group, force_new_group): New functions.
255         (redefine_groups, pad_groups): New functions.
256         (rs6000_variable_issue): Use new functions.
257         * doc/invoke.texi (-minsert-sched-nops): Document new
258         option.
260 2003-10-20  David S. Miller  <davem@redhat.com>
262         * config/sparc/sparc.md (type attribute): Add new insn types
263         fpa, fpm_pack, fgm_mul, fgm_pdist, and fgm_cmp for VIS.
264         (patterns emitting VIS insns): Use them.
265         * config/sparc/ultra1_2.md: Add VIS scheduling rules.
266         * config/sparc/ultra3.md: Likewise.
268 2003-10-20  Falk Hueffner  <falk@debian.org>
270         PR target/12654
271         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't do
272         comparison against constant by adjusting the argument except for
273         EQ and NE.
275 2003-10-19  Mark Mitchell  <mark@codesourcery.com>
277         * config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js,
278         arm1136jfs, and armv6j.
279         * config/arm/arm.c (FL_ARCH6J): New macro.
280         (FL_VFPV2): Likewise.
281         (all_cores): Add entries for arm926ejs, arm1026ejs, arm1136js,
282         and arm1136jfs.
283         (all_architectures): Add entry for armv6j.
284         (arm_override_options): Add entries for arm926ejs, arm1026ejs,
285         arm1136js, and arm1136jfs.
286         * config/arm/arm.h (TARGET_CPU_arm926ej_s): New macro.
287         (TARGET_CPU_arm1026ej_s): Likewise.
288         (TARGET_CPU_arm1136j_s): Likewise.
289         (TARGET_CPU_arm1136jf_s): Likewise.
290         * doc/invoke.texi: Document new ARM cores and architecture
291         variants.
293 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
295         * Makefile.in (toplev.o): Add value-prof.h dependency.
296         (value-prof.o): Add REGS_H dependency.
297         * common.opt (fprofile-values, fvpt): New.
298         * flags.h (flag_value_profile_transformations): Declare.
299         * opts.c (common_handle_option): Handle -fprofile_values and
300         -fvpt.
301         * profile.c (branch_prob): Don't remove death notes here.
302         * timevar.def (TV_VPT): New.
303         * value-prof.c: Include regs.h.
304         (insn_divmod_values_to_profile, gen_divmod_fixed_value, gen_mod_pow2,
305         gen_mod_subtract, divmod_fixed_value_transform,mod_pow2_value_transform,
306         mod_subtract_transform, value_profile_transformations): New.
307         (insn_values_to_profile): Call insn_divmod_values_to_profile.
308         (find_values_to_profile): Add dumps.
309         * value-prof.h (value_profile_transformations): Declare.
310         * toplev.c: Include value-prof.h.
311         (rest_of_handle_value_profile_transformations): New.
312         (enum dump_file_index): Add DFI_vpt.
313         (dump_file): Add vpt dump.
314         (flag_value_profile_transformations): New.
315         (lang_independent_options): Add flag_profile_values and
316         flag_value_profile_transformations.
317         (rest_of_compilation): Call
318         rest_of_handle_value_profile_transformations.
319         (process_options): Let -fvpt imply -fprofile-values.
320         * doc/invoke.texi (-fvpt): Document.
322 2003-10-19  Jan Hubicka  <jh@suse.cz>
324         * i386.c (print_reg): Do not abort on certain registers.
326         PR optimization/12612
327         * reg-stack.c (subst_stack_regs_pat):  Use st(1) for clobbers.
328         * i386.md (fpatan, fyl2x, fscale patterns and expanders): Use
329         match_scratch; avoid bogus paralles.
331         PR target/12674
332         * i386.c (ix86_function_regparm): Disable implicit register passing
333         conventions when profiling.
335 2003-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
336             Richard Henderson  <rth@redhat.com>
338         PR optimization/8178
339         * config/i386/i386.md (*movsi_zero): Delete.
340         (*ffs_no_cmove): Use ix86_expand_clear to zero the third operand.
342 2003-10-19  Richard Henderson  <rth@redhat.com>
344         * config/alpha/alpha.c (fix_operator): New.
345         (divmod_operator): Tidy.
346         (alpha_emit_xfloating_cvt): Handle UNSIGNED_FIX.
347         * config/alpha/alpha.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
348         (PREDICATE_CODES): Update.
349         * config/alpha/alpha.md (fix_truncdfsi_ieee): Use match_operator.
350         (fix_truncdfsi_internal, fix_truncdfdi_ieee): Likewise.
351         (fix_truncsfsi_ieee, fix_truncsfsi_internal): Likewise.
352         (fix_truncsfdi_ieee): Likewise.
353         (fix_truncdfdi2, fix_truncsfdi2): Turn into define_expand.
354         (fixuns_truncdfdi2, fixuns_truncsfdi2, fixuns_trunctfdi2): New.
355         * config/alpha/alpha-protos.h: Update.
357 2003-10-19  Richard Sandiford  <rsandifo@redhat.com>
359         * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Simplify.
360         * config/mips/mips.c (mips_load_got): Assume Pmode == ptr_mode.
361         * config/mips/mips.md (extendsidi2, *extendsidi2): Merge. Don't accept
362         constant operands.
364 2003-10-18  Kazu Hirata  <kazu@cs.umass.edu>
366         * doc/extend.texi: Fix typos.
367         * doc/invoke.texi: Likewise.
369 2003-10-18  Nicolas Pitre <nico@cam.org>
371         * config/arm/arm.c (arm_override_options): Use arm_tune_xscale for
372         XScale optimizations not arm_arch_xscale.
373         * config/arm/arm.h (CONSTANT_ALIGNMENT_FACTOR, MOVE_RATIO): Likewise.
375 2003-10-18  Ulrich Weigand  <uweigand@de.ibm.com>
377         * config/s390/s390-protos.h (shift_count_operand): Add prototype.
378         * config/s390/s390.c (shift_count_operand): New function.
379         (s390_extra_constraint): Use it to implement 'Y' constraint.
380         (print_shift_count_operand): New function.
381         (print_operand): Use it to implement '%Y'.
382         * config/s390/s390.h (EXTRA_ADDRESS_CONSTRAINT): Add 'Y' constraint.
383         (PREDICATE_CODES): Add shift_count_operand.
384         * config/s390/s390.md ("rotldi3"): Merge alternatives,
385         using "shift_count_operand" predicate and "Y" constraint,
386         and "%Y" to output the combined shift count.
387         ("rotlsi3"): Likewise.
388         ("ashldi3", "*ashldi3_31", "*ashldi3_64"): Likewise.
389         ("ashrdi3", "*ashrdi3_31", "*ashrdi3_64", "*ashrdi3_cc_31",
390         "*ashrdi3_cc_64", "*ashrdi3_cconly_31", "*ashrdi3_cconly_64"): Likewise.
391         ("ashlsi3", "ashrsi3", "*ashrsi3_cc", "*ashrsi3_cconly"): Likewise.
392         ("lshrdi3", "*lshrdi3_31", "*lshrdi3_64"): Likewise.
393         ("lshrsi3"): Likewise.
395 2003-10-18  Gunther Nikl  <gni@gecko.de>
397         * config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
398         argument to asm_fprintf statement.
400 2003-10-18  Fariborz Jahanian  <fjahanian@apple.com>
402         * rs6000.md: Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.
403         (ashrdisi3_noppc64) Generate more efficient code for 32-bit right-shift of
404         a "long long" argument.
406 2003-10-18  Alexandre Oliva  <aoliva@redhat.com>
408         * final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
409         as well.
411 2003-10-18  Richard Sandiford  <rsandifo@redhat.com>
413         * rtl.h (rtl_size): Declare.
414         (rtunion): Remove rtwint.
415         (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
416         (RTX_HDR_SIZE, RTX_SIZE): New macros.
417         (RTL_CHECK1): Adjust for new rtx_def layout.
418         (RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2): Likewise.
419         (XWINT, XCWINT): Likewise.  Access the rtx structure directly.
420         (X0WINT): Remove.
421         (X0ANY): New macro.
422         * rtl.def: Adjust comments for new rtx_def layout.
423         * ggc.h (ggc_alloc_rtx): Take the rtx code as argument, not the
424         number of slots.
425         * rtl.c (rtx_size): New array.
426         (rtx_alloc): Adjust call to ggc_alloc_rtx.  Use RTX_HDR_SIZE.
427         (copy_rtx): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
428         (shallow_copy_rtx): Adjust call to ggc_alloc_rtx.  Use RTX_SIZE.
429         * integrate.c (copy_rtx_and_substitute): Use X0ANY to copy '0' fields.
430         * emit-rtl.c (copy_most_rtx): Likewise.
431         (copy_rtx_if_shared): Use RTX_SIZE.
432         (copy_insn_1): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
433         * gengenrtl.c (gendef): Adjust ggc_alloc_rtx call.  Use RTX_HDR_SIZE.
434         * gengtype.c (write_rtx_next): Use RTX_HDR_SIZE.
435         (adjust_field_rtx_def): Expect "rtx_def" to be a union rather than
436         an array.  Adjust output for new rtx_def layout.
437         * ggc-page.c (RTL_SIZE): Use RTX_HDR_SIZE.
438         * reload1.c (eliminate_regs): Use RTX_SIZE.
439         * rtlanal.c (loc_mentioned_in_p): Adjust for new rtx_def layout.
440         * gdbinit.in (pi): Likewise.
442 2003-10-18  Jan Hubicka  <jh@suse.cz>
444         * integrate.c (copy_decl_for_inlining): Revert previous patch.
446 2003-10-18  Jan Hubicka  <jh@suse.cz>
448         * integrate.c (copy_decl_for_inlining): Fix copying of copies.
450 2003-10-18  Roger Sayle  <roger@eyesopen.com>
452         * libgcc.texi: Group multi-word types, such as "long double" and
453         "unsigned int", using braces in @deftypefn and @deftypefnx nodes.
454         Document __unord?f2 as returning a non-zero value, not just one.
456 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
458         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Define.
459         ($(T)crti.o, $(T)crtn.o): Pass CRTSTUFF_T_CFLAGS here too.
461 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
463         * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
464         match_operand.
466 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
468         * config/sparc/sparc.c (function_arg_record_value_1): New fourth
469         parameter packed_p.  Search for a DECL_PACKED field only if
470         packed_p is false.  Pass packed_p recursively.
471         (function_arg_record_value_2): Likewise.
472         (function_arg_record_value): Update calls to
473         function_arg_record_value_1 and function_arg_record_value_2.
475 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
477         * cse.c (cse_insn) [src_folded]: Check that the tentative replacement
478         was successfully forced to memory before using the result.
480 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
482         PR optimization/8178
483         * config/i386/i386.md (*movsi_zero): New insn to set
484         a register to zero on TARGET_USE_MOV0 targets.
486 2003-10-18  Kelley Cook  <kcook@gcc.gnu.org>
488         * Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
489         (POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.
491 2003-10-17  David Edelsohn  <edelsohn@gnu.org>
493         * doc/invoke.texi (gcse-las): Fix typo.
495 2003-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
497         * doc/install.texi: Remove first part of the sentence for
498         zsh not working.  Change gcc to GCC.
500         PR bootstrap/12546
501         * doc/install.texi: Document that zsh does not work when
502         configuring gcc.
504 2003-10-17  Nathanael Nerode  <neroden@gcc.gnu.org>
506         * config/ptx4.h: Switch to DWARF 2; update comments.
508 2003-10-17  Segher Boessenkool  <boessen@de.ibm.com>
509             Hartmut Penner  <hpenner@de.ibm.com>
511         PR 10404, partial 11591, partial 11601
512         * config/rs6000/altivec.md ("altivec_dst", "altivec_dstt",
513         "altivec_dstst", "altivec_dststt", "altivec_lvsl", "altivec_lvsr",
514         "altivec_lvebx", "altivec_lvehx", "altivec_lvewx", "altivec_lvxl",
515         "altivec_lvx", "altivec_stvx", "altivec_stvxl", "altivec_stvebx",
516         "altivec_stvehx", "altivec_stvewx"): Use a memory_operand.
517         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): New function.
518         (altivec_expand_stv_builtin): Adjust for the memory_operand.
519         (altivec_expand_builtin): Call altivec_expand_lv_builtin.
520         (altivec_init_builtins): Use `long int' for memory offsets.
522 2003-10-17  Jan Hubicka  <jh@suse.cz>
524         * opts.c  (common_handle_option): Handle OPT_fweb
525         * invoke.texi (-fweb): Add missing parts of documentation.
527 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
529         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
530         before redefinition.
532 2003-10-17  Mostafa Hagog  <mustafa@il.ibm.com>
534         * common.opt: Add description of the new -fgcse-las flag.
535         * flags.h (flag_gcse_las): Declaration of global flag_gcse_las.
536         * gcse.c (hash_scan_set): Handle the case of store expression and
537         insert the memory expression to the hash table, this way we make it
538         possible to discover redundant loads after stores and remove them.
539         (pre_insert_copy_insn): moved the call to update_ld_motion_stores,
540         to pre_insert_copies, it is not the correct place to call it after
541         adding stores to be in the available expression hash table.
542         (pre_insert_copies): Added the call to update_ld_motion_stores when
543         one or more copies were inserted.
544         * opts.c (common_handle_option): Handle the -fgcse-las flag.
545         * toplev.c (flag_gcse_las): Initialization of flag_gcse_las.
547         * doc/invoke.tex: Document new -fgcse-las flag.
549 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
551         * config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code
552         for posterity, then remove it.
554 2003-10-17  Richard Earnshaw <rearnsha@arm.com>
555             Nathan Sidwell  <nathan@codesourcery.com>
557         * config/arm/arm.c (use_return_insn): Not a single instruction, if
558         there's a frame pointer.
559         (arm_output_epilogue): Protect stack pointer from being corrupted
560         on interrupt.
562 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
564         * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.
566 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
568         * combine.c (simplify_set): Do not clear out undobuf.other_insn
569         already set elsewhere.
571 2003-10-17  Kelley Cook  <kcook@gcc.gnu.org>
573         * config/i386/i386.c (ix86_expand_prologue):  Use
574         gen_allocate_stack_worker.
576 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
578         * config.gcc (mips-sgi-irix6*o32): Only enable use_collect2
579         without gas.
580         (mips-sgi-irix6*): Likewise.
582         * config/mips/iris6gas.h: New file.
583         * gcc/config.gcc (mips-sgi-irix6*): Use it.
585         * config/mips/mips.h (TARGET_IRIX): Provide default.
586         (TARGET_IRIX5): Likewise.
587         (TARGET_SGI_O32_AS): Likewise.
588         * config/mips/iris5.h (TARGET_IRIX): Redefine as 1.
589         (TARGET_IRIX5): Likewise.
590         * config/mips/iris6.h (TARGET_IRIX6): Remove.
591         (TARGET_IRIX5): Redefine as 0.
593         * config/mips/mips.c (mips_output_external): Test for IRIX 6 O32
594         linker workaround with TARGET_IRIX and mips_abi instead of
595         ASM_OUTPUT_UNDEF_FUNCTION.
596         (mips_file_end): Inline old ASM_OUTPUT_UNDEF_FUNCTION definition,
597         testing TARGET_IRIX and mips_abi explicitly.
598         * config/mips/iris5.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove.
599         * config/mips/iris6.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove undef.
601         * config/mips/mips.c (irix_output_external_libcall): Renamed from
602         mips_output_external_libcall.
603         Use new TARGET_IRIX in guard.
604         * config/mips/mips-protos.h (irix_output_external_libcall): Match
605         this.
606         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Likewise.
608         * config/mips/iris5gas.h (HAVE_GAS_SHF_MERGE): Update comment.
609         Define as 0.
611         * config/mips/iris6.h (FUNCTION_NAME_ALREADY_DECLARED): Define
612         depending on mips_abi.
613         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Define as 1.
614         * config/mips/mips.c (mips_output_function_prologue): Test
615         FUNCTION_NAME_ALREADY_DECLARED at runtime.
616         (mips_output_function_epilogue): Likewise.
617         (build_mips16_function_stub): Likewise.
618         (build_mips16_call_stub): Likewise.
619         * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Provide
620         default.
622         * config/mips/iris6.h (DWARF2_UNWIND_INFO): Don't define for native
623         IRIX 6 O32 assembler.
624         (SUBTARGET_CC1_SPEC): Enforce mips2 ISA with O32 ABI.
625         (TARGET_OS_CPP_BUILTINS): Define _ABIO32, use it to define
626         _MIPS_SIM for O32 ABI.
627         (DWARF2_FRAME_INFO): Don't define for native IRIX 6 O32 assembler.
628         (ASM_DECLARE_FUNCTION_NAME): Integrate mips.h version.
629         (ASM_DECLARE_FUNCTION_SIZE): Move undef before redefinition.
630         Integrate O32 version.
631         (SUBTARGET_ASM_SPEC): Handle -mabi=32.
632         (SUBTARGET_ASM_DEBUGGING_SPEC): Add mdebug_asm_spec for gas with
633         O32 ABI.
634         (BSS_SECTION_ASM_OP_32): Define.
635         (BSS_SECTION_ASM_OP_64): Likewise.
636         (BSS_SECTION_ASM_OP): Define differently for O32 and N32/N64 ABIs
637         using them.
638         (TARGET_ASM_NAMED_SECTION): Reflect renaming.
639         Move up to allow override for O32 ABI without GNU as.
640         (EH_FRAME_SECTION_NAME): Define explicitly.
641         (MUST_USE_SJLJ_EXCEPTIONS): Define.
642         [_MIPS_SIM == _ABIO32 && !GAS] (CTORS_SECTION_ASM_OP,
643         DTORS_SECTION_ASM_OP): Dummy definitions.
644         (TARGET_ASM_NAMED_SECTION): Undef statically.
645         (EH_FRAME_SECTION_NAME): Likewise.
646         (ASM_OUTPUT_FILENAME): Integrate mips.h version.
647         (LINK_SPEC): Only use default options -call_shared -no_unresolved
648         without -r.
649         Don't pass -init, -fini with -mabi=32.
650         (COLLECT_PARSE_FLAG): Define.
652         * config/mips/mips.c (iris6_asm_named_section_1): Changed guard to
653         TARGET_IRIX.
654         Renamed to use irix_ prefix.
655         (iris6_asm_named_section): Likewise.
656         (iris_section_align_entry_eq): Likewise.
657         (iris_section_align_entry_hash): Likewise.
658         (iris6_file_start): Likewise.
659         (iris6_section_align_1): Likewise.
660         (iris6_file_end): Likewise.
661         (iris6_section_type_flags): Likewise.
662         (iris_section_align_htab): Likewise.
663         (iris_orig_asm_out_file): Likewise.
664         [TARGET_IRIX] (TARGET_ASM_FILE_START): Reflect rename.
665         (TARGET_ASM_FILE_END): Likewise.
666         (TARGET_SECTION_TYPE_FLAGS): Likewise.
668         * config/mips/mips.c [TARGET_IRIX5 && !TARGET_IRIX6]
669         (TARGET_ASM_UNALIGNED_HI_OP): Use runtime initialization in
670         override_options instead.
671         (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
672         (TARGET_ASM_UNALIGNED_DI_OP): Likewise.
673         * config/mips/mips.c (override_options) [USE_COLLECT2]: Restore
674         flag_gnu_linker to defaults without USE_COLLECT2 for non-IRIX O32
675         assemblers.
676         Likewise for constructor/destructor handling.
677         (override_options): Handle IRIX O32 assembler quirks.
678         [TARGET_IRIX] (irix_asm_named_section): Handle O32 ABI with and
679         without gas.
680         (mips_file_start): Use new TARGET_IRIX.
681         (mips_declare_object_name): No special processing for IRIX O32
682         assembler.
683         (mips_finish_declare_object): Likewise.
684         (irix_asm_output_align): Renamed from iris6_asm_output_align.
685         Don't record alignment for O32 ABI.
686         (irix_file_start): Renamed from iris6_file_start.
687         Return early for O32 ABI.
688         (irix_file_end): Renamed from iris6_file_end.
689         Don't emit .section directives for O32 ABI.
690         * config/mips/iris6.h (ASM_OUTPUT_ALIGN): Reflect renaming.
691         * config/mips/mips-protos.h (irix_asm_output_align): Likewise.
693         * config/mips/t-iris6 (MULTILIB_OPTIONS): Add mabi=32.
694         (MULTILIB_OSDIRNAMES): Likewise.
696 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
698         * collect2.c (COLLECT_PARSE_FLAG): Provide default.
699         (main): Use it.
700         * doc/tm.texi (COLLECT_PARSE_FLAG): Document it.
702 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
704         * arm-modes.def (CC_Nmode): New condition code mode.
705         * arm.c (thumb_condition_code): Delete.
706         (arm_select_cc_mode): Handle single-bit test for Thumb.
707         (arm_print_operand, cases 'd' and 'D'): Don't special case the
708         condition code logic for Thumb.
709         (get_arm_condition_code): Handle CC_Nmode.
710         (thumb_cbrch_target_operand): New function.
711         * arm.h (PREDICATE_CODES): Add thumb_cbrch_target_operand.
712         * arm-protos.h (thumb_cbrch_target_operand): Add prototype.
713         * arm.md: Add Thumb split patterns for zero_extract and
714         sign_extract.
715         (tbit_cbranch, andsi3_cbranch_scratch, andsi3_cbranch)
716         (orrsi3_cbranch_scratch, orrsi3_cbranch, xorsi3_cbranch_scratch)
717         (xorsi3_cbranch, addsi3_cbranch, addsi3_cbranch_scratch)
718         (subsi3_cbranch, subsi3_cbranch_scratch): New Thumb patterns.
719         (cbranchne_decr1): Re-work to use CC_Nmode.
721         * arm.c (thumb_expand_epilogue): Add clobbers of registers restored
722         by the return instruction.  Add a use of the link register if it
723         wasn't stored.
725 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
727         * flow.c (init_propagate_block_info): Don't abort if a conditional
728         jump is not a comparison of a register.  Instead, just don't record
729         conditional life information.
731 2003-10-16  Jan Hubicka  <jh@suse.cz>
733         PR optimization/12630
734         * pa.md (movstrsi, movstrsi_internal): Use match_scratch in clobbers
735         for operands 7 and 8.
737 2003-10-16  Kelley Cook  <kcook@gcc.gnu.org>
739         * objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.
741 2003-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
743         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
745         * config/i386/winnt.c (gen_stdcall_suffix): Make static
746         (gen_fastcall_suffix): Likewise.
747         (i386_pe_dllexport_p): Likewise.
748         (i386_pe_dllimport_p): Likewise.
749         (i386_pe_mark_dllexport): Likewise.
750         (i386_pe_mark_dllimport): Likewise.
751         (i386_pe_asm_named_section): Fix formatting.
753 2003-10-16  Zack Weinberg  <zack@codesourcery.com>
755         * configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
756         * system.h: Declare snprintf if necessary.
757         * configure, config.in: Regenerate.
759 2003-10-15  David Edelsohn  <edelsohn@gnu.org>
761         * config/rs6000/rs6000.c (rs6000_va_arg): Only align vector
762         arguments if TARGET_ALTIVEC_ABI.
764 2003-10-15  Roger Sayle  <roger@eyesopen.com>
766         * builtins.c (fold_builtin_memcpy, fold_builtin_mempcpy,
767         fold_builtin_memmove, fold_builtin_strcpy, fold_builtin_strncpy,
768         fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
769         New functions.
770         (expand_builtin_memcpy): Use integer_zerop instead of testing
771         host_integerp and tree_low_cst directly.  Move misapplied hunk
772         for optimization wher SRC and DEST point to the same location.
773         (expand_builtin_mempcpy): From here.
774         (expand_builtin_memmove): Use integer_zerop instead of testing
775         host_integerp and tree_low_cst_directly.
776         (expand_builtin_memset): Likewise.
777         (expand_builtin_memcmp): Likewise (and for integer_onep).
778         (expand_builtin_strncmp): Likewise.
779         (fold_builtin): Call the appropriate fold_builtin_foo functions
780         to optimize memcpy, mempcpy, memmove, strcpy, strncpy, memcmp,
781         strcmp and strncmp.
783 2003-10-15  Geoffrey Keating  <geoffk@apple.com>
785         * config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
786         prototype.  Clean up some whitespace.
787         * config/darwin.c: Use gen_rtx_FOO (...) rather than
788         gen_rtx (FOO, ...).
789         (machopic_non_lazy_ptr_name): Make static.
790         (name_needs_quotes): Allow '.' and '$' unquoted.
791         (machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
792         case.
794 2003-10-15  Gábor Lóki  <alga@rgai.hu>
796         * fold-const.c (tree_swap_operands_p): Disable some features
797         when optimizing for size.
799 2003-10-15  David Daney  <ddaney@avtrex.com>
801         * config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New
802         * config/mips/mips.h (DWARF_FRAME_REGNUM): Fixed to allow unwind
803         from leaf functions.
804         (DWARF_FRAME_RETURN_COLUMN): Ditto.
805         (SIGNAL_UNWIND_RETURN_COLUMN): New, used
806         by MD_FALLBACK_FRAME_STATE_FOR.
807         * testsuite/gcc.dg/cleanup-9.c: Added mips*-*-linux* target.
809 2003-10-15  Zack Weinberg  <zack@codesourcery.com>
811         * genmodes.c: Include hashtab.h.
812         (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
813         (adj_bytesize, adj_alignment, adj_format, new_adjust)
814         (_ADD_ADJUST, ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FORMAT)
815         (print_maybe_const_decl, emit_mode_adjustments): New.
816         (known_modes): Rename to modes.
817         (find_mode): Kill class argument; look up in hash table.
818         (new_mode): Insert into hash table also.
819         (new_adjust): New.
820         (reset_float_format, make_partial_integer_mode)
821         (make_vector_mode): Tweak error reporting.
822         (reset_float_format): Correct type of fourth argument.
823         (emit_insn_modes_h): Add #defines to help make mode_size,
824         mode_base_align, and real_format_for_mode conditionally const.
825         (emit_mode_size, emit_mode_base_align): Use print_maybe_const_decl.
826         (emit_real_format_for_mode): Likewise, but temporarily disabled.
827         (emit_insn_modes_c): Call emit_mode_adjustments.
828         (main): Initialize modes_by_name.
829         * Makefile.in: Update dependencies.
830         * machmode.def: Document EXPR arguments and new ADJUST_* statements.
831         * machmode.h: Use CONST_MODE_SIZE and CONST_MODE_BASE_ALIGN in
832         declarations of mode_size and mode_base_align.  Declare
833         init_adjust_machine_modes.
834         * toplev.c (backend_init): Call init_adjust_machine_modes.
836 2003-10-15  Olivier Hainque  <hainque@act-europe.fr>
838         * genmodes.c (calc_wider_mode): Allocate enough room for all the
839         entries we'll possibly assign in the sort buffer.
841 2003-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
843         * config.gcc (s390x-ibm-tpf*): New target.
844         * doc/install.texi: Document it.
845         * config/s390/t-tpf: New file.
846         * config/s390/tpf.h: New file.
848 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
850         PR target/12598
851         * config/cris/cris.md (define_split "*mov_sidesi_biap_mem"+1)
852         (define_splits "*mov_sidesi_mem"+1, "casesi"+9, +10, +11, +12):
853         Use cris_mem_op and replace_equiv_address, not gen_rtx_MEM.
854         ("call", "call_value", define_split "*mov_sidesi_mem"+19, +20)
855         (define_split "*mov_sidesi_mem"+21, +22, +23, +24, +25, +26, +27)
856         (define_split "*mov_sidesi_mem"+28, +29, +30): Use
857         replace_equiv_address, not gen_rtx_MEM.
858         * config/cris/cris.c (cris_mem_op): New match_operator function.
859         (cris_notice_update_cc): Use replace_equiv_address, not
860         gen_rtx_MEM.
861         * config/cris/cris.h (PREDICATE_CODES): Add cris_mem_op.
863 2003-10-15  Bernardo Innocenti <bernie@develer.com>
865         * config/m68k/m68k.h (MASK_SEP_DATA, TARGET_SEP_DATA,
866         MASK_ID_SHARED_LIBRARY, TARGET_ID_SHARED_LIBRARY): Move
867         definitions after the other flags.
869 2003-10-14  Ziemowit Laski  <zlaski@apple.com>
871         * c-parse.in (methoddef, methodproto): Call objc_add_method()
872         instead of add_method().
873         * objc/objc-act.c (objc_check_decl): Do not check for
874         constant_string_type.
875         (add_method): Rename to objc_add_method().
876         (really_start_method): Call objc_add_method() instead of
877         add_method().
878         * objc/objc-act.h (add_method): Rename to objc_add_method().
880 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
882         * config/s390/s390-protos.h (s390_alc_comparison): Add prototype.
883         (s390_slb_comparison): Likewise.
884         * config/s390/s390.c (s390_alc_comparison, s390_slb_comparison):
885         New functions.
886         * config/s390/s390.h (PREDICATE_CODES): Add s390_alc_comparison
887         and s390_slb_comparison.
888         * config/s390/s390.md ("*adddi3_31", "*subdi3_31"): Do not use on
889         zSeries machines.
890         ("*adddi3_31z", "*subdi3_31z"): New insns.
891         ("*adddi3_alc_cc", "*adddi3_alc", "*subdi3_slb_cc", "*subdi3_slb",
892         "*addsi3_alc_cc", "*addsi3_alc", "*subsi3_slb_cc", "*subsi3_slb"):
893         New insns.
895 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
897         * configure.in: Clean up some feedback echoes.
898         * configure: Regenerate.
900         * aclocal.m4: Properly quote names of macros being defined.
902         * config.gcc (am33_2.0-*-linux*): Use t-slibgcc-elf-ver.
904 2003-10-14  Steve Ellcey  <sje@cup.hp.com>
906         * config/ia64/ia64.c (ia64_expand_call): Force function address
907         to DImode.
908         * config/ia64/ia64.md (call_gp): Put DImode on operand 0.
910 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
912         * config/s390/s390.md ("muldf3", "*muldf3", "*muldf3_ibm",
913         "mulsf3", "*mulsf3", "*mulsf3_ibm"): Do not clobber CC.
914         ("divdf3", "*divdf3", "*divdf3_ibm", "divsf3", "*divsf3",
915         "*divsf3_ibm"): Likewise.
917 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
919         * config.gcc, config/m68hc11/t-m68hc11-gas: Replace uses of
920         target_alias with target_noncanonical.
922 2003-10-14  Geoffrey Keating  <geoffk@apple.com>
924         * expr.c (block_move_libcall_safe_for_call_parm): Clean up,
925         and add case for machines where outgoing register parameters
926         get stack space.
928         * config/darwin.c (machopic_indirect_data_reference): Use a scratch
929         register when generating indirect address.
931 2003-10-14  Richard Earnshaw  <rearnsha@arm.com>
933         * arm.c (arm_addimm_operand): MODE arguemnt is unused.
934         * arm.md (cbranchne_decr1): Fix bootstrap warning.
936 2003-10-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
938         * fixinc/inclhack.def (alpha_pthread_gcc): New fix.
939         * fixinc/fixincl.x: Regenerate.
940         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_GCC_CHECK]: New
941         testcase.
942         Fixes PR bootstrap/9330.
944 2003-10-13  Eric Christopher  <echristo@redhat.com>
946         * config/frv/frv.c (frv_adjust_field_align): Redo check for
947         too wide bitfields.
948         (frv_hard_regno_mode_ok): Add SPR_P and AP_FIRST.
949         * config/frv/frv.h (FUNCTION_PROFILER): Remove abort call.
950         (SBSS_SECTION_ASM_OP): Remove.
951         (EXTRA_SECTIONS): Remove in_sbss.
952         (EXTRA_SECTION_FUNCTIONS): Remove SBSS_SECTION_FUNCTION.
953         (SBSS_SECTION_FUNCTION, sbss_section): Remove.
954         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Change sbss_section to
955         named_section.
957 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
959         * Makefile.in, configure.in, config.host, mkheaders.in: Replace
960         uses of ${target_alias} for directory names (and other places which
961         won't like the empty string) with ${target_noncanonical}.  Introduce
962         call early in configure.in to _GCC_TOPLEV_NONCANONICAL_TARGET so it's
963         available.
964         * configure: Regenerate.
966 2003-10-13  Ian Lance Taylor  <ian@wasabisystems.com>
968         * config/arm/iwmmxt.md (cond_iwmmxt_movsi_insn): New pattern.
969         * config/arm/arm.md: For splits which rely on conditional moves,
970         remove ! TARGET_IWMMXT condition.
972 2003-10-13  David S. Miller  <davem@redhat.com>
974         * ifcvt.c (num_removed_blocks): Rename to num_true_changes.
975         (find_cond_trap): Always increment if we emit a conditional
976         trap insn.
978 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
980         * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o
981         with min-insn-modes.o.
982         (STAGESTUFF): Add min-insn-modes.c.
983         (genobjs): Add genmodes.o.
984         (print-rtl.o, print-rtl1.o): Depend on $(TM_P_H).
985         (insn-modes.o): Depend on $(TM_H) not $(GTM_H); also real.h.
986         (min-insn-modes.c, min-insn-modes.o): New rules.
987         (s-modes): Also generate min-insn-modes.c.
988         ($(BUILD_PREFIX_1)insn-modes.o): Kill.
989         * genmodes.c (struct mode_data): Add format field.
990         (blank_mode, validate_mode, complete_mode): Update to match.
991         (make_scalar_mode): Separate into make_int_mode and make_float_mode.
992         (_SCALAR_MODE): Kill.
993         (FLOAT_MODE, FRACTIONAL_FLOAT_MODE): Add format argument.
994         (emit_insn_modes_c_header): Adjust.
995         (emit_min_insn_modes_c_header, emit_real_format_for_mode)
996         (emit_min_insn_modes_c): New functions.
997         (emit_insn_modes_c): Call emit_real_format_for_mode.
998         (main): Add -m option to generate min-insn-modes.c.
999         * machmode.h: Update documentation.  Add format argument to
1000         all uses of FLOAT_MODE.
1001         * real.c: Don't define real_format_for_mode here.
1003         * dwarfout.c: Move default definition of PRINT_REG...
1004         * defaults.h: ...here.
1005         * print-rtl.c: Include tm_p.h.
1006         (DEBUG_PRINT_REG, DEBUG_REGISTER_NAMES, debug_reg_names, reg_names):
1007         Kill.
1008         (print_rtx): Use PRINT_REG, not DEBUG_PRINT_REG.  But surround
1009         this entire block with #ifndef GENERATOR_FILE.
1010         * regclass.c: Unconditionally define reg_names.
1011         * config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.h
1012         Don't define DEBUG_REGISTER_NAMES.
1013         * config/rs6000/darwin.h: Don't use DEBUG_REGISTER_NAMES in
1014         redefinition of REGISTER_NAMES.
1015         * config/i386/i386.h: Don't define DEBUG_PRINT_REG.
1017         * combine.c: Change all preprocessor conditionals on
1018         EXTRA_CC_MODES to use SELECT_CC_MODE instead; rearrange a bit
1019         for clarity.
1020         * genopinit.c: Remove mention of EXTRA_CC_MODES in comment.
1021         * configure.in: Don't define EXTRA_CC_MODES.
1022         * configure, config.in: Regenerate.
1023         * doc/tm.texi: Remove documentation of EXTRA_CC_MODES.
1025         * config/arc/arc.c, config/m32r/m32r.c, config/sparc/sparc.c:
1026         May assume that GET_MODE_CLASS is accurate for extra CC modes
1027         at all times.
1029         * config/i860/i860.h (INIT_CUMULATIVE_ARGS): Pass correct
1030         number of arguments to aggregate_value_p.
1032         * genmodes.c (RESET_FLOAT_FORMAT, reset_float_format): New.
1033         * machmode.def: Explain ARCH-modes.def.  Document
1034         RESET_FLOAT_FORMAT.  Improve commentary on various mode
1035         clusters.  Do not define OI, PQI, PHI, PSI, PDI, QF, HF, TQF,
1036         XF, or TF modes here.  Remove backward-compatibility
1037         definition of CC.
1039         * config/alpha/alpha-modes.def: New file; define TF mode.
1040         * config/arc/arm-modes.def: Define XF mode.
1041         * config/c4x/c4x-modes.def: Define QF and HF modes.  Unset
1042         float format for SF and DF modes.
1043         * config/dsp16xx/dsp16xx-modes.def: New file; define HF mode.
1044         * config/i386/i386-modes.def: Define XF and TF modes.
1045         * config/i960/i960-modes.def: Define TF mode.
1046         * config/ia64/ia64-modes.def: Define TF and OI modes.
1047         * config/m68k/m68k-modes.def: New file; define XF mode.
1048         * config/mips/mips-modes.def: New file; define TF mode, reset
1049         formats for SF and DF modes.
1050         * config/pa/pa-modes.def: Define TF mode.
1051         * config/rs6000/rs6000.c: Define TF and PSI modes.
1052         * config/s390/s390-modes.def: Define OI mode.
1053         * config/sh/sh-modes.def: New file; define PSI mode.
1054         * config/sparc/sparc-modes.def: Define TF mode.
1055         * config/vax/vax-modes.def: New file; reset formats for SF and
1056         DF modes.
1058         * config/c4x/c4x.c (c4x_override_options): No need to mess
1059         with real_format_for_mode or set REAL_MODE_FORMATs.
1060         (c4x_immed_int_constant): Don't apply GET_MODE_CLASS to rtx
1061         variable.
1062         * config/i386/i386.c (override_options): No need to set
1063         REAL_MODE_FORMATs here.
1064         * config/i960/i960.c (i960_initialize): Likewise.
1065         * config/m68k/m68k.c (m68k_override_options): Likewise.
1066         * config/ia64/ia64.c (ia64_override_options): Set REAL_MODE_FORMAT
1067         for TFmode only if not the default.
1068         * config/mips/mips.c (override_options): Likewise.
1069         * config/vax/vax.c (override_optionms): Set REAL_MODE_FORMAT for
1070         DFmode only if not the default.
1072         * config/i370/i370.h (RET_REG): Don't consider TFmode.
1073         * config/m68hc11/m68hc11.c (print_operand): Don't consider XFmode.
1074         * config/dsp16xx/dsp16xx.c (hard_regno_mode_ok): #if 0 out use
1075         of modes that don't appear anywhere in the machine description.
1077         * config/arc/arc-modes.def, config/arm/arm-modes.def
1078         * config/c4x/c4x-modes.def, config/frv/frv-modes.def
1079         * config/i386/i386-modes.def, config/i960/i960-modes.def
1080         * config/ia64/ia64-modes.def, config/mmix/mmix-modes.def
1081         * config/pa/pa-modes.def, config/pdp11/pdp11-modes.def
1082         * config/rs6000/rs6000-modes.def, config/s390/s390-modes.def
1083         * config/sparc/sparc-modes.def: Convert to new style for
1084         declaring extra CC modes.
1086 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
1088         * cpplex.c (_cpp_clean_line): In the common case of a line
1089         with no trigraphs and no \-newline, avoid writing to memory.
1090         (_cpp_skip_block_comment): Use a local 'cur' pointer instead
1091         of the buffer member.  Make c an uchar to avoid unnecessary
1092         sign extensions.
1094 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1096         * configure.in: Remove unnecessary test.
1097         * configure: Regenerate.
1099         * configure.in: Fix grammatical error.  Move UWIN host error to...
1100         * config.host: Here.
1101         * configure: Regenerate.
1103 2003-10-13  Andreas Krebbel  <krebbel1@de.ibm.com>
1105         * config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
1106         "*fmsubsf4"): Insns are now dependent on TARGET_FUSED_MADD instead
1107         of flag_unsafe_math_optimizations.
1108         * config/s390/s390.h ("MASK_NO_FUSED_MADD", "TARGET_NO_FUSED_MADD",
1109         "TARGET_FUSED_MADD", "TARGET_SWITCHES"): Introduced new target flags
1110         fused-madd and no-fused-madd.
1111         * doc/invoke.texi: Documented the new options fused-madd and
1112         no-fused-madd for S/390.
1114 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
1116         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Choose
1117         MASK_ALIGN_NATURAL if rs6000_alignment_string not given.  Don't
1118         assign DEFAULT_ABI.
1119         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
1120         * config/rs6000/rs6000.c: Formatting.
1121         (rs6000_parse_alignment_option): Only set rs6000_alignment_flags
1122         when rs6000_alignment_string given.
1124 2003-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1126         PR target/12538
1127         * config/sparc/sparc.c (MUST_SAVE_REGISTER): Delete.
1128         (sparc_flat_must_save_register_p): New function to decide whether
1129         a register must be saved/restored in the function prologue/epilogue.
1130         (sparc_flat_compute_frame_size): Use it instead of MUST_SAVE_REGISTER.
1132 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1134         * config/avr/avr.c, config/avr/avr-protos.h: Convert to
1135         ISO C90 function declarations and definitions.
1136         * config/sh/sh.c, config/sh/sh-protos.h: Likewise.
1138 2003-10-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1140         * config.gcc (*-*-freebsd*): Use tm_defines instead of tiny
1141         config files which do the same thing.
1142         * config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
1143         config/freebsd6.h: Remove now unnecessary files.
1145 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1147         * c-common.c (c_common_truthvalue_conversion): Warn if the
1148         address of a non-weak function is used as a truth value.
1150 2003-10-12  Kazu Hirata  <kazu@cs.umass.edu>
1152         * config/h8300/h8300.c (WORD_REG_USED): Use SP_REG instead of
1153         a literal.
1154         * config/h8300/h8300.h (REGNO_OK_FOR_BASE_P): Use MAC_REG
1155         instead of a literal.
1157 2003-10-12  Hans-Peter Nilsson  <hp@bitrange.com>
1159         * doc/extend.texi (Function Attributes): Mention the exceptional
1160         path for noreturn-marked functions.
1162 2003-10-12  Jan Hubicka  <jh@suse.cz>
1164         * cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable
1165         warning.
1167 2003-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
1169         * config/i386/i386.c (x86_this_parameter): Fix typo.
1171 2003-10-11  Jan Hubicka  <jh@suse.cz>
1173         * Makefile.in (web.o): New.
1174         * web.c: New file.
1175         * rtl.h (web_main): Declare.
1176         * timervar.def (TV_WEB): New.
1177         * toplev.c (dump_file_index, dump_file_info): Add DFI_web.
1178         (rest_of_hanle_web): New.
1179         (flag_web): New static variable.
1180         (lang_independent_options): Add "web".
1181         (rest_of_compilation): Call rest_of_handle_web.
1182         * invoke.texi (-fweb): Document.
1183         * common.opt (fweb): New.
1184         * flags.h (flag_web): New.
1185         * opts.c (decode_options): Set flag_web at -O3.
1187         * passes.texi (web construction):  Document.
1188         * invoke.texi (-O3): Document that -fweb is enabled.
1190         * regrename.c (regrename_optimize): Deal better with situation when
1191         replacement failed.
1193         * sched-ebb.c: Include params.h and profile.h
1194         (schedule_ebbs):  Use tracer parameters to discover superblocks
1195         * Makefile.in (sched-ebb.o):  Add dependencies.
1197 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1199         * fold-const.c (negate_mathfn_p): New function to determine whether
1200         a built-in mathematical function is sign preserving, f(-x) == -f(x).
1201         Add support for BUILT_IN_ASIN, BUILT_IN_ASINF and BUILT_IN_ASINL.
1202         (tree_swap_operands_p): Change API to take an additional argument
1203         indicating that the swapped operands evaluate in reverse order.
1204         Canonicalize VAR_DECLs and PARM_DECLs last if we can, i.e. neither
1205         operand side-effects or we don't care about flag_evaluation_order.
1206         (reorder_operands_p): New function to check whether its safe to
1207         evaluate the given operands in reverse order.
1208         (negate_expr_p):  We can always negate integer constants unless
1209         we honor -ftrapv and the signed type would overflow.  Only allow
1210         -(A-B) into B-A if reorder_operands_p says that its OK.  Allow
1211         negation of COMPLEX_CST if both real and imaginary parts can be
1212         negated.  Allow negation through floating point extensions and
1213         sign-preserving built-in functions.
1214         (negate_expr):  Move the code to negate integers from "fold" to
1215         here.  Always negate integer constants unless we honor -ftrapv
1216         and the signed type would overflow.  Always negate real constants
1217         unless we honor -ftrapping-math.  Only convert -(A-B) into B-A
1218         if allowed by reorder_operands_p.  Add support for COMPLEX_CST.
1219         Optimize negation through floating point extensions and
1220         sign-preserving built-in functions (as defined by negate_mathfn_p).
1221         (fold): Adjust calls to tree_swap_operands_p.
1222         (fold <NEGATE_EXPR>): Move the remaining negation optimizations
1223         to negate_expr_p/negate_expr.
1224         (fold <MINUS_EXPR>): Use reorder_operands_p to check whether we're
1225         allowed to convert (-A) - B into (-B) - A.
1227 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1229         * builtins.c (expand_builtin_strcmp): Defend against the possibility
1230         that gen_cmpstrsi may fail: Stabilize the argument list against
1231         re-evaluation and expand the library call directly using this saved
1232         argument list if a cmpstrsi sequence can't be generated.
1233         (expand_builtin_strncmp): Likewise.
1235         * config/i386/i386.md (cmpstrsi, movstrsi): Disable with -Os.
1237 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1239         PR optimization/12260
1240         * simplify-rtx.c (simplify_unary_operation): Simplify all unary
1241         operations through CONST nodes.  Optimize (neg (plus X C)) as
1242         (minus -C X) for constant values C.
1243         (simplify_binary_operation): Optimize (minus (neg X) C) as
1244         (minus -C X) for constant values C.
1245         (simplify_plus_minus): Avoid creating (neg (const (plus X C)),
1246         instead create (minus -C X).
1248 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1250         * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call
1251         safe_from_p for us, once it chooses an evaluation order.
1252         (expand_expr <MULT_EXPR>): Likewise.
1253         (expand_expr <MIN_EXPR> <MAX_EXPR>): Likewise.  If expand_operands
1254         places the second operand in "target", swap the operands.
1255         (do_store_flag): Let expand_operands call safe_from_p for us.
1257 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1259         PR optimization/12544
1260         * function.c (put_var_into_stack): Don't generate ADDRESSOFs
1261         for DECL_NONLOCAL decls.
1263 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1265         * expr.c: Follow spelling conventions.
1266         * final.c: Likewise.
1267         * optabs.c: Likewise.
1268         * sched-deps.c: Likewise.
1269         * sdbout.c: Likewise.
1271 Sat Oct 11 12:24:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
1273         * varasm.c (notice_global_symbol):  Fix handling of variables; avoid
1274         re-computing of variable.
1276 2003-10-11  Richard Henderson  <rth@redhat.com>
1278         * config/alpha/alpha.c (alpha_return_in_memory): Rename from
1279         return_in_memory, make static, change signature to match target hook.
1280         (alpha_setup_incoming_varargs): Make static, change signature to
1281         match target hook, add code for vms and unicos.
1282         (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
1283         TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
1284         TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
1285         TARGET_STRICT_ARGUMENT_NAMING,
1286         TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
1287         * config/alpha/alpha-protos.h: Update.
1288         * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
1289         PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
1290         SETUP_INCOMING_VARARGS): Remove.
1291         * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
1292         * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.
1294 2003-10-11  Ian Lance Taylor  <ian@wasabisystems.com>
1296         * config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
1298 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1300         * config/m68k/lb1sf68.asm: Follow spelling conventions.
1301         * config/m68k/m68k.c: Likewise.
1302         * config/m68k/m68k.h: Likewise.
1303         * config/m68k/m68k.md: Likewise.
1305 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1307         * builtins.c (expand_builtin_memcpy): Optimize case when the two
1308         pointer arguments are the equal, non-volatile and side-effect free.
1309         (expand_builtin_mempcpy): Likewise.
1310         (expand_builtin_memmove): Likewise.
1311         (expand_builtin_strcpy): Likewise.
1312         (expand_builtin_memcmp): Likewise.
1313         (expand_builtin_strcmp): Likewise.
1314         (expand_builtin_strncmp): Likewise.
1316 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1318         * combine.c (apply_distributive_law): Enable "distributive" floating
1319         point optimizations with -funsafe-math-optimizations.
1321 2003-10-11  Andrew Pinski <pinskia@physics.uc.edu>
1323         * genmodes.c (emit_mode_mask) Change MASK to MODE_MASK.
1325 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1327         * config/m68k/m68k-protos.h: Remove the prototype for
1328         finalize_pic.
1330 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1332         * config/m68k/m68k.c: Fix comment typos.
1334 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1336         * config/m68k/m68k-protos.h (use_return_insn): Change return type from
1337         int to bool.
1338         * config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
1339         (current_frame): New global var.
1340         (m68k_compute_frame_layout): Cache computations in current_frame.
1341         (m68k_initial_elimination_offset): Use values from current_frame
1342         instead of recomputing them.
1343         (use_return_insn): Likewise.
1344         (m68k_output_function_prologue): Likewise.
1345         (m68k_output_function_epilogue): Likewise.
1346         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
1347         inside the block for __pic__.
1349 2003-10-11  Peter Barada <peter@baradas.org>
1350             Bernardo Innocenti  <bernie@develer.com>
1352         * config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
1353         (m68k_save_reg): Add boolean parameter `interrupt_handler'.
1354         (m68k_interrupt_function_p): New function.
1355         (m68k_handle_fndecl_attribute): Ditto.
1356         (m68k_compute_frame_layout): Ditto.
1357         (m68k_attribute_table): Define back-end specific attributes.
1358         (m68k_output_function_epilogue): Emit RTE instruction for interrupt
1359         functions.
1361 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1363         * config/m68k/t-uclinux: New target Makefile fragment.
1364         * config/m68k/uclinux.h: New target macro file.
1365         * config.gcc (m68k-*-uclinux): New target definition.
1367 2003-10-10  Roger Sayle  <roger@eyesopen.com>
1369         * builtins.c (builtin_mathfn_code): Generalize to check whether
1370         the call is to any built-in function by comparing the call's
1371         argument list against the builtin decl's function type.
1373 2003-10-10  Roger Sayle  <roger@eyesopen.com>
1375         * cse.c (constant_pool_entries_regcost): New global variable to
1376         hold the register cost component of constant_pool_entries_cost.
1377         (fold_rtx): Calculate constant_pool_entries_regcost at the same
1378         time as constant_pool_entries_cost.
1379         (cse_insn): Set both src_folded_cost and src_folded_regcost from
1380         constant_pool_entries_cost and constant_pool_entries_regcost.
1381         (cse_main): Initialize constant_pool_entries_regcost to zero.
1383         * optabs.c (expand_unop): Attach a REG_EQUAL note describing
1384         the semantics of the sequence of bit operations used to negate
1385         a floating-point value.
1386         (expand_abs_nojump): Likewise attach a REG_EQUAL note describing
1387         the semantics of the bit operations used to abs a floating point
1388         value.
1390 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1391             Paul Dale  <pauli@snapgear.com>
1393         * config/m68k/lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__
1394         support.
1395         * config/m68k/m68k-none.h (ASM_SPEC): Pass --pcrel to assembler on
1396         -fpic, -fPIC, -msep-data and -mid-shared-library.
1397         * config/m68k/m68k.c (m68k_library_id_string): New global variable.
1398         (override_options): Add -msep-data and -mshared-library-id support.
1399         (m68k_output_function_prologue): Generate code to load A5 for
1400         TARGET_ID_SHARED_LIBRARY and TARGET_SEP_DATA.
1401         (m68k_output_mi_thunk): Emit indirect jump on TARGET_ID_SHARED_LIBRARY.
1402         (m68k_output_pic_call): New function.
1403         * gcc/config/m68k/m68k.h (TARGET_SEP_DATA): New target flag.
1404         (TARGET_ID_SHARED_LIBRARY): Ditto.
1405         (TARGET_SWITCHES): Add switches for -mid-shared-library and -msep-data.
1406         * gcc/config/m68k/m68k.md (call): Call m68k_output_pic_call().
1407         (call_value): Likewise.
1409 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
1411         * gengenrtl.c (find_formats, genheader): Make i an unsigned
1412         int, remove cast of NUM_RTX_CODE.
1413         * machmode.h: Make the HAVE_MACHINE_MODES #ifdef encompass the
1414         entire file.  Remove the #ifs on GET_MODE_MASK etc and
1415         GET_MODE_WIDER_MODE etc.
1417 2003-10-10  Eric Christopher  <echristo@redhat.com>
1419         * lcm.c (optimize_mode_switching): Change NORMAL_MODE
1420         to MODE_ENTRY and MODE_EXIT. Add MODE_AFTER for insns
1421         that set mode.
1422         * config/sh/sh.h (MODE_ENTRY): New macro.
1423         (MODE_EXIT): Ditto.
1424         (MODE_AFTER): Ditto.
1425         * config/sh/sh.md: Change for MODE_AFTER. Add
1426         fp_set attribute.
1427         * doc/tm.texi: Document MODE_AFTER, MODE_ENTRY, and MODE_EXIT.
1429 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
1431         * genmodes.c, mode-classes.def: New files.
1432         * machmode.def: Rewritten to genmodes.c interface.
1433         * Makefile.in (extra_modes_file): New substitution variable.
1434         (MACHMODE_H): No longer includes machmode.def or
1435         @extra_modes_file@; instead, mode-classes.def and insn-modes.h.
1436         (BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
1437         (OBJS-common): Add insn-modes.o.
1438         (STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
1439         genmodes$(build_exeext).
1440         (insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
1441         genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
1442         (s-genrtl): Don't depend on $(RTL_BASE_H).
1443         (gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
1444         or $(RTL_BASE_H); just rtl.def.
1445         * gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
1446         real.h.  Give fake definition of CONST_DOUBLE_FORMAT and
1447         substitute definition of NUM_RTX_CODE.  Add casts to avoid
1448         warnings.
1449         * machmode.h: Include insn-modes.h, not machmode.def.  Include
1450         mode-classes.def to define enum mode_class.  Tweak definitions
1451         of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
1452         GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
1453         (inner_mode_array): Renamed mode_inner.
1454         (mode_base_align): New.
1455         * rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
1456         mode_unit_size, mode_wider_mode, mode_mask_array,
1457         inner_mode_array, class_narrowest_mode): Delete definitions.
1458         * stor-layout.c (get_mode_alignment): Use mode_base_align.
1459         * real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
1460         and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.
1462         * config/ip2k/ip2k.h, config/iq2000/iq2000.h:
1463         No need to define BITS_PER_UNIT.
1465 2003-10-10  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1467         * config/ia64/ia64.c (ia64_vms_init_libfuncs): New function.
1468         (ia64_output_function_prologue): Only write .prologue if --with-gnu-as.
1469         (ia64_initialize_trampoline): If not using GAS, declare trampoline
1470         as global.
1471         * config/ia64/ia64.h (ASM_APP_ON, ASM_APP_OFF): Add vers for not GAS.
1472         (ASM_OUTPUT_DEBUG_LABEL): Likewise.
1474         * stor-layout.c (compute_record_mode): Don't force BLKmode if
1475         field is zero-length BLKmode.
1476         * expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
1477         zero-size references.
1479         * combine.c (distribute_links): Properly test for REG being set.
1481         * config/alpha/alpha.c (alpha_expand_block_mode): Don't use
1482         gen_lowpart and company except for REG.
1484 2003-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1486         * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
1488 2003-10-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1490         * config.gcc (mips*-*-netbsd*): Remove content-free line.
1492 2003-10-10  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
1494         * gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t,
1495         gcov_position_t and gcov_type.
1497 2003-10-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1499         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
1500         * configure: Regenerate.
1502 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
1504         * config/h8300/h8300.md (define_asm_attributes): Specify
1505         the length of an asm insn more precisely.
1507 2003-10-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1509         * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
1511 2003-10-09  Bob Wilson  <bob.wilson@acm.org>
1513         * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
1514         FP register number to 48 and MAC16 accumulator to 0x210.
1516 2003-10-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1518         * config.gcc: Remove redundant thread_file setting clauses for
1519         various *-*-linux* targets.
1521 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
1523         * config/h8300/h8300.md (define_asm_attributes): New.
1525 2003-10-09  Roger Sayle  <roger@eyesopen.com>
1527         * optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
1528         to the comparison, as emit_libcall_block calls copy_rtx on equiv.
1530 2003-10-09  Dorit Naishlos  <dorit@il.ibm.com>
1532         * haifa-sched.c (ok_for_early_schedule): New function.
1533         (early_queue_to_ready): New function.
1534         (schedule_block): Allow early removal of insns from Q.
1535         (schedule_insn): Update INSN_TICK in case of premature
1536         issue.
1537         * common.opt (sched_stalled_insns): New flag.
1538         (sched_stalled_insns_dep): New flag.
1539         * flags.h: Same above flags.
1540         * opts.c: Same as above.
1541         * toplev.c: Same as above.
1542         * target.h (targetm.sched.is_costly_dependence): New
1543         hook.
1544         * target-def.h: Same as above.
1545         * config/rs6000/rs6000.h: (rs6000_sched_costly_dep):
1546         Support new flag -msched-costly-dep.
1547         (DEFAULT_SCHED_COSTLY_DEP): Define.
1548         * config/rs6000/rs6000.c:
1549         (rs6000_is_costly_dependence): New function.
1550         (is_load_insn, is_store_insn): New functions.
1551         (is_load_insn1, is_store_insn1, is_mem_ref): New
1552         functions.
1553         * doc/invoke.texi (-fsched-stalled-insns-dep)
1554         (-fsched-stalled-insns, -msched-costly-dep): Document
1555         options.
1556         * doc/tm.texi (is_costly_dependence): Define new
1557         scheduler target hook.
1559 2003-10-09  Jason Merrill  <jason@redhat.com>
1561         PR c++/6392
1562         * c-common.c (c_build_qualified_type): Look through arrays first.
1563         (c_apply_type_quals_to_decl): Look through arrays.
1565         * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
1566         types with constructors.
1568         * coverage.c (build_ctr_info_value): Use build_decl to make a
1569         VAR_DECL.
1570         (create_coverage): Likewise.
1572         * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
1573         here.
1574         (expand_asm_operands): Not here.
1575         (parse_input_constraint): No longer static.
1576         * tree.h: Declare it.
1578 2003-10-08  Kaz Kojima  <kkojima@gcc.gnu.org>
1580         * config/sh/t-linux (SHLIB_LINK): Override to use a linker script
1581         libgcc_s.so.
1582         (SHLIB_INSTALL): Likewise.
1584 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1586         * doc/install.texi: Remove reference to removed 'pthreads' thread
1587         option.
1589 2003-10-08  Aldy Hernandez  <aldyh@redhat.com>
1591         * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
1592         operand 2.
1594 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1596         * config.gcc: Don't accept --enable-threads=pthreads.  Clean
1597         up related case statements.
1598         * configure.in: Don't accept --enable-threads=pthreads,
1599         decosf1, mach, or os2 (none of which work anyway).  Alphabetize
1600         supported thread files in case clause.
1601         * configure: Regenerate.
1603 2003-10-08  Geoffrey Keating  <geoffk@apple.com>
1605         * function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'
1606         definition to above SPARC_STACK_BOUNDARY_HACK.
1608 2003-10-08  Jason Merrill  <jason@redhat.com>
1610         * c-pretty-print.c (pp_c_postfix_expression)
1611         <COMPOUND_LITERAL_EXPR>: Fix thinko.
1613 2003-10-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1615         * mklibgcc.in: Don't hide undefined or typeless symbols.
1617 2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1619         PR optimization/12142
1620         * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
1621         uses of the register in the SET_SRC.  Remove unnecessary argument.
1622         * pa.c (legitimize_pic_address): Before reload, use a scratch register
1623         for the intermediate result in loading the address of a SYMBOL_REF.
1624         Set the MEM_NOTRAP_P flag for the MEM.  Add a REG_EQUAL to the insn
1625         which loads the SYMBOL_REF address.
1627 2003-10-08  Timo Kokkonen  <tjko@iki.fi>
1628             Eric Botcazou  <ebotcazou@libertysurf.fr>
1630         PR bootstrap/12490
1631         * scan-decls.c (MAX_EXTERN_C_BRACES): New preprocessor constant
1632         to define the size of the extern_C_braces array.  Set it to 200.
1633         (scan_decls): Abort when extern_C_braces_length is out-of-bounds.
1635 2003-10-08  Carlo Wood  <carlo@alinoe.com>
1637         * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
1638         a space after the -o option.  flex 2.5.31 understands both, with
1639         and without the space. Removed that space.
1641 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1643         * config/mips/mips.c (mips_frame_info): Add cprestore_size field.
1644         (compute_frame_size): Initialize it.  Remove the .cprestore slot
1645         from args_size.
1646         (mips_output_function_prologue): Simplify accordingly.
1647         (mips_debugger_offset): Change the mips16 frame pointer offset from
1648         current_function_outgoing_args to cfun->machine->frame.args_size.
1649         (mips_initial_elimination_offset): Likewise.
1650         (mips_expand_prologue): Likewise.
1651         (mips_expand_epilogue): Likewise.
1653 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1655         * config/mips/mips.h (EXTRA_CONSTRAINT): Add 'W' constraint.
1656         (EXTRA_MEMORY_CONSTRAINT): Define.
1657         (CAN_ELIMINATE): Remove lwu workaround.
1658         * config/mips/mips.md (*zero_extendsidi2_mem): Enable for mips16 too.
1659         Use a 'W' constraint for the source operand.
1661 2003-10-08  Kazu Hirata  <kazu@cs.umass.edu>
1663         * genopinit.c (main): Output code to declare undefined
1664         variables.
1666 2003-10-07  Kelley Cook  <kcook@gcc.gnu.org>
1668         * gengtype-lex.l: Remove -Wtraditional cruft.
1669         * Makefile.in (gengtype-lex.c): Likewise.
1671 2003-10-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1673         * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.
1675 2003-10-07  Jason Merrill  <jason@redhat.com>
1677         PR c++/12519
1678         * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
1679         it isn't a decl.
1681 2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
1683         * gcc.c (cpp_options): Only pass -fworking-directory for -g* if
1684         not overridden.
1685         Fixes PR bootstrap/12173.
1687 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
1689         * errors.c: Don't include coretypes.h or tm.h.
1690         (trim_filename): Use IS_DIR_SEPARATOR.
1691         * Makefile.in: Update dependencies of errors.o and
1692         $(BUILD_PREFIX_1)errors.o.
1694 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
1696         * function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into
1697         account when aligning arguments.
1698         * calls.c (STACK_POINTER_OFFSET): Move default from here ...
1699         * defaults.h (STACK_POINTER_OFFSET): ... to here.
1700         * config/sparc/sparc.h (STACK_BOUNDARY): Add comment about how
1701         it's wrong when TARGET_ARCH64 && TARGET_STACK_BIAS.
1702         (SPARC_STACK_BOUNDARY_HACK): Define.
1703         * config/rs6000/rs6000.c (function_arg): On non-SVR4 systems,
1704         arrange for vector parameters to varargs functions to be passed
1705         in both memory and GPRs when appropriate.
1706         (rs6000_va_arg): Vector arguments passed in memory are 16-byte
1707         aligned.
1709         * hooks.c (hook_bool_tree_true): New.
1710         (hook_rtx_tree_int_null): New.
1711         (hook_rtx_rtx_null): Use NULL, not 0.
1712         * hooks.h: Add 'extern' to everything.
1713         (hook_bool_tree_true): New.
1714         (hook_rtx_tree_int_null): New.
1715         * targhooks.c (hook_bool_CUMULATIVE_ARGS_true): New.
1716         * targhooks.h (hook_bool_CUMULATIVE_ARGS_true): New.
1717         * config/rs6000/rs6000-protos.h (setup_incoming_varargs): Remove
1718         prototype.
1719         * config/rs6000/rs6000.c (rs6000_return_in_memory): New.
1720         (setup_incoming_varargs): Prototype.
1721         (TARGET_PROMOTE_FUNCTION_ARGS): Define.
1722         (TARGET_PROMOTE_FUNCTION_RETURN): Define.
1723         (TARGET_STRUCT_VALUE_RTX): Define.
1724         (TARGET_RETURN_IN_MEMORY): Define.
1725         (TARGET_SETUP_INCOMING_VARARGS): Define.
1726         (TARGET_STRICT_ARGUMENT_NAMING): Define.
1727         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Define.
1728         (init_cumulative_args): Use rs6000_return_in_memory.
1729         (setup_incoming_varargs): Make 'static'.
1730         * config/rs6000/rs6000.h (PROMOTE_FUNCTION_ARGS): Delete.
1731         (PROMOTE_FUNCTION_RETURN): Delete.
1732         (STRUCT_VALUE): Delete.
1733         (RETURN_IN_MEMORY): Delete.
1734         (SETUP_INCOMING_VARARGS): Delete.
1736 2003-10-07  Gerald Pfeifer  <gerald@pfeifer.com>
1738         * doc/invoke.texi (Warning Options): Simplify and clarify the
1739         descriptions of -Wnonnull and -Winit-self.
1741 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
1743         * optabs.c (init_intraclass_conv_libfuncs): Fix order of array
1744         indicees for floating-point conversersion libcalls.
1746 2003-10-07  Nathanael Nerode  <neroden@gcc.gnu.org>
1748         * Makefile.in: Add more comments separating large conceptually
1749         separate sections.
1751         * configure.in: Clean up thread file logic.
1752         * configure: Regenerate.
1754 2003-10-07  Danny Smith  <dannysmith@users.sourceforge.net>
1756         * config/i386/cygming.h (READONLY_DATA_SECTION_ASM_OP): Define.
1757         (switch_to_section): Handle in_readonly_data.
1758         * config/i386/winnt.c (i386_pe_asm_named_section): Handle
1759         readonly data.
1761 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
1763         * arm.md (cmpsi2_addneg): New ARM pattern. Add peephole2 to generate
1764         it.
1765         (cbranchne_decr1): New Thumb pattern.
1766         * arm.c (arm_addimm_operand): New insn predicate.
1767         * arm-protos.h: Add a prototype for it.
1768         * arm.h (PREDICATE_CODES): Add it.
1770 2003-10-07  Dorit Naishlos <dorit@il.ibm.com>
1772         * sched-int.h (sched_info): New field
1773         sched_max_insns_priority.
1774         * sched-rgn.c (init_ready_list): Add invocations to
1775         targetm.sched.adjust_priority.
1776         (sched_max_insns_priority): Init new field.
1777         * sched-ebb.c (sched_max_insns_priority): Init new field.
1778         * haifa-sched.c (set_priorities): Set
1779         sched_info->sched_max_insns_priority.
1780         * config/rs6000/rs6000.h:
1781         (rs6000_sched_restricted_insns_priority_str): Support new
1782         flag -mprioritize-restricted-insns.
1783         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Define.
1784         * config/rs6000/rs6000.c (is_dispatch_slot_restricted): New
1785         function.
1786         (rs6000_adjust_priority): Change priority of restricted
1787         insns, using above new function and new flag.
1788         * doc/invoke.texi (-mprioritize-restricted-insns): Document
1789         new option.
1791 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
1793         * expr.c (cmpstr_optab, cmpmem_optab): New.
1794         * genopinit.c: Initialize them.
1795         * optabs.h: Declare them.
1796         * optabs.c (init_optabs): Clear them.
1797         (prepare_cmp_insn):  Use cmpstr_optab and cmpmem_optab to find
1798         block memory compare insns, not conditional chains.  Restructure
1799         the fallback generation of a call to memcmp/bcmp for better
1800         readability.
1802 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1804         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): New macro.
1805         (mips_save_restore_fn): New typedef.
1806         (mips_add_large_offset_to_sp, mips_emit_frame_related_store): Remove.
1807         (mips_set_frame_expr, mips_frame_set): Move above prologue code.
1808         (save_restore_insns): Remove, replacing with...
1809         (mips_save_restore_reg, mips_for_each_saved_reg): ...these new fns.
1810         (mips_save_reg, mips_restore_reg): New function.
1811         (mips_expand_prologue, mips_expand_epilogue): Rework.
1812         * config/mips/mips.h (MIPS_TEMP1_REGNUM, MIPS_TEMP2_REGNUM): Remove.
1813         (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): New macros.
1814         (MIPS_PROLOGUE_TEMP, MIPS_EPILOGUE_TEMP): New macros.
1816 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1818         * config/mips/mips.c (mips_expand_prologue): Remove unused
1819         traversal of function arguments.
1821 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1823         * doc/invoke.texi: Remove documentation of -mentry.
1824         * config/mips/mips.c (mips_entry_string, mips_entry): Remove.
1825         (override_options, mips_save_reg_p): Remove handling.
1826         (compute_frame_size, mips_output_function_prologue): Likewise.
1827         (mips_expand_prologue, mips_expand_epilogue): Likewise.
1828         * config/mips/mips.h (mips_entry_string): Remove declaration.
1829         (TARGET_OPTIONS): Remove -mentry.
1830         * config/mips/mips16.S: Remove mention of -mentry.
1832 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
1834         * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)
1835         (LTI_extenddfxf2, LTI_extenddftf2, LTI_truncdfsf2, LTI_truncxfsf2)
1836         (LTI_trunctfsf2, LTI_truncxfdf2, LTI_trunctfdf2, LTI_floatsisf)
1837         (LTI_floatdisf, LTI_floattisf, LTI_floatsidf, LTI_floatdidf)
1838         (LTI_floattidf, LTI_floatsixf, LTI_floatdixf, LTI_floattixf)
1839         (LTI_floatsitf, LTI_floatditf, LTI_floattitf, LTI_fixsfsi, LTI_fixsfdi)
1840         (LTI_fixsfti, LTI_fixdfsi, LTI_fixdfdi, LTI_fixdfti, LTI_fixxfsi)
1841         (LTI_fixxfdi, LTI_fixxfti, LTI_fixtfsi, LTI_fixtfdi, LTI_fixtfti)
1842         (LTI_fixunssfsi, LTI_fixunssfdi, LTI_fixunssfti, LTI_fixunsdfsi)
1843         (LTI_fixunsdfdi, LTI_fixunsdfti, LTI_fixunsxfsi, LTI_fixunsxfdi)
1844         (LTI_fixunsxfti, LTI_fixunstfsi, LTI_fixunstfdi, LTI_fixunstfti)
1845         (extendsfdf2_libfunc, extendsfxf2_libfunc, extendsftf2_libfunc)
1846         (extenddfxf2_libfunc, extenddftf2_libfunc, truncdfsf2_libfunc)
1847         (truncxfsf2_libfunc, trunctfsf2_libfunc, truncxfdf2_libfunc)
1848         (trunctfdf2_libfunc, floatsisf_libfunc, floatdisf_libfunc)
1849         (floattisf_libfunc, floatsidf_libfunc, floatdidf_libfunc)
1850         (floattidf_libfunc, floatsixf_libfunc, floatdixf_libfunc)
1851         (floattixf_libfunc, floatsitf_libfunc, floatditf_libfunc)
1852         (floattitf_libfunc, fixsfsi_libfunc, fixsfdi_libfunc, fixsfti_libfunc)
1853         (fixdfsi_libfunc, fixdfdi_libfunc, fixdfti_libfunc, fixxfsi_libfunc)
1854         (fixxfdi_libfunc, fixxfti_libfunc, fixtfsi_libfunc, fixtfdi_libfunc)
1855         (fixtfti_libfunc, fixunssfsi_libfunc, fixunssfdi_libfunc)
1856         (fixunssfti_libfunc, fixunsdfsi_libfunc, fixunsdfdi_libfunc)
1857         (fixunsdfti_libfunc, fixunsxfsi_libfunc, fixunsxfdi_libfunc)
1858         (fixunsxfti_libfunc, fixunstfsi_libfunc, fixunstfdi_libfunc)
1859         (fixunstfti_libfunc): Delete.
1860         * optabs.h (struct optab_handlers): Break out of struct optab.
1861         (struct convert_optab, convert_optab, enum convert_optab_index,
1862         convert_optab_table, sext_optab, zext_optab, trunc_optab,
1863         sfix_optab, ufix_optab, sfixtrunc_optab, ufixtrunc_optab,
1864         sfloat_optab, ufloat_optab): New.
1865         (set_conv_libfunc): Prototype.
1866         (GEN_FCN): Use C90 indirect call syntax, remove unnecessary cast.
1867         (trunc_optab): Renamed btrunc_optab.
1868         * builtins.c (expand_builtin_mathfn): Update to match.
1869         * optabs.c (extendtab, fixtab, fixtrunctab, floattab): Delete.
1870         (convert_optab_table, new_convert_optab, init_convert_optab)
1871         (init_interclass_conv_libfuncs, init_intraclass_conv_libfuncs)
1872         (set_conv_libfunc): New.
1873         (can_extend_p, gen_extend_insn, can_fix_p, can_float_p)
1874         (expand_float, expand_fix): Use new conversion optabs,
1875         not old insn code tables or long chains of ifs.
1876         (init_optabs): No need to clear old insn code tables.
1877         Initialize the new optabs, not the old libfunc array entries.
1878         Don't handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
1879         * genopinit.c: Initialize conversion optabs, not the
1880         former insn code tables.  Remove unnecessary casts.
1881         Handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
1882         * expr.c (convert_move): Remove redundant check that
1883         to_real==from_real.  Use the conversion optabs instead
1884         of long chains of tests of modes.  Move partial-integer-mode
1885         interconversion above all integer conversion.  Do not recurse
1886         on a value forced into a register in the original mode.
1888         * config/gofast.h, config/frv/frv.c, config/ia64/ia64.c
1889         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
1890         * config/sparc/sparc.c: Use set_conv_libfunc to adjust entries
1891         in new conversion optabs; do not reference the old libfunc
1892         array entries.  No need to include libfuncs.h.
1894 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1896         * config/i386/i386.c (ix86_expand_setcc): Annotate the floating
1897         point comparison sequence with a REG_EQUAL note that describes
1898         the comparison's semantics.
1900 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1902         * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
1903         of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.
1905 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1906             Zack Weinberg  <zack@codesourcery.com>
1908         * optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL
1909         instruction by using LCT_CONST and then calling emit_libcall_block
1910         ourselves.
1912 2003-10-06  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1914         PR optimization/11974
1915         * optabs.c (expand_unop): Promote libcall outmode according to
1916         hard_libcall_value.
1918 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
1920         * real.h (REAL_MODE_FORMAT): New macro.
1921         * c-cppbuiltin.c, optabs.c, real.c, config/alpha/alpha.c
1922         * config/c4x/c4x.c, config/i370/i370.c, config/i386/freebsd.h
1923         * config/i386/i386.c, config/i960/i960.c, config/ia64/ia64.c
1924         * config/m68k/m68k.c, config/mips/mips.c, config/rs6000/rs6000.c
1925         * config/vax/vax.c: Use REAL_MODE_FORMAT instead of referring
1926         directly to real_format_for_mode array, wherever possible.
1928 2003-10-06  Devang Patel  <dpatel@apple.com>
1930         * dwarf2out.c (is_main_source): Remove variable.
1931         (dwarf2out_start_source_file): Do not check is_main_source.
1932         Do not reset is_main_source.
1933         (dwarf2out_init): Do not initialize is_main_source.
1935 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1937         * fixinc/inclhack.def (stdio_va_list): Removed _ap fix.
1938         (irix_stdio_va_list): Don't require leading printf, IRIX 6.5.21
1939         introduced some multi-line prototypes.
1940         * fixinc/fixincl.x: Regenerate.
1942 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1944         * config/mips/mips.h (PREDICATE_CODES): Add stack_operand.
1945         * config/mips/mips.c (stack_operand): New predicate.
1946         * config/mips/mips.md: Use it for the destination of mips16 insns
1947         that store $31.
1949 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1951         * config/mips/mips.md (*lowsi): Renamed from lowsi.
1952         (*lowdi): Likewise lowdi.
1953         (*lowsi_mips16, *lowdi_mips16): New patterns.
1954         * config/mips/mips.c (mips_const_insns, mips_output_move): Remove
1955         mips16 CONSTANT_RELOC handling.
1956         (mips_delegitimize_address): Adjust for new sdata representation.
1958 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1960         * config/mips/mips.c (mips_arg_info): If MUST_PASS_IN_STACK,
1961         skip any remaining register arguments.
1963 2003-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
1965         * reload.c (find_reloads_subreg_address): Use correct offset for
1966         paradoxical MEM subregs on big-endian targets.
1968 2003-10-06  Andrew Haley  <aph@redhat.com>
1970         * tree.c (get_callee_fndecl): Call
1971         lang_hooks.lang_get_callee_fndecl.
1972         * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): New.
1973         (lhd_get_callee_fndecl): New.
1975 2003-10-06  Andrew Pinski  <apinski@apple.com>
1977         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
1978         error in calculating the length of the string.
1979         (machopic_stub_name): Likewise.
1981 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1983         * optabs.c (prepare_float_lib_cmp):  Attach a REG_EQUAL note
1984         describing the return value of the comparison libcall to the
1985         REG_RETVAL instruction of the emitted sequence.
1987 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1989         PR optimization/12215
1990         * cse.c (cse_set_around_loop): Emit the move at the beginning
1991         of the next basic block for trapping sets.
1993 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1995         PR optimization/11637
1996         * combine.c (adjust_for_new_dest): New function to adjust the
1997         notes and LOG_LINKS when the dest of an insn has changed.
1998         (try_combine): Use it when deleting the first insn of a two-insn
1999         parallel or splitting a two-load parallel.
2001 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
2003         * config/mips/mips.c (mips_classify_constant): Only allow UNSPECs
2004         if TARGET_EXPLICIT_RELOCS.
2006 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2008         PR bootstrap/12512
2009         * Makefile.in (info): Use double-colon rules.
2010         (dvi): Likewise.
2011         (generated-manpages): Likewise.
2012         * configure.in: Do not create lang.info, lang.dvi, or
2013         lang.generated-manpages hooks.
2014         * configure: Regenerated.
2015         * objc/Make-lang.in (objc.info): Remove.
2016         (objc.dvi): Remove.
2017         (objc.generated-manpages): Remove.
2018         * doc/sourcebuild.texi: Update description of info, dvi, and
2019         generated-manpages hooks.
2021 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
2023         * config/mips/mips.md: Merge mips16 lw/srl pattern with its splitter.
2025 2003-10-05  Andrew Pinski  <apinski@apple.com>
2027         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
2028         errors in memcpy destinations.
2029         (machopic_stub_name): Likewise.
2031 2003-10-05  Andrew Pinski <apinski@apple.com>
2033         * config/darwin.c (machopic_non_lazy_ptr_name):
2034         Change strcat to memcpy and add length together.
2035         (machopic_stub_name): Likewise.
2037 2003-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2039         * config/sh/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Handle new
2040         signal trampoline codes.
2042 2003-10-05  Chris Demetriou  <cgd@broadcom.com>
2044         * config/mips/mips.md (*divsf3): Move description of
2045         SB-1 F2 erratum from here to...
2046         (divsf3): Here.  Disable if TARGET_FIX_SB1 is set and
2047         flag_unsafe_math_optimizations is not.
2049 2003-10-05  Aldy Hernandez  <aldyh@redhat.com>
2051         * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
2052         TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
2054 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2056         * c-pretty-print.c: Fix comment typos.
2057         * c-pretty-print.h: Likewise.
2058         * calls.c: Likewise.
2059         * cfgloopmanip.c: Likewise.
2060         * cgraphunit.c: Likewise.
2061         * cppfiles.c: Likewise.
2062         * final.c: Likewise.
2063         * function.c: Likewise.
2064         * gcov-io.h: Likewise.
2065         * gcse.c: Likewise.
2066         * genoutput.c: Likewise.
2067         * loop.c: Likewise.
2068         * postreload.c: Likewise.
2069         * reg-stack.c: Likewise.
2070         * regmove.c: Likewise.
2071         * sched-int.h: Likewise.
2072         * sched-rgn.c: Likewise.
2073         * simplify-rtx.c: Likewise.
2074         * tree-inline.c: Likewise.
2075         * config/m68hc11/m68hc11.h: Likewise.
2076         * config/mmix/mmix.c: Likewise.
2077         * config/mn10300/mn10300.md: Likewise.
2078         * config/sh/sh.h: Likewise.
2080 2003-10-05  Richard Henderson  <rth@redhat.com>
2082         * tree-inline.c (remap_type): New.
2083         (remap_decl): Use it.  Remap DECL_SIZE*.
2084         (copy_body_r): Use it.
2085         (walk_tree): Walk TREE_TYPE too.
2086         (copy_tree_r): Don't walk subtrees of types.
2087         * tree.c (variably_modified_type_p): Restructure.  Consider integer
2088         types with non-const bounds variably modified.
2090 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2092         * doc/invoke.texi: Fix typos.
2094 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2096         * fold-const.c: Follow spelling conventions.
2097         * function.c: Likewise.
2098         * config/c4x/c4x.h: Likewise.
2099         * config/c4x/c4x.md: Likewise.
2100         * config/frv/frv.md: Likewise.
2101         * config/rs6000/aix.h: Likewise.
2102         * config/rs6000/linux64.h: Likewise.
2103         * config/xtensa/xtensa.c: Likewise.
2105 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2107         * c-pretty-print.c: Fix comment formatting.
2108         * cfglayout.c: Likewise.
2109         * cfgloopanal.c: Likewise.
2110         * cppcharset.c: Likewise.
2111         * dbxout.c: Likewise.
2112         * ggc-page.c: Likewise.
2113         * ggc.h: Likewise.
2114         * target.h: Likewise.
2116 2003-10-04  Kelley Cook  <kelleycook@wideopenwest.com>
2118         * gengtype-lex.l: Recognize typedef of functions without PARAMS macro.
2120 2003-10-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2122         * config/v850/v850-c.c, config/v850/v850-protos.h, config/v850/v850.c:
2123         Convert to ISO C90 function declarations and definitions.
2125 2003-10-04  Zack Weinberg  <zack@codesourcery.com>
2127         * libfuncs.h
2128         (LTI_eqhf2, LTI_nehf2, LTI_gthf2, LTI_gehf2, LTI_lthf2)
2129         (LTI_lehf2, LTI_unordhf2, LTI_eqsf2, LTI_nesf2, LTI_gtsf2)
2130         (LTI_gesf2, LTI_ltsf2, LTI_lesf2, LTI_unordsf2, LTI_eqdf2)
2131         (LTI_nedf2, LTI_gtdf2, LTI_gedf2, LTI_ltdf2, LTI_ledf2)
2132         (LTI_unorddf2, LTI_eqxf2, LTI_nexf2, LTI_gtxf2, LTI_gexf2)
2133         (LTI_ltxf2, LTI_lexf2, LTI_unordxf2, LTI_eqtf2, LTI_netf2)
2134         (LTI_gttf2, LTI_getf2, LTI_lttf2, LTI_letf2, LTI_unordtf2)
2135         (eqhf2_libfunc, nehf2_libfunc, gthf2_libfunc, gehf2_libfunc)
2136         (lthf2_libfunc, lehf2_libfunc, unordhf2_libfunc, eqsf2_libfunc)
2137         (nesf2_libfunc, gtsf2_libfunc, gesf2_libfunc, ltsf2_libfunc)
2138         (lesf2_libfunc, unordsf2_libfunc eqdf2_libfunc, nedf2_libfunc)
2139         (gtdf2_libfunc, gedf2_libfunc, ltdf2_libfunc, ledf2_libfunc)
2140         (unorddf2_libfunc eqxf2_libfunc, nexf2_libfunc, gtxf2_libfunc)
2141         (gexf2_libfunc, ltxf2_libfunc, lexf2_libfunc, unordxf2_libfunc
2142         (eqtf2_libfunc, netf2_libfunc, gttf2_libfunc, getf2_libfunc)
2143         (lttf2_libfunc, letf2_libfunc, unordtf2_libfunc):
2144         Delete.
2145         * optabs.h (OTI_eq, OTI_ne, OTI_gt, OTI_ge, OTI_lt, OTI_le)
2146         (OTI_unord, eq_optab, ne_optab, gt_optab, ge_optab, lt_optab)
2147         (le_optab, unord_optab): New.
2149         * optabs.c (prepare_float_lib_cmp): Rewrite.  Get the libfuncs
2150         from the code_to_optab table, not a giant switch; use
2151         swap_condition; do widening only if a comparison function that
2152         we can call exists in a wider mode, not if a cmp_optab insn or
2153         libfunc exists in a wider mode; call protect_from_queue
2154         exactly once on each operand.
2155         (init_optabs): Initialize the new optabs, not the deleted libfuncs.
2157         * config/gofast.h, config/ia64/ia64.c, config/mips/mips.c
2158         * config/pa/pa.c, config/rs6000/rs6000.c, config/sparc/sparc.c:
2159         Set floating point comparison libfuncs using set_optab_libfunc
2160         on the appropriate optab.
2162         * config/ia64/ia64.c (ia64_hpux_init_libfuncs): Fix typo.
2163         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Correct ABI
2164         selector conditionals.
2166 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
2168         * config/m68hc11/t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is
2169         identical to m68hc12 as far as libraries are concerned.
2171 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2173         PR c/12446
2174         * c-typeck.c (convert_for_assignment): Issue an error for
2175         array to pointer assignment after default conversion.
2176         (digest_init): Likewise.
2178 2003-10-04  Fariborz Jahanian  <fjahanian@apple.com>
2180         * c-decl.c (duplicate_decls): retain DECL_COMMON of old declaration
2182 2003-10-03  Gerald Pfeifer  <gerald@pfeifer.com>
2184         * doc/extend.texi (Function Attributes): Fix title of GNU C
2185         Preprocessor manual.
2186         (C++ Extensions): Fix reference to "Predefined Macros" in the
2187         GNU C Preprocessor manual.
2189 2003-10-04  Richard Earnshaw  <reanrsha@arm.com>
2191         * doc/extend.texi: Document how GCC estimates and relies on the size
2192         of an asm.
2194 2003-10-04  Richard Sandiford  <rsandifo@redhat.com>
2196         * config/mips/mips.c (mips_pad_arg_upward): Pad floating-point
2197         arguments downward for big-endian o64.
2199 2003-10-03  Robert Bowdidge <bowdidge@apple.com>
2201         * ggc-page.c (ggc_pch_write_object): Replace fseek() with fwrite() in
2202         PCH generation, avoiding too-frequent flushes when writing to NFS
2203         file system.
2205 2003-10-03  Ziemowit Laski  <zlaski@apple.com>
2207         * objc/objc-act.c (lookup_category): Mark as 'inline'.
2209 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2210             Ziemowit Laski  <zlaski@apple.com>
2212         * objc/objc-act.c (add_method_to_hash_list, lookup_category):
2213         New functions.
2214         (lookup_method_in_hash_lists): New parameter indicating whether
2215         we are messaging 'Class' or 'id'.
2216         (check_duplicates): Likewise; do not assume all methods will
2217         be either class or instance methods.
2218         (generate_category, finish_class): Use lookup_category().
2219         (add_method): Use add_method_to_hash_list(); insert instance
2220         methods of root classes into the global class method hash table.
2221         (add_category): Use lookup_category(); avoid constructing
2222         duplicate categories.
2223         (really_start_method): Add method to corresponding @interface,
2224         if not already there (and if the @interface exists).
2225         (finish_message_expr, finish_objc): Adjust calls to
2226         check_duplicates().
2228 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2230         PR optimization/9325, PR java/6391
2231         * fold-const.c (fold_convert): For floating point to integer
2232         conversions, return the maximum/minimum representable integer
2233         value if the real constant overflows the destination type.
2234         * tree.c (real_value_from_int_cst): Allow the type to be NULL,
2235         meaning don't truncate the result to a floating point mode.
2236         Simplify the logic by calling real_from_integer directly.
2237         * simplify-rtx.c (simplify_unary_operation):  Implement the
2238         same semantics for folding floating point to integer conversions
2239         in RTL.
2241 2003-10-03  Chris Demetriou  <cgd@broadcom.com>
2243         * config/mips/mips.c (mips_emit_prefetch): Restructure
2244         to avoid use of arrays, handle indexed prefetch.
2245         * config/mips/mips.h (ISA_HAS_FP4, ISA_HAS_PREFETCH): Update comments.
2246         (ISA_HAS_PREFETCHX): New deffine.
2247         * config/mips/mips.md ("type" attr): Add new "prefetchx" value,
2248         update comments.
2249         (prefetch_indexed_di, prefetch_indexed_si): New insns.
2251 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
2252             Roger Sayle  <roger@eyesopen.com>
2254         PR optimization/12289
2255         * calls.c (emit_call_1): Pretend to have popped the arguments
2256         to noreturn and longjmp functions instead of ignoring them.
2257         (expand_call): Don't adjust stack_pointer_dela while
2258         inhibit_defer_pop is set.
2260 2003-10-03  Andreas Schwab  <schwab@suse.de>
2262         PR bootstrap/12276
2263         * configure.in: Check for libunwind on the host only if building
2264         a native compiler.
2265         * configure: Regenerated.
2267 2003-10-03  Paolo Carlini  <pcarlini@unitus.it>
2269         * unwind-pe.h (read_encoded_value_with_base): Constify u and
2270         its inizialization cast.
2272 2003-10-03  Richard Sandiford  <rsandifo@redhat.com>
2274         PR target/12485
2275         * config/mips/mips.c (mips_load_got): GOT accesses can't trap.
2277 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2279         PR optimization/12180
2280         * tree-inline.c (inline_forbidden_p_1): Do not permit inlining of
2281         functions containing calls to __builtin_next_arg.
2283 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2285         * config/mips/mips.c (mips_emit_prefetch): Use operand 3
2286         in instructions being output.
2287         * config/mips/mips.md (prefetch_si_address): Change third
2288         operand's constraint letter to 'I'.
2289         (prefetch_di_address): Likewise.
2290         (prefetch_si, prefetch_di): Set third operand to const0_rtx.
2292 2003-10-02  Zack Weinberg  <zack@codesourcery.com>
2294         * system.h: Poison macros obsoleted by earlier patch.
2295         * config/cris/cris.c: C90-ify a function definition.
2297 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2299         PR/12292
2300         * combine.c (make_field_assignment): Check whether rtx's code
2301         is CONST_INT before using INTVAL.
2303 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2305         * cgraph.c (cgraph_node): Use INSERT instead of 1 in
2306         htab_find_slot_with_hash.
2307         (cgraph_node_for_identifier): Use NO_INSERT.
2308         (cgraph_remove_node): Use NO_INSERT.
2309         (cgraph_varpool_node): Use INSERT.
2310         (cgraph_varpool_node_for_identifier): Use NO_INSERT.
2312 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2314         Waldek Hebisch <hebisch@math.uni.wroc.pl>
2315         PR/12072
2316         * varasm.c (compare_constant): Fix thinko.
2318 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
2320         * config/frv/frv.c (frv_issue_rate): New function.
2321         (frv_pack_insns): Use it.
2322         (TARGET_SCHED_ISSUE_RATE): Define.
2324 2003-10-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
2326         * config/mcore/mcore.c: Convert to ISO C90 function declarations
2327         and definitions.
2328         * config/mcore/mcore.h: Likewise.
2329         * config/mcore/mcore-protos.h: Likewise.
2331 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
2333         * config/frv/frv.c (frv_use_dfa_pipeline_interface): New function.
2334         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
2336 2003-10-01  Per Bothner  <pbothner@apple.com>
2338         * c-lex.c (src_line):   Remove unneeded static variable.
2339         (cb_line_change):  Set input_line directly, instead of src_line.
2340         (get_non_padding_token):  We no longer need to compensate for the
2341         "horrible things" the C++ front-end does with the current line number,
2343         * cpplib.c (_cpp_pop_buffer):  Do generate a _cpp_do_file_change
2344         callback even when popping the main file.
2345         * c-lex.c (fe_file_change):  Handle a NULL new_map.
2346         * fix-header.c (cb_file_change):  Likewise.
2347         * c-ppoutput.c (pp_file_change):  Likewise.
2349         * cppinit.c (cpp_read_main_file):  Split into two functions:
2350         Distribute _cpp_stack_file call over the two functions.
2351         (cpp_find_main_file):  New function.
2352         Don't call _cpp_do_file_change even if working_directory flag set.
2353         (cpp_push_main_file):  New function.
2354         * cppfiles.c (_cpp_find_failed):  New helper function.
2355         (find_file):  Made non-static and renamed to _cpp_find_file.
2356         (_cpp_stack_file):  No longer needed.  But note the following.
2357         (stack_file):  Made non-static and renamed to _cpp_stack_file.
2358         * fix-header.c (cpp_read_main_file):  Replace cpp_read_main_file
2359         call with calls to cpp_find_main_file and cpp_push_main_file.
2360         (search_path_head):  If there is no current buffer, use main_file.
2361         * cpphash.h:  Update function declarations.
2362         * cpplib.h:  Update function declarations.
2364         * c-opts.c (c_common_post_options):  Don't call cpp_find_main_file yet.
2365         (c_common_parse_file):  No longer need to call cpp_read_main_file
2366         when file_index > 0 (as in multi-file or server compiation).
2367         (finish_options):  Change to <built-in> is an LC_ENTER, not LC_RENAME
2368         as this now happens before cpp_push_main_file.
2369         (push_command_line_include):  When done with options, pass LC_LEAVE
2370         instead of LC_RENAME to cpp_change_file and finally cpp_push_main_file.
2371         (fe_file_change):  Handle NULL new_map, and simplify.
2372         * cpplex.c (_cpp_get_fresh_line):  Revert my no-longer-needed
2373         08-28 change, since we're never called with a NULL buffer.
2374         (_cpp_lex_direct):  Likewise.
2375         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
2376         Return false if buffer is NULL at end.
2378         * cpplex.c (_cpp_get_fresh_line):  Return value now just depends on
2379         whether pfile->buffer is NULL after pop, ignoring return_at_eof.
2380         * cpphash.h (struct cpp_buffer):  Remove unused return_at_eof field.
2381         * cpplib.c (cpp_push_buffer):  Since we no longer set return_at_eof,
2382         remove the unused return_at_eof parameter.
2383         * cppfiles.c, cpplib.c, cppmacro.c, cpppch.c, fix-header.c:
2384         Update callers of cpp_push_buffer.
2386 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
2388         * target.h (init_libfuncs): New hook.
2389         * target-def.h: Default TARGET_INIT_BUILTINS and
2390         TARGET_INIT_LIBFUNCS to hook_void_void.  Add
2391         TARGET_INIT_LIBFUNCS to TARGET_INITIALIZER.
2392         * builtins.c (default_init_builtins): Delete.
2393         * expr.h (default_init_builtins): Delete prototype.
2394         * doc/tm.texi: Document TARGET_INIT_LIBFUNCS and US_SOFTWARE_GOFAST.
2395         Tweak documentation of TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL.
2396         Remove documentation of INIT_TARGET_OPTABS, MULSI3_LIBCALL,
2397         DIVSI3_LIBCALL, UDIVSI3_LIBCALL, MODSI3_LIBCALL, UMODSI3_LIBCALL,
2398         MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL,
2399         and UMODDI3_LIBCALL,
2401         * Makefile.in (optabs.o): Depends on target.h.
2402         * defaults.h: Provide default for FLOAT_LIB_COMPARE_RETURNS_BOOL.
2403         * optabs.c: Include target.h.
2404         (prepare_float_lib_cmp): No need for #ifdef around use of
2405         FLOAT_LIB_COMPARE_RETURNS_BOOL.
2406         (set_optab_libfunc): New function.
2407         (init_optabs): Delete use of all *_LIBCALL defines.
2408         Call targetm.init_libfuncs not INIT_TARGET_OPTABS.
2409         * optabs.h: Prototype set_optab_libfunc.
2411         * config.gcc: Remove all references to pa/long_double.h,
2412         ia64/hpux_longdouble.h, and gofast.h.
2413         (mips-*-*): When --enable-gofast, just add US_SOFTWARE_GOFAST
2414         to tm_defines; don't set INIT_SUBTARGET_OPTABS or change tm_file.
2416         * config/alpha/alpha.c, config/c4x/c4x.c, config/cris/cris.c
2417         * config/frv/frv.c, config/h8300/h8300.c, config/i860/i860.c
2418         * config/ia64/ia64.c, config/ip2k/ip2k.c, config/m68hc11/m68hc11.c
2419         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
2420         * config/sparc/sparc.c, config/vax/vax.c:
2421         Provide a definition for TARGET_INIT_LIBFUNCS.  Where
2422         necessary, include optabs.h, libfuncs.h, and/or config/gofast.h.
2424         * config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.h
2425         * config/avr/avr.h, config/cris/cris.h, config/frv/frv.h
2426         * config/h8300/h8300.h, config/i860/i860.h, config/ip2k/ip2k.h
2427         * config/iq2000/iq2000.h, config/m68hc11/m68hc11.h, config/mips/mips.h
2428         * config/rs6000/aix.h, config/rs6000/sysv4.h, config/sparc/elf.h
2429         * config/sparc/lite.h, config/sparc/netbsd-elf.h, config/sparc/sol2.h
2430         * config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h
2431         * config/vax/elf.h: Don't define or use INIT_TARGET_OPTABS,
2432         INIT_SUBTARGET_OPTABS, or any *_LIBCALL macros.
2434         * config/ia64/hpux.h: Redefine INTEL_EXTENDED_IEEE_FORMAT to 0.
2435         Set TARGET_INIT_LIBFUNCS and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
2436         * config/pa/pa-hpux.h: Define LONG_DOUBLE_TYPE_SIZE,
2437         HPUX_LONG_DOUBLE_LIBRARY, and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
2438         * config/ia64/hpux_longdouble.h, config/pa/long_double.h: Delete.
2440         * config/rs6000/xcoff.h: Don't define RS6000_ITRUNC nor RS6000_UITRUNC.
2441         * config/sparc/sparc.h: Default SUN_CONVERSION_LIBFUNCS and
2442         SUN_INTEGER_MULTIPLY_64 to 0.
2443         * config/sparc/sol2.h: Redefine SUN_CONVERSION_LIBFUNCS and
2444         SUN_INTEGER_MULTIPLY_64 to 1.
2445         * config/sparc/elf.h: Redefine SUN_CONVERSION_LIBFUNCS and
2446         SUN_INTEGER_MULTIPLY_64 to 0.
2447         * config/sparc/lite.h, config/sparc/liteelf.h, config/sparc/sp86x-elf.h:
2448         Define US_SOFTWARE_GOFAST.
2449         * config/vax/vax.h: Default TARGET_ELF to 0.
2450         * config/vax/elf.h: Redefine TARGET_ELF to 1.
2452         * config/gofast.h: Don't define any macros here.  Provide one
2453         static function, gofast_maybe_init_libfuncs, which does what
2454         INIT_GOFAST_LIBFUNCS used to do but only if US_SOFTWARE_GOFAST
2455         is already defined.  Do not clear negation libfuncs.  Do
2456         not mess with HFmode, XFmode, or TFmode libfuncs.
2458         * config/avr/avr.c (avr_init_once): #if 0 out; mark FIXME.
2460 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2462         PR C/12466
2463         * c-parse.in (parmlist_2): Mark declaration with an ellipsis as ISO C.
2465 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2467         * config/mips/xm-iris5.h: Remove, unnecessary.
2468         * config.build (mips-sgi-irix5*): Remove.
2469         (mips-sgi-irix6*o32): Likewise.
2470         * config.gcc (mips-sgi-irix6*o32): Remove xm_file.
2471         (mips-sgi-irix5cross64): Likewise.
2472         (mips-sgi-irix5*): Likewise.
2473         * config.host (mips-sgi-irix5*): Remove.
2474         (mips-sgi-irix6*o32): Likewise.
2476 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
2478         * dbxout.c (dbxout_fptype_value): Delete.
2479         (dbxout_type): Emit R3 for all COMPLEX_TYPEs.
2481 2003-10-01  Alexandre Oliva  <aoliva@redhat.com>
2483         * output.h (compute_reloc_for_constant): Declare.
2484         * varasm.c (compute_reloc_for_constant): Extract from...
2485         (output_addressed_constants): ... here.  Adjust all callers.
2487 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2489         * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
2490         * configure: Rebuilt.
2492 2003-10-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2494         * fold-const.c (make_range): When handling unsigned, don't reverse
2495         range if high bound is zero.
2497 2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
2499         * config/frv/frv.h (PREDICATE_CODES): Added
2500         condexec_si_media_operator, condexec_sf_add_operator and
2501         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
2502         and condexec_sf_unary_operator.
2504 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2506         * aclocal.m4: Add ultrix* to /dev/zero blacklist.
2507         * configure: Rebuilt.
2509 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2511         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.
2512         Allow override.
2513         * doc/tm.texi (MUST_USE_SJLJ_EXCEPTIONS): Document.
2515 2003-09-23  David S. Miller  <davem@redhat.com>
2517         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
2518         before redefining.
2519         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
2521 2003-10-01  Steven Bosscher  <steven@gcc.gnu.org>
2523         * config/cris/cris-protos.h, config/cris/cris.c: Convert to ISO
2524         C90 function declarations and definitions.
2526 2003-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2528         * config.gcc (cris-*-linux*): Revert mistaken commit.
2530 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2532         PR optimization/11753
2533         * config/sparc/sparc.md (length attribute) [fcc branch]: Add 1 to
2534         the length in the non-V9 case.
2536 2003-09-30  Richard Henderson  <rth@redhat.com>
2538         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor
2539         DWARF_ALT_FRAME_RETURN_COLUMN.
2540         * unwind-dw2.c (dwarf_reg_size_table): Expand by one.
2541         (_Unwind_GetGR, _Unwind_SetGR): Validate lookup column.
2542         (uw_frame_state_for): Return end-of-stack for null return address.
2543         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Add.
2545         * config/alpha/alpha.c (alpha_sa_mask): Add r31 for eh_return.
2546         (alpha_expand_prologue): Store a zero for it.
2547         (alpha_expand_epilogue): Don't reload it.
2548         * config/alpha/alpha.h (DWARF_ALT_FRAME_RETURN_COLUMN): New.
2549         * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Use column 64
2550         for the sigframe return address.
2552 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
2554         * sdbout.c: Convert to ISO C90 prototypes.
2555         * objc/objc-act.c: Likewise.
2557 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
2559         * config/i386/cygwin1.c: Convert to ISO C90 prototypes.
2560         * config/i386/winnt.c: Likewise.
2561         * config/i386/cygming.h: Likewise.
2563 2003-09-30  Kazu Hirata  <kazu@cs.umass.edu>
2565         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
2566         (A ^ B) - B for any B.
2568 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2570         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
2571         powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
2573 2003-09-30  Richard Earnshaw  <rearnsha@arm.com>
2575         * arm/ieee754-sf.S: Tidy formatting.
2577 2003-09-30  Nicolas Pitre  <nico@cam.org>
2579         * arm/lib1funcs.asm (ARM_DIV_MOD_BODY): Split into ARM_DIV_BODY
2580         and ARM_MOD_BODY.
2581         (ARM_MOD_BODY): Rewritten. added clz insns for __ARM_ARCH__ >= 5.
2582         (ARM_DIV_BODY): Added clz insns for __ARM_ARCH__ >= 5,
2583         added better divisor alignment in the other case.
2584         (ARM_DIV2_ORDER): Added, finds the order of a single bit divisor.
2585         (__divsi3, __udivsi3, __modsi3, __umodsi3): rewritten using the
2586         macros above, add fast exits for divisor >= dividend, etc.
2588 2003-09-30  Nicolas Pitre  <nico@cam.org>
2590         * arm/ieee754-df.S: Split compilation of fixunsdfsi from
2591         L_fixdfsi target.
2592         * arm/t-arm-elf (LIB1ASMFUNCS): Add _fixunsdfsi.
2594 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2596         * config.gcc: Default use_fixproto to 'no'.
2598 2003-09-30  Richard Sandiford  <rsandifo@redhat.com>
2600         PR optimization/12345
2601         * config/mips/mips-protos.h (mips_restore_gp): Remove.
2602         (mips_gp_save_slot): Declare.
2603         * config/mips/mips.c (mips_restore_gp): Remove in favor of...
2604         (mips_gp_save_slot): ...this new function.
2605         * config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
2606         and mips_output_move to generate the output template.
2607         (call_internal): Force splitting if TARGET_SPLIT_CALLS.  Don't emit
2608         a gp load after a noreturn call.  Load the gp using a move rather
2609         than an exception_receiver pattern.
2610         (call_value_internal, call_value_multiple_internal): Likewise.
2611         (call_split, call_value_split, call_value_multiple_split): Clobber $28.
2613 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2615         PR debug/12319
2616         * cfglayout.c (insn_scope):  Use prologue_locator and
2617         epilogue_locator; return the outer function scope for
2618         pro- and epilogue insns.
2620 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
2622         * objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
2623         REAL_TYPEs based on the bitsize of the type's mode, not the
2624         mode directly.
2626 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2628         * dwarf2out.c (default_eh_frame_section): Split into ...
2629         (named_section_eh_frame_section, collect2_eh_frame_section): ... new
2630         functions.
2631         * output.h (named_section_eh_frame_section): Declare.
2632         (collect2_eh_frame_section): Likewise.
2634 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
2636         * real.c (real_sqrt): Use get_canonical_qnan directly.
2638         * dwarf2out.c (add_const_value_attribute): Use real_to_target.
2640         * varasm.c (assemble_real): Use real_to_target directly,
2641         calculate the number of significant elements of the result
2642         array and write them out in a loop, instead of using a giant
2643         switch statement to pick the correct REAL_VALUE_TO_TARGET_*
2644         macro.
2646 2003-09-29  Jan Hubicka  <jh@suse.cz>
2648         PR c++/12175
2649         * varasm.c (notice_global_symbol): Discard external symbols.
2651         PR optimization/12286
2652         * gcov-io.c (gcov_read_words): Fix memmove call.
2653         * profile.c (compute_branch_probabilities): Add extra sanity checks.
2655 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2657         * config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
2658         Solaris 7-9.
2660         * fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
2661         wildcards which explicitly match micro versions.
2662         * fixinc/fixincl.x: Regenerate.
2664 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2666         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
2667         (A ^ B) - B, where B is any power of 2 minus 1.
2669 2003-09-29  Jan Hubicka  <jh@suse.cz>
2671         * libgcov.c (gcov_exit): Fix two pastos.
2673 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2675         * config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
2676         define_split immediately below to form define_insn_and_split.
2678 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2680         * config/h8300/h8300.md (*tstsi_variable_bit): New.
2681         (*tstsi_variable_bit_qi): Likewise.
2683 2003-09-28  Phil Edwards  <phil@codesourcery.com>
2685         * doc/cppopts.texi:  Use 'dashMP' instead of '-MP' as a cross-
2686         reference name.
2688 2003-09-28  Richard Henderson  <rth@redhat.com>
2690         * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
2691         file and line separately.
2693 2003-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
2695         * config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
2696         "*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
2697         "*subdi3_borrow_cconly"): New insns.
2698         ("*addsi3_sub", "*subsi3_sub"): Remove.
2699         ("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
2700         ("*subsi3_cc"): Fix op_type attribute.
2702 2003-09-28  Richard Henderson  <rth@redhat.com>
2704         * stmt.c (expand_asm_operands): Take a location_t, instead of
2705         individual file and line.
2706         * c-typeck.c (c_expand_asm_operands): Likewise.
2707         * tree.h (expand_asm_operands): Update decl.
2708         * c-common.h (c_expand_asm_operands): Likewise.
2709         * c-semantics (genrtl_asm_stmt): Update call.
2711 2003-09-28  Philip Blundell  <philb@gnu.org>
2713         * config/arm/arm.c (legitimize_pic_address): Check
2714         SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_CALL_ATTR_P.
2715         (arm_assemble_integer): Likewise.
2717 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
2719         * config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
2720         config/c4x/c4x-c.c, config/c4x/c4x-protos.h, config/c4x/c4x.c,
2721         config/c4x/c4x.h:
2722         Convert to ISO C90 function declarations and definitions.
2724 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
2726         *  config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
2727         Convert to ISO C90 function declarations and definitions.
2729 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2731         * config/mips/mips.c (mips_constant_info): Add reloc field.
2732         (mips_classify_constant): Initialize it.  Always set SYMBOL to the
2733         underlying symbol, not to an unspec.
2734         (mips_delegitimize_address, print_operand): Clean up accordingly.
2736 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2738         * config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
2739         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Remove orphaned comment.
2740         * config/mips/mips.c (mips_reloc_offset_ok_p): New function.
2741         (mips_classify_constant): Use it.
2742         (mips_splittable_symbol_p): Add an offset argument.
2743         (mips_classify_address): Adjust call accordingly.
2744         (mips_legitimize_symbol): Handle sdata references with LO_SUM rather
2745         than a relocation unspec.  Update call to mips_splittable_symbol_p.
2746         Generalize the code that copes with symbols + invalid offsets.
2747         (print_operand): Allow '%R' to be applied to small data addresses.
2748         (mips_reloc_string): Remove RELOC_GPREL16.
2749         (mips_sdata_pointer): Renamed from mips16_gp_pseudo_reg.  Return $gp
2750         for TARGET_EXPLICIT_RELOCS.  Return null if we can't use gp-relative
2751         relocation operators.
2752         * config/mips/mips.md (RELOC_GPREL16): Remove.  Shuffle other reloc
2753         constants accordingly.
2755 2003-09-27  Roger Sayle  <roger@eyesopen.com>
2757         * toplev.c (flag_evaluation_order): New global variable.
2758         * flags.h (flag_evaluation_order): Prototype here.
2759         * expr.c (expand_operands): If we need to preserve observable
2760         evaluation order, protect exp1 from clobbering exp0's result.
2762 2003-09-28  Andreas Jaeger  <aj@suse.de>
2764         * c-decl.c (finish_function): Convert definition to ISO C90.
2765         * ifcvt.c (mark_loop_exit_edges): Likewise.
2766         * ra-rewrite.c (emit_colors): Likewise.
2768 2003-09-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2770         * config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
2771         * config.gcc (arm*-*-uclinux*): Disable fixproto.
2772         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
2773         powerpc-*-eabialtivec*): Disable fixproto.
2775 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2777         PR optimization/12340
2778         * loop.h (struct induction): Document the new semantics
2779         of the 'same' field for bivs.
2780         * unroll.c (biv_total_increment): Don't count the same
2781         biv increment several times.
2782         (loop_iterations) [GENERAL_INDUCT]: Likewise.
2784 2003-09-27  Graham Stott  <graham.stott@btinternet.com>
2786         * unroll.c (loop_interations)[GT]: Add missing break.
2788 2003-09-27  Kelley Cook  <kcook@gcc.gnu.org>
2790         * config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
2791         config/darwin.c, config/darwin.h, config/dbx.h, config/dbxcoff.h,
2792         config/dbxelf.h, config/elfos.h, config/fp-bit.h,
2793         config/freebsd-nthr.h, config/freebsd-spec.h, config/freebsd.h,
2794         config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
2795         config/freebsd6.h, config/netbsd-aout.h, config/netbsd-elf.h,
2796         config/netbsd.h, config/netware.h, config/openbsd-oldgas.h,
2797         config/openbsd.h, config/ptx4.h, config/alpha/alpha-protos.h,
2798         config/alpha/alpha.c, config/alpha/alpha.h, config/alpha/alpha.md,
2799         config/alpha/elf.h, config/alpha/ev4.md, config/alpha/ev5.md,
2800         config/alpha/ev6.md, config/alpha/freebsd.h, config/alpha/linux-elf.h,
2801         config/alpha/linux.h, config/alpha/netbsd.h, config/alpha/openbsd.h,
2802         config/alpha/osf.h, config/alpha/osf5.h, config/alpha/unicosmk.h,
2803         config/alpha/vms-cc.c, config/alpha/vms-crt0-64.c,
2804         config/alpha/vms-crt0.c, config/alpha/vms-dwarf2.asm,
2805         config/alpha/vms-dwarf2eh.asm, config/alpha/vms-ld.c,
2806         config/alpha/vms-psxcrt0-64.c, config/alpha/vms-psxcrt0.c,
2807         config/alpha/vms.h, config/alpha/vms64.h, config/alpha/vms_tramp.asm,
2808         config/alpha/xm-vms.h, config/arc/arc-modes.def,
2809         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
2810         config/arc/arc.md, config/arc/initfini.c, config/arc/lib1funcs.asm,
2811         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
2812         config/avr/avr.md, config/d30v/d30v-protos.h, config/d30v/d30v.h,
2813         config/d30v/d30v.md, config/fr30/fr30-protos.h, config/fr30/fr30.c,
2814         config/fr30/fr30.h, config/fr30/fr30.md, config/fr30/lib1funcs.asm,
2815         config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
2816         config/frv/frv-abi.h, config/frv/frv-asm.h, config/frv/frv-modes.def,
2817         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
2818         config/frv/frv.md, config/frv/frvbegin.c, config/frv/frvend.c,
2819         config/frv/lib1funcs.asm, config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
2820         config/h8300/parityhi2.c, config/h8300/popcounthi2.c,
2821         config/i370/i370-c.c, config/i370/i370-protos.h, config/i370/i370.c,
2822         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
2823         config/i370/mvs.h, config/i370/oe.h, config/i386/darwin.h,
2824         config/i960/i960-c.c, config/i960/i960-coff.h,
2825         config/i960/i960-modes.def, config/i960/i960-protos.h,
2826         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
2827         config/i960/rtems.h, config/ia64/elf.h, config/ia64/ia64.h,
2828         config/m32r/initfini.c, config/m32r/m32r-protos.h, config/m32r/m32r.c,
2829         config/m32r/m32r.h, config/m32r/m32r.md, config/m68hc11/larith.asm,
2830         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
2831         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
2832         config/m68hc11/m68hc12.h, config/m68k/coff.h, config/m68k/crti.s,
2833         config/m68k/crtn.s, config/m68k/hp320.h, config/m68k/hp320base.h,
2834         config/m68k/lb1sf68.asm, config/m68k/linux.h, config/m68k/m68020-elf.h,
2835         config/m68k/m68k-aout.h, config/m68k/m68k-none.h,
2836         config/m68k/m68k-protos.h, config/m68k/m68k.c, config/m68k/m68k.h,
2837         config/m68k/m68k.md, config/m68k/m68kelf.h, config/m68k/m68kv4.h,
2838         config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
2839         config/m68k/rtemself.h, config/m68k/sgs.h, config/mcore/lib1.asm,
2840         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h,
2841         config/mcore/mcore-protos.h, config/mcore/mcore.c,
2842         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
2843         config/mips/elforion.h, config/mips/iris5.h, config/mips/iris6.h,
2844         config/mips/iris6gld.h, config/mips/irix6-libc-compat.c,
2845         config/mips/linux.h, config/mips/mips-protos.h, config/mips/mips.c,
2846         config/mips/mips.h, config/mips/mips.md, config/mips/netbsd.h,
2847         config/mips/openbsd.h, config/mips/r3900.h, config/mips/rtems.h,
2848         config/mips/vr.h, config/mn10300/linux.h,
2849         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
2850         config/mn10300/mn10300.h, config/mn10300/mn10300.md,
2851         config/ns32k/__unorddf2.c, config/ns32k/__unordsf2.c,
2852         config/ns32k/netbsd.h, config/ns32k/ns32k-protos.h,
2853         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/ns32k/ns32k.md,
2854         config/pdp11/2bsd.h, config/pdp11/pdp11-modes.def,
2855         config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
2856         config/pdp11/pdp11.h, config/pdp11/pdp11.md, config/rs6000/biarch64.h,
2857         config/rs6000/default64.h, config/sh/coff.h, config/sh/crt1.asm,
2858         config/sh/crti.asm, config/sh/crtn.asm, config/sh/elf.h,
2859         config/sh/embed-elf.h, config/sh/linux.h, config/sh/little.h,
2860         config/sh/netbsd-elf.h, config/sh/rtems.h, config/sh/rtemself.h,
2861         config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
2862         config/sh/sh.md, config/sh/sh64.h, config/sh/shmedia.h,
2863         config/sh/sshmedia.h, config/sh/ushmedia.h, config/sparc/pbd.h,
2864         config/sparc/sparc.h, doc/install-old.texi, fixinc/fixinc.ptx,
2865         fixinc/fixinc.svr4: GNU CC -> GCC.
2867 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
2869         * objc/objc-act.c (tm_p.h): Tweak order.
2870         * objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H).
2872 2003-09-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2874         * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
2875         Include t-slibgcc-elf-ver and t-linux in tmake_file.
2876         * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
2877         Disable fixproto.
2878         * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
2879         Disable fixproto.
2880         * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
2881         sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.
2883         * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
2885 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
2887         * config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
2888         * objc/objc-act.c (tm_p.h): Include.
2890 2003-09-26  Per Bothner  <pbothner@apple.com>
2892         * dbxout.c (dbxout_typedefs):  Output typedefs in forward order.
2893         No longer any need to reverse by recursion.
2895 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2896             Richard Henderson  <rth@redhat.com>
2898         PR optimization/11741
2899         * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
2900         appropriate set to match that in hash_scan_insn.  Fall back to
2901         the original copy method, if we can't validate changing insn.
2902         (pre_delete): Only delete instructions that have a single_set,
2903         instead of aborting when we encounter an PARALLEL insn with more
2904         then one SET.
2906 2003-09-26  Andreas Krebbel  <krebbel1@de.ibm.com>
2908         * config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted.
2909         ("builtin_longjmp"): Insn deleted.
2910         ("save_stack_nonlocal"): Save literal pool base pointer behind
2911         backchain and stack pointer.
2912         ("restore_stack_nonlocal"): Restore literal pool base pointer.
2913         * config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of
2914         the stack save area for the nonlocal goto case.
2916 2003-09-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2918         PR bootstrap/12358
2919         * pa.c (output_bvb): Fix typo.
2921 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2923         * expmed.c (store_bit_field): Don't search for an integer mode
2924         unless we need the result.
2926 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2928         * expr.c (emit_move_insn_1): If there is no move pattern for the
2929         original mode, try using a pattern for the corresponding integer mode.
2931 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2933         PR middle-end/9200
2934         * combine.c (if_then_else_cond): Tighten mode check.
2936 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2938         * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
2939         'struct _cpp_strbuf'.
2941         * config/i386/netbsd-elf.h, config/i386/netbsd64.h,
2942         config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
2943         config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
2944         config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
2945         config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
2946         config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
2947         config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
2948         config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
2949         config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
2950         "GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
2951         * config/i386/i386-aout.h, config/i386/i386-coff.h,
2952         config/i386/i386-interix.h, config/i386/i386-interix3.h,
2953         config/i386/i386-modes.def, config/i386/i386-protos.h,
2954         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
2955         config/i386/i386elf.h, config/i386/k6.md, config/i386/kaos-i386.h,
2956         config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h,
2957         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
2958         config/i386/mmintrin.h, config/i386/moss.h: GNU CC -> GCC.
2959         "GNU compiler" -> GCC.
2960         * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h,
2961         config/i386/bsd.h, config/i386/crtdll.h, config/i386/cygming.h,
2962         config/i386/cygwin.h, config/i386/cygwin1.c, config/i386/cygwin2.c,
2963         config/i386/darwin.h, config/i386/djgpp.h, config/i386/emmintrin.h,
2964         config/i386/freebsd-aout.h, config/i386/freebsd.h,
2965         config/i386/freebsd64.h, config/i386/gas.h: GNU CC -> GCC.
2967 2003-09-25  Kelley Cook  <kelleycook@wideopenwest.com>
2969         * cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
2970         "local" to the callgraph dump.  Output "after inlining" earlier.
2971         * cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
2972         callgraph dumps.  Correct misspellings.
2973         (cgraph_decide_inlining):  Output number of insns before inlining.
2974         Output the calling function into which a function is inlined.
2975         (cgraph_decide_small_functions): Format dump file like always_inline.
2977 2003-09-25  Loren James Rittle  <ljrittle@acm.org>
2979         * config/i386/i386.h (ix86_return_in_memory): Add prototype.
2981 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2983         * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
2984         FPR slots in the save area.
2985         (s390_emit_epilogue): Likewise.
2987 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
2989         * cgraph.h (cgraph_remove_edge): Declare.
2990         * cgraph.c (cgraph_remove_edge): Make extern.
2991         * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge
2992         instead of cgraph_remove_call.
2994 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2996         * objc/objc-act.c (gen_declaration_1): Fix printf format.
2998 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
3000         * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the
3001         arm7tdmi core.
3003 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
3005         * config/darwin-protos.h (objc_image_info_section):
3006         New prototype.
3008 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
3010         * Makefile.in (stub-objc.o): Depend on $(GGC_H).
3012 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3014         * config.gcc: Get rid of more gratuitious 'x'es.  Actually allow
3015         tsc701 as a --with-cpu, --with-tune setting for sparc.
3017 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
3019         * c-parse.in (objc_try_stmt): Do not specify a %type.
3021 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3023         * config.gcc: New 'widely ported system' clause for rtems.
3024         Set thread file there, not in individual clauses.
3026 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
3028         PR target/6222
3029         * config/mips/mips.c (mips_va_arg): Handle arguments that must be
3030         passed on the stack.
3032 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3034         * config.gcc (widely ported systems section): Mostly alphabetize
3035         by system.  Comment the case where we can't.
3036         * config.gcc (widely ported systems section): Reindent and clean up.
3038         * config.gcc: Remove some unnecessary uses of 'x' in case statements.
3039         Actually allow ep9312 as an arm --with-arch setting.
3041         * config.gcc (*-hpux11): Disable fixproto.
3043 2003-09-24  Phil Edwards  <phil@codesourcery.com>
3045         PR pch/12112
3046         * gcc/cppfiles.c (pch_open_file): Return based on combined
3047         result of all files.
3048         (validate_pch): Return validate flag for current file.
3050 2003-09-24  Roger Sayle  <roger@eyesopen.com>
3052         PR bootstrap/12358
3053         * fold-const.c (tree_swap_operands_p): Only reorder operands when
3054         one of the operands is constant.
3056 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
3058         MERGE OF objc-improvements-branch into MAINLINE:
3059         * Makefile.in (C_OBJS): Add in stub-objc.o.
3060         (c-parse.y): Change sed demarcations to begin with '@@'.
3061         (stub-objc.o): New rule.
3062         * c-common.c (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
3063         flag_replace_objc_classes): New flags.
3064         * c-common.h (RID_AT_THROW, RID_AT_TRY, RID_AT_CATCH, RID_AT_FINALLY,
3065         RID_AT_SYNCHRONIZED): New keywords.
3066         (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
3067         flag_replace_objc_classes): New flags.
3068         (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
3069         objc_comptypes, objc_message_selector, lookup_objc_ivar,
3070         get_current_scope, objc_mark_locals_volatile): New prototypes,
3071         some moved from c-tree.h.
3072         * c-decl.c (get_current_scope, objc_mark_locals_volatile): New functions.
3073         (finish_decl): Adjust where objc_check_decl() gets called.
3074         * c-lang.c (lookup_interface, is_class_name, objc_is_id,  objc_check_decl,
3075         objc_comptypes, objc_message_selector, lookup_objc_ivar): Remove stubs.
3076         * c-opts.c (c_common_handle_option): Add handling for  flag_nil_receivers,
3077         flag_objc_exceptions, flag_replace_objc_classes and flag_zero_link.
3078         * c-parse.in: Replace 'ifc' and 'end ifc' sed markers with '@@ifc' and
3079         '@@end_ifc', respectively.
3080         (AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY, AT_SYNCHRONIZED): New %tokens.
3081         (objc_try_stmt, superclass, class_ivars, objc_try_catch-stmt,
3082         objc_finally_block): New rules.
3083         (component_decl_list2): Clean up semantic action for @defs construct.
3084         (component_decl, c99_block_start): Remove call to add_objc_decls().
3085         (poplevel): Add call to objc_clear_super_receiver().
3086         (stmt): Add rules for @throw, @try..@catch..@finally and @synchronized
3087         constructs.
3088         (classdef, methodprotolist): Clean up/simplify.
3089         (methodprotolist2): Eliminate.
3090         (methodproto): Call add_method() instead of add_class_method() and
3091         add_instance_method().
3092         (receiver): Add TYPENAME production.
3093         (reswords): Add "throw", "try", "catch", "finally" and "synchronized".
3094         (rid_to_yy): Add AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY and
3095         AT_SYNCHRONIZED.
3096         * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
3097         objc_comptypes, objc_message_selector)
3098         * c-typeck.c (comptypes): In ObjC mode, call objc_comptypes() for
3099         struct and pointer types.
3100         (build_c_cast): Do not discard ObjC protocol qualifiers.
3101         (convert_for_assignment): Cache result of comp_target_types() instead
3102         of calling it more than once.
3103         * c.opt (fnext-runtime): Update description string.
3104         (fnil-receivers, fobjc-exceptions, freplace-objc-classes, fzero-link):
3105         New ObjC/ObjC++-specific flags.
3106         * function.h (GCC_FUNCTION_H): Header guard.
3107         * gengtype-lex.l: Teach lexer about new @@... sed demarcations.
3108         * stub-objc.c: New file, to be used to satisfy references to ObjC
3109         functions by the C and C++ front-ends.
3110         * config/darwin.c (_OBJC_IMAGE_INFO): New global metadata.
3111         * config/darwin.h (FUNCTION): Add in_objc_image_info.
3112         (SECTION_FUNCTION): Add objc_image_info_section.
3113         * doc/invoke.texi: Link to GCC web site for Objective-C information.
3114         (-fconstant-string-class): Update documentation.
3115         (-fno-nil-receivers, -fobjc-exceptions, -freplace-objc-classes,
3116         -fzero-link): New documentation.
3117         * objc/Make-lang.in (objc-parse.y): Change sed demarcations to begin
3118         with '@@'.
3119         * objc/lang-specs.h (@objective-c-header): Fix -E spec.
3120         * objc/objc/objc-act.c: Replace TYPE_NAME with OBJC_TYPE_NAME
3121         throughout; provide casts for return values from memory allocation
3122         functions (xmalloc, alloca, ggc_alloc, etc.).
3123         (OBJC_VOID_AT_END): New macro.
3124         (rtl.h): Do not #include any more.
3125         (STRING_OBJECT_GLOBAL_NAME): Replaced with STRING_OBJECT_GLOBAL_FORMAT.
3126         (TAG_MSGSEND_STRET, TAG_MSGSENDSUPER_STRET, TAG_MSGSEND_NONNIL,
3127         TAG_MSGSEND_NONNIL_STRET, TAG_EXCEPTIONEXTRACT, TAG_EXCEPTIONTRYENTER,
3128         TAG_EXCEPTIONTRYEXIT, TAG_EXCEPTIONMATCH, TAG_EXCEPTIONTHROW,
3129         TAG_SYNCENTER, TAG_SYNCEXIT): New NeXT runtime entry points.
3130         (struct val_stack, catch_count_stack, exc_binding_stack,  val_stack_push,
3131         val_stack_pop): New.
3132         (objc_check_decl): Fix precondition for error message, along with
3133         the message itself.
3134         (lookup_and_install_protocols): Remove nonexistent protocols from
3135         protocol list instead of returning error_mark_node.
3136         (create_builtin_decl): Use DECL_ARTIFICIAL only for VAR_DECLs.
3137         (setup_string_decl): Generalize to use STRING_OBJECT_GLOBAL_FORMAT.
3138         (synth_module_prologue): General clean-up; construct NeXT-specific
3139         runtime API prototypes if needed.
3140         (build_string_class_template): Remove.
3141         (check_string_class_template, string_layout_checked): New.
3142         (build_objc_string_object): Generalize to work with
3143         -fconstant-string-class.
3144         (build_objc_symtab_template): Fix layout for the NeXT runtime.
3145         (build_metadata_decl): New.
3146         (forward_declare_categories): Call build_metadata_decl() instead of
3147         create_builtin_decl() et al.
3148         (build_module_descriptor): Use OBJC_VOID_AT_END instead of
3149         void_list_node_1.
3150         (build_selector_reference_decl, build_class_reference_decl,
3151         build_objc_string_decl): Do not set TREE_READONLY.
3152         (get_proto_encoding): Do not call hack_method_prototype().
3153         (get_class_reference): Add failure mode for invalid class names;
3154         support -fzero-link; defer if in an ObjC++ template declaration.
3155         (objc_declare_alias, objc_declare_class): Fix up duplicate name
3156         lookup; check for global scope if in ObjC++.
3157         (is_class_name): Generalize to work with various tree nodes (TYPE_DECL,
3158         RECORD_TYPE, IDENTIFIER_NODE, etc.)
3159         (objc_is_id): Removed.
3160         (objc_is_object_ptr): New function.
3161         (get_class_ivars_from_name): New function, used for @defs construct.
3162         (get_class_ivars): Add option to return raw ivars; create a
3163         ClASS_OWN_IVARS list for each class as needed.
3164         (objc_enter_block, objc_exit_block, objc_declare_variable,
3165         objc_build_throw_stmt, val_stack_push, val_stack_pop,
3166         objc_build_try_enter_fragment, objc_build_extract_expr,
3167         objc_build_try_exit_fragment, objc_build_extract_fragment,
3168         objc_build_try_prologue, objc_build_try_epilogue,
3169         objc_build_catch_stmt, objc_build_catch_epilogue,
3170         objc_build_finally_prologue, objc_build_finally_epilogue,
3171         objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
3172         objc_build_synchronized_epilogue, build_objc_exception_stuff):
3173         New functions.
3174         (_JBLEN): _setjmp jmpbuf size (needs to be made a target hook in
3175         the future).
3176         (build_private_template): Fix up calls to get_class_ivars().
3177         (offset_is_register, forwarding_offset): Remove.
3178         (objc_method_parm_type, objc_encoded_type_size): New functions.
3179         (encode_method_prototype): Simplify to no longer depend on
3180         back-end information.
3181         (build_tmp_function_decl_xxx, build_tmp_function_decl,
3182         hack_method_prototype): Removed.
3183         (generate_protocol_references): Remove calls to
3184         build_tmp_function_decl().
3185         (generate_protocols): Adjust calls to encode_method_prototype().
3186         (build_class_template): Generate sel_id' and 'gc_object_type' fields
3187         for the NeXT runtime.
3188         (synth_forward_declarations): Call build_metadata_decl().
3189         (check_ivars): Check that the number of ivars matches also.
3190         (build_super_template): Modify super_type directly; disable debugging
3191         output while generating decl.
3192         (build_ivar_list_initializer): Skip list elements that are not
3193         FIELD_DECLs.
3194         (ivar_list_length): New function.
3195         (generate_ivar_lists): Call ivar_list_length() instead of list_length()
3196         and encode_method_prototype() instead of encode_method_def().
3197         (build_shared_structure_initializer): Generate 'sel_id' field for
3198         the NeXT runtime.
3199         (generate_category): Do not set TREE_USED.
3200         (build_keyword_selector): Ditto; transform into a function argument
3201         chain.
3202         (get_arg_type_list): If there are no user-specified arguments, use
3203         '...'; use OBJC_VOID_AT_END.
3204         (check_duplicates): Add a parameter indicating whether methods or
3205         selectors are being checked.
3206         (receiver_is_class_object): Add parameters indicating whether
3207         receiver is 'self' or 'super'; robustify.
3208         (build_message_expr): Defer call to finish_message_expr() if
3209         inside an ObjC++ template.
3210         (lookup_method_in_hash_lists): New function.
3211         (finish_message_expr): Complete rewrite/fix.
3212         (build_objc_method_call): Ditto; factor out commonalities between
3213         the GNU and NeXT runtimes; acccommodate ..._stret and ...NonNil
3214         messenger variants on the NeXT.
3215         (lookup_instance_method_static, lookup_class_method_static):
3216         Fold into a single lookup_method_static() function with an
3217         additional parameter.
3218         (add_class_method, add_instance_method): Fold into a single
3219         add_method() function with an additional parameter.
3220         (add_category): Make duplicate categories a hard error in ObjC++.
3221         (add_instance_variable): Properly handle unnamed ivars, arrays of
3222         zero or no size and bitfields.  In ObjC++, check for nontrivial
3223         C++ class instances.
3224         (is_public): Allow C functions to access non-@public ivars, with
3225         a warning.
3226         (start_class): Move common initializations to
3227         synth_module_prologue(); check for global scope if in ObjC++.
3228         (continue_class): Fix calls to finish_struct().
3229         (objc_declare_protocols, start_protocol): Check for global scope
3230         if in ObjC++.
3231         (encode_pointer): Encode 'BOOL *' specially on the NeXT.
3232         (encode_aggregate_within): Rewrite to properly distinguish
3233         struct tags from typedefs in both ObjC and ObjC++.
3234         (encode_bitfield, encode_complete_bitfield): Remove.
3235         (encode_next_bitfield, encode_gnu_bitfield): New functions.
3236         (encode_field_decl): Call encode_next_bitfield() or
3237         encode_gnu_bitfield() as needed.
3238         (synth_self_and_ucmd_args): New function.
3239         (start_method_def): Use it.
3240         (objc_types_are_equivalent): New function.
3241         (comp_proto_with_proto): Use it instead of comptypes(), since
3242         we need symmetry.
3243         (really_start_method): Use lookup_method_static() instead of
3244         lookup_class_method_static() and lookup_instance_method_static();
3245         Emit 'extern "C"' if in ObjC++ mode.
3246         (add_objc_decls): Removed.
3247         (UOBJC_SUPER_scope): New variable.
3248         (get_super_receiver): Move construction of 'super' from
3249         add_objc_decls(); remove dependency on struct objc_class.
3250         (encode_method_def): Removed; encode_method_prototype() is
3251         used instead.
3252         (objc_clear_super_receiver): New function.
3253         (objc_expand_function_end): Do not do anything for ordinary
3254         C functions.
3255         (finish_method_def): Mark ObjC methods as un-inlinable.
3256         (gen_declaration_1): Emit widths of bitfields.
3257         (finish_objc): Call generate_objc_image_info() if needed;
3258         use check_duplicates() when checking for selector duplicates.
3259         (generate_objc_image_info): New function.
3260         * objc/objc-act.h (add_instance_method, add_class_method,
3261         get_class_ivars): Remove prototypes.
3262         (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
3263         objc_build_synchronized_prologue, objc_build_synchronized_epilogue,
3264         objc_build_catch_stmt, objc_build_catch_epilogue,
3265         objc_build_finally_prologue, objc_build_finally_epilogue,
3266         add_method, get_class_ivars_from_name): New prototypes.
3267         (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): New.
3268         (TYPE_PROTOCOL_LIST): Robustify to distinguish from
3269         TRANSLATION_UNIT_DECLs.
3270         (OBJC_TYPE_NAME): New.
3271         (objc_tree_code): Ensure that either <c-tree.h> or <cp/cp-tree.h>
3272         got included.
3273         (IS_SUPER): Robustify.
3274         (umsg_stret_decl, umsg_super_stret_decl, umsg_nonnil_decl,
3275         umsg_nonnil_stret_decl, objc_storage_class, objc_exception_extract_decl,
3276         objc_exception_try_enter_decl, objc_exception_try_exit_decl,
3277         objc_exception_match_decl, objc_exception_throw_decl,
3278         objc_sync_enter_decl, objc_sync_exit_decl, objc_exception_data_template,
3279         objc_setjmp_decl, objc_stack_exception_data, objc_caught_exception,
3280         objc_rethrow_exception, objc_eval_once, objc_exception_block_stack,
3281         objc_catch_type): New ObjC/ObjC++ roots.
3282         * objc/objc-tree.def (MESSAGE_SEND_EXPR, CLASS_REFERENCE_EXPR): New
3283         ObjC/ObjC++ tree node codes.
3285 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
3287         * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
3288         code path that calls a handler.
3290 2003-09-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3292         * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
3293         Disable fixproto.
3295         * config.gcc: Clean up and reindent $with_cpu=yes|no clause and
3296         the section giving $with_cpu defaults by target.
3298         * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
3299         arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
3300         rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
3301         rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
3302         rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
3303         i[34567]86-pc-msdosdjgpp*): Disable fixproto.
3305 2003-09-24  David Edelsohn  <edelsohn@gnu.org>
3307         * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
3308         together.  Protect load string instruction with TARGET_STRING.
3309         (movti_string): Collapse case 1 and 2 together.
3311 2003-09-24  Nathan Sidwell  <nathan@codesourcery.com>
3313         * c-common.c (c_common_type_for_mode): Check for VOIDmode.
3315 2003-09-24  Richard Earnshaw  <rearnsha@arm.com>
3317         * arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
3318         do...while(0)
3320 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3322         * config.gcc: Move use_fixproto=no from generic vxworks clause to
3323         specific one.
3325         * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
3326         (accidentally missed in last pass).
3328 2003-09-23  Andrew Pinski  <apinski@apple.com>
3330         PR bootstrap/12383
3331         * configure: Regenerate.
3333 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3335         * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
3336         missed in last pass).
3338 2003-09-23  Alexandre Oliva  <aoliva@redhat.com>
3340         * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
3341         constant.
3343 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3345         * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
3347         * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
3348         powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
3349         powerpcle-*-eabi*): Disable fixproto.
3351         * config.gcc: Move use_fixproto=no from generic FreeBSD clause to
3352         specific FreeBSD clauses.
3353         * config.gcc: Move use_fixproto=no from generic NetBSD clause to
3354         specific NetBSD clauses.
3355         * config.gcc: Move use_fixproto=no from generic OpenBSD clause
3356         to specific OpenBSD clauses.
3358 2003-09-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3360         * pa.c (hppa_expand_prologue): Do pic register save in frame marker
3361         without adding a frame note.
3362         * pa.md (allocate_stack): Save pic register in new frame marker when
3363         generating pic code.
3365 2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>
3367         * cgraphunit.c (cgraph_expand_all_functions): Renamed from
3368         cgraph_expand_functions.
3370 2003-09-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3372         * Makefile.in (gnucompare*): Merge into ...
3373         (slowcompare*): ... here.
3374         (fastcompare*): New targets.
3375         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for
3376         other "fast" cmp programs.
3377         * configure: Regenerate.
3379 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3381         * targhooks.c: Include output.h.
3382         * Makefile.in (targhooks.o): Add output.h to dependency list.
3384 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3386         * config.host: Removed superfluous newline.
3388 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3390         * config.gcc: Use ${target}, not $machine.
3391         * configure.in: Don't set $machine.
3392         * configure: Regenerate.
3394 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
3396         * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
3398         * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
3399         pass zero-size arrays by reference.
3400         (rs6000_va_arg): Likewise.
3402 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3404         * config.gcc: Set use_fixproto=no in each specific *-gnu*
3405         configuration, rather than the generic one.
3407 2003-09-23  Richard Henderson  <rth@redhat.com>
3409         * tree-inline.c (remap_save_expr): Map new save_expr to identity
3410         rather than to error_mark_node.
3412 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3414         * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
3415         Update description.
3416         * configure: Regenerate.
3417         * config.in: Likewise.
3418         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
3419         HAVE_GAS_SHF_MERGE value.
3420         * varasm.c (mergeable_string_section): Likewise.
3421         (mergeable_constant_section): Likewise.
3423 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3425         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
3426         value.
3428 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3430         * target.h (struct gcc_target): New member external_libcall.
3431         * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default.
3432         (TARGET_ASM_OUT): Use it.
3433         * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document.
3434         * targhooks.c: Convert to ISO C 90.
3435         (default_external_libcall): New function.
3436         * targhooks.h (default_external_libcall): Declare.
3437         * varasm.c (assemble_external_libcall): Use
3438         targetm.asm_out.external_libcall instead of
3439         ASM_OUTPUT_EXTERNAL_LIBCALL.
3440         * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6]
3441         (mips_output_external_libcall): Declare.
3442         * config/mips/mips.c (mips_output_external_libcall): Change
3443         definition guard.
3444         Change to match TARGET_ASM_EXTERNAL_LIBCALL.
3445         Only operate for O32 ABI.
3446         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define
3447         instead of ASM_OUTPUT_EXTERNAL_LIBCALL.
3448         * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef,
3449         superceded by TARGET_ASM_EXTERNAL_LIBCALL.
3451 2003-09-22  Nathnael Nerode  <neroden@gcc.gnu.org>
3453         * config.gcc: Do per-target disabling of fixproto here in clauses,
3454         not in t- fragments.
3455         * configure.in: Adjust to set STMP_FIXPROTO correctly.
3456         * configure: Regenerate.
3457         * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
3458         config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
3459         t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
3460         xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
3461         * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
3462         t-interix, t-linux-aout:  Delete files consisting only of
3463         setting of STMP_FIXPROTO.
3465         * config.host: Allow unknown hosts (not targets).  Allow
3466         ns32k-*-netbsdelf* as a host (not a target).  Remove redundant
3467         empty clauses.  Remove useless obsolete-configuration clause.
3468         Prune unsupported configuration list.  Collapse identical
3469         clauses for closely related systems.  Rewrite comment for
3470         unsupported hosts list.  Reorganize a little.
3472 2003-09-22  Richard Henderson  <rth@redhat.com>
3474         * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
3475         not precision.
3477 2003-09-22  David Edelsohn  <edelsohn@gnu.org>
3478             Hartmut Penner  <hpenner@de.ibm.com>
3479             Segher Boessenkool  <boessen@de.ibm.com>
3481         * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
3482         (gpr_or_gpr_p): Test INT_REGNO_P and convert to boolean.
3483         (rs6000_split_altivec_in_gprs): Rename to ...
3484         (rs6000_split_multireg_move): Add support for update addressing.
3485         * config/rs6000/rs6000-protos.h: Same.
3486         * config/rs6000/altivec.md: Same.
3487         * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for
3488         multiple GPRs.
3489         (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition.
3490         (movti_power): Use new splitter for multiple GPRs.
3491         (movti_string): Same.
3492         (movti_ppc64): Same.
3494 2003-09-22  Bob Wilson  <bob.wilson@acm.org>
3496         * config/xtensa/xtensa-protos.h: Convert to ISO C90.
3497         * config/xtensa/xtensa.c: Convert to ISO C90.  Minor formatting fixes.
3499 2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
3501         * config/mn10300/mn10300.md: Revert 2003-09-17's patch.
3502         (andsi3): Set attr cc to set_zn when using shifts or adds.
3504 2003-09-22  Bernardo Innocenti <bernie@develer.com>
3506         * doc/contrib.texi: Add Peter Barada, Paul Dale and myself.
3508 2003-09-22  Bernardo Innocenti  <bernie@develer.com>
3510         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
3511         Resurrect -mrtd option.
3513 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
3515         PR target/12281
3516         * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call
3517         mark_referenced instead of setting TREE_SYMBOL_REFERENCED.
3519 2003-09-22  Olivier Hainque  <hainque@act-europe.fr>
3521         PR target/9786
3522         * reg-stack.c (convert_regs_1): Purge possible dead eh edges
3523         after potential deletion of trapping insn. Avoids later ICE
3524         from call to fixup_abnormal_edges.
3525         (convert_regs_2): Stack the current block successors before
3526         processing this block, that is, before the potential deletion of
3527         dead edges by convert_regs_1, because these edges have been used
3528         to initialize the predecessors count.
3530 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3532         * real.c: Fix several nits in the head comment.
3534 2003-09-21  Richard Henderson  <rth@redhat.com>
3536         * tree.h c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
3537         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
3538         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
3539         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
3540         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Revert.
3542 2003-09-21  Richard Henderson  <rth@redhat.com>
3544         * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
3545         (TREE_FILENAME, TREE_LINENO): Likewise.
3546         (set_tree_locus, copy_tree_locus, set_tree_file_line): New.
3547         (TREE_LOCUS_SET_P): New.
3548         * c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
3549         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
3550         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
3551         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
3552         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match.
3554 2003-09-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3556         * config/vax/vax-protos.h: Convert to ISO C90.
3557         * config/vax/vax.c: Convert to ISO C90.
3559 2003-09-21  Graham Stott  <grahams@btinternet.com>
3561        PR target/12353
3562        * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
3564 2003-09-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3566         PR target/12301
3567         * reorg.c (stop_search_p): Return 1 for insns that can
3568         throw internally.
3570 2003-09-20  Richard Henderson  <rth@redhat.com>
3572         * c-format.c (gcc_diag_char_table): Add %J.
3573         (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Likewise.
3574         (check_format_types): Fix wanted_type name lookup.
3575         (init_dynamic_diag_info): Setup %J.
3576         * diagnostic.c (text_specifies_location): Implement %J.
3577         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c, calls.c,
3578         dwarfout.c, expr.c, function.c, stmt.c, stor-layout.c, toplev.c,
3579         tree-inline.c, tree-optimize.c, varasm.c, config/arm/pe.c,
3580         config/i386/winnt.c, config/ia64/ia64.c, config/mcore/mcore.c,
3581         config/v850/v850.c, objc/objc-act.c: Use %J in diagnostics.
3583         * tree-inline.c: Include intl.h
3584         (inline_forbidden_p_1): Fix i18n of inline_forbidden_reason.
3585         * Makefile.in (tree-inline.o): Update.
3587 2003-09-20  Roger Sayle  <roger@eyesopen.com>
3589         * config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
3590         transformation of a>=0 into (unsigned)a<0x80000000.
3592 2003-09-20  Andrew Pinski <apinski@apple.com>
3594         * config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.
3596 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3598         * Makefile.in: Don't set (unused) DLLTOOL.
3600         * config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
3601         Remove obsolete references to ENQUIRE.
3603 2003-09-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3605         * configure.in: Remove --with-elf, which doesn't work.
3606         * configure: Regenerate.
3607         * config.gcc: Remove references to $elf, which does nothing.
3609         * config/i386/xm-vsta.h: Remove xm-file believed useless.
3610         * config.build (i386-vsta): Remove reference to it.
3611         * config.host (i386-vsta): Remove reference to it.
3613 2003-09-19  Phil Edwards  <phil@codesourcery.com>
3615         * doc/install.texi:  Document the multiple testsuite options.
3617 2003-09-19  Gerald Pfeifer  <gerald@pfeifer.com>
3619         * doc/install.texi (Specific): Add the specific versions of GCC
3620         where support for FreeBSD 1, HP-UX version 9 and older, and AIX
3621         version 3 and older was discontinued.
3623 2003-09-19      Joel Sherrill <joel@oarcorp.com>
3625         * config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to
3626         68881.
3628 2003-09-19  Bernardo Innocenti  <bernie@develer.com>
3630         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines
3631         for -m68030, -m68020-60 and -m68020-40.
3632         * config/m68k/m68k.h (TARGET_68030): New target flag.
3633         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, MASK_REGPARM,
3634         TARGET_REGPARM): Remove.
3635         * config/m68k/m68k.h: Regroup and renumber target flags.
3636         * config/m68k/m68k.h (TARGET_SWITCHES): Fix some tabulations.
3637         * config/m68k/m68k.h (RETURN_POPS_ARGS): Always evaluate to 0.
3638         * config/m68k/m68k.h (FUNCTION_ARG): Likewise.
3639         * config/m68k/m68k.h (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
3640         * config/m68k/m68k-none.h: Use MASK_xxx values in M68K_CPU_xxx macros.
3642 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3644         * config/m68k/t-rtems (m68k-*-rtems*): New.
3645         * config.gcc: Use config/m68k/t-rtems.
3647 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3649         * config/mips/t-rtems: New.
3650         * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems.
3652 2003-09-19  Kelley Cook  <kelleycook@wideopenwest.com>
3654         * cgraph.c: Fix typo in debugging output.
3656 2003-09-19  T. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3657             Eric Botcazou <ebotcazou@libertysurf.fr>
3659         PR target/12166
3660         * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1.
3662 2003-09-18  Mike Stump  <mrs@apple.com>
3664         * c-ppoutput.c (print):  Use fileline typedef for field 'line'.
3665         (print_line, maybe_print_line, cb_define, cb_undef, cb_include,
3666         cb_ident, cb_def_pragma):  Use fileline typedef.
3667         * cpphash.h (struct cpp_reader):  Likewise for field out.first_line.
3669 2003-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
3671         * config/i386/winnt.c (gen_stdcall_suffix): Quit summation of
3672         total parm size if a parm has incomplete type.
3673         (gen_fastcall_suffix): Likewise.
3675 2003-09-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3677         * except.c (output_function_exception_table): Adjust last change
3678         to handle TYPE of INTEGER_CST.
3680 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
3682         PR target/11184
3683         * builtins.c (expand_builtin_apply): Use convert_memory_address
3684         before returning the value.
3686         * alias.c (find_base_value): Simplify use of
3687         convert_memory_address.
3688         (find_base_term): Likewise.
3689         * builtins.c (expand_builtin_stejmp_setup): Likewise.
3690         (expand_builtin_longjmp): Likewise.
3691         (expand_builtin_prefetch): Likewise.
3692         (get_memory_rtx): Likewise.
3693         (expand_builtin_return): Likewise.
3694         (expand_builtin_memcpy): Likewise.
3695         (expand_builtin_strncpy): Likewise.
3696         (expand_builtin_memset): Likewise.
3697         (expand_builtin_va_arg): Likewise.
3698         (expand_builtin_va_copy): Likewise.
3699         (expand_builtin_alloca): Likewise.
3700         * calls.c (expand_call): Likewise.
3701         * except.c (expand_builtin_extract_return_addr): Likewise.
3702         (expand_builtin_eh_return): Likewise.
3703         * explow.c (convert_memory_address): Define even when
3704         POINTER_EXTEND_UNSIGNED is not defined.  Do nothing if the address
3705         is already in the right mode.
3706         * explow.c (memory_address): Simplify use of convert_memory_address.
3707         (probe_stack_range): Likewise.
3708         * expmed.c (make_tree): Likewise.
3709         * expr.c (emit_block_move_in_libcall): Likewise.
3710         (expand_assignment): Likewise.
3711         (expand_expr): Likewise.
3712         * function.c (assign_parms): Likewise.
3713         (expand_function_end): Likewise.
3714         * integrate.c (copy_rtx_and_substitute): Likewise.
3715         * stmt.c (expand_computed_goto): Likewise.
3717 2003-09-18  Roger Sayle  <roger@eyesopen.com>
3719         * simplify-rtx.c (simplify_unary_operation): Only transform
3720         (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE
3721         is -1.  RTL "not" is a bit-wise not, "~", not a logical not "!".
3723 2003-09-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3725         PR target/11674
3726         * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.
3728 2003-09-18  Roger Sayle  <roger@eyesopen.com>
3730         * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
3731         PARITY_EXPR): Delete unused tree codes.
3732         * c-common.c (c_common_truthvalue_conversion): Delete references
3733         to FFS_EXPR and POPCOUNT_EXPR.
3734         * c-pretty-print.c (pp_c_postfix_expression): Remove FFS_EXPR.
3735         (pp_c_expression): Likewise.
3736         * expr.c (expand_expr): Delete RTL expansion of FFS_EXPR, CLZ_EXPR,
3737         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.
3738         * fold-const.c (tree_expr_nonnegative_p): Remove FFS_EXPR, CLZ_EXPR,
3739         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.  Add support for calls to
3740         BUILT_IN_FFS, BUILT_IN_PARITY and BUILT_IN_POPCOUNT and their long
3741         and long long variants.
3743 2003-09-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3745         * c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
3746         * c-pretty-print.c: Fix formatting.
3747         (pp_c_integer_constant): Append type annotation to literals.  Tidy.
3748         (pp_c_type_specifier): Tidy.
3749         (pp_c_compound_literal): New function.
3750         (pp_c_initializer): Simplify..
3751         (pp_c_initializer_list): Likewise.
3752         (pp_c_brace_enclosed_initializer_list): New function.
3753         (pp_c_postfix_expression): Simplify.
3755 2003-09-17  Alexandre Oliva  <aoliva@redhat.com>
3757         * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
3758         one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
3760 2003-09-17  Richard Henderson  <rth@redhat.com>
3762         * tree-optimize.c (tree_rest_of_compilation): Save and restore
3763         input_location.
3765 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3767         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
3769 2003-09-17  Richard Henderson  <rth@redhat.com>
3771         * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
3773 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3775         * configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
3776         * configure: Regenerate.
3778 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
3780         PR debug/12066
3781         * dbxout.c (dbxout_init): Use a langhook to find builtin types.
3782         * langhooks-def.h (lhd_return_null_tree_v): New function.
3783         (LANG_HOOKS_BUILTIN_TYPE_DECLS): New macro.
3784         (LANG_HOOKS_DECLS): Add it to the intializer.
3785         * langhooks.c (lhd_return_null_tree_v): New function.
3786         * langhooks.h (lang_hooks_for_decls): Add builtin_type_decls.
3788 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3790         * configure.in: Quote gcc_config_arguments for configargs.h.
3791         * configure: Regenerated.
3792         * gccbug.in: Don't shell-expand gcc_config_arguments.
3794 2003-09-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3796         PR c++/11357
3797         * c-pretty-print.c (pp_c_floating_constant): Append
3798         type-annotation to floating constants.
3800 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3802         * config/mips/iris5.h (TARGET_OS_CPP_BUILTINS): Define _LONGLONG.
3803         Define _ABIO32.
3804         Use it for _MIPS_SIM.
3805         * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
3807         * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
3808         Moved ...
3809         * config/mips/iris5.h (SUBTARGET_ASM_OPTIMIZING_SPEC): ... here,
3810         updating comment.
3811         Fixes PR target/10190.
3813 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3815         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
3816         to shared libraries.
3818 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3820         PR optimization/11646
3821         * cfgrtl.c (purge_dead_edges) [JUMP_INSN]: Rematerialize the
3822         EDGE_ABNORMAL flag for EH edges.
3823         * toplev.c (rest_of_handle_cse): Delete unreachable blocks
3824         if dead edges were purged.
3826 2003-09-16  Bernardo Innocenti  <bernie@develer.com>
3828         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.
3829         * config/m68k/m68k-none.h (CPP_CPU_DEFAULT_SPEC): Kill all definitions.
3830         * config/m68k/m68k-none.h (CPP_FPU_SPEC): Remove.
3831         * config/m68k/m68k-none.h (CPP_SPEC): Likewise.
3833 2003-09-16  Ian Lance Taylor  <ian@wasabisystems.com>
3835         * cfgcleanup.c (label_is_jump_target_p): Correct use of table
3836         returned by tablejump_p.
3838 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
3840         * dwarf2asm.c (dw2_asm_output_nstring): Add comment.
3842 2003-09-16  Roger Sayle  <roger@eyesopen.com>
3844         PR bootstrap/12269
3845         * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode
3846         argument to be VOIDmode, taking the mode of the comparison from
3847         the operands.  Only call simplify_relational_operation if we
3848         know the mode of the comparison.  Honor FLOAT_STORE_FLAG_VALUE
3849         if comparison has a floating point result.  Ensure that the
3850         result is always of the specified mode.
3851         (simplify_replace_rtx): Simplify call to simplify_gen_relational.
3852         (simplify_unary_operation): Ensure the correct mode and cmp_mode
3853         are always passed to simplify_gen_relational.  Simplify NOT of
3854         comparison operator in any mode, not just BImode.
3855         (simplify_ternary_operation): Correct tests on the return value
3856         of simplify_relational_operation to use const_true_rtx, not
3857         const1_rtx.  Abort if it ever returns a non-constant result.
3859         * cfgloopanal.c (count_strange_loop_iterations): Use the function
3860         simplify_relational_operation, not simplify_gen_relational, if
3861         we're only interested in constant comparisons and will ignore
3862         non-constant results.
3864 2003-09-16  Roger Sayle  <roger@eyesopen.com>
3866         * fold-const.c (tree_swap_operands_p): New function to determine
3867         the prefered ordering of operands.
3868         (fold): Numerous clean-ups.  Use tree_swap_operands_p when swapping
3869         operands to commutative, comparison or ternary operators.  Replace
3870         uses of TREE_SET_CODE with recursive call to fold.  Remove duplicate
3871         transformation of A ? B : C into !A ? C : B.
3873 2003-09-16  Jakub Jelinek  <jakub@redhat.com>
3875         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3876         * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3877         * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3878         * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3879         * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3880         * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3881         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3882         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3884 2003-09-16  Jason Merrill  <jason@redhat.com>
3885             Jakub Jelinek  <jakub@redhat.com>
3887         * c-common.c (handle_warn_unused_result_attribute): New function.
3888         (c_common_attribute_table): Add warn_unused_result.
3889         (c_expand_expr): Issue warning when result of inlined function
3890         with warn_unused_result attribute is ignored.
3891         * calls.c (expand_call): Issue warning when result of function
3892         with warn_unused_result attribute is ignored.
3893         * c-common.h (STMT_EXPR_WARN_UNUSED_RESULT): Define.
3894         * expr.c (expr_wfl_stack): Define.
3895         (expand_expr) <case EXPR_WITH_FILE_LOCATION>: If ignore,
3896         pass const0_rtx as target.  Chain locations into expr_wfl_stack.
3897         * tree-inline.c (expand_call_inline): Set STMT_EXPR_WARN_UNUSED_RESULT
3898         bit if inlined function has warn_unused_result attribute.
3899         * input.h (expr_wfl_stack): Declare.
3900         * doc/extend.texi: Document warn_unused_result attribute.
3902 2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
3904         * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
3906 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
3908         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
3909         ATTRIBUTE_UNUSED.
3910         (call_insn_operand): For PIC, don't allow a direct call to a
3911         function in a different section than the current one.
3913 2003-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3915         * doc/invoke.texi (Warning Options): Add missing hyphen before
3916         "Wimport".  Change "-Wno-endif-labels" to "-Wendif-labels".
3917         Move "-Wold-style-definition" to the C-only section.
3918         Fix the ordering of the warning options.
3920 2003-09-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3921             Jeff Law  <law@redhat.com>
3923         * gcse.c (remove_reachable_equiv_notes): New.
3924         replace_store_insn): Call it.  Update antic list.
3925         (store_killed_in_insn): Take REG_EQUAL notes into account.
3926         (build_store_vectors, delete_store): Add parameter to
3927         replace_store_insn call.
3929 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
3931         * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND_P): Use
3932         SYMBOL_REF_LOCAL_P.
3934 2003-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3936         * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
3937         (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
3938         * config/ia64/ia64.c (ia64_hpux_function_arg_padding):
3939         Likewise.
3940         * config/m68hc11/m68hc11.c (m68hc11_function_arg_padding):
3941         Likewise.
3942         * config/rs6000/rs6000.c (function_arg_padding): Likewise.
3943         * config/sparc/sparc.c (function_arg_padding): Likewise.
3945 2003-09-15  Vladimir Makarov  <vmakarov@redhat.com>
3947         * haifa-sched.c (schedule_block): Use ready_remove_first instead
3948         of choose_ready for non-dfa insn scheduling.
3950 2003-09-15  Andreas Jaeger  <aj@suse.de>
3951             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3953         * doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
3954         * c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
3955         * c-parse.in: Warn about old-style parameter definition.
3956         * c-common.c: Define warn_old_style_defintion.
3957         * c-common.h: Declare it.
3958         * c.opt: Add Wold-style-defintion.
3960 2003-09-15  Andreas Jaeger  <aj@suse.de>
3962         * config/rs6000/altivec.h: Convert () prototypes to ISO C90.
3963         * config/rs6000/rs6000.c: Likewise.
3965 2003-09-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3967         PR optimization/10914
3968         * expr.h (get_condition, canonicalize_condition): Declaration changed.
3969         * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
3970         and canonicalize_condition calls.
3971         * gcse.c (fis_get_condition, delete_null_pointer_checks_1,
3972         delete_null_pointer_checks): Ditto.
3973         * ifcvt.c (noce_get_alt_condition, noce_get_condition): Ditto.
3974         * predict.c (estimate_probability, expected_value_to_br_prob): Ditto.
3975         * loop.c (check_dbra_loop, get_condition_for_loop): Ditto.
3976         (canonicalize_condition, get_condition): Allow to return comparisons
3977         of cc mode registers.
3978         * loop-unswitch.c (may_unswitch_on_p, unswitch_single_loop): Allow
3979         cc mode registers comparison in condition.
3981 2003-09-12  Mark Mitchell  <mark@codesourcery.com>
3983         * coverage.c (create_coverage): Do not call pushlevel/poplevel.
3984         * langhooks-def.h (lhd_do_nothing_iii_return_null_tree): New
3985         function.
3986         * langhooks.c (lhd_do_nothing_iii_return_null_tree): Define it.
3988 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3990         * combine.c (simplify_comparison): Convert
3991         (ne (and (lshiftrt (xor X CST) Y) 1) 0) into
3992         (eq (and (lshiftrt X Y) 1) 0).
3994 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3996         * alias.c: Follow spelling conventions.
3997         * cpphash.h: Likewise.
3998         * fold-const.c: Likewise.
4000 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
4002         * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.
4003         * c-lex.c (cb_line_change): Skip line changing whenever
4004         c-ppoutput.c would.
4006 2003-09-14  Steven Bosscher  <steven@gcc.gnu.org>
4008         * ra.c: Convert to ISO C90 prototypes.
4009         * ra-build.c: Likewise.
4010         * ra-colorize.c: Likewise.
4011         * ra-debug.c: Likewise.
4012         * ra-rewrite.c: Likewise.
4014 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
4016         * Makefile.in (%.dvi): Remove excess $(docdir).
4018 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
4020         * function.c (STACK_BYTES): Move definition to head of file.
4021         (assign_parms): Don't pass current_function_pretend_args_size
4022         directly to SETUP_INCOMING_VARARGS.  For partial register arguments,
4023         round current_function_pretend_args_size up to STACK_BYTES.  Skip any
4024         excess before laying out the argument.
4026 2003-09-14  Andreas Jaeger  <aj@suse.de>
4028         * objc/objc-act.c: Convert to ISO C90 prototypes.
4029         * objc/objc-act.h: Likewise.
4031 2003-09-14  Olaf Hering  <olh@suse.de>
4033         * config/rs6000/rs6000.c: Fix typo: Remove extra ')'.
4035 2003-09-13  Andrew Pinski <pinskia@physics.uc.edu>
4037         PR target/12021
4038         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
4039         as they already are done in config/m68k/m68k.h.
4040         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
4042         * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
4043         (machopic_output_stub): Only generate pic base symbols when using pic
4044         and generate them in the form L00000000$spb.
4046 2003-09-13  Richard Henderson  <rth@redhat.com>
4048         * cgraphunit.c (cgraph_assemble_pending_functions): Export.
4049         (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
4050         * cgraph.h: Update.
4052 2003-09-12  Dale Johannesen  <dalej@apple.com>
4054         * config/rs6000/rs6000.c: Fix typos in previous.
4056 2003-09-12  Ziemowit Laski  <zlaski@apple.com>
4058         * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
4059         when allocating pp->buffer.
4061 2003-09-12  Geoffrey Keating  <geoffk@apple.com>
4063         * config/darwin.c (machopic_select_rtx_section): Use
4064         const_data_section for things that might require relocation.
4066 2003-09-12  H.J. Lu  <hongjiu.lu@intel.com>
4068         PR bootstrap/12264
4069         * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
4071 2003-09-12  Bob Wilson  <bob.wilson@acm.org>
4073         * config/xtensa/elf.h (ASM_SPEC): Remove no-density option.  Reformat.
4074         * config/xtensa/linux.h (ASM_SPEC): Likewise.
4075         * config/xtensa/xtensa.h (TARGET_SWITCHES): Remove -mbig-endian,
4076         -mlittle-endian, -m[no-]density, -m[no-]abs, -m[no-]addx, -m[no-]mac16,
4077         -m[no-]mul16, -m[no-]mul32, -m[no-]nsa, -m[no-]minmax, -m[no-]sext,
4078         -m[no-]booleans, -mhard-float, -msoft-float, -m[no-]hard-float-div,
4079         -m[no-]hard-float-recip, -m[no-]hard-float-sqrt, and
4080         -m[no-]hard-float-rsqrt options.  Delete corresponding MASK_* macros
4081         and redefine corresponding TARGET_* macros with constants from the
4082         xtensa-config.h header.
4083         * doc/invoke.texi (Option Summary, Xtensa Options): Remove documention
4084         for the options listed above.
4086 2003-09-12  Dale Johannesen  <dalej@apple.com>
4088         * config/rs6000/rs6000-protos.h:  Use C90 prototypes.
4089         * config/rs6000/rs6000-c.c:  Ditto.
4090         * config/rs6000/rs6000.c:  Ditto.
4091         * config/rs6000/ sysv4.h:  Ditto.
4093 2003-09-12  Chris Lattner <sabre@nondot.org>
4095         * loop.c: Move comments describing BIV's and GIV's to top of file
4097 2003-09-12  Roger Sayle  <roger@eyesopen.com>
4099         PR optimization/8967
4100         * alias.c (write_dependence_p): Modify to take an additional constp
4101         argument that controls whether the UNCHANGING_RTX_P flags are used.
4102         (anti_dependence, output_dependence): Adjust write_dependence_p
4103         callers to pass this additional argument, to return the same result.
4104         (unchanging_anti_dependence): New variant of anti_dependence that
4105         ignores the UNCHANGING_RTX_P property on memory references.
4106         * rtl.h (unchaning_anti_dependence): Prototype here.
4107         * flow.c (init_propagate_block): Place fake constant mem writes on
4108         the mem_set_list so that dead writes to const variables are deleted.
4109         (insn_dead_p): Change anti_dependence to unchanging_anti_dependence.
4110         (mark_used_regs): Likewise.
4112 2003-09-12  Richard Sandiford  <rsandifo@redhat.com>
4114         * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.
4115         (mcore_secondary_reload_class): Declare.
4116         (mcore_output_inline_const_forced): Remove.
4117         * config/mcore/mcore.md (movsi): Remove the code that forced
4118         non-inlineable constants into a register if the target was r15
4119         or the stack pointer.  Remove constant restrictions from the main
4120         define_insn.  Remove r <- I, r <- M and r <- N alternatives in favor
4121         of an r <- P alternative.  Remove fallback define_insn for reload.
4122         (movhi, movqi): Use gen_lowpart rather than gen_SUBREG.  Remove reload
4123         define_insn.  Use mcore_output_move in the remaining define_insn.
4124         Adjust condition and constraints in the way as for movsi.
4125         (movdi): Always split unacceptable constants into two.  Use
4126         simplify_gen_subreg instead of operand_subword{,_force}.
4127         * config/mcore/mcore.c (mcore_output_inline_const_forced): Remove.
4128         (mcore_output_move): Support HImode and QImode moves as well.
4129         (mcore_m15_operand_p): New function.
4130         (mcore_reload_class): Use it to detect cases where LRW_REGS are better.
4131         (mcore_secondary_reload_class): New function.
4132         * config/mcore/mcore.h (SECONDARY_RELOAD_CLASS): Redefine in
4133         terms of mcore_secondary_reload_class.
4135 2003-09-11  Mike Stump  <mrs@apple.com>
4137         * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
4139 2003-09-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4141         * builtins.c (fold_builtin_logarithm): if N can't be truncated to
4142         MODE exactly, then only convert logN(N) -> 1.0 if
4143         flag_unsafe_math_optimizations is set.
4145         * builtins.c (builtin_dconsts_init, dconstpi, dconste,
4146         init_builtin_dconsts): Delete.
4147         * emit-rtl.c (dconstpi, dconste): Define.
4148         (init_emit_once): Initialize dconstpi & dconste.
4149         * real.h (dconstpi, dconste): Declare.
4151 2003-09-11  Alexandre Oliva  <aoliva@redhat.com>
4153         PR fortran/11522
4154         * dwarf2out.c (gen_inlined_subroutine_die): Emit abstract function
4155         for ultimate origin even if block is abstract.
4157 2003-09-11  Roger Sayle  <roger@eyesopen.com>
4159         * combine.c (combine_simplify_rtx): Move several NOT and NEG
4160         optimizations from here...
4161         * simplify-rtx.c (simplify_unary_operation): to here.  Recursively
4162         simplify expressions using simplify_gen_*ary instead of gen_rtx_*.
4164 2003-09-11  Richard Henderson  <rth@redhat.com>
4166         * cgraphunit.c (cgraph_finalize_function): Add nested arg.
4167         Tweek tests for function already generated.
4168         (cgraph_expand_function): Don't double announce in !unit-at-a-time.
4169         * cgraph.h (cgraph_finalize_function): Update for extra arg.
4170         * c-decl.c (finish_function): Likewise.
4172 2003-09-10  Joe Buck  <jbuck@welsh-buck.org>
4174         * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
4176 2003-09-10  Jerry Quinn  <jlquinn@optonline.net>
4178         * real.c: Update URL to VAX floating point docs.
4179         (decode_vax_d): Extract 8 exponent bits instead of 7.
4181 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
4183         * combine.c (force_to_mode): Set fuller_mask based only on mask,
4184         not op_mode.
4186 2003-09-11  Jan Hubicka  <jh@suse.cz>
4188         * c-objc-common.c (c_cannot_inline_tree_fn): Warn
4189         on why function is not inlinable; do not check
4190         the body.
4191         (inline_forbidden_p): Move to...
4192         * tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
4193         deal with alloca, longjmp.
4194         (inline_forbidden_p): New static function.
4195         (find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
4196         find_builtin_longjmp_call): Kill.
4198 2003-09-10  Richard Henderson  <rth@redhat.com>
4200         * cgraph.h (struct cgraph_node): Rename lowered to analyzed.
4201         * cgraphunit.c: Update to match.
4202         (record_call_1): Rearrange.  Call lang hook for language nodes.
4203         (cgraph_analyze_function): Don't call lower_function.
4204         * langhooks.h (struct lang_hooks_for_callgraph): Replace
4205         lower_function with analyze_expr.
4206         * langhooks-def.h: Update to match.
4207         * langhooks.c (lhd_callgraph_analyze_expr): New.
4209 2003-09-10  Martin Husemann  <martin@duskware.de>
4211         PR target/11965
4212         * config/sparc/sparc.c (sparc_v8plus_shift): Protect against
4213         constants greater than 63.
4214         * config/sparc/sparc.md (ashlsi3, ashrsi3, lshrsi3): Protect
4215         against constants greater than 31.
4216         (*ashldi3_sp64, *ashrdi3_sp64, *lshrdi3_sp64): Protect against
4217         constants greater than 63.
4219 2003-09-09  Richard Henderson  <rth@redhat.com>
4221         * cgraphunit.c (cgraph_finalize_function): Remove unused argument.
4222         * cgraph.h (cgraph_finalize_function): Update.
4223         * c-decl.c (finish_function): Update.
4225 2003-09-09  Devang Patel  <dpatel@apple.com>
4227         * config/darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.
4228         * doc/invoke.texi: Document new Darwin linker option -nofixprebinding.
4230 2003-09-09  Eric Christopher  <echristo@redhat.com>
4232         * configure.in: Change usage of 'head' to 'sed 1q'.
4233         * configure: Regenerate.
4235 2003-09-09  Richard Henderson  <rth@redhat.com>
4237         * except.c: Include cgraph.h.
4238         (output_function_exception_table): Invoke
4239         cgraph_varpool_mark_needed_node.
4240         * Makefile.in (except.o): Update.
4242 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
4244         * Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS
4245         and use it throughout.
4247 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4249         * builtins.c (real_dconstp, fold_builtin_logarithm,
4250         fold_builtin_exponent): New, split out from fold_builtin.  Also
4251         generalize to add log2, log10, exp2 and exp10/pow10 equivalents.
4252         * emit-rtl.c (dconst3, dconst10, dconstthird): New.
4253         (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
4254         of hardcoded array size.
4255         * fold-const.c (fold): Add cases for exp2, exp10 and pow10.
4256         (tree_expr_nonnegative_p): Likewise.
4257         * real.h (dconst3, dconst10, dconstthird): New.
4259 2003-09-09  Jan Hubicka  <jh@suse.cz>
4261         * cgraphunit.c (cgraph_finalize_function): Fix handling of extern
4262         inline functions.
4263         (cgraph_finalize_compilation_unit): Fix crash when dealing with lost
4264         DECL_SAVED_TREE.
4266 2003-09-09  Roger Sayle  <roger@eyesopen.com>
4268         * builtins.c (fold_builtin_cabs): Protect the complex argument
4269         against multiple evaluation when optimizing cabs* into sqrt*.
4271 2003-09-09  Jan Hubicka  <jh@suse.cz>
4273         * varasm.c (notice_global_symbol):  Properly deal with weak symbols.
4275 2003-09-08  Kelley Cook <kelleycook@wideopenwest.com>
4277         * Makefile.in: Revert yesterday's change.
4279 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
4280             Peter Barada <peter@baradas.org>
4282         * config/m68k/coff.h (REGISTER_NAMES): Add fake register `argptr'
4283         * config/m68k/hp320.h (REGISTER_NAMES): Likewise.
4284         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
4285         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
4286         * gcc/config/m68k/sgs.h (REGISTER_NAMES): Likewise.
4287         * config/m68k/m68k-protos.h (m68k_initial_elimination_offset): Add prototype.
4288         * config/m68k/m68k.c (m68k_frame): New struct, simular to ix86 back-end.
4289         (m68k_compute_frame_layout): New function.
4290         (m68k_initial_elimination_offset): New function.
4291         (m68k_output_function_prologue): ColdFire-specific movem handling.
4292         (m68k_output_function_epilogue): Likewise.
4293         * config/m68k/m68k.h (FIRST_PSEOUDO_REGISTER): Make room for argptr reg.
4294         (ARG_POINTER_REGNUM): Add new definition.
4295         (INITIAL_FRAME_POINTER_OFFSET): Remove macro.
4296         (ELIMINABLE_REGS): Define new macro, like in ix86 back-end.
4297         (CAN_ELIMINATE): Likewise.
4298         (INITIAL_ELIMINATION_OFFSET): Likewise.
4300 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
4302         * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
4303         by removing redundant variable cfa_store_offset.
4305 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4307         * langhooks-def.h (lhd_register_builtin_type): New function.
4308         (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
4309         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
4310         * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
4311         * langhooks.c (lhd_register_builtin_type): New function.
4312         * c-common.h (c_register_builtin_type): Declare.
4313         * c-common.c (c_register_builtin_type): New function.
4314         * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
4315         c_register_builtin_type.
4316         * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
4317         __float80, and __float128 macros.
4318         * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
4319         __float80, and __float128 types.
4321 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4323         * builtin-types.def
4324         (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
4325         BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
4326         BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
4327         * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
4328         BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
4329         BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
4330         BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
4331         BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
4332         BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
4333         BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
4334         BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
4335         BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
4336         BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
4337         BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
4338         BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
4339         BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
4340         BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
4341         New.
4342         * doc/extend.texi: Document new builtins.
4344 2003-09-09  Jan Hubicka  <jh@suse.cz>
4346         * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
4347         finalization.
4348         * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
4349         functions, check for COMDAT.
4350         (cgraph_assemble_pending_functions): Break out from...
4351         (cgraph_finalize_function): ... here; allow redefinig of extern inline
4352         functions.
4353         (record_call_1): Record function references only in non-unit-at-a-time
4354         mode.
4355         (cgraph_analyze_function): Reset current_function_decl.
4356         (cgraph_finalize_compilation_unit):  Assemble pending functions.
4358 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4360         * mklibgcc.in (libcc.a): Depend on stmp-dirs.
4361         (libgov.a): Likewise.
4362         (libgcc_eh.a): Likewise.
4364 2003-09-08  Roger Sayle  <roger@eyesopen.com>
4366         * fold-const.c (operand_equal_p): Clarify documentation.
4368 2003-09-08  Richard Henderson  <rth@redhat.com>
4370         * c-decl.c (c_expand_body_1): Push and pop function context here.
4371         * tree-optimize.c (tree_rest_of_compilation): ... not here.  Take
4372         nested argument instead of computing nesting ourselves.
4374 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4376         * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
4377         regstack if optimizing but not scheduling after reload.
4379 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4381         * config/sparc/sparc.c (struct machine_function): New type.
4382         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
4383         (sparc_override_options): Initialize init_machine_status.
4384         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
4385         tie_symbolic_operand, tle_symbolic_operand): New functions.
4386         (symbolic_operand): Disallow tls_symbolic_operand.
4387         (symbolic_memory_operand): Likewise.
4388         (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
4389         constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
4390         New functions.
4391         (sparc_tls_symbol): New variable.
4392         (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
4393         legitimize_address): New functions.
4394         (print_operand): Handle %&.
4395         (sparc_init_machine_status, get_some_local_dynamic_name,
4396         get_some_local_dynamic_name_1): New functions.
4397         (sparc_output_dwarf_dtprel): New function.
4398         * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
4399         constant_address_p.
4400         (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
4401         (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
4402         (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
4403         (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
4404         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
4405         (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
4406         (ASM_OUTPUT_DWARF_DTPREL): Define.
4407         (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
4408         tie_symbolic_operand, tle_symbolic_operand.
4409         * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
4410         UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
4411         (tls_call_delay): New attribute.
4412         (in_call_delay): Use it.
4413         (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
4414         (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
4415         tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
4416         tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
4417         tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
4418         tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
4419         (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
4420         tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
4421         tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
4422         tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
4423         tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
4424         tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
4425         tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
4426         tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
4427         insns.
4428         * config/sparc/sparc-protos.h (legitimate_constant_p,
4429         constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
4430         legitimize_tls_address, legitimize_address, tls_symbolic_operand,
4431         tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
4432         * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
4433         * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
4434         * configure.in (sparc*-*-*): Add TLS check.
4435         * configure: Rebuilt.
4437 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4439         PR target/11689
4440         * config/i386/i386.c (memory_address_length): Fix computation when
4441         the base is esp or ebp.
4443 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4445         PR c++/11852
4446         * varasm.c (initializer_constant_valid_p): Correct logic for
4447         CONSTRUCTORs.
4449 2003-09-07  Roger Sayle  <roger@eyesopen.com>
4451         * expr.c (expand_operands): New function to expand an operand pair.
4452         (expand_expr): Call expand_operands whenever we need to expand both
4453         operands of a binary operator.
4454         (do_store_flag): Likewise for operands of comparison operations.
4456 2003-09-07  Roger Sayle  <roger@eyesopen.com>
4458         * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
4459         (-A)*B if we care about sign-dependent rounding.
4461 2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>
4463         * c-pretty-print.h (pp_c_left_brace): Declare.
4464         (pp_c_right_brace): Likewise.
4465         * c-pretty-print.c (pp_c_left_brace): Now a function
4466         (pp_c_right_brace): Likewise.
4468 2003-09-07  Jan Hubicka  <jh@suse.cz>
4470         * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
4472 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4474         * diagnostic.c (warn_deprecated_use): Move to toplev.c
4476 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4478         * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
4479         * Makefile.in (langhooks.o): Depend on diagnostic.h
4481 2003-09-06  James E Wilson  <wilson@tuliptree.org>
4483         * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
4484         simplify.
4486 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
4488         * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
4489         and use it throughout.
4491 2003-09-07  Jan Hubicka  <jh@suse.cz>
4493         * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
4495         * toplev.c  (rest_of_decl_compilation):  Do not finalize external
4496         virables.
4498         * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
4499         functions.
4500         (cgraph_varpool_finalize_decl): Notice global symbol when needed.
4502 2003-09-06  Jan Hubicka  <jh@suse.cz>
4504         PR target/12070
4505         * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
4507         PR opt/12082
4508         * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
4510 2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4512         * diagnostic.c (announce_function): Move to toplev.c.
4514 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4516         * gcse.c (expr_equiv_p): Don't consider anything to be equal to
4517         volatile mem.
4519 2003-09-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4521         * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
4522         when gc checking is enabled.
4524 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
4526         PR c/9862
4527         * c-decl.c (c_expand_body_1): Move return warning from here...
4528         (finish_function): ...to here.
4530 2003-09-05  Geoffrey Keating  <geoffk@apple.com>
4532         * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
4533         a subset of the input class.
4535 2003-09-05  Kazu Hirata  <kazu@cs.umass.edu>
4537         * config/i860/i860.c: Follow spelling conventions.
4538         * config/i860/i860.h: Likewise.
4539         * config/sh/sh.h: Likewise.
4541 2003-09-05  Nitin Yewale  <NitinY@KPITCummins.com>
4543         * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
4544         * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
4545         * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
4547 2003-09-05  Roger Sayle  <roger@eyesopen.com>
4548             Richard Henderson  <rth@redhat.com>
4550         PR optimization/1823
4551         * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
4552         multiplication to implement division by constant integer.
4554 2003-09-05  Jan Hubicka  <jh@suse.cz>
4556         * opts.c (decode_options): Enable unit-at-a-time at -O2.
4557         * params.def (max-inline-insns-single): Set to 500
4558         (max-inline-insns-auto): Set to 150
4559         * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
4561 2003-09-04  Richard Henderson  <rth@redhat.com>
4563         * cgraph.c (cgraph_mark_reachable_node): Split out from ...
4564         (cgraph_mark_needed_node): Remove needed argument.
4565         * cgraph.h: Update to match.
4566         * cgraphunit.c (decide_is_function_needed): Split out from ...
4567         (cgraph_finalize_function): Reorg.  Avoid deferred_inline_function
4568         if we generated the function.
4569         (record_call_1): Update for cgraph_mark_reachable_node.
4570         * varasm.c (mark_referenced): Likewise.
4571         * objc/objc-act.c (mark_referenced_methods): Likewise.
4573 2003-09-04  DJ Delorie  <dj@redhat.com>
4575         * targhooks.c: Add comment explaining the migration process.
4577 2003-09-04  Eric Christopher  <echristo@redhat.com>
4579         * config/frv/t-frv: Fix path for frv-abi.h.
4580         * config/frv/frv-asm.h: Fix string concatenation.
4582 2003-09-04  DJ Delorie  <dj@redhat.com>
4584         * builtins.c (apply_args_size): Guard against a NULL cfun.
4585         (expand_builtin_apply_args_1): Likewise.
4586         (expand_builtin_apply): Likewise.
4587         Fixes PR bootstrap/12172.
4589 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4591         * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
4592         assembler supports Sun syntax for cmov.
4593         * configure: Regenerate.
4594         * config.in: Likewise.
4595         * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
4596         HAVE_AS_IX86_CMOV_SUN_SYNTAX.
4597         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
4598         Fixes PR target/12101.
4600 2003-09-04  Matt Austern  <austern@apple.com>
4602         * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
4603         with verbosity 0, instead of DECL_NAME, for human-readable string.
4605 2003-09-04  Eric Christopher  <echristo@redhat.com>
4607         * targhooks.c (default_return_in_memory): Allow
4608         unconverted ports.
4610 2003-09-04  Eric Christopher  <echristo@redhat.com>
4612         * targhooks.c (default_return_in_memory): Fix typo
4613         in last checkin.
4615 2003-09-04  Eric Christopher  <echristo@redhat.com>
4617         * targhooks.c (default_return_in_memory): Fix default
4618         definition.
4620 2003-09-04  Bernardo Innocenti  <bernie@develer.com>
4622         * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
4623         deleted function.
4624         * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
4625         enable coff-only code in m68k.c.
4627 2003-09-04  Nick Clifton  <nickc@redhat.com>
4629         * config.gcc: Add v850e1 target.  Allow --with-cpu to accept
4630         v850e1.
4631         * config/v850/v850.h: Accept v850e1 as a default CPU.
4632         Accept -mv850e1 as a command line option.
4633         * doc/invoke.texi: Document new -mv850e1 command line switch.
4634         * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
4635         -mv850e.
4637 2003-09-04  Nick Clifton  <nickc@redhat.com>
4639         * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
4640         * config/v850/t-v850: Only produce one extra multilib - for
4641         the v850e.
4642         * config/v850/t-v850e: New file: Only produce one extra
4643         multilib - for the v850.
4645 2003-09-04  Jakub Jelinek  <jakub@redhat.com>
4647         * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
4648         * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
4649         * unwind.h (_Unwind_GetBSP): New prototype.
4650         * libgcc-std.ver: Add empty GCC_3.3.2 version.
4651         * mkmap-symver.awk: For symbol versions with no exported symbols,
4652         don't put anything into version script, just change all symbol
4653         versions which inherit from it to inherit from its ancestor.
4655 2003-09-04  Eric Christopher  <echristo@redhat.com>
4657         * config/mips/mips.c (mips_expand_prologue): Convert to
4658         calls.struct_value_rtx hook.
4659         (reg_or_const_float_1_operand): New.
4660         * config/mips/mips.h: Update Comments.
4661         (mips_arg): Add reg_or_const_float_1_operand.
4662         * config/mips/mips.md (divdf3); Convert to expander.
4663         (divsf3): Ditto.
4664         (*divdf3): New pattern.
4665         (*divsf3): Ditto.
4667 2003-09-04  Jan Hubicka  <jh@suse.cz>
4669         * toplev.c (wrapup_global_declarations): Fix final pass in
4670         unit-at-atime mode.
4672 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
4674         * doc/extend.texi: Document removal of cast-as-lvalue extension in
4675         C++.
4677 2003-09-04  Nicolas Roche  <roche@act-europe.fr>
4679         * gcc.c (process_command): Fix typo.
4681 2003-09-03  David O'Brien  <obrien@FreeBSD.org>
4683         optimization/11980
4684         * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
4685         (PTRDIFF_TYPE): Likewise.
4686         (WCHAR_TYPE_SIZE): Likewise.
4688 2003-09-03  DJ Delorie  <dj@redhat.com>
4690         * targhooks.c: New file.
4691         * targhooks.h: New file.
4692         * Makefile.in: Add targhooks.o support.
4693         (function.o): Depend on$(TARGET_H).
4694         (stmt.o): Likewise.
4695         (combine.o): Depend on $(TREE_H) and $(TARGET_H).
4696         * builtins.c (apply_args_size, expand_builtin_apply_args_1,
4697         expand_builtin_apply): Convert to calls.struct_value_rtx hook.
4698         (expand_builtin_saveregs): Convert to
4699         calls.expand_builtin_saveregs hook.
4700         * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
4701         here, instead of ...
4702         (get_parm_info) ... here.
4703         (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
4704         hook.
4705         (finish_function): Handle calls.promote_prototypes hook here too.
4706         * c-typeck.c (convert_arguments): Convert to
4707         calls.promote_prototypes hook.
4708         (c_convert_parm_for_inlining): Likewise.
4709         * calls.c (initialize_argument_information): Convert to
4710         calls.promote_function_args hook.
4711         (expand_call): Convert to calls.struct_value_rtx,
4712         calls.strict_argument_naming,
4713         calls.pretend_outgoing_varargs_named, and
4714         calls.promote_function_return hooks.  Pass fndecl to
4715         aggregate_value_p.  Initialize CUMULATIVE_ARGS before calling
4716         hooks, so they can use that.
4717         (emit_library_call_value_1): Likewise.
4718         * combine.c (setup_incoming_promotions): Convert to
4719         calls.promote_function_args hook.
4720         * emit-rtl.c: Convert to calls.struct_value_rtx hook.
4721         * expr.c (expand_assignment): Pass call to aggregate_value_p.
4722         (expand_expr): Likewise.
4723         * expr.h: Remove support for SETUP_INCOMING_VARARGS,
4724         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
4725         RETURN_IN_MEMORY macro defaults.
4726         * final.c (profile_function): Convert to calls.struct_value_rtx
4727         hook.
4728         * function.c (aggregate_value_p): Accept function type tree as
4729         second parameter; try to deduce fntype from it.  Convert to
4730         calls.return_in_memory hook.
4731         (assign_parms): Convert to calls.setup_incoming_varargs,
4732         calls.strict_argument_naming, calls.promote_function_args,
4733         calls.pretend_outgoing_varargs_named hooks.  Pass fndecl to
4734         aggregate_value_p.
4735         (expand_function_start): Likewise.  Convert to
4736         calls.struct_value_rtx hook.
4737         (expand_function_end): Convert to calls.promote_function_return hook.
4738         (allocate_struct_function): Pass fndecl to aggregate_value_p.
4739         * hard-reg-set.h: Update comments to new hook names.
4740         * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
4741         * reg-stack.c (stack_result): Likewise.
4742         * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
4743         * stmt.c (expand_value_return): Convert to
4744         calls.promote_function_return hook.
4745         * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
4746         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
4747         TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
4748         TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
4749         TARGET_STRICT_ARGUMENT_NAMING,
4750         TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
4751         * target.h: Likewise.
4752         * tree.h (aggregate_value_p): Also takes a tree to deduce function
4753         attributes from (for target hooks).
4754         * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
4755         PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
4756         STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
4757         EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
4758         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
4759         to hooks.
4761         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
4762         to aggregate_value_p.
4763         * config/arm/arm.c (arm_init_cumulative_args,
4764         arm_output_mi_thunk): Likewise.
4765         * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
4766         Likewise.
4767         * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
4768         mips_can_use_return_insn): Likewise.
4769         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4770         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
4771         * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
4772         aggregate_value_p.
4773         * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
4774         function to aggregate_value_p.
4775         * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
4776         aggregate_value_p.
4778         * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
4779         (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
4780         sh_function_arg_advance, sh_pass_in_reg_p): New.  * config/sh/sh.c
4781         (sh_handle_renesas_attribute, sh_promote_prototypes,
4782         sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
4783         sh_setup_incoming_varargs, sh_strict_argument_naming,
4784         sh_pretend_outgoing_varargs_named): New decls.
4785         (targetm): Add new hooks.
4786         (calc_live_regs): Save MACL and MACH if the function has the
4787         renesas attribute.
4788         (sh_expand_prologue): Support renesas attribute.
4789         (sh_builtin_saveregs): Make static.
4790         (sh_build_va_list): Support renesas attribute.
4791         (sh_va_start): Likewise.
4792         (sh_va_arg): Likewise.
4793         (sh_promote_prototypes): New.
4794         (sh_function_arg): New, moved from sh.h.  Support renesas
4795         attribute.
4796         (sh_function_arg_advance): Likewise.
4797         (sh_return_in_memory): Likewise.
4798         (sh_strict_argument_naming): Likewise.
4799         (sh_pretend_outgoing_varargs_named): Likewise.
4800         (sh_struct_value_rtx): New.
4801         (sh_attribute): Add renesas attribute.
4802         (sh_handle_renesas_attribute): New.
4803         (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
4804         (sh_ms_bitfield_layout_p): Support renesas attribute also.
4805         (sh_output_mi_thunk): Pass function to aggregate_value_p.  *
4806         config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
4807         -mhitachi.
4808         (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
4809         target hooks.
4810         (sh_args): Add renesas_abi flag.
4811         (INIT_CUMULATIVE_ARGS): Set it.  Pass fndecl to aggregate_value_p.
4812         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
4813         (PASS_IN_REG_P): Support renesas attribute.  Pass DF and TF on the
4814         stack for the renesas abi.
4815         (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
4816         SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
4817         PROMOTE_PROTOTYPES): Moved to sh.c.  * config/sh/sh.md (call): Set
4818         call cookie to indicate renesas calls.
4820 2003-09-03  Mostafa Hagog  <mustafa@il.ibm.com>
4822         * gcse.c (replace_one_set): New function.
4823         (pre_insert_copy_insn): Change the order of copying
4824         to make copy propagation discover additional PRE opportunities.
4826 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4828         PR optimization/11700.
4829         * simplify-rtx.c (simplify_subreg): Check that the subreg offset
4830         of a hard register is representable before trying to simplify it
4831         using subreg_hard_regno.
4833 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4835         * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
4836         * configure: Regenerate.
4838 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4840         * intl.h (N_): Remove parentheses.
4842 2003-09-03  Bernardo Innocenti  <bernie@develer.com>
4844         * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
4845         * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
4846         definition and code blocks compiled when not defined.
4847         * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
4848         * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
4849         * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
4850         * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
4852 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
4854         * cgraphunit.c (visited_nodes): New static variable.
4855         (record_call_1): Use walk_tree with visited_nodes.
4856         (cgraph_create_edges): Use walk_tree with visited_nodes.
4857         Setup/teardown visited_nodes hashtable.
4859 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4861         * toplev.c (flag_rounding_math): New global variable.
4862         (f_options): Add to the list of language independent options.
4863         * flags.h (flag_rounding_math): Prototype here.
4864         (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
4865         * common.opt (frounding-math): New common command line option.
4866         * opts.c (common_handle_option): Handle OPT_frounding_math.
4867         (set_fast_math_flags): -ffast-math clears flag_rounding_math.
4869         * doc/invoke.texi: Document this new command line option.
4871 2003-09-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4873         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
4875 2003-09-03  Jan Hubicka  <jh@suse.cz>
4877         * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
4878         * c-decl.c (finish_function):  Kill arguments, always use cgraph path.
4879         * c-objc-common.c: Kill include of gt-c-objc-common.h
4880         (expand_deferred_fns, deffer_fn): Kill function.
4881         (deferred_fns): Kill variable.
4882         (finish_cdtor): Update finish_function call.
4883         (c_objc_common_finish_file): Always call cgraph code.
4884         * c-parse.c: Regenerate.
4885         * c-parse.y: Regenerate.
4886         * c-tree.h (finish_function): Update prototype.
4887         * objc-acct.c (build_module_descriptor, finish_method_def):
4888         Update call of finish_function.
4889         * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
4890         forward prototype.
4891         (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
4892         function and assemble it if needed.
4893         (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
4894         mode.
4895         (cgraph_optimize): Likewise.
4896         (cgraph_expand_function): In non-unit-at-a-time mode keep function body
4897         even when it has no inline callees.
4898         * c-parse.in: Update calls to finish_function.
4900 2003-09-03  Nick Clifton  <nickc@redhat.com>
4902         * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
4903         Use #error to generate the message if TARGET_DEFAULT is not
4904         recognised.
4906 2003-09-03  Richard Sandiford  <rsandifo@redhat.com>
4908         * config/mips/mips.h (MASK_UNUSED1): Remove.
4909         (MASK_XGOT, TARGET_XGOT): Define.
4910         (TARGET_SWITCHES): Add an entry for -mxgot.
4911         (ASM_SPEC): Map -mxgot to -xgot.
4912         * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
4913         whether we're using a big-GOT sequences.
4914         (mips_legitimize_const_move, mips_expand_call): Likewise.
4915         (override_options): Revert 2003-01-09 change.
4916         * doc/invoke.texi: Document -mxgot.
4918 2003-09-02  Jason Merrill  <jason@redhat.com>
4920         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
4921         * config/sparc/sol2.h: Not here.
4923 2003-09-02  Roger Sayle  <roger@eyesopen.com>
4925         * expr.c (expand_expr): The code following both_summands performs
4926         the same task as simplify_gen_binary.  Replace all gotos to
4927         both_summands with a call to simplify_gen_binary and delete the
4928         now unused label.
4930 2003-09-02  Jason Merrill  <jason@redhat.com>
4932         PR c++/7327
4933         * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
4935 2003-09-02  Jeff Sturm  <jsturm@one-point.com>
4937         * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
4938         (cgraph_optimize_function): Set current_function_decl to the
4939         fndecl we're integrating from.
4941 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4943         * builtins.def: Break out _Complex math functions into their
4944         own category.
4946 2003-09-02  Andreas Jaeger  <aj@suse.de>
4948         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
4950 2003-09-02  Josef Zlomek  <zlomekj@suse.cz>
4952         * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
4953         finding the note again.
4955 2003-09-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4957         * config.gcc: Remove host-specific rewrites of target_alias.
4959 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
4961         * Makefile.in (genprogs): Fix typo.
4963         * Makefile.in (gencheck.o): Remove build commands.
4964         (dummy-conditions.o): Likewise.
4965         (read-rtl.o): Likewise.
4966         (gensupport.o): Likewise.
4967         (genconfig$(build_exeext)): Remove rule.
4968         (genconfig.o): Remove build commands.
4969         (genflags$(build_exeext)): Remove rule.
4970         (genflags.o): Remove build commands.
4971         (gencodes$(build_exeext)): Remove rule.
4972         (gencodes.o): Remove build commands.
4973         (genconstants.o): Remove build commands.
4974         (genemit$(build_exeext)): Remove rule.
4975         (genemit.o): Remove build commands.
4976         (genrecog$(build_exeext)): Remove rule.
4977         (genrecog.o): Remove build commands.
4978         (genextract$(build_exeext)): Remove rule.
4979         (genextract.o): Remove build commands.
4980         (genpeep$(build_exeext)): Remove rule.
4981         (genpeep.o): Remove build commands.
4982         (genattr$(build_exeext)): Remove rule.
4983         (genattr.o): Remove build commands.
4984         (genprognames): New variable.
4985         (genprogs): Likewise.
4986         (genobjs): Likewise.
4987         (genprogs): New rule.
4988         (genobjs): Likewise.
4989         (genattrtab.o): Remove build commands.
4990         (genautomata.o): Likewise.
4991         (genoutput$(build_exeext)): Remove rule.
4992         (genoutput.o): Remove build commands.
4993         (gengenrtl.o): Likewise.
4994         (genpreds.o): Likewise.
4995         (gengtype.o): Likewise.
4996         (genconditions.o): Likewise.
4997         (gen-protos.o): Likewise.
4998         (scan.o): Likewise.
4999         (fix-header.o): Likewise.
5000         (scan-decls.o): Likewise.
5001         (check-g++): Combine with other check targets.
5002         (check-gcc): Likewise.
5003         (check-g77): Likewise.
5004         (check-objc): Likewise.
5006 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5008         * config.gcc: Remove host-specific stuff which is unused here
5009         since the introduction of config.host.
5011         * doc/fragments.texi: Mention config.host.
5012         * doc/sourcebuild.texi: Mention config.host.  Give brief descriptions
5013         of config.build, config.host, and config.gcc.
5015 2003-09-01  Zack Weinberg  <zack@codesourcery.com>
5017         * c-decl.c (pushdecl): Don't put variables on
5018         C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
5019         incomplete.
5021 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5023         * config.host: New file.
5024         * config.gcc: Remove some host-specific stuff and some
5025         logic needed only for repeated invocation.
5026         * configure.in: Use config.host.
5027         * configure: Regenerate.
5029 2003-09-01  Josef Zlomek  <zlomekj@suse.cz>
5031         * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
5032         * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
5033         * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
5034         (fold): Kill BIT_ANDTC_EXPR and label bit_and.
5035         * tree.def (BIT_ANDTC_EXPR): Kill.
5037 2003-08-31  Nathanael Nerode  <neroden@gcc.gnu.org>
5039         * configure.in: Remove uses of "for x in .. ${foo}" idiom.
5040         * configure: Regenerate.
5042         * config.gcc:  Remove references to install_headers_dir, now unused
5043         since introduction of config.build.
5044         * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
5046         * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
5047         config.build.
5049         * config.build: New file.
5050         * config.gcc: Remove some build-specific stuff.
5051         * configure.in: Use config.build.
5052         * configure: Regnerate.
5054 2003-08-31  Steven Bosscher  <steven@gcc.gnu.org>
5055             Roger Sayle  <roger@eyesopen.com>
5057         PR middle-end/11823
5058         * stmt.c (expand_end_case_type): Only use jump tables for dense
5059         switch statements when optimizing for size.
5061 2003-08-31  Olivier Hainque  <hainque@act-europe.fr>
5063         * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
5064         the != 0 case, which ensures pending stack adjustments are flushed.
5066 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
5068         * configure.frag: Delete file.
5069         * configure.in: Rename the substitution variables
5070         dep_host_xmake_file and dep_tmake_file to xmake_file and
5071         tmake_file respectively.  Do not expand $srcdir in the
5072         value of these; leave that for Make.  Introduce a new
5073         substitution varaible, all_lang_makefrags, which lists
5074         subdirectory Make-lang.in files; exclude these from
5075         all_lang_makefiles, which is now only for subdirectory
5076         outputs.  Do not invoke configure.frag.  Do not set nor
5077         AC_SUBST_FILE target_overrides, host_overrides, or
5078         language_fragments. Create build subdirectories in
5079         config.status extra commands.
5080         * configure: Regenerate.
5081         * Makefile.in: Update substitutions to match changes to
5082         configure.  Use include directives instead of @-insertions
5083         to read in host, target, and language fragments.
5084         (Makefile rule): Do not invoke configure.frag.  Do not copy
5085         config.status to config.run before executing it.  Set
5086         CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
5087         regenerated.
5088         (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
5090 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
5092         * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
5093         * c-typeck.c (same_translation_unit_p): New function.
5094         (comptypes): Use it instead of flags parameter to identify
5095         structure types from different translation units.
5096         * c-decl.c (duplicate_decls): Always call comptypes with
5097         COMPTYPE_STRICT flags argument.
5098         (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
5099         to file_scope_decl.
5101 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
5103         * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
5104         * c-decl.c (struct c_scope): Remove "incomplete" field.
5105         (pushdecl): Attach variables with incomplete types to
5106         the TYPE_MAIN_VARIANT of the incomplete type in question.
5107         (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
5108         to complete, not at current_scope->incomplete.  All such
5109         variables do need completion.
5111 2003-08-30  Richard Earnshaw  <rearnsha@arm.com>
5112         Nicolas Pitre <nico@cam.org>
5114         * arm/lib1funcs.asm (RETCOND): Delete.
5115         (RETLDM): New assembler macro.  Use it for returning with ldm/ldr.
5116         (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
5117         (__ARM_ARCH__): Move here from ieee754-?f.S.
5118         (RET, RETc): Clean up definitions.
5119         (DIV_FUNC_END): Renamed from FUNC_END.  All uses changed.
5120         (FUNC_END): New macro that marks the end of any function.
5121         (ARM_FUNC_START): New macro that allows an assembler routine to be
5122         implemented in ARM code even if a Thumb-only build.
5123         Unconditionally include ieee754-?f.S.
5124         * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
5125         Mark ends of functions.
5126         Split into separate conditionally-compiled units.
5127         Use RETLDM to return from routines.
5128         * arm/ieee754-sf.S: Similarly.
5129         * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
5130         Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
5131         _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
5132         _fixsfsi and _fixunssfsi.
5134         * arm/ieee754-df.S (__muldf3): Fix bug when result of a
5135         multiplication underflows to zero.
5136         (__adddf3): Fix bug when using VFP ordering on little-endian
5137         processors.
5138         (__fixdfsi): Use rrx to extract the carry into a register instead of
5139         MRS instruction.  Optimize later use of result.
5140         * arm/ieee754-sf.S (__fixsfsi): Likewise.
5141         (__fixunssfsi): Use a better sequence for handling negative-or-zero.
5143 2003-08-29  Richard Henderson  <rth@redhat.com>
5145         * tree-optimize.c: New file.
5146         * Makefile.in (OBJS-archive): Add tree-optimize.o.
5147         (tree-optimize.o): New.
5148         * c-decl.c (store_parm_decls): Use allocate_struct_function.
5149         (finish_function): Don't free_after_parsing or free_after_compilation.
5150         (set_save_expr_context): Move to tree-optimize.c.
5151         (c_expand_body_1): Use tree_rest_of_compilation.
5152         * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
5153         * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
5154         * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
5155         iterate until closure.
5156         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
5157         LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
5158         (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
5159         * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
5160         * toplev.h (tree_rest_of_compilation): Declare it.
5162 2003-08-29  Richard Henderson  <rth@redhat.com>
5164         * function.h (struct function): Add rtl_inline_init, saved_for_inline.
5165         * integrate.c (save_for_inline): Set saved_for_inline.
5166         * c-semantics.c (genrtl_scope_stmt): Check it.
5167         * toplev.c (wrapup_global_declarations): Check it.
5168         (rest_of_handle_inlining): Set and check rtl_inline_init.
5169         (rest_of_compilation): Remove out of date comment.
5171 2003-08-29  Richard Henderson  <rth@redhat.com>
5173         * function.c (allocate_struct_function): New, split out of ...
5174         (prepare_function_start, init_function_start): ... here.
5175         * expr.c (init_expr): Use ggc_alloc_cleared.
5176         * stmt.c (init_stmt_for_function): Likewise.
5177         * tree.h (allocate_struct_function): Declare.
5179 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5181         * config.gcc: Don't use negated character class in shell case
5182         clause.
5184 2003-08-29  Richard Henderson  <rth@redhat.com>
5186         * function.h (struct function): Move function_frequency and
5187         max_jumptable_ents before start of bit field members.
5189 2003-08-29  Richard Henderson  <rth@redhat.com>
5191         * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
5192         (fold_builtin_constant_p) ... not here.
5194 2003-08-29  Richard Henderson  <rth@redhat.com>
5196         * c-tree.h (C_DECL_FILE_SCOPE): Move ...
5197         * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
5198         * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
5200 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5202         * builtins.def: Fix typos.
5203         (ATTR_MATHFN_FPROUNDING_STORE): New macro.
5204         (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
5205         BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
5206         BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
5207         BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
5209         * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
5210         Use ATTR_MATHFN_FPROUNDING_ERRNO.
5212 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5214         * config.gcc (i386-*-vsta): Fix obvious bogosity.
5216         * fixinc/inclhack.def:  Remove special cases for unsupported
5217         PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
5218         * fixinc/fixincl.x: Regenerate.
5220 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5222         * Makefile.in (cpp.info): Just state dependencies.
5223         (gcc.info): Likewise.
5224         (gccint.info): Likewise.
5225         (gccinstall.info): Likewise.
5226         (cppinternals.info): Likewise.
5227         (cpp.dvi): Likewise.
5228         (gcc.dvi): Likewise.
5229         (gccint.dvi): Likewise.
5230         (gccinstall.dvi): Likewise.
5231         (cppinternals.dvi): Likewise.
5232         (gcov.1): Likewise.
5233         (cpp.1): Likewise.
5234         (gcc.1): Likewise.
5235         (gfdl.7): Likewise.
5236         (gpl.7): Likewise.
5237         (fsf-funding.7): Likewise.
5238         ($(objdir)/%.info): New pattern rule.
5239         (%.dvi): Likewise.
5241 2003-08-29  Kelley Cook  <kelleycook@wideopenwest.com>
5243         * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
5244         (restage2): Likewise.
5245         (restage3): Likewise.
5246         (restage4): Likewise.
5247         (restageprofile): Likewise.
5248         (restagefeedback): Likewise.
5249         (bubblestrap): Likewise.
5251 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5253         * config.gcc: Narrow unsupported target match to avoid clobbering
5254         i?86-sequent-sysv4*.
5256 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5258         * builtins.c (mathfn_built_in): Handle new math builtins.
5260 2003-08-28  Per Bothner  <per@bothner.com>
5262         Fix (hopefully temporary) for breakage caused by my 08-21 patch.
5263         * cpplex.c (_cpp_get_fresh_line):  Check for null buffer.
5264         (_cpp_lex_buffer):  Likewise.
5265         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
5267 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
5269         * config/s390/s390.md ("*mulsi3_sign"): New insn.
5270         ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
5271         ("mulsidi3"): ... this new insn.
5272         ("umulsidi3"): New insn.
5273         ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
5274         mixed-mode matching constraints.
5275         ("udivmodsi4", "udivmoddisi3"): New insns.
5276         ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
5278 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5280         * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
5281         BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
5282         BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
5283         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
5284         BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
5285         BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
5286         BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
5287         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
5288         BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
5289         BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
5290         BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
5291         * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
5292         BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
5293         BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
5294         BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
5295         * tree.c: Assign new type_nodes.
5296         * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
5297         TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
5298         (float_ptr_type_node, double_ptr_type_node,
5299         long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
5301         * doc/extend.texi: Document new builtins.
5303 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5305         * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
5306         BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
5308         * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
5309         BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
5310         BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
5311         BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
5312         BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
5313         BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
5314         BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
5315         BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
5316         BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
5317         BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
5319         * doc/extend.texi: Document new builtins.
5321 2003-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5323         * fixinc/mkfixinc.sh: Remove special case code for unsupported
5324         variants of i?86, powerpcle, and thumb.
5325         * fixinc/mkfixinc.sh: Remove special case code for unsupported
5326         arm and hppa variants.
5328 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5330         * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
5331         BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
5332         BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
5333         BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
5334         BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
5335         BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
5336         BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
5337         BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
5338         BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
5339         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
5341         * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
5342         BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
5343         BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
5344         BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
5345         BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
5346         BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
5347         BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
5348         BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
5349         BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
5350         BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
5351         BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
5352         BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
5353         BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
5354         BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
5355         BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
5356         BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
5357         BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
5358         BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
5359         BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
5360         BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
5361         BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
5362         BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
5363         BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
5364         BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
5365         BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
5366         BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
5367         BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
5368         BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
5369         BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
5370         BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
5371         BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
5373         * doc/extend.texi: Document new builtins.
5375 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
5377         * config/s390/s390.c (legitmate_constant_p): Use LARL on
5378         zSeries machines even in 31-bit addressing mode.
5379         (legitimate_reload_constant_p): Likewise.
5380         (legitimize_pic_address): Likewise.
5381         (legitimize_tls_address): Likewise.
5382         (s390_split_branches): Likewise.
5383         (s390_dump_pool): Likewise.
5384         (s390_mainpool_finish): Likewise.
5385         (s390_chunkify_start): Likewise.
5386         (s390_select_rtx_section): Likewise.
5387         * config/s390/s390.md ("doloop_si"): Likewise.
5388         ("pool_start_31", "pool_end_31"): Likewise.
5389         ("pool_start_64", "pool_end_64"): Likewise.
5390         ("main_base_31_small", "main_base_31_large"): Likewise.
5391         ("main_base_64"): Likewise.
5392         ("reload_base_31", "reload_base_64"): Likewise.
5393         ("*movsi_larl"): New insn.
5394         ("cjump", "icjump"): Use long branches on zSeries machines.
5395         ("jump"): Likewise.
5396         ("call"): Use BRASL on zSeries machines.
5397         ("call_value", "call_value_tls"): Likewise.
5398         ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
5399         and replace by ...
5400         ("*bras", "*brasl", "*basr") ... these new insns.
5401         ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
5402         "bas_31_r"): Remove and replace by ...
5403         ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
5404         ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
5405         "bas_64_tls", "bas_31_tls"): Remove and replace by ...
5406         ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
5407         ("*return_si", "*return_di"): Remove and replace by ...
5408         ("*return"): ... this new insn.
5409         ("rotlsi3"): Allow on zSeries machines.
5411         * config/s390/s390.c (legitimize_reload_constant_p): Use
5412         LL/LH type instructions in z/Architecture mode.
5413         * config/s390/s390.md ("*movsi_lli"): Likewise.
5414         ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
5415         ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
5416         ("*extendqisi2"): Use LB in z/Architecture mode.
5417         ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
5418         z/Architecture mode.
5419         ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
5420         Likewise.
5422         * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
5423         and 31-bit mode.
5424         ("ptr_extend"): Allow only in 64-bit mode.
5426 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5428         * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
5429         (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
5430         definitions.
5431         (main): Only use standard_startfile_prefix if native.
5432         * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
5434 2003-08-27  Per Bothner  <pbothner@apple.com>
5436         * cpperror.c (print_location):  Don't check for !pfile->buffer.  That
5437         test fails following my 08-21 change, and it seems unnecessary anyway.
5438         (cpp_error):  Likewise.
5440 2003-08-27  Jason Merrill  <jason@redhat.com>
5442         * real.c (do_multiply): Initialize with memset.
5444 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5446         * gcov.c (typedef struct arc_info): New field cs_count.
5447         (accumulate_line_counts): Find cycles correctly.
5449 2003-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5451         * config/s390/s390.c (struct machine_function): Remove member
5452         literal_pool_label.
5453         (s390_optimize_prolog): Replace TEMP_REG argument with
5454         TEMP_USED and BASE_USED.  Do not check get_pool_size ().
5455         (general_s_operand): Accept all immediates before reload if
5456         ALLOW_IMMEDIATE.  If not ALLOW_IMMEDIATE, reject literal pool
5457         references.
5458         (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
5459         (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
5460         (s390_alloc_pool): New function.
5461         (s390_new_pool): Call it.
5462         (s390_dump_pool): Add REMOTE_LABEL argument.
5463         (s390_chunkify_start): Add BASE_REG argument.  Do not check
5464         get_pool_size ().
5465         (s390_chunkify_finish): Add BASE_REG argument.  Adapt
5466         s390_dump_pool call.
5467         (s390_pool_count, s390_nr_constants): Remove.
5468         (s390_output_constant_pool): Remove.
5469         (s390_mainpool_start): New function.
5470         (s390_mainpool_finish): New function.
5471         (s390_mainpool_cancel): New function.
5472         (s390_reorg): Implement main literal pool handling.
5473         (s390_emit_prologue): Emit main_pool placeholder instead of
5474         literal_pool_31 / literal_pool_64 insns.
5475         * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
5476         (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
5477         * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
5478         ("main_base_31_small", "main_base_31_large"): New insns.
5479         ("main_base_64",  "main_pool"): New insns.
5480         ("literal_pool_31", "literal_pool_64"): Remove.
5482 2003-08-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5484         * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
5485         fixinc.ptx.
5486         * fixinc/inclhack.def (undefine_null):  Don't generate \r characters.
5487         Prettify a little.
5488         * fixinc/fixincl.x: Regenerate.
5490 2003-08-27  Richard Earnshaw  <rearnsha@arm.com>
5492         * lib1funcs.asm (L_ieee754_sp): New.  Include ieee754-sf.S.
5493         (L_ieee754_dp): New.  Include ieee754-df.S.
5494         * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
5495         and compilation in apcs-26 mode.
5496         * arm/ieee754-df.S: Likewise.
5497         * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
5498         (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
5500 2003-08-27  Nicolas Pitre  <nico@cam.org>
5502         * arm/ieee754-sf.S: New.
5503         * arm/ieee754-df.S: New.
5505 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
5507         * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
5508         and restore it if returning NULL.
5510 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
5512         * calls.c (initialize_argument_information): If an argument has no
5513         stack space associated with it, and BLOCK_REG_PADDING is defined,
5514         use it to decide at which end the argument should be padded.
5515         * function.c (assign_parms): Allocate BLKmode stack slots.
5516         * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
5517         (mips_pad_reg_upward): Declare.
5518         * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
5519         (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
5520         (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
5521         (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
5522         * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
5523         (mips_expand_call): Remove code for generating structure shifts.
5524         (mips_arg_info): Don't set struct_p.  Don't set fpr_p for non-float
5525         types unless using the EABI.
5526         (function_arg_advance): Don't generate shift instructions.
5527         (function_arg): Don't return them.  Don't short-circuit the
5528         check for double structure chunks for DFmode arguments.
5529         (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
5530         (mips_expand_prologue): Remove code to emit structure shifts.
5531         * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
5532         structure passing (inet_ntoa, inet_lnaof, inet_netof).  Update
5533         comments to say that only structure returns are a problem.
5535 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5537         * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
5538         Fix to match produced versions.
5539         * fixinc/inclhack.def (longlong_t): New disabled test, ported
5540         from fixinc.svr4.
5541         * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
5542         from fixinc.ptx.
5543         * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
5544         ported from fixinc.ptx.
5546 2003-08-26  Per Bothner  <pbothner@apple.com>
5548         * cpplib.h (struct cpp_token):  Change type of field line to fileline.
5549         (cpp_error_with_line):  Use fileline for appropriate parameter.
5550         * cpphash.h (struct cpp_macro):  Change type of field line to fileline.
5551         (struct cpp_reader):  Likewise for fields line and directive_line.
5552         (_cpp_begin_message):  Use fileline for appropriate parameter.
5553         * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
5554         cpp_error):  Use fileline for appropriate parameters and variables.
5555         (print_location):  New local lin, since it is not a fileline.
5557 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5559         PR middle-end/12002
5560         * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
5561         (FLOAT_TYPE_P): Define in terms of these two new macros.
5562         * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
5563         for complex floating point types.
5565 2003-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5567         * config/s390/s390.c (emit_prologue): Don't check literal pool size.
5568         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
5569         s390_output_pool_entry.
5571 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5573         * fixinc/inclhack.def (svr4_preproc_lint_on,
5574         svr4_preproc_lint_off, svr4_preproc_machine): New disabled
5575         fixes, ported from fixinc.svr4.
5577 2003-08-26  Mark Mitchell  <mark@codesourcery.com>
5579         * doc/install.texi (Prerequisites): Mention GNU make requirement.
5581         * Makefile.in (AR_FOR_TARGET): Export it.
5582         (AR_CREATE_FOR_TARGET): Likewise.
5583         (AR_FLAGS_FOR_TARGET): Likewise.
5584         (AR_EXTRACT_FOR_TARGET): Likewise.
5585         (AWK): Likewise.
5586         (BUILD_PREFIX): Likewise.
5587         (BUILD_PREFIX_1): Likewise.
5588         (DESTDIR): Likewise.
5589         (GCC_FOR_TARGET): Likewise.
5590         (INCLUDES): Likewise.
5591         (INSTALL_DATA): Likewise.
5592         (LIB1ASMSRC): Likewise.
5593         (LIBGCC2_CFLAGS): Likewise.
5594         (MACHMODE_H): Likewise.
5595         (NM_FOR_TARGET): Likewise.
5596         (RANLIB_FOR_TARGET): Likewise.
5597         (libsubdir): Likewise.
5598         (slibdir): Likewise.
5599         (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
5600         exporting.
5601         (libgcc.a): Don't pass them here.
5602         (stmp-multilib): Or here.
5603         (install-libgcc): Or here.
5604         (install-multilib): Or here.
5605         (POSTSTAGE1_FLAGS_TO_PASS): Or here.
5606         (stage1_build): Or here.
5608 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
5610         * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
5611         "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
5613 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
5615         * config/s390/s390.md ("*fmadddf", "*fmsubdf",
5616         "*fmaddsf", "*fmsubsf"): New insns.
5618 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5620         * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
5621         (C1*C2)/X when unsafe math optimizations are allowed.
5622         (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
5623         math optimizations.  Minor code clean-ups.  Recursively call
5624         fold when constructing sub-expressions.
5626 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5628         * builtins.c (fold_builtin_bitop): New function to perform constant
5629         folding of ffs, clz, ctz, popcount and parity builtin functions
5630         and their long and long long variants (such as ffsl and ffsll).
5631         (fold_builtin): fold_builtin_bitop when appropriate.
5632         * simplify-rtx.c (simplify_unary_operation): Honor both
5633         CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
5634         evaluating clz and ctz at compile-time, for operands wider
5635         than HOST_WIDE_INT.
5637 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
5639         * builtins.c (build_function_call_expr): Don't set
5640         TREE_SIDE_EFFECTS here.
5641         * expr.c (emit_block_move_via_libcall): Likewise.
5642         (clear_storage_via_libcall): Likewise.
5643         * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
5644         CALL_EXPRs.
5646         * gcse.c (is_too_expensive): New function.
5647         (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
5649 2003-08-25  Zack Weinberg  <zack@codesourcery.com>
5651         * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
5652         commented-out logic to use DCE threads (if present), add
5653         support for POSIX threads.
5654         * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
5655         #defines for -pthread.  Add -lpthread to LIB_SPEC when
5656         -pthread.  In both cases take -mt as a synonym for -pthread
5657         for acc compatibility.
5658         Define GTHREAD_USE_WEAK to 0.
5659         * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
5660         Remove old logic for DCE threads from LIB_SPEC.
5661         * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
5663 2003-08-25  Roger Sayle  <roger@eyesopen.com>
5665         * builtins.c (expand_builtin_mathfn):  Rearrange so that we only
5666         return 0 for invalid argument types.  Instead drop through to a
5667         call of expand_call at the bottom of function.  If op is SQRT,
5668         try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
5670 2003-08-25  Richard Henderson  <rth@redhat.com>
5672         * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
5673         result when op0 is SImode.
5675 2003-08-25  Nathanael Nerode  <neroden@twcny.rr.com>
5677         * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
5678         from fixinc.svr4.
5679         * fixinc/fixincl.x: Regenerate.
5680         * fixinc/tests/base/sys/signal.h: Regenerate.
5682 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5684         * combine.c (simplify_comparison): Re-enable widening of comparisons
5685         with non-paradoxical subregs of non-REG expressions.
5687 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5689         * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
5691 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5693         * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
5695 2003-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5697         * pretty-print.h (pp_maybe_newline_and_indent): New macro.
5698         * c-pretty-print.h (c_pretty_printer): Now typedef to the
5699         structure.  Be consistent with pretty-print.h abd cxx-pretty-print.h
5700         (struct c_pretty_print_info): Document.  Add new fields.
5701         (pp_type_specifier_seq): Rename from pp_c_type_specifier.
5702         (pp_direct_abstract_declarator): New macro.
5703         (pp_ptr_operator): Likewise.
5704         (pp_simple_type_specifier): Likewise.
5705         (pp_expression): Likewise.
5706         (pp_parameter_list): Rename from pp_parameter_declaration.
5707         * c-pretty-print.c (pp_c_whitespace): Now a function.
5708         (pp_c_left_paren): Likewise.
5709         (pp_c_right_paren): Likewise.
5710         (pp_c_dot): Likewise.
5711         (pp_c_ampersand): Likewise.
5712         (pp_c_arrow): Likewise.
5713         (pp_c_semicolon): Likewise.
5714         (pp_c_type_cast): New function.
5715         (pp_c_space_for_pointer_operator): Likewise.
5716         (pp_c_call_argument_list): Likewise.
5717         (pp_c_cv_qualifier): Adjust prototype.
5718         (pp_c_type_qualifier_list): Likewise.
5719         (pp_c_pointer): Likewise.  Handle REFERENCE_TYPE here.
5720         (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
5721         Adjust to follow standard grammar.
5722         (pp_c_specifier_qualifier_list): Adjusr prototype.  Handle
5723         REFERENCE_TYPE.  Tidy.
5724         (pp_c_parameter_type_list): Adjust prototype.  Tidy.
5725         (pp_c_parameter_declaration): Remove.
5726         (pp_c_abstract_declarator): Adjust prototype.
5727         (pp_c_direct_abstract_declarator): Likewise.
5728         (pp_c_type_id): Likewise.
5729         (pp_c_storage_class_specifier): Likewise.
5730         (pp_c_function_specifier): Likewise.
5731         (pp_c_declaration_specifiers): Likewise.
5732         (pp_c_direct_declarator): Likewise.
5733         (pp_c_declarator): Likewise.
5734         (pp_c_declarator): Likewise.
5735         (pp_c_declaration): Likewise.
5736         (pp_c_attributes): Likewise.  Tidy.
5737         (pp_c_function_definition): Adjust prototype.
5738         (pp_c_char): Likewise.
5739         (pp_c_string_literal): Likewise.
5740         (pp_c_integer_constant): Likewise.
5741         (pp_c_character_constant): Likewise.
5742         (pp_c_bool_constant): Likewise.
5743         (pp_c_enumeration_constant): Likewise.
5744         (pp_c_floating_constant): Likewise.
5745         (pp_c_constant): Likewise.
5746         (pp_c_identifier): Likewise.
5747         (pp_c_primary_expression): Likewise.  Remove TARGET_EXPR case.  Tidy.
5748         (pp_c_initializer): Adjust prototype.
5749         (pp_c_init_declarator): Likewise.
5750         (pp_c_initializer_list): Likewise.
5751         (pp_c_id_expression): Likewise.
5752         (pp_c_postfix_expression): Likewise.
5753         (pp_c_expression_list): Likewise.
5754         (pp_c_unary_expression): Likewise.
5755         (pp_c_cast_expression): Likewise.
5756         (pp_c_multiplicative_expression): Likewise.
5757         (pp_c_additive_expression): Likewise.
5758         (pp_c_shift_expression): Likewise.
5759         (pp_c_relational_expression): Likewise.
5760         (pp_c_equality_expression): Likewise.
5761         (pp_c_and_expression): Likewise.
5762         (pp_c_exclusive_or_expression): Likewise.
5763         (pp_c_inclusive_or_expression): Likewise.
5764         (pp_c_logical_and_expression): Likewise.
5765         (pp_c_logical_or_expression): Likewise.
5766         (pp_c_conditional_expression): Likewise.
5767         (pp_c_assignment_expression): Likewise.
5768         (pp_c_expression): Likewise.  Tidy.
5769         (pp_c_statement): Likewise.  Document.
5770         (pp_c_pretty_printer_init): Adjust prototype. Tidy.
5772         * c-lang.c (c_initialize_diagnostics): Update.
5773         * c-common.h (strip_pointer_operator): Declare.
5774         * c-common.c (strip_pointer_operator): Define.
5776 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
5778         PR c++/8795
5779         * tree.h (build_method_type_directly): Declare.
5780         * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
5781         (vector_size_helper): Likewise.
5782         * tree.c (build_method_type_directly): New function.
5783         (build_method_type): Use it.
5785 2003-08-24  Richard Henderson  <rth@redhat.com>
5787         * config/i386.i386.c (ix86_return_in_memory): Reformat.  Return true
5788         for 16-byte vector modes if sse not enabled; warn for abi change.
5789         (ix86_value_regno): Only return xmm0 for 16-byte vector types.
5791 2003-08-24  Kazu Hirata  <kazu@cs.umass.edu>
5793         * rtlanal.c (may_trap_p): Simplify an integer comparison.
5795 2003-08-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5797         * fixinc/inclhack.def (AAB_svr4_replace_byteorder):  Enhance
5798         comment.  Enable for DYNIX/ptx systems (when they switch to
5799         regular fixincludes).
5800         * fixinc/fixincl.x: Regenerate.
5802 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5804         * config/i860/t-i860: New.
5805         * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
5807 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
5809         * c-decl.c (pushdecl): Only put decls which finish_struct will do
5810         something about onto incomplete chain.
5811         (finish_struct): If not removing type from incomplete
5812         list, update prev.
5814 2003-08-20  Jan Hubicka  <jh@suse.cz>
5816         PR target/11369
5817         * i386.c (ix86_expand_carry_flag_compare): Validate operand.
5819         PR target/11031
5820         * i386.c (const_0_to_3_operand, const_0_to_7_operand,
5821         const_0_to_15_operand, const_0_to_255_operand): New predicates.
5822         * i386.h (PREDICATE_CODES): Add these.
5823         * i386.c (pinsrw and pextrw patterns): Use them.
5825         PR target/10984
5826         * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
5828         PR target/8869
5829         * expr.c (convert_modes): Deal properly with integer to vector
5830         constant conversion.
5832         PR target/8871
5833         * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
5835 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
5837         * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
5838         * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
5839         ("*movhi"): ... this.
5840         ("movqi", "*movqi"): Likewise.
5841         ("movqi_64"): Remove.
5842         ("*zero_extendhisi2_31"): Change predicate to s_operand.
5844 2003-08-23  Dale Johannesen  <dalej@apple.com>
5845         * calls.c (emit_library_call_value_1): Fix obvious errors in
5846         arguments to emit_group_store.
5848 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5850         * calls.c (emit_library_call_value_1): Remove code related
5851         to LIBGCC_NEEDS_DOUBLE.
5852         * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
5853         * doc/tm.texi: Likewise.
5854         * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
5856 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
5858         * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
5860 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
5862         * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
5863         as well.  Put memory references in the varargs alias set.
5864         (mips_expand_prologue): Remove varargs handling from here.
5866 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
5868         * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
5869         s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
5870         s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
5871         for function pointer calls.
5872         * config/s390/s390.md ("*negdi2_31"): Likewise.
5874 2003-08-23  Roger Sayle  <roger@eyesopen.com>
5876         * combine.c (apply_distributive_law): Correct comment.
5878 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5880         * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
5882 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5884         * config/i860/i860.c (i860_build_va_list): Create the va_decl
5885         declaration.  Document the va_list structure.
5886         (i860_va_start): Initialize the va_list structure.
5887         (i860_va_arg): Rewrite completely.
5888         * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
5889         * config/i860/varargs.asm: Do not allocate or initialize
5890         a va_list.  Return the address of the register save area.
5892 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
5894         * config/iq2000/iq2000.c: Fix comment typos.
5895         * config/iq2000/iq2000.md: Likewise.
5897 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
5899         * config/iq2000/iq2000.c: Follow spelling conventions.
5900         * config/iq2000/iq2000.h: Likewise.
5901         * config/mn10300/mn10300.c: Likewise.
5903 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5905         * config/i860/i860.c (output_move_double): Don't set latehalf
5906         to zero for CONST_INT (since it could be, e.g., -1).
5908         * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
5909         (MODSI3_LIBCALL): ...with this one.
5910         (UREMSI3_LIBCALL): Replace this macro...
5911         (UMODSI3_LIBCALL): ...with this one.
5913 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5915         * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
5916         (output_delayed_branch): Remove prototype.
5917         (single_insn_src_p): Remove prototype.
5918         * config/i860/i860.c (single_insn_src_p): Remove function.
5919         (output_delayed_branch): Remove function.
5920         (output_delay_insn): Remove function.
5921         (va_start): Remove unconditional test and dead code, re-format.
5922         Fix coding style and spelling problems in various comments.
5923         * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
5924         (blockage pattern): ...and use it here.
5925         (all define_peephole patterns related to delayed branches): Remove.
5926         Fix coding style and spelling problems in various comments.
5928 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5930         * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
5931         Remove all uses of the PARAMS macro.  Remove superflous prototypes.
5932         Convert all function definitions from traditional to ISO C90 syntax.
5933         * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
5934         with 'GCC'.  Remove all uses of the PARAMS macro.
5935         * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
5936         * config/i860/i860.md: Likewise.
5937         * config/i860/sysv4.h: Likewise.
5938         * config/i860/varargs.asm: Likewise.
5940 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5942         * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
5943         argument.
5944         (tdesc_section): Add prototype.
5945         Update copyright dates.
5946         * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
5947         (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
5948         (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
5949         (targetm): Likewise.
5950         (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
5951         for '%d' where necessary.
5952         (i860_va_start): Remove 'stdarg_p' argument.  Make conditional checks
5953         on 'stdarg_p' unconditional.  Divide current_function_args_info.ints
5954         by UNITS_PER_WORD when referencing (likewise for .floats).
5955         (I860_SVR4_VARARGS): Rename...
5956         (I860_SVR4_VA_LIST): ...to this.
5957         Call build() with 't' rather than 'field'.
5958         (i860_rtx_costs): New function.
5959         (TARGET_RTX_COSTS): Define.
5960         (i860_internal_label): New function.
5961         (TARGET_ASM_INTERNAL_LABEL): Define.
5962         (i860_file_start): New function.
5963         Update copyright dates.
5964         * config/i860/i860.h (CPP_PREDEFINES): Remove.
5965         (TARGET_CPU_CPP_BUILTINS): Define.
5966         (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
5967         (CONST_COSTS): Remove (and move code to i860_rtx_costs).
5968         (ASM_FILE_START): Remove.
5969         (ASM_FILE_START_1): Remove.
5970         (ASM_GLOBALIZE_LABEL): Remove.
5971         (ASM_OUTPUT_INTERNAL_LABEL): Remove.
5972         (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
5973         with targetm.asm_out.internal_label.
5974         Update copyright dates.
5975         * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
5976         (CPP_PREDEFINES): Remove.
5977         (TARGET_OS_CPP_BUILTINS): Define.
5978         (GLOBAL_ASM_OP): Define.
5979         (ASM_FILE_START): Remove.
5980         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
5981         (TARGET_ASM_FILE_START): Define.
5982         Update copyright dates.
5984 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5986         * gcc/config.gcc (i860-*-sysv4*): Add target.
5987         * config/i860/i860-protos.h: New.
5988         * config/i860/i860.c: New.
5989         * config/i860/i860.h: New.
5990         * config/i860/i860.md: New.
5991         * config/i860/sysv4.h: New.
5992         * config/i860/varargs.asm: New.
5993         * config/i860/x-sysv4: New.
5995 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5997         * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
5998         Remove all uses of PARAMS macro.
5999         Convert all function definitions to ISO C90 syntax.
6000         * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
6001         * config/pa/fptr.c: Likewise.
6002         * config/pa/lib2funcs.asm: Likewise.
6003         * config/pa/long_double.h: Likewise.
6004         * config/pa/milli64.S: Likewise.
6005         * config/pa/pa-64.h: Likewise.
6006         * config/pa/pa-hpux.h: Likewise.
6007         * config/pa/pa-hpux10.h: Likewise.
6008         * config/pa/pa-hpux11.h: Likewise.
6009         * config/pa/pa-linux.h: Likewise.
6010         * config/pa/pa-modes.def: Likewise.
6011         * config/pa/pa-osf.h: Likewise.
6012         * config/pa/pa-pro-end.h: Likewise.
6013         * config/pa/pa.md: Likewise.
6014         * config/pa/pa32-linux.h: Likewise.
6015         * config/pa/pa64-linux.h: Likewise.
6016         * config/pa/pa64-hpux.h: Likewise.
6017         * config/pa/pa64-regs.h: Likewise.
6018         * config/pa/quadlib.c: Likewise.
6019         * config/pa/rtems.h: Likewise.
6020         * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
6021         all uses of the PARAMS macro.
6022         * config/pa/pa.h: Likewise.
6023         * config/pa/som.h: Likewise.
6025         * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
6026         Remove all uses of PARAMS macro.
6027         Convert all function definitions to ISO C90 syntax.
6028         * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
6029         Remove all uses of PARAMS macro.
6030         * config/iq2000.h: Remove all uses of PARAMS macro.
6031         * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
6033 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
6035         * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
6036         * config/s390/s390.c (gen_consttable): Remove.
6037         (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
6038         (s390_output_pool_entry): New function.
6039         * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
6040         UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
6041         UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
6042         (UNSPECV_POOL_ENTRY): ... this new constant.
6043         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
6044         "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
6045         ("*pool_entry"): ... and replace by this new insn.
6046         ("literal_pool_31"): Do not emit anchor label if pool empty.
6048         * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
6049         (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
6050         (s390_fixup_clobbered_return_reg): Remove.
6051         (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
6052         (s390_return_addr_rtx): Always retrieve return address from save area
6053         slot.  Use save_return_addr_p to force slot to be filled.
6054         (s390_emit_prologue): Remove has_hard_reg_initial_val test.
6056 2003-08-22  Chris Demetriou  <cgd@broadcom.com>
6058         * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
6059         (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
6060         * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
6061         around SB-1 errata if TARGET_FIX_SB1 is set.
6062         (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
6063         * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
6065 2003-08-22  Roger Sayle  <roger@eyesopen.com>
6067         * hashtable.c (ht_expand): Avoid calculating rehash for the common
6068         case that the first probe hits an empty hash table slot.
6070 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
6072         * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
6074 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
6076         * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
6077         (ptr_extend_plus_imm): ... this.
6078         * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
6079         optimization in C++.
6080         (ia64_output_mi_thunk): Support ILP32 mode.
6082 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
6084         * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
6085         function.
6086         * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
6088 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6090         * config/i386/i386.c (const_int_1_operand): Simplify an
6091         integer comparison.
6093 2003-08-22  Alan Modra  <amodra@bigpond.net.au>
6095         * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
6096         * config/rs6000/ppc64-fp.c: Likewise.
6098 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6100         * cfgcleanup.c: Fix comment typos.
6101         * emit-rtl.c: Likewise.
6102         * optabs.c: Likewise.
6103         * ra-build.c: Likewise.
6104         * rtlanal.c: Likewise.
6105         * tree.h: Likewise.
6107 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6109         * c-decl.c: Fix comment formatting.
6110         * cfgrtl.c: Likewise.
6111         * combine.c: Likewise.
6112         * convert.c: Likewise.
6113         * dominance.c: Likewise.
6114         * dwarf2out.c: Likewise.
6115         * dwarfout.c: Likewise.
6116         * expmed.c: Likewise.
6117         * fold-const.c: Likewise.
6118         * gcov.c: Likewise.
6119         * genattrtab.c: Likewise.
6120         * ggc-common.c: Likewise.
6121         * mips-tfile.c: Likewise.
6122         * regmove.c: Likewise.
6124 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6126         * builtin-attrs.def: Fix comment formatting.
6127         * c-pretty-print.c: Likewise.
6128         * diagnostic.h: Likewise.
6129         * langhooks.h: Likewise.
6130         * recog.c: Likewise.
6131         * simplify-rtx.c: Likewise.
6132         * tree.def: Likewise.
6134 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
6136         * config/m68k/m68k-protos.h: Convert to ISO C90.
6137         * config/m68k/m68k.c: Likewise.
6139 2003-08-21  Bernardo Innocenti  <bernie@develer.com>
6140             Paul Dale  <pauli@snapgear.com>
6141             Peter Barada <peter@baradas.org>
6143         * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
6144         ColdFire cores.
6146 2003-08-21  Zack Weinberg  <zack@codesourcery.com>
6148         * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
6149         * config.gcc (*-*-openbsd): Don't set tm_file.
6150         (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
6151         arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
6152         h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
6153         i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
6154         i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
6155         m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
6156         m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
6157         m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
6158         mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
6159         sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
6160         xscale-*-coff): Use explicit and complete lists of target headers
6161         to include.  Move definitions to tm_defines where appropriate.
6162         (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
6163         not-yet-contributed configuration.
6165         * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
6166         * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
6167         * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
6168         * config/i386/nto.h, config/iq2000/iq2000.h,
6169         * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
6170         * config/m68k/linux.h, config/m68k/m68k-aout.h
6171         * config/m68k/m68k-none.h, config/m68k/m68kv4.h
6172         * config/m68k/netbsd.h, config/m68k/openbsd.h
6173         * config/m68k/sgs.h, config/mcore/mcore-pe.h,
6174         * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
6175         * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
6176         Remove includes of other target config headers, and
6177         definitions of macros moved to tm_defines lists.  Add #undefs
6178         where now necessary to prevent redefinition warnings.
6180         * config/h8300/coff.h: New file split out of...
6181         * config/h8300/elf.h: ...here.
6182         * config/m68k/hp320base.h: New file split out of...
6183         * config/m68k/hp320.h: ...here.
6184         * config/rs6000/lynxbase.h: New file split out of...
6185         * config/rs6000/lynx.h: ...here.
6187         * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
6188         * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
6190         * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
6191         * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
6192         * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
6193         Remove unnecessary #ifndef.
6194         * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
6195         [under IN_LIBGCC2] with config/.
6197 2003-08-21  Per Bothner  <pbothner@apple.com>
6199         * cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
6200         to cpp_push_buffer.
6201         * cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
6202         by return_at_eof check.  Always call _cpp_pop_buffer at end.
6204 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
6206         PR target/11805
6207         * config/h8300/h8300.md (two anonymous patterns): Remove.
6209 2003-08-21  Richard Sandiford  <rsandifo@redhat.com>
6211         * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
6212         * config/mips/mips.c (function_arg_pass_by_reference): Never return
6213         true for n32 & n64.
6215 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
6217         * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
6218         and similarly in (A | C) == D where C & ~D != 0.
6220 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6222         PR 8180
6223         * configure.in: When testing with_libs and with_headers, treat
6224         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6225         * configure: Regenerate.
6227 2003-08-20  Peter Barada <peter@baradas.org>
6229         * longlong.h (umul_ppmm): Add ColdFire support.
6231 2003-08-20  Peter Barada <peter@baradas.org>
6232             Bernardo Innocenti  <bernie@develer.com>
6234         * config/m68k/m68k-none.h: Introduce new ColdFire archs.
6235         * config/m68k/m68k.h: Likewise.
6236         * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
6237         * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
6238         * config/m68k/linux.h: Likewise.
6239         * config/m68k/m68k.c: Likewise.
6240         * config/m68k/m68k.md: Likewise.
6241         * config/m68k/m68kelf.h: Likewise.
6242         * config/m68k/netbsd-elf.h: Likewise.
6243         * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
6245 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6247         * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
6248         * config/m68k/m68k.md: Likewise.
6250 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
6252         PR java/11996
6253         Revert this change:
6254         2003-08-19  Mark Mitchell  <mark@codesourcery.com>
6255         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
6256         types with precisions other than those given by native machine
6257         modes.
6259 2003-08-20  Gunther Nikl  <gni@gecko.de>
6261         * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
6262         selected by FSGLMUL_USE_S and FSGLDIV_USE_S
6263         * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
6264         * config/m68k/m68k.md (anonymous define_insn): Likewise
6265         * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
6266         * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
6267         code selected by NO_ASM_FMOVECR
6269 2003-08-20  Gunther Nikl  <gni@gecko.de>
6271         * config/m68k/m68k.c (output_move_const_into_data_reg,
6272         output_move_himode): unify MOTOROLA/MIT handling of moveq
6273         * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
6274         Likewise
6276 2003-08-20  Gunther Nikl  <gni@gecko.de>
6278         * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
6279         label name
6280         * config/m68k/m68k.c (m68k_output_function_epilogue): replace
6281         HOST_WIDE_INT_PRINT_DEC with %wd
6283 2003-08-20  Loren James Rittle  <ljrittle@acm.org>
6285         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
6286         redefine warning.
6288 2003-08-20  Roger Sayle  <roger@eyesopen.com>
6290         PR middle-end/11984
6291         * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
6292         operands before calling tree_int_cst_lt when performing associative
6293         transformations.
6295 2003-08-20  Jason Merrill  <jason@redhat.com>
6297         * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
6298         (EXPR_CHECK): Don't check for 'r' or 's' if we're
6299         checking IS_EXPR_CODE_CLASS.
6300         * calls.c (calls_function_1): Likewise.
6301         * fold-const.c (fold): Likewise.
6302         * tree.c (iterative_hash_expr): Likewise.
6303         * tree-inline.c (walk_tree, copy_tree_r): Likewise.
6305 2003-08-20  Gunther Nikl  <gni@gecko.de>
6307         * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
6308         depending on MOTOROLA_BSR
6309         * config/m68k/m68k.md (anonymous define_insn): Likewise
6311 2003-08-20  Jason Merrill  <jason@redhat.com>
6313         * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
6314         (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
6315         fold_trunc_transparent_mathfn, fold_builtin): Likewise.
6316         * dojump.c (do_jump): Likewise.
6317         * fold-const.c (operand_equal_p, fold): Likewise.
6318         (tree_expr_nonnegative_p): Likewise.
6320         * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
6321         TYPE_USER_ALIGN for FIELD_DECLs.
6323         * attribs.c (decl_attributes): Rebuild the function pointer type after
6324         changing the target type.
6325         * tree.c (get_qualified_type): Also check that the attributes match.
6327 2003-08-19  Matt Kraai  <kraai@alumni.cmu.edu>
6329         * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
6330         * objc/config-lang.in (stagestuff): ... to here.
6332 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
6334         PR c++/11946
6335         * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
6336         NOP_EXPR) when necessary.
6337         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
6338         types with precisions other than those given by native machine
6339         modes.
6341 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6343         * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
6344         because some macro is defined.
6346         * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
6347         options.
6348         * config/i386/darwin.h (ASM_SPEC): New.
6349         (SUBTARGET_EXTRA_SPECS): New.
6350         * config/rs6000/darwin.h (ASM_SPEC): New.
6351         (SUBTARGET_EXTRA_SPECS): New.
6352         * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
6353         a cross-compiler between two different processors on Darwin.
6354         * configure: Regenerate.
6356 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6358         * builtins.c: Fix comment typos.
6359         * c-common.c: Likewise.
6360         * c-decl.c: Likewise.
6361         * c-pretty-print.c: Likewise.
6362         * cfgbuild.c: Likewise.
6363         * cfglayout.c: Likewise.
6364         * cfgloopanal.c: Likewise.
6365         * cgraphunit.c: Likewise.
6366         * cppfiles.c: Likewise.
6367         * dwarfout.c: Likewise.
6368         * expr.c: Likewise.
6369         * fold-const.c: Likewise.
6370         * gcse.c: Likewise.
6371         * ggc-page.c: Likewise.
6372         * haifa-sched.c: Likewise.
6373         * pretty-print.c: Likewise.
6374         * tree.c: Likewise.
6375         * tree.h: Likewise.
6376         * value-prof.c: Likewise.
6378 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6380         * c-decl.c: Follow spelling conventions.
6381         * cppfiles.c: Likewise.
6383 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6385         * c-common.c: Fix comment formatting.
6386         * c-common.h: Likewise.
6387         * c-decl.c: Likewise.
6388         * cppinit.c: Likewise.
6389         * cpplib.h: Likewise.
6390         * emit-rtl.c: Likewise.
6391         * input.h: Likewise.
6392         * line-map.h: Likewise.
6393         * opts.c: Likewise.
6394         * opts.h: Likewise.
6395         * simplify-rtx.c: Likewise.
6397 2003-08-19  Daniel Jacobowitz  <drow@mvista.com>
6399         * unwind-c.c: Add libgcc-style exception.
6400         * unwind-dw2.c: Likewise.
6401         * unwind-pe.h: Likewise.
6402         * unwind-sjlj.c: Likewise.
6403         * unwind.inc: Likewise.
6405 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
6407         PR c/5582 PR c++/10538
6408         * langhooks-def.h (lhd_decl_uninit): Declare.
6409         (LANG_HOOKS_DECL_UNINIT): New macro.
6410         (LANG_HOOKS_INITIALIZER): Adjust.
6411         * langhooks.h (struct lang_hooks): Add new field
6412         decl_uninit.
6413         * langhooks.c (lhd_decl_uninit): Define.
6414         * c-common.c (c_decl_uninit_1): New function.
6415         (c_decl_uninit): New function.
6416         (warn_init_self): Define.
6417         * c-common.h (c_decl_uninit): Declare.
6418         (warn_init_self): Declare.
6419         * c.opt: Introduce -Winit-self.
6420         * c-opts.c (c_common_handle_options): Set warn_init_self.
6421         * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
6422         * objc/objc-lang.c  (LANG_HOOKS_DECL_UNINIT): Define.
6423         * function.c (uninitialized_vars_warning): Call the language hook.
6424         * doc/invoke.texi: Document -Winit-self.
6426 2003-08-19  Chris Demetriou  <cgd@broadcom.com>
6428         * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
6429         to use better predicates and constraints.  Define new
6430         instruction to handle "trap_if" with DI-mode arguments.
6431         (conditional_trap): FAIL if trap code is not 0.
6433 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
6435         * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
6436         strstr with $pb to a strcompare with "<pic base>"
6437         (ix86_output_addr_diff_elt): Output the real pic base.
6439 2003-08-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6441         * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
6442         (LANG_HOOKS_INITIALIZER): Correct.
6443         * c-lang.c: Likewise.
6445 2003-08-19  Jan Hubicka  <jh@suse.cz>
6447         * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
6448         (cgraph_varpool_mark_needed_node): Likewise.
6449         * cgraph.h (notice_global_symbol): Declare
6450         * varasm.c (notice_global_symbol): Break out from ...
6451         (assemble_start_function): ... here; update for variables.
6452         (assemble_variable): Use notice_global_symbol.
6454 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
6456         * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
6457         expect SFmode and DFmode arguments to be passed in FPRs,
6458         regardless of the underlying type.
6460 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
6462         PR target/11924
6463         * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
6464         (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
6466 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
6468         PR c/11207
6469         * c-typeck.c (set_init_index): Check for negative index.
6471 2003-08-18  Bob Wilson  <bob.wilson@acm.org>
6473         * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
6474         call0 ABI.
6475         * config/xtensa/crtn.asm (_init, _fini): Likewise.
6476         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
6477         __umodsi3, __modsi3): Likewise.
6478         * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
6479         $(INCLUDES).
6481 2003-08-18  Aldy Hernandez  <aldyh@redhat.com>
6483         * config/rs6000/spe.md ("*nabssf2_gpr"): New.
6485 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6487         * config/mips/mips.md: Quote C code in braces.  Remove use of
6488         fake const0_rtx operands.  Remove double backslashes.  Use \;.
6489         Remove workarounds for bogus warnings.
6491 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6493         * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
6494         (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
6495         rather than TARGET_MIPS4300.
6496         (mulsf3_internal, mulsf3_r4300): Likewise.
6498 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6500         * config/mips/mips.md: Renumber unspecs.  Clean up comments.
6502 2003-08-17  Roger Sayle  <roger@eyesopen.com>
6504         * simplify-rtx.c (associative_constant_p): New function to test
6505         whether an RTX expression is an immediate constant.
6506         (simplify_associative_operation): New function to perform some
6507         reassociation optimizations of associative binary expressions.
6508         (simplify_binary_operation): Use simplify_associative_operation
6509         to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
6510         Floating point expressions are only reassociated when unsafe
6511         math optimizations are permitted.
6513 2003-08-17  Andreas Jaeger  <aj@suse.de>
6515         * config/alpha/alpha.md: Remove usage of PARAMS.
6517         * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
6518         * config/i386/i386-interix.h: Likewise.
6519         * config/i386/winnt.c: Likewise.
6520         * config/i386/cygming.h: Likewise.
6521         * config/i386/cygwin2.c: Likewise.
6522         * config/darwin.c: Likewise.
6523         * config/darwin-c.c: Likewise.
6524         * config/darwin-protos.h: Likewise.
6525         * config/darwin.h: Likewise.
6526         * config/s390/s390-protos.h: Likewise.
6527         * config/s390/s390.c: Likewise.
6528         * config/ia64/ia64.c: Likewse
6529         * config/ia64/ia64-protos.h: Likewise.
6530         * config/ia64/ia64-c.c: Likewise.
6532 2003-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6534         * config/sparc/sparc.c: Convert to ISO C.
6536         * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
6537         * config/sparc/sparc.c: Likewise.
6539 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
6541         PR c++/11512
6542         * stmt.c (expand_expr_stmt_value): Don't warn about any void
6543         typed expression.
6545 2003-08-16  Jan Hubicka  <jh@suse.cz>
6547         * i386.c (ix86_fntype_regparm): Rename from ...
6548         (ix86_function_regparm): ... this one; add fastcall and local
6549         functions.
6550         (ix86_function_ok_for_sibcall): Update.
6551         (ix86_return_pops_args): Likewise.
6552         (init_cumulative_args): Likewise.
6553         (x86_can_output_mi_thunk): Likewise.
6554         (function_arg): Fix formating.
6555         (x86_this_parameter): Fix fastcall.
6556         (x86_output_mi_thunk): Likewise.
6558         * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
6559         body as reachable; mark nested functions as needed too.
6560         (dump_cgraph): Do not output global.calls.
6561         * cgraph.h (cgraph_global_info): Kill.
6562         * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
6563         (record_call_1): Speedup.
6564         (cgraph_analyze_function): Break out from ...; compute inlining
6565         parameters.
6566         (cgraph_finalize_compilation_unit): ... here.
6567         (cgraph_mark_inline): Kill computation of calls.
6568         (cgraph_decide_inlining): Do not compute most of initial values.
6570 2003-08-14  Roger Sayle  <roger@eyesopen.com>
6572         * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
6573         to negate if either operand is easy to negate, if we don't care
6574         about sign-dependent rounding.
6575         (negate_expr): Make the logic to negate a REAL_CST explicit.
6576         Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
6577         that's easy to negate, if we don't honor sign-dependent rounding.
6578         (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
6579         negate, and the symmetric A * -B as -A * B if A is easy to negate.
6580         (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
6581         -C/D if B and C are cheap to negate.  Add an explicit rule to
6582         optimize X/-1.0 as -X when we don't care about signaling NaNs.
6584 2003-08-14  Zack Weinberg  <zack@codesourcery.com>
6586         * Makefile.in (tm_file): Rename tm_include_list.
6587         (tm_p_file): Rename tm_p_include_list.
6588         (build_xm_file): Rename build_xm_include_list.
6589         (host_xm_file): Rename host_xm_include_list.
6590         (xm_file): Rename xm_include_list.
6591         (xm_file_list): Add to be substituted.
6592         (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
6593         Update to match.
6594         (bt-load.o): Add missing dependency on $(TM_H).
6595         * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
6596         For each of tm_file, tm_p_file, xm_file, host_xm_file, and
6597         build_xm_file, generate both *_file_list and *_include_list
6598         values from it.  (xm_file_list was formerly not being generated.)
6599         In *_include_list, prefix the names of all headers found in
6600         $(srcdir)/config with config/.  In each loop, consider only
6601         the special case files that can actually appear in that list.
6602         AC_SUBST all *_file_list and all *_include_list variables; do
6603         not AC_SUBST the plain *_file variables.
6604         * configure: Regenerate.
6606 2003-08-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6608         * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
6610 2003-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6612         * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
6613         direct calls.
6614         (attr_length_call): Include it here.  Improve length estimate for
6615         local calls.
6616         (output_call): Use targetm.binds_local_p.
6618 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6620         * builtins.c (CASE_MATHFN): New helper macro.
6621         (mathfn_built_in): Simplify and sort.
6623         * protoize.c (substr): Delete, callers changed to `strstr'.
6625 2003-08-13  Zack Weinberg  <zack@codesourcery.com>
6627         * config.gcc (iq2000*-*-elf*): Don't set xm_file.
6628         * config/iq2000/xm-iq2000.h: Delete file.
6630 2003-08-13  Geoffrey Keating  <geoffk@apple.com>
6632         * gengtype.c (walk_type): Process a subobject before processing
6633         the pointer that points to the subobject.
6635 2003-08-13  Per Bothner  <pbothner@apple.com>
6637         * regclass.c (init_reg_modes):  Make non-static.
6638         Rename to init_reg_modes_once per new naming convention.
6639         (init_regs):  Don't call init_reg_modes here.
6640         * emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
6641         * rtl.h (init_reg_modes_once):  New declaration.
6642         * toplev.c (backend_init):  Call init_regs after init_emit_once.
6644 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
6646         * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
6647         special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
6649 2003-08-13  J"orn Rennecke <joern.rennecke@superh.com>
6651         * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
6652         * sh.md (load_ra): Change insn predicate to TARGET_SH1.
6654 2003-08-13  Dale Johannesen  <dalej@apple.com>
6656         * config/rs6000/rs6000.md (ctrsi, ctrdi):  Reenable
6657         handling of decrement-and-branch farther than 32 bits.
6659 2003-08-12  Kelley Cook  <kelleycook@wideopenwest.com>
6661         * configure.in (make_compare_target): Move test to ...
6662         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
6663         * configure: Regenerate.
6665 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
6667         * config/mips/iris6.h: Convert to C90 prototypes.
6668         * config/mips/irix6-libc-compat.c: Likewise.
6669         * config/mips/mips-protos.h: Likewise.
6670         * config/mips/mips.c: Likewise.
6672 2003-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6674         fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.  Enable
6675         for selected machines.  Comment heavily.
6676         fixinc/fixincl.x: Rebuild.
6677         fixinc/tests/base/fs/rfs/rf_cache.h: New file.
6679 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
6681         * config/mips/mips.h: Tweak various comments.
6682         * config/mips/mips.c: Likewise.
6684 2003-08-11  James E Wilson  <wilson@tuliptree.org>
6686         PR optimization/11319
6687         PR target/10021
6688         * alias.c (find_base_value, case REG): Return 0 not src if no base
6689         found.
6691 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6693         * gcse.c (gmalloc): Fix last change.
6695 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6697         * simplify-rtx.c (simplify_binary_operation): Replace calls to
6698         gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
6699         and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
6700         gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
6702 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6704         * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
6705         * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
6706         typecode for an ABS_EXPR.
6708         * doc/c-tree.texi: Document ABS_EXPR.
6710 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6712         * fold-const.c (fold): Optimize any associative floating point
6713         operator with -funsafe-math-optimizations, not just MULT_EXPR.
6715 2003-08-11  Kaz Kojima  <kkojima@gcc.gnu.org>
6717         * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
6718         information in SHmedia case too.
6719         (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
6720         Likewise.
6721         (__set_fpscr): Use an access via GOT for PIC case.
6723 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
6725         * configure.in (intermodule): Make switch test more portable.
6726         * configure: Regenerate.
6728 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
6730         * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
6731         (restrap): Likewise.
6733 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6735         * gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
6736         (grealloc): Size argument is a size_t.
6737         (gcalloc): New function.  Use throughout in lieu of
6738         gmalloc/memset.
6740         * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
6741         xmalloc/memset.
6742         * config/ia64/ia64.c (ia64_reorg): Likewise.
6743         * conflict.c (conflict_graph_new): Likewise.
6744         * fixinc/fixincl.c (run_compiles): Likewise.
6745         * genattrtab.c (optimize_attrs): Likewise.
6746         * genrecog.c (new_decision): Likewise.
6747         * haifa-sched.c (schedule_block): Likewise.
6748         * hashtable.c (ht_create): Likewise.
6750 2003-08-11  Bob Wilson  <bob.wilson@acm.org>
6752         * config/xtensa/lib2funcs.S: Fix whitespace.
6753         * config/xtensa/xtensa.md (all insns and expanders): Use brace block
6754         syntax where appropriate.  Remove unnecessary backslash escapes.
6755         Reformat comments and fix some code formatting.
6756         (extendqisi2): Rearrange conditional.
6757         (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
6758         *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
6759         of fatal_insn.
6761 2003-08-11  Richard Sandiford  <rsandifo@redhat.com>
6763         * config/mips/mips.c: Various formatting fixes.
6764         (override_options): Resync -mtune handling with gas.
6765         (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
6766         * config/mips/mips.h: More formatting fixes.
6767         (mips_abi): Move declaration.
6768         * config/mips/mips.md (exception_receiver): Add mode to
6769         unspec_volatile.
6771 2003-08-11  Aldy Hernandez  <aldyh@redhat.com>
6773         * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
6774         evsplatfi here.
6775         (bdesc_1arg): Remove evsplati and evsplatfi.
6777 2003-08-11  J"orn Rennecke <joern.rennecke@superh.com>
6779         * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
6780         into account.
6782 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6784         * builtins.c (expand_builtin_strcat): Optimize constant strings.
6786 2003-08-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6788         * pretty-print.c (pp_base_indent): Rename from pp_indent.
6789         * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
6790         (struct c_pretty_print_info): Add more fields.
6791         (pp_c_left_paren): Move to c-pretty-print.c.
6792         (pp_c_right_paren): Likewise.
6793         (pp_c_left_brace): Likewise.
6794         (pp_c_right_brace): Likewise.
6795         (pp_c_left_bracket): Likewise.
6796         (pp_c_right_bracket): Likewise.
6797         (pp_c_declarator): Declare.
6798         (pp_c_direct_declarator): Likewise.
6799         (pp_c_specifier_qualifier_list): Likewise.
6800         (pp_c_type_id): Likewise.
6801         * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
6802         (pp_c_type_qualifier_list): New.
6803         (pp_c_pointer): Likewise.
6804         (pp_c_parameter_type_list): Likewise.
6805         (pp_c_function_definition): Likewise.
6806         (pp_c_id_expression): Likewise.
6807         (pp_c_simple_type_specifier): Tidy.
6808         (pp_c_unary_expression): Likewise.
6809         (pp_c_expression): Likewise.
6810         (pp_c_pretty_printer_init): Likewise.
6811         (pp_c_specifier_qualifier_list): Rework..
6812         (pp_c_abstract_declarator): Likewise.
6813         (pp_c_postfix_expression): Likewise.
6814         (pp_c_primary_expression): Likewise.
6815         (pp_c_cast_expression): Likewise.
6816         (pp_c_direct_abstract_declarator): Likewise.
6817         (pp_c_storage_class_specifier): Likewise.
6818         (pp_c_function_specifier): Likewise.
6819         (pp_c_declaration_specifiers): Likewise.
6820         (pp_c_direct_declarator): Likewise.
6821         (pp_c_declarator): Likewise.
6822         (pp_c_declaration): Likewise.
6823         (pp_c_statement): Likewise.
6824         (pp_c_integer_constant): Rename from pp_c_integer_literal.
6825         (pp_c_character_constant): Rename from pp_c_character_literal.
6826         (pp_c_bool_constant): Rename from pp_c_bool_literal.
6827         (pp_c_enumeration_constant): Rename from pp_c_enumerator.
6828         (pp_c_floating_constant): Rename from pp_c_real_literal.
6829         (pp_c_constant): Rename from pp_c_literal.
6830         * c-lang.c: Include diagnostic.h and c-pretty-print.h
6831         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
6832         (c_initialize_diagnostics): New.
6833         * Makefile.in (c-lang.o): Update dependency.
6835 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6837         * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
6839 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
6841         * config/mips/mips.c (mips_no_mips16_string): Remove.
6842         (override_options): Don't handle -mips16 as part of -mipsN.
6843         * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
6844         (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
6845         (TARGET_OPTIONS): Remove -mno-mips16.
6847 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
6849         * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
6850         (coprocessor2_operand): Likewise.
6851         * config/mips/mips.c (STAB_CODE_TYPE): Remove.
6852         (lookup_name): Remove declaration.
6853         (abort_with_insn): Remove.  Replace all uses with fatal_insn.
6854         (mips16, mips_abicalls): Remove.
6855         (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
6856         (arith32_operand, large_int, true_reg_or_0_operand): Remove.
6857         (coprocessor_operand, coprocessor2_operand): Remove.
6858         (override_options): Don't set mips16 or mips_abicalls.
6859         (print_operand): Don't expect SIGN_EXTEND operands.
6860         (mips_secondary_reload_class): Likewise.
6861         (mips_output_conditional_branch): Remove disabled long-branch code.
6862         * config/mips/mips.h (call_used_regs): Remove declaration.
6863         (may_call_alloca): Likewise.
6864         (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
6865         (mips_abicalls, mips16): Remove declarations.
6866         (ASM_FINAL_SPEC, LIB_SPEC): Remove.
6867         (CC1_SPEC): Remove outdated comment.
6868         (MIPS_VERSION, MACHINE_TYPE): Remove.
6869         (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
6870         (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
6871         (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
6872         (PUSH_ROUNDING): Likewise.
6873         (ASSEMBLER_SCRATCH_REGNUM): Remove.
6874         * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
6875         and mips16 with TARGET_MIPS16.
6877 2003-08-09  Per Bothner  <pbothner@apple.com>
6879         * cppinit.c (cpp_read_main_file):  Split out source-independent
6880         initialization to separate function ...
6881         (cpp_post_options):  New function.
6882         * cppfiles.c (cpp_stack_file):  Rename public name to ...
6883         (_cpp_stack_file):  New internal function name.
6884         * cpplib.h:  Update accordingly.
6885         * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
6886         (cpp_read_main_file):  Don't initialize line here.
6887         * c-opts.c (c_common_post_options):  Call cpp_post_options.
6888         (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
6889         * fix-header.c (read_scan_file):  Call cpp_post_options.
6891 2003-08-09  Per Bothner  <per@bothner.com>
6893         * c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.
6895 2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6897         * pa.c (pa_asm_output_mi_thunk): Fix typo.
6899 2003-08-09  Neil Booth  <neil@daikokuya.co.uk>
6901         PR preprocessor/11839
6902         * cppfiles.c (open_file): Handle ENOTDIR.
6904 2003-08-09  Richard Sandiford  <rsandifo@redhat.com>
6906         PR target/11699
6907         * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
6909 2003-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6911         * pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
6912         source/destination is not a register operand.
6914 2003-08-08  Richard Henderson  <rth@redhat.com>
6916         PR target/11535
6917         * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
6918         RETURN_ADDRESS_POINTER_REGNUM.
6919         (ia64_expand_prologue): Don't frob it.
6920         (ia64_output_function_epilogue): Likewise.
6921         (ia64_return_addr_rtx): New.
6922         (ia64_split_return_addr_rtx): New.
6923         * config/ia64/ia64-protos.h: Update.
6924         * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
6925         (RETURN_ADDRESS_POINTER_REGNUM): Remove.
6926         (GENERAL_REGNO_P): Don't check it.
6927         (AR_*_REGNUM): Renumber.
6928         (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
6929         (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
6930         (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
6931         (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
6932         (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
6933         * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
6934         (movdi_ret_addr): New.
6936 2003-08-08  Geoffrey Keating  <geoffk@apple.com>
6938         * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
6940 2003-08-08  Roger Sayle  <roger@eyesopen.com>
6942         * tree.h (get_identifier) Define a macro form of get_identifier
6943         that calls get_identifier_with_length when the string is constant.
6944         (get_identifier_with_length): Change type of second argument to
6945         size_t in prototype.
6946         * stringpool.c (get_identifier): Undefine the macro before giving
6947         the function definition.
6948         (get_identifier_with_length): Change  type of second argument to
6949         size_t in function definition.
6950         * hashtable.c (calc_hash): Change type of second argument to size_t.
6951         (ht_lookup): Change type of third argument to size_t.  Reorganize
6952         to speed-up the cases where the hash table slot is empty, or the
6953         first probe matches (i.e. there isn't a collision).
6954         * hashtable.h (ht_lookup): Adjust function prototype.
6956 2003-08-08  Bernardo Innocenti  <bernie@develer.com>
6958         PR target/9697
6959         PR target/11777
6960         * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
6962 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
6964         * common.opt: Add debug switches.
6965         * flags.h (use_gnu_debug_info_extensions): Boolify.
6966         * opts.c (write_symbols, debug_info_level,
6967         use_gnu_debug_info_extensions): Move from toplev.c.
6968         (set_debug_level): New.
6969         (common_handle_options): Handle debug switches.
6970         (print_help): Display target options directly.
6971         * toplev.c (debug_hooks): Don't initialize.
6972         (write_symbols, debug_info_level,
6973         use_gnu_debug_info_extensions): Move to opts.c.
6974         (debug_args, display_help, decode_g_option): Remove.
6975         (process_options): Set no debug if level zero here,
6976         and no-debug-hooks.  Error here if impossible debug format selected.
6977         * toplev.h (display_help, decode_g_option): Remove.
6979 2003-08-08  Richard Sandiford  <rsandifo@redhat.com>
6981         * tree.c (get_file_function_name_long): Fix size of alloca() area.
6983 2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>
6985         * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
6986         and gcc_cv_prog_cmp_skip.
6987         * configure: Regenerate.
6989 2003-08-08  Stan Cox  <scox@redhat.com>
6991         * config/iq2000: New port.
6992         * config.gcc (iq2000-*-elf): Added.
6993         * doc/install.texi (Specific):  Add iq2000 description.
6995 2003-08-08  Andreas Schwab  <schwab@suse.de>
6997         * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
6998         and insert missing empty argument.
6999         * configure: Regenerate.
7001 2003-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7003         * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
7004         (attr_length_millicode_call): Likewise.
7005         (attr_length_call): Likewise.  Revise some maximum insn lengths.
7006         (attr_length_indirect_call): Likewise.
7007         (output_call): Fix thinko that added extra nop.
7008         * pa.h (IN_NAMED_SECTION_P): Define.
7010         PR c++/11712
7011         * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
7012         __STDC_EXT__ when using C++ dialect.
7014 2003-08-07  J"orn Rennecke <joern.rennecke@superh.com>
7016         * sh.c (calc_live_regs): If the return address pointer is live,
7017         force pr live.
7018         (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
7019         for saves / restores.
7020         (sh_expand_epilogue): If sh_media_register_for_return returns a
7021         register number, flag the instructions that restores PR_MEDIA_REG
7022         as possibly dead.
7023         Remove dead update of offset.
7024         (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
7025         we can use the result of get_hard_reg_initial_val.
7026         * sh.md (UNSPEC_RA): New constant.
7027         (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
7028         (load_ra).  Handle UNSPEC_RA.
7029         (sibcall_media): Use PR_MEDIA_REG.
7031         * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
7032         * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
7033         needs saving on SHmedia.
7035 2003-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
7037         * config/s390/s390.md: Replace all occurrences of \\t with \t.
7039 2003-08-07  Richard Sandiford  <rsandifo@redhat.com>
7041         * local-alloc.c (combine_regs): Fix comment typo.
7043 2003-08-06  Zack Weinberg  <zack@codesourcery.com>
7045         * c-decl.c (builtin_decls): Replace with first_builtin_decl
7046         and last_builtin_decl.
7047         (c_init_decl_processing): Initialize both.
7048         (c_reset_state): Iterate from first_builtin_decl to
7049         last_builtin_decl inclusive to reintroduce builtins.
7051 2003-08-06  David Mosberger  <davidm@hpl.hp.com>
7053         * doc/extend.texi (Function Attributes): Document the IA-64 version
7054         of the "model" attribute.
7056         * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
7057         (SYMBOL_REF_SMALL_ADDR_P): Ditto.
7058         (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
7060         * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
7061         (ia64_encode_section_info): Likewise.
7062         (ia64_attribute_table): Add "model" attribute.
7063         (TARGET_ENCODE_SECTION_INFO): Define.
7064         (small_addr_symbolic_operand): New function.
7065         (got_symbolic_operand): Return 0 for a symbolref to an object
7066         in the small address area.
7067         (enum ia64_addr_area): New type.
7068         (small_ident1): New variable.
7069         (small_ident2): Likewise.
7070         (init_idents): New function.
7071         (ia64_get_addr_area): Likewise.
7072         (ia64_encode_addr_area): Likewise.
7073         (ia64_encode_section_info): Likewise.
7074         (ia64_expand_load_address): For symbolic references to objects in
7075         the small-address-area, load the address via gen_rtx_SET() (which,
7076         eventually, will expand into "addl").
7078 2003-08-06  Per Bothner  <pbothner@apple.com>
7080         * line-map.h (fileline):  New typedef.
7081         (struct line_map, linemap_add, linemap_lookup):  Use it.
7082         * input.h (struct location_s):  Comment notes that long-term we want
7083         to replace it by fileline.
7085 2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>
7087         Fix SHcompact exception handling:
7088         * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
7089         by the prologue, return a MEM with return_address_pointer_rtx
7090         as address.
7091         * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
7092         (RETURN_ADDR_OFFSET): Don't define.
7093         (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
7094         registers that are visible in compact mode.  Show that SHmedia
7095         registers still exist in compact mode, even if there are not
7096         readily accessible.
7097         (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
7098         if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
7099         and DW_EH_PE_pcrel for pic data.
7100         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
7101         set SYMBOL_FLAG_FUNCTION in symbol, and actually use
7102         DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
7103         (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
7104         * sh.md (movsi_media-1): New splitter.
7106 2003-08-06  Graeme Peterson <gp@qnx.com>
7108         * config/i386/nto.h: New.
7109         * config/i386/t-nto: New.
7110         * config.gcc (i[34567]86-*-nto-qnx*): New.
7112 2003-08-06  Phil Edwards  <pme@gcc.gnu.org>
7114         * doc/install.texi (*-*-solaris2*):  Refine configure instructions.
7116 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
7118         * calls.c (load_register_parameters): Arrange for call_fusage to
7119         report the whole register as used when shifting to the msb.
7121 2003-08-05  Roger Sayle  <roger@eyesopen.com>
7123         * builtins.c (expand_builtin): When not optimizing, call the library
7124         function for all builtins that have library functions (except alloca).
7126 2003-08-05  Alexandre Oliva  <aoliva@redhat.com>
7128         * c.opt: Introduce -fworking-directory.
7129         * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
7130         * c-common.h (flag_working_directory): Declare.
7131         * c-common.c (flag_working_directory): Define.
7132         * c-opts.c (c_common_handle_options): Set it.
7133         (sanitize_cpp_opts): Set...
7134         * cpplib.h (struct cpp_options): ... working_directory option.
7135         (struct cpp_callbacks): Add dir_change.
7136         * cppinit.c (read_original_filename): Call...
7137         (read_original_directory): New.  Look for # 1 "directory//"
7138         and process it.
7139         (cpp_read_main_file): Call dir_change callback if working_directory
7140         option is set.
7141         * gcc.c (cpp_unique_options): Pass -g*.
7142         * c-lex.c (cb_dir_change): New.
7143         (init_c_lex): Set dir_change callback.
7144         * toplev.c (src_pwd): New static variable.
7145         (set_src_pwd, get_src_pwd): New functions.
7146         * toplev.h (get_src_pwd, set_src_pwd): Declare.
7147         * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
7148         * dwarf2out.c (gen_compile_unit_die): Likewise.
7149         * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
7151 2003-08-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7153         * pretty-print.h (pp_set_line_maximum_length): Make macro.
7154         (pp_set_prefix): Likewise.
7155         (pp_destroy_prefix): Likewise.
7156         (pp_remaining_character_count_for_line): Likewise.
7157         (pp_clear_output_area): Likewise.
7158         (pp_formatted_text): Likewise.
7159         (pp_last_position_in_text): Likewise.
7160         (pp_emit_prefix): Likewise.
7161         (pp_append_text): Likewise.
7162         (pp_flush): Likewise.
7163         (pp_format_text): Likewise.
7164         (pp_format_verbatim): Likewise.
7165         (pp_tree_identifier): Tidy.
7166         * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
7167         (pp_base_format_verbatim): Rename from pp_format_verbatim.
7168         (pp_base_flush): Rename from pp_flush.
7169         (pp_base_set_line_maximum_length): Rename from
7170         pp_set_line_maximum_length.
7171         (pp_base_clear_output_area): Rename from pp_clear_output_area.
7172         (pp_base_set_prefix): Rename from pp_set_prefix.
7173         (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
7174         (pp_base_emit_prefix): Rename from pp_emit_prefix.
7175         (pp_base_append_text): Rename from pp_append_text.
7176         (pp_base_formatted_text): Rename from pp_formatted_text.
7177         (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
7178         (pp_base_remaining_character_count_for_line): Rename from
7179         pp_remaining_character_count_for_line.
7180         * diagnostic.h (diagnostic_format_decoder): Tidy.
7181         (diagnostic_flush_buffer): Likewise.
7182         * c-pretty-print.h: (pp_c_string_literal): Declare.
7183         (pp_c_real_literal): Likewise.
7184         (pp_c_integer_literal): Likewise.
7185         * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
7186         pp_identifier.
7187         (pp_c_character_literal): Tidy.
7188         (pp_c_string_literal): Make public.
7189         (pp_c_bool_literal): Likewise.
7190         (pp_c_integer_literal): Likewise.
7191         (pp_c_real_literal): Likewise.
7193         * Makefile.in (C_PRETTY_PRINT_H): New variable.
7194         (c-pretty-print.o): Update dependence.
7196 2003-08-05  Chris Demetriou  <cgd@broadcom.com>
7198         * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
7199         ".set nomacro" state.
7200         (fix_truncsfsi2_macro): Likewise.
7202 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
7204         * tree.h (DID_INLINE_FUNC): Remove macro.
7205         (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
7206         add tree check for FUNCTION_DECL.
7207         (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
7208         (struct tree_decl): Rename inlined_function_flag to
7209         declared_inline_flag.
7210         * c-common.h (c_lang_decl): Remove.
7211         (DECL_ESTIMATED_INSNS): Remove.
7212         * c-tree.h (struct lang_decl): Don't include c_lang_decl.
7213         (DECL_DECLARED_INLINE_P): Remove.
7214         * c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
7215         do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
7216         (finish_function): Make uninlinable a bool.  Fixup call to
7217         tree_inlinable_function_p() and fix some code style issues.
7218         * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
7219         * cgraph.c (dump_cgraph): Likewise.
7220         * cgraphunit.c (cgraph_decide_inlining): Likewise
7221         (cgraph_finalize_compilation_unit): Likewise.
7222         Also update call to tree_inlinable_function_p().
7223         (cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
7224         look at DECL_DECLARED_INLINE and reverse logic.
7225         * print-tree.c (print_node): Likewise.
7226         * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
7227         * tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
7228         prototype.
7229         * tree-inline.c (inlinable_function_p): Split up in this function to
7230         check for basic inlining inhibiting conditions, and new
7231         limits_allow_inlining() function.  Warn if inlining is impossible
7232         because the inline candidate calls alloca or uses sjlj exceptions.
7233         (limits_allow_inlining): this new function to check if the inlining
7234         limits are satisfied.  Throttle from currfn_max_inline_insns, not from
7235         MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
7236         MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
7237         Update prototypes.
7238         (tree_inlinable_function_p): Make a bool.  Update call to
7239         inlinable_function_p
7240         (expand_call_inline): Use limits_allow_inlining() when not in
7241         unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
7242         instead see if the function was declared `inline'.
7244 2003-08-05  Josef Zlomek  <zlomekj@suse.cz>
7246         * gcse.c (try_replace_reg): Fix updating of note.
7248 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7250         PR middle-end/11771
7251         * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
7252         logic in negate_expr, i.e. we don't invert (A-B) for floating
7253         point types unless flag_unsafe_math_optimizations.
7255 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7257         * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
7258         Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
7259         for floating point expressions with -ffast-math.
7260         (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
7261         * expmed.c (expand_mult): Wrap long line.  Expand x*2.0 as x+x.
7263 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7265         * c-common.c (flag_noniso_default_format_attributes): Delete.
7266         (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
7267         (c_attrs_initialized): Delete.
7268         (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
7269         always call c_init_attributes.
7270         (c_init_attributes): Don't define/undefine DEF_FN_ATTR.  Don't
7271         set c_attrs_initialized when done.
7272         (c_common_insert_default_attributes): Delete.
7273         * c-common.h (flag_noniso_default_format_attributes): Delete.
7274         (c_coomon_insert_default_attributes): Delete prototype.
7275         * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
7276         flag_noniso_default_format_attributes.
7278         * c-decl.c (c_insert_default_attributes): Delete.
7279         * c-tree.h (c_insert_default_attributes): Delete prototype.
7281         * attribs.c (decl_attributes): Don't call insert_default_attributes
7282         langhook.  Update function description comment.
7283         * langhooks.h (lang_hooks): Remove insert_default_attributes field.
7284         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
7285         * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
7286         * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
7288         * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
7289         define.
7291 2003-08-04  Richard Sandiford  <rsandif@redhat.com>
7293         * config/mips/mips.c (override_options): Disable -G on targets that
7294         have no .section support.
7295         (mips_select_section): Use default_select_section for such targets.
7297 2003-08-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7299         * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
7300         * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
7301         * fixinc/fixincl.x: Rebuild.
7302         * fixinc/tests/base/regexp.h: New test.
7304 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
7306         * c-ppoutput.c (cb_line_change): Don't skip line changing while
7307         parsing macro arguments in the top-level context.
7309 2003-08-04  Neil Booth  <neil@daikokuya.co.uk>
7311         * config.in: Remove HAVE_LSTAT.
7312         * configure, configure.in: Don't test for lstat.
7314 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7316         * opts.c (decode_options): Do language-specific initialization for
7317         the global diagnostic context.
7318         * langhooks-def.h (lhd_initialize_diagnostics): Declare.
7319         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
7320         (LANG_HOOKS_INITIALIZER): Adjust.
7321         * langhooks.h (struct lang_hooks): Add new field
7322         initialize_diagnostics.
7323         * langhooks.c (lhd_initialize_diagnostics): Define.
7325 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7327         * pretty-print.h:   Adjust macro definitions.
7328         * pretty-print.c (pp_newline): Rename to pp_base_newline.
7329         (pp_character): Rename to pp_base_character.
7330         (pp_string): Rename to pp_base_string.
7331         * c-pretty-print.c (pp_buffer): Move to pretty-print.h
7332         (pp_newline):  Likewise.  Adjust.
7333         (pp_c_char): Adjust.
7335 2003-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7337         * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
7338         BUILT_IN_LLABS): Move to miscellaneous section.
7340 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
7342         PR preprocessor/11534
7343         * cppexp.c (parse_defined): Warn only if -pedantic.
7345 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
7347         * cppfiles.c (stack_file): Use file path.
7349 2003-08-02  Roger Sayle  <roger@eyesopen.com>
7351         * builtin-types.def (BT_SSIZE): New primitive type.
7352         (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
7353         BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
7354         BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
7355         BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
7356         * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
7357         BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
7358         BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
7359         * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
7360         few functions that define default attributes using it.
7361         * c-common.c (c_common_insert_default_attributes): Do nothing.
7363         * doc/extend.texi: Document these "new" builtins.
7365 2003-08-02  Kaz Kojima  <kkojima@gcc.gnu.org>
7367         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
7368         (LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
7369         when -mieee-fp set and -shared not set.
7370         (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
7372 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
7374         * cppfiles.c (struct _cpp_file): Rename once_only_next to
7375         next_file.  Remove import and pragma_once, add once_only.
7376         (find_file): Add new file structures to the all_files list.
7377         (should_stack_file): Mark #import-ed files once-only, and
7378         don't stack them if the file has already been stacked.
7379         (_cp_mark_file_once_only): Simplify.
7380         * cpphash.h (struct cpp_reader): Rename once_only_files
7381         to all_files.  Rename saw_pragma_once to seen_once_only.
7382         (_cpp_mark_file_once_only): Update prototype.
7383         * cpplib.c (do_pragma_once): Update.
7385 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
7387         * cppfiles.c (ENOTDIR): Remove.
7388         (open_file_in_dir): Rename find_file_in_dir.  Handle errors
7389         other than ENOENT here.
7390         (once_only_file_p): Rename should_stack_file.
7391         (find_file, open_file_failed, read_file_guts): Report errors
7392         with full path name.
7393         (read_file): Move pch handling to should_stack_file.
7394         (should_stack_file): Handle PCH and once-only issues, and
7395         reading the file.
7396         (stack_file): Don't do file reads.
7398 2003-08-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7400         * libgcov.c (gcov_exit): Cleanup and fix.
7401         * profile.c (compute_value_histograms): Don't try to read profiles
7402         that are not present.
7404 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7406         * builtins.def: Categorize.
7408         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7409         Mind fp rounding.
7410         (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
7412 2003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>
7414         * config.gcc: Enable posix threads by default on darwin.
7416 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
7418         * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
7419         even if nehedges1 is 0.
7421 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7423         * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
7424         fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
7425         fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
7426         and defintions.
7428         * fixinc/inclhack.def (broken_cabs): Make matching more generous.
7429         * fixinc/fixincl.x: Regenerate.
7430         * fixinc/tests/base/math.h: Regenerate to match test_text change.
7432 2003-08-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7434         * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
7436 2003-08-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7438         * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
7439         for accesses to exc_ptr.
7441 2003-08-01  Geoffrey Keating  <geoffk@apple.com>
7443         * doc/sourcebuild.texi (Front End Directory): Don't make references
7444         to libsubdir, it's not part of the interface to frontends.
7445         * doc/install.texi (Configuration): Help users read faster by saying
7446         that GCC's configure options are the standard autoconf ones.
7447         Mention --libdir.  Update the default rules for finding the
7448         assembler.  Don't use libsubdir since we haven't said what it means.
7449         (Specific): In the Solaris 7 notes, update the place to put the
7450         assembler.
7451         * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
7452         * doc/cpp.texi (Search Path): Actually, the search path
7453         depends on libdir, which can relocate with cpp.
7454         * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
7455         now a private interface between the Makefile and the driver.
7457 2003-08-01  Richard Henderson  <rth@redhat.com>
7459         * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
7461         * varasm.c (lookup_constant_def): New function.
7462         * rtl.h (lookup_constant_def): Declare it.
7463         * dwarf2out.c (loc_descriptor_from_tree): Use it.
7464         Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
7466 2003-08-01  Zack Weinberg  <zack@codesourcery.com>
7468         * c-decl.c (gettags, pushdecl_function_level): Delete.
7469         (last_function_parm_vars): Rename last_function_parm_others.
7470         (current_function_parm_vars): Rename current_function_parm_others.
7471         (struct c_scope): Rewrite comment explaining this data structure.
7472         Add names_last, blocks_last, parms_last fields.  Rename
7473         incomplete_list to incomplete.
7474         (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
7475         (poplevel): Ignore second argument.  No need to nreverse
7476         anything.  Restructure such that each list is processed
7477         exactly once.  Use 'const location_t *locus' syntactic sugar
7478         variable where useful.  Issue unused variable warnings
7479         ourselves, do not rely on function.c.
7480         (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
7481         (pushdecl_top_level): Likewise.  Don't call duplicate_decls.
7482         (implicitly_declare): decl cannot be error_mark_node.
7483         (undeclared_variable): Manipulate scope structure directly.
7484         (c_make_fname_decl): Likewise.
7485         (getdecls, c_init_decl_processing): Fix comment.
7486         (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
7487         for 'last' variable.
7488         (grokparms): No need to nreverse parms list.
7489         (store_parm_decls_newstyle): Set up the parms_last and
7490         names_last fields of the new scope too.
7491         (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
7492         on parms to begin with; check this under ENABLE_CHECKING.  Set
7493         up parms_last.
7494         (check_for_loop_decls): Refer directly to current_scope->tags.
7495         Use consistent quote style in diagnostics.
7496         (c_write_global_declarations): The names list is not backward.
7498         * c-common.h: Don't prototype gettags.
7499         * c-parse.in: Call poplevel with second argument 0 always.
7501 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7503         * builtins.def: Resort builtins.
7505 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7507         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
7508         DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
7509         Prepend "__builtin_" onto NAME with string concatenation.  Remove
7510         explicit "__builtin_" from each macro call.
7512         Reformat entire file.
7514 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7516         * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
7517         ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.
7519 2003-08-01  Andreas Krebbel  <krebbel1@de.ibm.com>
7521         * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
7522         CCL1, or CCL2 modes with floating point operations.
7524         * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
7525         "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
7526         "*subdf3_cconly"): New insns.
7527         ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
7529 2003-08-01  Neil Booth  <neil@daikokuya.co.uk>
7531         * Makefile.in: Refine dependencies.
7532         * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
7533         * c.opt: Update help for -Wimport.
7534         * cppfiles.c: Include hashtab.h.  Update comments.
7535         (stack_file): Read the file before updating dependencies.
7536         (once_only_file_p): Be smarter about marking once-only files.
7537         (_cpp_mark_file_once_only): Correct the check for existence on
7538         the list.
7539         (open_file_failed): Use name not path, which is NULL.
7540         * cpphash.h: Don't include hashtab.h.
7541         (struct _cpp_file): Remove.
7542         (struct cpp_reader): Update.
7543         * cppinit.c (cpp_create_reader): Don't initialize warn_import.
7544         * cpplib.h (struct cpp_options): Remove warn_import.
7545         (cpp_simplify_path): Remove.
7547 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
7549         PR c++/11295
7550         * doc/extend.texi (Statement Expressions): Document C++ semantics.
7552 2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7554         * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
7556 2003-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7558         * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
7559         throughout.
7560         * builtins.def: Likewise.
7562 2003-07-31  Jason Merrill  <jason@redhat.com>
7564         * Makefile.in (bubblestrap): Don't require a previous full
7565         bootstrap.
7567         * expr.c (mostly_zeros_p): No longer static.
7568         * tree.h: Declare it.
7569         * stmt.c (resolve_asm_operand_names): Don't copy the pattern
7570         unless we need to do substitutions.
7572 2003-07-31  Roger Sayle  <roger@eyesopen.com>
7574         * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
7575         pow(x,c)*x as pow(x,c+1) for constant values c.  Optimize x*x
7576         as pow(x,2.0) when the latter will be expanded back into x*x.
7577         (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
7578         * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
7579         pow can never set errno when used with an integer exponent.
7580         Always use expand_powi when exponent is -1, 0, 1 or 2.
7581         (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
7582         as 1.0/(x*x).  This avoids unbounded recursion as we now prefer
7583         the pow forms of these expressions.
7585 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7587         * Makefile.in (libexecdir): New.
7588         (libsubdir): Use gcc instead of gcc-lib.
7589         (libexecsubdir): New.
7590         (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
7591         (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
7592         gcc-lib.
7593         (installdirs): Make libexecsubdir.
7594         (install-common): Put executables in libexecsubdir.
7595         (itoolsdir): Use libexecsubdir.
7596         (itoolsdatadir): New.
7597         (install-mkheaders): Separate data files and executables.
7598         (install-collect2): Put executables in libexecsubdir.
7599         (uninstall): Remove libexecsubdir.
7600         * mkheaders.in: Update for new arrangement of files.
7601         (libexecdir): New.
7602         (libexecsubdir): New.
7603         (itoolsdir): Use libexecsubdir.
7604         (itoolsdatadir): New.
7605         * gcc.c (gcc_libexec_prefix): New.
7606         (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
7607         (standard_exec_prefix_1): Use libexec.
7608         (standard_exec_prefix_2): New.
7609         (standard_libexec_prefix): New.
7610         (process_command): Update for new arrangement of files.  Compute
7611         gcc_libexec_prefix.  Update for change from gcc-lib to gcc.
7613 2003-07-31  Nathanael Nerode  <neroden@gcc.gnu.org>
7615         * inclhack.def (stdio_va_list): Avoid bogus replacement which
7616         triggers on Interix.
7617         * fixincl.x: Regenerate.
7619 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
7621         * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
7622         SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
7624 2003-07-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7626         * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
7628 2003-07-31  Per Bothner  <pbothner@apple.com>
7630         * opts.c (in_fnames, num_in_fnames):  Moved here from c-opts.
7631         (add_input_filename):  New function.
7632         (handle_options):  Call add_input_filename directly instead of
7633         with a lang hook.
7634         * opts.h (in_fnames, num_in_fnames):  Moved here.
7635         (add_input_filename):  Declare.
7636         * c-decl.c:  Need to #include opts.h.
7637         * Makefile.in (c-decl.o):  Also depends on opts.h.
7638         * c-opts.c (in_fnames, num_in_fnames):  Moved to opts.c.
7639         (c_common_handle_filename):  Replaced by add_input_filename.
7640         * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
7641         Remove.
7642         * langhooks.h (struct lang_hooks):  Remove handle_filename hook.
7643         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
7644         (LANG_HOOKS_INITIALIZER):  Remove use of LANG_HOOKS_HANDLE_FILENAME.
7645         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
7647 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7649         * combine.c (try_combine): Set JUMP_LABEL for newly created
7650         unconditional jump.
7652 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7654         * fold-const.c (fold): Fold some comparisons of bit operations.
7656 2003-07-31  Jan Hubicka  <jh@suse.cz>
7658         * cgraph.c (create_edge): Fix typo.
7659         * i386.c (pic_symbolic_operand): Reorder tests.
7661 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7663         * doc/gcov.texi (Invoking Gcov): Describe output name mangling
7664         more fully.
7665         (Gcov Data Files): Update.
7667 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7669         * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
7670         default.
7672         * gthr-posix.c: New file.
7673         * gthr-posix.h: Define _REENTRANT if missing.
7674         Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
7676         * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
7677         by gthr-posix.o.
7678         * config/alpha/t-osf-pthread: New file.
7680         * fixinc/inclhack.def (alpha_pthread): New fix.
7681         * fixinc/fixincl.x: Regenerate.
7682         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
7684         * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
7685         warning.
7686         Fixes PR bootstrap/9330.
7688 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7690         * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
7691         without GNU ld.
7692         Update comment.
7693         * configure: Regenerate.
7695 2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
7697         * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
7698         setter.
7700 2003-07-30  Roger Sayle  <roger@eyesopen.com>
7702         * builtins.def: Alphabetize.
7704 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
7706         * doc/c-tree.texi: Normalize spellings of "lowercase" and
7707         "uppercase".
7708         * doc/cpp.texi: Likewise.
7709         * doc/md.texi: Likewise.
7710         * doc/rtl.texi: Likewise.
7711         * doc/tm.texi: Likewise.
7713 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
7715         * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
7716         (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
7717         of cc1obj.
7719 2003-07-30  Chris Demetriou  <cgd@broadcom.com>
7721         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
7722         macros before defining them.
7724 2003-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
7726         * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
7727         UNSPECV_BLOCKAGE): New constants.
7728         ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
7729         "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
7730         splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
7731         "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
7733         (all insns and expanders): Write output control string as brace block
7734         where appropriate.  Remove \-escapes for doublequote characters.
7736 2003-07-31  Jan Hubicka  <jh@suse.cz>
7738         * gcse.c (insert_store): Fix typo in previous patch.
7740 2003-07-30  Neil Booth  <neil@daikokuya.co.uk>
7742         * cppfiles.c (stack_file, open_file_failed): Use path for deps.
7744 2003-07-30  Andi Kleen  <ak@muc.de>
7746         * loop.c (check_dbra_loop): Allow LTU in the loop condition.
7748 2003-07-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7750         * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
7751         * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
7752         GCOV_N_VALUE_COUNTERS): New.
7753         * profile.c (compute_value_histograms): New static function.
7754         (branch_prob): Read back the value histograms.
7755         * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
7756         * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
7757         * value-prof.c: Add comment on reading the profile.
7758         * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
7759         * doc/invoke.texi (-fprofile-values): Document behavior with
7760         -fbranch-probabilities.
7762 2003-07-30  David Edelsohn  <edelsohn@gnu.org>
7764         * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
7766 2003-07-30  Ulrich Weigand  <uweigand@de.ibm.com>
7768         * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
7769         symbolically.
7771 2003-07-30  Jan Hubicka  <jh@suse.cz>
7773         * gcse.c (insert_store): Ignore fake edges.
7775         * c-common.c (flag_vtable_gc): Kill.
7776         * c-common.g (flag_vtable_gc): Kill.
7777         * c-opts (c_common_handle_option): Kill.
7778         * c.opt (fvtable-gc): Kill.
7779         * final.c (final_scan_insn): Do not call assemble_vtable_entry.
7780         * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
7781         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
7783         * invoke.texi (-ftable-gc): Kill documentation.
7785         * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
7786         just because function body is missing.
7788         * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
7790 2003-07-30  Ranjit Mathew  <rmathew@hotmail.com>
7792         * unwind-sjlj.c: Fix typo in file description.
7794 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
7796         * calls.c (load_register_parameters): When shifting reg sized values
7797         to the msb, move the value to a reg first.
7799 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
7801         * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
7802         * line-map.h (linemap_add): Update comments.
7803         * line-map.c (linemap_add): Update comments, interpret zero-length
7804         filename as "<stdin>".
7806 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7808         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7810 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
7812         * c-decl.c (last_function_parm_vars, current_function_parm_vars):
7813         New static variables.
7814         (struct c_scope): Add parms and warned_forward_parm_decls
7815         fields; remove parm_order.
7816         (storedecls, storetags): Delete.
7817         (poplevel): Also clear bindings on the parms chain.
7818         (pushdecl): Handle forward declarations of parameters, and
7819         chain PARM_DECLs on the parms list, not the names list.
7820         (lookup_name_current_level): Check for PARM_DECLs on the parms
7821         list too.
7822         (push_parm_decl): Don't update parm_order.
7823         (clear_parm_order): Rename mark_forward_parm_decls.  Issue the
7824         warning, only once per parameter list, and set TREE_ASM_WRITTEN
7825         on the decls here.  Then move the forward decls to the names list.
7826         (grokparms): Set last_function_parm_vars.
7827         (get_parm_info): Don't use gettags or getdecls.  No need to
7828         extract non-parms from the parms list, or reorganize the parms
7829         list.  Feed nonparms back in the TREE_TYPE of the list node
7830         returned.  Issue only one error per parameter list for "void"
7831         appearing more than once in said parameter list.  Collapse
7832         parmlist_tags_warning into this function to avoid double scan
7833         of tags list.
7834         (start_function): Set current_function_parm_vars.
7835         (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
7836         directly.  Get non-parms from current_function_parm_vars; no
7837         need to extract them from the parms chain.  Properly bind tags
7838         in the new scope.
7839         (store_parm_decls_oldstyle): No need to extract non-parameters
7840         from the parms chain, nor to store them back afterward.  Move
7841         declaration to top of function, restructure code reordering
7842         DECL_ARGUMENTS.
7843         (store_parm_decls): No need to save and restore warn_shadow.
7844         * c-parse.in: Don't call parmlist_tags_warning nor
7845         clear_parm_order.  Call mark_forward_parm_decls when forward
7846         parm decls are encountered.
7847         * c-tree.h: Prototype mark_forward_parm_decls; not
7848         clear_parm_order or parmlist_tags_warning.
7850 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
7852         * c-common.c (allow_pch): Remove.
7853         * c-common.h (allow_pch): Remove.
7854         (c_common_no_more_pch): Declare.
7855         * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
7856         * c-pch.c: Include hosthooks.h.
7857         (c_common_valid_pch): Don't check allow_pch.
7858         (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
7859         (c_common_no_more_pch): New.
7860         * ggc-common.c: Include hosthooks.h.
7861         (gt_pch_save): Call gt_pch_get_address.
7862         (gt_pch_restore): Call gt_pch_use_address.
7863         * hooks.c (hook_voidp_size_t_null): New.
7864         (hook_bool_voidp_size_t_false): New.
7865         * hooks.h (hook_voidp_size_t_null): New.
7866         (hook_bool_voidp_size_t_false): New.
7867         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
7868         (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
7869         (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
7870         HOST_HOOKS_GT_PCH_USE_ADDRESS.
7871         * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
7872         gt_pch_use_address.
7873         * doc/hostconfig.texi (Host Common): Document
7874         HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
7875         * Makefile.in (c-pch.o): Depend on hosthooks.h.
7876         (ggc-common.o): Likewise.
7878         * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
7879         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
7880         (pch_address_space): New.
7881         (darwin_rs6000_gt_pch_get_address): New.
7882         (darwin_rs6000_gt_pch_use_address): New.
7884 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
7886         PR preprocessor/11569
7887         PR preprocessor/11649
7888         * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
7889         * cppfiles.c: Completely rewritten.
7890         * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
7891         struct cpp_path is now struct cpp_dir.
7892         (remove_duplicates): Don't simplify path names.
7893         * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
7894         cpp_stack_file.
7895         * cpphash.h: Include hashtab.h.
7896         (_cpp_file): Declare.
7897         (struct cpp_buffer): struct include_file is now struct _cpp_file,
7898         and struct cpp_path is now struct cpp_dir.  Rename members.
7899         (struct cpp_reader): Similarly.  New members once_only_files,
7900         file_hash, file_hash_entries, quote_ignores_source_dir,
7901         no_search_path, saw_pragma_once.  Remove all_include_files and
7902         max_include_len.  Make some members bool.
7903         (_cpp_mark_only_only): Renamed from _cpp_never_reread.
7904         (_cpp_stack_file): Renamed from _cpp_read_file.
7905         (_cpp_stack_include): Renamed from _cpp_execute_include.
7906         (_cpp_init_files): Renamed from _cpp_init_includes.
7907         (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
7908         * cppinit.c (cpp_create_reader): Initialize no_search_path.  Update.
7909         (cpp_read_next_file): Rename and move to cppfiles.c.
7910         (cpp_read_main_file): Update.
7911         * cpplib.c (run_directive): Update for renamed members.
7912         (do_include_common, _cpp_pop_buffer): Update.
7913         (do_import): Undeprecate #import.
7914         (do_pragma_once): Undeprecate.  Use _cpp_mark_file_once_only.
7915         * cpplib.h: Remove file_name_map_list.
7916         (cpp_options): Remove map_list.
7917         (cpp_dir): Rename from cpp_path.  New datatype for name_map.
7918         (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
7920 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7922         * Makefile.in:  Make stamp-objdir safe for parallel builds.
7924 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7926         * Makefile.in (stmp-docobjdir):  New target; ensure $docobjdir exists.
7927         (info):  Depend on stmp-docobjdir.
7929 2003-07-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7931         * configure: Regenerate.
7933 2003-07-29  Jan Hubicka  <jh@suse.cz>
7935         PR C++/11131
7936         * tree-inline.c (expand_call_inline): Always call inlinable_function_p
7937         in !unit-at-a-time mode.
7939 2003-07-28  Geoffrey Keating  <geoffk@apple.com>
7941         * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
7942         main function.
7944 2003-07-28  Mark Mitchell  <mark@codesourcery.com>
7946         PR c++/11667
7947         * c-common.c (shorten_compare): Take into account differences
7948         between C and C++ representation for enumeration types.
7949         * tree.h (set_min_and_max_values_for_integral_type): Declare.
7950         * stor-layout.c (set_min_and_max_values_for_integral_type): New
7951         function, broken out from ...
7952         (fixup_signed_type): ... here and ...
7953         (fixup_unsigned_type): ... here.
7955 2003-07-28  Zack Weinberg  <zack@codesourcery.com>
7957         * c-decl.c: Update commentary, adjust blank lines throughout.
7958         (struct c_scope): Fix indentation.  Reorder members so
7959         outer-context pointers come first, booleans last.
7960         (duplicate_decls, define_label): Use a 'locus' variable for
7961         diagnostic locations in a few more places.
7962         (warn_if_shadowing): Un-split a conditional that fits on one line.
7963         (c_init_decl_processing): No need to clear current_scope and
7964         current_function_scope.
7965         (start_decl): Merge if/else if statements with same action.
7966         (push_parm_decl): Rename old_immediate_size_expand to use
7967         save_foo convention; save/restore around entire function.
7968         (grokdeclarator): Remove unnecessary braces.
7970 2003-07-28  Hans-Peter Nilsson  <hp@bitrange.com>
7971             Michael Culbertson  <Michael.J.Culbertson@wheaton.edu>
7973         * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
7974         when warn_declaration_after_statement.  Call pedwarn_c90, not
7975         pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
7976         * c-common.c (warn_declaration_after_statement): Define.
7977         * c-common.h (warn_declaration_after_statement): Declare.
7978         * c.opt (Wdeclaration-after-statement): New.
7979         * c-errors.c (pedwarn_c90): New function.
7980         * c-opts.c (c_common_handle_option) <case
7981         OPT_Wdeclaration_after_statement>: New.
7982         * c-tree.h (pedwarn_c90): Declare.
7983         * doc/invoke.texi (Option Summary): Document
7984         -Wdeclaration-after-statement.
7985         (Warning Options): Ditto.
7987 2003-07-28  Jan Hubicka  <jh@suse.cz>
7989         * i386.md (memory attribute) Avoid accessing uninitialized memory
7990         for ishift1 type instructions.
7992 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
7994         * configure.in (--enable-checking): Add fold category.
7995         (ENABLE_FOLD_CHECKING): Define if requested.
7996         * configure: Rebuilt.
7997         * config.in: Rebuilt.
7998         * doc/install.texi: Document it.
7999         * fold-const.c: Include md5.h.
8000         [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
8001         [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
8002         print_fold_checksum): New functions.
8004         * fold-const.c (fold): Never modify argument passed to fold, instead
8005         change a copy and return it.
8006         * convert.c (convert_to_integer): Likewise.
8008 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8010         * fixinc/fixinc.svr4: Remove dead code.  Remove now-unnecessary
8011         cleanup of junk after #else and #endif directives.  Collapse repeated
8012         clauses into for statment.
8014         * fixinc/fixincl.sh: GNU C -> GCC.  Add usage comment.
8016 2003-07-27  Zack Weinberg  <zack@codesourcery.com>
8018         * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
8019         (keep_next_if_subblocks): Rename next_is_function_body.
8020         (pushlevel): Adjust commentary.  Always set ->keep on the
8021         outermost level of a function.  Don't set ->keep_if_subblocks.
8022         (poplevel): Adjust commentary.  Don't look at ->keep_if_subblocks.
8023         (store_parm_decls): Adjust to match.
8024         (finish_function): Adjust to match.
8025         Call poplevel with all three arguments zero.
8027         * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
8028         New functions split out of store_parm_decls.
8029         Avoid unnecessary work. Use local variables consistently.
8030         (store_parm_decls): Likewise.
8032         (finish_function): No need to set functionbody flag on call to
8033         poplevel.
8034         (struct language_function): Remove scope field.
8035         (c_push_function_context, c_pop_function_context): No need to
8036         save and restore current_scope.
8038 2003-07-27  Nathan Sidwell  <nathan@codesourcery.com>
8040         * doc/extend.texi (Deprecated Features): Implicit typename is
8041         gone. Default args on types is going.
8043 2003-07-26  J"orn Rennecke <joern.rennecke@superh.com>
8045         * Makefile.in (ifcvt.o): Depend on target.h
8046         * ifcvt.c (target.h): Include.
8047         (if_convert): Don't call mark_loop_exit_edges if we can't
8048         modify jumps.
8050 2003-07-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8052         * doc/install.texi (Testing): Adjust required versions of DejaGnu.
8054 2003-07-26  Richard Henderson  <rth@redhat.com>
8056         PR inline-asm/11676
8057         * cse.c (count_reg_usage): Handle asm_operands properly.
8059 2003-07-26  Roger Sayle  <roger@eyesopen.com>
8061         * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
8062         (DEF_EXT_FALLBACK_BUILTIN): Delete.
8063         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
8064         the regular DEF_EXT_LIB_BUILTIN macro.
8065         (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
8066         the regular DEF_LIB_BUILTIN macro.
8067         (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
8068         BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
8069         BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
8070         DEF_EXT_LIB_BUILTIN macro.
8072         * c-decl.c (duplicate_decls): Remove code to handle builtin
8073         functions prototyped without an argument list.
8075 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
8077         * config/i386/winnt.c: Revert 2003-07-08 change.
8078         (i386_pe_section_type_flags): Remove error_with_decl here too.
8080 2003-07-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8082         * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
8083         * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
8084         * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
8085         (v850_handle_data_area_attribute): Likewise.
8087 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
8089         * varasm.c (output_constant_def_contents): Use
8090         ASM_DECLARE_CONSTANT_NAME if defined.
8091         * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
8092         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
8093         objects get at least one byte to prevent assembler problems.
8094         (ASM_DECLARE_CONSTANT_NAME): New.
8096         * Makefile.in (libbackend.o): Remove options_.h.
8097         (mostlyclean): Likewise.
8099         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
8100         insert a label at the end of an function under Mach-O.
8102         * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
8104 2003-07-25  Aldy Hernandez  <aldyh@redhat.com>
8106         * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
8107         equality.
8108         (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
8110         * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
8112 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8114         * doc/passes.texi (Passes): Mention pretty-printing and
8115         diagnostic files.
8117 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8119         * doc/extend.texi (Function Attributes): GNU C++ does now allow
8120         unused parameter decls.
8121         (Attribute Syntax): GNU C++ does not allow label attributes to be
8122         after the ':'.
8124 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8126         * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
8127         (objc_declare_class): Likewise.
8128         (error_with_ivar): Likewise.
8129         (start_class): Likewise.
8130         (warn_with_method): Likewise.
8132 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8134         Remove pedwarn_with_decl, warning_with_decl and error_with_decl
8135         from GCC.
8136         * calls.c (try_to_integrate): Don't use xxx_with_decl.
8137         (expand_call): Likewise.
8138         * dwarfout.c (output_reg_number): Likewise.
8139         * expr.c (expand_expr): Likewise.
8140         * function.c (assign_temp): Likewise.
8141         (uninitialized_vars_warning): Likewise.
8142         (setjmp_args_warning): Likewise.
8143         (expand_function_end): Likewise.
8144         * stmt.c (fixup_gotos): Likewise.
8145         (warn_about_unused_variables): Likewise.
8146         (expand_end_bindings): Likewise.
8147         * stor-layout.c (layout_decl): Likewise.
8148         (place_field): Likewise.
8149         * toplev.c (check_global_declarations): Likewise.
8150         (rest_of_handle_inlining): Likewise.
8151         (default_tree_printer): New function.
8152         (general_init): Initialize diagnostic machinery before routing
8153         signals to the ICE machinery.  Set default tree printer.
8154         * toplev.h (pedwarn_with_decl): Remove declaration.
8155         (warning_with_decl): Likewise.
8156         (error_with_decl): Likewise.
8157         (pedwarn): Remove attribute for the time being.
8158         * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
8159         * varasm.c (named_section): Likewise.
8160         (make_decl_rtl): Likewise.
8161         (assemble_variable): Likewise.
8162         (merge_weak): Likewise.
8163         (declare_weak): Likewise.
8165         * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
8166         * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
8167         (format_with_decl): Remove.
8168         (diagnostic_for_decl): Likewise.
8169         (pedwarn_with_decl): Likewise.
8170         (warning_with_decl): Likewise.
8171         (error_with_decl): Likewise.
8172         (diagnostic_initialize): Adjust.
8173         (diagnostic_count_diagnostic): Likewise.
8174         (announce_function): Likewise.
8175         (lhd_print_error_function): Likewise.
8176         (diagnostic_report_current_module): Likewise.
8177         (default_diagnostic_starter): Likewise.
8178         (diagnostic_report_diagnostic): Likewise.
8179         (default_diagnostic_finalizer): Likewise.
8180         (verbatim): Likewise.
8181         (error): Likewise.
8182         (warning): Likewise.
8183         * opts.c (common_handle_option): Likewise.
8184         * pretty-print.c: New file.
8185         * c-pretty-print.h (pp_base): Override.
8186         * c-pretty-print.c: Adjust use of macros throughout.
8187         (pp_buffer): New macro.
8188         (pp_newline): Likewise.
8189         * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
8190         * Makefile.in (DIAGNOSTIC_H): New variable.
8191         (c-errors.o): Use it.
8192         (c-objc-common.o): Likewise.
8193         (c-common.o): Likewise.
8194         (c-opts.o): Likewise.
8195         (c-format.o): Likewise.
8196         (diagnostic.o): Likewise.
8197         (opts.o): Likewise.
8198         (toplev.o): Likewise.
8199         (rtl-error.o): Likewise.
8200         (dwarf2out.o): Likewise.
8201         (jump.o): Likewise.
8202         (pretty-print.o): New rule.
8204 2003-07-24  Roger Sayle  <roger@eyesopen.com>
8206         * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
8207         front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
8208         (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
8209         from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
8210         (DEF_FRONT_END_LIB_BUILTIN): Delete.
8211         (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
8212         (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
8214         * builtins.c (build_string_literal): New function to construct
8215         a char* pointer to a string literal.
8216         (expand_builtin_fputs): Change 2nd argument from "int ignore" to
8217         "rtx target" to be consistent with other expand_builtin_* functions.
8218         Change 3rd argument from "int unlocked" to "bool unlocked".
8219         (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
8220         c-common.c to avoid front-end dependencies.  Optimize printf("")
8221         as a no-op when the result isn't required.  Handle embedded NULs
8222         in format string.
8223         (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
8224         from c-common.c to avoid front-end dependencies.  Likewise, optimize
8225         fprintf(fp,"") as a no-op when the result isn't required, evaluating
8226         fp for side-effects.  Handle embedded NULs in format string.
8227         (expand_builtin_sprintf): Fix typo.
8228         (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
8229         optimizing.  Adjust calls of expand_builtin_fputs to match the API
8230         change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
8231         expand_builtin_printf.  Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
8232         and BUILT_IN_FPRINTF using expand_builtin_fprintf.
8234         * c-common.c (is_valid_printf_arglist): Delete.
8235         (c_expand_builtin): Delete.
8236         (c_expand_builtin_printf): Moved to builtins.c. Delete.
8237         (c_expand_builtin_fprintf): Moved to builtins.c.  Delete.
8238         (c_expand_expr): No longer treat CALL_EXPRs specially.
8239         (CALLED_AS_BUILT_IN): Delete.
8241 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8243         PR optimization/11631
8244         * gcse.c (store_motion): Connect infinite loops to exit.
8246 2003-07-24  Jason Merrill  <jason@redhat.com>
8248         * tree.h (boolean_type_node): Move from C/C++/Java frontends.
8249         (boolean_true_node, boolean_false_node): Likewise.
8250         (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
8251         * tree.c (build_common_tree_nodes): Init boolean_type_node.
8252         (build_common_tree_nodes_2): Init boolean_{true,false}_node.
8253         * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
8254         * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
8255         (truthvalue_true_node): Renamed from boolean_true_node.
8256         (truthvalue_false_node): Renamed from boolean_false_node.
8257         * c-decl.c: Just set truthvalue_* to integer_*.
8258         * c-*.[ch]: s/boolean/truthvalue/.  s/c_bool/boolean/.
8260 2003-07-24  Roger Sayle  <roger@eyesopen.com>
8262         * c-decl.c (match_builtin_function_types): New subroutine of
8263         duplicate_decls to test whether a redeclaration of a builtin
8264         function is suitably close, i.e. the return type and all of
8265         the argument types have the same modes as the builtin expects.
8266         (duplicate_decls): Fuzzy type matching for builtin functions
8267         moved to match_builtin_function_types.
8269 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8271         * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
8272         flag correctly.
8274 2003-07-24  Zack Weinberg  <zack@codesourcery.com>
8276         * c-decl.c: Search-and-replace change 'binding level' to
8277         'scope' in commentary.
8278         (struct binding_level): Now struct c_scope.
8279         (current_binding_level): Now current_scope.
8280         (free_binding_level): Now scope_freelist.
8281         (current_function_level): Now current_function_scope.
8282         (global_binding_level): Now global_scope.
8283         (make_binding_level): Now make_scope.
8284         (pop_binding_level): Now pop_scope.
8286 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8288         * configure.in (libgcc_visibility): Add missing whitespace.
8290 2003-07-24  Richard Henderson  <rth@redhat.com>
8292         * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
8293         __gcc_personality_v0.
8295 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8297         * Makefile.in: Replace pwd by ${PWD_COMMAND}.
8299 2003-07-24  Nathan Sidwell  <nathan@codesourcery.com>
8301         * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
8302         documentation missed from my 2003-07-09 patch.
8304 2003-07-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8306         * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
8307         it's not provided.
8308         * configure: Rebuild.
8310 2003-07-24  Steven Bosscher  <steven@gcc.gnu.org>
8312         PR c/10602
8313         * c-typeck.c (type_lists_compatible_p): Do not compare
8314         arguments if one of them is an error_mark_node
8316 2003-07-24  Alan Modra  <amodra@bigpond.net.au>
8318         * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
8319         if current_function_calls_eh_return.
8321 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
8323         * doc/c-tree.texi (OFFSET_TYPE): Update description.
8325 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
8327         * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
8328         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
8329         __umodsi3, __modsi3): Increase frame size to 32.
8331 2003-07-23  Geoffrey Keating  <geoffk@apple.com>
8333         * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
8334         prototype.
8336 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
8338         * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
8340         PR optimization/10679
8341         * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
8343 2003-07-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8345         PR target/11607 and PR target/11516
8346         * pa.md (extzv, extv, insv): Revert latter half of last patch.
8348 2003-07-22  Mark Mitchell  <mark@codesourcery.com>
8350         * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
8351         * varasam.c (output_constant): Likewise.
8353 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
8355         * alias.c: Fix comment formatting.
8356         * c-common.c: Likewise.
8357         * c-decl.c: Likewise.
8358         * c-opts.c: Likewise.
8359         * combine.c: Likewise.
8360         * cpplib.c: Likewise.
8361         * diagnostic.c: Likewise.
8362         * dojump.c: Likewise.
8363         * final.c: Likewise.
8364         * fold-const.c: Likewise.
8365         * gcc.c: Likewise.
8366         * gcse.c: Likewise.
8367         * ggc-page.c: Likewise.
8368         * jump.c: Likewise.
8369         * loop.c: Likewise.
8370         * mips-tfile.c: Likewise.
8371         * recog.c: Likewise.
8372         * regclass.c: Likewise.
8373         * regmove.c: Likewise.
8374         * tree.c: Likewise.
8375         * tree.h: Likewise.
8377 2003-07-22  Per Bothner  <pbothner@apple.com>
8379         * line-map.c (add_line_map):  Handle invalid LEAVE request.
8380         Fixes PR preprocessor/11361.
8382 2003-07-22  Per Bothner  <pbothner@apple.com>
8384         * diagnostic.c.(diagnostic_report_current_module):  Update to match
8385         2003-06-05 changes to push_srcloc and pop_srcloc.
8387 2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
8389         * doc/trouble.texi: Better document two-stage name lookup.
8391 2003-07-22  Eric Christopher <echristo@redhat.com>
8393         * config/s390.c (s390_valid_pointer_mode): New.
8394         (TARGET_VALID_POINTER_MODE): Use.
8395         (s390_emit_prologue): Add tpf profiling hooks.
8396         (s390_emit_epilogue): Ditto.
8397         * config/s390.h (MASK_TPF): New.
8398         (TARGET_TPF): Use.
8399         (POINTERS_EXTEND_UNSIGNED): Define.
8400         * config/s390.md (ptr_extend): New pattern.
8402 2003-07-22  Zack Weinberg  <zack@codesourcery.com>
8404         * hashtable.c (approx_sqrt): Make static.
8405         * hashtable.h: Don't prototype approx_sqrt.
8406         * line-map.c (init_line_maps): Rename linemap_init.
8407         (free_line_maps): Rename linemap_free.
8408         (add_line_map): Rename linemap_add.
8409         (lookup_line): Rename linemap_lookup.
8410         (print_containing_files): Rename linemap_print_containing_files.
8411         * linemap.h: Update to match.
8413         * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
8414         linemap routines to use new names.
8416 2003-07-16  Nathan Sidwell  <nathan@codesourcery.com>
8418         * c-common.c (handle_packed_attribute): Don't pack a struct via a
8419         typedef. Propagate packedness from a main variant.
8421 2003-07-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8423         * Makefile.in (install-common): Add dependency on installdirs.
8425 2003-07-21  Alexandre Oliva  <aoliva@redhat.com>
8427         * c-common.c (c_common_type_for_mode): Return integer types for
8428         pointer modes.
8430 2003-07-22  Geoffrey Keating  <geoffk@apple.com>
8432         * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
8433         (finish_decl): Call maybe_apply_pragma_weak here.
8434         (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
8435         TREE_PUBLIC and TREE_STATIC are decided.
8436         (start_function): Move call to maybe_apply_pragma_weak.  Check that
8437         DECL_ASSEMBLER_NAME isn't set too early.
8439         * cpplex.c (_cpp_process_line_notes): Mention option name in
8440         trigraphs warning.
8442 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
8444         * combine.c (if_then_else_cond): Simplify the comparison of
8445         rtx against -1, 0, and 1.
8446         * loop.c (check_dbra_loop): Likewise.
8447         * optabs.c (emit_conditional_move): Likewise.
8448         (emit_conditional_add): Likewise.
8449         * config/i386/i386.md (*movsi_or): Likewise.
8450         (*movdi_or_rex6): Likewise.
8452 2003-07-22  Jan Hubicka  <jh@suse.cz>
8454         * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
8456 2003-07-21  Neil Booth  <neil@daikokuya.co.uk>
8458         * cppfiles.c (open_file_pch): Don't put unused entries in the
8459         splay tree.  Remove dead code.
8461 2003-07-21  Geoffrey Keating  <geoffk@apple.com>
8463         * c-common.h (num_in_fnames): Declare.
8464         (c_static_assembler_name): Move from here...
8465         * c-tree.h (c_static_assembler_name): ... to here.
8466         * c-opts.c: Don't include langhooks-def.h.
8467         (c_static_assembler_name): Move to c-decl.c.
8468         (num_in_fnames): Make externally visible.
8469         * c-decl.c: Include langhooks-def.h.
8470         (c_static_assembler_name): Move from c-opts.c.
8471         * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
8472         (c-opts.o): Remove $(LANGHOOKS_DEF_H).
8474         * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
8475         when it's not needed.
8477 2003-07-21  Jakub Jelinek  <jakub@redhat.com>
8479         * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
8480         * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
8481         (rs6000_emit_prologue): Save FPRs inline if set.
8483 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
8485         * config/ia64/ia64.md (prefetch): Support predicate.
8487 2003-07-21  Josef Zlomek  <zlomekj@suse.cz>
8489         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
8490         * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
8491         table.
8493 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8495         PR optimization/11536
8496         * unroll.c (loop_iterations): Do not replace a register holding
8497         the final value by its equivalent before the loop if it is not
8498         invariant.
8500 2003-07-21  Dave Fluri  <dave.fluri@onlink.net>
8502         * doc/extend.texi: Fixes to spelling, grammar, and diction.
8504 2003-07-21  Ben Elliston  <bje@wasabisystems.com>
8506         * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
8507         (V850 Options): Spelling fixes.
8509 2003-07-20  Lisa M. Goldstein  <opus@gnu.org>
8511         * doc/invoke.texi: Fixes to style, grammar and diction.
8513 2003-07-20  Roger Sayle  <roger@eyesopen.com>
8515         * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
8516         * system.h (SMALL_STACK): Poison obsolete target macro.
8517         * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
8519 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8521         * configure.in:  Cache the results of testing for cmp's capabilities.
8522         * configure:  Regenerate.
8524 2003-07-20  Mark Mitchell  <mark@codesourcery.com>
8526         PR debug/11279
8527         * dwarf2out.c (gen_enumeration_type_die): Remember that
8528         enumerators can be unsigned.
8530 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
8532         * c-decl.c (named_labels, shadowed_labels, label_level_chain)
8533         (push_label_level, pop_label_level): Kill.
8534         (struct binding_level): Rename level_chain to outer.
8535         Add outer_function field.  Change parm_flag, function_body,
8536         keep, keep_if_subblocks to 1-bit bitfields of type bool.
8537         (current_function_level): New variable.
8538         (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
8539         (keep_next_level, declare_parm_level, warn_if_shadowing):
8540         Update to match.
8541         (struct language_function): Kill named_labels, shadowed_labels fields.
8542         (c_init_decl_processing, start_function, c_push__function_context)
8543         (c_pop_function_context): No need to muck with named_labels nor
8544         shadowed_labels.
8546         (make_binding_level): No need to clear the structure here.
8547         (pop_binding_level): Always operate on current_binding_level.
8548         Update current_function_level if necessary.
8549         (pushlevel): Don't clear named_labels.  Update current_function_level
8550         if necessary.  Use "true" and "false" where appropriate.
8551         (poplevel): Diagnose labels defined but not used, or vice
8552         versa, and clear out label-meanings leaving scope, while
8553         walking down the decls list, for all binding levels.
8554         Handle LABEL_DECLs appearing in the shadowed list.
8555         pop_binding_level takes no arguments.
8556         (pushdecl_function_level): Use current_function_level.
8558         (make_label, bind_label): New static functions.
8559         (declare_label): New exported function.
8560         (lookup_label, define_label): Rewritten for new data structure.
8561         (shadow_label): Kill.
8563         * c-tree.h: Prototype declare_label; don't prototype
8564         push_label_level, pop_label_level, nor shadow_label.
8565         * c-parse.in: Remove all calls to push_label_level and
8566         pop_label_level.  Use declare_label for __label__ decls.
8568         * doc/extend.texi: Clarify that __label__ can be used to
8569         declare labels with local scope in any nested block, not
8570         just statement expressions.  Cross-reference nested functions
8571         section from local labels section.
8573 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8575         * sched-rgn.c (find_rgns): Initialize current_edge correctly.
8577 2003-07-19  Phil Edwards  <pme@gcc.gnu.org>
8579         * doc/makefile.texi (restrap, profiledbootstrap):  Document targets.
8581 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8583         * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
8584         fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
8586 2003-07-19  Ulrich Weigand  <uweigand@de.ibm.com>
8588         * config/s390/s390.c (legitimize_pic_address): Access local symbols
8589         relative to the GOT instead of relative to the literal pool base.
8590         (s390_output_symbolic_const): Handle new GOT-relative accesses.
8591         * config/s390/s390.md ("call"): Access local functions and PLT stubs
8592         relative to the GOT instead of relative to the literal pool base.
8593         ("call_value"): Likewise.
8594         ("call_value_tls"): Likewise.
8596         * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
8597         reloading.  Support LTREL_BASE / LTREL_OFFSET construct.
8598         (s390_chunkify_finish): Likewise.
8599         (s390_chunkify_cancel): Likewise.
8600         (s390_reorg): Adapt caller.
8601         (find_base_register_in_addr,
8602         find_base_register_ref, replace_base_register_ref): Delete.
8603         (find_ltrel_base, replace_ltrel_base): New functions.
8604         (find_constant_pool_ref): Handle LTREL_BASE unspecs.
8605         (s390_decompose_address): Handle LTREL_BASE unspecs.  Optimize
8606         base vs. index register usage.
8607         (struct constant_pool): Remove 'anchor'.
8608         (s390_add_anchor): Delete.
8609         (s390_dump_pool): Remove anchor handling.
8610         * config/s390/s390.md ("reload_anchor"): Remove.
8612         * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
8613         (s390_load_got): New function.  Use LTREL_BASE/OFFSET.
8614         (s390_emit_prologue): Use it.
8615         * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
8616         "builtin_setjmp_receiver"): Cleanup.  Use s390_load_got.  Do not
8617         hard-code register 14.
8618         * config/s390/s390-protos.h (s390_load_got): Declare.
8620         * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
8621         Support TImode constants.
8622         * config/s390/s390.md ("consttable_ti"): New.
8623         ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
8625         * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
8626         UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
8627         UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
8628         UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
8629         UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
8630         New symbolic constants.
8631         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
8632         "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
8633         "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
8634         "pool", "literal_pool_31", "literal_pool_64"): Cleanup.  Use
8635         symbolic UNSPEC values.
8636         * config/s390/s390.c (larl_operand, s390_short_displacement,
8637         bras_sym_operand, s390_cannot_force_const_mem,
8638         s390_delegitimize_address, s390_decompose_address,
8639         legitimize_pic_address, s390_output_symbolic_const,
8640         s390_function_profiler): Use symbolic UNSPEC values.
8642 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8644         * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
8645         c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
8646         c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
8647         collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
8648         cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
8649         cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
8650         dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
8651         fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
8652         gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
8653         genemit.c genextract.c genoutput.c genrecog.c gensupport.c
8654         ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
8655         integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
8656         loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
8657         postreload.c prefix.c print-tree.c protoize.c ra-build.c
8658         ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
8659         regmove.c regrename.c reload.c reload1.c reorg.c resource.c
8660         sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
8661         simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
8662         tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
8663         varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
8664         casts.
8666 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8668         * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
8669         * toplev.h (warning): Remove attribute.
8671 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8673         * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
8674         (pop_label_level): Likewise.
8675         (duplicate_decls): Likewise.
8676         (implicitly_declare): Likewise.
8677         (shadow_label): Likewise.
8678         (start_decl): Likewise.
8679         (finish_decl): Likewise.
8680         (grokdeclarator): Likewise.
8681         (get_parm_info): Likewise.
8682         (detect_field_duplicates): Likewise.
8683         (finish_struct): Likewise.
8684         (start_function): Likewise.
8685         (store_parm_decls): Likewise.
8686         (finish_function): Likewise.
8687         (c_expand_body_1): Likewise.
8688         (check_for_loop_decls): Likewise.
8689         (merge_translation_unit_decls): Likewise.
8691 2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
8693         * common.opt:  Document --param.
8694         * opts.c (columns, undocumented_msg): New.
8695         (print_help): Get number of columns from environment.  Print
8696         --param help.  Tweak newline handling.
8697         (print_param_help): New.
8698         (print_filtered_help): Better handling of duplicates.  Complain
8699         about undocumented switches.
8700         (print_switch): New.
8701         (wrap_help): Improve wrapping, use COLUMNS.
8702         * opts.sh: Ignore comments in records.
8703         * params.def: Fix typos and remove trailing periods.
8704         * toplev.c (display_help): Don't dump --param help.
8705         * doc/sourcebuild.texi: Update.
8707 2003-07-18  Richard Henderson  <rth@redhat.com>
8709         PR target/11556
8710         * optabs.c (prepare_operand): Fail gracefully instead of abort
8711         if the predicate doesn't satisfy.
8712         (gen_cond_trap): Allow prepare_operand to fail.
8714 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8716         * c-common.c: Don't undefine GCC_DIAG_STYLE.
8717         (fname_decl): Don't use xxx_with_decl.
8718         (c_add_case_label): Likewise.
8719         (handle_section_attribute): Likewise.
8720         (handle_alias_attribute): Likewise.
8721         (handle_no_instrument_function_attribute): Likewise.
8722         (handle_no_limit_stack_attribute): Likewise.
8723         * c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
8724         * c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.
8726 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8728         * Makefile.in (ifcvt.o): Add cfgloop.h.
8729         * basic-block.h (EDGE_LOOP_EXIT): New flag.
8730         * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
8731         * ifcvt.c: Include cfgloop.h.
8732         (mark_loop_exit_edges): New static function.
8733         (if_convert): Call it.
8734         (find_if_header): Ignore branches out of loops.
8736 2003-07-18  Kazu Hirata  <kazu@cs.umass.edu>
8738         * combine.c (simplify_comparison): Don't share rtx when converting
8739         (ne (and (not X) 1) 0) to (eq (and X 1) 0).
8741 2003-07-18  David Edelsohn  <edelsohn@gnu.org>
8743         * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
8744         (AGGREGATES_PAD_UPWARD_ALWAYS): Define.
8745         (MUST_PASS_IN_STACK): Define.
8746         (BLOCK_REG_PADDING): Define.
8748 2003-07-18  Richard Henderson  <rth@redhat.com>
8750         * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
8751         to skip the addr_vec.
8753 2003-07-18  Alexandre Oliva  <aoliva@redhat.com>
8755         * combine.c (combinable_i3pat): Don't forbid occurrences of
8756         i2dest or i1dest in inner_dest if inner_dest is a mem.
8758 2003-07-18  Jan Hubicka  <jh@suse.cz>
8760         * cgraph.c (cgraph_remove_node): Clear the hash table slot.
8762 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
8764         PR target/11087
8765         * loop.c (basic_induction_var): Check if convert_modes emitted any
8766         instructions. Remove them and return 0 if so.
8768 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
8770         PR optimization/11083
8771         * toplev.c (rest_of_handle_addresof): Rename into
8772         rest_of_handle_addressof.  Delete unreachable blocks
8773         if dead edges were purged after the addressof pass.
8775 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
8777         * Makefile.in, configure, configure.in: Remove handling of
8778         lang-options.h and options_.h.
8779         * toplev.c (struct lang_opt, documented_lang_options): Remove.
8780         (display_help): Don't use documented_lang_options.
8782 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
8784         * c-decl.c (pushdecl_function_level): Make static, return nothing.
8785         (kept_level_p): Fold into poplevel.
8786         (undeclared_variable): Moved here from c-typeck.c.  Export.
8787         * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
8788         (undeclared_variable): Prototype here.  Don't prototype
8789         kept_level_p nor pushdecl_function_level.
8790         * c-parse.in: Change first argument to poplevel from
8791         "kept_level_p()" to "KEEP_MAYBE".
8792         * c-typeck.c (undeclared_variable): Moved to c-decl.c.
8794 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8796         * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
8797         commutative operands instead of modifying the RTL in-place.
8799 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
8801         PR optimization/11557
8802         * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
8803         unless we know which function is being called.
8805 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8807         * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
8808         whether to reorder the operands of a commutative binary operator.
8810 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8812         * fold-const.c (const_binop): Avoid performing the FP operation at
8813         compile-time, if either operand is NaN and we honor signaling NaNs,
8814         or if we're dividing by zero and either flag_trapping_math is set
8815         or the desired mode doesn't support infinities.
8816         (fold_initializer): New function to fold an expression ignoring any
8817         potential run-time exceptions or traps.
8818         * tree.h (fold_initializer): Prototype here.
8819         * c-typeck.c (build_binary_op): Move to the end of the file so
8820         that intializer_stack is in scope.  If constructing an initializer,
8821         i.e. when initializer_stack is not NULL, use fold_initializer to
8822         fold expressions.
8823         * simplify-rtx.c (simplify_binary_operation): Likewise, avoid
8824         performing FP operations at compile-time, if they would raise an
8825         exception at run-time.
8827 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
8829         PR 11498
8830         * Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
8831         (langhooks.o): Add $(GGC_H), gt-langhooks.h.
8832         (GTFILES): Add langhooks.c.
8833         (gt-langhooks.h): New.
8834         * c-common.h (c_static_assembler_name): Prototype.
8835         * c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
8836         * objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
8837         * c-opts.c: Include langhooks-def.h.
8838         (c_static_assembler_name): New.
8839         * langhooks.c: Include ggc.h.  Include gt-langhooks.h.
8840         (var_labelno): New.
8841         (lhd_set_decl_assembler_name): Give static objects with context
8842         unique names.
8843         * varasm.c (var_labelno): Delete.
8844         (make_decl_rtl): Don't change the assembler name once it's set.
8846         * c-opts.c (this_input_filename): New.
8847         (finish_options): Take new parameter, name of file being compiled.
8848         Update callers.  Set this_input_filename.
8849         (push_command_line_include): Use this_input_filename not
8850         main_input_filename.
8852 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
8854         * Makefile.in: Depend .pot generation on options.c.
8855         * po/exgettext: Add an extra_files variable containing additional
8856         files to scan.
8858 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
8860         * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
8861         c_write_global_declarations.
8863         * c-decl.c: Fix typos in several comments.  Remove all
8864         #if 0 blocks; reindent as needed.  Remove unused argument
8865         to declare_parm_level; all callers changed.
8866         * c-parse.in: Update calls to declare_parm_level.  Avoid
8867         issuing a double warning in some circumstances.
8868         * c-typeck.c: Update calls to declare_parm_level.
8869         * c-tree.h: Update prototype of declare_parm_level.
8871         * c-pragma.c (apply_pragma_weak): Don't complain about a
8872         redundant #pragma weak.
8874         * objc/objc-act.c (forward_declare_categories,
8875         build_selector_reference_decl, build_class_reference_decl,
8876         build_objc_string_decl, synth_forward_declarations,
8877         build_protocol_reference): Set TREE_PUBLIC on synthetic
8878         forward decl to 0, consistent with eventual definition.
8879         Correct comments to match.
8881         * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
8882         in regexp that don't form a range expression.
8883         * fixinc/fixincl.def: Regenerate.
8885 2003-07-17  Richard Henderson  <rth@redhat.com>
8887         PR target/10907
8888         * config/ia64/ia64.c (ia64_epilogue_uses): GP is live at end
8889         even with !TARGET_CONST_GP.
8890         (ia64_function_ok_for_sibcall): Reject non-local functions.
8892 2003-07-17  Steven Bosscher  <steven@gcc.gnu.org>
8894         * c-common.c (c_estimate_num_insns_1): Don't handle
8895         METHOD_CALL_EXPR.
8896         * expr.c (safe_from_p): Likewise.
8897         * gengtype.c (adjust_field_tree_exp): Likewise.
8898         * stmt.c (warn_if_unused_value): Likewise
8899         * tree.c (first_rtl_op): Likewise.
8900         * tree.def: Don't define METHOD_CALL_EXPR.
8901         * java/lang.c (java_estimate_num_insns_1): Don't handle
8902         METHOD_CALL_EXPR.
8904 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8906         PR other/11466
8907         * doc/invoke.texi (SPARC Options): Document "-mlittle-endian"
8908         and its restrictions for the SPARC64 port.
8909         Move the entry of "-mimpure-text" before that of "-mv8".
8911 2003-07-17  Eric Botcazou <ebotcazou@libertysurf.fr>
8912             Phil Edwards <phil@jaj.com>
8914         * doc/install.texi (*-*-solaris2*): Document the step-by-step
8915         procedure to bootstrap and install.
8916         Document the preference for the legacy Sun tools in /usr/bin
8917         over the POSIX tools in /usr/xpg4/bin for the build process.
8919 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
8921         * c.opt: Document Uncodumented; use it.  Document ObjC options.
8922         * opts.c (print_filtered_help): Skip undocumented switches.
8923         * opts.h (CL_UNDOCUMENTED): New.
8924         * opts.sh: Handle Undocumented.
8925         * toplev.c (documented_lang_options): Prevent its becoming empty.
8926 objc:
8927         * lang-options.h: Remove.
8929 2003-07-16  Ulrich Weigand  <uweigand@de.ibm.com>
8931         * loop.c (check_ext_dependent_givs): Pass const struct loop *
8932         instead of struct loop_info * as argument.  Accept BIVs with
8933         increment +/- 1 provided there is a friendly exit test against
8934         a loop-invariant value.
8935         (strength_reduce): Adapt call to check_ext_dependent_givs.
8937 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
8938             Con Bradley <con.bradley@superh.com>
8940         * sh-protos.h (sh_get_pr_initial_val): Declare.
8941         * sh.c (regno_reg_class): Make its elements type enum reg_class.
8942         (output_stack_adjust): Remove emit_fn argument.  Add epilogue_p
8943         and live_regs_mask arguments.  Changed all callers.
8944         (save_schedule_s): New structure.
8945         (save_schedule): New typedef.
8946         (scavenge_reg, sh5_schedule_saves, sh5_schedule_saves): New functions.
8947         (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
8948         In interrupts handlers, also save registers that are usually
8949         partially saved, and make sure there is at least one general purpose
8950         register saved if a target register needs saving.
8951         Add casts in comparisons to avoid warnings.
8952         (sh_media_register_for_return): return -1 for interrupt handlers.
8953         (MAX_SAVED_REGS, MAX_TEMPS): New defines.
8954         (sh_expand_prologue): Use sh5_schedule_saves.  Check that any temp
8955         registers used are available.
8956         Set RTX_FRAME_RELATED_P where appropriate.
8957         Add an REG_FRAME_RELATED_EXPR for r0 + offset addressing.
8958         (sh_expand_epilogue, sh_set_return_address): Use sh5_schedule_saves.
8959         (initial_elimination_offset): Likewise.
8960         * sh.h (DWARF_CIE_DATA_ALIGNMENT): Set to -4.
8961         (LOCAL_ALIGNMENT, GENERAL_REGISTER_P): Add casts to avoid warnings.
8962         (FP_REGISTER_P): Add casts to fix broken handling of unsigned REGNO.
8963         (XD_REGISTER_P, TARGET_REGISTER_P): Likewise.
8964         (HARD_REGNO_CALL_PART_CLOBBERED): Also yield nonzero for r15,
8965         and for target registers.
8966         (RETURN_IN_MEMORY): Add parentheses to avoid warnings.
8967         (regno_reg_class): Make its elements type enum reg_class.
8968         (CONSTRAINT_LEN): Don't use isdigit.
8969         (FUNCTION_ARG_REGNO_P): Add casts to avoid warnings.
8970         (FUNCTION_ARG): Add parentheses to avoid warnings.
8971         (RETURN_ADDR_RTX): Use sh_get_pr_initial_val.
8972         (RETURN_ADDR_OFFSET): Define to -1 for TARGET_SH5.
8973         (SH_DBX_REGISTER_NUMBER): Add casts to avoid warnings.
8974         (EH_RETURN_DATA_REGNO): Use unsigned constants to avoid warnings.
8975         * sh.md (xordi3+1): Remove unused variable regno.
8976         (return_media): Check that tr0 is available before using it.
8978 2003-07-16  Neil Booth  <neil@daikokuya.co.uk>
8980         * c.opt: Document more options.
8982 2003-07-16  Roger Sayle  <roger@eyesopen.com>
8984         * combine.c (subst): Also handle (subreg (const_double ...)) case
8985         if created by a substitution, by using the original inner mode.
8987 2003-07-16  Roger Sayle  <roger@eyesopen.com>
8989         * simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons
8990         to MODE_FLOAT constants if FLOAT_STORE_FLAG_VALUE is defined.
8991         (simplify_rtx): Likewise.  Simplify (lo_sum (high X) X) as X.
8993 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
8995         * doc/install.texi (--without-headers): New.
8997         Partial Fix PR/10129
8998         * config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
8999         (machopic_output_function_base_name): New; print the true pic label.
9000         (machopic_classify_ident): Pic Base is always a defined data.
9001         * config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
9002         * config/darwin-proto.h (machopic_output_function_base_name): Prototype.
9004         * gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
9005         if they are not floating point registers.
9007         PR c/10962
9008         * ggc.h: Add header guards.
9009         * c-decl.c (finish_struct): Sort fields if
9010         number greater than 15 and there are no
9011         anonymous structs/unions.
9012         * c-common.h: Include ggc.h.
9013         (sorted_fields_type): New struct.
9014         (field_decl_cmp): New prototype.
9015         (resort_sorted_fields): New prototype.
9016         (DECL_DECLARES_TYPE_NON_TEMPLATE_P): New macro.
9017         * c-tree.h: (lang_type): Use pointer to sorted_fields_type
9018         as s, removing other fields.
9019         * c-typeck.c (lookup_field): Use s in lang_type.
9020         These were mostly moved from cp/class.c:
9021         * c-common.c (field_decl_cmp): New static function.
9022         (field_decl_cmp): New function.
9023         (resort_sorted_fields): New function.
9025 2003-07-16  Geoffrey Keating  <geoffk@apple.com>
9027         * config/darwin.c (machopic_select_section): Use decl_readonly_section
9028         to do most of the work.
9030 2003-07-16  Hans-Peter Nilsson  <hp@bitrange.com>
9032         * config/mmix/mmix-protos.h: Convert prototypes to ISO C90.
9033         * config/mmix/mmix.c: Convert functions to ISO C90.
9034         (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak
9035         formatting.
9036         (mmix_get_hard_reg_initial_val): Tweak section head comment.
9038 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9040         * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.
9042 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9044         * unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
9045         (uw_update_context_1): Use it.
9046         * config/rs6000/rs6000.c (insn_after_throw): Remove.
9047         (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
9048         in parent frame if _Unwind_* called directly instead of through
9049         .plt.
9050         (rs6000_emit_eh_toc_restore): Remove.
9051         (rs6000_emit_prologue): Update stack pointer before doing any saving
9052         if current_function_calls_eh_return.  Generate unwind info for $r2.
9053         (rs6000_emit_epilogue): Restore stack pointer after doing all
9054         restoring if current_function_calls_eh_return.  Restore $r2.
9055         * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
9056         * config/rs6000/rs6000.md (eh_return): Remove call to
9057         rs6000_emit_eh_toc_restore.
9058         * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
9059         * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
9061 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9063         * expr.c (emit_block_move): Don't move anything if size is const 0.
9064         (clear_storage): Test against const0_rtx instead of comparing INTVAL
9065         against 0.
9067 2003-07-15  David S. Miller  <davem@redhat.com>
9069         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
9070         emit nop if the last real insn is CALL_INSN.
9072 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9074         * config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
9075         as "nul".
9076         * config/i386/xm-mingw32.h: Change GNU CC to GCC.
9078 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9080         * config/i386/winnt.c (associated_type): Artificial methods are not
9081         affected by the import/export status of their class unless they are
9082         COMDAT.
9083         (i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
9085         * config/i386/winnt.c: Fix GCC copyright comment.
9087 2003-07-16  Gabriel Dos Reis  <gcc@integrable-solutions.net>
9089         PR c++/11531
9090         * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're
9091         not recursing on hard error.
9092         (diagnostic_for_decl): Likewise.
9093         * diagnostic.def: Rearrange.
9095 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
9097         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
9098         If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode.
9100 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
9101             Richard Henderson  <rth@redhat.com>
9103         * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table
9104         to decide if to access a _Unwind_Ptr or a _Unwind_Word.
9105         (_Unwind_SetGR): Likewise.
9106         (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions.
9107         (Unwind_SpTmp): New typedef.
9108         (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr.
9109         (uw_update_context): Use _Unwind_GetPtr.
9110         (init_dwarf_reg_size_table): Move above uw_init_context_1.
9111         (uw_init_context_1): Initialize dwarf_reg_size_table if necessary.
9112         Use _Unwind_SetSpColumn.
9113         (uw_install_context_1): Don't initialize dwarf_reg_size_table.
9114         Use _Unwind_GetPtr.
9116 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
9118         * c.opt: Document more options.
9119         * toplev.c (documented_lang_options): Remove all local help strings.
9121 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9123         PR debug/11473
9124         * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
9125         base classes.
9127 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9129         PR target/10795
9130         * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't
9131         swap comparison operands if doing so would generate an
9132         unrecognizable insn.
9134 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9136         PR optimization/11320
9137         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
9138         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
9139         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
9140         current_sched_info->compute_jump_reg_dependencies. Record which
9141         registers are used and which registers are set by the jump.
9142         Clear deps->reg_conditional_sets after a barrier.
9143         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
9144         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
9145         (init_deps): Initialize reg_conditional_sets.
9146         (free_deps): Clear reg_conditional_sets.
9147         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
9148         Mark registers live on entry of the fallthrough block and conditionally
9149         set as set by the jump. Mark registers live on entry of non-fallthrough
9150         blocks as used by the jump.
9151         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
9152         Mark new parameters as unused.
9154 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9156         * doc/invoke.texi: Resync MIPS -march documentation.
9158 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9160         * config/mips/mips.h (PROCESSOR_R9000): New processor_type.
9161         (TARGET_MIPS9000, TUNE_MIPS9000): New macros.
9162         (GENERATE_MULT3_SI): True for TARGET_MIPS9000.
9163         * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
9164         (mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
9165         (mips_issue_rate): Handle PROCESSOR_R9000.
9166         (mips_use_dfa_pipeline_interface): Likewise.
9167         * config/mips/9000.md: New file.
9168         * config/mips/mips.md: Include it.
9169         (define_attr cpu): Add r9000.
9170         (mulsi3_mult3): Use "mul" for rm9000 code.
9172 2003-07-15  Stan Cox  <scox@redhat.com>
9174         * config/mips/mips.h (PROCESSOR_R7000): New processor_type.
9175         (TARGET_MIPS7000, TUNE_MIPS7000): New macros.
9176         (GENERATE_MULT3_SI): True for TARGET_MIPS7000.
9177         * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
9178         (mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
9179         (mips_issue_rate): Handle PROCESSOR_R7000.
9180         (mips_use_dfa_pipeline_interface): Likewise.
9181         * config/mips/7000.md: New file.
9182         * config/mips/mips.md: Include it.
9183         (define_attr cpu): Add r7000.
9184         (mulsi3_mult3): Use "mul" for rm7000 code.
9186 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9188         * config/mips/mips.md (define_attr type): Add condmove.  Use it for
9189         the conditional move patterns.
9190         * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove.
9191         Check for condmove type.
9192         (ir_vr54_arith): Add move type.
9193         * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise.
9194         * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise.
9196 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
9198         * c-opts.c (print_help): Remove.
9199         (c_common_handle_option): Don't handle --help.
9200         * c.opt: Document some options.
9201         (--help): Remove.
9202         * opts.c (print_filtered_help): New.
9203         (print_help): Use it.
9205 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9207         * c-common.c (c_common_type_for_mode): Handle V4DFmode.
9208         * tree.c: (build_common_tree_nodes_2): Likewise.
9209         * tree.h (enum tree_index): Add TI_V4DF_TYPE.
9210         (V4DF_type_node): New.
9212         * c-opts.c (push_command_line_include): Don't free deferred_opts,
9213         we'll need it.
9214         (finish_options): Reset init_cursor.
9216 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9218         * expr.c (expand_assignment): Remove an unused argument
9219         SUGGEST_REG.
9220         * expr.h: Update the prototype.
9221         * function.c: Update the callers.
9222         * stmt.c: Likewise.
9224 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9226         PR debug/11098
9227         * integrate.c (copy_decl_for_inlining): Do not mark copied decls
9228         as DECL_ABSTRACT.
9230 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9232         * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
9233         with __cplusplus, not "we must use the C++ compiler's type"
9234         * fixinc/inclhack.def (void_null): Note that Interix needs this.
9235         * fixinc/fixincl.x: Regenerate.
9237 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9239         * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
9240         and unseen_objects from the global data before calling
9241         __deregister_frame_info_bases.
9242         (examine_objects): Insert objects into the seen_objects list,
9243         not unseen_objects.
9244         (_Unwind_Find_FDE): Always unlock the global object lists, even if
9245         we couldn't allocate a data structure to put in it.
9247         * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
9248         (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
9249         (SET_TYPE_PROTOCOL_LIST): New.
9250         * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
9251         (get_object_reference): Likewise.
9253 2003-07-14  Jan Hubicka  <jh@suse.cz>
9255         * cfglayout.c (locator_file): Break out from ....
9256         (insn_file): ... here.
9257         (locator_line): Break out from ....
9258         (insn_line): ... here.
9259         * rtl.h (locator_file, locator_line): Declare.
9260         (final_start_function): Set proper line/file info.
9262 2003-07-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9264         * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
9265         handled by pp_c_cast_expression.
9267 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9269         * config/mips/mips.c (mips_expand_prologue): Use a single insn to
9270         allocate 32768 bytes of stack.  Use addition rather than subtraction
9271         when a single insn is enough.
9272         * config/mips/mips.md: Remove insns and splitters for subtracting
9273         constants.
9274         (subsi3): Only accept register operands.
9275         (subsi3_internal): Likewise.  Use for TARGET_MIPS16 as well.
9276         (subdi3_internal_3, subsi3_internal_2): Likewise.
9277         (casesi): Use expand_binop to subtract the lower bound.
9279 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9281         * config/mips/mips.c (mips_in_small_data_p): Don't handle
9282         TARGET_MIPS16 specially.
9284 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9286         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
9287         mips_output_aligned_bss.
9288         * config/mips/linux.h: Likewise.
9289         * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
9290         * config/mips/mips.c (mips_output_aligned_bss): New function.
9292         * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
9293         * config/mips/elf64.h: Likewise.
9295         * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
9296         mips_declare_object_name.
9297         (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
9298         * config/mips/elf64.h: As for elf.h.
9299         * config/mips/iris6.h: Likewise.
9300         * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
9301         * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
9302         do...while (0) block.
9303         * config/mips/mips-protos.h (mips_declare_object_name): Declare.
9304         (mips_finish_declare_object): Declare.
9305         * config/mips/mips.c (mips_declare_object_name): New function.
9306         (mips_finish_declare_object): New function.
9308         * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
9309         * config/mips/linux.h: Likewise.
9311         * config/mips/mips.c (inside_function): Delete.
9312         (file_in_function_warning, ignore_line_number): Delete.
9313         (mips_output_filename): Don't warn about changing filenames within
9314         a function.
9315         (mips_output_lineno): Update accordingly.
9316         (mips_output_function_prologue): Don't reset the deleted variables.
9317         * config/mips/mips.h (inside_function): Delete.
9318         (file_in_function_warning, ignore_line_number): Delete.
9320         * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
9321         * config/mips/elf64.h: Likewise.
9322         * config/mips/openbsd.h: Likewise.
9323         * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
9324         * config/mips/linux.h: Likewise.
9325         * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
9326         (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
9328         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
9329         to the list of include files when using gas.
9330         (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
9331         * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
9332         * config/mips/elf64.h: Likewise.
9333         * config/mips/iris5.h: Likewise.
9334         * config/mips/linux.h: Likewise.
9335         * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
9336         * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
9337         (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
9338         * config/mips/sdb.h: ...this new file.
9340 2003-07-14  Douglas Rupp  <rupp@gnat.com>
9342         * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
9343         argument to getcwd; use fixed buffer instead.
9345 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9347         * fixinc/mkfixinc.sh: Treat OpenBSD normally.
9348         * fixinc/fixinc.wrap: Delete.
9350 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9352         * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
9353         don't have 2.
9355 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9357         * ggc-page.c (struct globals): Add new fields to keep track of the
9358         total allocated memory and overhead.
9359         (ggc_print_statistics): Print them.
9360         (ggc_alloc): Keep track of the total allocated memory and the
9361         overhead.
9363         * tree.c (dump_tree_statistics): Increase spacing.
9364         (enum tree_node_kind): Move to ...
9365         * tree.h (enum tree_node_kind): ... here.
9366         (tree_node_counts, tree_node_sizes): Declare.
9368 2003-07-14  James A. Morrison  <ja2morri@student.math.uwaterloo.ca>
9370         * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
9372 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9374         PR optimization/11440
9375         * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
9376         SIGN_EXTRACT SETs.
9378 2003-07-14  Alan Modra  <amodra@bigpond.net.au>
9380         * doc/tm.texi (BLOCK_REG_PADDING): Describe.
9381         * expr.h (struct locate_and_pad_arg_data): Add where_pad.
9382         (emit_group_load, emit_group_store): Adjust declarations.
9383         Remove most occurrences of #ifdef TREE_CODE.
9384         * expr.c (emit_group_load): Add "type" param, and use
9385         BLOCK_REG_PADDING to determine need for a shift.  Optimize non-
9386         aligned accesses if !SLOW_UNALIGNED_ACCESS.
9387         (emit_group_store): Likewise.
9388         (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
9389         emit_group_load and emit_group_store calls.
9390         * calls.c (store_unaligned_arguments_into_pseudos): Tidy.  Use
9391         BLOCK_REG_PADDING to determine whether we need endian_correction.
9392         (load_register_parameters): Localize vars.  Handle shifting of
9393         small values to the correct end of regs.  Adjust emit_group_load
9394         call.
9395         (expand_call, emit_library_call_value_1): Adjust emit_group_load
9396         and emit_group_store calls.
9397         * function.c (assign_parms): Set mem alignment for stack slots.
9398         Adjust emit_group_store call.  Store values at the "wrong" end
9399         of regs to the stack.  Use BLOCK_REG_PADDING.
9400         (locate_and_pad_parm): Save where_pad.
9401         (expand_function_end): Adjust emit_group_load call.
9402         * stmt.c (expand_value_return): Adjust emit_group_load call.
9403         * Makefile.in (calls.o): Depend on $(OPTABS_H).
9404         * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
9405         (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
9406         (MUST_PASS_IN_STACK): Define.
9407         (BLOCK_REG_PADDING): Define.
9408         * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
9409         (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
9410         * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
9411         (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
9412         Act on AGGREGATES_PAD_UPWARD_ALWAYS.
9414 2003-07-13  Aaron W. LaFramboise  <awlaframboise@aol.com>
9416         * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
9418 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9420         * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
9421         both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
9423 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9425         PR other/11123
9426         * toplev.c: Don't cut off option names.
9428 2003-07-13  Andreas Jaeger  <aj@suse.de>
9430         * c-decl.c (link_hash_hash): Avoid warning about casting pointer
9431         to integer of different size.
9433 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9435         * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
9436         to (eq (and X 1) 0).
9438 2003-07-13  Andreas Jaeger  <aj@suse.de>
9440         * config.gcc: Add pmmintrin.h for x86_64-*-*.
9442 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
9444         * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
9445         (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
9446         list.  Move these all together down by cpplib.
9448         * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
9449         definition of CPPCHAR_SIGNED_T.
9451         * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
9452         * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
9453         * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
9455         * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
9456         * cppinit.c (cpp_create_reader): Likewise.
9458         * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
9459         * cpptrad.c: Likewise.  All callers changed.
9460         * cpplib.c: All callers changed.
9461         * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
9462         * hashtable.h: Define GTY(x) to nothing here too.
9464 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9466         * stor-layout.c (compute_record_mode): Remove very obsolete test
9467         that forces BLKmode for records with fields crossing word boundary.
9469 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
9471         * Makefile.in: Remove orphan reference to acconfig.h.
9473 2003-07-13  Andreas Jaeger  <aj@suse.de>
9475         * cgraphunit.c: Convert prototypes to ISO C90.
9477 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9479         * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
9480         (for OpenBSD).
9481         * fixinc/fixincl.x: Rebuild.
9483 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
9485         * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
9486         i?86-*-*.  Use correct name of cache variable.
9487         * configure: Regenerate.
9489 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
9491         * config/alpha/alpha.c: Fix comment typos.
9492         * config/alpha/alpha.md: Likewise.
9493         * config/arm/arm.c: Likewise.
9494         * config/arm/arm.md: Likewise.
9495         * config/arm/lib1funcs.asm: Likewise.
9496         * config/avr/avr.md: Likewise.
9497         * config/arm/README-interworking: Fix typos.
9499 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
9501         * c-format.c: Fix comment formatting.
9502         * c-typeck.c: Likewise.
9503         * coverage.c: Likewise.
9504         * cppcharset.c: Likewise.
9505         * cpplib.c: Likewise.
9506         * dbxout.c: Likewise.
9507         * gcov-io.h: Likewise.
9508         * toplev.c: Likewise.
9510 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9512         * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
9513         fix.
9515 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
9517         * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
9518         uses three-argument AC_DEFINE so no acconfig.h entries are
9519         needed.
9520         (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
9521         which contains the GAS version number as a scaled integer.
9522         (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers.  Add
9523         ability to check for ELF assembler.
9524         (gcc_GAS_CHECK_FEATURE): New macro.
9525         * configure.in: Use gcc_AC_CHECK_TYPE.  Rewrite all
9526         assembler feature checks using gcc_GAS_CHECK_FEATURE.
9527         Use three-argument AC_DEFINE everywhere.
9528         * acconfig.h: Deleted.
9529         * config.in, configure: Regenerate.
9531 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9533         * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
9534         (on OpenBSD).
9535         * fixinc/fixincl.x: Regenerate.
9537         * fixinc/inclhack.def (gnu_types): Improve comment.
9539 2003-07-12  Andreas Jaeger  <aj@suse.de>
9541         * fp-test.c (main): Use ISO C90 prototype.
9543         * version.c: Remove unneded include of ansidecl.h.
9545         * cgraph.h: Convert prototypes to ISO C90.
9546         * cgraph.c: Likewise.
9547         * fix-header.c: Likewise.
9548         * ra.h: Likewise.
9549         * protoize.c: Likewise.
9551 2003-07-12  Jan Hubicka  <jh@suse.cz>
9553         * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
9554         warning.
9556 2003-07-12  Jan Hubicka  <jh@suse.cz>
9557                                Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9559         * cgraph.c (cgraph_max_uid): New global variable.
9560         (cgraph_node): Set uid field.
9561         (create_edge): Keep inline flags consistent.
9562         (dump_cgraph): Dump more info.
9563         * cgraph.h (struct cgraph_local_info): Remove inline_many and
9564         can_inline_once; add inlinable, disgread_inline_limits, and self_insn
9565         (struct cgraph_global_info): Add insns, calls, cloned_times,
9566         will_be_output.
9567         (struct cgraph_node): Add uid.
9568         (struct cgraph_edge): Add inline_call.
9569         (cgraph_max_uid, cgraph_inline_p): Declare.
9570         * cgraph.c: Include params.h and fibheap.h
9571         (cgraph_mark_functions_to_inline_once): Kill.
9572         (INSNS_PER_CALL): New constant.
9573         (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
9574         static variables.
9575         (cgraph_finalize_function): Do not analyze inlining.
9576         (cgraph_finalize_compilation_unit): Set inlining attributes.
9577         (cgraph_mark_functions_to_output): More consistency checks.
9578         (cgraph_optimize_function): Set current_function_decl to NULL.
9579         (cgraph_expand_function): Use new inline flags.
9580         (cgraph_postorder): Expand from cgraph_expand_functions.
9581         (INLINED_TIMES, SET_INLINED_TIMES): New macros.
9582         (cgraph_inlined_into, cgraph_inlined_callees,
9583         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
9584         cgraph_mark_inline, cgraph_check_inline_limits,
9585         cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
9586         cgraph_decide_inlining, cgraph_inline_p): New functions.
9587         * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
9588         PARAM_INLINE_UNIT_GROWTH): New parameters.
9589         * tree-inline.c (struct inline_data): New field current_decl.
9590         (expand_call_inline): Avoid forward declarations; use
9591         inlinable_function_p.
9592         (optimize_inline_calls): Set id.current_decl.
9594 2003-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
9596         * configure.in: Remove wrongly added definition of
9597         local_prefix.
9598         * configure: Regenerate.
9600 2003-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9602         * rtl.def (NOTE): Do not use padding.
9604 2003-07-11  Dara Hazeghi  <dhazeghi@yahoo.com>
9606         * doc/install.tex: Update required binutils for i?86-*-linux*
9608 2003-07-11  Richard Henderson  <rth@redhat.com>
9610         * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
9612 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9614         * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
9615         TRANSLATION_UNIT_DECL as top_level.
9617 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9619         * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
9620         then fall back to cmpstrM.
9621         * builtins.c (expand_builtin_memcmp): Likewise.
9622         * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
9623         (s390_expand_cmpmem): ... this.
9624         * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
9625         cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
9626         from cmpstr* patterns.  Rename call to s390_expand_cmpstr
9627         to s390_expand_cmpmem.
9628         * config/s390/s390.c (s390_expand_cmpstr): Rename to...
9629         (s390_expand_cmpstr): ... this.  Rename cmpstr* instructions
9630         to cmpmem*.
9631         * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
9632         cmpstr* patterns.
9633         * doc/md.texi (cmpstrM): Describe as String compare insn, not
9634         Block compare insn.
9635         (cmpmemM): Add.
9637 2003-07-11  Loren James Rittle  <ljrittle@acm.org>
9639         * config/i386/freebsd.h (SET_ASM_OP): Remove.
9640         (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
9641         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
9642          MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
9644 2003-07-11  Richard Henderson  <rth@redhat.com>
9646         * function.c (assign_parms): Don't recombine complex args if
9647         fnargs is unchanged from orig_fnargs.
9648         (split_complex_args): Return args without complex before copying.
9649         Re-layout the modified parameters.
9651 2003-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9653         * regclass.c (choose_hard_reg_mode): Add third argument.
9654         Changed all callers.
9655         * rtl.h (choose_hard_reg_mode): Update declaration.
9656         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
9657         Take HARD_REGNO_CALL_PART_CLOBBERED into account.
9659 2003-07-11  Geoffrey Keating  <geoffk@apple.com>
9661         * c-decl.c (finish_decl): Handle 'used' here...
9662         * cgraphunit.c (cgraph_finalize_function): ... and here ...
9663         * c-common.c: (handle_used_attribute): ... not here.
9665         * configure.in (onstep): Support --enable-intermodule.
9666         * Makefile.in (OBJS-common): New.
9667         (OBJS-md): New.
9668         (OBJS-archive): New.
9669         (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
9670         (OBJS-onestep): New.
9671         (libbackend.a): Support @onestep@.
9672         (libbackend.o): New.
9673         * configure: Regenerate.
9675         * c-common.h (c_reset_state): New prototype.
9676         (c_parse_file): New prototype.
9677         (finish_file): Move prototype from c-tree.h.
9678         * c-decl.c: Include <hashtab.h>.
9679         (builtin_decls): New.
9680         (current_file_decl): New.
9681         (duplicate_decls): Add extra parameter. Change all callers.  Don't
9682         output duplicate common symbols.
9683         (link_hash_hash): New.
9684         (link_hash_eq): New.
9685         (poplevel): Handle popping of the top level.
9686         (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
9687         (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
9688         (pushdecl_top_level): Likewise.
9689         (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
9690         (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
9691         (finish_decl): Handle TRANSLATION_UNIT_DECL.
9692         (merge_translation_unit_decls): New.
9693         (c_write_global_declarations): New.
9694         (c_reset_state): New.
9695         (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
9696         * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
9697         * c-objc-common.c (c_cannot_inline_tree_fn): Handle
9698         TRANSLATION_UNIT_DECL.
9699         (c_objc_common_finish_file): Call merge_translation_unit_decls.
9700         * c-opts.c (in_fnames): Rename from in_fname.
9701         (c_common_decode_option): Handle multiple input filenames.
9702         (c_common_post_options): Likewise.
9703         (c_common_parse_file): Likewise; also, call c_parse_file rather than
9704         yyparse.
9705         * c-parse.in: Move cleanup code to c_parse_file.
9706         (free_parser_stacks): Move contents to c_parse_file.
9707         (c_parse_file): New.
9708         * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
9709         for integer types.
9710         (C_DECL_FILE_SCOPE): New.
9711         (finish_file): Move prototype to c-common.h.
9712         (merge_translation_unit_decls): New prototype.
9713         (comptypes): Add extra parameter to prototype.
9714         (c_write_global_declarations): New prototype.
9715         * c-typeck.c (tagged_types_tu_compatible_p): New.
9716         (function_types_compatible_p): Add extra parameter, change all callers.
9717         (type_lists_compatible_p): Likewise.
9718         (comptypes): Likewise.
9719         (struct tagged_tu_seen): New.
9720         (tagged_tu_seen_base): New.
9721         (build_unary_op): Handle TRANSLATION_UNIT_DECL.
9722         (c_mark_addressable): Remove #if 0 code.
9723         * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
9724         comment explaining why it shouldn't have to.
9725         * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
9726         options.
9727         * cppinit.c (cpp_read_next_file): New.
9728         (cpp_read_main_file): Use it.
9729         * cpplib.c (undefine_macros): New.
9730         (cpp_undef_all): New.
9731         * cpplib.h (cpp_read_next_file): Prototype.
9732         (cpp_undef_all): Prototype.
9733         * langhooks-def.h (write_global_declarations): Remove prototype.
9734         * toplev.h (write_global_declarations): Add prototype.
9735         * tree.c (decl_type_context): Use switch statement, handle
9736         TRANSLATION_UNIT_DECL.
9737         * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
9738         (TRANSLATION_UNIT_DECL): New kind of tree.
9739         * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
9740         * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
9741         * doc/invoke.texi: Make attempt to document new functionality.
9743         2003-05-19  Per Bothner <bothner@apple.com>
9745         * gcc.c (combine_inputs): New.
9746         (process_command): Set combine_inputs.
9747         (do_spec_1): Handle combine_inputs.
9748         (main): Likewise.
9750 2003-07-10  James E Wilson  <wilson@tuliptree.org>
9752         PR optimization/9745
9753         * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
9754         loop_insn_emit_before.
9755         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
9757 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
9759         * cppcharset.c: Fix comment.
9760         (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
9761         (EILSEQ): #define to EINVAL if not already defined.
9762         (convert_using_iconv): #if out when !HAVE_ICONV.
9763         (init_iconv_desc): Handle !HAVE_ICONV here...
9764         (cpp_init_iconv): ...not here.
9766 2003-07-11  Neil Booth  <neil@daikokuya.co.uk>
9768         * common.opt: More --help messages.
9769         * opts.c (print_help): Use puts().
9770         * toplev.c (f_options): Remove help text.
9771         (display_help): Don't dump f_options.
9773 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9775         * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
9776         Move i?86-*-interix* to the don't-fix list.
9777         * fixinc/fixinc.interix: Delete with extreme prejudice.
9779 2003-07-10  Dara Hazeghi  <dhazeghi@yahoo.com>
9781         PR bootstrap/10758
9782         * doc/install.texi: Document requirements for ia64-*-hpux* target.
9784 2003-07-10  Roger Sayle  <roger@eyesopen.com>
9786         * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
9788 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
9790         * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
9791         one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
9792         one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
9793         convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
9794         convert_no_conversion, convert_using_iconv): New functions.
9795         (APPLY_CONVERSION): New macro.
9796         (struct conversion, conversion_tab): New data structure.
9797         (init_iconv_desc): Check conversion_tab for a custom conversion
9798         primitive before trying to use iconv.
9799         (convert_cset): Deleted.
9800         (cpp_init_iconv): Use UTF- terminology, not UCS-.
9801         (_cpp_destroy_iconv): Update to match.
9802         (_cpp_valid_ucn): We don't need iconv to implement UCNs.
9803         (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
9804         (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
9805         (_cpp_interpret_string_notranslate): New function, moved here
9806         from cpplib.c.
9808         * cpphash.h (convert_f, struct cset_converter): New types.
9809         (struct cpp_reader): narrow_cset_desc and wide_cset_desc
9810         are now struct cset_converter, not bare iconv_t.
9811         Update prototypes.
9812         * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
9813         all callers changed.
9815 2003-07-10  Kelley Cook  <kelleycook@wideopenwest.com>
9817         * Makefile.in (options.h): Depend on Makefile.  Add move-if-change
9818         to opts.sh command line.
9819         * opts.sh: Write to temporary files with a move-if-change at the end.
9821 2003-07-10  Denis Chertykov  <denisc@overta.ru>
9822             Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9824         * combine.c (gen_binary): Handle the CLOBBER rtx and
9825         don't build a binary operation with it.
9827 2003-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9829         * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
9830         store_killed_after, store_killed_before): Keep track of the correct
9831         dependency function to use.
9833 2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>
9834         * toplev.c (do_compile): Don't try to open dump files before
9835         lang_dependent_init initializes dump_base_name.
9837 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9839         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
9840         Use ARRAY_SIZE.
9841         * config/frv/frv.c (frv_expand_builtin): Likewise.
9842         * config/sh/sh.c (sh_media_init_builtins): Likewise.
9844 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
9846         PR c++/10032
9847         * doc/invoke.texi (C++ Dialect Options): Change documentation of
9848         -fpermissive.
9850 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
9852         * tm.texi (RETURN_ADDR_OFFSET): Document.
9854 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9856         * gcov-io.h: Update documentation.
9857         (GCOV_UNSIGNED2STRING): New.
9858         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9859         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9860         GCOV_TAG_SUMMARY_LENGTH): Adjust.
9861         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
9862         GCOV_TAG_COUNTER_NUM): New.
9863         (GCOV_BLOCK_SIZE): Number of words.
9864         (gcov_var): Adjust buffer type.
9865         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
9866         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
9867         count, not byte count.
9868         (gcov_open): Adjust overread init.
9869         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
9870         gcov_write_string, gcov_write_tag, gcov_write_length,
9871         gcov_write_tag_length): Adjust.
9872         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
9873         (gcov_sync, gcov_seek): Adjust.
9874         * gcov-dump.c (print_usage): Show gcc version only.
9875         (dump_file): Use GCOV_UNSIGNED2STRING.
9876         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
9877         * gcov.c (print_version): Show gcc version only.
9878         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
9879         GCOV_TAG_*_NUM macros.
9880         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
9881         GCOV_TAG_COUNTER_LENGTH.
9882         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
9883         Use GCOV_TAG_COUNTER_NUM.
9884         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
9885         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
9887 2003-07-10  Andreas Schwab  <schwab@suse.de>
9889         * gcov-dump.c (dump_file): Fix missing address operator.
9891 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9893         PR c/11449
9894         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
9895         of HOST_WIDE_INT.
9896         (fold_single_bit_test): If sign_bit_p() fails, assume that the
9897         bit being tested is not a sign bit.
9899 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9901         * config/h8300/h8300.md (a peephole2): New.
9903 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9905         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
9906         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
9907         from ld-linux.so.2 to ld.so.1.
9908         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
9909         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
9910         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
9911         nor -Wl,-rpath-link.
9912         (LIB_SPEC): Add -rpath-link if !static.
9913         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
9914         * config/mn10300/mn10300.c (mn10300_protect_label): New
9915         variable.
9916         * config/mn10300/linux.h (PRINT_OPERAND,
9917         PRINT_OPERAND_ADDRESS): Set it during their execution.
9918         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
9919         mn10300_protect_label is set.
9920         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
9921         -Wl,-rpath-link.
9922         (LIB_SPEC, STARTFILE_SPEC): Define.
9923         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
9924         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
9925         FLOAT_BIT_ORDER_MISMATCH.
9926         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
9927         * config.gcc (am33_2.0-*-linux*): Added.
9928         * config/mn10300/linux.h: New.
9929         * config/mn10300/t-linux: New.
9931 2003-07-10  Andreas Jaeger  <aj@suse.de>
9933         * fold-const.c: Properly wrap prototypes.
9935 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
9937         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
9938         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
9939         Moved from...
9940         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
9941         * config/mn10300/mn10300.h: GTY-declare it.
9942         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
9943         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
9944         prototype.  Use incoming RTL argument.
9945         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9946         * config/mn10300/mn10300.md (int_label): Move C statements...
9947         (GOTaddr2picreg): ... here.
9948         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9949         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
9950         * config/mn10300/mn10300.c (mn10300_encode_section_info):
9951         ... here.  New function.
9952         (TARGET_ENCODE_SECTION_INFO): Define to it.
9953         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
9954         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
9955         pattern name.
9956         (mn10300_loadPC): Define as insn splittable after reload.
9957         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
9958         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
9959         be defined in .rodata even in PIC, now that the assembler
9960         supports that.
9961         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
9962         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
9963         symbol take an underscore prefix.
9964         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
9965         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
9966         legitimize_pic_address): Declare.
9967         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
9968         the PIC register as fixed.
9969         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
9970         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
9971         PIC.
9972         (LEGITIMATE_PIC_OPERAND_P): Define.
9973         (PIC_OFFSET_TABLE_REGNUM): Define.
9974         (GOT_SYMBOL_NAME): Define.
9975         (SYMBOLIC_CONST_P): Define.
9976         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
9977         symbols.
9978         (MN10300_GLOBAL_P): Test it.
9979         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
9980         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
9981         * config/mn10300/mn10300.c (print_operand): Handle unspec.
9982         (expand_prologue): Set PIC register.
9983         (call_address_operand): Don't match SYMBOL_REFs in PIC.
9984         (legitimize_address): Call legitimize_pic_address.
9985         (legitimize_pic_address): New fn.
9986         (legitimate_pic_operand_p): New fn.
9987         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
9988         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
9989         UNSPEC_PLT): New constants.
9990         (pop_pic_reg): New insn.
9991         (movsi): Adjust non-PIC addresses.
9992         (builtin_setjmp_receiver): Restore the PIC register.
9993         (casesi): New insn.
9994         (call): Adjust non-PIC addresses.
9995         (int_label, GOTaddr2picreg): New expands.
9996         (am33_loadPC): New insn.
9997         (mn10300_loadPC): New expand.
9998         (call_next_insn): New insn.
9999         (add_GOT_to_pic_reg): New expand.
10000         (symGOT2reg, symGOT2reg_i): New expands.
10001         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
10002         (sym2PIC, sym2PLT): New expands.
10004 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
10006         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
10007         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
10008         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
10009         to flag_unsafe_math_optimizations.
10010         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
10011         * config/mn10300/mn10300.c (expand_prologue): Mark
10012         FP-register-saving insns as frame-related.
10013         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
10014         * config/mn10300/mn10300.c
10015         (mn10300_get_live_callee_saved_regs): Don't search past
10016         LAST_EXTENDED_REGNUM.
10017         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
10018         * config/mn10300/mn10300.md: Remove excessive line breaks from
10019         `@' output patterns that were accounted as additional
10020         alternatives.
10021         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
10022         Re-introduce changes accidentally removed in Richard Sandiford's
10023         2000-12-05's patch.
10024         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
10025         Re-instate am33-2 lost in merge from net GCC.
10026         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10027         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
10028         floating-point registers.
10029         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
10030         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
10031         pessimizations that had gone in on 2000-05-08.
10032         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
10033         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
10034         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
10035         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
10036         operand 0.
10037         * (movhi): Likewise.
10038         * (movsi): Likewise.
10039         * (movsf): Likewise.
10040         * (movdi): Likewise.
10041         * (movdf): Likewise.
10042         2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
10043         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
10044         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
10045         (expand_prologue, expand_epilogue): Save and restore FP regs.
10046         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
10047         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
10048         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
10049         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
10050         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
10051         Do not clobber cc0.
10052         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
10053         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
10054         Discourage the two-argument, longer opcodes.
10055         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
10056         ones.
10057         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
10058         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
10059         * config/mn10300/mn10300.md (cmpsf): New pattern.
10060         (branch): Test mdep.fpCC and output fbCC.
10061         * config/mn10300/mn10300.c (print_operand): Output conditions.
10062         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
10063         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
10064         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
10065         mulsf3, divsf3): Use the `F' constraint for FP values.
10066         * config/mn10300/mn10300.c (const_1f_operand): New function.
10067         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
10068         * config/mn10300/mn10300.md (sqrtsf2): New expand.
10069         (rsqrtsf2): New insn.
10070         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
10071         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
10072         previous check-in.
10073         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
10074         * config/mn10300/mn10300.md (abssf2, negdf2): On
10075         TARGET_AM33_2, expand to...
10076         (abssf2_am33_2, negdf2_am33_2): New insns.
10077         (addsf3, subsf3, mulsf3, divsf3): Likewise.
10078         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
10079         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
10080         movdi, movdf): Added FP regs.
10081         * invoke.texi (-mam33-2, -mno-am33-2): Document.
10082         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
10083         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
10084         New macros.
10085         (REGNO_AM33_2_FP_P): Renamed to...
10086         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
10087         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
10088         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
10089         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
10090         regs from GENERAL_REGS.
10091         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
10092         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
10093         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
10094         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
10095         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
10096         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
10097         as FP_REGS.
10098         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
10099         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
10100         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
10101         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
10102         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
10103         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
10104         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
10105         AM33/2.0 floating-point registers.
10106         (CONDITIONAL_REGISTER_USAGE): Adjust.
10107         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
10108         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
10109         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
10110         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
10111         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
10112         (MULTILIB_DIRNAMES): Likewise.
10113         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
10114         `__AM33_2__' when `-mam33-2' is given.
10115         (TARGET_AM33_2): Define.
10116         (TARGET_SWITCHES): Adjust.
10117         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
10118         when appropriate.
10120 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
10122         * doc/install.texi: Add missing @.
10124 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10126         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
10128 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
10130         PR/11144
10131         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
10133 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10135         PR bootstrap/11043
10136         * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
10137         "x-crtfini.o" with "crtinit.o", "crtfini.o".
10139         * fixinc/inclhack.def (limits_ifndefs): Add select test.
10140         * fixinc/fixincl.x: Rebuild.
10142         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
10143         * fixinc/fixincl.x: Rebuild.
10145 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
10147         * doc/install.texi (Configuration): Document the valgrind option
10148         to --enable-checking.
10150 2003-07-09  Jan Hubicka  <jh@suse.cz>
10152         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
10154 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10156         * c-lex.c (cb_ident): Cast cstr.text to const char *.
10158 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10160         * gcov-io.h: Update documentation.
10161         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
10162         GCOV_NOTE_MAGIC.
10163         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
10164         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
10165         (struct gcov_var): Change buffer's type. Add endian flag.
10166         (gcov_open): Remove mode in libgcov.
10167         (gcov_magic): Prototype.
10168         * gcov-io.c (from_file): New.
10169         (gcov_open): Clear endian flag.
10170         (gcov_magic): New.
10171         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
10172         pointers.
10173         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
10174         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
10175         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
10176         * gcov-iov.c (main): Correct cast.
10177         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
10178         conversion.
10179         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
10180         (coverage_init): Use GCOV_NOTE_SUFFIX.
10181         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
10182         Rename to gcov_version, and return flag.
10183         (gcov_exit): Use gcov_version.
10184         (__gcov_init): Use gcov_version.
10185         * Makefile.in (coverageexts): Update.
10186         * gcov.c (print_version): Remove endianness conversion.
10187         (create_file_names): Use GCOV_NOTE_SUFFIX.
10188         (read_graph_file): Use gcov_magic.
10189         (read_count_file): Likewise.
10190         * gcov-dump.c (dump_file): Remove endianness conversion, use
10191         gcov_magic.
10193 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10195         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
10196         coverage is on.
10197         * configure: Regenerated.
10198         * Makefile.in (ALL_CFLAGS): Correct its comment.
10200 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
10202         * fold-const.c (make_range): Do not access operand 1 for a
10203         zero-operand operator.
10205 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
10207         * toplev.c (warn_dummy, W_options): Die.
10208         (display_help): Don't print W_options.
10209         * common.opt: Add W_options help from toplev.c.
10211 2003-07-09  Andreas Jaeger  <aj@suse.de>
10213         * opts.c (wrap_help): Only pass int arguments as arguments to
10214         printf's '*' modifier.  Change argument of function.
10216 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
10218         * doc/invoke.texi: Fix misspelling of "@item".
10220 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10222         * config/i386/i386.md: Remove an old comment about
10223         NOTICE_UPDATE_CC.
10225 2003-07-09  Jan Hubicka  <jh@suse.cz>
10227         * cgraph.c (cgraph_node_name): New function.
10228         (dump_cgraph): Use it.
10229         * cgraph.h (cgraph_dump_file): Declare.
10230         (cgraph_node_name): Declare.
10231         * cgraphunit.c: Include timevar.h
10232         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
10233         (cgraph_optimize_function): Use TV_INTEGRATION.
10234         (cgraph_mark_local_functions): reorganize dumps.
10235         (cgraph_mark_functions_to_inline_once): Likewise.
10236         (cgraph_optimize): Likewise; use timevar.
10237         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
10238         * toplev.c (dump_file_index): Add DFI_cgraph.
10239         (dump_file_info): Likewise.
10240         (cgraph_dump_file): New global variable.
10241         (do_compile): Open and close cgraph dump.
10242         * invoke.texi (-d): Document new flag; renumber.
10244 2003-07-08  Roger Sayle  <roger@eyesopen.com>
10246         PR c/11370
10247         * calls.c (emit_call_1): Don't bother popping the arguments off of
10248         the stack after a noreturn function call;  The adjustment is dead.
10249         (expand_call): Likewise.
10251 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
10253         * expr.c (MOVE_MAX_PIECES): Move from here...
10254         * defaults.h (MOVE_MAX_PIECES): ... to here.
10256 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
10258         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
10260 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10262         * genattr.c (internal_dfa_insn_code): Don't prototype.
10263         * genattrtab.c (attr_desc): Add `static_p' field.
10264         (expand_units): Make blockage range and ready cost functions
10265         static.
10266         (write_attr_get): Don't add extern prototypes in C file.  Mark
10267         static functions as appropriate.
10268         (find_attr, make_internal_attr): Initialize static_p.
10269         * genattrtab.h (ATTR_STATIC): New macro.
10270         * genautomata.c (output_internal_reset_func): Mark output function
10271         as inline.
10272         (make_internal_dfa_insn_code_attr): Mark output function as static.
10274 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10276         * genattrtab.h: Add new macros for attr `special' flags.
10277         * genattrtab.c (attr_desc): Reorder/resize fields better.
10278         Use attr `special' macros in all calls to make_internal_attr.
10279         * genautomata.c: Likewise.
10281 2003-07-09  Jan Hubicka  <jh@suse.cz>
10283         * c-common.c (c_estimate_num_insns_1): New static function.
10284         (c_estimate_num_insns): New global function.
10285         * c-common.h (DECL_NUM_STMTS): Rename to...
10286         (DECL_ESTIMATED_INSNS): ... this.
10287         (c_estimate_num_insns): Declare.
10288         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
10289         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
10290         * c-semantics.c (add_stmt): Do not account statements.
10291         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
10292         New.
10293         * langhooks.h (lang_hooks_for_tree_inlining): Add
10294         estimate_num_insns
10295         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
10296         to 100.
10297         (max-inline-insns): set to 300.
10298         (min-inline-insns): set to 10.
10299         * tree-inline.c (struct inline_data): Rename inlined_stmts to
10300         inlined-insns.
10301         (INSNS_PER_STMT): Kill.
10302         (inlinable_function_p): Compute and store body size.
10303         (expand_call_inline): Likewise.
10304         (optimize_inline_calls): Likewise.
10306 2003-07-08  James E Wilson  <wilson@tuliptree.org>
10308         PR target/10021
10309         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
10310         loop over new variable t2 instead of t.
10312 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
10314         PR bootstrap/11455
10315         * config/i386/winnt.c: Replace use of error(), warning() with
10316         error_with_decl(), warning_with_decl(),  throughout.
10318 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
10320         * opts.c (wrap_help): Use unsigned int, not size_t.
10322 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
10324         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
10325         as .file/.loc directives are incompatible with linker relaxation.
10327 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
10329         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
10330         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
10331         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
10332         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
10333         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
10334         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
10335         Escape { and } characters which are not part of range expressions.
10336         * fixinc/fixincl.x: Regenerate.
10337         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
10339 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
10341         PR c/1687
10342         * tree-inline.c (find_alloca_call): Use
10343         walk_tree_without_duplicates, instead of walk_tree.
10344         (find_builtin_longjmp_call): Likewise.
10345         * c-objc-common.c (c_cannot_inline_fn): Likewise.
10346         * c-semantics.c (find_reachable_label): Likewise.
10348 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10350         PR c/11420
10351         * config/i386/i386.c (ix86_check_movabs): New function.
10352         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
10353         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
10354         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
10356 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
10358         * Makefile.in (install-po): Cope with empty CATALOGS.
10360 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
10362         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10363         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
10364         (SECTION_FUNCTION_TEMPLATE): Delete.
10365         * config/mips/elf.h: As for elf64.h.
10366         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
10367         * config/mips/linux.h: As for elf.h
10368         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10369         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
10370         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
10371         of in_sdata from current_section_name and current_section_flags.
10372         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10373         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
10374         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
10375         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
10376         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
10377         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
10378         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
10379         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
10380         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
10381         (override_options): Remove setting of MASK_GPOPT.
10382         (mips_output_external): Use mips_in_small_data_p to check whether a
10383         symbol needs an .extern directive.  Don't emit such directives for
10384         TARGET_EXPLICIT_RELOCS.
10385         (mips_declare_object): Update accordingly.
10386         (mips_select_rtx_section): Call named_section rather than
10387         SMALL_DATA_SECTION.
10388         (mips_select_section): Use default_elf_section_section for everything
10389         except .text string constants.
10390         (mips_in_small_data_p): New function.
10391         (mips_encode_section_info): Remove small data handling.
10392         (mips_unique_section): Delete.
10393         (iris6_section_type_flags): New function.
10394         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
10396 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10398         PR Target/11453
10399         * pa.md: Disparage all mtsar constraints.
10400         (extzv, extv, insv): Don't fail on length of {32|64}.
10402 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
10404         * system.h: Poison MAP_CHARACTER.
10405         * config/i370/i370-protos.h (mvs_map_char): Delete.
10406         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
10407         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
10408         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
10410 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
10412         * toplev.c (randomize): Correct call to time().
10414 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10416         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
10417         REG_EQUIV notes as well.
10419 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10421         * doc/md.texi: Fix the description of addmodecc.
10423 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10425         * Makefile.in (top_builddir): Set to "..", not ".".
10426         (INTLLIBS, INTLDEPS): Delete.
10427         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
10428         (LIBDEPS): Add $(LIBICONV_DEP).
10429         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
10430         (INCLUDES): Replace -I../intl with @INCINTL@.
10431         ($(top_builddir)/intl/libintl.a): Delete rule.
10432         (stage2-start, stage3-start, stage4-start, stageprofile-start,
10433         stagefeedback-start): Use $$ for variable to be evaluated by
10434         shell, not make.
10435         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
10436         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
10437         * aclocal.m4: sinclude ../config/progtest.m4.  Add
10438         contents of lcmessage.m4 from gettext distro.
10439         * configure.in: Check for wchar.h and setlocale.  Set
10440         LIBICONV_DEP to the empty string and substitute it.
10441         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
10442         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
10443         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
10444         in $LIBINTL, to avoid linking it twice.
10445         * configure, config.in: Regenerate.
10447 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10449         * fixinc/mkfixinc.sh: Remove winnt support.
10450         * fixinc/fixinc.winnt: Delete with extreme prejudice.
10452 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
10454         * Makefile.in: Update.
10455         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
10456         * c.opt: Update documentation.
10457         * common.opt: Add some help text.
10458         * opts.c: Include intl.h.
10459         (wrap_help, print_help): New.
10460         (find_opt, handle_option, common_handle_option): opt_text now
10461         contains the '-'.  Use print_help to output help.
10462         * opts.h (struct cl_option): New member "help".
10463         * opts.sh: Update to handle help text output and to prepend
10464         options with '-'.
10465         * toplev.c (display_help): Remove some help text.
10467 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
10468             Fariborz Jahanian  <fjahanian@apple.com>
10470         * configure.in: Test for PowerPC mfcr field support in assembler.
10471         * config.in, configure: Regenderated.
10473         * config/rs6000/power4.md: Add mfcrf reservation.
10474         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
10475         * config/rs6000/rs6000.c (mfcr_operation): Define.
10476         (print_operand): Add 'Q' case for mfcrf.
10477         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
10478         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
10479         (movcc_internal1): Emit optional field operand for mfcr and set
10480         "type" attribute appropriately.
10481         (mfcr SCC): Likewise.
10482         (movesi_from_cr_one): New.
10484 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10486         * config/i386/i386.md: Correct check-in of incorrect version.
10488 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10490         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
10491         adjacent stdio calls.
10492         * c-decl.c (c_print_identifier): Likewise.
10493         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
10494         * print-rtl.c (print_rtx): Likewise.
10495         * print-tree.c (print_node_brief, print_node): Likewise.
10496         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
10498         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
10499         * config.in, configure: Regenerated.
10501 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10503         PR target/10979
10504         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
10505         Changed to define_expand patterns that copy operand[1] to prevent
10506         it from being clobbered before emitting an atan2?f3_1 insn.
10507         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
10508         patterns that actually specify the behaviour of x87's FPATAN.
10510 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
10512         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
10513         clearing of SYMBOL_FLAG_LOCAL bit.
10514         If vcall_offset fits into signed 16-bit immediate, use
10515         one instruction for both addition and load.
10517 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
10519         * opts.c (common_handle_option): Correct handling of the
10520         -falign- switches that do and don't take an argument.
10522 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10524         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
10525         today.
10526         (pushhi1_h8300hs): Likewise.
10528 2003-07-07  Andreas Jaeger  <aj@suse.de>
10530         * genextract.c: Convert remaining prototypes to ISO C90.
10532         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
10533         * fold-const.c (fold_single_bit_test): Likewise.
10534         * diagnostic.c (default_diagnostic_finalizer): Likewise.
10535         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
10537         * gengtype.c (write_array): Generate ISO C90 prototypes.
10539         * genflags.c (gen_proto): Generate ISO C90 prototypes.
10541 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10543         PR optimization/11059
10544         * expr.c (can_store_by_pieces): Return true if length is zero.
10545         (store_by_pieces): If length is zero and endp is two, abort,
10546         othwerise, if length is zero and endp is not two, return "to".
10547         (clear_by_pieces): Do nothing if length is zero.
10548         (clear_storage): Do nothing if length is zero.
10549         (store_constructor): Simplify code when size is zero, or the
10550         target has already been cleared.  This avoids emitting a
10551         blockage instruction when initializing empty structures.
10553 2003-07-07  Andreas Jaeger  <aj@suse.de>
10555         * mips-tfile.c: Convert prototypes to ISO C90.
10556         * mips-tdump.c: Convert prototypes to ISO C90.
10558 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
10560         * rtl.h (emit_line_note): Take a location_t.
10561         (emit_line_note_force): Remove.
10562         (set_file_and_line_for_statement): Take a location_t.
10563         * tree.g (emit_line_note): Take a location_t.
10564         * emit-rtl.c (emit_line_note): Take a location_t.
10565         (emit_line_note_force): Remove.
10566         * function.c (init_function_start): Adjust emit_line_note call.
10567         (expand_function_end): Use force_next_line_note, not
10568         emit_line_note_force.
10569         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
10570         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
10571         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
10572         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
10573         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
10574         genrtl_continue_stmt, genrtl_switch_stmt,
10575         genrtl_asm_stmt): Likewise.
10576         * expr.c (expand_expr): Likewise.
10577         * integrate.c (expand_inline_function): Likewise.
10578         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
10579         (expand_decl_init): Adjust emit_line_note call.
10581 2003-07-07  Dale Johannesen  <dalej@apple.com>
10583         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
10585 2003-07-07  Andreas Jaeger  <aj@suse.de>
10587         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
10588         * config/i386/i386.c: Likewise.
10590 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10592         * config/h8300/h8300.md: Use gen_int_mode instead of
10593         GEN_INT (trunc_int_for_mode (...)).
10595 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10597         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
10598         2 bytes and then subtract 2 from the stack pointer.
10599         (pushhi1_h8300hs): Likewise.
10601 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
10603         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
10604         -frandom-seed.
10605         * configure: Regenerated.
10606         * Makefile.in: Remove extraneous comment.
10607         * toplev.c (randomize): Protect against potential multiple calls.
10608         * doc/invoke.texi (-frandom-seed): Document use for in coverage
10609         files.
10611 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10612             Eric Botcazou  <ebotcazou@libertysurf.fr>
10614         PR optimization/11198
10615         * alias.c (objects_must_conflict_p): Return 1 if the types have
10616         the same alias set, not if the alias sets only conflict.
10618 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
10620         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
10621         (convert_cset): Change inbuf to type ICONV_CONST char.
10622         * Makefile.in (LIBS): Add LIBICONV.
10624         * doc/invoke.texi (-falign-functions): Document that
10625         when n is zero then a machine-dependent default is used.
10626         (-falign-labels): Document that when n is zero then a
10627         machine-dependent default is used and that -falign-labels =1
10628         is equivalent to -fno-align-labels.
10629         (-falign-loops): Likewise.
10630         (-falign-jumps): Likewise.
10632 2003-07-06  Art Haas  <ahaas@airmail.net>
10634         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
10635         initializer syntax.
10637 2003-07-06  James E Wilson  <wilson@tuliptree.org>
10639         PR optimization/9812
10640         * rtl.h (mem_for_const_double): Delete prototype.
10641         * varasm.c (mem_for_const_double): Delete function.
10642         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
10643         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
10644         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
10645         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
10646         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
10647         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
10648         comment about confused support for XFmode constants.
10650 2003-07-07  Jan Hubicka  <jh@suse.cz>
10652         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
10654 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
10656         * config/h8300/h8300.c: Fix comment typos.
10657         * config/h8300/h8300.md: Likewise.
10658         * config/i386/athlon.md: Likewise.
10659         * config/i386/i386.c: Likewise.
10660         * config/i386/pentium.md: Likewise.
10661         * config/ia64/ia64.c: Likewise.
10662         * config/ia64/itanium1.md: Likewise.
10663         * config/ia64/itanium2.md: Likewise.
10664         * config/m32r/m32r.md: Likewise.
10665         * config/m68hc11/m68hc11.c: Likewise.
10666         * config/mcore/mcore.c: Likewise.
10667         * config/mips/sr71k.md: Likewise.
10668         * config/mips/t-iris5-as: Likewise.
10669         * config/mmix/mmix.h: Likewise.
10670         * config/ns32k/ns32k.h: Likewise.
10671         * config/ns32k/NOTES: Fix a typo.
10673 2003-07-06  Andreas Jaeger  <aj@suse.de>
10675         * stmt.c: Convert remaining prototypes to ISO C90.
10676         * cfglayout.c: Likewise.
10677         * dbxout.c: Likewise.
10678         * gcc.c: Likewise.
10679         * genemit.c: Likewise.
10681         * basic-block.h: Convert prototypes to ISO C90.
10682         * c-parse.in: Likewise.
10683         * c-pragma.h: Likewise.
10684         * c-typeck.c: Likewise.
10685         * cfghooks.h: Likewise.
10686         * cfgloopanal.c: Likewise.
10687         * dbxout.h: Likewise.
10688         * debug.h: Likewise.
10689         * dwarf2asm.h: Likewise.
10690         * gcov.c: Likewise.
10691         * gengtype-lex.l: Likewise.
10692         * sched-int.h: Likewise.
10693         * timevar.c: Likewise.
10695 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
10697         * c-common.h (c_comon_handle_filename,
10698         c_common_missing_arguement): New.
10699         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
10700         LANG_HOOKS_MISSING_ARGUMENT): New.
10701         * c-opts.c (missing_arg): Rename c_common_missing_argument,
10702         update to be an appropriate langhook.
10703         (c_common_handle_option): Don't handle filenames.
10704         (c_common_handle_filename): New.
10705         * hooks.c (hook_void_constcharptr,
10706         hook_bool_constcharptr_size_t_false): New.
10707         * hooks.h (hook_void_constcharptr,
10708         hook_bool_constcharptr_size_t_false): New.
10709         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
10710         LANG_HOOKS_MISSING_ARGUMENT): New.
10711         (LANG_HOOKS_INITIALIZER): Update.
10712         * langhooks.h (struct lang_hooks): Add handle_filename and
10713         missing_argument.
10714         * opts.c (handle_option): Don't handle filenames here, but ...
10715         (handle_options): ... here.
10716         (common_handle_option): Don't handle missing arguments here.
10717         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
10718         LANG_HOOKS_MISSING_ARGUMENT): New.
10720 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
10722         * Makfile.in: Remove traces of mbchar.
10723         * c-parse.in (MULTIBYTE_CHARS): Remove.
10724         * config.in (MULTIBYTE_CHARS): Remove.
10725         * configure: Remove --enable-mbchar.
10726         * configure.in: Remove --enable-mbchar.
10727         * mbchar.c, mbchar.h: Remove.
10728         * system.h: Poison MULTIBYTE_CHARS.
10729         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
10730         * config/linux.h (MULTIBYTE_CHARS): Remove.
10731         * config/svr4.h (MULTIBYTE_CHARS): Remove.
10732         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
10734 2003-07-06  Andreas Jaeger  <aj@suse.de>
10736         * varray.c (varray_check_failed): Fix typo.
10738         * unroll.c: Convert prototypes to ISO C90.
10739         * varasm.c: Likewise.
10740         * varray.c: Likewise.
10741         * varray.h: Likewise.
10742         * vmsdbgout.c: Likewise.
10743         * xcoffout.c: Likewise.
10744         * xcoffout.h: Likewise.
10746 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10748         * gcov-io.h: Add a local time stamp.
10749         (struct gcov_info): Add stamp field.
10750         (gcov_truncate): New.
10751         * coverage.c (read_counts_file): Skip the stamp.
10752         (coverage_begin_output): Write the stamp.
10753         (build_gcov_info): Declare and init the stamp.
10754         (coverage_finish): Only unlink data file, if stamp is zero.
10755         * gcov-dump.c (dump_file): Dump the stamp.
10756         * gcov.c (bbg_stamp): New.
10757         (release_structures): Clear bbg_stamp.
10758         (read_graph_file): Read stamp.
10759         (read_count_file): Check stamp.
10760         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
10762 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10764         * tree.h (default_flag_random_seed): Remove.
10765         * toplev.h (local_tick): Declare.
10766         * tree.c (flag_random_seed, default_flag_random_seed): Move to
10767         toplev.c.
10768         (append_random_chars): Don't call default_flag_random_seed.
10769         * toplev.c (flag_random_seed): Define here. Set local_tick.
10770         (local_tick): Define.
10771         (randomize): New, moved from tree.c.
10772         (print_switch_values): Adjust.
10773         (toplev_main): Call randomize.
10775 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10777         * tree.h (crc32_string): Declare.
10778         * tree.c (append_random_chars): Remove.
10779         (crc32_string): New.
10780         (get_file_function_name_long): Use crc32_string here.
10782 2003-07-06  Andreas Jaeger  <aj@suse.de>
10784         * gcc.c: Convert prototypes to ISO C90.
10785         * gcc.h: Likewise.
10786         * gcov-dump.c: Likewise.
10787         * gcov-iov.c: Likewise.
10788         * gcse.c: Likewise.
10789         * genattrtab.h: Likewise.
10790         * ggc.h: Likewise.
10791         * global.c: Likewise.
10792         * graph.c: Likewise.
10793         * graph.h: Likewise.
10794         * hosthooks.h: Likewise.
10795         * hooks.h: Likewise.
10796         * hooks.c: Likewise.
10797         * hashtable.h: Likewise.
10798         * hashtable.c: Likewise.
10799         * haifa-sched.c: Likewise.
10800         * integrate.h: Likewise.
10801         * integrate.c: Likewise.
10802         * input.h: Likewise.
10803         * ifcvt.c: Likewise.
10804         * jump.c: Likewise.
10805         * langhooks-def.h: Likewise.  Add extern to prototypes.
10806         * langhooks.c: Likewise.
10807         * langhooks.h: Likewise.
10808         * lcm.c: Likewise.
10809         * local-alloc.c: Likewise.
10810         * loop-init.c: Likewise.
10811         * loop-unroll.c: Likewise.
10812         * loop-unswitch.c: Likewise.
10813         * loop.c: Likewise.
10814         * loop.h: Likewise. Add extern to prototypes.
10815         * machmode.h: Likewise.
10816         * main.c: Likewise.
10817         * mbchar.c: Likewise.
10818         * mbchar.h: Likewise.
10819         * mkdeps.c: Likewise.
10820         * mkdeps.h: Likewise.
10821         * optabs.c: Likewise.
10822         * optabs.h: Likewise.
10823         * output.h: Likewise.
10824         * gccspec.c: Likwise.
10825         * postreload.c: Likewise.
10826         * prefix.c: Likewise.
10827         * prefix.h: Likewise.
10828         * print-rtl.c: Likewise.
10829         * print-tree.c: Likewise.
10830         * profile.c: Likewise.
10831         * read-rtl.c: Likewise.
10832         * real.c: Likewise.
10833         * real.h: Likewise.
10834         * recog.c: Likewise.
10835         * recog.h: Likewise.
10836         * reg-stack.c: Likewise.
10837         * regclass.c: Likewise.
10838         * regmove.c: Likewise.
10839         * regrename.c: Likewise.
10840         * regs.h: Likewise.
10841         * reload.c: Likewise.
10842         * reload.h: Likewise.
10843         * reload1.c: Likewise.
10844         * reorg.c: Likewise.
10845         * resource.c: Likewise.
10846         * resource.h: Likewise.
10847         * rtl-error.c: Likewise.
10848         * rtl.c: Likewise.
10849         * rtl.h: Likewise.
10850         * rtlanal.c: Likewise.
10851         * sbitmap.c: Likewise.
10852         * sbitmap.h: Likewise.
10853         * scan-decls.c: Likewise.
10854         * scan.c: Likewise.
10855         * sched-deps.c: Likewise.
10856         * sched-ebb.c: Likewise.
10857         * sched-int.h: Likewise.
10858         * sched-rgn.c: Likewise.
10859         * sched-vis.c: Likewise.
10860         * sibcall.c: Likewise.
10861         * simplify-rtx.c: Likewise.
10862         * sreal.c: Likewise.
10863         * sreal.h: Likewise.
10864         * ssa-ccp.c: Likewise.
10865         * ssa-dce.c: Likewise.
10866         * ssa.c: Likewise.
10867         * ssa.h: Likewise.
10868         * stack.h: Likewise.
10869         * stmt.c: Likewise.
10870         * stor-layout.c: Likewise.
10871         * stringpool.c: Likewise.
10872         * target.h: Likewise.
10873         * timevar.c: Likewise.
10874         * timevar.h: Likewise.
10875         * tlink.c: Likewise.
10876         * tracer.c: Likewise.
10877         * tree-inline.c: Likewise.
10878         * tree-inline.h: Likewise.
10879         * tree.c: Likewise.
10880         * tree.h: Likewise.
10882 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10884         * combine.c (nonzero_bits1): Fix a warning.
10886 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10888         * config/h8300/h8300.c (compute_mov_length): Correct the
10889         length of loading CONST0_RTX (SFmode).
10891 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
10893         * toplev.c (output_clean_symbol_name): Remove.
10894         * toplev.h (output_clean_symbol_name): Remove.
10895         * config/alpha/alpha.c (unicosmk_output_module_name): Use
10896         lbasename & clean_symbol_name.
10898 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10900         * ggc.h: Follow spelling conventions.
10901         * config/i386/i386.c: Likewise.
10902         * config/i386/winnt.c: Likewise.
10903         * config/rs6000/rs6000.c: Likewise.
10905 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10907         * bt-load.c: Fix comment typos.
10908         * c-incpath.c: Likewise.
10909         * cfg.c: Likewise.
10910         * cfgcleanup.c: Likewise.
10911         * cfgloop.h: Likewise.
10912         * cfgloopmanip.c: Likewise.
10913         * cfgrtl.c: Likewise.
10914         * diagnostic.h: Likewise.
10915         * dwarfout.c: Likewise.
10916         * emit-rtl.c: Likewise.
10917         * et-forest.c: Likewise.
10918         * et-forest.h: Likewise.
10919         * expr.c: Likewise.
10920         * gcse.c: Likewise.
10921         * genattr.c: Likewise.
10922         * jump.c: Likewise.
10923         * langhooks.h: Likewise.
10924         * local-alloc.c: Likewise.
10925         * loop-unroll.c: Likewise.
10926         * loop-unswitch.c: Likewise.
10927         * ra-build.c: Likewise.
10928         * regclass.c: Likewise.
10929         * regmove.c: Likewise.
10930         * rtl.def: Likewise.
10931         * rtlanal.c: Likewise.
10932         * sched-ebb.c: Likewise.
10933         * sched-rgn.c: Likewise.
10934         * simplify-rtx.c: Likewise.
10935         * ssa.c: Likewise.
10936         * tracer.c: Likewise.
10937         * tree.c: Likewise.
10939 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
10941         * cppcharset.c: Use the correct return type for the fallback iconv
10942         macro.
10944 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10946         Blame to Jan Hubicka  <jh@suse.cz>
10947         * cfglayout.c (record_effective_endpoints): Split insns before
10948         first basic block correctly.
10950 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10952         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
10953         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
10954         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
10956 2003-07-05  Andreas Jaeger  <aj@suse.de>
10958         * genattrtab.c (write_attr_get): Revert part of last patch to
10959         always write out a prototype.
10961         * genemit.c (gen_split): Readd lost unused attributes in last
10962         patch.
10964 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10966         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
10967         different from header.
10969 2003-07-05  Andreas Schwab  <schwab@suse.de>
10971         * config/m68k/m68k.c: Remove code protected by CRDS.
10972         * config/m68k/m68k.md: Likewise.
10974 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
10976         PR driver/11417
10977         * c-opts.c (permit_fortran_options): New.
10978         (c_common_init_options): Accept fortran front end options if
10979         it looks like we might be preprocessing Fortran.
10980         (c_common_handle_option): Don't reject switch if permit_fotran_options.
10982 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10984         * genattr.c (internal_dfa_insn_code): Output prototype.
10985         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
10986         * genautomata.c: Likewise.
10987         * genconditions.c: Likewise.
10988         * genemit.c: Likewise.
10989         * genextract.c: Likewise.
10990         * gengenrtl.c: Likewise.
10991         * gengtype.c: Likewise.
10992         * genopinit.c: Likewise.
10993         * genoutput.c: Likewise.
10994         * genpeep.c: Likewise.
10995         * genrecog.c: Likewise.
10997 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10999         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
11000         (struct cpp_options): Add narrow_charset, wide_charset,
11001         bytes_big_endian fields.  Remove EBCDIC field.
11002         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
11004         * cpphash.h: Include <iconv.h> if we have it, otherwise
11005         provide a dummy definition of iconv_t.
11006         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
11007         (_cpp_valid_ucn): Update prototype.
11008         (_cpp_destroy_iconv): New prototype.
11010         * doc/cpp.texi: Document character set handling.
11011         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
11012         * doc/extend.texi: Delete entire section on multiline strings.
11013         Rewrite section on __FUNCTION__ etc now that these are
11014         variables in C.
11016         * cppucnid.tab, cppucnid.pl: New files.
11017         * cppucnid.h: New generated file.
11018         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
11019         (iconv_open, iconv, iconv_close): Provide dummy definitions
11020         if !HAVE_ICONV.
11021         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
11022         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
11023         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
11024         cpp_interpret_string, narrow_str_to_charconst,
11025         wide_str_to_charconst): New.
11026         (ucn_valid_in_identifier): Use a binary search through the
11027         ucnranges table defined in cppucnid.h, not a long chain of if
11028         statements.
11029         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
11030         character names are only valid in C++ and C99" to a warning.
11031         Issue the "meaning of \[uU] is different in traditional C"
11032         warning here.  Take care not to let iconv see an invalid UCS
11033         value if we get a malformed UCN.  Issue an error if we don't
11034         have iconv.
11035         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
11036         cpp_interpret_string to do the heavy lifting.
11038         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
11039         narrow_charset, wide_charset fields of options structure.
11040         (cpp_destroy): Call _cpp_destroy_iconv.
11041         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
11042         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
11043         (cpp_interpret_charconst): Moved to cppcharset.c.
11044         * cpplib.c (dequote_string): Delete.
11045         (interpret_string_notranslate): New.
11046         (do_line, do_linemarker): Use interpret_string_notranslate.
11048         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
11050         * c-common.c (fname_string, combine_strings): Delete.
11051         * c-common.h (fname_string, combine_strings): Delete prototypes.
11052         * c-lex.c (ignore_escape_flag): Delete.
11053         (cb_ident): Use cpp_interpret_string, not lex_string.
11054         (get_nonpadding_token): New function.
11055         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
11056         Adjust calls to lex_string.  Don't write *value twice.
11057         (lex_string): Now handles string constant concatenation.
11058         Most of the work handed off to cpp_interpret_string.
11059         Call fix_string_type here.
11060         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
11061         FUNC_NAME, throughout.
11062         (OBJC_STRING): New token type.
11063         (primary:STRING): No need to call fix_string_type here.
11064         (primary:objc_string): Make that OBJC_STRING.
11065         (objc_string nonterminal): Delete.
11066         (yylexname): Delete code to handle fake string constants.
11067         (yylexstring): Delete entirely.
11068         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
11069         to handle CPP_ATSIGN.
11071         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
11072         * c-opts.c (missing_arg, c_common_handle_option): Handle
11073         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
11074         (c_common_init): Set cpp_opts->bytes_big_endian, not
11075         cpp_opts->EBCDIC.  Call cpp_init_iconv.
11076         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
11077         (TARGET_EBCDIC): Delete default definition.
11079         * objc/objc-act.c (build_objc_string_object): No need to
11080         handle string constant concatenation.
11082 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11084         * doc/install.texi: Fix typos.
11085         * doc/invoke.texi: Likewise.
11086         * doc/tm.texi: Likewise.
11088 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11090         * config/pa/fptr.c: Fix comment typos.
11091         * config/pa/pa-64.h: Likewise.
11092         * config/pa/pa.c: Likewise.
11093         * config/pa/pa.h: Likewise.
11094         * config/rs6000/603.md: Likewise.
11095         * config/rs6000/7xx.md: Likewise.
11096         * config/rs6000/darwin.h: Likewise.
11097         * config/rs6000/freebsd.h: Likewise.
11098         * config/rs6000/rs6000.c: Likewise.
11099         * config/rs6000/rs6000.md: Likewise.
11100         * config/rs6000/spe.h: Likewise.
11102 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
11104         * config/s390/2064.md: Change GNU CC to GCC.
11105         * config/s390/2084.md: Likewise.
11106         * config/s390/fixdfdi.h: Likewise.
11107         * config/s390/linux.h: Likewise.
11108         * config/s390/s390-modes.def: Likewise.
11109         * config/s390/s390-protos.h: Likewise.
11110         * config/s390/s390.c: Likewise.
11111         * config/s390/s390.h: Likewise.
11112         * config/s390/s390.md: Likewise.
11113         * config/s390/s390x.h: Likewise.
11115 2003-07-04  Jeff Law  <law@redhat.com>
11117         PR c/11428
11118         * expr.c (do_store_flag): Pass in the correct result type
11119         when calling fold_single_bit_test.
11120         * fold-const.c (fold_single_bit_test): Use result_type for the
11121         result when folding a sign bit test.
11123 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
11125         * opts.c (common_handle_options): Negate sense of -falign- switches.
11127 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
11129         * Makefile.in: Replace PWD with PWD_COMMAND.
11131 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11133         * cfgloopanal.c (count_strange_loop_iterations): New static function.
11134         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
11135         Handle strange loops.
11137 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
11139         * install.texi: Even the g77 manpage is derived from
11140         the full g77 manual.
11142 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11144         * ABOUT-NLS: Delete.
11145         * intl: Delete entire directory.
11146         * aclocal.m4: Include ../config/gettext.m4.  Delete
11147         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
11148         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
11149         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
11150         Remove intl/Makefile from all_outputs.
11151         * configure, config.in: Regenerate.
11152         * Makefile.in: Expunge all references to intl subdirectory.
11153         Add -I../intl to INCLUDES.
11154         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
11156 2003-07-04  Roger Sayle  <roger@eyesopen.com>
11158         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
11159         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
11161 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
11163         PR c++/5287, PR c++/7910, PR c++/11021
11164         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
11165         dllimport attribute if function is defined at declaration, but
11166         report error instead. Likewise for dllimport'd variable
11167         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
11168         declared within functions, Report error if dllimport or dllexport
11169         symbol is not global.
11170         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
11171         if defined after declaration or if inlined. Don't allow definition
11172         of static data members of C++ classes. Don't dllimport virtual
11173         methods.
11174         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
11175         (i386_pe_mark_dllimport): Remove unnecessary checks.
11176         (i386_pe_encode_section_info): Warn if the dllimport attribute
11177         and symbol prefix have been instantiated and then overridden.
11179         * doc/extend.texi: Document dllimport and dllexport attributes.
11181         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
11183 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
11185         * config/kaos.h (CPP_PREDEFINES): Delete.
11186         (TARGET_OS_CPP_BUILTINS): New.
11188 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11190         * c-aux-info.c: Include toplev.h after c-tree.h.
11191         * c-common.c: Likewise.
11192         (GCC_DIAG_STYLE): Undef.
11193         * c-semantics.c (GCC_DIAG_STYLE): Define.
11194         * c-tree.h (GCC_DIAG_STYLE): Likewise.
11195         * diagnostic.h (inform): Move prototype to toplev.h.
11196         * jump.c: Include diagnostic.h before toplev.h.
11197         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
11198         (warning, error, fatal_error, pedwarn, sorry, inform,
11199         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
11201 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11203         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
11204         at all if edge is not specified.
11205         (can_copy_bbs_p, copy_bbs): New.
11206         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
11207         * cfgloop.c (get_loop_body): Comment more precisely.
11208         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
11209         (scale_bbs_frequencies): Fix comment typo.
11210         (can_duplicate_loop_p): Use can_copy_bbs_p.
11211         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
11213 2003-07-03  Devang Patel <dpatel@apple.com>
11215         * c-opts.c (c_common_parse_file): Remove extra
11216         debug_hooks->start_source_file call.
11218 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11220         * real.c (real_trunc, real_floor, real_ceil): New functions
11221         to implement trunc, floor and ceil respectively.
11222         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
11223         * builtins.c (integer_valued_real_p): New function to test if
11224         a floating point expression has an integer valued result.
11225         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
11226         foo(x) where foo is an integer rounding function.  Similarly,
11227         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
11228         (double)(int)x when both foo and bar are integer rounding
11229         functions and we don't need to honor errno.
11230         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
11231         New functions to fold trunc, floor and ceil.
11232         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
11233         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
11234         to fold BUILT_IN_CEIL*.
11235         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
11236         the remaining integer rounding functions.
11238 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11240         * config/sparc/sparc.c (function_arg_partial_nregs): Use
11241         SPARC_INT_ARG_MAX to determine where to split unnamed
11242         complex FP arguments.
11244 2003-07-03  Jan Hubicka  <jh@suse.cz>
11246         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
11247         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
11248         (merge_blocks_move_predecessor_nojumps,
11249          merge_blocks_move_successor_nojumps): Use merge_blocks.
11250         (try_optimize_cfg): Use merge_blocks_move.
11251         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
11252         (merge_blocks_nomove): Rename to rtl_merge_blocks.
11253         (cfg_layout_create_basic_block): New.
11254         (rtl_can_merge_blocks): New.
11255         (cfg_layout_split_block): Do not alloc aux by hand.
11256         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
11257         merge_blocks.
11258         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
11259         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
11260         * cfgloopmanip.c (loop_split_edge_with): Likewise.
11261         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
11263         * basic-block.h (basic_block_def): Add field 'rbi'.
11264         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
11265         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
11266         * cfg.c (entry_exit_blocks): Add new field.
11267         * cfglayout.c: Include alloc-pool.h;
11268         (cfg_layout_pool): New.
11269         (record_effective_endpoints, fixup_reorder_chain,
11270         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
11271         of rbi.
11272         (cfg_layout_initialize_rbi): New function.
11273         (cfg_layout_initialize): Use it.
11274         (cfg_layout_finalize): Clear rbi fields.
11275         * cfglayout.h (RBI): Kill.
11276         (cfg_layout_initialize_rbi): Declare.
11277         * cfgloopmanip.c (copy_bbs): Use rbi.
11278         (record_exit_edges): Likewise.
11279         (duplicate_loop_to_header_edge): Likewise.
11280         * cfgrtl.c (cfg_layout_create_basic_block): Use
11281         cfg_layout_initialize_rbi.
11282         (cfg_layout_split_block): Use rbi.
11283         (cfg_layout_delete_block): Likewise.
11284         * loop-init.c (loop_optimizer_finalize): Likewise.
11285         * loop-unswitch.c (unswitch_loop): Likewise.
11286         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
11288         * cfgrtl.c: Update comments.
11289         (try_redirect_by_replacing_jump): New argument.
11290         (redirect_branch_edge): Break out from ...
11291         (rtl_redirect_edge_and_branch): ... this one.
11292         (update_cfg_after_block_merging): Break out from ...
11293         (rtl_merge_blocks): ... this one.
11294         (cfg_layout_split_edge): New.
11295         (cfg_layout_merge_blocks): New.
11296         (cfg_layout_can_merge_blocks_p): New.
11297         (cfg_layout_redirect_edge_and_branch): Reorganize.
11298         (cfg_layout_rtl_cfg_hooks): Fill in.
11299         (cfg_layout_delete_block): Kill barriers.
11300         * cfganal.c (can_fallthru): Deal with exit blocks
11301         * cfglayout.c (cfg_layout_function_header): New function
11302         (record_effective_endpoints): Record function header.
11303         (fixup_reorder_chain): Fixup dead jumptables; place header
11305         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
11306         * bb-reorder.c (cfg_layout_initialize): Update call.
11307         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
11308         edges in cfglayout mode.
11309         * cfglayout.c (cleanup_unconditional_jumps): Kill.
11310         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
11311         * cfglayout.h (cfg_layout_initialize): Update prototype.
11312         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
11313         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
11314         * flow.c (propagate_block): Do not crash when basic block ends
11315         by first insn in the chain.
11316         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
11317         do loop discovery.
11318         * tracer.c (tracer): Update call of cfg_layout_initialize.
11320 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11322         * Makefile.in: Use dependency variables in lieu of explicit
11323         files throughout.
11325 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
11327         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
11328         * tree.h: ...to here.
11330 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
11332         * config/s390/2064.md: Fix comment typos.
11333         * config/s390/2084.md: Likewise.
11334         * config/s390/s390.c: Likewise.
11335         * config/s390/s390.md: Likewise.
11336         * config/sh/sh.c: Likewise.
11337         * config/sh/sh.h: Likewise.
11338         * config/sh/sh.md: Likewise.
11339         * config/sparc/sparc.c: Likewise.
11340         * config/sparc/sparc.h: Likewise.
11341         * config/sparc/sparc.md: Likewise.
11342         * config/stormy16/stormy16.c: Likewise.
11343         * config/stormy16/stormy16.h: Likewise.
11344         * config/stormy16/stormy-abi: Fix a typo.
11346 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
11348         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
11350 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11352         * config/mips/mips.h (save_argv): Delete.
11354 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11356         PR target/10700
11357         * fold-const.c (extract_muldiv_1): There's nothing that can be done
11358         if the expression is a SAVE_EXPR.
11360 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
11362         * config/m32r/m32r.c: Fix comment typos.
11363         * config/m68hc11/m68hc11.c: Likewise.
11364         * config/m68hc11/m68hc11.h: Likewise.
11365         * config/m68k/m68k.c: Likewise.
11366         * config/mcore/mcore.c: Likewise.
11367         * config/mcore/mcore.h: Likewise.
11368         * config/mcore/mcore.md: Likewise.
11369         * config/mips/mips.c: Likewise.
11370         * config/mips/mips.h: Likewise.
11371         * config/mips/mips.md: Likewise.
11372         * config/mips/netbsd.h: Likewise.
11373         * config/mn10300/mn10300.c: Likewise.
11375 2003-07-03  Andreas Schwab  <schwab@suse.de>
11377         * dbxout.c (pending_bincls): Move decl down inside
11378         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
11380 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11382         * rtl.h (NOTE_DATA): Refer to whole union.
11383         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
11385 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11387         PR optimization/11381
11388         * simplify-rtx.c (simplify_relational_operation): Check that
11389         two equal operands have no side-effects before simplifying
11390         the comparison.
11392 2003-07-02  Jeff Law  <law@redhat.com>
11394         * expr.c (do_store_flag): Remove special case folding for
11395         single bit tests.  Instead call back into the commonized folder
11396         routine.
11397         * fold-const.c (fold_single_bit_test): New function, mostly
11398         extracted from do_store_flag, with an additional case extracted
11399         from fold.
11400         (fold): Call fold_single_bit_test appropriately.
11401         * tree.h (fold_single_bit_test): Prototype.
11403 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
11405         * system.h: Include filenames.h.
11406         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
11407         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
11408         define based on HAVE_DOS_BASED_FILE_SYSTEM.
11409         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
11410         * config/i386/xm-mingw32.h: Don't define
11411         HAVE_DOS_BASED_FILE_SYSTEM,
11412         DIR_SEPARATOR, or DIR_SEPARATOR_2.
11413         * doc/hostconfig.texi: Update to match.
11415         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
11416         config/i386/cygwin.h:
11417         Use IS_ABSOLUTE_PATH throughout.
11418         * gcc.c (DIR_UP): Delete, unused.
11419         * protoize.c (IS_SAME_PATH): Define in terms of
11420         FILENAME_CMP.
11421         (is_abspath): Delete.
11423 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
11425         * config/i386/emmintrin.h: Fix comment typos.
11426         * config/i386/i386.c: Likewise.
11427         * config/i386/i386.h: Likewise.
11428         * config/i386/sco5.h: Likewise.
11429         * config/ia64/ia64.c: Likewise.
11430         * config/ia64/itanium2.md: Likewise.
11432 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
11434         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
11435         DBX_USE_BINCL.
11436         (emit_bincl_stab): Same.
11437         (emit_pending_bincls): Same.
11439 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
11441         * config/h8300/h8300.c (compute_mov_length): Fix the length of
11442         loading CONST0_RTX (SFmode).
11443         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
11444         'G' to CONST0_RTX (SFmode).
11445         * config/h8300/h8300.md (movsf_h8300): Change the first
11446         constraint to 'G'.
11447         (movsf_h8300h): Likewise.
11449 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
11451         * c-common.h (c_common_init_options): New prototype.
11452         * c-opts.c (deferred_size): Remove.
11453         (defer_opt): Array is now pre-allocated.
11454         (c_common_init_options): Pre-allocate deferred_opts.  Make
11455         lang_flags unsigned.
11456         (push_command_line_options): Free deferred_opts.
11457         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
11458         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
11459         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
11460         * langhooks.h (struct lang_hooks): New prototype for init_options.
11461         * main.c (main): Cast argv.
11462         * opts.c (handle_option, handle_options): Update prototypes.
11463         (decode_options): save_argc, save_argv are not global.  Constify.
11464         * opts.h (decode_options): New prototype.
11465         * toplev.c (general_init): New protoype.
11466         (save_argv): Make static.
11467         (save_argc): Remove.
11468         (print_switch_values, general_init): Constify.
11469         (toplev_main): Save argv.
11470         * toplev.h (toplev_main): Update prototype.
11471         (save_argc, save_argv): Remove.
11473 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
11475         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
11476         (emit_bincl_stab): Same.
11477         (emit_pending_bincls): Same.
11479 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11481         PR c++/11072
11482         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
11484 2003-07-02  Andreas Schwab  <schwab@suse.de>
11486         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
11488 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
11490         PR optimization/11210
11491         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
11492         about the behaviour with regard to bitfields.
11493         * fold-const (decode_field_reference): Record outermost type in
11494         case the expression is a NOP. Strip all NOPs. Set the signedness
11495         to that of the outermost type (if any) when the bitsize is equal
11496         to the size of the type.
11498 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
11500         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
11501         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
11502         (adddi3_internal_3, addsi3_internal_2): Likewise.
11504 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
11506         * config/mips/mips.c (machine_function): Add new fields:
11507         ignore_hazard_length_p and all_noreorder_p.
11508         (mips_flag_delayed_branch): New variable.
11509         (override_options): Treat '/' as an operand punctuation character.
11510         Set up mips_flag_delayed_branch.
11511         (print_operand): Handle '/'.
11512         (mips_output_function_prologue): Put the whole function in
11513         .set noreorder and .set nomacro if all_noreorder_p is true.
11514         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
11515         (mips16_optimize_gp): Remove "first insn" parameter.
11516         (mips16_lay_out_constants): New function, split out from mips_reorg.
11517         (mips_avoid_hazard, mips_avoid_hazards): New functions.
11518         (mips_reorg): For mips16 code, call mips16_lay_out_constant
11519         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
11520         do delayed-branch scheduling followed by hazard detection.
11521         (mips_adjust_insn_length): Only account for hazards if
11522         !ignore_hazard_length_p.
11523         (mips_output_load_label): Add a nop to the o32 sequence if
11524         the target suffers from load delays.
11525         (mips_output_conditional_branch): Add %/ to the end of branches.
11526         (mips_output_division): Fill the branch delay slot with %#.
11527         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
11528         instructions.  End all other %* branches with %/.
11529         (ffssi2, ffsdi2): Fix lengths.
11530         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
11531         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
11532         (fix_truncsfsi2_macro): Likewise.
11533         (mov_lwl): Set hazard to "none".
11534         (ashldi3_internal): Fill the branch delay slot with %#.
11535         (ashrdi3_internal, lshrdi3_internal): Likewise.
11536         (exception_receiver): Explicitly set $28.
11537         (hazard_nop): New pattern.
11539 2003-07-02  Jan Hubicka  <jh@suse.cz>
11541         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
11542         before calling tree_inlinable_function_p.
11544 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11546         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
11547         <internal/stdio_core.h> too.
11548         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
11549         <internal/wchar_core.h> too.
11550         Substitute va_list uses in inline definition.
11551         * fixinc/fixincl.x: Regenerate.
11553 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11555         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
11556         Undef before redefinition.
11557         (LABEL_AFTER_LOC): Likewise.
11558         (DEFAULT_SIGNED_CHAR): Likewise.
11559         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
11560         Fix IRIX spelling.
11562         * config/mips/iris3.h: Remove, unused.
11563         * config/mips/iris4.h: Likewise.
11565         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
11567         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
11568         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
11569         target_cpu_default.
11571         * config/mips/iris5.h: Move explicit includes ...
11572         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
11574         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
11575         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
11576         tm_defines.
11578         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
11579         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
11580         target_cpu_default.
11582         * config/mips/iris6.h: Fix IRIX spelling.
11583         (MULTILIB_DEFAULTS): Undef before redefinition.
11585         * config/mips/iris6.h: Move explicit includes ...
11586         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
11588 2003-07-02  Jan Hubicka  <jh@suse.cz>
11590         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
11591         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
11592         Use next_needed field instead of aux to maintain the queue.
11593         * cgraph.h (cgraph_node): Add next_needed.
11594         (cgraph_varpool_node): Add next_needed; remove aux.
11595         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
11597 2003-07-02  Jan Hubicka  <jh@suse.cz>
11599         * cgraphunit.c (cgraph_finalize_function): Set finalized.
11600         (cgraph_finalize_function): Do not examine inlinablility.
11601         (cgraph_finalize_compilation_unit): Do it here.
11602         * cgraph.h (cgraph_local_info): Add finalized field.
11604 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11606         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
11607         (gt_pch_restore): Likewise.
11609 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11611         * config/alpha/alpha.c: Fix comment typos.
11612         * config/alpha/elf.h: Likewise.
11613         * config/arm/arm.c: Likewise.
11614         * config/arm/arm.h: Likewise.
11615         * config/arm/arm.md: Likewise.
11616         * config/arm/t-arm-coff: Likewise.
11617         * config/arm/t-strongarm-pe: Likewise.
11618         * config/arm/xscale-elf.h: Likewise.
11619         * config/avr/avr.h: Likewise.
11621 2003-07-01  Jeff Law  <law@redhat.com>
11623         * stmt.c (any_pending_cleanups): Remove another redundant test.
11625 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
11626             J"orn Rennecke <joern.rennecke@superh.com>
11628         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
11629         for MEM case.
11631 2003-07-01  Devang Patel  <dpatel@apple.com>
11633         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
11634         (binclstatus): New.
11635         (struct dbx_file): New members - bincl_status, pending_bincl_name and
11636         prev.
11637         (pending_bincls): New.
11638         (dbxout_init): Initialize new dbx_file members.
11639         (dbxout_start_source_file): Same.
11640         (emit_bincl_stab): New function.
11641         (emit_pending_bincls): Same.
11642         (emit_pending_bincls_if_required): Same.
11643         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
11644         processed.
11645         (dbxout_begin_block): Emit pending BINCL stabs.
11646         (dbxout_end_block): Same.
11647         (dbxout_function_decl): Same.
11648         (dbxout_continue): Same.
11649         (dbxout_type): Same.
11650         (dbxout_class_name_qualifiers): Same.
11651         (dbxout_symbol): Same.
11652         (dbxout_symbol_location): Same.
11653         (dbxout_parms): Same.
11655 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11657         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
11658         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
11660 2003-07-01  Andreas Jaeger  <aj@suse.de>
11662         * fold-const.c: Convert prototypes to ISO C90.
11663         * function.c: Likewise.
11664         * function.h: Likewise.
11666 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11668         * doc/contrib.texi: Fix typos.
11669         * doc/invoke.texi: Likewise.
11670         * doc/passes.texi: Likewise.
11671         * doc/sourcebuild.texi: Likewise.
11672         * doc/tm.texi: Likewise.
11674 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11676         * basic-block.h: Fix comment typos.
11677         * bb-reorder.c: Likewise.
11678         * c-format.c: Likewise.
11679         * cfgcleanup.c: Likewise.
11680         * cfghooks.h: Likewise.
11681         * cfgloop.c: Likewise.
11682         * cfgloopmanip.c: Likewise.
11683         * cfgrtl.c: Likewise.
11684         * cgraph.h: Likewise.
11685         * cgraphunit.c: Likewise.
11686         * combine.c: Likewise.
11687         * convert.c: Likewise.
11688         * dbxout.c: Likewise.
11689         * df.c: Likewise.
11690         * df.h: Likewise.
11691         * diagnostic.c: Likewise.
11692         * dwarf2out.c: Likewise.
11693         * et-forest.h: Likewise.
11694         * flow.c: Likewise.
11695         * fold-const.c: Likewise.
11696         * function.h: Likewise.
11697         * gcov-io.h: Likewise.
11698         * gcov.c: Likewise.
11699         * gcse.c: Likewise.
11700         * genautomata.c: Likewise.
11701         * ggc-common.c: Likewise.
11702         * ggc-page.c: Likewise.
11703         * loop-unroll.c: Likewise.
11704         * loop-unswitch.c: Likewise.
11705         * loop.c: Likewise.
11706         * mips-tfile.c: Likewise.
11707         * optabs.c: Likewise.
11708         * ra-build.c: Likewise.
11709         * ra-colorize.c: Likewise.
11710         * ra-rewrite.c: Likewise.
11711         * ra.h: Likewise.
11712         * regmove.c: Likewise.
11713         * reload.c: Likewise.
11714         * rtlanal.c: Likewise.
11715         * sched-ebb.c: Likewise.
11716         * sched-int.h: Likewise.
11717         * sched-vis.c: Likewise.
11718         * sreal.c: Likewise.
11719         * ssa-ccp.c: Likewise.
11720         * ssa.c: Likewise.
11721         * toplev.c: Likewise.
11722         * tree-inline.c: Likewise.
11723         * value-prof.c: Likewise.
11724         * value-prof.h: Likewise.
11726 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
11728         * rtl.h (emit_line_note_after): Remove.
11729         (emit_note_copy_after, emit_note_copy): New.
11730         * emit-rtl.c (reorder_insns_with_line_notes): Replace
11731         emit_line_note_after with emit_note_copy_after.
11732         (emit_insn_after_with_line_notes): Likewise.
11733         (emit_line_note_after): Kill.
11734         (emit_note_copy_after): New.
11735         (emit_note_copy): New.
11736         * function.c (emit_return_into_block): Use emit_note_copy_after.
11737         (thread_prologue_and_epilogue_insns): Likewise.
11738         * integrate.c (expand_inline_function): Use emit_note_copy.
11739         (copy_insn_list): Likewise.
11740         * unroll.c (copy_loop_body): Likewise.
11741         * cfglayout.c (duplicate_insn_chain): Likewise.
11743 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
11745         * c-tree.h (define_label): Replace filename and lineno arguments
11746         with a location_t.
11747         * c-decl.c (poplevel): Adjust define_label call.
11748         (pop_label_level): Likewise.
11749         (define_label): Replace filename and lineno arguments with a
11750         location_t.
11751         (store_parm_decls): Use DECL_SOURCE_LOCATION.
11752         * c-parse.in (label): Adjust define_label call.
11754 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
11756         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
11757         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
11758         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
11759         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
11760         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
11762 2003-07-01  Andreas Jaeger  <aj@suse.de>
11764         * final.c: Convert prototypes to ISO C90.
11765         * flow.c: Likewise.
11766         * flags.h: Likewise.
11767         * gcov-io.c: Likewise.
11768         * gcov-io.h: Likewise.
11770 See ChangeLog.9 for earlier changes.