OSDN Git Service

2003-10-21 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-10-21  Eric Christopher  <echristo@redhat.com>
2
3         * expr.c (convert_move): Use FLOAT_EXTEND for extensions.
4
5 2003-10-21  Geoffrey Keating  <geoffk@apple.com>
6
7         * c-pch.c: Add comments in various places.
8         (struct c_pch_validity): Add the lengths of various strings.
9         (host_machine): New static.
10         (target_machine): New static.
11         (get_ident): Bump version number.
12         (pch_init): Write out version, host, target validity data.
13         (c_common_valid_pch): Check version, host, target.
14         * Makefile.in (c-pch.o): Add version.h; define HOST_MACHINE and
15         TARGET_MACHINE.
16
17 2003-10-21  Jason Merrill  <jason@redhat.com>
18
19         * tree.h (IS_EXPR_CODE_CLASS): Use strchr.
20         (EXPR_P): New macro.
21
22 2003-10-21  Zack Weinberg  <zack@codesourcery.com>
23
24         * config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
25         * config/ia64/ia64.c (ia64_expand_fetch_and_op,
26         ia64_expand_op_and_fetch): Make sure the REG for ar.ccv is
27         DImode.   Use convert_move to load ar.ccv.
28         (ia64_expand_compare_and_swap): Likewise.
29         If expand_expr doesn't put 'old' and 'new' in the proper
30         modes, run them through convert_to_mode.
31
32 2003-10-21  Eric Christopher  <echristo@redhat.com>
33
34         * config/frv/frv.c (frv_adjust_field_align): Check DECL_ARTIFICIAL
35         for too large bitfields.
36
37 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
38
39         * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO.
40
41 2003-10-21  Andrew Haley  <aph@redhat.com>
42
43         * varasm.c (output_constructor): Annotate constructor.
44
45 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
46
47         * Makefile.in ($(DESTDIR)$(infodir)/%.info): Conditionalize chmod
48         on existence of destination file.
49
50 2003-10-21  Jan Hubicka  <jh@suse.cz>
51
52         * haifa-sched.c (choose_ready): Initialize index.
53
54 2003-10-21  Jason Merrill  <jason@redhat.com>
55
56         * tree.c (build1): Fix off-by-one error.
57
58 2003-09-28  Robert Millan  <robertmh@gnu.org>
59
60         * config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
61         * config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
62         * config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
63         * config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.
64
65 2003-10-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
66
67         * web.c: Fix various comments.
68
69 2003-10-20  Nicolas Pitre <nico@cam.org>
70
71         * config/arm/arm.c (arm_override_options): Set arm_constant_limit
72         to 2 instead of 1 when optimize_size is true.  Gather code based on
73         optimize_size together.  Add comment about XScale load latency.
74
75 2003-10-21  Gunther Nikl  <gni@gecko.de>
76
77         * config/m68k/m68k.c (m68k_output_function_prologue): Remove
78         obsolete comments.
79
80 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
81
82         * Makefile.in: Get parsedir and docobjdir from configure.
83         * configure.in: Recogonize --enable-generated-files-in-srcdir.
84         Pass along parsedir and docobjdir.
85         * configure: Regenerate.
86         * doc/install.texi: Document --enable-generated-files-in-srcdir.
87
88 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
89
90         * Makefile.in: Define $(docdir) before the Make-lang.in fragments are
91         included.
92
93 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
94
95         * c-common.c (expand_tree_builtin): Ensure creal and cimag
96         functions do not return lvalues.
97
98 2003-10-20  Jason Merrill  <jason@redhat.com>
99
100         PR c/12553
101         * tree.c (build1) <ADDR_EXPR>: Set TREE_SIDE_EFFECTS
102         appropriately.
103
104         PR c/11446
105         * stor-layout.c (layout_decl): Fix alignment handling.
106
107 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
108
109         * doc/extend.texi: Deprecate casts as lvalues.
110
111 2003-10-20  Jan Hubicka  <jh@suse.cz>
112
113         * toplev.c (rest_of_compilation): Fix webizer pass ordering.
114
115         * cgraphunit.c (decide_is_function_needed):  Fix test dealing
116         with functions implicitly made inline.
117
118         * cgraphunit.c (cgraph_decide_inlining_incrementally):  New function.
119         (cgraph_finalize_function): Use it.
120         (cgraph_mark_inline): Allow incrmental decisions
121         * invoke.texi (max-inline-slope, min-inline-insns): Kill.
122         * params.def (PARAM_MAX_INLINE_SLOPE, PARAM_MIN_INLINE_INSNS): Kill.
123         * tree-inline.c (limits_allow_inlining): Kill.
124         (expand_call_inline): Always use unit-at-a-time path.
125
126 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
127
128         * fixinc/inclhack.def (hpux11_snprintf): New edit.
129         * fixinc/fixincl.x: Regenerate.
130         * fixinc/tests/base/stdio.h: Add test for hpux11_snprintf.
131
132 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
133
134         * Makefile.in (install-info): Simplify.
135         ($(DESTDIR)$(infodir)/%.info): New rule.
136         * configure.in (target_list): Remove install-info.
137         * doc/.cvsignore (gcc.info*): Remove.
138         (gccint.info*): Likewise.
139         (gccinstall.info*): Likewise.
140         (cpp.info*): Likewise.
141         (cppinternals.info*): Likewise.
142         (*.info*): Add it.
143         * doc/sourcebuild.texi: Update description of install-info.
144         * objc/Make-lang.in (objc.install-info): Remove.
145
146 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
147
148         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Define _ABIO32.
149         Use it in _MIPS_SIM definition.
150         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Likewise.
151
152 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
153
154         * config/i386/i386.c (print_reg): Abort if REGNO (x) is a
155         virtual register, but only if file == asm_out_file.
156         * config/i386/i386.h (HI_REGISTER_NAMES): Use "argp", not "",
157         for ARG_POINTER_REGNUM.
158
159 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
160
161         * c-common.c (registered_builtin_types): New static.
162         (c_common_type_for_mode): Consult registered_builtin_types.
163         (c_register_builtin_type): Add type to registered_builtin_types.
164         * optabs.c (init_floating_libfuncs): Initialize libfuncs for
165         all MODE_FLOAT modes, not just the ones corresponding to
166         float_type_node, double_type_node, and long_double_type_node.
167
168 2003-10-20  Richard Henderson  <rth@redhat.com>
169
170         * config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand.
171         * config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes.
172
173 2003-10-20  Dorit Naishlos  <dorit@il.ibm.com>
174
175         * config/rs6000/rs6000.h: (rs6000_sched_insert_nops):
176         support new flag -minsert-sched-nops.
177         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Define.
178         * config/rs6000/rs6000.c: (rs6000_sched_insert_nops):
179         support new flag -minsert-sched-nops.
180         (is_cracked_insn, is_microcoded_insn): New functions.
181         (rs6000_sched_finish): New function.
182         (rs6000_issue_rate): Return 5 for power4.
183         (get_next_active_insn, insn_terminates_group_p): New
184         functions.
185         (is_costly_group, force_new_group): New functions.
186         (redefine_groups, pad_groups): New functions.
187         (rs6000_variable_issue): Use new functions.
188         * doc/invoke.texi (-minsert-sched-nops): Document new
189         option.
190
191 2003-10-20  David S. Miller  <davem@redhat.com>
192
193         * config/sparc/sparc.md (type attribute): Add new insn types
194         fpa, fpm_pack, fgm_mul, fgm_pdist, and fgm_cmp for VIS.
195         (patterns emitting VIS insns): Use them.
196         * config/sparc/ultra1_2.md: Add VIS scheduling rules.
197         * config/sparc/ultra3.md: Likewise.
198
199 2003-10-20  Falk Hueffner  <falk@debian.org>
200
201         PR target/12654
202         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't do
203         comparison against constant by adjusting the argument except for
204         EQ and NE.
205
206 2003-10-19  Mark Mitchell  <mark@codesourcery.com>
207
208         * config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js,
209         arm1136jfs, and armv6j.
210         * config/arm/arm.c (FL_ARCH6J): New macro.
211         (FL_VFPV2): Likewise.
212         (all_cores): Add entries for arm926ejs, arm1026ejs, arm1136js,
213         and arm1136jfs.
214         (all_architectures): Add entry for armv6j.
215         (arm_override_options): Add entries for arm926ejs, arm1026ejs,
216         arm1136js, and arm1136jfs.
217         * config/arm/arm.h (TARGET_CPU_arm926ej_s): New macro.
218         (TARGET_CPU_arm1026ej_s): Likewise.
219         (TARGET_CPU_arm1136j_s): Likewise.
220         (TARGET_CPU_arm1136jf_s): Likewise.
221         * doc/invoke.texi: Document new ARM cores and architecture
222         variants.
223
224 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
225
226         * Makefile.in (toplev.o): Add value-prof.h dependency.
227         (value-prof.o): Add REGS_H dependency.
228         * common.opt (fprofile-values, fvpt): New.
229         * flags.h (flag_value_profile_transformations): Declare.
230         * opts.c (common_handle_option): Handle -fprofile_values and
231         -fvpt.
232         * profile.c (branch_prob): Don't remove death notes here.
233         * timevar.def (TV_VPT): New.
234         * value-prof.c: Include regs.h.
235         (insn_divmod_values_to_profile, gen_divmod_fixed_value, gen_mod_pow2,
236         gen_mod_subtract, divmod_fixed_value_transform,mod_pow2_value_transform,
237         mod_subtract_transform, value_profile_transformations): New.
238         (insn_values_to_profile): Call insn_divmod_values_to_profile.
239         (find_values_to_profile): Add dumps.
240         * value-prof.h (value_profile_transformations): Declare.
241         * toplev.c: Include value-prof.h.
242         (rest_of_handle_value_profile_transformations): New.
243         (enum dump_file_index): Add DFI_vpt.
244         (dump_file): Add vpt dump.
245         (flag_value_profile_transformations): New.
246         (lang_independent_options): Add flag_profile_values and
247         flag_value_profile_transformations.
248         (rest_of_compilation): Call
249         rest_of_handle_value_profile_transformations.
250         (process_options): Let -fvpt imply -fprofile-values.
251         * doc/invoke.texi (-fvpt): Document.
252
253 2003-10-19  Jan Hubicka  <jh@suse.cz>
254
255         * i386.c (print_reg): Do not abort on certain registers.
256
257         PR optimization/12612
258         * reg-stack.c (subst_stack_regs_pat):  Use st(1) for clobbers.
259         * i386.md (fpatan, fyl2x, fscale patterns and expanders): Use
260         match_scratch; avoid bogus paralles.
261
262         PR target/12674
263         * i386.c (ix86_function_regparm): Disable implicit register passing
264         conventions when profiling.
265
266 2003-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
267             Richard Henderson  <rth@redhat.com>
268
269         PR optimization/8178
270         * config/i386/i386.md (*movsi_zero): Delete.
271         (*ffs_no_cmove): Use ix86_expand_clear to zero the third operand.
272
273 2003-10-19  Richard Henderson  <rth@redhat.com>
274
275         * config/alpha/alpha.c (fix_operator): New.
276         (divmod_operator): Tidy.
277         (alpha_emit_xfloating_cvt): Handle UNSIGNED_FIX.
278         * config/alpha/alpha.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
279         (PREDICATE_CODES): Update.
280         * config/alpha/alpha.md (fix_truncdfsi_ieee): Use match_operator.
281         (fix_truncdfsi_internal, fix_truncdfdi_ieee): Likewise.
282         (fix_truncsfsi_ieee, fix_truncsfsi_internal): Likewise.
283         (fix_truncsfdi_ieee): Likewise.
284         (fix_truncdfdi2, fix_truncsfdi2): Turn into define_expand.
285         (fixuns_truncdfdi2, fixuns_truncsfdi2, fixuns_trunctfdi2): New.
286         * config/alpha/alpha-protos.h: Update.
287
288 2003-10-19  Richard Sandiford  <rsandifo@redhat.com>
289
290         * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Simplify.
291         * config/mips/mips.c (mips_load_got): Assume Pmode == ptr_mode.
292         * config/mips/mips.md (extendsidi2, *extendsidi2): Merge. Don't accept
293         constant operands.
294
295 2003-10-18  Kazu Hirata  <kazu@cs.umass.edu>
296
297         * doc/extend.texi: Fix typos.
298         * doc/invoke.texi: Likewise.
299
300 2003-10-18  Nicolas Pitre <nico@cam.org>
301
302         * config/arm/arm.c (arm_override_options): Use arm_tune_xscale for
303         XScale optimizations not arm_arch_xscale.
304         * config/arm/arm.h (CONSTANT_ALIGNMENT_FACTOR, MOVE_RATIO): Likewise.
305
306 2003-10-18  Ulrich Weigand  <uweigand@de.ibm.com>
307
308         * config/s390/s390-protos.h (shift_count_operand): Add prototype.
309         * config/s390/s390.c (shift_count_operand): New function.
310         (s390_extra_constraint): Use it to implement 'Y' constraint.
311         (print_shift_count_operand): New function.
312         (print_operand): Use it to implement '%Y'.
313         * config/s390/s390.h (EXTRA_ADDRESS_CONSTRAINT): Add 'Y' constraint.
314         (PREDICATE_CODES): Add shift_count_operand.
315         * config/s390/s390.md ("rotldi3"): Merge alternatives,
316         using "shift_count_operand" predicate and "Y" constraint,
317         and "%Y" to output the combined shift count.
318         ("rotlsi3"): Likewise.
319         ("ashldi3", "*ashldi3_31", "*ashldi3_64"): Likewise.
320         ("ashrdi3", "*ashrdi3_31", "*ashrdi3_64", "*ashrdi3_cc_31",
321         "*ashrdi3_cc_64", "*ashrdi3_cconly_31", "*ashrdi3_cconly_64"): Likewise.
322         ("ashlsi3", "ashrsi3", "*ashrsi3_cc", "*ashrsi3_cconly"): Likewise.
323         ("lshrdi3", "*lshrdi3_31", "*lshrdi3_64"): Likewise.
324         ("lshrsi3"): Likewise.
325
326 2003-10-18  Gunther Nikl  <gni@gecko.de>
327
328         * config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
329         argument to asm_fprintf statement.
330
331 2003-10-18  Fariborz Jahanian  <fjahanian@apple.com>
332
333         * rs6000.md: Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.
334         (ashrdisi3_noppc64) Generate more efficient code for 32-bit right-shift of
335         a "long long" argument.
336
337 2003-10-18  Alexandre Oliva  <aoliva@redhat.com>
338
339         * final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
340         as well.
341
342 2003-10-18  Richard Sandiford  <rsandifo@redhat.com>
343
344         * rtl.h (rtl_size): Declare.
345         (rtunion): Remove rtwint.
346         (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
347         (RTX_HDR_SIZE, RTX_SIZE): New macros.
348         (RTL_CHECK1): Adjust for new rtx_def layout.
349         (RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2): Likewise.
350         (XWINT, XCWINT): Likewise.  Access the rtx structure directly.
351         (X0WINT): Remove.
352         (X0ANY): New macro.
353         * rtl.def: Adjust comments for new rtx_def layout.
354         * ggc.h (ggc_alloc_rtx): Take the rtx code as argument, not the
355         number of slots.
356         * rtl.c (rtx_size): New array.
357         (rtx_alloc): Adjust call to ggc_alloc_rtx.  Use RTX_HDR_SIZE.
358         (copy_rtx): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
359         (shallow_copy_rtx): Adjust call to ggc_alloc_rtx.  Use RTX_SIZE.
360         * integrate.c (copy_rtx_and_substitute): Use X0ANY to copy '0' fields.
361         * emit-rtl.c (copy_most_rtx): Likewise.
362         (copy_rtx_if_shared): Use RTX_SIZE.
363         (copy_insn_1): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
364         * gengenrtl.c (gendef): Adjust ggc_alloc_rtx call.  Use RTX_HDR_SIZE.
365         * gengtype.c (write_rtx_next): Use RTX_HDR_SIZE.
366         (adjust_field_rtx_def): Expect "rtx_def" to be a union rather than
367         an array.  Adjust output for new rtx_def layout.
368         * ggc-page.c (RTL_SIZE): Use RTX_HDR_SIZE.
369         * reload1.c (eliminate_regs): Use RTX_SIZE.
370         * rtlanal.c (loc_mentioned_in_p): Adjust for new rtx_def layout.
371         * gdbinit.in (pi): Likewise.
372
373 2003-10-18  Jan Hubicka  <jh@suse.cz>
374
375         * integrate.c (copy_decl_for_inlining): Revert previous patch.
376
377 2003-10-18  Jan Hubicka  <jh@suse.cz>
378
379         * integrate.c (copy_decl_for_inlining): Fix copying of copies.
380
381 2003-10-18  Roger Sayle  <roger@eyesopen.com>
382
383         * libgcc.texi: Group multi-word types, such as "long double" and
384         "unsigned int", using braces in @deftypefn and @deftypefnx nodes.
385         Document __unord?f2 as returning a non-zero value, not just one.
386
387 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
388
389         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Define.
390         ($(T)crti.o, $(T)crtn.o): Pass CRTSTUFF_T_CFLAGS here too.
391
392 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
393
394         * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
395         match_operand.
396
397 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
398
399         * config/sparc/sparc.c (function_arg_record_value_1): New fourth
400         parameter packed_p.  Search for a DECL_PACKED field only if
401         packed_p is false.  Pass packed_p recursively.
402         (function_arg_record_value_2): Likewise.
403         (function_arg_record_value): Update calls to
404         function_arg_record_value_1 and function_arg_record_value_2.
405
406 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
407
408         * cse.c (cse_insn) [src_folded]: Check that the tentative replacement
409         was successfully forced to memory before using the result.
410
411 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
412
413         PR optimization/8178
414         * config/i386/i386.md (*movsi_zero): New insn to set
415         a register to zero on TARGET_USE_MOV0 targets.
416
417 2003-10-18  Kelley Cook  <kcook@gcc.gnu.org>
418
419         * Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
420         (POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.
421
422 2003-10-17  David Edelsohn  <edelsohn@gnu.org>
423
424         * doc/invoke.texi (gcse-las): Fix typo.
425
426 2003-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
427
428         * doc/install.texi: Remove first part of the sentence for
429         zsh not working.  Change gcc to GCC.
430
431         PR bootstrap/12546
432         * doc/install.texi: Document that zsh does not work when
433         configuring gcc.
434
435 2003-10-17  Nathanael Nerode  <neroden@gcc.gnu.org>
436
437         * config/ptx4.h: Switch to DWARF 2; update comments.
438
439 2003-10-17  Segher Boessenkool  <boessen@de.ibm.com>
440             Hartmut Penner  <hpenner@de.ibm.com>
441
442         PR 10404, partial 11591, partial 11601
443         * config/rs6000/altivec.md ("altivec_dst", "altivec_dstt",
444         "altivec_dstst", "altivec_dststt", "altivec_lvsl", "altivec_lvsr",
445         "altivec_lvebx", "altivec_lvehx", "altivec_lvewx", "altivec_lvxl",
446         "altivec_lvx", "altivec_stvx", "altivec_stvxl", "altivec_stvebx",
447         "altivec_stvehx", "altivec_stvewx"): Use a memory_operand.
448         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): New function.
449         (altivec_expand_stv_builtin): Adjust for the memory_operand.
450         (altivec_expand_builtin): Call altivec_expand_lv_builtin.
451         (altivec_init_builtins): Use `long int' for memory offsets.
452
453 2003-10-17  Jan Hubicka  <jh@suse.cz>
454
455         * opts.c  (common_handle_option): Handle OPT_fweb
456         * invoke.texi (-fweb): Add missing parts of documentation.
457
458 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
459
460         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
461         before redefinition.
462
463 2003-10-17  Mostafa Hagog  <mustafa@il.ibm.com>
464
465         * common.opt: Add description of the new -fgcse-las flag.
466         * flags.h (flag_gcse_las): Declaration of global flag_gcse_las.
467         * gcse.c (hash_scan_set): Handle the case of store expression and
468         insert the memory expression to the hash table, this way we make it
469         possible to discover redundant loads after stores and remove them.
470         (pre_insert_copy_insn): moved the call to update_ld_motion_stores,
471         to pre_insert_copies, it is not the correct place to call it after
472         adding stores to be in the available expression hash table.
473         (pre_insert_copies): Added the call to update_ld_motion_stores when
474         one or more copies were inserted.
475         * opts.c (common_handle_option): Handle the -fgcse-las flag.
476         * toplev.c (flag_gcse_las): Initialization of flag_gcse_las.
477
478         * doc/invoke.tex: Document new -fgcse-las flag.
479
480 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
481
482         * config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code
483         for posterity, then remove it.
484
485 2003-10-17  Richard Earnshaw <rearnsha@arm.com>
486             Nathan Sidwell  <nathan@codesourcery.com>
487
488         * config/arm/arm.c (use_return_insn): Not a single instruction, if
489         there's a frame pointer.
490         (arm_output_epilogue): Protect stack pointer from being corrupted
491         on interrupt.
492
493 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
494
495         * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.
496
497 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
498
499         * combine.c (simplify_set): Do not clear out undobuf.other_insn
500         already set elsewhere.
501
502 2003-10-17  Kelley Cook  <kcook@gcc.gnu.org>
503
504         * config/i386/i386.c (ix86_expand_prologue):  Use
505         gen_allocate_stack_worker.
506
507 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
508
509         * config.gcc (mips-sgi-irix6*o32): Only enable use_collect2
510         without gas.
511         (mips-sgi-irix6*): Likewise.
512
513         * config/mips/iris6gas.h: New file.
514         * gcc/config.gcc (mips-sgi-irix6*): Use it.
515
516         * config/mips/mips.h (TARGET_IRIX): Provide default.
517         (TARGET_IRIX5): Likewise.
518         (TARGET_SGI_O32_AS): Likewise.
519         * config/mips/iris5.h (TARGET_IRIX): Redefine as 1.
520         (TARGET_IRIX5): Likewise.
521         * config/mips/iris6.h (TARGET_IRIX6): Remove.
522         (TARGET_IRIX5): Redefine as 0.
523
524         * config/mips/mips.c (mips_output_external): Test for IRIX 6 O32
525         linker workaround with TARGET_IRIX and mips_abi instead of
526         ASM_OUTPUT_UNDEF_FUNCTION.
527         (mips_file_end): Inline old ASM_OUTPUT_UNDEF_FUNCTION definition,
528         testing TARGET_IRIX and mips_abi explicitly.
529         * config/mips/iris5.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove.
530         * config/mips/iris6.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove undef.
531
532         * config/mips/mips.c (irix_output_external_libcall): Renamed from
533         mips_output_external_libcall.
534         Use new TARGET_IRIX in guard.
535         * config/mips/mips-protos.h (irix_output_external_libcall): Match
536         this.
537         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Likewise.
538
539         * config/mips/iris5gas.h (HAVE_GAS_SHF_MERGE): Update comment.
540         Define as 0.
541
542         * config/mips/iris6.h (FUNCTION_NAME_ALREADY_DECLARED): Define
543         depending on mips_abi.
544         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Define as 1.
545         * config/mips/mips.c (mips_output_function_prologue): Test
546         FUNCTION_NAME_ALREADY_DECLARED at runtime.
547         (mips_output_function_epilogue): Likewise.
548         (build_mips16_function_stub): Likewise.
549         (build_mips16_call_stub): Likewise.
550         * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Provide
551         default.
552
553         * config/mips/iris6.h (DWARF2_UNWIND_INFO): Don't define for native
554         IRIX 6 O32 assembler.
555         (SUBTARGET_CC1_SPEC): Enforce mips2 ISA with O32 ABI.
556         (TARGET_OS_CPP_BUILTINS): Define _ABIO32, use it to define
557         _MIPS_SIM for O32 ABI.
558         (DWARF2_FRAME_INFO): Don't define for native IRIX 6 O32 assembler.
559         (ASM_DECLARE_FUNCTION_NAME): Integrate mips.h version.
560         (ASM_DECLARE_FUNCTION_SIZE): Move undef before redefinition.
561         Integrate O32 version.
562         (SUBTARGET_ASM_SPEC): Handle -mabi=32.
563         (SUBTARGET_ASM_DEBUGGING_SPEC): Add mdebug_asm_spec for gas with
564         O32 ABI.
565         (BSS_SECTION_ASM_OP_32): Define.
566         (BSS_SECTION_ASM_OP_64): Likewise.
567         (BSS_SECTION_ASM_OP): Define differently for O32 and N32/N64 ABIs
568         using them.
569         (TARGET_ASM_NAMED_SECTION): Reflect renaming.
570         Move up to allow override for O32 ABI without GNU as.
571         (EH_FRAME_SECTION_NAME): Define explicitly.
572         (MUST_USE_SJLJ_EXCEPTIONS): Define.
573         [_MIPS_SIM == _ABIO32 && !GAS] (CTORS_SECTION_ASM_OP,
574         DTORS_SECTION_ASM_OP): Dummy definitions.
575         (TARGET_ASM_NAMED_SECTION): Undef statically.
576         (EH_FRAME_SECTION_NAME): Likewise.
577         (ASM_OUTPUT_FILENAME): Integrate mips.h version.
578         (LINK_SPEC): Only use default options -call_shared -no_unresolved
579         without -r.
580         Don't pass -init, -fini with -mabi=32.
581         (COLLECT_PARSE_FLAG): Define.
582
583         * config/mips/mips.c (iris6_asm_named_section_1): Changed guard to
584         TARGET_IRIX.
585         Renamed to use irix_ prefix.
586         (iris6_asm_named_section): Likewise.
587         (iris_section_align_entry_eq): Likewise.
588         (iris_section_align_entry_hash): Likewise.
589         (iris6_file_start): Likewise.
590         (iris6_section_align_1): Likewise.
591         (iris6_file_end): Likewise.
592         (iris6_section_type_flags): Likewise.
593         (iris_section_align_htab): Likewise.
594         (iris_orig_asm_out_file): Likewise.
595         [TARGET_IRIX] (TARGET_ASM_FILE_START): Reflect rename.
596         (TARGET_ASM_FILE_END): Likewise.
597         (TARGET_SECTION_TYPE_FLAGS): Likewise.
598
599         * config/mips/mips.c [TARGET_IRIX5 && !TARGET_IRIX6]
600         (TARGET_ASM_UNALIGNED_HI_OP): Use runtime initialization in
601         override_options instead.
602         (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
603         (TARGET_ASM_UNALIGNED_DI_OP): Likewise.
604         * config/mips/mips.c (override_options) [USE_COLLECT2]: Restore
605         flag_gnu_linker to defaults without USE_COLLECT2 for non-IRIX O32
606         assemblers.
607         Likewise for constructor/destructor handling.
608         (override_options): Handle IRIX O32 assembler quirks.
609         [TARGET_IRIX] (irix_asm_named_section): Handle O32 ABI with and
610         without gas.
611         (mips_file_start): Use new TARGET_IRIX.
612         (mips_declare_object_name): No special processing for IRIX O32
613         assembler.
614         (mips_finish_declare_object): Likewise.
615         (irix_asm_output_align): Renamed from iris6_asm_output_align.
616         Don't record alignment for O32 ABI.
617         (irix_file_start): Renamed from iris6_file_start.
618         Return early for O32 ABI.
619         (irix_file_end): Renamed from iris6_file_end.
620         Don't emit .section directives for O32 ABI.
621         * config/mips/iris6.h (ASM_OUTPUT_ALIGN): Reflect renaming.
622         * config/mips/mips-protos.h (irix_asm_output_align): Likewise.
623
624         * config/mips/t-iris6 (MULTILIB_OPTIONS): Add mabi=32.
625         (MULTILIB_OSDIRNAMES): Likewise.
626
627 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
628
629         * collect2.c (COLLECT_PARSE_FLAG): Provide default.
630         (main): Use it.
631         * doc/tm.texi (COLLECT_PARSE_FLAG): Document it.
632
633 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
634
635         * arm-modes.def (CC_Nmode): New condition code mode.
636         * arm.c (thumb_condition_code): Delete.
637         (arm_select_cc_mode): Handle single-bit test for Thumb.
638         (arm_print_operand, cases 'd' and 'D'): Don't special case the
639         condition code logic for Thumb.
640         (get_arm_condition_code): Handle CC_Nmode.
641         (thumb_cbrch_target_operand): New function.
642         * arm.h (PREDICATE_CODES): Add thumb_cbrch_target_operand.
643         * arm-protos.h (thumb_cbrch_target_operand): Add prototype.
644         * arm.md: Add Thumb split patterns for zero_extract and
645         sign_extract.
646         (tbit_cbranch, andsi3_cbranch_scratch, andsi3_cbranch)
647         (orrsi3_cbranch_scratch, orrsi3_cbranch, xorsi3_cbranch_scratch)
648         (xorsi3_cbranch, addsi3_cbranch, addsi3_cbranch_scratch)
649         (subsi3_cbranch, subsi3_cbranch_scratch): New Thumb patterns.
650         (cbranchne_decr1): Re-work to use CC_Nmode.
651
652         * arm.c (thumb_expand_epilogue): Add clobbers of registers restored
653         by the return instruction.  Add a use of the link register if it
654         wasn't stored.
655
656 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
657
658         * flow.c (init_propagate_block_info): Don't abort if a conditional
659         jump is not a comparison of a register.  Instead, just don't record
660         conditional life information.
661
662 2003-10-16  Jan Hubicka  <jh@suse.cz>
663
664         PR optimization/12630
665         * pa.md (movstrsi, movstrsi_internal): Use match_scratch in clobbers
666         for operands 7 and 8.
667
668 2003-10-16  Kelley Cook  <kcook@gcc.gnu.org>
669
670         * objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.
671
672 2003-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
673
674         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
675
676         * config/i386/winnt.c (gen_stdcall_suffix): Make static
677         (gen_fastcall_suffix): Likewise.
678         (i386_pe_dllexport_p): Likewise.
679         (i386_pe_dllimport_p): Likewise.
680         (i386_pe_mark_dllexport): Likewise.
681         (i386_pe_mark_dllimport): Likewise.
682         (i386_pe_asm_named_section): Fix formatting.
683
684 2003-10-16  Zack Weinberg  <zack@codesourcery.com>
685
686         * configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
687         * system.h: Declare snprintf if necessary.
688         * configure, config.in: Regenerate.
689
690 2003-10-15  David Edelsohn  <edelsohn@gnu.org>
691
692         * config/rs6000/rs6000.c (rs6000_va_arg): Only align vector
693         arguments if TARGET_ALTIVEC_ABI.
694
695 2003-10-15  Roger Sayle  <roger@eyesopen.com>
696
697         * builtins.c (fold_builtin_memcpy, fold_builtin_mempcpy,
698         fold_builtin_memmove, fold_builtin_strcpy, fold_builtin_strncpy,
699         fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
700         New functions.
701         (expand_builtin_memcpy): Use integer_zerop instead of testing
702         host_integerp and tree_low_cst directly.  Move misapplied hunk
703         for optimization wher SRC and DEST point to the same location.
704         (expand_builtin_mempcpy): From here.
705         (expand_builtin_memmove): Use integer_zerop instead of testing
706         host_integerp and tree_low_cst_directly.
707         (expand_builtin_memset): Likewise.
708         (expand_builtin_memcmp): Likewise (and for integer_onep).
709         (expand_builtin_strncmp): Likewise.
710         (fold_builtin): Call the appropriate fold_builtin_foo functions
711         to optimize memcpy, mempcpy, memmove, strcpy, strncpy, memcmp,
712         strcmp and strncmp.
713
714 2003-10-15  Geoffrey Keating  <geoffk@apple.com>
715
716         * config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
717         prototype.  Clean up some whitespace.
718         * config/darwin.c: Use gen_rtx_FOO (...) rather than
719         gen_rtx (FOO, ...).
720         (machopic_non_lazy_ptr_name): Make static.
721         (name_needs_quotes): Allow '.' and '$' unquoted.
722         (machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
723         case.
724
725 2003-10-15  Gábor Lóki  <alga@rgai.hu>
726
727         * fold-const.c (tree_swap_operands_p): Disable some features
728         when optimizing for size.
729
730 2003-10-15  David Daney  <ddaney@avtrex.com>
731
732         * config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New
733         * config/mips/mips.h (DWARF_FRAME_REGNUM): Fixed to allow unwind
734         from leaf functions.
735         (DWARF_FRAME_RETURN_COLUMN): Ditto.
736         (SIGNAL_UNWIND_RETURN_COLUMN): New, used
737         by MD_FALLBACK_FRAME_STATE_FOR.
738         * testsuite/gcc.dg/cleanup-9.c: Added mips*-*-linux* target.
739
740 2003-10-15  Zack Weinberg  <zack@codesourcery.com>
741
742         * genmodes.c: Include hashtab.h.
743         (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
744         (adj_bytesize, adj_alignment, adj_format, new_adjust)
745         (_ADD_ADJUST, ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FORMAT)
746         (print_maybe_const_decl, emit_mode_adjustments): New.
747         (known_modes): Rename to modes.
748         (find_mode): Kill class argument; look up in hash table.
749         (new_mode): Insert into hash table also.
750         (new_adjust): New.
751         (reset_float_format, make_partial_integer_mode)
752         (make_vector_mode): Tweak error reporting.
753         (reset_float_format): Correct type of fourth argument.
754         (emit_insn_modes_h): Add #defines to help make mode_size,
755         mode_base_align, and real_format_for_mode conditionally const.
756         (emit_mode_size, emit_mode_base_align): Use print_maybe_const_decl.
757         (emit_real_format_for_mode): Likewise, but temporarily disabled.
758         (emit_insn_modes_c): Call emit_mode_adjustments.
759         (main): Initialize modes_by_name.
760         * Makefile.in: Update dependencies.
761         * machmode.def: Document EXPR arguments and new ADJUST_* statements.
762         * machmode.h: Use CONST_MODE_SIZE and CONST_MODE_BASE_ALIGN in
763         declarations of mode_size and mode_base_align.  Declare
764         init_adjust_machine_modes.
765         * toplev.c (backend_init): Call init_adjust_machine_modes.
766
767 2003-10-15  Olivier Hainque  <hainque@act-europe.fr>
768
769         * genmodes.c (calc_wider_mode): Allocate enough room for all the
770         entries we'll possibly assign in the sort buffer.
771
772 2003-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
773
774         * config.gcc (s390x-ibm-tpf*): New target.
775         * doc/install.texi: Document it.
776         * config/s390/t-tpf: New file.
777         * config/s390/tpf.h: New file.
778
779 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
780
781         PR target/12598
782         * config/cris/cris.md (define_split "*mov_sidesi_biap_mem"+1)
783         (define_splits "*mov_sidesi_mem"+1, "casesi"+9, +10, +11, +12):
784         Use cris_mem_op and replace_equiv_address, not gen_rtx_MEM.
785         ("call", "call_value", define_split "*mov_sidesi_mem"+19, +20)
786         (define_split "*mov_sidesi_mem"+21, +22, +23, +24, +25, +26, +27)
787         (define_split "*mov_sidesi_mem"+28, +29, +30): Use
788         replace_equiv_address, not gen_rtx_MEM.
789         * config/cris/cris.c (cris_mem_op): New match_operator function.
790         (cris_notice_update_cc): Use replace_equiv_address, not
791         gen_rtx_MEM.
792         * config/cris/cris.h (PREDICATE_CODES): Add cris_mem_op.
793
794 2003-10-15  Bernardo Innocenti <bernie@develer.com>
795
796         * config/m68k/m68k.h (MASK_SEP_DATA, TARGET_SEP_DATA,
797         MASK_ID_SHARED_LIBRARY, TARGET_ID_SHARED_LIBRARY): Move
798         definitions after the other flags.
799
800 2003-10-14  Ziemowit Laski  <zlaski@apple.com>
801
802         * c-parse.in (methoddef, methodproto): Call objc_add_method()
803         instead of add_method().
804         * objc/objc-act.c (objc_check_decl): Do not check for
805         constant_string_type.
806         (add_method): Rename to objc_add_method().
807         (really_start_method): Call objc_add_method() instead of
808         add_method().
809         * objc/objc-act.h (add_method): Rename to objc_add_method().
810
811 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
812
813         * config/s390/s390-protos.h (s390_alc_comparison): Add prototype.
814         (s390_slb_comparison): Likewise.
815         * config/s390/s390.c (s390_alc_comparison, s390_slb_comparison):
816         New functions.
817         * config/s390/s390.h (PREDICATE_CODES): Add s390_alc_comparison
818         and s390_slb_comparison.
819         * config/s390/s390.md ("*adddi3_31", "*subdi3_31"): Do not use on
820         zSeries machines.
821         ("*adddi3_31z", "*subdi3_31z"): New insns.
822         ("*adddi3_alc_cc", "*adddi3_alc", "*subdi3_slb_cc", "*subdi3_slb",
823         "*addsi3_alc_cc", "*addsi3_alc", "*subsi3_slb_cc", "*subsi3_slb"):
824         New insns.
825
826 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
827
828         * configure.in: Clean up some feedback echoes.
829         * configure: Regenerate.
830
831         * aclocal.m4: Properly quote names of macros being defined.
832
833         * config.gcc (am33_2.0-*-linux*): Use t-slibgcc-elf-ver.
834
835 2003-10-14  Steve Ellcey  <sje@cup.hp.com>
836
837         * config/ia64/ia64.c (ia64_expand_call): Force function address
838         to DImode.
839         * config/ia64/ia64.md (call_gp): Put DImode on operand 0.
840
841 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
842
843         * config/s390/s390.md ("muldf3", "*muldf3", "*muldf3_ibm",
844         "mulsf3", "*mulsf3", "*mulsf3_ibm"): Do not clobber CC.
845         ("divdf3", "*divdf3", "*divdf3_ibm", "divsf3", "*divsf3",
846         "*divsf3_ibm"): Likewise.
847
848 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
849
850         * config.gcc, config/m68hc11/t-m68hc11-gas: Replace uses of
851         target_alias with target_noncanonical.
852
853 2003-10-14  Geoffrey Keating  <geoffk@apple.com>
854
855         * expr.c (block_move_libcall_safe_for_call_parm): Clean up,
856         and add case for machines where outgoing register parameters
857         get stack space.
858
859         * config/darwin.c (machopic_indirect_data_reference): Use a scratch
860         register when generating indirect address.
861
862 2003-10-14  Richard Earnshaw  <rearnsha@arm.com>
863
864         * arm.c (arm_addimm_operand): MODE arguemnt is unused.
865         * arm.md (cbranchne_decr1): Fix bootstrap warning.
866
867 2003-10-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
868
869         * fixinc/inclhack.def (alpha_pthread_gcc): New fix.
870         * fixinc/fixincl.x: Regenerate.
871         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_GCC_CHECK]: New
872         testcase.
873         Fixes PR bootstrap/9330.
874
875 2003-10-13  Eric Christopher  <echristo@redhat.com>
876
877         * config/frv/frv.c (frv_adjust_field_align): Redo check for
878         too wide bitfields.
879         (frv_hard_regno_mode_ok): Add SPR_P and AP_FIRST.
880         * config/frv/frv.h (FUNCTION_PROFILER): Remove abort call.
881         (SBSS_SECTION_ASM_OP): Remove.
882         (EXTRA_SECTIONS): Remove in_sbss.
883         (EXTRA_SECTION_FUNCTIONS): Remove SBSS_SECTION_FUNCTION.
884         (SBSS_SECTION_FUNCTION, sbss_section): Remove.
885         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Change sbss_section to
886         named_section.
887
888 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
889
890         * Makefile.in, configure.in, config.host, mkheaders.in: Replace
891         uses of ${target_alias} for directory names (and other places which
892         won't like the empty string) with ${target_noncanonical}.  Introduce
893         call early in configure.in to _GCC_TOPLEV_NONCANONICAL_TARGET so it's
894         available.
895         * configure: Regenerate.
896
897 2003-10-13  Ian Lance Taylor  <ian@wasabisystems.com>
898
899         * config/arm/iwmmxt.md (cond_iwmmxt_movsi_insn): New pattern.
900         * config/arm/arm.md: For splits which rely on conditional moves,
901         remove ! TARGET_IWMMXT condition.
902
903 2003-10-13  David S. Miller  <davem@redhat.com>
904
905         * ifcvt.c (num_removed_blocks): Rename to num_true_changes.
906         (find_cond_trap): Always increment if we emit a conditional
907         trap insn.
908
909 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
910
911         * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o
912         with min-insn-modes.o.
913         (STAGESTUFF): Add min-insn-modes.c.
914         (genobjs): Add genmodes.o.
915         (print-rtl.o, print-rtl1.o): Depend on $(TM_P_H).
916         (insn-modes.o): Depend on $(TM_H) not $(GTM_H); also real.h.
917         (min-insn-modes.c, min-insn-modes.o): New rules.
918         (s-modes): Also generate min-insn-modes.c.
919         ($(BUILD_PREFIX_1)insn-modes.o): Kill.
920         * genmodes.c (struct mode_data): Add format field.
921         (blank_mode, validate_mode, complete_mode): Update to match.
922         (make_scalar_mode): Separate into make_int_mode and make_float_mode.
923         (_SCALAR_MODE): Kill.
924         (FLOAT_MODE, FRACTIONAL_FLOAT_MODE): Add format argument.
925         (emit_insn_modes_c_header): Adjust.
926         (emit_min_insn_modes_c_header, emit_real_format_for_mode)
927         (emit_min_insn_modes_c): New functions.
928         (emit_insn_modes_c): Call emit_real_format_for_mode.
929         (main): Add -m option to generate min-insn-modes.c.
930         * machmode.h: Update documentation.  Add format argument to
931         all uses of FLOAT_MODE.
932         * real.c: Don't define real_format_for_mode here.
933
934         * dwarfout.c: Move default definition of PRINT_REG...
935         * defaults.h: ...here.
936         * print-rtl.c: Include tm_p.h.
937         (DEBUG_PRINT_REG, DEBUG_REGISTER_NAMES, debug_reg_names, reg_names):
938         Kill.
939         (print_rtx): Use PRINT_REG, not DEBUG_PRINT_REG.  But surround
940         this entire block with #ifndef GENERATOR_FILE.
941         * regclass.c: Unconditionally define reg_names.
942         * config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.h
943         Don't define DEBUG_REGISTER_NAMES.
944         * config/rs6000/darwin.h: Don't use DEBUG_REGISTER_NAMES in
945         redefinition of REGISTER_NAMES.
946         * config/i386/i386.h: Don't define DEBUG_PRINT_REG.
947
948         * combine.c: Change all preprocessor conditionals on
949         EXTRA_CC_MODES to use SELECT_CC_MODE instead; rearrange a bit
950         for clarity.
951         * genopinit.c: Remove mention of EXTRA_CC_MODES in comment.
952         * configure.in: Don't define EXTRA_CC_MODES.
953         * configure, config.in: Regenerate.
954         * doc/tm.texi: Remove documentation of EXTRA_CC_MODES.
955
956         * config/arc/arc.c, config/m32r/m32r.c, config/sparc/sparc.c:
957         May assume that GET_MODE_CLASS is accurate for extra CC modes
958         at all times.
959
960         * config/i860/i860.h (INIT_CUMULATIVE_ARGS): Pass correct
961         number of arguments to aggregate_value_p.
962
963         * genmodes.c (RESET_FLOAT_FORMAT, reset_float_format): New.
964         * machmode.def: Explain ARCH-modes.def.  Document
965         RESET_FLOAT_FORMAT.  Improve commentary on various mode
966         clusters.  Do not define OI, PQI, PHI, PSI, PDI, QF, HF, TQF,
967         XF, or TF modes here.  Remove backward-compatibility
968         definition of CC.
969
970         * config/alpha/alpha-modes.def: New file; define TF mode.
971         * config/arc/arm-modes.def: Define XF mode.
972         * config/c4x/c4x-modes.def: Define QF and HF modes.  Unset
973         float format for SF and DF modes.
974         * config/dsp16xx/dsp16xx-modes.def: New file; define HF mode.
975         * config/i386/i386-modes.def: Define XF and TF modes.
976         * config/i960/i960-modes.def: Define TF mode.
977         * config/ia64/ia64-modes.def: Define TF and OI modes.
978         * config/m68k/m68k-modes.def: New file; define XF mode.
979         * config/mips/mips-modes.def: New file; define TF mode, reset
980         formats for SF and DF modes.
981         * config/pa/pa-modes.def: Define TF mode.
982         * config/rs6000/rs6000.c: Define TF and PSI modes.
983         * config/s390/s390-modes.def: Define OI mode.
984         * config/sh/sh-modes.def: New file; define PSI mode.
985         * config/sparc/sparc-modes.def: Define TF mode.
986         * config/vax/vax-modes.def: New file; reset formats for SF and
987         DF modes.
988
989         * config/c4x/c4x.c (c4x_override_options): No need to mess
990         with real_format_for_mode or set REAL_MODE_FORMATs.
991         (c4x_immed_int_constant): Don't apply GET_MODE_CLASS to rtx
992         variable.
993         * config/i386/i386.c (override_options): No need to set
994         REAL_MODE_FORMATs here.
995         * config/i960/i960.c (i960_initialize): Likewise.
996         * config/m68k/m68k.c (m68k_override_options): Likewise.
997         * config/ia64/ia64.c (ia64_override_options): Set REAL_MODE_FORMAT
998         for TFmode only if not the default.
999         * config/mips/mips.c (override_options): Likewise.
1000         * config/vax/vax.c (override_optionms): Set REAL_MODE_FORMAT for
1001         DFmode only if not the default.
1002
1003         * config/i370/i370.h (RET_REG): Don't consider TFmode.
1004         * config/m68hc11/m68hc11.c (print_operand): Don't consider XFmode.
1005         * config/dsp16xx/dsp16xx.c (hard_regno_mode_ok): #if 0 out use
1006         of modes that don't appear anywhere in the machine description.
1007
1008         * config/arc/arc-modes.def, config/arm/arm-modes.def
1009         * config/c4x/c4x-modes.def, config/frv/frv-modes.def
1010         * config/i386/i386-modes.def, config/i960/i960-modes.def
1011         * config/ia64/ia64-modes.def, config/mmix/mmix-modes.def
1012         * config/pa/pa-modes.def, config/pdp11/pdp11-modes.def
1013         * config/rs6000/rs6000-modes.def, config/s390/s390-modes.def
1014         * config/sparc/sparc-modes.def: Convert to new style for
1015         declaring extra CC modes.
1016
1017 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
1018
1019         * cpplex.c (_cpp_clean_line): In the common case of a line
1020         with no trigraphs and no \-newline, avoid writing to memory.
1021         (_cpp_skip_block_comment): Use a local 'cur' pointer instead
1022         of the buffer member.  Make c an uchar to avoid unnecessary
1023         sign extensions.
1024
1025 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1026
1027         * configure.in: Remove unnecessary test.
1028         * configure: Regenerate.
1029
1030         * configure.in: Fix grammatical error.  Move UWIN host error to...
1031         * config.host: Here.
1032         * configure: Regenerate.
1033
1034 2003-10-13  Andreas Krebbel  <krebbel1@de.ibm.com>
1035
1036         * config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
1037         "*fmsubsf4"): Insns are now dependent on TARGET_FUSED_MADD instead
1038         of flag_unsafe_math_optimizations.
1039         * config/s390/s390.h ("MASK_NO_FUSED_MADD", "TARGET_NO_FUSED_MADD",
1040         "TARGET_FUSED_MADD", "TARGET_SWITCHES"): Introduced new target flags
1041         fused-madd and no-fused-madd.
1042         * doc/invoke.texi: Documented the new options fused-madd and
1043         no-fused-madd for S/390.
1044
1045 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
1046
1047         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Choose
1048         MASK_ALIGN_NATURAL if rs6000_alignment_string not given.  Don't
1049         assign DEFAULT_ABI.
1050         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
1051         * config/rs6000/rs6000.c: Formatting.
1052         (rs6000_parse_alignment_option): Only set rs6000_alignment_flags
1053         when rs6000_alignment_string given.
1054
1055 2003-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1056
1057         PR target/12538
1058         * config/sparc/sparc.c (MUST_SAVE_REGISTER): Delete.
1059         (sparc_flat_must_save_register_p): New function to decide whether
1060         a register must be saved/restored in the function prologue/epilogue.
1061         (sparc_flat_compute_frame_size): Use it instead of MUST_SAVE_REGISTER.
1062
1063 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1064
1065         * config/avr/avr.c, config/avr/avr-protos.h: Convert to
1066         ISO C90 function declarations and definitions.
1067         * config/sh/sh.c, config/sh/sh-protos.h: Likewise.
1068
1069 2003-10-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1070
1071         * config.gcc (*-*-freebsd*): Use tm_defines instead of tiny
1072         config files which do the same thing.
1073         * config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
1074         config/freebsd6.h: Remove now unnecessary files.
1075
1076 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1077
1078         * c-common.c (c_common_truthvalue_conversion): Warn if the
1079         address of a non-weak function is used as a truth value.
1080
1081 2003-10-12  Kazu Hirata  <kazu@cs.umass.edu>
1082
1083         * config/h8300/h8300.c (WORD_REG_USED): Use SP_REG instead of
1084         a literal.
1085         * config/h8300/h8300.h (REGNO_OK_FOR_BASE_P): Use MAC_REG
1086         instead of a literal.
1087
1088 2003-10-12  Hans-Peter Nilsson  <hp@bitrange.com>
1089
1090         * doc/extend.texi (Function Attributes): Mention the exceptional
1091         path for noreturn-marked functions.
1092
1093 2003-10-12  Jan Hubicka  <jh@suse.cz>
1094
1095         * cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable
1096         warning.
1097
1098 2003-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
1099
1100         * config/i386/i386.c (x86_this_parameter): Fix typo.
1101
1102 2003-10-11  Jan Hubicka  <jh@suse.cz>
1103
1104         * Makefile.in (web.o): New.
1105         * web.c: New file.
1106         * rtl.h (web_main): Declare.
1107         * timervar.def (TV_WEB): New.
1108         * toplev.c (dump_file_index, dump_file_info): Add DFI_web.
1109         (rest_of_hanle_web): New.
1110         (flag_web): New static variable.
1111         (lang_independent_options): Add "web".
1112         (rest_of_compilation): Call rest_of_handle_web.
1113         * invoke.texi (-fweb): Document.
1114         * common.opt (fweb): New.
1115         * flags.h (flag_web): New.
1116         * opts.c (decode_options): Set flag_web at -O3.
1117
1118         * passes.texi (web construction):  Document.
1119         * invoke.texi (-O3): Document that -fweb is enabled.
1120
1121         * regrename.c (regrename_optimize): Deal better with situation when
1122         replacement failed.
1123
1124         * sched-ebb.c: Include params.h and profile.h
1125         (schedule_ebbs):  Use tracer parameters to discover superblocks
1126         * Makefile.in (sched-ebb.o):  Add dependencies.
1127
1128 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1129
1130         * fold-const.c (negate_mathfn_p): New function to determine whether
1131         a built-in mathematical function is sign preserving, f(-x) == -f(x).
1132         Add support for BUILT_IN_ASIN, BUILT_IN_ASINF and BUILT_IN_ASINL.
1133         (tree_swap_operands_p): Change API to take an additional argument
1134         indicating that the swapped operands evaluate in reverse order.
1135         Canonicalize VAR_DECLs and PARM_DECLs last if we can, i.e. neither
1136         operand side-effects or we don't care about flag_evaluation_order.
1137         (reorder_operands_p): New function to check whether its safe to
1138         evaluate the given operands in reverse order.
1139         (negate_expr_p):  We can always negate integer constants unless
1140         we honor -ftrapv and the signed type would overflow.  Only allow
1141         -(A-B) into B-A if reorder_operands_p says that its OK.  Allow
1142         negation of COMPLEX_CST if both real and imaginary parts can be
1143         negated.  Allow negation through floating point extensions and
1144         sign-preserving built-in functions.
1145         (negate_expr):  Move the code to negate integers from "fold" to
1146         here.  Always negate integer constants unless we honor -ftrapv
1147         and the signed type would overflow.  Always negate real constants
1148         unless we honor -ftrapping-math.  Only convert -(A-B) into B-A
1149         if allowed by reorder_operands_p.  Add support for COMPLEX_CST.
1150         Optimize negation through floating point extensions and
1151         sign-preserving built-in functions (as defined by negate_mathfn_p).
1152         (fold): Adjust calls to tree_swap_operands_p.
1153         (fold <NEGATE_EXPR>): Move the remaining negation optimizations
1154         to negate_expr_p/negate_expr.
1155         (fold <MINUS_EXPR>): Use reorder_operands_p to check whether we're
1156         allowed to convert (-A) - B into (-B) - A.
1157
1158 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1159
1160         * builtins.c (expand_builtin_strcmp): Defend against the possibility
1161         that gen_cmpstrsi may fail: Stabilize the argument list against
1162         re-evaluation and expand the library call directly using this saved
1163         argument list if a cmpstrsi sequence can't be generated.
1164         (expand_builtin_strncmp): Likewise.
1165
1166         * config/i386/i386.md (cmpstrsi, movstrsi): Disable with -Os.
1167
1168 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1169
1170         PR optimization/12260
1171         * simplify-rtx.c (simplify_unary_operation): Simplify all unary
1172         operations through CONST nodes.  Optimize (neg (plus X C)) as
1173         (minus -C X) for constant values C.
1174         (simplify_binary_operation): Optimize (minus (neg X) C) as
1175         (minus -C X) for constant values C.
1176         (simplify_plus_minus): Avoid creating (neg (const (plus X C)),
1177         instead create (minus -C X).
1178
1179 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1180
1181         * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call
1182         safe_from_p for us, once it chooses an evaluation order.
1183         (expand_expr <MULT_EXPR>): Likewise.
1184         (expand_expr <MIN_EXPR> <MAX_EXPR>): Likewise.  If expand_operands
1185         places the second operand in "target", swap the operands.
1186         (do_store_flag): Let expand_operands call safe_from_p for us.
1187
1188 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1189
1190         PR optimization/12544
1191         * function.c (put_var_into_stack): Don't generate ADDRESSOFs
1192         for DECL_NONLOCAL decls.
1193
1194 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1195
1196         * expr.c: Follow spelling conventions.
1197         * final.c: Likewise.
1198         * optabs.c: Likewise.
1199         * sched-deps.c: Likewise.
1200         * sdbout.c: Likewise.
1201
1202 Sat Oct 11 12:24:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
1203
1204         * varasm.c (notice_global_symbol):  Fix handling of variables; avoid
1205         re-computing of variable.
1206
1207 2003-10-11  Richard Henderson  <rth@redhat.com>
1208
1209         * config/alpha/alpha.c (alpha_return_in_memory): Rename from
1210         return_in_memory, make static, change signature to match target hook.
1211         (alpha_setup_incoming_varargs): Make static, change signature to
1212         match target hook, add code for vms and unicos.
1213         (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
1214         TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
1215         TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
1216         TARGET_STRICT_ARGUMENT_NAMING,
1217         TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
1218         * config/alpha/alpha-protos.h: Update.
1219         * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
1220         PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
1221         SETUP_INCOMING_VARARGS): Remove.
1222         * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
1223         * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.
1224
1225 2003-10-11  Ian Lance Taylor  <ian@wasabisystems.com>
1226
1227         * config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
1228
1229 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1230
1231         * config/m68k/lb1sf68.asm: Follow spelling conventions.
1232         * config/m68k/m68k.c: Likewise.
1233         * config/m68k/m68k.h: Likewise.
1234         * config/m68k/m68k.md: Likewise.
1235
1236 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1237
1238         * builtins.c (expand_builtin_memcpy): Optimize case when the two
1239         pointer arguments are the equal, non-volatile and side-effect free.
1240         (expand_builtin_mempcpy): Likewise.
1241         (expand_builtin_memmove): Likewise.
1242         (expand_builtin_strcpy): Likewise.
1243         (expand_builtin_memcmp): Likewise.
1244         (expand_builtin_strcmp): Likewise.
1245         (expand_builtin_strncmp): Likewise.
1246
1247 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1248
1249         * combine.c (apply_distributive_law): Enable "distributive" floating
1250         point optimizations with -funsafe-math-optimizations.
1251
1252 2003-10-11  Andrew Pinski <pinskia@physics.uc.edu>
1253
1254         * genmodes.c (emit_mode_mask) Change MASK to MODE_MASK.
1255
1256 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1257
1258         * config/m68k/m68k-protos.h: Remove the prototype for
1259         finalize_pic.
1260
1261 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1262
1263         * config/m68k/m68k.c: Fix comment typos.
1264
1265 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1266
1267         * config/m68k/m68k-protos.h (use_return_insn): Change return type from
1268         int to bool.
1269         * config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
1270         (current_frame): New global var.
1271         (m68k_compute_frame_layout): Cache computations in current_frame.
1272         (m68k_initial_elimination_offset): Use values from current_frame
1273         instead of recomputing them.
1274         (use_return_insn): Likewise.
1275         (m68k_output_function_prologue): Likewise.
1276         (m68k_output_function_epilogue): Likewise.
1277         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
1278         inside the block for __pic__.
1279
1280 2003-10-11  Peter Barada <peter@baradas.org>
1281             Bernardo Innocenti  <bernie@develer.com>
1282
1283         * config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
1284         (m68k_save_reg): Add boolean parameter `interrupt_handler'.
1285         (m68k_interrupt_function_p): New function.
1286         (m68k_handle_fndecl_attribute): Ditto.
1287         (m68k_compute_frame_layout): Ditto.
1288         (m68k_attribute_table): Define back-end specific attributes.
1289         (m68k_output_function_epilogue): Emit RTE instruction for interrupt
1290         functions.
1291
1292 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1293
1294         * config/m68k/t-uclinux: New target Makefile fragment.
1295         * config/m68k/uclinux.h: New target macro file.
1296         * config.gcc (m68k-*-uclinux): New target definition.
1297
1298 2003-10-10  Roger Sayle  <roger@eyesopen.com>
1299
1300         * builtins.c (builtin_mathfn_code): Generalize to check whether
1301         the call is to any built-in function by comparing the call's
1302         argument list against the builtin decl's function type.
1303
1304 2003-10-10  Roger Sayle  <roger@eyesopen.com>
1305
1306         * cse.c (constant_pool_entries_regcost): New global variable to
1307         hold the register cost component of constant_pool_entries_cost.
1308         (fold_rtx): Calculate constant_pool_entries_regcost at the same
1309         time as constant_pool_entries_cost.
1310         (cse_insn): Set both src_folded_cost and src_folded_regcost from
1311         constant_pool_entries_cost and constant_pool_entries_regcost.
1312         (cse_main): Initialize constant_pool_entries_regcost to zero.
1313
1314         * optabs.c (expand_unop): Attach a REG_EQUAL note describing
1315         the semantics of the sequence of bit operations used to negate
1316         a floating-point value.
1317         (expand_abs_nojump): Likewise attach a REG_EQUAL note describing
1318         the semantics of the bit operations used to abs a floating point
1319         value.
1320
1321 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1322             Paul Dale  <pauli@snapgear.com>
1323
1324         * config/m68k/lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__
1325         support.
1326         * config/m68k/m68k-none.h (ASM_SPEC): Pass --pcrel to assembler on
1327         -fpic, -fPIC, -msep-data and -mid-shared-library.
1328         * config/m68k/m68k.c (m68k_library_id_string): New global variable.
1329         (override_options): Add -msep-data and -mshared-library-id support.
1330         (m68k_output_function_prologue): Generate code to load A5 for
1331         TARGET_ID_SHARED_LIBRARY and TARGET_SEP_DATA.
1332         (m68k_output_mi_thunk): Emit indirect jump on TARGET_ID_SHARED_LIBRARY.
1333         (m68k_output_pic_call): New function.
1334         * gcc/config/m68k/m68k.h (TARGET_SEP_DATA): New target flag.
1335         (TARGET_ID_SHARED_LIBRARY): Ditto.
1336         (TARGET_SWITCHES): Add switches for -mid-shared-library and -msep-data.
1337         * gcc/config/m68k/m68k.md (call): Call m68k_output_pic_call().
1338         (call_value): Likewise.
1339
1340 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
1341
1342         * gengenrtl.c (find_formats, genheader): Make i an unsigned
1343         int, remove cast of NUM_RTX_CODE.
1344         * machmode.h: Make the HAVE_MACHINE_MODES #ifdef encompass the
1345         entire file.  Remove the #ifs on GET_MODE_MASK etc and
1346         GET_MODE_WIDER_MODE etc.
1347
1348 2003-10-10  Eric Christopher  <echristo@redhat.com>
1349
1350         * lcm.c (optimize_mode_switching): Change NORMAL_MODE
1351         to MODE_ENTRY and MODE_EXIT. Add MODE_AFTER for insns
1352         that set mode.
1353         * config/sh/sh.h (MODE_ENTRY): New macro.
1354         (MODE_EXIT): Ditto.
1355         (MODE_AFTER): Ditto.
1356         * config/sh/sh.md: Change for MODE_AFTER. Add
1357         fp_set attribute.
1358         * doc/tm.texi: Document MODE_AFTER, MODE_ENTRY, and MODE_EXIT.
1359
1360 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
1361
1362         * genmodes.c, mode-classes.def: New files.
1363         * machmode.def: Rewritten to genmodes.c interface.
1364         * Makefile.in (extra_modes_file): New substitution variable.
1365         (MACHMODE_H): No longer includes machmode.def or
1366         @extra_modes_file@; instead, mode-classes.def and insn-modes.h.
1367         (BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
1368         (OBJS-common): Add insn-modes.o.
1369         (STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
1370         genmodes$(build_exeext).
1371         (insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
1372         genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
1373         (s-genrtl): Don't depend on $(RTL_BASE_H).
1374         (gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
1375         or $(RTL_BASE_H); just rtl.def.
1376         * gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
1377         real.h.  Give fake definition of CONST_DOUBLE_FORMAT and
1378         substitute definition of NUM_RTX_CODE.  Add casts to avoid
1379         warnings.
1380         * machmode.h: Include insn-modes.h, not machmode.def.  Include
1381         mode-classes.def to define enum mode_class.  Tweak definitions
1382         of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
1383         GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
1384         (inner_mode_array): Renamed mode_inner.
1385         (mode_base_align): New.
1386         * rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
1387         mode_unit_size, mode_wider_mode, mode_mask_array,
1388         inner_mode_array, class_narrowest_mode): Delete definitions.
1389         * stor-layout.c (get_mode_alignment): Use mode_base_align.
1390         * real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
1391         and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.
1392
1393         * config/ip2k/ip2k.h, config/iq2000/iq2000.h:
1394         No need to define BITS_PER_UNIT.
1395
1396 2003-10-10  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1397
1398         * config/ia64/ia64.c (ia64_vms_init_libfuncs): New function.
1399         (ia64_output_function_prologue): Only write .prologue if --with-gnu-as.
1400         (ia64_initialize_trampoline): If not using GAS, declare trampoline
1401         as global.
1402         * config/ia64/ia64.h (ASM_APP_ON, ASM_APP_OFF): Add vers for not GAS.
1403         (ASM_OUTPUT_DEBUG_LABEL): Likewise.
1404
1405         * stor-layout.c (compute_record_mode): Don't force BLKmode if
1406         field is zero-length BLKmode.
1407         * expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
1408         zero-size references.
1409
1410         * combine.c (distribute_links): Properly test for REG being set.
1411
1412         * config/alpha/alpha.c (alpha_expand_block_mode): Don't use
1413         gen_lowpart and company except for REG.
1414
1415 2003-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1416
1417         * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
1418
1419 2003-10-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1420
1421         * config.gcc (mips*-*-netbsd*): Remove content-free line.
1422
1423 2003-10-10  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
1424
1425         * gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t,
1426         gcov_position_t and gcov_type.
1427
1428 2003-10-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1429
1430         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
1431         * configure: Regenerate.
1432
1433 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
1434
1435         * config/h8300/h8300.md (define_asm_attributes): Specify
1436         the length of an asm insn more precisely.
1437
1438 2003-10-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1439
1440         * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
1441
1442 2003-10-09  Bob Wilson  <bob.wilson@acm.org>
1443
1444         * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
1445         FP register number to 48 and MAC16 accumulator to 0x210.
1446
1447 2003-10-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1448
1449         * config.gcc: Remove redundant thread_file setting clauses for
1450         various *-*-linux* targets.
1451
1452 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
1453
1454         * config/h8300/h8300.md (define_asm_attributes): New.
1455
1456 2003-10-09  Roger Sayle  <roger@eyesopen.com>
1457
1458         * optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
1459         to the comparison, as emit_libcall_block calls copy_rtx on equiv.
1460
1461 2003-10-09  Dorit Naishlos  <dorit@il.ibm.com>
1462
1463         * haifa-sched.c (ok_for_early_schedule): New function.
1464         (early_queue_to_ready): New function.
1465         (schedule_block): Allow early removal of insns from Q.
1466         (schedule_insn): Update INSN_TICK in case of premature
1467         issue.
1468         * common.opt (sched_stalled_insns): New flag.
1469         (sched_stalled_insns_dep): New flag.
1470         * flags.h: Same above flags.
1471         * opts.c: Same as above.
1472         * toplev.c: Same as above.
1473         * target.h (targetm.sched.is_costly_dependence): New
1474         hook.
1475         * target-def.h: Same as above.
1476         * config/rs6000/rs6000.h: (rs6000_sched_costly_dep):
1477         Support new flag -msched-costly-dep.
1478         (DEFAULT_SCHED_COSTLY_DEP): Define.
1479         * config/rs6000/rs6000.c:
1480         (rs6000_is_costly_dependence): New function.
1481         (is_load_insn, is_store_insn): New functions.
1482         (is_load_insn1, is_store_insn1, is_mem_ref): New
1483         functions.
1484         * doc/invoke.texi (-fsched-stalled-insns-dep)
1485         (-fsched-stalled-insns, -msched-costly-dep): Document
1486         options.
1487         * doc/tm.texi (is_costly_dependence): Define new
1488         scheduler target hook.
1489
1490 2003-10-09  Jason Merrill  <jason@redhat.com>
1491
1492         PR c++/6392
1493         * c-common.c (c_build_qualified_type): Look through arrays first.
1494         (c_apply_type_quals_to_decl): Look through arrays.
1495
1496         * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
1497         types with constructors.
1498
1499         * coverage.c (build_ctr_info_value): Use build_decl to make a
1500         VAR_DECL.
1501         (create_coverage): Likewise.
1502
1503         * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
1504         here.
1505         (expand_asm_operands): Not here.
1506         (parse_input_constraint): No longer static.
1507         * tree.h: Declare it.
1508
1509 2003-10-08  Kaz Kojima  <kkojima@gcc.gnu.org>
1510
1511         * config/sh/t-linux (SHLIB_LINK): Override to use a linker script
1512         libgcc_s.so.
1513         (SHLIB_INSTALL): Likewise.
1514
1515 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1516
1517         * doc/install.texi: Remove reference to removed 'pthreads' thread
1518         option.
1519
1520 2003-10-08  Aldy Hernandez  <aldyh@redhat.com>
1521
1522         * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
1523         operand 2.
1524
1525 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1526
1527         * config.gcc: Don't accept --enable-threads=pthreads.  Clean
1528         up related case statements.
1529         * configure.in: Don't accept --enable-threads=pthreads,
1530         decosf1, mach, or os2 (none of which work anyway).  Alphabetize
1531         supported thread files in case clause.
1532         * configure: Regenerate.
1533
1534 2003-10-08  Geoffrey Keating  <geoffk@apple.com>
1535
1536         * function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'
1537         definition to above SPARC_STACK_BOUNDARY_HACK.
1538
1539 2003-10-08  Jason Merrill  <jason@redhat.com>
1540
1541         * c-pretty-print.c (pp_c_postfix_expression)
1542         <COMPOUND_LITERAL_EXPR>: Fix thinko.
1543
1544 2003-10-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1545
1546         * mklibgcc.in: Don't hide undefined or typeless symbols.
1547
1548 2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1549
1550         PR optimization/12142
1551         * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
1552         uses of the register in the SET_SRC.  Remove unnecessary argument.
1553         * pa.c (legitimize_pic_address): Before reload, use a scratch register
1554         for the intermediate result in loading the address of a SYMBOL_REF.
1555         Set the MEM_NOTRAP_P flag for the MEM.  Add a REG_EQUAL to the insn
1556         which loads the SYMBOL_REF address.
1557
1558 2003-10-08  Timo Kokkonen  <tjko@iki.fi>
1559             Eric Botcazou  <ebotcazou@libertysurf.fr>
1560
1561         PR bootstrap/12490
1562         * scan-decls.c (MAX_EXTERN_C_BRACES): New preprocessor constant
1563         to define the size of the extern_C_braces array.  Set it to 200.
1564         (scan_decls): Abort when extern_C_braces_length is out-of-bounds.
1565
1566 2003-10-08  Carlo Wood  <carlo@alinoe.com>
1567
1568         * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
1569         a space after the -o option.  flex 2.5.31 understands both, with
1570         and without the space. Removed that space.
1571
1572 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1573
1574         * config/mips/mips.c (mips_frame_info): Add cprestore_size field.
1575         (compute_frame_size): Initialize it.  Remove the .cprestore slot
1576         from args_size.
1577         (mips_output_function_prologue): Simplify accordingly.
1578         (mips_debugger_offset): Change the mips16 frame pointer offset from
1579         current_function_outgoing_args to cfun->machine->frame.args_size.
1580         (mips_initial_elimination_offset): Likewise.
1581         (mips_expand_prologue): Likewise.
1582         (mips_expand_epilogue): Likewise.
1583
1584 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1585
1586         * config/mips/mips.h (EXTRA_CONSTRAINT): Add 'W' constraint.
1587         (EXTRA_MEMORY_CONSTRAINT): Define.
1588         (CAN_ELIMINATE): Remove lwu workaround.
1589         * config/mips/mips.md (*zero_extendsidi2_mem): Enable for mips16 too.
1590         Use a 'W' constraint for the source operand.
1591
1592 2003-10-08  Kazu Hirata  <kazu@cs.umass.edu>
1593
1594         * genopinit.c (main): Output code to declare undefined
1595         variables.
1596
1597 2003-10-07  Kelley Cook  <kcook@gcc.gnu.org>
1598
1599         * gengtype-lex.l: Remove -Wtraditional cruft.
1600         * Makefile.in (gengtype-lex.c): Likewise.
1601
1602 2003-10-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1603
1604         * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.
1605
1606 2003-10-07  Jason Merrill  <jason@redhat.com>
1607
1608         PR c++/12519
1609         * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
1610         it isn't a decl.
1611
1612 2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
1613
1614         * gcc.c (cpp_options): Only pass -fworking-directory for -g* if
1615         not overridden.
1616         Fixes PR bootstrap/12173.
1617
1618 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
1619
1620         * errors.c: Don't include coretypes.h or tm.h.
1621         (trim_filename): Use IS_DIR_SEPARATOR.
1622         * Makefile.in: Update dependencies of errors.o and
1623         $(BUILD_PREFIX_1)errors.o.
1624
1625 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
1626
1627         * function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into
1628         account when aligning arguments.
1629         * calls.c (STACK_POINTER_OFFSET): Move default from here ...
1630         * defaults.h (STACK_POINTER_OFFSET): ... to here.
1631         * config/sparc/sparc.h (STACK_BOUNDARY): Add comment about how
1632         it's wrong when TARGET_ARCH64 && TARGET_STACK_BIAS.
1633         (SPARC_STACK_BOUNDARY_HACK): Define.
1634         * config/rs6000/rs6000.c (function_arg): On non-SVR4 systems,
1635         arrange for vector parameters to varargs functions to be passed
1636         in both memory and GPRs when appropriate.
1637         (rs6000_va_arg): Vector arguments passed in memory are 16-byte
1638         aligned.
1639
1640         * hooks.c (hook_bool_tree_true): New.
1641         (hook_rtx_tree_int_null): New.
1642         (hook_rtx_rtx_null): Use NULL, not 0.
1643         * hooks.h: Add 'extern' to everything.
1644         (hook_bool_tree_true): New.
1645         (hook_rtx_tree_int_null): New.
1646         * targhooks.c (hook_bool_CUMULATIVE_ARGS_true): New.
1647         * targhooks.h (hook_bool_CUMULATIVE_ARGS_true): New.
1648         * config/rs6000/rs6000-protos.h (setup_incoming_varargs): Remove
1649         prototype.
1650         * config/rs6000/rs6000.c (rs6000_return_in_memory): New.
1651         (setup_incoming_varargs): Prototype.
1652         (TARGET_PROMOTE_FUNCTION_ARGS): Define.
1653         (TARGET_PROMOTE_FUNCTION_RETURN): Define.
1654         (TARGET_STRUCT_VALUE_RTX): Define.
1655         (TARGET_RETURN_IN_MEMORY): Define.
1656         (TARGET_SETUP_INCOMING_VARARGS): Define.
1657         (TARGET_STRICT_ARGUMENT_NAMING): Define.
1658         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Define.
1659         (init_cumulative_args): Use rs6000_return_in_memory.
1660         (setup_incoming_varargs): Make 'static'.
1661         * config/rs6000/rs6000.h (PROMOTE_FUNCTION_ARGS): Delete.
1662         (PROMOTE_FUNCTION_RETURN): Delete.
1663         (STRUCT_VALUE): Delete.
1664         (RETURN_IN_MEMORY): Delete.
1665         (SETUP_INCOMING_VARARGS): Delete.
1666
1667 2003-10-07  Gerald Pfeifer  <gerald@pfeifer.com>
1668
1669         * doc/invoke.texi (Warning Options): Simplify and clarify the
1670         descriptions of -Wnonnull and -Winit-self.
1671
1672 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
1673
1674         * optabs.c (init_intraclass_conv_libfuncs): Fix order of array
1675         indicees for floating-point conversersion libcalls.
1676
1677 2003-10-07  Nathanael Nerode  <neroden@gcc.gnu.org>
1678
1679         * Makefile.in: Add more comments separating large conceptually
1680         separate sections.
1681
1682         * configure.in: Clean up thread file logic.
1683         * configure: Regenerate.
1684
1685 2003-10-07  Danny Smith  <dannysmith@users.sourceforge.net>
1686
1687         * config/i386/cygming.h (READONLY_DATA_SECTION_ASM_OP): Define.
1688         (switch_to_section): Handle in_readonly_data.
1689         * config/i386/winnt.c (i386_pe_asm_named_section): Handle
1690         readonly data.
1691
1692 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
1693
1694         * arm.md (cmpsi2_addneg): New ARM pattern. Add peephole2 to generate
1695         it.
1696         (cbranchne_decr1): New Thumb pattern.
1697         * arm.c (arm_addimm_operand): New insn predicate.
1698         * arm-protos.h: Add a prototype for it.
1699         * arm.h (PREDICATE_CODES): Add it.
1700
1701 2003-10-07  Dorit Naishlos <dorit@il.ibm.com>
1702
1703         * sched-int.h (sched_info): New field
1704         sched_max_insns_priority.
1705         * sched-rgn.c (init_ready_list): Add invocations to
1706         targetm.sched.adjust_priority.
1707         (sched_max_insns_priority): Init new field.
1708         * sched-ebb.c (sched_max_insns_priority): Init new field.
1709         * haifa-sched.c (set_priorities): Set
1710         sched_info->sched_max_insns_priority.
1711         * config/rs6000/rs6000.h:
1712         (rs6000_sched_restricted_insns_priority_str): Support new
1713         flag -mprioritize-restricted-insns.
1714         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Define.
1715         * config/rs6000/rs6000.c (is_dispatch_slot_restricted): New
1716         function.
1717         (rs6000_adjust_priority): Change priority of restricted
1718         insns, using above new function and new flag.
1719         * doc/invoke.texi (-mprioritize-restricted-insns): Document
1720         new option.
1721
1722 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
1723
1724         * expr.c (cmpstr_optab, cmpmem_optab): New.
1725         * genopinit.c: Initialize them.
1726         * optabs.h: Declare them.
1727         * optabs.c (init_optabs): Clear them.
1728         (prepare_cmp_insn):  Use cmpstr_optab and cmpmem_optab to find
1729         block memory compare insns, not conditional chains.  Restructure
1730         the fallback generation of a call to memcmp/bcmp for better
1731         readability.
1732
1733 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1734
1735         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): New macro.
1736         (mips_save_restore_fn): New typedef.
1737         (mips_add_large_offset_to_sp, mips_emit_frame_related_store): Remove.
1738         (mips_set_frame_expr, mips_frame_set): Move above prologue code.
1739         (save_restore_insns): Remove, replacing with...
1740         (mips_save_restore_reg, mips_for_each_saved_reg): ...these new fns.
1741         (mips_save_reg, mips_restore_reg): New function.
1742         (mips_expand_prologue, mips_expand_epilogue): Rework.
1743         * config/mips/mips.h (MIPS_TEMP1_REGNUM, MIPS_TEMP2_REGNUM): Remove.
1744         (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): New macros.
1745         (MIPS_PROLOGUE_TEMP, MIPS_EPILOGUE_TEMP): New macros.
1746
1747 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1748
1749         * config/mips/mips.c (mips_expand_prologue): Remove unused
1750         traversal of function arguments.
1751
1752 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
1753
1754         * doc/invoke.texi: Remove documentation of -mentry.
1755         * config/mips/mips.c (mips_entry_string, mips_entry): Remove.
1756         (override_options, mips_save_reg_p): Remove handling.
1757         (compute_frame_size, mips_output_function_prologue): Likewise.
1758         (mips_expand_prologue, mips_expand_epilogue): Likewise.
1759         * config/mips/mips.h (mips_entry_string): Remove declaration.
1760         (TARGET_OPTIONS): Remove -mentry.
1761         * config/mips/mips16.S: Remove mention of -mentry.
1762
1763 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
1764
1765         * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)
1766         (LTI_extenddfxf2, LTI_extenddftf2, LTI_truncdfsf2, LTI_truncxfsf2)
1767         (LTI_trunctfsf2, LTI_truncxfdf2, LTI_trunctfdf2, LTI_floatsisf)
1768         (LTI_floatdisf, LTI_floattisf, LTI_floatsidf, LTI_floatdidf)
1769         (LTI_floattidf, LTI_floatsixf, LTI_floatdixf, LTI_floattixf)
1770         (LTI_floatsitf, LTI_floatditf, LTI_floattitf, LTI_fixsfsi, LTI_fixsfdi)
1771         (LTI_fixsfti, LTI_fixdfsi, LTI_fixdfdi, LTI_fixdfti, LTI_fixxfsi)
1772         (LTI_fixxfdi, LTI_fixxfti, LTI_fixtfsi, LTI_fixtfdi, LTI_fixtfti)
1773         (LTI_fixunssfsi, LTI_fixunssfdi, LTI_fixunssfti, LTI_fixunsdfsi)
1774         (LTI_fixunsdfdi, LTI_fixunsdfti, LTI_fixunsxfsi, LTI_fixunsxfdi)
1775         (LTI_fixunsxfti, LTI_fixunstfsi, LTI_fixunstfdi, LTI_fixunstfti)
1776         (extendsfdf2_libfunc, extendsfxf2_libfunc, extendsftf2_libfunc)
1777         (extenddfxf2_libfunc, extenddftf2_libfunc, truncdfsf2_libfunc)
1778         (truncxfsf2_libfunc, trunctfsf2_libfunc, truncxfdf2_libfunc)
1779         (trunctfdf2_libfunc, floatsisf_libfunc, floatdisf_libfunc)
1780         (floattisf_libfunc, floatsidf_libfunc, floatdidf_libfunc)
1781         (floattidf_libfunc, floatsixf_libfunc, floatdixf_libfunc)
1782         (floattixf_libfunc, floatsitf_libfunc, floatditf_libfunc)
1783         (floattitf_libfunc, fixsfsi_libfunc, fixsfdi_libfunc, fixsfti_libfunc)
1784         (fixdfsi_libfunc, fixdfdi_libfunc, fixdfti_libfunc, fixxfsi_libfunc)
1785         (fixxfdi_libfunc, fixxfti_libfunc, fixtfsi_libfunc, fixtfdi_libfunc)
1786         (fixtfti_libfunc, fixunssfsi_libfunc, fixunssfdi_libfunc)
1787         (fixunssfti_libfunc, fixunsdfsi_libfunc, fixunsdfdi_libfunc)
1788         (fixunsdfti_libfunc, fixunsxfsi_libfunc, fixunsxfdi_libfunc)
1789         (fixunsxfti_libfunc, fixunstfsi_libfunc, fixunstfdi_libfunc)
1790         (fixunstfti_libfunc): Delete.
1791         * optabs.h (struct optab_handlers): Break out of struct optab.
1792         (struct convert_optab, convert_optab, enum convert_optab_index,
1793         convert_optab_table, sext_optab, zext_optab, trunc_optab,
1794         sfix_optab, ufix_optab, sfixtrunc_optab, ufixtrunc_optab,
1795         sfloat_optab, ufloat_optab): New.
1796         (set_conv_libfunc): Prototype.
1797         (GEN_FCN): Use C90 indirect call syntax, remove unnecessary cast.
1798         (trunc_optab): Renamed btrunc_optab.
1799         * builtins.c (expand_builtin_mathfn): Update to match.
1800         * optabs.c (extendtab, fixtab, fixtrunctab, floattab): Delete.
1801         (convert_optab_table, new_convert_optab, init_convert_optab)
1802         (init_interclass_conv_libfuncs, init_intraclass_conv_libfuncs)
1803         (set_conv_libfunc): New.
1804         (can_extend_p, gen_extend_insn, can_fix_p, can_float_p)
1805         (expand_float, expand_fix): Use new conversion optabs,
1806         not old insn code tables or long chains of ifs.
1807         (init_optabs): No need to clear old insn code tables.
1808         Initialize the new optabs, not the old libfunc array entries.
1809         Don't handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
1810         * genopinit.c: Initialize conversion optabs, not the
1811         former insn code tables.  Remove unnecessary casts.
1812         Handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
1813         * expr.c (convert_move): Remove redundant check that
1814         to_real==from_real.  Use the conversion optabs instead
1815         of long chains of tests of modes.  Move partial-integer-mode
1816         interconversion above all integer conversion.  Do not recurse
1817         on a value forced into a register in the original mode.
1818
1819         * config/gofast.h, config/frv/frv.c, config/ia64/ia64.c
1820         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
1821         * config/sparc/sparc.c: Use set_conv_libfunc to adjust entries
1822         in new conversion optabs; do not reference the old libfunc
1823         array entries.  No need to include libfuncs.h.
1824
1825 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1826
1827         * config/i386/i386.c (ix86_expand_setcc): Annotate the floating
1828         point comparison sequence with a REG_EQUAL note that describes
1829         the comparison's semantics.
1830
1831 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1832
1833         * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
1834         of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.
1835
1836 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1837             Zack Weinberg  <zack@codesourcery.com>
1838
1839         * optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL
1840         instruction by using LCT_CONST and then calling emit_libcall_block
1841         ourselves.
1842
1843 2003-10-06  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1844
1845         PR optimization/11974
1846         * optabs.c (expand_unop): Promote libcall outmode according to
1847         hard_libcall_value.
1848
1849 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
1850
1851         * real.h (REAL_MODE_FORMAT): New macro.
1852         * c-cppbuiltin.c, optabs.c, real.c, config/alpha/alpha.c
1853         * config/c4x/c4x.c, config/i370/i370.c, config/i386/freebsd.h
1854         * config/i386/i386.c, config/i960/i960.c, config/ia64/ia64.c
1855         * config/m68k/m68k.c, config/mips/mips.c, config/rs6000/rs6000.c
1856         * config/vax/vax.c: Use REAL_MODE_FORMAT instead of referring
1857         directly to real_format_for_mode array, wherever possible.
1858
1859 2003-10-06  Devang Patel  <dpatel@apple.com>
1860
1861         * dwarf2out.c (is_main_source): Remove variable.
1862         (dwarf2out_start_source_file): Do not check is_main_source.
1863         Do not reset is_main_source.
1864         (dwarf2out_init): Do not initialize is_main_source.
1865
1866 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1867
1868         * fixinc/inclhack.def (stdio_va_list): Removed _ap fix.
1869         (irix_stdio_va_list): Don't require leading printf, IRIX 6.5.21
1870         introduced some multi-line prototypes.
1871         * fixinc/fixincl.x: Regenerate.
1872
1873 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1874
1875         * config/mips/mips.h (PREDICATE_CODES): Add stack_operand.
1876         * config/mips/mips.c (stack_operand): New predicate.
1877         * config/mips/mips.md: Use it for the destination of mips16 insns
1878         that store $31.
1879
1880 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1881
1882         * config/mips/mips.md (*lowsi): Renamed from lowsi.
1883         (*lowdi): Likewise lowdi.
1884         (*lowsi_mips16, *lowdi_mips16): New patterns.
1885         * config/mips/mips.c (mips_const_insns, mips_output_move): Remove
1886         mips16 CONSTANT_RELOC handling.
1887         (mips_delegitimize_address): Adjust for new sdata representation.
1888
1889 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1890
1891         * config/mips/mips.c (mips_arg_info): If MUST_PASS_IN_STACK,
1892         skip any remaining register arguments.
1893
1894 2003-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
1895
1896         * reload.c (find_reloads_subreg_address): Use correct offset for
1897         paradoxical MEM subregs on big-endian targets.
1898
1899 2003-10-06  Andrew Haley  <aph@redhat.com>
1900
1901         * tree.c (get_callee_fndecl): Call
1902         lang_hooks.lang_get_callee_fndecl.
1903         * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): New.
1904         (lhd_get_callee_fndecl): New.
1905
1906 2003-10-06  Andrew Pinski  <apinski@apple.com>
1907
1908         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
1909         error in calculating the length of the string.
1910         (machopic_stub_name): Likewise.
1911
1912 2003-10-06  Roger Sayle  <roger@eyesopen.com>
1913
1914         * optabs.c (prepare_float_lib_cmp):  Attach a REG_EQUAL note
1915         describing the return value of the comparison libcall to the
1916         REG_RETVAL instruction of the emitted sequence.
1917
1918 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1919
1920         PR optimization/12215
1921         * cse.c (cse_set_around_loop): Emit the move at the beginning
1922         of the next basic block for trapping sets.
1923
1924 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1925
1926         PR optimization/11637
1927         * combine.c (adjust_for_new_dest): New function to adjust the
1928         notes and LOG_LINKS when the dest of an insn has changed.
1929         (try_combine): Use it when deleting the first insn of a two-insn
1930         parallel or splitting a two-load parallel.
1931
1932 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1933
1934         * config/mips/mips.c (mips_classify_constant): Only allow UNSPECs
1935         if TARGET_EXPLICIT_RELOCS.
1936
1937 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
1938
1939         PR bootstrap/12512
1940         * Makefile.in (info): Use double-colon rules.
1941         (dvi): Likewise.
1942         (generated-manpages): Likewise.
1943         * configure.in: Do not create lang.info, lang.dvi, or
1944         lang.generated-manpages hooks.
1945         * configure: Regenerated.
1946         * objc/Make-lang.in (objc.info): Remove.
1947         (objc.dvi): Remove.
1948         (objc.generated-manpages): Remove.
1949         * doc/sourcebuild.texi: Update description of info, dvi, and
1950         generated-manpages hooks.
1951
1952 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
1953
1954         * config/mips/mips.md: Merge mips16 lw/srl pattern with its splitter.
1955
1956 2003-10-05  Andrew Pinski  <apinski@apple.com>
1957
1958         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
1959         errors in memcpy destinations.
1960         (machopic_stub_name): Likewise.
1961
1962 2003-10-05  Andrew Pinski <apinski@apple.com>
1963
1964         * config/darwin.c (machopic_non_lazy_ptr_name):
1965         Change strcat to memcpy and add length together.
1966         (machopic_stub_name): Likewise.
1967
1968 2003-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1969
1970         * config/sh/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Handle new
1971         signal trampoline codes.
1972
1973 2003-10-05  Chris Demetriou  <cgd@broadcom.com>
1974
1975         * config/mips/mips.md (*divsf3): Move description of
1976         SB-1 F2 erratum from here to...
1977         (divsf3): Here.  Disable if TARGET_FIX_SB1 is set and
1978         flag_unsafe_math_optimizations is not.
1979
1980 2003-10-05  Aldy Hernandez  <aldyh@redhat.com>
1981
1982         * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
1983         TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
1984
1985 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
1986
1987         * c-pretty-print.c: Fix comment typos.
1988         * c-pretty-print.h: Likewise.
1989         * calls.c: Likewise.
1990         * cfgloopmanip.c: Likewise.
1991         * cgraphunit.c: Likewise.
1992         * cppfiles.c: Likewise.
1993         * final.c: Likewise.
1994         * function.c: Likewise.
1995         * gcov-io.h: Likewise.
1996         * gcse.c: Likewise.
1997         * genoutput.c: Likewise.
1998         * loop.c: Likewise.
1999         * postreload.c: Likewise.
2000         * reg-stack.c: Likewise.
2001         * regmove.c: Likewise.
2002         * sched-int.h: Likewise.
2003         * sched-rgn.c: Likewise.
2004         * simplify-rtx.c: Likewise.
2005         * tree-inline.c: Likewise.
2006         * config/m68hc11/m68hc11.h: Likewise.
2007         * config/mmix/mmix.c: Likewise.
2008         * config/mn10300/mn10300.md: Likewise.
2009         * config/sh/sh.h: Likewise.
2010
2011 2003-10-05  Richard Henderson  <rth@redhat.com>
2012
2013         * tree-inline.c (remap_type): New.
2014         (remap_decl): Use it.  Remap DECL_SIZE*.
2015         (copy_body_r): Use it.
2016         (walk_tree): Walk TREE_TYPE too.
2017         (copy_tree_r): Don't walk subtrees of types.
2018         * tree.c (variably_modified_type_p): Restructure.  Consider integer
2019         types with non-const bounds variably modified.
2020
2021 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2022
2023         * doc/invoke.texi: Fix typos.
2024
2025 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2026
2027         * fold-const.c: Follow spelling conventions.
2028         * function.c: Likewise.
2029         * config/c4x/c4x.h: Likewise.
2030         * config/c4x/c4x.md: Likewise.
2031         * config/frv/frv.md: Likewise.
2032         * config/rs6000/aix.h: Likewise.
2033         * config/rs6000/linux64.h: Likewise.
2034         * config/xtensa/xtensa.c: Likewise.
2035
2036 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
2037
2038         * c-pretty-print.c: Fix comment formatting.
2039         * cfglayout.c: Likewise.
2040         * cfgloopanal.c: Likewise.
2041         * cppcharset.c: Likewise.
2042         * dbxout.c: Likewise.
2043         * ggc-page.c: Likewise.
2044         * ggc.h: Likewise.
2045         * target.h: Likewise.
2046
2047 2003-10-04  Kelley Cook  <kelleycook@wideopenwest.com>
2048
2049         * gengtype-lex.l: Recognize typedef of functions without PARAMS macro.
2050
2051 2003-10-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2052
2053         * config/v850/v850-c.c, config/v850/v850-protos.h, config/v850/v850.c:
2054         Convert to ISO C90 function declarations and definitions.
2055
2056 2003-10-04  Zack Weinberg  <zack@codesourcery.com>
2057
2058         * libfuncs.h
2059         (LTI_eqhf2, LTI_nehf2, LTI_gthf2, LTI_gehf2, LTI_lthf2)
2060         (LTI_lehf2, LTI_unordhf2, LTI_eqsf2, LTI_nesf2, LTI_gtsf2)
2061         (LTI_gesf2, LTI_ltsf2, LTI_lesf2, LTI_unordsf2, LTI_eqdf2)
2062         (LTI_nedf2, LTI_gtdf2, LTI_gedf2, LTI_ltdf2, LTI_ledf2)
2063         (LTI_unorddf2, LTI_eqxf2, LTI_nexf2, LTI_gtxf2, LTI_gexf2)
2064         (LTI_ltxf2, LTI_lexf2, LTI_unordxf2, LTI_eqtf2, LTI_netf2)
2065         (LTI_gttf2, LTI_getf2, LTI_lttf2, LTI_letf2, LTI_unordtf2)
2066         (eqhf2_libfunc, nehf2_libfunc, gthf2_libfunc, gehf2_libfunc)
2067         (lthf2_libfunc, lehf2_libfunc, unordhf2_libfunc, eqsf2_libfunc)
2068         (nesf2_libfunc, gtsf2_libfunc, gesf2_libfunc, ltsf2_libfunc)
2069         (lesf2_libfunc, unordsf2_libfunc eqdf2_libfunc, nedf2_libfunc)
2070         (gtdf2_libfunc, gedf2_libfunc, ltdf2_libfunc, ledf2_libfunc)
2071         (unorddf2_libfunc eqxf2_libfunc, nexf2_libfunc, gtxf2_libfunc)
2072         (gexf2_libfunc, ltxf2_libfunc, lexf2_libfunc, unordxf2_libfunc
2073         (eqtf2_libfunc, netf2_libfunc, gttf2_libfunc, getf2_libfunc)
2074         (lttf2_libfunc, letf2_libfunc, unordtf2_libfunc):
2075         Delete.
2076         * optabs.h (OTI_eq, OTI_ne, OTI_gt, OTI_ge, OTI_lt, OTI_le)
2077         (OTI_unord, eq_optab, ne_optab, gt_optab, ge_optab, lt_optab)
2078         (le_optab, unord_optab): New.
2079
2080         * optabs.c (prepare_float_lib_cmp): Rewrite.  Get the libfuncs
2081         from the code_to_optab table, not a giant switch; use
2082         swap_condition; do widening only if a comparison function that
2083         we can call exists in a wider mode, not if a cmp_optab insn or
2084         libfunc exists in a wider mode; call protect_from_queue
2085         exactly once on each operand.
2086         (init_optabs): Initialize the new optabs, not the deleted libfuncs.
2087
2088         * config/gofast.h, config/ia64/ia64.c, config/mips/mips.c
2089         * config/pa/pa.c, config/rs6000/rs6000.c, config/sparc/sparc.c:
2090         Set floating point comparison libfuncs using set_optab_libfunc
2091         on the appropriate optab.
2092
2093         * config/ia64/ia64.c (ia64_hpux_init_libfuncs): Fix typo.
2094         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Correct ABI
2095         selector conditionals.
2096
2097 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
2098
2099         * config/m68hc11/t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is
2100         identical to m68hc12 as far as libraries are concerned.
2101
2102 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2103
2104         PR c/12446
2105         * c-typeck.c (convert_for_assignment): Issue an error for
2106         array to pointer assignment after default conversion.
2107         (digest_init): Likewise.
2108
2109 2003-10-04  Fariborz Jahanian  <fjahanian@apple.com>
2110
2111         * c-decl.c (duplicate_decls): retain DECL_COMMON of old declaration
2112
2113 2003-10-03  Gerald Pfeifer  <gerald@pfeifer.com>
2114
2115         * doc/extend.texi (Function Attributes): Fix title of GNU C
2116         Preprocessor manual.
2117         (C++ Extensions): Fix reference to "Predefined Macros" in the
2118         GNU C Preprocessor manual.
2119
2120 2003-10-04  Richard Earnshaw  <reanrsha@arm.com>
2121
2122         * doc/extend.texi: Document how GCC estimates and relies on the size
2123         of an asm.
2124
2125 2003-10-04  Richard Sandiford  <rsandifo@redhat.com>
2126
2127         * config/mips/mips.c (mips_pad_arg_upward): Pad floating-point
2128         arguments downward for big-endian o64.
2129
2130 2003-10-03  Robert Bowdidge <bowdidge@apple.com>
2131
2132         * ggc-page.c (ggc_pch_write_object): Replace fseek() with fwrite() in
2133         PCH generation, avoiding too-frequent flushes when writing to NFS
2134         file system.
2135
2136 2003-10-03  Ziemowit Laski  <zlaski@apple.com>
2137
2138         * objc/objc-act.c (lookup_category): Mark as 'inline'.
2139
2140 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2141             Ziemowit Laski  <zlaski@apple.com>
2142
2143         * objc/objc-act.c (add_method_to_hash_list, lookup_category):
2144         New functions.
2145         (lookup_method_in_hash_lists): New parameter indicating whether
2146         we are messaging 'Class' or 'id'.
2147         (check_duplicates): Likewise; do not assume all methods will
2148         be either class or instance methods.
2149         (generate_category, finish_class): Use lookup_category().
2150         (add_method): Use add_method_to_hash_list(); insert instance
2151         methods of root classes into the global class method hash table.
2152         (add_category): Use lookup_category(); avoid constructing
2153         duplicate categories.
2154         (really_start_method): Add method to corresponding @interface,
2155         if not already there (and if the @interface exists).
2156         (finish_message_expr, finish_objc): Adjust calls to
2157         check_duplicates().
2158
2159 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2160
2161         PR optimization/9325, PR java/6391
2162         * fold-const.c (fold_convert): For floating point to integer
2163         conversions, return the maximum/minimum representable integer
2164         value if the real constant overflows the destination type.
2165         * tree.c (real_value_from_int_cst): Allow the type to be NULL,
2166         meaning don't truncate the result to a floating point mode.
2167         Simplify the logic by calling real_from_integer directly.
2168         * simplify-rtx.c (simplify_unary_operation):  Implement the
2169         same semantics for folding floating point to integer conversions
2170         in RTL.
2171
2172 2003-10-03  Chris Demetriou  <cgd@broadcom.com>
2173
2174         * config/mips/mips.c (mips_emit_prefetch): Restructure
2175         to avoid use of arrays, handle indexed prefetch.
2176         * config/mips/mips.h (ISA_HAS_FP4, ISA_HAS_PREFETCH): Update comments.
2177         (ISA_HAS_PREFETCHX): New deffine.
2178         * config/mips/mips.md ("type" attr): Add new "prefetchx" value,
2179         update comments.
2180         (prefetch_indexed_di, prefetch_indexed_si): New insns.
2181
2182 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
2183             Roger Sayle  <roger@eyesopen.com>
2184
2185         PR optimization/12289
2186         * calls.c (emit_call_1): Pretend to have popped the arguments
2187         to noreturn and longjmp functions instead of ignoring them.
2188         (expand_call): Don't adjust stack_pointer_dela while
2189         inhibit_defer_pop is set.
2190
2191 2003-10-03  Andreas Schwab  <schwab@suse.de>
2192
2193         PR bootstrap/12276
2194         * configure.in: Check for libunwind on the host only if building
2195         a native compiler.
2196         * configure: Regenerated.
2197
2198 2003-10-03  Paolo Carlini  <pcarlini@unitus.it>
2199
2200         * unwind-pe.h (read_encoded_value_with_base): Constify u and
2201         its inizialization cast.
2202
2203 2003-10-03  Richard Sandiford  <rsandifo@redhat.com>
2204
2205         PR target/12485
2206         * config/mips/mips.c (mips_load_got): GOT accesses can't trap.
2207
2208 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2209
2210         PR optimization/12180
2211         * tree-inline.c (inline_forbidden_p_1): Do not permit inlining of
2212         functions containing calls to __builtin_next_arg.
2213
2214 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2215
2216         * config/mips/mips.c (mips_emit_prefetch): Use operand 3
2217         in instructions being output.
2218         * config/mips/mips.md (prefetch_si_address): Change third
2219         operand's constraint letter to 'I'.
2220         (prefetch_di_address): Likewise.
2221         (prefetch_si, prefetch_di): Set third operand to const0_rtx.
2222
2223 2003-10-02  Zack Weinberg  <zack@codesourcery.com>
2224
2225         * system.h: Poison macros obsoleted by earlier patch.
2226         * config/cris/cris.c: C90-ify a function definition.
2227
2228 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2229
2230         PR/12292
2231         * combine.c (make_field_assignment): Check whether rtx's code
2232         is CONST_INT before using INTVAL.
2233
2234 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2235
2236         * cgraph.c (cgraph_node): Use INSERT instead of 1 in
2237         htab_find_slot_with_hash.
2238         (cgraph_node_for_identifier): Use NO_INSERT.
2239         (cgraph_remove_node): Use NO_INSERT.
2240         (cgraph_varpool_node): Use INSERT.
2241         (cgraph_varpool_node_for_identifier): Use NO_INSERT.
2242
2243 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2244
2245         Waldek Hebisch <hebisch@math.uni.wroc.pl>
2246         PR/12072
2247         * varasm.c (compare_constant): Fix thinko.
2248
2249 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
2250
2251         * config/frv/frv.c (frv_issue_rate): New function.
2252         (frv_pack_insns): Use it.
2253         (TARGET_SCHED_ISSUE_RATE): Define.
2254
2255 2003-10-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
2256
2257         * config/mcore/mcore.c: Convert to ISO C90 function declarations
2258         and definitions.
2259         * config/mcore/mcore.h: Likewise.
2260         * config/mcore/mcore-protos.h: Likewise.
2261
2262 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
2263
2264         * config/frv/frv.c (frv_use_dfa_pipeline_interface): New function.
2265         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
2266
2267 2003-10-01  Per Bothner  <pbothner@apple.com>
2268
2269         * c-lex.c (src_line):   Remove unneeded static variable.
2270         (cb_line_change):  Set input_line directly, instead of src_line.
2271         (get_non_padding_token):  We no longer need to compensate for the
2272         "horrible things" the C++ front-end does with the current line number,
2273
2274         * cpplib.c (_cpp_pop_buffer):  Do generate a _cpp_do_file_change
2275         callback even when popping the main file.
2276         * c-lex.c (fe_file_change):  Handle a NULL new_map.
2277         * fix-header.c (cb_file_change):  Likewise.
2278         * c-ppoutput.c (pp_file_change):  Likewise.
2279
2280         * cppinit.c (cpp_read_main_file):  Split into two functions:
2281         Distribute _cpp_stack_file call over the two functions.
2282         (cpp_find_main_file):  New function.
2283         Don't call _cpp_do_file_change even if working_directory flag set.
2284         (cpp_push_main_file):  New function.
2285         * cppfiles.c (_cpp_find_failed):  New helper function.
2286         (find_file):  Made non-static and renamed to _cpp_find_file.
2287         (_cpp_stack_file):  No longer needed.  But note the following.
2288         (stack_file):  Made non-static and renamed to _cpp_stack_file.
2289         * fix-header.c (cpp_read_main_file):  Replace cpp_read_main_file
2290         call with calls to cpp_find_main_file and cpp_push_main_file.
2291         (search_path_head):  If there is no current buffer, use main_file.
2292         * cpphash.h:  Update function declarations.
2293         * cpplib.h:  Update function declarations.
2294
2295         * c-opts.c (c_common_post_options):  Don't call cpp_find_main_file yet.
2296         (c_common_parse_file):  No longer need to call cpp_read_main_file
2297         when file_index > 0 (as in multi-file or server compiation).
2298         (finish_options):  Change to <built-in> is an LC_ENTER, not LC_RENAME
2299         as this now happens before cpp_push_main_file.
2300         (push_command_line_include):  When done with options, pass LC_LEAVE
2301         instead of LC_RENAME to cpp_change_file and finally cpp_push_main_file.
2302         (fe_file_change):  Handle NULL new_map, and simplify.
2303         * cpplex.c (_cpp_get_fresh_line):  Revert my no-longer-needed
2304         08-28 change, since we're never called with a NULL buffer.
2305         (_cpp_lex_direct):  Likewise.
2306         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
2307         Return false if buffer is NULL at end.
2308
2309         * cpplex.c (_cpp_get_fresh_line):  Return value now just depends on
2310         whether pfile->buffer is NULL after pop, ignoring return_at_eof.
2311         * cpphash.h (struct cpp_buffer):  Remove unused return_at_eof field.
2312         * cpplib.c (cpp_push_buffer):  Since we no longer set return_at_eof,
2313         remove the unused return_at_eof parameter.
2314         * cppfiles.c, cpplib.c, cppmacro.c, cpppch.c, fix-header.c:
2315         Update callers of cpp_push_buffer.
2316
2317 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
2318
2319         * target.h (init_libfuncs): New hook.
2320         * target-def.h: Default TARGET_INIT_BUILTINS and
2321         TARGET_INIT_LIBFUNCS to hook_void_void.  Add
2322         TARGET_INIT_LIBFUNCS to TARGET_INITIALIZER.
2323         * builtins.c (default_init_builtins): Delete.
2324         * expr.h (default_init_builtins): Delete prototype.
2325         * doc/tm.texi: Document TARGET_INIT_LIBFUNCS and US_SOFTWARE_GOFAST.
2326         Tweak documentation of TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL.
2327         Remove documentation of INIT_TARGET_OPTABS, MULSI3_LIBCALL,
2328         DIVSI3_LIBCALL, UDIVSI3_LIBCALL, MODSI3_LIBCALL, UMODSI3_LIBCALL,
2329         MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL,
2330         and UMODDI3_LIBCALL,
2331
2332         * Makefile.in (optabs.o): Depends on target.h.
2333         * defaults.h: Provide default for FLOAT_LIB_COMPARE_RETURNS_BOOL.
2334         * optabs.c: Include target.h.
2335         (prepare_float_lib_cmp): No need for #ifdef around use of
2336         FLOAT_LIB_COMPARE_RETURNS_BOOL.
2337         (set_optab_libfunc): New function.
2338         (init_optabs): Delete use of all *_LIBCALL defines.
2339         Call targetm.init_libfuncs not INIT_TARGET_OPTABS.
2340         * optabs.h: Prototype set_optab_libfunc.
2341
2342         * config.gcc: Remove all references to pa/long_double.h,
2343         ia64/hpux_longdouble.h, and gofast.h.
2344         (mips-*-*): When --enable-gofast, just add US_SOFTWARE_GOFAST
2345         to tm_defines; don't set INIT_SUBTARGET_OPTABS or change tm_file.
2346
2347         * config/alpha/alpha.c, config/c4x/c4x.c, config/cris/cris.c
2348         * config/frv/frv.c, config/h8300/h8300.c, config/i860/i860.c
2349         * config/ia64/ia64.c, config/ip2k/ip2k.c, config/m68hc11/m68hc11.c
2350         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
2351         * config/sparc/sparc.c, config/vax/vax.c:
2352         Provide a definition for TARGET_INIT_LIBFUNCS.  Where
2353         necessary, include optabs.h, libfuncs.h, and/or config/gofast.h.
2354
2355         * config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.h
2356         * config/avr/avr.h, config/cris/cris.h, config/frv/frv.h
2357         * config/h8300/h8300.h, config/i860/i860.h, config/ip2k/ip2k.h
2358         * config/iq2000/iq2000.h, config/m68hc11/m68hc11.h, config/mips/mips.h
2359         * config/rs6000/aix.h, config/rs6000/sysv4.h, config/sparc/elf.h
2360         * config/sparc/lite.h, config/sparc/netbsd-elf.h, config/sparc/sol2.h
2361         * config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h
2362         * config/vax/elf.h: Don't define or use INIT_TARGET_OPTABS,
2363         INIT_SUBTARGET_OPTABS, or any *_LIBCALL macros.
2364
2365         * config/ia64/hpux.h: Redefine INTEL_EXTENDED_IEEE_FORMAT to 0.
2366         Set TARGET_INIT_LIBFUNCS and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
2367         * config/pa/pa-hpux.h: Define LONG_DOUBLE_TYPE_SIZE,
2368         HPUX_LONG_DOUBLE_LIBRARY, and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
2369         * config/ia64/hpux_longdouble.h, config/pa/long_double.h: Delete.
2370
2371         * config/rs6000/xcoff.h: Don't define RS6000_ITRUNC nor RS6000_UITRUNC.
2372         * config/sparc/sparc.h: Default SUN_CONVERSION_LIBFUNCS and
2373         SUN_INTEGER_MULTIPLY_64 to 0.
2374         * config/sparc/sol2.h: Redefine SUN_CONVERSION_LIBFUNCS and
2375         SUN_INTEGER_MULTIPLY_64 to 1.
2376         * config/sparc/elf.h: Redefine SUN_CONVERSION_LIBFUNCS and
2377         SUN_INTEGER_MULTIPLY_64 to 0.
2378         * config/sparc/lite.h, config/sparc/liteelf.h, config/sparc/sp86x-elf.h:
2379         Define US_SOFTWARE_GOFAST.
2380         * config/vax/vax.h: Default TARGET_ELF to 0.
2381         * config/vax/elf.h: Redefine TARGET_ELF to 1.
2382
2383         * config/gofast.h: Don't define any macros here.  Provide one
2384         static function, gofast_maybe_init_libfuncs, which does what
2385         INIT_GOFAST_LIBFUNCS used to do but only if US_SOFTWARE_GOFAST
2386         is already defined.  Do not clear negation libfuncs.  Do
2387         not mess with HFmode, XFmode, or TFmode libfuncs.
2388
2389         * config/avr/avr.c (avr_init_once): #if 0 out; mark FIXME.
2390
2391 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2392
2393         PR C/12466
2394         * c-parse.in (parmlist_2): Mark declaration with an ellipsis as ISO C.
2395
2396 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2397
2398         * config/mips/xm-iris5.h: Remove, unnecessary.
2399         * config.build (mips-sgi-irix5*): Remove.
2400         (mips-sgi-irix6*o32): Likewise.
2401         * config.gcc (mips-sgi-irix6*o32): Remove xm_file.
2402         (mips-sgi-irix5cross64): Likewise.
2403         (mips-sgi-irix5*): Likewise.
2404         * config.host (mips-sgi-irix5*): Remove.
2405         (mips-sgi-irix6*o32): Likewise.
2406
2407 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
2408
2409         * dbxout.c (dbxout_fptype_value): Delete.
2410         (dbxout_type): Emit R3 for all COMPLEX_TYPEs.
2411
2412 2003-10-01  Alexandre Oliva  <aoliva@redhat.com>
2413
2414         * output.h (compute_reloc_for_constant): Declare.
2415         * varasm.c (compute_reloc_for_constant): Extract from...
2416         (output_addressed_constants): ... here.  Adjust all callers.
2417
2418 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2419
2420         * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
2421         * configure: Rebuilt.
2422
2423 2003-10-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2424
2425         * fold-const.c (make_range): When handling unsigned, don't reverse
2426         range if high bound is zero.
2427
2428 2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
2429
2430         * config/frv/frv.h (PREDICATE_CODES): Added
2431         condexec_si_media_operator, condexec_sf_add_operator and
2432         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
2433         and condexec_sf_unary_operator.
2434
2435 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2436
2437         * aclocal.m4: Add ultrix* to /dev/zero blacklist.
2438         * configure: Rebuilt.
2439
2440 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2441
2442         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.
2443         Allow override.
2444         * doc/tm.texi (MUST_USE_SJLJ_EXCEPTIONS): Document.
2445
2446 2003-09-23  David S. Miller  <davem@redhat.com>
2447
2448         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
2449         before redefining.
2450         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
2451
2452 2003-10-01  Steven Bosscher  <steven@gcc.gnu.org>
2453
2454         * config/cris/cris-protos.h, config/cris/cris.c: Convert to ISO
2455         C90 function declarations and definitions.
2456
2457 2003-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2458
2459         * config.gcc (cris-*-linux*): Revert mistaken commit.
2460
2461 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2462
2463         PR optimization/11753
2464         * config/sparc/sparc.md (length attribute) [fcc branch]: Add 1 to
2465         the length in the non-V9 case.
2466
2467 2003-09-30  Richard Henderson  <rth@redhat.com>
2468
2469         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor
2470         DWARF_ALT_FRAME_RETURN_COLUMN.
2471         * unwind-dw2.c (dwarf_reg_size_table): Expand by one.
2472         (_Unwind_GetGR, _Unwind_SetGR): Validate lookup column.
2473         (uw_frame_state_for): Return end-of-stack for null return address.
2474         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Add.
2475
2476         * config/alpha/alpha.c (alpha_sa_mask): Add r31 for eh_return.
2477         (alpha_expand_prologue): Store a zero for it.
2478         (alpha_expand_epilogue): Don't reload it.
2479         * config/alpha/alpha.h (DWARF_ALT_FRAME_RETURN_COLUMN): New.
2480         * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Use column 64
2481         for the sigframe return address.
2482
2483 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
2484
2485         * sdbout.c: Convert to ISO C90 prototypes.
2486         * objc/objc-act.c: Likewise.
2487
2488 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
2489
2490         * config/i386/cygwin1.c: Convert to ISO C90 prototypes.
2491         * config/i386/winnt.c: Likewise.
2492         * config/i386/cygming.h: Likewise.
2493
2494 2003-09-30  Kazu Hirata  <kazu@cs.umass.edu>
2495
2496         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
2497         (A ^ B) - B for any B.
2498
2499 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2500
2501         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
2502         powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
2503
2504 2003-09-30  Richard Earnshaw  <rearnsha@arm.com>
2505
2506         * arm/ieee754-sf.S: Tidy formatting.
2507
2508 2003-09-30  Nicolas Pitre  <nico@cam.org>
2509
2510         * arm/lib1funcs.asm (ARM_DIV_MOD_BODY): Split into ARM_DIV_BODY
2511         and ARM_MOD_BODY.
2512         (ARM_MOD_BODY): Rewritten. added clz insns for __ARM_ARCH__ >= 5.
2513         (ARM_DIV_BODY): Added clz insns for __ARM_ARCH__ >= 5,
2514         added better divisor alignment in the other case.
2515         (ARM_DIV2_ORDER): Added, finds the order of a single bit divisor.
2516         (__divsi3, __udivsi3, __modsi3, __umodsi3): rewritten using the
2517         macros above, add fast exits for divisor >= dividend, etc.
2518
2519 2003-09-30  Nicolas Pitre  <nico@cam.org>
2520
2521         * arm/ieee754-df.S: Split compilation of fixunsdfsi from
2522         L_fixdfsi target.
2523         * arm/t-arm-elf (LIB1ASMFUNCS): Add _fixunsdfsi.
2524
2525 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2526
2527         * config.gcc: Default use_fixproto to 'no'.
2528
2529 2003-09-30  Richard Sandiford  <rsandifo@redhat.com>
2530
2531         PR optimization/12345
2532         * config/mips/mips-protos.h (mips_restore_gp): Remove.
2533         (mips_gp_save_slot): Declare.
2534         * config/mips/mips.c (mips_restore_gp): Remove in favor of...
2535         (mips_gp_save_slot): ...this new function.
2536         * config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
2537         and mips_output_move to generate the output template.
2538         (call_internal): Force splitting if TARGET_SPLIT_CALLS.  Don't emit
2539         a gp load after a noreturn call.  Load the gp using a move rather
2540         than an exception_receiver pattern.
2541         (call_value_internal, call_value_multiple_internal): Likewise.
2542         (call_split, call_value_split, call_value_multiple_split): Clobber $28.
2543
2544 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2545
2546         PR debug/12319
2547         * cfglayout.c (insn_scope):  Use prologue_locator and
2548         epilogue_locator; return the outer function scope for
2549         pro- and epilogue insns.
2550
2551 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
2552
2553         * objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
2554         REAL_TYPEs based on the bitsize of the type's mode, not the
2555         mode directly.
2556
2557 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2558
2559         * dwarf2out.c (default_eh_frame_section): Split into ...
2560         (named_section_eh_frame_section, collect2_eh_frame_section): ... new
2561         functions.
2562         * output.h (named_section_eh_frame_section): Declare.
2563         (collect2_eh_frame_section): Likewise.
2564
2565 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
2566
2567         * real.c (real_sqrt): Use get_canonical_qnan directly.
2568
2569         * dwarf2out.c (add_const_value_attribute): Use real_to_target.
2570
2571         * varasm.c (assemble_real): Use real_to_target directly,
2572         calculate the number of significant elements of the result
2573         array and write them out in a loop, instead of using a giant
2574         switch statement to pick the correct REAL_VALUE_TO_TARGET_*
2575         macro.
2576
2577 2003-09-29  Jan Hubicka  <jh@suse.cz>
2578
2579         PR c++/12175
2580         * varasm.c (notice_global_symbol): Discard external symbols.
2581
2582         PR optimization/12286
2583         * gcov-io.c (gcov_read_words): Fix memmove call.
2584         * profile.c (compute_branch_probabilities): Add extra sanity checks.
2585
2586 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2587
2588         * config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
2589         Solaris 7-9.
2590
2591         * fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
2592         wildcards which explicitly match micro versions.
2593         * fixinc/fixincl.x: Regenerate.
2594
2595 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2596
2597         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
2598         (A ^ B) - B, where B is any power of 2 minus 1.
2599
2600 2003-09-29  Jan Hubicka  <jh@suse.cz>
2601
2602         * libgcov.c (gcov_exit): Fix two pastos.
2603
2604 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2605
2606         * config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
2607         define_split immediately below to form define_insn_and_split.
2608
2609 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2610
2611         * config/h8300/h8300.md (*tstsi_variable_bit): New.
2612         (*tstsi_variable_bit_qi): Likewise.
2613
2614 2003-09-28  Phil Edwards  <phil@codesourcery.com>
2615
2616         * doc/cppopts.texi:  Use 'dashMP' instead of '-MP' as a cross-
2617         reference name.
2618
2619 2003-09-28  Richard Henderson  <rth@redhat.com>
2620
2621         * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
2622         file and line separately.
2623
2624 2003-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
2625
2626         * config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
2627         "*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
2628         "*subdi3_borrow_cconly"): New insns.
2629         ("*addsi3_sub", "*subsi3_sub"): Remove.
2630         ("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
2631         ("*subsi3_cc"): Fix op_type attribute.
2632
2633 2003-09-28  Richard Henderson  <rth@redhat.com>
2634
2635         * stmt.c (expand_asm_operands): Take a location_t, instead of
2636         individual file and line.
2637         * c-typeck.c (c_expand_asm_operands): Likewise.
2638         * tree.h (expand_asm_operands): Update decl.
2639         * c-common.h (c_expand_asm_operands): Likewise.
2640         * c-semantics (genrtl_asm_stmt): Update call.
2641
2642 2003-09-28  Philip Blundell  <philb@gnu.org>
2643
2644         * config/arm/arm.c (legitimize_pic_address): Check
2645         SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_CALL_ATTR_P.
2646         (arm_assemble_integer): Likewise.
2647
2648 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
2649
2650         * config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
2651         config/c4x/c4x-c.c, config/c4x/c4x-protos.h, config/c4x/c4x.c,
2652         config/c4x/c4x.h:
2653         Convert to ISO C90 function declarations and definitions.
2654
2655 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
2656
2657         *  config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
2658         Convert to ISO C90 function declarations and definitions.
2659
2660 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2661
2662         * config/mips/mips.c (mips_constant_info): Add reloc field.
2663         (mips_classify_constant): Initialize it.  Always set SYMBOL to the
2664         underlying symbol, not to an unspec.
2665         (mips_delegitimize_address, print_operand): Clean up accordingly.
2666
2667 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2668
2669         * config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
2670         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Remove orphaned comment.
2671         * config/mips/mips.c (mips_reloc_offset_ok_p): New function.
2672         (mips_classify_constant): Use it.
2673         (mips_splittable_symbol_p): Add an offset argument.
2674         (mips_classify_address): Adjust call accordingly.
2675         (mips_legitimize_symbol): Handle sdata references with LO_SUM rather
2676         than a relocation unspec.  Update call to mips_splittable_symbol_p.
2677         Generalize the code that copes with symbols + invalid offsets.
2678         (print_operand): Allow '%R' to be applied to small data addresses.
2679         (mips_reloc_string): Remove RELOC_GPREL16.
2680         (mips_sdata_pointer): Renamed from mips16_gp_pseudo_reg.  Return $gp
2681         for TARGET_EXPLICIT_RELOCS.  Return null if we can't use gp-relative
2682         relocation operators.
2683         * config/mips/mips.md (RELOC_GPREL16): Remove.  Shuffle other reloc
2684         constants accordingly.
2685
2686 2003-09-27  Roger Sayle  <roger@eyesopen.com>
2687
2688         * toplev.c (flag_evaluation_order): New global variable.
2689         * flags.h (flag_evaluation_order): Prototype here.
2690         * expr.c (expand_operands): If we need to preserve observable
2691         evaluation order, protect exp1 from clobbering exp0's result.
2692
2693 2003-09-28  Andreas Jaeger  <aj@suse.de>
2694
2695         * c-decl.c (finish_function): Convert definition to ISO C90.
2696         * ifcvt.c (mark_loop_exit_edges): Likewise.
2697         * ra-rewrite.c (emit_colors): Likewise.
2698
2699 2003-09-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2700
2701         * config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
2702         * config.gcc (arm*-*-uclinux*): Disable fixproto.
2703         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
2704         powerpc-*-eabialtivec*): Disable fixproto.
2705
2706 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2707
2708         PR optimization/12340
2709         * loop.h (struct induction): Document the new semantics
2710         of the 'same' field for bivs.
2711         * unroll.c (biv_total_increment): Don't count the same
2712         biv increment several times.
2713         (loop_iterations) [GENERAL_INDUCT]: Likewise.
2714
2715 2003-09-27  Graham Stott  <graham.stott@btinternet.com>
2716
2717         * unroll.c (loop_interations)[GT]: Add missing break.
2718
2719 2003-09-27  Kelley Cook  <kcook@gcc.gnu.org>
2720
2721         * config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
2722         config/darwin.c, config/darwin.h, config/dbx.h, config/dbxcoff.h,
2723         config/dbxelf.h, config/elfos.h, config/fp-bit.h,
2724         config/freebsd-nthr.h, config/freebsd-spec.h, config/freebsd.h,
2725         config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
2726         config/freebsd6.h, config/netbsd-aout.h, config/netbsd-elf.h,
2727         config/netbsd.h, config/netware.h, config/openbsd-oldgas.h,
2728         config/openbsd.h, config/ptx4.h, config/alpha/alpha-protos.h,
2729         config/alpha/alpha.c, config/alpha/alpha.h, config/alpha/alpha.md,
2730         config/alpha/elf.h, config/alpha/ev4.md, config/alpha/ev5.md,
2731         config/alpha/ev6.md, config/alpha/freebsd.h, config/alpha/linux-elf.h,
2732         config/alpha/linux.h, config/alpha/netbsd.h, config/alpha/openbsd.h,
2733         config/alpha/osf.h, config/alpha/osf5.h, config/alpha/unicosmk.h,
2734         config/alpha/vms-cc.c, config/alpha/vms-crt0-64.c,
2735         config/alpha/vms-crt0.c, config/alpha/vms-dwarf2.asm,
2736         config/alpha/vms-dwarf2eh.asm, config/alpha/vms-ld.c,
2737         config/alpha/vms-psxcrt0-64.c, config/alpha/vms-psxcrt0.c,
2738         config/alpha/vms.h, config/alpha/vms64.h, config/alpha/vms_tramp.asm,
2739         config/alpha/xm-vms.h, config/arc/arc-modes.def,
2740         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
2741         config/arc/arc.md, config/arc/initfini.c, config/arc/lib1funcs.asm,
2742         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
2743         config/avr/avr.md, config/d30v/d30v-protos.h, config/d30v/d30v.h,
2744         config/d30v/d30v.md, config/fr30/fr30-protos.h, config/fr30/fr30.c,
2745         config/fr30/fr30.h, config/fr30/fr30.md, config/fr30/lib1funcs.asm,
2746         config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
2747         config/frv/frv-abi.h, config/frv/frv-asm.h, config/frv/frv-modes.def,
2748         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
2749         config/frv/frv.md, config/frv/frvbegin.c, config/frv/frvend.c,
2750         config/frv/lib1funcs.asm, config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
2751         config/h8300/parityhi2.c, config/h8300/popcounthi2.c,
2752         config/i370/i370-c.c, config/i370/i370-protos.h, config/i370/i370.c,
2753         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
2754         config/i370/mvs.h, config/i370/oe.h, config/i386/darwin.h,
2755         config/i960/i960-c.c, config/i960/i960-coff.h,
2756         config/i960/i960-modes.def, config/i960/i960-protos.h,
2757         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
2758         config/i960/rtems.h, config/ia64/elf.h, config/ia64/ia64.h,
2759         config/m32r/initfini.c, config/m32r/m32r-protos.h, config/m32r/m32r.c,
2760         config/m32r/m32r.h, config/m32r/m32r.md, config/m68hc11/larith.asm,
2761         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
2762         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
2763         config/m68hc11/m68hc12.h, config/m68k/coff.h, config/m68k/crti.s,
2764         config/m68k/crtn.s, config/m68k/hp320.h, config/m68k/hp320base.h,
2765         config/m68k/lb1sf68.asm, config/m68k/linux.h, config/m68k/m68020-elf.h,
2766         config/m68k/m68k-aout.h, config/m68k/m68k-none.h,
2767         config/m68k/m68k-protos.h, config/m68k/m68k.c, config/m68k/m68k.h,
2768         config/m68k/m68k.md, config/m68k/m68kelf.h, config/m68k/m68kv4.h,
2769         config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
2770         config/m68k/rtemself.h, config/m68k/sgs.h, config/mcore/lib1.asm,
2771         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h,
2772         config/mcore/mcore-protos.h, config/mcore/mcore.c,
2773         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
2774         config/mips/elforion.h, config/mips/iris5.h, config/mips/iris6.h,
2775         config/mips/iris6gld.h, config/mips/irix6-libc-compat.c,
2776         config/mips/linux.h, config/mips/mips-protos.h, config/mips/mips.c,
2777         config/mips/mips.h, config/mips/mips.md, config/mips/netbsd.h,
2778         config/mips/openbsd.h, config/mips/r3900.h, config/mips/rtems.h,
2779         config/mips/vr.h, config/mn10300/linux.h,
2780         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
2781         config/mn10300/mn10300.h, config/mn10300/mn10300.md,
2782         config/ns32k/__unorddf2.c, config/ns32k/__unordsf2.c,
2783         config/ns32k/netbsd.h, config/ns32k/ns32k-protos.h,
2784         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/ns32k/ns32k.md,
2785         config/pdp11/2bsd.h, config/pdp11/pdp11-modes.def,
2786         config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
2787         config/pdp11/pdp11.h, config/pdp11/pdp11.md, config/rs6000/biarch64.h,
2788         config/rs6000/default64.h, config/sh/coff.h, config/sh/crt1.asm,
2789         config/sh/crti.asm, config/sh/crtn.asm, config/sh/elf.h,
2790         config/sh/embed-elf.h, config/sh/linux.h, config/sh/little.h,
2791         config/sh/netbsd-elf.h, config/sh/rtems.h, config/sh/rtemself.h,
2792         config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
2793         config/sh/sh.md, config/sh/sh64.h, config/sh/shmedia.h,
2794         config/sh/sshmedia.h, config/sh/ushmedia.h, config/sparc/pbd.h,
2795         config/sparc/sparc.h, doc/install-old.texi, fixinc/fixinc.ptx,
2796         fixinc/fixinc.svr4: GNU CC -> GCC.
2797
2798 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
2799
2800         * objc/objc-act.c (tm_p.h): Tweak order.
2801         * objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H).
2802
2803 2003-09-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2804
2805         * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
2806         Include t-slibgcc-elf-ver and t-linux in tmake_file.
2807         * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
2808         Disable fixproto.
2809         * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
2810         Disable fixproto.
2811         * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
2812         sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.
2813
2814         * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
2815
2816 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
2817
2818         * config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
2819         * objc/objc-act.c (tm_p.h): Include.
2820
2821 2003-09-26  Per Bothner  <pbothner@apple.com>
2822
2823         * dbxout.c (dbxout_typedefs):  Output typedefs in forward order.
2824         No longer any need to reverse by recursion.
2825
2826 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2827             Richard Henderson  <rth@redhat.com>
2828
2829         PR optimization/11741
2830         * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
2831         appropriate set to match that in hash_scan_insn.  Fall back to
2832         the original copy method, if we can't validate changing insn.
2833         (pre_delete): Only delete instructions that have a single_set,
2834         instead of aborting when we encounter an PARALLEL insn with more
2835         then one SET.
2836
2837 2003-09-26  Andreas Krebbel  <krebbel1@de.ibm.com>
2838
2839         * config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted.
2840         ("builtin_longjmp"): Insn deleted.
2841         ("save_stack_nonlocal"): Save literal pool base pointer behind
2842         backchain and stack pointer.
2843         ("restore_stack_nonlocal"): Restore literal pool base pointer.
2844         * config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of
2845         the stack save area for the nonlocal goto case.
2846
2847 2003-09-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2848
2849         PR bootstrap/12358
2850         * pa.c (output_bvb): Fix typo.
2851
2852 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2853
2854         * expmed.c (store_bit_field): Don't search for an integer mode
2855         unless we need the result.
2856
2857 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2858
2859         * expr.c (emit_move_insn_1): If there is no move pattern for the
2860         original mode, try using a pattern for the corresponding integer mode.
2861
2862 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
2863
2864         PR middle-end/9200
2865         * combine.c (if_then_else_cond): Tighten mode check.
2866
2867 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2868
2869         * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
2870         'struct _cpp_strbuf'.
2871
2872         * config/i386/netbsd-elf.h, config/i386/netbsd64.h,
2873         config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
2874         config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
2875         config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
2876         config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
2877         config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
2878         config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
2879         config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
2880         config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
2881         "GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
2882         * config/i386/i386-aout.h, config/i386/i386-coff.h,
2883         config/i386/i386-interix.h, config/i386/i386-interix3.h,
2884         config/i386/i386-modes.def, config/i386/i386-protos.h,
2885         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
2886         config/i386/i386elf.h, config/i386/k6.md, config/i386/kaos-i386.h,
2887         config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h,
2888         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
2889         config/i386/mmintrin.h, config/i386/moss.h: GNU CC -> GCC.
2890         "GNU compiler" -> GCC.
2891         * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h,
2892         config/i386/bsd.h, config/i386/crtdll.h, config/i386/cygming.h,
2893         config/i386/cygwin.h, config/i386/cygwin1.c, config/i386/cygwin2.c,
2894         config/i386/darwin.h, config/i386/djgpp.h, config/i386/emmintrin.h,
2895         config/i386/freebsd-aout.h, config/i386/freebsd.h,
2896         config/i386/freebsd64.h, config/i386/gas.h: GNU CC -> GCC.
2897
2898 2003-09-25  Kelley Cook  <kelleycook@wideopenwest.com>
2899
2900         * cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
2901         "local" to the callgraph dump.  Output "after inlining" earlier.
2902         * cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
2903         callgraph dumps.  Correct misspellings.
2904         (cgraph_decide_inlining):  Output number of insns before inlining.
2905         Output the calling function into which a function is inlined.
2906         (cgraph_decide_small_functions): Format dump file like always_inline.
2907
2908 2003-09-25  Loren James Rittle  <ljrittle@acm.org>
2909
2910         * config/i386/i386.h (ix86_return_in_memory): Add prototype.
2911
2912 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2913
2914         * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
2915         FPR slots in the save area.
2916         (s390_emit_epilogue): Likewise.
2917
2918 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
2919
2920         * cgraph.h (cgraph_remove_edge): Declare.
2921         * cgraph.c (cgraph_remove_edge): Make extern.
2922         * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge
2923         instead of cgraph_remove_call.
2924
2925 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2926
2927         * objc/objc-act.c (gen_declaration_1): Fix printf format.
2928
2929 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
2930
2931         * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the
2932         arm7tdmi core.
2933
2934 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
2935
2936         * config/darwin-protos.h (objc_image_info_section):
2937         New prototype.
2938
2939 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
2940
2941         * Makefile.in (stub-objc.o): Depend on $(GGC_H).
2942
2943 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2944
2945         * config.gcc: Get rid of more gratuitious 'x'es.  Actually allow
2946         tsc701 as a --with-cpu, --with-tune setting for sparc.
2947
2948 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
2949
2950         * c-parse.in (objc_try_stmt): Do not specify a %type.
2951
2952 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2953
2954         * config.gcc: New 'widely ported system' clause for rtems.
2955         Set thread file there, not in individual clauses.
2956
2957 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
2958
2959         PR target/6222
2960         * config/mips/mips.c (mips_va_arg): Handle arguments that must be
2961         passed on the stack.
2962
2963 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2964
2965         * config.gcc (widely ported systems section): Mostly alphabetize
2966         by system.  Comment the case where we can't.
2967         * config.gcc (widely ported systems section): Reindent and clean up.
2968
2969         * config.gcc: Remove some unnecessary uses of 'x' in case statements.
2970         Actually allow ep9312 as an arm --with-arch setting.
2971
2972         * config.gcc (*-hpux11): Disable fixproto.
2973
2974 2003-09-24  Phil Edwards  <phil@codesourcery.com>
2975
2976         PR pch/12112
2977         * gcc/cppfiles.c (pch_open_file): Return based on combined
2978         result of all files.
2979         (validate_pch): Return validate flag for current file.
2980
2981 2003-09-24  Roger Sayle  <roger@eyesopen.com>
2982
2983         PR bootstrap/12358
2984         * fold-const.c (tree_swap_operands_p): Only reorder operands when
2985         one of the operands is constant.
2986
2987 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2988
2989         MERGE OF objc-improvements-branch into MAINLINE:
2990         * Makefile.in (C_OBJS): Add in stub-objc.o.
2991         (c-parse.y): Change sed demarcations to begin with '@@'.
2992         (stub-objc.o): New rule.
2993         * c-common.c (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
2994         flag_replace_objc_classes): New flags.
2995         * c-common.h (RID_AT_THROW, RID_AT_TRY, RID_AT_CATCH, RID_AT_FINALLY,
2996         RID_AT_SYNCHRONIZED): New keywords.
2997         (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
2998         flag_replace_objc_classes): New flags.
2999         (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
3000         objc_comptypes, objc_message_selector, lookup_objc_ivar,
3001         get_current_scope, objc_mark_locals_volatile): New prototypes,
3002         some moved from c-tree.h.
3003         * c-decl.c (get_current_scope, objc_mark_locals_volatile): New functions.
3004         (finish_decl): Adjust where objc_check_decl() gets called.
3005         * c-lang.c (lookup_interface, is_class_name, objc_is_id,  objc_check_decl,
3006         objc_comptypes, objc_message_selector, lookup_objc_ivar): Remove stubs.
3007         * c-opts.c (c_common_handle_option): Add handling for  flag_nil_receivers,
3008         flag_objc_exceptions, flag_replace_objc_classes and flag_zero_link.
3009         * c-parse.in: Replace 'ifc' and 'end ifc' sed markers with '@@ifc' and
3010         '@@end_ifc', respectively.
3011         (AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY, AT_SYNCHRONIZED): New %tokens.
3012         (objc_try_stmt, superclass, class_ivars, objc_try_catch-stmt,
3013         objc_finally_block): New rules.
3014         (component_decl_list2): Clean up semantic action for @defs construct.
3015         (component_decl, c99_block_start): Remove call to add_objc_decls().
3016         (poplevel): Add call to objc_clear_super_receiver().
3017         (stmt): Add rules for @throw, @try..@catch..@finally and @synchronized
3018         constructs.
3019         (classdef, methodprotolist): Clean up/simplify.
3020         (methodprotolist2): Eliminate.
3021         (methodproto): Call add_method() instead of add_class_method() and
3022         add_instance_method().
3023         (receiver): Add TYPENAME production.
3024         (reswords): Add "throw", "try", "catch", "finally" and "synchronized".
3025         (rid_to_yy): Add AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY and
3026         AT_SYNCHRONIZED.
3027         * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
3028         objc_comptypes, objc_message_selector)
3029         * c-typeck.c (comptypes): In ObjC mode, call objc_comptypes() for
3030         struct and pointer types.
3031         (build_c_cast): Do not discard ObjC protocol qualifiers.
3032         (convert_for_assignment): Cache result of comp_target_types() instead
3033         of calling it more than once.
3034         * c.opt (fnext-runtime): Update description string.
3035         (fnil-receivers, fobjc-exceptions, freplace-objc-classes, fzero-link):
3036         New ObjC/ObjC++-specific flags.
3037         * function.h (GCC_FUNCTION_H): Header guard.
3038         * gengtype-lex.l: Teach lexer about new @@... sed demarcations.
3039         * stub-objc.c: New file, to be used to satisfy references to ObjC
3040         functions by the C and C++ front-ends.
3041         * config/darwin.c (_OBJC_IMAGE_INFO): New global metadata.
3042         * config/darwin.h (FUNCTION): Add in_objc_image_info.
3043         (SECTION_FUNCTION): Add objc_image_info_section.
3044         * doc/invoke.texi: Link to GCC web site for Objective-C information.
3045         (-fconstant-string-class): Update documentation.
3046         (-fno-nil-receivers, -fobjc-exceptions, -freplace-objc-classes,
3047         -fzero-link): New documentation.
3048         * objc/Make-lang.in (objc-parse.y): Change sed demarcations to begin
3049         with '@@'.
3050         * objc/lang-specs.h (@objective-c-header): Fix -E spec.
3051         * objc/objc/objc-act.c: Replace TYPE_NAME with OBJC_TYPE_NAME
3052         throughout; provide casts for return values from memory allocation
3053         functions (xmalloc, alloca, ggc_alloc, etc.).
3054         (OBJC_VOID_AT_END): New macro.
3055         (rtl.h): Do not #include any more.
3056         (STRING_OBJECT_GLOBAL_NAME): Replaced with STRING_OBJECT_GLOBAL_FORMAT.
3057         (TAG_MSGSEND_STRET, TAG_MSGSENDSUPER_STRET, TAG_MSGSEND_NONNIL,
3058         TAG_MSGSEND_NONNIL_STRET, TAG_EXCEPTIONEXTRACT, TAG_EXCEPTIONTRYENTER,
3059         TAG_EXCEPTIONTRYEXIT, TAG_EXCEPTIONMATCH, TAG_EXCEPTIONTHROW,
3060         TAG_SYNCENTER, TAG_SYNCEXIT): New NeXT runtime entry points.
3061         (struct val_stack, catch_count_stack, exc_binding_stack,  val_stack_push,
3062         val_stack_pop): New.
3063         (objc_check_decl): Fix precondition for error message, along with
3064         the message itself.
3065         (lookup_and_install_protocols): Remove nonexistent protocols from
3066         protocol list instead of returning error_mark_node.
3067         (create_builtin_decl): Use DECL_ARTIFICIAL only for VAR_DECLs.
3068         (setup_string_decl): Generalize to use STRING_OBJECT_GLOBAL_FORMAT.
3069         (synth_module_prologue): General clean-up; construct NeXT-specific
3070         runtime API prototypes if needed.
3071         (build_string_class_template): Remove.
3072         (check_string_class_template, string_layout_checked): New.
3073         (build_objc_string_object): Generalize to work with
3074         -fconstant-string-class.
3075         (build_objc_symtab_template): Fix layout for the NeXT runtime.
3076         (build_metadata_decl): New.
3077         (forward_declare_categories): Call build_metadata_decl() instead of
3078         create_builtin_decl() et al.
3079         (build_module_descriptor): Use OBJC_VOID_AT_END instead of
3080         void_list_node_1.
3081         (build_selector_reference_decl, build_class_reference_decl,
3082         build_objc_string_decl): Do not set TREE_READONLY.
3083         (get_proto_encoding): Do not call hack_method_prototype().
3084         (get_class_reference): Add failure mode for invalid class names;
3085         support -fzero-link; defer if in an ObjC++ template declaration.
3086         (objc_declare_alias, objc_declare_class): Fix up duplicate name
3087         lookup; check for global scope if in ObjC++.
3088         (is_class_name): Generalize to work with various tree nodes (TYPE_DECL,
3089         RECORD_TYPE, IDENTIFIER_NODE, etc.)
3090         (objc_is_id): Removed.
3091         (objc_is_object_ptr): New function.
3092         (get_class_ivars_from_name): New function, used for @defs construct.
3093         (get_class_ivars): Add option to return raw ivars; create a
3094         ClASS_OWN_IVARS list for each class as needed.
3095         (objc_enter_block, objc_exit_block, objc_declare_variable,
3096         objc_build_throw_stmt, val_stack_push, val_stack_pop,
3097         objc_build_try_enter_fragment, objc_build_extract_expr,
3098         objc_build_try_exit_fragment, objc_build_extract_fragment,
3099         objc_build_try_prologue, objc_build_try_epilogue,
3100         objc_build_catch_stmt, objc_build_catch_epilogue,
3101         objc_build_finally_prologue, objc_build_finally_epilogue,
3102         objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
3103         objc_build_synchronized_epilogue, build_objc_exception_stuff):
3104         New functions.
3105         (_JBLEN): _setjmp jmpbuf size (needs to be made a target hook in
3106         the future).
3107         (build_private_template): Fix up calls to get_class_ivars().
3108         (offset_is_register, forwarding_offset): Remove.
3109         (objc_method_parm_type, objc_encoded_type_size): New functions.
3110         (encode_method_prototype): Simplify to no longer depend on
3111         back-end information.
3112         (build_tmp_function_decl_xxx, build_tmp_function_decl,
3113         hack_method_prototype): Removed.
3114         (generate_protocol_references): Remove calls to
3115         build_tmp_function_decl().
3116         (generate_protocols): Adjust calls to encode_method_prototype().
3117         (build_class_template): Generate sel_id' and 'gc_object_type' fields
3118         for the NeXT runtime.
3119         (synth_forward_declarations): Call build_metadata_decl().
3120         (check_ivars): Check that the number of ivars matches also.
3121         (build_super_template): Modify super_type directly; disable debugging
3122         output while generating decl.
3123         (build_ivar_list_initializer): Skip list elements that are not
3124         FIELD_DECLs.
3125         (ivar_list_length): New function.
3126         (generate_ivar_lists): Call ivar_list_length() instead of list_length()
3127         and encode_method_prototype() instead of encode_method_def().
3128         (build_shared_structure_initializer): Generate 'sel_id' field for
3129         the NeXT runtime.
3130         (generate_category): Do not set TREE_USED.
3131         (build_keyword_selector): Ditto; transform into a function argument
3132         chain.
3133         (get_arg_type_list): If there are no user-specified arguments, use
3134         '...'; use OBJC_VOID_AT_END.
3135         (check_duplicates): Add a parameter indicating whether methods or
3136         selectors are being checked.
3137         (receiver_is_class_object): Add parameters indicating whether
3138         receiver is 'self' or 'super'; robustify.
3139         (build_message_expr): Defer call to finish_message_expr() if
3140         inside an ObjC++ template.
3141         (lookup_method_in_hash_lists): New function.
3142         (finish_message_expr): Complete rewrite/fix.
3143         (build_objc_method_call): Ditto; factor out commonalities between
3144         the GNU and NeXT runtimes; acccommodate ..._stret and ...NonNil
3145         messenger variants on the NeXT.
3146         (lookup_instance_method_static, lookup_class_method_static):
3147         Fold into a single lookup_method_static() function with an
3148         additional parameter.
3149         (add_class_method, add_instance_method): Fold into a single
3150         add_method() function with an additional parameter.
3151         (add_category): Make duplicate categories a hard error in ObjC++.
3152         (add_instance_variable): Properly handle unnamed ivars, arrays of
3153         zero or no size and bitfields.  In ObjC++, check for nontrivial
3154         C++ class instances.
3155         (is_public): Allow C functions to access non-@public ivars, with
3156         a warning.
3157         (start_class): Move common initializations to
3158         synth_module_prologue(); check for global scope if in ObjC++.
3159         (continue_class): Fix calls to finish_struct().
3160         (objc_declare_protocols, start_protocol): Check for global scope
3161         if in ObjC++.
3162         (encode_pointer): Encode 'BOOL *' specially on the NeXT.
3163         (encode_aggregate_within): Rewrite to properly distinguish
3164         struct tags from typedefs in both ObjC and ObjC++.
3165         (encode_bitfield, encode_complete_bitfield): Remove.
3166         (encode_next_bitfield, encode_gnu_bitfield): New functions.
3167         (encode_field_decl): Call encode_next_bitfield() or
3168         encode_gnu_bitfield() as needed.
3169         (synth_self_and_ucmd_args): New function.
3170         (start_method_def): Use it.
3171         (objc_types_are_equivalent): New function.
3172         (comp_proto_with_proto): Use it instead of comptypes(), since
3173         we need symmetry.
3174         (really_start_method): Use lookup_method_static() instead of
3175         lookup_class_method_static() and lookup_instance_method_static();
3176         Emit 'extern "C"' if in ObjC++ mode.
3177         (add_objc_decls): Removed.
3178         (UOBJC_SUPER_scope): New variable.
3179         (get_super_receiver): Move construction of 'super' from
3180         add_objc_decls(); remove dependency on struct objc_class.
3181         (encode_method_def): Removed; encode_method_prototype() is
3182         used instead.
3183         (objc_clear_super_receiver): New function.
3184         (objc_expand_function_end): Do not do anything for ordinary
3185         C functions.
3186         (finish_method_def): Mark ObjC methods as un-inlinable.
3187         (gen_declaration_1): Emit widths of bitfields.
3188         (finish_objc): Call generate_objc_image_info() if needed;
3189         use check_duplicates() when checking for selector duplicates.
3190         (generate_objc_image_info): New function.
3191         * objc/objc-act.h (add_instance_method, add_class_method,
3192         get_class_ivars): Remove prototypes.
3193         (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
3194         objc_build_synchronized_prologue, objc_build_synchronized_epilogue,
3195         objc_build_catch_stmt, objc_build_catch_epilogue,
3196         objc_build_finally_prologue, objc_build_finally_epilogue,
3197         add_method, get_class_ivars_from_name): New prototypes.
3198         (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): New.
3199         (TYPE_PROTOCOL_LIST): Robustify to distinguish from
3200         TRANSLATION_UNIT_DECLs.
3201         (OBJC_TYPE_NAME): New.
3202         (objc_tree_code): Ensure that either <c-tree.h> or <cp/cp-tree.h>
3203         got included.
3204         (IS_SUPER): Robustify.
3205         (umsg_stret_decl, umsg_super_stret_decl, umsg_nonnil_decl,
3206         umsg_nonnil_stret_decl, objc_storage_class, objc_exception_extract_decl,
3207         objc_exception_try_enter_decl, objc_exception_try_exit_decl,
3208         objc_exception_match_decl, objc_exception_throw_decl,
3209         objc_sync_enter_decl, objc_sync_exit_decl, objc_exception_data_template,
3210         objc_setjmp_decl, objc_stack_exception_data, objc_caught_exception,
3211         objc_rethrow_exception, objc_eval_once, objc_exception_block_stack,
3212         objc_catch_type): New ObjC/ObjC++ roots.
3213         * objc/objc-tree.def (MESSAGE_SEND_EXPR, CLASS_REFERENCE_EXPR): New
3214         ObjC/ObjC++ tree node codes.
3215
3216 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
3217
3218         * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
3219         code path that calls a handler.
3220
3221 2003-09-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3222
3223         * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
3224         Disable fixproto.
3225
3226         * config.gcc: Clean up and reindent $with_cpu=yes|no clause and
3227         the section giving $with_cpu defaults by target.
3228
3229         * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
3230         arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
3231         rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
3232         rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
3233         rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
3234         i[34567]86-pc-msdosdjgpp*): Disable fixproto.
3235
3236 2003-09-24  David Edelsohn  <edelsohn@gnu.org>
3237
3238         * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
3239         together.  Protect load string instruction with TARGET_STRING.
3240         (movti_string): Collapse case 1 and 2 together.
3241
3242 2003-09-24  Nathan Sidwell  <nathan@codesourcery.com>
3243
3244         * c-common.c (c_common_type_for_mode): Check for VOIDmode.
3245
3246 2003-09-24  Richard Earnshaw  <rearnsha@arm.com>
3247
3248         * arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
3249         do...while(0)
3250
3251 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3252
3253         * config.gcc: Move use_fixproto=no from generic vxworks clause to
3254         specific one.
3255
3256         * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
3257         (accidentally missed in last pass).
3258
3259 2003-09-23  Andrew Pinski  <apinski@apple.com>
3260
3261         PR bootstrap/12383
3262         * configure: Regenerate.
3263
3264 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3265
3266         * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
3267         missed in last pass).
3268
3269 2003-09-23  Alexandre Oliva  <aoliva@redhat.com>
3270
3271         * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
3272         constant.
3273
3274 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3275
3276         * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
3277
3278         * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
3279         powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
3280         powerpcle-*-eabi*): Disable fixproto.
3281
3282         * config.gcc: Move use_fixproto=no from generic FreeBSD clause to
3283         specific FreeBSD clauses.
3284         * config.gcc: Move use_fixproto=no from generic NetBSD clause to
3285         specific NetBSD clauses.
3286         * config.gcc: Move use_fixproto=no from generic OpenBSD clause
3287         to specific OpenBSD clauses.
3288
3289 2003-09-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3290
3291         * pa.c (hppa_expand_prologue): Do pic register save in frame marker
3292         without adding a frame note.
3293         * pa.md (allocate_stack): Save pic register in new frame marker when
3294         generating pic code.
3295
3296 2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>
3297
3298         * cgraphunit.c (cgraph_expand_all_functions): Renamed from
3299         cgraph_expand_functions.
3300
3301 2003-09-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3302
3303         * Makefile.in (gnucompare*): Merge into ...
3304         (slowcompare*): ... here.
3305         (fastcompare*): New targets.
3306         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for
3307         other "fast" cmp programs.
3308         * configure: Regenerate.
3309
3310 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3311
3312         * targhooks.c: Include output.h.
3313         * Makefile.in (targhooks.o): Add output.h to dependency list.
3314
3315 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3316
3317         * config.host: Removed superfluous newline.
3318
3319 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3320
3321         * config.gcc: Use ${target}, not $machine.
3322         * configure.in: Don't set $machine.
3323         * configure: Regenerate.
3324
3325 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
3326
3327         * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
3328
3329         * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
3330         pass zero-size arrays by reference.
3331         (rs6000_va_arg): Likewise.
3332
3333 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3334
3335         * config.gcc: Set use_fixproto=no in each specific *-gnu*
3336         configuration, rather than the generic one.
3337
3338 2003-09-23  Richard Henderson  <rth@redhat.com>
3339
3340         * tree-inline.c (remap_save_expr): Map new save_expr to identity
3341         rather than to error_mark_node.
3342
3343 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3344
3345         * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
3346         Update description.
3347         * configure: Regenerate.
3348         * config.in: Likewise.
3349         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
3350         HAVE_GAS_SHF_MERGE value.
3351         * varasm.c (mergeable_string_section): Likewise.
3352         (mergeable_constant_section): Likewise.
3353
3354 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3355
3356         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
3357         value.
3358
3359 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3360
3361         * target.h (struct gcc_target): New member external_libcall.
3362         * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default.
3363         (TARGET_ASM_OUT): Use it.
3364         * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document.
3365         * targhooks.c: Convert to ISO C 90.
3366         (default_external_libcall): New function.
3367         * targhooks.h (default_external_libcall): Declare.
3368         * varasm.c (assemble_external_libcall): Use
3369         targetm.asm_out.external_libcall instead of
3370         ASM_OUTPUT_EXTERNAL_LIBCALL.
3371         * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6]
3372         (mips_output_external_libcall): Declare.
3373         * config/mips/mips.c (mips_output_external_libcall): Change
3374         definition guard.
3375         Change to match TARGET_ASM_EXTERNAL_LIBCALL.
3376         Only operate for O32 ABI.
3377         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define
3378         instead of ASM_OUTPUT_EXTERNAL_LIBCALL.
3379         * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef,
3380         superceded by TARGET_ASM_EXTERNAL_LIBCALL.
3381
3382 2003-09-22  Nathnael Nerode  <neroden@gcc.gnu.org>
3383
3384         * config.gcc: Do per-target disabling of fixproto here in clauses,
3385         not in t- fragments.
3386         * configure.in: Adjust to set STMP_FIXPROTO correctly.
3387         * configure: Regenerate.
3388         * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
3389         config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
3390         t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
3391         xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
3392         * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
3393         t-interix, t-linux-aout:  Delete files consisting only of
3394         setting of STMP_FIXPROTO.
3395
3396         * config.host: Allow unknown hosts (not targets).  Allow
3397         ns32k-*-netbsdelf* as a host (not a target).  Remove redundant
3398         empty clauses.  Remove useless obsolete-configuration clause.
3399         Prune unsupported configuration list.  Collapse identical
3400         clauses for closely related systems.  Rewrite comment for
3401         unsupported hosts list.  Reorganize a little.
3402
3403 2003-09-22  Richard Henderson  <rth@redhat.com>
3404
3405         * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
3406         not precision.
3407
3408 2003-09-22  David Edelsohn  <edelsohn@gnu.org>
3409             Hartmut Penner  <hpenner@de.ibm.com>
3410             Segher Boessenkool  <boessen@de.ibm.com>
3411
3412         * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
3413         (gpr_or_gpr_p): Test INT_REGNO_P and convert to boolean.
3414         (rs6000_split_altivec_in_gprs): Rename to ...
3415         (rs6000_split_multireg_move): Add support for update addressing.
3416         * config/rs6000/rs6000-protos.h: Same.
3417         * config/rs6000/altivec.md: Same.
3418         * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for
3419         multiple GPRs.
3420         (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition.
3421         (movti_power): Use new splitter for multiple GPRs.
3422         (movti_string): Same.
3423         (movti_ppc64): Same.
3424
3425 2003-09-22  Bob Wilson  <bob.wilson@acm.org>
3426
3427         * config/xtensa/xtensa-protos.h: Convert to ISO C90.
3428         * config/xtensa/xtensa.c: Convert to ISO C90.  Minor formatting fixes.
3429
3430 2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
3431
3432         * config/mn10300/mn10300.md: Revert 2003-09-17's patch.
3433         (andsi3): Set attr cc to set_zn when using shifts or adds.
3434
3435 2003-09-22  Bernardo Innocenti <bernie@develer.com>
3436
3437         * doc/contrib.texi: Add Peter Barada, Paul Dale and myself.
3438
3439 2003-09-22  Bernardo Innocenti  <bernie@develer.com>
3440
3441         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
3442         Resurrect -mrtd option.
3443
3444 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
3445
3446         PR target/12281
3447         * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call
3448         mark_referenced instead of setting TREE_SYMBOL_REFERENCED.
3449
3450 2003-09-22  Olivier Hainque  <hainque@act-europe.fr>
3451
3452         PR target/9786
3453         * reg-stack.c (convert_regs_1): Purge possible dead eh edges
3454         after potential deletion of trapping insn. Avoids later ICE
3455         from call to fixup_abnormal_edges.
3456         (convert_regs_2): Stack the current block successors before
3457         processing this block, that is, before the potential deletion of
3458         dead edges by convert_regs_1, because these edges have been used
3459         to initialize the predecessors count.
3460
3461 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3462
3463         * real.c: Fix several nits in the head comment.
3464
3465 2003-09-21  Richard Henderson  <rth@redhat.com>
3466
3467         * tree.h c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
3468         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
3469         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
3470         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
3471         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Revert.
3472
3473 2003-09-21  Richard Henderson  <rth@redhat.com>
3474
3475         * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
3476         (TREE_FILENAME, TREE_LINENO): Likewise.
3477         (set_tree_locus, copy_tree_locus, set_tree_file_line): New.
3478         (TREE_LOCUS_SET_P): New.
3479         * c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
3480         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
3481         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
3482         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
3483         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match.
3484
3485 2003-09-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3486
3487         * config/vax/vax-protos.h: Convert to ISO C90.
3488         * config/vax/vax.c: Convert to ISO C90.
3489
3490 2003-09-21  Graham Stott  <grahams@btinternet.com>
3491
3492        PR target/12353
3493        * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
3494
3495 2003-09-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3496
3497         PR target/12301
3498         * reorg.c (stop_search_p): Return 1 for insns that can
3499         throw internally.
3500
3501 2003-09-20  Richard Henderson  <rth@redhat.com>
3502
3503         * c-format.c (gcc_diag_char_table): Add %J.
3504         (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Likewise.
3505         (check_format_types): Fix wanted_type name lookup.
3506         (init_dynamic_diag_info): Setup %J.
3507         * diagnostic.c (text_specifies_location): Implement %J.
3508         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c, calls.c,
3509         dwarfout.c, expr.c, function.c, stmt.c, stor-layout.c, toplev.c,
3510         tree-inline.c, tree-optimize.c, varasm.c, config/arm/pe.c,
3511         config/i386/winnt.c, config/ia64/ia64.c, config/mcore/mcore.c,
3512         config/v850/v850.c, objc/objc-act.c: Use %J in diagnostics.
3513
3514         * tree-inline.c: Include intl.h
3515         (inline_forbidden_p_1): Fix i18n of inline_forbidden_reason.
3516         * Makefile.in (tree-inline.o): Update.
3517
3518 2003-09-20  Roger Sayle  <roger@eyesopen.com>
3519
3520         * config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
3521         transformation of a>=0 into (unsigned)a<0x80000000.
3522
3523 2003-09-20  Andrew Pinski <apinski@apple.com>
3524
3525         * config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.
3526
3527 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3528
3529         * Makefile.in: Don't set (unused) DLLTOOL.
3530
3531         * config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
3532         Remove obsolete references to ENQUIRE.
3533
3534 2003-09-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3535
3536         * configure.in: Remove --with-elf, which doesn't work.
3537         * configure: Regenerate.
3538         * config.gcc: Remove references to $elf, which does nothing.
3539
3540         * config/i386/xm-vsta.h: Remove xm-file believed useless.
3541         * config.build (i386-vsta): Remove reference to it.
3542         * config.host (i386-vsta): Remove reference to it.
3543
3544 2003-09-19  Phil Edwards  <phil@codesourcery.com>
3545
3546         * doc/install.texi:  Document the multiple testsuite options.
3547
3548 2003-09-19  Gerald Pfeifer  <gerald@pfeifer.com>
3549
3550         * doc/install.texi (Specific): Add the specific versions of GCC
3551         where support for FreeBSD 1, HP-UX version 9 and older, and AIX
3552         version 3 and older was discontinued.
3553
3554 2003-09-19      Joel Sherrill <joel@oarcorp.com>
3555
3556         * config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to
3557         68881.
3558
3559 2003-09-19  Bernardo Innocenti  <bernie@develer.com>
3560
3561         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines
3562         for -m68030, -m68020-60 and -m68020-40.
3563         * config/m68k/m68k.h (TARGET_68030): New target flag.
3564         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, MASK_REGPARM,
3565         TARGET_REGPARM): Remove.
3566         * config/m68k/m68k.h: Regroup and renumber target flags.
3567         * config/m68k/m68k.h (TARGET_SWITCHES): Fix some tabulations.
3568         * config/m68k/m68k.h (RETURN_POPS_ARGS): Always evaluate to 0.
3569         * config/m68k/m68k.h (FUNCTION_ARG): Likewise.
3570         * config/m68k/m68k.h (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
3571         * config/m68k/m68k-none.h: Use MASK_xxx values in M68K_CPU_xxx macros.
3572
3573 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3574
3575         * config/m68k/t-rtems (m68k-*-rtems*): New.
3576         * config.gcc: Use config/m68k/t-rtems.
3577
3578 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3579
3580         * config/mips/t-rtems: New.
3581         * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems.
3582
3583 2003-09-19  Kelley Cook  <kelleycook@wideopenwest.com>
3584
3585         * cgraph.c: Fix typo in debugging output.
3586
3587 2003-09-19  T. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3588             Eric Botcazou <ebotcazou@libertysurf.fr>
3589
3590         PR target/12166
3591         * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1.
3592
3593 2003-09-18  Mike Stump  <mrs@apple.com>
3594
3595         * c-ppoutput.c (print):  Use fileline typedef for field 'line'.
3596         (print_line, maybe_print_line, cb_define, cb_undef, cb_include,
3597         cb_ident, cb_def_pragma):  Use fileline typedef.
3598         * cpphash.h (struct cpp_reader):  Likewise for field out.first_line.
3599
3600 2003-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
3601
3602         * config/i386/winnt.c (gen_stdcall_suffix): Quit summation of
3603         total parm size if a parm has incomplete type.
3604         (gen_fastcall_suffix): Likewise.
3605
3606 2003-09-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3607
3608         * except.c (output_function_exception_table): Adjust last change
3609         to handle TYPE of INTEGER_CST.
3610
3611 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
3612
3613         PR target/11184
3614         * builtins.c (expand_builtin_apply): Use convert_memory_address
3615         before returning the value.
3616
3617         * alias.c (find_base_value): Simplify use of
3618         convert_memory_address.
3619         (find_base_term): Likewise.
3620         * builtins.c (expand_builtin_stejmp_setup): Likewise.
3621         (expand_builtin_longjmp): Likewise.
3622         (expand_builtin_prefetch): Likewise.
3623         (get_memory_rtx): Likewise.
3624         (expand_builtin_return): Likewise.
3625         (expand_builtin_memcpy): Likewise.
3626         (expand_builtin_strncpy): Likewise.
3627         (expand_builtin_memset): Likewise.
3628         (expand_builtin_va_arg): Likewise.
3629         (expand_builtin_va_copy): Likewise.
3630         (expand_builtin_alloca): Likewise.
3631         * calls.c (expand_call): Likewise.
3632         * except.c (expand_builtin_extract_return_addr): Likewise.
3633         (expand_builtin_eh_return): Likewise.
3634         * explow.c (convert_memory_address): Define even when
3635         POINTER_EXTEND_UNSIGNED is not defined.  Do nothing if the address
3636         is already in the right mode.
3637         * explow.c (memory_address): Simplify use of convert_memory_address.
3638         (probe_stack_range): Likewise.
3639         * expmed.c (make_tree): Likewise.
3640         * expr.c (emit_block_move_in_libcall): Likewise.
3641         (expand_assignment): Likewise.
3642         (expand_expr): Likewise.
3643         * function.c (assign_parms): Likewise.
3644         (expand_function_end): Likewise.
3645         * integrate.c (copy_rtx_and_substitute): Likewise.
3646         * stmt.c (expand_computed_goto): Likewise.
3647
3648 2003-09-18  Roger Sayle  <roger@eyesopen.com>
3649
3650         * simplify-rtx.c (simplify_unary_operation): Only transform
3651         (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE
3652         is -1.  RTL "not" is a bit-wise not, "~", not a logical not "!".
3653
3654 2003-09-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3655
3656         PR target/11674
3657         * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.
3658
3659 2003-09-18  Roger Sayle  <roger@eyesopen.com>
3660
3661         * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
3662         PARITY_EXPR): Delete unused tree codes.
3663         * c-common.c (c_common_truthvalue_conversion): Delete references
3664         to FFS_EXPR and POPCOUNT_EXPR.
3665         * c-pretty-print.c (pp_c_postfix_expression): Remove FFS_EXPR.
3666         (pp_c_expression): Likewise.
3667         * expr.c (expand_expr): Delete RTL expansion of FFS_EXPR, CLZ_EXPR,
3668         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.
3669         * fold-const.c (tree_expr_nonnegative_p): Remove FFS_EXPR, CLZ_EXPR,
3670         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.  Add support for calls to
3671         BUILT_IN_FFS, BUILT_IN_PARITY and BUILT_IN_POPCOUNT and their long
3672         and long long variants.
3673
3674 2003-09-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3675
3676         * c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
3677         * c-pretty-print.c: Fix formatting.
3678         (pp_c_integer_constant): Append type annotation to literals.  Tidy.
3679         (pp_c_type_specifier): Tidy.
3680         (pp_c_compound_literal): New function.
3681         (pp_c_initializer): Simplify..
3682         (pp_c_initializer_list): Likewise.
3683         (pp_c_brace_enclosed_initializer_list): New function.
3684         (pp_c_postfix_expression): Simplify.
3685
3686 2003-09-17  Alexandre Oliva  <aoliva@redhat.com>
3687
3688         * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
3689         one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
3690
3691 2003-09-17  Richard Henderson  <rth@redhat.com>
3692
3693         * tree-optimize.c (tree_rest_of_compilation): Save and restore
3694         input_location.
3695
3696 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3697
3698         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
3699
3700 2003-09-17  Richard Henderson  <rth@redhat.com>
3701
3702         * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
3703
3704 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3705
3706         * configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
3707         * configure: Regenerate.
3708
3709 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
3710
3711         PR debug/12066
3712         * dbxout.c (dbxout_init): Use a langhook to find builtin types.
3713         * langhooks-def.h (lhd_return_null_tree_v): New function.
3714         (LANG_HOOKS_BUILTIN_TYPE_DECLS): New macro.
3715         (LANG_HOOKS_DECLS): Add it to the intializer.
3716         * langhooks.c (lhd_return_null_tree_v): New function.
3717         * langhooks.h (lang_hooks_for_decls): Add builtin_type_decls.
3718
3719 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3720
3721         * configure.in: Quote gcc_config_arguments for configargs.h.
3722         * configure: Regenerated.
3723         * gccbug.in: Don't shell-expand gcc_config_arguments.
3724
3725 2003-09-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3726
3727         PR c++/11357
3728         * c-pretty-print.c (pp_c_floating_constant): Append
3729         type-annotation to floating constants.
3730
3731 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3732
3733         * config/mips/iris5.h (TARGET_OS_CPP_BUILTINS): Define _LONGLONG.
3734         Define _ABIO32.
3735         Use it for _MIPS_SIM.
3736         * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
3737
3738         * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
3739         Moved ...
3740         * config/mips/iris5.h (SUBTARGET_ASM_OPTIMIZING_SPEC): ... here,
3741         updating comment.
3742         Fixes PR target/10190.
3743
3744 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3745
3746         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
3747         to shared libraries.
3748
3749 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3750
3751         PR optimization/11646
3752         * cfgrtl.c (purge_dead_edges) [JUMP_INSN]: Rematerialize the
3753         EDGE_ABNORMAL flag for EH edges.
3754         * toplev.c (rest_of_handle_cse): Delete unreachable blocks
3755         if dead edges were purged.
3756
3757 2003-09-16  Bernardo Innocenti  <bernie@develer.com>
3758
3759         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.
3760         * config/m68k/m68k-none.h (CPP_CPU_DEFAULT_SPEC): Kill all definitions.
3761         * config/m68k/m68k-none.h (CPP_FPU_SPEC): Remove.
3762         * config/m68k/m68k-none.h (CPP_SPEC): Likewise.
3763
3764 2003-09-16  Ian Lance Taylor  <ian@wasabisystems.com>
3765
3766         * cfgcleanup.c (label_is_jump_target_p): Correct use of table
3767         returned by tablejump_p.
3768
3769 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
3770
3771         * dwarf2asm.c (dw2_asm_output_nstring): Add comment.
3772
3773 2003-09-16  Roger Sayle  <roger@eyesopen.com>
3774
3775         PR bootstrap/12269
3776         * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode
3777         argument to be VOIDmode, taking the mode of the comparison from
3778         the operands.  Only call simplify_relational_operation if we
3779         know the mode of the comparison.  Honor FLOAT_STORE_FLAG_VALUE
3780         if comparison has a floating point result.  Ensure that the
3781         result is always of the specified mode.
3782         (simplify_replace_rtx): Simplify call to simplify_gen_relational.
3783         (simplify_unary_operation): Ensure the correct mode and cmp_mode
3784         are always passed to simplify_gen_relational.  Simplify NOT of
3785         comparison operator in any mode, not just BImode.
3786         (simplify_ternary_operation): Correct tests on the return value
3787         of simplify_relational_operation to use const_true_rtx, not
3788         const1_rtx.  Abort if it ever returns a non-constant result.
3789
3790         * cfgloopanal.c (count_strange_loop_iterations): Use the function
3791         simplify_relational_operation, not simplify_gen_relational, if
3792         we're only interested in constant comparisons and will ignore
3793         non-constant results.
3794
3795 2003-09-16  Roger Sayle  <roger@eyesopen.com>
3796
3797         * fold-const.c (tree_swap_operands_p): New function to determine
3798         the prefered ordering of operands.
3799         (fold): Numerous clean-ups.  Use tree_swap_operands_p when swapping
3800         operands to commutative, comparison or ternary operators.  Replace
3801         uses of TREE_SET_CODE with recursive call to fold.  Remove duplicate
3802         transformation of A ? B : C into !A ? C : B.
3803
3804 2003-09-16  Jakub Jelinek  <jakub@redhat.com>
3805
3806         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3807         * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3808         * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3809         * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3810         * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3811         * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3812         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3813         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3814
3815 2003-09-16  Jason Merrill  <jason@redhat.com>
3816             Jakub Jelinek  <jakub@redhat.com>
3817
3818         * c-common.c (handle_warn_unused_result_attribute): New function.
3819         (c_common_attribute_table): Add warn_unused_result.
3820         (c_expand_expr): Issue warning when result of inlined function
3821         with warn_unused_result attribute is ignored.
3822         * calls.c (expand_call): Issue warning when result of function
3823         with warn_unused_result attribute is ignored.
3824         * c-common.h (STMT_EXPR_WARN_UNUSED_RESULT): Define.
3825         * expr.c (expr_wfl_stack): Define.
3826         (expand_expr) <case EXPR_WITH_FILE_LOCATION>: If ignore,
3827         pass const0_rtx as target.  Chain locations into expr_wfl_stack.
3828         * tree-inline.c (expand_call_inline): Set STMT_EXPR_WARN_UNUSED_RESULT
3829         bit if inlined function has warn_unused_result attribute.
3830         * input.h (expr_wfl_stack): Declare.
3831         * doc/extend.texi: Document warn_unused_result attribute.
3832
3833 2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
3834
3835         * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
3836
3837 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
3838
3839         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
3840         ATTRIBUTE_UNUSED.
3841         (call_insn_operand): For PIC, don't allow a direct call to a
3842         function in a different section than the current one.
3843
3844 2003-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3845
3846         * doc/invoke.texi (Warning Options): Add missing hyphen before
3847         "Wimport".  Change "-Wno-endif-labels" to "-Wendif-labels".
3848         Move "-Wold-style-definition" to the C-only section.
3849         Fix the ordering of the warning options.
3850
3851 2003-09-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3852             Jeff Law  <law@redhat.com>
3853
3854         * gcse.c (remove_reachable_equiv_notes): New.
3855         replace_store_insn): Call it.  Update antic list.
3856         (store_killed_in_insn): Take REG_EQUAL notes into account.
3857         (build_store_vectors, delete_store): Add parameter to
3858         replace_store_insn call.
3859
3860 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
3861
3862         * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND_P): Use
3863         SYMBOL_REF_LOCAL_P.
3864
3865 2003-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3866
3867         * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
3868         (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
3869         * config/ia64/ia64.c (ia64_hpux_function_arg_padding):
3870         Likewise.
3871         * config/m68hc11/m68hc11.c (m68hc11_function_arg_padding):
3872         Likewise.
3873         * config/rs6000/rs6000.c (function_arg_padding): Likewise.
3874         * config/sparc/sparc.c (function_arg_padding): Likewise.
3875
3876 2003-09-15  Vladimir Makarov  <vmakarov@redhat.com>
3877
3878         * haifa-sched.c (schedule_block): Use ready_remove_first instead
3879         of choose_ready for non-dfa insn scheduling.
3880
3881 2003-09-15  Andreas Jaeger  <aj@suse.de>
3882             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3883
3884         * doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
3885         * c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
3886         * c-parse.in: Warn about old-style parameter definition.
3887         * c-common.c: Define warn_old_style_defintion.
3888         * c-common.h: Declare it.
3889         * c.opt: Add Wold-style-defintion.
3890
3891 2003-09-15  Andreas Jaeger  <aj@suse.de>
3892
3893         * config/rs6000/altivec.h: Convert () prototypes to ISO C90.
3894         * config/rs6000/rs6000.c: Likewise.
3895
3896 2003-09-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3897
3898         PR optimization/10914
3899         * expr.h (get_condition, canonicalize_condition): Declaration changed.
3900         * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
3901         and canonicalize_condition calls.
3902         * gcse.c (fis_get_condition, delete_null_pointer_checks_1,
3903         delete_null_pointer_checks): Ditto.
3904         * ifcvt.c (noce_get_alt_condition, noce_get_condition): Ditto.
3905         * predict.c (estimate_probability, expected_value_to_br_prob): Ditto.
3906         * loop.c (check_dbra_loop, get_condition_for_loop): Ditto.
3907         (canonicalize_condition, get_condition): Allow to return comparisons
3908         of cc mode registers.
3909         * loop-unswitch.c (may_unswitch_on_p, unswitch_single_loop): Allow
3910         cc mode registers comparison in condition.
3911
3912 2003-09-12  Mark Mitchell  <mark@codesourcery.com>
3913
3914         * coverage.c (create_coverage): Do not call pushlevel/poplevel.
3915         * langhooks-def.h (lhd_do_nothing_iii_return_null_tree): New
3916         function.
3917         * langhooks.c (lhd_do_nothing_iii_return_null_tree): Define it.
3918
3919 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3920
3921         * combine.c (simplify_comparison): Convert
3922         (ne (and (lshiftrt (xor X CST) Y) 1) 0) into
3923         (eq (and (lshiftrt X Y) 1) 0).
3924
3925 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3926
3927         * alias.c: Follow spelling conventions.
3928         * cpphash.h: Likewise.
3929         * fold-const.c: Likewise.
3930
3931 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
3932
3933         * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.
3934         * c-lex.c (cb_line_change): Skip line changing whenever
3935         c-ppoutput.c would.
3936
3937 2003-09-14  Steven Bosscher  <steven@gcc.gnu.org>
3938
3939         * ra.c: Convert to ISO C90 prototypes.
3940         * ra-build.c: Likewise.
3941         * ra-colorize.c: Likewise.
3942         * ra-debug.c: Likewise.
3943         * ra-rewrite.c: Likewise.
3944
3945 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3946
3947         * Makefile.in (%.dvi): Remove excess $(docdir).
3948
3949 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3950
3951         * function.c (STACK_BYTES): Move definition to head of file.
3952         (assign_parms): Don't pass current_function_pretend_args_size
3953         directly to SETUP_INCOMING_VARARGS.  For partial register arguments,
3954         round current_function_pretend_args_size up to STACK_BYTES.  Skip any
3955         excess before laying out the argument.
3956
3957 2003-09-14  Andreas Jaeger  <aj@suse.de>
3958
3959         * objc/objc-act.c: Convert to ISO C90 prototypes.
3960         * objc/objc-act.h: Likewise.
3961
3962 2003-09-14  Olaf Hering  <olh@suse.de>
3963
3964         * config/rs6000/rs6000.c: Fix typo: Remove extra ')'.
3965
3966 2003-09-13  Andrew Pinski <pinskia@physics.uc.edu>
3967
3968         PR target/12021
3969         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
3970         as they already are done in config/m68k/m68k.h.
3971         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
3972
3973         * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
3974         (machopic_output_stub): Only generate pic base symbols when using pic
3975         and generate them in the form L00000000$spb.
3976
3977 2003-09-13  Richard Henderson  <rth@redhat.com>
3978
3979         * cgraphunit.c (cgraph_assemble_pending_functions): Export.
3980         (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
3981         * cgraph.h: Update.
3982
3983 2003-09-12  Dale Johannesen  <dalej@apple.com>
3984
3985         * config/rs6000/rs6000.c: Fix typos in previous.
3986
3987 2003-09-12  Ziemowit Laski  <zlaski@apple.com>
3988
3989         * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
3990         when allocating pp->buffer.
3991
3992 2003-09-12  Geoffrey Keating  <geoffk@apple.com>
3993
3994         * config/darwin.c (machopic_select_rtx_section): Use
3995         const_data_section for things that might require relocation.
3996
3997 2003-09-12  H.J. Lu  <hongjiu.lu@intel.com>
3998
3999         PR bootstrap/12264
4000         * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
4001
4002 2003-09-12  Bob Wilson  <bob.wilson@acm.org>
4003
4004         * config/xtensa/elf.h (ASM_SPEC): Remove no-density option.  Reformat.
4005         * config/xtensa/linux.h (ASM_SPEC): Likewise.
4006         * config/xtensa/xtensa.h (TARGET_SWITCHES): Remove -mbig-endian,
4007         -mlittle-endian, -m[no-]density, -m[no-]abs, -m[no-]addx, -m[no-]mac16,
4008         -m[no-]mul16, -m[no-]mul32, -m[no-]nsa, -m[no-]minmax, -m[no-]sext,
4009         -m[no-]booleans, -mhard-float, -msoft-float, -m[no-]hard-float-div,
4010         -m[no-]hard-float-recip, -m[no-]hard-float-sqrt, and
4011         -m[no-]hard-float-rsqrt options.  Delete corresponding MASK_* macros
4012         and redefine corresponding TARGET_* macros with constants from the
4013         xtensa-config.h header.
4014         * doc/invoke.texi (Option Summary, Xtensa Options): Remove documention
4015         for the options listed above.
4016
4017 2003-09-12  Dale Johannesen  <dalej@apple.com>
4018
4019         * config/rs6000/rs6000-protos.h:  Use C90 prototypes.
4020         * config/rs6000/rs6000-c.c:  Ditto.
4021         * config/rs6000/rs6000.c:  Ditto.
4022         * config/rs6000/ sysv4.h:  Ditto.
4023
4024 2003-09-12  Chris Lattner <sabre@nondot.org>
4025
4026         * loop.c: Move comments describing BIV's and GIV's to top of file
4027
4028 2003-09-12  Roger Sayle  <roger@eyesopen.com>
4029
4030         PR optimization/8967
4031         * alias.c (write_dependence_p): Modify to take an additional constp
4032         argument that controls whether the UNCHANGING_RTX_P flags are used.
4033         (anti_dependence, output_dependence): Adjust write_dependence_p
4034         callers to pass this additional argument, to return the same result.
4035         (unchanging_anti_dependence): New variant of anti_dependence that
4036         ignores the UNCHANGING_RTX_P property on memory references.
4037         * rtl.h (unchaning_anti_dependence): Prototype here.
4038         * flow.c (init_propagate_block): Place fake constant mem writes on
4039         the mem_set_list so that dead writes to const variables are deleted.
4040         (insn_dead_p): Change anti_dependence to unchanging_anti_dependence.
4041         (mark_used_regs): Likewise.
4042
4043 2003-09-12  Richard Sandiford  <rsandifo@redhat.com>
4044
4045         * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.
4046         (mcore_secondary_reload_class): Declare.
4047         (mcore_output_inline_const_forced): Remove.
4048         * config/mcore/mcore.md (movsi): Remove the code that forced
4049         non-inlineable constants into a register if the target was r15
4050         or the stack pointer.  Remove constant restrictions from the main
4051         define_insn.  Remove r <- I, r <- M and r <- N alternatives in favor
4052         of an r <- P alternative.  Remove fallback define_insn for reload.
4053         (movhi, movqi): Use gen_lowpart rather than gen_SUBREG.  Remove reload
4054         define_insn.  Use mcore_output_move in the remaining define_insn.
4055         Adjust condition and constraints in the way as for movsi.
4056         (movdi): Always split unacceptable constants into two.  Use
4057         simplify_gen_subreg instead of operand_subword{,_force}.
4058         * config/mcore/mcore.c (mcore_output_inline_const_forced): Remove.
4059         (mcore_output_move): Support HImode and QImode moves as well.
4060         (mcore_m15_operand_p): New function.
4061         (mcore_reload_class): Use it to detect cases where LRW_REGS are better.
4062         (mcore_secondary_reload_class): New function.
4063         * config/mcore/mcore.h (SECONDARY_RELOAD_CLASS): Redefine in
4064         terms of mcore_secondary_reload_class.
4065
4066 2003-09-11  Mike Stump  <mrs@apple.com>
4067
4068         * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
4069
4070 2003-09-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4071
4072         * builtins.c (fold_builtin_logarithm): if N can't be truncated to
4073         MODE exactly, then only convert logN(N) -> 1.0 if
4074         flag_unsafe_math_optimizations is set.
4075
4076         * builtins.c (builtin_dconsts_init, dconstpi, dconste,
4077         init_builtin_dconsts): Delete.
4078         * emit-rtl.c (dconstpi, dconste): Define.
4079         (init_emit_once): Initialize dconstpi & dconste.
4080         * real.h (dconstpi, dconste): Declare.
4081
4082 2003-09-11  Alexandre Oliva  <aoliva@redhat.com>
4083
4084         PR fortran/11522
4085         * dwarf2out.c (gen_inlined_subroutine_die): Emit abstract function
4086         for ultimate origin even if block is abstract.
4087
4088 2003-09-11  Roger Sayle  <roger@eyesopen.com>
4089
4090         * combine.c (combine_simplify_rtx): Move several NOT and NEG
4091         optimizations from here...
4092         * simplify-rtx.c (simplify_unary_operation): to here.  Recursively
4093         simplify expressions using simplify_gen_*ary instead of gen_rtx_*.
4094
4095 2003-09-11  Richard Henderson  <rth@redhat.com>
4096
4097         * cgraphunit.c (cgraph_finalize_function): Add nested arg.
4098         Tweek tests for function already generated.
4099         (cgraph_expand_function): Don't double announce in !unit-at-a-time.
4100         * cgraph.h (cgraph_finalize_function): Update for extra arg.
4101         * c-decl.c (finish_function): Likewise.
4102
4103 2003-09-10  Joe Buck  <jbuck@welsh-buck.org>
4104
4105         * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
4106
4107 2003-09-10  Jerry Quinn  <jlquinn@optonline.net>
4108
4109         * real.c: Update URL to VAX floating point docs.
4110         (decode_vax_d): Extract 8 exponent bits instead of 7.
4111
4112 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
4113
4114         * combine.c (force_to_mode): Set fuller_mask based only on mask,
4115         not op_mode.
4116
4117 2003-09-11  Jan Hubicka  <jh@suse.cz>
4118
4119         * c-objc-common.c (c_cannot_inline_tree_fn): Warn
4120         on why function is not inlinable; do not check
4121         the body.
4122         (inline_forbidden_p): Move to...
4123         * tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
4124         deal with alloca, longjmp.
4125         (inline_forbidden_p): New static function.
4126         (find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
4127         find_builtin_longjmp_call): Kill.
4128
4129 2003-09-10  Richard Henderson  <rth@redhat.com>
4130
4131         * cgraph.h (struct cgraph_node): Rename lowered to analyzed.
4132         * cgraphunit.c: Update to match.
4133         (record_call_1): Rearrange.  Call lang hook for language nodes.
4134         (cgraph_analyze_function): Don't call lower_function.
4135         * langhooks.h (struct lang_hooks_for_callgraph): Replace
4136         lower_function with analyze_expr.
4137         * langhooks-def.h: Update to match.
4138         * langhooks.c (lhd_callgraph_analyze_expr): New.
4139
4140 2003-09-10  Martin Husemann  <martin@duskware.de>
4141
4142         PR target/11965
4143         * config/sparc/sparc.c (sparc_v8plus_shift): Protect against
4144         constants greater than 63.
4145         * config/sparc/sparc.md (ashlsi3, ashrsi3, lshrsi3): Protect
4146         against constants greater than 31.
4147         (*ashldi3_sp64, *ashrdi3_sp64, *lshrdi3_sp64): Protect against
4148         constants greater than 63.
4149
4150 2003-09-09  Richard Henderson  <rth@redhat.com>
4151
4152         * cgraphunit.c (cgraph_finalize_function): Remove unused argument.
4153         * cgraph.h (cgraph_finalize_function): Update.
4154         * c-decl.c (finish_function): Update.
4155
4156 2003-09-09  Devang Patel  <dpatel@apple.com>
4157
4158         * config/darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.
4159         * doc/invoke.texi: Document new Darwin linker option -nofixprebinding.
4160
4161 2003-09-09  Eric Christopher  <echristo@redhat.com>
4162
4163         * configure.in: Change usage of 'head' to 'sed 1q'.
4164         * configure: Regenerate.
4165
4166 2003-09-09  Richard Henderson  <rth@redhat.com>
4167
4168         * except.c: Include cgraph.h.
4169         (output_function_exception_table): Invoke
4170         cgraph_varpool_mark_needed_node.
4171         * Makefile.in (except.o): Update.
4172
4173 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
4174
4175         * Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS
4176         and use it throughout.
4177
4178 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4179
4180         * builtins.c (real_dconstp, fold_builtin_logarithm,
4181         fold_builtin_exponent): New, split out from fold_builtin.  Also
4182         generalize to add log2, log10, exp2 and exp10/pow10 equivalents.
4183         * emit-rtl.c (dconst3, dconst10, dconstthird): New.
4184         (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
4185         of hardcoded array size.
4186         * fold-const.c (fold): Add cases for exp2, exp10 and pow10.
4187         (tree_expr_nonnegative_p): Likewise.
4188         * real.h (dconst3, dconst10, dconstthird): New.
4189
4190 2003-09-09  Jan Hubicka  <jh@suse.cz>
4191
4192         * cgraphunit.c (cgraph_finalize_function): Fix handling of extern
4193         inline functions.
4194         (cgraph_finalize_compilation_unit): Fix crash when dealing with lost
4195         DECL_SAVED_TREE.
4196
4197 2003-09-09  Roger Sayle  <roger@eyesopen.com>
4198
4199         * builtins.c (fold_builtin_cabs): Protect the complex argument
4200         against multiple evaluation when optimizing cabs* into sqrt*.
4201
4202 2003-09-09  Jan Hubicka  <jh@suse.cz>
4203
4204         * varasm.c (notice_global_symbol):  Properly deal with weak symbols.
4205
4206 2003-09-08  Kelley Cook <kelleycook@wideopenwest.com>
4207
4208         * Makefile.in: Revert yesterday's change.
4209
4210 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
4211             Peter Barada <peter@baradas.org>
4212
4213         * config/m68k/coff.h (REGISTER_NAMES): Add fake register `argptr'
4214         * config/m68k/hp320.h (REGISTER_NAMES): Likewise.
4215         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
4216         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
4217         * gcc/config/m68k/sgs.h (REGISTER_NAMES): Likewise.
4218         * config/m68k/m68k-protos.h (m68k_initial_elimination_offset): Add prototype.
4219         * config/m68k/m68k.c (m68k_frame): New struct, simular to ix86 back-end.
4220         (m68k_compute_frame_layout): New function.
4221         (m68k_initial_elimination_offset): New function.
4222         (m68k_output_function_prologue): ColdFire-specific movem handling.
4223         (m68k_output_function_epilogue): Likewise.
4224         * config/m68k/m68k.h (FIRST_PSEOUDO_REGISTER): Make room for argptr reg.
4225         (ARG_POINTER_REGNUM): Add new definition.
4226         (INITIAL_FRAME_POINTER_OFFSET): Remove macro.
4227         (ELIMINABLE_REGS): Define new macro, like in ix86 back-end.
4228         (CAN_ELIMINATE): Likewise.
4229         (INITIAL_ELIMINATION_OFFSET): Likewise.
4230
4231 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
4232
4233         * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
4234         by removing redundant variable cfa_store_offset.
4235
4236 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4237
4238         * langhooks-def.h (lhd_register_builtin_type): New function.
4239         (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
4240         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
4241         * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
4242         * langhooks.c (lhd_register_builtin_type): New function.
4243         * c-common.h (c_register_builtin_type): Declare.
4244         * c-common.c (c_register_builtin_type): New function.
4245         * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
4246         c_register_builtin_type.
4247         * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
4248         __float80, and __float128 macros.
4249         * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
4250         __float80, and __float128 types.
4251
4252 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4253
4254         * builtin-types.def
4255         (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
4256         BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
4257         BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
4258         * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
4259         BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
4260         BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
4261         BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
4262         BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
4263         BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
4264         BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
4265         BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
4266         BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
4267         BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
4268         BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
4269         BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
4270         BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
4271         BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
4272         New.
4273         * doc/extend.texi: Document new builtins.
4274
4275 2003-09-09  Jan Hubicka  <jh@suse.cz>
4276
4277         * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
4278         finalization.
4279         * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
4280         functions, check for COMDAT.
4281         (cgraph_assemble_pending_functions): Break out from...
4282         (cgraph_finalize_function): ... here; allow redefinig of extern inline
4283         functions.
4284         (record_call_1): Record function references only in non-unit-at-a-time
4285         mode.
4286         (cgraph_analyze_function): Reset current_function_decl.
4287         (cgraph_finalize_compilation_unit):  Assemble pending functions.
4288
4289 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4290
4291         * mklibgcc.in (libcc.a): Depend on stmp-dirs.
4292         (libgov.a): Likewise.
4293         (libgcc_eh.a): Likewise.
4294
4295 2003-09-08  Roger Sayle  <roger@eyesopen.com>
4296
4297         * fold-const.c (operand_equal_p): Clarify documentation.
4298
4299 2003-09-08  Richard Henderson  <rth@redhat.com>
4300
4301         * c-decl.c (c_expand_body_1): Push and pop function context here.
4302         * tree-optimize.c (tree_rest_of_compilation): ... not here.  Take
4303         nested argument instead of computing nesting ourselves.
4304
4305 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4306
4307         * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
4308         regstack if optimizing but not scheduling after reload.
4309
4310 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4311
4312         * config/sparc/sparc.c (struct machine_function): New type.
4313         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
4314         (sparc_override_options): Initialize init_machine_status.
4315         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
4316         tie_symbolic_operand, tle_symbolic_operand): New functions.
4317         (symbolic_operand): Disallow tls_symbolic_operand.
4318         (symbolic_memory_operand): Likewise.
4319         (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
4320         constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
4321         New functions.
4322         (sparc_tls_symbol): New variable.
4323         (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
4324         legitimize_address): New functions.
4325         (print_operand): Handle %&.
4326         (sparc_init_machine_status, get_some_local_dynamic_name,
4327         get_some_local_dynamic_name_1): New functions.
4328         (sparc_output_dwarf_dtprel): New function.
4329         * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
4330         constant_address_p.
4331         (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
4332         (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
4333         (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
4334         (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
4335         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
4336         (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
4337         (ASM_OUTPUT_DWARF_DTPREL): Define.
4338         (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
4339         tie_symbolic_operand, tle_symbolic_operand.
4340         * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
4341         UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
4342         (tls_call_delay): New attribute.
4343         (in_call_delay): Use it.
4344         (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
4345         (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
4346         tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
4347         tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
4348         tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
4349         tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
4350         (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
4351         tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
4352         tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
4353         tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
4354         tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
4355         tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
4356         tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
4357         tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
4358         insns.
4359         * config/sparc/sparc-protos.h (legitimate_constant_p,
4360         constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
4361         legitimize_tls_address, legitimize_address, tls_symbolic_operand,
4362         tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
4363         * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
4364         * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
4365         * configure.in (sparc*-*-*): Add TLS check.
4366         * configure: Rebuilt.
4367
4368 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4369
4370         PR target/11689
4371         * config/i386/i386.c (memory_address_length): Fix computation when
4372         the base is esp or ebp.
4373
4374 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4375
4376         PR c++/11852
4377         * varasm.c (initializer_constant_valid_p): Correct logic for
4378         CONSTRUCTORs.
4379
4380 2003-09-07  Roger Sayle  <roger@eyesopen.com>
4381
4382         * expr.c (expand_operands): New function to expand an operand pair.
4383         (expand_expr): Call expand_operands whenever we need to expand both
4384         operands of a binary operator.
4385         (do_store_flag): Likewise for operands of comparison operations.
4386
4387 2003-09-07  Roger Sayle  <roger@eyesopen.com>
4388
4389         * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
4390         (-A)*B if we care about sign-dependent rounding.
4391
4392 2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>
4393
4394         * c-pretty-print.h (pp_c_left_brace): Declare.
4395         (pp_c_right_brace): Likewise.
4396         * c-pretty-print.c (pp_c_left_brace): Now a function
4397         (pp_c_right_brace): Likewise.
4398
4399 2003-09-07  Jan Hubicka  <jh@suse.cz>
4400
4401         * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
4402
4403 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4404
4405         * diagnostic.c (warn_deprecated_use): Move to toplev.c
4406
4407 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4408
4409         * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
4410         * Makefile.in (langhooks.o): Depend on diagnostic.h
4411
4412 2003-09-06  James E Wilson  <wilson@tuliptree.org>
4413
4414         * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
4415         simplify.
4416
4417 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
4418
4419         * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
4420         and use it throughout.
4421
4422 2003-09-07  Jan Hubicka  <jh@suse.cz>
4423
4424         * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
4425
4426         * toplev.c  (rest_of_decl_compilation):  Do not finalize external
4427         virables.
4428
4429         * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
4430         functions.
4431         (cgraph_varpool_finalize_decl): Notice global symbol when needed.
4432
4433 2003-09-06  Jan Hubicka  <jh@suse.cz>
4434
4435         PR target/12070
4436         * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
4437
4438         PR opt/12082
4439         * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
4440
4441 2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4442
4443         * diagnostic.c (announce_function): Move to toplev.c.
4444
4445 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4446
4447         * gcse.c (expr_equiv_p): Don't consider anything to be equal to
4448         volatile mem.
4449
4450 2003-09-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4451
4452         * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
4453         when gc checking is enabled.
4454
4455 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
4456
4457         PR c/9862
4458         * c-decl.c (c_expand_body_1): Move return warning from here...
4459         (finish_function): ...to here.
4460
4461 2003-09-05  Geoffrey Keating  <geoffk@apple.com>
4462
4463         * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
4464         a subset of the input class.
4465
4466 2003-09-05  Kazu Hirata  <kazu@cs.umass.edu>
4467
4468         * config/i860/i860.c: Follow spelling conventions.
4469         * config/i860/i860.h: Likewise.
4470         * config/sh/sh.h: Likewise.
4471
4472 2003-09-05  Nitin Yewale  <NitinY@KPITCummins.com>
4473
4474         * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
4475         * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
4476         * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
4477
4478 2003-09-05  Roger Sayle  <roger@eyesopen.com>
4479             Richard Henderson  <rth@redhat.com>
4480
4481         PR optimization/1823
4482         * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
4483         multiplication to implement division by constant integer.
4484
4485 2003-09-05  Jan Hubicka  <jh@suse.cz>
4486
4487         * opts.c (decode_options): Enable unit-at-a-time at -O2.
4488         * params.def (max-inline-insns-single): Set to 500
4489         (max-inline-insns-auto): Set to 150
4490         * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
4491
4492 2003-09-04  Richard Henderson  <rth@redhat.com>
4493
4494         * cgraph.c (cgraph_mark_reachable_node): Split out from ...
4495         (cgraph_mark_needed_node): Remove needed argument.
4496         * cgraph.h: Update to match.
4497         * cgraphunit.c (decide_is_function_needed): Split out from ...
4498         (cgraph_finalize_function): Reorg.  Avoid deferred_inline_function
4499         if we generated the function.
4500         (record_call_1): Update for cgraph_mark_reachable_node.
4501         * varasm.c (mark_referenced): Likewise.
4502         * objc/objc-act.c (mark_referenced_methods): Likewise.
4503
4504 2003-09-04  DJ Delorie  <dj@redhat.com>
4505
4506         * targhooks.c: Add comment explaining the migration process.
4507
4508 2003-09-04  Eric Christopher  <echristo@redhat.com>
4509
4510         * config/frv/t-frv: Fix path for frv-abi.h.
4511         * config/frv/frv-asm.h: Fix string concatenation.
4512
4513 2003-09-04  DJ Delorie  <dj@redhat.com>
4514
4515         * builtins.c (apply_args_size): Guard against a NULL cfun.
4516         (expand_builtin_apply_args_1): Likewise.
4517         (expand_builtin_apply): Likewise.
4518         Fixes PR bootstrap/12172.
4519
4520 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4521
4522         * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
4523         assembler supports Sun syntax for cmov.
4524         * configure: Regenerate.
4525         * config.in: Likewise.
4526         * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
4527         HAVE_AS_IX86_CMOV_SUN_SYNTAX.
4528         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
4529         Fixes PR target/12101.
4530
4531 2003-09-04  Matt Austern  <austern@apple.com>
4532
4533         * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
4534         with verbosity 0, instead of DECL_NAME, for human-readable string.
4535
4536 2003-09-04  Eric Christopher  <echristo@redhat.com>
4537
4538         * targhooks.c (default_return_in_memory): Allow
4539         unconverted ports.
4540
4541 2003-09-04  Eric Christopher  <echristo@redhat.com>
4542
4543         * targhooks.c (default_return_in_memory): Fix typo
4544         in last checkin.
4545
4546 2003-09-04  Eric Christopher  <echristo@redhat.com>
4547
4548         * targhooks.c (default_return_in_memory): Fix default
4549         definition.
4550
4551 2003-09-04  Bernardo Innocenti  <bernie@develer.com>
4552
4553         * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
4554         deleted function.
4555         * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
4556         enable coff-only code in m68k.c.
4557
4558 2003-09-04  Nick Clifton  <nickc@redhat.com>
4559
4560         * config.gcc: Add v850e1 target.  Allow --with-cpu to accept
4561         v850e1.
4562         * config/v850/v850.h: Accept v850e1 as a default CPU.
4563         Accept -mv850e1 as a command line option.
4564         * doc/invoke.texi: Document new -mv850e1 command line switch.
4565         * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
4566         -mv850e.
4567
4568 2003-09-04  Nick Clifton  <nickc@redhat.com>
4569
4570         * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
4571         * config/v850/t-v850: Only produce one extra multilib - for
4572         the v850e.
4573         * config/v850/t-v850e: New file: Only produce one extra
4574         multilib - for the v850.
4575
4576 2003-09-04  Jakub Jelinek  <jakub@redhat.com>
4577
4578         * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
4579         * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
4580         * unwind.h (_Unwind_GetBSP): New prototype.
4581         * libgcc-std.ver: Add empty GCC_3.3.2 version.
4582         * mkmap-symver.awk: For symbol versions with no exported symbols,
4583         don't put anything into version script, just change all symbol
4584         versions which inherit from it to inherit from its ancestor.
4585
4586 2003-09-04  Eric Christopher  <echristo@redhat.com>
4587
4588         * config/mips/mips.c (mips_expand_prologue): Convert to
4589         calls.struct_value_rtx hook.
4590         (reg_or_const_float_1_operand): New.
4591         * config/mips/mips.h: Update Comments.
4592         (mips_arg): Add reg_or_const_float_1_operand.
4593         * config/mips/mips.md (divdf3); Convert to expander.
4594         (divsf3): Ditto.
4595         (*divdf3): New pattern.
4596         (*divsf3): Ditto.
4597
4598 2003-09-04  Jan Hubicka  <jh@suse.cz>
4599
4600         * toplev.c (wrapup_global_declarations): Fix final pass in
4601         unit-at-atime mode.
4602
4603 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
4604
4605         * doc/extend.texi: Document removal of cast-as-lvalue extension in
4606         C++.
4607
4608 2003-09-04  Nicolas Roche  <roche@act-europe.fr>
4609
4610         * gcc.c (process_command): Fix typo.
4611
4612 2003-09-03  David O'Brien  <obrien@FreeBSD.org>
4613
4614         optimization/11980
4615         * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
4616         (PTRDIFF_TYPE): Likewise.
4617         (WCHAR_TYPE_SIZE): Likewise.
4618
4619 2003-09-03  DJ Delorie  <dj@redhat.com>
4620
4621         * targhooks.c: New file.
4622         * targhooks.h: New file.
4623         * Makefile.in: Add targhooks.o support.
4624         (function.o): Depend on$(TARGET_H).
4625         (stmt.o): Likewise.
4626         (combine.o): Depend on $(TREE_H) and $(TARGET_H).
4627         * builtins.c (apply_args_size, expand_builtin_apply_args_1,
4628         expand_builtin_apply): Convert to calls.struct_value_rtx hook.
4629         (expand_builtin_saveregs): Convert to
4630         calls.expand_builtin_saveregs hook.
4631         * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
4632         here, instead of ...
4633         (get_parm_info) ... here.
4634         (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
4635         hook.
4636         (finish_function): Handle calls.promote_prototypes hook here too.
4637         * c-typeck.c (convert_arguments): Convert to
4638         calls.promote_prototypes hook.
4639         (c_convert_parm_for_inlining): Likewise.
4640         * calls.c (initialize_argument_information): Convert to
4641         calls.promote_function_args hook.
4642         (expand_call): Convert to calls.struct_value_rtx,
4643         calls.strict_argument_naming,
4644         calls.pretend_outgoing_varargs_named, and
4645         calls.promote_function_return hooks.  Pass fndecl to
4646         aggregate_value_p.  Initialize CUMULATIVE_ARGS before calling
4647         hooks, so they can use that.
4648         (emit_library_call_value_1): Likewise.
4649         * combine.c (setup_incoming_promotions): Convert to
4650         calls.promote_function_args hook.
4651         * emit-rtl.c: Convert to calls.struct_value_rtx hook.
4652         * expr.c (expand_assignment): Pass call to aggregate_value_p.
4653         (expand_expr): Likewise.
4654         * expr.h: Remove support for SETUP_INCOMING_VARARGS,
4655         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
4656         RETURN_IN_MEMORY macro defaults.
4657         * final.c (profile_function): Convert to calls.struct_value_rtx
4658         hook.
4659         * function.c (aggregate_value_p): Accept function type tree as
4660         second parameter; try to deduce fntype from it.  Convert to
4661         calls.return_in_memory hook.
4662         (assign_parms): Convert to calls.setup_incoming_varargs,
4663         calls.strict_argument_naming, calls.promote_function_args,
4664         calls.pretend_outgoing_varargs_named hooks.  Pass fndecl to
4665         aggregate_value_p.
4666         (expand_function_start): Likewise.  Convert to
4667         calls.struct_value_rtx hook.
4668         (expand_function_end): Convert to calls.promote_function_return hook.
4669         (allocate_struct_function): Pass fndecl to aggregate_value_p.
4670         * hard-reg-set.h: Update comments to new hook names.
4671         * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
4672         * reg-stack.c (stack_result): Likewise.
4673         * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
4674         * stmt.c (expand_value_return): Convert to
4675         calls.promote_function_return hook.
4676         * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
4677         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
4678         TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
4679         TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
4680         TARGET_STRICT_ARGUMENT_NAMING,
4681         TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
4682         * target.h: Likewise.
4683         * tree.h (aggregate_value_p): Also takes a tree to deduce function
4684         attributes from (for target hooks).
4685         * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
4686         PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
4687         STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
4688         EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
4689         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
4690         to hooks.
4691
4692         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
4693         to aggregate_value_p.
4694         * config/arm/arm.c (arm_init_cumulative_args,
4695         arm_output_mi_thunk): Likewise.
4696         * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
4697         Likewise.
4698         * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
4699         mips_can_use_return_insn): Likewise.
4700         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4701         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
4702         * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
4703         aggregate_value_p.
4704         * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
4705         function to aggregate_value_p.
4706         * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
4707         aggregate_value_p.
4708
4709         * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
4710         (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
4711         sh_function_arg_advance, sh_pass_in_reg_p): New.  * config/sh/sh.c
4712         (sh_handle_renesas_attribute, sh_promote_prototypes,
4713         sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
4714         sh_setup_incoming_varargs, sh_strict_argument_naming,
4715         sh_pretend_outgoing_varargs_named): New decls.
4716         (targetm): Add new hooks.
4717         (calc_live_regs): Save MACL and MACH if the function has the
4718         renesas attribute.
4719         (sh_expand_prologue): Support renesas attribute.
4720         (sh_builtin_saveregs): Make static.
4721         (sh_build_va_list): Support renesas attribute.
4722         (sh_va_start): Likewise.
4723         (sh_va_arg): Likewise.
4724         (sh_promote_prototypes): New.
4725         (sh_function_arg): New, moved from sh.h.  Support renesas
4726         attribute.
4727         (sh_function_arg_advance): Likewise.
4728         (sh_return_in_memory): Likewise.
4729         (sh_strict_argument_naming): Likewise.
4730         (sh_pretend_outgoing_varargs_named): Likewise.
4731         (sh_struct_value_rtx): New.
4732         (sh_attribute): Add renesas attribute.
4733         (sh_handle_renesas_attribute): New.
4734         (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
4735         (sh_ms_bitfield_layout_p): Support renesas attribute also.
4736         (sh_output_mi_thunk): Pass function to aggregate_value_p.  *
4737         config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
4738         -mhitachi.
4739         (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
4740         target hooks.
4741         (sh_args): Add renesas_abi flag.
4742         (INIT_CUMULATIVE_ARGS): Set it.  Pass fndecl to aggregate_value_p.
4743         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
4744         (PASS_IN_REG_P): Support renesas attribute.  Pass DF and TF on the
4745         stack for the renesas abi.
4746         (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
4747         SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
4748         PROMOTE_PROTOTYPES): Moved to sh.c.  * config/sh/sh.md (call): Set
4749         call cookie to indicate renesas calls.
4750
4751 2003-09-03  Mostafa Hagog  <mustafa@il.ibm.com>
4752
4753         * gcse.c (replace_one_set): New function.
4754         (pre_insert_copy_insn): Change the order of copying
4755         to make copy propagation discover additional PRE opportunities.
4756
4757 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4758
4759         PR optimization/11700.
4760         * simplify-rtx.c (simplify_subreg): Check that the subreg offset
4761         of a hard register is representable before trying to simplify it
4762         using subreg_hard_regno.
4763
4764 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4765
4766         * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
4767         * configure: Regenerate.
4768
4769 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4770
4771         * intl.h (N_): Remove parentheses.
4772
4773 2003-09-03  Bernardo Innocenti  <bernie@develer.com>
4774
4775         * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
4776         * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
4777         definition and code blocks compiled when not defined.
4778         * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
4779         * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
4780         * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
4781         * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
4782
4783 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
4784
4785         * cgraphunit.c (visited_nodes): New static variable.
4786         (record_call_1): Use walk_tree with visited_nodes.
4787         (cgraph_create_edges): Use walk_tree with visited_nodes.
4788         Setup/teardown visited_nodes hashtable.
4789
4790 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4791
4792         * toplev.c (flag_rounding_math): New global variable.
4793         (f_options): Add to the list of language independent options.
4794         * flags.h (flag_rounding_math): Prototype here.
4795         (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
4796         * common.opt (frounding-math): New common command line option.
4797         * opts.c (common_handle_option): Handle OPT_frounding_math.
4798         (set_fast_math_flags): -ffast-math clears flag_rounding_math.
4799
4800         * doc/invoke.texi: Document this new command line option.
4801
4802 2003-09-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4803
4804         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
4805
4806 2003-09-03  Jan Hubicka  <jh@suse.cz>
4807
4808         * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
4809         * c-decl.c (finish_function):  Kill arguments, always use cgraph path.
4810         * c-objc-common.c: Kill include of gt-c-objc-common.h
4811         (expand_deferred_fns, deffer_fn): Kill function.
4812         (deferred_fns): Kill variable.
4813         (finish_cdtor): Update finish_function call.
4814         (c_objc_common_finish_file): Always call cgraph code.
4815         * c-parse.c: Regenerate.
4816         * c-parse.y: Regenerate.
4817         * c-tree.h (finish_function): Update prototype.
4818         * objc-acct.c (build_module_descriptor, finish_method_def):
4819         Update call of finish_function.
4820         * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
4821         forward prototype.
4822         (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
4823         function and assemble it if needed.
4824         (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
4825         mode.
4826         (cgraph_optimize): Likewise.
4827         (cgraph_expand_function): In non-unit-at-a-time mode keep function body
4828         even when it has no inline callees.
4829         * c-parse.in: Update calls to finish_function.
4830
4831 2003-09-03  Nick Clifton  <nickc@redhat.com>
4832
4833         * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
4834         Use #error to generate the message if TARGET_DEFAULT is not
4835         recognised.
4836
4837 2003-09-03  Richard Sandiford  <rsandifo@redhat.com>
4838
4839         * config/mips/mips.h (MASK_UNUSED1): Remove.
4840         (MASK_XGOT, TARGET_XGOT): Define.
4841         (TARGET_SWITCHES): Add an entry for -mxgot.
4842         (ASM_SPEC): Map -mxgot to -xgot.
4843         * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
4844         whether we're using a big-GOT sequences.
4845         (mips_legitimize_const_move, mips_expand_call): Likewise.
4846         (override_options): Revert 2003-01-09 change.
4847         * doc/invoke.texi: Document -mxgot.
4848
4849 2003-09-02  Jason Merrill  <jason@redhat.com>
4850
4851         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
4852         * config/sparc/sol2.h: Not here.
4853
4854 2003-09-02  Roger Sayle  <roger@eyesopen.com>
4855
4856         * expr.c (expand_expr): The code following both_summands performs
4857         the same task as simplify_gen_binary.  Replace all gotos to
4858         both_summands with a call to simplify_gen_binary and delete the
4859         now unused label.
4860
4861 2003-09-02  Jason Merrill  <jason@redhat.com>
4862
4863         PR c++/7327
4864         * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
4865
4866 2003-09-02  Jeff Sturm  <jsturm@one-point.com>
4867
4868         * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
4869         (cgraph_optimize_function): Set current_function_decl to the
4870         fndecl we're integrating from.
4871
4872 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4873
4874         * builtins.def: Break out _Complex math functions into their
4875         own category.
4876
4877 2003-09-02  Andreas Jaeger  <aj@suse.de>
4878
4879         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
4880
4881 2003-09-02  Josef Zlomek  <zlomekj@suse.cz>
4882
4883         * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
4884         finding the note again.
4885
4886 2003-09-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4887
4888         * config.gcc: Remove host-specific rewrites of target_alias.
4889
4890 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
4891
4892         * Makefile.in (genprogs): Fix typo.
4893
4894         * Makefile.in (gencheck.o): Remove build commands.
4895         (dummy-conditions.o): Likewise.
4896         (read-rtl.o): Likewise.
4897         (gensupport.o): Likewise.
4898         (genconfig$(build_exeext)): Remove rule.
4899         (genconfig.o): Remove build commands.
4900         (genflags$(build_exeext)): Remove rule.
4901         (genflags.o): Remove build commands.
4902         (gencodes$(build_exeext)): Remove rule.
4903         (gencodes.o): Remove build commands.
4904         (genconstants.o): Remove build commands.
4905         (genemit$(build_exeext)): Remove rule.
4906         (genemit.o): Remove build commands.
4907         (genrecog$(build_exeext)): Remove rule.
4908         (genrecog.o): Remove build commands.
4909         (genextract$(build_exeext)): Remove rule.
4910         (genextract.o): Remove build commands.
4911         (genpeep$(build_exeext)): Remove rule.
4912         (genpeep.o): Remove build commands.
4913         (genattr$(build_exeext)): Remove rule.
4914         (genattr.o): Remove build commands.
4915         (genprognames): New variable.
4916         (genprogs): Likewise.
4917         (genobjs): Likewise.
4918         (genprogs): New rule.
4919         (genobjs): Likewise.
4920         (genattrtab.o): Remove build commands.
4921         (genautomata.o): Likewise.
4922         (genoutput$(build_exeext)): Remove rule.
4923         (genoutput.o): Remove build commands.
4924         (gengenrtl.o): Likewise.
4925         (genpreds.o): Likewise.
4926         (gengtype.o): Likewise.
4927         (genconditions.o): Likewise.
4928         (gen-protos.o): Likewise.
4929         (scan.o): Likewise.
4930         (fix-header.o): Likewise.
4931         (scan-decls.o): Likewise.
4932         (check-g++): Combine with other check targets.
4933         (check-gcc): Likewise.
4934         (check-g77): Likewise.
4935         (check-objc): Likewise.
4936
4937 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4938
4939         * config.gcc: Remove host-specific stuff which is unused here
4940         since the introduction of config.host.
4941
4942         * doc/fragments.texi: Mention config.host.
4943         * doc/sourcebuild.texi: Mention config.host.  Give brief descriptions
4944         of config.build, config.host, and config.gcc.
4945
4946 2003-09-01  Zack Weinberg  <zack@codesourcery.com>
4947
4948         * c-decl.c (pushdecl): Don't put variables on
4949         C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
4950         incomplete.
4951
4952 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4953
4954         * config.host: New file.
4955         * config.gcc: Remove some host-specific stuff and some
4956         logic needed only for repeated invocation.
4957         * configure.in: Use config.host.
4958         * configure: Regenerate.
4959
4960 2003-09-01  Josef Zlomek  <zlomekj@suse.cz>
4961
4962         * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
4963         * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
4964         * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
4965         (fold): Kill BIT_ANDTC_EXPR and label bit_and.
4966         * tree.def (BIT_ANDTC_EXPR): Kill.
4967
4968 2003-08-31  Nathanael Nerode  <neroden@gcc.gnu.org>
4969
4970         * configure.in: Remove uses of "for x in .. ${foo}" idiom.
4971         * configure: Regenerate.
4972
4973         * config.gcc:  Remove references to install_headers_dir, now unused
4974         since introduction of config.build.
4975         * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
4976
4977         * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
4978         config.build.
4979
4980         * config.build: New file.
4981         * config.gcc: Remove some build-specific stuff.
4982         * configure.in: Use config.build.
4983         * configure: Regnerate.
4984
4985 2003-08-31  Steven Bosscher  <steven@gcc.gnu.org>
4986             Roger Sayle  <roger@eyesopen.com>
4987
4988         PR middle-end/11823
4989         * stmt.c (expand_end_case_type): Only use jump tables for dense
4990         switch statements when optimizing for size.
4991
4992 2003-08-31  Olivier Hainque  <hainque@act-europe.fr>
4993
4994         * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
4995         the != 0 case, which ensures pending stack adjustments are flushed.
4996
4997 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
4998
4999         * configure.frag: Delete file.
5000         * configure.in: Rename the substitution variables
5001         dep_host_xmake_file and dep_tmake_file to xmake_file and
5002         tmake_file respectively.  Do not expand $srcdir in the
5003         value of these; leave that for Make.  Introduce a new
5004         substitution varaible, all_lang_makefrags, which lists
5005         subdirectory Make-lang.in files; exclude these from
5006         all_lang_makefiles, which is now only for subdirectory
5007         outputs.  Do not invoke configure.frag.  Do not set nor
5008         AC_SUBST_FILE target_overrides, host_overrides, or
5009         language_fragments. Create build subdirectories in
5010         config.status extra commands.
5011         * configure: Regenerate.
5012         * Makefile.in: Update substitutions to match changes to
5013         configure.  Use include directives instead of @-insertions
5014         to read in host, target, and language fragments.
5015         (Makefile rule): Do not invoke configure.frag.  Do not copy
5016         config.status to config.run before executing it.  Set
5017         CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
5018         regenerated.
5019         (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
5020
5021 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
5022
5023         * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
5024         * c-typeck.c (same_translation_unit_p): New function.
5025         (comptypes): Use it instead of flags parameter to identify
5026         structure types from different translation units.
5027         * c-decl.c (duplicate_decls): Always call comptypes with
5028         COMPTYPE_STRICT flags argument.
5029         (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
5030         to file_scope_decl.
5031
5032 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
5033
5034         * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
5035         * c-decl.c (struct c_scope): Remove "incomplete" field.
5036         (pushdecl): Attach variables with incomplete types to
5037         the TYPE_MAIN_VARIANT of the incomplete type in question.
5038         (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
5039         to complete, not at current_scope->incomplete.  All such
5040         variables do need completion.
5041
5042 2003-08-30  Richard Earnshaw  <rearnsha@arm.com>
5043         Nicolas Pitre <nico@cam.org>
5044
5045         * arm/lib1funcs.asm (RETCOND): Delete.
5046         (RETLDM): New assembler macro.  Use it for returning with ldm/ldr.
5047         (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
5048         (__ARM_ARCH__): Move here from ieee754-?f.S.
5049         (RET, RETc): Clean up definitions.
5050         (DIV_FUNC_END): Renamed from FUNC_END.  All uses changed.
5051         (FUNC_END): New macro that marks the end of any function.
5052         (ARM_FUNC_START): New macro that allows an assembler routine to be
5053         implemented in ARM code even if a Thumb-only build.
5054         Unconditionally include ieee754-?f.S.
5055         * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
5056         Mark ends of functions.
5057         Split into separate conditionally-compiled units.
5058         Use RETLDM to return from routines.
5059         * arm/ieee754-sf.S: Similarly.
5060         * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
5061         Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
5062         _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
5063         _fixsfsi and _fixunssfsi.
5064
5065         * arm/ieee754-df.S (__muldf3): Fix bug when result of a
5066         multiplication underflows to zero.
5067         (__adddf3): Fix bug when using VFP ordering on little-endian
5068         processors.
5069         (__fixdfsi): Use rrx to extract the carry into a register instead of
5070         MRS instruction.  Optimize later use of result.
5071         * arm/ieee754-sf.S (__fixsfsi): Likewise.
5072         (__fixunssfsi): Use a better sequence for handling negative-or-zero.
5073
5074 2003-08-29  Richard Henderson  <rth@redhat.com>
5075
5076         * tree-optimize.c: New file.
5077         * Makefile.in (OBJS-archive): Add tree-optimize.o.
5078         (tree-optimize.o): New.
5079         * c-decl.c (store_parm_decls): Use allocate_struct_function.
5080         (finish_function): Don't free_after_parsing or free_after_compilation.
5081         (set_save_expr_context): Move to tree-optimize.c.
5082         (c_expand_body_1): Use tree_rest_of_compilation.
5083         * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
5084         * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
5085         * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
5086         iterate until closure.
5087         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
5088         LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
5089         (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
5090         * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
5091         * toplev.h (tree_rest_of_compilation): Declare it.
5092
5093 2003-08-29  Richard Henderson  <rth@redhat.com>
5094
5095         * function.h (struct function): Add rtl_inline_init, saved_for_inline.
5096         * integrate.c (save_for_inline): Set saved_for_inline.
5097         * c-semantics.c (genrtl_scope_stmt): Check it.
5098         * toplev.c (wrapup_global_declarations): Check it.
5099         (rest_of_handle_inlining): Set and check rtl_inline_init.
5100         (rest_of_compilation): Remove out of date comment.
5101
5102 2003-08-29  Richard Henderson  <rth@redhat.com>
5103
5104         * function.c (allocate_struct_function): New, split out of ...
5105         (prepare_function_start, init_function_start): ... here.
5106         * expr.c (init_expr): Use ggc_alloc_cleared.
5107         * stmt.c (init_stmt_for_function): Likewise.
5108         * tree.h (allocate_struct_function): Declare.
5109
5110 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5111
5112         * config.gcc: Don't use negated character class in shell case
5113         clause.
5114
5115 2003-08-29  Richard Henderson  <rth@redhat.com>
5116
5117         * function.h (struct function): Move function_frequency and
5118         max_jumptable_ents before start of bit field members.
5119
5120 2003-08-29  Richard Henderson  <rth@redhat.com>
5121
5122         * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
5123         (fold_builtin_constant_p) ... not here.
5124
5125 2003-08-29  Richard Henderson  <rth@redhat.com>
5126
5127         * c-tree.h (C_DECL_FILE_SCOPE): Move ...
5128         * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
5129         * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
5130
5131 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5132
5133         * builtins.def: Fix typos.
5134         (ATTR_MATHFN_FPROUNDING_STORE): New macro.
5135         (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
5136         BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
5137         BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
5138         BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
5139
5140         * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
5141         Use ATTR_MATHFN_FPROUNDING_ERRNO.
5142
5143 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5144
5145         * config.gcc (i386-*-vsta): Fix obvious bogosity.
5146
5147         * fixinc/inclhack.def:  Remove special cases for unsupported
5148         PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
5149         * fixinc/fixincl.x: Regenerate.
5150
5151 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5152
5153         * Makefile.in (cpp.info): Just state dependencies.
5154         (gcc.info): Likewise.
5155         (gccint.info): Likewise.
5156         (gccinstall.info): Likewise.
5157         (cppinternals.info): Likewise.
5158         (cpp.dvi): Likewise.
5159         (gcc.dvi): Likewise.
5160         (gccint.dvi): Likewise.
5161         (gccinstall.dvi): Likewise.
5162         (cppinternals.dvi): Likewise.
5163         (gcov.1): Likewise.
5164         (cpp.1): Likewise.
5165         (gcc.1): Likewise.
5166         (gfdl.7): Likewise.
5167         (gpl.7): Likewise.
5168         (fsf-funding.7): Likewise.
5169         ($(objdir)/%.info): New pattern rule.
5170         (%.dvi): Likewise.
5171
5172 2003-08-29  Kelley Cook  <kelleycook@wideopenwest.com>
5173
5174         * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
5175         (restage2): Likewise.
5176         (restage3): Likewise.
5177         (restage4): Likewise.
5178         (restageprofile): Likewise.
5179         (restagefeedback): Likewise.
5180         (bubblestrap): Likewise.
5181
5182 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5183
5184         * config.gcc: Narrow unsupported target match to avoid clobbering
5185         i?86-sequent-sysv4*.
5186
5187 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5188
5189         * builtins.c (mathfn_built_in): Handle new math builtins.
5190
5191 2003-08-28  Per Bothner  <per@bothner.com>
5192
5193         Fix (hopefully temporary) for breakage caused by my 08-21 patch.
5194         * cpplex.c (_cpp_get_fresh_line):  Check for null buffer.
5195         (_cpp_lex_buffer):  Likewise.
5196         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
5197
5198 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
5199
5200         * config/s390/s390.md ("*mulsi3_sign"): New insn.
5201         ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
5202         ("mulsidi3"): ... this new insn.
5203         ("umulsidi3"): New insn.
5204         ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
5205         mixed-mode matching constraints.
5206         ("udivmodsi4", "udivmoddisi3"): New insns.
5207         ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
5208
5209 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5210
5211         * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
5212         BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
5213         BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
5214         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
5215         BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
5216         BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
5217         BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
5218         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
5219         BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
5220         BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
5221         BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
5222         * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
5223         BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
5224         BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
5225         BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
5226         * tree.c: Assign new type_nodes.
5227         * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
5228         TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
5229         (float_ptr_type_node, double_ptr_type_node,
5230         long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
5231
5232         * doc/extend.texi: Document new builtins.
5233
5234 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5235
5236         * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
5237         BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
5238
5239         * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
5240         BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
5241         BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
5242         BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
5243         BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
5244         BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
5245         BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
5246         BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
5247         BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
5248         BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
5249
5250         * doc/extend.texi: Document new builtins.
5251
5252 2003-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5253
5254         * fixinc/mkfixinc.sh: Remove special case code for unsupported
5255         variants of i?86, powerpcle, and thumb.
5256         * fixinc/mkfixinc.sh: Remove special case code for unsupported
5257         arm and hppa variants.
5258
5259 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5260
5261         * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
5262         BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
5263         BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
5264         BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
5265         BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
5266         BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
5267         BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
5268         BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
5269         BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
5270         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
5271
5272         * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
5273         BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
5274         BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
5275         BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
5276         BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
5277         BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
5278         BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
5279         BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
5280         BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
5281         BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
5282         BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
5283         BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
5284         BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
5285         BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
5286         BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
5287         BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
5288         BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
5289         BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
5290         BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
5291         BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
5292         BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
5293         BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
5294         BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
5295         BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
5296         BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
5297         BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
5298         BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
5299         BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
5300         BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
5301         BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
5302         BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
5303
5304         * doc/extend.texi: Document new builtins.
5305
5306 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
5307
5308         * config/s390/s390.c (legitmate_constant_p): Use LARL on
5309         zSeries machines even in 31-bit addressing mode.
5310         (legitimate_reload_constant_p): Likewise.
5311         (legitimize_pic_address): Likewise.
5312         (legitimize_tls_address): Likewise.
5313         (s390_split_branches): Likewise.
5314         (s390_dump_pool): Likewise.
5315         (s390_mainpool_finish): Likewise.
5316         (s390_chunkify_start): Likewise.
5317         (s390_select_rtx_section): Likewise.
5318         * config/s390/s390.md ("doloop_si"): Likewise.
5319         ("pool_start_31", "pool_end_31"): Likewise.
5320         ("pool_start_64", "pool_end_64"): Likewise.
5321         ("main_base_31_small", "main_base_31_large"): Likewise.
5322         ("main_base_64"): Likewise.
5323         ("reload_base_31", "reload_base_64"): Likewise.
5324         ("*movsi_larl"): New insn.
5325         ("cjump", "icjump"): Use long branches on zSeries machines.
5326         ("jump"): Likewise.
5327         ("call"): Use BRASL on zSeries machines.
5328         ("call_value", "call_value_tls"): Likewise.
5329         ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
5330         and replace by ...
5331         ("*bras", "*brasl", "*basr") ... these new insns.
5332         ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
5333         "bas_31_r"): Remove and replace by ...
5334         ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
5335         ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
5336         "bas_64_tls", "bas_31_tls"): Remove and replace by ...
5337         ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
5338         ("*return_si", "*return_di"): Remove and replace by ...
5339         ("*return"): ... this new insn.
5340         ("rotlsi3"): Allow on zSeries machines.
5341
5342         * config/s390/s390.c (legitimize_reload_constant_p): Use
5343         LL/LH type instructions in z/Architecture mode.
5344         * config/s390/s390.md ("*movsi_lli"): Likewise.
5345         ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
5346         ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
5347         ("*extendqisi2"): Use LB in z/Architecture mode.
5348         ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
5349         z/Architecture mode.
5350         ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
5351         Likewise.
5352
5353         * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
5354         and 31-bit mode.
5355         ("ptr_extend"): Allow only in 64-bit mode.
5356
5357 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5358
5359         * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
5360         (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
5361         definitions.
5362         (main): Only use standard_startfile_prefix if native.
5363         * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
5364
5365 2003-08-27  Per Bothner  <pbothner@apple.com>
5366
5367         * cpperror.c (print_location):  Don't check for !pfile->buffer.  That
5368         test fails following my 08-21 change, and it seems unnecessary anyway.
5369         (cpp_error):  Likewise.
5370
5371 2003-08-27  Jason Merrill  <jason@redhat.com>
5372
5373         * real.c (do_multiply): Initialize with memset.
5374
5375 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5376
5377         * gcov.c (typedef struct arc_info): New field cs_count.
5378         (accumulate_line_counts): Find cycles correctly.
5379
5380 2003-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5381
5382         * config/s390/s390.c (struct machine_function): Remove member
5383         literal_pool_label.
5384         (s390_optimize_prolog): Replace TEMP_REG argument with
5385         TEMP_USED and BASE_USED.  Do not check get_pool_size ().
5386         (general_s_operand): Accept all immediates before reload if
5387         ALLOW_IMMEDIATE.  If not ALLOW_IMMEDIATE, reject literal pool
5388         references.
5389         (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
5390         (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
5391         (s390_alloc_pool): New function.
5392         (s390_new_pool): Call it.
5393         (s390_dump_pool): Add REMOTE_LABEL argument.
5394         (s390_chunkify_start): Add BASE_REG argument.  Do not check
5395         get_pool_size ().
5396         (s390_chunkify_finish): Add BASE_REG argument.  Adapt
5397         s390_dump_pool call.
5398         (s390_pool_count, s390_nr_constants): Remove.
5399         (s390_output_constant_pool): Remove.
5400         (s390_mainpool_start): New function.
5401         (s390_mainpool_finish): New function.
5402         (s390_mainpool_cancel): New function.
5403         (s390_reorg): Implement main literal pool handling.
5404         (s390_emit_prologue): Emit main_pool placeholder instead of
5405         literal_pool_31 / literal_pool_64 insns.
5406         * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
5407         (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
5408         * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
5409         ("main_base_31_small", "main_base_31_large"): New insns.
5410         ("main_base_64",  "main_pool"): New insns.
5411         ("literal_pool_31", "literal_pool_64"): Remove.
5412
5413 2003-08-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5414
5415         * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
5416         fixinc.ptx.
5417         * fixinc/inclhack.def (undefine_null):  Don't generate \r characters.
5418         Prettify a little.
5419         * fixinc/fixincl.x: Regenerate.
5420
5421 2003-08-27  Richard Earnshaw  <rearnsha@arm.com>
5422
5423         * lib1funcs.asm (L_ieee754_sp): New.  Include ieee754-sf.S.
5424         (L_ieee754_dp): New.  Include ieee754-df.S.
5425         * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
5426         and compilation in apcs-26 mode.
5427         * arm/ieee754-df.S: Likewise.
5428         * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
5429         (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
5430
5431 2003-08-27  Nicolas Pitre  <nico@cam.org>
5432
5433         * arm/ieee754-sf.S: New.
5434         * arm/ieee754-df.S: New.
5435
5436 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
5437
5438         * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
5439         and restore it if returning NULL.
5440
5441 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
5442
5443         * calls.c (initialize_argument_information): If an argument has no
5444         stack space associated with it, and BLOCK_REG_PADDING is defined,
5445         use it to decide at which end the argument should be padded.
5446         * function.c (assign_parms): Allocate BLKmode stack slots.
5447         * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
5448         (mips_pad_reg_upward): Declare.
5449         * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
5450         (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
5451         (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
5452         (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
5453         * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
5454         (mips_expand_call): Remove code for generating structure shifts.
5455         (mips_arg_info): Don't set struct_p.  Don't set fpr_p for non-float
5456         types unless using the EABI.
5457         (function_arg_advance): Don't generate shift instructions.
5458         (function_arg): Don't return them.  Don't short-circuit the
5459         check for double structure chunks for DFmode arguments.
5460         (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
5461         (mips_expand_prologue): Remove code to emit structure shifts.
5462         * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
5463         structure passing (inet_ntoa, inet_lnaof, inet_netof).  Update
5464         comments to say that only structure returns are a problem.
5465
5466 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5467
5468         * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
5469         Fix to match produced versions.
5470         * fixinc/inclhack.def (longlong_t): New disabled test, ported
5471         from fixinc.svr4.
5472         * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
5473         from fixinc.ptx.
5474         * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
5475         ported from fixinc.ptx.
5476
5477 2003-08-26  Per Bothner  <pbothner@apple.com>
5478
5479         * cpplib.h (struct cpp_token):  Change type of field line to fileline.
5480         (cpp_error_with_line):  Use fileline for appropriate parameter.
5481         * cpphash.h (struct cpp_macro):  Change type of field line to fileline.
5482         (struct cpp_reader):  Likewise for fields line and directive_line.
5483         (_cpp_begin_message):  Use fileline for appropriate parameter.
5484         * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
5485         cpp_error):  Use fileline for appropriate parameters and variables.
5486         (print_location):  New local lin, since it is not a fileline.
5487
5488 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5489
5490         PR middle-end/12002
5491         * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
5492         (FLOAT_TYPE_P): Define in terms of these two new macros.
5493         * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
5494         for complex floating point types.
5495
5496 2003-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5497
5498         * config/s390/s390.c (emit_prologue): Don't check literal pool size.
5499         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
5500         s390_output_pool_entry.
5501
5502 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5503
5504         * fixinc/inclhack.def (svr4_preproc_lint_on,
5505         svr4_preproc_lint_off, svr4_preproc_machine): New disabled
5506         fixes, ported from fixinc.svr4.
5507
5508 2003-08-26  Mark Mitchell  <mark@codesourcery.com>
5509
5510         * doc/install.texi (Prerequisites): Mention GNU make requirement.
5511
5512         * Makefile.in (AR_FOR_TARGET): Export it.
5513         (AR_CREATE_FOR_TARGET): Likewise.
5514         (AR_FLAGS_FOR_TARGET): Likewise.
5515         (AR_EXTRACT_FOR_TARGET): Likewise.
5516         (AWK): Likewise.
5517         (BUILD_PREFIX): Likewise.
5518         (BUILD_PREFIX_1): Likewise.
5519         (DESTDIR): Likewise.
5520         (GCC_FOR_TARGET): Likewise.
5521         (INCLUDES): Likewise.
5522         (INSTALL_DATA): Likewise.
5523         (LIB1ASMSRC): Likewise.
5524         (LIBGCC2_CFLAGS): Likewise.
5525         (MACHMODE_H): Likewise.
5526         (NM_FOR_TARGET): Likewise.
5527         (RANLIB_FOR_TARGET): Likewise.
5528         (libsubdir): Likewise.
5529         (slibdir): Likewise.
5530         (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
5531         exporting.
5532         (libgcc.a): Don't pass them here.
5533         (stmp-multilib): Or here.
5534         (install-libgcc): Or here.
5535         (install-multilib): Or here.
5536         (POSTSTAGE1_FLAGS_TO_PASS): Or here.
5537         (stage1_build): Or here.
5538
5539 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
5540
5541         * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
5542         "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
5543
5544 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
5545
5546         * config/s390/s390.md ("*fmadddf", "*fmsubdf",
5547         "*fmaddsf", "*fmsubsf"): New insns.
5548
5549 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5550
5551         * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
5552         (C1*C2)/X when unsafe math optimizations are allowed.
5553         (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
5554         math optimizations.  Minor code clean-ups.  Recursively call
5555         fold when constructing sub-expressions.
5556
5557 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5558
5559         * builtins.c (fold_builtin_bitop): New function to perform constant
5560         folding of ffs, clz, ctz, popcount and parity builtin functions
5561         and their long and long long variants (such as ffsl and ffsll).
5562         (fold_builtin): fold_builtin_bitop when appropriate.
5563         * simplify-rtx.c (simplify_unary_operation): Honor both
5564         CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
5565         evaluating clz and ctz at compile-time, for operands wider
5566         than HOST_WIDE_INT.
5567
5568 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
5569
5570         * builtins.c (build_function_call_expr): Don't set
5571         TREE_SIDE_EFFECTS here.
5572         * expr.c (emit_block_move_via_libcall): Likewise.
5573         (clear_storage_via_libcall): Likewise.
5574         * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
5575         CALL_EXPRs.
5576
5577         * gcse.c (is_too_expensive): New function.
5578         (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
5579
5580 2003-08-25  Zack Weinberg  <zack@codesourcery.com>
5581
5582         * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
5583         commented-out logic to use DCE threads (if present), add
5584         support for POSIX threads.
5585         * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
5586         #defines for -pthread.  Add -lpthread to LIB_SPEC when
5587         -pthread.  In both cases take -mt as a synonym for -pthread
5588         for acc compatibility.
5589         Define GTHREAD_USE_WEAK to 0.
5590         * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
5591         Remove old logic for DCE threads from LIB_SPEC.
5592         * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
5593
5594 2003-08-25  Roger Sayle  <roger@eyesopen.com>
5595
5596         * builtins.c (expand_builtin_mathfn):  Rearrange so that we only
5597         return 0 for invalid argument types.  Instead drop through to a
5598         call of expand_call at the bottom of function.  If op is SQRT,
5599         try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
5600
5601 2003-08-25  Richard Henderson  <rth@redhat.com>
5602
5603         * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
5604         result when op0 is SImode.
5605
5606 2003-08-25  Nathanael Nerode  <neroden@twcny.rr.com>
5607
5608         * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
5609         from fixinc.svr4.
5610         * fixinc/fixincl.x: Regenerate.
5611         * fixinc/tests/base/sys/signal.h: Regenerate.
5612
5613 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5614
5615         * combine.c (simplify_comparison): Re-enable widening of comparisons
5616         with non-paradoxical subregs of non-REG expressions.
5617
5618 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5619
5620         * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
5621
5622 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5623
5624         * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
5625
5626 2003-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5627
5628         * pretty-print.h (pp_maybe_newline_and_indent): New macro.
5629         * c-pretty-print.h (c_pretty_printer): Now typedef to the
5630         structure.  Be consistent with pretty-print.h abd cxx-pretty-print.h
5631         (struct c_pretty_print_info): Document.  Add new fields.
5632         (pp_type_specifier_seq): Rename from pp_c_type_specifier.
5633         (pp_direct_abstract_declarator): New macro.
5634         (pp_ptr_operator): Likewise.
5635         (pp_simple_type_specifier): Likewise.
5636         (pp_expression): Likewise.
5637         (pp_parameter_list): Rename from pp_parameter_declaration.
5638         * c-pretty-print.c (pp_c_whitespace): Now a function.
5639         (pp_c_left_paren): Likewise.
5640         (pp_c_right_paren): Likewise.
5641         (pp_c_dot): Likewise.
5642         (pp_c_ampersand): Likewise.
5643         (pp_c_arrow): Likewise.
5644         (pp_c_semicolon): Likewise.
5645         (pp_c_type_cast): New function.
5646         (pp_c_space_for_pointer_operator): Likewise.
5647         (pp_c_call_argument_list): Likewise.
5648         (pp_c_cv_qualifier): Adjust prototype.
5649         (pp_c_type_qualifier_list): Likewise.
5650         (pp_c_pointer): Likewise.  Handle REFERENCE_TYPE here.
5651         (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
5652         Adjust to follow standard grammar.
5653         (pp_c_specifier_qualifier_list): Adjusr prototype.  Handle
5654         REFERENCE_TYPE.  Tidy.
5655         (pp_c_parameter_type_list): Adjust prototype.  Tidy.
5656         (pp_c_parameter_declaration): Remove.
5657         (pp_c_abstract_declarator): Adjust prototype.
5658         (pp_c_direct_abstract_declarator): Likewise.
5659         (pp_c_type_id): Likewise.
5660         (pp_c_storage_class_specifier): Likewise.
5661         (pp_c_function_specifier): Likewise.
5662         (pp_c_declaration_specifiers): Likewise.
5663         (pp_c_direct_declarator): Likewise.
5664         (pp_c_declarator): Likewise.
5665         (pp_c_declarator): Likewise.
5666         (pp_c_declaration): Likewise.
5667         (pp_c_attributes): Likewise.  Tidy.
5668         (pp_c_function_definition): Adjust prototype.
5669         (pp_c_char): Likewise.
5670         (pp_c_string_literal): Likewise.
5671         (pp_c_integer_constant): Likewise.
5672         (pp_c_character_constant): Likewise.
5673         (pp_c_bool_constant): Likewise.
5674         (pp_c_enumeration_constant): Likewise.
5675         (pp_c_floating_constant): Likewise.
5676         (pp_c_constant): Likewise.
5677         (pp_c_identifier): Likewise.
5678         (pp_c_primary_expression): Likewise.  Remove TARGET_EXPR case.  Tidy.
5679         (pp_c_initializer): Adjust prototype.
5680         (pp_c_init_declarator): Likewise.
5681         (pp_c_initializer_list): Likewise.
5682         (pp_c_id_expression): Likewise.
5683         (pp_c_postfix_expression): Likewise.
5684         (pp_c_expression_list): Likewise.
5685         (pp_c_unary_expression): Likewise.
5686         (pp_c_cast_expression): Likewise.
5687         (pp_c_multiplicative_expression): Likewise.
5688         (pp_c_additive_expression): Likewise.
5689         (pp_c_shift_expression): Likewise.
5690         (pp_c_relational_expression): Likewise.
5691         (pp_c_equality_expression): Likewise.
5692         (pp_c_and_expression): Likewise.
5693         (pp_c_exclusive_or_expression): Likewise.
5694         (pp_c_inclusive_or_expression): Likewise.
5695         (pp_c_logical_and_expression): Likewise.
5696         (pp_c_logical_or_expression): Likewise.
5697         (pp_c_conditional_expression): Likewise.
5698         (pp_c_assignment_expression): Likewise.
5699         (pp_c_expression): Likewise.  Tidy.
5700         (pp_c_statement): Likewise.  Document.
5701         (pp_c_pretty_printer_init): Adjust prototype. Tidy.
5702
5703         * c-lang.c (c_initialize_diagnostics): Update.
5704         * c-common.h (strip_pointer_operator): Declare.
5705         * c-common.c (strip_pointer_operator): Define.
5706
5707 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
5708
5709         PR c++/8795
5710         * tree.h (build_method_type_directly): Declare.
5711         * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
5712         (vector_size_helper): Likewise.
5713         * tree.c (build_method_type_directly): New function.
5714         (build_method_type): Use it.
5715
5716 2003-08-24  Richard Henderson  <rth@redhat.com>
5717
5718         * config/i386.i386.c (ix86_return_in_memory): Reformat.  Return true
5719         for 16-byte vector modes if sse not enabled; warn for abi change.
5720         (ix86_value_regno): Only return xmm0 for 16-byte vector types.
5721
5722 2003-08-24  Kazu Hirata  <kazu@cs.umass.edu>
5723
5724         * rtlanal.c (may_trap_p): Simplify an integer comparison.
5725
5726 2003-08-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5727
5728         * fixinc/inclhack.def (AAB_svr4_replace_byteorder):  Enhance
5729         comment.  Enable for DYNIX/ptx systems (when they switch to
5730         regular fixincludes).
5731         * fixinc/fixincl.x: Regenerate.
5732
5733 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5734
5735         * config/i860/t-i860: New.
5736         * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
5737
5738 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
5739
5740         * c-decl.c (pushdecl): Only put decls which finish_struct will do
5741         something about onto incomplete chain.
5742         (finish_struct): If not removing type from incomplete
5743         list, update prev.
5744
5745 2003-08-20  Jan Hubicka  <jh@suse.cz>
5746
5747         PR target/11369
5748         * i386.c (ix86_expand_carry_flag_compare): Validate operand.
5749
5750         PR target/11031
5751         * i386.c (const_0_to_3_operand, const_0_to_7_operand,
5752         const_0_to_15_operand, const_0_to_255_operand): New predicates.
5753         * i386.h (PREDICATE_CODES): Add these.
5754         * i386.c (pinsrw and pextrw patterns): Use them.
5755
5756         PR target/10984
5757         * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
5758
5759         PR target/8869
5760         * expr.c (convert_modes): Deal properly with integer to vector
5761         constant conversion.
5762
5763         PR target/8871
5764         * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
5765
5766 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
5767
5768         * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
5769         * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
5770         ("*movhi"): ... this.
5771         ("movqi", "*movqi"): Likewise.
5772         ("movqi_64"): Remove.
5773         ("*zero_extendhisi2_31"): Change predicate to s_operand.
5774
5775 2003-08-23  Dale Johannesen  <dalej@apple.com>
5776         * calls.c (emit_library_call_value_1): Fix obvious errors in
5777         arguments to emit_group_store.
5778
5779 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5780
5781         * calls.c (emit_library_call_value_1): Remove code related
5782         to LIBGCC_NEEDS_DOUBLE.
5783         * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
5784         * doc/tm.texi: Likewise.
5785         * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
5786
5787 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
5788
5789         * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
5790
5791 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
5792
5793         * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
5794         as well.  Put memory references in the varargs alias set.
5795         (mips_expand_prologue): Remove varargs handling from here.
5796
5797 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
5798
5799         * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
5800         s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
5801         s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
5802         for function pointer calls.
5803         * config/s390/s390.md ("*negdi2_31"): Likewise.
5804
5805 2003-08-23  Roger Sayle  <roger@eyesopen.com>
5806
5807         * combine.c (apply_distributive_law): Correct comment.
5808
5809 2003-08-23  Jason Eckhardt  <jle@rice.edu>
5810
5811         * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
5812
5813 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5814
5815         * config/i860/i860.c (i860_build_va_list): Create the va_decl
5816         declaration.  Document the va_list structure.
5817         (i860_va_start): Initialize the va_list structure.
5818         (i860_va_arg): Rewrite completely.
5819         * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
5820         * config/i860/varargs.asm: Do not allocate or initialize
5821         a va_list.  Return the address of the register save area.
5822
5823 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
5824
5825         * config/iq2000/iq2000.c: Fix comment typos.
5826         * config/iq2000/iq2000.md: Likewise.
5827
5828 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
5829
5830         * config/iq2000/iq2000.c: Follow spelling conventions.
5831         * config/iq2000/iq2000.h: Likewise.
5832         * config/mn10300/mn10300.c: Likewise.
5833
5834 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5835
5836         * config/i860/i860.c (output_move_double): Don't set latehalf
5837         to zero for CONST_INT (since it could be, e.g., -1).
5838
5839         * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
5840         (MODSI3_LIBCALL): ...with this one.
5841         (UREMSI3_LIBCALL): Replace this macro...
5842         (UMODSI3_LIBCALL): ...with this one.
5843
5844 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5845
5846         * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
5847         (output_delayed_branch): Remove prototype.
5848         (single_insn_src_p): Remove prototype.
5849         * config/i860/i860.c (single_insn_src_p): Remove function.
5850         (output_delayed_branch): Remove function.
5851         (output_delay_insn): Remove function.
5852         (va_start): Remove unconditional test and dead code, re-format.
5853         Fix coding style and spelling problems in various comments.
5854         * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
5855         (blockage pattern): ...and use it here.
5856         (all define_peephole patterns related to delayed branches): Remove.
5857         Fix coding style and spelling problems in various comments.
5858
5859 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5860
5861         * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
5862         Remove all uses of the PARAMS macro.  Remove superflous prototypes.
5863         Convert all function definitions from traditional to ISO C90 syntax.
5864         * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
5865         with 'GCC'.  Remove all uses of the PARAMS macro.
5866         * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
5867         * config/i860/i860.md: Likewise.
5868         * config/i860/sysv4.h: Likewise.
5869         * config/i860/varargs.asm: Likewise.
5870
5871 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5872
5873         * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
5874         argument.
5875         (tdesc_section): Add prototype.
5876         Update copyright dates.
5877         * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
5878         (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
5879         (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
5880         (targetm): Likewise.
5881         (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
5882         for '%d' where necessary.
5883         (i860_va_start): Remove 'stdarg_p' argument.  Make conditional checks
5884         on 'stdarg_p' unconditional.  Divide current_function_args_info.ints
5885         by UNITS_PER_WORD when referencing (likewise for .floats).
5886         (I860_SVR4_VARARGS): Rename...
5887         (I860_SVR4_VA_LIST): ...to this.
5888         Call build() with 't' rather than 'field'.
5889         (i860_rtx_costs): New function.
5890         (TARGET_RTX_COSTS): Define.
5891         (i860_internal_label): New function.
5892         (TARGET_ASM_INTERNAL_LABEL): Define.
5893         (i860_file_start): New function.
5894         Update copyright dates.
5895         * config/i860/i860.h (CPP_PREDEFINES): Remove.
5896         (TARGET_CPU_CPP_BUILTINS): Define.
5897         (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
5898         (CONST_COSTS): Remove (and move code to i860_rtx_costs).
5899         (ASM_FILE_START): Remove.
5900         (ASM_FILE_START_1): Remove.
5901         (ASM_GLOBALIZE_LABEL): Remove.
5902         (ASM_OUTPUT_INTERNAL_LABEL): Remove.
5903         (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
5904         with targetm.asm_out.internal_label.
5905         Update copyright dates.
5906         * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
5907         (CPP_PREDEFINES): Remove.
5908         (TARGET_OS_CPP_BUILTINS): Define.
5909         (GLOBAL_ASM_OP): Define.
5910         (ASM_FILE_START): Remove.
5911         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
5912         (TARGET_ASM_FILE_START): Define.
5913         Update copyright dates.
5914
5915 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5916
5917         * gcc/config.gcc (i860-*-sysv4*): Add target.
5918         * config/i860/i860-protos.h: New.
5919         * config/i860/i860.c: New.
5920         * config/i860/i860.h: New.
5921         * config/i860/i860.md: New.
5922         * config/i860/sysv4.h: New.
5923         * config/i860/varargs.asm: New.
5924         * config/i860/x-sysv4: New.
5925
5926 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5927
5928         * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
5929         Remove all uses of PARAMS macro.
5930         Convert all function definitions to ISO C90 syntax.
5931         * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
5932         * config/pa/fptr.c: Likewise.
5933         * config/pa/lib2funcs.asm: Likewise.
5934         * config/pa/long_double.h: Likewise.
5935         * config/pa/milli64.S: Likewise.
5936         * config/pa/pa-64.h: Likewise.
5937         * config/pa/pa-hpux.h: Likewise.
5938         * config/pa/pa-hpux10.h: Likewise.
5939         * config/pa/pa-hpux11.h: Likewise.
5940         * config/pa/pa-linux.h: Likewise.
5941         * config/pa/pa-modes.def: Likewise.
5942         * config/pa/pa-osf.h: Likewise.
5943         * config/pa/pa-pro-end.h: Likewise.
5944         * config/pa/pa.md: Likewise.
5945         * config/pa/pa32-linux.h: Likewise.
5946         * config/pa/pa64-linux.h: Likewise.
5947         * config/pa/pa64-hpux.h: Likewise.
5948         * config/pa/pa64-regs.h: Likewise.
5949         * config/pa/quadlib.c: Likewise.
5950         * config/pa/rtems.h: Likewise.
5951         * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
5952         all uses of the PARAMS macro.
5953         * config/pa/pa.h: Likewise.
5954         * config/pa/som.h: Likewise.
5955
5956         * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
5957         Remove all uses of PARAMS macro.
5958         Convert all function definitions to ISO C90 syntax.
5959         * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
5960         Remove all uses of PARAMS macro.
5961         * config/iq2000.h: Remove all uses of PARAMS macro.
5962         * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
5963
5964 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
5965
5966         * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
5967         * config/s390/s390.c (gen_consttable): Remove.
5968         (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
5969         (s390_output_pool_entry): New function.
5970         * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
5971         UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
5972         UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
5973         (UNSPECV_POOL_ENTRY): ... this new constant.
5974         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
5975         "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
5976         ("*pool_entry"): ... and replace by this new insn.
5977         ("literal_pool_31"): Do not emit anchor label if pool empty.
5978
5979         * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
5980         (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
5981         (s390_fixup_clobbered_return_reg): Remove.
5982         (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
5983         (s390_return_addr_rtx): Always retrieve return address from save area
5984         slot.  Use save_return_addr_p to force slot to be filled.
5985         (s390_emit_prologue): Remove has_hard_reg_initial_val test.
5986
5987 2003-08-22  Chris Demetriou  <cgd@broadcom.com>
5988
5989         * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
5990         (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
5991         * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
5992         around SB-1 errata if TARGET_FIX_SB1 is set.
5993         (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
5994         * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
5995
5996 2003-08-22  Roger Sayle  <roger@eyesopen.com>
5997
5998         * hashtable.c (ht_expand): Avoid calculating rehash for the common
5999         case that the first probe hits an empty hash table slot.
6000
6001 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
6002
6003         * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
6004
6005 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
6006
6007         * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
6008         (ptr_extend_plus_imm): ... this.
6009         * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
6010         optimization in C++.
6011         (ia64_output_mi_thunk): Support ILP32 mode.
6012
6013 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
6014
6015         * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
6016         function.
6017         * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
6018
6019 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6020
6021         * config/i386/i386.c (const_int_1_operand): Simplify an
6022         integer comparison.
6023
6024 2003-08-22  Alan Modra  <amodra@bigpond.net.au>
6025
6026         * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
6027         * config/rs6000/ppc64-fp.c: Likewise.
6028
6029 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6030
6031         * cfgcleanup.c: Fix comment typos.
6032         * emit-rtl.c: Likewise.
6033         * optabs.c: Likewise.
6034         * ra-build.c: Likewise.
6035         * rtlanal.c: Likewise.
6036         * tree.h: Likewise.
6037
6038 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6039
6040         * c-decl.c: Fix comment formatting.
6041         * cfgrtl.c: Likewise.
6042         * combine.c: Likewise.
6043         * convert.c: Likewise.
6044         * dominance.c: Likewise.
6045         * dwarf2out.c: Likewise.
6046         * dwarfout.c: Likewise.
6047         * expmed.c: Likewise.
6048         * fold-const.c: Likewise.
6049         * gcov.c: Likewise.
6050         * genattrtab.c: Likewise.
6051         * ggc-common.c: Likewise.
6052         * mips-tfile.c: Likewise.
6053         * regmove.c: Likewise.
6054
6055 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
6056
6057         * builtin-attrs.def: Fix comment formatting.
6058         * c-pretty-print.c: Likewise.
6059         * diagnostic.h: Likewise.
6060         * langhooks.h: Likewise.
6061         * recog.c: Likewise.
6062         * simplify-rtx.c: Likewise.
6063         * tree.def: Likewise.
6064
6065 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
6066
6067         * config/m68k/m68k-protos.h: Convert to ISO C90.
6068         * config/m68k/m68k.c: Likewise.
6069
6070 2003-08-21  Bernardo Innocenti  <bernie@develer.com>
6071             Paul Dale  <pauli@snapgear.com>
6072             Peter Barada <peter@baradas.org>
6073
6074         * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
6075         ColdFire cores.
6076
6077 2003-08-21  Zack Weinberg  <zack@codesourcery.com>
6078
6079         * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
6080         * config.gcc (*-*-openbsd): Don't set tm_file.
6081         (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
6082         arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
6083         h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
6084         i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
6085         i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
6086         m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
6087         m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
6088         m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
6089         mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
6090         sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
6091         xscale-*-coff): Use explicit and complete lists of target headers
6092         to include.  Move definitions to tm_defines where appropriate.
6093         (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
6094         not-yet-contributed configuration.
6095
6096         * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
6097         * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
6098         * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
6099         * config/i386/nto.h, config/iq2000/iq2000.h,
6100         * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
6101         * config/m68k/linux.h, config/m68k/m68k-aout.h
6102         * config/m68k/m68k-none.h, config/m68k/m68kv4.h
6103         * config/m68k/netbsd.h, config/m68k/openbsd.h
6104         * config/m68k/sgs.h, config/mcore/mcore-pe.h,
6105         * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
6106         * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
6107         Remove includes of other target config headers, and
6108         definitions of macros moved to tm_defines lists.  Add #undefs
6109         where now necessary to prevent redefinition warnings.
6110
6111         * config/h8300/coff.h: New file split out of...
6112         * config/h8300/elf.h: ...here.
6113         * config/m68k/hp320base.h: New file split out of...
6114         * config/m68k/hp320.h: ...here.
6115         * config/rs6000/lynxbase.h: New file split out of...
6116         * config/rs6000/lynx.h: ...here.
6117
6118         * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
6119         * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
6120
6121         * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
6122         * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
6123         * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
6124         Remove unnecessary #ifndef.
6125         * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
6126         [under IN_LIBGCC2] with config/.
6127
6128 2003-08-21  Per Bothner  <pbothner@apple.com>
6129
6130         * cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
6131         to cpp_push_buffer.
6132         * cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
6133         by return_at_eof check.  Always call _cpp_pop_buffer at end.
6134
6135 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
6136
6137         PR target/11805
6138         * config/h8300/h8300.md (two anonymous patterns): Remove.
6139
6140 2003-08-21  Richard Sandiford  <rsandifo@redhat.com>
6141
6142         * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
6143         * config/mips/mips.c (function_arg_pass_by_reference): Never return
6144         true for n32 & n64.
6145
6146 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
6147
6148         * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
6149         and similarly in (A | C) == D where C & ~D != 0.
6150
6151 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6152
6153         PR 8180
6154         * configure.in: When testing with_libs and with_headers, treat
6155         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6156         * configure: Regenerate.
6157
6158 2003-08-20  Peter Barada <peter@baradas.org>
6159
6160         * longlong.h (umul_ppmm): Add ColdFire support.
6161
6162 2003-08-20  Peter Barada <peter@baradas.org>
6163             Bernardo Innocenti  <bernie@develer.com>
6164
6165         * config/m68k/m68k-none.h: Introduce new ColdFire archs.
6166         * config/m68k/m68k.h: Likewise.
6167         * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
6168         * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
6169         * config/m68k/linux.h: Likewise.
6170         * config/m68k/m68k.c: Likewise.
6171         * config/m68k/m68k.md: Likewise.
6172         * config/m68k/m68kelf.h: Likewise.
6173         * config/m68k/netbsd-elf.h: Likewise.
6174         * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
6175
6176 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6177
6178         * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
6179         * config/m68k/m68k.md: Likewise.
6180
6181 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
6182
6183         PR java/11996
6184         Revert this change:
6185         2003-08-19  Mark Mitchell  <mark@codesourcery.com>
6186         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
6187         types with precisions other than those given by native machine
6188         modes.
6189
6190 2003-08-20  Gunther Nikl  <gni@gecko.de>
6191
6192         * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
6193         selected by FSGLMUL_USE_S and FSGLDIV_USE_S
6194         * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
6195         * config/m68k/m68k.md (anonymous define_insn): Likewise
6196         * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
6197         * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
6198         code selected by NO_ASM_FMOVECR
6199
6200 2003-08-20  Gunther Nikl  <gni@gecko.de>
6201
6202         * config/m68k/m68k.c (output_move_const_into_data_reg,
6203         output_move_himode): unify MOTOROLA/MIT handling of moveq
6204         * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
6205         Likewise
6206
6207 2003-08-20  Gunther Nikl  <gni@gecko.de>
6208
6209         * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
6210         label name
6211         * config/m68k/m68k.c (m68k_output_function_epilogue): replace
6212         HOST_WIDE_INT_PRINT_DEC with %wd
6213
6214 2003-08-20  Loren James Rittle  <ljrittle@acm.org>
6215
6216         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
6217         redefine warning.
6218
6219 2003-08-20  Roger Sayle  <roger@eyesopen.com>
6220
6221         PR middle-end/11984
6222         * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
6223         operands before calling tree_int_cst_lt when performing associative
6224         transformations.
6225
6226 2003-08-20  Jason Merrill  <jason@redhat.com>
6227
6228         * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
6229         (EXPR_CHECK): Don't check for 'r' or 's' if we're
6230         checking IS_EXPR_CODE_CLASS.
6231         * calls.c (calls_function_1): Likewise.
6232         * fold-const.c (fold): Likewise.
6233         * tree.c (iterative_hash_expr): Likewise.
6234         * tree-inline.c (walk_tree, copy_tree_r): Likewise.
6235
6236 2003-08-20  Gunther Nikl  <gni@gecko.de>
6237
6238         * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
6239         depending on MOTOROLA_BSR
6240         * config/m68k/m68k.md (anonymous define_insn): Likewise
6241
6242 2003-08-20  Jason Merrill  <jason@redhat.com>
6243
6244         * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
6245         (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
6246         fold_trunc_transparent_mathfn, fold_builtin): Likewise.
6247         * dojump.c (do_jump): Likewise.
6248         * fold-const.c (operand_equal_p, fold): Likewise.
6249         (tree_expr_nonnegative_p): Likewise.
6250
6251         * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
6252         TYPE_USER_ALIGN for FIELD_DECLs.
6253
6254         * attribs.c (decl_attributes): Rebuild the function pointer type after
6255         changing the target type.
6256         * tree.c (get_qualified_type): Also check that the attributes match.
6257
6258 2003-08-19  Matt Kraai  <kraai@alumni.cmu.edu>
6259
6260         * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
6261         * objc/config-lang.in (stagestuff): ... to here.
6262
6263 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
6264
6265         PR c++/11946
6266         * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
6267         NOP_EXPR) when necessary.
6268         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
6269         types with precisions other than those given by native machine
6270         modes.
6271
6272 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6273
6274         * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
6275         because some macro is defined.
6276
6277         * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
6278         options.
6279         * config/i386/darwin.h (ASM_SPEC): New.
6280         (SUBTARGET_EXTRA_SPECS): New.
6281         * config/rs6000/darwin.h (ASM_SPEC): New.
6282         (SUBTARGET_EXTRA_SPECS): New.
6283         * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
6284         a cross-compiler between two different processors on Darwin.
6285         * configure: Regenerate.
6286
6287 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6288
6289         * builtins.c: Fix comment typos.
6290         * c-common.c: Likewise.
6291         * c-decl.c: Likewise.
6292         * c-pretty-print.c: Likewise.
6293         * cfgbuild.c: Likewise.
6294         * cfglayout.c: Likewise.
6295         * cfgloopanal.c: Likewise.
6296         * cgraphunit.c: Likewise.
6297         * cppfiles.c: Likewise.
6298         * dwarfout.c: Likewise.
6299         * expr.c: Likewise.
6300         * fold-const.c: Likewise.
6301         * gcse.c: Likewise.
6302         * ggc-page.c: Likewise.
6303         * haifa-sched.c: Likewise.
6304         * pretty-print.c: Likewise.
6305         * tree.c: Likewise.
6306         * tree.h: Likewise.
6307         * value-prof.c: Likewise.
6308
6309 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6310
6311         * c-decl.c: Follow spelling conventions.
6312         * cppfiles.c: Likewise.
6313
6314 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
6315
6316         * c-common.c: Fix comment formatting.
6317         * c-common.h: Likewise.
6318         * c-decl.c: Likewise.
6319         * cppinit.c: Likewise.
6320         * cpplib.h: Likewise.
6321         * emit-rtl.c: Likewise.
6322         * input.h: Likewise.
6323         * line-map.h: Likewise.
6324         * opts.c: Likewise.
6325         * opts.h: Likewise.
6326         * simplify-rtx.c: Likewise.
6327
6328 2003-08-19  Daniel Jacobowitz  <drow@mvista.com>
6329
6330         * unwind-c.c: Add libgcc-style exception.
6331         * unwind-dw2.c: Likewise.
6332         * unwind-pe.h: Likewise.
6333         * unwind-sjlj.c: Likewise.
6334         * unwind.inc: Likewise.
6335
6336 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
6337
6338         PR c/5582 PR c++/10538
6339         * langhooks-def.h (lhd_decl_uninit): Declare.
6340         (LANG_HOOKS_DECL_UNINIT): New macro.
6341         (LANG_HOOKS_INITIALIZER): Adjust.
6342         * langhooks.h (struct lang_hooks): Add new field
6343         decl_uninit.
6344         * langhooks.c (lhd_decl_uninit): Define.
6345         * c-common.c (c_decl_uninit_1): New function.
6346         (c_decl_uninit): New function.
6347         (warn_init_self): Define.
6348         * c-common.h (c_decl_uninit): Declare.
6349         (warn_init_self): Declare.
6350         * c.opt: Introduce -Winit-self.
6351         * c-opts.c (c_common_handle_options): Set warn_init_self.
6352         * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
6353         * objc/objc-lang.c  (LANG_HOOKS_DECL_UNINIT): Define.
6354         * function.c (uninitialized_vars_warning): Call the language hook.
6355         * doc/invoke.texi: Document -Winit-self.
6356
6357 2003-08-19  Chris Demetriou  <cgd@broadcom.com>
6358
6359         * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
6360         to use better predicates and constraints.  Define new
6361         instruction to handle "trap_if" with DI-mode arguments.
6362         (conditional_trap): FAIL if trap code is not 0.
6363
6364 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
6365
6366         * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
6367         strstr with $pb to a strcompare with "<pic base>"
6368         (ix86_output_addr_diff_elt): Output the real pic base.
6369
6370 2003-08-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6371
6372         * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
6373         (LANG_HOOKS_INITIALIZER): Correct.
6374         * c-lang.c: Likewise.
6375
6376 2003-08-19  Jan Hubicka  <jh@suse.cz>
6377
6378         * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
6379         (cgraph_varpool_mark_needed_node): Likewise.
6380         * cgraph.h (notice_global_symbol): Declare
6381         * varasm.c (notice_global_symbol): Break out from ...
6382         (assemble_start_function): ... here; update for variables.
6383         (assemble_variable): Use notice_global_symbol.
6384
6385 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
6386
6387         * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
6388         expect SFmode and DFmode arguments to be passed in FPRs,
6389         regardless of the underlying type.
6390
6391 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
6392
6393         PR target/11924
6394         * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
6395         (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
6396
6397 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
6398
6399         PR c/11207
6400         * c-typeck.c (set_init_index): Check for negative index.
6401
6402 2003-08-18  Bob Wilson  <bob.wilson@acm.org>
6403
6404         * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
6405         call0 ABI.
6406         * config/xtensa/crtn.asm (_init, _fini): Likewise.
6407         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
6408         __umodsi3, __modsi3): Likewise.
6409         * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
6410         $(INCLUDES).
6411
6412 2003-08-18  Aldy Hernandez  <aldyh@redhat.com>
6413
6414         * config/rs6000/spe.md ("*nabssf2_gpr"): New.
6415
6416 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6417
6418         * config/mips/mips.md: Quote C code in braces.  Remove use of
6419         fake const0_rtx operands.  Remove double backslashes.  Use \;.
6420         Remove workarounds for bogus warnings.
6421
6422 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6423
6424         * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
6425         (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
6426         rather than TARGET_MIPS4300.
6427         (mulsf3_internal, mulsf3_r4300): Likewise.
6428
6429 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
6430
6431         * config/mips/mips.md: Renumber unspecs.  Clean up comments.
6432
6433 2003-08-17  Roger Sayle  <roger@eyesopen.com>
6434
6435         * simplify-rtx.c (associative_constant_p): New function to test
6436         whether an RTX expression is an immediate constant.
6437         (simplify_associative_operation): New function to perform some
6438         reassociation optimizations of associative binary expressions.
6439         (simplify_binary_operation): Use simplify_associative_operation
6440         to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
6441         Floating point expressions are only reassociated when unsafe
6442         math optimizations are permitted.
6443
6444 2003-08-17  Andreas Jaeger  <aj@suse.de>
6445
6446         * config/alpha/alpha.md: Remove usage of PARAMS.
6447
6448         * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
6449         * config/i386/i386-interix.h: Likewise.
6450         * config/i386/winnt.c: Likewise.
6451         * config/i386/cygming.h: Likewise.
6452         * config/i386/cygwin2.c: Likewise.
6453         * config/darwin.c: Likewise.
6454         * config/darwin-c.c: Likewise.
6455         * config/darwin-protos.h: Likewise.
6456         * config/darwin.h: Likewise.
6457         * config/s390/s390-protos.h: Likewise.
6458         * config/s390/s390.c: Likewise.
6459         * config/ia64/ia64.c: Likewse
6460         * config/ia64/ia64-protos.h: Likewise.
6461         * config/ia64/ia64-c.c: Likewise.
6462
6463 2003-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6464
6465         * config/sparc/sparc.c: Convert to ISO C.
6466
6467         * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
6468         * config/sparc/sparc.c: Likewise.
6469
6470 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
6471
6472         PR c++/11512
6473         * stmt.c (expand_expr_stmt_value): Don't warn about any void
6474         typed expression.
6475
6476 2003-08-16  Jan Hubicka  <jh@suse.cz>
6477
6478         * i386.c (ix86_fntype_regparm): Rename from ...
6479         (ix86_function_regparm): ... this one; add fastcall and local
6480         functions.
6481         (ix86_function_ok_for_sibcall): Update.
6482         (ix86_return_pops_args): Likewise.
6483         (init_cumulative_args): Likewise.
6484         (x86_can_output_mi_thunk): Likewise.
6485         (function_arg): Fix formating.
6486         (x86_this_parameter): Fix fastcall.
6487         (x86_output_mi_thunk): Likewise.
6488
6489         * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
6490         body as reachable; mark nested functions as needed too.
6491         (dump_cgraph): Do not output global.calls.
6492         * cgraph.h (cgraph_global_info): Kill.
6493         * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
6494         (record_call_1): Speedup.
6495         (cgraph_analyze_function): Break out from ...; compute inlining
6496         parameters.
6497         (cgraph_finalize_compilation_unit): ... here.
6498         (cgraph_mark_inline): Kill computation of calls.
6499         (cgraph_decide_inlining): Do not compute most of initial values.
6500
6501 2003-08-14  Roger Sayle  <roger@eyesopen.com>
6502
6503         * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
6504         to negate if either operand is easy to negate, if we don't care
6505         about sign-dependent rounding.
6506         (negate_expr): Make the logic to negate a REAL_CST explicit.
6507         Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
6508         that's easy to negate, if we don't honor sign-dependent rounding.
6509         (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
6510         negate, and the symmetric A * -B as -A * B if A is easy to negate.
6511         (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
6512         -C/D if B and C are cheap to negate.  Add an explicit rule to
6513         optimize X/-1.0 as -X when we don't care about signaling NaNs.
6514
6515 2003-08-14  Zack Weinberg  <zack@codesourcery.com>
6516
6517         * Makefile.in (tm_file): Rename tm_include_list.
6518         (tm_p_file): Rename tm_p_include_list.
6519         (build_xm_file): Rename build_xm_include_list.
6520         (host_xm_file): Rename host_xm_include_list.
6521         (xm_file): Rename xm_include_list.
6522         (xm_file_list): Add to be substituted.
6523         (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
6524         Update to match.
6525         (bt-load.o): Add missing dependency on $(TM_H).
6526         * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
6527         For each of tm_file, tm_p_file, xm_file, host_xm_file, and
6528         build_xm_file, generate both *_file_list and *_include_list
6529         values from it.  (xm_file_list was formerly not being generated.)
6530         In *_include_list, prefix the names of all headers found in
6531         $(srcdir)/config with config/.  In each loop, consider only
6532         the special case files that can actually appear in that list.
6533         AC_SUBST all *_file_list and all *_include_list variables; do
6534         not AC_SUBST the plain *_file variables.
6535         * configure: Regenerate.
6536
6537 2003-08-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6538
6539         * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
6540
6541 2003-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6542
6543         * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
6544         direct calls.
6545         (attr_length_call): Include it here.  Improve length estimate for
6546         local calls.
6547         (output_call): Use targetm.binds_local_p.
6548
6549 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6550
6551         * builtins.c (CASE_MATHFN): New helper macro.
6552         (mathfn_built_in): Simplify and sort.
6553
6554         * protoize.c (substr): Delete, callers changed to `strstr'.
6555
6556 2003-08-13  Zack Weinberg  <zack@codesourcery.com>
6557
6558         * config.gcc (iq2000*-*-elf*): Don't set xm_file.
6559         * config/iq2000/xm-iq2000.h: Delete file.
6560
6561 2003-08-13  Geoffrey Keating  <geoffk@apple.com>
6562
6563         * gengtype.c (walk_type): Process a subobject before processing
6564         the pointer that points to the subobject.
6565
6566 2003-08-13  Per Bothner  <pbothner@apple.com>
6567
6568         * regclass.c (init_reg_modes):  Make non-static.
6569         Rename to init_reg_modes_once per new naming convention.
6570         (init_regs):  Don't call init_reg_modes here.
6571         * emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
6572         * rtl.h (init_reg_modes_once):  New declaration.
6573         * toplev.c (backend_init):  Call init_regs after init_emit_once.
6574
6575 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
6576
6577         * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
6578         special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
6579
6580 2003-08-13  J"orn Rennecke <joern.rennecke@superh.com>
6581
6582         * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
6583         * sh.md (load_ra): Change insn predicate to TARGET_SH1.
6584
6585 2003-08-13  Dale Johannesen  <dalej@apple.com>
6586
6587         * config/rs6000/rs6000.md (ctrsi, ctrdi):  Reenable
6588         handling of decrement-and-branch farther than 32 bits.
6589
6590 2003-08-12  Kelley Cook  <kelleycook@wideopenwest.com>
6591
6592         * configure.in (make_compare_target): Move test to ...
6593         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
6594         * configure: Regenerate.
6595
6596 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
6597
6598         * config/mips/iris6.h: Convert to C90 prototypes.
6599         * config/mips/irix6-libc-compat.c: Likewise.
6600         * config/mips/mips-protos.h: Likewise.
6601         * config/mips/mips.c: Likewise.
6602
6603 2003-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6604
6605         fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.  Enable
6606         for selected machines.  Comment heavily.
6607         fixinc/fixincl.x: Rebuild.
6608         fixinc/tests/base/fs/rfs/rf_cache.h: New file.
6609
6610 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
6611
6612         * config/mips/mips.h: Tweak various comments.
6613         * config/mips/mips.c: Likewise.
6614
6615 2003-08-11  James E Wilson  <wilson@tuliptree.org>
6616
6617         PR optimization/11319
6618         PR target/10021
6619         * alias.c (find_base_value, case REG): Return 0 not src if no base
6620         found.
6621
6622 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6623
6624         * gcse.c (gmalloc): Fix last change.
6625
6626 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6627
6628         * simplify-rtx.c (simplify_binary_operation): Replace calls to
6629         gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
6630         and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
6631         gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
6632
6633 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6634
6635         * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
6636         * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
6637         typecode for an ABS_EXPR.
6638
6639         * doc/c-tree.texi: Document ABS_EXPR.
6640
6641 2003-08-11  Roger Sayle  <roger@eyesopen.com>
6642
6643         * fold-const.c (fold): Optimize any associative floating point
6644         operator with -funsafe-math-optimizations, not just MULT_EXPR.
6645
6646 2003-08-11  Kaz Kojima  <kkojima@gcc.gnu.org>
6647
6648         * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
6649         information in SHmedia case too.
6650         (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
6651         Likewise.
6652         (__set_fpscr): Use an access via GOT for PIC case.
6653
6654 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
6655
6656         * configure.in (intermodule): Make switch test more portable.
6657         * configure: Regenerate.
6658
6659 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
6660
6661         * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
6662         (restrap): Likewise.
6663
6664 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6665
6666         * gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
6667         (grealloc): Size argument is a size_t.
6668         (gcalloc): New function.  Use throughout in lieu of
6669         gmalloc/memset.
6670
6671         * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
6672         xmalloc/memset.
6673         * config/ia64/ia64.c (ia64_reorg): Likewise.
6674         * conflict.c (conflict_graph_new): Likewise.
6675         * fixinc/fixincl.c (run_compiles): Likewise.
6676         * genattrtab.c (optimize_attrs): Likewise.
6677         * genrecog.c (new_decision): Likewise.
6678         * haifa-sched.c (schedule_block): Likewise.
6679         * hashtable.c (ht_create): Likewise.
6680
6681 2003-08-11  Bob Wilson  <bob.wilson@acm.org>
6682
6683         * config/xtensa/lib2funcs.S: Fix whitespace.
6684         * config/xtensa/xtensa.md (all insns and expanders): Use brace block
6685         syntax where appropriate.  Remove unnecessary backslash escapes.
6686         Reformat comments and fix some code formatting.
6687         (extendqisi2): Rearrange conditional.
6688         (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
6689         *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
6690         of fatal_insn.
6691
6692 2003-08-11  Richard Sandiford  <rsandifo@redhat.com>
6693
6694         * config/mips/mips.c: Various formatting fixes.
6695         (override_options): Resync -mtune handling with gas.
6696         (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
6697         * config/mips/mips.h: More formatting fixes.
6698         (mips_abi): Move declaration.
6699         * config/mips/mips.md (exception_receiver): Add mode to
6700         unspec_volatile.
6701
6702 2003-08-11  Aldy Hernandez  <aldyh@redhat.com>
6703
6704         * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
6705         evsplatfi here.
6706         (bdesc_1arg): Remove evsplati and evsplatfi.
6707
6708 2003-08-11  J"orn Rennecke <joern.rennecke@superh.com>
6709
6710         * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
6711         into account.
6712
6713 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6714
6715         * builtins.c (expand_builtin_strcat): Optimize constant strings.
6716
6717 2003-08-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6718
6719         * pretty-print.c (pp_base_indent): Rename from pp_indent.
6720         * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
6721         (struct c_pretty_print_info): Add more fields.
6722         (pp_c_left_paren): Move to c-pretty-print.c.
6723         (pp_c_right_paren): Likewise.
6724         (pp_c_left_brace): Likewise.
6725         (pp_c_right_brace): Likewise.
6726         (pp_c_left_bracket): Likewise.
6727         (pp_c_right_bracket): Likewise.
6728         (pp_c_declarator): Declare.
6729         (pp_c_direct_declarator): Likewise.
6730         (pp_c_specifier_qualifier_list): Likewise.
6731         (pp_c_type_id): Likewise.
6732         * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
6733         (pp_c_type_qualifier_list): New.
6734         (pp_c_pointer): Likewise.
6735         (pp_c_parameter_type_list): Likewise.
6736         (pp_c_function_definition): Likewise.
6737         (pp_c_id_expression): Likewise.
6738         (pp_c_simple_type_specifier): Tidy.
6739         (pp_c_unary_expression): Likewise.
6740         (pp_c_expression): Likewise.
6741         (pp_c_pretty_printer_init): Likewise.
6742         (pp_c_specifier_qualifier_list): Rework..
6743         (pp_c_abstract_declarator): Likewise.
6744         (pp_c_postfix_expression): Likewise.
6745         (pp_c_primary_expression): Likewise.
6746         (pp_c_cast_expression): Likewise.
6747         (pp_c_direct_abstract_declarator): Likewise.
6748         (pp_c_storage_class_specifier): Likewise.
6749         (pp_c_function_specifier): Likewise.
6750         (pp_c_declaration_specifiers): Likewise.
6751         (pp_c_direct_declarator): Likewise.
6752         (pp_c_declarator): Likewise.
6753         (pp_c_declaration): Likewise.
6754         (pp_c_statement): Likewise.
6755         (pp_c_integer_constant): Rename from pp_c_integer_literal.
6756         (pp_c_character_constant): Rename from pp_c_character_literal.
6757         (pp_c_bool_constant): Rename from pp_c_bool_literal.
6758         (pp_c_enumeration_constant): Rename from pp_c_enumerator.
6759         (pp_c_floating_constant): Rename from pp_c_real_literal.
6760         (pp_c_constant): Rename from pp_c_literal.
6761         * c-lang.c: Include diagnostic.h and c-pretty-print.h
6762         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
6763         (c_initialize_diagnostics): New.
6764         * Makefile.in (c-lang.o): Update dependency.
6765
6766 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6767
6768         * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
6769
6770 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
6771
6772         * config/mips/mips.c (mips_no_mips16_string): Remove.
6773         (override_options): Don't handle -mips16 as part of -mipsN.
6774         * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
6775         (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
6776         (TARGET_OPTIONS): Remove -mno-mips16.
6777
6778 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
6779
6780         * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
6781         (coprocessor2_operand): Likewise.
6782         * config/mips/mips.c (STAB_CODE_TYPE): Remove.
6783         (lookup_name): Remove declaration.
6784         (abort_with_insn): Remove.  Replace all uses with fatal_insn.
6785         (mips16, mips_abicalls): Remove.
6786         (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
6787         (arith32_operand, large_int, true_reg_or_0_operand): Remove.
6788         (coprocessor_operand, coprocessor2_operand): Remove.
6789         (override_options): Don't set mips16 or mips_abicalls.
6790         (print_operand): Don't expect SIGN_EXTEND operands.
6791         (mips_secondary_reload_class): Likewise.
6792         (mips_output_conditional_branch): Remove disabled long-branch code.
6793         * config/mips/mips.h (call_used_regs): Remove declaration.
6794         (may_call_alloca): Likewise.
6795         (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
6796         (mips_abicalls, mips16): Remove declarations.
6797         (ASM_FINAL_SPEC, LIB_SPEC): Remove.
6798         (CC1_SPEC): Remove outdated comment.
6799         (MIPS_VERSION, MACHINE_TYPE): Remove.
6800         (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
6801         (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
6802         (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
6803         (PUSH_ROUNDING): Likewise.
6804         (ASSEMBLER_SCRATCH_REGNUM): Remove.
6805         * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
6806         and mips16 with TARGET_MIPS16.
6807
6808 2003-08-09  Per Bothner  <pbothner@apple.com>
6809
6810         * cppinit.c (cpp_read_main_file):  Split out source-independent
6811         initialization to separate function ...
6812         (cpp_post_options):  New function.
6813         * cppfiles.c (cpp_stack_file):  Rename public name to ...
6814         (_cpp_stack_file):  New internal function name.
6815         * cpplib.h:  Update accordingly.
6816         * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
6817         (cpp_read_main_file):  Don't initialize line here.
6818         * c-opts.c (c_common_post_options):  Call cpp_post_options.
6819         (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
6820         * fix-header.c (read_scan_file):  Call cpp_post_options.
6821
6822 2003-08-09  Per Bothner  <per@bothner.com>
6823
6824         * c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.
6825
6826 2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6827
6828         * pa.c (pa_asm_output_mi_thunk): Fix typo.
6829
6830 2003-08-09  Neil Booth  <neil@daikokuya.co.uk>
6831
6832         PR preprocessor/11839
6833         * cppfiles.c (open_file): Handle ENOTDIR.
6834
6835 2003-08-09  Richard Sandiford  <rsandifo@redhat.com>
6836
6837         PR target/11699
6838         * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
6839
6840 2003-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6841
6842         * pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
6843         source/destination is not a register operand.
6844
6845 2003-08-08  Richard Henderson  <rth@redhat.com>
6846
6847         PR target/11535
6848         * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
6849         RETURN_ADDRESS_POINTER_REGNUM.
6850         (ia64_expand_prologue): Don't frob it.
6851         (ia64_output_function_epilogue): Likewise.
6852         (ia64_return_addr_rtx): New.
6853         (ia64_split_return_addr_rtx): New.
6854         * config/ia64/ia64-protos.h: Update.
6855         * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
6856         (RETURN_ADDRESS_POINTER_REGNUM): Remove.
6857         (GENERAL_REGNO_P): Don't check it.
6858         (AR_*_REGNUM): Renumber.
6859         (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
6860         (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
6861         (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
6862         (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
6863         (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
6864         * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
6865         (movdi_ret_addr): New.
6866
6867 2003-08-08  Geoffrey Keating  <geoffk@apple.com>
6868
6869         * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
6870
6871 2003-08-08  Roger Sayle  <roger@eyesopen.com>
6872
6873         * tree.h (get_identifier) Define a macro form of get_identifier
6874         that calls get_identifier_with_length when the string is constant.
6875         (get_identifier_with_length): Change type of second argument to
6876         size_t in prototype.
6877         * stringpool.c (get_identifier): Undefine the macro before giving
6878         the function definition.
6879         (get_identifier_with_length): Change  type of second argument to
6880         size_t in function definition.
6881         * hashtable.c (calc_hash): Change type of second argument to size_t.
6882         (ht_lookup): Change type of third argument to size_t.  Reorganize
6883         to speed-up the cases where the hash table slot is empty, or the
6884         first probe matches (i.e. there isn't a collision).
6885         * hashtable.h (ht_lookup): Adjust function prototype.
6886
6887 2003-08-08  Bernardo Innocenti  <bernie@develer.com>
6888
6889         PR target/9697
6890         PR target/11777
6891         * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
6892
6893 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
6894
6895         * common.opt: Add debug switches.
6896         * flags.h (use_gnu_debug_info_extensions): Boolify.
6897         * opts.c (write_symbols, debug_info_level,
6898         use_gnu_debug_info_extensions): Move from toplev.c.
6899         (set_debug_level): New.
6900         (common_handle_options): Handle debug switches.
6901         (print_help): Display target options directly.
6902         * toplev.c (debug_hooks): Don't initialize.
6903         (write_symbols, debug_info_level,
6904         use_gnu_debug_info_extensions): Move to opts.c.
6905         (debug_args, display_help, decode_g_option): Remove.
6906         (process_options): Set no debug if level zero here,
6907         and no-debug-hooks.  Error here if impossible debug format selected.
6908         * toplev.h (display_help, decode_g_option): Remove.
6909
6910 2003-08-08  Richard Sandiford  <rsandifo@redhat.com>
6911
6912         * tree.c (get_file_function_name_long): Fix size of alloca() area.
6913
6914 2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>
6915
6916         * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
6917         and gcc_cv_prog_cmp_skip.
6918         * configure: Regenerate.
6919
6920 2003-08-08  Stan Cox  <scox@redhat.com>
6921
6922         * config/iq2000: New port.
6923         * config.gcc (iq2000-*-elf): Added.
6924         * doc/install.texi (Specific):  Add iq2000 description.
6925
6926 2003-08-08  Andreas Schwab  <schwab@suse.de>
6927
6928         * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
6929         and insert missing empty argument.
6930         * configure: Regenerate.
6931
6932 2003-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6933
6934         * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
6935         (attr_length_millicode_call): Likewise.
6936         (attr_length_call): Likewise.  Revise some maximum insn lengths.
6937         (attr_length_indirect_call): Likewise.
6938         (output_call): Fix thinko that added extra nop.
6939         * pa.h (IN_NAMED_SECTION_P): Define.
6940
6941         PR c++/11712
6942         * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
6943         __STDC_EXT__ when using C++ dialect.
6944
6945 2003-08-07  J"orn Rennecke <joern.rennecke@superh.com>
6946
6947         * sh.c (calc_live_regs): If the return address pointer is live,
6948         force pr live.
6949         (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
6950         for saves / restores.
6951         (sh_expand_epilogue): If sh_media_register_for_return returns a
6952         register number, flag the instructions that restores PR_MEDIA_REG
6953         as possibly dead.
6954         Remove dead update of offset.
6955         (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
6956         we can use the result of get_hard_reg_initial_val.
6957         * sh.md (UNSPEC_RA): New constant.
6958         (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
6959         (load_ra).  Handle UNSPEC_RA.
6960         (sibcall_media): Use PR_MEDIA_REG.
6961
6962         * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
6963         * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
6964         needs saving on SHmedia.
6965
6966 2003-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
6967
6968         * config/s390/s390.md: Replace all occurrences of \\t with \t.
6969
6970 2003-08-07  Richard Sandiford  <rsandifo@redhat.com>
6971
6972         * local-alloc.c (combine_regs): Fix comment typo.
6973
6974 2003-08-06  Zack Weinberg  <zack@codesourcery.com>
6975
6976         * c-decl.c (builtin_decls): Replace with first_builtin_decl
6977         and last_builtin_decl.
6978         (c_init_decl_processing): Initialize both.
6979         (c_reset_state): Iterate from first_builtin_decl to
6980         last_builtin_decl inclusive to reintroduce builtins.
6981
6982 2003-08-06  David Mosberger  <davidm@hpl.hp.com>
6983
6984         * doc/extend.texi (Function Attributes): Document the IA-64 version
6985         of the "model" attribute.
6986
6987         * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
6988         (SYMBOL_REF_SMALL_ADDR_P): Ditto.
6989         (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
6990
6991         * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
6992         (ia64_encode_section_info): Likewise.
6993         (ia64_attribute_table): Add "model" attribute.
6994         (TARGET_ENCODE_SECTION_INFO): Define.
6995         (small_addr_symbolic_operand): New function.
6996         (got_symbolic_operand): Return 0 for a symbolref to an object
6997         in the small address area.
6998         (enum ia64_addr_area): New type.
6999         (small_ident1): New variable.
7000         (small_ident2): Likewise.
7001         (init_idents): New function.
7002         (ia64_get_addr_area): Likewise.
7003         (ia64_encode_addr_area): Likewise.
7004         (ia64_encode_section_info): Likewise.
7005         (ia64_expand_load_address): For symbolic references to objects in
7006         the small-address-area, load the address via gen_rtx_SET() (which,
7007         eventually, will expand into "addl").
7008
7009 2003-08-06  Per Bothner  <pbothner@apple.com>
7010
7011         * line-map.h (fileline):  New typedef.
7012         (struct line_map, linemap_add, linemap_lookup):  Use it.
7013         * input.h (struct location_s):  Comment notes that long-term we want
7014         to replace it by fileline.
7015
7016 2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>
7017
7018         Fix SHcompact exception handling:
7019         * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
7020         by the prologue, return a MEM with return_address_pointer_rtx
7021         as address.
7022         * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
7023         (RETURN_ADDR_OFFSET): Don't define.
7024         (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
7025         registers that are visible in compact mode.  Show that SHmedia
7026         registers still exist in compact mode, even if there are not
7027         readily accessible.
7028         (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
7029         if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
7030         and DW_EH_PE_pcrel for pic data.
7031         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
7032         set SYMBOL_FLAG_FUNCTION in symbol, and actually use
7033         DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
7034         (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
7035         * sh.md (movsi_media-1): New splitter.
7036
7037 2003-08-06  Graeme Peterson <gp@qnx.com>
7038
7039         * config/i386/nto.h: New.
7040         * config/i386/t-nto: New.
7041         * config.gcc (i[34567]86-*-nto-qnx*): New.
7042
7043 2003-08-06  Phil Edwards  <pme@gcc.gnu.org>
7044
7045         * doc/install.texi (*-*-solaris2*):  Refine configure instructions.
7046
7047 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
7048
7049         * calls.c (load_register_parameters): Arrange for call_fusage to
7050         report the whole register as used when shifting to the msb.
7051
7052 2003-08-05  Roger Sayle  <roger@eyesopen.com>
7053
7054         * builtins.c (expand_builtin): When not optimizing, call the library
7055         function for all builtins that have library functions (except alloca).
7056
7057 2003-08-05  Alexandre Oliva  <aoliva@redhat.com>
7058
7059         * c.opt: Introduce -fworking-directory.
7060         * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
7061         * c-common.h (flag_working_directory): Declare.
7062         * c-common.c (flag_working_directory): Define.
7063         * c-opts.c (c_common_handle_options): Set it.
7064         (sanitize_cpp_opts): Set...
7065         * cpplib.h (struct cpp_options): ... working_directory option.
7066         (struct cpp_callbacks): Add dir_change.
7067         * cppinit.c (read_original_filename): Call...
7068         (read_original_directory): New.  Look for # 1 "directory//"
7069         and process it.
7070         (cpp_read_main_file): Call dir_change callback if working_directory
7071         option is set.
7072         * gcc.c (cpp_unique_options): Pass -g*.
7073         * c-lex.c (cb_dir_change): New.
7074         (init_c_lex): Set dir_change callback.
7075         * toplev.c (src_pwd): New static variable.
7076         (set_src_pwd, get_src_pwd): New functions.
7077         * toplev.h (get_src_pwd, set_src_pwd): Declare.
7078         * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
7079         * dwarf2out.c (gen_compile_unit_die): Likewise.
7080         * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
7081
7082 2003-08-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7083
7084         * pretty-print.h (pp_set_line_maximum_length): Make macro.
7085         (pp_set_prefix): Likewise.
7086         (pp_destroy_prefix): Likewise.
7087         (pp_remaining_character_count_for_line): Likewise.
7088         (pp_clear_output_area): Likewise.
7089         (pp_formatted_text): Likewise.
7090         (pp_last_position_in_text): Likewise.
7091         (pp_emit_prefix): Likewise.
7092         (pp_append_text): Likewise.
7093         (pp_flush): Likewise.
7094         (pp_format_text): Likewise.
7095         (pp_format_verbatim): Likewise.
7096         (pp_tree_identifier): Tidy.
7097         * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
7098         (pp_base_format_verbatim): Rename from pp_format_verbatim.
7099         (pp_base_flush): Rename from pp_flush.
7100         (pp_base_set_line_maximum_length): Rename from
7101         pp_set_line_maximum_length.
7102         (pp_base_clear_output_area): Rename from pp_clear_output_area.
7103         (pp_base_set_prefix): Rename from pp_set_prefix.
7104         (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
7105         (pp_base_emit_prefix): Rename from pp_emit_prefix.
7106         (pp_base_append_text): Rename from pp_append_text.
7107         (pp_base_formatted_text): Rename from pp_formatted_text.
7108         (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
7109         (pp_base_remaining_character_count_for_line): Rename from
7110         pp_remaining_character_count_for_line.
7111         * diagnostic.h (diagnostic_format_decoder): Tidy.
7112         (diagnostic_flush_buffer): Likewise.
7113         * c-pretty-print.h: (pp_c_string_literal): Declare.
7114         (pp_c_real_literal): Likewise.
7115         (pp_c_integer_literal): Likewise.
7116         * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
7117         pp_identifier.
7118         (pp_c_character_literal): Tidy.
7119         (pp_c_string_literal): Make public.
7120         (pp_c_bool_literal): Likewise.
7121         (pp_c_integer_literal): Likewise.
7122         (pp_c_real_literal): Likewise.
7123
7124         * Makefile.in (C_PRETTY_PRINT_H): New variable.
7125         (c-pretty-print.o): Update dependence.
7126
7127 2003-08-05  Chris Demetriou  <cgd@broadcom.com>
7128
7129         * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
7130         ".set nomacro" state.
7131         (fix_truncsfsi2_macro): Likewise.
7132
7133 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
7134
7135         * tree.h (DID_INLINE_FUNC): Remove macro.
7136         (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
7137         add tree check for FUNCTION_DECL.
7138         (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
7139         (struct tree_decl): Rename inlined_function_flag to
7140         declared_inline_flag.
7141         * c-common.h (c_lang_decl): Remove.
7142         (DECL_ESTIMATED_INSNS): Remove.
7143         * c-tree.h (struct lang_decl): Don't include c_lang_decl.
7144         (DECL_DECLARED_INLINE_P): Remove.
7145         * c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
7146         do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
7147         (finish_function): Make uninlinable a bool.  Fixup call to
7148         tree_inlinable_function_p() and fix some code style issues.
7149         * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
7150         * cgraph.c (dump_cgraph): Likewise.
7151         * cgraphunit.c (cgraph_decide_inlining): Likewise
7152         (cgraph_finalize_compilation_unit): Likewise.
7153         Also update call to tree_inlinable_function_p().
7154         (cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
7155         look at DECL_DECLARED_INLINE and reverse logic.
7156         * print-tree.c (print_node): Likewise.
7157         * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
7158         * tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
7159         prototype.
7160         * tree-inline.c (inlinable_function_p): Split up in this function to
7161         check for basic inlining inhibiting conditions, and new
7162         limits_allow_inlining() function.  Warn if inlining is impossible
7163         because the inline candidate calls alloca or uses sjlj exceptions.
7164         (limits_allow_inlining): this new function to check if the inlining
7165         limits are satisfied.  Throttle from currfn_max_inline_insns, not from
7166         MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
7167         MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
7168         Update prototypes.
7169         (tree_inlinable_function_p): Make a bool.  Update call to
7170         inlinable_function_p
7171         (expand_call_inline): Use limits_allow_inlining() when not in
7172         unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
7173         instead see if the function was declared `inline'.
7174
7175 2003-08-05  Josef Zlomek  <zlomekj@suse.cz>
7176
7177         * gcse.c (try_replace_reg): Fix updating of note.
7178
7179 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7180
7181         PR middle-end/11771
7182         * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
7183         logic in negate_expr, i.e. we don't invert (A-B) for floating
7184         point types unless flag_unsafe_math_optimizations.
7185
7186 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7187
7188         * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
7189         Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
7190         for floating point expressions with -ffast-math.
7191         (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
7192         * expmed.c (expand_mult): Wrap long line.  Expand x*2.0 as x+x.
7193
7194 2003-08-04  Roger Sayle  <roger@eyesopen.com>
7195
7196         * c-common.c (flag_noniso_default_format_attributes): Delete.
7197         (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
7198         (c_attrs_initialized): Delete.
7199         (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
7200         always call c_init_attributes.
7201         (c_init_attributes): Don't define/undefine DEF_FN_ATTR.  Don't
7202         set c_attrs_initialized when done.
7203         (c_common_insert_default_attributes): Delete.
7204         * c-common.h (flag_noniso_default_format_attributes): Delete.
7205         (c_coomon_insert_default_attributes): Delete prototype.
7206         * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
7207         flag_noniso_default_format_attributes.
7208
7209         * c-decl.c (c_insert_default_attributes): Delete.
7210         * c-tree.h (c_insert_default_attributes): Delete prototype.
7211
7212         * attribs.c (decl_attributes): Don't call insert_default_attributes
7213         langhook.  Update function description comment.
7214         * langhooks.h (lang_hooks): Remove insert_default_attributes field.
7215         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
7216         * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
7217         * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
7218
7219         * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
7220         define.
7221
7222 2003-08-04  Richard Sandiford  <rsandif@redhat.com>
7223
7224         * config/mips/mips.c (override_options): Disable -G on targets that
7225         have no .section support.
7226         (mips_select_section): Use default_select_section for such targets.
7227
7228 2003-08-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7229
7230         * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
7231         * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
7232         * fixinc/fixincl.x: Rebuild.
7233         * fixinc/tests/base/regexp.h: New test.
7234
7235 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
7236
7237         * c-ppoutput.c (cb_line_change): Don't skip line changing while
7238         parsing macro arguments in the top-level context.
7239
7240 2003-08-04  Neil Booth  <neil@daikokuya.co.uk>
7241
7242         * config.in: Remove HAVE_LSTAT.
7243         * configure, configure.in: Don't test for lstat.
7244
7245 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7246
7247         * opts.c (decode_options): Do language-specific initialization for
7248         the global diagnostic context.
7249         * langhooks-def.h (lhd_initialize_diagnostics): Declare.
7250         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
7251         (LANG_HOOKS_INITIALIZER): Adjust.
7252         * langhooks.h (struct lang_hooks): Add new field
7253         initialize_diagnostics.
7254         * langhooks.c (lhd_initialize_diagnostics): Define.
7255
7256 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7257
7258         * pretty-print.h:   Adjust macro definitions.
7259         * pretty-print.c (pp_newline): Rename to pp_base_newline.
7260         (pp_character): Rename to pp_base_character.
7261         (pp_string): Rename to pp_base_string.
7262         * c-pretty-print.c (pp_buffer): Move to pretty-print.h
7263         (pp_newline):  Likewise.  Adjust.
7264         (pp_c_char): Adjust.
7265
7266 2003-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7267
7268         * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
7269         BUILT_IN_LLABS): Move to miscellaneous section.
7270
7271 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
7272
7273         PR preprocessor/11534
7274         * cppexp.c (parse_defined): Warn only if -pedantic.
7275
7276 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
7277
7278         * cppfiles.c (stack_file): Use file path.
7279
7280 2003-08-02  Roger Sayle  <roger@eyesopen.com>
7281
7282         * builtin-types.def (BT_SSIZE): New primitive type.
7283         (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
7284         BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
7285         BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
7286         BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
7287         * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
7288         BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
7289         BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
7290         * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
7291         few functions that define default attributes using it.
7292         * c-common.c (c_common_insert_default_attributes): Do nothing.
7293
7294         * doc/extend.texi: Document these "new" builtins.
7295
7296 2003-08-02  Kaz Kojima  <kkojima@gcc.gnu.org>
7297
7298         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
7299         (LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
7300         when -mieee-fp set and -shared not set.
7301         (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
7302
7303 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
7304
7305         * cppfiles.c (struct _cpp_file): Rename once_only_next to
7306         next_file.  Remove import and pragma_once, add once_only.
7307         (find_file): Add new file structures to the all_files list.
7308         (should_stack_file): Mark #import-ed files once-only, and
7309         don't stack them if the file has already been stacked.
7310         (_cp_mark_file_once_only): Simplify.
7311         * cpphash.h (struct cpp_reader): Rename once_only_files
7312         to all_files.  Rename saw_pragma_once to seen_once_only.
7313         (_cpp_mark_file_once_only): Update prototype.
7314         * cpplib.c (do_pragma_once): Update.
7315
7316 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
7317
7318         * cppfiles.c (ENOTDIR): Remove.
7319         (open_file_in_dir): Rename find_file_in_dir.  Handle errors
7320         other than ENOENT here.
7321         (once_only_file_p): Rename should_stack_file.
7322         (find_file, open_file_failed, read_file_guts): Report errors
7323         with full path name.
7324         (read_file): Move pch handling to should_stack_file.
7325         (should_stack_file): Handle PCH and once-only issues, and
7326         reading the file.
7327         (stack_file): Don't do file reads.
7328
7329 2003-08-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7330
7331         * libgcov.c (gcov_exit): Cleanup and fix.
7332         * profile.c (compute_value_histograms): Don't try to read profiles
7333         that are not present.
7334
7335 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7336
7337         * builtins.def: Categorize.
7338
7339         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7340         Mind fp rounding.
7341         (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
7342
7343 2003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>
7344
7345         * config.gcc: Enable posix threads by default on darwin.
7346
7347 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
7348
7349         * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
7350         even if nehedges1 is 0.
7351
7352 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7353
7354         * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
7355         fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
7356         fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
7357         and defintions.
7358
7359         * fixinc/inclhack.def (broken_cabs): Make matching more generous.
7360         * fixinc/fixincl.x: Regenerate.
7361         * fixinc/tests/base/math.h: Regenerate to match test_text change.
7362
7363 2003-08-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7364
7365         * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
7366
7367 2003-08-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7368
7369         * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
7370         for accesses to exc_ptr.
7371
7372 2003-08-01  Geoffrey Keating  <geoffk@apple.com>
7373
7374         * doc/sourcebuild.texi (Front End Directory): Don't make references
7375         to libsubdir, it's not part of the interface to frontends.
7376         * doc/install.texi (Configuration): Help users read faster by saying
7377         that GCC's configure options are the standard autoconf ones.
7378         Mention --libdir.  Update the default rules for finding the
7379         assembler.  Don't use libsubdir since we haven't said what it means.
7380         (Specific): In the Solaris 7 notes, update the place to put the
7381         assembler.
7382         * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
7383         * doc/cpp.texi (Search Path): Actually, the search path
7384         depends on libdir, which can relocate with cpp.
7385         * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
7386         now a private interface between the Makefile and the driver.
7387
7388 2003-08-01  Richard Henderson  <rth@redhat.com>
7389
7390         * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
7391
7392         * varasm.c (lookup_constant_def): New function.
7393         * rtl.h (lookup_constant_def): Declare it.
7394         * dwarf2out.c (loc_descriptor_from_tree): Use it.
7395         Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
7396
7397 2003-08-01  Zack Weinberg  <zack@codesourcery.com>
7398
7399         * c-decl.c (gettags, pushdecl_function_level): Delete.
7400         (last_function_parm_vars): Rename last_function_parm_others.
7401         (current_function_parm_vars): Rename current_function_parm_others.
7402         (struct c_scope): Rewrite comment explaining this data structure.
7403         Add names_last, blocks_last, parms_last fields.  Rename
7404         incomplete_list to incomplete.
7405         (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
7406         (poplevel): Ignore second argument.  No need to nreverse
7407         anything.  Restructure such that each list is processed
7408         exactly once.  Use 'const location_t *locus' syntactic sugar
7409         variable where useful.  Issue unused variable warnings
7410         ourselves, do not rely on function.c.
7411         (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
7412         (pushdecl_top_level): Likewise.  Don't call duplicate_decls.
7413         (implicitly_declare): decl cannot be error_mark_node.
7414         (undeclared_variable): Manipulate scope structure directly.
7415         (c_make_fname_decl): Likewise.
7416         (getdecls, c_init_decl_processing): Fix comment.
7417         (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
7418         for 'last' variable.
7419         (grokparms): No need to nreverse parms list.
7420         (store_parm_decls_newstyle): Set up the parms_last and
7421         names_last fields of the new scope too.
7422         (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
7423         on parms to begin with; check this under ENABLE_CHECKING.  Set
7424         up parms_last.
7425         (check_for_loop_decls): Refer directly to current_scope->tags.
7426         Use consistent quote style in diagnostics.
7427         (c_write_global_declarations): The names list is not backward.
7428
7429         * c-common.h: Don't prototype gettags.
7430         * c-parse.in: Call poplevel with second argument 0 always.
7431
7432 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7433
7434         * builtins.def: Resort builtins.
7435
7436 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7437
7438         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
7439         DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
7440         Prepend "__builtin_" onto NAME with string concatenation.  Remove
7441         explicit "__builtin_" from each macro call.
7442
7443         Reformat entire file.
7444
7445 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7446
7447         * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
7448         ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.
7449
7450 2003-08-01  Andreas Krebbel  <krebbel1@de.ibm.com>
7451
7452         * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
7453         CCL1, or CCL2 modes with floating point operations.
7454
7455         * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
7456         "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
7457         "*subdf3_cconly"): New insns.
7458         ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
7459
7460 2003-08-01  Neil Booth  <neil@daikokuya.co.uk>
7461
7462         * Makefile.in: Refine dependencies.
7463         * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
7464         * c.opt: Update help for -Wimport.
7465         * cppfiles.c: Include hashtab.h.  Update comments.
7466         (stack_file): Read the file before updating dependencies.
7467         (once_only_file_p): Be smarter about marking once-only files.
7468         (_cpp_mark_file_once_only): Correct the check for existence on
7469         the list.
7470         (open_file_failed): Use name not path, which is NULL.
7471         * cpphash.h: Don't include hashtab.h.
7472         (struct _cpp_file): Remove.
7473         (struct cpp_reader): Update.
7474         * cppinit.c (cpp_create_reader): Don't initialize warn_import.
7475         * cpplib.h (struct cpp_options): Remove warn_import.
7476         (cpp_simplify_path): Remove.
7477
7478 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
7479
7480         PR c++/11295
7481         * doc/extend.texi (Statement Expressions): Document C++ semantics.
7482
7483 2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7484
7485         * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
7486
7487 2003-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7488
7489         * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
7490         throughout.
7491         * builtins.def: Likewise.
7492
7493 2003-07-31  Jason Merrill  <jason@redhat.com>
7494
7495         * Makefile.in (bubblestrap): Don't require a previous full
7496         bootstrap.
7497
7498         * expr.c (mostly_zeros_p): No longer static.
7499         * tree.h: Declare it.
7500         * stmt.c (resolve_asm_operand_names): Don't copy the pattern
7501         unless we need to do substitutions.
7502
7503 2003-07-31  Roger Sayle  <roger@eyesopen.com>
7504
7505         * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
7506         pow(x,c)*x as pow(x,c+1) for constant values c.  Optimize x*x
7507         as pow(x,2.0) when the latter will be expanded back into x*x.
7508         (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
7509         * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
7510         pow can never set errno when used with an integer exponent.
7511         Always use expand_powi when exponent is -1, 0, 1 or 2.
7512         (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
7513         as 1.0/(x*x).  This avoids unbounded recursion as we now prefer
7514         the pow forms of these expressions.
7515
7516 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7517
7518         * Makefile.in (libexecdir): New.
7519         (libsubdir): Use gcc instead of gcc-lib.
7520         (libexecsubdir): New.
7521         (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
7522         (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
7523         gcc-lib.
7524         (installdirs): Make libexecsubdir.
7525         (install-common): Put executables in libexecsubdir.
7526         (itoolsdir): Use libexecsubdir.
7527         (itoolsdatadir): New.
7528         (install-mkheaders): Separate data files and executables.
7529         (install-collect2): Put executables in libexecsubdir.
7530         (uninstall): Remove libexecsubdir.
7531         * mkheaders.in: Update for new arrangement of files.
7532         (libexecdir): New.
7533         (libexecsubdir): New.
7534         (itoolsdir): Use libexecsubdir.
7535         (itoolsdatadir): New.
7536         * gcc.c (gcc_libexec_prefix): New.
7537         (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
7538         (standard_exec_prefix_1): Use libexec.
7539         (standard_exec_prefix_2): New.
7540         (standard_libexec_prefix): New.
7541         (process_command): Update for new arrangement of files.  Compute
7542         gcc_libexec_prefix.  Update for change from gcc-lib to gcc.
7543
7544 2003-07-31  Nathanael Nerode  <neroden@gcc.gnu.org>
7545
7546         * inclhack.def (stdio_va_list): Avoid bogus replacement which
7547         triggers on Interix.
7548         * fixincl.x: Regenerate.
7549
7550 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
7551
7552         * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
7553         SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
7554
7555 2003-07-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7556
7557         * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
7558
7559 2003-07-31  Per Bothner  <pbothner@apple.com>
7560
7561         * opts.c (in_fnames, num_in_fnames):  Moved here from c-opts.
7562         (add_input_filename):  New function.
7563         (handle_options):  Call add_input_filename directly instead of
7564         with a lang hook.
7565         * opts.h (in_fnames, num_in_fnames):  Moved here.
7566         (add_input_filename):  Declare.
7567         * c-decl.c:  Need to #include opts.h.
7568         * Makefile.in (c-decl.o):  Also depends on opts.h.
7569         * c-opts.c (in_fnames, num_in_fnames):  Moved to opts.c.
7570         (c_common_handle_filename):  Replaced by add_input_filename.
7571         * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
7572         Remove.
7573         * langhooks.h (struct lang_hooks):  Remove handle_filename hook.
7574         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
7575         (LANG_HOOKS_INITIALIZER):  Remove use of LANG_HOOKS_HANDLE_FILENAME.
7576         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
7577
7578 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7579
7580         * combine.c (try_combine): Set JUMP_LABEL for newly created
7581         unconditional jump.
7582
7583 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7584
7585         * fold-const.c (fold): Fold some comparisons of bit operations.
7586
7587 2003-07-31  Jan Hubicka  <jh@suse.cz>
7588
7589         * cgraph.c (create_edge): Fix typo.
7590         * i386.c (pic_symbolic_operand): Reorder tests.
7591
7592 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7593
7594         * doc/gcov.texi (Invoking Gcov): Describe output name mangling
7595         more fully.
7596         (Gcov Data Files): Update.
7597
7598 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7599
7600         * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
7601         default.
7602
7603         * gthr-posix.c: New file.
7604         * gthr-posix.h: Define _REENTRANT if missing.
7605         Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
7606
7607         * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
7608         by gthr-posix.o.
7609         * config/alpha/t-osf-pthread: New file.
7610
7611         * fixinc/inclhack.def (alpha_pthread): New fix.
7612         * fixinc/fixincl.x: Regenerate.
7613         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
7614
7615         * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
7616         warning.
7617         Fixes PR bootstrap/9330.
7618
7619 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7620
7621         * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
7622         without GNU ld.
7623         Update comment.
7624         * configure: Regenerate.
7625
7626 2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
7627
7628         * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
7629         setter.
7630
7631 2003-07-30  Roger Sayle  <roger@eyesopen.com>
7632
7633         * builtins.def: Alphabetize.
7634
7635 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
7636
7637         * doc/c-tree.texi: Normalize spellings of "lowercase" and
7638         "uppercase".
7639         * doc/cpp.texi: Likewise.
7640         * doc/md.texi: Likewise.
7641         * doc/rtl.texi: Likewise.
7642         * doc/tm.texi: Likewise.
7643
7644 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
7645
7646         * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
7647         (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
7648         of cc1obj.
7649
7650 2003-07-30  Chris Demetriou  <cgd@broadcom.com>
7651
7652         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
7653         macros before defining them.
7654
7655 2003-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
7656
7657         * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
7658         UNSPECV_BLOCKAGE): New constants.
7659         ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
7660         "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
7661         splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
7662         "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
7663
7664         (all insns and expanders): Write output control string as brace block
7665         where appropriate.  Remove \-escapes for doublequote characters.
7666
7667 2003-07-31  Jan Hubicka  <jh@suse.cz>
7668
7669         * gcse.c (insert_store): Fix typo in previous patch.
7670
7671 2003-07-30  Neil Booth  <neil@daikokuya.co.uk>
7672
7673         * cppfiles.c (stack_file, open_file_failed): Use path for deps.
7674
7675 2003-07-30  Andi Kleen  <ak@muc.de>
7676
7677         * loop.c (check_dbra_loop): Allow LTU in the loop condition.
7678
7679 2003-07-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7680
7681         * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
7682         * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
7683         GCOV_N_VALUE_COUNTERS): New.
7684         * profile.c (compute_value_histograms): New static function.
7685         (branch_prob): Read back the value histograms.
7686         * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
7687         * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
7688         * value-prof.c: Add comment on reading the profile.
7689         * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
7690         * doc/invoke.texi (-fprofile-values): Document behavior with
7691         -fbranch-probabilities.
7692
7693 2003-07-30  David Edelsohn  <edelsohn@gnu.org>
7694
7695         * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
7696
7697 2003-07-30  Ulrich Weigand  <uweigand@de.ibm.com>
7698
7699         * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
7700         symbolically.
7701
7702 2003-07-30  Jan Hubicka  <jh@suse.cz>
7703
7704         * gcse.c (insert_store): Ignore fake edges.
7705
7706         * c-common.c (flag_vtable_gc): Kill.
7707         * c-common.g (flag_vtable_gc): Kill.
7708         * c-opts (c_common_handle_option): Kill.
7709         * c.opt (fvtable-gc): Kill.
7710         * final.c (final_scan_insn): Do not call assemble_vtable_entry.
7711         * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
7712         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
7713
7714         * invoke.texi (-ftable-gc): Kill documentation.
7715
7716         * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
7717         just because function body is missing.
7718
7719         * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
7720
7721 2003-07-30  Ranjit Mathew  <rmathew@hotmail.com>
7722
7723         * unwind-sjlj.c: Fix typo in file description.
7724
7725 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
7726
7727         * calls.c (load_register_parameters): When shifting reg sized values
7728         to the msb, move the value to a reg first.
7729
7730 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
7731
7732         * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
7733         * line-map.h (linemap_add): Update comments.
7734         * line-map.c (linemap_add): Update comments, interpret zero-length
7735         filename as "<stdin>".
7736
7737 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7738
7739         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7740
7741 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
7742
7743         * c-decl.c (last_function_parm_vars, current_function_parm_vars):
7744         New static variables.
7745         (struct c_scope): Add parms and warned_forward_parm_decls
7746         fields; remove parm_order.
7747         (storedecls, storetags): Delete.
7748         (poplevel): Also clear bindings on the parms chain.
7749         (pushdecl): Handle forward declarations of parameters, and
7750         chain PARM_DECLs on the parms list, not the names list.
7751         (lookup_name_current_level): Check for PARM_DECLs on the parms
7752         list too.
7753         (push_parm_decl): Don't update parm_order.
7754         (clear_parm_order): Rename mark_forward_parm_decls.  Issue the
7755         warning, only once per parameter list, and set TREE_ASM_WRITTEN
7756         on the decls here.  Then move the forward decls to the names list.
7757         (grokparms): Set last_function_parm_vars.
7758         (get_parm_info): Don't use gettags or getdecls.  No need to
7759         extract non-parms from the parms list, or reorganize the parms
7760         list.  Feed nonparms back in the TREE_TYPE of the list node
7761         returned.  Issue only one error per parameter list for "void"
7762         appearing more than once in said parameter list.  Collapse
7763         parmlist_tags_warning into this function to avoid double scan
7764         of tags list.
7765         (start_function): Set current_function_parm_vars.
7766         (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
7767         directly.  Get non-parms from current_function_parm_vars; no
7768         need to extract them from the parms chain.  Properly bind tags
7769         in the new scope.
7770         (store_parm_decls_oldstyle): No need to extract non-parameters
7771         from the parms chain, nor to store them back afterward.  Move
7772         declaration to top of function, restructure code reordering
7773         DECL_ARGUMENTS.
7774         (store_parm_decls): No need to save and restore warn_shadow.
7775         * c-parse.in: Don't call parmlist_tags_warning nor
7776         clear_parm_order.  Call mark_forward_parm_decls when forward
7777         parm decls are encountered.
7778         * c-tree.h: Prototype mark_forward_parm_decls; not
7779         clear_parm_order or parmlist_tags_warning.
7780
7781 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
7782
7783         * c-common.c (allow_pch): Remove.
7784         * c-common.h (allow_pch): Remove.
7785         (c_common_no_more_pch): Declare.
7786         * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
7787         * c-pch.c: Include hosthooks.h.
7788         (c_common_valid_pch): Don't check allow_pch.
7789         (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
7790         (c_common_no_more_pch): New.
7791         * ggc-common.c: Include hosthooks.h.
7792         (gt_pch_save): Call gt_pch_get_address.
7793         (gt_pch_restore): Call gt_pch_use_address.
7794         * hooks.c (hook_voidp_size_t_null): New.
7795         (hook_bool_voidp_size_t_false): New.
7796         * hooks.h (hook_voidp_size_t_null): New.
7797         (hook_bool_voidp_size_t_false): New.
7798         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
7799         (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
7800         (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
7801         HOST_HOOKS_GT_PCH_USE_ADDRESS.
7802         * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
7803         gt_pch_use_address.
7804         * doc/hostconfig.texi (Host Common): Document
7805         HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
7806         * Makefile.in (c-pch.o): Depend on hosthooks.h.
7807         (ggc-common.o): Likewise.
7808
7809         * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
7810         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
7811         (pch_address_space): New.
7812         (darwin_rs6000_gt_pch_get_address): New.
7813         (darwin_rs6000_gt_pch_use_address): New.
7814
7815 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
7816
7817         PR preprocessor/11569
7818         PR preprocessor/11649
7819         * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
7820         * cppfiles.c: Completely rewritten.
7821         * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
7822         struct cpp_path is now struct cpp_dir.
7823         (remove_duplicates): Don't simplify path names.
7824         * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
7825         cpp_stack_file.
7826         * cpphash.h: Include hashtab.h.
7827         (_cpp_file): Declare.
7828         (struct cpp_buffer): struct include_file is now struct _cpp_file,
7829         and struct cpp_path is now struct cpp_dir.  Rename members.
7830         (struct cpp_reader): Similarly.  New members once_only_files,
7831         file_hash, file_hash_entries, quote_ignores_source_dir,
7832         no_search_path, saw_pragma_once.  Remove all_include_files and
7833         max_include_len.  Make some members bool.
7834         (_cpp_mark_only_only): Renamed from _cpp_never_reread.
7835         (_cpp_stack_file): Renamed from _cpp_read_file.
7836         (_cpp_stack_include): Renamed from _cpp_execute_include.
7837         (_cpp_init_files): Renamed from _cpp_init_includes.
7838         (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
7839         * cppinit.c (cpp_create_reader): Initialize no_search_path.  Update.
7840         (cpp_read_next_file): Rename and move to cppfiles.c.
7841         (cpp_read_main_file): Update.
7842         * cpplib.c (run_directive): Update for renamed members.
7843         (do_include_common, _cpp_pop_buffer): Update.
7844         (do_import): Undeprecate #import.
7845         (do_pragma_once): Undeprecate.  Use _cpp_mark_file_once_only.
7846         * cpplib.h: Remove file_name_map_list.
7847         (cpp_options): Remove map_list.
7848         (cpp_dir): Rename from cpp_path.  New datatype for name_map.
7849         (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
7850
7851 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7852
7853         * Makefile.in:  Make stamp-objdir safe for parallel builds.
7854
7855 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7856
7857         * Makefile.in (stmp-docobjdir):  New target; ensure $docobjdir exists.
7858         (info):  Depend on stmp-docobjdir.
7859
7860 2003-07-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7861
7862         * configure: Regenerate.
7863
7864 2003-07-29  Jan Hubicka  <jh@suse.cz>
7865
7866         PR C++/11131
7867         * tree-inline.c (expand_call_inline): Always call inlinable_function_p
7868         in !unit-at-a-time mode.
7869
7870 2003-07-28  Geoffrey Keating  <geoffk@apple.com>
7871
7872         * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
7873         main function.
7874
7875 2003-07-28  Mark Mitchell  <mark@codesourcery.com>
7876
7877         PR c++/11667
7878         * c-common.c (shorten_compare): Take into account differences
7879         between C and C++ representation for enumeration types.
7880         * tree.h (set_min_and_max_values_for_integral_type): Declare.
7881         * stor-layout.c (set_min_and_max_values_for_integral_type): New
7882         function, broken out from ...
7883         (fixup_signed_type): ... here and ...
7884         (fixup_unsigned_type): ... here.
7885
7886 2003-07-28  Zack Weinberg  <zack@codesourcery.com>
7887
7888         * c-decl.c: Update commentary, adjust blank lines throughout.
7889         (struct c_scope): Fix indentation.  Reorder members so
7890         outer-context pointers come first, booleans last.
7891         (duplicate_decls, define_label): Use a 'locus' variable for
7892         diagnostic locations in a few more places.
7893         (warn_if_shadowing): Un-split a conditional that fits on one line.
7894         (c_init_decl_processing): No need to clear current_scope and
7895         current_function_scope.
7896         (start_decl): Merge if/else if statements with same action.
7897         (push_parm_decl): Rename old_immediate_size_expand to use
7898         save_foo convention; save/restore around entire function.
7899         (grokdeclarator): Remove unnecessary braces.
7900
7901 2003-07-28  Hans-Peter Nilsson  <hp@bitrange.com>
7902             Michael Culbertson  <Michael.J.Culbertson@wheaton.edu>
7903
7904         * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
7905         when warn_declaration_after_statement.  Call pedwarn_c90, not
7906         pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
7907         * c-common.c (warn_declaration_after_statement): Define.
7908         * c-common.h (warn_declaration_after_statement): Declare.
7909         * c.opt (Wdeclaration-after-statement): New.
7910         * c-errors.c (pedwarn_c90): New function.
7911         * c-opts.c (c_common_handle_option) <case
7912         OPT_Wdeclaration_after_statement>: New.
7913         * c-tree.h (pedwarn_c90): Declare.
7914         * doc/invoke.texi (Option Summary): Document
7915         -Wdeclaration-after-statement.
7916         (Warning Options): Ditto.
7917
7918 2003-07-28  Jan Hubicka  <jh@suse.cz>
7919
7920         * i386.md (memory attribute) Avoid accessing uninitialized memory
7921         for ishift1 type instructions.
7922
7923 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
7924
7925         * configure.in (--enable-checking): Add fold category.
7926         (ENABLE_FOLD_CHECKING): Define if requested.
7927         * configure: Rebuilt.
7928         * config.in: Rebuilt.
7929         * doc/install.texi: Document it.
7930         * fold-const.c: Include md5.h.
7931         [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
7932         [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
7933         print_fold_checksum): New functions.
7934
7935         * fold-const.c (fold): Never modify argument passed to fold, instead
7936         change a copy and return it.
7937         * convert.c (convert_to_integer): Likewise.
7938
7939 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7940
7941         * fixinc/fixinc.svr4: Remove dead code.  Remove now-unnecessary
7942         cleanup of junk after #else and #endif directives.  Collapse repeated
7943         clauses into for statment.
7944
7945         * fixinc/fixincl.sh: GNU C -> GCC.  Add usage comment.
7946
7947 2003-07-27  Zack Weinberg  <zack@codesourcery.com>
7948
7949         * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
7950         (keep_next_if_subblocks): Rename next_is_function_body.
7951         (pushlevel): Adjust commentary.  Always set ->keep on the
7952         outermost level of a function.  Don't set ->keep_if_subblocks.
7953         (poplevel): Adjust commentary.  Don't look at ->keep_if_subblocks.
7954         (store_parm_decls): Adjust to match.
7955         (finish_function): Adjust to match.
7956         Call poplevel with all three arguments zero.
7957
7958         * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
7959         New functions split out of store_parm_decls.
7960         Avoid unnecessary work. Use local variables consistently.
7961         (store_parm_decls): Likewise.
7962
7963         (finish_function): No need to set functionbody flag on call to
7964         poplevel.
7965         (struct language_function): Remove scope field.
7966         (c_push_function_context, c_pop_function_context): No need to
7967         save and restore current_scope.
7968
7969 2003-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7970
7971         * doc/extend.texi (Deprecated Features): Implicit typename is
7972         gone. Default args on types is going.
7973
7974 2003-07-26  J"orn Rennecke <joern.rennecke@superh.com>
7975
7976         * Makefile.in (ifcvt.o): Depend on target.h
7977         * ifcvt.c (target.h): Include.
7978         (if_convert): Don't call mark_loop_exit_edges if we can't
7979         modify jumps.
7980
7981 2003-07-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7982
7983         * doc/install.texi (Testing): Adjust required versions of DejaGnu.
7984
7985 2003-07-26  Richard Henderson  <rth@redhat.com>
7986
7987         PR inline-asm/11676
7988         * cse.c (count_reg_usage): Handle asm_operands properly.
7989
7990 2003-07-26  Roger Sayle  <roger@eyesopen.com>
7991
7992         * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
7993         (DEF_EXT_FALLBACK_BUILTIN): Delete.
7994         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
7995         the regular DEF_EXT_LIB_BUILTIN macro.
7996         (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
7997         the regular DEF_LIB_BUILTIN macro.
7998         (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
7999         BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
8000         BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
8001         DEF_EXT_LIB_BUILTIN macro.
8002
8003         * c-decl.c (duplicate_decls): Remove code to handle builtin
8004         functions prototyped without an argument list.
8005
8006 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
8007
8008         * config/i386/winnt.c: Revert 2003-07-08 change.
8009         (i386_pe_section_type_flags): Remove error_with_decl here too.
8010
8011 2003-07-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8012
8013         * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
8014         * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
8015         * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
8016         (v850_handle_data_area_attribute): Likewise.
8017
8018 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
8019
8020         * varasm.c (output_constant_def_contents): Use
8021         ASM_DECLARE_CONSTANT_NAME if defined.
8022         * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
8023         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
8024         objects get at least one byte to prevent assembler problems.
8025         (ASM_DECLARE_CONSTANT_NAME): New.
8026
8027         * Makefile.in (libbackend.o): Remove options_.h.
8028         (mostlyclean): Likewise.
8029
8030         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
8031         insert a label at the end of an function under Mach-O.
8032
8033         * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
8034
8035 2003-07-25  Aldy Hernandez  <aldyh@redhat.com>
8036
8037         * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
8038         equality.
8039         (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
8040
8041         * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
8042
8043 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8044
8045         * doc/passes.texi (Passes): Mention pretty-printing and
8046         diagnostic files.
8047
8048 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8049
8050         * doc/extend.texi (Function Attributes): GNU C++ does now allow
8051         unused parameter decls.
8052         (Attribute Syntax): GNU C++ does not allow label attributes to be
8053         after the ':'.
8054
8055 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8056
8057         * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
8058         (objc_declare_class): Likewise.
8059         (error_with_ivar): Likewise.
8060         (start_class): Likewise.
8061         (warn_with_method): Likewise.
8062
8063 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8064
8065         Remove pedwarn_with_decl, warning_with_decl and error_with_decl
8066         from GCC.
8067         * calls.c (try_to_integrate): Don't use xxx_with_decl.
8068         (expand_call): Likewise.
8069         * dwarfout.c (output_reg_number): Likewise.
8070         * expr.c (expand_expr): Likewise.
8071         * function.c (assign_temp): Likewise.
8072         (uninitialized_vars_warning): Likewise.
8073         (setjmp_args_warning): Likewise.
8074         (expand_function_end): Likewise.
8075         * stmt.c (fixup_gotos): Likewise.
8076         (warn_about_unused_variables): Likewise.
8077         (expand_end_bindings): Likewise.
8078         * stor-layout.c (layout_decl): Likewise.
8079         (place_field): Likewise.
8080         * toplev.c (check_global_declarations): Likewise.
8081         (rest_of_handle_inlining): Likewise.
8082         (default_tree_printer): New function.
8083         (general_init): Initialize diagnostic machinery before routing
8084         signals to the ICE machinery.  Set default tree printer.
8085         * toplev.h (pedwarn_with_decl): Remove declaration.
8086         (warning_with_decl): Likewise.
8087         (error_with_decl): Likewise.
8088         (pedwarn): Remove attribute for the time being.
8089         * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
8090         * varasm.c (named_section): Likewise.
8091         (make_decl_rtl): Likewise.
8092         (assemble_variable): Likewise.
8093         (merge_weak): Likewise.
8094         (declare_weak): Likewise.
8095
8096         * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
8097         * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
8098         (format_with_decl): Remove.
8099         (diagnostic_for_decl): Likewise.
8100         (pedwarn_with_decl): Likewise.
8101         (warning_with_decl): Likewise.
8102         (error_with_decl): Likewise.
8103         (diagnostic_initialize): Adjust.
8104         (diagnostic_count_diagnostic): Likewise.
8105         (announce_function): Likewise.
8106         (lhd_print_error_function): Likewise.
8107         (diagnostic_report_current_module): Likewise.
8108         (default_diagnostic_starter): Likewise.
8109         (diagnostic_report_diagnostic): Likewise.
8110         (default_diagnostic_finalizer): Likewise.
8111         (verbatim): Likewise.
8112         (error): Likewise.
8113         (warning): Likewise.
8114         * opts.c (common_handle_option): Likewise.
8115         * pretty-print.c: New file.
8116         * c-pretty-print.h (pp_base): Override.
8117         * c-pretty-print.c: Adjust use of macros throughout.
8118         (pp_buffer): New macro.
8119         (pp_newline): Likewise.
8120         * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
8121         * Makefile.in (DIAGNOSTIC_H): New variable.
8122         (c-errors.o): Use it.
8123         (c-objc-common.o): Likewise.
8124         (c-common.o): Likewise.
8125         (c-opts.o): Likewise.
8126         (c-format.o): Likewise.
8127         (diagnostic.o): Likewise.
8128         (opts.o): Likewise.
8129         (toplev.o): Likewise.
8130         (rtl-error.o): Likewise.
8131         (dwarf2out.o): Likewise.
8132         (jump.o): Likewise.
8133         (pretty-print.o): New rule.
8134
8135 2003-07-24  Roger Sayle  <roger@eyesopen.com>
8136
8137         * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
8138         front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
8139         (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
8140         from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
8141         (DEF_FRONT_END_LIB_BUILTIN): Delete.
8142         (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
8143         (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
8144
8145         * builtins.c (build_string_literal): New function to construct
8146         a char* pointer to a string literal.
8147         (expand_builtin_fputs): Change 2nd argument from "int ignore" to
8148         "rtx target" to be consistent with other expand_builtin_* functions.
8149         Change 3rd argument from "int unlocked" to "bool unlocked".
8150         (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
8151         c-common.c to avoid front-end dependencies.  Optimize printf("")
8152         as a no-op when the result isn't required.  Handle embedded NULs
8153         in format string.
8154         (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
8155         from c-common.c to avoid front-end dependencies.  Likewise, optimize
8156         fprintf(fp,"") as a no-op when the result isn't required, evaluating
8157         fp for side-effects.  Handle embedded NULs in format string.
8158         (expand_builtin_sprintf): Fix typo.
8159         (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
8160         optimizing.  Adjust calls of expand_builtin_fputs to match the API
8161         change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
8162         expand_builtin_printf.  Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
8163         and BUILT_IN_FPRINTF using expand_builtin_fprintf.
8164
8165         * c-common.c (is_valid_printf_arglist): Delete.
8166         (c_expand_builtin): Delete.
8167         (c_expand_builtin_printf): Moved to builtins.c. Delete.
8168         (c_expand_builtin_fprintf): Moved to builtins.c.  Delete.
8169         (c_expand_expr): No longer treat CALL_EXPRs specially.
8170         (CALLED_AS_BUILT_IN): Delete.
8171
8172 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8173
8174         PR optimization/11631
8175         * gcse.c (store_motion): Connect infinite loops to exit.
8176
8177 2003-07-24  Jason Merrill  <jason@redhat.com>
8178
8179         * tree.h (boolean_type_node): Move from C/C++/Java frontends.
8180         (boolean_true_node, boolean_false_node): Likewise.
8181         (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
8182         * tree.c (build_common_tree_nodes): Init boolean_type_node.
8183         (build_common_tree_nodes_2): Init boolean_{true,false}_node.
8184         * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
8185         * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
8186         (truthvalue_true_node): Renamed from boolean_true_node.
8187         (truthvalue_false_node): Renamed from boolean_false_node.
8188         * c-decl.c: Just set truthvalue_* to integer_*.
8189         * c-*.[ch]: s/boolean/truthvalue/.  s/c_bool/boolean/.
8190
8191 2003-07-24  Roger Sayle  <roger@eyesopen.com>
8192
8193         * c-decl.c (match_builtin_function_types): New subroutine of
8194         duplicate_decls to test whether a redeclaration of a builtin
8195         function is suitably close, i.e. the return type and all of
8196         the argument types have the same modes as the builtin expects.
8197         (duplicate_decls): Fuzzy type matching for builtin functions
8198         moved to match_builtin_function_types.
8199
8200 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8201
8202         * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
8203         flag correctly.
8204
8205 2003-07-24  Zack Weinberg  <zack@codesourcery.com>
8206
8207         * c-decl.c: Search-and-replace change 'binding level' to
8208         'scope' in commentary.
8209         (struct binding_level): Now struct c_scope.
8210         (current_binding_level): Now current_scope.
8211         (free_binding_level): Now scope_freelist.
8212         (current_function_level): Now current_function_scope.
8213         (global_binding_level): Now global_scope.
8214         (make_binding_level): Now make_scope.
8215         (pop_binding_level): Now pop_scope.
8216
8217 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8218
8219         * configure.in (libgcc_visibility): Add missing whitespace.
8220
8221 2003-07-24  Richard Henderson  <rth@redhat.com>
8222
8223         * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
8224         __gcc_personality_v0.
8225
8226 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8227
8228         * Makefile.in: Replace pwd by ${PWD_COMMAND}.
8229
8230 2003-07-24  Nathan Sidwell  <nathan@codesourcery.com>
8231
8232         * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
8233         documentation missed from my 2003-07-09 patch.
8234
8235 2003-07-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8236
8237         * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
8238         it's not provided.
8239         * configure: Rebuild.
8240
8241 2003-07-24  Steven Bosscher  <steven@gcc.gnu.org>
8242
8243         PR c/10602
8244         * c-typeck.c (type_lists_compatible_p): Do not compare
8245         arguments if one of them is an error_mark_node
8246
8247 2003-07-24  Alan Modra  <amodra@bigpond.net.au>
8248
8249         * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
8250         if current_function_calls_eh_return.
8251
8252 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
8253
8254         * doc/c-tree.texi (OFFSET_TYPE): Update description.
8255
8256 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
8257
8258         * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
8259         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
8260         __umodsi3, __modsi3): Increase frame size to 32.
8261
8262 2003-07-23  Geoffrey Keating  <geoffk@apple.com>
8263
8264         * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
8265         prototype.
8266
8267 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
8268
8269         * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
8270
8271         PR optimization/10679
8272         * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
8273
8274 2003-07-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8275
8276         PR target/11607 and PR target/11516
8277         * pa.md (extzv, extv, insv): Revert latter half of last patch.
8278
8279 2003-07-22  Mark Mitchell  <mark@codesourcery.com>
8280
8281         * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
8282         * varasam.c (output_constant): Likewise.
8283
8284 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
8285
8286         * alias.c: Fix comment formatting.
8287         * c-common.c: Likewise.
8288         * c-decl.c: Likewise.
8289         * c-opts.c: Likewise.
8290         * combine.c: Likewise.
8291         * cpplib.c: Likewise.
8292         * diagnostic.c: Likewise.
8293         * dojump.c: Likewise.
8294         * final.c: Likewise.
8295         * fold-const.c: Likewise.
8296         * gcc.c: Likewise.
8297         * gcse.c: Likewise.
8298         * ggc-page.c: Likewise.
8299         * jump.c: Likewise.
8300         * loop.c: Likewise.
8301         * mips-tfile.c: Likewise.
8302         * recog.c: Likewise.
8303         * regclass.c: Likewise.
8304         * regmove.c: Likewise.
8305         * tree.c: Likewise.
8306         * tree.h: Likewise.
8307
8308 2003-07-22  Per Bothner  <pbothner@apple.com>
8309
8310         * line-map.c (add_line_map):  Handle invalid LEAVE request.
8311         Fixes PR preprocessor/11361.
8312
8313 2003-07-22  Per Bothner  <pbothner@apple.com>
8314
8315         * diagnostic.c.(diagnostic_report_current_module):  Update to match
8316         2003-06-05 changes to push_srcloc and pop_srcloc.
8317
8318 2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
8319
8320         * doc/trouble.texi: Better document two-stage name lookup.
8321
8322 2003-07-22  Eric Christopher <echristo@redhat.com>
8323
8324         * config/s390.c (s390_valid_pointer_mode): New.
8325         (TARGET_VALID_POINTER_MODE): Use.
8326         (s390_emit_prologue): Add tpf profiling hooks.
8327         (s390_emit_epilogue): Ditto.
8328         * config/s390.h (MASK_TPF): New.
8329         (TARGET_TPF): Use.
8330         (POINTERS_EXTEND_UNSIGNED): Define.
8331         * config/s390.md (ptr_extend): New pattern.
8332
8333 2003-07-22  Zack Weinberg  <zack@codesourcery.com>
8334
8335         * hashtable.c (approx_sqrt): Make static.
8336         * hashtable.h: Don't prototype approx_sqrt.
8337         * line-map.c (init_line_maps): Rename linemap_init.
8338         (free_line_maps): Rename linemap_free.
8339         (add_line_map): Rename linemap_add.
8340         (lookup_line): Rename linemap_lookup.
8341         (print_containing_files): Rename linemap_print_containing_files.
8342         * linemap.h: Update to match.
8343
8344         * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
8345         linemap routines to use new names.
8346
8347 2003-07-16  Nathan Sidwell  <nathan@codesourcery.com>
8348
8349         * c-common.c (handle_packed_attribute): Don't pack a struct via a
8350         typedef. Propagate packedness from a main variant.
8351
8352 2003-07-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8353
8354         * Makefile.in (install-common): Add dependency on installdirs.
8355
8356 2003-07-21  Alexandre Oliva  <aoliva@redhat.com>
8357
8358         * c-common.c (c_common_type_for_mode): Return integer types for
8359         pointer modes.
8360
8361 2003-07-22  Geoffrey Keating  <geoffk@apple.com>
8362
8363         * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
8364         (finish_decl): Call maybe_apply_pragma_weak here.
8365         (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
8366         TREE_PUBLIC and TREE_STATIC are decided.
8367         (start_function): Move call to maybe_apply_pragma_weak.  Check that
8368         DECL_ASSEMBLER_NAME isn't set too early.
8369
8370         * cpplex.c (_cpp_process_line_notes): Mention option name in
8371         trigraphs warning.
8372
8373 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
8374
8375         * combine.c (if_then_else_cond): Simplify the comparison of
8376         rtx against -1, 0, and 1.
8377         * loop.c (check_dbra_loop): Likewise.
8378         * optabs.c (emit_conditional_move): Likewise.
8379         (emit_conditional_add): Likewise.
8380         * config/i386/i386.md (*movsi_or): Likewise.
8381         (*movdi_or_rex6): Likewise.
8382
8383 2003-07-22  Jan Hubicka  <jh@suse.cz>
8384
8385         * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
8386
8387 2003-07-21  Neil Booth  <neil@daikokuya.co.uk>
8388
8389         * cppfiles.c (open_file_pch): Don't put unused entries in the
8390         splay tree.  Remove dead code.
8391
8392 2003-07-21  Geoffrey Keating  <geoffk@apple.com>
8393
8394         * c-common.h (num_in_fnames): Declare.
8395         (c_static_assembler_name): Move from here...
8396         * c-tree.h (c_static_assembler_name): ... to here.
8397         * c-opts.c: Don't include langhooks-def.h.
8398         (c_static_assembler_name): Move to c-decl.c.
8399         (num_in_fnames): Make externally visible.
8400         * c-decl.c: Include langhooks-def.h.
8401         (c_static_assembler_name): Move from c-opts.c.
8402         * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
8403         (c-opts.o): Remove $(LANGHOOKS_DEF_H).
8404
8405         * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
8406         when it's not needed.
8407
8408 2003-07-21  Jakub Jelinek  <jakub@redhat.com>
8409
8410         * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
8411         * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
8412         (rs6000_emit_prologue): Save FPRs inline if set.
8413
8414 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
8415
8416         * config/ia64/ia64.md (prefetch): Support predicate.
8417
8418 2003-07-21  Josef Zlomek  <zlomekj@suse.cz>
8419
8420         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
8421         * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
8422         table.
8423
8424 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8425
8426         PR optimization/11536
8427         * unroll.c (loop_iterations): Do not replace a register holding
8428         the final value by its equivalent before the loop if it is not
8429         invariant.
8430
8431 2003-07-21  Dave Fluri  <dave.fluri@onlink.net>
8432
8433         * doc/extend.texi: Fixes to spelling, grammar, and diction.
8434
8435 2003-07-21  Ben Elliston  <bje@wasabisystems.com>
8436
8437         * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
8438         (V850 Options): Spelling fixes.
8439
8440 2003-07-20  Lisa M. Goldstein  <opus@gnu.org>
8441
8442         * doc/invoke.texi: Fixes to style, grammar and diction.
8443
8444 2003-07-20  Roger Sayle  <roger@eyesopen.com>
8445
8446         * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
8447         * system.h (SMALL_STACK): Poison obsolete target macro.
8448         * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
8449
8450 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8451
8452         * configure.in:  Cache the results of testing for cmp's capabilities.
8453         * configure:  Regenerate.
8454
8455 2003-07-20  Mark Mitchell  <mark@codesourcery.com>
8456
8457         PR debug/11279
8458         * dwarf2out.c (gen_enumeration_type_die): Remember that
8459         enumerators can be unsigned.
8460
8461 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
8462
8463         * c-decl.c (named_labels, shadowed_labels, label_level_chain)
8464         (push_label_level, pop_label_level): Kill.
8465         (struct binding_level): Rename level_chain to outer.
8466         Add outer_function field.  Change parm_flag, function_body,
8467         keep, keep_if_subblocks to 1-bit bitfields of type bool.
8468         (current_function_level): New variable.
8469         (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
8470         (keep_next_level, declare_parm_level, warn_if_shadowing):
8471         Update to match.
8472         (struct language_function): Kill named_labels, shadowed_labels fields.
8473         (c_init_decl_processing, start_function, c_push__function_context)
8474         (c_pop_function_context): No need to muck with named_labels nor
8475         shadowed_labels.
8476
8477         (make_binding_level): No need to clear the structure here.
8478         (pop_binding_level): Always operate on current_binding_level.
8479         Update current_function_level if necessary.
8480         (pushlevel): Don't clear named_labels.  Update current_function_level
8481         if necessary.  Use "true" and "false" where appropriate.
8482         (poplevel): Diagnose labels defined but not used, or vice
8483         versa, and clear out label-meanings leaving scope, while
8484         walking down the decls list, for all binding levels.
8485         Handle LABEL_DECLs appearing in the shadowed list.
8486         pop_binding_level takes no arguments.
8487         (pushdecl_function_level): Use current_function_level.
8488
8489         (make_label, bind_label): New static functions.
8490         (declare_label): New exported function.
8491         (lookup_label, define_label): Rewritten for new data structure.
8492         (shadow_label): Kill.
8493
8494         * c-tree.h: Prototype declare_label; don't prototype
8495         push_label_level, pop_label_level, nor shadow_label.
8496         * c-parse.in: Remove all calls to push_label_level and
8497         pop_label_level.  Use declare_label for __label__ decls.
8498
8499         * doc/extend.texi: Clarify that __label__ can be used to
8500         declare labels with local scope in any nested block, not
8501         just statement expressions.  Cross-reference nested functions
8502         section from local labels section.
8503
8504 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8505
8506         * sched-rgn.c (find_rgns): Initialize current_edge correctly.
8507
8508 2003-07-19  Phil Edwards  <pme@gcc.gnu.org>
8509
8510         * doc/makefile.texi (restrap, profiledbootstrap):  Document targets.
8511
8512 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8513
8514         * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
8515         fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
8516
8517 2003-07-19  Ulrich Weigand  <uweigand@de.ibm.com>
8518
8519         * config/s390/s390.c (legitimize_pic_address): Access local symbols
8520         relative to the GOT instead of relative to the literal pool base.
8521         (s390_output_symbolic_const): Handle new GOT-relative accesses.
8522         * config/s390/s390.md ("call"): Access local functions and PLT stubs
8523         relative to the GOT instead of relative to the literal pool base.
8524         ("call_value"): Likewise.
8525         ("call_value_tls"): Likewise.
8526
8527         * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
8528         reloading.  Support LTREL_BASE / LTREL_OFFSET construct.
8529         (s390_chunkify_finish): Likewise.
8530         (s390_chunkify_cancel): Likewise.
8531         (s390_reorg): Adapt caller.
8532         (find_base_register_in_addr,
8533         find_base_register_ref, replace_base_register_ref): Delete.
8534         (find_ltrel_base, replace_ltrel_base): New functions.
8535         (find_constant_pool_ref): Handle LTREL_BASE unspecs.
8536         (s390_decompose_address): Handle LTREL_BASE unspecs.  Optimize
8537         base vs. index register usage.
8538         (struct constant_pool): Remove 'anchor'.
8539         (s390_add_anchor): Delete.
8540         (s390_dump_pool): Remove anchor handling.
8541         * config/s390/s390.md ("reload_anchor"): Remove.
8542
8543         * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
8544         (s390_load_got): New function.  Use LTREL_BASE/OFFSET.
8545         (s390_emit_prologue): Use it.
8546         * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
8547         "builtin_setjmp_receiver"): Cleanup.  Use s390_load_got.  Do not
8548         hard-code register 14.
8549         * config/s390/s390-protos.h (s390_load_got): Declare.
8550
8551         * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
8552         Support TImode constants.
8553         * config/s390/s390.md ("consttable_ti"): New.
8554         ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
8555
8556         * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
8557         UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
8558         UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
8559         UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
8560         UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
8561         New symbolic constants.
8562         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
8563         "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
8564         "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
8565         "pool", "literal_pool_31", "literal_pool_64"): Cleanup.  Use
8566         symbolic UNSPEC values.
8567         * config/s390/s390.c (larl_operand, s390_short_displacement,
8568         bras_sym_operand, s390_cannot_force_const_mem,
8569         s390_delegitimize_address, s390_decompose_address,
8570         legitimize_pic_address, s390_output_symbolic_const,
8571         s390_function_profiler): Use symbolic UNSPEC values.
8572
8573 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8574
8575         * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
8576         c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
8577         c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
8578         collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
8579         cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
8580         cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
8581         dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
8582         fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
8583         gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
8584         genemit.c genextract.c genoutput.c genrecog.c gensupport.c
8585         ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
8586         integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
8587         loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
8588         postreload.c prefix.c print-tree.c protoize.c ra-build.c
8589         ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
8590         regmove.c regrename.c reload.c reload1.c reorg.c resource.c
8591         sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
8592         simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
8593         tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
8594         varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
8595         casts.
8596
8597 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8598
8599         * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
8600         * toplev.h (warning): Remove attribute.
8601
8602 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8603
8604         * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
8605         (pop_label_level): Likewise.
8606         (duplicate_decls): Likewise.
8607         (implicitly_declare): Likewise.
8608         (shadow_label): Likewise.
8609         (start_decl): Likewise.
8610         (finish_decl): Likewise.
8611         (grokdeclarator): Likewise.
8612         (get_parm_info): Likewise.
8613         (detect_field_duplicates): Likewise.
8614         (finish_struct): Likewise.
8615         (start_function): Likewise.
8616         (store_parm_decls): Likewise.
8617         (finish_function): Likewise.
8618         (c_expand_body_1): Likewise.
8619         (check_for_loop_decls): Likewise.
8620         (merge_translation_unit_decls): Likewise.
8621
8622 2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
8623
8624         * common.opt:  Document --param.
8625         * opts.c (columns, undocumented_msg): New.
8626         (print_help): Get number of columns from environment.  Print
8627         --param help.  Tweak newline handling.
8628         (print_param_help): New.
8629         (print_filtered_help): Better handling of duplicates.  Complain
8630         about undocumented switches.
8631         (print_switch): New.
8632         (wrap_help): Improve wrapping, use COLUMNS.
8633         * opts.sh: Ignore comments in records.
8634         * params.def: Fix typos and remove trailing periods.
8635         * toplev.c (display_help): Don't dump --param help.
8636         * doc/sourcebuild.texi: Update.
8637
8638 2003-07-18  Richard Henderson  <rth@redhat.com>
8639
8640         PR target/11556
8641         * optabs.c (prepare_operand): Fail gracefully instead of abort
8642         if the predicate doesn't satisfy.
8643         (gen_cond_trap): Allow prepare_operand to fail.
8644
8645 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8646
8647         * c-common.c: Don't undefine GCC_DIAG_STYLE.
8648         (fname_decl): Don't use xxx_with_decl.
8649         (c_add_case_label): Likewise.
8650         (handle_section_attribute): Likewise.
8651         (handle_alias_attribute): Likewise.
8652         (handle_no_instrument_function_attribute): Likewise.
8653         (handle_no_limit_stack_attribute): Likewise.
8654         * c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
8655         * c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.
8656
8657 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8658
8659         * Makefile.in (ifcvt.o): Add cfgloop.h.
8660         * basic-block.h (EDGE_LOOP_EXIT): New flag.
8661         * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
8662         * ifcvt.c: Include cfgloop.h.
8663         (mark_loop_exit_edges): New static function.
8664         (if_convert): Call it.
8665         (find_if_header): Ignore branches out of loops.
8666
8667 2003-07-18  Kazu Hirata  <kazu@cs.umass.edu>
8668
8669         * combine.c (simplify_comparison): Don't share rtx when converting
8670         (ne (and (not X) 1) 0) to (eq (and X 1) 0).
8671
8672 2003-07-18  David Edelsohn  <edelsohn@gnu.org>
8673
8674         * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
8675         (AGGREGATES_PAD_UPWARD_ALWAYS): Define.
8676         (MUST_PASS_IN_STACK): Define.
8677         (BLOCK_REG_PADDING): Define.
8678
8679 2003-07-18  Richard Henderson  <rth@redhat.com>
8680
8681         * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
8682         to skip the addr_vec.
8683
8684 2003-07-18  Alexandre Oliva  <aoliva@redhat.com>
8685
8686         * combine.c (combinable_i3pat): Don't forbid occurrences of
8687         i2dest or i1dest in inner_dest if inner_dest is a mem.
8688
8689 2003-07-18  Jan Hubicka  <jh@suse.cz>
8690
8691         * cgraph.c (cgraph_remove_node): Clear the hash table slot.
8692
8693 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
8694
8695         PR target/11087
8696         * loop.c (basic_induction_var): Check if convert_modes emitted any
8697         instructions. Remove them and return 0 if so.
8698
8699 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
8700
8701         PR optimization/11083
8702         * toplev.c (rest_of_handle_addresof): Rename into
8703         rest_of_handle_addressof.  Delete unreachable blocks
8704         if dead edges were purged after the addressof pass.
8705
8706 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
8707
8708         * Makefile.in, configure, configure.in: Remove handling of
8709         lang-options.h and options_.h.
8710         * toplev.c (struct lang_opt, documented_lang_options): Remove.
8711         (display_help): Don't use documented_lang_options.
8712
8713 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
8714
8715         * c-decl.c (pushdecl_function_level): Make static, return nothing.
8716         (kept_level_p): Fold into poplevel.
8717         (undeclared_variable): Moved here from c-typeck.c.  Export.
8718         * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
8719         (undeclared_variable): Prototype here.  Don't prototype
8720         kept_level_p nor pushdecl_function_level.
8721         * c-parse.in: Change first argument to poplevel from
8722         "kept_level_p()" to "KEEP_MAYBE".
8723         * c-typeck.c (undeclared_variable): Moved to c-decl.c.
8724
8725 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8726
8727         * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
8728         commutative operands instead of modifying the RTL in-place.
8729
8730 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
8731
8732         PR optimization/11557
8733         * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
8734         unless we know which function is being called.
8735
8736 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8737
8738         * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
8739         whether to reorder the operands of a commutative binary operator.
8740
8741 2003-07-17  Roger Sayle  <roger@eyesopen.com>
8742
8743         * fold-const.c (const_binop): Avoid performing the FP operation at
8744         compile-time, if either operand is NaN and we honor signaling NaNs,
8745         or if we're dividing by zero and either flag_trapping_math is set
8746         or the desired mode doesn't support infinities.
8747         (fold_initializer): New function to fold an expression ignoring any
8748         potential run-time exceptions or traps.
8749         * tree.h (fold_initializer): Prototype here.
8750         * c-typeck.c (build_binary_op): Move to the end of the file so
8751         that intializer_stack is in scope.  If constructing an initializer,
8752         i.e. when initializer_stack is not NULL, use fold_initializer to
8753         fold expressions.
8754         * simplify-rtx.c (simplify_binary_operation): Likewise, avoid
8755         performing FP operations at compile-time, if they would raise an
8756         exception at run-time.
8757
8758 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
8759
8760         PR 11498
8761         * Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
8762         (langhooks.o): Add $(GGC_H), gt-langhooks.h.
8763         (GTFILES): Add langhooks.c.
8764         (gt-langhooks.h): New.
8765         * c-common.h (c_static_assembler_name): Prototype.
8766         * c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
8767         * objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
8768         * c-opts.c: Include langhooks-def.h.
8769         (c_static_assembler_name): New.
8770         * langhooks.c: Include ggc.h.  Include gt-langhooks.h.
8771         (var_labelno): New.
8772         (lhd_set_decl_assembler_name): Give static objects with context
8773         unique names.
8774         * varasm.c (var_labelno): Delete.
8775         (make_decl_rtl): Don't change the assembler name once it's set.
8776
8777         * c-opts.c (this_input_filename): New.
8778         (finish_options): Take new parameter, name of file being compiled.
8779         Update callers.  Set this_input_filename.
8780         (push_command_line_include): Use this_input_filename not
8781         main_input_filename.
8782
8783 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
8784
8785         * Makefile.in: Depend .pot generation on options.c.
8786         * po/exgettext: Add an extra_files variable containing additional
8787         files to scan.
8788
8789 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
8790
8791         * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
8792         c_write_global_declarations.
8793
8794         * c-decl.c: Fix typos in several comments.  Remove all
8795         #if 0 blocks; reindent as needed.  Remove unused argument
8796         to declare_parm_level; all callers changed.
8797         * c-parse.in: Update calls to declare_parm_level.  Avoid
8798         issuing a double warning in some circumstances.
8799         * c-typeck.c: Update calls to declare_parm_level.
8800         * c-tree.h: Update prototype of declare_parm_level.
8801
8802         * c-pragma.c (apply_pragma_weak): Don't complain about a
8803         redundant #pragma weak.
8804
8805         * objc/objc-act.c (forward_declare_categories,
8806         build_selector_reference_decl, build_class_reference_decl,
8807         build_objc_string_decl, synth_forward_declarations,
8808         build_protocol_reference): Set TREE_PUBLIC on synthetic
8809         forward decl to 0, consistent with eventual definition.
8810         Correct comments to match.
8811
8812         * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
8813         in regexp that don't form a range expression.
8814         * fixinc/fixincl.def: Regenerate.
8815
8816 2003-07-17  Richard Henderson  <rth@redhat.com>
8817
8818         PR target/10907
8819         * config/ia64/ia64.c (ia64_epilogue_uses): GP is live at end
8820         even with !TARGET_CONST_GP.
8821         (ia64_function_ok_for_sibcall): Reject non-local functions.
8822
8823 2003-07-17  Steven Bosscher  <steven@gcc.gnu.org>
8824
8825         * c-common.c (c_estimate_num_insns_1): Don't handle
8826         METHOD_CALL_EXPR.
8827         * expr.c (safe_from_p): Likewise.
8828         * gengtype.c (adjust_field_tree_exp): Likewise.
8829         * stmt.c (warn_if_unused_value): Likewise
8830         * tree.c (first_rtl_op): Likewise.
8831         * tree.def: Don't define METHOD_CALL_EXPR.
8832         * java/lang.c (java_estimate_num_insns_1): Don't handle
8833         METHOD_CALL_EXPR.
8834
8835 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8836
8837         PR other/11466
8838         * doc/invoke.texi (SPARC Options): Document "-mlittle-endian"
8839         and its restrictions for the SPARC64 port.
8840         Move the entry of "-mimpure-text" before that of "-mv8".
8841
8842 2003-07-17  Eric Botcazou <ebotcazou@libertysurf.fr>
8843             Phil Edwards <phil@jaj.com>
8844
8845         * doc/install.texi (*-*-solaris2*): Document the step-by-step
8846         procedure to bootstrap and install.
8847         Document the preference for the legacy Sun tools in /usr/bin
8848         over the POSIX tools in /usr/xpg4/bin for the build process.
8849
8850 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
8851
8852         * c.opt: Document Uncodumented; use it.  Document ObjC options.
8853         * opts.c (print_filtered_help): Skip undocumented switches.
8854         * opts.h (CL_UNDOCUMENTED): New.
8855         * opts.sh: Handle Undocumented.
8856         * toplev.c (documented_lang_options): Prevent its becoming empty.
8857 objc:
8858         * lang-options.h: Remove.
8859
8860 2003-07-16  Ulrich Weigand  <uweigand@de.ibm.com>
8861
8862         * loop.c (check_ext_dependent_givs): Pass const struct loop *
8863         instead of struct loop_info * as argument.  Accept BIVs with
8864         increment +/- 1 provided there is a friendly exit test against
8865         a loop-invariant value.
8866         (strength_reduce): Adapt call to check_ext_dependent_givs.
8867
8868 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
8869             Con Bradley <con.bradley@superh.com>
8870
8871         * sh-protos.h (sh_get_pr_initial_val): Declare.
8872         * sh.c (regno_reg_class): Make its elements type enum reg_class.
8873         (output_stack_adjust): Remove emit_fn argument.  Add epilogue_p
8874         and live_regs_mask arguments.  Changed all callers.
8875         (save_schedule_s): New structure.
8876         (save_schedule): New typedef.
8877         (scavenge_reg, sh5_schedule_saves, sh5_schedule_saves): New functions.
8878         (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
8879         In interrupts handlers, also save registers that are usually
8880         partially saved, and make sure there is at least one general purpose
8881         register saved if a target register needs saving.
8882         Add casts in comparisons to avoid warnings.
8883         (sh_media_register_for_return): return -1 for interrupt handlers.
8884         (MAX_SAVED_REGS, MAX_TEMPS): New defines.
8885         (sh_expand_prologue): Use sh5_schedule_saves.  Check that any temp
8886         registers used are available.
8887         Set RTX_FRAME_RELATED_P where appropriate.
8888         Add an REG_FRAME_RELATED_EXPR for r0 + offset addressing.
8889         (sh_expand_epilogue, sh_set_return_address): Use sh5_schedule_saves.
8890         (initial_elimination_offset): Likewise.
8891         * sh.h (DWARF_CIE_DATA_ALIGNMENT): Set to -4.
8892         (LOCAL_ALIGNMENT, GENERAL_REGISTER_P): Add casts to avoid warnings.
8893         (FP_REGISTER_P): Add casts to fix broken handling of unsigned REGNO.
8894         (XD_REGISTER_P, TARGET_REGISTER_P): Likewise.
8895         (HARD_REGNO_CALL_PART_CLOBBERED): Also yield nonzero for r15,
8896         and for target registers.
8897         (RETURN_IN_MEMORY): Add parentheses to avoid warnings.
8898         (regno_reg_class): Make its elements type enum reg_class.
8899         (CONSTRAINT_LEN): Don't use isdigit.
8900         (FUNCTION_ARG_REGNO_P): Add casts to avoid warnings.
8901         (FUNCTION_ARG): Add parentheses to avoid warnings.
8902         (RETURN_ADDR_RTX): Use sh_get_pr_initial_val.
8903         (RETURN_ADDR_OFFSET): Define to -1 for TARGET_SH5.
8904         (SH_DBX_REGISTER_NUMBER): Add casts to avoid warnings.
8905         (EH_RETURN_DATA_REGNO): Use unsigned constants to avoid warnings.
8906         * sh.md (xordi3+1): Remove unused variable regno.
8907         (return_media): Check that tr0 is available before using it.
8908
8909 2003-07-16  Neil Booth  <neil@daikokuya.co.uk>
8910
8911         * c.opt: Document more options.
8912
8913 2003-07-16  Roger Sayle  <roger@eyesopen.com>
8914
8915         * combine.c (subst): Also handle (subreg (const_double ...)) case
8916         if created by a substitution, by using the original inner mode.
8917
8918 2003-07-16  Roger Sayle  <roger@eyesopen.com>
8919
8920         * simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons
8921         to MODE_FLOAT constants if FLOAT_STORE_FLAG_VALUE is defined.
8922         (simplify_rtx): Likewise.  Simplify (lo_sum (high X) X) as X.
8923
8924 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
8925
8926         * doc/install.texi (--without-headers): New.
8927
8928         Partial Fix PR/10129
8929         * config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
8930         (machopic_output_function_base_name): New; print the true pic label.
8931         (machopic_classify_ident): Pic Base is always a defined data.
8932         * config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
8933         * config/darwin-proto.h (machopic_output_function_base_name): Prototype.
8934
8935         * gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
8936         if they are not floating point registers.
8937
8938         PR c/10962
8939         * ggc.h: Add header guards.
8940         * c-decl.c (finish_struct): Sort fields if
8941         number greater than 15 and there are no
8942         anonymous structs/unions.
8943         * c-common.h: Include ggc.h.
8944         (sorted_fields_type): New struct.
8945         (field_decl_cmp): New prototype.
8946         (resort_sorted_fields): New prototype.
8947         (DECL_DECLARES_TYPE_NON_TEMPLATE_P): New macro.
8948         * c-tree.h: (lang_type): Use pointer to sorted_fields_type
8949         as s, removing other fields.
8950         * c-typeck.c (lookup_field): Use s in lang_type.
8951         These were mostly moved from cp/class.c:
8952         * c-common.c (field_decl_cmp): New static function.
8953         (field_decl_cmp): New function.
8954         (resort_sorted_fields): New function.
8955
8956 2003-07-16  Geoffrey Keating  <geoffk@apple.com>
8957
8958         * config/darwin.c (machopic_select_section): Use decl_readonly_section
8959         to do most of the work.
8960
8961 2003-07-16  Hans-Peter Nilsson  <hp@bitrange.com>
8962
8963         * config/mmix/mmix-protos.h: Convert prototypes to ISO C90.
8964         * config/mmix/mmix.c: Convert functions to ISO C90.
8965         (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak
8966         formatting.
8967         (mmix_get_hard_reg_initial_val): Tweak section head comment.
8968
8969 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
8970
8971         * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.
8972
8973 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
8974
8975         * unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
8976         (uw_update_context_1): Use it.
8977         * config/rs6000/rs6000.c (insn_after_throw): Remove.
8978         (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
8979         in parent frame if _Unwind_* called directly instead of through
8980         .plt.
8981         (rs6000_emit_eh_toc_restore): Remove.
8982         (rs6000_emit_prologue): Update stack pointer before doing any saving
8983         if current_function_calls_eh_return.  Generate unwind info for $r2.
8984         (rs6000_emit_epilogue): Restore stack pointer after doing all
8985         restoring if current_function_calls_eh_return.  Restore $r2.
8986         * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
8987         * config/rs6000/rs6000.md (eh_return): Remove call to
8988         rs6000_emit_eh_toc_restore.
8989         * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
8990         * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
8991
8992 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
8993
8994         * expr.c (emit_block_move): Don't move anything if size is const 0.
8995         (clear_storage): Test against const0_rtx instead of comparing INTVAL
8996         against 0.
8997
8998 2003-07-15  David S. Miller  <davem@redhat.com>
8999
9000         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
9001         emit nop if the last real insn is CALL_INSN.
9002
9003 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9004
9005         * config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
9006         as "nul".
9007         * config/i386/xm-mingw32.h: Change GNU CC to GCC.
9008
9009 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9010
9011         * config/i386/winnt.c (associated_type): Artificial methods are not
9012         affected by the import/export status of their class unless they are
9013         COMDAT.
9014         (i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
9015
9016         * config/i386/winnt.c: Fix GCC copyright comment.
9017
9018 2003-07-16  Gabriel Dos Reis  <gcc@integrable-solutions.net>
9019
9020         PR c++/11531
9021         * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're
9022         not recursing on hard error.
9023         (diagnostic_for_decl): Likewise.
9024         * diagnostic.def: Rearrange.
9025
9026 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
9027
9028         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
9029         If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode.
9030
9031 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
9032             Richard Henderson  <rth@redhat.com>
9033
9034         * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table
9035         to decide if to access a _Unwind_Ptr or a _Unwind_Word.
9036         (_Unwind_SetGR): Likewise.
9037         (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions.
9038         (Unwind_SpTmp): New typedef.
9039         (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr.
9040         (uw_update_context): Use _Unwind_GetPtr.
9041         (init_dwarf_reg_size_table): Move above uw_init_context_1.
9042         (uw_init_context_1): Initialize dwarf_reg_size_table if necessary.
9043         Use _Unwind_SetSpColumn.
9044         (uw_install_context_1): Don't initialize dwarf_reg_size_table.
9045         Use _Unwind_GetPtr.
9046
9047 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
9048
9049         * c.opt: Document more options.
9050         * toplev.c (documented_lang_options): Remove all local help strings.
9051
9052 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9053
9054         PR debug/11473
9055         * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
9056         base classes.
9057
9058 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9059
9060         PR target/10795
9061         * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't
9062         swap comparison operands if doing so would generate an
9063         unrecognizable insn.
9064
9065 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9066
9067         PR optimization/11320
9068         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
9069         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
9070         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
9071         current_sched_info->compute_jump_reg_dependencies. Record which
9072         registers are used and which registers are set by the jump.
9073         Clear deps->reg_conditional_sets after a barrier.
9074         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
9075         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
9076         (init_deps): Initialize reg_conditional_sets.
9077         (free_deps): Clear reg_conditional_sets.
9078         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
9079         Mark registers live on entry of the fallthrough block and conditionally
9080         set as set by the jump. Mark registers live on entry of non-fallthrough
9081         blocks as used by the jump.
9082         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
9083         Mark new parameters as unused.
9084
9085 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9086
9087         * doc/invoke.texi: Resync MIPS -march documentation.
9088
9089 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9090
9091         * config/mips/mips.h (PROCESSOR_R9000): New processor_type.
9092         (TARGET_MIPS9000, TUNE_MIPS9000): New macros.
9093         (GENERATE_MULT3_SI): True for TARGET_MIPS9000.
9094         * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
9095         (mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
9096         (mips_issue_rate): Handle PROCESSOR_R9000.
9097         (mips_use_dfa_pipeline_interface): Likewise.
9098         * config/mips/9000.md: New file.
9099         * config/mips/mips.md: Include it.
9100         (define_attr cpu): Add r9000.
9101         (mulsi3_mult3): Use "mul" for rm9000 code.
9102
9103 2003-07-15  Stan Cox  <scox@redhat.com>
9104
9105         * config/mips/mips.h (PROCESSOR_R7000): New processor_type.
9106         (TARGET_MIPS7000, TUNE_MIPS7000): New macros.
9107         (GENERATE_MULT3_SI): True for TARGET_MIPS7000.
9108         * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
9109         (mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
9110         (mips_issue_rate): Handle PROCESSOR_R7000.
9111         (mips_use_dfa_pipeline_interface): Likewise.
9112         * config/mips/7000.md: New file.
9113         * config/mips/mips.md: Include it.
9114         (define_attr cpu): Add r7000.
9115         (mulsi3_mult3): Use "mul" for rm7000 code.
9116
9117 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
9118
9119         * config/mips/mips.md (define_attr type): Add condmove.  Use it for
9120         the conditional move patterns.
9121         * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove.
9122         Check for condmove type.
9123         (ir_vr54_arith): Add move type.
9124         * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise.
9125         * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise.
9126
9127 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
9128
9129         * c-opts.c (print_help): Remove.
9130         (c_common_handle_option): Don't handle --help.
9131         * c.opt: Document some options.
9132         (--help): Remove.
9133         * opts.c (print_filtered_help): New.
9134         (print_help): Use it.
9135
9136 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9137
9138         * c-common.c (c_common_type_for_mode): Handle V4DFmode.
9139         * tree.c: (build_common_tree_nodes_2): Likewise.
9140         * tree.h (enum tree_index): Add TI_V4DF_TYPE.
9141         (V4DF_type_node): New.
9142
9143         * c-opts.c (push_command_line_include): Don't free deferred_opts,
9144         we'll need it.
9145         (finish_options): Reset init_cursor.
9146
9147 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9148
9149         * expr.c (expand_assignment): Remove an unused argument
9150         SUGGEST_REG.
9151         * expr.h: Update the prototype.
9152         * function.c: Update the callers.
9153         * stmt.c: Likewise.
9154
9155 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9156
9157         PR debug/11098
9158         * integrate.c (copy_decl_for_inlining): Do not mark copied decls
9159         as DECL_ABSTRACT.
9160
9161 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9162
9163         * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
9164         with __cplusplus, not "we must use the C++ compiler's type"
9165         * fixinc/inclhack.def (void_null): Note that Interix needs this.
9166         * fixinc/fixincl.x: Regenerate.
9167
9168 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9169
9170         * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
9171         and unseen_objects from the global data before calling
9172         __deregister_frame_info_bases.
9173         (examine_objects): Insert objects into the seen_objects list,
9174         not unseen_objects.
9175         (_Unwind_Find_FDE): Always unlock the global object lists, even if
9176         we couldn't allocate a data structure to put in it.
9177
9178         * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
9179         (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
9180         (SET_TYPE_PROTOCOL_LIST): New.
9181         * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
9182         (get_object_reference): Likewise.
9183
9184 2003-07-14  Jan Hubicka  <jh@suse.cz>
9185
9186         * cfglayout.c (locator_file): Break out from ....
9187         (insn_file): ... here.
9188         (locator_line): Break out from ....
9189         (insn_line): ... here.
9190         * rtl.h (locator_file, locator_line): Declare.
9191         (final_start_function): Set proper line/file info.
9192
9193 2003-07-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9194
9195         * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
9196         handled by pp_c_cast_expression.
9197
9198 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9199
9200         * config/mips/mips.c (mips_expand_prologue): Use a single insn to
9201         allocate 32768 bytes of stack.  Use addition rather than subtraction
9202         when a single insn is enough.
9203         * config/mips/mips.md: Remove insns and splitters for subtracting
9204         constants.
9205         (subsi3): Only accept register operands.
9206         (subsi3_internal): Likewise.  Use for TARGET_MIPS16 as well.
9207         (subdi3_internal_3, subsi3_internal_2): Likewise.
9208         (casesi): Use expand_binop to subtract the lower bound.
9209
9210 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9211
9212         * config/mips/mips.c (mips_in_small_data_p): Don't handle
9213         TARGET_MIPS16 specially.
9214
9215 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
9216
9217         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
9218         mips_output_aligned_bss.
9219         * config/mips/linux.h: Likewise.
9220         * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
9221         * config/mips/mips.c (mips_output_aligned_bss): New function.
9222
9223         * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
9224         * config/mips/elf64.h: Likewise.
9225
9226         * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
9227         mips_declare_object_name.
9228         (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
9229         * config/mips/elf64.h: As for elf.h.
9230         * config/mips/iris6.h: Likewise.
9231         * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
9232         * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
9233         do...while (0) block.
9234         * config/mips/mips-protos.h (mips_declare_object_name): Declare.
9235         (mips_finish_declare_object): Declare.
9236         * config/mips/mips.c (mips_declare_object_name): New function.
9237         (mips_finish_declare_object): New function.
9238
9239         * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
9240         * config/mips/linux.h: Likewise.
9241
9242         * config/mips/mips.c (inside_function): Delete.
9243         (file_in_function_warning, ignore_line_number): Delete.
9244         (mips_output_filename): Don't warn about changing filenames within
9245         a function.
9246         (mips_output_lineno): Update accordingly.
9247         (mips_output_function_prologue): Don't reset the deleted variables.
9248         * config/mips/mips.h (inside_function): Delete.
9249         (file_in_function_warning, ignore_line_number): Delete.
9250
9251         * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
9252         * config/mips/elf64.h: Likewise.
9253         * config/mips/openbsd.h: Likewise.
9254         * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
9255         * config/mips/linux.h: Likewise.
9256         * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
9257         (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
9258
9259         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
9260         to the list of include files when using gas.
9261         (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
9262         * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
9263         * config/mips/elf64.h: Likewise.
9264         * config/mips/iris5.h: Likewise.
9265         * config/mips/linux.h: Likewise.
9266         * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
9267         * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
9268         (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
9269         * config/mips/sdb.h: ...this new file.
9270
9271 2003-07-14  Douglas Rupp  <rupp@gnat.com>
9272
9273         * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
9274         argument to getcwd; use fixed buffer instead.
9275
9276 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9277
9278         * fixinc/mkfixinc.sh: Treat OpenBSD normally.
9279         * fixinc/fixinc.wrap: Delete.
9280
9281 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9282
9283         * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
9284         don't have 2.
9285
9286 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9287
9288         * ggc-page.c (struct globals): Add new fields to keep track of the
9289         total allocated memory and overhead.
9290         (ggc_print_statistics): Print them.
9291         (ggc_alloc): Keep track of the total allocated memory and the
9292         overhead.
9293
9294         * tree.c (dump_tree_statistics): Increase spacing.
9295         (enum tree_node_kind): Move to ...
9296         * tree.h (enum tree_node_kind): ... here.
9297         (tree_node_counts, tree_node_sizes): Declare.
9298
9299 2003-07-14  James A. Morrison  <ja2morri@student.math.uwaterloo.ca>
9300
9301         * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
9302
9303 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9304
9305         PR optimization/11440
9306         * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
9307         SIGN_EXTRACT SETs.
9308
9309 2003-07-14  Alan Modra  <amodra@bigpond.net.au>
9310
9311         * doc/tm.texi (BLOCK_REG_PADDING): Describe.
9312         * expr.h (struct locate_and_pad_arg_data): Add where_pad.
9313         (emit_group_load, emit_group_store): Adjust declarations.
9314         Remove most occurrences of #ifdef TREE_CODE.
9315         * expr.c (emit_group_load): Add "type" param, and use
9316         BLOCK_REG_PADDING to determine need for a shift.  Optimize non-
9317         aligned accesses if !SLOW_UNALIGNED_ACCESS.
9318         (emit_group_store): Likewise.
9319         (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
9320         emit_group_load and emit_group_store calls.
9321         * calls.c (store_unaligned_arguments_into_pseudos): Tidy.  Use
9322         BLOCK_REG_PADDING to determine whether we need endian_correction.
9323         (load_register_parameters): Localize vars.  Handle shifting of
9324         small values to the correct end of regs.  Adjust emit_group_load
9325         call.
9326         (expand_call, emit_library_call_value_1): Adjust emit_group_load
9327         and emit_group_store calls.
9328         * function.c (assign_parms): Set mem alignment for stack slots.
9329         Adjust emit_group_store call.  Store values at the "wrong" end
9330         of regs to the stack.  Use BLOCK_REG_PADDING.
9331         (locate_and_pad_parm): Save where_pad.
9332         (expand_function_end): Adjust emit_group_load call.
9333         * stmt.c (expand_value_return): Adjust emit_group_load call.
9334         * Makefile.in (calls.o): Depend on $(OPTABS_H).
9335         * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
9336         (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
9337         (MUST_PASS_IN_STACK): Define.
9338         (BLOCK_REG_PADDING): Define.
9339         * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
9340         (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
9341         * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
9342         (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
9343         Act on AGGREGATES_PAD_UPWARD_ALWAYS.
9344
9345 2003-07-13  Aaron W. LaFramboise  <awlaframboise@aol.com>
9346
9347         * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
9348
9349 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9350
9351         * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
9352         both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
9353
9354 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9355
9356         PR other/11123
9357         * toplev.c: Don't cut off option names.
9358
9359 2003-07-13  Andreas Jaeger  <aj@suse.de>
9360
9361         * c-decl.c (link_hash_hash): Avoid warning about casting pointer
9362         to integer of different size.
9363
9364 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9365
9366         * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
9367         to (eq (and X 1) 0).
9368
9369 2003-07-13  Andreas Jaeger  <aj@suse.de>
9370
9371         * config.gcc: Add pmmintrin.h for x86_64-*-*.
9372
9373 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
9374
9375         * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
9376         (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
9377         list.  Move these all together down by cpplib.
9378
9379         * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
9380         definition of CPPCHAR_SIGNED_T.
9381
9382         * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
9383         * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
9384         * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
9385
9386         * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
9387         * cppinit.c (cpp_create_reader): Likewise.
9388
9389         * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
9390         * cpptrad.c: Likewise.  All callers changed.
9391         * cpplib.c: All callers changed.
9392         * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
9393         * hashtable.h: Define GTY(x) to nothing here too.
9394
9395 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9396
9397         * stor-layout.c (compute_record_mode): Remove very obsolete test
9398         that forces BLKmode for records with fields crossing word boundary.
9399
9400 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
9401
9402         * Makefile.in: Remove orphan reference to acconfig.h.
9403
9404 2003-07-13  Andreas Jaeger  <aj@suse.de>
9405
9406         * cgraphunit.c: Convert prototypes to ISO C90.
9407
9408 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9409
9410         * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
9411         (for OpenBSD).
9412         * fixinc/fixincl.x: Rebuild.
9413
9414 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
9415
9416         * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
9417         i?86-*-*.  Use correct name of cache variable.
9418         * configure: Regenerate.
9419
9420 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
9421
9422         * config/alpha/alpha.c: Fix comment typos.
9423         * config/alpha/alpha.md: Likewise.
9424         * config/arm/arm.c: Likewise.
9425         * config/arm/arm.md: Likewise.
9426         * config/arm/lib1funcs.asm: Likewise.
9427         * config/avr/avr.md: Likewise.
9428         * config/arm/README-interworking: Fix typos.
9429
9430 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
9431
9432         * c-format.c: Fix comment formatting.
9433         * c-typeck.c: Likewise.
9434         * coverage.c: Likewise.
9435         * cppcharset.c: Likewise.
9436         * cpplib.c: Likewise.
9437         * dbxout.c: Likewise.
9438         * gcov-io.h: Likewise.
9439         * toplev.c: Likewise.
9440
9441 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9442
9443         * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
9444         fix.
9445
9446 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
9447
9448         * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
9449         uses three-argument AC_DEFINE so no acconfig.h entries are
9450         needed.
9451         (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
9452         which contains the GAS version number as a scaled integer.
9453         (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers.  Add
9454         ability to check for ELF assembler.
9455         (gcc_GAS_CHECK_FEATURE): New macro.
9456         * configure.in: Use gcc_AC_CHECK_TYPE.  Rewrite all
9457         assembler feature checks using gcc_GAS_CHECK_FEATURE.
9458         Use three-argument AC_DEFINE everywhere.
9459         * acconfig.h: Deleted.
9460         * config.in, configure: Regenerate.
9461
9462 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9463
9464         * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
9465         (on OpenBSD).
9466         * fixinc/fixincl.x: Regenerate.
9467
9468         * fixinc/inclhack.def (gnu_types): Improve comment.
9469
9470 2003-07-12  Andreas Jaeger  <aj@suse.de>
9471
9472         * fp-test.c (main): Use ISO C90 prototype.
9473
9474         * version.c: Remove unneded include of ansidecl.h.
9475
9476         * cgraph.h: Convert prototypes to ISO C90.
9477         * cgraph.c: Likewise.
9478         * fix-header.c: Likewise.
9479         * ra.h: Likewise.
9480         * protoize.c: Likewise.
9481
9482 2003-07-12  Jan Hubicka  <jh@suse.cz>
9483
9484         * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
9485         warning.
9486
9487 2003-07-12  Jan Hubicka  <jh@suse.cz>
9488                                Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9489
9490         * cgraph.c (cgraph_max_uid): New global variable.
9491         (cgraph_node): Set uid field.
9492         (create_edge): Keep inline flags consistent.
9493         (dump_cgraph): Dump more info.
9494         * cgraph.h (struct cgraph_local_info): Remove inline_many and
9495         can_inline_once; add inlinable, disgread_inline_limits, and self_insn
9496         (struct cgraph_global_info): Add insns, calls, cloned_times,
9497         will_be_output.
9498         (struct cgraph_node): Add uid.
9499         (struct cgraph_edge): Add inline_call.
9500         (cgraph_max_uid, cgraph_inline_p): Declare.
9501         * cgraph.c: Include params.h and fibheap.h
9502         (cgraph_mark_functions_to_inline_once): Kill.
9503         (INSNS_PER_CALL): New constant.
9504         (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
9505         static variables.
9506         (cgraph_finalize_function): Do not analyze inlining.
9507         (cgraph_finalize_compilation_unit): Set inlining attributes.
9508         (cgraph_mark_functions_to_output): More consistency checks.
9509         (cgraph_optimize_function): Set current_function_decl to NULL.
9510         (cgraph_expand_function): Use new inline flags.
9511         (cgraph_postorder): Expand from cgraph_expand_functions.
9512         (INLINED_TIMES, SET_INLINED_TIMES): New macros.
9513         (cgraph_inlined_into, cgraph_inlined_callees,
9514         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
9515         cgraph_mark_inline, cgraph_check_inline_limits,
9516         cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
9517         cgraph_decide_inlining, cgraph_inline_p): New functions.
9518         * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
9519         PARAM_INLINE_UNIT_GROWTH): New parameters.
9520         * tree-inline.c (struct inline_data): New field current_decl.
9521         (expand_call_inline): Avoid forward declarations; use
9522         inlinable_function_p.
9523         (optimize_inline_calls): Set id.current_decl.
9524
9525 2003-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
9526
9527         * configure.in: Remove wrongly added definition of
9528         local_prefix.
9529         * configure: Regenerate.
9530
9531 2003-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9532
9533         * rtl.def (NOTE): Do not use padding.
9534
9535 2003-07-11  Dara Hazeghi  <dhazeghi@yahoo.com>
9536
9537         * doc/install.tex: Update required binutils for i?86-*-linux*
9538
9539 2003-07-11  Richard Henderson  <rth@redhat.com>
9540
9541         * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
9542
9543 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9544
9545         * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
9546         TRANSLATION_UNIT_DECL as top_level.
9547
9548 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9549
9550         * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
9551         then fall back to cmpstrM.
9552         * builtins.c (expand_builtin_memcmp): Likewise.
9553         * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
9554         (s390_expand_cmpmem): ... this.
9555         * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
9556         cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
9557         from cmpstr* patterns.  Rename call to s390_expand_cmpstr
9558         to s390_expand_cmpmem.
9559         * config/s390/s390.c (s390_expand_cmpstr): Rename to...
9560         (s390_expand_cmpstr): ... this.  Rename cmpstr* instructions
9561         to cmpmem*.
9562         * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
9563         cmpstr* patterns.
9564         * doc/md.texi (cmpstrM): Describe as String compare insn, not
9565         Block compare insn.
9566         (cmpmemM): Add.
9567
9568 2003-07-11  Loren James Rittle  <ljrittle@acm.org>
9569
9570         * config/i386/freebsd.h (SET_ASM_OP): Remove.
9571         (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
9572         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
9573          MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
9574
9575 2003-07-11  Richard Henderson  <rth@redhat.com>
9576
9577         * function.c (assign_parms): Don't recombine complex args if
9578         fnargs is unchanged from orig_fnargs.
9579         (split_complex_args): Return args without complex before copying.
9580         Re-layout the modified parameters.
9581
9582 2003-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9583
9584         * regclass.c (choose_hard_reg_mode): Add third argument.
9585         Changed all callers.
9586         * rtl.h (choose_hard_reg_mode): Update declaration.
9587         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
9588         Take HARD_REGNO_CALL_PART_CLOBBERED into account.
9589
9590 2003-07-11  Geoffrey Keating  <geoffk@apple.com>
9591
9592         * c-decl.c (finish_decl): Handle 'used' here...
9593         * cgraphunit.c (cgraph_finalize_function): ... and here ...
9594         * c-common.c: (handle_used_attribute): ... not here.
9595
9596         * configure.in (onstep): Support --enable-intermodule.
9597         * Makefile.in (OBJS-common): New.
9598         (OBJS-md): New.
9599         (OBJS-archive): New.
9600         (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
9601         (OBJS-onestep): New.
9602         (libbackend.a): Support @onestep@.
9603         (libbackend.o): New.
9604         * configure: Regenerate.
9605
9606         * c-common.h (c_reset_state): New prototype.
9607         (c_parse_file): New prototype.
9608         (finish_file): Move prototype from c-tree.h.
9609         * c-decl.c: Include <hashtab.h>.
9610         (builtin_decls): New.
9611         (current_file_decl): New.
9612         (duplicate_decls): Add extra parameter. Change all callers.  Don't
9613         output duplicate common symbols.
9614         (link_hash_hash): New.
9615         (link_hash_eq): New.
9616         (poplevel): Handle popping of the top level.
9617         (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
9618         (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
9619         (pushdecl_top_level): Likewise.
9620         (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
9621         (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
9622         (finish_decl): Handle TRANSLATION_UNIT_DECL.
9623         (merge_translation_unit_decls): New.
9624         (c_write_global_declarations): New.
9625         (c_reset_state): New.
9626         (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
9627         * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
9628         * c-objc-common.c (c_cannot_inline_tree_fn): Handle
9629         TRANSLATION_UNIT_DECL.
9630         (c_objc_common_finish_file): Call merge_translation_unit_decls.
9631         * c-opts.c (in_fnames): Rename from in_fname.
9632         (c_common_decode_option): Handle multiple input filenames.
9633         (c_common_post_options): Likewise.
9634         (c_common_parse_file): Likewise; also, call c_parse_file rather than
9635         yyparse.
9636         * c-parse.in: Move cleanup code to c_parse_file.
9637         (free_parser_stacks): Move contents to c_parse_file.
9638         (c_parse_file): New.
9639         * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
9640         for integer types.
9641         (C_DECL_FILE_SCOPE): New.
9642         (finish_file): Move prototype to c-common.h.
9643         (merge_translation_unit_decls): New prototype.
9644         (comptypes): Add extra parameter to prototype.
9645         (c_write_global_declarations): New prototype.
9646         * c-typeck.c (tagged_types_tu_compatible_p): New.
9647         (function_types_compatible_p): Add extra parameter, change all callers.
9648         (type_lists_compatible_p): Likewise.
9649         (comptypes): Likewise.
9650         (struct tagged_tu_seen): New.
9651         (tagged_tu_seen_base): New.
9652         (build_unary_op): Handle TRANSLATION_UNIT_DECL.
9653         (c_mark_addressable): Remove #if 0 code.
9654         * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
9655         comment explaining why it shouldn't have to.
9656         * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
9657         options.
9658         * cppinit.c (cpp_read_next_file): New.
9659         (cpp_read_main_file): Use it.
9660         * cpplib.c (undefine_macros): New.
9661         (cpp_undef_all): New.
9662         * cpplib.h (cpp_read_next_file): Prototype.
9663         (cpp_undef_all): Prototype.
9664         * langhooks-def.h (write_global_declarations): Remove prototype.
9665         * toplev.h (write_global_declarations): Add prototype.
9666         * tree.c (decl_type_context): Use switch statement, handle
9667         TRANSLATION_UNIT_DECL.
9668         * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
9669         (TRANSLATION_UNIT_DECL): New kind of tree.
9670         * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
9671         * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
9672         * doc/invoke.texi: Make attempt to document new functionality.
9673
9674         2003-05-19  Per Bothner <bothner@apple.com>
9675
9676         * gcc.c (combine_inputs): New.
9677         (process_command): Set combine_inputs.
9678         (do_spec_1): Handle combine_inputs.
9679         (main): Likewise.
9680
9681 2003-07-10  James E Wilson  <wilson@tuliptree.org>
9682
9683         PR optimization/9745
9684         * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
9685         loop_insn_emit_before.
9686         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
9687
9688 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
9689
9690         * cppcharset.c: Fix comment.
9691         (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
9692         (EILSEQ): #define to EINVAL if not already defined.
9693         (convert_using_iconv): #if out when !HAVE_ICONV.
9694         (init_iconv_desc): Handle !HAVE_ICONV here...
9695         (cpp_init_iconv): ...not here.
9696
9697 2003-07-11  Neil Booth  <neil@daikokuya.co.uk>
9698
9699         * common.opt: More --help messages.
9700         * opts.c (print_help): Use puts().
9701         * toplev.c (f_options): Remove help text.
9702         (display_help): Don't dump f_options.
9703
9704 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9705
9706         * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
9707         Move i?86-*-interix* to the don't-fix list.
9708         * fixinc/fixinc.interix: Delete with extreme prejudice.
9709
9710 2003-07-10  Dara Hazeghi  <dhazeghi@yahoo.com>
9711
9712         PR bootstrap/10758
9713         * doc/install.texi: Document requirements for ia64-*-hpux* target.
9714
9715 2003-07-10  Roger Sayle  <roger@eyesopen.com>
9716
9717         * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
9718
9719 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
9720
9721         * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
9722         one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
9723         one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
9724         convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
9725         convert_no_conversion, convert_using_iconv): New functions.
9726         (APPLY_CONVERSION): New macro.
9727         (struct conversion, conversion_tab): New data structure.
9728         (init_iconv_desc): Check conversion_tab for a custom conversion
9729         primitive before trying to use iconv.
9730         (convert_cset): Deleted.
9731         (cpp_init_iconv): Use UTF- terminology, not UCS-.
9732         (_cpp_destroy_iconv): Update to match.
9733         (_cpp_valid_ucn): We don't need iconv to implement UCNs.
9734         (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
9735         (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
9736         (_cpp_interpret_string_notranslate): New function, moved here
9737         from cpplib.c.
9738
9739         * cpphash.h (convert_f, struct cset_converter): New types.
9740         (struct cpp_reader): narrow_cset_desc and wide_cset_desc
9741         are now struct cset_converter, not bare iconv_t.
9742         Update prototypes.
9743         * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
9744         all callers changed.
9745
9746 2003-07-10  Kelley Cook  <kelleycook@wideopenwest.com>
9747
9748         * Makefile.in (options.h): Depend on Makefile.  Add move-if-change
9749         to opts.sh command line.
9750         * opts.sh: Write to temporary files with a move-if-change at the end.
9751
9752 2003-07-10  Denis Chertykov  <denisc@overta.ru>
9753             Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9754
9755         * combine.c (gen_binary): Handle the CLOBBER rtx and
9756         don't build a binary operation with it.
9757
9758 2003-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9759
9760         * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
9761         store_killed_after, store_killed_before): Keep track of the correct
9762         dependency function to use.
9763
9764 2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>
9765         * toplev.c (do_compile): Don't try to open dump files before
9766         lang_dependent_init initializes dump_base_name.
9767
9768 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9769
9770         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
9771         Use ARRAY_SIZE.
9772         * config/frv/frv.c (frv_expand_builtin): Likewise.
9773         * config/sh/sh.c (sh_media_init_builtins): Likewise.
9774
9775 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
9776
9777         PR c++/10032
9778         * doc/invoke.texi (C++ Dialect Options): Change documentation of
9779         -fpermissive.
9780
9781 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
9782
9783         * tm.texi (RETURN_ADDR_OFFSET): Document.
9784
9785 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9786
9787         * gcov-io.h: Update documentation.
9788         (GCOV_UNSIGNED2STRING): New.
9789         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9790         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9791         GCOV_TAG_SUMMARY_LENGTH): Adjust.
9792         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
9793         GCOV_TAG_COUNTER_NUM): New.
9794         (GCOV_BLOCK_SIZE): Number of words.
9795         (gcov_var): Adjust buffer type.
9796         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
9797         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
9798         count, not byte count.
9799         (gcov_open): Adjust overread init.
9800         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
9801         gcov_write_string, gcov_write_tag, gcov_write_length,
9802         gcov_write_tag_length): Adjust.
9803         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
9804         (gcov_sync, gcov_seek): Adjust.
9805         * gcov-dump.c (print_usage): Show gcc version only.
9806         (dump_file): Use GCOV_UNSIGNED2STRING.
9807         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
9808         * gcov.c (print_version): Show gcc version only.
9809         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
9810         GCOV_TAG_*_NUM macros.
9811         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
9812         GCOV_TAG_COUNTER_LENGTH.
9813         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
9814         Use GCOV_TAG_COUNTER_NUM.
9815         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
9816         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
9817
9818 2003-07-10  Andreas Schwab  <schwab@suse.de>
9819
9820         * gcov-dump.c (dump_file): Fix missing address operator.
9821
9822 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9823
9824         PR c/11449
9825         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
9826         of HOST_WIDE_INT.
9827         (fold_single_bit_test): If sign_bit_p() fails, assume that the
9828         bit being tested is not a sign bit.
9829
9830 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9831
9832         * config/h8300/h8300.md (a peephole2): New.
9833
9834 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9835
9836         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
9837         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
9838         from ld-linux.so.2 to ld.so.1.
9839         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
9840         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
9841         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
9842         nor -Wl,-rpath-link.
9843         (LIB_SPEC): Add -rpath-link if !static.
9844         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
9845         * config/mn10300/mn10300.c (mn10300_protect_label): New
9846         variable.
9847         * config/mn10300/linux.h (PRINT_OPERAND,
9848         PRINT_OPERAND_ADDRESS): Set it during their execution.
9849         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
9850         mn10300_protect_label is set.
9851         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
9852         -Wl,-rpath-link.
9853         (LIB_SPEC, STARTFILE_SPEC): Define.
9854         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
9855         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
9856         FLOAT_BIT_ORDER_MISMATCH.
9857         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
9858         * config.gcc (am33_2.0-*-linux*): Added.
9859         * config/mn10300/linux.h: New.
9860         * config/mn10300/t-linux: New.
9861
9862 2003-07-10  Andreas Jaeger  <aj@suse.de>
9863
9864         * fold-const.c: Properly wrap prototypes.
9865
9866 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
9867
9868         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
9869         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
9870         Moved from...
9871         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
9872         * config/mn10300/mn10300.h: GTY-declare it.
9873         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
9874         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
9875         prototype.  Use incoming RTL argument.
9876         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9877         * config/mn10300/mn10300.md (int_label): Move C statements...
9878         (GOTaddr2picreg): ... here.
9879         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9880         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
9881         * config/mn10300/mn10300.c (mn10300_encode_section_info):
9882         ... here.  New function.
9883         (TARGET_ENCODE_SECTION_INFO): Define to it.
9884         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
9885         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
9886         pattern name.
9887         (mn10300_loadPC): Define as insn splittable after reload.
9888         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
9889         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
9890         be defined in .rodata even in PIC, now that the assembler
9891         supports that.
9892         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
9893         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
9894         symbol take an underscore prefix.
9895         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
9896         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
9897         legitimize_pic_address): Declare.
9898         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
9899         the PIC register as fixed.
9900         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
9901         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
9902         PIC.
9903         (LEGITIMATE_PIC_OPERAND_P): Define.
9904         (PIC_OFFSET_TABLE_REGNUM): Define.
9905         (GOT_SYMBOL_NAME): Define.
9906         (SYMBOLIC_CONST_P): Define.
9907         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
9908         symbols.
9909         (MN10300_GLOBAL_P): Test it.
9910         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
9911         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
9912         * config/mn10300/mn10300.c (print_operand): Handle unspec.
9913         (expand_prologue): Set PIC register.
9914         (call_address_operand): Don't match SYMBOL_REFs in PIC.
9915         (legitimize_address): Call legitimize_pic_address.
9916         (legitimize_pic_address): New fn.
9917         (legitimate_pic_operand_p): New fn.
9918         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
9919         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
9920         UNSPEC_PLT): New constants.
9921         (pop_pic_reg): New insn.
9922         (movsi): Adjust non-PIC addresses.
9923         (builtin_setjmp_receiver): Restore the PIC register.
9924         (casesi): New insn.
9925         (call): Adjust non-PIC addresses.
9926         (int_label, GOTaddr2picreg): New expands.
9927         (am33_loadPC): New insn.
9928         (mn10300_loadPC): New expand.
9929         (call_next_insn): New insn.
9930         (add_GOT_to_pic_reg): New expand.
9931         (symGOT2reg, symGOT2reg_i): New expands.
9932         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
9933         (sym2PIC, sym2PLT): New expands.
9934
9935 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
9936
9937         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
9938         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
9939         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
9940         to flag_unsafe_math_optimizations.
9941         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
9942         * config/mn10300/mn10300.c (expand_prologue): Mark
9943         FP-register-saving insns as frame-related.
9944         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
9945         * config/mn10300/mn10300.c
9946         (mn10300_get_live_callee_saved_regs): Don't search past
9947         LAST_EXTENDED_REGNUM.
9948         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
9949         * config/mn10300/mn10300.md: Remove excessive line breaks from
9950         `@' output patterns that were accounted as additional
9951         alternatives.
9952         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
9953         Re-introduce changes accidentally removed in Richard Sandiford's
9954         2000-12-05's patch.
9955         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
9956         Re-instate am33-2 lost in merge from net GCC.
9957         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
9958         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
9959         floating-point registers.
9960         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
9961         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
9962         pessimizations that had gone in on 2000-05-08.
9963         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
9964         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
9965         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
9966         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
9967         operand 0.
9968         * (movhi): Likewise.
9969         * (movsi): Likewise.
9970         * (movsf): Likewise.
9971         * (movdi): Likewise.
9972         * (movdf): Likewise.
9973         2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
9974         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
9975         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
9976         (expand_prologue, expand_epilogue): Save and restore FP regs.
9977         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
9978         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
9979         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
9980         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
9981         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
9982         Do not clobber cc0.
9983         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
9984         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
9985         Discourage the two-argument, longer opcodes.
9986         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
9987         ones.
9988         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
9989         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
9990         * config/mn10300/mn10300.md (cmpsf): New pattern.
9991         (branch): Test mdep.fpCC and output fbCC.
9992         * config/mn10300/mn10300.c (print_operand): Output conditions.
9993         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
9994         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
9995         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
9996         mulsf3, divsf3): Use the `F' constraint for FP values.
9997         * config/mn10300/mn10300.c (const_1f_operand): New function.
9998         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
9999         * config/mn10300/mn10300.md (sqrtsf2): New expand.
10000         (rsqrtsf2): New insn.
10001         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
10002         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
10003         previous check-in.
10004         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
10005         * config/mn10300/mn10300.md (abssf2, negdf2): On
10006         TARGET_AM33_2, expand to...
10007         (abssf2_am33_2, negdf2_am33_2): New insns.
10008         (addsf3, subsf3, mulsf3, divsf3): Likewise.
10009         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
10010         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
10011         movdi, movdf): Added FP regs.
10012         * invoke.texi (-mam33-2, -mno-am33-2): Document.
10013         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
10014         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
10015         New macros.
10016         (REGNO_AM33_2_FP_P): Renamed to...
10017         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
10018         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
10019         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
10020         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
10021         regs from GENERAL_REGS.
10022         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
10023         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
10024         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
10025         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
10026         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
10027         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
10028         as FP_REGS.
10029         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
10030         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
10031         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
10032         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
10033         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
10034         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
10035         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
10036         AM33/2.0 floating-point registers.
10037         (CONDITIONAL_REGISTER_USAGE): Adjust.
10038         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
10039         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
10040         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
10041         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
10042         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
10043         (MULTILIB_DIRNAMES): Likewise.
10044         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
10045         `__AM33_2__' when `-mam33-2' is given.
10046         (TARGET_AM33_2): Define.
10047         (TARGET_SWITCHES): Adjust.
10048         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
10049         when appropriate.
10050
10051 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
10052
10053         * doc/install.texi: Add missing @.
10054
10055 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10056
10057         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
10058
10059 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
10060
10061         PR/11144
10062         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
10063
10064 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10065
10066         PR bootstrap/11043
10067         * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
10068         "x-crtfini.o" with "crtinit.o", "crtfini.o".
10069
10070         * fixinc/inclhack.def (limits_ifndefs): Add select test.
10071         * fixinc/fixincl.x: Rebuild.
10072
10073         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
10074         * fixinc/fixincl.x: Rebuild.
10075
10076 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
10077
10078         * doc/install.texi (Configuration): Document the valgrind option
10079         to --enable-checking.
10080
10081 2003-07-09  Jan Hubicka  <jh@suse.cz>
10082
10083         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
10084
10085 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10086
10087         * c-lex.c (cb_ident): Cast cstr.text to const char *.
10088
10089 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10090
10091         * gcov-io.h: Update documentation.
10092         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
10093         GCOV_NOTE_MAGIC.
10094         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
10095         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
10096         (struct gcov_var): Change buffer's type. Add endian flag.
10097         (gcov_open): Remove mode in libgcov.
10098         (gcov_magic): Prototype.
10099         * gcov-io.c (from_file): New.
10100         (gcov_open): Clear endian flag.
10101         (gcov_magic): New.
10102         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
10103         pointers.
10104         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
10105         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
10106         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
10107         * gcov-iov.c (main): Correct cast.
10108         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
10109         conversion.
10110         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
10111         (coverage_init): Use GCOV_NOTE_SUFFIX.
10112         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
10113         Rename to gcov_version, and return flag.
10114         (gcov_exit): Use gcov_version.
10115         (__gcov_init): Use gcov_version.
10116         * Makefile.in (coverageexts): Update.
10117         * gcov.c (print_version): Remove endianness conversion.
10118         (create_file_names): Use GCOV_NOTE_SUFFIX.
10119         (read_graph_file): Use gcov_magic.
10120         (read_count_file): Likewise.
10121         * gcov-dump.c (dump_file): Remove endianness conversion, use
10122         gcov_magic.
10123
10124 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10125
10126         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
10127         coverage is on.
10128         * configure: Regenerated.
10129         * Makefile.in (ALL_CFLAGS): Correct its comment.
10130
10131 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
10132
10133         * fold-const.c (make_range): Do not access operand 1 for a
10134         zero-operand operator.
10135
10136 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
10137
10138         * toplev.c (warn_dummy, W_options): Die.
10139         (display_help): Don't print W_options.
10140         * common.opt: Add W_options help from toplev.c.
10141
10142 2003-07-09  Andreas Jaeger  <aj@suse.de>
10143
10144         * opts.c (wrap_help): Only pass int arguments as arguments to
10145         printf's '*' modifier.  Change argument of function.
10146
10147 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
10148
10149         * doc/invoke.texi: Fix misspelling of "@item".
10150
10151 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10152
10153         * config/i386/i386.md: Remove an old comment about
10154         NOTICE_UPDATE_CC.
10155
10156 2003-07-09  Jan Hubicka  <jh@suse.cz>
10157
10158         * cgraph.c (cgraph_node_name): New function.
10159         (dump_cgraph): Use it.
10160         * cgraph.h (cgraph_dump_file): Declare.
10161         (cgraph_node_name): Declare.
10162         * cgraphunit.c: Include timevar.h
10163         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
10164         (cgraph_optimize_function): Use TV_INTEGRATION.
10165         (cgraph_mark_local_functions): reorganize dumps.
10166         (cgraph_mark_functions_to_inline_once): Likewise.
10167         (cgraph_optimize): Likewise; use timevar.
10168         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
10169         * toplev.c (dump_file_index): Add DFI_cgraph.
10170         (dump_file_info): Likewise.
10171         (cgraph_dump_file): New global variable.
10172         (do_compile): Open and close cgraph dump.
10173         * invoke.texi (-d): Document new flag; renumber.
10174
10175 2003-07-08  Roger Sayle  <roger@eyesopen.com>
10176
10177         PR c/11370
10178         * calls.c (emit_call_1): Don't bother popping the arguments off of
10179         the stack after a noreturn function call;  The adjustment is dead.
10180         (expand_call): Likewise.
10181
10182 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
10183
10184         * expr.c (MOVE_MAX_PIECES): Move from here...
10185         * defaults.h (MOVE_MAX_PIECES): ... to here.
10186
10187 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
10188
10189         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
10190
10191 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10192
10193         * genattr.c (internal_dfa_insn_code): Don't prototype.
10194         * genattrtab.c (attr_desc): Add `static_p' field.
10195         (expand_units): Make blockage range and ready cost functions
10196         static.
10197         (write_attr_get): Don't add extern prototypes in C file.  Mark
10198         static functions as appropriate.
10199         (find_attr, make_internal_attr): Initialize static_p.
10200         * genattrtab.h (ATTR_STATIC): New macro.
10201         * genautomata.c (output_internal_reset_func): Mark output function
10202         as inline.
10203         (make_internal_dfa_insn_code_attr): Mark output function as static.
10204
10205 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10206
10207         * genattrtab.h: Add new macros for attr `special' flags.
10208         * genattrtab.c (attr_desc): Reorder/resize fields better.
10209         Use attr `special' macros in all calls to make_internal_attr.
10210         * genautomata.c: Likewise.
10211
10212 2003-07-09  Jan Hubicka  <jh@suse.cz>
10213
10214         * c-common.c (c_estimate_num_insns_1): New static function.
10215         (c_estimate_num_insns): New global function.
10216         * c-common.h (DECL_NUM_STMTS): Rename to...
10217         (DECL_ESTIMATED_INSNS): ... this.
10218         (c_estimate_num_insns): Declare.
10219         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
10220         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
10221         * c-semantics.c (add_stmt): Do not account statements.
10222         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
10223         New.
10224         * langhooks.h (lang_hooks_for_tree_inlining): Add
10225         estimate_num_insns
10226         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
10227         to 100.
10228         (max-inline-insns): set to 300.
10229         (min-inline-insns): set to 10.
10230         * tree-inline.c (struct inline_data): Rename inlined_stmts to
10231         inlined-insns.
10232         (INSNS_PER_STMT): Kill.
10233         (inlinable_function_p): Compute and store body size.
10234         (expand_call_inline): Likewise.
10235         (optimize_inline_calls): Likewise.
10236
10237 2003-07-08  James E Wilson  <wilson@tuliptree.org>
10238
10239         PR target/10021
10240         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
10241         loop over new variable t2 instead of t.
10242
10243 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
10244
10245         PR bootstrap/11455
10246         * config/i386/winnt.c: Replace use of error(), warning() with
10247         error_with_decl(), warning_with_decl(),  throughout.
10248
10249 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
10250
10251         * opts.c (wrap_help): Use unsigned int, not size_t.
10252
10253 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
10254
10255         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
10256         as .file/.loc directives are incompatible with linker relaxation.
10257
10258 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
10259
10260         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
10261         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
10262         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
10263         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
10264         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
10265         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
10266         Escape { and } characters which are not part of range expressions.
10267         * fixinc/fixincl.x: Regenerate.
10268         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
10269
10270 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
10271
10272         PR c/1687
10273         * tree-inline.c (find_alloca_call): Use
10274         walk_tree_without_duplicates, instead of walk_tree.
10275         (find_builtin_longjmp_call): Likewise.
10276         * c-objc-common.c (c_cannot_inline_fn): Likewise.
10277         * c-semantics.c (find_reachable_label): Likewise.
10278
10279 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10280
10281         PR c/11420
10282         * config/i386/i386.c (ix86_check_movabs): New function.
10283         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
10284         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
10285         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
10286
10287 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
10288
10289         * Makefile.in (install-po): Cope with empty CATALOGS.
10290
10291 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
10292
10293         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10294         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
10295         (SECTION_FUNCTION_TEMPLATE): Delete.
10296         * config/mips/elf.h: As for elf64.h.
10297         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
10298         * config/mips/linux.h: As for elf.h
10299         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10300         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
10301         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
10302         of in_sdata from current_section_name and current_section_flags.
10303         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
10304         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
10305         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
10306         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
10307         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
10308         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
10309         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
10310         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
10311         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
10312         (override_options): Remove setting of MASK_GPOPT.
10313         (mips_output_external): Use mips_in_small_data_p to check whether a
10314         symbol needs an .extern directive.  Don't emit such directives for
10315         TARGET_EXPLICIT_RELOCS.
10316         (mips_declare_object): Update accordingly.
10317         (mips_select_rtx_section): Call named_section rather than
10318         SMALL_DATA_SECTION.
10319         (mips_select_section): Use default_elf_section_section for everything
10320         except .text string constants.
10321         (mips_in_small_data_p): New function.
10322         (mips_encode_section_info): Remove small data handling.
10323         (mips_unique_section): Delete.
10324         (iris6_section_type_flags): New function.
10325         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
10326
10327 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10328
10329         PR Target/11453
10330         * pa.md: Disparage all mtsar constraints.
10331         (extzv, extv, insv): Don't fail on length of {32|64}.
10332
10333 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
10334
10335         * system.h: Poison MAP_CHARACTER.
10336         * config/i370/i370-protos.h (mvs_map_char): Delete.
10337         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
10338         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
10339         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
10340
10341 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
10342
10343         * toplev.c (randomize): Correct call to time().
10344
10345 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10346
10347         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
10348         REG_EQUIV notes as well.
10349
10350 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10351
10352         * doc/md.texi: Fix the description of addmodecc.
10353
10354 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10355
10356         * Makefile.in (top_builddir): Set to "..", not ".".
10357         (INTLLIBS, INTLDEPS): Delete.
10358         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
10359         (LIBDEPS): Add $(LIBICONV_DEP).
10360         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
10361         (INCLUDES): Replace -I../intl with @INCINTL@.
10362         ($(top_builddir)/intl/libintl.a): Delete rule.
10363         (stage2-start, stage3-start, stage4-start, stageprofile-start,
10364         stagefeedback-start): Use $$ for variable to be evaluated by
10365         shell, not make.
10366         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
10367         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
10368         * aclocal.m4: sinclude ../config/progtest.m4.  Add
10369         contents of lcmessage.m4 from gettext distro.
10370         * configure.in: Check for wchar.h and setlocale.  Set
10371         LIBICONV_DEP to the empty string and substitute it.
10372         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
10373         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
10374         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
10375         in $LIBINTL, to avoid linking it twice.
10376         * configure, config.in: Regenerate.
10377
10378 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10379
10380         * fixinc/mkfixinc.sh: Remove winnt support.
10381         * fixinc/fixinc.winnt: Delete with extreme prejudice.
10382
10383 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
10384
10385         * Makefile.in: Update.
10386         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
10387         * c.opt: Update documentation.
10388         * common.opt: Add some help text.
10389         * opts.c: Include intl.h.
10390         (wrap_help, print_help): New.
10391         (find_opt, handle_option, common_handle_option): opt_text now
10392         contains the '-'.  Use print_help to output help.
10393         * opts.h (struct cl_option): New member "help".
10394         * opts.sh: Update to handle help text output and to prepend
10395         options with '-'.
10396         * toplev.c (display_help): Remove some help text.
10397
10398 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
10399             Fariborz Jahanian  <fjahanian@apple.com>
10400
10401         * configure.in: Test for PowerPC mfcr field support in assembler.
10402         * config.in, configure: Regenderated.
10403
10404         * config/rs6000/power4.md: Add mfcrf reservation.
10405         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
10406         * config/rs6000/rs6000.c (mfcr_operation): Define.
10407         (print_operand): Add 'Q' case for mfcrf.
10408         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
10409         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
10410         (movcc_internal1): Emit optional field operand for mfcr and set
10411         "type" attribute appropriately.
10412         (mfcr SCC): Likewise.
10413         (movesi_from_cr_one): New.
10414
10415 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10416
10417         * config/i386/i386.md: Correct check-in of incorrect version.
10418
10419 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10420
10421         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
10422         adjacent stdio calls.
10423         * c-decl.c (c_print_identifier): Likewise.
10424         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
10425         * print-rtl.c (print_rtx): Likewise.
10426         * print-tree.c (print_node_brief, print_node): Likewise.
10427         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
10428
10429         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
10430         * config.in, configure: Regenerated.
10431
10432 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10433
10434         PR target/10979
10435         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
10436         Changed to define_expand patterns that copy operand[1] to prevent
10437         it from being clobbered before emitting an atan2?f3_1 insn.
10438         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
10439         patterns that actually specify the behaviour of x87's FPATAN.
10440
10441 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
10442
10443         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
10444         clearing of SYMBOL_FLAG_LOCAL bit.
10445         If vcall_offset fits into signed 16-bit immediate, use
10446         one instruction for both addition and load.
10447
10448 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
10449
10450         * opts.c (common_handle_option): Correct handling of the
10451         -falign- switches that do and don't take an argument.
10452
10453 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10454
10455         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
10456         today.
10457         (pushhi1_h8300hs): Likewise.
10458
10459 2003-07-07  Andreas Jaeger  <aj@suse.de>
10460
10461         * genextract.c: Convert remaining prototypes to ISO C90.
10462
10463         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
10464         * fold-const.c (fold_single_bit_test): Likewise.
10465         * diagnostic.c (default_diagnostic_finalizer): Likewise.
10466         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
10467
10468         * gengtype.c (write_array): Generate ISO C90 prototypes.
10469
10470         * genflags.c (gen_proto): Generate ISO C90 prototypes.
10471
10472 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10473
10474         PR optimization/11059
10475         * expr.c (can_store_by_pieces): Return true if length is zero.
10476         (store_by_pieces): If length is zero and endp is two, abort,
10477         othwerise, if length is zero and endp is not two, return "to".
10478         (clear_by_pieces): Do nothing if length is zero.
10479         (clear_storage): Do nothing if length is zero.
10480         (store_constructor): Simplify code when size is zero, or the
10481         target has already been cleared.  This avoids emitting a
10482         blockage instruction when initializing empty structures.
10483
10484 2003-07-07  Andreas Jaeger  <aj@suse.de>
10485
10486         * mips-tfile.c: Convert prototypes to ISO C90.
10487         * mips-tdump.c: Convert prototypes to ISO C90.
10488
10489 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
10490
10491         * rtl.h (emit_line_note): Take a location_t.
10492         (emit_line_note_force): Remove.
10493         (set_file_and_line_for_statement): Take a location_t.
10494         * tree.g (emit_line_note): Take a location_t.
10495         * emit-rtl.c (emit_line_note): Take a location_t.
10496         (emit_line_note_force): Remove.
10497         * function.c (init_function_start): Adjust emit_line_note call.
10498         (expand_function_end): Use force_next_line_note, not
10499         emit_line_note_force.
10500         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
10501         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
10502         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
10503         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
10504         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
10505         genrtl_continue_stmt, genrtl_switch_stmt,
10506         genrtl_asm_stmt): Likewise.
10507         * expr.c (expand_expr): Likewise.
10508         * integrate.c (expand_inline_function): Likewise.
10509         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
10510         (expand_decl_init): Adjust emit_line_note call.
10511
10512 2003-07-07  Dale Johannesen  <dalej@apple.com>
10513
10514         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
10515
10516 2003-07-07  Andreas Jaeger  <aj@suse.de>
10517
10518         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
10519         * config/i386/i386.c: Likewise.
10520
10521 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10522
10523         * config/h8300/h8300.md: Use gen_int_mode instead of
10524         GEN_INT (trunc_int_for_mode (...)).
10525
10526 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
10527
10528         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
10529         2 bytes and then subtract 2 from the stack pointer.
10530         (pushhi1_h8300hs): Likewise.
10531
10532 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
10533
10534         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
10535         -frandom-seed.
10536         * configure: Regenerated.
10537         * Makefile.in: Remove extraneous comment.
10538         * toplev.c (randomize): Protect against potential multiple calls.
10539         * doc/invoke.texi (-frandom-seed): Document use for in coverage
10540         files.
10541
10542 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10543             Eric Botcazou  <ebotcazou@libertysurf.fr>
10544
10545         PR optimization/11198
10546         * alias.c (objects_must_conflict_p): Return 1 if the types have
10547         the same alias set, not if the alias sets only conflict.
10548
10549 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
10550
10551         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
10552         (convert_cset): Change inbuf to type ICONV_CONST char.
10553         * Makefile.in (LIBS): Add LIBICONV.
10554
10555         * doc/invoke.texi (-falign-functions): Document that
10556         when n is zero then a machine-dependent default is used.
10557         (-falign-labels): Document that when n is zero then a
10558         machine-dependent default is used and that -falign-labels =1
10559         is equivalent to -fno-align-labels.
10560         (-falign-loops): Likewise.
10561         (-falign-jumps): Likewise.
10562
10563 2003-07-06  Art Haas  <ahaas@airmail.net>
10564
10565         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
10566         initializer syntax.
10567
10568 2003-07-06  James E Wilson  <wilson@tuliptree.org>
10569
10570         PR optimization/9812
10571         * rtl.h (mem_for_const_double): Delete prototype.
10572         * varasm.c (mem_for_const_double): Delete function.
10573         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
10574         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
10575         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
10576         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
10577         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
10578         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
10579         comment about confused support for XFmode constants.
10580
10581 2003-07-07  Jan Hubicka  <jh@suse.cz>
10582
10583         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
10584
10585 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
10586
10587         * config/h8300/h8300.c: Fix comment typos.
10588         * config/h8300/h8300.md: Likewise.
10589         * config/i386/athlon.md: Likewise.
10590         * config/i386/i386.c: Likewise.
10591         * config/i386/pentium.md: Likewise.
10592         * config/ia64/ia64.c: Likewise.
10593         * config/ia64/itanium1.md: Likewise.
10594         * config/ia64/itanium2.md: Likewise.
10595         * config/m32r/m32r.md: Likewise.
10596         * config/m68hc11/m68hc11.c: Likewise.
10597         * config/mcore/mcore.c: Likewise.
10598         * config/mips/sr71k.md: Likewise.
10599         * config/mips/t-iris5-as: Likewise.
10600         * config/mmix/mmix.h: Likewise.
10601         * config/ns32k/ns32k.h: Likewise.
10602         * config/ns32k/NOTES: Fix a typo.
10603
10604 2003-07-06  Andreas Jaeger  <aj@suse.de>
10605
10606         * stmt.c: Convert remaining prototypes to ISO C90.
10607         * cfglayout.c: Likewise.
10608         * dbxout.c: Likewise.
10609         * gcc.c: Likewise.
10610         * genemit.c: Likewise.
10611
10612         * basic-block.h: Convert prototypes to ISO C90.
10613         * c-parse.in: Likewise.
10614         * c-pragma.h: Likewise.
10615         * c-typeck.c: Likewise.
10616         * cfghooks.h: Likewise.
10617         * cfgloopanal.c: Likewise.
10618         * dbxout.h: Likewise.
10619         * debug.h: Likewise.
10620         * dwarf2asm.h: Likewise.
10621         * gcov.c: Likewise.
10622         * gengtype-lex.l: Likewise.
10623         * sched-int.h: Likewise.
10624         * timevar.c: Likewise.
10625
10626 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
10627
10628         * c-common.h (c_comon_handle_filename,
10629         c_common_missing_arguement): New.
10630         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
10631         LANG_HOOKS_MISSING_ARGUMENT): New.
10632         * c-opts.c (missing_arg): Rename c_common_missing_argument,
10633         update to be an appropriate langhook.
10634         (c_common_handle_option): Don't handle filenames.
10635         (c_common_handle_filename): New.
10636         * hooks.c (hook_void_constcharptr,
10637         hook_bool_constcharptr_size_t_false): New.
10638         * hooks.h (hook_void_constcharptr,
10639         hook_bool_constcharptr_size_t_false): New.
10640         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
10641         LANG_HOOKS_MISSING_ARGUMENT): New.
10642         (LANG_HOOKS_INITIALIZER): Update.
10643         * langhooks.h (struct lang_hooks): Add handle_filename and
10644         missing_argument.
10645         * opts.c (handle_option): Don't handle filenames here, but ...
10646         (handle_options): ... here.
10647         (common_handle_option): Don't handle missing arguments here.
10648         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
10649         LANG_HOOKS_MISSING_ARGUMENT): New.
10650
10651 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
10652
10653         * Makfile.in: Remove traces of mbchar.
10654         * c-parse.in (MULTIBYTE_CHARS): Remove.
10655         * config.in (MULTIBYTE_CHARS): Remove.
10656         * configure: Remove --enable-mbchar.
10657         * configure.in: Remove --enable-mbchar.
10658         * mbchar.c, mbchar.h: Remove.
10659         * system.h: Poison MULTIBYTE_CHARS.
10660         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
10661         * config/linux.h (MULTIBYTE_CHARS): Remove.
10662         * config/svr4.h (MULTIBYTE_CHARS): Remove.
10663         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
10664
10665 2003-07-06  Andreas Jaeger  <aj@suse.de>
10666
10667         * varray.c (varray_check_failed): Fix typo.
10668
10669         * unroll.c: Convert prototypes to ISO C90.
10670         * varasm.c: Likewise.
10671         * varray.c: Likewise.
10672         * varray.h: Likewise.
10673         * vmsdbgout.c: Likewise.
10674         * xcoffout.c: Likewise.
10675         * xcoffout.h: Likewise.
10676
10677 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10678
10679         * gcov-io.h: Add a local time stamp.
10680         (struct gcov_info): Add stamp field.
10681         (gcov_truncate): New.
10682         * coverage.c (read_counts_file): Skip the stamp.
10683         (coverage_begin_output): Write the stamp.
10684         (build_gcov_info): Declare and init the stamp.
10685         (coverage_finish): Only unlink data file, if stamp is zero.
10686         * gcov-dump.c (dump_file): Dump the stamp.
10687         * gcov.c (bbg_stamp): New.
10688         (release_structures): Clear bbg_stamp.
10689         (read_graph_file): Read stamp.
10690         (read_count_file): Check stamp.
10691         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
10692
10693 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10694
10695         * tree.h (default_flag_random_seed): Remove.
10696         * toplev.h (local_tick): Declare.
10697         * tree.c (flag_random_seed, default_flag_random_seed): Move to
10698         toplev.c.
10699         (append_random_chars): Don't call default_flag_random_seed.
10700         * toplev.c (flag_random_seed): Define here. Set local_tick.
10701         (local_tick): Define.
10702         (randomize): New, moved from tree.c.
10703         (print_switch_values): Adjust.
10704         (toplev_main): Call randomize.
10705
10706 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10707
10708         * tree.h (crc32_string): Declare.
10709         * tree.c (append_random_chars): Remove.
10710         (crc32_string): New.
10711         (get_file_function_name_long): Use crc32_string here.
10712
10713 2003-07-06  Andreas Jaeger  <aj@suse.de>
10714
10715         * gcc.c: Convert prototypes to ISO C90.
10716         * gcc.h: Likewise.
10717         * gcov-dump.c: Likewise.
10718         * gcov-iov.c: Likewise.
10719         * gcse.c: Likewise.
10720         * genattrtab.h: Likewise.
10721         * ggc.h: Likewise.
10722         * global.c: Likewise.
10723         * graph.c: Likewise.
10724         * graph.h: Likewise.
10725         * hosthooks.h: Likewise.
10726         * hooks.h: Likewise.
10727         * hooks.c: Likewise.
10728         * hashtable.h: Likewise.
10729         * hashtable.c: Likewise.
10730         * haifa-sched.c: Likewise.
10731         * integrate.h: Likewise.
10732         * integrate.c: Likewise.
10733         * input.h: Likewise.
10734         * ifcvt.c: Likewise.
10735         * jump.c: Likewise.
10736         * langhooks-def.h: Likewise.  Add extern to prototypes.
10737         * langhooks.c: Likewise.
10738         * langhooks.h: Likewise.
10739         * lcm.c: Likewise.
10740         * local-alloc.c: Likewise.
10741         * loop-init.c: Likewise.
10742         * loop-unroll.c: Likewise.
10743         * loop-unswitch.c: Likewise.
10744         * loop.c: Likewise.
10745         * loop.h: Likewise. Add extern to prototypes.
10746         * machmode.h: Likewise.
10747         * main.c: Likewise.
10748         * mbchar.c: Likewise.
10749         * mbchar.h: Likewise.
10750         * mkdeps.c: Likewise.
10751         * mkdeps.h: Likewise.
10752         * optabs.c: Likewise.
10753         * optabs.h: Likewise.
10754         * output.h: Likewise.
10755         * gccspec.c: Likwise.
10756         * postreload.c: Likewise.
10757         * prefix.c: Likewise.
10758         * prefix.h: Likewise.
10759         * print-rtl.c: Likewise.
10760         * print-tree.c: Likewise.
10761         * profile.c: Likewise.
10762         * read-rtl.c: Likewise.
10763         * real.c: Likewise.
10764         * real.h: Likewise.
10765         * recog.c: Likewise.
10766         * recog.h: Likewise.
10767         * reg-stack.c: Likewise.
10768         * regclass.c: Likewise.
10769         * regmove.c: Likewise.
10770         * regrename.c: Likewise.
10771         * regs.h: Likewise.
10772         * reload.c: Likewise.
10773         * reload.h: Likewise.
10774         * reload1.c: Likewise.
10775         * reorg.c: Likewise.
10776         * resource.c: Likewise.
10777         * resource.h: Likewise.
10778         * rtl-error.c: Likewise.
10779         * rtl.c: Likewise.
10780         * rtl.h: Likewise.
10781         * rtlanal.c: Likewise.
10782         * sbitmap.c: Likewise.
10783         * sbitmap.h: Likewise.
10784         * scan-decls.c: Likewise.
10785         * scan.c: Likewise.
10786         * sched-deps.c: Likewise.
10787         * sched-ebb.c: Likewise.
10788         * sched-int.h: Likewise.
10789         * sched-rgn.c: Likewise.
10790         * sched-vis.c: Likewise.
10791         * sibcall.c: Likewise.
10792         * simplify-rtx.c: Likewise.
10793         * sreal.c: Likewise.
10794         * sreal.h: Likewise.
10795         * ssa-ccp.c: Likewise.
10796         * ssa-dce.c: Likewise.
10797         * ssa.c: Likewise.
10798         * ssa.h: Likewise.
10799         * stack.h: Likewise.
10800         * stmt.c: Likewise.
10801         * stor-layout.c: Likewise.
10802         * stringpool.c: Likewise.
10803         * target.h: Likewise.
10804         * timevar.c: Likewise.
10805         * timevar.h: Likewise.
10806         * tlink.c: Likewise.
10807         * tracer.c: Likewise.
10808         * tree-inline.c: Likewise.
10809         * tree-inline.h: Likewise.
10810         * tree.c: Likewise.
10811         * tree.h: Likewise.
10812
10813 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10814
10815         * combine.c (nonzero_bits1): Fix a warning.
10816
10817 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10818
10819         * config/h8300/h8300.c (compute_mov_length): Correct the
10820         length of loading CONST0_RTX (SFmode).
10821
10822 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
10823
10824         * toplev.c (output_clean_symbol_name): Remove.
10825         * toplev.h (output_clean_symbol_name): Remove.
10826         * config/alpha/alpha.c (unicosmk_output_module_name): Use
10827         lbasename & clean_symbol_name.
10828
10829 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10830
10831         * ggc.h: Follow spelling conventions.
10832         * config/i386/i386.c: Likewise.
10833         * config/i386/winnt.c: Likewise.
10834         * config/rs6000/rs6000.c: Likewise.
10835
10836 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
10837
10838         * bt-load.c: Fix comment typos.
10839         * c-incpath.c: Likewise.
10840         * cfg.c: Likewise.
10841         * cfgcleanup.c: Likewise.
10842         * cfgloop.h: Likewise.
10843         * cfgloopmanip.c: Likewise.
10844         * cfgrtl.c: Likewise.
10845         * diagnostic.h: Likewise.
10846         * dwarfout.c: Likewise.
10847         * emit-rtl.c: Likewise.
10848         * et-forest.c: Likewise.
10849         * et-forest.h: Likewise.
10850         * expr.c: Likewise.
10851         * gcse.c: Likewise.
10852         * genattr.c: Likewise.
10853         * jump.c: Likewise.
10854         * langhooks.h: Likewise.
10855         * local-alloc.c: Likewise.
10856         * loop-unroll.c: Likewise.
10857         * loop-unswitch.c: Likewise.
10858         * ra-build.c: Likewise.
10859         * regclass.c: Likewise.
10860         * regmove.c: Likewise.
10861         * rtl.def: Likewise.
10862         * rtlanal.c: Likewise.
10863         * sched-ebb.c: Likewise.
10864         * sched-rgn.c: Likewise.
10865         * simplify-rtx.c: Likewise.
10866         * ssa.c: Likewise.
10867         * tracer.c: Likewise.
10868         * tree.c: Likewise.
10869
10870 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
10871
10872         * cppcharset.c: Use the correct return type for the fallback iconv
10873         macro.
10874
10875 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10876
10877         Blame to Jan Hubicka  <jh@suse.cz>
10878         * cfglayout.c (record_effective_endpoints): Split insns before
10879         first basic block correctly.
10880
10881 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10882
10883         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
10884         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
10885         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
10886
10887 2003-07-05  Andreas Jaeger  <aj@suse.de>
10888
10889         * genattrtab.c (write_attr_get): Revert part of last patch to
10890         always write out a prototype.
10891
10892         * genemit.c (gen_split): Readd lost unused attributes in last
10893         patch.
10894
10895 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10896
10897         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
10898         different from header.
10899
10900 2003-07-05  Andreas Schwab  <schwab@suse.de>
10901
10902         * config/m68k/m68k.c: Remove code protected by CRDS.
10903         * config/m68k/m68k.md: Likewise.
10904
10905 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
10906
10907         PR driver/11417
10908         * c-opts.c (permit_fortran_options): New.
10909         (c_common_init_options): Accept fortran front end options if
10910         it looks like we might be preprocessing Fortran.
10911         (c_common_handle_option): Don't reject switch if permit_fotran_options.
10912
10913 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10914
10915         * genattr.c (internal_dfa_insn_code): Output prototype.
10916         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
10917         * genautomata.c: Likewise.
10918         * genconditions.c: Likewise.
10919         * genemit.c: Likewise.
10920         * genextract.c: Likewise.
10921         * gengenrtl.c: Likewise.
10922         * gengtype.c: Likewise.
10923         * genopinit.c: Likewise.
10924         * genoutput.c: Likewise.
10925         * genpeep.c: Likewise.
10926         * genrecog.c: Likewise.
10927
10928 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10929
10930         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
10931         (struct cpp_options): Add narrow_charset, wide_charset,
10932         bytes_big_endian fields.  Remove EBCDIC field.
10933         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
10934
10935         * cpphash.h: Include <iconv.h> if we have it, otherwise
10936         provide a dummy definition of iconv_t.
10937         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
10938         (_cpp_valid_ucn): Update prototype.
10939         (_cpp_destroy_iconv): New prototype.
10940
10941         * doc/cpp.texi: Document character set handling.
10942         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
10943         * doc/extend.texi: Delete entire section on multiline strings.
10944         Rewrite section on __FUNCTION__ etc now that these are
10945         variables in C.
10946
10947         * cppucnid.tab, cppucnid.pl: New files.
10948         * cppucnid.h: New generated file.
10949         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
10950         (iconv_open, iconv, iconv_close): Provide dummy definitions
10951         if !HAVE_ICONV.
10952         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
10953         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
10954         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
10955         cpp_interpret_string, narrow_str_to_charconst,
10956         wide_str_to_charconst): New.
10957         (ucn_valid_in_identifier): Use a binary search through the
10958         ucnranges table defined in cppucnid.h, not a long chain of if
10959         statements.
10960         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
10961         character names are only valid in C++ and C99" to a warning.
10962         Issue the "meaning of \[uU] is different in traditional C"
10963         warning here.  Take care not to let iconv see an invalid UCS
10964         value if we get a malformed UCN.  Issue an error if we don't
10965         have iconv.
10966         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
10967         cpp_interpret_string to do the heavy lifting.
10968
10969         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
10970         narrow_charset, wide_charset fields of options structure.
10971         (cpp_destroy): Call _cpp_destroy_iconv.
10972         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
10973         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
10974         (cpp_interpret_charconst): Moved to cppcharset.c.
10975         * cpplib.c (dequote_string): Delete.
10976         (interpret_string_notranslate): New.
10977         (do_line, do_linemarker): Use interpret_string_notranslate.
10978
10979         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
10980
10981         * c-common.c (fname_string, combine_strings): Delete.
10982         * c-common.h (fname_string, combine_strings): Delete prototypes.
10983         * c-lex.c (ignore_escape_flag): Delete.
10984         (cb_ident): Use cpp_interpret_string, not lex_string.
10985         (get_nonpadding_token): New function.
10986         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
10987         Adjust calls to lex_string.  Don't write *value twice.
10988         (lex_string): Now handles string constant concatenation.
10989         Most of the work handed off to cpp_interpret_string.
10990         Call fix_string_type here.
10991         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
10992         FUNC_NAME, throughout.
10993         (OBJC_STRING): New token type.
10994         (primary:STRING): No need to call fix_string_type here.
10995         (primary:objc_string): Make that OBJC_STRING.
10996         (objc_string nonterminal): Delete.
10997         (yylexname): Delete code to handle fake string constants.
10998         (yylexstring): Delete entirely.
10999         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
11000         to handle CPP_ATSIGN.
11001
11002         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
11003         * c-opts.c (missing_arg, c_common_handle_option): Handle
11004         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
11005         (c_common_init): Set cpp_opts->bytes_big_endian, not
11006         cpp_opts->EBCDIC.  Call cpp_init_iconv.
11007         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
11008         (TARGET_EBCDIC): Delete default definition.
11009
11010         * objc/objc-act.c (build_objc_string_object): No need to
11011         handle string constant concatenation.
11012
11013 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11014
11015         * doc/install.texi: Fix typos.
11016         * doc/invoke.texi: Likewise.
11017         * doc/tm.texi: Likewise.
11018
11019 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11020
11021         * config/pa/fptr.c: Fix comment typos.
11022         * config/pa/pa-64.h: Likewise.
11023         * config/pa/pa.c: Likewise.
11024         * config/pa/pa.h: Likewise.
11025         * config/rs6000/603.md: Likewise.
11026         * config/rs6000/7xx.md: Likewise.
11027         * config/rs6000/darwin.h: Likewise.
11028         * config/rs6000/freebsd.h: Likewise.
11029         * config/rs6000/rs6000.c: Likewise.
11030         * config/rs6000/rs6000.md: Likewise.
11031         * config/rs6000/spe.h: Likewise.
11032
11033 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
11034
11035         * config/s390/2064.md: Change GNU CC to GCC.
11036         * config/s390/2084.md: Likewise.
11037         * config/s390/fixdfdi.h: Likewise.
11038         * config/s390/linux.h: Likewise.
11039         * config/s390/s390-modes.def: Likewise.
11040         * config/s390/s390-protos.h: Likewise.
11041         * config/s390/s390.c: Likewise.
11042         * config/s390/s390.h: Likewise.
11043         * config/s390/s390.md: Likewise.
11044         * config/s390/s390x.h: Likewise.
11045
11046 2003-07-04  Jeff Law  <law@redhat.com>
11047
11048         PR c/11428
11049         * expr.c (do_store_flag): Pass in the correct result type
11050         when calling fold_single_bit_test.
11051         * fold-const.c (fold_single_bit_test): Use result_type for the
11052         result when folding a sign bit test.
11053
11054 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
11055
11056         * opts.c (common_handle_options): Negate sense of -falign- switches.
11057
11058 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
11059
11060         * Makefile.in: Replace PWD with PWD_COMMAND.
11061
11062 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11063
11064         * cfgloopanal.c (count_strange_loop_iterations): New static function.
11065         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
11066         Handle strange loops.
11067
11068 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
11069
11070         * install.texi: Even the g77 manpage is derived from
11071         the full g77 manual.
11072
11073 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11074
11075         * ABOUT-NLS: Delete.
11076         * intl: Delete entire directory.
11077         * aclocal.m4: Include ../config/gettext.m4.  Delete
11078         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
11079         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
11080         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
11081         Remove intl/Makefile from all_outputs.
11082         * configure, config.in: Regenerate.
11083         * Makefile.in: Expunge all references to intl subdirectory.
11084         Add -I../intl to INCLUDES.
11085         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
11086
11087 2003-07-04  Roger Sayle  <roger@eyesopen.com>
11088
11089         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
11090         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
11091
11092 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
11093
11094         PR c++/5287, PR c++/7910, PR c++/11021
11095         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
11096         dllimport attribute if function is defined at declaration, but
11097         report error instead. Likewise for dllimport'd variable
11098         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
11099         declared within functions, Report error if dllimport or dllexport
11100         symbol is not global.
11101         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
11102         if defined after declaration or if inlined. Don't allow definition
11103         of static data members of C++ classes. Don't dllimport virtual
11104         methods.
11105         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
11106         (i386_pe_mark_dllimport): Remove unnecessary checks.
11107         (i386_pe_encode_section_info): Warn if the dllimport attribute
11108         and symbol prefix have been instantiated and then overridden.
11109
11110         * doc/extend.texi: Document dllimport and dllexport attributes.
11111
11112         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
11113
11114 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
11115
11116         * config/kaos.h (CPP_PREDEFINES): Delete.
11117         (TARGET_OS_CPP_BUILTINS): New.
11118
11119 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11120
11121         * c-aux-info.c: Include toplev.h after c-tree.h.
11122         * c-common.c: Likewise.
11123         (GCC_DIAG_STYLE): Undef.
11124         * c-semantics.c (GCC_DIAG_STYLE): Define.
11125         * c-tree.h (GCC_DIAG_STYLE): Likewise.
11126         * diagnostic.h (inform): Move prototype to toplev.h.
11127         * jump.c: Include diagnostic.h before toplev.h.
11128         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
11129         (warning, error, fatal_error, pedwarn, sorry, inform,
11130         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
11131
11132 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11133
11134         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
11135         at all if edge is not specified.
11136         (can_copy_bbs_p, copy_bbs): New.
11137         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
11138         * cfgloop.c (get_loop_body): Comment more precisely.
11139         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
11140         (scale_bbs_frequencies): Fix comment typo.
11141         (can_duplicate_loop_p): Use can_copy_bbs_p.
11142         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
11143
11144 2003-07-03  Devang Patel <dpatel@apple.com>
11145
11146         * c-opts.c (c_common_parse_file): Remove extra
11147         debug_hooks->start_source_file call.
11148
11149 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11150
11151         * real.c (real_trunc, real_floor, real_ceil): New functions
11152         to implement trunc, floor and ceil respectively.
11153         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
11154         * builtins.c (integer_valued_real_p): New function to test if
11155         a floating point expression has an integer valued result.
11156         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
11157         foo(x) where foo is an integer rounding function.  Similarly,
11158         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
11159         (double)(int)x when both foo and bar are integer rounding
11160         functions and we don't need to honor errno.
11161         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
11162         New functions to fold trunc, floor and ceil.
11163         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
11164         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
11165         to fold BUILT_IN_CEIL*.
11166         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
11167         the remaining integer rounding functions.
11168
11169 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11170
11171         * config/sparc/sparc.c (function_arg_partial_nregs): Use
11172         SPARC_INT_ARG_MAX to determine where to split unnamed
11173         complex FP arguments.
11174
11175 2003-07-03  Jan Hubicka  <jh@suse.cz>
11176
11177         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
11178         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
11179         (merge_blocks_move_predecessor_nojumps,
11180          merge_blocks_move_successor_nojumps): Use merge_blocks.
11181         (try_optimize_cfg): Use merge_blocks_move.
11182         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
11183         (merge_blocks_nomove): Rename to rtl_merge_blocks.
11184         (cfg_layout_create_basic_block): New.
11185         (rtl_can_merge_blocks): New.
11186         (cfg_layout_split_block): Do not alloc aux by hand.
11187         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
11188         merge_blocks.
11189         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
11190         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
11191         * cfgloopmanip.c (loop_split_edge_with): Likewise.
11192         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
11193
11194         * basic-block.h (basic_block_def): Add field 'rbi'.
11195         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
11196         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
11197         * cfg.c (entry_exit_blocks): Add new field.
11198         * cfglayout.c: Include alloc-pool.h;
11199         (cfg_layout_pool): New.
11200         (record_effective_endpoints, fixup_reorder_chain,
11201         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
11202         of rbi.
11203         (cfg_layout_initialize_rbi): New function.
11204         (cfg_layout_initialize): Use it.
11205         (cfg_layout_finalize): Clear rbi fields.
11206         * cfglayout.h (RBI): Kill.
11207         (cfg_layout_initialize_rbi): Declare.
11208         * cfgloopmanip.c (copy_bbs): Use rbi.
11209         (record_exit_edges): Likewise.
11210         (duplicate_loop_to_header_edge): Likewise.
11211         * cfgrtl.c (cfg_layout_create_basic_block): Use
11212         cfg_layout_initialize_rbi.
11213         (cfg_layout_split_block): Use rbi.
11214         (cfg_layout_delete_block): Likewise.
11215         * loop-init.c (loop_optimizer_finalize): Likewise.
11216         * loop-unswitch.c (unswitch_loop): Likewise.
11217         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
11218
11219         * cfgrtl.c: Update comments.
11220         (try_redirect_by_replacing_jump): New argument.
11221         (redirect_branch_edge): Break out from ...
11222         (rtl_redirect_edge_and_branch): ... this one.
11223         (update_cfg_after_block_merging): Break out from ...
11224         (rtl_merge_blocks): ... this one.
11225         (cfg_layout_split_edge): New.
11226         (cfg_layout_merge_blocks): New.
11227         (cfg_layout_can_merge_blocks_p): New.
11228         (cfg_layout_redirect_edge_and_branch): Reorganize.
11229         (cfg_layout_rtl_cfg_hooks): Fill in.
11230         (cfg_layout_delete_block): Kill barriers.
11231         * cfganal.c (can_fallthru): Deal with exit blocks
11232         * cfglayout.c (cfg_layout_function_header): New function
11233         (record_effective_endpoints): Record function header.
11234         (fixup_reorder_chain): Fixup dead jumptables; place header
11235
11236         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
11237         * bb-reorder.c (cfg_layout_initialize): Update call.
11238         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
11239         edges in cfglayout mode.
11240         * cfglayout.c (cleanup_unconditional_jumps): Kill.
11241         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
11242         * cfglayout.h (cfg_layout_initialize): Update prototype.
11243         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
11244         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
11245         * flow.c (propagate_block): Do not crash when basic block ends
11246         by first insn in the chain.
11247         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
11248         do loop discovery.
11249         * tracer.c (tracer): Update call of cfg_layout_initialize.
11250
11251 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11252
11253         * Makefile.in: Use dependency variables in lieu of explicit
11254         files throughout.
11255
11256 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
11257
11258         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
11259         * tree.h: ...to here.
11260
11261 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
11262
11263         * config/s390/2064.md: Fix comment typos.
11264         * config/s390/2084.md: Likewise.
11265         * config/s390/s390.c: Likewise.
11266         * config/s390/s390.md: Likewise.
11267         * config/sh/sh.c: Likewise.
11268         * config/sh/sh.h: Likewise.
11269         * config/sh/sh.md: Likewise.
11270         * config/sparc/sparc.c: Likewise.
11271         * config/sparc/sparc.h: Likewise.
11272         * config/sparc/sparc.md: Likewise.
11273         * config/stormy16/stormy16.c: Likewise.
11274         * config/stormy16/stormy16.h: Likewise.
11275         * config/stormy16/stormy-abi: Fix a typo.
11276
11277 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
11278
11279         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
11280
11281 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11282
11283         * config/mips/mips.h (save_argv): Delete.
11284
11285 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11286
11287         PR target/10700
11288         * fold-const.c (extract_muldiv_1): There's nothing that can be done
11289         if the expression is a SAVE_EXPR.
11290
11291 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
11292
11293         * config/m32r/m32r.c: Fix comment typos.
11294         * config/m68hc11/m68hc11.c: Likewise.
11295         * config/m68hc11/m68hc11.h: Likewise.
11296         * config/m68k/m68k.c: Likewise.
11297         * config/mcore/mcore.c: Likewise.
11298         * config/mcore/mcore.h: Likewise.
11299         * config/mcore/mcore.md: Likewise.
11300         * config/mips/mips.c: Likewise.
11301         * config/mips/mips.h: Likewise.
11302         * config/mips/mips.md: Likewise.
11303         * config/mips/netbsd.h: Likewise.
11304         * config/mn10300/mn10300.c: Likewise.
11305
11306 2003-07-03  Andreas Schwab  <schwab@suse.de>
11307
11308         * dbxout.c (pending_bincls): Move decl down inside
11309         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
11310
11311 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11312
11313         * rtl.h (NOTE_DATA): Refer to whole union.
11314         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
11315
11316 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11317
11318         PR optimization/11381
11319         * simplify-rtx.c (simplify_relational_operation): Check that
11320         two equal operands have no side-effects before simplifying
11321         the comparison.
11322
11323 2003-07-02  Jeff Law  <law@redhat.com>
11324
11325         * expr.c (do_store_flag): Remove special case folding for
11326         single bit tests.  Instead call back into the commonized folder
11327         routine.
11328         * fold-const.c (fold_single_bit_test): New function, mostly
11329         extracted from do_store_flag, with an additional case extracted
11330         from fold.
11331         (fold): Call fold_single_bit_test appropriately.
11332         * tree.h (fold_single_bit_test): Prototype.
11333
11334 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
11335
11336         * system.h: Include filenames.h.
11337         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
11338         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
11339         define based on HAVE_DOS_BASED_FILE_SYSTEM.
11340         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
11341         * config/i386/xm-mingw32.h: Don't define
11342         HAVE_DOS_BASED_FILE_SYSTEM,
11343         DIR_SEPARATOR, or DIR_SEPARATOR_2.
11344         * doc/hostconfig.texi: Update to match.
11345
11346         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
11347         config/i386/cygwin.h:
11348         Use IS_ABSOLUTE_PATH throughout.
11349         * gcc.c (DIR_UP): Delete, unused.
11350         * protoize.c (IS_SAME_PATH): Define in terms of
11351         FILENAME_CMP.
11352         (is_abspath): Delete.
11353
11354 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
11355
11356         * config/i386/emmintrin.h: Fix comment typos.
11357         * config/i386/i386.c: Likewise.
11358         * config/i386/i386.h: Likewise.
11359         * config/i386/sco5.h: Likewise.
11360         * config/ia64/ia64.c: Likewise.
11361         * config/ia64/itanium2.md: Likewise.
11362
11363 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
11364
11365         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
11366         DBX_USE_BINCL.
11367         (emit_bincl_stab): Same.
11368         (emit_pending_bincls): Same.
11369
11370 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
11371
11372         * config/h8300/h8300.c (compute_mov_length): Fix the length of
11373         loading CONST0_RTX (SFmode).
11374         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
11375         'G' to CONST0_RTX (SFmode).
11376         * config/h8300/h8300.md (movsf_h8300): Change the first
11377         constraint to 'G'.
11378         (movsf_h8300h): Likewise.
11379
11380 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
11381
11382         * c-common.h (c_common_init_options): New prototype.
11383         * c-opts.c (deferred_size): Remove.
11384         (defer_opt): Array is now pre-allocated.
11385         (c_common_init_options): Pre-allocate deferred_opts.  Make
11386         lang_flags unsigned.
11387         (push_command_line_options): Free deferred_opts.
11388         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
11389         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
11390         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
11391         * langhooks.h (struct lang_hooks): New prototype for init_options.
11392         * main.c (main): Cast argv.
11393         * opts.c (handle_option, handle_options): Update prototypes.
11394         (decode_options): save_argc, save_argv are not global.  Constify.
11395         * opts.h (decode_options): New prototype.
11396         * toplev.c (general_init): New protoype.
11397         (save_argv): Make static.
11398         (save_argc): Remove.
11399         (print_switch_values, general_init): Constify.
11400         (toplev_main): Save argv.
11401         * toplev.h (toplev_main): Update prototype.
11402         (save_argc, save_argv): Remove.
11403
11404 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
11405
11406         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
11407         (emit_bincl_stab): Same.
11408         (emit_pending_bincls): Same.
11409
11410 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11411
11412         PR c++/11072
11413         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
11414
11415 2003-07-02  Andreas Schwab  <schwab@suse.de>
11416
11417         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
11418
11419 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
11420
11421         PR optimization/11210
11422         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
11423         about the behaviour with regard to bitfields.
11424         * fold-const (decode_field_reference): Record outermost type in
11425         case the expression is a NOP. Strip all NOPs. Set the signedness
11426         to that of the outermost type (if any) when the bitsize is equal
11427         to the size of the type.
11428
11429 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
11430
11431         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
11432         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
11433         (adddi3_internal_3, addsi3_internal_2): Likewise.
11434
11435 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
11436
11437         * config/mips/mips.c (machine_function): Add new fields:
11438         ignore_hazard_length_p and all_noreorder_p.
11439         (mips_flag_delayed_branch): New variable.
11440         (override_options): Treat '/' as an operand punctuation character.
11441         Set up mips_flag_delayed_branch.
11442         (print_operand): Handle '/'.
11443         (mips_output_function_prologue): Put the whole function in
11444         .set noreorder and .set nomacro if all_noreorder_p is true.
11445         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
11446         (mips16_optimize_gp): Remove "first insn" parameter.
11447         (mips16_lay_out_constants): New function, split out from mips_reorg.
11448         (mips_avoid_hazard, mips_avoid_hazards): New functions.
11449         (mips_reorg): For mips16 code, call mips16_lay_out_constant
11450         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
11451         do delayed-branch scheduling followed by hazard detection.
11452         (mips_adjust_insn_length): Only account for hazards if
11453         !ignore_hazard_length_p.
11454         (mips_output_load_label): Add a nop to the o32 sequence if
11455         the target suffers from load delays.
11456         (mips_output_conditional_branch): Add %/ to the end of branches.
11457         (mips_output_division): Fill the branch delay slot with %#.
11458         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
11459         instructions.  End all other %* branches with %/.
11460         (ffssi2, ffsdi2): Fix lengths.
11461         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
11462         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
11463         (fix_truncsfsi2_macro): Likewise.
11464         (mov_lwl): Set hazard to "none".
11465         (ashldi3_internal): Fill the branch delay slot with %#.
11466         (ashrdi3_internal, lshrdi3_internal): Likewise.
11467         (exception_receiver): Explicitly set $28.
11468         (hazard_nop): New pattern.
11469
11470 2003-07-02  Jan Hubicka  <jh@suse.cz>
11471
11472         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
11473         before calling tree_inlinable_function_p.
11474
11475 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11476
11477         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
11478         <internal/stdio_core.h> too.
11479         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
11480         <internal/wchar_core.h> too.
11481         Substitute va_list uses in inline definition.
11482         * fixinc/fixincl.x: Regenerate.
11483
11484 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11485
11486         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
11487         Undef before redefinition.
11488         (LABEL_AFTER_LOC): Likewise.
11489         (DEFAULT_SIGNED_CHAR): Likewise.
11490         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
11491         Fix IRIX spelling.
11492
11493         * config/mips/iris3.h: Remove, unused.
11494         * config/mips/iris4.h: Likewise.
11495
11496         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
11497
11498         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
11499         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
11500         target_cpu_default.
11501
11502         * config/mips/iris5.h: Move explicit includes ...
11503         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
11504
11505         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
11506         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
11507         tm_defines.
11508
11509         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
11510         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
11511         target_cpu_default.
11512
11513         * config/mips/iris6.h: Fix IRIX spelling.
11514         (MULTILIB_DEFAULTS): Undef before redefinition.
11515
11516         * config/mips/iris6.h: Move explicit includes ...
11517         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
11518
11519 2003-07-02  Jan Hubicka  <jh@suse.cz>
11520
11521         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
11522         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
11523         Use next_needed field instead of aux to maintain the queue.
11524         * cgraph.h (cgraph_node): Add next_needed.
11525         (cgraph_varpool_node): Add next_needed; remove aux.
11526         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
11527
11528 2003-07-02  Jan Hubicka  <jh@suse.cz>
11529
11530         * cgraphunit.c (cgraph_finalize_function): Set finalized.
11531         (cgraph_finalize_function): Do not examine inlinablility.
11532         (cgraph_finalize_compilation_unit): Do it here.
11533         * cgraph.h (cgraph_local_info): Add finalized field.
11534
11535 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11536
11537         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
11538         (gt_pch_restore): Likewise.
11539
11540 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11541
11542         * config/alpha/alpha.c: Fix comment typos.
11543         * config/alpha/elf.h: Likewise.
11544         * config/arm/arm.c: Likewise.
11545         * config/arm/arm.h: Likewise.
11546         * config/arm/arm.md: Likewise.
11547         * config/arm/t-arm-coff: Likewise.
11548         * config/arm/t-strongarm-pe: Likewise.
11549         * config/arm/xscale-elf.h: Likewise.
11550         * config/avr/avr.h: Likewise.
11551
11552 2003-07-01  Jeff Law  <law@redhat.com>
11553
11554         * stmt.c (any_pending_cleanups): Remove another redundant test.
11555
11556 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
11557             J"orn Rennecke <joern.rennecke@superh.com>
11558
11559         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
11560         for MEM case.
11561
11562 2003-07-01  Devang Patel  <dpatel@apple.com>
11563
11564         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
11565         (binclstatus): New.
11566         (struct dbx_file): New members - bincl_status, pending_bincl_name and
11567         prev.
11568         (pending_bincls): New.
11569         (dbxout_init): Initialize new dbx_file members.
11570         (dbxout_start_source_file): Same.
11571         (emit_bincl_stab): New function.
11572         (emit_pending_bincls): Same.
11573         (emit_pending_bincls_if_required): Same.
11574         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
11575         processed.
11576         (dbxout_begin_block): Emit pending BINCL stabs.
11577         (dbxout_end_block): Same.
11578         (dbxout_function_decl): Same.
11579         (dbxout_continue): Same.
11580         (dbxout_type): Same.
11581         (dbxout_class_name_qualifiers): Same.
11582         (dbxout_symbol): Same.
11583         (dbxout_symbol_location): Same.
11584         (dbxout_parms): Same.
11585
11586 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11587
11588         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
11589         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
11590
11591 2003-07-01  Andreas Jaeger  <aj@suse.de>
11592
11593         * fold-const.c: Convert prototypes to ISO C90.
11594         * function.c: Likewise.
11595         * function.h: Likewise.
11596
11597 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11598
11599         * doc/contrib.texi: Fix typos.
11600         * doc/invoke.texi: Likewise.
11601         * doc/passes.texi: Likewise.
11602         * doc/sourcebuild.texi: Likewise.
11603         * doc/tm.texi: Likewise.
11604
11605 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11606
11607         * basic-block.h: Fix comment typos.
11608         * bb-reorder.c: Likewise.
11609         * c-format.c: Likewise.
11610         * cfgcleanup.c: Likewise.
11611         * cfghooks.h: Likewise.
11612         * cfgloop.c: Likewise.
11613         * cfgloopmanip.c: Likewise.
11614         * cfgrtl.c: Likewise.
11615         * cgraph.h: Likewise.
11616         * cgraphunit.c: Likewise.
11617         * combine.c: Likewise.
11618         * convert.c: Likewise.
11619         * dbxout.c: Likewise.
11620         * df.c: Likewise.
11621         * df.h: Likewise.
11622         * diagnostic.c: Likewise.
11623         * dwarf2out.c: Likewise.
11624         * et-forest.h: Likewise.
11625         * flow.c: Likewise.
11626         * fold-const.c: Likewise.
11627         * function.h: Likewise.
11628         * gcov-io.h: Likewise.
11629         * gcov.c: Likewise.
11630         * gcse.c: Likewise.
11631         * genautomata.c: Likewise.
11632         * ggc-common.c: Likewise.
11633         * ggc-page.c: Likewise.
11634         * loop-unroll.c: Likewise.
11635         * loop-unswitch.c: Likewise.
11636         * loop.c: Likewise.
11637         * mips-tfile.c: Likewise.
11638         * optabs.c: Likewise.
11639         * ra-build.c: Likewise.
11640         * ra-colorize.c: Likewise.
11641         * ra-rewrite.c: Likewise.
11642         * ra.h: Likewise.
11643         * regmove.c: Likewise.
11644         * reload.c: Likewise.
11645         * rtlanal.c: Likewise.
11646         * sched-ebb.c: Likewise.
11647         * sched-int.h: Likewise.
11648         * sched-vis.c: Likewise.
11649         * sreal.c: Likewise.
11650         * ssa-ccp.c: Likewise.
11651         * ssa.c: Likewise.
11652         * toplev.c: Likewise.
11653         * tree-inline.c: Likewise.
11654         * value-prof.c: Likewise.
11655         * value-prof.h: Likewise.
11656
11657 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
11658
11659         * rtl.h (emit_line_note_after): Remove.
11660         (emit_note_copy_after, emit_note_copy): New.
11661         * emit-rtl.c (reorder_insns_with_line_notes): Replace
11662         emit_line_note_after with emit_note_copy_after.
11663         (emit_insn_after_with_line_notes): Likewise.
11664         (emit_line_note_after): Kill.
11665         (emit_note_copy_after): New.
11666         (emit_note_copy): New.
11667         * function.c (emit_return_into_block): Use emit_note_copy_after.
11668         (thread_prologue_and_epilogue_insns): Likewise.
11669         * integrate.c (expand_inline_function): Use emit_note_copy.
11670         (copy_insn_list): Likewise.
11671         * unroll.c (copy_loop_body): Likewise.
11672         * cfglayout.c (duplicate_insn_chain): Likewise.
11673
11674 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
11675
11676         * c-tree.h (define_label): Replace filename and lineno arguments
11677         with a location_t.
11678         * c-decl.c (poplevel): Adjust define_label call.
11679         (pop_label_level): Likewise.
11680         (define_label): Replace filename and lineno arguments with a
11681         location_t.
11682         (store_parm_decls): Use DECL_SOURCE_LOCATION.
11683         * c-parse.in (label): Adjust define_label call.
11684
11685 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
11686
11687         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
11688         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
11689         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
11690         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
11691         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
11692
11693 2003-07-01  Andreas Jaeger  <aj@suse.de>
11694
11695         * final.c: Convert prototypes to ISO C90.
11696         * flow.c: Likewise.
11697         * flags.h: Likewise.
11698         * gcov-io.c: Likewise.
11699         * gcov-io.h: Likewise.
11700
11701 See ChangeLog.9 for earlier changes.