OSDN Git Service

* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
2
3         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
4
5 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
6
7         * calls.c (expand_call): Convert structure_value_addr to Pmode if
8         necessary.
9
10 2003-06-10  Andrew Haley  <aph@redhat.com>
11
12         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
13         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
14         (lhd_decl_ok_for_sibcall): New.
15         * langhooks.c (lhd_decl_ok_for_sibcall): New.
16         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
17         * calls.c (expand_call): Check lang_hook before generating a
18         sibcall.
19
20 2003-06-10  DJ Delorie  <dj@redhat.com>
21
22         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
23         which matches (const_int 0) for addhi3.
24         * config/stormy16/stormy16.md: Document known constraints.
25         (addhi3): Handle adding zero.
26
27 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
28
29         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
30         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
31         * config/m32r/m32r-protos.h: Prototype it.
32
33 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
34
35         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
36         common to rs6000 sysv targets.
37         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
38         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
39
40 2003-06-10  Nick Clifton  <nickc@redhat.com>
41
42         * config.gcc: Add arm-wince-pe target.
43         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
44         Add comment about default apcs26 support.
45         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
46         multilib.
47         (MULTILIB_DIRNAMES): Add 'apcs32'.
48         * config/arm/t-wince-pe: New makefile fragment.
49         * config/arm/wince-pe.h: New file.  Overrides a few definitions
50         in arm/pe.h
51
52 2003-06-10  Roger Sayle  <roger@eyesopen.com>
53
54         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
55         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
56         when x is easily negated and f is sin, tan or atan.
57         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
58         sin(x) with flag_unsafe_math_optimizations.
59         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
60         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
61
62 2003-06-10  Roger Sayle  <roger@eyesopen.com>
63
64         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
65         is a floating point type *and* we currently honor NaNs.
66         (fold <NE_EXPR>): Likewise.
67
68 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
69
70         PR c++/11131
71         * tree-inline.c (inlinable_function_p): Call the language-specific
72         hook early.
73
74 2003-06-09  David Taylor  <dtaylor@emc.com>
75
76         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
77         the f_res field.
78
79 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
80
81         * configure.in: Remove references to host_truncate_target.
82         * configure: Regenerate.
83         * config.gcc: Remove references to truncate_target,
84         host_truncate_target.
85
86         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
87         Replace "build_canonical" with build, "host_canonical" with host.
88         * configure.in: Use GCC_TOPLEV_SUBDIRS.
89         * aclocal.m4: Include ../config/acx.m4.
90         * configure: Regenerate.
91
92 2003-06-09  David Taylor  <dtaylor@emc.com>
93
94         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
95         bytes of padding in the __va_list_tag structure a name (reserved).
96
97 2003-06-09  Jason Merrill  <jason@redhat.com>
98
99         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
100
101 2003-06-09  Osku Salerma  <osku@iki.fi>
102
103         * c-format.c (check_format_string, get_constant): New.
104         (handle_format_attribute, handle_format_arg_attribute,
105         decode_format_attr): Change to use above functions.
106
107 2003-06-09  Richard Henderson  <rth@redhat.com>
108
109         * stmt.c (expand_asm_operands): Re-word warning.
110
111 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
112
113         PR target/8787
114         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
115         if -masm=intel.
116
117 2003-06-09  James E Wilson  <wilson@tuliptree.org>
118
119         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
120         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
121         Add libgcc exception.
122
123 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
124             Ayal Zaks  <gcchaifa@us.ibm.com>
125
126         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
127         (insvsi*): Add insert_word attribute.
128         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
129         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
130         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
131
132 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
133
134         * fold-const.c (fold): Fix a comment typo.
135
136 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
137
138         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
139         removed.
140
141 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
142
143         * sh.c (gen_block_redirect): Use locators.
144
145 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
146
147         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
148         cast to int.
149
150 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
151
152         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
153         operators.
154         * configure: Regenerated.
155
156 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
157             Alexandre Oliva  <aoliva@redhat.com>
158
159         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
160         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
161         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
162         n32/64 PIC.
163         (MUST_SAVE_REGISTERS): Delete.
164         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
165         (machine_function): Add global_pointer field.
166         (mips_classify_constant): Check for (const $gp) using pointer equality
167         with pic_offset_table_rtx.
168         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
169         (mips_restore_gp): Use current_function_outgoing_args_size.
170         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
171         GP_REG_FIRST + 28.  Handle relocation strings that have
172         more than one '('.
173         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
174         (mips_global_pointer): New function.
175         (mips_save_reg_p): New function, mostly split out from...
176         (compute_frame_size): ...here.  Remove handling of extra_size.
177         Reclaim args_size if no variables depend on it.  Don't treat gp
178         as a special case: handle it in the main GPR loop.
179         (mips_initial_elimination_offset): Fix comment.
180         (save_restore_insns): Save every register in the GPR mask,
181         removing distinction between mask and real_mask.
182         (mips_output_function_prologue): Update .frame psuedo-op after
183         the removal of extra_size.  Move the SVR4 PIC stack allocation
184         and cprestore instructions to mips_expand_prologue.
185         (mips_gp_insn): New function.
186         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
187         the chosen global pointer.  Handle SVR4 PIC stack allocation
188         in the same way as other ABIs.  Adjust varargs code accordingly.
189         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
190         to emit the loadgp sequence.  Follow it with a loadgp_blockage
191         if not using explicit relocs.
192         (mips_output_function_epilogue): Reinstate the default gp register.
193         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
194         (mips16_optimize_gp): Likewise.
195         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
196         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
197         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
198         (loadgp): Remove.
199         (loadgp_blockage, cprestore): New instructions.
200         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
201         pic_offset_table_rtx.
202         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
203         (builtin_longjmp): Use gen_raw_REG to force use of $28.
204
205 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
206
207         * config/mips/mips-protos.h (mips_output_division): Declare.
208         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
209         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
210         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
211         (TARGET_CHECK_ZERO_DIV): New macro.
212         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
213         * config/mips/mips.c (mips_output_division): New function.
214         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
215         account when calculating the default length of a division.
216         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
217         Enable regardless of optimization level.  Use mips_output_division.
218         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
219         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
220         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
221         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
222         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
223         umoddi3_internal): Remove.
224
225 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
226
227         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
228         (mips_sw_reg_names): Likewise.
229         (mips_regno_to_class): Change hilo entry to NO_REGS.
230         (hilo_operand): Use MD_REG_P.
231         (extend_operator): New predicate.
232         (override_options): Remove 'a' constraint.
233         (mips_secondary_reload_class): Remove hilo handling.  Also remove
234         handling of (plus sp reg) reloads for mips16.
235         (mips_register_move_cost): Remove hilo handling.
236         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
237         (MD_REG_LAST): Remove hilo from range.
238         (HILO_REGNUM): Delete.
239         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
240         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
241         (PREDICATE_CODES): Add entry for extend_operator.
242         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
243         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
244         Remove constraints from multiplication define_expands.  Remove
245         clobbers from "decorative" define_expand patterns.
246         (UNSPEC_HILO_DELAY): Delete.
247         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
248         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
249         Adjust C code to just emit insns for !TARGET_64BIT.
250         (mulsidi3_internal): Rename to mulsidi3_32bit.
251         (mulsidi3_64bit): Use a "d" constraint for the destination.
252         Use extend_operator so that the pattern can handle umulsidi3 as well.
253         Split the instruction after reload.
254         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
255         (umulsidi3_internal): Rename to umulsidi3_32bit.
256         (umulsidi3_64bit): Remove.
257         (*smsac_di, *umsac_di): Line-wrap fixes.
258         (udivsi3_internal): Don't allow operand 2 to be constant.
259         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
260         (movdi_internal2, movsi_internal): Remove hilo alternatives.
261         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
262
263 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
264
265         PR target/10913
266         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
267         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
268         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
269         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
270         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
271         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
272         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
273         asm_out_text_file with asm_out_file.
274         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
275         * config/mips/elf.h (TEXT_SECTION): Undefine.
276         * config/mips/elf64.h (TEXT_SECION): Undefine.
277         * config/mips/openbsd.h (TEXT_SECION): Undefine.
278         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
279         (override_options): Disable small-data optimizations unless using
280         gas or explicit relocations.
281         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
282         iris6_asm_named_section, iris6_asm_file_start): Remove code for
283         handling TARGET_FILE_SWITCHING.
284         (copy_file_data): Move into TARGET_IRIX6 block.
285
286 2003-06-08  Richard Henderson  <rth@redhat.com>
287
288         * expr.h (EXPAND_MEMORY): New.
289         * expr.c (expand_expr): Check it.
290         * stmt.c (expand_asm_operands): Provide it when the constraint
291         requires a memory.  Warn for memory input constraints without
292         a memory operand.
293
294 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
295
296         * varasm.c: Don't include c-tree.h.
297
298 2003-06-08  Andreas Jaeger  <aj@suse.de>
299
300         * predict.h: Convert to ISO C90 prototypes.
301         * predict.c: Likewise.
302         * tree-dump.h: Likewise.
303         * tree-dump.c: Likewise.
304         * diagnostic.h: Likewise.
305         * diagnostic.c: Likewise.
306         * combine.c: Likewise.
307
308         * rtl.h: Convert prototypes of combine.c to ISO C90.
309
310 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
311
312         * cfglayout.c (insn_scope): New static function
313         (block_locators_*, line_locators*, file_locators*): New static varrays.
314         (scope_to_insns_initialize): Use them.
315         (insn_line, insn_file): New functions.
316         (scope_to_insns_finalize): Use insn_scope.
317         (prologue_locator, epilogue_locator): New global variables.
318         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
319         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
320         (emit_insn_after_scope, emit_insn_before_scope
321         emit_jump_insn_after_scope, emit_jump_insn_before_scope
322         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
323         (emit_insn_after_setloc, emit_insn_before_setloc
324         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
325         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
326         use locators.
327         * final.c (notice_source_line): Use locators.
328         (final_start_function): Set initial source file and line.
329         (final_scan_insn): Use locators.
330         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
331         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
332         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
333         noce_process_if_block, find_cond_trap): Likewise.
334         * integrate.c (copy_insn_list): Likewise.
335         * jump.c (duplicate_loop_exit_test): LIkewise.
336         * print-rtl.c (print_rtx): Print locators.
337         * recog.c (peephole2_optimize): Likewise.
338         * rtl.h (INSN_SCOPE): Remove.
339         (emit_insn_after_scope, emit_insn_before_scope
340         emit_jump_insn_after_scope, emit_jump_insn_before_scope
341         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
342         (emit_insn_after_setloc, emit_insn_before_setloc
343         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
344         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
345         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
346         * unroll.c (copy_loop_body): Use locators.
347         * function.c (set_insn_locators): New function.
348         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
349
350 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
351
352         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
353         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
354         _fixsfdi _fixunssfdi.
355         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
356         popcounthi2.
357         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
358         * config/h8300/clzhi2.c: New.
359         * config/h8300/ctzhi2.c: Likewise.
360         * config/h8300/parityhi2.c: Likewise.
361         * config/h8300/popcounthi2.c: Likewise.
362
363 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
364
365         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
366         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
367
368         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
369         (dump_bb): New based on old dump_bb in cfgrtl.c
370         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
371         * cfghooks.h (cfgh_verify_flow_info): Return status.
372         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
373         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
374         (dump_bb): Remove generic parts.
375         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
376         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
377
378 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
379
380         * Makefile.in: Rename options.c and options.h to c-options.c and
381         c-options.h.
382         (OBJS): Remove options.o.
383         * c-opts.c: Don'tInclude c-options.h instead of options.h.
384         * opts.c: Don't include options.h.
385         (find_opt): Can't use enum opt_code or N_OPTS.
386         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
387         * opts.sh: ... here.
388
389 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
390             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
391
392         PR pch/9830
393         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
394         if HAVE_MINCORE is defined.
395         (MAP_FAILED): Define if not defined.
396         (gt_pch_save): Test against MAP_FAILED.
397         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
398         the mapping address to the preferred base after checking it
399         is possible to do so. Test against MAP_FAILED.
400         * configure.in: Test for the presence of mincore in libc.
401         * config.in: Regenerate.
402         * configure: Regenerate.
403
404 2003-06-07  Richard Henderson  <rth@redhat.com>
405
406         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
407         conditional compilation guard.
408
409 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
410
411         * optabs.c (expand_abs): Set result_unsignedp to 1 if
412         flag_trav is zero.
413
414 2003-06-07  Richard Henderson  <rth@redhat.com>
415
416         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
417
418 2003-06-07  Richard Henderson  <rth@redhat.com>
419
420         * basic-block.h (EDGE_SIBCALL): New.
421         (EDGE_ALL_FLAGS): Update.
422         * cfg.c (dump_edge_info): Add sibcall name.
423         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
424         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
425
426 2003-06-07  Andreas Jaeger  <aj@suse.de>
427
428         * mklibgcc.in (lib2funcs): Remove _exit.
429         * libgcc2.c: Remove L_exit.
430         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
431
432         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
433
434         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
435
436         * ggc.h: Convert to ISO C90 prototypes.
437         * ggc-none.c: Likewise.
438         * ggc-common.c: Likewise.
439         * ggc-page.c: Likewise.
440         * ggc-simple.c: Likewise.
441
442         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
443
444         * system.h: Poison INIT_SECTION_PREAMBLE.
445
446 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
447
448         * config.gcc (with_cpu handling): Translate sparc64 in
449         $machine to --with-cpu=v9.
450         * config/alpha/alpha.c
451         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
452         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
453
454         * target.h: New hook asm_out.file_end.
455         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
456         * toplev.c (compile_file: Use targetm.asm_out.file_end.
457         * system.h: Poison ASM_FILE_END.
458         * varasm.c (file_end_indicate_exec_stack): New.
459         * output.h: Prototype it.
460         * doc/tm.texi: Document TARGET_ASM_FILE_END and
461         file_end_indicate_exec_stack.  Delete references to attasm.h.
462
463         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
464         (ASM_FILE_END): Delete; move code...
465         * config/darwin.c (darwin_file_end): Here; new function.
466         * config/darwin-protos.h: Prototype it.
467         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
468         rename unicosmk_file_end.
469         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
470         * config/arm/arm.c (aof_file_end): ... here; new static function.
471         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
472         Make aof_dump_imports and aof_dump_pic_table static.
473         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
474         Set TARGET_ASM_FILE_END to avr_file_end.
475         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
476         Set TARGET_ASM_FILE_END to c4x_file_end.
477         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
478         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
479         h8300_file_end.
480         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
481         * config/i370/i370.c (i370_file_end): ... here; new static function.
482         Set TARGET_ASM_FILE_END to i370_file_end.
483          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
484          Take no arguments.  Call file_end_indicate_exec_stack if
485          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
486         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
487         Define NEED_INDICATE_EXEC_STACK to 0.
488         * config/i386/linux.h, config/i386/linux64.h: Redefine
489         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
490         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
491         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
492         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
493         ia64_hpux_file_end, make static.  Take no arguments.
494         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
495         commands_in_prologues, commands_in_epilogues): Delete.
496         (function_epilogue): Update to match.
497         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
498         make static.  Take no arguments.
499         (iris6_asm_file_end): Rename iris6_file_end, make static, use
500         mips_file_end, take no arguments.
501         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
502         appropriate.
503         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
504         make static, take no arguments. Set TARGET_ASM_FILE_END to
505         mmix_file_end.
506         * config/pa/pa.c (output_deferred_plabels): Make static, take
507         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
508         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
509         (ASM_FILE_END): Delete; move code...
510         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
511         new static function.
512
513         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
514         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
515         Don't set ASM_FILE_END.
516         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
517         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
518         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
519         file_end_indicate_exec_stack; don't set ASM_FILE_END.
520         * config/alpha/unicosmk.h, config/i386/cygming.h
521         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
522         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
523         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
524         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
525         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
526         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
527
528 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
529
530         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
531         specified.
532
533 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
534
535         * Makefile.in (stageprofile_build): Kill redundant target.
536         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
537
538 2003-06-07  Andreas Jaeger  <aj@suse.de>
539
540         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
541
542         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
543         * config/dsp16xx/dsp16xx.h: Likewise.
544         * config/i386/i386.h: Likewise.
545         * config/ip2k/ip2k.h: Likewise.
546
547 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
548
549         * Makefile.in (OJBS, c-opts.o): Update.
550         (c-options.c, c-options.h): Rename options.h and options.c.
551         (options.h): Rename options_.h.
552         (opts.o): New.
553         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
554         (c_common_init_options): Update prototype.
555         * c-lang.c (c_init_options): Update prototype.
556         (LANG_HOOKS_HANDLE_OPTION): Override.
557         (LANG_HOOKS_DECODE_OPTION): Drop.
558         * c-opts.c: Include opts.h and options.h instead of c-options.h
559         and c-options.c.
560         (lang_flags): Move to file scope.
561         (find_opt, c_common_decode_option): Remove.
562         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
563         CL_REJECT_NEGATIVE): Move to opts.h.
564         (missing_arg): Update prototype.
565         (c_common_init_options): Update for new prototype.
566         (c_common_handle_options): Filenames are passed as N_OPTS.
567         * hooks.c (hook_int_void_0): New.
568         * hooks.h (hook_int_void_0): New.
569         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
570         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
571         (LANG_HOOKS_INITIALIZER): Update.
572         * langhooks.h (init_options): Update.
573         (handle_option): New.
574         * opts.c, opts.h: New files.
575         * opts.sh: Update c file to include opts.h and options.h.
576         * toplev.c: Include opts.h; change options.h to options_.h.
577         (parse_options_and_default_flags): Get lang_mask, use
578         handle_option for language-specific handling.
579         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
580         (LANG_HOOKS_HANDLE_OPTION): Override.
581         (objc_init_options): Update.
582
583 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
584             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
585
586         PR other/7031
587         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
588         gcov.
589
590 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
591
592         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
593         section names.
594         * configure: Regenerate.
595
596 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
597
598         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
599
600 2003-06-06  James E Wilson  <wilson@tuliptree.org>
601
602         PR inline-asm/10890
603         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
604         different in fields.
605
606 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
607
608         * configure.in: Make $(target_subdir) correspond with top level usage.
609         * Makefile.in: Likewise.
610         * configure: Regenerate.
611
612 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
613
614         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
615         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
616         unsigned HOST_WIDE_INT.
617         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
618         Likewise.
619         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
620         Likewise.
621
622 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
623
624         * doc/install.texi (Prerequisites): New section documenting
625         tools and packages necessary prior to building and/or
626         modifying GCC.
627         * doc/install.texi2html: Also generate prerequisites.html.
628
629 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
630
631         PR target/11052
632         * ifcvt.c (noce_process_if_block): Fail if the destination has
633         side-effects.
634
635 2003-06-06  Jason Merrill  <jason@redhat.com>
636
637         * stmt.c (resolve_asm_operand_names): Rename from
638         resolve_operand_names.  No longer static.  Avoid needless copying.
639         Don't build array of constraints.
640         (expand_asm_operands): Build it here.
641         * tree.h: Declare resolve_asm_operand_names.
642
643         * stmt.c (expand_decl): Put artificial vars into registers even
644         when not optimizing, and don't mark the regs as user vars.
645
646 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
647
648         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
649         of the generated register.
650
651 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
652
653         * config.gcc: Add a missing sparc64 case.
654
655 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
656
657         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
658         the .hidden assembly stubs.
659
660 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
661
662         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
663         and x86_64-*-*.
664
665         * config/i386/mmintrin.h: Update version and add alternate
666         intrinsic names.
667         * config/i386/xmmintrin.h: Likewise.
668
669         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
670         intrinsics to ...
671         * config/i386/emmintrin.h: Here. New file.
672
673 2003-06-06  Roger Sayle  <roger@eyesopen.com>
674
675         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
676         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
677         when the ABS_EXPR (fabs or abs) is not required.
678         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
679         always nonnegative from fold to here.  Additionally, cabs and fabs
680         are always non-negative, and pow and atan are non-negative if
681         their first argument is non-negative.
682
683         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
684         Evaluate cabs of a constant at compile-time.  Convert cabs of a
685         non-complex argument into fabs.  Convert cabs(z) into
686         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
687         -funsafe-math-optimizations or -ffast-math.
688         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
689         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
690
691 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
692
693         * sourcebuild.texi (Front End Directory): Document new hooks.
694
695 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
696
697         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
698         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
699         stack frames.
700         (pro_epilogue_adjust_stack_rex64_2): New pattern
701
702 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
703                                Pop Sebastian
704                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
705
706         * cfghooks.h, cfghooks.c: New files.
707         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
708         (OBJS): Add cfghooks.o.
709         (cfghooks.o): New rule.
710         * basic-block.h (split_edge): Rename to rtl_split_edge.
711         (verify_flow_info): Rename to rtl_verify_flow_info.
712         (cfghooks.h): Included here.
713         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
714         (verify_flow_info): Renamed rtl_verify_flow_info.
715         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
716
717         * basic-block.h (split_block, split_edge, flow_delete_block,
718         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
719         (flow_delete_block_noexpunge):  Return void.
720         * cfg.c (verify_flow_info): New function.
721         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
722         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
723         Use delete_block.
724         * cfglayout.c (function_footer): Rename to...
725         (cfg_layout_function_footer): ... this variable
726         (unlink_insn_chain): Make global.
727         (fixup_reorder_chain, record_effective_endpoints): Update.
728         (cleanup_unconditional_jumps): Use delete_block.
729         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
730         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
731         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
732         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
733         (cfg_layout_function_footer): Declare.
734         * cfgloopmanip (split_loop_bb): Do not update RBI.
735         (remove_bbs): Use delete_block.
736         (loop_reidrect_edge, loop_delete_branch_edge): Use
737         redirect_edge_and_branch.
738         (create_preheader): Use split_block and redirect_edge_and_branch_force.
739         (split_edge_with): Likewise.
740         * cfgrtl.c: Include cfglayout.h
741         (split_edge): Rename to ...
742         (rtl_split_edge) ... this one; make local.
743         (redirect_edge_and_branch): Rename to ...
744         (rtl_redirect_edge_and_branch) ... this one; make local.
745         (redirect_edge_and_branch_force): Rename to ...
746         (rtl_redirect_edge_and_branch_force) ... this one; make local.
747         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
748         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
749         cfglayout.c; update to directly call RTL counterparts.
750         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
751         * ifcvt.c (find_cond_trap): Use delete_block.
752         (find_if_case_1): Use delete_block.
753         (find_if_case_2): Use delete_block.
754         * rtl.h (unlink_insn_chain): Declare.
755         * toplev.c (rtl_reigster_cfg_hooks): New.
756
757 2003-06-05  Richard Henderson  <rth@redhat.com>
758
759         * recog.c (peephole2_optimize): Revert last change.
760
761 2003-06-05  Richard Henderson  <rth@redhat.com>
762
763         * recog.c (peephole2_optimize): Don't split block unless
764         can_throw_internal.
765
766 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
767
768         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
769         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
770
771 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
772
773         PR optimization/4490
774         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
775         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
776         documentation to accurately reflect what these options do.
777
778 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
779
780         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
781         (ENDFILE_SPEC): Redefine to handle -pie.
782
783 2003-06-05  Phil Edwards <phil@jaj.com>
784
785         * Makefile.in (qmtest-g++): Use target_alias, not target.
786
787 2003-06-05  Per Bothner  <pbothner@apple.com>
788
789         * toplev.c (push_srcloc):  Simplify behavior to save current location
790         and set current location to parameters.
791         (pop_srcloc):  Simplify semantics.
792         (lang_dependent_init):  Remove now-useless initial push_srcloc.
793
794 2003-05-06  Richard Henderson  <rth@redhat.com>
795
796         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
797         language-specific tree codes.
798
799 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
800
801         PR middle-end/9986
802         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
803         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
804
805 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
806
807         * install.tex: Document profiledbootstrap.
808
809         * configure.in:  Add support for lang.stageprofile and
810         lang.stagefeedback
811         * Makefile.in (clean, distclean): Kill new stages
812         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
813         (STAGE2_FLAGS_TO_PASS): ... this one.
814         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
815         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
816         (stageprofile_build, stageprofile_copy, stagefeedback_build,
817         stagefeedback_copy): New.
818         (restageprofile, restagefeedback, stageprofile-start,
819         stageprofile, stagefeedback-start): Likewise.
820
821 2003-06-05  David Miller  <davem@redhat.com>
822             Richard Henderson  <rth@redhat.com>
823
824         * optabs.c (HAVE_conditional_trap): Provide default.
825         (gen_conditional_trap): Likewise.
826         (init_optabs): Merge init_traps.
827         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
828
829 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
830
831         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
832         is REG for nonzero_bits (REG) == 8.
833
834 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
835
836         * i386.md (align): Fix warning; clarify what to do when no p2align
837         is available.
838
839 2003-06-05  Nick Clifton  <nickc@redhat.com>
840
841         * config.gcc (m32r-elf): Revert previous delta.
842         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
843         multilibs.  Remove m32rx specific version.
844         (crtfini.o): Likewise.
845         (EXTRA_MULTILIB_PARTS): Define.
846
847 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
848
849         * doc/md.texi (Machine Constraints): Correct the meaning of
850         constraints related to floating-point registers on SPARC.
851
852 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
853             Paolo Bonzini  <bonzini@gnu.org>
854
855         PR target/10663
856         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
857         assembler and linker output to /dev/null.
858         Use a 'sed' construct instead of 'grep -A1'.
859         * configure: Regenerate.
860
861 2003-06-04  Richard Henderson  <rth@redhat.com>
862
863         * config/i386/i386.c (struct ix86_address): Add seg.
864         (no_seg_address_operand): New.
865         (ix86_decompose_address): Restructure PLUS loop.  Accept one
866         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
867         to test for a regnum, not stack_pointer_rtx.
868         (ix86_address_cost): Reduce cost if non-default segment.
869         (legitimate_address_p): Remove UNSPEC_TP check.
870         (get_thread_pointer): Add to_reg argument.  Don't represent
871         the thread pointer as a memory load.
872         (legitimize_tls_address): Split out of ...
873         (legitimize_address): ... here.
874         (print_operand_address): Handle parts.seg.
875         (ix86_expand_move): Use legitimize_tls_address.
876         (ix86_rtx_costs): Handle UNSPEC_TP.
877         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
878         (TARGET_TLS_DIRECT_SEG_REFS): New.
879         (TARGET_SWITCHES): Add tls-direct-seg-refs.
880         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
881         (PREDICATE_CODES): Add no_seg_address_operand.
882         * config/i386/i386.md (lea_1): Use it.
883         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
884         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
885         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
886         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
887         * doc/invoke.texi: Add -mtls-direct-seg-refs.
888
889 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
890
891         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
892         (QMTEST_GPP_TESTS): Use "g++" by default.
893         (stamp-qmtest): Tweak database creation.
894         (QMTEST_DIR/context): Update context file format.
895         (qmtest-g++): Tweak command-line.
896
897 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
898
899         * Makefile.in (varasm.o): Don't set -Wno-error.
900         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
901
902 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
903
904         PR bootstrap/3163
905         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
906         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
907         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
908         and AC_CHECK_FUNCS lists, respectively.  Use
909         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
910         AC_FUNC_MMAP_FILE.
911         * configure, config.in: Regenerate.
912
913 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
914
915         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
916         * arm.c (arm_output_function_prologue): Fix format specifiers.
917         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
918         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
919         HOST_WIDE_INT_PRINT_DEC.
920         * vax.c (vax_output_function_prologue): Fix format specifiers.
921
922 2003-06-04  Richard Henderson  <rth@redhat.com>
923
924         * cse.c (find_best_addr): Consider binary operators even if second
925         argument is not CONST_INT.
926
927 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
928
929         * doc/invoke.texi (max-cse-path-length): Document.
930
931 2003-06-04  Richard Henderson  <rth@redhat.com>
932
933         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
934
935 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
936
937         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
938         Remove semi-colon at the end of the expression.
939
940 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
941
942         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
943         * i370.h (mvs_function_name_length): Likewise.
944         * i960.h (CONSTANT_ALIGNMENT): Likewise.
945         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
946         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
947         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
948         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
949         variable.
950
951 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
952
953         * config.gcc: Reorganize --with-cpu logic.  Set
954         configure_default_options according to the default CPU, --with-cpu,
955         --with-arch, --with-tune, --with-schedule, --with-abi, and
956         --with-float.  Check for legal values of various options.
957         * configure.in: Define configure_default_options in configargs.h.
958         * configure: Regenerated.
959         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
960         (TARGET_DEFAULT_FLOAT_P): New macros.
961         * gcc.c (do_option_spec): New function.
962         (struct default_spec, option_default_specs): New.
963         (main): Call do_option_spec.
964         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
965         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
966         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
967
968         * doc/install.texi: Update --with-cpu documentation.  Mention
969         --with-arch, --with-schedule, --with-tune, --with-abi, and
970         --with-float.
971         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
972
973 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
974
975         * config.gcc: Only process --with-cpu logic in the third pass.
976
977 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
978
979         * config.gcc: Reorganize --with-cpu section.  Remove an
980         obsolete comment about the default CPU for x86-64.  Fix
981         a typo for the ep9312.  Update the list of supported PowerPC
982         CPUs.  Support a limited set of new --with-cpu options
983         for i386.
984
985 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
986
987         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
988         complex numbers <= 32 bits into two registers.
989
990 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
991
992         * alpha.c (print_operand_address): Fix format specifier warnings.
993         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
994         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
995         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
996         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
997         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
998         ASM_OUTPUT_SKIP): Likewise.
999         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1000         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1001         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
1002         Likewise.
1003         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1004         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
1005         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
1006         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1007         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
1008         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1009         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1010         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1011         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1012         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
1013
1014 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
1015
1016         * c-decl.c (c_init_decl_processing): Clear input_file_name
1017         while building common nodes.
1018         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
1019         Don't add working directory for strings like <built-in> .
1020
1021 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
1022
1023         * doc/install.texi (*-ibm-aix*): Native as and ld required
1024         to bootstrap on AIX 5L.
1025
1026 2003-06-04  Richard Henderson  <rth@redhat.com>
1027
1028         * c-common.c (handle_cleanup_attribute): New.
1029         (c_common_attributes): Add it.
1030         * c-decl.c (finish_decl): Honor the cleanup attribute.
1031         * doc/extend.texi (Variable Attributes): Document it.
1032
1033         * unwind-c.c: New file.
1034         * Makefile.in (LIB2ADDEH): Add it.
1035         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
1036         config/ia64/t-ia64: Likewise.
1037
1038 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
1039
1040         * function.c (trampolines_created): New variable.
1041         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
1042         * function.h (trampolines_created): Add.
1043         * config/s390/linux.h (ASM_FILE_END): Define.
1044         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
1045         * config/m68k/linux.h (ASM_FILE_END): Define.
1046         * config/rs6000/linux.h (ASM_FILE_END): Define.
1047         * config/rs6000/linux64.h (ASM_FILE_END): Define.
1048         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
1049         * config/sparc/linux.h (ASM_FILE_END): Define.
1050         * config/sparc/linux64.h (ASM_FILE_END): Define.
1051         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
1052         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
1053         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
1054
1055 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
1056
1057         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
1058         (ix86_reorg): Use it.
1059         * i386.md (align): New insn pattern.
1060
1061 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1062
1063         * toplev.c (rest_of_type_compilation): Fix typo.
1064
1065 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
1066             Alan Modra  <amodra@bigpond.net.au>
1067
1068         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
1069         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
1070         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
1071         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
1072         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
1073         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
1074         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
1075         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
1076
1077         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
1078         Pass it to $gcc_cv_as.
1079         * configure: Rebuilt.
1080
1081         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
1082         (print_operand): Allow TARGET_AIX to be non-constant.
1083         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
1084         Define unconditionally.
1085         (rs6000_elf_declare_function_name): New function.
1086         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
1087         non-constant.
1088         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
1089         to 1.
1090         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
1091         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
1092         is defined.
1093         (TARGET_AIX): Define to 1 if TARGET_64BIT.
1094         (PROCESSOR_DEFAULT): Remove.
1095         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
1096         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
1097         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
1098         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
1099         -m32 and -m64.
1100         (MULTILIB_DEFAULTS): Define.
1101         (SUBSUBTARGET_EXTRA_SPECS): Define.
1102         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
1103         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
1104         (TARGET_NO_TOC): Remove.
1105         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
1106         TARGET_PROTOTYPE): Define to 0.
1107         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
1108         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
1109         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
1110         if !TARGET_64BIT.
1111         (USER_LABEL_PREFIX): Remove.
1112         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
1113         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
1114         if TARGET_64BIT.
1115         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
1116         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
1117         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
1118         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
1119         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1120         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
1121         TARGET_64BIT.
1122         (RS6000_CALL_GLUE): Likewise.
1123         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
1124         RESTORE_FP_SUFFIX): Likewise.
1125         (ASM_DECLARE_FUNCTION_NAME): Remove.
1126         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
1127         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
1128         name if TARGET_64BIT.
1129         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
1130         !TARGET_64BIT.
1131         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
1132         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
1133         (DRAFT_V4_STRUCT_RET): Define.
1134         (SIGNAL_FRAMESIZE): New enum value.
1135         (MD_FALLBACK_FRAME_STATE_FOR): Define.
1136         * config/rs6000/default64.h: New file.
1137         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
1138         options.
1139         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
1140         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
1141         if !TARGET_64BIT.
1142         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
1143         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
1144         function.
1145         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
1146         (TARGET_OS_CPP_BUILTINS): Use it.
1147         (CPP_SYSV_SPEC): Remove.
1148         (CPP_SPEC): Remove cpp_sysv.
1149         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
1150         Add SUBSUBTARGET_EXTRA_SPECS.
1151         (SUBSUBTARGET_EXTRA_SPECS): Define.
1152         * config/rs6000/biarch64.h: New file.
1153         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
1154         New prototype.
1155         * config/rs6000/x-linux64: New file.
1156         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
1157         multilibs.
1158         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
1159         * config/rs6000/eabi-cn.asm: Likewise.
1160         * config/rs6000/tramp.asm: Likewise.
1161         * config/rs6000/sol-ci.asm: Likewise.
1162         * config/rs6000/sol-cn.asm: Likewise.
1163         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
1164         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
1165         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
1166         _CALL_AIXDESC section.
1167         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
1168         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
1169         or default32.
1170
1171 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
1172
1173         * config.gcc: Revert accidentally committed ARM changes.
1174
1175 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1176
1177         * builtins.c (dconstpi, dconste): New mathematical constants.
1178         (init_builtin_dconsts): New function to initialize dconstpi
1179         and dconste.
1180         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
1181         compile time with -ffast-math when x is an integer constant.
1182         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
1183         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
1184
1185 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1186
1187         * calls.c (expand_call): Avoid calling pure or const functions
1188         when the result is ignored (or void) and none of the arguments
1189         are volatile.  Move warning diagnostic earlier in function.
1190
1191 2003-06-04  Andreas Jaeger  <aj@suse.de>
1192
1193         * system.h: Do not poison TDESC_SECTION_ASM_OP,
1194         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
1195
1196 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1197
1198         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
1199         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
1200         handle %ll, optimize regular character case.
1201
1202 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1203
1204         * Makefile.in (cse.o): Add params.h dependency.
1205         * cse.c: Include params.h.
1206         (PATHLENGTH): Removed.
1207         (struct cse_basic_block_data): Make path array dynamic.
1208         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
1209         of PATHLENGTH.
1210         (cse_main, cse_basic_block): Allocate path array.
1211         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
1212
1213 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
1214
1215         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
1216         * i386.md (UNSPEC_REP): New constant.
1217         (return_internal_long): New pattern.
1218
1219 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1220
1221         PR optimization/11018
1222         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
1223         consistently to decide whether the scratch register is really
1224         required.
1225
1226 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1227
1228         PR optimization/10876
1229         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
1230         new 'O' constraint for constant 4096.
1231         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
1232         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
1233         Do not transform into MINUS insn for constant 4096.
1234         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
1235         for constant 4096 as third operand.
1236         (addsi3 expander): Remove.
1237         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
1238         new alternative for constant 4096 as third operand.
1239         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
1240         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
1241         operand.
1242         (subsi3 expander): Remove.
1243         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
1244         constant 4096 as third operand.
1245         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
1246         the SPARC port.
1247
1248 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
1249
1250         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
1251
1252 2003-06-04  Andreas Jaeger  <aj@suse.de>
1253
1254         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
1255
1256         * config/i386/i386.c (ix86_expand_prologue): Do not use
1257         SUBTARGET_PROLOGUE.
1258
1259         * system.h: Poision SUBTARGET_PROLOGUE.
1260
1261         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
1262
1263         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
1264         dependend code.
1265
1266         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
1267
1268         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
1269         INSN_CACHE_LINE_WIDTH.
1270
1271         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
1272         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
1273         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
1274
1275         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
1276         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
1277
1278         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
1279         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
1280         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
1281         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
1282         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
1283         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
1284
1285         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
1286         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
1287         DBX_WORKING_DIRECTORY.
1288
1289         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
1290         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
1291
1292         * config/frv/frv-protos.h: Remove unused const_section
1293         declaration.
1294         * config/vax/vax-protos.h: Likewise.
1295
1296         * output.h: Remove CONST_SECTION_ASM_OP usage.
1297
1298         * system.h: Poison CONST_SECTION_ASM_OP.
1299
1300         * crtstuff.c (__do_global_dtors_aux): Remove usage of
1301         CRT_GET_RFIB_TEXT.
1302         (frame_dummy): Likewise.
1303         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
1304         * system.h: Poison CRT_GET_RFIB_TEXT.
1305
1306         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
1307
1308         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
1309         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
1310         (recognized_function): Likewise.
1311         (read_scan_file): Likewise.
1312
1313 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1314
1315         * optabs.c (expand_binop): Optimize complex multiplication for
1316         the case of squaring a complex argument.
1317
1318 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1319
1320         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
1321         non-volatile operands of binary operations.
1322         (prepare_cmp_insn): Likewise.
1323
1324 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1325
1326         * varasm.c (force_const_mem): Handle alignment of constants not
1327         representable as a type in the front-end language.
1328
1329 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
1330
1331         * flow.c (initialize_uninitialized_subregs): Use
1332         emit_move_insn instead of emitting a hardcoded move.
1333
1334 2003-06-03  Richard Henderson  <rth@redhat.com>
1335
1336         * optabs.c (expand_abs_nojump): Split out from ...
1337         (expand_abs): ... here.
1338         * optabs.h (expand_abs_nojump): Declare.
1339         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
1340         * Makefile.in (ifcvt.o): Depend on optabs.h.
1341
1342 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
1343
1344         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
1345
1346 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
1347
1348         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
1349         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
1350         to yes.
1351         * configure.in: Allow default_use_cxa_atexit to determine the
1352         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
1353         disabled.
1354         * configure: Regenerate.
1355
1356 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
1357
1358         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
1359         * doc/gcc.texi: Remove vms.texi section.
1360         * doc/vms.texi: Remove obsolete file.
1361
1362 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
1363
1364         * configure.in (inhibit_libc): Don't define when configuring
1365         with --with-newlib --with-headers.
1366         * configure: Regenerate.
1367
1368         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
1369
1370 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1371
1372         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
1373         IRIX 6 without GNU ld.
1374         * configure: Regenerate.
1375
1376 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1377
1378         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
1379         of a complex number rather than invoke mov_optab directly.
1380
1381 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
1382
1383         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
1384         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
1385
1386 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1387
1388         * config/i386/x86-64.h: Remove two target-independent comments;
1389          replace "GNU CC" with "GCC".
1390
1391 2003-06-03  Anthony Green  <green@redhat.com>
1392
1393         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
1394
1395 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1396
1397         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
1398         New builtins representing ISO C99's cabs, cabsf and cabsl.
1399         * builtins.c (expand_builtin_fabs): New function.
1400         (expand_builtin_cabs): New function.
1401         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
1402         using expand_builtin_fabs and expand_builtin_cabs respectively.
1403
1404         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
1405
1406 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1407
1408         * function.c (assign_parms): Split complex arguments.
1409
1410         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
1411
1412         * expr.h (SPLIT_COMPLEX_ARGS): Define.
1413         (split_complex_types): Protoize.
1414         (split_complex_values): Protoize.
1415
1416         * calls.c (expand_call): Split complex arguments on architectures
1417         that require it.
1418         (split_complex_values): New.
1419         (split_complex_types): New.
1420
1421         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
1422         (rs6000_function_value): Handle complex values on AIX.
1423         (rs6000_complex_function_value): New.
1424
1425         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
1426
1427         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
1428         (SPLIT_COMPLEX_ARGS): New.
1429
1430 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1431
1432         * configure.in (HAVE_LD_PIE): Check for ld -pie.
1433         * config.in: Rebuilt.
1434         * configure: Rebuilt.
1435         * toplev.c (flag_pie, flag_shlib): New variables.
1436         (f_options): Add -fpie and -fPIE.
1437         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
1438         Set flag_shlib if flag_pic and not -fpie/-fPIE.
1439         * flags.h (flag_pic, flag_shlib): Add.
1440         * varasm.c (default_binds_local_p): Use flag_shlib instead of
1441         flag_pic.
1442         * gcc.c (LINK_PIE_SPEC): Define.
1443         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
1444         (option_map): Add --pie -> -pie mapping.
1445         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
1446         and -fPIE the same way as -fPIC.
1447         * config/openbsd.h (ASM_SPEC): Likewise.
1448         * config/frv/frv.h (ASM_SPEC): Likewise.
1449         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
1450         * config/arm/semi.h (ASM_SPEC): Likewise.
1451         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
1452         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
1453         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
1454         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
1455         * config/m68k/linux.h (CPP_SPEC): Likewise.
1456         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
1457         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
1458         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
1459         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
1460         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
1461         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
1462         * config/netbsd-aout.h (ASM_SPEC): Likewise.
1463         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
1464         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
1465         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
1466         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
1467         * config/sparc/sparc.h (ASM_SPEC): Likewise.
1468         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
1469         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
1470         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
1471         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
1472         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
1473         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
1474         Simplify.
1475         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1476         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1477         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1478         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1479         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1480         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1481         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
1482         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
1483
1484 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1485
1486         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
1487         != 0 handling.  Pass 0 to store_by_pieces.
1488         (expand_builtin_mempcpy): Add endp argument.  Don't call
1489         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
1490         directly.  If ignoring result, only do expand_call.
1491         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
1492         otherwise.
1493         (expand_builtin_strncpy, expand_builtin_memset): Adjust
1494         store_by_pices callers.
1495         (expand_builtin): Adjust expand_builtin_memcpy and
1496         expand_builtin_mempcpy callers.
1497         * expr.c (can_move_by_pieces): New function.
1498         (move_by_pieces): Add endp argument, return to resp. memory at end
1499         or one byte earlier depending on endp.
1500         (store_by_pieces): Likewise.
1501         (emit_block_move): Adjust call to move_by_pieces.
1502         (emit_push_insn): Adjust move_by_pieces caller.
1503         * expr.h (can_move_by_pieces): New prototype.
1504         (store_by_pieces): Adjust prototypes.
1505         * rtl.h (move_by_pieces): Adjust prototype.
1506         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
1507         caller.
1508
1509 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
1510
1511         * doc/md.texi (Processor pipeline description): Improve wording.
1512
1513 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
1514
1515         * c-opts.c (c_common_handle_option): New, pulled out of
1516         c_common_decode_option.  Substitute uses of argv.
1517         (c_common_decode_option): Broken into two.
1518
1519 2003-06-02  Roger Sayle  <roger@eyesopen.com>
1520             Zack Weinberg  <zack@codesourcery.com>
1521
1522         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
1523         test of TREE_CONSTANT_POOL_ADDRESS_P.
1524
1525 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1526
1527         * mips.c: Don't include output.h twice.
1528         * stormy16.c: Likewise.
1529         * xtensa.c: Likewise.
1530         * output.h: Protect against multiple inclusion.
1531
1532 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
1533
1534         * sh.h (OLD_ARG_MODE): New macro.
1535         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
1536         (FUNCTION_ARG_1): Break out of:
1537         (FUNCTION_ARG).  Use OLD_ARG_MODE.
1538
1539 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1540
1541         * gcc/config.gcc Add support multilib parts for m32rx processor.
1542
1543 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1544
1545         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
1546         (mostlyclean): Delete c-options.c and c-options.h.
1547
1548 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
1549
1550         * c-opts.c (CL_REJECT_NEGATIVE): New.
1551         (c_common_decode_option): Update to use it.
1552         * c.opt: Update documentation; use RejectNegative.
1553         * opts.sh: Handle RejectNegative.
1554
1555 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
1556
1557         * ggc-page.c (init_ggc): Give better diagnostics on failure to
1558         open /dev/zero.
1559         * toplev.c (crash_signal): Reset handling for received signal
1560         to SIG_DFL.
1561
1562 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
1563
1564         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
1565         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
1566         (arm_use_dfa_pipeline_interface): Implement.
1567         * config/arm/arm.md (arm): New automaton.
1568         (write_buf): Remove function units; new cpu unit.
1569         (write_blockage): Remove function units; new cpu unit.
1570         (core): Remove function units; new cpu unit.
1571         (r_mem_f_wbuf): New instruction reservation.
1572         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
1573         (store1_ldsched, store2, store3, store4): Likewise.
1574         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
1575         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
1576         (multi_cycle, single_cycle): Likewise.
1577         * config/arm/fpa.md (armfp): New automaton.
1578         (fpa): Remove function units; new cpu unit.
1579         (fpa_mem): Remove function unit; new cpu unit.
1580         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
1581         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
1582
1583 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1584
1585         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
1586         * c-format.c (enum format_type): Add asm_fprintf_format_type.
1587         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
1588         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
1589         (format_types_orig): Renamed from format_types.  Add new data.
1590         (format_types): Declare as pointer.
1591         (handle_format_attribute): Move later in file so we have all
1592         necessary declarations.  Add section to capture HOST_WIDE_INT.
1593         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
1594         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
1595
1596 2003-06-01  Andreas Jaeger  <aj@suse.de>
1597
1598         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
1599         ROUND_TYPE_SIZE_UNIT.
1600
1601         * stor-layout.c (finalize_record_size): Remove usages of
1602         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
1603         (finalize_type_size): Likewise.
1604         (layout_type): Likewise.
1605
1606         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
1607
1608         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
1609
1610         * config/d30v/d30v.h: Remove text copied from the manual.
1611
1612 2003-06-01  Roger Sayle  <roger@eyesopen.com>
1613             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1614             Geoffrey Keating  <geoffk@apple.com>
1615
1616         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
1617         constants as condition code values.
1618
1619 2003-06-01  DJ Delorie  <dj@redhat.com>
1620
1621         * cppmacro.c (warn_of_redefinition): Handle cases where the two
1622         definitions have different numbers of tokens.
1623
1624 2003-06-01  Andreas Jaeger  <aj@suse.de>
1625
1626         * gen-protos.c (main): Readd unused attribute for argc.
1627
1628 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
1629
1630         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
1631         * c.opt: End in blank line.
1632         * opts.sh: Take AWK from environment if available; use C locale.
1633
1634 2003-06-01  Andreas Schwab  <schwab@suse.de>
1635
1636         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
1637
1638 2003-06-01  Andreas Jaeger  <aj@suse.de>
1639
1640         * gen-protos.c (main): Revert patch to check for argument.
1641
1642 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1643
1644         PR target/11044
1645         * config/i386/i386.md (length attribute): Set length to 4
1646         for instructions of type "fcmp".
1647
1648 2003-06-01  Andreas Jaeger  <aj@suse.de>
1649
1650         * toplev.c: Use ISO C90 prototypes.
1651
1652         * toplev.h: Use ISO C90 prototypes.
1653
1654         * genrecog.c: Use ISO C90 prototypes.
1655         (nodes_identical): Correct declaration to match prototype.
1656         (maybe_both_true): Likewise.
1657         (merge_trees): Likewise.
1658
1659         * genpeep.c (gen_peephole): Remove #if 0 code.
1660         Use ISO C90 prototypes.
1661
1662         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
1663         Remove #if 0'ed function simplify_by_alternatives.
1664         (optimize_attrs): Remove #if 0'ed code.
1665         Remove ^L.
1666         Use ISO C90 prototypes.
1667         (make_canonical): Remove #if 0'ed code.
1668         (convert_const_symbol_ref): Remove #if 0'ed function.
1669
1670         * gen-protos.c (main): Check for argument.
1671
1672         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
1673
1674         * params.h: Use ISO C90 prototypes.
1675         * params.c: Likewise.
1676         * intl.c: Likewise.
1677         * intl.h: Likewise.
1678         * lists.c: Likewise.
1679         * errors.c: Likewise.
1680         * errors.h: Likewise.
1681         * gencodes.c: Likewise.
1682         * genpreds.c: Likewise.
1683         * genattr.c: Likewise.
1684         * gen-protos.c: Likewise.
1685         * genflags.c: Likewise
1686         * genconditions.c: Likewise.
1687         * genautomata.c: Likewise.
1688         * gencheck.c: Likewise.
1689         * genconfig.c: Likewise.
1690         * genconstants.c: Likewise.
1691         * genemit.c: Likewise.
1692         * genextract.c: Likewise.
1693         * gengenrtl.c: Likewise.
1694         * gengtype.c: Likewise.
1695         * gengtype.h: Likewise.
1696         * genopinit.c: Likewise.
1697         * genoutput.c: Likewise.
1698         * gensupport.c: Likewise.
1699         * gensupport.h: Likewise.
1700
1701         * sdbout.h: Use ISO C90 prototypes.
1702
1703         * sdbout.c (CONTIN): Removed empty macro.
1704         (sdbout_one_type): Remove CONTIN usages.
1705         Remove ^Ls.
1706         (tag_of_ru_type): Remove #if 0'ed function.
1707         (sdbout_symbol): Remove #if 0'ed code.
1708         (sdbout_one_type): Remove a #if 1.
1709         (sdbout_one_type): Remove #if 0'ed code.
1710         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
1711         Remove PARAMS, use ISO C90 prototypes for all functions.
1712
1713 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
1714
1715         * rtl.def (CONST_DOUBLE): Update comment.
1716
1717 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
1718
1719         * opts.sh: Remove path from sort.
1720
1721 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
1722
1723         PR/9680
1724         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
1725         TARGET_SPE for SPE_VECTOR_MODE.
1726
1727 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
1728
1729         * toplev.c (botch): Remove.
1730         (do_abort): Remove.
1731         (set_Wunused): Comment.
1732         (set_Wextra): Comment.
1733         Remove ^L's.
1734         (rest_of_compilation): Factor out common code into functions.
1735         (rest_of_handle_inlining): New.
1736         (rest_of_handle_ssa): New.
1737         (rest_of_handle_cse): New.
1738         (rest_of_handle_gcse): New.
1739         (rest_of_handle_loop_optimize): New.
1740         (rest_of_handle_jump_bypass): New.
1741         (rest_of_handle_sibling_calls): New.
1742         (rest_of_handle_null_pointer): New.
1743         (rest_of_handle_addresof): New.
1744         (rest_of_handle_flow): New.
1745         (rest_of_handle_branch_prob): New.
1746         (rest_of_handle_if_conversion): New.
1747         (rest_of_handle_tracer): New.
1748         (rest_of_handle_loop2): New.
1749         (rest_of_handle_cse2): New.
1750         (rest_of_handle_life): New.
1751         (rest_of_handle_combine): New.
1752         (rest_of_handle_if_after_combine): New.
1753         (rest_of_handle_regmove): New.
1754         (rest_of_handle_sched): New.
1755         (rest_of_handle_old_regalloc): New.
1756         (rest_of_handle_new_regalloc): New.
1757         (rest_of_handle_regrename): New.
1758         (rest_of_handle_reorder_blocks): New.
1759         (rest_of_handle_sched2): New.
1760         (rest_of_handle_new_regalloc): New.
1761         (rest_of_handle_old_regalloc): New.
1762         (rest_of_handle_regrename): New.
1763         (rest_of_handle_reorder_blocks): New.
1764         (rest_of_handle_stack_regs): New.
1765         (rest_of_handle_machine_reorg): New.
1766         (rest_of_handle_delay_slots): New.
1767         (rest_of_handle_final): New.
1768
1769         * toplev.h (botch): Remove prototype.
1770         (do_abort): Same.
1771
1772 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
1773
1774         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
1775         * c-opts.c: Include c-options.h and c-options.c.
1776         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
1777         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
1778         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
1779         OPT, opt_comp): Remove.
1780         (missing_arg, c_common_init_options, c_common_decode_option,
1781         write_langs): Update for macro redefinitions and enumeration
1782         name changes.
1783         * c.opt, opts.sh: New files.
1784         * doc/passes.texi: Update.
1785
1786 2003-05-31  Andreas Jaeger  <aj@suse.de>
1787
1788         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
1789         usage.
1790
1791         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
1792
1793         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
1794
1795         * system.h: Poison ALLOCATE_TRAMPOLINE.
1796
1797         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
1798         * system.h: Poison HANDLE_PRAGMA.
1799
1800 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
1801
1802         * doc/invoke.texi: Update dump file names.
1803
1804 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1805
1806         * c-format.c (format_length_info, format_char_info,
1807         format_flag_spec, format_flag_pair, format_kind_info):
1808         De-const-ify structure members.
1809
1810 2003-05-31  Roger Sayle  <roger@eyesopen.com>
1811
1812         * flags.h (flag_wrapv): New flag controlling overflow semantics.
1813         * toplev.c (flag_wrapv): Declare the variable with default false.
1814         (lang_independent_options): New option "-fwrapv" to set the above.
1815
1816         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
1817         as x, when signed arithmetic overflow wraps around.
1818         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
1819         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
1820         overflow when flag_wrapv is true.
1821
1822         * doc/invoke.texi: Document new -fwrapv command line option.
1823         * doc/c-tree.texi: Mention that the overflow semantics of
1824         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
1825         upon both flag_wrapv and flag_trapv.
1826
1827 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
1828
1829         * doc/install.texi (mips-sgi-irix5): Add missing
1830         HTML <hr> marker.
1831
1832 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
1833
1834         * doc/md.texi (Machine Constraints): Document
1835         missing SPARC constraints.
1836
1837 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
1838
1839         * doc/md.texi (Automaton pipeline description): Use
1840         "type" instead of "cpu" as the attribute in the examples.
1841
1842 2003-05-30  Stan Shebs  <shebs@apple.com>
1843
1844         * system.h: Poison OBJC_PROLOGUE.
1845
1846 2003-05-30  Roger Sayle  <roger@eyesopen.com>
1847
1848         * emit-rtl.c (gen_complex_constant_part): New function for getting
1849         the constant real or imaginary part of a complex constant.
1850         (gen_realpart): Use it.
1851         (gen_imagpart): Likewise.
1852
1853 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
1854
1855         * doc/invoke.texi: Fix typos.
1856         * doc/rtl.texi: Likewise.
1857
1858 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
1859
1860         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
1861         mode.
1862         * config/h8300/crtn.asm: Likewise.
1863         * config/h8300/lib1funcs.asm: Likewise.
1864         * config/h8300/h8300.c (asm_file_start): Likewise.
1865         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
1866         h8300snelf emulations for normal mode.
1867         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
1868         emulations for normal mode.
1869
1870 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
1871
1872         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
1873         true if TARGET_NORMAL_MODE.
1874
1875 2003-05-30  Roger Sayle  <roger@eyesopen.com>
1876
1877         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
1878         making a substitution.
1879         (dead_libcall_p): If directly replacing a libcall with a
1880         constant value produces an invalid instruction, also try forcing
1881         the constant into the constant pool.
1882         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
1883         obvious that the source is a constant.
1884         (compress_float_constant): Use set_unique_reg_note to place
1885         REG_EQUAL notes on instructions.
1886
1887 2003-05-30  Eric Christopher  <echristo@redhat.com>
1888
1889         * config/mips/mips.c (extern_list): Add GTY marker.
1890         (extern_head): Separate out definition. Add marker.
1891         (mips_output_external): Use ggc_alloc for extern_list
1892         allocation.
1893         (mips_output_external_libcall): Ditto.
1894
1895 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
1896
1897         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
1898         later.
1899
1900 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1901
1902         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
1903         warnings.
1904         (PRINT_OPERAND): Likewise.
1905
1906 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1907
1908         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
1909         -mdebug/-no-mdebug switches ...
1910         (MDEBUG_ASM_SPEC): ... here.
1911         Use only with gas.
1912         (EXTRA_SPECS): Initialize mdebug_asm_spec.
1913
1914 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
1915
1916         * gthr-gnat.c: Remove #undef UNUSED.
1917         (__gnat_default_lock, __gnat_default_unlock): Prototype.
1918         (__gnat_task_lock, __gnat_task_unlock): Make declarations
1919         prototypes.
1920         (__gnat_install_locks): Convert declaration to ISO C90, make
1921         parameter declarations prototypes, and remove blank line.
1922         * gthr-gnat.h (__gnat_install_locks): Make parameter
1923         declarations prototypes.
1924
1925 2003-05-29  Jason Merrill  <jason@redhat.com>
1926
1927         * Makefile.in (unstrap): Remove stage_last after make unstage1.
1928
1929 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1930
1931         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
1932
1933 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1934             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
1935
1936         PR bootstrap/10169
1937         * mips-tfile.c (main): Use getopt_long instead of getopt.
1938         Add new command line option --version to display version.
1939         Treat --verbose like -v to report a single line version.
1940         (options): New global variable for getopt_long.
1941         * mips-tdump.c (main): Use getopt_long instead of getopt.
1942         New command line options -v, --version and -verbose to display
1943         the program version number (to match mips-tfile's behavior).
1944         (options): New global variable for getopt_long.
1945
1946         * gcov.c (options): Zero-terminate getopt_long array.
1947         * gcov-dump.c (options): Likewise.
1948
1949         * Makefile.in (mips-tdump.o): Add dependency on version.h.
1950
1951 2003-05-29  Stan Shebs  <shebs@apple.com>
1952
1953         Remove OBJC_PROLOGUE everywhere.
1954         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
1955         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
1956         * config/d30v/d30v.h: Similarly.
1957         * config/ip2k/ip2k.h: Similarly.
1958         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
1959
1960 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1961
1962         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
1963         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
1964         (expand_unreachable_stmt): Expand unreachable while statements
1965         using genrtl_do_stmt_1.
1966
1967 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
1968
1969         * config/mips/mips-protos.h (mips_output_load_label): Declare.
1970         * config/mips/mips.c (mips_output_load_label): New function.
1971         (mips_output_conditional_branch): Use it.
1972         * config/mips/mips.md (jump): And here.
1973
1974 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
1975
1976         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
1977         (xtensa_split_operand_pair): New proto.
1978         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
1979         (smalloffset_double_mem_p): Delete.
1980         (gen_float_relational, printx, print_operand, xtensa_va_arg):
1981         Fix whitespace.
1982         (xtensa_split_operand_pair): New.
1983         (xtensa_dbx_register_number): Fix formatting.
1984         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
1985         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
1986         instead of splitting them into single-word moves.  Remove unnecessary
1987         checks for reload_in_progress and reload_completed.
1988         (movdi_internal, movdf_internal): Change to post-reload split patterns.
1989         Add constraints to allow constant operands.
1990         (movsf_internal): Allow CONST_INT operands.
1991
1992 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
1993
1994         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
1995         fragment i386/x-mingw32.
1996         * config/i386/x-mingw32: New file. Make local_includedir
1997         relative to EXEC_PREFIX.
1998
1999 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
2000
2001         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
2002         (MD_STARTFILE_PREFIX): Define.
2003
2004 2003-05-27  Denis Chertykov  <denisc@overta.ru>
2005
2006         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
2007         VOIDmode.
2008         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
2009         call of cselib_invalidate_regno.
2010
2011 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
2012
2013         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
2014         -lthread to -lpthread.
2015
2016 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2017             Bruce Korb  <bkorb@gnu.org>
2018             Arno Klaassen  <arno@heho.snv.jussieu.fr>
2019
2020         * fixinc/inclhack.def: Add missing declaration of getpagesize()
2021         to unistd.h on Solaris 2.5.1.
2022         Fix prototype of recv() and send() in sys/socket.h on
2023         Solaris 2.5.1 and 2.6.
2024         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
2025         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
2026         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
2027         * fixinc/fixincl.x: Regenerate.
2028
2029 2003-05-27  Jason Merrill  <jason@redhat.com>
2030
2031         * tree.c (expr_first, expr_length): New fns.
2032         * tree.h: Declare them.
2033
2034         * tree.c (iterative_hash_expr): Hash commutative expressions
2035         consistently.
2036
2037 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2038
2039         * tree.h (contains_placeholder_p): Now returns bool.
2040         (CONTAINS_PLACEHOLDER_P): New macro.
2041         (type_contains_placeholder_p): New function.
2042         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
2043         (contains_placeholder_p): Now returns bool.
2044         Rework to use CONTAINS_PLACEHOLDER_P macro.
2045         (type_contains_placeholder_p): New function.
2046         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
2047         type_contains_placeholder_p.
2048         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
2049         Use CONTAINS_PLACEHOLDER_P macro.
2050         * builtins.c (fold_builtin): Likewise.
2051         * calls.c (initialize_argument_information): Likewise.
2052         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
2053         * explow.c (expr_size): Likewise.
2054         * expr.c (store_constructor, get_inner_reference): Likewise.
2055         * function.c (assign_parms): Likewise.
2056         * stor-layout.c (variable_size): Likewise.
2057
2058 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
2059
2060         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
2061         attribute.
2062
2063 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2064
2065         * doc/contrib.texi (Contributors): Update Kean Johnston.
2066
2067 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
2068
2069         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
2070
2071 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2072
2073         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
2074         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
2075         Replace "GNU CC" with "GCC".
2076
2077 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
2078
2079         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
2080         intermediate computation.
2081
2082 2003-05-23  Eric Christopher  <echristo@redhat.com>
2083
2084         * config/mips/mips.md (clzsi, clzdi): New patterns.
2085
2086 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
2087
2088         * gcc.c (default_compilers): Use -o to specify preprocessor's output
2089         file.  Make -no-integrated-cpp work when building PCH files.
2090         * objc/lang-specs.h: Likewise.
2091
2092 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2093
2094         * fixinc/Makefile.in: Correct description.
2095         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
2096         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
2097         fixinc/genfixes: Replace "GNU CC" with "GCC".
2098
2099 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2100
2101         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
2102         builtin functions (and their __builtin_* variants).
2103         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
2104         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
2105         optimizing.
2106
2107         * doc/extend.texi: Document new tan and atan builtins, and
2108         their float and long double variants.
2109
2110 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
2111
2112         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
2113         __sparcv9 in the TARGET_ARCH64 case.
2114
2115 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2116
2117         * i386.c (ix86_reorg): Calls are also jumps.
2118
2119 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
2120
2121         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
2122         note containing an EXPR_LIST, process all the arguments.
2123
2124 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
2125                                Andreas Jaeger  <aj@suse.de>
2126
2127         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
2128         do not use assertion.
2129
2130 2003-05-23  Mike Stump  <mrs@apple.com>
2131
2132         * tlink.c (scan_linker_output): Add support for darwin linker, as it
2133         emits unresolved symbols one per line, consuming the entire line.
2134
2135 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
2136             Zack Weinberg <zack@codesourcery.com>
2137
2138         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
2139         * config/m68k/m68k.c (m68k_output_function_prologue):
2140         Remove code under #if NEED_PROBE.
2141         * config/m68k/m68k.h: Don't define NEED_PROBE.
2142         * config/m68k/m68k.md: Remove "probe" insn.
2143         * doc/md.texi: Remove documentation of "probe" pattern.
2144
2145 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
2146
2147         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
2148
2149 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2150
2151         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
2152         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
2153
2154 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2155
2156         * real.c (real_maxval): New function to return the largest finite
2157         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
2158         * real.h (real_maxval): Prototype here.
2159         * fold-const.c (fold_inf_compare): Transform comparisons against
2160         +-Infinity into comparisons against DBL_MAX (or equivalent).
2161
2162 2003-05-22  Mike Stump  <mrs@apple.com>
2163
2164         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
2165         default.
2166
2167 2003-05-22  DJ Delorie  <dj@redhat.com>
2168
2169         * calls.c (expand_call): If the arg block is going to grow
2170         downward, we need argblock to point to the top of the block,
2171         not the bottom.
2172
2173 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2174
2175         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
2176
2177         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
2178         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
2179
2180 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2181
2182         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
2183         * m68k.c: Likewise.
2184         * m68k.h: Likewise.
2185
2186 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
2187
2188         PR other/2873
2189         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
2190         expressions to prevent triggering on recent curses.h,
2191         linux/nls.h, or X11/Xlib.h.
2192         (stdio_va_list): Add _G_va_list to bypass pattern.
2193         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
2194         * fixinc/fixincl.x: Regenerate.
2195
2196 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
2197
2198         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
2199         switches when --target-help option is specified.
2200
2201 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2202
2203         PR bootstrap/10805
2204         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
2205         failure with Sun assembler 5.0 Alpha 03/27/98.
2206
2207 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
2208
2209         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
2210         to match system compiler convention.
2211
2212 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2213
2214         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero
2215         value, not just if defined.
2216         Update copyright year.
2217
2218 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2219
2220         PR target/6428
2221         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
2222         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
2223         option is used without `-static'.
2224         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
2225         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
2226
2227 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
2228
2229         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
2230         TARGET_SERIALIZE_VOLATILE): Delete.
2231         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
2232         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
2233         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
2234         "-mno-serialize-volatile".
2235         * config/xtensa/xtensa.c (print_operand): Remove checks of
2236         TARGET_SERIALIZE_VOLATILE.
2237         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
2238         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
2239         "-mserialize-volatile" and "-mno-serialize-volatile" options.
2240
2241 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
2242
2243         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
2244         (nested_function): Likewise.
2245         (notype_nested_function): Likewise.
2246
2247 2003-05-21  Nick Clifton  <nickc@redhat.com>
2248
2249         * config/stormy16/stormy-abi: Update overflow type for
2250         R_XSTORMY16_16 reloc.
2251
2252 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
2253
2254         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
2255         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
2256         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
2257         * print-tree.c (print_node): Remove ambient-boundedness.
2258         * tree.h (tree_common): Remove bounded_flag.
2259         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
2260         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
2261         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
2262         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
2263         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
2264         Remove.
2265         (TYPE_QUALS): Remove BOUNDED.
2266         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
2267         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
2268         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
2269         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
2270         VA_LIST_POINTER_DEPTH): Remove.
2271         (struct tree_type): Remove pointer_depth.
2272
2273 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2274
2275         * c-pretty-print.c (pp_c_integer_literal): Use
2276         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
2277
2278 2003-05-20  Roger Sayle  <roger@eyesopen.com>
2279             Kazu Hirata  <kazu@cs.umass.edu>
2280             Joern Rennecke  <joern.rennecke@superh.com>
2281
2282         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
2283         setcc and jump, if they exist.  If substituted instruction
2284         fails to validate, store current effort in a REG_EQUAL note.
2285         (cprop_insn): Don't attempt further substitutions if the
2286         current instruction has been deleted.
2287         (local_cprop_pass): Likewise.
2288
2289         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
2290         one is attached to the jump instruction.
2291         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
2292
2293 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2294
2295         PR c++/9738
2296         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
2297         even if not first.
2298
2299 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2300
2301         * genautomata.c (output_description, output_automaton_units,
2302         output_state_arcs): Add missing specifiers.
2303
2304 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
2305
2306         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
2307         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
2308         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
2309         (nsau): Rename to do_nsau.  Provide alternate version for use when
2310         the NSAU instruction is available.
2311         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
2312         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
2313         * config/xtensa/xtensa-config.h: Update comments to match binutils.
2314         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
2315         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
2316         (TARGET_ABS, TARGET_ADDX): Define.
2317         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
2318         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
2319         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
2320         *subx8): Set predicate condition to TARGET_ADDX.
2321         (abssi2): Set predicate condition to TARGET_ABS.
2322         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
2323         "-maddx", and "-mno-addx" options.
2324         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
2325
2326 2003-05-20  Kevin Ryde <user42@zip.com.au>
2327             Wolfgang Bangerth <bangerth@dealii.org>
2328
2329         PR/10355
2330         * doc/extend.texi: Put a warning into the documentation
2331         of attribute regparm.
2332
2333 2003-05-20  Jason Merrill  <jason@redhat.com>
2334
2335         * tree.c (expr_last): New fn.
2336         * tree.h: Declare it.
2337         * objc/objc-act (expr_last): Rename to objc_expr_last.
2338
2339 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
2340
2341         * sh.c (sh_register_move_cost): Add clase for moving between
2342         FP registers and MAC registers.
2343
2344 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
2345
2346         * pa/milli64.S ($$mulI): Fix typo.
2347
2348 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
2349
2350         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
2351         (nonlocal_set_p): Remove initial blank line.
2352         * dwarf2out.c (simple_type_size_in_bits): Likewise.
2353         * et-forest.c (et_forest_create): Likewise.
2354         * explow.c (stabilize): Likewise.
2355         * fix-header.c (write_lbrac): Likewise.
2356         * graph.c (start_fct, node_data): Likewise.
2357         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
2358         * rtlanal.c (global_reg_mentioned_p): Likewise.
2359         * tree.c (bit_position): Likewise.
2360
2361 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
2362
2363         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
2364         -lthread to -lpthread.
2365
2366 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
2367
2368         * c-opts.c (c_common_decode_option): Don't accept dollars
2369         as identifier characters in assembly.
2370         * doc/cpp.texi: Document this.
2371
2372 2003-05-19  Seth Arnold  <sarnold@wirex.com>
2373             Aldy Hernandez  <aldyh@redhat.com>
2374
2375         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
2376         vrsave_size twice.
2377
2378 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
2379
2380         * doc/tm.texi (function_arg): Fix typo.
2381
2382 2003-05-19  Matt Austern  <austern@apple.com>
2383
2384         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
2385         * c-common.h (warn_invalid_offsetof): Declare.
2386         * c-common.c (warn_invalid_offsetof): Define.
2387         * doc/invoke.texi: Document -Winvalid-offsetof.
2388         * testsuite/g++.dg/other/offsetof3.C: New.
2389         * testsuite/g++.dg/other/offsetof4.C: New.
2390
2391 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2392             David Edelsohn  <edelsohn@gnu.org>
2393
2394         * config/rs6000/rs6000.c (rs6000_alignment_string,
2395         rs6000_alignment_flags): New variables.
2396         (rs6000_parse_alignment_option): New function.
2397         (rs6000_override_options): Call it.
2398         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
2399         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
2400         macros.
2401         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
2402         natural alignment if TARGET_NATURAL_ALIGNMENT
2403         (ROUND_TYPE_ALIGN): Always use default record alignment if
2404         TAGET_NATURAL_ALIGNMENT.
2405         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
2406         (ROUND_TYPE_ALIGN): Same.
2407         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
2408         (ROUND_TYPE_ALIGN): Same.
2409         * doc/invoke.texi (Option Summary, PowerPC Options): Document
2410         new options.
2411
2412 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
2413
2414         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
2415         of a function using ASMSPEC, prepend a star.
2416
2417 2003-05-19  Jason Merrill  <jason@redhat.com>
2418
2419         * tree-inline.c (copy_body_r): Avoid generating &* during inline
2420         substitution.
2421
2422 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
2423
2424         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
2425         not mark assignments to the hard frame pointer as being stack
2426         frame related.
2427         (xstormy16_expand_epilogue): Mark adjustments to the stack
2428         pointer as being stack frame related.
2429
2430 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
2431
2432         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
2433         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
2434         (PREDICATE_CODES): Add hilo_operand.
2435         * config/mips/mips.c (hilo_operand): New predicate.
2436         (mips_adjust_insn_length): Account for the number nops that might
2437         be needed to avoid hardware hazards.
2438         * config/mips/mips.md (dslot): Remove attribute.
2439         (hazard): New attribute.
2440         (can_delay): Use it.  Check for calls, branches & jumps.
2441         (muldi3): Use the standard dmult pattern for mips16 code.
2442         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
2443
2444 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
2445
2446         * config/mips/mips-protos.h (final_prescan_insn,
2447         mips_count_memory_refs, mips_fill_delay_slot): Remove.
2448         * config/mips/mips.h (delay_type, dslots_load_total,
2449         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
2450         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
2451         mips_load_reg3, mips_load_reg4): Remove.
2452         (MASK_STATS): Remove.
2453         (MASK_EXPLICIT_RELOCS): Reuse its value.
2454         (TARGET_STATS): Remove.
2455         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
2456         Warn that -mstats is now ignored.
2457         (FINAL_PRESCAN_INSN): Undefine.
2458         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
2459         (ASM_OUTPUT_REG_POP): Likewise.
2460         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
2461         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
2462         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
2463         mips_fill_delay_slot, mips_count_memory_refs,
2464         final_prescan_insn): Remove.
2465         (output_block_move): Remove calls to mips_count_memory_refs.
2466         (print_operand): Remove printing of #nop for TARGET_STATS.
2467         (mips_output_function_epilogue): Remove TARGET_STATS code.
2468         Reorganize setting of fnnmae.
2469         * config/mips/mips.md: Remove handling of dslot statistics
2470         throughout file.  Change all fcmp patterns into normal asm
2471         templates, removing calls to mips_fill_delay_slot.
2472         * doc/invoke.texi: Remove documentation of -mstats.
2473
2474 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
2475
2476         * config/mips/mips.c (mips_class_max_nregs): Return the number of
2477         words in the mode.
2478
2479 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
2480
2481         * config/mips/mips.c (override_options): Disable explicit
2482         relocs for old ABIs unless using gas.
2483
2484 2003-05-18  Eric Christopher  <echristo@redhat.com>
2485
2486         * config/mips/mips.h: Remove definition of g_switch_value.
2487
2488 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
2489
2490         * flags.h (g_switch_value): Change to an unsigned
2491         HOST_WIDE_INT.
2492         * toplev.c (g_switch_value): Likewise.
2493
2494         * config/alpha/alpha.c (small_symbolic_operand): Remove
2495         g_switch_value cast.
2496         (alpha_in_small_data_p): Cast size to an unsigned
2497         HOST_WIDE_INT.
2498
2499         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
2500         unsigned HOST_WIDE_INT.
2501         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
2502         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
2503
2504         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
2505         unsigned HOST_WIDE_INT.
2506         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
2507         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
2508         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
2509
2510         * config/rs6000/rs6000.c (rs6000_file_start): Use
2511         HOST_WIDE_INT_PRINT_UNSIGNED.
2512         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
2513         (rs6000_elf_in_small_data_p): Cast size to unsigned
2514         HOST_WIDE_INT.
2515         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
2516         Remove.
2517         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
2518         g_switch_set.
2519         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
2520         g_switch_value cast.
2521
2522 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2523             Zack Weinberg  <zack@codesourcery.com>
2524
2525         PR middle-end/10472
2526         * builtins.c (expand_builtin_memcpy):  Call force_operand on
2527         expressions and use simplify_gen_binary to create the addition.
2528
2529 2003-05-18  Andreas Schwab  <schwab@suse.de>
2530
2531         * config/m68k/m68k.md: Use define_constants for unspec numbers.
2532
2533 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
2534
2535         * config/sparc/sparc.h: Define sparc for now.
2536 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2537
2538         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
2539
2540         * config/stormy16/stormy16.h: Remove about 3000 lines of
2541         target-independent comments.  Update copyright notice.
2542
2543         * doc/collect2.texi: GNU CC -> GCC.
2544         * doc/headerdirs.texi: GNU CC -> GCC.
2545
2546 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
2547
2548         * hashtable.h (struct ht_identifier): Add data member "hash_value".
2549         * hashtable.c (ht_lookup): Use it when searching, remember.
2550         (ht_expand): Do not recompute.
2551         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
2552
2553 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
2554
2555         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
2556
2557 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
2558
2559         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
2560         Default here.
2561         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
2562         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
2563         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
2564         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
2565         config/arm/linux-elf.h, config/arm/rtems-elf.h,
2566         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
2567         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
2568         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
2569         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
2570         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
2571         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
2572         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
2573         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
2574         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
2575         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
2576         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
2577         Don't define __ELF__.
2578         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
2579         Define __ELF__.
2580         * doc/cpp.texi: Document __ELF__.
2581         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
2582
2583 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2584
2585         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
2586         always use stdarg.
2587         * c-errors.c (pedwarn_c99): Likewise.
2588         * c-format.c (status_warning): Likewise.
2589         * c-semantics.c (build_stmt): Likewise.
2590         * calls.c (emit_library_call, emit_library_call_value): Likewise.
2591         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
2592         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
2593         * diagnostic.c (build_message_string, output_printf,
2594         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
2595         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
2596         error_with_decl, fnotice): Likewise.
2597         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
2598         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
2599         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
2600         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
2601         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
2602         dw2_asm_output_encoded_addr_rtx): Likewise.
2603         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
2604         * errors.c (warning, error, fatal, internal_error): Likewise.
2605         * final.c (output_operand_lossage, asm_fprintf): Likewise.
2606         * fix-header.c (fatal): Likewise.
2607         * gcc.c (fatal, error, notice): Likewise.
2608         * gcov.c (fnotice): Likewise.
2609         * genattrtab.c (attr_rtx, attr_printf): Likewise.
2610         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
2611         * gensupport.c (message_with_line): Likewise.
2612         * mips-tfile.c (fatal, error): Likewise.
2613         * protoize.c (notice): Likewise.
2614         * ra-debug.c (ra_debug_msg): Likewise.
2615         * read-rtl.c (fatal_with_file_and_line): Likewise.
2616         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
2617         * tree.c (build, build_nt, build_function_type_list): Likewise.
2618
2619 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2620
2621         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
2622         * gcc.c (cpp_predefines): Remove.
2623         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
2624         (static_specs): Remove predefines.
2625         * system.h: Poison CPP_PREDEFINES.
2626         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
2627         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
2628
2629 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2630
2631         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
2632         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
2633         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
2634         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
2635
2636 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2637
2638         PR c/9209
2639         * c-common.c, c-common.h (dollars_in_ident): Remove.
2640         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
2641         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
2642         * cpphash.h (warned_dollar): Rename warn_dollars.
2643         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
2644         Permit dollars regardless of -std=.
2645         (post_options): Set warn_dollars.
2646         * cpplex.c (forms_identifier_p): Use warn_dollars.
2647         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
2648         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
2649         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
2650         Update documentation.
2651
2652 2003-05-17  Andreas Schwab  <schwab@suse.de>
2653
2654         * config/m68k/m68k.c (m68k_output_function_prologue): Use
2655         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
2656         formatting a HOST_WIDE_INT.
2657         (m68k_output_function_epilogue): Likewise.
2658
2659 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
2660
2661         * doc/install.texi: Remove information about desupported targets.
2662
2663 2003-05-17  Andreas Schwab  <schwab@suse.de>
2664
2665         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
2666         * config/m68k/linux.h: Likewise.
2667         * config/m68k/m68k-none.h: Likewise.
2668         * config/m68k/netbsd-elf.h: Likewise.
2669         * config/m68k/sgs.h: Likewise.
2670         * config/m68k/m68k.h: Likewise.
2671         * config/m68k/m68k.md: Likewise.
2672         * config/m68k/m68k.c: Likewise.
2673         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
2674         constraints.
2675         * doc/invoke.texi (Option Summary): Remove -mfpa.
2676         (M680x0 Options): Likewise.
2677
2678 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
2679
2680         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
2681
2682 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2683
2684         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
2685         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
2686         config/sparc/rtemself.h, config/sparc/sol2-64.h,
2687         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
2688         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
2689
2690 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2691
2692         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
2693         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
2694
2695 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2696
2697         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
2698         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
2699         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
2700         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
2701         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
2702         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
2703         sparc/sysv4.h,
2704         * sparc/sysv4-only.h: New.
2705
2706 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
2707
2708         * function.c (assign_parms): Check for zero size args.
2709
2710 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2711
2712         * cfgloopanal.c (test_for_iteration): Use string concatentation on
2713         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
2714         function calls into one.
2715         * dbxout.c (dbxout_symbol): Likewise.
2716         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
2717         * dwarf2asm.c (dw2_asm_output_data_uleb128,
2718         dw2_asm_output_data_sleb128): Likewise.
2719         * genrecog.c (debug_decision_2): Likewise.
2720         * loop.c (emit_prefetch_instructions): Likewise.
2721         * print-rtl.c (print_rtx): Likewise.
2722         * print-tree.c (print_node_brief, print_node): Likewise.
2723         * ra-debug.c (dump_igraph, dump_graph_cost,
2724         dump_static_insn_cost): Likewise.
2725         * ra-rewrite.c (dump_cost): Likewise.
2726         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
2727         * sreal.c (dump_sreal): Likewise.
2728         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
2729         * varasm.c (assemble_vtable_entry): Likewise.
2730
2731         * avr.c (avr_output_function_prologue,
2732         avr_output_function_epilogue, print_operand): Fix format specifier
2733         warnings.
2734         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
2735         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
2736
2737 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
2738
2739         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
2740         and ! TARGET_STRING cases.
2741
2742         * doc/cppopts.texi (-undef): Fix texinfo warning.
2743
2744         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
2745         * cppfiles.c (validate_pch): When -H is used, print some information
2746         about PCH files found.
2747
2748 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2749
2750         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
2751         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
2752         * config/mips/t-sr71k: Likewise.
2753
2754 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2755
2756         * arc.c (arc_output_function_prologue,
2757         arc_output_function_epilogue): Fix format specifier warnings.
2758         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
2759
2760         * v850.c (print_operand): Fix format specifier warnings.
2761
2762         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
2763         specifier warnings.
2764
2765         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
2766         format specifier warnings.
2767
2768         * ip2k.c (function_prologue, function_epilogue, print_operand):
2769         Fix format specifier warnings.
2770         * ip2k.md: Likewise.
2771
2772         * i960.c (i960_output_function_prologue, i960_print_operand,
2773         i960_print_operand_addr): Fix format specifier warnings.
2774
2775         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
2776         (i370_output_function_prologue): Fix format specifier warnings.
2777         * i370.h (PRINT_OPERAND): Likewise.
2778
2779         * fr30.c (fr30_print_operand): Fix format specifier warnings.
2780
2781         * dsp16xx.c (print_operand_address): Fix format specifier warning.
2782         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
2783
2784         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
2785         specifier warnings.
2786
2787         * alpha.c (print_operand_address, alpha_start_function,
2788         unicosmk_output_ssib): Use string concatentation on
2789         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
2790         function calls into one.
2791         * arm.c (arm_print_operand): Likewise.
2792         * cris.c (cris_asm_output_mi_thunk): Likewise.
2793         * frv.c (frv_asm_output_mi_thunk): Likewise.
2794         * ia64.c (ia64_print_operand, process_set): Likewise.
2795         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
2796         Likewise.
2797         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
2798         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
2799         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
2800         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
2801         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
2802         * s390.c (s390_assemble_integer): Likewise.
2803         * sparc.c (sparc_flat_function_prologue,
2804         sparc_flat_function_epilogue): Likewise.
2805         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
2806         * vax.c (vax_output_mi_thunk): Likewise.
2807
2808         * frv.c (frv_print_operand_memory_reference): Fix format specifier
2809         warning.
2810         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
2811
2812         * m68k.c (m68k_output_function_epilogue): Fix format specifier
2813         warnings.
2814
2815         * stormy16-protos.h (xs_hi_general_operand,
2816         xs_hi_nonmemory_operand): Prototype.
2817         * stormy16.c (xstormy16_output_shift): Fix format specifier
2818         warnings.
2819
2820         * cris.c: Fix format specifier warnings.
2821
2822 2003-05-16  Nick Clifton  <nickc@redhat.com>
2823
2824         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
2825
2826 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
2827
2828         * doc/bugreport.texi: Remove most of the of the preface of the
2829         bugs section.
2830
2831 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2832
2833         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
2834         .save XX, r0.
2835
2836 2003-05-15  Roger Sayle  <roger@eyesopen.com>
2837
2838         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
2839
2840 2003-05-15  Eric Christopher  <echristo@redhat.com>
2841
2842         * cfgcleanup.c (merge_blocks): Fix return value.
2843
2844 2003-05-15 Eric Christopher <echristo@redhat.com>
2845
2846         * combine.c (expand_compound_operation): Make sure
2847         that zero_extend operation is profitable.
2848
2849 2003-05-15  Richard Henderson  <rth@redhat.com>
2850
2851         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
2852         code protected by USE_GNULIBC_1.
2853
2854 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
2855
2856         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
2857         remove hppa*-*-mpeix* which could not be built, and prune
2858         files from tmake_file= or tm_file= lists that don't exist.
2859
2860         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
2861         * config/alpha/t-interix, config/arm/conix-elf.h
2862         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
2863         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
2864         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
2865         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
2866         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
2867         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
2868         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
2869         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
2870         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
2871         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
2872         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
2873         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
2874         * config/m68k/tower-as.h, config/m68k/tower.h
2875         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
2876         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
2877         * config/m88k/m88k-protos.h, config/m88k/m88k.c
2878         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
2879         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
2880         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
2881         * config/mips/rtems64.h, config/mips/sni-gas.h
2882         * config/mips/sni-svr4.h, config/mips/t-ecoff
2883         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
2884         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
2885         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
2886         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
2887         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
2888         * config/romp/romp-protos.h, config/romp/romp.c
2889         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
2890         * config/rs6000/aix3newas.h, config/rs6000/mach.h
2891         * config/sparc/bsd.h, config/sparc/hal.h
2892         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
2893         * config/sparc/lynx.h, config/sparc/netbsd.h
2894         * config/sparc/sp86x-aout.h, config/sparc/splet.h
2895         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
2896         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
2897         * config/sparc/t-halos, config/sparc/t-sparcbare
2898         * config/sparc/t-splet, config/sparc/t-sunos41
2899         * config/v850/rtems.h: Delete file.
2900
2901 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
2902
2903         * config/rs6000/rs6000-protos.h (function_value): Protoize.
2904
2905         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
2906
2907         * config/rs6000/rs6000.c (rs6000_function_value): New.
2908
2909 2003-05-15  Philip Blundell  <philb@gnu.org>
2910
2911         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
2912         All uses updated.
2913         (arm_tune_xscale): New variable.
2914         (arm_override_options): Set it.
2915         (arm_adjust_cost): Use it in place of arm_arch_xscale.
2916         (arm_gen_load_multiple): Likewise.
2917         (arm_gen_store_multiple): Likewise.
2918         * config/arm/arm.md (is_xscale): Likewise.
2919         * config/arm/arm.h (arm_tune_xscale): Declare.
2920
2921 2003-05-15  Philip Blundell  <philb@gnu.org>
2922
2923         PR target/10730
2924         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
2925         involving invalid constants.
2926
2927 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2928
2929         * pa.c (hppa_expand_prologue): Remove blockage.
2930
2931 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
2932
2933         * doc/bugreport.texi: Remove most of the bug reporting
2934         instructions and merge them into bugs.html.
2935
2936 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
2937
2938         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
2939         g_switch_value to unsigned HOST_WIDE_INT.
2940
2941 2003-05-14  Eric Christopher  <echristo@redhat.com>
2942
2943         * combine.c: Fix header comments.
2944         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
2945         to all calls and prototype.
2946
2947 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2948
2949         PR optimization/10764
2950         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
2951         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
2952         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
2953         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
2954         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
2955         the corresponding *fyl2x_?fxf3 instructions.
2956
2957 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
2958
2959         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
2960         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
2961         XCHAL_HAVE_L32R): New.
2962         * config/xtensa/xtensa-protos.h (non_const_move_operand,
2963         xtensa_load_constant, xtensa_function_prologue,
2964         xtensa_function_epilogue): Delete prototypes.
2965         (xtensa_expand_prologue): New.
2966         * config/xtensa/xtensa.c (frame_size_const,
2967         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
2968         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
2969         xtensa_function_prologue): Delete.
2970         (add_operand, xtensa_mem_offset): Formatting.
2971         (move_operand): If the const16 option is available, allow any SFmode
2972         and SImode constants.
2973         (xtensa_emit_move_sequence): Inline the former contents of
2974         xtensa_load_constant with modifications to handle the const16 option.
2975         (override_options): Add xtensa_char_to_class['W'] and set it to
2976         the general register class only if the const16 option is enabled.
2977         Fix formatting.  Disallow PIC when using the const16 option.
2978         (print_operand): Reorganize to switch on "letter" instead of the
2979         RTL code.  Add output_operand_lossage calls for invalid cases.
2980         Add support for 't' and 'b' letters.
2981         (xtensa_expand_prologue): New function to replace
2982         xtensa_function_prologue and xtensa_reorg.
2983         (xtensa_function_epilogue): Declare this as static.  Delete code
2984         to print the retw.n or retw instruction.
2985         (xtensa_return_addr): Use A0_REG instead of 0.
2986         (xtensa_rtx_costs): Add costs for using the const16 option.
2987         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
2988         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
2989         (TARGET_SWITCHES): Add "const16" and "no-const16".
2990         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
2991         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
2992         using the const16 option.
2993         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
2994         (TRAMPOLINE_SIZE): Change from 49 to 59.
2995         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
2996         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
2997         when using the const16 option.
2998         (PREDICATE_CODES): Delete non_const_move_operand.
2999         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
3000         UNSPECV_ENTRY.
3001         (movdi, movdf): If the source is a constant, always expand to a
3002         sequence of movsi insns.
3003         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
3004         (movsi_internal, movsf_internal): Add alternative using const16 insns.
3005         (movsf): Add const16 support.
3006         (entry, prologue, epilogue): New.
3007         (set_frame_ptr): Add missing mode for unspec_volatile operation.
3008         Likewise for subsequent split pattern.
3009         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
3010         "-mconst16" and "-mno-const16" options.
3011
3012 2003-05-14  Richard Henderson  <rth@redhat.com>
3013
3014         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
3015         to be DImode register.  Merge load_symptr.
3016         * config/ia64/ia64.md (load_symptr): Remove.
3017
3018 2003-05-14  Richard Henderson  <rth@redhat.com>
3019
3020         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
3021         DEFERRED_CONSTANT_P.
3022         * integrate.c (copy_rtx_and_substitute): Update use.
3023         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
3024         to the copy generated.
3025         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
3026         of the constant to see if we should emit.
3027         (mark_constant): Similarly.
3028         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
3029
3030 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
3031
3032         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
3033         move record condition.
3034         (movdi_internal2): Same.
3035
3036 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
3037
3038         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
3039         (GCOV_TAG_*) Force type to gcov_unsigned_t.
3040         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
3041         (struct gcov_var): Remove modified. Add start, length, offset,
3042         overread. Have buffer array for libgcov.
3043         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
3044         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
3045         * gcov-io.c (gcov_open): Set mode, do not read anything.
3046         (gcov_close): Write final block.
3047          (gcov_write_block, gcov_allocate): New.
3048         (gcov_write_bytes): Make static. Write or allocate buffer.
3049         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
3050         null.
3051         (gcov_write_string): Adjust.
3052         (gcov_write_tag)
3053         (gcov_write_length): Adjust. Flush the block.
3054         (gcov_write_tag_length): Buffer can never be null.
3055         (gcov_read_bytes): Make static. Read in block.
3056         (gcov_sync): Moved here. Adjust.
3057         (gcov_seek): Moved here. Adjust.
3058         * coverage.c (read_counts_file): Adjust.
3059         * gcov-dump.c (print_prefix): Add position parameter.
3060         (flag_dump_positions): New flag.
3061         (options, main, print_usage): Add it.
3062         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
3063         tag_summary): Adjust.
3064         * gcov.c (read_graph_file, read_count_file): Adjust.
3065         * libgcov.c (gcov_exit): Adjust.
3066
3067         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
3068         (libgcov.a): Depend on libgcc.a.
3069         (gcov.o, gcov-dump.o): Add gcov-io.c.
3070         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
3071
3072         * loop.c (check_dbra_loop): Factor common test.
3073
3074 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
3075
3076         * doc/md.texi (Automaton pipeline description): Grammar fixes.
3077
3078 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
3079
3080         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
3081         (TARGET_INITIALIZER): Include it.
3082         * target.h (struct gcc_target): Add machine_dependent_reorg field.
3083         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
3084         * system.h: Poison MACHINE_DEPENDENT_REORG.
3085
3086         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
3087         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
3088         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3089         (alpha_handle_trap_shadows): Remove "first insn" parameter.
3090         (alpha_align_insns): Likewise.
3091         (alpha_reorg): Likewise.  Make static.  Update calls to above
3092         functions.
3093
3094         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
3095         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
3096         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3097         (arm_reorg): Remove parameter.  Make static.
3098
3099         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
3100         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
3101         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3102         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
3103         Remove parameter.
3104
3105         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
3106         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
3107         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3108         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
3109         Remove parameter.
3110
3111         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
3112         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
3113         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
3114
3115         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
3116         * config/frv/frv.c: Remove orphaned comment.
3117
3118         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
3119         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
3120         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3121         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
3122         Remove parameter.
3123
3124         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
3125         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
3126         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3127         (emit_insn_group_barriers): Remove "first insn" parameter.
3128         (emit_all_insn_group_barriers): Likewise.
3129         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
3130         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
3131
3132         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
3133         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
3134         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3135         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
3136         Remove parameter.
3137
3138         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
3139         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
3140         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3141         (m68hc11_reorg): Make static.  Remove parameter.
3142
3143         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
3144         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
3145         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3146         (conditionalize_optimization): Remove parameter.
3147         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
3148         Make static.  Update call to conditionalize_optimization.
3149
3150         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
3151         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
3152         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3153         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
3154         Make static.
3155
3156         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
3157         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
3158         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3159         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
3160         Remove parameter.
3161
3162         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
3163         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
3164         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3165         (pa_combine_instructions): Remove "first insn" parameter.
3166         (remove_useless_addtr_insns): Likewise.
3167         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
3168
3169         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
3170         commented-out definition.
3171
3172         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
3173         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
3174         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3175         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
3176         Remove parameter.
3177
3178         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
3179         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
3180         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3181         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
3182         Remove parameter.
3183         (sh_output_mi_thunk): Call sh_reorg directly.
3184         * config/sh/sh.md: Update comment.
3185
3186         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
3187         commented-out definition.
3188
3189         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
3190         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
3191         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3192         (v850_reorg): Make static.  Remove parameter.
3193
3194         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
3195         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
3196         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3197         (xtensa_reorg): Make static.  Remove parameter.
3198
3199         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
3200         (TARGET_MACHINE_DEPENDENT_REORG): Document.
3201
3202 2003-05-13  Richard Henderson  <rth@redhat.com>
3203
3204         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
3205         the old decl had instantiated DECL_RTL.
3206
3207 2003-05-13  Mike Stump  <mrs@apple.com>
3208
3209         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
3210
3211 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
3212
3213         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
3214         HOST_WIDE_INT argument.
3215
3216 2003-05-13  Jason Merrill  <jason@redhat.com>
3217
3218         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
3219
3220         * tree.c (iterative_hash_expr): New fn.
3221
3222         * c-semantics.c (emit_local_var): Don't mess with temp slots if
3223         there's no initializer.
3224
3225 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
3226
3227         * final.c (final_scan_insn): Apply the effects of frame-related
3228         delay slot insns before emitting a delayed branch.
3229
3230 2003-05-13  Nick Clifton  <nickc@redhat.com>
3231
3232         * config/mcore/mcore.md (jump): Use emit_jump_insn.
3233
3234 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
3235
3236         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
3237         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
3238
3239 2003-05-12  DJ Delorie  <dj@redhat.com>
3240
3241         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
3242         (emit_push_insn): Don't use push when the source alignment is less
3243         than the stack's push rounding.
3244
3245 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
3246
3247         * diagnostic.c (output_format): Add support for %m.
3248         (output_printf, output_verbatim, diagnostic_set_info,
3249         verbatim): Set err_no field of the text_info structure being
3250         initialized.
3251         (fatal_io_error): Delete function.
3252         * diagnostic.h (text_info): Add err_no field.
3253         * toplev.h (fatal_io_error): Delete prototype.
3254
3255         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
3256         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
3257         * objc/objc-act.c: Replace all calls to fatal_io_error with
3258         calls to fatal_error; add ": %m" to the end of all the affected
3259         error messages.
3260
3261 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
3262
3263         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
3264         * rtl.h: Prototype it.
3265         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
3266         when appropriate.
3267
3268 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
3269
3270         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
3271         ("*iorsi3_oi"): Likewise.
3272
3273 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
3274
3275         * arm.md (compare_scc): Use shorter sequence for EQ case.
3276         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
3277         (and_scc_scc): Ensure split only applies when there is a dominance
3278         of the comparisons.
3279         (and_scc_scc_nodom): New insn-and-split pattern.
3280
3281 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
3282
3283         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
3284         to _Unwind_SetGRPtr().
3285
3286 2003-05-13  Michael Eager <eager@mvista.com>
3287
3288         * Makefile.in: Initialize program_transform_cross_name from
3289         @program_transform_name@ instead of target_alias.
3290
3291 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
3292             Alan Modra  <amodra@bigpond.net.au>
3293             Jakub Jelinek  <jakub@redhat.com>
3294
3295         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
3296         * configure: Rebuild.
3297         * config/rs6000/rs6000-protos.h: Update.
3298         * config/rs6000/rs6000.c (rs6000_tls_size): New.
3299         (rs6000_tls_size_string): New.
3300         (rs6000_parse_tls_size_option): New.
3301         (rs6000_legitimize_tls_address): New.
3302         (rs6000_tls_get_addr): New.
3303         (rs6000_got_sym): New.
3304         (rs6000_tls_symbol_ref): New.
3305         (rs6000_tls_symbol_ref_1): New.
3306         (rs6000_get_some_local_dynamic_name): New.
3307         (rs6000_get_some_local_dynamic_name_1): New.
3308         (TARGET_HAVE_TLS): New.
3309         (TARGET_CANNOT_FORCE_CONST_MEM): New.
3310         (rs6000_override_options): Handle -mtls-size option.
3311         (constant_pool_expr_1): Handle TLS symbols.
3312         (rs6000_legitimize_address): Handle TLS symbols.
3313         (rs6000_tls_referenced_p): New.
3314         (rs6000_legitimate_address): Handle TLS symbols.
3315         (rs6000_emit_move): Handle TLS symbols.
3316         (print_operand): Handle TLS symbols.
3317         (uses_TOC): Handle TLS symbols.
3318         (rs6000_emit_prologue): Use symbol for unspec constant.
3319         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
3320         (some_ld_name): New.
3321         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
3322         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
3323         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
3324         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
3325         Support TLS.
3326         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
3327         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
3328         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
3329         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
3330         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
3331         tls_tls_64): New.
3332         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
3333
3334 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
3335
3336         * Makefile.in (stage2_build, stage3_build, stage4_build):
3337         Set BUILD_CC to the same as CC.
3338
3339 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
3340
3341         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
3342
3343 2003-05-12  Andreas Schwab  <schwab@suse.de>
3344
3345         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
3346         as unused.
3347         (bundling): Initialize 'pos'.
3348         (ia64_expand_builtin): Initialize 'rmode'.
3349
3350 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
3351
3352         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
3353         (ASM_OUTPUT_ALIGNED_COMMON): Same.
3354         (ASM_OUTPUT_LOCAL): Same.
3355
3356 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
3357
3358         * varasm.c (output_constant):  Fix underflow.
3359
3360 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
3361
3362         PR other/10745
3363         * configure.in: Correct detection of GNU ld version number.
3364         * configure: Regenerated.
3365
3366 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
3367
3368         * diagnostic.c (diagnostic_for_decl): Take a
3369         diagnostic_context argument.  Restructure to be consistent
3370         with diagnostic_report_diagnostic.
3371         (diagnostic_count_diagnostic): Now static.  Take a
3372         diagnostic_info argument, not just a diagnostic_t.  Some code
3373         moved here from internal_error.  Move a case label for
3374         clarity.
3375         (diagnostic_action_after_output): New function.  Code moved
3376         here from internal_error and fatal_error.
3377         (bug_report_request): New #define so that this text appears in
3378         only one place.
3379         (diagnostic_report_diagnostic): Update to match changes to
3380         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
3381         (diagnostic_set_info): Call gettext here.
3382
3383         (pedwarn): Update comment.  Don't call gettext here.
3384         (sorry): Use report_diagnostic.  Don't call gettext here.
3385         (fatal_error): Remove final fnotice and exit, but call
3386         real_abort to prevent warnings about noreturn function returning.
3387         (internal_error): Likewise.  Don't do ICE suppression here nor
3388         call context->internal_error.
3389         (warning_with_decl): Suppress for decls in system headers.
3390         Adjust call to diagnostic_for_decl.
3391         (pedwarn_with_decl): Likewise.
3392         (error_with_decl): Adjust call to diagnostic_for_decl.
3393         (error_recursion): Use bug_report_request.
3394
3395         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
3396         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
3397         diagnostic_count_diagnostic.
3398
3399 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3400
3401         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
3402
3403 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
3404
3405         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
3406         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
3407         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
3408
3409 2003-05-12  Roger Sayle  <roger@eyesopen.com>
3410
3411         * doc/rtl.texi: Document zero_extract as a valid destination
3412         of a set insn.
3413
3414 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
3415
3416         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
3417         '.'.  Change all local symbol definitions and references to use LSYM.
3418
3419 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
3420
3421         * expr.h (assemble_static_space): Update prototype.
3422         * output.h (assemble_zeros, output_constant): Likewise.
3423         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
3424         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
3425         it 64bit clean.
3426         * elf.h (ASM_OTUPUT_SKIP): Likewise.
3427         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
3428         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3429         Expect HOST_WIDE_INT operand.
3430         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3431         Expect HOST_WIDE_INT operand.
3432         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3433         Expect HOST_WIDE_INT operand.
3434         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
3435         HOST_WIDE_INT operand.
3436         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
3437         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
3438         * aout.h (ASM_OTUPUT_SKIP): Likewise.
3439         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
3440         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
3441         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
3442         * frv.h (ASM_OTUPUT_SKIP): Likewise.
3443         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
3444         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
3445         Make it 64bit
3446         clean.
3447         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
3448         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
3449         Make it 64bit clean.
3450         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
3451         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
3452         HOST_WIDE_INT operand
3453         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
3454         Expect HOST_WIDE_INT operand
3455         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
3456         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
3457         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
3458         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3459         Likewise.
3460         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
3461         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3462         Likewise.
3463         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3464         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3465         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
3466         ASM_OUTPUT_SKIP): Likewise.
3467         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3468         Likewise.
3469         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
3470         ASM_OUTPUT_SKIP): Likewise.
3471         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
3472         ASM_OUTPUT_SKIP): Likewise.
3473         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
3474         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
3475         ASM_OUTPUT_SKIP): Likewise.
3476         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
3477         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
3478         ASM_OUTPUT_SKIP): Likewise.
3479         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
3480         Likewise.
3481         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
3482         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
3483         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
3484         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
3485         ASM_OUTPUT_SKIP): Make it 64bit clean.
3486         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
3487         Make it 64bit clean.
3488         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
3489         ASM_OUTPUT_SKIP): Make it 64bit clean.
3490         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
3491         64bit clean.
3492         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
3493         HOST_WIDE_INT argument
3494         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
3495         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
3496         HOST_WIDE_INT argument
3497         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
3498         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
3499         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
3500         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
3501         HOST_WIDE_INT argument
3502         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
3503         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
3504         * varasm.c (asm_output_bss, asm_output_aligned_bss,
3505         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
3506         HOST_WIDE_INT argument
3507
3508 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
3509
3510         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
3511         favor of walk_tree_without_duplicates.  Add comments.
3512
3513 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
3514
3515         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
3516         (struct alloc_pool_def): New element 'id'.
3517         * alloc-pool.c (fancy_abort): Extern function prototype.
3518         (abort): Macro which uses fancy_abort.
3519         (struct allocation_object_def): New structure.
3520         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
3521         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
3522         (last_id): New variable.
3523         (create_alloc_pool): Add the offset of u.data to size of element,
3524         increase and use last_id.
3525         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
3526         (pool_alloc): Likewise. Set ID for elements.
3527         (pool_free): Check whether the PTR was allocated from POOL.
3528
3529 2003-05-11  Richard Henderson  <rth@redhat.com>
3530
3531         PR c/10675
3532         * c-decl.c: Include hashtab.h.
3533         (detect_field_duplicates): New.
3534         (finish_struct): Use it.
3535         * Makefile.in (c-decl.o): Update.
3536         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
3537         (component_decl_list, component_decl_list2,
3538         components, components_notype): Build list in reverse order.
3539         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
3540
3541         * tree.c (chainon): Special case op2 null as well.
3542         Reorg for clarity.
3543
3544 2003-05-11  Roger Sayle  <roger@eyesopen.com>
3545
3546         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
3547         to implement log, logf and logl built-ins as inline x87 intrinsics.
3548         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
3549         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
3550         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
3551
3552         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
3553         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
3554
3555 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3556
3557         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
3558
3559         * sparc.c (print_operand): Fix uninitialized warning.
3560
3561 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3562
3563         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
3564         real insns.
3565         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
3566         condition.
3567
3568 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
3569
3570         * doc/cpp.texi: Fix typos.
3571
3572 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
3573
3574         * config/s390/s390.c (s390_function_arg_float): New function.
3575         (s390_function_arg_pass_by_reference): Use it.
3576         (s390_function_arg_advance): Likewise.
3577         (s390_function_arg): Likewise.
3578         (s390_va_arg): Likewise
3579
3580 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
3581
3582         * coverage.h (coverage_counter_alloc): New function.
3583         * function.h (struct function): Remove arc_profile flag.
3584         * coverage.c (fn_ident): Remove.
3585         (fn_b_ctrs, no_coverage): New.
3586         (get_coverage_counts): Use current_function_funcdef_no.
3587         (coverage_counter_alloc): New.
3588         (coverage_counter_ref): Adjust.
3589         (coverage_begin_output): Check no_coverage. Use
3590         current_function_funcdef_no.
3591         (coverage_end_function): Likewise.
3592         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
3593         than clearing flag_inline_functions. Do not clear arc_profile
3594         flag.
3595         * function.c (prepare_function_start): Do not set arc_profile
3596         flag.
3597         * profile.c (instrument_edges): Return number of instrumented
3598         edges. Use a for loop.
3599         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
3600         local to here and simplify. Use profile_arc_flag not arc_profile
3601         flag.
3602         (find_spanning_tree): Reformat.
3603         * toplev.c (rest_of_compilation): Use profile_arc_flags and
3604         flag_test_coverage rather than arc_profile flag.
3605
3606 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
3607
3608         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
3609
3610 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3611
3612         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
3613
3614 2003-05-11  Bruno Haible  <bruno@clisp.org>
3615
3616         * cppfiles.c (find_or_create_entry): Preserve errno.
3617
3618 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
3619
3620         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
3621         cpplib as it's a Standard Predefined Macro.
3622         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
3623         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
3624         __STDC_HOSTED__ appropriately.
3625         * cpplib.h (_cpp_init_builtins): Update.
3626         * fix-header.c (read_scan_file): Update.
3627         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
3628
3629 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3630
3631         PR C++/689
3632         PR C++/9257
3633         * c-opts.c (c_common_decode_option): Don't set
3634         warn_ctor_dtor_privacy wen -Wall.
3635         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
3636
3637 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
3638
3639         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
3640         patch.
3641
3642 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
3643
3644         * diagnostic.c: Reorder functions for clarity, putting all the
3645         functions in the "error" family next to each other, and
3646         likewise all the functions in the "error_with_decl" family.
3647         Some other routines were moved too.  Add comments.
3648         (vbuild_message_string): Fold into sole caller.
3649
3650
3651 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
3652
3653         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
3654         (EH_RETURN_HANDLER_RTX): Likewise.
3655         (expand_builtin_eh_return): Do not copy stack adjustment
3656         if EH_RETURN_STACKADJ_RTX is not defined.
3657         (expand_eh_return): Likewise.  Also, do not pass stack
3658         adjustment as argument to the eh_return pattern.
3659         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
3660         because EH_RETURN_STACKADJ_RTX is not defined.
3661         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
3662         is not defined, treat stack pointer like a regular register.
3663         (uw_init_context_1): Set up fake initial stack pointer register.
3664         (uw_install_context_1): Do not compute stack adjustment if
3665         EH_RETURN_STACKADJ_RTX is not defined.
3666
3667         * config/i386/i386.md ("eh_return"): Remove first argument.
3668         * config/mips/mips.md ("eh_return"): Likewise.
3669         * config/rs6000/rs6000.md ("eh_return"): Likewise.
3670         * config/sh/sh.md ("eh_return"): Likewise.
3671
3672         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
3673
3674 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
3675
3676         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
3677
3678 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
3679
3680         * defaults.h (GCOV_TYPE_SIZE): Remove.
3681         * gcov-io.h (gcov_type): Set to specific mode int on target.
3682         (gcov_unsigned_t, gcov_position_t): New.
3683         (GCOV_TYPE_NODE): New.
3684         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
3685         (GCOV_COUNTERS_SUMMABLE): New.
3686         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
3687         gcov_ctr_info, gcov_info): Adjust types.
3688         (gcov_var): Adjust types.
3689         (gcov_write_unsigned, gcov_write_tag,
3690         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
3691         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
3692         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
3693         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
3694         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
3695         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
3696         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
3697         __gcov_init, __gcov_merge_add): Adjust gcov types.
3698         * coverage.c (ctr_merge_functions): Constify.
3699         (ctr_names): New.
3700         (read_counts_file): Adjust gcov types. Only summarize & merge
3701         summable counters.
3702         (coverage_counter_ref): Use GCOV_TYPE_NODE.
3703         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
3704         build_ctr_info_value, build_gcov_info): Adjust types.
3705         * profile.c (branch_prob): Adjust gcov types.
3706         * gcov_dump (dump_file): Adjust gcov types.
3707
3708 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
3709
3710         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
3711         constants.
3712         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
3713         * arm.c (arm_select_dominance_cc_mode): Renamed from
3714         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
3715         Callers updated.
3716         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
3717
3718 2003-05-09  Roger Sayle  <roger@eyesopen.com>
3719
3720         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
3721         as unsigned to avoid signed/unsigned comparison warnings.
3722
3723 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
3724
3725         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
3726         instruction if the Xtensa density option is enabled.
3727
3728 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
3729
3730        * mklibgcc.in: Remove extra quotes.
3731
3732 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
3733
3734         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
3735         of int_ftype_void.
3736
3737 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
3738
3739         * reload1.c (reload_cse_move2add): Don't turn an implicit
3740         truncation into a self-set in the narrow mode.
3741
3742 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
3743
3744         * arm.md (clzsi2): The CLZ instruction is predicable.
3745
3746 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
3747
3748         * config/xtensa/xtensa.c: Formatting.
3749
3750 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
3751
3752         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
3753         instead of TREE_OPERAND to access the operand of a
3754         CONSTRUCTOR node.
3755
3756 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
3757
3758         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
3759         one operand.
3760
3761 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
3762
3763         * toplev.h (warning_with_file_and_line): Don't declare.
3764         (error_with_file_and_line): Likewise.
3765         * diagnostic.c (error_with_file_and_line): Remove.
3766         (warning_with_file_and_line): Likewise.
3767
3768 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
3769
3770         * c-parse.in (if_stmt_locus): New object.
3771         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
3772         (select_or_iter_stmt rule): Likewise.
3773         (if_stmt_file): Remove.
3774         (if_stmt_line): Likewise.
3775         * jump.c: include "diagnostic.h"
3776         (never_reached_warning): Don't use warning_with_file_and_line.
3777         * Makefile.in (jump.o): Add dependce on diagnostic.h
3778
3779 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
3780
3781         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
3782         Move code handling pieces not larger than a word to..
3783         * function.c (assign_parms): ..here, but use change_address instead
3784         of adjust_address and operand_subword, and expand_binop instead of
3785         expand_shift.  Adjust calls to move_block_from_reg.
3786         * expr.h (move_block_from_reg): Update declaration.
3787         (copy_blkmode_from_reg): Formatting.
3788         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
3789         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
3790         move_block_from_reg calls.
3791         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
3792         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
3793         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
3794         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
3795         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
3796         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
3797         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
3798         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
3799         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
3800
3801 2003-05-08  DJ Delorie  <dj@redhat.com>
3802
3803         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
3804         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
3805         variable-sized types).
3806         (xstormy16_function_arg): New.  Pass them that way too.
3807         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
3808         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
3809
3810 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
3811
3812         * mklibgcc.in: Use mkinstalldirs when installing multilib
3813         directories.
3814
3815 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
3816
3817         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
3818         instead of CODE_FOR_jump
3819
3820 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
3821
3822         * objc/objc-act.c (error_with_ivar): Don't use
3823         error_with_file_and_line.
3824         (warn_with_method): Don't use warning_with_file_and_line.
3825
3826 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3827
3828         * stmt.c (emit_locus): New macro.
3829         (emit_filename): Remove.
3830         (emit_lineno): Likewise.
3831         (struct stmt_status): Replace members x_emit_filename and
3832         x_emit_lineno with x_emit_locus.
3833         (set_file_and_line_for_stmt): Adjust.
3834         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
3835         (warn_if_unused_value): Likewise.
3836         (check_seenlabel): Likewise.
3837
3838 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3839
3840         * c-decl.c (define_label): Tidy.  Don't use any of
3841         error_with_file_and_line or warning_with_file_and_file.
3842         (pending_xref_error): Likewise.
3843         (store_parm_decls): Likewise.
3844         (current_function_prototype_locus): New object.  Package from
3845         current_function_prototype_file and current_function_prototype_line.
3846         (start_function): Use it.
3847         (current_function_prototype_file): Remove.
3848         (current_function_prototype_line): Remove;
3849
3850 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3851
3852         * builtins.c (readonly_data_expr): New function.
3853         (expand_builtin_memmove): Optimize any rodata source, not just
3854         strings.
3855
3856 2003-05-07  David Mosberger <davidm@hpl.hp.com>
3857
3858         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
3859
3860 2003-05-07  Richard Henderson  <rth@redhat.com>
3861
3862         * config/i386/i386.c (ix86_split_long_move): Fix base register
3863         mode for XFmode splits for TARGET_64BIT.
3864
3865 2003-05-07  Richard Henderson  <rth@redhat.com>
3866
3867         * sched-ebb.c (schedule_ebb): Supply the correct starting
3868         block number to save_line_notes.
3869
3870 2003-05-07  Richard Henderson  <rth@redhat.com>
3871
3872         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
3873         (dump_file): Likewise.
3874
3875 2003-05-07  David Mosberger <davidm@hpl.hp.com>
3876
3877         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
3878         forget to preserve gp.
3879         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
3880
3881         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
3882         .prologue directive.
3883         Use .skip instead of data8 for .bss section to make Intel
3884         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
3885         explicit in the .mib bundles and remove the unnecessary stop
3886         bits.  Replace local labels with normal labels, to make ias
3887         happy.  Don't register __do_global_ctors_aux here, do it in
3888         crtend.asm instead.
3889
3890         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
3891         __do_global_ctors_aux in .init_array section instead of
3892         declaring it as a hidden global.  Replace local labels with
3893         ordinary labels to make ias happy.
3894
3895 2003-05-07  Richard Henderson  <rth@redhat.com>
3896
3897         PR c++/10570
3898         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
3899         * flags.h, toplev.c, doc/invoke.texi: Likewise.
3900
3901         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
3902         * unwind.inc (_Unwind_DeleteException): Check for null
3903         exception_cleanup.
3904
3905         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
3906         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
3907         * unwind.h: Declare them.
3908         * libgcc-std.ver (GCC_3.3): Export them.
3909
3910 2003-05-07  Richard Henderson  <rth@redhat.com>
3911
3912         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
3913         not _Unwind_Word.
3914
3915 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
3916
3917         * stmt.c (force_label_rtx): New function, based on logic
3918         formerly found in expand_expr.
3919         * expr.h: Prototype it.
3920         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
3921         appropriate.
3922         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
3923
3924         * print-tree.c (debug_tree): Free the table after we're done
3925         with it.  Use putc.
3926
3927 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
3928
3929         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
3930         Unreverse arguments for __ev_subw.
3931
3932         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
3933
3934 2003-05-07  Nick Clifton  <nickc@redhat.com>
3935
3936         * config/stormy16/stormy-abi: Update to include
3937         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
3938         R_XSTORMY16_12 relocs.
3939
3940 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
3941
3942         * function.c (assign_parms): Correct reversed reg_parm_stack_space
3943         test.  Add partial in-regs size to stack_args_size.
3944
3945 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3946
3947         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
3948         as a C only option.
3949
3950 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
3951
3952         * gcov-io.h (GCOV_LOCKED): New #define.
3953         (GCOV_LINKAGE): Make sure it is #defined.
3954         (gcov_write_string, gcov_write_tag, gcov_write_length,
3955         gcov_read_string, gcov_time): Poison in libgcov.
3956         (gcov_seek_end): Remove.
3957         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
3958         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
3959         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
3960         GCOV_TAG_SUMMARY_LENGTH): New #defines.
3961         (gcov_write_tag, gcov_write_length): Not in libgcov.
3962         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
3963         (gcov_write_tag, gcov_write_length): Not in libgcov.
3964         (gcov_write_tag_length): New.
3965         (gcov_write_summary): Use gcov_write_tag_length.
3966         * libgcov.c: Always #include gcov-io.h.
3967         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
3968         (GCOV_LINKAGE): Define to nothing for L_gcov.
3969         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
3970         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
3971         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
3972         (read_count_file): Likewise.
3973         * gcov-dump.c (dump_file): Likewise.
3974         * coverag.c (read_counts_file): Likewise.
3975
3976 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
3977
3978         PR other/10658
3979         * gcc.c (process_command): Update copyright date.
3980
3981 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
3982
3983         * doc/install.texi (mips-*-*):  Add note about libstdc++.
3984
3985 2003-05-06  DJ Delorie  <dj@redhat.com>
3986
3987         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
3988         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
3989         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
3990
3991 2003-05-06    <neil@cat.daikokuya.co.uk>
3992
3993         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
3994         and -Wstrict-prototypes if C++.
3995
3996 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
3997
3998         * config/rs6000/linuxspe.h: New file.
3999
4000         * config.gcc: Add powerpc-*-linux-gnuspe* target.
4001
4002 2003-05-06  Richard Henderson  <rth@redhat.com>
4003
4004         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
4005         previous frame didn't save sp.  Clear sp for next frame.
4006         (uw_install_context_1): Honor saved sp from frame.
4007
4008 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
4009
4010         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
4011         (mips_move_1word, mips_move_2words): Remove declaration.
4012         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
4013         (mips_restore_gp): Remove insn argument.
4014         * config/mips/mips.h (FP_REG_RTX_P): New macro.
4015         * config/mips/mips.c (volatile_buffer): Remove.
4016         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
4017         (mips_move_1word, mips_move_2words): Remove, replacing with...
4018         (mips_output_move): ...this new function.
4019         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
4020         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
4021         handling of floating-point constants.  Handle zero CONST_DOUBLE
4022         arguments.
4023         (mips_annotate_frame_insn): Replace with...
4024         (mips_set_frame_expr): ...this, which just takes one argument.
4025         (mips_frame_set): Change the register argument to an rtx.
4026         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
4027         check whether moves should be split.  Use mips_split_64bit_move
4028         to split them.  Use mips_subword to generate the high and low
4029         parts of a paired FPR.  Adjust calls to frame_set and
4030         mips_set_frame_expr.
4031         (mips_expand_prologue): Simplify due to above changes.
4032         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
4033         targets, replacing xisting register-only versions.
4034         (UNSPEC_STORE_DF_HIGH): New unspec.
4035         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
4036         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
4037         (*paradoxical_extendhidi2): Remove.
4038         (movdi_internal, movdi_internal2): Use mips_output_move.
4039         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
4040         (movsf_internal1, movsf_internal2): Likewise.
4041         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
4042         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
4043         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
4044         Add m <- G alternative.
4045         (load_df_low, load_df_high, store_df_low): New patterns.
4046         (movhi_internal): Use @ template instead of calling a function.
4047         Remove unnecessary 'z' alternatives.
4048         (movqi_internal): Likewise.
4049         (exception_receiver): Update call to mips_restore_gp.
4050
4051 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
4052
4053         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
4054         (mips_delegitimize_address): Declare.
4055         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
4056         (FIND_BASE_TERM): Define.
4057         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
4058         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
4059         Handle small-data addresses.
4060
4061 2003-05-05  Roger Sayle  <roger@eyesopen.com>
4062
4063         * real.c (real_powi): New function to calculate the value of
4064         a real raised to an integer power, i.e. pow(x,n) for int n.
4065         (real_sqrt): Convert to using the faster do_add, do_multiply
4066         and do_divide API for consistency with the rest of real.c.
4067         * real.h (real_powi): Prototype here.
4068         * builtins.c (fold_builtin):  Avoid local variable mode when
4069         evaluating sqrt at compile time.  Attempt to evaluate pow at
4070         compile-time, by checking for an integral exponent.
4071
4072 2003-05-05  Richard Henderson  <rth@redhat.com>
4073
4074         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
4075
4076 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
4077
4078         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
4079         other FreeBSD ports.
4080         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
4081         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
4082
4083 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
4084
4085         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
4086         expanded variables.
4087         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
4088
4089 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
4090
4091         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
4092         * varasm.c (struct varasm_status): Add deferred_constants field.
4093         (n_deferred_strings): Delete variable.
4094         (n_deferred_constants): New #define.
4095         (struct constant_descriptor_tree): Kill next and label fields.
4096         (const_hash_table, MAX_HASH_TABLE): Delete.
4097         (const_desc_htab): New static variable.
4098         (const_hash): Rename const_desc_hash, and make it fit the
4099         hashtab.h interface.
4100         (const_desc_eq): New.
4101         (const_hash_1, compare_constant): Const-ify arguments.
4102         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
4103         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
4104         (output_constant_def): Do the lookup/insert using the
4105         hashtab.h interface.  Don't muck with n_deferred_constants or
4106         DEFERRED_CONSTANT_P here.
4107         Always call maybe_output_constant_def_contents.
4108         (maybe_output_constant_def_contents): Take a pointer to the
4109         descriptor, not the EXP and RTL separately.  Return
4110         immediately if this constant is not deferred.  Defer output of
4111         everything, except writable string constants.  Update
4112         n_deferred_constants here.
4113         (output_constant_def_contents): Now takes just one argument,
4114         an rtx.  Clear DEFERRED_CONSTANT_P here.
4115         (mark_constant_pool): Update for rename of n_deferred_strings.
4116         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
4117
4118         (init_varasm_status): Clear p->deferred_constants.
4119         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
4120
4121 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4122
4123         * builtins.c (expand_builtin_stpcpy): Only expand when the length
4124         of the source string can be evaluated at compile-time.
4125
4126 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4127
4128         * testsuite/gcc.c-torture/compile/simd-6.c: New.
4129
4130         * c-typeck.c (digest_init): Handle arrays of vector constants.
4131
4132 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4133
4134         * builtins.c (expand_builtin_mempcpy): New function.
4135         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
4136         ignored into strcpy no matter what arguments it has.
4137         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
4138         expand_builtin_mempcpy.
4139
4140 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4141
4142         * testsuite/gcc.dg/20030505.c: New.
4143
4144         * c-typeck.c (convert_for_assignment): Opaque pointers can
4145         interconvert.
4146
4147         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
4148         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
4149         (spe_init_builtins): Rename all pv2si_type_node to
4150         opaque_p_V2SI_type_node.
4151         Remove declaration of pv2si_type_node.
4152         (is_ev64_opaque_type): Accept opaque pointers.
4153
4154 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
4155
4156         * config/rs6000/rs6000.c (validate_condition_mode): Use
4157         flag_finite_math_only.
4158         (rs6000_reverse_condition): Never return UNKNOWN; use
4159         flag_finite_math_only.
4160         (rs6000_generate_compare): Use flag_finite_math_only.
4161         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
4162         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
4163         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
4164
4165         * toplev.c (check_global_declarations): Suppress not-used warning
4166         for volatile variables.
4167
4168 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
4169
4170         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
4171         usage of bitfield instructions for mode1 != BLKmode, only ignoring
4172         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
4173         (store_field): Likewise.
4174
4175 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4176
4177         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
4178         evsubifw to builtins accepting 5-bit unsigned constants.
4179         (easy_vector_constant): Return if V1DImode.  Fix typo.
4180
4181 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4182
4183         * config/rs6000/spe.h: Revert licensing change from last patch.
4184
4185 2003-05-05  DJ Delorie  <dj@redhat.com>
4186
4187         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
4188         before reload, but defer the split until after.
4189         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
4190         to match.
4191
4192 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
4193
4194         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
4195         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
4196
4197 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4198
4199         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
4200         is defined.
4201
4202 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4203
4204         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
4205         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
4206         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
4207
4208         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
4209         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
4210         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
4211         New.
4212
4213         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
4214         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
4215
4216         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
4217         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
4218         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
4219         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
4220         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
4221         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
4222         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
4223         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
4224         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
4225         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
4226         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
4227         BUILT_IN_STRDUP): Add "nonnull" attribute.
4228
4229 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4230
4231         * expr.c (store_field): Don't clobber TEMP in shift: it might be
4232         a variable.
4233         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
4234         whose purpose is to step up the alignment.
4235         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
4236
4237         * stor-layout.c (compute_record_mode): Relax restriction
4238         on fields crossing word boundaries forcing BLKmode.
4239
4240 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
4241
4242         * cppinit.c (cpp_create_reader, post_options): Warn about
4243         trigraphs unless explicity set or -trigraphs.
4244         * cpplex.c (warn_in_comment): New.
4245         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
4246         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
4247         * doc/cppopts.texi, doc/cpp.texi: Update.
4248
4249 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4250
4251         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
4252         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
4253         namespace clash.
4254         (GCOV_MERGE_FUNCTIONS): New.
4255         (gcov_merge_fn): Declare.
4256         (struct gcov_ctr_info): New field "merge".
4257         (__gcov_merge_add): Declare.
4258         * coverage.c (ctr_merge_functions): New.
4259         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
4260         of gcov_ctr_info type.
4261         * libgcov.c (__gcov_merge_add): New.
4262         (gcov_exit): Call a hook to merge values of counters.
4263
4264 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
4265
4266         * toplev.h (pedwarn_with_file_and_line): Don't declare.
4267         * diagnostic.c (pedwarn_with_file_and_line): Remove.
4268
4269 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4270
4271         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
4272
4273 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4274
4275         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
4276         expand_builtin_frame_address): Update prototypes.
4277         (expand_builtin_constant_p, expand_builtin_strlen,
4278         expand_builtin_strcpy, expand_builtin_memset,
4279         expand_builtin_bzero, expand_builtin_args_info,
4280         expand_builtin_frame_address): Pass in just the argument(s)
4281         needed, not the entire expression `exp'.
4282         (expand_builtin): Update all calls to these functions.
4283
4284 2003-05-03  Richard Henderson  <rth@redhat.com>
4285
4286         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
4287         <BUILT_IN_DWARF_SP_COLUMN>: New.
4288         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
4289         (BUILT_IN_DWARF_SP_COLUMN): New.
4290         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
4291         (expand_builtin_dwarf_sp_column): New.
4292         * except.h: Update to match.
4293         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
4294         (execute_cfa_program): Record location expression address
4295         before extracting length.
4296         (uw_update_context_1): Install old CFA into stack pointer column.
4297         (uw_init_context_1): Set cfa_reg to stack pointer column.
4298
4299 2003-05-03  Richard Henderson  <rth@redhat.com>
4300
4301         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
4302         return bool.
4303         (toc_relative_expr_p): Likewise.
4304         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
4305         (legitimate_constant_pool_address_p): Move from rs6000.h, change
4306         into a function, downcase all users.
4307         (legitimate_small_data_p): Likewise.
4308         (legitimate_offset_address_p): Likewise.
4309         (legitimate_indexed_address_p): Likewise.
4310         (legitimate_indirect_address_p): Likewise.
4311         (legitimate_lo_sum_address_p): Likewise.
4312         (rs6000_mode_dependent_address): Likewise.
4313         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
4314         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4315         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
4316         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
4317         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
4318         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
4319         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
4320         * config/rs6000/rs6000-protos.h: Update.
4321
4322 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
4323
4324         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
4325         (REVERSE_CONDITION): Define.
4326
4327         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
4328         to branch_positive_comparison_operator.
4329         (ccr_bit): Check that sCOND conditions are actually a positive bit.
4330         (print_operand): Remove %D substitution.
4331         (rs6000_emit_sCOND): Generate complement operation to ensure that
4332         sCOND input is a positive bit.
4333         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
4334         same order as bCOND, and add the missing ones.  Remove the %D
4335         substitutions from the scc patterns.
4336
4337         * simplify-rtx.c (simplify_relational_operation): Add case for
4338         ! (fabs(x) < 0.0).
4339
4340 2003-05-03  Bruce Korb  <bkorb@gnu.org>
4341
4342         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
4343         in fixincl.x
4344         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
4345
4346 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
4347
4348         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
4349
4350 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
4351
4352         PR c/10604
4353         * c-common.c (warn_sign_compare): Initialize to -1.
4354         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
4355         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
4356         for C++ only.
4357         (c_common_post_options): Set warn_sign_compare from extra_warnings
4358         if it's still -1 at this point.
4359
4360         * toplev.c (maybe_warn_unused_parameter): New static variable.
4361         (set_Wextra): New static function.
4362         (W_options): Remove "extra".
4363         (decode_W_option): Call set_Wextra.
4364         (independent_decode_option): Likewise.
4365         (set_Wunused): Cooperate with set_Wextra in setting
4366         warn_unused_parameter.
4367         (rest_of_compilation): No need to check extra_warnings as
4368         well as warn_uninitialized.
4369
4370         * c-typeck.c (build_binary_op, build_conditional_expr):
4371         No need to check extra_warnings as well as warn_sign_compare.
4372         (internal_build_compound_expr): No need to check extra_warnings
4373         as well as warn_unused_value.
4374         * function.c (expand_function_end): No need to check extra_warnings
4375         as well as warn_unused_parameter.
4376         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
4377         as well as warn_unused_value.
4378
4379         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
4380
4381         * Makefile.in: Disable -Werror for gengtype-lex.o.
4382
4383 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
4384
4385         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
4386         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
4387         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
4388         * calls.c (emit_call_1): Likewise.
4389         (expand_call): For calls initializing constant memory, replace
4390         emission of standalone mem /u clobber with function usage entry.
4391         * expr.c (emit_block_move_via_libcall): Likewise.
4392         * cse.c (count_reg_usage, case EXPR_LIST): New case.
4393         * flow.c (propagate_one_insn): Pass entire operand of
4394         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
4395         * integrate.c (try_constants): For CALL_INSNs, substitute constants
4396         within the FUNCTION_USAGE also.
4397         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
4398         FUNCTION_USAGE lists.
4399         * reload1.c (replace_pseudos_in): Renamed.
4400         (reload): Use it for clobbers surviving until the end of the reload.
4401
4402 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4403
4404         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
4405         gen_lowpart on non-integer modes.
4406
4407         * stor-layout.c (place_field): When adjusting offset_align, use
4408         desired_align, not DECL_ALIGN.
4409
4410 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
4411
4412         * c-decl.c (pending_invalid_xref_file): Remove.
4413         (pending_invalid_xref_line): Remove.
4414         (pending_invalid_xref_location): New.
4415         (lookup_label): Use location_t and input_location directly.
4416         (lookup_tag): Likewise.
4417         (pending_xref_error): Likewise.
4418         (c_expand_body_1): Likewise.
4419         * c-common.c (x_expand_start_cond): Likewise.
4420         * c-semantics.c (genrtl_for_stmt): Likewise.
4421         (find_reachable_label): Likewise.
4422         * expr.c (expand_expr): Likewise.
4423         * integrate.c (output_inline_function): Likewise.
4424         * tree-inline.c (find_alloca_call): Likewise.
4425         (find_builtin_longjmp_call): Likewise.
4426         * gcc.c (input_filename): Make static.
4427
4428 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
4429
4430         * config/mips/mips.md: Fix comment typo.
4431
4432         * config/mips/mips.c (mips_integer_op): New structure.
4433         (MIPS_MAX_INTEGER_OPS): Define.
4434         (mips_const_insns): Use mips_build_integer to determine the number
4435         of instructions needed to load a CONST_INT.
4436         (move_operand): Reject compound CONST_INTs.
4437         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
4438         (mips_move_integer): New fn.
4439         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
4440         (mips_legitimize_move): Only legitimize constants when moving
4441         word or subword values.
4442
4443 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
4444
4445         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
4446
4447 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4448
4449         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
4450         modifying it.
4451
4452 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
4453             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4454
4455         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
4456         Hernandez, and Kazu Hirata.  Update Richard Henderson.
4457
4458 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
4459
4460         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
4461         to tentative declaration.
4462
4463         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
4464         (SYMBOL_FLAG_SMALL_V4): Delete.
4465         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
4466         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
4467         (rs6000_elf_in_small_data_p): Add extra section names.  Add
4468         comment about TREE_PUBLIC test.
4469
4470         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
4471         expand_stmt on result of expand_unreachable_stmt.
4472
4473 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4474
4475         * doc/contrib.texi (Contributors): Add Daniel Berlin.
4476
4477 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
4478
4479         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
4480         number of automata.
4481
4482         * config/rs6000/rs6000.c (symbol_ref_operand): Check
4483         SYMBOL_REF_FUNCTION_P on AIX.
4484         (current_file_function_operand): Same.
4485         * config/rs6000/rs6000.md (call,call_value): Force non-function
4486         symbol_ref into register on AIX.
4487
4488 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
4489
4490         * calls.c (struct arg_data): Move offset, slot_offset, size and
4491         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
4492         (initialize_argument_information): Adjust call to locate_and_pad_parm.
4493         Delete alignment_pad var.  Don't calculate slot_offset here.
4494         (emit_library_call_value_1): Delete alignment_pad, offset and size
4495         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
4496         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
4497         partial in-regs here.  Formatting fixes.
4498         * expr.h (struct locate_and_pad_arg_data): New struct.
4499         (locate_and_pad_parm): Adjust declaration.
4500         * function.c (assign_parms): Localize vars.  Use "locate" instead of
4501         other arg location vars.  Don't invoke FUNCTION_ARG or
4502         FUNCTION_INCOMING_ARG unless pretend_named is different from
4503         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
4504         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
4505         Use slot_offset for stack home of reg parms.  Correct test for
4506         parm passed in memory.  Formatting fixes.
4507         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
4508         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
4509         Correct initial_offset_ptr handling.  Localize vars.  Always pad
4510         locate->offset even when in_regs.
4511
4512 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
4513
4514         * Makefile.in (TREE_H): Replace location.h with input.h.
4515         (GTFILES) Remove location.h
4516         (gt-lists.h): Replace gt-location.h with gt-input.h
4517         * input.h (input_filename, input_line): Remove variables.
4518         (location_s, location_t): Move from location.h.
4519         (input_location): New.
4520         (input_filename, input_line): New #defines.
4521         * location.h: Remove.
4522         * tree.h: Replace location.h with input.h.
4523         (input_filename, input_line): Remove.
4524         * diagnostic.h: Replace location.h with input.h.
4525         * gcc.h (input_filename, input_filename_length): Remove declarations.
4526         * toplev.c (input_filename, input_line): Remove.
4527         (input_location): Define.
4528         (push_srcloc, pop_srcloc): Adjust.
4529         * diagnostic.c (diagnostic_report_current_module): Adjust.
4530
4531 2003-05-02  Nick Clifton  <nickc@redhat.com>
4532
4533         * configure.in: Add xstormy16 to list of targets that has a nop
4534         instruction and hence which can be tested to see if the
4535         assembler supports the --gdwarf2 switch.
4536         * configure: Regenerate.
4537
4538 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
4539
4540         PR target/8257
4541         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
4542         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
4543         Avoid undefined shifts by making the shift operand unsigned.
4544
4545 2003-05-01  DJ Delorie  <dj@redhat.com>
4546
4547         * reload.c (find_reloads): Also check that all of a multi-reg
4548         value is in the class.
4549
4550 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4551
4552         * scan.h (lineno): Revert the rename here.
4553
4554 2003-05-01  Stan Shebs  <shebs@apple.com>
4555
4556         * config/darwin.c (darwin_encode_section_info): Call
4557         default_encode_section_info.
4558
4559 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
4560
4561         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
4562         (movsi_internal1): Use new mfjmpr attribute.
4563         (movhi_internal): Same.
4564         (movqi_internal): Same.
4565         (movcc_internal1): Same.
4566         (movdi_internal64): Same.
4567         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
4568         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
4569         * config/rs6000/40x.md: Add fpu_405.
4570         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
4571         into power4misc automata.  Remove extraneous parentheses.
4572         * config/rs6000/440.md: New file.
4573         * config/rs6000/rs6000.c (processor_target_table): Add 440,
4574         440fp.  Rename 405f to 405fp.
4575         (function_arg_padding): Correct formatting.
4576         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
4577
4578 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4579
4580         * input.h (lineno): Rename to ...
4581         (input_line): ... here.
4582         * tree.h (lineno): Rename to ...
4583         (input_line): ... here.
4584         * scan.h (lineno): Rename to ...
4585         (input_line): ... here.
4586         * toplev.c (lineno): Rename to ...
4587         (input_line): ... here.
4588         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
4589         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
4590         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
4591         store_parm_decls, c_expand_body_1): Likewise.
4592         * c-errors.c (pedwarn_c99): Likewise.
4593         * c-format.c (status_warning): Likewise.
4594         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
4595         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
4596         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
4597         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
4598         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
4599         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
4600         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
4601         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
4602         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
4603         * coverage.c (create_coverage): Likewise.
4604         * diagnostic.c (pedwarn, sorry, error, fatal_error,
4605         internal_error, warning, diagnostic_report_current_module,
4606         inform): Likewise.
4607         * expr.c (expand_expr): Likewise.
4608         * integrate.c (expand_inline_function,
4609         output_inline_function): Likewise.
4610         * rtl-error.c (file_and_line_for_asm): Likewise.
4611         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
4612         walk_tree): Likewise.
4613         * tree.c (make_node): Likewise.
4614         * ada, cp, f, java, objc, treelang: Likewise.
4615         * objc/objc-act.c (objc_init): Rename lineno to input_line.
4616         (build_module_descriptor, build_selector_translation_table,
4617         build_protocol_template, build_method_prototype_list_template,
4618         build_category_template, build_selector_table,
4619         build_class_template, build_super_template, build_ivar_template,
4620         build_ivar_list_template, build_method_list_template,
4621         build_method_template, add_instance_variable): Likewise.
4622
4623         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
4624         name from input_filename.
4625
4626 2003-04-30  Eric Christopher  <echristo@redhat.com>
4627             Richard Sandiford <rsandifo@redhat.com>
4628
4629         * configure: Regenerate from patches below.
4630         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
4631         for all symbolic operands.
4632         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
4633         to function.
4634         * config/mips/linux.h: Fix typo.
4635         * Merge from mips-3_4-rewrite branch:
4636
4637         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
4638
4639                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
4640                 handling local labels when TARGET_ABICALLS.
4641
4642         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
4643
4644                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
4645                 integer argument.
4646                 (mips_expand_call): Likewise.
4647                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
4648                 (FIXED_REGISTERS): Clear $31 entry.
4649                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
4650                 (EPILOGUE_USES): Define.
4651                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
4652                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
4653                 (override_options): Add a 'j' register class.
4654                 (mips_expand_call): Handle sibcalls
4655                 (mips_expand_epilogue): Handle epilogues for sibcalls.
4656                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
4657                 (sibcall_epilogue): New pattern.
4658                 (call, call_value): Adjust calls to mips_expand_call.
4659                 (sibcall, sibcall_value): New expanders.
4660                 (sibcall_internal, sibcall_value_internal): New patterns.
4661                 (sibcall_value_multiple_internal): New pattern.
4662
4663         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
4664
4665                 * config/mips/mips.md (extended_mips16): New attribute.
4666                 (define_attr length): Default to 8 if extended_mips16 == yes.
4667                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
4668                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
4669                 (call_internal): Set extended_mips16 to yes for direct jumps.
4670                 Remove redundant mode attribute.
4671                 (call_value_internal, call_value_multiple_internal): Likewise.
4672                 (call_split): Remove redundant mode attribute.
4673                 (call_value_split, call_value_multiple_split): Likewise.
4674
4675                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
4676                 of unaligned offsets.
4677
4678                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
4679                 of SYMBOL_GENERAL.
4680
4681         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
4682
4683                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
4684                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
4685                 for mips16 code.
4686
4687         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
4688
4689                 * config/mips/mips.h (ADDRESS_COST): Define.
4690
4691         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
4692
4693                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
4694                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
4695                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
4696
4697         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
4698
4699                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
4700                 of a two-instruction sequence.  Add register->memory alternative.
4701                 (truncdihi2, truncdiqi2): Likewise.
4702                 Rework shift/truncate instructions so that they only handle right
4703                 shifts of 32 (or more, in the case of arithmetic shifts).
4704                 Add patterns for truncate/sign-extend.
4705
4706         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4707
4708                 * configure.in (mips*-*-*): Check for explicit relocation support.
4709                 * configure: Regenerate.
4710
4711         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4712
4713                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
4714                 and -mno-explicit-relocs.
4715                 (MASK_EXPLICIT_RELOCS): Define.
4716                 (TARGET_EXPLICIT_RELOCS): Use it.
4717                 (mips_split_addresses): Remove declaration.
4718                 * config/mips/mips.c (override_options): Update comment for
4719                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
4720
4721         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4722
4723                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
4724                 a CONST as identity.  Check the return value of gen_lowpart_common.
4725
4726         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4727
4728                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
4729                 references for TARGET_EXPLICIT_RELOCS.
4730                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
4731                 !TARGET_MIPS16.
4732
4733         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4734
4735                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
4736                 (addsi3): Remove redundant constraints.
4737                 (addsi3_internal): Use separate register & constant alternatives.
4738                 Use a 'Q' constraint and "addiu" insn for the latter.
4739                 (adddi3_internal_3, addsi3_internal_2): Likewise.
4740
4741         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
4742
4743                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
4744                 (mips_expand_unaligned_store): Declare.
4745                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
4746                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
4747                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
4748                 (UNSPEC_ULD, UNSPEC_USD): Remove.
4749                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
4750                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
4751                 (extv, extzv): Use mips_expand_unaligned_load.
4752                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
4753                 predicate for operand 3.
4754                 (movsi_ulw, movsi_usw): Replace with...
4755                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
4756                 (movdi_uld, movdi_usd): Likewise replace with...
4757                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
4758
4759         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
4760
4761                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
4762                 * config/mips/mips.h (LEA_REGS): New register class.
4763                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
4764                 (GR_REG_CLASS_P): Include LEA_REGS.
4765                 (DANGEROUS_FOR_LA25_P): New macro.
4766                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
4767                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
4768                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
4769                 entries to LEA_REGS.
4770                 (mips_global_pic_constant_p): New function.
4771                 (override_options): Add 'e' register constraint.
4772                 (mips_secondary_reload_class): Return LEA_REGS when reloading
4773                 a dangerous constant into a class containing $25.
4774                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
4775                 (movsi_internal): Likewise.
4776
4777         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
4778
4779                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
4780                 * config/mips/mips.md (call_split): New insn.
4781                 (call_value_split, call_value_multiple_split): New insns.
4782                 (call_internal): Turn into a define_insn_and_split.  Split the
4783                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
4784                 (call_value_internal, call_value_multiple_internal): Likewise.
4785
4786         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
4787
4788                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
4789                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
4790                 (mips_encode_section_info): Don't take symbol visibility into
4791                 account if TARGET_ABICALLS.  Add more commentary.
4792                 * config/mips/mips.md: Add commentary above reloc constants.
4793
4794         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
4795
4796                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
4797                 from mips_legitimize_move.  Legitimize constant pool references.
4798                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
4799                 a REG_EQUAL note to the last instruction.
4800
4801         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
4802
4803                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
4804                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
4805                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
4806                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
4807                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
4808                 (UNSPEC_RELOC_GPREL16): Rename to...
4809                 (RELOC_GPREL16): ...this.
4810                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
4811                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
4812                 (macro_calls): New attribute.
4813                 (length): Use it to set the default length of calls.  Don't allow
4814                 calls to have delay slots if macro_calls is "yes".
4815                 (luisi, luidi): New patterns.
4816                 (lowsi, lowdi): Use '%R' to print the relocation.
4817                 (lowdi_extend): Remove.
4818                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
4819                 (call_internal): Merge alternatives.  Always use "jal".
4820                 (call_value_internal, call_value_multiple_internal): Likewise.
4821                 (reloc_gprel16): Remove.
4822                 * config/mips/mips.c (mips_got_alias_set): New variable.
4823                 (mips_classify_constant): Handle the new relocation constants.
4824                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
4825                 (mips_symbolic_address_p): Return false if generating explicit relocs.
4826                 Otherwise allow local PIC symbols to have an offset.
4827                 (mips_splittable_symbol_p): New function.
4828                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
4829                 (mips_const_insns): Always accept HIGH.
4830                 (call_insn_operand): Don't accept global symbols if using explicit
4831                 relocs.
4832                 (move_operand): Don't accept HIGH when generating PIC.
4833                 (mips_reloc, mips_lui_reloc): New functions.
4834                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
4835                 be a valid right-hand-side for a SET pattern.
4836                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
4837                 (mips_emit_high): New function.
4838                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
4839                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
4840                 address should be used.  Use mips_emit_high to generate the
4841                 high part of such an address.  Adjust the global symbol + offset
4842                 case to match the change to mips_force_temprorary.
4843                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
4844                 If generating explicit-reloc PIC, load the address of global
4845                 symbols from the GOT.  Use mips_emit_high to emit the high part
4846                 of an address.
4847                 (mips_simplify_dwarf_addr): New function.
4848                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
4849                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
4850                 (mips_expand_call): Load the addresses of global functions using
4851                 %call* relocs if generating explicit-reloc PIC.  Don't generate
4852                 an exception_receiver pattern.
4853                 (override_options): Initialize mips_got_alias_set.
4854                 (print_relocation): Remove in favour of...
4855                 (mips_reloc_string): ...this new function.
4856                 (print_operand): Handle '%R'.  Use mips_reloc_string.
4857                 (print_operand_address): Use print_operand to print the symbolic
4858                 part of a LO_SUM address.
4859                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
4860                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
4861                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
4862                 for local symbols.
4863
4864         2003-02-02  Eric Christopher  <echristo@redhat.com>
4865
4866                 * config/mips/mips.c (mips_sign_extend): Remove.
4867                 * config/mips/mips-protos.h: Ditto.
4868                 * config/mips/mips.md (movdi_internal2_extend): Remove.
4869                 (extendsidi2): Fix mode of convert_memory_address.
4870
4871         2003-01-24  Eric Christopher  <echristo@redhat.com>
4872
4873                 * config/mips/mips.md: Rewrite zero_extend* and extend*
4874                 patterns. Use explicit instructions and split after reload
4875                 for register extensions.
4876                 (ashlsi3_internal1_extend): New combiner pattern for
4877                 shift and extend combinations.
4878                 * config/mips/mips.h: Change Pmode back to ptr_mode
4879                 for performance enhancement.
4880                 * combine.c (expand_compound_operation): Make sure
4881                 that zero_extend operation is profitable.
4882
4883         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
4884
4885                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
4886                 addresses depend on ptr_mode rather than Pmode.
4887                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
4888                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
4889                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
4890                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
4891                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
4892                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
4893                 (tablejump_internal1): Remove condition.
4894                 (tablejump_internal2): Change condition to TARGET_64BIT.
4895                 (cpaddsi): Rename to...
4896                 (cpadd): ...this.
4897                 (cpadddi): Remove.
4898
4899         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4900
4901                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
4902                 mips_address_cost, mips_check_split, double_memory_operand,
4903                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
4904                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
4905                 (mips_legitimate_address_p): Return bool.
4906                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
4907                 mips_legitimize_address, mips_legitimize_move,
4908                 mips_expand_call): Declare.
4909                 (mips_return_addr): Move outside #ifdef RTX_CODE.
4910
4911                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
4912                 (PIC_FN_ADDR_REG): New reg_class.
4913                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
4914                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
4915                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
4916                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
4917                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
4918                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
4919                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
4920                 (LEGITIMATE_PIC_OPERAND): Undefine.
4921                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
4922                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
4923                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
4924                 (FUNCTION_MODE): Change to SImode.
4925                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
4926                 most constants.  Treat const_artih_operands specially if they
4927                 occur in a PLUS or MINUS.
4928                 (CONSTANT_POOL_COST): New macro.
4929                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
4930                 Add LO_SUM handling.
4931                 (ADDRESS_COST): Undefine.
4932                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
4933                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
4934                 to call_insn_operand and remove CONST_INT.
4935
4936                 * config/mips/mips.c: Include integrate.h.
4937                 (SINGLE_WORD_MODE_P): New macro.
4938                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
4939                 (mips_constant_info, mips_address_info): New structs.
4940                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
4941                 (mips_classify_constant, mips_classify_symbol,
4942                 mips_valid_base_register_p, mips_symbolic_address_p,
4943                 mips_classify_address, mips_symbol_insns,
4944                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
4945                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
4946                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
4947                 mips_print_relocation): New functions.
4948                 (const_arith_operand): New operand predicate.
4949                 (arith_operand): Use it.
4950                 (mips_const_double_ok, mips16_simple_memory_operand,
4951                 simple_memory_operand, double_memory_operand, mips_check_split,
4952                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
4953                 mips16_gp_offset_p, mips16_output_gp_offset,
4954                 mips16_constant_after_function_p, mips16_constant): Remove.
4955                 (call_insn_operand): Be more fussy about symbolic constants.
4956                 Use register_operand.
4957                 (move_operand): Use mips_symbolic_address_p to check symbolic
4958                 operands and general_operand to check the rest.
4959                 (symbolic_operand): Use mips_classify_constant.
4960                 (mips_legitimate_address_p): Use mips_classify_address.
4961                 (mips_move_1word): Combine handling of symbolic addresses.
4962                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
4963                 (move_move_2words): Likewise.  Assume addresses are offsettable
4964                 if they need to refer to more than one word.  Add HIGH handling.
4965                 (mips_restore_gp): Use ptr_mode for the GP save slot.
4966                 (mips_expand_call): New function, combining the old mips.md
4967                 call and call_internal define_expands.  If the address isn't
4968                 a call_insn_operand, force it into a register.  For SVR4 PIC,
4969                 emit an exception_receiver instruction after the call.
4970                 (override_options): Only override flag_pic for TARGET_ABICALLS
4971                 if it is currently zero.  Allow mips_split_addresses when
4972                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
4973                 Add new register class letter, 'c'.
4974                 (print_operand): Use mips_classify_constant for constant operands.
4975                 (print_operand_address): Use mips_classify_address.
4976                 (mips_output_function_prologue): Don't use .cprestore.
4977                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
4978                 via the frame pointer if current_function_calls_eh_return.
4979                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
4980                 to mark whether a symbol is local or global.
4981                 (build_mips16_call_stub): Expect the address of the function rather
4982                 than a MEM reference to it.  Update call generation sequences.
4983                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
4984                 small-data adjustments.
4985
4986                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
4987                 length for loads and stores.
4988                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
4989                 (define_attr type): Add const and prefetch.
4990                 (define_attr length): Use mips_const_insns for const instructions.
4991                 Use mips_fetch_insns for load and store instructions.
4992                 (define_attr single_insn): New.
4993                 (define_attr can_delay): Use it.
4994                 (define_attr abicalls): Remove.
4995                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
4996                 (addsi3_internal_2): Add 'Q' constraint.
4997                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
4998                 (high): Remove.
4999                 (lowsi): Renamed from low.
5000                 (lowdi): New pattern.
5001                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
5002                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
5003                 (loadgp): Change operand 0 to an immediate_operand.
5004                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
5005                 beforehand.
5006                 (cpaddsi, cpadddi): New patterns.
5007                 (tablejump_internal3, tablejump_internal4): Remove define_expands
5008                 and associated define_splits.
5009                 (call, call_value): Use mips_expand_call.
5010                 (call_internal): New, replacing all existing call_internal* insns.
5011                 (call_value_internal): Likewise call_value_internal*.
5012                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
5013                 (untyped_call): Remove if (operands[0]) magic.
5014                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
5015                 (prefetch_di_address, prefetch_di): Likewise.
5016                 (leasi, leadi): Remove.
5017                 (reloc_gprel16): New.
5018
5019                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
5020                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
5021                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
5022
5023         2003-01-08  Eric Christopher  <echristo@redhat.com>
5024
5025                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
5026                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
5027                 configure check for libgloss.
5028                 * config/mips/elf64.h: Ditto.
5029                 * config/mips/mips.c: Remove ABI_MEABI.
5030                 * config/mips/mips.h: Ditto.
5031
5032         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
5033
5034                 Fix merge fallout.
5035                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
5036                 (muldi3_internal): Remove outdated comment.
5037                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
5038                 (*smsac_di, *umsac_di): Likewise.  Reformat.
5039                 (umulsi3_highpart): Minor formatting tweaks.
5040                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
5041                 redundant scratch operand.  Minor formatting tweak.
5042                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
5043                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
5044                 (smulsi3_highpart): As for the unsigned version.
5045                 (smulsi3_highpart_internal): Likewise.
5046                 (smulsi3_highpart_mulhi_internal): Likewise.
5047                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
5048                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
5049                 (*smul_acc_di): Remove duplicated pattern.
5050                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
5051                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
5052                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
5053
5054         2002-10-22  Eric Christopher  <echristo@redhat.com>
5055
5056                 * config/mips/mips-protos.h (mips_return_addr): New.
5057                 * config/mips/mips.c (mips_return_addr): New.
5058                 (movdi_operand): Remove.
5059                 (se_register_operand): Ditto.
5060                 (se_reg_or_0_operand): Ditto.
5061                 (se_uns_arith_operand): Ditto.
5062                 (se_arith_operand): Ditto.
5063                 (se_nonmemory_operand): Ditto.
5064                 (extend_operator): Ditto.
5065                 (highpart_shift_operator): Ditto.
5066                 (mips_initial_elimination_offset): Remove return address pointer
5067                 elimination.
5068                 (mips_reg_names): Remove $ra.
5069                 (mips_regno_to_class): Ditto.
5070                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
5071                 and TARGET_64BIT.
5072                 (POINTER_BOUNDARY): Remove.
5073                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
5074                 (PROMOTE_MODE): Promote to Pmode.
5075                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
5076                 (Pmode): Define to TARGET_64BIT.
5077                 (FUNCTION_MODE): Define as Pmode.
5078                 (mips_args): Remove deleted functions.
5079                 (SIZE_TYPE): Depend on POINTER_SIZE.
5080                 (PTRDIFF_TYPE): Ditto.
5081                 (FIXED_REGISTERS): Fix extra registers.
5082                 (CALL_USED_REGISTERS): Ditto.
5083                 (CALL_REALLY_USED_REGISTERS): Ditto.
5084                 (RAP_REG_NUM): Remove.
5085                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
5086                 (RETURN_ADDR_RTX): Define to mips_return_addr.
5087                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
5088                 (CAN_ELIMINATE): Ditto.
5089                 * config/mips/mips.md: For DImode patterns, take into account
5090                 deletions above. Split mulsidi patterns into sign_extend and
5091                 zero_extend.
5092
5093         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
5094                     Michael Meissner  <meissner@redhat.com>
5095
5096                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
5097                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
5098                 mop up unnecessarly moves through LO.
5099                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
5100                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
5101                 change mtlo/macc sequences into mul/add sequences when a three-
5102                 address mul is available.
5103                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
5104                 (*mul_sub_si): Fix contraint for operand 5.
5105                 (*muls): Use in 32-bit code as well.
5106                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
5107                 if the destination is LO.  Remove duplicate define_split.
5108                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
5109                 (*msac_di): Likewise.  Fix formatting.
5110                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
5111                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
5112                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
5113                 (*xmulsi3_neg_highpart_mulhi): Likewise.
5114                 (*mul_acc_64bit_di): Remove.
5115                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
5116
5117         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
5118
5119                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
5120                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
5121                 (MULTILIB_DIRNAMES): Remove long32.
5122                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
5123                 (MULTILIB_REDUNDANT_DIRS): Remove.
5124
5125         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
5126
5127                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
5128                 * gcc.c (driver_self_specs): New variable.
5129                 (do_self_spec): New function.
5130                 (main): Use it to process driver_self_specs.
5131
5132         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
5133
5134                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
5135                 Remove DImode define_split for !TARGET_64BIT.
5136                 (anddi3): Remove !TARGET_64BIT support from here as well.
5137                 Change operand 2's predicate to se_uns_arith_operand.
5138                 Add constant alternatives to define_insn.
5139                 (iordi3, xordi3, *nordi3): Likewise.
5140                 (anddi3_internal1, xordi3_immed): Remove.
5141
5142         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5143
5144                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
5145                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
5146                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
5147                 * config/mips/mips.md: Apply same renaming here.
5148
5149         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5150
5151                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
5152                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
5153                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
5154                 * config/mips/mips.md (define_attr cpu): Remove r4320.
5155                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
5156
5157         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5158
5159                 * config/mips/mips.c (mips16_strings): New variable.
5160                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
5161                 symbol in mips16_strings.  Free the list.
5162                 (mips_encode_section_info): Keep track of local strings.
5163
5164         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5165
5166                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
5167                 (sordered_df, sordered_sf): Remove.
5168                 * config/mips/mips.c (get_float_compare_codes): New fn.
5169                 (gen_int_relational, gen_conditional_move): Use it.
5170
5171         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5172
5173                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
5174                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
5175                 * config/mips/mips.c (fcc_register_operand): New function.
5176                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
5177                 (override_options): Allow TFmode values in float registers
5178                 if ISA_HAS_8CC.
5179                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
5180                 to fcc_register_operand.  Remove misleading source constraint.
5181                 Use mips_emit_fcc_reload.
5182                 (reload_outcc): Duplicate reload_incc.
5183
5184
5185 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
5186
5187         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
5188
5189 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
5190
5191         * tree-inline.c (inlinable_function_p): Back out last change, it's
5192         unnecessary.
5193
5194 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5195
5196         * ggc-page.c (TREE_EXP_SIZE): Define.
5197         (extra_order_size_table): New entry for expr trees with
5198         two operands.
5199
5200 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5201
5202         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
5203         (c_expand_start_cond): Adjust.
5204         (c_expand_end_cond): Don't use warning_with_file_and_file.
5205         (shadow_warning): Likewise.
5206
5207 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
5208
5209         * tree.h (DECL_POINTER_DEPTH): Remove.
5210         (struct tree_decl): Remove pointer_depth.
5211
5212 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
5213
5214         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
5215         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
5216         (rs6000_xcoff_encode_section_info): Remove.
5217         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
5218         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
5219         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
5220         Use SYMBOL_REF_FLAGS.
5221         (rs6000_elf_encode_section_info): Call default_encode_section_info for
5222         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
5223         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
5224         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
5225         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
5226         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
5227
5228 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5229
5230         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
5231
5232 2003-04-30  Andreas Schwab  <schwab@suse.de>
5233
5234         * doc/extend.texi (Other Builtins): Enclose multiple word data
5235         type in braces for @deftypefn.
5236
5237 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5238
5239         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
5240
5241         * doc/install.texi (--enable-threads): Document "gnat" option.
5242
5243 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5244
5245         * diagnostic.h (output_formatted_scalar): Tweak.
5246         * diagnostic.c (output_long_decimal): Likewise.
5247         (output_unsigned_decimal): Likewise.
5248         (output_long_unsigned_decimal): Likewise.
5249         (output_octal): Likewise.
5250         (output_long_octal): Likewise.
5251         (output_hexadecimal): Likewise.
5252         (output_long_hexadecimal): Likewise.
5253         (output_pointer): New function.
5254         (output_format): Use it.  Recognize "%p" format specifier.
5255
5256 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5257
5258         * function.c (purge_addressof_1): Postpone insn in fewer cases.
5259
5260 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5261
5262         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
5263         call abort() after running out of stack space.
5264
5265         * c-typeck.c (function_types_compatible_p): Ignore incompatible
5266         'volatile' qualifiers on a function's return type in GNU mode.
5267
5268 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
5269
5270         * expr.c (emit_group_load): Dump parallels of simd types to
5271         memory.
5272
5273 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
5274
5275         * genautomata.c (add_vect): Check undefined value for range type
5276         too.
5277
5278 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
5279
5280         * configure.in:  More general test for cmp --ignore-initial.
5281         * configure:  Regenerate.
5282
5283 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5284
5285         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
5286         (layout_decl, place_field): Likewise.
5287         Also make minor type and whitespace changes.
5288
5289         * tree.c (save_expr): Don't fold a COMPONENT_REF.
5290
5291 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
5292
5293         * calls.c (expand_call): When modes of target and valreg match, force
5294         sibcall failure when target is a MEM.
5295
5296 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5297
5298         * tree-inline.c (inlinable_function_p): Don't support inlining
5299         functions using varargs.
5300
5301         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
5302
5303         * dwarf2out.c (output_call_frame_info): No need to output EH
5304         unwind information if all_throwers_are_sibcalls.
5305
5306         * c-semantics.c (expand_unreachable_stmt): Return a tree.
5307         (expand_stmt): Update for change to expand_unreachable_stmt.
5308         (expand_unreachable_if_stmt): Likewise.
5309
5310         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
5311
5312 2003-04-29  Jason Merrill  <jason@redhat.com>
5313
5314         PR middle-end/10336
5315         * jump.c (never_reached_warning): Really stop looking if we reach
5316         the beginning of the function.
5317
5318 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
5319
5320         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
5321         Remove redundant macros.
5322         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
5323         (LOCAL_LABEL_PREFIX): Define unconditionally.
5324         (NO_DOT_IN_LABEL): Clarify comment.
5325         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
5326         definition to "long int".
5327
5328 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
5329
5330         bootstrap/10452
5331         * gengtype-yacc.y: Improve portability.
5332
5333 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
5334
5335         * config.gcc: Install obsolete target list for GCC 3.3.
5336         * doc/install.texi: Mention in specific-target instructions
5337         that certain configurations are deprecated.
5338
5339 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
5340
5341         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
5342
5343 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5344
5345         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
5346         * gcc.c (display_help): Likewise.
5347         * toplev.c (f_options): Likewise.
5348         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
5349         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
5350         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
5351         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
5352         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
5353
5354 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
5355
5356         * varasm.c (default_assemble_visibility): Use assemble_name.
5357
5358 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
5359
5360         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
5361         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
5362         (SIZE_TYPE): New macro.
5363         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
5364         (SET_ASM_OP): New macro.
5365         (HANDLE_SYSV_PRAGMA): New macro.
5366         (ASM_WEAKEN_LABEL): New macro.
5367
5368 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5369
5370         PR c++/10180
5371         * tree-inline.c (expand_call_inline): Call push_srcloc when
5372         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
5373
5374 2003-04-28  Mike Stump  <mrs@apple.com>
5375
5376         * gdbinit.in: Update to reflect new identifier structure.
5377
5378 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
5379
5380         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
5381         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
5382         struct tree_complex, struct tree_vector): Remove RTL field.
5383         (CONSTRUCTOR_ELTS): Use elt 0.
5384         * tree.def (CONSTRUCTOR): Delete first of its two operands.
5385         * varasm.c (output_constant_def): Remove early exit if
5386         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
5387         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
5388         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
5389         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
5390
5391 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5392
5393         * c-decl.c (finish_decl): When prototype with asmspec is found
5394         for built-in, adjust built_in_decls as well as expr.c decls.
5395         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
5396         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
5397         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
5398
5399 2003-04-28  Richard Henderson  <rth@redhat.com>
5400
5401         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
5402         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
5403         integral constant mult operand.
5404         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
5405         (const_smulsi3_highpart_v8plus): Likewise.
5406         (const_smulsi3_highpart): Likewise.
5407         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
5408         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
5409         (const_umulsi3_highpart_v8plus): Likewise.
5410         (const_umulsi3_highpart): Likewise.
5411
5412 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
5413
5414         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
5415         Define as 1.
5416
5417 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
5418
5419         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
5420
5421 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5422
5423         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
5424         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
5425         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
5426         functions.
5427         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
5428
5429 2003-04-28  Nick Clifton  <nickc@redhat.com>
5430
5431         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
5432
5433 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
5434
5435         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
5436         output_constant_def, use its result instead of TREE_CST_RTL (exp).
5437         Can assume it has the form (mem (symbol_ref ".LCxxx")).
5438         (expand_expr <COMPONENT_REF>): Can always just extract the
5439         relevant field of a CONSTRUCTOR.
5440         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
5441         ARRAY_RANGE_REF>): Make control flow explicit.
5442         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
5443         an INTEGER_CST.
5444
5445 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
5446
5447         * reload1.c (reg_set_luid): Fix a comment typo.
5448
5449 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
5450
5451         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
5452         struct deferred_string, const_str_htab): Kill.
5453         (n_deferred_strings): New static variable.
5454         (build_constant_desc): Set SYMBOL_REF_DECL of the new
5455         symbol_ref to point to the constant.
5456         (output_constant_def): When a deferred string is forced out,
5457         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
5458         (mark_constant): Likewise.
5459         (maybe_output_constant_def_contents): When deferring a string
5460         constant, just set STRING_POOL_ADDRESS_P and increment
5461         n_deferred_strings.
5462         (mark_constant_pool): Check n_deferred_strings, not the size
5463         of const_str_htab.
5464         (init_varasm_once): No need to create const_str_htab.
5465
5466         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
5467         SYMBOL_REF_DECL points to a constant.
5468
5469 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
5470
5471         * varasm.c (output_constant_def): Split out two new static
5472         functions, build_constant_desc and maybe_output_constant_def_contents.
5473         Restructure for comprehensibility.  Don't call
5474         output_addressed_constants.  Treat defstr being non-NULL for
5475         STRING_POOL_ADDRESS_P constants as an invariant.
5476         (struct deferred_string): Remove labelno field.
5477         (output_constant_def_contents): Kill labelno argument. Call
5478         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
5479         asm_out.internal_label.
5480         (mark_constant): Update call to output_constant_def_contents.
5481         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
5482         constants as an invariant.
5483
5484 2003-04-26  Richard Henderson  <rth@redhat.com>
5485
5486         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
5487         (ix86_expand_call, ix86_rtx_consts): Likewise.
5488
5489 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5490
5491         * doc/md.texi (cmpstr): Document additional restrictions.
5492
5493 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
5494
5495         * flags.h (time_report): Remove.
5496         * timevar.c (timevar_enable): New.
5497         (TIMEVAR_ENABLE): Remove, use timevar_enable.
5498         (timevar_init): Rename from init_timevar.
5499         * timevar.h (timevar_init): Rename from init_timevar.
5500         * toplev.c (time_report): Make static.
5501         (do_compile): Conditionally call init_timevar first.
5502         (preprocess_options): Move some code to do_compile.
5503
5504 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
5505
5506         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
5507
5508 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
5509
5510         * _cpp_lex_direct: Remove pointless code.
5511
5512 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
5513
5514         * doc/extend.texi (Function Attributes): Document "near" and "far"
5515         for 68HC11 and 68HC12.
5516
5517 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5518
5519         * expr.c (store_field): When making temporary for store, don't
5520         make it TYPE_QUAL_CONST.
5521
5522 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
5523
5524         * toplev.c (read_integral_parameter):  Use "argument" in error
5525         message to distinguish it from actual invalid options.
5526
5527 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
5528
5529         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
5530         addition of __PIC__ and __pic__ macros.
5531         * config/xtensa/xtensa.h: Clean up indentation.
5532
5533 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
5534
5535         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
5536         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
5537         (SUBTARGET_CPP_SPEC): Define.
5538         (LIB_SPEC): Delete.
5539         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
5540         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
5541         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
5542         Define.
5543         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
5544         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
5545
5546 2003-04-25  H.J. Lu <hjl@gnu.org>
5547
5548         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
5549         for return mode.
5550         (ia64_expand_builtin): Set rmode to SImode for
5551         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
5552         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
5553         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
5554         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
5555
5556 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
5557
5558         * configure.in (make_compare_target):  Test for GNU cmp and set this
5559         variable appropriately.
5560         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
5561         compare4-lean): Rename actual targets to slowcompare*.  New compare*
5562         targets depend on names based on make_compare_target.
5563         * configure:  Regenerated.
5564
5565 2003-04-25  Richard Henderson  <rth@redhat.com>
5566
5567         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
5568         to clobber ar.pfs and ar.unat.
5569         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
5570         fix test for spilling ar.pfs to the stack.
5571
5572 2003-04-25  Richard Henderson  <rth@redhat.com>
5573
5574         PR opt/10315
5575         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
5576         checks during reload; use validize_mem instead of adjust_address.
5577
5578 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
5579
5580         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
5581         return values from recog_memoized().
5582
5583 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5584
5585         PR opt/8705
5586         * gcse.c (try_replace_reg): On a successful substitution of a constant
5587         into a single set, try to simplify the source of the set.
5588         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
5589         constant source.
5590
5591 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
5592
5593         * cpplex.c (cpp_token_len): Tighten up.
5594         (cpp_token_as_text): Need extra byte now.
5595         * cpplib.c (glue_header_name): Need extra 2 bytes.
5596         * cppmacro.c (cpp_macro_definition): Need extra byte.
5597
5598 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
5599
5600         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
5601         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
5602         where they might be not present. Use their _sp64 equivalent
5603         instead.
5604
5605 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
5606
5607         * i386.md (cvtsi2sdq): Fix typo in previous patch.
5608
5609 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
5610
5611         * configure.in: Check whether mbstowcs works.
5612         * configure, config.in: Regenerate.
5613         * intl.c: Use HAVE_WORKING_MBSTOWCS.
5614
5615 2003-04-24  H.J. Lu <hjl@gnu.org>
5616
5617         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
5618         for __sync_bool_compare_and_swap_di for int return type.
5619
5620         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
5621         Change return type to int.
5622         (__sync_bool_compare_and_swap): Likewise.
5623
5624 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
5625
5626         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
5627         looking for fallthru edge.
5628
5629         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
5630         Fix.
5631         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
5632         athlon-fvector): New.
5633         (athlon_*): Revisit to match new optimization guide.
5634         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
5635         * i386.md (cvt??2?? patterns): Fix modes.
5636         (fistp patterns): Set modes.
5637
5638         Accidentaly commited with my earlier reload patch:
5639         PR c/10308
5640         * reload.c (find_reloads_address_1): Reload plus at the place of
5641         index register.
5642
5643 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5644
5645         New GCOV_TAG_FUNCTION layout
5646         * coverage.c (struct function_list): Replace name with ident.
5647         (struct counts_entry): Likewise.
5648         (fn_ident): New.
5649         (htab_counts_entry_hash, htab_counts_entry_eq,
5650         htab_counts_entry_del): Adjust.
5651         (reads_count_file, get_coverage_counts,
5652         coverage_begin_output, coverage_end_function): Adjust.
5653         (build_fn_info_type, build_fn_info_value): Likewise.
5654         * gcov-dump.c (tag_function): Adjust.
5655         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
5656         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
5657         * gcov.c (struct function_info): Add ident.
5658         (read_graph_file, read_count_file): Adjust.
5659         * libgcov.c (gcov_exit): Adjust.
5660
5661 2003-04-23  Richard Henderson  <rth@redhat.com>
5662
5663         PR opt/8300
5664         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
5665         after initialize_uninitialized_subregs; update reg info assuming
5666         new pseudos were created.
5667
5668 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5669
5670         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
5671         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
5672         (lex_string): Take cpp_string with full spelling.
5673         (cb_ident): Update.
5674         (c_lex): Update diagnostics.
5675         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
5676         (create_literal): New.
5677         (lex_string): Unterminated literals have type CPP_OTHER.
5678         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
5679         for CPP_OTHER.
5680         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
5681         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
5682         * cpplib.c (parse_include, do_line, do_linemarker,
5683         destringize_and_run): Update for token storing full spelling.
5684         * cpplib.h: Update token spelling types.
5685         * cppmacro.c (stringify_arg, check_trad_stringification):
5686         Update for token storing full spelling.
5687
5688 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
5689
5690         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
5691
5692 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
5693
5694         * arm.h (TARGET_OPTIONS): Add value field.
5695
5696 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5697
5698         * doc/extend.texi: Remove duplicate 2003 copyright date.
5699
5700 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
5701
5702         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
5703         (libgcov.a): Depends on LIBGCC_DEPS.
5704         * basic-block.h (profile_info): Moved here from coverage.h. Made
5705         a pointer.
5706         * coverage.c (struct function_list): Fixed array of counter types.
5707         (struct counts_entry): Keyed by counter type, contains summary.
5708         (profile_info): Moved to profile.c.
5709         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
5710         vars.
5711         (profiler_label): Remove.
5712         (ctr_labels): New.
5713         (set_purpose, label_for_tag, build_counter_section_fields,
5714         build_counter_section_value, build_counter_section_data_fields,
5715         build_counter_section_data_values, build_function_info_fields,
5716         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
5717         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
5718         build_ctr_info_value, build_gcov_info): New.
5719         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
5720         (reads_counts_file): Adjust.
5721         (get_coverage_counts): Takes counter number. Add summary
5722         parameter. Adjust.
5723         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
5724         create counter array labels.
5725         (coverage_end_function): Adjust.
5726         (create_coverage): Adjust.
5727         (find_counters_section): Remove.
5728         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
5729         (struct section_info, struct profile_info): Remove.
5730         (profile_info): Moved to basic-block.h.
5731         (coverage_counter_ref): Takes a counter number.
5732         (get_coverage_counts): Takes a counter number. Added summary
5733         parameter.
5734         (find_counters_section): Remove.
5735         * gcov-dump.c (tag_arc_counts): Rename to ...
5736         (tag_counters): ... here. Adjust.
5737         (tag_table): Move tag_counters to 3rd entry. Remove
5738         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
5739         (dump_file): Check for counter tag values here.
5740         (tag_summary): Adjust.
5741         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
5742         * gcov-io.h (GCOV_LOCKED): New.
5743         (GCOV_TAG_ARC_COUNTS): Rename to ...
5744         (GCOV_TAG_COUNTS_BASE): ... here.
5745         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
5746         Remove.
5747         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
5748         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
5749         GCOV_TAG_IS_COUNTER): New.
5750         (struct gcov_ctr_summary): New.
5751         (struct gcov_summary): Adjust.
5752         (struct gcov_counter_section): Remove.
5753         struct gcov_counter_section_data): Remove.
5754         (struct gcov_function_info): Rename to ...
5755         (struct gcov_fn_info): ... here. Adjust.
5756         (struct gcov_ctr_info): New.
5757         (struct gcov_info): Adjust.
5758         * gcov.c (read_count_file): Adjust.
5759         (output_lines): Adjust.
5760         * libgcov.c (gcov_exit): Adjust.
5761         (__gcov_flush): Adjust.
5762         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
5763         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
5764         probably_never_executed_bb_p, compute_frequency_function): Adjust
5765         profile_info use.
5766         * profile.c (struct counts_entry): Remove.
5767         (profile_info): Define here.
5768         (get_exec_counts): Adjust get_coverage_counts call.
5769         (compute_branch_probablilities): Remove find_counters_section
5770         call.
5771         (gen_edge_profiler): Adjust coverage_counter_ref call.
5772         * tracer.c (tail_duplicate): Adjust profile_info use.
5773
5774 2003-04-23  Roger Sayle  <roger@eyesopen.com>
5775
5776         PR optimization/10339
5777         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
5778         directly instead of unsafely transforming call into a memcmp.
5779         (expand_builtin_strncmp): Likewise.
5780
5781 2003-04-22  Roger Sayle  <roger@eyesopen.com>
5782
5783         * alias.c (mark_constant_function):  Check for constancy and
5784         purity even of void functions.  Update both the function decl
5785         and the cgraph RTL info with the results.
5786
5787 2003-04-22  Roger Sayle  <roger@eyesopen.com>
5788
5789         * real.c (do_add): Change to return a bool indicating that the
5790         result of the operation may be inexact due to loss of precision.
5791         (do_multiply): Likewise.
5792         (do_divide): Likewise.
5793
5794 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
5795             Loren James Rittle  <ljrittle@acm.org>
5796
5797         * dwarf2out.c (fde_table_allocated): Mark with GTY.
5798         (decl_die_table_allocated): Likewise.
5799         (abbrev_die_table_allocated): Likewise.
5800         (line_info_table_allocated): Likewise.
5801         (separate_line_info_table_allocated): Likewise.
5802         (pubname_table_allocated): Likewise.
5803         (arange_table_allocated): Likewise.
5804         (ranges_table_allocated): Likewise.
5805         (decl_die_table_in_use): Unconditionalize; mark with GTY.
5806         (abbrev_die_table_in_use): Likewise.
5807         (line_info_table_in_use): Likewise.
5808         (separate_line_info_table_in_use): Likewise.
5809         (pubname_table_in_use): Likewise.
5810         (arange_table_in_use): Likewise.
5811         (ranges_table_in_use): Likewise.
5812         (have_location_lists): Likewise.
5813         (emitcount): New GTY-marked static, moved...
5814         (maybe_emit_file): ...from here.
5815         (label_num): New GTY-marked static, moved...
5816         (gen_internal_sym): ...from here.
5817
5818 2003-04-22  Richard Henderson  <rth@redhat.com>
5819
5820         PR 8866
5821         * rtl.h (MEM_NOTRAP_P): New.
5822         (MEM_COPY_ATTRIBUTES): Copy it.
5823         * rtlanal.c (may_trap_p): Check it.
5824         * expr.c (do_tablejump): Set it.
5825         * doc/rtl.texi (Flags): Document it.
5826
5827         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
5828
5829 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
5830
5831         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
5832         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
5833
5834 2003-04-22  Vincent Celier <celier@gnat.com>
5835
5836         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
5837         --enable-threads=gnat.
5838         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
5839         * configure.in: Add gnat to the list of thread packages
5840         * configure: Rebuild.
5841         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
5842
5843 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
5844
5845         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
5846
5847 2003-04-22  Devang Patel  <dpatel@apple.com>
5848
5849         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
5850         parameter count.
5851         (_cpp_copy_replacement_text): Same.
5852
5853 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
5854
5855         * c-lex.c (c_lex): Handle CPP_OTHER differently.
5856         * cppexp.c (_cpp_parse_expr): Similarly.
5857         * cpplex.c (SPELL_CHAR): Remove.
5858         (_cpp_lex_direct): Stray chars are saved as byte strings.
5859         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
5860         handle SPELL_CHAR.
5861         (cpp_avoid_paste): Update handling of CPP_OTHER.
5862         * cpplib.h: Spell CPP_OTHER like a number.
5863         (struct cpp_token): Remove member c.
5864         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
5865
5866 2003-04-22  David Turner <novalis@gnu.org>
5867
5868         * gbl-ctors.h: Add special license exception.
5869         * libgcc2.h: Likewise.
5870         * tsystem.h: Likewise.
5871         * gcov-io.h: Likewise.
5872
5873 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
5874
5875         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
5876         macro defaulting to original BRANCH_COST heuristic.
5877         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
5878
5879         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
5880
5881 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
5882
5883         * config/rs6000/t-spe: Merge in t-fprules into file.
5884
5885         * config.gcc: Add t-spe to powerpc-eabispe.
5886
5887 2003-04-22  Kean Johnston  <jkj@sco.com>
5888
5889         * tlink.c (recompile_files): Add missing '=' to putenv calls
5890
5891 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5892
5893         * ginclude/stddef.h: Provide C++ safe offsetof.
5894
5895 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
5896
5897         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
5898         for reg notes, if there are no substitutions, just use a SUBREG.
5899
5900 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5901
5902         * Makefile.in (calls.o): Depend on except.h.
5903         * calls.c: Include except.h.
5904         (emit_call_1): Call note_eh_region_may_contain_throw if
5905         appropriate.
5906         * except.c (eh_region): Add may_contain_throw.
5907         (expand_eh_region_end_cleanup): Do not include handler code when
5908         it cannot be reached.
5909         (note_eh_region_may_contain_throw): New function.
5910         * except.h (note_eh_region_may_contain_throw): New function.
5911
5912 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5913
5914         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
5915         changes.
5916
5917 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
5918
5919         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
5920         64-bit long doubles.
5921
5922 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
5923
5924         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
5925         a number of conversions required for type consistency and previously
5926         stripped off by STRIP_NOPS.
5927
5928         * calls.c (expand_call): Prevent sibcall optimization for calls to
5929         nested subprograms.
5930
5931         * expmed.c (extract_bit_field): Reverse operands of && condition to
5932         prevent a potential division by zero in the previously first branch.
5933         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
5934
5935 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
5936
5937         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
5938         (subrange_type_die): Likewise.
5939         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
5940         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
5941
5942 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5943
5944         Break out coverage routines to new file.
5945         * Makefile.in (COVERAGE_H): New variable
5946         (C_OBJS): Add coverage.o
5947         (coverage.o): New target.
5948         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
5949         dependencies.
5950         (GTFILES): Adjust.
5951         (gt-coverage.h): New target.
5952         (gt-profile.h): Remove.
5953         * profile.h: Remove. Move to ...
5954         * coverage.h: ... here. New. #include gcov-io.h.
5955         * gcov-io.h: Move function definitions to ...
5956         * gcov-io.c: ... here. New.
5957         * profile.c: Move coverage routines to coverage.c.
5958         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
5959         end_branch_prob): Adjust.
5960         * coverage.c: New. Coverage routines from profile.c
5961         (coverage_counter_ref, coverage_init, coverage_finish,
5962         coverage_end_function, coverage_begin_output,
5963         coverage_counter_ref, get_coverage_counts): Define.
5964         * gcov-dump.c, gcov.c: #include gcov-io.c.
5965         * libgcov.c: Likewise. Adjust.
5966         * loop-init.c: Don't #include profile.h
5967         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
5968         * rtl.h: Add coverage prototypes.
5969         * toplev.c (compile_file): Init coverage, not branch_prob.
5970         Always call coverage_finish.
5971         (rest_of_compilation): Call coverage_end_function.
5972
5973 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
5974
5975         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
5976
5977 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
5978
5979         * c-ppoutput.c (cb_include): Don't take a cpp_token.
5980         * cppfiles.c: Don't undef strcmp.
5981         (find_include_file): Don't take a cpp_token.  Check for empty
5982         file names.
5983         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
5984         (cpp_push_include): Simplify.
5985         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
5986         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
5987         (parse_include): Similary.  Don't check for zero-length filenames.
5988         (do_include_common, do_pragma_dependency): Update accordingly.
5989         * cpplib.h (struct cpp_callbacks): Change prototype of include.
5990
5991 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5992
5993         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
5994         details of conflict handling.
5995
5996         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
5997         when conversion overflows.
5998
5999         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
6000
6001         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
6002         before clearing.
6003
6004 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6005
6006         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
6007         have the same form as the old RTL.
6008
6009 2003-04-21  Andreas Jaeger  <aj@suse.de>
6010
6011         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
6012
6013 2003-04-20  Chris Lattner  <sabre@nondot.org>
6014             Zack Weinberg  <zack@codesourcery.com>
6015
6016         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
6017         genrtl_cleanup_stmt.  Correct comment at head of
6018         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
6019
6020         * stmt.c (struct nesting): Kill n_function_calls.
6021         (expand_start_bindings): Don't set
6022         thisblock->data.block.n_function_calls.
6023         (expand_end_bindings): Compare function_call_count against 0.
6024         (expand_cleanups): Kill DONT_DO argument; all callers passed
6025         NULL_TREE. All callers updated to match.
6026
6027 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
6028
6029         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
6030         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
6031         (output_constant_def): Remove code predicated on
6032         defer_addressed_constants_flag.
6033
6034         * output.h: Remove prototypes of deleted functions.
6035         * c-typeck.c (constructor_subconstants_deferred): Kill.
6036         (struct initializer_stack): Remove 'deferred' field.
6037         (start_init): Remove all references to the above.
6038         (finish_init): Likewise. Also remove never-executed call to
6039         output_deferred_addressed_constants.  Pull assignment to
6040         defstr out of if expression.
6041
6042 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6043
6044         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
6045         NOTE_NEWLINE): Remove.
6046         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
6047         to handle new form of line note type.
6048
6049 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
6050
6051         * target.h (encode_section_info): Add new argument carrying
6052         the RTL to be modified by the hook.
6053
6054         * varasm.c (make_decl_rtl, output_constant_def): Update calls
6055         to encode_section_info.
6056         (default_encode_section_info): Take and use RTL argument,
6057         don't use TREE_CST_RTL or DECL_RTL.
6058         * output.h: Update prototype of default_encode_section_info.
6059         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
6060         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
6061         Update calls to encode_section_info.
6062
6063         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
6064         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
6065         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
6066         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
6067         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
6068         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
6069         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
6070         except for PE dllimport/dllexport.  Update calls to
6071         default_encode_section_info.
6072
6073         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
6074         Update prototypes.
6075
6076         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
6077
6078 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6079
6080         PR/8705
6081         * pa.md (movccfp): New expander.
6082         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
6083         Reverse fcmp conditions.
6084
6085 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6086
6087         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
6088         of operand 1 correctly.
6089
6090 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6091
6092         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
6093         * gcov.c (output_lines): Don't be so fussy about going past EOF.
6094
6095 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6096
6097         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
6098         (cppcharset.o): New target.
6099         * c-lex.c (is_extended_char): Move to cppcharset.c.
6100         (utf8_extend_token): Delete.
6101         * cppcharset.c: New file.
6102         * cpphash.h (_cpp_valid_ucn): New.
6103         * cpplex.c (lex_identifier): Update prototype.
6104         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
6105         escapes.
6106         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
6107         in cppcharset.c.
6108         (lex_number, lex_identifier, cpp_parse_escape): Update.
6109         (_cpp_lex_direct): Update to handle UCNs.
6110         (cpp_avoid_paste): Don't paste to form a UCN.
6111
6112 2003-04-19  Roger Sayle  <roger@eyesopen.com>
6113
6114         * builtins.c (expand_builtin):  Don't expand a pure or const
6115         built-in function if the result will be ignored and none of
6116         its arguments are volatile.
6117
6118 2003-04-19  Kean Johnston  <jkj@sco.com>
6119
6120         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
6121         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
6122         target fragment now: t-sco5; dont compile crti.o.
6123         * config/i386/sco5.h: major overhaul to remove all COFF remnants
6124         and to use elfos.h for most definitions.
6125         (BSS_SECTION_ASM_OP): set correct segment attributes.
6126         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
6127         (DWARF2_UNWIND_INFO): Always set to 1.
6128         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
6129         (MD_STARTFILE_PREFIX_1): Define.
6130         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
6131         (DEFAULT_LINKER): Define if not specified to configure.
6132         (CTORS_SECTION_ASM_OP): Remove COFF crud.
6133         (DTORS_SECTION_ASM_OP): Remove COFF crud.
6134         (WINT_TYPE): Define.
6135         (SDB_DEBUGGING_INFO): Remove.
6136         (EXTRA_SECTIONS): Likewise.
6137         (EXTRA_SECTION_FUNCTIONS): Likewise.
6138         (CTOR_LIST_BEGIN): Likewise.
6139         (CTOR_LIST_END): Likewise.
6140         (INIT_SECTION_FUNCTION): Likewise.
6141         (FINI_SECTION_FUNCTION): Likewise.
6142         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
6143         (LOCAL_LABEL_PREFIX): Likewise.
6144         (NON_SAVING_SETJMP): Likewise.
6145         (RETURN_POPS_ARGS): Likewise.
6146         (ASM_OUTPUT_SKIP): Likewise.
6147         (TARGET_ASM_NAMED_SECTION): Likewise.
6148         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6149         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
6150         (ASM_OUTPUT_IDENT): Likewise.
6151         (ASM_OUTPUT_CASE_LABEL): Likewise.
6152         (ASM_OUTPUT_ASCII): Likewise.
6153         (ASM_OUTPUT_LIMITED_STRING): Likewise.
6154         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6155         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6156         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6157         (ASM_FINISH_DECLARE_OBJECT): Likewise.
6158         (ASM_DECLARE_OBJECT_NAME): Likewise.
6159         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
6160         (ASM_DECLARE_FUNCTION_NAME): Likewise.
6161         (ASM_DECLARE_RESULT): Likewise.
6162         (ASM_WEAKEN_LABEL): Likewise.
6163         (SUPPORTS_WEAK): Likewise.
6164         (APPLY_RESULT_SIZE): Likewise.
6165         (LPREFIX): Likewise.
6166         (ALIGN_ASM_OP): Likewise.
6167         (ASCII_DATA_ASM_OP): Likewise.
6168         (IDENT_ASM_OP): Likewise.
6169         (ASM_SHORT): Likewise.
6170         (ASM_LONG): Likewise.
6171         (TYPE_ASM_OP): Likewise.
6172         (SIZE_ASM_OP): Likewise.
6173         (STRING_ASM_OP): Likewise.
6174         (SKIP_ASM_OP): Likewise.
6175         (EH_FRAME_SECTION_ASM_OP): Likewise.
6176         (READONLY_DATA_SECTION_ASM_OP): Likewise.
6177         (INIT_SECTION_ASM_OP): Likewise.
6178         (FINI_SECTION_ASM_OP): Likewise.
6179         (TEXT_SECTION_ASM_OP): Likewise.
6180         (DATA_SECTION_ASM_OP): Likewise.
6181         (TYPE_OPERANT_FORMAT): Likewise.
6182         (ASM_SPEC): Remove COFF code.
6183         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
6184         cause -pg to emit an error; use pcrt1elf.o with -pp
6185         (ENDFILE_SPEC): Likewise.
6186         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
6187         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
6188         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
6189         add -z alt_resolve to support weak symbols the way GCC wants them.
6190         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
6191         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
6192         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
6193         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
6194         (CRTSTUFF_T_CFLAGS_S): Define.
6195         (MULTILIB_OPTIONS): Likewise.
6196         (MULTILIB_DIRNAMES): Likewise.
6197         (MULTILIB_MATCHES): Likewise.
6198         (MULTILIB_EXTRA_OPTS): Likewise.
6199         (LIBGCC): Likewise.
6200         (INSTALL_LIBGCC): Likewise.
6201         (crti.o): Remove.
6202         * config/i386/t-sco5gas: Remove.
6203         * doc/install.texi: Updated for new OpenServer instructions.
6204         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
6205
6206 2003-04-19  Kean Johnston  <jkj@sco.com>
6207
6208         * fixinc/check.tpl: Allow user to over-ride diff program.
6209         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
6210         (sco_math): Added test for SCO math header files.
6211         (sco_regset): Added check for conflicts with ieeefp.h.
6212         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
6213         * fixinc/fixincl.x: Regenerated
6214         * fixinc/tests/base/math.h: Added sco_math tests.
6215         * fixinc/tests/base/string.h: New file.
6216         * fixinc/tests/base/sys/regset.h: New file.
6217
6218 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6219
6220         * cpphash.h (struct cpp_buffer): Remove backup_to.
6221         * cpplex.c (BACKUP, get_effective_char): Die.
6222         (_cpp_skip_block_comment): Assume '*' is location on entry.
6223         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
6224         (IF_NEXT_IS): Update.
6225         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
6226
6227 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
6228
6229         * README.Portability: Move to a new section and obsolete K+R
6230         portability issues.
6231
6232 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
6233
6234         * rtlanal.c (subreg_offset_representable_p):  Fix call of
6235         subreg_lowpart.
6236
6237 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6238
6239         * cpphash.h (struct cpp_reader): New member warned_dollar.
6240         * cpplex.c (continues_identifier_p): New function.
6241         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
6242         lex_number and lex_string, and simplify.
6243         (parse_slow, unescaped_terminator_p): Die.
6244         (_cpp_lex_direct): Update.
6245
6246 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6247
6248         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
6249
6250 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
6251
6252         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
6253         fork behaviour.
6254
6255 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6256
6257         * cppexp.c (eval_token): Permit true and false even if pedantic.
6258
6259 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6260
6261         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
6262
6263 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6264
6265         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
6266         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
6267         (struct include_file): Remove fefcnt, mapped members.
6268         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
6269         (read_include_file): Don't use mmap, terminate buffers in '\r'.
6270         (purge_cache): Don't use munmap.
6271         * cpphash.h (CPP_BUF_COLUMN): Update.
6272         (lexer_state): Remove lexing_comment.
6273         (struct _cpp_line_note): New.
6274         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
6275         next_line and need_line.  Remove col_adjust and saved_flags.
6276         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
6277         _cpp_skip_block_comment, scan_out_logical_line): New.
6278         (_cpp_init_mbchar): Remove.
6279         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
6280         (cpp_read_main_file): Set line to 1 earlier.
6281         (post_options): -traditional-cpp doesn't want trigraphs.
6282         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
6283         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
6284         _cpp_get_fresh_line): New.
6285         (handle_newline, skip_escaped_newlines, trigraph_p,
6286         continue_after_nul, _cpp_init_mbchar): Remove.
6287         (get_effective_char): Update.
6288         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
6289         (skip_line_comment): Simplify.
6290         (skip_whitespace, parse_identifier, parse_slow, parse_number,
6291         parse_string): Update.
6292         (cpp_lex_direct): Use clean lines and process line notes.  Update.
6293         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
6294         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
6295         directly.
6296         (_cpp_handle_directive): Don't set saved_flags.
6297         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
6298         cpp_undef, handle_assertion, cpp_push_buffer): Update.
6299         (_cpp_pop_buffer): Free notes.
6300         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
6301         * cpppch.c (cpp_read_state): \n terminate buffer.
6302         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
6303         (copy_comment): Use _cpp_skip_block_comment.
6304         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
6305         Simplify.
6306         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
6307         save_replacement_text): Update.
6308         (scan_out_logical_line): Update to use clean lines and process
6309         line notes.
6310         * fix-header.c (read_scan_file): Update.
6311
6312 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
6313
6314         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
6315         null begin parameter (as well as pointer to null).
6316         (__deregister_frame_info_bases): Likewise.
6317
6318 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6319
6320         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
6321         hard or virtual register and copy into pseudo if replacement fails.
6322
6323         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
6324
6325         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
6326
6327 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
6328
6329         * calls.c (expand_call): Move special case for constructor calls
6330         to right place. Ensures constructor calls used to initialize
6331         arguments get a clean outgoing argument block for themselves.
6332         Move check for stack deallocation completeness until after last
6333         deallocation.  Add stack_pointer_delta to set of state
6334         variables saved and restored along with current stack_level.
6335
6336         * integrate.c (expand_inline_function): Ensure non-const actuals
6337         don't end up const in the caller's flow after conversion to possibly
6338         const formal type.
6339
6340 2003-04-18  Vincent Celier  <celier@gnat.com>
6341
6342         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
6343         and *_DIV_EXPR as TRUNC_*_EXPR.
6344
6345 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
6346
6347         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
6348         for orphaned jump tables.
6349
6350 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
6351
6352         * reload1.c: Revert my previous patch on 2002-04-17.
6353
6354 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6355
6356         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
6357         Add Segher Boessenkool.
6358
6359 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
6360
6361         PR c/9177
6362         * c-decl.c (c_expand_body): Don't garbage collect the function
6363         body if we are going to dump it later.
6364
6365 2003-04-18  Richard Henderson  <rth@redhat.com>
6366
6367         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
6368         (alpha_end_function): Don't set them.
6369         (decl_in_text_section): Remove.
6370         (alpha_encode_section_info): Remove.
6371         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
6372         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
6373         sections, rather than decl_in_text_section results.
6374
6375 2003-04-18  Roger Sayle  <roger@eyesopen.com>
6376
6377         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
6378         and SIGN_EXTRACT.
6379
6380 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6381
6382         PR optimization/7675
6383         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
6384         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
6385         nested functions if they refer to declarations from parent functions.
6386         * stmt.c (expand_decl): Don't put automatic variables in registers
6387         if the DECL_NONLOCAL flag is set.
6388
6389 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
6390
6391         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
6392         consider those to be movable where the source matches
6393         want_to_gcse_p.
6394         (update_ld_motion_stores): In comment, refer to
6395         compute_ld_motion_mems for validity of replacement.
6396
6397 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6398
6399         * gcov-dump.c (tag_summary): Remove max_sum
6400         * gcov-io.h (gcov_summary, gcov_write_summary,
6401         gcov_read_summary): Kill max_sum.
6402         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
6403         message more verbose.
6404
6405         * emit-rtl.c (subreg_hard_regno):  Check that register is
6406         representable.
6407
6408         * reload.c (reload_inner_reg_of_subreg):  When register is not
6409         representable, reload the whole thing.
6410         (find_reloads): Likewsie.
6411         * rtlanal.c (subreg_representable_p):  New function.
6412
6413         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
6414         allow negative probabilities for edges from the call to exit.
6415         (branch_prob): Do not add fake edges for functions that may return
6416         twice.
6417
6418 2003-04-17  DJ Delorie  <dj@redhat.com>
6419
6420         * toplev.c (target_options): Add value field.
6421         (set_target_switch): Handle target options with values.
6422         * doc/tm.texi: Document how fixed vs variable target
6423         options work.
6424         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
6425         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
6426         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
6427         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
6428         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
6429         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
6430         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
6431         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
6432         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
6433         Add value initializer to target options.
6434
6435 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
6436
6437         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
6438
6439 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
6440
6441         * reload1.c (move2add_last_cc0): New.
6442         (reload_cse_move2add): Detect implicit sets.
6443         (move2add_note_store): Notice a store into cc0.
6444
6445 2003-04-17  Roger Sayle  <roger@eyesopen.com>
6446
6447         PR c/10375
6448         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
6449         function attributes.
6450
6451 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
6452
6453         * doc/sourcebuild.texi (Test Suites): Document support for testing
6454         binary compatibility (moved from testsuite/README.compat).
6455
6456 2003-04-17  Richard Henderson  <rth@redhat.com>
6457
6458         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
6459
6460 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
6461
6462         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
6463         the one provided by the FSF.
6464
6465 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6466
6467         * doc/install.texi (Binaries): Update URL and list of platforms
6468         provided by ftp.thewrittenword.com.
6469
6470 2003-04-17  Richard Henderson  <rth@redhat.com>
6471
6472         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
6473         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
6474         * config/xtensa/xtensa.md (call, call_value): Likewise.
6475
6476 2003-04-17  Richard Henderson  <rth@redhat.com>
6477
6478         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
6479         (print_operand_address): Likewise.
6480         (ep_memory_operand): Likewise.
6481         (special_symbolref_operand): Likewise.
6482         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
6483         (v850_encode_section_info): Call default_encode_section_info.
6484         (v850_strip_name_encoding): Remove.
6485         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
6486         (ASM_OUTPUT_LABELREF): Remove.
6487         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
6488         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
6489         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
6490         (ENCODED_NAME_P): Remove.
6491         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
6492         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
6493         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
6494
6495 2003-04-17  Richard Henderson  <rth@redhat.com>
6496
6497         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
6498         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
6499         SYMBOL_REF_FUNCTION_P.
6500
6501 2003-04-17  Richard Henderson  <rth@redhat.com>
6502
6503         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
6504         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
6505         (text_segment_operand): Likewise.
6506
6507 2003-04-17  Richard Henderson  <rth@redhat.com>
6508
6509         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
6510         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
6511         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
6512         (sh_encode_section_info): Remove.
6513         (sh_strip_name_encoding): Remove.
6514         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
6515         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
6516         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
6517         (ASM_OUTPUT_LABELREF): Remove.
6518         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
6519         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
6520
6521 2003-04-17  Richard Henderson  <rth@redhat.com>
6522
6523         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
6524         (tls_model_chars): Remove.
6525         (larl_operand): Use SYMBOL_REF_FLAGS.
6526         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
6527         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
6528         (s390_output_mi_thunk): Likewise.
6529         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
6530         (s390_function_profiler): Likewise.
6531         (s390_encode_section_info): Use default_encode_section_info
6532         and SYMBOL_FLAG_ALIGN1.
6533         (s390_strip_name_encoding): Remove.
6534         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
6535         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
6536         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
6537
6538 2003-04-17  Richard Henderson  <rth@redhat.com>
6539
6540         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
6541         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
6542         (print_operand_address): Likewise.
6543
6544         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
6545         * config/ns32k/ns32k.c (expand_block_move): Don't check
6546         flag_unroll_loops.
6547
6548 2003-04-17  Richard Henderson  <rth@redhat.com>
6549
6550         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
6551         SYMBOL_REF_FLAG.
6552
6553 2003-04-17  Richard Henderson  <rth@redhat.com>
6554
6555         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
6556
6557         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
6558         (SYMBOL_REF_MODEL): New.
6559         (LIT_NAME_P): Move from m32r.h.
6560         (m32r_select_section): Remove.
6561         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
6562         (m32r_strip_name_encoding): Remove.
6563         (m32r_in_small_data_p): New.
6564         (small_data_operand): Use SYMBOL_REF_SMALL_P.
6565         (addr24_operand): Use SYMBOL_REF_MODEL.
6566         (call26_operand): Likewise.
6567         (addr32_operand): Tidy.
6568         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
6569         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
6570         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
6571         (READONLY_DATA_SECTION_ASM_OP): Remove.
6572         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
6573         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
6574         (TARGET_ASM_SELECT_SECTION): Remove.
6575         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
6576         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
6577         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
6578         (ASM_OUTPUT_LABELREF): Remove.
6579
6580 2003-04-17  Richard Henderson  <rth@redhat.com>
6581
6582         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
6583         (encode_section_info): Remove.
6584         * config/ip2k/ip2k-protos.h: Update.
6585
6586 2003-04-17  Richard Henderson  <rth@redhat.com>
6587
6588         * varasm.c (default_encode_section_info): Don't set
6589         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
6590         * config/i370/i370.c (i370_encode_section_info): Remove.
6591         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
6592         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
6593         * config/i370/i370.md (movsi): Likewise.
6594
6595         * config/i370/t-i370: Add missing backslash.
6596
6597 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
6598
6599         * doc/invoke.texi (inline-limit): Fix pasto.
6600
6601 2003-04-17  Richard Henderson  <rth@redhat.com>
6602
6603         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
6604         (small_call_insn_operand): Use it.
6605         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
6606         (h8300_eightbit_constant_address_p): Use it.
6607         (SYMBOL_FLAG_TINY_DATA): New.
6608         (h8300_tiny_constant_address_p): Use it.
6609         (h8300_encode_label, h8300_strip_name_encoding): Remove.
6610         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
6611         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
6612         (ASM_OUTPUT_LABELREF): Remove.
6613
6614 2003-04-16  Richard Henderson  <rth@redhat.com>
6615
6616         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
6617         all users with SYMBOL_REF_SMALL_P.
6618         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
6619         (frv_encode_section_info): Remove.
6620         (frv_strip_name_encoding): Remove.
6621         (frv_in_small_data_p): Merge tests from encode_section_info.
6622         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
6623         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
6624         (SDATA_NAME_P): Remove.
6625         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
6626         (ASM_OUTPUT_LABELREF): Remove.
6627         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
6628
6629         * config/frv/frv.c (frv_asm_out_constructor): New.
6630         (frv_asm_out_destructor): New.
6631         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
6632         (DTORS_SECTION_ASM_OP): New.
6633         (ASM_OUTPUT_CONSTRUCTOR): Remove.
6634         (ASM_OUTPUT_DESTRUCTOR): Remove.
6635
6636 2003-04-16  Richard Henderson  <rth@redhat.com>
6637
6638         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
6639         SYMBOL_REF_LOCAL_P; abort if not pic.
6640         (cris_encode_section_info): Remove.
6641
6642 2003-04-16  Richard Henderson  <rth@redhat.com>
6643
6644         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
6645         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
6646
6647         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
6648         flag_inline_trees.
6649
6650 2003-04-16  Richard Henderson  <rth@redhat.com>
6651
6652         * config/avr/avr.c (avr_encode_section_info): Remove.
6653         (avr_insert_attributes): New.
6654         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
6655         (avr_assemble_integer): Likewise.
6656
6657 2003-04-16  Richard Henderson  <rth@redhat.com>
6658
6659         * arc.c (arc_encode_section_info): Remove.
6660         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
6661         (arc_print_operand, arc_print_operand_address): Likewise.
6662         * arc.h (EXTRA_CONSTRAINT): Likewise.
6663
6664 2003-04-16  Roger Sayle  <roger@eyesopen.com>
6665
6666         * c-semantics.c (find_reachable_label): New function to find a
6667         potentially reachable label in an expression.
6668         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
6669         assumes the start of the IF_STMT is unreachable (dead) code.
6670         (expand_unreachable_stmt): Similar to expand_stmt but assumes
6671         the start of the statement list is unreachable (dead) code.
6672         (genrtl_if_stmt):  If the controlling expression of the IF
6673         is constant, use expand_unreachable_stmt for the THEN or ELSE
6674         clause as appropriate.
6675         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
6676         the body of a SWITCH statement.
6677         (expand_stmt): The code immediately following a "return",
6678         "break", "continue" or "goto" is unreachable.
6679         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
6680
6681 2003-04-16  Richard Henderson  <rth@redhat.com>
6682
6683         * rtl.h (MEM_ALIAS_SET): Update documentation.
6684         * doc/rtl.texi (Special Accessors): New node.
6685         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
6686
6687 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
6688
6689         * reload1.c (reload_cse_noop_set_p): Return false if mode of
6690         SET_DEST is not the same as that returned by...
6691         * cselib.h (cselib_reg_set_mode): ... new function.
6692         * cselib.c (cselib_reg_set_mode): Define it.
6693         (REG_VALUES): Document semantics of first element as set mode.
6694         (cselib_subst_to_values): Skip first element if ELT is NULL.
6695         (cselib_lookup): Likewise.  Insert past the first element.
6696         (cselib_invalidate_regno): NULLify first element.
6697         (cselib_record_set): Set first element.
6698
6699 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
6700
6701         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
6702         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
6703         * tree.h: Add prototypes for the two new functions.
6704         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
6705         updates introduced in the previous revision by call to saved_expr_p.
6706         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
6707
6708         * expr.c (store_field): Force usage of bitfield instructions when
6709         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
6710         (expand_expr, case BIT_FIELD_REF): likewise.
6711
6712 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
6713
6714         PR middle-end/8866
6715         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
6716         jumptables.
6717
6718 2003-04-16  Richard Henderson  <rth@redhat.com>
6719
6720         * config/ia64/ia64.c (sdata_symbolic_operand): Use
6721         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
6722         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
6723         (function_operand): Use SYMBOL_REF_FUNCTION_P.
6724         (ia64_expand_load_address): Likewise.
6725         (ia64_assemble_integer): Likewise.
6726         (ia64_encode_section_info): Remove.
6727         (ia64_strip_name_encoding): Remove.
6728         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
6729         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
6730
6731 2003-04-16  Richard Henderson  <rth@redhat.com>
6732
6733         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
6734         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
6735         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
6736         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
6737         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
6738         (global_symbolic_operand): Similarly.
6739         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
6740         (tls_symbolic_operand_type): Likewise.
6741         (alpha_encode_section_info): Use default_encode_section_info.
6742         (alpha_strip_name_encoding): Remove.
6743         (get_tls_get_addr): Split out from ...
6744         (alpha_legitimize_address): ... here.
6745         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
6746         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
6747         (alpha_initialize_trampoline): Use init_one_libfunc.
6748         (alpha_setup_incoming_varargs): Mark unused parameters.
6749         (alpha_initial_elimination_offset): Likewise.
6750         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
6751         (unicosmk_unique_section): Use default_strip_name_encoding.
6752         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
6753
6754 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
6755
6756         * config.gcc: Add t-spe for eabispe.
6757
6758         * config/rs6000/t-spe: New.
6759
6760 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
6761
6762         Re-apply this patch:
6763
6764         2002-05-16  Dale Johannesen  <dalej@apple.com>
6765           * combine.c (cant_combine_insn_p):  Reenable combinations
6766           involving hard regs unless CLASS_LIKELY_SPILLED_P.
6767
6768 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6769
6770         PR/10271
6771         * pa-protos.h (function_arg): Remove last argument.
6772         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
6773         * pa.h (struct hppa_args): Add member incoming.
6774         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
6775         member incoming.
6776         (FUNCTION_ARG): Revise call to function_arg.
6777         (FUNCTION_INCOMING_ARG): Delete.
6778
6779 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
6780
6781         * configure.in: Unify the code which creates symlinks to a
6782         just-built as, ld, objdump, and nm with the code that detects
6783         their presence for purposes of feature tests.
6784         * configure: Regenerate.
6785
6786 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
6787
6788         * varasm.c (output_constant_def): Do not consult
6789         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
6790         (after_function_constants, output_after_function_constants): Delete.
6791         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
6792         * config/mips/mips-protos.h, config/mips/mips.c
6793         (mips16_constant_after_function_p): Delete.
6794         * config/mips/mips.h: Delete #if-0-ed definition of
6795         CONSTANT_AFTER_FUNCTION_P.
6796         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
6797         mention of CONSTANT_AFTER_FUNCTION_P in comment.
6798
6799 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
6800
6801         * tree.c (next_decl_uid): Mark with GTY.
6802         (next_type_uid): Likewise.
6803
6804 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
6805
6806         PR target/9594:
6807         * sh.c (barrier_align): Also recognize stuff_delay_slot as
6808         an indicator that a barrier was created by branch splitting.
6809
6810 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
6811
6812         * c-decl.c (implicitly_declare): Copy declarations that are going
6813         to be placed in a local scope.
6814
6815 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
6816
6817         * invoke.texi (Spec Files): Wrap if-exists-else example.
6818         (MCore): Remove duplicate @itemx entries and @opindex entries.
6819
6820 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
6821
6822         * unwind.inc (_Unwind_Backtrace): New function.
6823         * unwind.h (_Unwind_Backtrace): Declare it.
6824         * libgcc-std.ver (_Unwind_Backtrace): Export it.
6825
6826 2003-04-14  Jason Merrill  <jason@redhat.com>
6827
6828         PR middle-end/10336, c++/10401
6829         * jump.c (never_reached_warning): Also stop looking if we reach the
6830         beginning of the function.
6831
6832 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6833
6834         PR target/10338
6835         PR bootstrap/10198
6836         PR bootstrap/10140
6837         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
6838
6839 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
6840
6841         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
6842
6843 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6844
6845         * optabs.c (expand_binop): In multi-word add cases, ensure
6846         XTARGET is copied to TARGET if they are different.
6847
6848 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
6849
6850         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
6851         to region, possible after integration of function with unreachable
6852         regions that were optimized away.
6853
6854 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
6855
6856         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
6857         instead of TOC_REGISTER in epilogue in
6858         current_function_calls_eh_return functions.
6859
6860 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
6861
6862         * doc/extend.texi (Empty Structures): Correct description of G++'s
6863         handling of these structures.
6864
6865         * c-decl.c (grokdeclarator): Reject extern redeclarations of
6866         static variables.
6867
6868 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
6869
6870         * config/rs6000/rs6000.md (define_constants): Define constants for
6871         all UNSPEC usage, including new values for TLS support.
6872         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
6873         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
6874         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
6875         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
6876         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
6877         eh_set_lr_di): Use them.
6878         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
6879         rs6000_emit_epilogue) Use them.
6880
6881         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
6882
6883 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
6884
6885         * Makefile.in (c-opts.o): Use custom action.
6886
6887 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
6888
6889         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
6890
6891 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6892
6893         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
6894         handle "superflat arrays" in Ada.
6895
6896         * integrate.c (expand_inline_function): Don't inline if would
6897         lose /u on a BLKmode TARGET.
6898
6899 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
6900
6901         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
6902         extracted from dbxout_type.
6903         (dbxout_range_type): print large bounds in octal format.
6904         (dbxout_type): Replace extracted code by call to
6905         print_int_cst_bounds_in_octal_p.
6906
6907         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
6908         of DW_LANG_Ada83 for Ada units.
6909
6910 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
6911
6912         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
6913         temporary used to round CONST_INT sizes.
6914
6915         * tree.c (int_fits_type_p): Extract generic checks from the case
6916         of constant type bounds. Refine the checks against constant type
6917         bounds to allow for possible decisions against each of these bounds
6918         without requiring both bounds to be constant.
6919         (tree_int_cst_msb): Put back.
6920         * tree.h (tree_int_cst_msb): Likewise.
6921
6922         * global.c (global_conflicts): Prevent allocation of call clobbered
6923         hard regs to pseudos live across abnormal edges, as later passes are
6924         not ready to handle them.
6925
6926         * fold-const.c (fold): Reorder tests for conditional expressions.
6927
6928         * expr.c (highest_pow2_factor): Return unsigned.
6929         * expr.h (offset_address): Likewise.
6930         * emit-rtl.c (offset_address): POW2 argument now unsigned.
6931
6932 2003-04-14  Roger Sayle  <roger@eyesopen.com>
6933
6934         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
6935         string literals at compile-time.
6936
6937 2003-04-14  Roger Sayle  <roger@eyesopen.com>
6938
6939         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
6940         comparison operation and c1/c2 are floating point constants into
6941         x swap(cmp) (c1 - c2).
6942
6943 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
6944
6945         * genautomata.c (output_translate_vect): Fix a typo in loop
6946         condition.
6947
6948 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
6949
6950         PR target/10377
6951         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
6952         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
6953         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
6954         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
6955         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
6956         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
6957         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
6958         ("*extopqihi_swap_side", "*extopqisi_swap_side")
6959         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
6960         When next to constraint R, replace constraint i with n.
6961
6962 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
6963
6964         PR opt/10024
6965         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
6966
6967 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6968
6969         * doc/contrib.texi (Contributors): Correct my entry.
6970
6971 2003-04-13  Roger Sayle  <roger@eyesopen.com>
6972
6973         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
6974         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
6975         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
6976         implies DECL_BUILT_IN to simplify logic.
6977         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
6978
6979 2003-04-13  Roger Sayle  <roger@eyesopen.com>
6980
6981         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
6982         (BT_FN_PTR_SIZE_SIZE): Likewise.
6983         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
6984         New built-in functions for malloc, calloc and strdup respectively.
6985         * calls.c (special_function_p): No need to handle malloc-like
6986         functions any longer.  ECF_MALLOC is set via built-in attributes.
6987
6988         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
6989
6990         * doc/extend.texi: Document these new built-in functions.
6991
6992 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6993
6994         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
6995         (expand_builtin_stpcpy): New.
6996         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
6997         * builtins.def: Add mempcpy & stpcpy support.
6998         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
6999
7000 2003-04-13  Nick Clifton  <nickc@redhat.com>
7001
7002         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
7003         "GCC".
7004         * config/rs6000/40x.md, config/rs6000/603.md,
7005         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
7006         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
7007         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
7008         config/rs6000/aix43.h, config/rs6000/aix51.h,
7009         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
7010         config/rs6000/altivec.h, config/rs6000/altivec.md,
7011         config/rs6000/beos.h, config/rs6000/darwin.h,
7012         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
7013         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
7014         config/rs6000/freebsd.h, config/rs6000/gnu.h,
7015         config/rs6000/host-darwin.c, config/rs6000/linux.h,
7016         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
7017         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
7018         config/rs6000/netbsd.h, config/rs6000/power4.md,
7019         config/rs6000/rios1.md, config/rs6000/rios2.md,
7020         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
7021         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
7022         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
7023         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
7024         config/rs6000/spe.md, config/rs6000/sysv4.h,
7025         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
7026         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
7027
7028 2003-04-13  Nick Clifton  <nickc@redhat.com>
7029
7030         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
7031         support for -mcall-aix switch.
7032         * config/rs6000/eabiaix.h: Delete.
7033         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
7034         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
7035         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
7036         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
7037         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
7038         debug_stack_info, output_function_profiler,
7039         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
7040         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
7041         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
7042         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
7043         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
7044         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
7045         multilibs.
7046         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
7047         (MULTILIB_EXCEPTIONS): Delete.
7048         (MULTILIB_MATCHES): Remove mcall-aix matches.
7049
7050         * doc/fragments.texi: Replace -mcall-aix example with an ARM
7051         one.
7052         * doc/install.texi: Delete powerpc-*-eabiaix target.
7053         * doc/invoke.texi: Remove documentation of mcall-aix switch.
7054         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
7055         * config.gcc: Delete powerpc-*-eabiaix target.
7056
7057 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
7058
7059         * doc/invoke.texi: Fix typos.
7060         * doc/tm.texi: Likewise.
7061
7062 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7063
7064         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
7065
7066 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7067
7068         * tree.c (build_constructor): New function.
7069         * tree.h: Prototype it.
7070
7071         * c-typeck.c (build_c_cast, pop_init_level)
7072         * profile.c (build_function_info_value, build_gcov_info_value)
7073         (create_profiler):
7074         Use build_constructor.
7075
7076         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
7077
7078         * objc/objc-act.c (build_constructor):
7079         Rename objc_build_constructor. Use build_constructor.
7080         (build_objc_string_object, objc_add_static_instance)
7081         (init_def_list, init_objc_symtab, init_module_descriptor)
7082         (generate_static_references, build_selector_translation_table)
7083         (build_descriptor_table_initializer, generate_descriptor_table)
7084         (build_protocol_initializer, build_ivar_list_initializer)
7085         (generate_ivars_list, build_dispatch_table_initializer)
7086         (generate_dispatch_table, generate_protocol_list)
7087         (build_category_initializer, build_shared_structure_initializer):
7088         Update to match.
7089
7090 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7091
7092         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
7093
7094 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7095
7096         * config/m68hc11/m68hc11-protos.h
7097         (m68hc11_eq_compare_operator): Declare
7098         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
7099         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
7100         (d_register_operand): Check the operand mode.
7101         (hard_addr_reg_operand): Likewise.
7102
7103 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7104
7105         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
7106         pattern for dbcc/ibcc generation for 68HC12.
7107         ("doloop_end"): New pattern.
7108         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
7109         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
7110         ("m68hc12_dbcc_dec_qi"): New pattern.
7111         ("m68hc12_dbcc_inc_qi"): New pattern.
7112         (split): Add split for the above when we can't use dbcc/ibcc due to
7113         reloading.
7114         (peephole2): Add peephole2 to generate the above when possible.
7115
7116 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7117
7118         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
7119         mode of operand 0.
7120         (peephole2 optimize const load): Likewise for operand 2.
7121         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
7122         clobbers CC_REGNUM.
7123         ("*rotrhi3_with_carry"): Likewise.
7124         (ashift:DI 1 split): Update pattern to create the above rotate.
7125         (lshiftrt:DI 1 split): Likewise.
7126
7127 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7128
7129         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
7130         ("tstqi_z_used" split): Use it.
7131         ("cmphi_z_used"): Likewise.
7132         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
7133         ("cmpqi_z_used"): Likewise.
7134
7135 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
7136
7137         PR c++/7910
7138         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
7139
7140 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7141
7142         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
7143         * configure, config.in: Regenerate.
7144         * intl.c (gcc_gettext_width): New function.
7145         * intl.h: Prototype it.
7146
7147 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7148
7149         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
7150         recognize -mnorelax.
7151         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
7152         (REG_CLASS_NAMES): Add its name.
7153         (REG_CLASS_CONTENTS): Define its content.
7154
7155 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7156
7157         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
7158         parameters so that offsets are valid for far definition.
7159         (__mulsi3): Likewise and use ret to return.
7160         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
7161
7162 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
7163
7164         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
7165
7166 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
7167
7168         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
7169         containing a libgcc.a, move lib* to the corresponding stage dir.
7170
7171         * Makefile.in (stage1-start, stage2-start, stage3-start,
7172         stage4-start): Move $(SPECS) to specs in stage dir.
7173         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
7174         back as $(SPECS).
7175
7176         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
7177         object files from the non-libgcc/ multilib directories as well.
7178
7179 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
7180
7181         * profile.c (read_counts_file): Initialise 'checksum'.
7182
7183         * emit-rtl.c (gen_rtx): Really correct typo.
7184
7185         PR c++/9393
7186         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
7187         * configure.in: Check for gettimeofday.
7188         * tree.c (flag_random_seed): Define.
7189         (default_flag_random_seed): New.
7190         (append_random_chars): Use flag_random_seed rather than trying
7191         to acquire randomness here.
7192         * tree.h (default_flag_random_seed): Declare.
7193         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
7194         descriptions.
7195         (decode_f_option): Handle -frandom-seed.
7196         (print_switch_values): Call default_flag_random_seed.
7197         * flags.h (flag_random_seed): Declare.
7198         * configure: Regenerate.
7199         * config.in: Regenerate.
7200         * config/alpha/t-crtfm: Use -frandom-seed.
7201
7202         * doc/extend.texi (Empty Structures): New.
7203
7204         * c-pch.c: Include flags.h.  Add comments to routines.
7205         (struct c_pch_validity): New.
7206         (get_ident): Update PCH file version number.
7207         (pch_init): Output current debugging type.
7208         (c_common_valid_pch): Check debugging type.
7209         * Makefile.in (c-pch.o): Update dependencies.
7210         * flags.h (debug_type_names): Declare.
7211         * toplev.c (debug_type_names): Move out of decode_g_option.
7212
7213 2003-04-11  Eric Christopher  <echristo@redhat.com>
7214
7215         * emit-rtl.c (gen_rtx): Fix typos.
7216
7217 2003-04-11  Richard Henderson  <rth@redhat.com>
7218
7219         * emit-rtl.c (gen_rtx): Zero '0' fields.
7220
7221 2003-04-11  Richard Henderson  <rth@redhat.com>
7222
7223         PR c++/10202
7224         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
7225         not COMPLETE_TYPE_P for re-invoking layout_decl.
7226
7227 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
7228
7229         * doc/bugreport.texi: Fix paragraph breaking between sections
7230         in preparation for TeXinfo's paragraph indentation fixes.
7231         * doc/extend.texi: Ditto.
7232         * doc/invoke.texi: Ditto.
7233         * doc/objc.texi: Ditto.
7234         * doc/gcov.texi: Wrap 'gcov' in @command{}.
7235         * doc/invoke.texi (Darwin Options): Add a preamble.
7236
7237 2003-04-11  Richard Henderson  <rth@redhat.com>
7238
7239         * config/i386/i386.c (tls_model_chars): Remove.
7240         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
7241         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
7242         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7243         (tls_symbolic_operand_1): Likewise.
7244         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
7245         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
7246         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
7247         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
7248         bits "copied from i386.h" with default_encode_section_info.
7249
7250 2003-04-11  Richard Henderson  <rth@redhat.com>
7251
7252         * rtl.def (SYMBOL_REF): Add two 0 fields.
7253         * gengtype.c (adjust_field_rtx_def): Handle them.
7254         * print-rtl.c (print_rtx): Print them.
7255         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
7256         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
7257         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
7258         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
7259         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
7260         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
7261         (SYMBOL_FLAG_MACH_DEP): New.
7262         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
7263         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
7264         (assemble_static_space): Set SYMBOL_REF_FLAGS.
7265         (assemble_trampoline_template): Likewise.
7266         (output_constant_def, force_const_mem): Likewise.
7267         (default_encode_section_info): New.
7268         * output.h: Declare it.
7269         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
7270
7271 2003-04-11  Richard Henderson  <rth@redhat.com>
7272
7273         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
7274         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
7275         * optabs.c (init_optabs): Initialize them.
7276         (init_libfuncs): Use init_one_libfunc.
7277         * calls.c (expand_call): Use gcov_flush_libfunc.
7278         * expr.c (store_constructor): Use setbits_libfunc.
7279         * function.c (expand_main_function): Use init_one_libfunc.
7280         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
7281
7282 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
7283
7284         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
7285         documentation; add DECL_FRIEND_CONTEXT.
7286
7287 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7288
7289         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
7290         notes on linker selection and configuration for 64-bit HP-UX port.
7291         * doc/invoke.texi (hppa): Remove hppa text from description for
7292         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
7293         and -threads options.
7294
7295         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
7296         libc.a on libdld.sl when -static is specified and -nolibdld is not
7297         specified.
7298         * pa64-hpux.h (LIB_SPEC): Likewise.
7299         * pa-hpux11.h (LIB_SPEC): Likewise.
7300         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
7301         is not specified.
7302
7303 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
7304
7305         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
7306         not IDENTIFIER_LOCAL_VALUE.
7307
7308 2003-04-11  Richard Henderson  <rth@redhat.com>
7309
7310         PR c/10201
7311         * expr.c (expand_expr): Move DECL_RTL frobbing ...
7312         * stor-layout.c (layout_decl): ... here.
7313
7314 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
7315
7316         * doc/invoke.texi: Eliminate extra white-space caused by
7317         @gccoptlist{ on its own line.
7318         * doc/invoke.texi: Ensured there are two spaces between each option.
7319         * doc/invoke.texi: Re-wrapped option lines that were too wide.
7320         Added @gol to options that didn't have them.
7321
7322 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7323
7324         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
7325         gcov-iov.h.
7326
7327         Simplify interface to gcov reading and writing.
7328         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
7329         gcov_alloc, gcov_modified, gcov_errored): Move into ...
7330         (struct gcov_var gcov_var): ... this static structure.
7331         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
7332         Return void.
7333         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
7334         read object.
7335         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
7336         (gcov_reserve_length): Remove.
7337         (gcov_write_tag): New.
7338         (gcov_write_length): Adjust.
7339         (gcov_read_summary, gcov_write_summary): Adjust.
7340         (gcov_eof, gcov_ok): Rename to ...
7341         (gcov_is_eof, gcov_is_error): ... here. Return error code.
7342         (gcov_save_position, gcov_resync): Rename to ...
7343         (gcov_position, gcov_seek): ... here.
7344         (gcov_skip, gcov_skip_string): Remove.
7345         (gcov_error): Remove.
7346         (gcov_open, gcov_close): Adjust.
7347         * gcov.c (find_source): Take const char *, copy it on allocation.
7348         (read_graph_file): Adjust.
7349         (read_count_file): Adjust.
7350         * libgcov.c (gcov_exit): Adjust.
7351         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
7352         tag_arc_counts, tag_summary): Return void. Adjust.
7353         (struct tag_format): Adjust proc member.
7354         (dump_file): Adjust gcov calls.
7355
7356 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
7357
7358         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
7359         mkfixinc.sh.
7360         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
7361         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
7362         build != host sysrooted builds.
7363         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
7364         TARGET_SYSTEM_ROOT even on sysrooted natives.
7365         * configure: Rebuilt.
7366
7367 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
7368
7369         * c-decl.c (struct binding_level): Add shadowed_tags and
7370         function_body; remove this_block, tag_transparent, and
7371         subblocks_tag_transparent; update comments.
7372         (clear_binding_level, lookup_tag_reverse): Kill.
7373         (make_binding_level): Use ggc_alloc_cleared or memset.
7374         (lookup_tag): Remove struct binding_level* parameter.  All
7375         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
7376         current_binding_level->tags if asked for thislevel_only or if
7377         we might have to diagnose "struct foo; union foo;"
7378         (pushlevel): Ignore argument.  Do not push another binding
7379         level on the transition from the parameters to the top level
7380         of the function body; just tweak the flags and proceed.
7381         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
7382         a function body, separate the parameter list from the
7383         top-level local variables.
7384         (set_block): Do nothing.
7385         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
7386         shadowed_tags if necessary.
7387         (warn_if_shadowing): Nuke the special case for local shadowing
7388         parameter.
7389         (pushdecl): Do not create a shadow entry if we are replacing
7390         an older decl in the same binding level.
7391         (pushdecl_function_level): Tweak for new way of indicating
7392         function scope.
7393         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
7394         (start_function): Don't set subblocks_tag_transparent.
7395         (finish_function): Fix up the binding_level stack for totally
7396         empty functions.  Otherwise, don't call poplevel.
7397
7398         * c-common.c (shadow_warning): MANDATORY argument is no longer
7399         necessary.  Always use plain warning.
7400         * c-common.h: Update to match.
7401
7402         * cfglayout.c (scope_to_insns_initialize): Clear block when we
7403         hit the FUNCTION_DECL.
7404         * function.c: Do not create cyclic tree structure.
7405
7406 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
7407
7408         * c-tree.h (struct lang_identifier): Replace global_value,
7409         local_value members with symbol_value, tag_value.  Kill
7410         implicit_decl and limbo_value.
7411         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
7412         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
7413         C_MISSING_PROTOTYPE_WARNED): Kill.
7414         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
7415         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
7416         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
7417         (implicit_decl_warning, lookup_name_current_level,
7418         record_function_scope_shadow): Don't prototype.
7419         (pushdecl_function_level): Prototype.
7420
7421         * c-decl.c (truly_local_externals): New variable.
7422         (struct binding_level): Adjust commentary.
7423         (get_function_binding_level, clear_limbo_values,
7424         record_function_scope_shadow): Kill.
7425         (lookup_name_current_level, implicit_decl_warning): Are now static.
7426         (any_external_decl, record_external_decl): New static functions.
7427         (clone_underlying type): Split out of pushdecl.
7428         (c_print_identifier): Update to match changes to struct
7429         lang_identifier.
7430         (poplevel): Delete #if 0 block.  Make externals invisible
7431         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
7432         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
7433         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
7434         (duplicate-decls): For real parm decl after a forward decl,
7435         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
7436         foo(...) { } with only a warning.  Say whether a previous
7437         declaration was implicit.
7438         (warn_if_shadowing): Now handles all shadowing, not just
7439         local-over-local.  Clarify comments.
7440         (pushdecl): Rewritten.  There is no longer a distinction
7441         between global and local symbol values; they're all
7442         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
7443         DECL_EXTERNAL decls, and use any_external_decl to check
7444         against previous externals.  Kill #if 0 blocks.  Don't
7445         tolerate error_mark_node being NULL.
7446         (pushdecl_top_level): Handle only those cases which
7447         Objective C (the only user) needs.
7448         (pushdecl_function_level): New function.
7449         (implicitly_declare): Create ordinary decls with
7450         C_DECL_IMPLICIT set.  Recycle old decls, however they got
7451         created.
7452         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
7453         for C_DECL_INVISIBLE symbols.
7454         (lookup_name_current_level): Likewise.  Use chain_member.
7455         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
7456         Use pushdecl_function_level.
7457         (builtin_function): Use C_DECL_INVISIBLE.
7458         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
7459         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
7460         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
7461         (identifier_global_value): Same.  Must scan
7462         global_binding_level in extremis.
7463
7464         * c-typeck.c (undeclared_variable): New static function, split
7465         from build_external_ref.
7466         (build_external_ref): Use DECL_CONTEXT, not
7467         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
7468         an instance variable.  Restructure for clarity.
7469         * objc/objc-act.c: Use identifier_global_value, not
7470         IDENTIFIER_GLOBAL_VALUE.
7471
7472 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
7473
7474         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
7475         not Working Paper.
7476         * doc/invoke.texi (C++ Dialect Options): Same.
7477
7478 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
7479
7480         * tree.c (tree_operand_check_failed): New function.
7481         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
7482         TREE_RTL_OPERAND_CHECK): New checking macros.
7483         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
7484         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
7485         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
7486         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
7487         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
7488         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
7489         checking macros.
7490
7491 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
7492
7493         PR inline-asm/8803
7494         * function.c (instantate_virtual_regs):  Verify that all ASM statements
7495         match after the virutal regs instantiation.
7496
7497 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
7498
7499         * ia64-protos.h (addp4_optimize_ok): New.
7500         * ia64.c (addp4_optimize_ok): New.
7501         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
7502         (*ptr_extend_plus_2): Ditto.
7503
7504 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
7505
7506         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
7507         not with convert_memory_address.
7508         (store_constructor): Ditto, and same for copy_size_rtx.
7509         (expand_expr): Ditto.
7510
7511 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
7512
7513         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
7514
7515 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
7516
7517         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
7518         even if it is configured to be write-through.
7519
7520 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
7521
7522         * config/s390/s390.c (larl_operand): Do not allow symbols
7523         marked with '@'.
7524         (s390_encode_section_info): Mark symbols with forced 1-byte
7525         alignment with '@'.
7526         (s390_strip_name_encoding): Strip '@'.
7527         (legitimize_pic_address): Handle symbols that are not valid
7528         LARL operands in 64-bit mode.
7529
7530 2003-04-10  Andrew Haley  <aph@redhat.com>
7531
7532         * tree-inline.c (inlinable_function_p): Disable inlining for
7533         synchronized methods.
7534
7535 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
7536
7537         * c-common.h (lang_statement_code_p): Remove declaration.
7538         (statement_code_p): Ditto.
7539         (c_common_stmt_codes): Define; list of c-common statement codes.
7540         (statement_code_p): New extern declaration.
7541         (STATEMENT_CODE_P): Define.
7542         (INIT_STATEMENT_CODES): Define.
7543         * c-common.c (statement_code_p): Kill the function, declare
7544         as an array of bools instead.
7545         (lang_statement_code_p): Remove.
7546         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
7547         (c_safe_from_p): Ditto.
7548         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
7549         to initialize the statement_code_p array.
7550         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
7551         statement_code_p.
7552         (copy_tree_r): Ditto.
7553         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
7554         statement tree codes.
7555         * cp/lex.c (cxx_init): Add missing print line break.  Use
7556         INIT_STATEMENT_CODES to initialize the statement_code_p array.
7557         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
7558         instead of statement_code_p.
7559         * cp/pt.c (tsubst_expr): Ditto.
7560         * cp/tree.c (verify_stmt_tree_r): Ditto.
7561         (cp_statement_code_p): Remove.
7562         (init_tree): Don't set lang_statement_code_p, it's gone.
7563
7564 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7565             Zack Weinberg  <zack@codesourcery.com>
7566
7567         * regrename.c (struct du_chain): Use a bitfield for reg_class.
7568         * cse.c (struct qty_table_elem, struct table_elt, struct set):
7569         Use bitfields for fields holding enum rtx_code or
7570         enum machine_mode values.  Add comments explaining size choices.
7571
7572 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
7573
7574         * config/fp-bit.c (unpack_d): Handle pair of doubles with
7575         different signs correctly.
7576
7577 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
7578
7579         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
7580         (reg_pending_barrier): Make it of the enumeration type.
7581         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
7582         TRUE_BARRIER.
7583         (sched_analyze): Ditto.
7584         (sched_analyze_insn): Ditto.  Use anti-dependencies for
7585         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
7586         (init_deps_global): Initialize the barrier as NO_BARRIER.
7587
7588 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
7589
7590         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
7591         Check that asm insn starts on a new cycle.  Add nops after asm
7592         insn to end bundle.
7593         (bundling): Move insn type evaluation from the loop.  Call
7594         issue_nops_and_insn with the new parameter.  Ignore changing
7595         position for nops after asm insn.
7596
7597 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
7598
7599         * optabs.c: Comment that gen_add2_insn and others may actually
7600         return emitted insns, if the gen functions turn out to return
7601         emitted insns.
7602         * reload1.c (reload_cse_move2add): Cope with emitted insns from
7603         gen_add2_insn.
7604
7605 2003-04-09  Richard Henderson  <rth@redhat.com>
7606
7607         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
7608         but not tls_symbolic_operand.
7609         (ia64_expand_load_address): Remove scratch operand.
7610         (ia64_expand_tls_address): Split out from ia64_expand_move.
7611         (ia64_expand_move): Split symbolics only after reload.
7612         (ia64_emit_cond_move): New.
7613         * config/ia64/ia64-protos.h: Update.
7614         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
7615         (symbolic splitter): Accept SImode operands too.
7616         (cmove splitter): Use ia64_emit_cond_move.
7617
7618 2003-04-09  Nick Clifton  <nickc@redhat.com>
7619
7620         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
7621         newer.
7622         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
7623         instead of -mno-fpu.
7624         * config/arm/semi.h (ASM_SPEC): Likewise.
7625         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
7626         but only if -msoft-float is specified pass.  Otherwise pass
7627         -mfpu=softvfp.
7628
7629 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7630
7631         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
7632         free_EXPR_LIST_node.
7633
7634 2003-04-08  Roger Sayle  <roger@eyesopen.com>
7635
7636         * fold-const.c (fold):  Use "fold" following build in more places.
7637         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
7638         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
7639
7640 2003-04-08  Roger Sayle  <roger@eyesopen.com>
7641
7642         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
7643         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
7644         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
7645         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
7646         Delete function scope "fcode" variable to avoid shadowing.
7647
7648 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
7649
7650         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
7651         Take into account DWARF_INITIAL_LENGTH_SIZE.
7652
7653 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
7654
7655         * reorg.c (fill_slots_from_thread): When considering changing the
7656         insn following a reg-to-reg copy insn to use the source reg of the
7657         copy, bail out if there's overlap between the registers.
7658
7659 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7660
7661         * function.c (postponed_insns): New.
7662         (purge_addressof_1): Postpone processing of insns if addressofs
7663         are not put into stack.
7664         (purge_addressof): Process postponed insns.
7665
7666 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
7667
7668         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
7669         this is FP_MODE_DOUBLE .
7670         * sh.c (ra.h): #include.
7671         (push_regs): Add second parameter.  Changed all callers.
7672         If necessary, set fpscr before saving floating point registers.
7673         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
7674         do saves / restores with SZ == 1.
7675         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
7676         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
7677         registers are being restored, restore FPSCR only after restoring them.
7678
7679 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
7680
7681         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
7682         regardless of architecture.
7683         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
7684
7685 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
7686
7687         * sh.c (push_regs, calc_live_regs): Return int.  Take single
7688         HARD_REG_SET * parameter.  Changed all callers.
7689
7690 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
7691
7692         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
7693         GOTOFF operand.
7694         (legitimize_pic_address): Move plus outside the unspec.
7695         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
7696         for validity.
7697
7698 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
7699
7700         * gcov-io.h (gcov_save_position): Remove __inline__ from
7701         declaration.
7702
7703 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
7704
7705         * doc/install.texi: Use @command and @samp for single- and
7706         multi-word commands respectively.
7707         * doc/makefile.texi: Likewise.
7708         * doc/sourcebuild.texi: Likewise.
7709
7710 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7711             Richard Henderson  <rth@redhat.com>
7712
7713         PR c/9516
7714         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
7715         favour of looping and tail recursion for TREE_LIST and binops.
7716
7717 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7718
7719         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
7720         for insns without luid.
7721
7722 2003-04-07  Glen Nakamura  <glen@imodulo.com>
7723
7724         PR opt/8634
7725         * explow.c (maybe_set_unchanging): Don't flag non-static const
7726         aggregate type initializers with RTX_UNCHANGING_P.
7727
7728 2003-04-07  Richard Henderson  <rth@redhat.com>
7729
7730         PR opt/8634
7731         * function.c (purge_addressof_1): Don't try arithmetics for
7732         unchanging memories.
7733
7734 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
7735
7736         * doc/sourcebuild.texi (Test Suites): Document testing support for
7737         gcov and profile-directed optimizations; describe gcc.misc-tests.
7738
7739 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
7740
7741         PR target/10077
7742         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
7743
7744 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7745
7746         * doc/rtl.texi (Comparison operations): Update to
7747         record the allowed comparison modes.
7748
7749 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
7750
7751         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
7752         V2SI_type_node to opaque_V2SI_type_node.  Rename all
7753         V2SF_type_node to opaque_V2SF_type_node.
7754         (rs6000_init_builtins): Define opaque_V2SI_type_node and
7755         opaque_V2SF_type_node.
7756         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
7757         opaque_V2SF_type_node are opaque types.
7758
7759 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
7760
7761         * gcse.c (replace_store_insn): Use single_set.
7762
7763 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
7764
7765         Change gcov file interface to single file at a time.
7766         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
7767         Convert to C89 prototypes.
7768         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
7769         gcov_error, gcov_modified): New static variables.
7770         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
7771         functions.
7772         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
7773         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
7774         (gcov_read_summary, gcov_write_summary): Adjust.
7775         (gcov_save_position, gcov_reserve_length, gcov_write_length):
7776         Adjust.
7777         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
7778         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
7779         (da_file_position, da_file_seek, da_file_write, da_file_read):
7780         Remove.
7781         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
7782         * gcov.c (gcov_type): Don't typedef here.
7783         (IN_GCOV): #define
7784         (read_graph_file, read_count_file): Adjust.
7785         * gcov-dump.c (gcov_type): Don't typedef here.
7786         (IN_GCOV): #define.
7787         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
7788         Remove FILE parameter, adjust.
7789         (struct tag_format): Adjust proc member.
7790         (dump_file): Adjust.
7791         * libgcov.c (IN_LIBGCOV): #define.
7792         (gcov_exit): Adjust.
7793         * loop-init.c: Don't #include gcov-io.h
7794         * profile.c (struct counts_entry): New structure to hold counter
7795         values.
7796         (struct section_reference, struct da_index_entry): Remove.
7797         (bbg_file, da_file): Remove.
7798         (htab_counts_index_hash, htab_counts_index_eq,
7799         htab_counts_index_del): Replace with ...
7800         (htab_counts_entry_hash, htab_counts_entry_eq,
7801         htab_counts_entry_del): ... these.
7802         (cleanup_counts_index, index_counts_file): Remove.
7803         (read_counts_file): New function.
7804         (get_exec_counts): Adjust.
7805         (compute_branch_probabilities): Don't free the exec counts here.
7806         (branch_prob): Adjust.
7807         (init_branch_prob): Adjust.
7808         (end_branch_prob): Adjust.
7809
7810 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
7811
7812         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
7813         -mfloat-gprs.
7814
7815         * config/rs6000/rs6000.c: Delete rs6000_fprs.
7816         Declare rs6000_float_gprs.
7817         Declare rs6000_float_gprs_string.
7818         (rs6000_parse_float_gprs_option): New.
7819         (rs6000_override_options): Genericize rs6000_parse_* calls to use
7820         rs6000_parse_yes_no_option.
7821         Change check for cpu=8540, to use TARGET_E500.
7822         (rs6000_parse_isel_option): Delete.
7823         (rs6000_parse_spe_option): Delete.
7824         (rs6000_parse_vrsave_option): Delete.
7825
7826         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
7827         Define rs6000_float_gprs_string.
7828         (TARGET_OPTIONS): Add rs6000_float_gprs option.
7829
7830         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
7831
7832         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
7833
7834 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
7835
7836         PR opt/10024
7837         * cfglayout.c (cfg_layout_redirect_edge):
7838         Redirect any branch edges unified with the fallthru one.
7839         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
7840         case fallthru edges when called via cfglayout.c
7841
7842 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
7843
7844         * c-typeck.c (output_init_element): Check for type == error_mark_node.
7845
7846 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
7847
7848         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
7849         split.
7850         (a splitter): Do zero-extension via HImode.
7851
7852 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
7853
7854         * doc/invoke.texi: Eliminate extra white-space caused by
7855         @gccoptlist{ on its own line.
7856         * doc/invoke.texi: Ensured there are two spaces between each option.
7857         * doc/invoke.texi: Re-wrapped option lines that were too wide.
7858         Added @gol to options that didn't have them.
7859
7860 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
7861
7862         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
7863
7864 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
7865
7866         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
7867         at the sizes of the relevant structures, rather than relying
7868         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
7869         sizes of any such we don't know about.  Use
7870         lang_hooks.identifier_size for IDENTIFIER_NODE.
7871
7872         (initializer_zerop): Use CONSTRUCTOR_ELTS.
7873         * tree.def: Update commentary.  Make fourth element of
7874         the definition for all 'c' and 'x' nodes zero.
7875
7876         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
7877         * langhooks-def.h: Update to match.
7878         * langhooks.c: New default, lhd_tree_size.
7879
7880         * c-common.def (SRCLOC): Kill.
7881         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
7882         Remove entirely - was already #if-ed out.
7883
7884
7885 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
7886
7887         * mklibgcc.in: Use a here document to avoid running afoul of
7888         shells that generate control-A from "echo \1".
7889
7890 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
7891
7892         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
7893         option.
7894
7895         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
7896         rs6000_spe.
7897
7898         * config/rs6000/eabi.h (TARGET_E500): Define.
7899
7900         * config/rs6000/rs6000.h (TARGET_E500): Define.
7901         (TARGET_OPTIONS): Add spe= option.
7902         Declare rs6000_spe and rs6000_spe_string extern.
7903
7904         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
7905         Change TARGET_SPE to TARGET_E500.
7906         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
7907         !TARGET_FPRS.
7908         (print_operand): Same.
7909         (rs6000_generate_compare): Same.
7910         (output_cbranch): Same.
7911         (rs6000_spe): Declare.
7912         (rs6000_spe_string): Declare.
7913         (rs6000_override_options): Call rs6000_parse_spe_option.
7914         (rs6000_parse_spe_option): New.
7915
7916 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
7917
7918         * hashtable.c (gcc_obstack_init): Delete this function
7919         and everything related to it.
7920         * hashtable.h: Remove prototype.
7921         * bitmap.c (bitmap_element_allocate): Cleanup redundant
7922         defines.  Cleanup some unnecessary whitespace.
7923         * defaults.h (obstack_chunk_alloc): Redefine with
7924         appropriate casts for libiberty obstacks.
7925         (obstack_chunk_free): Ditto.
7926         (OBSTACK_CHUNK_SIZE): Define, default to 0.
7927         (gcc_obstack_init): Define as a call to _obstack_begin.
7928         * tree.c (print_obstack_statistics): Delete this unused
7929         function.
7930         * tree.h (obstack): Don't forward-declare.
7931         (print_obstack_statistics): Delete prototype.
7932         (print_obstack_name): Ditto.
7933         (gcc_obstack_init): Ditto.
7934         * rtl.h (gcc_obstack_init): Ditto.
7935         * java/jv-scan.c (gcc_obstack_init): Delete this
7936         function, its prototype and related defines.
7937         * java/jvgenmain.c (gcc_obstack_init): Delete this
7938         function, and related defines.
7939         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
7940         (obstack_chunk_free): Ditto
7941
7942 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
7943
7944         * dbxout.c (dbxout_handle_pch): Move prototype out from
7945         #if defined DBX_DEBUGGING_INFO.
7946
7947 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
7948
7949         * gcov.c (struct arc_info): Replace local_span with cycle.
7950         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
7951         (solve_flow_graph): Set is_call_return.
7952         (add_line_counts): Adjust. In block mode, blocks attach to last line.
7953         (accumulate_line_counts): Find graph cycles, not spanning tree.
7954         (output_branch_count): Adjust.
7955         (output_lines): Adjust.
7956         * doc/gcov.texi: Update.
7957
7958 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
7959
7960         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
7961         the second alternative to "#".
7962
7963 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
7964
7965         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
7966         (single_zero_operand): Likewise.
7967
7968 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
7969
7970         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
7971         * df.c: Include alloc-pool.h, not obstack.h.
7972         (df_ref_obstack): Remove.
7973         (df_ref_pool, df_link_pool): Add pools.
7974         (df_alloc): Init the new pools.
7975         (df_free): And free them.
7976         (df_link_create): Use the pools.
7977         (df_ref_create): Ditto.
7978
7979 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
7980
7981         * simplify-rtx.c: Fix formatting.
7982
7983 2003-04-05  Andrew Pinski  <apinski@apple.com>
7984
7985         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
7986         reg with reg1 == reg2 and offset1 = -8.
7987
7988 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
7989
7990         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
7991         multiply costs.  Correct Power4 divide costs.
7992         * config/rs6000/power4.md: Restore multiply and FP latency.
7993
7994 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7995
7996         * alias.c (find_base_term): Export.
7997         * rtl.h (find_base_term): Declare.
7998         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
7999         instead of flag_exceptions.  Move test for parameter passing ...
8000         (store_killed_in_insn): ... here.
8001
8002 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8003
8004         PR bootstrap/10267
8005         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
8006         for configuring.
8007
8008 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
8009
8010         * dbxout.c (scope_labelno): Add GTY.
8011         (have_used_extensions): Add GTY.
8012         (source_label_number): Add GTY.
8013         (lastfile): Add GTY.
8014         (lastfile_is_base): New.
8015         (base_input_file): New.
8016         (dbxout_handle_pch): New.
8017         (dbx_debug_hooks): Add handle_pch.
8018         (xcoff_debug_hooks): Likewise.
8019         (dbxout_function_end): Remove scope_labelno.
8020         (dbxout_init): Set base_input_file.
8021         (dbxout_handle_pch): New.
8022         (dbxout_source_file): Honour lastfile_is_base.
8023         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
8024         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
8025         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
8026         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
8027         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
8028         * debug.h (struct gcc_debug_hooks): Add handle_pch.
8029         * c-pch.c (pch_init): Don't call start_source_file, but do call
8030         handle_pch.
8031         (c_common_write_pch): Call handle_pch.
8032         (c_common_read_pch): Don't call start_source_file,
8033         or end_source_file.
8034
8035 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
8036
8037         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
8038         use of default attributes to agree MEM_ALIGN macro.
8039
8040 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
8041
8042         * dbxout.c (dbxout_type): When printing type index of range type
8043         whose bounds are printed in octal format, print type of parent type if
8044         it exists so enumerated type descriptions are not transformed
8045         into unsigned types.
8046
8047 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
8048
8049         * config/h8300/h8300-protos.h: Add a prototype for
8050         compute_a_shift_cc.
8051         * config/h8300/h8300.c (shift_one): Update the CC status.
8052         (shift_two): Likewise.
8053         (output_a_shift_cc): Set cc_inline and cc_special.
8054         (compute_a_shift_cc): New.
8055         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
8056
8057 2003-04-04  Richard Henderson  <rth@redhat.com>
8058
8059         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
8060
8061 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
8062
8063         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
8064         * fixinc/fixincl.x: Rebuilt.
8065         * fixinc/tests/base/stdio.h: Regenerated.
8066
8067 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
8068
8069         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
8070
8071 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
8072
8073         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
8074         (NORMAL_MODE).
8075         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
8076
8077 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8078
8079         * doc/contrib.texi (Contributors): Add entries for Wolfgang
8080         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
8081         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
8082         Danny Smith, and Ulrich Weigand.
8083         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
8084         entry.
8085
8086 2003-04-04  Nick Clifton  <nickc@redhat.com>
8087
8088         * config/sparc/sol2-bi.h: Revert previous delta.
8089         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
8090
8091 2003-04-04  Nick Clifton  <nickc@redhat.com>
8092
8093         * config/v850/v850.c (expand_prologue): Only use register save
8094         helper functions if long calls are not being used.
8095         Add a clobber of r11 id using long calls.
8096         (pattern_is_ok_for_prologue): Account for the extra clobber.
8097         (construct_save_jarl): Likewise.
8098         * config/v850/v850.md (prolog pattern): Do not use this pattern
8099         for v850e's.
8100
8101 2003-04-04  Andreas Schwab  <schwab@suse.de>
8102
8103         * stor-layout.c (layout_decl): Avoid syntax error in last change
8104         when PCC_BITFIELD_TYPE_MATTERS is defined but not
8105         EMPTY_FIELD_BOUNDARY.
8106
8107 2003-04-03  Jason Merrill  <jason@redhat.com>
8108
8109         PR c/10175
8110         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
8111         Look backwards for a line note.
8112
8113 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
8114
8115         * fix-header.c (read_scan_file): Defer switch processing.
8116
8117 2003-04-03  Matt Austern  <austern@apple.com>
8118
8119         * cpppch.c (reset_ht): Remove.
8120         (cpp_read_state): Remove loop to reset hashtable identifiers.
8121         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
8122         after pch file is written.
8123         * ggc.h (gt_pch_fixup_stringpool): Declare.
8124         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
8125         hashnode's value to another hashtable, then clear the original.
8126         (saved_ident_hash): Define.
8127         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
8128         store definitions in ident_hash, and clear ident_hash.
8129         (gt_pch_fixup_stringpool): Define.  Restore definitions from
8130         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
8131
8132 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
8133
8134         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
8135
8136 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
8137
8138         PR optimization/10157
8139         * gcse.c (can_copy_p): Rename it to can_copy.
8140         (can_copy_init_p): Remove.
8141         (compute_can_copy): Use can_copy instead of can_copy_p.
8142         (can_copy_p): New exported function. Call compute_can_copy.
8143         (hash_scan_set): Use it.
8144         (gcse_main): Don't call compute_can_copy.
8145         (bypass_jumps): Don't call compute_can_copy.
8146         * rtl.h (can_copy_p): Declare.
8147         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
8148         copy if the mode doesn't support copy operations.
8149
8150 2003-04-03  Jason Merrill  <jason@redhat.com>
8151
8152         * Makefile.in (unstrap): Also remove stage_last.
8153
8154         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
8155         (dwarf2out_source_line): Don't do anything if line==0.
8156
8157         * stor-layout.c (do_type_align): New fn, split out from...
8158         (layout_decl): ...here.  Do all alignment calculations for
8159         FIELD_DECLs here.
8160         (update_alignment_for_field): Not here.
8161         (start_record_layout, debug_rli): Remove unpadded_align.
8162         * tree.h (struct record_layout_info_s): Remove unpadded_align.
8163         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
8164         or DECL_MODE on the CONST_DECLs.
8165         (finish_struct): Don't mess with DECL_ALIGN.
8166
8167 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
8168
8169         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
8170
8171 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
8172
8173         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
8174         function is an interrupt handler.
8175
8176         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
8177         restoring target registers with EH_RETURN_STACKADJ_RTX; use
8178         multiple registers in round-robin fashion.
8179
8180 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8181
8182         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
8183         * system.h (CHAR_BITFIELD): New.
8184
8185 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
8186
8187         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
8188         and LE.
8189         (another peephole2): Likewise.
8190
8191 2003-04-03  Nick Clifton  <nickc@redhat.com>
8192
8193         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
8194         (DEF_ARCH64_SPEC): Likewise.
8195
8196 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
8197
8198         * i386.c (constant_address_p): Use legitimate_constant_p.
8199         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
8200
8201 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8202
8203         * config/h8300/h8300-protos.h: Add a prototype for
8204         gtle_operator.
8205         * config/h8300/h8300.c (gtle_operator): New.
8206         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
8207         gtle_operator.
8208         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
8209         and LE.
8210
8211 2003-04-02  Richard Henderson  <rth@redhat.com>
8212
8213         * libgcc-std.ver (_Unwind_GetCFA): New.
8214         * unwind-dw2.c (_Unwind_GetCFA): New.
8215         * unwind-libunwind.c (_Unwind_GetCFA): New.
8216         * unwind-sjlj.c (_Unwind_GetCFA): New.
8217         * unwind.h: Declare it.
8218
8219 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
8220
8221         PR inline-asm/8088
8222         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
8223         when MMX/SSE is not available.
8224
8225 2003-04-02  Mike Stump  <mrs@apple.com>
8226
8227         * doc/install.texi (Specific): Update pointers to apple.com.
8228
8229 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
8230
8231         * i386.c (override_options):  Disable red zone by default on i386.
8232         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
8233         Do not test TARGET_64BIT together with TARGET_RED_ZONE
8234
8235 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8236
8237         * config/h8300/h8300.md (a peephole2): Tighten the condition.
8238
8239 2003-04-02  Richard Henderson  <rth@redhat.com>
8240
8241         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
8242
8243 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8244
8245         * config/h8300/h8300.md (a peephole2): New.
8246
8247 2003-04-02  Richard Henderson  <rth@redhat.com>
8248
8249         * except.c (sjlj_find_directly_reachable_regions): Recognize when
8250         must-not-throw region has been deleted.
8251
8252 2003-04-02  Richard Henderson  <rth@redhat.com>
8253
8254         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
8255         optimization when flag_exceptions not enabled.
8256
8257 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
8258
8259         * config/rs6000/rs6000.c
8260         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
8261         macros.
8262         (rs6000_issue_rate): Add case for 8540.
8263         (rs6000_use_sched_lookahead): New function.
8264
8265         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
8266         units into MU ones.
8267         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
8268         reservation before retirement.
8269         (ppc8540_multiply, ppc8540_load, ppc8540_store,
8270         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
8271         Remove additional cycle in the reservation before retirement.
8272         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
8273         reservation of ppc8540_issue.
8274
8275 2003-04-02  Andreas Schwab  <schwab@suse.de>
8276
8277         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
8278
8279 2003-04-01  Richard Henderson  <rth@redhat.com>
8280
8281         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
8282         notes for nothrow calls if flag_forced_unwind_exceptions.
8283         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
8284         (sjlj_find_directly_reachable_regions): Likewise.
8285         (reachable_handlers): Likewise.
8286         (can_throw_external): Likewise.
8287         (collect_one_action_chain): Record cleanups after catch-all and
8288         must-not-throw if flag_forced_unwind_exceptions.
8289         * flags.h (flag_forced_unwind_exceptions): Declare.
8290         * toplev.c (flag_forced_unwind_exceptions): New.
8291         (lang_independent_options): Add it.
8292         * doc/invoke.text: Add it.
8293
8294 2003-04-01  David Mosberger <davidm@hpl.hp.com>
8295
8296         * config/ia64/crti.asm: Clean up trailing whitespace.
8297         Remove trailing hashes (#) from identifiers.
8298
8299         * config/ia64/crtn.asm: Ditto.
8300
8301         * config/ia64/crtend.asm: Remove trailing hashes (#) from
8302         identifiers.
8303         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
8304         directives.  Drop explicit bundling---it just makes the code
8305         harder to read.  Don't save/restore gp needlessly.
8306
8307         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
8308         identifiers (they're only needed if the identifier would clash
8309         with a register name otherwise).
8310         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
8311         directives.  Drop explicit bundling---it just makes the code
8312         harder to read.
8313         (__do_jv_register_classes): Ditto.
8314         (.fini_array): Remove "progbits" (newer
8315         assemblers don't like wrong section-types).
8316         (.init_array): Ditto.
8317
8318 2003-04-01  Roger Sayle  <roger@eyesopen.com>
8319
8320         PR fortran/9974
8321         * gcse.c (reg_killed_on_edge): New function to test whether the
8322         given reg is overwritten by any instruction queued on an edge.
8323         (bypass_block): Ignore substitutions killed on incoming edges.
8324         Don't bypass outgoing edges that have queued instructions.
8325
8326 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
8327
8328         * real.h (EXP_BITS): Make room for...
8329         (struct real_value): ... added canonical bit.
8330         (struct real_format): Added pnan.
8331         (mips_single_format, mips_double_format, mips_extended_format,
8332         mips_quad_format): New.
8333         * real.c: Copy p to pnan in all formats.
8334         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
8335         (real_nan): Use pnan to compute significand's shift.
8336         (real_identical): Disregard significand in canonical
8337         NaNs.
8338         (real_hash): Likewise.  Take signalling into account.
8339         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
8340         Disregard significand bits in canonical NaNs.  Set all bits of
8341         canonical NaN if !qnan_msb_set.
8342         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
8343         qnan_msb_set to tell the base double format.
8344         (ibm_extended_format): Use 53 as pnan.
8345         (mips_single_format, mips_double_format, mips_extended_format,
8346         mips_quad_format): Copied from the corresponding ieee/ibm
8347         formats, with qnan_msb_set false.
8348         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
8349         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
8350         * config/mips/mips.c (override_options): Use mips_single_format
8351         and mips_double_format.  Default TFmode to mips_quad_format.
8352         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
8353         * config/mips/t-irix6: Likewise.
8354         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
8355         * config/fp-bit.c (pack_d, unpack_d): Obey it.
8356
8357 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
8358
8359         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
8360         (live_image_destructor): Reset image to initial state.
8361         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
8362
8363 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
8364
8365         * config/sparc/sparc.c (input_operand): Accept bare
8366         CONSTANT_P_RTX operands.
8367
8368 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8369
8370         * gcse.c (struct ls_expr): Added pattern_regs field.
8371         (ldst_entry): Initialize it.
8372         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
8373         (store_ops_ok): Use regs precomputed by them.
8374         (find_loads, store_killed_in_insn, load_kills_store): Change return
8375         type to bool.
8376         (store_killed_before, store_killed_after): Take position of register
8377         set in account.
8378         (reg_set_info): Store position of the setter.
8379         (gcse_main): Enable store motion.
8380         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
8381         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
8382         sharing.
8383         (simple_mem): Enable store motion of non-symbol mems.
8384         (regvec): Type changed.
8385         (LAST_AVAIL_CHECK_FAILURE): New.
8386         (compute_store_table_current_insn): New.
8387         (build_store_vectors): Computation of availability and anticipatability
8388         moved ...
8389         (compute_store_table, find_moveable_store): ... here.
8390         (delete_store): Remove senseless comment.
8391         (store_motion): Reorganize.
8392
8393 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
8394
8395         * config/mips/mips.c (override_options): Provide mappings for
8396         HI_REGNUM and LO_REGNUM.
8397         * config/mips/mips.h (MD_DBX_FIRST): Define.
8398
8399 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8400
8401         * combine.c (merge_outer_ops): Fix typo.
8402
8403         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
8404
8405 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
8406
8407         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
8408         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
8409         imul_compare.  Add lmul_compare.
8410         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
8411         in second pair of dispatch slots.  Model stores more accurately.
8412         Tweak multiply model.  Add bypasses for CR instructions dependent
8413         on complicated compares.
8414         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
8415         (muldi3): Add lmul_compare patterns.
8416         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
8417         and FPSTORE_UX to split instructions and add COMPARE,
8418         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
8419         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
8420         (rs6000_rtx_costs): Separate POWER4 multiply case.
8421
8422 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
8423
8424         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
8425         Do nothing if __builtin_return_address was not used.
8426
8427 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
8428
8429         * i386.md (test patterns):  Allow memory operand in operand1.
8430
8431 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
8432
8433         * testsuite/gcc.c-torture/execute/simd-3.c: New.
8434
8435         * expr.c (expand_expr): Handle VECTOR_CST.
8436         (const_vector_from_tree): New.
8437
8438         * varasm.c (output_constant): Handle VECTOR_CST.
8439
8440         * c-typeck.c (digest_init): Build a vector constant from a
8441         VECTOR_TYPE.
8442
8443         * config/rs6000/rs6000.c: Remove prototype for
8444         easy_vector_constant.
8445         (easy_vector_constant): Add mode parameter.  Rewrite to handle
8446         more easy constants.
8447         (rs6000_emit_move): Pass mode to easy_vector_constant.
8448         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
8449         (emit_easy_vector_insn): New.
8450         (easy_vector_same): New.
8451         (EASY_VECTOR_15): New macro.
8452         (EASY_VECTOR_15_ADD_SELF): New macro.
8453         (bdesc_2arg): Rename to xorv2si3.
8454         (easy_vector_constant_add_self): New.
8455         (input_operand): Allow vector constants.
8456
8457         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
8458         easy_vector_constant, easy_vector_constant_add_self.
8459         (EXTRA_CONSTRAINT): Add 'W'.
8460
8461         * config/rs6000/rs6000-protos.h: Add prototype for
8462         easy_vector_constant, emit_easy_vector_insn.
8463
8464         * config/rs6000/altivec.md (xorv8hi3): New.
8465         (xorv16qi3): New.
8466         Remove all _const0 patterns.
8467         (movv4si_internal): Rewrite to use code.  Add vector constant to
8468         vector alternative.  Add splitter.
8469         (movv8hi_internal): Same.
8470         (movv16qi_internal): Same.
8471         (movv4sf_internal): Same.
8472         Change the unspecs for vspltis* to use constants.
8473
8474         * config/rs6000/spe.md ("xorv4hi3"): New.
8475         ("spe_evxor"): Rename to xorv2si3.
8476         ("xorv1di3"): New.
8477         Remove all _const0 patterns.
8478         (movv2si_internal): Rewrite to use code.  Add vector constant to
8479         alternatives.  Add splitter.
8480         (movv4hi_internal): Add vector constant to alternatives.
8481         (movv1di_internal): Same.
8482         (movv2sf_internal): Same.
8483
8484 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
8485
8486         PR c/9936
8487         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
8488         variably-sized arrays in parameters.
8489         (set_save_expr_context): New function.
8490         (c_expand_body): Use it, via walk_tree.
8491
8492 2003-03-31  Eric Christopher  <echristo@redhat.com>
8493
8494         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
8495         (combinable_i3pat): Remove call to expand_field_assignment and
8496         #if 0'd code.
8497
8498 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
8499
8500         PR c++/10278
8501         * c-common.c (finish_label_address_expr): Handle the
8502         error_mark_node.
8503
8504 2003-03-31  Richard Henderson  <rth@redhat.com>
8505
8506         * real.c (real_identical): Reorg so as to not compare
8507         signalling for normals.
8508
8509 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
8510
8511         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
8512
8513 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
8514
8515         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
8516         notes as they are boggus.
8517         (m68hc11_gen_movqi): Likewise.
8518
8519 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
8520
8521         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
8522         save the soft registers after the frame pointer so that gdb can unwind
8523         the frame more easily.
8524         (expand_epilogue): Likewise in opposite order; allow to use X register
8525         as scratch if the return value is by reference.
8526
8527 2003-03-31  Jason Merrill  <jason@redhat.com>
8528
8529         PR java/10145
8530         * stor-layout.c (update_alignment_for_field): Respect
8531         DECL_USER_ALIGN for zero-length bitfields, too.
8532         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
8533         fields.
8534
8535 2003-03-31  Matt Austern  <austern@apple.com>
8536
8537         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
8538         (count_defs): Keep track of number of defs as well as total size.
8539         (write_defs): Put every definition in cpp_savedstate's defs array.
8540         (comp_hashnode): Define.  Comparison function for qsort.
8541         (cpp_write_pch_deps): Sort definitions before writing them.
8542         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
8543         (collect_ht_nodes): Define.
8544         (cpp_valid_state): When verifying that undefined identifiers in
8545         the pch file are still undefined, read a sorted list of undefined
8546         identifiers, collect all defined identifiers into a sorted list,
8547         and walk through both lists to make sure there's no match.
8548
8549 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
8550
8551         * config/h8300/h8300.md (a peephole2): New.
8552
8553 2003-03-31  Michael Matz  <matz@suse.de>
8554
8555         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
8556
8557 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
8558
8559         PR target/10177
8560         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
8561         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
8562         all call-clobbered registers as used.
8563
8564 2003-03-31  Michael Matz  <matz@suse.de>
8565
8566         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
8567         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
8568
8569 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
8570
8571         * gcov.c: Add -a & -u options.
8572         (struct arc_info): Add local_span, is_call_non_return,
8573         is_nonlocal_return, is_unconditional flags, remove is_call flag.
8574         (struct block_info): Add flags, is_call_site, is_nonlocal_return
8575         members. Make encodings a union with span member.
8576         (struct function_info): Add blocks_executed, line, src, line_next
8577         members.
8578         (struct coverage_info): Make branches a union with blocks member.
8579         (struct source_info): Add functions member.
8580         (object_summary, program_count): New global variables.
8581         (flag_all_blocks, flag_unconditional): New flags.
8582         (find_source, output_branch_count): New functions.
8583         (print_usage): Adjust.
8584         (options): Adjust.
8585         (process_args): Adjust.
8586         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
8587         <GCOV_TAG_BLOCKS>: Read flags.
8588         <GCOV_TAG_LINES>: Adjust.
8589         (read_count_file): Process SUMMARY tags.
8590         (solve_flow_graph): Set is_unconditional and clear is_call_site
8591         appropriately.
8592         (add_branch_counts): Adjust. Don't count unconditional branches.
8593         (add_line_counts): Deal with all-blocks mode, accumulate block
8594         coverage.
8595         (accumulate_line_counts): Adjust, generate local spanning tree for
8596         all-blocks mode.
8597         (output_lines): Adjust.
8598         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
8599         * doc/gcov.texi: Document.
8600
8601 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
8602
8603         * config/h8300/h8300.md: Organize peephole2's that transform
8604         (compare (reg:HI) (const_int)).
8605
8606 2003-03-31  Roger Sayle  <roger@eyesopen.com>
8607
8608         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
8609         (init_emit_once): Initialize dconstm2 and dconsthalf here.
8610         * real.h (dconstm2, dconsthalf): Add prototypes here.
8611         * real.c (real_sqrt): Use dconsthalf rather than local copy.
8612         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
8613         exp(x/2.0) remember to fold the division if possible.
8614         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
8615         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
8616         1.0/(x*x) and pow(x,0.5) as sqrt(x).
8617
8618 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
8619
8620         * config/h8300/h8300.md (a new peephole2): New.
8621
8622 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
8623
8624         * gcse.c (simple_mem): Return false for floating-point accesses
8625         if flag_float_store is true.
8626
8627 2003-03-30  Roger Sayle  <roger@eyesopen.com>
8628
8629         * gcse.c (gcse_constant_p): New function to identify constants
8630         suitable for constant propagation, including COMPARE with two
8631         integer constant arguments.
8632         (hash_scan_set): Use gcse_constant_p.
8633         (find_avail_set): Likewise.
8634         (cprop_insn): Likewise.
8635         (do_local_cprop): Likewise.
8636         (find_implicit_sets): Likewise.
8637         (find_bypass_set): Likewise.
8638
8639 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
8640
8641         * except.h: Remove definition of varray_type.
8642
8643 2003-03-30  Richard Henderson  <rth@redhat.com>
8644
8645         PR opt/10011, opt/10252:
8646         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
8647         before post-gcse cse pass.
8648
8649 2003-03-30  Roger Sayle  <roger@eyesopen.com>
8650
8651         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
8652
8653 2003-03-30  DJ Delorie  <dj@redhat.com>
8654
8655         * profile.c (instrument_edges): Make sure any newly created
8656         jump insns have correct jump label info.
8657
8658 2003-03-30  Richard Henderson  <rth@redhat.com>
8659
8660         * cfgbuild.c (make_edges): Use tablejump_p.
8661         * cfgcleanup.c (label_is_jump_target_p): Likewise.
8662         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
8663         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
8664         (try_redirect_by_replacing_jump): Likewise.
8665         (redirect_edge_and_branch): Likewise.
8666         * cse.c (fold_rtx): Likewise.
8667         * jump.c (delete_related_insns): Likewise.
8668         * rtlanal.c (get_jump_table_offset): Likewise.
8669         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
8670
8671 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8672
8673         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
8674         (STRICT2_WARN): Likewise.
8675
8676 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8677
8678         PR other/6955
8679         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
8680         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
8681
8682 2003-03-30  Richard Henderson  <rth@redhat.com>
8683
8684         PR c/10083
8685         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
8686         don't zero_extend const inputs.
8687
8688 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
8689
8690         * reload1.c (reload_cse_move2add): Fix a comment typo.
8691
8692 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
8693
8694         * config/h8300/h8300.md (a peephole2): Remove useless code.
8695
8696 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
8697
8698         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
8699         (*iorsi3_and_lshiftrt): Likewise.
8700         (*iorsi3_zero_extract): Likewise.
8701
8702 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
8703
8704         * config/h8300/h8300.md (*insv_si_8_8): New.
8705         (*insv_si_8_8_lshiftrt_8): Likewise.
8706         (a peephole2): Likewise.
8707
8708 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8709
8710         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
8711         Uniformly use bugfix instead of bug fix.
8712
8713 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8714
8715         PR doc/895
8716         * ONEWS: Remove those items that already appear in the EGCS
8717         release notes on our web pages.
8718
8719 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
8720
8721         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
8722         TARGET_HARD_FLOAT.  Reformat.
8723         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
8724
8725 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
8726
8727         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
8728         work on Solaris 2.5.1.
8729
8730 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
8731
8732         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
8733         section of h8300.md
8734         (*addsi3_and_nor_r_1): Likewise.
8735
8736 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
8737
8738         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
8739         set up before any trapping memory access if flag_non_call_exceptions.
8740
8741 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
8742
8743         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
8744
8745         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
8746
8747 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8748
8749         * configure.in: Clarify comments.
8750         * configure: Regenerate.
8751
8752 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
8753
8754         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
8755         label even if pool empty when generating PIC.
8756         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
8757
8758 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
8759             Dhananjay Deshpande  <dhananjayd@kpit.com>
8760
8761         PR target/10205
8762         * config/h8300/h8300.c (h8300_initial_elimination_offset):
8763         Correct the offset computation when TARGET_NORMAL.
8764
8765 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
8766
8767         PR target/10067
8768         * config/sparc/sparc.md (jump pattern): Correct order
8769         when issuing the annuling marker.
8770
8771 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
8772
8773         PR c/8281
8774         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
8775         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
8776
8777 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
8778
8779         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
8780         globalize_label.
8781         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8782         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8783         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8784         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8785         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8786         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
8787         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
8788
8789 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
8790
8791         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
8792         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
8793         notes after hoisting.
8794         (load_mems): Adjust replace_loop_mems call.
8795
8796 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
8797             Richard Henderson  <rth@redhat.com>
8798
8799         PR target/10114 and PR target/10084
8800         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
8801
8802 2003-03-27  Richard Henderson  <rth@redhat.com>
8803
8804         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
8805
8806 2003-03-27  Roger Sayle  <roger@eyesopen.com>
8807
8808         * fold-const.c (fold_inf_compare):  New function to simplify FP
8809         comparisons against +Infinity or -Infinity.
8810         (fold):  Optimize floating point comparisons against Infs and NaNs.
8811
8812 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
8813
8814         * libgcov.c: Provide only dummy functions if libc is not available.
8815
8816 2003-03-27  Richard Henderson  <rth@redhat.com>
8817
8818         * real.h (struct real_value): Add signalling.
8819         (EXP_BITS): Decrement.
8820         * real.c (get_canonical_qnan): Don't set MSB-1.
8821         (get_canonical_snan): Likewise.  Set signalling.
8822         (real_identical): Compare signalling.
8823         (round_for_format): Remove force-one-bit on code.
8824         (real_nan): Likewise.  Set signalling.
8825         (encode_ieee_single): Add force-one-bit code; honor signalling.
8826         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
8827         (decode_ieee_single): Set signalling.
8828         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
8829
8830 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
8831
8832         PR ada/9953
8833         * ada/Makefile.in (gnatlib configuration for HPUX): Split
8834         the general section for HPUX into specific sections for
8835         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
8836         11 case.
8837
8838 2003-03-27  Glen Nakamura  <glen@imodulo.com>
8839
8840         PR opt/10087
8841         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
8842         while incrementing giv.
8843         (record_biv): Check for duplicate biv locations and
8844         set (struct induction *) v->same if found.
8845
8846 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
8847
8848         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
8849         v0.9 API change: replace read of UNW_REG_HANDLER with
8850         unw_get_proc_info().
8851         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
8852         with unw_get_proc_info().
8853         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
8854         unw_get_proc_info().
8855
8856 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
8857
8858         * config/rs6000/8540.md: Use presence_set instead of absence_set.
8859
8860 2003-03-26  Richard Henderson  <rth@redhat.com>
8861
8862         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
8863
8864 2003-03-26  Roger Sayle  <roger@eyesopen.com>
8865
8866         PR bootstrap/10051, PR bootstrap/10169.
8867         * mips-tfile.c (init_file): Don't provide a static initializer.
8868         (initialize_init_file): Initialize the contents of init_file.
8869         (add_file): Call initialize_init_file if not already initialized.
8870
8871 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
8872
8873         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
8874         registers used for global asm variables.
8875         (s390_frame_info, s390_arg_frame_offset): Likewise.
8876         (s390_emit_prologue, s390_emit_epilogue): Likewise.
8877
8878 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
8879
8880         * config/rs6000/8540.md: New file.
8881
8882         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
8883         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
8884         reservations for imul.
8885
8886         * config/rs6000/rs6000.md: Include 8540.md.  Change
8887         delayed_compare onto mult_compare for insns generating
8888         multiplication.
8889         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
8890         New type attribute values.
8891
8892         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
8893         fpsimple instead of fp.
8894         (*divsf3_gpr): Use type vecfdiv instead of fp.
8895         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
8896         instead of vecfloat.
8897         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
8898         (spe_brinc): Use type brinc instead of veccomplex.
8899         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
8900         veccomplex.
8901         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
8902         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
8903         *movv2sf_internal): Define type attribute values for all
8904         alternatives.
8905         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
8906         of fpcompare.
8907         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
8908         instead of fpcompare.
8909
8910 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
8911
8912         * config/rs6000/power4.md: Allow delay between dispatch and
8913         function units for simple instructions.  Correct store units.
8914         Allow branch to occupy as many dispatch slots as necessary.
8915
8916 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
8917
8918         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
8919         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
8920         zero extend old to it.
8921         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
8922         operand.
8923
8924 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8925
8926         PR target/7784
8927         * reload.c (find_reloads_address): Handle
8928         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
8929         all base registers.
8930
8931 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
8932
8933         PR other/10203
8934         * version.c: Reference the GCC web site in the URL.
8935
8936 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
8937
8938         * c-incpath.c (add_standard_paths): Add both "translated" and
8939         non-translated header paths.
8940
8941 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
8942
8943         * doc/install.texi (*-*-freebsd*): Update with known status.
8944
8945 2003-03-21  Jason Merrill  <jason@redhat.com>
8946
8947         PR optimization/10171
8948         * unroll.c (unroll_loop): Don't delete the jump at the end unless
8949         we also delete a jump at the beginning.
8950
8951 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
8952
8953         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
8954         contributor.
8955
8956 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
8957
8958         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
8959         constants are not expensive.
8960
8961 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
8962
8963         PR opt/10056
8964         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
8965         jump jumping to the next instruction.
8966         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
8967
8968 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8969
8970         * doc/passes.texi (Passes): Properly document that we do not
8971         perform jump2 any longer; remove command-line option -dJ.
8972
8973 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
8974
8975         PR optimization/8746
8976         * config/i386/i386.md (and promoting splitters): Disable HImode to
8977         SImode promoting when the sign bit matters and is not preserved, or
8978         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
8979         for size.
8980
8981 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
8982
8983         * config/h8300/h8300.md (a peephole2): Extend to support loads
8984         in QImode and HImode.
8985
8986 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
8987
8988         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
8989         _return_far
8990         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
8991         (MULTILIB_EXCEPTIONS): Likewise.
8992         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
8993         by calling some board support routine.
8994         ("call_value"): Likewise.
8995         ("*return_void"): Likewise for return.
8996         ("*return_16bit"): Likewise.
8997         ("*return_32bit"): Likewise.
8998         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
8999         for 68HC11 too.
9000         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
9001         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
9002         -mlong-calls for 68HC11.
9003         * config/m68hc11/larith.asm (declare_near): New macro.
9004         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
9005         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
9006         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
9007         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
9008         (__mulhi32): Likewise.
9009         (ret): Update macro for 68HC11.
9010         (__far_trampoline): Implement for 68HC11.
9011         (__call_a16, __call_a32, __return_void, __return_16): New support
9012         routines for 68HC11 memory bank switching calling support.
9013         (__return_32): Likewise.
9014
9015 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
9016
9017         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
9018
9019 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
9020
9021         * doc/install.texi (Testing): Mention test result links from build
9022         status pages.
9023
9024 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
9025
9026         * function.c (put_var_into_stack): Change bool parameter to int.
9027         (gen_mem_addressof): Likewise.
9028         * rtl.h (gen_mem_addressof): Likewise.
9029         * tree.h (put_var_into_stack): Likewise.
9030         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
9031         gen_mem_addressof or put_var_into_stack.
9032         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
9033         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
9034
9035 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
9036
9037         * config/h8300/h8300.md (a peephole2): New.
9038
9039 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
9040
9041         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
9042
9043 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9044
9045         * doc/contrib.texi (Contributors): Update Janis Johnson.
9046
9047 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9048
9049         PR target/10072
9050         * combine.c (simplify_if_then_else): Check that the mode
9051         has MODE_INT class before applying the (OP Z (mult COND C2))
9052         transformation.
9053
9054 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9055
9056         PR optimization/9414
9057         * config/sparc/sparc.md (widening peepholes): Use
9058         widen_memory_access instead of change_address.
9059
9060 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
9061
9062         PR c++/7086
9063         * c-typeck.c (c_mark_addressable): Adjust calls to
9064         put_var_into_stack.
9065         * expr.c (expand_expr): Likewise.
9066         * function.c (put_var_into_stack): Add rescan parameter.  Do not
9067         call fixup_var_refs when rescan is false.
9068         (gen_mem_addressof): Likewise.
9069         (assign_parms): Adjust calls to put_var_into_stack.
9070         (setjmp_protect): Likewise.
9071         (setjmp_protect_args): Likewise.
9072         * rtl.h (gen_mem_addressof): Change prototype.
9073         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
9074         * tree.h (put_var_into_stack): Change prototype.
9075
9076 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
9077
9078         PR middle-end/9967
9079         * builtins.c (expand_builtin_fputs): When optimizing for size,
9080         don't transform fputs into fwrite.
9081
9082 2003-03-23  Glen Nakamura <glen@imodulo.com>
9083
9084         PR c/8224
9085         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
9086         when signedness changes for division or modulus.
9087
9088 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
9089
9090         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
9091         globalize_label.
9092
9093 2003-03-23  Roger Sayle  <roger@eyesopen.com>
9094
9095         PR c/10178
9096         * stmt.c (expand_end_case_type): Check for overflow in range when
9097         determining whether to use a bit-test implementation.
9098
9099 2003-03-23  Richard Henderson  <rth@redhat.com>
9100
9101         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
9102         before flow2.
9103         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
9104
9105 2003-03-23  Richard Henderson  <rth@redhat.com>
9106
9107         PR opt/10116
9108         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
9109         from then_bb or else_bb after flow2.
9110
9111 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
9112
9113         * configure.in: Check whether it is necessary to link against
9114         libm to use ldexp.
9115         * configure: Regenerate.
9116         * Makefile.in: Add LDEXP_LIB substitution variable.
9117
9118 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
9119
9120         * config/h8300/h8300.md: Fix comment typos.
9121
9122 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9123
9124         * pa.c (output_cbranch): Fix typo in comment.
9125
9126 2003-03-22  Richard Henderson <rth@redhat.com>
9127
9128         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
9129         after reload.
9130
9131 2003-03-22  DJ Delorie  <dj at redhat dot com>,
9132         Bruce Korb  <bkorb at gnu dot org>
9133
9134         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
9135         buggy Solaris 2.6 mutex/cond initializers.
9136         (solaris_mutex_init): Rename to solaris_mutex_init_2.
9137         * fixinc/fixincl.x: Regenerate.
9138         * fixinc/tests/base/pthread.h: Update.
9139         * fixinc/fixincl.c(initialize): be explicit about the default case
9140         and indicate verbose level when being very, very verbose.
9141         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
9142
9143 2003-03-22  Andreas Jaeger  <aj@suse.de>
9144
9145         * config/i386/i386.c (ix86_init_machine_status): Return value.
9146
9147 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9148
9149         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
9150         conditional branch to the following instruction.  Use next_real_insn
9151         instead of next_active_insn.
9152         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
9153         instead of next_active_insn.
9154
9155 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
9156
9157         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
9158         instead of 'm' constraint in forced-split alternatives.
9159         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
9160         VALIDATE_ADDRESS parameter to operand_subword.
9161
9162 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
9163
9164         * config/h8300/h8300.c (notice_update_cc): Correctly handle
9165         the case where the set destination is STRICT_LOW_PART.
9166
9167 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
9168
9169         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
9170         c30 instead of a c40 processor.
9171
9172 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
9173
9174         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
9175
9176 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
9177
9178         * c-common.c: Include intl.h.
9179         (shadow_warning): Rewrite to allow better diagnostic translations.
9180         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
9181         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
9182         use it throughout.
9183         * Makefile.in (c-common.o): Add intl.h.
9184
9185 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9186
9187         * config.gcc: Remove 'float_format'.
9188
9189         * fixproto: Define NULL and size_t in generated stdlib.h and
9190         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
9191         Rearrange file generation loop for readability.  Generate time.h,
9192         string.h if missing.
9193         * tsystem.h: Include <string.h>, <time.h> unconditionally.
9194         * config.gcc: Blow away POSIX defines.
9195
9196 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
9197
9198         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
9199
9200 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
9201
9202         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
9203         writing .interrupt command.
9204         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
9205         if it's a far or near function.
9206         ("call_value"): Likewise.
9207         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
9208         near attributes.
9209         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
9210         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
9211         (m68hc11_initial_elimination_offset): Set current_function_far
9212         according to attributes.
9213         (expand_prologue): Likewise.
9214         (trap_handler_symbol): New global to keep track of trap handlers.
9215         (m68hc11_encode_section_info): Mark symbol as far if needed; set
9216         trap symbol.
9217         (m68hc11_is_far_symbol): New function.
9218         (m68hc11_is_trap_symbol): New function.
9219         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
9220         (m68hc11_is_trap_symbol): Declare.
9221
9222 2003-03-21  Jan Hubicka  <jh@suse.cz>
9223
9224         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
9225         only when amount of saved regs changed.
9226         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
9227         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
9228
9229 2003-03-21  Jan Hubicka  <jh@suse.cz>
9230
9231         PR inline-asm/7916
9232         * function.c (instantiate_virtual_regs_lossage): New function.
9233         (instantiate_virtual_regs_1): Use it.
9234         (instantiate_virtual_regs): Do not continue in substition when insn has
9235         been deleted.
9236
9237 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9238
9239         * combine.c (make_field_assignment): Fix a warning.
9240
9241 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9242
9243         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
9244
9245 2003-03-21  Dale Johannesen  <dalej@apple.com>
9246
9247         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
9248         priority for R2 on Darwin.
9249         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
9250
9251 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9252
9253         * combine.c (make_field_assignment): Remove unnecessary AND
9254         when storing into zero_extract.
9255
9256 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
9257
9258         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
9259         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
9260         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
9261         in comment.
9262
9263 2003-03-21  DJ Delorie  <dj@redhat.com>
9264
9265         * optabs.c (init_integral_libfuncs): Make sure we init at least up
9266         to "long long" size words.
9267
9268 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9269
9270         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
9271         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
9272         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
9273
9274 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9275
9276         PR doc-bug/9813
9277         * doc/extend.texi: Move misplaced paragraph about underscores in
9278         variables in macros.
9279
9280 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9281             Richard Henderson  <rth@redhat.com>
9282
9283         PR optimization/8366
9284         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
9285         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
9286         PIC+SYMBOLIC_CONST in other modes than Pmode.
9287         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
9288         the form PIC+SYMBOLIC_CONST as mode dependent.
9289
9290 2003-03-21  DJ Delorie  <dj@redhat.com>
9291
9292         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
9293         sure we always emit at least one insn.
9294
9295 2003-03-21  Christopher Faylor  <cgf@redhat.com>
9296
9297         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
9298         stub t-cygming. Use common target header cygming.h. Add extra
9299         c_target_obj and cxx_target_obj file. Default cygwin to posix
9300         threading. Enforce i386 as float format.
9301         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
9302         Remove cygwin.h as target header. Use common target header
9303         cygming.h  Enforce i386 as float format. Correct typo.
9304         * config/i386/cygming.h: New file, containing definitions
9305         common to mingw32 and cygwin.
9306         * config/i386/cygwin.h: Remove definitions common to cygwin and
9307         mingw.  Simplify special spec logic.  Define "wrappers" around
9308         certain include path defines to accommodate -mno-cygwin.
9309         Remove some #if 0'ed code.
9310         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
9311         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
9312         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
9313         * config/i386/mingw32.h: Remove definitions common to cygwin and
9314         mingw.
9315         (EXTRA_OS_CPP_BUILTINS): Adjust.
9316         (TARGET_VERSION): Define.
9317         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
9318         mingw32.h definitions.
9319         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
9320         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
9321         Add compilation rules for cygwin1.o cygwin2.o.
9322         * config/i386/cygwin1.c: New file.
9323         * config/i386/cygwin2.c: New file.
9324         * config/i386/t-cygming: New makefile stub.
9325
9326 2003-03-20  Richard Henderson  <rth@redhat.com>
9327
9328         * fold-const.c (extract_muldiv_1): Revert changing order of
9329         operands in case MULT_EXPR of 2003-02-16 patch.
9330
9331 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
9332         Merge changes from new-regalloc-branch
9333
9334         From Michael Matz  <matz@suse.de>
9335         * df.c (df_ref_record_1): Move init of loc to safe point.
9336         Only recurse on interesting things in parallels.
9337         Handle CLASS_CANNOT_CHANGE_MODE smarter.
9338         (df_uses_record): Ditto.
9339
9340         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
9341         it's already okay to use memory operands in (IE doesn't require
9342         adding another insn or anything).
9343
9344 2003-03-20  Richard Henderson  <rth@redhat.com>
9345
9346         PR middle-end/6348
9347         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
9348         different from word_mode.
9349
9350 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9351
9352         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
9353         source operand to those that can be extracted with bld.
9354
9355 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
9356
9357         PR 10066
9358         * arm.md (UNSPEC_PIC_BASE): New constant.
9359         (pic_add_dot_plus_four): Wrap with unspec.
9360         (pic_add_dot_plus_eight): Likewise.
9361
9362 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9363
9364         * config/h8300/h8300.md (*insv_si_1_n): New.
9365         (*insv_si_1_n_lshiftrt): Likewise.
9366
9367 2003-03-20  Roger Sayle  <roger@eyesopen.com>
9368
9369         * fold-const.c (fold_mathfn_compare): New function to simplify
9370         comparisons against built-in math functions.  Fold comparisons
9371         of sqrt against constants.
9372         (fold): Call fold_mathfn_compare when appropriate.
9373
9374 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
9375
9376         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
9377         information.
9378
9379 2003-03-20  Per Bothner  <pbothner@apple.com>
9380
9381         Various cleanups to help compile server.
9382
9383         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
9384         and pass that to _cpp_init_hashtable.
9385         (cpp_read_main_file):  Drop hash_table* argument; don't call
9386         _cpp_init_hashtable.
9387         * cpplib.h:  Update declarations to match.
9388         * c-opts.c (c_common_init_options):  Pass ident_hash to
9389         cpp_create_reader.
9390         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
9391         * fix-header.c (read_scan_file):  Likewise pass NULL table to
9392         cpp_create_reader rather than cpp_read_main_file.
9393
9394         * cppfiles.c (cpp_rename_file):  Generalized and renamed
9395         to cpp_change_file.
9396         * cpplib.h:  Update declaration to match.
9397         * c-opts.c (push_command_line_line, finish_options):  Change
9398         cpp_rename_file calls to cpp_change_file.
9399
9400         * line-map.c (add_line_map):  Allow leaving the outermost file.
9401         Allowing entering an outermost-file after the initial time.
9402
9403         * toplev.c (pop_srcloc):  Allow popping from initial file.
9404
9405 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
9406
9407         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
9408
9409 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9410
9411         * config/h8300/h8300.md (a peephole2): New.
9412
9413 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9414
9415         * config/h8300/h8300.md (*addsi3_and_r_1): New.
9416         (*addsi3_and_not_r_1): Likewise.
9417
9418 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
9419
9420         * Makefile.in (STRICT2_WARN): Add @WERROR@.
9421         (GCC_WARN_CFLAGS): Remove $(WERROR).
9422         (fixinc.sh-warn): New.
9423         * ada/Make-lang.in (ada-warn): Add $(WERROR).
9424         * cp/Make-lang.in (cp-warn): Add $(WERROR).
9425         * f/Make-lang.in (f-warn): Add $(WERROR).
9426         * java/Make-lang.in (java-warn): Add $(WERROR).
9427         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
9428
9429 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9430
9431         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
9432         langhooks-def.h (lhd_tree_dump_dump_tree),
9433         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
9434         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
9435         true and false in return statements.
9436
9437 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
9438
9439         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
9440         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
9441         DWARF_INITIAL_LENGTH_SIZE.
9442         (output_compilation_unit_header, output_pubnames, output_aranges)
9443         (output_line_info): Output 0xffffffff escape value for 64-bit
9444         DWARF extension.
9445         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
9446
9447 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
9448
9449         * config/s390/s390.c (s390_preferred_reload_class): Do not
9450         force constants to the pool unless necessary.
9451         (s390_decompose_address): Prefer to use pointer as base,
9452         not index register.
9453         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
9454         Q alternative.
9455         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
9456         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
9457         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
9458         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
9459         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
9460
9461 2003-03-19  Jan Hubicka  <jh@suse.cz>
9462
9463         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
9464         * i386.c (use_fast_prologue_epilogue): Remove.
9465         (ix86_frame): New field save_regs-using_mov;
9466         (ix86_compute_frame_layout):  Decide on fast prologues;
9467         allocate saved registers in red zone.
9468         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
9469
9470 2003-03-19  Nick Clifton  <nickc@redhat.com>
9471
9472         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
9473
9474 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9475
9476         PR 10062
9477         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
9478         * pa-protos.h (output_lbranch): New prototype.
9479         * pa.c (compute_frame_size): Change size of the frame marker on the
9480         64-bit ports to 48 bytes.
9481         (pa_output_function_prologue): Document why SAVE_SP is set.
9482         (hppa_expand_prologue): Save previous stack pointer into frame marker
9483         on targets which use the hpux unwind library.
9484         (output_cbranch): Use output_lbranch.
9485         (output_lbranch): New function to output long unconditional branches.
9486         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
9487         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
9488         64-bit ports.
9489         * pa.md (jump): Use output_lbranch.
9490         (allocate_stack): New expander for dynamic stack allocation.
9491
9492 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
9493
9494         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
9495         when debugging on XCOFF targets.  Delete "abi" temp.
9496
9497         PR target/10073
9498         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
9499
9500 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
9501
9502         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
9503         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
9504         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
9505
9506         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
9507         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
9508         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
9509
9510 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
9511
9512         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
9513         the result of machopic_function_base_name.
9514         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
9515         string rather than a static array.
9516
9517         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
9518
9519         * gengtype.c: Include rtl.h.
9520         (enum rtx_code): Don't define.
9521         (rtx_format): Make declaration match rtl.h.
9522         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
9523         users.
9524         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
9525         * Makefile.in (gengtype.o): Update dependencies.
9526
9527 2003-03-18  Andreas Schwab  <schwab@suse.de>
9528
9529         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
9530         martin@blom.org.
9531
9532 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
9533
9534         * function.c (next_block_index): Mark with GTY.
9535
9536         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
9537
9538 2003-03-18  Richard Henderson  <rth@redhat.com>
9539
9540         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
9541         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
9542         until after reload.
9543
9544 2003-03-18  Richard Henderson  <rth@redhat.com>
9545
9546         * builtins.c (expand_builtin_unop): New target_mode operand;
9547         use it to convert the result to the correct mode.
9548         (expand_builtin): Update all callers.
9549
9550 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
9551
9552         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
9553
9554 2003-03-18  Jan Hubicka  <jh@suse.cz>
9555
9556         * i386.md:  Fix previous commit that mistakely applied the patch
9557         twice.
9558
9559         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
9560         canonicalized.
9561         (memrefs_conflict_p): Likewise.
9562         (addr_side_effect_eval): Canonicalize the constructed address.
9563
9564 2003-03-18  Jan Hubicka  <jh@suse.cz>
9565
9566         * i386.md (cvtts?2si peep2): New.
9567
9568 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
9569
9570         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
9571
9572 2003-03-18  Andreas Schwab  <schwab@suse.de>
9573
9574         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
9575         for format.
9576
9577 2003-03-17  Jason Merrill  <jason@redhat.com>
9578
9579         PR c++/10091
9580         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
9581         an unaligned member of TREE_ADDRESSABLE type.
9582
9583 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
9584
9585         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
9586         (TARGET_PROFILE_KERNEL): Define.
9587         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
9588         (PROFILE_BEFORE_PROLOGUE): Don't define.
9589         (PROFILE_KERNEL): Remove hacks.
9590         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
9591         (rs6000_stack_info): No need to save lr if just for profiling when
9592         TARGET_PROFILE_KERNEL.
9593         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
9594         (output_function_profiler): Localize label generation.  Emit code
9595         for kernel profiling.
9596
9597 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
9598
9599         * config/h8300/h8300-protos.h: Add a prototype for
9600         byte_accesses_mergeable_p.
9601         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
9602         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
9603         (a splitter): Likewise.
9604         (*iorsi3_ashift_16_ashift_24): Likewise.
9605         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
9606
9607 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9608
9609         * dwarf2asm.h: Delete obsolete comment.
9610         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
9611         dw2_asm_output_pcrel, dw2_asm_output_addr,
9612         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
9613         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
9614         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
9615         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
9616
9617 2003-03-17  Zack Weinberg <zack@codesourcery.com>
9618
9619         * c-tree.h (struct lang_identifier): Remove error_locus field.
9620         (IDENTIFIER_ERROR_LOCUS): Kill.
9621         (record_function_scope_shadow): New prototype.
9622         * c-typeck.c (build_external_ref): Don't complain if
9623         decl is error_mark_node.  When not at file scope, bind the
9624         decl's local value to error_mark_node to suppress further
9625         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
9626
9627         * c-decl.c (get_function_binding_level): New static function.
9628         (record_function_scope_shadow): New exported function.
9629         (c_make_fname_decl): Use get_function_binding_level.
9630
9631 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
9632
9633         * stmt.c (tail_recursion_args): Call promote_mode to set
9634         unsignedp flag correctly before calling convert_move.
9635
9636 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9637
9638         * loop-unroll.c (decide_peel_completely,
9639         decide_unroll_constant_iterations, decide_unroll_stupid,
9640         decide_unroll_runtime_iterations, decide_peel_simple): Set
9641         loop->has_desc.
9642
9643 2003-03-17  Jan Hubicka  <jh@suse.cz>
9644
9645         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
9646
9647 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9648
9649         * function.c (assign_parms): For a struct value address passed as
9650         first argument, delay the function's result RTL setup code until
9651         after the emission of parameter conversions.
9652
9653 2003-03-17  Dave Love  <fx@gnu.org>
9654             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9655
9656         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
9657         __arch64__ to match Compaq cc.
9658
9659 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
9660
9661         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
9662         (c_common_init): Set EBCDIC in cpp options.
9663         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
9664         not conditional compilation.
9665         * cpplib.h (struct cpp_options): New entry EBCDIC.
9666
9667 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
9668
9669         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
9670
9671 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9672
9673         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
9674         argument to 0 for redirect_jump.
9675
9676 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
9677
9678         PR c++/8805
9679         * except.c (eh_region_u_cleanup): Add prev_try.
9680         (expand_eh_region_end_cleanup): Set it.
9681         (reachable_handlers): Use it to skip over cleanup blocks.
9682
9683 2003-03-17  Andreas Jaeger  <aj@suse.de>
9684
9685         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
9686
9687 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
9688
9689         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
9690         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
9691         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
9692         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
9693
9694 2003-03-16  Richard Henderson  <rth@redhat.com>
9695
9696         * simplify-rtx (simplify_binary_operation): Don't abort for
9697         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
9698
9699 2003-03-16  Richard Henderson  <rth@redhat.com>
9700
9701         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
9702         optimize_size as well.
9703
9704 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
9705
9706         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
9707         for D register to specify the low part of it, aka B.
9708         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
9709         the register if we are loading 1 or -1 to it; avoid using temp
9710         register when moving X/Y to Y/X.
9711         (m68hc11_gen_movqi): Likewise.
9712         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
9713
9714 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
9715
9716         PR optimization/9016
9717         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
9718         into the constant pool.
9719
9720 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9721
9722         PR target/9164
9723         * tree.c (get_narrower): For extensions with unchanged bit number,
9724         return the unsignedness of the outer mode.
9725
9726 2003-03-16  Roger Sayle  <roger@eyesopen.com>
9727
9728         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
9729         to avoid "may be used uninitialized" warning on ia64-hpux.
9730         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
9731
9732 2003-03-16  Andreas Jaeger  <aj@suse.de>
9733
9734         * configure.in: Improve check for memcheck.h.
9735         * configure: Regenerated.
9736
9737 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
9738
9739         * doc/cppopts.texi: Remove documentation of -A-.
9740
9741 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
9742
9743         * doc/libgcc.texi: Remove @tie.
9744
9745 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
9746
9747         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
9748         (rtx_pair): Added new element update_label_nuses, renamed to
9749         replace_label_data.
9750         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
9751         replace_label_data instead of rtx_pair.
9752         * loop.c (load_mems): Likewise.
9753         * rtlanal.c (replace_label): Replace label in pool constants and in
9754         INSN_LIST (in REG_LABEL note).
9755         (subrtx_p): Renamed to rtx_referenced_p.
9756         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
9757         LABEL_REF with CODE_LABEL, traverse constants from pool.
9758
9759 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
9760             Zack Weinberg  <zack@codesourcery.com>
9761
9762         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
9763         * doc/libgcc.texi: New file.
9764         * doc/interface.texi: Delete paragraph about libgcc interface.
9765         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
9766
9767 2003-03-15  Jason Merrill  <jason@redhat.com>
9768
9769         PR debug/9039
9770         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
9771
9772         PR debug/6387
9773         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
9774         function DIEs at toplevel.
9775         (decls_for_scope): At -g1, don't descend into subblocks.
9776
9777 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
9778
9779         * varasm.c (struct rtx_const): Change type of un.addr member
9780         to struct holding an additional 'symbol' member.
9781         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
9782         with equal string addresses as equal.
9783         (simplify_subtraction): Adapt to struct rtx_const change.
9784
9785 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
9786
9787         * fix-header.c (read_scan_file): Read main file before handling -D.
9788
9789 2003-03-15  Roger Sayle  <roger@eyesopen.com>
9790
9791         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
9792         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
9793         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
9794         (find_sub_basic_blocks): Likewise.
9795         * cgraphunit.c (cgraph_expand_functions): Likewise.
9796         * dwarf2out.c (prune_unused_types): Likewise.
9797         * expr.c (store_field): Likewise.
9798         * genextract.c (print_path): Likewise.
9799         * haifa-sched.c (schedule_insn): Likewise.
9800         * lcm.c (compute_antinout_edge): Likewise.
9801         * loop-unroll.c (decide_peel_once_rolling): Likewise.
9802         * ra-colorize.c (ra_colorize_free_all): Likewise.
9803         * ra-debug.c (dump_igraph): Likewise.
9804         (debug_hard_reg_set): Likewise.
9805         * reg-stack.c (reg_to_stack): Likewise.
9806         * rtlanal.c (refers_to_regno_p): Likewise.
9807         * tracer.c (layout_superblocks): Likewise.
9808
9809 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
9810
9811         * fix-header.c (read_scan_file): Fix thinko.
9812
9813 2003-03-15  Glen Nakamura  <glen@imodulo.com>
9814
9815         * reload1.c (choose_reload_regs): Use && instead of ||
9816         with REG_CANNOT_CHANGE_MODE_P condition.
9817
9818 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
9819
9820         * Makefile.in: Update.
9821         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
9822         * c-lex.c (init_c_lex): Register builtins hook is dead.
9823         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
9824         (c_common_decode_option): Don't call cpp_handle_option.
9825         Handle -A, -D and -U.
9826         (handle_deferred_opts): Simplify.
9827         (finish_options): Define builtins and command line macros.
9828         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
9829         * cppinit.c: Don't include intl.h.
9830         (init_builtins): Rename cpp_init_builtins.  No hook to call.
9831         (init_library): Don't need to sort options.
9832         (cpp_create_reader): Don't set pending.
9833         (cpp_destroy): Don't free pending.
9834         (struct pending_option, cl_directive_handler, struct cpp_pending,
9835         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
9836         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
9837         cl_options, cpp_handle_option): Remove.
9838         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
9839         cpp_finish_options): Remove.
9840         (cpp_init_builtins): New.
9841         * fix-header.c (read_scan_file): Update to handle -D.  Fix
9842         handling of -I.  Replace call to cpp_finish_options.
9843
9844 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9845
9846         PR optimization/9387
9847         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
9848         for conditional returns.
9849
9850 2003-03-14  Jason Merrill  <jason@redhat.com>
9851
9852         PR optimization/6871
9853         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
9854
9855 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
9856
9857         * c-opts.c (finish_options): New.
9858         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
9859         (missing_arg): Handle OPT_include and OPT_imacros.
9860         (c_common_init, c_common_parse_file): Use finish_options.
9861         (handle_deferred_opts): Update.
9862         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
9863         (cpp_finish_options): Don't handle -imacros here.
9864         (no_fil): Remove.
9865         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
9866
9867 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
9868
9869         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
9870         rs6000_maybe_dead if !fromprolog.
9871
9872 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
9873
9874         * Makefile.in: Update.
9875         * c-common.h (fe_file_change, pp_file_change): New.
9876         * c-lex.c (init_c_lex): Don't set cb_file_change.
9877         (c_common_parse_file): Move to c-opts.c.
9878         (cb_file_change): Rename fe_file_change.
9879         * c-opts.c: Include debug.h.
9880         (warn_unused_macros, include_cursor): New.
9881         (push_command_line_include, cb_file_change): New.
9882         (COMMAND_LINE_OPTIONS): Handle -include.
9883         (c_common_decode_option): Use local warn_unused_macros.
9884         Handle OPT_include.
9885         (c_common_post_options): Set file change callback.
9886         (handle_deferred_opts): Skip -include.  Don't free the array.
9887         (c_common_init): Call cpp_finish_options here, and push an
9888         initial -include file.
9889         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
9890         (preprocess_file): Don't call cpp_finish_options.
9891         (init_pp_output): Don't set the file change callback.
9892         (pp_file_change): Return if no line commands or no output.
9893         * cpphash.h (next_include_file, first_unused_line): Remove.
9894         * cppinit.c (include_head, include_tail): Remove.
9895         (cpp_destroy): Don't free -include chain.
9896         (cpp_finish_options): Don't handle -include, or worry about
9897         -Wunused-macros.
9898         (_cpp_maybe_push_include_file): Remove.
9899         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
9900         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
9901         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
9902         Used flag is set based upon the state of the warn_unused_macros
9903         flag, and so use of first_unused_line is unnecessary.
9904
9905 2003-03-13  Jan Hubicka  <jh@suse.cz>
9906
9907         * cselib.c (clear_table): Do not take argument; always clear just
9908         used slots.
9909         (cselib_process_insn):  Update call of clear_table
9910         (cselib_init): Do not call clear_table.
9911         (cselib_finish): Clear table.
9912
9913         * cse.c (count_reg_usage): Do not check side_effects_p.
9914         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
9915         like noop.
9916         (find_reg_equal_equiv_note): Do not use find_reg_note.
9917
9918 2003-03-14  Richard Henderson  <rth@redhat.com>
9919
9920         PR target/9700
9921         * config/alpha/alpha.c (alpha_va_start): Account for
9922         current_function_pretend_args_size in the AP offset.
9923
9924         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
9925         (INITIAL_ELIMINATION_OFFSET): Move out of line.
9926         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
9927         (alpha_initial_elimination_offset) New.
9928         * config/alpha/alpha-protos.h: Update.
9929
9930 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
9931
9932         * stmt.c (expand_start_case): Call emit_queue ().
9933
9934 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
9935             Alexandre Oliva  <aoliva@redhat.com>
9936
9937         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
9938         words in new abis.
9939
9940 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
9941
9942         PR optimization/8396
9943         * tree-inline.c (initialize_inlined_parameters): Make sure the value
9944         of read-only constant arguments is passed with the right type.
9945
9946 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
9947
9948         * doc/extend.texi (Function Names): Make the example compilable.
9949
9950 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
9951
9952         * config/rs6000/rs6000.c (processor_target_table): Really allow
9953         GP optional instructions on Power4.
9954
9955 2003-03-13  Roger Sayle  <roger@eyesopen.com>
9956
9957         * calls.c (flags_from_decl_or_type): Factor and remove redundant
9958         conditional tests.
9959
9960 2003-03-13  Mike Stump  <mrs@apple.com>
9961
9962         * ggc-page.c (struct page_entry): Remove varray.h header.
9963         Add index_by_depth field.
9964         Remove save_in_use_p field.
9965         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
9966         by_depth_max, by_depth, and save_in_use fields.
9967         (INITIAL_PTE_COUNT): Add.
9968         (save_in_use_p_i): Add.
9969         (save_in_use_p): Add.
9970         (adjust_depth): Add.
9971         (move_ptes_to_front): Add.
9972         (push_depth): Add.
9973         (push_by_depth): Add.
9974         (prefetch): Add.
9975         (free_page): Add support for and use faster data structures.
9976         (ggc_alloc): Likewise.
9977         (init_ggc): Likewise.
9978         (ggc_recalculate_in_use_p): Likewise.
9979         (ggc_pop_context): Likewise.
9980         (clear_marks): Likewise.
9981         (ggc_pch_read): Likewise.
9982         * Makefile.in (ggc-page.o): Remove varray.h.
9983
9984 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9985
9986         * ChangeLog: Rotated last year's entries to...
9987         * ChangeLog.8: New.
9988
9989         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
9990         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
9991         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
9992         config/ia64/ia64-protos.h, config/ia64/ia64.c,
9993         config/ia64/ia64.h, config/ia64/ia64.md,
9994         config/ia64/itanium1.md, config/ia64/itanium2.md,
9995         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
9996         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
9997
9998 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
9999
10000         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
10001         Differentiate endianness.
10002         (s6000_override_options): Use cpu type instead of TARGET_SPE.
10003
10004 2003-03-13  Nick Clifton  <nickc@redhat.com>
10005
10006         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
10007         LDM instructions with writeback enabled.
10008         (output_return_instruction): Likewise.
10009
10010         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
10011         (CALL_USED_REGISTERS): Remove definition.
10012         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
10013
10014 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
10015
10016         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
10017         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
10018         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
10019         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
10020         (rs6000_legitimize_address): Formatting.
10021         (rs6000_emit_move): Likewise.
10022         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
10023         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
10024         (rs6000_elf_select_section): Comment reason for shlib being
10025         set for ABI_AIX.
10026         (rs6000_elf_unique_section): Likewise.
10027         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
10028         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
10029         as well as flag_pic.
10030         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
10031         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
10032         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
10033
10034 2003-03-13  Richard Henderson  <rth@redhat.com>
10035
10036         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
10037
10038         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
10039         (ia64_gp_save_reg): Remove.
10040         (struct ia64_frame_info): Move to the beginning of the file;
10041         add reg_save_gp.
10042         (ia64_expand_call): Rearrange for new call patterns.
10043         (ia64_reload_gp): New.
10044         (ia64_split_call): New.
10045         (ia64_compute_frame_size): Allocate reg_save_gp.
10046         (ia64_expand_prologue): Save reg_save_gp.
10047         (ia64_expand_epilogue): Don't restore gp.
10048         (ia64_hard_regno_rename_ok): Remove R4 hack.
10049         (ia64_function_ok_for_sibcall): New.
10050         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
10051         call try_split on sibcall pattern.
10052         * config/ia64/ia64-protos.h: Update.
10053         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
10054         Rename from nopic versions.  Confiscate 2nd argument to call as
10055         a marker.
10056         (call_pic, call_value_pic, sibcall_pic): Remove.
10057         (call_gp, call_value_gp, sibcall_gp): New.
10058         (builtin_setjmp_setup): Remove.
10059         (builtin_setjmp_receiver): Call ia64_reload_gp.
10060
10061 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10062
10063         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
10064         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
10065         "GNU CC" with "GCC".
10066
10067         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
10068         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
10069         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
10070         GCC, not GNU CC.
10071
10072         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
10073         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
10074
10075         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
10076         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
10077         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
10078         "GNU CC" with "GCC".
10079
10080         * config/v850/lib1funcs.asm, config/v850/rtems.h,
10081         config/v850/v850-c.c, config/v850/v850-protos.h,
10082         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
10083         GCC, not GNU CC.
10084
10085         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
10086         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
10087         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
10088         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
10089         GNU CC.
10090
10091 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
10092
10093         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
10094
10095 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10096
10097         * fixinc/fixinc.interix: Remove dead code (most of it).
10098         * fixinc/fixinc.dgux: Remove.
10099
10100         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
10101         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
10102
10103 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10104
10105         * pa.c (pa_init_builtins): Fix warning.
10106
10107 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
10108
10109         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
10110         (ASM_OUTPUT_XDATA_SHORT): Remove.
10111         (ASM_OUTPUT_XDATA_INT): Remove.
10112         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
10113         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
10114         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
10115         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
10116
10117 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
10118
10119         PR c++/7050
10120         * expr.c (store_expr): Don't attempt to store void-typed trees,
10121         just evaluate them for side effects.
10122
10123 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10124
10125         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
10126         * cppinit.c (push_include): Move with changes to cppfiles.c.
10127         (cpp_read_main_file): Mark named operators here...
10128         (cpp_finish_options): ...not here.  Update.
10129         (_cpp_maybe_push_include_file): Update.
10130         * cpplib.h (cpp_push_include, cpp_rename_file): New.
10131
10132 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10133
10134         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
10135         _gcc_COMPUTE_GAS_VERSION.
10136         * configure.in: Use them.
10137         * configure: Regenerate.
10138
10139 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
10140
10141         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
10142         to detect carry.
10143         (subdi3): Reorder emitted instructions.
10144
10145 2003-03-12  Andreas Jaeger  <aj@suse.de>
10146
10147         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
10148         NETBSD_OS_CPP_BUILTINS_LP64.
10149
10150 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10151
10152         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
10153         Rearrange.  Reorganize.
10154         * configure.in: Rearrange.
10155         * configure: Regenerate.
10156
10157 2003-03-12  Andreas Jaeger  <aj@suse.de>
10158
10159         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
10160         LP64 targets.
10161
10162         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
10163         _LP64.
10164
10165         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
10166         _LP64 macros here.
10167         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
10168
10169         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
10170         NETBSD_OS_CPP_BUILTINS_LP64.
10171         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
10172         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
10173
10174         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
10175
10176 2003-03-12  Jan Hubicka  <jh@suse.cz>
10177
10178         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
10179
10180 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
10181
10182         Fix PR target/9797 and PR c/9853.
10183         * stmt.c (expand_decl_init): Call push_temp_slots () and
10184         pop_temp_slots ().
10185
10186 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
10187
10188         * sh.c: Include basic-block.h.
10189         (sh_output_mi_thunk, emit_load_ptr): New functions.
10190         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
10191
10192 2003-03-12  Nick Clifton  <nickc@redhat.com>
10193
10194         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
10195         (CALL_USED_REGISTERS): Likewise.
10196         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
10197         describing how this value is calculated.
10198
10199 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
10200
10201         * configure.in (rlim_t): Define to long if no valid definition
10202         found in sys/resource.h.
10203         * config.in, configure: Regenerate.
10204
10205 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10206
10207         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
10208         TARGET_OS_CPP_BUILTINS.
10209         * config/mcore/mcore-pe.h: Similarly.
10210         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
10211         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
10212
10213 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10214
10215         PR c/9928
10216         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
10217         only if it is a VAR_DECL.
10218
10219 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10220
10221         PR optimization/9888
10222         * config/i386/i386.md (jcc_1): Fix range.
10223         (jcc_2): Likewise.
10224         (jump): LIkewise.
10225         (doloop_end_internal): Likewise.
10226
10227 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
10228
10229         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
10230         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
10231         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
10232         DLL_IMPORT_EXPORT_PREFIX and "i."
10233         (i386_pe_dllexport_name_p): Here.
10234         (i386_pe_dllimport_name_p): Here.
10235         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
10236         not 9 chars when getting identifier name.
10237         (i386_pe_mark_dllimport): Here.
10238         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
10239         not 9 chars when getting identifier name. Correct comment.
10240         (i386_pe_strip_name_encoding): Here. Add comments for different
10241         cases.
10242         (gen_fastcall_suffix): Break down xmalloc() argument to
10243         components.
10244         (gen_stdcall_suffix): Likewise.
10245         Update copyright year.
10246
10247 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10248
10249         PR optimization/9888
10250         * config/i386/i386.md (movsi_1): Remove special alternatives
10251         for %eax register.
10252         (movsi_1_nointernunit): Likewise.
10253         (movhi_1): Likewise.
10254         * config/i386/i386.c (memory_address_length): Do not use
10255         short displacement when there is no base.
10256         (ix86_attr_length_address_default): Handle LEA instructions.
10257
10258 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10259
10260         * c-cppbuiltin.c (builtin_define_std): Make non-static.
10261
10262 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
10263
10264         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
10265         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
10266         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
10267         * config/freebsd.h (CPP_PREDEFINES): Remove.
10268         (TARGET_OS_CPP_BUILTINS): New.
10269         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
10270         instead of TARGET_OS_CPP_BUILTINS.
10271         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
10272
10273 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
10274
10275         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
10276
10277 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10278
10279         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
10280         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
10281
10282         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
10283
10284 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
10285
10286         * toplev.c (independent_decode_option): Return success for --help,
10287         --target-help and --version.
10288
10289 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
10290
10291         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
10292         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
10293         specified.
10294         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
10295         DRIVER_SELF_SPECS.
10296         (LINK_SPEC): Let endian options affect the linker emulation name.
10297
10298 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
10299
10300         * sh.md (reload_inqi): Fix mode for source in second set.
10301
10302 2003-03-11  Jan Hubicka  <jh@suse.cz>
10303
10304         * cselib.c (cselib_invalidate_mem_1): Move too ...
10305         (cselib_invalidate_mem): ... here; use new list
10306         (dummy_val, first_containing_mem): New static variables.
10307         (clear_table): Initialize first_containing_mem.
10308         (discard_useless_values):  Compact the containing_mem list.
10309         (add_mem_for_addr): Add to the list.
10310         * cselib.h (cselib_val): Add next_containing_mem.
10311
10312 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10313
10314         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
10315         instructions for e500.
10316
10317 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
10318
10319         * Makefile.in: Update.
10320         * c-cppbuiltin.c: Include tm_p.h.
10321
10322 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10323
10324         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
10325
10326         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
10327         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
10328         (_Unwind_SetGR): Same.
10329         (_Unwind_GetGRPtr): New.
10330         (_Unwind_SetGRPtr): New.
10331         (uw_update_context_1): Use accesor functions instead of accessing
10332         context->reg[] directly.
10333         (uw_install_context_1): Same.
10334         (execute_cfa_program): Same.
10335         (__frame_state_for): Same.
10336
10337         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
10338         the synthetic register offset.
10339
10340         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
10341
10342 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
10343
10344         * config/cris/cris.md: Remove lingering EGCS reference.
10345         ("*extopqihi_side_biap"): For HI operation, match
10346         cris_additive_operand_extend_operator, not
10347         cris_operand_extend_operator.  Adjust condition.
10348         ("*extopqihi_side", "*extopqihi"): Ditto.
10349         ("*extopqisi_side_biap"): Correct operand numbers in condition.
10350         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
10351         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
10352         ("*extophisi_swap"): Ditto.
10353         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
10354         PLUS, not cris_operand_extend_operator.  Adjust condition and
10355         output template.
10356         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
10357         * config/cris/cris.h (PREDICATE_CODES): Add
10358         cris_additive_operand_extend_operator.
10359         * config/cris/cris.c (cris_additive_operand_extend_operator):
10360         New predicate.
10361
10362 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
10363
10364         * df.c (read_modify_subreg_p): Change from static to global.
10365         * df.h (read_modify_subreg_p): Add prototype.
10366         * sched-deps.c (sched_analyze_1): Generate true dependency for
10367         strict_low_part, certain subregs and zero/sign_extract.
10368
10369 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
10370
10371         * Makefile.in: Update.
10372         * c-common.c: Don't include real.h or except.h.
10373         (REGISTER_PREFIX): Remove.
10374         (builtin_define_std, builtin_define_with_value,
10375         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
10376         builtin_define_type_max, builtin_define_type_precision,
10377         builtin_define_float_constants): Move to c-cppbuiltin.c.
10378         (c_stddef_cpp_builtins): New.
10379         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
10380         * c-cppbuiltin.c: New, extracted from c-common.c.
10381         (define__GNUC__): New.
10382         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
10383         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
10384         (cpp_unique_options): Don't support no-gcc.
10385         (do_spec_1): Remove support of version specs.
10386         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
10387         * doc/passes.texi: Update.
10388         * doc/tm.texi: Update.
10389
10390 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
10391
10392         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
10393
10394 2003-03-10  Andrew Pinski  <apinski@apple.com>
10395
10396         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
10397         is on should not get here.
10398         (machopic_indirect_data_reference): If dynamic-no-pic is on just
10399         generate high/low parts of the address.
10400         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
10401         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
10402         symbol and labels with a new reg.  Dynamic-no-pic does not have a
10403         pic_offset_table_rtx.
10404         (machopic_select_section): Change references of flag_pic to
10405         MACHOPIC_INDIRECT.
10406         (machopic_asm_out_destructor): Likewise.
10407         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
10408         reference of flag_pic to MACHOPIC_INDIRECT.
10409         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
10410         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
10411         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
10412         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
10413         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
10414         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
10415         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
10416         (TARGET_DYNAMIC_NO_PIC): Define.
10417         (SUBTARGET_SWITCHES): Define, have sub-target switches for
10418         dynamic-no-pic.
10419         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
10420         rs6000_override_options to here. Dynamic-no-pic overrides
10421         pic.
10422         (CC1_SPEC): Change from not static then pic to not static and not
10423         dynamic-no-pic then pic.
10424         * config/rs6000/rs6000.c (rs6000_override_options): Move the
10425         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
10426         (rs6000_legitimize_reload_address): Add case for loading floating in
10427         dynamic-no-pic.
10428         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
10429         of flag_pic to MACHOPIC_INDIRECT.
10430         (secondary_reload_class): Conditional change the reference of
10431         flag_pic to MACHOPIC_INDIRECT.
10432         (rs6000_output_mi_thunk): Change reference of flag_pic to
10433         MACHOPIC_INDIRECT.
10434         (output_profile_hook): Likewise.
10435         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
10436         * config/rs6000/rs6000.md (movdf_low): Add the case for
10437         MACHO_DYNAMIC_NO_PIC_P.
10438         (call): Change references for flag_pic in TARGET_MACHO to
10439         MACHOPIC_INDIRECT.
10440         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
10441         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
10442         * doc/invoke.texi (-mdynamic-no-pic): Document.
10443
10444 2003-03-10  Devang Patel  <dpatel@apple.com>
10445
10446         PR c++/9394
10447         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
10448         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
10449         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
10450         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
10451         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
10452         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
10453
10454 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
10455
10456         PR optimization/7189
10457         * toplev.c (rest_of_compilation):  Move
10458         check_function_return_warnings up to just after
10459         delete_unreachable_blocks.
10460
10461 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
10462
10463         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
10464         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
10465         Declare.
10466         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
10467         for reg rename optimization to avoid using Z and Y registers.
10468
10469 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
10470
10471         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
10472         when adding to X and Y since leax/leay are fast.
10473         ("*addhi3"): Accept 'I' constraint when adding to address register.
10474         ("rotlhi3"): Operand 1 must be a register_operand.
10475         (peephole2): New peephole to optimize some adds.
10476         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
10477         to represent -2 .. 2 small integer range.
10478
10479 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
10480
10481         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
10482         each 16-bit rotation.
10483
10484 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
10485
10486         * c-opts.c (add_prefixed_path): Don't use concat.  When
10487         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
10488         cpp_GCC_INCLUDE_DIR_len characters.
10489
10490 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
10491
10492         * testsuite/gcc.dg/altivec-9.c: New file.
10493
10494         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
10495         (rs6000_emit_prologue): Use rs6000_frame_related instead.
10496
10497 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
10498
10499         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
10500         vectors.
10501         (__ev_convert_u64): Remove macro.  Define as inline.
10502         (__ev_convert_s64): Same.
10503
10504 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
10505
10506         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
10507         (rs6000_stack_t): Add spe_64bit_regs_used.
10508
10509         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
10510         spe_64bit_regs_used, and use it to determine the size of the
10511         frame.
10512         (spe_func_has_64bit_regs_p): New.
10513         (spe_synthesize_frame_save): New.
10514         (rs6000_frame_related): Handle SPE synthetic registers.
10515         (rs6000_emit_prologue): Only save in 64-bits if the function used
10516         any registers in 64-bit mode.
10517         (rs6000_emit_epilogue): Same, but for restore.
10518
10519 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
10520
10521         * arm.h (enum floating_point_type): Delete.  Replace with...
10522         (enum fputype): ... new.
10523         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
10524         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
10525         * arm.md (attr fpu): Reworked for new underlying enum values.
10526         * arm.c (arm_fpu_arch): Now enum fputype.
10527         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
10528         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
10529         Update uses of arm_fpu_arch and arm_fpu_tune.
10530
10531 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
10532
10533         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
10534         (try_crossjump_to_edge): Replace refereces to one jump table by
10535         references to identical jump table.
10536         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
10537         (replace_label): Moved to rtlanal.c.
10538         (struct rtx_pair): Moved to rtl.h.
10539         * rtl.h (struct rtx_pair): Moved from loop.c.
10540         (replace_label): New extern function.
10541         (subrtx_p): New extern function.
10542         (tablejump_p): New extern function.
10543         * rtlanal.c (replace_label): Moved from loop.c.
10544         (subrtx_p_1): New static function.
10545         (subrtx_p): New function.
10546         (tablejump_p): New function.
10547
10548 2003-03-10  Jan Hubicka  <jh@suse.cz>
10549
10550         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
10551
10552         * cfgcleanup.c (merge_blocks): Return where to iterate next.
10553         (try_optimize_cfg): Use return value of merge_blocks
10554
10555 2003-03-10  Michael Matz  <matz@suse.de>
10556
10557         * cfg.c (unchecked_make_edge): New.
10558         (cached_make_edge): Use it.
10559         * basic-block.h (unchecked_make_edge): Declare.
10560         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
10561
10562 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
10563
10564         * fpa.md: New file.  Move all patterns relating to FPA co-processor
10565         to here...
10566         * arm.md: ... from here.
10567         (cirrus.md, fpa.md): Include at end of description.
10568         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
10569         (pic_load_addr_based): Remove register constraint from expander.
10570         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
10571         (sordered, sungt, sunle, sunge, sunlt): Likewise.
10572         (eh_epilogue, tablejump): Likewise.
10573
10574 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10575
10576         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
10577         on operands if it has a PLACEHOLDER_EXPR.
10578
10579 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
10580             Mostafa Hagog
10581
10582         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
10583         condition.
10584
10585 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
10586
10587         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
10588         * config/ip2k/ip2k.h: Similarly.
10589         * config/m32r/m32r.h: Similarly.
10590         * config/m68hc11/m68hc11.h: Similarly.
10591         * config/mn10200/mn10200.h: Similarly.
10592         * config/mn10300/mn10300.h: Similarly.
10593         * config/pdp11/pdp11.h: Similarly.
10594         * config/v850/v850.h: Similarly.
10595         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
10596         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
10597         * config/mips/iris3.h: Remove #if 0 block.
10598
10599 2003-03-09  Roger Sayle  <roger@eyesopen.com>
10600             Joern Rennecke <joern.rennecke@superh.com>
10601
10602         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
10603         pending argument upon return from handle_braces here.
10604         (do_spec_2): Instead handle it upon return from do_spec_1 here.
10605
10606 2003-03-09  Roger Sayle  <roger@eyesopen.com>
10607             Joern Rennecke <joern.rennecke@superh.com>
10608
10609         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
10610         pending argument upon return from handle_braces here.
10611         (do_spec_2): Instead handle it upon return from do_spec_1 here.
10612
10613 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10614
10615         * varasm.c (make_decl_one_only): Use declare_weak().
10616
10617 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10618
10619         PR middle-end/9986
10620         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
10621         after the common builtins.
10622         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
10623         * pa.c (TARGET_INIT_BUILTINS): Define.
10624         (pa_init_builtins): New function.
10625
10626         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
10627         space has been allocated for the outgoing arguments, set the arg
10628         pointer for a call emitted after virtuals have been instantiated
10629         using the stack pointer offset, otherwise abort.
10630
10631 2003-03-09  DJ Delorie  <dj@redhat.com>
10632
10633         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
10634
10635 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
10636
10637         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
10638         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
10639         conversion to integer.
10640         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
10641
10642 2003-03-09  Roger Sayle  <roger@eyesopen.com>
10643
10644         * builtins.def: Fix typo and improve grammar.
10645         * loop-unroll.c (decide_peel_completely): Tidy log message.
10646
10647 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
10648
10649         * config/h8300/h8300.md (*tstsi_upper_bit): New.
10650         (*iorsi3_e2f): Likewise.
10651
10652 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
10653
10654         * config/h8300/h8300.c (h8300_and_costs): Return the number of
10655         assembly instructions needed.
10656         (h8300_shift_costs): Likewise.
10657
10658 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
10659
10660         * config/cris/aout.h (ENDFILE_SPEC): Undef.
10661
10662         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
10663         moves from here ...
10664         * expr.c (emit_move_insn_1): ... to here.
10665
10666         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
10667         (TARGET_OS_CPP_BUILTINS): New macro.
10668         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
10669         (TARGET_OS_CPP_BUILTINS): New macro.
10670         (CPP_PREDEFINES): Don't define.  Move old definitions and...
10671         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
10672         (TARGET_CPU_CPP_BUILTINS): New macro.
10673         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
10674         definitions and the optional __PIC__, __pic__ and
10675         __NO_UNDERSCORES__ definitions to...
10676         (TARGET_OS_CPP_BUILTINS): New macro.
10677
10678         * flags.h (flag_leading_underscore): Declare.
10679
10680         * c-opts.c (c_common_post_options): On fopen failure, return
10681         false, not NULL.
10682
10683 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
10684
10685         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
10686         config.h.
10687         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
10688         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
10689
10690 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
10691
10692         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
10693         CPP_PREDEFINES.
10694         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
10695         CPP_PREDEFINES.
10696
10697 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
10698
10699         * c-common.h (c_common_init, c_common_post_options): Update.
10700         * c-objc-common.c (c_objc_common_init): Update for new prototype.
10701         * c-opts.c (saved_lineno): New.
10702         (c_common_post_options, c_common_init): Update prototypes,
10703         move call to cpp_read_main_file from latter to former.
10704         * c-tree.h (c_ojbc_common_init): Update.
10705         * langhooks-def.h (lhd_post_options): New.
10706         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
10707         * langhooks.c (lhd_post_options): New.
10708         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
10709         * toplev.c (no_backend): New.
10710         (process_options): Call post_options hook and set main_input_filename
10711         and input_filename here.
10712         (lang_dependent_init, do_compile): post_options hook moved to
10713         process_options.
10714         * objc/objc-act.c (objc_init): Update prototype.
10715         * objc/objc-act.h (objc_init): Update prototype.
10716
10717 2003-03-08  Roger Sayle  <roger@eyesopen.com>
10718
10719         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
10720         a complex or vector type, using a load in the original mode.
10721
10722 2003-03-08  Jan Hubicka  <jh@suse.cz>
10723
10724         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
10725         * gt-cgraph.h: New GC file.
10726         * cgraph.c (known_fns): New static variable.
10727         (cgraph_node): Add the decl into varray.
10728
10729 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
10730
10731         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
10732
10733 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
10734
10735         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
10736         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
10737         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
10738         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
10739         All callers changed.
10740         * arm.md, arm.h, arm-protos.h: Updated.
10741
10742         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
10743         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
10744         * arm.c (arm_regno_class, f_register_operand): Updated.
10745
10746 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
10747
10748         * config/cris/cris.h: Remove EGCS references.
10749         (CPP_SPEC): Remove "-$".
10750         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
10751
10752 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
10753
10754         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
10755         preference to CPP_PREDEFINES.
10756
10757 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
10758
10759         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
10760
10761 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
10762
10763         * config/h8300/h8300.md (*extzv_16_8): New.
10764
10765 2003-03-08  Jan Hubicka  <jh@suse.cz>
10766
10767         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
10768         * cgraph.h: (cgraph_local_info): Add can_inline_once
10769         (cgraph_global_info): Add inline_once.
10770         (cgraph_node): Add previous.
10771         (cgraph_remove_node): New.
10772         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
10773         function.
10774         (cgraph_optimize): Call it.
10775         (cgraph_finalize_function):  Set inlinable flags.
10776         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
10777         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
10778         (cgraph_expand_function): Likewise.
10779         * cgraph.c
10780         (cgraph_node): Put nodes into doubly linked chain.
10781         (cgraph_remove_node): New function.
10782         * flags.h (flag_inline_functions_called_once): Declare.
10783         * tree-inline.c: Include cgraph.h
10784         (inlinable_functions_p): Add extra argument to bypass limits.
10785         (expand_call_inline):  Obey cgraph flag.
10786         * tree-inline.h (tree_inlinable_function_p): Update prototype.
10787
10788 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10789
10790         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
10791         irreducible loops.
10792
10793         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
10794         loops info correctly.
10795
10796 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
10797
10798         PR middle-end/7796
10799         * unroll.c (calculate_giv_inc): Handle constants being
10800         loaded with LSHIFTRT.
10801
10802 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
10803
10804         * config/rs6000/rs6000.c (processor_target_table): Do not disable
10805         GP optional instructions on Power3, Power4, 620, and 630.
10806
10807 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
10808
10809         * calls.c: Fix comment formatting.
10810         * cfgloopanal.c: Likewise.
10811         * cfgloopmanip.c: Likewise.
10812         * combine.c: Likewise.
10813         * dwarf2out.c: Likewise.
10814         * ggc-common.c: Likewise.
10815         * langhooks.c: Likewise.
10816         * loop-unroll.c: Likewise.
10817         * loop.c: Likewise.
10818         * ra-build.c: Likewise.
10819         * sbitmap.c: Likewise.
10820         * toplev.c: Likewise.
10821
10822 2003-03-07  James E Wilson  <wilson@tuliptree.org>
10823
10824         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
10825
10826 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
10827
10828         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
10829         support -no-integrated-cpp.
10830
10831         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
10832         than langhooks.name.
10833
10834 2003-03-07  Michael Matz  <matz@suse.de>
10835
10836         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
10837         (DF_FOR_REGALLOC): New.
10838         * df.c (df_ref_record): Set DF_REF_STRIPPED.
10839         (read_modify_subreg_p): Simplify.
10840         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
10841         Use DF_FOR_REGALLOC.
10842         * ra.h (struct web): New member subreg_stripped.
10843         (invalid_mode_change_regs): Declare.
10844         * ra.c (invalid_mode_change_regs): New.
10845         (init_ra): Initialize it.
10846         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
10847         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
10848         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
10849         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
10850         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
10851
10852 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
10853
10854         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
10855         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
10856         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
10857         machine description file from ...
10858         * cirrus.md: ... here.
10859
10860 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
10861
10862         * config/h8300/h8300.md (a peephole2): Don't use
10863         reg_overlap_mentioned_p.
10864
10865 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
10866
10867         * c-pch.c: Include langhooks.h.
10868         (IDENT_LENGTH): New.
10869         (get_ident): New.
10870         (pch_ident): Delete.
10871         (pch_init): Use get_ident, IDENT_LENGTH.
10872         (c_common_valid_pch): Likewise.  Also, use actual language
10873         in warning message.
10874         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
10875
10876         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
10877         c-parse.in.
10878         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
10879         gt-objc-objc-act.h.
10880         (gt-objc-objc-act.h): New rule.
10881         * objc/lang-specs.h: Support PCH.
10882         * objc/objc-act.c: Include gt-objc-objc-act.h.
10883         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
10884         (build_selector_reference_decl): Move idx out, mark for PCH.
10885         (build_class_reference_decl): Likewise.
10886         (build_objc_string_decl): Move *_idx out, mark for PCH.
10887         (build_tmp_function_decl): Move xxx out, mark for PCH.
10888
10889 2003-03-06  Dale Johannesen  <dalej@apple.com>
10890
10891         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
10892         global functions for inlining on Darwin.
10893
10894 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
10895
10896         * haifa-sched.c (schedule_block): Don't call reorder when sorting
10897         is prohibited.
10898
10899 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
10900
10901         * Makefile.in (c-ppoutput.o): Update.
10902         * c-common.h (init_pp_output): New.
10903         (preprocess_file): Update.
10904         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
10905         Register builtins.
10906         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
10907         Make call to cpp_read_main_file common to whether preprocessing
10908         or not.  Don't register builtins.
10909         * c-ppoutput.c: Include c-pragma.h.
10910         (setup_callbacks): Rename init_pp_output.
10911         (preprocess_file): No longer setup callbacks or call
10912         cpp_read_main_file.
10913         * cpphash.h (_cpp_init_mbchar): New.
10914         * cppinit.c (init_library): Call _cpp_init_mbchar.
10915         * cpplex.c (_cpp_init_mbchar): New.
10916
10917 2003-03-06  Roger Sayle  <roger@eyesopen.com>
10918
10919         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
10920         MEM, try loading the MEM into a register and taking the low-part
10921         of that, to help CSE see the use of the MEM in its true mode.
10922
10923 2003-03-05  Tom Tromey  <tromey@redhat.com>
10924
10925         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
10926         Define.
10927
10928 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
10929
10930         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
10931         operand 2.
10932         ("*ineqbranchsi"): Likewise.
10933
10934 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
10935
10936         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
10937         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
10938         register store followed by a stack increment.
10939
10940 2003-03-05  Chris Moller  <cmoller@redhat.com>
10941
10942         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
10943         to inhibit saving CARRY_REGS.
10944
10945         * config/stormy16/stormy16.c (xs_hi_general_operand):
10946         added predicate to detect and error-out on out-of-range
10947         const_ints for movhi.
10948         * config/stormy16/stormy16.md (movhi): use
10949         xs_hi_general_operand.
10950
10951         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
10952         added a check for local vbl size overflow.
10953         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
10954         added predicate to detect and error-out on out-of-range
10955         const_ints for addhi and subhi.
10956         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
10957         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
10958
10959         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
10960         add a term to accept PRE_MODIFY addresses.
10961         * config/stormy16/stormy16.c (xstormy16_expand_move):
10962         add code to expand PRE_MODIFY addresses to an add followed
10963         by a move.
10964
10965 2003-03-06  Jason Merrill  <jason@redhat.com>
10966
10967         * tree-inline.c (inlinable_function_p): Revert earlier change
10968         pending investigation.
10969
10970 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
10971
10972         * config/h8300/h8300.md (a new peephole2): New.
10973
10974 2003-03-06  Jan Hubicka  <jh@suse.cz>
10975
10976         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
10977
10978 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10979
10980         * dwarf2out.c (size_of_die): Compute size of external reference to
10981         die correctly.
10982
10983 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
10984
10985         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
10986         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
10987         expanders.
10988
10989 2003-03-05  Roger Sayle  <roger@eyesopen.com>
10990
10991         * expr.h (lang_expand_expr): Delete obsolete prototype.
10992
10993 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
10994
10995         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
10996
10997 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
10998
10999         * config/h8300/h8300.md (a peephole2): Generalize to
11000         accept a memory operand.
11001
11002 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
11003
11004         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
11005         * config/alpha/alpha.c (print_operand, case '+'): New.
11006         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
11007         (call_value_osf_1_noreturn): Likewise.
11008
11009 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11010
11011         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
11012         (expand_end_bindings): Likewise.
11013
11014 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11015
11016         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
11017         (epilogue): Don't generate return_external_pic when emitting PA 2.0
11018         code.
11019
11020 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
11021
11022         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
11023
11024         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
11025
11026         * hooks.c (hook_rtx_rtx_null): New.
11027
11028         * hooks.h (hook_rtx_rtx_null): Protoize.
11029
11030         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
11031         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
11032
11033         * target.h (struct gcc_target): Add dwarf_register_span.
11034
11035         * dwarf2out.c (multiple_reg_loc_descriptor): New.
11036         (one_reg_loc_descriptor): New.
11037         (reg_loc_descriptor): Add support for values that span more than
11038         one register.
11039
11040 2003-03-05  Jan Hubicka  <jh@suse.cz>
11041
11042         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
11043         * alias.c:  Include cgraph.h
11044         (mark_constant_function): Use cgraph_rtl_info.
11045         * calls.c:  Include cgraph.h
11046         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
11047         calls.
11048         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
11049         * cgraph.c (cgraph_rtl_info): New function.
11050         * cgraph.h (cgraph_rtl_info): Declare
11051         (cgraph_rtl_info): Likewise.
11052         * function.h (struct function): Add recursive_call_emit.
11053         * toplev.c: Include cgraph.h.
11054         (rest_of_compilation): Set preferred_incoming_stack_boundary.
11055
11056 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
11057
11058         * config/h8300/h8300.c (output_simode_bld): Clear the
11059         destination first if possible.
11060         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
11061         alternative.
11062         (extzv_1_r_inv_h8300hs): Likewise.
11063
11064 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11065
11066         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
11067         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
11068         * cfgloop.c (flow_loop_free): Made global.
11069         (establish_preds): New static function.
11070         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
11071         (get_loop_exit_edges): New.
11072         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
11073         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
11074         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
11075         loops.
11076         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
11077         removability of an edge.
11078         (fix_irreducible_loops): New static function.
11079         (find_path, remove_path): Add ability to remove enclosing loops.
11080         (unloop): New.
11081         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
11082         flags.
11083         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
11084         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
11085         not neccessary.
11086         (decide_peel_completely, peel_loops_completely): Allow complete peeling
11087         of non-duplicable once rolling loops.
11088         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
11089
11090 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
11091
11092         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
11093         for align_jumps is 4.
11094
11095         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
11096         use GENERAL_REGS.
11097
11098 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
11099
11100         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
11101         according to va_arg type.
11102         (EXPAND_BUILTIN_VA_ARG): Remove.
11103         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
11104         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
11105
11106 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
11107
11108         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
11109         else clauses.
11110
11111 2003-03-05  Michael Matz  <matz@suse.de>
11112
11113         * i386/i386.c (ix86_save_reg): Also test
11114         current_function_uses_const_pool.
11115
11116 2003-03-05  Michael Matz  <matz@suse.de>
11117
11118         * unwind.h: Add the GPL exception.
11119         * Makefile.in (USER_H): Add unwind.h.
11120
11121 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11122
11123         PR c/9799
11124         * c-typeck.c (push_init_level): Add sanity check.
11125
11126 2003-03-05  Jan Hubicka  <jh@suse.cz>
11127
11128         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
11129         RTL inlining is done.
11130
11131         * cgraphunit.c (cgraph_mark_local_functions): New local function.
11132         (cgraph_optimize): Mark local functions.
11133         * i386-protos.h (init_cumulative_args): Update prototype.
11134         * i386.c (init_cumulative_args): Use register passing convention for
11135         local functions.
11136
11137         * cgraph.c (cgraph_global_info_ready): New global variable
11138         (cgraph_local_info, cgraph_global_info): New functions.
11139         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
11140         structures.
11141         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
11142         Declare.
11143         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
11144         (cgraph_mark_functions_to_output): Use inline_many.
11145         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
11146         (cgraph_expand_functions): Expand inline functions last.
11147         (cgraph_optimize): Do not emit uneeded functions.
11148
11149 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
11150
11151         * expr.c (convert_modes): Check for legal hard register.
11152
11153 2003-03-04  Tom Tromey  <tromey@redhat.com>
11154
11155         * doc/sourcebuild.texi (Front End Directory): Document tags.
11156         * configure: Rebuilt.
11157         * configure.in (target_list): Added tags.
11158         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
11159         TAGS files by reference.
11160         * objc/Make-lang.in (objc.tags): New target.
11161
11162 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11163
11164         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
11165         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
11166         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
11167         gcov_read_string, gcov_write_length): Modified to enable reading/
11168         writing of whole .da file just once.
11169         (da_file_open, da_file_close, da_file_eof, da_file_error,
11170         da_file_position, da_file_seek, da_file_write, da_file_read): New
11171         functions.
11172         (actual_da_file, actual_da_file_position, actual_da_file_length,
11173         actual_da_file_buffer, actual_da_file_buffer_size): New static
11174         functions.
11175         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
11176         just once.
11177
11178
11179 2003-03-04  Andreas Schwab  <schwab@suse.de>
11180
11181         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
11182         offset without frame pointer.
11183
11184 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
11185
11186         * expr.c (expand_expr): Call promote_mode to set unsignedp.
11187
11188 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11189
11190         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
11191         * configure: Regenerated.
11192         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
11193
11194 2003-03-04  Andreas Jaeger  <aj@suse.de>
11195
11196         * configure.in: Check for <memcheck.h>.
11197         * configure: Regenerated.
11198
11199         * config.in: Define HAVE_MEMCHECK_H.
11200
11201         * ggc-common.c: Use <memcheck.h> if available instead of
11202         <valgrind.h>.
11203         * ggc-page.c: Likewise.
11204         * cppfiles.c: Likewise.
11205
11206 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
11207
11208         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
11209
11210 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11211
11212         PR c/9262
11213         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
11214         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
11215
11216 2003-03-04  Jan Hubicka  <jh@suse.cz>
11217
11218         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
11219         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
11220         for -O3.
11221
11222 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11223
11224         * configure.in: Delete three unused variables.  Move a variable
11225         definition closer to its use.  Simplify use_collect2 logic.  Start to
11226         organize.  Simplify tests for in-tree gas and ld.
11227         * configure: Regenerate.
11228
11229 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
11230
11231         * Makefile.in: Update.
11232         * c-common.c (flag_no_line_commands, flag_no_output,
11233         flag_dump_macros, flag_dump_includes): New.
11234         * c-common.h (flag_no_line_commands, flag_no_output,
11235         flag_dump_macros, flag_dump_includes, preprocess_file): New.
11236         (init_c_lex): Update prototype.
11237         * c-lex.c (init_c_lex): Update prototype; move some code to
11238         c_common_init.
11239         * c-opts.c (preprocess_file): Subsume into c_common_init.
11240         (c_common_decode_option): Update flags.
11241         (c_common_init): Move code from preprocess_file and init_c_lex.
11242         (sanitize_cpp_opts): Update.
11243         * c-ppoutput.c: New, cppmain.c almost verbatim.
11244         * cpphash.h (struct printer): Remove.
11245         (struct cpp_reader): Remove print.
11246         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
11247         cpp_preprocess_file): Remove.
11248         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
11249         and dump_includes.
11250         * cppmain.c: Remove.
11251         * doc/passes.texi: Update.
11252
11253 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11254
11255         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
11256         (assign_stack_local_1): Perform overall stack alignment only when
11257         STACK_ALIGNMENT_NEEDED is non-zero.
11258         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
11259
11260         * pa.c (compute_frame_size): Rename fsize to size.  Account for
11261         alignment to a word boundary before general register save block.  Only
11262         account for double-word alignment before floating point register save
11263         block if one or more are saved.  Don't allocate space for %r3 when
11264         frame pointer is needed.
11265         (hppa_expand_prologue): Include alignment to word boundary in local
11266         frame size.
11267         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
11268         (STACK_ALIGNMENT_NEEDED): Define.
11269
11270 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
11271
11272         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
11273         global register variables.
11274
11275 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11276
11277         * reload.c (reload_adjust_reg_for_mode): New function.
11278         (subst_reloads): Call it.
11279         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
11280         * reload.h (reload_adjust_reg_for_mode): Declare.
11281         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
11282         Call it.
11283
11284 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11285
11286         * optabs.c (add_equal_note): Delete SUBREG_REG use.
11287         Fixes PR c/7872.
11288
11289 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11290
11291         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
11292         (*ixorsi3_lshiftrt_16): New.
11293         (*iorsi3_ashift_16): Remove.
11294
11295 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11296
11297         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
11298         pattern.
11299
11300 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11301
11302         * doc/install.texi (Specific): Update entry for powerpc-darwin.
11303
11304 2003-03-03  Richard Henderson  <rth@redhat.com>
11305
11306         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
11307
11308 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
11309
11310         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
11311         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
11312         (rs6000_variable_issue): Do not return negative value.
11313         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
11314         scheduling pass.
11315
11316 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11317
11318         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
11319         prune_unused_types calls.
11320
11321 2003-03-03  Jason Merrill  <jason@redhat.com>
11322
11323         * tree-inline.c (find_builtin_longjmp_call): Save and restore
11324         lineno and input_filename.
11325         (find_alloca_call): Likewise.
11326         (inlinable_function_p): Run the langhook earlier.
11327
11328         * calls.c (compute_argument_addresses): Give the new MEMs a
11329         minimum alignment of PARM_BOUNDARY.
11330
11331 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11332
11333         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
11334         subtarget_asm_isa_spec.
11335         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
11336         (ASM_SPEC): Define as SH_ASM_SPEC.
11337         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
11338         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
11339         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
11340         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
11341
11342         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
11343         and align_jumps if not set.
11344         Force align_jumps to be at least 2.
11345         When relaxing, force align_functions to be at least the maximum of
11346         align_loops, align_jumps and 4.
11347         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
11348         (sh_loop_align): Honour align_loops_log.
11349
11350         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
11351         to check for indirect_jump_scratch.
11352         (indirect_jump_scratch): Add second set.
11353         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
11354         when looking for indirect_jump_scratch.
11355         Extract scratch register taking new structure of indirect_jump_scratch
11356         into account.
11357         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
11358
11359 2003-03-03  Jan Hubicka  <jh@suse.cz>
11360
11361         * calls.c (rtx_for_function_call): Take the address as an argument
11362         (expand_call): Do not modify the expression.
11363
11364         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
11365         optimizing.
11366
11367 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11368
11369         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
11370         TARGET_H8300H and TARGET_H8300S.
11371
11372 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11373
11374         * config/h8300/h8300.md (a peephole2): New.
11375
11376 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11377
11378         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
11379         operands[0] and operands[1] are different.
11380
11381 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11382
11383         * reload1.c (reload_cse_move2add): Remove variable success.
11384
11385 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11386
11387         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
11388         warnings.
11389
11390 2003-03-02  Richard Henderson  <rth@redhat.com>
11391
11392         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
11393         * config.in, configure: Rebuild.
11394         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
11395         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
11396         paired ldtoffx and ldxmov annotations.
11397         (load_symptr_internal1): Remove.
11398         (load_symptr_high, load_symptr_low): New.
11399
11400 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
11401
11402         * c-incpath.c (add_path): Fix sysp assignment.
11403
11404 2003-03-02  Kurt Garloff  <garloff@suse.de>
11405
11406         * params.def: Introduce parameter max-inline-insns-rtl for
11407         a separate limit for the RTL inliner.
11408         * params.h: Likewise.
11409         * integrate.c (function_cannot_inline_p): Use it.
11410         * toplev.c (decode_f_option): Set multiple parameters
11411         controlling inlining with -finline-limit.
11412         * params.def: Fix orthographic and typographic errors.
11413         * doc/invoke.texi: Document parameters controlling inlining
11414         and the way -finline-limit sets multiple of them.
11415
11416         * tree.h (struct tree_decl): Introduce inlined_function_flag,
11417         recording whether the function became eligible for inlining
11418         by a compiler flag rather than the declaration.
11419         Provide DID_INLINE_FUNC macro to access it.
11420         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
11421         * cp/decl.c (grokfndecl): Likewise.
11422         * toplev.c (rest_of_compilation): Likewise.
11423         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
11424         * print-tree.c (print_node): Report it.
11425         * params.def: Introduce new max-inline-insns-auto limit.
11426         * params.h: Likewise.
11427         * tree-inline.c (inlinable_function_p): Apply it to functions
11428         with DID_INLINE_FUNC set.
11429         * toplev.c (decode_f_option): Initialize it from -finline-limit
11430         value.
11431         * doc/invoke.texi: Document new parameter.
11432
11433 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
11434
11435         * fix-header.c (read_scan_file): Don't reference simplify_path.
11436
11437 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11438
11439         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
11440         min/max instructions by default as may result in reload errors.
11441
11442 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11443
11444         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
11445         avoid reload problems; define split for it.
11446
11447 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11448
11449         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
11450         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
11451         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
11452         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
11453         rotatert and rotate.
11454         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
11455         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
11456         ("*rotrhi3_addr"): New split for shift insns on address register.
11457         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
11458         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
11459         (___rotrhi3): Likewise.
11460         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
11461
11462 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
11463
11464         * toplev.c (aux_base_name): Moved from toplev.h.
11465         (filename): Constify.
11466         (lang_dependent_init): Don't duplicate name.
11467         (process_options): Set aux_base_name here, not...
11468         (do_compile): ...here.  Change protoype.
11469         (toplev_main): Move some code from do_compile.
11470         * toplev.h: Remove aux_base_name.
11471
11472 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11473
11474         * config/h8300/h8300-protos.h: Add a prototype for
11475         iorxor_operator.
11476         * config/h8300/h8300.c (print_operand): Handle 'c'.
11477         (iorxor_operator): New.
11478         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
11479         * config/h8300/h8300.md (*iorhi3_zext): Remove.
11480         (*iorsi3_zexthi): Likewise.
11481         (*iorsi3_zextsi): Likewise.
11482         (*xorhi3_zextqi): Likewise.
11483         (*xorsi3_zexthi): Likewise.
11484         (*xorsi3_zextsi): Likewise.
11485         (*ixorhi3_zext): New.
11486         (*ixorsi3_zext_qi): Likewise.
11487         (*ixorsi3_zext_hi): Likewise.
11488
11489 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
11490
11491         * c-incpath.c (remove_component_p, simplify_path): Move back to
11492         cppfiles.c.
11493         (remove_duplicates): Use cpp_simplify_path.
11494         * c-incpath.h (simplify_path): Remove.
11495         * c-lex.c: Don't include c-incpath.h.
11496         (init_c_lex): Remove simplify_path.
11497         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
11498         (find_or_create_entry, validate_pch): Revert.
11499
11500 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
11501
11502         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
11503           an external cpp during compilation.
11504         (option_map): Likewise.
11505         * objc/lang-specs.h (default_compilers): Similarly.
11506         * doc/invoke.texi: Document -no-integrated-cpp flag.
11507
11508 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11509
11510         * config/h8300/h8300.md (zero_extendqisi2): Change to an
11511         expander.
11512         (*zero_extendqisi2_h8300): New.
11513         (*zero_extendqisi2_h8300hs): New.
11514         (two splitters): New.
11515
11516 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11517
11518         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
11519
11520 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11521
11522         * config/h8300/h8300.md (a peephole2): Remove dead code.
11523
11524 2003-03-01  Roger Sayle  <roger@eyesopen.com>
11525
11526         PR c++/9367
11527         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
11528         (BT_FN_INT_CONST_STRING_VALIST_ARG,
11529         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
11530         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
11531         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
11532         BT_FN_INT_STRING_CONST_STRING_VAR,
11533         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
11534         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
11535         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
11536         ATTR_NONNULL_3): Also include the nothrow attribute.
11537         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
11538         vsnprintf, vscanf, vsscanf): Don't define attributes here.
11539         * builtins.def (putchar, puts): Make full C89 built-ins.
11540         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
11541         vsscanf, vsnprintf, vsprintf): New built-ins.
11542         * c-common.c (c_common_nodes_and_builtins): Handle new macro
11543         DEF_FUNCTION_TYPE_VAR_3.
11544
11545         * doc/extend.texi: Document these new built-in functions.
11546
11547 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11548
11549         * config/h8300/h8300.md (a peephole2): New.
11550
11551 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
11552
11553         * predict.c (estimate_bb_frequencies): Correctly set
11554         real_values_initialized after initialization.
11555
11556 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
11557
11558         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
11559         cppinit.o, cppdefault.o, fix-header): Update.
11560         * c-incpath.c: New file.
11561         * c-incpath.h: New file.
11562         * c-lex.c: Include c-incpath.h.
11563         (init_c_lex): Register path simplifier.
11564         * c-opts.c: Include cppdefault.h and c-incpath.h.
11565         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
11566         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
11567         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
11568         (missing_arg, c_common_decode_option): Handle them.
11569         (c_common_post_options): Register include chains.
11570         (print_help): Update.
11571         * cppdefault.h (struct default include): Update.
11572         Move some macros to ...
11573         * cppdefault.c: ... here.
11574         (cpp_include_defaults): Add extra field add_sysroot.
11575         * cppfiles.c (include_file, search_from, find_or_create_entry,
11576         cpp_included, find_include_file, remap_filename): Update for
11577         renaming of search_path to cpp_path, and of the chain headers.
11578         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
11579         * cpphash.h (struct search_path): Move to cpplib.h.
11580         (struct cpp_buffer, struct cpp_reader): Update.
11581         (_cpp_simplify_pathname): Remove.
11582         * cppinit.c: Don't include prefix.h and cppdefault.h.
11583         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
11584         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
11585         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
11586         no_pth, cpp_handle_options): Remove.
11587         (struct pending_option): Remove chain members.
11588         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
11589         cpp_handle_option): Update.
11590         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
11591         (struct cpp_options): Remove quote_include, bracket_include,
11592         include_prefix, include_prefix_len, verbose, ignore_srcdir,
11593         no_standard_includes, no_standard_cplusplus_includes.
11594         (struct cpp_callbacks): Add simplify_path.
11595         (cpp_handle_options): Remove.
11596         * fix-header.c: Include c-incpath.h.
11597         (read_scan_file): Update to use c-incpath functionality.
11598         * doc/passes.texi: Update.
11599
11600 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11601
11602         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
11603         satisfies EXTRA_CONSTRAINT 'U'.
11604
11605 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11606
11607         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
11608         register.
11609         (*tst_extzv_memqi_1_n): Change to a splitter.
11610         (a peephole2): Update.
11611
11612 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
11613
11614         * predict.c (estimate_bb_frequencies): Initialize the sreal
11615         constants once per compilation.
11616
11617 2003-02-28  Richard Henderson  <rth@redhat.com>
11618
11619         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
11620
11621 2003-02-28  scott snyder  <snyder@fnal.gov>
11622
11623         * flags.h: Add flag_eliminate_unused_debug_types.
11624         * toplev.c: Add flag_eliminate_unused_debug_types.
11625         (f_options): Add -feliminate-unused-debug-types.
11626         * dwarf2out.c (struct file_table): Add emitted member.
11627         (splice_child_die): Fix the parent pointer for the child being
11628         spliced.
11629         (lookup_filename): Maintain file_table.emitted array.  Don't
11630         output .file directive here.
11631         (maybe_emit_file): (new)
11632         (init_file_table): Set up file_table.emitted.
11633         (dwarf2out_source_line): Use maybe_emit_file.
11634         (dwarf2out_start_source_file): Use maybe_emit_file.
11635         (dwarf2out_init): Use maybe_emit_file.
11636         (prune_unused_types_walk_attribs): (new)
11637         (prune_unused_types_mark): (new)
11638         (prune_unused_types_walk): (new)
11639         (prune_unused_types_prune): (new)
11640         (prune_unused_types): (new)
11641         (dwarf2out_finish): Call prune_unused_types if
11642         flag_eliminate_unused_debug_types is set.
11643         * doc/invoke.texi (Option Summary): Add
11644         -feliminate-unused-debug-types.
11645         (Debugging Options): Likewise.
11646
11647 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
11648
11649         * doc/invoke.texi: Change .pch to .gch.
11650         * cppfiles.c (open_file_pch): Likewise.
11651         * gcc.c (default_compilers): Likewise.
11652
11653 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
11654
11655         * floatlib.c: Remove.
11656
11657 2003-02-28  Jason Merrill  <jason@redhat.com>
11658
11659         * stor-layout.c (variable_size): Leave a "minus 1" outside the
11660         SAVE_EXPR.
11661
11662 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
11663
11664         * config/rs6000/power4.md: Add compare bypass.
11665
11666 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
11667
11668         * config/netbsd.h: Update copyright years.
11669         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
11670         -pthread is specified on the command line.
11671
11672 2003-02-28  Dale Johannesen <dalej@apple.com>
11673
11674         * loop.c (struct movable): Add insert_temp, shrink savemode.
11675         (scan_loop): Accept invariants that require copying; mark as
11676         insert_temp.
11677         (combine_movables): Don't combine insert_temp movables.
11678         (move_movables): Insert copies for insert_temp movables.
11679         Don't record the info based on regno for insert_temp's.
11680
11681 2003-02-28  Joel Sherrill <joel@OARcorp.com>
11682
11683         PR 9638/other
11684         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
11685         this constant defaults to 1.
11686
11687 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
11688
11689         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
11690
11691 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
11692
11693         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
11694         ARMv5e processor, not just for XScale.  Instructions are predicable.
11695         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
11696
11697 2003-02-28  Nick Clifton  <nickc@redhat.com>
11698
11699         * config/arm/arm.c (note_invalid_constants): Change parameter type
11700         from bool to int.
11701
11702 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
11703
11704         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
11705         test of bit 7.
11706         (*tst_extzv_memqi_1_n): Likewise.
11707         (a peephole2): New.
11708
11709 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
11710
11711         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
11712         #ifndef __mips16.
11713
11714 2003-02-28  Jan Hubicka  <jh@suse.cz>
11715
11716         * combine.c (gen_lowpart_for_combine): Update handling of
11717         subregs_of_mode
11718         * flow.c (life_analysis, mark_used_regs): Likewise.
11719         * regclass.c (subregs_of_mode): Turn into single bitmap.
11720         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
11721         dealing with subregs_of_mode
11722         * regs.h (subregs_of_mode): Update prototype.
11723
11724 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
11725
11726         * emit-rtl.c (set_reg_attrs_for_parm): New function.
11727         * rtl.h (set_reg_attrs_for_parm): New exported function.
11728         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
11729         set_reg_attrs_from_mem.
11730
11731 2003-02-27  Roger Sayle  <roger@eyesopen.com>
11732             Zack Weinberg <zack@codesourcery.com>
11733
11734         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
11735
11736 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
11737
11738         * reload1.c (sext_for_mode): Remove.
11739         (reload_cse_move2add): Use trunc_int_for_mode instead of
11740         sext_for_mode.
11741         (move2add_note_store): Likewise.
11742         Reset register information if we see a set in non-integer
11743         mode.
11744
11745 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
11746
11747         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
11748         option.
11749         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
11750         * config/rs6000/aix51.h: Same.
11751         * config/rs6000/aix52.h: Same.
11752         * config/rs6000/power4.md: Additional VMX bypasses.
11753
11754 2003-02-27   Geert Bosch <bosch@gnat.com>
11755
11756         * toplev.c (print_version): Add indentation for GGC heuristics and
11757         output after printing version information.
11758
11759 2003-02-27  James E Wilson  <wilson@tuliptree.org>
11760
11761         * combine.c (simplify_comparison): Require integral mode when
11762         permuting SUBREG with AND.
11763
11764 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
11765
11766         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
11767
11768 2003-02-27  Nick Clifton  <nickc@redhat.com>
11769
11770         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
11771         deleted when cirrus instructions were added.
11772
11773 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
11774
11775         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
11776         POSIX thread support by default.
11777
11778 2003-02-27  Roger Sayle  <roger@eyesopen.com>
11779
11780         * config/i386/cygwin.h: Don't include any other files directly.
11781         * config/i386/mingw32.h: Don't include cygwin.h directly.
11782         * config.gcc (cygwin, mingw32, uwin): Instead make these files
11783         explicit in the tm_files variable.
11784
11785 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
11786
11787         * config/rs6000/rs6000.md: Add TI constant splitter.
11788
11789 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
11790
11791         * builtins.c (purge_builtin_constant_p): Handle subreg of
11792         constant_p_rtx too.
11793
11794         * function.c (assign_stack_local_1): Truncate constant added to
11795         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
11796
11797 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
11798
11799         * config.gcc: Add power4 to PowerPC with_cpu list.
11800
11801 2003-02-26  Jan Hubicka  <jh@suse.cz>
11802
11803         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
11804
11805 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11806
11807         * gcov-dump.c (print_prefix): Fix signedness warning.
11808         * gcov-io.h (struct counter_section, struct counter_section_data): New.
11809         (struct function_info): n_arc_counts field removed, n_counter_sections,
11810         counter_sections fields added.
11811         (struct gcov_info): arc_counts, n_arc_counts fields removed,
11812         n_counter_sections, counter_sections fields added.
11813         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
11814         profile sections.
11815         * profile.h (MAX_COUNTER_SECTIONS): New.
11816         (struct section_info): New.
11817         (struct profile_info): count_instrumented_edges,
11818         count_edges_instrumented_now fields removed, n_sections, section_info
11819         fields added.
11820         (find_counters_section): Declare.
11821         * profile.c (struct function_list): count_edges field removed,
11822         n_counter_sections, counter_sections fields added.
11823         (set_purpose, label_for_tag, build_counter_section_fields,
11824         build_counter_section_value, build_counter_section_data_fields,
11825         build_counter_section_data_value, build_function_info_fields,
11826         build_function_info_value, build_gcov_info_fields,
11827         build_gcov_info_value): New static functions.
11828         (find_counters_section): New function.
11829         (instrument_edges, get_exec_counts, compute_branch_probabilities,
11830         branch_prob, create_profiler): Modified to support multiple profile
11831         sections.
11832
11833 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11834
11835         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
11836         is 8 * STACK_BOUNDARY.
11837         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
11838
11839 2003-02-26  Michael Matz  <matz@suse.de>
11840
11841         * ra-colorize.c (merge_moves): Fix list handling.
11842
11843 2003-02-26  Nick Clifton  <nickc@redhat.com>
11844
11845         * config/arm/arm.c (is_load_address): Rename to...
11846         (arm_memory_load_p) ... this and make it check for SUBREGs and
11847         constant loads that will be converted into loads from the
11848         minipool.
11849         (is_cirrus_insn): Rename to ...
11850         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
11851         of CIRRUS_NO with CIRRUS_NOT.
11852         (cirrus_reorg): Use renamed functions.
11853         (note_invalid_constants): Change from a void function to bool.
11854         Add an extra parameter, saying whether the fixups should be
11855         pushed.  Return true if fixups are needed.
11856         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
11857         of CIRRUS_NO with CIRRUS_NOT.
11858         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
11859         other floating point co-processors can also affect this.
11860         * config/arm/arm.md ("type" attribute): Add mav_farith and
11861         mav_dmult.  Replace references to "cirrus_type" attribute with
11862         "type".
11863         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
11864         ("cirrus_type" attribute): Delete - use "type" instead.
11865         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
11866         'normal'.
11867
11868 2003-02-25  Jan Hubicka  <jh@suse.cz>
11869
11870         * objc-act.c: Include cgraph.h
11871         (mark_referenced_methods): New function.
11872         (objc_init): Call it.
11873         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
11874
11875         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
11876         mode.
11877
11878         * optabs.c (expand_fix): Do not widen the input operand.
11879
11880         * expr.c (emit_group_store):  Fix crash when converting single
11881         register into complex register.
11882
11883         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
11884         * alias.c: Include timevar.h
11885         (init_alias_analysis):  Set timevar
11886         * jump.c: Include timevar.h
11887         (rebuild_jump_labels):  Set timevar
11888         * regcalss.c: Include timevar.h
11889         (reg_scan):  Set timevar
11890         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
11891
11892 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11893
11894         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
11895
11896         * Makefile.in (loop-unroll.o): New.
11897         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
11898         (unroll_and_peel_loops): Declare.
11899         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
11900         flag_old_unroll_loops.
11901         * loop.c (loop_invariant_p): Ditto.
11902         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
11903         flag_old_unroll_all_loops.
11904         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
11905         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
11906         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
11907         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
11908         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
11909         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
11910         PARAM_MAX_ONCE_PEELED_INSNS): New.
11911         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
11912         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
11913         instead of old one.
11914         (flag_peel_loops): New.
11915         (lang_independent_options): The new flags added.
11916         (rest_of_compilation): Call new unroller.
11917         (process_options): Setup flags for coexistence of old and new unroller.
11918         * doc/invoke.texi: Document new options.
11919         * doc/passes.texi: Document new unroller pass.
11920
11921 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
11922
11923         * fixinc/fixincl.x: Regenerate
11924
11925 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
11926
11927         * function.c (assign_parms): Set reg_attrs for parameters passed in
11928         registers.
11929
11930 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
11931
11932         PR target/9681
11933         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
11934
11935 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
11936
11937         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
11938         pseudo-op.
11939
11940 2003-02-25  Roger Sayle  <roger@eyesopen.com>
11941
11942         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
11943         * cse.c (invalidate_skipped_set):  Likewise.
11944         * integrate.c (subst_constants):  Likewise.
11945         * jump.c (reversed_comparison_code_parts):  Likewise.
11946         * loop.c (canonicalize_condition):  Likewise.
11947         * simplify-rtx.c (simplify_relational_operation):  Likewise.
11948
11949 2003-02-25  Roger Sayle  <roger@eyesopen.com>
11950
11951         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
11952         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
11953         the appropriate macro to define built-in function.
11954         (fmod,fmodf,fmodl): New built-in functions.
11955
11956         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
11957
11958 2003-02-25  Richard Henderson  <rth@redhat.com>
11959
11960         * config/i386/i386.c (function_arg): Pass variable sized
11961         structures correctly on the stack.
11962
11963 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
11964
11965         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
11966         does not reduce the cost of SET.
11967
11968 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11969
11970         PR target/9732
11971         * config/rs6000/rs6000.c (first_reg_to_save): Handle
11972         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
11973         (rs6000_emit_prologue): Likewise.
11974         (rs6000_emit_epilogue): Likewise.
11975         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
11976         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
11977
11978 2003-02-25  Richard Henderson  <rth@redhat.com>
11979
11980         * real.c (real_to_integer2): Force overflow result only for
11981         unsigned overflow.
11982
11983 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
11984
11985         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
11986
11987 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
11988             Richard Henderson  <rth@redhat.com>
11989
11990         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
11991         there is no similar load.
11992
11993 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
11994             Richard Henderson  <rth@redhat.com>
11995
11996         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
11997         sched-rgn.c.
11998         (add_forward_dependence): New function prototype.
11999
12000         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
12001         sched-init.h.
12002         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
12003         them to haifa-sched.c.
12004
12005         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
12006         haifa_classify_insn): Move them from sched-rgn.c.
12007
12008         * sched-deps.c (add_dependence): Return flag of creating a new
12009         entry.
12010         (add_forward_dependence): New function.
12011         (compute_forward_dependences): Use the function.
12012
12013         * sched-ebb.c (earliest_block_with_similiar_load): New function.
12014         (add_deps_for_risky_insns): New function.
12015         (schedule_ebb): Call the function.
12016
12017 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
12018
12019         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
12020         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
12021
12022         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
12023         opaque types fail.
12024
12025         * c-typeck.c (comptypes): Change call to vector_types_compatible
12026         to vector_opaque_p.
12027         (convert_for_assignment): Call vector_opaque_p instead of
12028         vector_types_compatible.
12029         (really_start_incremental_init): Disallow initialization of opaque
12030         types.
12031
12032         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
12033         Define TARGET_VECTOR_OPAQUE_P.
12034         (TARGET_INITIALIZER): Same.
12035
12036         * target.h (struct gcc_target): Remove vector_types_compatible.
12037         Add vector_opaque_p.
12038
12039         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
12040         Remove.
12041         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
12042         a vector type.  Change return type to bool.
12043         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
12044         (TARGET_VECTOR_OPAQUE_P): Define.
12045
12046         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
12047         target hook.
12048         Include target.h.
12049         (cp_parser_init_declarator): Fix typo in function comments.
12050
12051 2003-02-25  Jan Hubicka  <jh@suse.cz>
12052
12053         * Makefile.in (lcm.o):  Add dependency on function.h
12054         * lcm.c (function.h): Include.
12055         * i386.c (machine_function, ix86_stack_locals,
12056         * ix86_save_varrargs_registers) : Move to
12057         ...
12058         * i386.h (machine_function, ix86_stack_locals,
12059         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
12060         (ix86_optimize_mode_switching): New.
12061         * i386.md (fix patterns): Set ix86_optimize_mode_switching
12062
12063 2003-02-25  Nick Clifton  <nickc@redhat.com>
12064
12065         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
12066         of fourth arg is 'fndecl' not 'indirect'.  Update comment
12067         describing the function's parameters.
12068
12069 2003-02-24  Jan Hubicka  <jh@suse.cz>
12070
12071         * combine.c (simplify_shift_const):  Fix previous patch.
12072
12073 2003-02-24  Jeff Law  <law@redhat.com>
12074
12075         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
12076         alternative.
12077         (testsi_1, testhi_1, testqi_1): Likewise.
12078
12079 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12080
12081         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
12082         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
12083         * doc/extend.texi (Tru64 Pragmas): Reflect this.
12084
12085         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
12086         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
12087         * fixinc/fixincl.x: Regenerate.
12088         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
12089         testcase.
12090         Fixes PR c/5059, c/6126, other/9671.
12091
12092 2003-02-24  Roger Sayle  <roger@eyesopen.com>
12093
12094         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
12095         from handle_braces in "%{...}".
12096
12097 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
12098
12099         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
12100         (prepare_move_operands): Handle TLS operands.
12101         (tls_symbolic_operand): New.
12102         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
12103         (legitimize_pic_address): Do nothing for the TLS symbol.
12104         (sh_encode_section_info): Handle TLS case.
12105         (sh_strip_name_encoding): Drop TLS encoding.
12106         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
12107         * config/sh/sh.h (SH_TLS_ENCODING): Define.
12108         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
12109         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
12110         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
12111         * config/sh/sh.md: Define TLS UNSPEC constants.
12112         (type): Add tls_load.
12113         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
12114         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
12115         ("tls_initial_exec"): New insn.
12116         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
12117         ("load_gbr"): New insn.
12118
12119         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
12120         * configure: Regenerate.
12121
12122 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12123
12124         PR 9297, PR 9722
12125         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
12126         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
12127         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
12128         (enum block_op_methods): Reorder for better store_expr optimization.
12129         * expr.c (store_expr): Test bit 1 of "want_value" for call param
12130         stores, test bit 0 for original want_value meaning.  Pass
12131         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
12132         recursive calls, and calls to expand_param.
12133         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
12134         expected, set target to 0 rather than to subtarget.  Formatting.
12135
12136 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12137
12138         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
12139
12140 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12141
12142         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
12143         new default behavior.
12144         * ggc-common.c: Include sys/resource.h.
12145         (ggc_rlimit_bound): New function.
12146         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
12147         defaults to account for rlimits.
12148
12149 2003-02-22  Richard Henderson  <rth@redhat.com>
12150
12151         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
12152
12153 2003-02-22  Kelley Cook <kelley@dwhoops.info>
12154
12155         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
12156         (ix86_tune_string): Rename from ix86_cpu_string.
12157
12158 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12159
12160         * config/i386/i386.c: Replace "mcpu" with "mtune".
12161         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
12162         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
12163         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
12164         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
12165
12166 2003-02-23  Andreas Schwab  <schwab@suse.de>
12167
12168         * config.gcc: Delete references to m68k/t-linux and
12169         m68k/t-linux-aout.
12170         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
12171
12172 2003-02-22  Jan Hubicka  <jh@suse.cz>
12173
12174         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
12175         of track scheduling patch.
12176
12177 2003-02-22  Jan Hubicka  <jh@suse.cz>
12178
12179         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
12180         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
12181
12182 2003-02-22  Jan Hubicka  <jh@suse.cz>
12183
12184         * c-decl.c (c_expand_body_1): Fix.
12185
12186 2003-02-22  Jan Hubicka  <jh@suse.cz>
12187
12188         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
12189
12190         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
12191         when not optimizing.
12192         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
12193         when not expensive.
12194         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
12195         optimizing;  Delete trivially dead insns early; fix optimize check.
12196
12197         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
12198         dependency on cgraph.h
12199         * c-decl.c: Include cgraph.h
12200         (finish_function): Update call of tree_inlinable_function_p.
12201         * c-objc-common.c: Include cgraph.h
12202         * cgraph.h: New file.
12203         * cgraphunit.c: New file.
12204         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
12205         (cgraph_nodes, cgraph_n_nodes): Globalize.
12206         (cgraph_finalize_function, cgraph_finalize_compilation_unit
12207         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
12208         Move into cgraphunit.c
12209         * tree-inline.c: Include cgraph.h
12210         * tree-inline.c: Include cgraph.h
12211
12212 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
12213
12214         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
12215         for copying a register.
12216
12217 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
12218
12219         PR other/3782
12220         * toplev.c (process_options): If flag_detailed_statistics is set,
12221         then set time_report as well.
12222
12223         PR c/8828
12224         * jump.c (never_reached_warning): Don't fall through BARRRIER
12225         insns.  Update comments to reflect what the function really does.
12226
12227 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12228
12229         * fold-const.c (omit_one_operand): No longer static.
12230         * tree.h (omit_one_operand): Prototype here.
12231         (div_and_round_double): Keep fold-const.c prototypes together.
12232         * builtins.c (builtin_mathfn_code): Handle binary built-in
12233         funtions, such as "pow" and "atan2".
12234         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
12235         Simplify optimizations using "type" the builtin's return type.
12236
12237 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12238
12239         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
12240         Fix functionalization typo.
12241
12242         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
12243         in an asm.
12244
12245 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12246
12247         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
12248         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
12249         documentation.
12250         * ggc-common.c: Include params.h
12251         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
12252         init_ggc_heuristics): New functions.
12253         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
12254         init_ggc_heuristics): Prototype.
12255         * toplev.c (print_version):  Output GGC heuristics.
12256         (parse_options_and_default_flags): Call init_ggc_heuristics.
12257
12258 2003-02-22  Jan Hubicka  <jh@suse.cz>
12259
12260         * i386.c (def_builtin):  Special case 64bit builtins.
12261         (MASK_SSE164, MASK_SSE264): New constants.
12262         (builtin_description): Add 64bit builtins.
12263         (ix86_init_mmx_sse_builtins): Likewise.
12264         * i386.h (enum ix86_builtins): Likewise.
12265         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
12266         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
12267         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
12268         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
12269         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
12270         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
12271         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
12272
12273 2003-02-22  Jan Hubicka  <jh@suse.cz>
12274
12275         * i386.c (builtin_description): Add __builtin_ia32_paddq and
12276         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
12277          and __builtin_ia32_psubq128.
12278         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
12279         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
12280         (mmx_adddi3, mmx_subdi3): New.
12281         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
12282         * xmmintrin.h (_mm_movepi64_pi64): New.
12283         (_mm_add_epi64, _mm_sub_epi64): fix.
12284         (_mm_mul_pu16): Rename to...
12285         (_mm_mul_su32): ... this one.
12286
12287         * builtins.c (expand_builtin_expect):  Do not predict
12288         flag_guess_branch_prob is not set.
12289         * c-semantics.c (expand_stmt): Likewise.
12290         * predict.c (predict_insn): Likewise.
12291         * stmt.c (expand_continue_loop): Likewise.
12292         * toplev.c (rest_of_compilation): Do not call
12293         note_prediction_to_br_prob and note_prediction_to_br_prob
12294         when not optimizing.
12295
12296 2003-02-21  Jan Hubicka  <jh@suse.cz>
12297
12298         * cfgrtl.c (commit_edge_insertions):  Call
12299         find_many_sub_basic_block only when some code has been emitted.
12300         (commit_edge_insertions_watch_calls): Bring into sync with
12301         commit_edge_insertions
12302
12303 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
12304
12305         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
12306
12307         * sh.md (binary_sf_op): Use extra constant operand instead of
12308         negating constant operand 4.
12309         * sh.c (sh_expand_binop_v2sf): Supply it.
12310
12311 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12312
12313         * cpphash.h (struct lexer_state): Add directive_wants_padding.
12314         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
12315         for directives of type INCL.
12316         (glue_header_name, parse_include): Use get_token_no_padding.
12317         * cppmacro.c (replace_args): If directive_wants_padding,
12318         provide padding tokens.
12319
12320 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
12321
12322         * config/h8300/h8300.md (a peephole2): New.
12323
12324 2003-02-21  Jan Hubicka  <jh@suse.cz>
12325
12326         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
12327         (commit_edge_insertions): Call find_many_sub_basic_blocks
12328
12329         * reg-stack.c (convert_regs): Cleax aux for blocks.
12330
12331 2003-02-21  Jan Hubicka  <jh@suse.cz>
12332
12333         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
12334
12335 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12336
12337         PR optimization/8613
12338         * builtins.c (expand_builtin): Emit postincrements before expanding
12339         builtin functions.
12340
12341 2003-02-21  Ben Elliston  <bje@redhat.com>
12342
12343         PR other/5634
12344         * doc/install.texi (Configuration): Explain using $HOME instead of
12345         the ~ metacharacter when referring to home directories.
12346
12347 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
12348
12349         * configure.in (TARGET_SYSTEM_ROOT): Set default to
12350         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
12351         '${exec_prefix}' (in addition to the expansion thereof) as
12352         relocatable.
12353         * configure: Rebuilt.
12354
12355 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
12356
12357         * config/h8300/h8300.md (addhi3_incdec): Change the name to
12358         *addhi3_incdec.
12359         (addsi3_incdec): Change the name to *addsi3_incdec.
12360
12361 2003-02-20  Roger Sayle  <roger@eyesopen.com>
12362
12363         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
12364
12365 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
12366
12367         PR fortran/9038
12368         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
12369         options to be ignored.
12370         (c_common_decode_option): Ignore them when preprocessing.
12371
12372 2003-02-20  Jan Hubicka  <jh@suse.cz>
12373
12374         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
12375         global variables.
12376         (lang_independent_options):  Add -fsched2-use-superblocks
12377         -fsced2-use-traces.
12378         (rest_of_compilation): Deal with it.
12379         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
12380         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
12381         Declare.
12382         * rtl.h (reg_to_stack):  Update prototype.
12383         * reg-stack.c (reg_to_stack): Return when something has changed;
12384         update liveness when executing after superblock scheduling.
12385
12386         * combine.c (simplify_shift_const):  Simplify few special cases
12387         into constants.
12388
12389 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
12390
12391         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
12392         (add.,subf.,neg.): Change attribute to fast_compare.
12393         All DFA descriptions updated.
12394
12395 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
12396
12397         Change base class access representation.
12398         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
12399         TREE_VIA_PRIVATE): Remove.
12400         (BINFO_BASEACCESSES): New binfo elt.
12401         (BINFO_BASEACCESS): New accessor.
12402         (BINFO_ELTS): Increase.
12403         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
12404         (access_public_node, access_protected_node,
12405         access_private_node): New global nodes.
12406         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
12407         * dbxout.c (dbxout_type): Adjust.
12408         * dwarf2out.c (gen_inheritance_die): Add access parameter.
12409         (gen_member_die): Adjust.
12410         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
12411         (output_type): Adjust.
12412         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
12413
12414         Change base class access representation. Share virtual base
12415         binfos.
12416         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
12417         call.
12418         * cp/class.c (build_base_path): Likewise.
12419         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
12420         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
12421         (make_new_vtable): Adjust.
12422         (force_canonical_binfo_r): Delete.
12423         (force_canonical_binfo): Delete.
12424         (mark_primary_virtual_base): Delete.
12425         (dfs_unshared_virtual_bases): Delete.
12426         (mark_primary_bases): Adjust.
12427         (maybe_warn_about_overly_private_class): Adjust.
12428         (dfs_base_derived_from): Delete.
12429         (base_derived_from): Follow the inheritance chain.
12430         (struct find_final_overrider_data): Add vpath member.
12431         (dfs_find_final_overrider): Adjust.
12432         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
12433         (find_final_overrider): Adjust.
12434         (update_vtable_entry_for_fn): Adjust.
12435         (modify_all_vtables): Adjust.
12436         (walk_subobject_offsets): Adjust.
12437         (layout_nonempty_base_or_field): Adjust.
12438         (layout_empty_base): Remove last parameter. Adjust.
12439         (build_base_field): Adjust.
12440         (build_base_fields): Adjust.
12441         (propagate_binfo_offsets): Remove last parameter. Adjust.
12442         (dfs_set_offset_for_unshared_vbases): Delete.
12443         (layout_virtual_bases): Adjust.
12444         (finish_struct_1): Adjust.
12445         (init_class_processing): Don't init access nodes.
12446         (dfs_get_primary_binfo): Delete.
12447         (get_primary_binfo): Adjust.
12448         (dump_class_hierarchy_r): Remove most derived arg, add IGO
12449         parameter. Adjust.
12450         (dump_class_hierarchy): Adjust.
12451         (finish_vtbls): Adjust.
12452         (get_original_base): Delete.
12453         (build_vtt_inits): Adjust.
12454         (dfs_build_secondary_vptr_vtt_inits): Adjust.
12455         (dfs_ctor_vtable_bases_queue_p): Adjust.
12456         (build_ctor_vtbl_group): Adjust.
12457         (dfs_accumulate_vtbl_inits): Adjust.
12458         (build_vtbl_initializer): Adjust.
12459         (build_vbase_offset_vtbl_entries): Adjust.
12460         (add_vcall_offset_vtbl_entries_1): Adjust.
12461         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
12462         (access_*_node): Remove.
12463         (CANONICAL_BINFO): Delete.
12464         (BINFO_UNSHARED_MARKED): Remove.
12465         (BINFO_MARKED): Set LANG_FLAG_0 directly.
12466         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
12467         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
12468         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
12469         Delete.
12470         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
12471         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
12472         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
12473         Delete.
12474         (BINFO_DEPENDENT_BASE_P): New.
12475         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
12476         index.
12477         (markedp, unmarkedp): Adjust.
12478         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
12479         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
12480         find_vbase_instance, binfo_for_vbase): Delete.
12481         (copied_binfo, original_binfo): Declare.
12482         (finish_base_specifier): Add virtual_p arg.
12483         (unshare_base_binfos): Delete.
12484         (copy_base_binfos): Declare.
12485         (reverse_path): Delete.
12486         * cp/decl.c (xref_basetypes): Access and virtuality passed
12487         differently. Don't copy direct base binfos here. Call
12488         copy_base_binfos.
12489         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
12490         (initialize_vtbl_ptrs): Adjust.
12491         (expand_member_init): Adjust.
12492         * cp/parser.c (cp_parser_base_specifier): Adjust.
12493         * cp/pt.c (instantiate_class_template): Adjust.
12494         (get_template_base_recursive): Adjust.
12495         * cp/rtti.c (get_pseudo_ti_init): Adjust.
12496         (get_pseudo_ti_desc): Adjust.
12497         * cp/tree.c (unshare_base_binfos): Rename to ...
12498         (copy_base_binfos): ... here, reimplement.
12499         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
12500         (reverse_path): Remove.
12501         * cp/typeck.c (get_delta_difference): Adjust error messages.
12502         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
12503         * cp/search.c (lookup_base_r): Adjust.
12504         (dynamic_cast_base_recurse): Adjust.
12505         (canonical_binfo): Remove.
12506         (dfs_canonical_queue): Remove.
12507         (dfs_assert_unmarked_p): Remove.
12508         (assert_canonical_unmarked): Remove.
12509         (shared_marked_p, shared_unmarked_p): Remove.
12510         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
12511         (dfs_access_in_type): Adjust.
12512         (access_in_type): Adjust.
12513         (dfs_accessible_queue_p): Adjust.
12514         (dfs_accessible_p): Adjust.
12515         (is_subobject_of_p_1, is_subobject_of_p): Remove.
12516         (struct lookup_field_info): Remove from_dep_base_p field.
12517         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
12518         (lookup_field_r): Remove dependent base code.
12519         (lookup_member): Likewise.
12520         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
12521         (dfs_unmarked_real_bases_queue_p): Remove.
12522         (dfs_marked_real_bases_queue_p): Remove.
12523         (dfs_skip_vbases): Remove.
12524         (dfs_get_pure_virtuals): Adjust.
12525         (markedp, unmarkedp): Adjust.
12526         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
12527         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
12528         (dfs_unmark): Adjust.
12529         (dfs_get_vbase_types):Remove.
12530         (dfs_build_inheritance_graph_order): Remove.
12531         (get_vbase_types): Remove
12532         (dfs_find_vbase_instance): Remove.
12533         (find_vbase_instance): Remove.
12534         (dfs_debug_unmarkedp): Adjust.
12535         (dependent_base_p): Remove.
12536         (dfs_push_type_decls): Adjust.
12537         (dfs_push_decls): Adjust.
12538         (dfs_no_overlap_yet): Adjust.
12539         (copied_binfo): New function.
12540         (original_binfo): New function.
12541         (binfo_for_vbase): Remove.
12542
12543         Change base class access representation.
12544         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
12545         (add_interface_do): Likewise.
12546
12547 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
12548
12549         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
12550         * config/rs6000/power4.md (power4-store,power4-vecstore): New
12551         insn reservations.
12552         (power4-fpstore): Compact.
12553
12554 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
12555
12556         * config/h8300/h8300.md (*iorsi3_w): New.
12557
12558 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
12559
12560         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
12561         * rtl.c (reg_note_name): Likewise.
12562         * rtl.h (enum reg_note): Likewise.
12563         * doc/invoke.texi: Likewise.
12564         * doc/rtl.texi: Likewise.
12565
12566 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
12567
12568         * bb-reorder.c (find_traces_1_round): Fix comment typo.
12569
12570 2003-02-19  Roger Sayle  <roger@eyesopen.com>
12571
12572         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
12573         addition in the presence of signaling NaNs.
12574
12575 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
12576
12577         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
12578
12579 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
12580
12581         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
12582         ORing with 0xffff??00 with the highest bit of the ?? part set.
12583         (compute_logical_op_length): Update.
12584         (compute_logical_op_cc): Likewise.
12585
12586 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
12587
12588         * bb-reorder.c (find_traces_1_round): Fixed condition for small
12589         destination block with multiple predecessors.
12590         (connect_traces): Check whether the block is a start of trace.
12591
12592 2003-02-19  Jan Hubicka  <jh@suse.cz>
12593
12594         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
12595         * function.c (assign_params): Likewise.
12596         * arm-protos.h (arm_init_cumulative_args): Update prototype.
12597         * arm.c (arm_init_cumulative_args): Update function.
12598         * arm.h (INIT_CUMULATIVE_ARGS): Update.
12599         * avr-protos.h (init_cumulative_args): Update prototype.
12600         * avr.c (init_cumulative_args): Update function.
12601         * avr.h (INIT_CUMULATIVE_ARGS): Update.
12602         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
12603         * d30v.c (d30v_init_cumulative_args): Update function.
12604         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
12605         * frv-protos.h (frv_init_cumulative_args): Update prototype.
12606         * frv.c (frv_init_cumulative_args): Update function.
12607         * frv.h (INIT_CUMULATIVE_ARGS): Update.
12608         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
12609         * pa.h (INIT_CUMULATIVE_ARGS): Update.
12610         * sparc-protos.h (init_cumulative_args): Update prototype.
12611         * sparc.c (init_cumulative_args): Update function.
12612         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
12613         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
12614
12615 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
12616
12617         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
12618         (*ashiftsi_sextqi_7): Likewise.
12619
12620 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12621
12622         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
12623         ISO C99 and C++.
12624
12625         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
12626         for C++ on IRIX 6.5.1[89].
12627         * fixinc/tests/base/internal/sgimacros.h: New file.
12628
12629         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
12630         * fixinc/tests/base/internal/wchar_core.h: New file.
12631
12632         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
12633         socklen_t definition.
12634         * fixinc/fixincl.x: Regenerate.
12635         * fixinc/tests/base/sys/socket.h: New file.
12636         Fixes PR libgcj/9652.
12637
12638 2003-02-19  Jan Hubicka  <jh@suse.cz>
12639
12640         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
12641
12642 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
12643
12644         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
12645         align_jumps_max_skip and align_loops_max_skip.
12646
12647 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
12648
12649         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
12650         test size if named section.
12651
12652 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12653
12654         * expr.c (expand_expr): Use gen_int_mode for the argument
12655         to gen_rtx_MULT.
12656
12657 2003-02-19  Jan Hubicka  <jh@suse.cz>
12658
12659         * i386.md (cosxf2):  Fix conditional.
12660
12661 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
12662
12663         * config/h8300/h8300.md (extendqisi2): Change to an expander.
12664         (*extendqisi2_h8300): New.
12665         (*extendqisi2_h8300hs): Likewise.
12666
12667 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
12668
12669         * config/h8300/h8300-protos.h: Update the prototype for
12670         split_adds_subs.  Remove the prototypes for
12671         const_int_le_2_operand and const_int_le_6_operand.
12672         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
12673         (const_int_le_2_operand): Remove.
12674         (const_int_le_6_operand): Likewise.
12675         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
12676         for const_int_le_2_operand and const_int_le_6_operand.
12677         * config/h8300/h8300.md: Update all uses of split_adds_subs.
12678         (a peephole2): New.
12679
12680 2003-02-18  Jan Hubicka  <jh@suse.cz>
12681
12682         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
12683         (cgraph_expand_function): Rewrite.
12684
12685 2003-02-18  Matt Austern <austern@apple.com>
12686
12687         * toplev.c, langhooks.c, langhooks-def.h: Move
12688         write_global_declarations from toplev.c to langhooks.c.
12689
12690 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12691
12692         * config/h8300/h8300.c (general_operand_src): Always check
12693         MODE.
12694         (general_operand_dst): Likewise.
12695
12696 2003-02-18  Roger Sayle  <roger@eyesopen.com>
12697
12698         * convert.c (convert_to_real): Also optimize (float)log(x) into
12699         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
12700
12701 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
12702
12703         * config/sh/sh.c (unspec_caller_rtx_p): New.
12704         (sh_cannot_copy_insn_p): New.
12705         (TARGET_CANNOT_COPY_INSN_P): New.
12706
12707 2003-02-18  Richard Henderson  <rth@redhat.com>
12708
12709         * c-common.c (handle_used_attribute): Accept static data too.
12710
12711 2003-02-18  Nick Clifton  <nickc@redhat.com>
12712             Aldy Hernandez  <aldyh@redhat.com>
12713
12714         * testsuite/gcc.dg/20030218-1.c: New.
12715
12716         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
12717
12718         * target-def.h (TARGET_INITIALIZER): Add
12719         TARGET_VECTOR_TYPES_COMPATIBLE.
12720         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
12721
12722         * target.h (struct gcc_target): Add field vector_types_compatible.
12723
12724         * c-typeck.c (comptypes): Take into account
12725         TARGET_VECTOR_TYPES_COMPATIBLE.
12726         (convert_for_assignment): Same.
12727
12728         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
12729         (rs6000_spe_vector_types_compatible): New.
12730         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
12731
12732 2003-02-19  Andreas Schwab  <schwab@suse.de>
12733
12734         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
12735         * toplev.c: Include langhooks-def.h.
12736
12737 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
12738
12739         * config/mips/mips.h (enum processor_type): Sort entries
12740         alphabetically.
12741         * config/mips/mips.md (define_attr cpu): Sync with processor_type
12742         enum values, including adding entries that were missing.
12743
12744 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
12745
12746         * sh.c (calc_live_regs): Also check GET_CODE when checking if
12747         initial value for PR_REG is still the PR_REG register.
12748
12749 2003-02-18  Jim Wilson  <wilson@redhat.com>
12750
12751         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
12752         instruction in output template.
12753         (bsp_value): Change output template from string to C code, add %,
12754         before actual instruction.
12755         (flushrs): Mark as not predicable.
12756
12757 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
12758
12759         * inclhack.def (netbsd_bogus_semicolon): New fix.
12760         * fixincl.x: Rebuilt.
12761         * tests/base/ctype.h: Update.
12762
12763 2003-02-18  Roger Sayle  <roger@eyesopen.com>
12764
12765         * fold-const.c (negate_expr_p): New function to determine whether
12766         an expression can be negated cheaply.
12767         (fold) [MINUS_EXPR]: Use it to determine whether to transform
12768         -A - B into -B - A for floating point types.
12769
12770 2003-02-18  Roger Sayle  <roger@eyesopen.com>
12771
12772         * sbitmap.c (sbitmap_resize): New function.
12773         * sbitmap.h (sbitmap_resize): Prototype here.
12774         * recog.c (split_all_insns): Use sbitmap_resize.
12775
12776 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12777
12778         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
12779         insn length.
12780         (extendqisi2): Likewise.
12781         (*extendhisi2_h8300): Likewise.
12782
12783 2003-02-18  Matt Austern <austern@apple.com>
12784
12785         * langhooks.h, langhooks-def.h: introduce new langhook,
12786         final_write_globals, with write_global_declarations as default.
12787         * toplev.c: Move invocation of wrapup_global_declarations from
12788         compile_file to new function, write_global_declarations.  Change
12789         compile_file to use final_write_globals hook.  Change
12790         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
12791         conditional.
12792
12793 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12794
12795         * pa.md: Correct and enhance comment.
12796
12797 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12798
12799         * gcc.c (validate_switches): Don't scan past closing '}'.
12800
12801 2003-02-18  Ben Elliston  <bje@redhat.com>
12802
12803         PR c++/1607
12804         * doc/extend.texi (Function Attributes): Document the effect of
12805         the C++ "this" parameter on the counting of arguments for the
12806         "format" and "format_arg" attributes.
12807
12808 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
12809
12810         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
12811         (__ev_stdw): Same.
12812         (__ev_stdh): Same.
12813
12814 2003-02-17  Jan Hubicka  <jh@suse.cz>
12815
12816         * recog.c (split_all_insns):  Fix memory overflow.
12817
12818 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
12819
12820         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
12821         (cmphi): Likewise.
12822         (*cmphi_h8300): Likewise.
12823         (*cmphi_h8300hs): Likewise.
12824         (cmpsi): Likewise.
12825         (7 peephole2): Likewise.
12826
12827 2003-02-16  Jan Hubicka  <jh@suse.cz>
12828
12829         * c-typeck.c (build_c_cast):  Fold constant variables into
12830         initial values.
12831
12832 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12833
12834         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
12835         (Binaries): Ditto for Sinix/Reliant Unix.
12836
12837 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
12838
12839         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
12840         not overlap the final result register.
12841
12842 2003-02-16 Arend Bayer <arend.bayer@web.de>
12843            Richard Henderson  <rth@redhat.com>
12844
12845         PR c/8068
12846         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
12847         rearrange mult arguments for less recursion.
12848         (extract_muldiv): New.  Prevent runaway recursion.
12849
12850 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
12851
12852         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
12853         MASK_ALIGN_DOUBLE.
12854
12855 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12856
12857         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
12858         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
12859         (ext_80387_constants_table): Global table of 80387 special constants
12860         guarded by ext_80387_constants_init flag when not initialized.
12861         (init_ext_80387_constants): New function to initialize this table.
12862         (standard_80387_constant_p): Extend to recognize extra 80387
12863         constants, in XFmode, on processors where this is a win.
12864         (standard_80387_constant_opcode): New function to return the
12865         opcode associated with standard_80387_constant_p.
12866         (standard_80387_constant_rtx): New function to return the XFmode
12867         CONST_DOUBLE associated with standard_80387_constant_p.
12868         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
12869
12870         * config/i386/i386-protos.h (standard_80387_constant_opcode):
12871         Prototype here.
12872         (standard_80387_constant_rtx): Likewise.
12873
12874         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
12875         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
12876         *movtf_integer): Simplify using new standard_80387_constant_opcode.
12877
12878 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12879
12880         * doc/invoke.texi (Optimize Options): Correct @option syntax.
12881
12882 2003-02-15  Richard Henderson  <rth@redhat.com>
12883
12884         * Makefile.in (cfglayout.o): Depend on TARGET_H.
12885         * cfglayout.c: Include target.h.
12886         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
12887         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
12888         * target.h (struct gcc_target): Add cannot_copy_insn_p.
12889
12890         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
12891         (TARGET_CANNOT_COPY_INSN_P): New.
12892         (override_options): Revert 2003-02-08 hack.
12893
12894 2003-02-15  Richard Henderson  <rth@redhat.com>
12895
12896         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
12897         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
12898
12899 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
12900
12901         * config/rs6000/rs6000.h (processor_type): Add PPC440.
12902         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
12903         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
12904         TARGET_SCHED_VARIABLE_ISSUE): Define.
12905         (rs6000_use_dfa_pipeline_interface): New function.
12906         (rs6000_multipass_dfa_lookahead): New Function.
12907         (rs6000_variable_issue): New function.
12908         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
12909         (rs6000_issue_rate): Add PPC440.
12910         * config/rs6000/rs6000.md (unspec list): Correct typo.
12911         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
12912         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
12913         cmp, delayed_cr, mfcr, mtcr.
12914         (automata_option): Set "ndfa".
12915         (extendMMNN2): Update attributes.
12916         (movcc_internal1): Discourage move to non-cr0.  Update
12917         attributes.
12918         (movMM_update): Update attributes.
12919         (cmpMM_internal): Update attributes.
12920         (sCC CR materialization): Update attributes.
12921         (branch patterns): Do not discourage non-cr0.
12922         (cr logical patterns): Prefer destructive register allocation.
12923         Update attributes.
12924         (movesi_from_cr): Update attribute.
12925         (mtcrf_operation): Update attribute.
12926         (mtcrfsi): Update attribute.
12927         * config/rs6000/40x.md: New file.
12928         * config/rs6000/603.md: New file.
12929         * config/rs6000/6xx.md: New file.
12930         * config/rs6000/7450.md: New file.
12931         * config/rs6000/7xx.md: New file.
12932         * config/rs6000/mpc.md: New file.
12933         * config/rs6000/power4.md: New file.
12934         * config/rs6000/rios1.md: New file.
12935         * config/rs6000/rios2.md: New file.
12936         * config/rs6000/rs64.md: New file.
12937         [Some DFA descriptions based on work by Michael Hayes]
12938
12939 2003-02-15  Richard Henderson  <rth@redhat.com>
12940
12941         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
12942         successors with multiple predecessors.
12943         (connect_traces): Try harder to copy traces of length 1.
12944
12945         * function.h (struct function): Add computed_goto_common_label,
12946         computed_goto_common_reg.
12947         * function.c (free_after_compilation): Zap them.
12948         * stmt.c (expand_computed_goto): Use them to produce one
12949         indirect branch per function.
12950
12951 2003-02-15  Richard Henderson  <rth@redhat.com>
12952
12953         * cfgcleanup.c: Include params.h.
12954         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
12955         too many outgoing edges from a block.
12956         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
12957         * params.def (max-crossjump-edges): New.
12958         * doc/invoke.texi: Document it.
12959
12960 2003-02-15  Richard Henderson  <rth@redhat.com>
12961
12962         * recog.c (split_all_insns): Include new blocks in life update;
12963         do a global life update.
12964
12965 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
12966
12967         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
12968         Update copyright.
12969         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
12970         -mno-cygwin case.
12971
12972 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12973
12974         PR optimization/7702
12975         * reload1.c (reload_cse_simplify_set): Honor
12976         CANNOT_CHANGE_MODE_CLASS.
12977
12978 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
12979
12980         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
12981         function.
12982         * config/mn10300/mn10300-protos.h: Declare it.
12983         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
12984         attribute cc of instructions that may use clr.
12985
12986 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
12987
12988         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
12989         (x - (x & y)) is found.
12990
12991 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12992
12993         * configure.in: Fix typo.
12994         * configure: Regenerate.
12995
12996 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
12997
12998         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
12999
13000 2003-02-13  Adam Nemet  <anemet@lnxw.com>
13001
13002         PR opt/2391
13003         * combine.c: Fix spelling in comment.
13004         (cached_nonzero_bits): New function.
13005         (cached_num_sign_bit_copies): New function.
13006         (nonzero_bits_with_known): New macro.
13007         (num_sign_bit_copies_with_known): New macro.
13008         (nonzero_bits1): Rename from nonzero_bits.  Add three new
13009         arguments.  Change calls from nonzero_bits to
13010         nonzero_bits_with_known.
13011         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
13012         three new arguments.  Change calls from num_sign_bit_copies to
13013         num_sign_bit_copies_with_known.
13014         (nonzero_bits): New macro.
13015         (num_sign_bit_copies): New macro.
13016         (update_table_tick): Don't traverse identical subexpression more
13017         than once.
13018         (get_last_value_validate): Likewise.
13019
13020 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
13021
13022         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
13023         * function.h (struct emit_status): Length of regno_pointer_align
13024         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
13025         not regno_pointer_align_length (i.e. length actually used, not
13026         length as allocated)
13027
13028         * config/i386/i386.c (struct stack_local_entry): New.
13029         (struct machine_function): Replace huge array with alist.
13030         (assign_386_stack_local): Change to match.
13031
13032 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
13033
13034         * inclhack.def (hpux_long_double): Tighten select and add bypass
13035         regexp.
13036         * fixincl.x: Rebuilt.
13037
13038 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
13039
13040         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
13041         edge and block ends with a jump insn it must be simple jump.
13042
13043 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
13044
13045         * Makefile.in (PREPROCESSOR_DEFINES): Add
13046         @TARGET_SYSTEM_ROOT_DEFINE@.
13047         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
13048         is specified or if building a cross compiler.
13049         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
13050         if the sysroot is under $exec_prefix.
13051         * configure: Regenerated.
13052         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
13053         defined.
13054         (struct default_include): Add add_sysroot field.
13055         (cpp_SYSROOT): Declare.
13056         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
13057         field.
13058         (cpp_SYSROOT): New variable.
13059         * cppinit.c (cpp_create_reader): Initialize
13060         CPP_OPTION (pfile, sysroot).
13061         (init_standard_includes): Handle add_sysroot.  Do not
13062         add unrelocated copies of relocated directories.
13063         (COMMAND_LINE_OPTIONS): Add -isysroot.
13064         (cpp_handle_option): Handle -isysroot.
13065         * cpplib.h (struct cpp_options): Add sysroot member.
13066         * gcc.c (The Specs Language): Update description of %I.
13067         (target_system_root_changed): New variable.
13068         (process_command): Conditionalize make_relative_prefix call
13069         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
13070         target_system_root_changed.
13071         (do_spec_1): Add -isysroot to %I.
13072         * doc/invoke.texi (Spec Files): Update description of %I.
13073         * doc/install.texi (--with-sysroot): Update comment about
13074         relocation.
13075
13076 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
13077
13078         * config/h8300/h8300.md (a peephole2): New.
13079
13080 2003-02-13  Robert Lipe <robertlipe@usa.net>
13081             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13082
13083         * doc/install.texi (Specific): Update three SCO-related URLs.
13084
13085 2003-02-13  Andreas Schwab  <schwab@suse.de>
13086
13087         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
13088         Parenthesize properly.
13089         (NPREDECESORS): Parenthesize properly.
13090
13091 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13092
13093         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
13094
13095 2003-02-12  Roger Sayle  <roger@eyesopen.com>
13096
13097         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
13098         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
13099
13100         * reg-stack.c (subst_stack_regs_pat): Add support for binary
13101         UNSPEC instructions (e.g. "fpatan").
13102
13103 2003-02-12  Mike Stump  <mrs@apple.com>
13104
13105         * varray.c (element_size): Remove.
13106         (uses_ggc): Remove.
13107         (element): Add.
13108         (varray_init): Use new interface.
13109         (varray_grow): Use new interface.
13110         (varray_clear): Use new interface.
13111
13112 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13113
13114         * config/rs6000/spe.h: Add casts to the arguments of the following
13115         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
13116         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
13117         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
13118         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
13119         __ev_get_u16, __ev_get_s16.
13120
13121 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13122
13123         * config/h8300/h8300.md (a peephole2): New.
13124
13125 2003-02-12  Jan Hubicka  <jh@suse.cz>
13126
13127         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
13128         (OBJS): Add callgraph.o
13129         (callgraph.o): New.
13130         * c-decl.c (expand_body_1): Break out from ...
13131         (expand_body): This one;  change calling convention
13132         (finish_function): Move some of expand_body logic here.
13133         (c_expand_deferred_function): Update call of expand_body
13134         (c_expand_stmt): Use c_expand_body_1.
13135         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
13136         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
13137         * c-tree.h (c_expand_body): Declare.
13138         * callgraph.c: New file.
13139         * flags.h (flag_unit_at_a_time): Declare.
13140         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
13141         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
13142         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
13143         * langhooks.h (struct lang_hooks_for_callgraph): New.
13144         (struct lang_hooks): Add callgraph field.
13145         * toplev.c (flag_unit_at_a_time): New.
13146         (lang_independent_options): Add flag_unit_at_a_time.
13147         (process_options): Disable unit-at-a-time mode for frontends not
13148         supporting callgraph.
13149         * tree-inline.c (typedef struct inline_data): Add "decl"
13150         (expand_call_inline): Update callgraph.
13151         (optimize_inline_calls): Set id.decl.
13152         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
13153         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
13154         cgraph_calls_p): Declare.
13155         * invoke.texi (-funit-at-a-time): Document
13156
13157 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13158
13159         * config/rs6000/spe.h: Fix misc formatting.
13160         (__ev_create_ufix32_fs): Cast ev argument.
13161         (__ev_create_sfix32_fs): Same.
13162         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
13163         (__ev_get_ufix32_fs_internal): Same.
13164
13165 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
13166
13167         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
13168         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
13169
13170 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
13171
13172         * cpplib.c (do_include_common): Move warnings for
13173         #include_next and #import out to callers.  Use early-return
13174         instead of nested ifs.  Don't do check_eol here.
13175         (parse_include): Do check_eol here with the rest of the
13176         parsing stuff.
13177         (do_include_next, do_import): Now handle warnings.
13178
13179 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13180
13181         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
13182
13183 2003-02-12  Jan Hubicka  <jh@suse.cz>
13184
13185         * predict.c (estimate_probability):  Fix roundoff error.
13186
13187 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13188
13189         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
13190         (two peephole2): New.
13191
13192 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13193
13194         * config/h8300/h8300.md (several peephole2): Replace
13195         find_regno_note with peep2_reg_dead_p.
13196
13197 2003-02-11  Richard Henderson  <rth@redhat.com>
13198
13199         * gcse.c (lookup_set): Remove unused argument PAT.  Update
13200         both callers.
13201
13202 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
13203
13204         * diagnostic.c (real_abort): New.
13205         (diagnostic_report_diagnostic): Call real_abort on error.
13206         * diagnostic.h (diagnostic_abort_on_error): New.
13207         (struct diagnostic_context): Add abort_on_error field.
13208         * toplev.c (setup_core_dumping): New.
13209         (decode_d_option): Handle 'H' case.
13210         * doc/invoke.texi (Debugging Options): Document -dH.
13211
13212 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13213
13214         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
13215         which refers to obsolete directories.
13216
13217 2003-02-11  Richard Henderson  <rth@redhat.com>
13218
13219         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
13220
13221 2002-10-21  Jan Hubicka  <jh@suse.cz>
13222
13223         * i386.c (contains_128bit_aligned_vector_p): New function.
13224         (ix86_function_arg_boundary): Properly align vector modes.
13225
13226 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
13227
13228         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
13229         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
13230         as a SET pattern.
13231
13232 2003-02-11  Roger Sayle  <roger@eyesopen.com>
13233
13234         * builtins.c:  Fix failure caused by commiting wrong patch.
13235
13236 2003-02-11  Dale Johannesen  <dalej@apple.com>
13237         * ra-build.c (compare_and_free_webs):  Relax checking.
13238         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
13239         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
13240
13241 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13242
13243         PR optimization/9651
13244         * rtlanal.c (may_trap_p): Handle FIX.
13245
13246 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
13247
13248         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
13249         * doc/invoke.texi: Extra alias.
13250
13251 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
13252
13253         * config/rs6000/host-darwin.c: Fix comment.
13254
13255 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
13256
13257         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
13258         predicate for mod result.
13259
13260 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13261
13262         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
13263         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
13264         * fixincl.x: Rebuilt.
13265         * tests/base/stdlib.h: Update.
13266         * tests/base/ctype.h: New file.
13267
13268 2003-02-11  Jan Hubicka  <jh@suse.cz>
13269
13270         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
13271
13272 2003-02-11  Richard Henderson  <rth@redhat.com>
13273
13274         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
13275         appropriated as globals.
13276         (ix86_expand_clrstr): Similarly.
13277         * config/i386/i386.md (cmpstrsi): Similarly.
13278
13279 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13280
13281         * config/h8300/h8300.md (a peephole2): Add a case of 255.
13282
13283 2003-02-11  Roger Sayle  <roger@eyesopen.com>
13284
13285         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
13286         (pow_optab, atan2_optab): Define corresponding macros.
13287         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
13288         * genopinit.c (optabs): Implement pow_optab and atan2_optab
13289         using pow?f3 and atan2?f3 patterns.
13290         * builtins.c (expand_errno_check): New function to update errno
13291         if necessary, split out from expand_builtin_mathfn.
13292         (expand_builtin_mathfn): Use expand_errno_check.
13293         (expand_builtin_mathfn_2): New function to handle expanding binary
13294         math functions, reusing the code in expand_errno_check.
13295         (expand_builtin): Handle the pow and atan2 math built-ins,
13296         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
13297         expand_builtin_mathfn_2.
13298
13299         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
13300
13301 2003-02-11  Jan Hubicka  <jh@suse.cz>
13302
13303         * combine.c (combine_simplify_rtx): Fix folding of
13304         nested float_truncates.
13305
13306 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13307
13308         * config/h8300/h8300.md (a peephole2): Fix a typo.
13309
13310 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
13311
13312         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
13313         register number.
13314
13315 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13316
13317         * config/h8300/h8300-protos.h: Add a prototype for
13318         gtuleu_operator.
13319         * config/h8300/h8300.c (gtuleu_operator): New.
13320         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
13321         * config/h8300/h8300.md (a peephole2): New.
13322
13323 2003-02-11  Jan Hubicka  <jh@suse.cz>
13324
13325         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
13326
13327 2003-02-11  Jan Hubicka  <jh@suse.cz>
13328
13329         * predict.c (choose_function_section): Choose sections correctly.
13330
13331 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13332
13333         * reload1.c (first_label_num): New.
13334         (reload): Index offsets_known_at and offsets_at using difference of
13335         label number and first label number.  Don't use offset pointers.
13336         (set_label_offsets, set_initial_label_offsets): Likewise.
13337
13338 2003-02-10  Roger Sayle  <roger@eyesopen.com>
13339
13340         * mips-tfile.c (init_file): Add missing initializers in the
13341         "#ifdef __alpha" case.
13342         (file_offset, max_file_offset): Declare as unsigned long.
13343         (write_varray): Cast to "unsigned long" in comparisons against
13344         either file_offset or max_file_offset.
13345         (write_object): Likewise.
13346         (read_seek): Likewise.
13347         (copy_object): Likewise. Declare "ifd" as int to match its use
13348         in add_ext_symbol, and avoid signed/unsigned conditional warning.
13349
13350 2003-02-10  Nick Clifton  <nickc@redhat.com>
13351             Aldy Hernandez  <aldyh@redhat.com>
13352
13353         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
13354         override options which have been specified on the command line.
13355
13356 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
13357
13358         * config/h8300/h8300.md (abssf2): New.
13359         (*abssf2_h8300): Likewise.
13360         (*abssf2_h8300hs): Likewise.
13361
13362 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
13363
13364         * tree.c (build_tree_list):  Fix parameter names in comment.
13365
13366 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
13367
13368         * config/rs6000/ppc64-fp.c: New file.
13369         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
13370
13371 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
13372
13373         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
13374         * bb-reorder.c (make_reorder_chain): Deleted.
13375         (make_reorder_chain_1): Deleted.
13376         (find_traces): New function.
13377         (rotate_loop): New function.
13378         (mark_bb_visited): New function.
13379         (find_traces_1_round): New function.
13380         (copy_bb): New function.
13381         (bb_to_key): New function.
13382         (better_edge_p): New function.
13383         (connect_traces): New function.
13384         (copy_bb_p): New function.
13385         (get_uncond_jump_length): New function.
13386         (reorder_basic_blocks): Use new functions (Software Trace Cache).
13387         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
13388         boundaries.
13389
13390 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
13391
13392         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
13393
13394 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13395
13396         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
13397         (DECL_LIVE_RANGE_RTL): Remove.
13398
13399 2003-02-10  Nick Clifton  <nickc@redhat.com>
13400
13401         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
13402         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
13403         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
13404         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
13405         config/arm/freebsd.h, config/arm/linux-elf.h,
13406         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
13407         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
13408         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
13409         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
13410         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
13411         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
13412         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
13413         and reformat as appropriate.
13414
13415 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
13416
13417         * config/h8300/clzsi2.c: Remove.
13418         * config/h8300/ctzsi2.c: Likewise.
13419         * config/h8300/paritysi2.c: Likewise.
13420         * config/h8300/popcountsi2.c: Likewise.
13421         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
13422         ctzsi2, paritysi2, and popcountsi2.
13423
13424 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
13425             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13426
13427         PR c/7741
13428         * c-decl.c (duplicate_decls): Discard the initializer of the
13429         new decl when the types are conflicting.
13430
13431 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
13432
13433         * Makefile.in (sreal.o): Added.
13434         (predict.o): Depends on sreal.h instead of real.h.
13435         * sreal.c: New file.
13436         * sreal.h: New file.
13437         * predict.c: Use sreal.c instead of real.c.
13438
13439 2003-02-10  Nick Clifton  <nickc@redhat.com>
13440
13441         * Contributed support for the Cirrus EP9312 "Maverick"
13442         floating point co-processor.  Written by Aldy Hernandez
13443         <aldyh@redhat.com>.
13444         (config/arm/arm.c): Add Cirrus support.
13445         (config/arm/arm.h): Likewise.
13446         (config/arm/aout.h): Likewise.
13447         (config/arm/arm.md): Likewise.
13448         (config/arm/arm-protos.h): Likewise.
13449         (config.gcc): Likewise.
13450         (doc/invoke.texi): Describe new -mcpu value and new
13451         -mcirrus-fix-invalid-insns switch,
13452         (cirrus.md): New file.
13453
13454 2003-02-10  Jan Hubicka  <jh@suse.cz>
13455
13456         * combine.c (combine_simplify_rtx): Simplify using
13457         (float_truncate (float x)) is (float x)
13458         (float_extend (float_extend x)) is (float_extend x).
13459
13460 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
13461
13462         * calls.c (try_to_integrate): Tidy stack_usage_map access.
13463         (emit_library_call_value_1): Likewise.  Formatting.
13464         (store_one_arg): Likewise.
13465
13466 2003-02-09  Nick Clifton  <nickc@redhat.com>
13467             Aldy Hernandez  <aldyh@redhat.com>
13468
13469         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
13470         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
13471         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
13472         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
13473         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
13474         docs.  Add range test for immediate value.
13475
13476 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
13477
13478         Rename spe_evxor to xorv2si3.
13479         (xorv4hi3): New.
13480         (xorv1di3): New.
13481
13482 2003-02-10  Glen Nakamura  <glen@imodulo.com>
13483
13484         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
13485         tag.
13486
13487 2003-02-10  Jan Hubicka  <jh@suse.cz>
13488
13489         * i386.c (vector_move_operand): New predicate.
13490         (ix86_expand_vector_move): Be happy about 0.
13491         * i386.h (PREDICATE_CODES): Add sse-move_operand.
13492         * i386.md (mov*_internal): Add 'C' alternative.
13493
13494 2003-02-09  Jan Hubicka  <jh@suse.cz>
13495
13496         * i386.md (floathi*): Deal with SSE.
13497
13498 2003-02-09  Jan Hubicka  <jh@suse.cz>
13499
13500         * simplify-rtx.c (simplify_unary_operation,
13501         simplify_binary_operation):  Deal with vector modes
13502         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
13503
13504 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
13505
13506         * toplev.c (rest_of_compilation): Recompute register usage after
13507         split_all_insns.
13508
13509 2003-02-09  Richard Henderson  <rth@redhat.com>
13510
13511         * libgcc-std.ver (__clztf2): New.
13512         (__ctztf2, __popcounttf2, __paritytf2): New.
13513         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
13514         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
13515         adjust code to match the different type sizes.
13516         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
13517         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
13518
13519         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
13520         TImode; select word_mode and twice that.
13521         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
13522         select the modes from float, double, and long double.
13523         (init_optabs): Remove duplicate initializations.
13524
13525 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
13526
13527         * doc/install.texi: Squeeze and streamline section on
13528         testing and regression checking.
13529
13530 2003-02-09  Jan Hubicka  <jh@suse.cz>
13531
13532         * i386.md (ahi?v*3): Set third operand type to TImode.
13533         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
13534
13535         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
13536         integer mode.
13537
13538         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
13539         Change code so they are arithmetic expressions now.
13540         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
13541         simplify_ternary_operation): Deal with VEC_* expressions.
13542
13543         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
13544
13545 2003-02-08  Jan Hubicka  <jh@suse.cz>
13546
13547         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
13548         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
13549         possibly got duplicated.
13550
13551 2003-02-08  Richard Henderson  <rth@redhat.com>
13552
13553         * config/alpha/alpha.c (override_options): Turn off explicit
13554         relocs until post-peep2 code duplication resolved.
13555
13556 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
13557
13558         * optabs.c (expand_unop): Widen clz properly when clz is done
13559         via libcall.
13560
13561 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
13562
13563         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
13564         * config/h8300/crti.asm: Likewise.
13565         * config/h8300/crtn.asm: Likewise.
13566         * config/h8300/ctzsi2.c: Likewise.
13567         * config/h8300/fixunssfsi.c: Likewise.
13568         * config/h8300/h8300-protos.h: Likewise.
13569         * config/h8300/h8300.c: Likewise.
13570         * config/h8300/h8300.h: Likewise.
13571         * config/h8300/h8300.md: Likewise.
13572         * config/h8300/paritysi2.c: Likewise.
13573         * config/h8300/popcountsi2.c: Likewise.
13574         * config/h8300/rtems.h: Likewise.
13575
13576 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13577
13578         * doc/invoke.texi: Documentation for my previous commit.
13579         * doc/passes.texi: Ditto.
13580
13581 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13582
13583         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
13584         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
13585         Declare.
13586         (DLTHE_FLAG_UPDATE_FREQ): New.
13587         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
13588         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
13589         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
13590         fix_bb_placement, fix_bb_placements, place_new_loop,
13591         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
13592         New static functions.
13593         (fix_loop_placement, can_duplicate_loop_p,
13594         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
13595         New functions.
13596
13597         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
13598         unswitch_loops): Declare.
13599         * loop-init.c: New file.
13600         * loop-unswitch.c: New file.
13601         * Makefile.in (loop-init.o, loop-unswitch.o): New.
13602         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
13603         * toplev.c (DFI_loop2): New dump.
13604         (flag_unswitch_loops): New.
13605         (lang_independent_options): Add it.
13606         (rest_of_compilation): Call new loop optimizer.
13607         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
13608
13609 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
13610
13611         * config/h8300/clzsi2.c: New.
13612         * config/h8300/ctzsi2.c: Likewise.
13613         * config/h8300/paritysi2.c: Likewise.
13614         * config/h8300/popcountsi2.c: Likewise.
13615         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
13616
13617 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
13618
13619         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
13620         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
13621         (ctzsi2): New pattern.
13622         (ffssi2): Use clz instead of unspec.
13623         (clzdi2): Rename from cntlzd2.
13624         (ctzdi2): New pattern.
13625         (ffsdi2): Use clz instead of unspec.
13626
13627 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
13628
13629         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
13630         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
13631         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
13632         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
13633
13634 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
13635
13636         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
13637
13638 2003-02-07  Richard Henderson  <rth@redhat.com>
13639
13640         PR 9226
13641         * gcse.c (local_cprop_find_used_regs): New.
13642         (local_cprop_pass): Use it.
13643
13644 2003-02-07  Fred Fish  <fnf@intrinsity.com>
13645
13646         * mips-tfile.c (parse_def): Parenthesize assignments to fix
13647         precedence bugs.
13648
13649 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
13650
13651         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
13652
13653 2003-02-07  Roger Sayle  <roger@eyesopen.com>
13654
13655         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
13656         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
13657         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
13658         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
13659         builtin functions (and their __builtin_* variants).
13660         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
13661         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
13662         when not optimizing.
13663
13664         * doc/extend.texi: Document new pow and atan2 builtins, and
13665         their float and long double variants.  Realphabetize builtins.
13666
13667 2003-02-07  Jan Hubicka  <jh@suse.cz>
13668
13669         * i386.md (sse2_nandv2di3): Fix.
13670
13671 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
13672
13673         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
13674         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
13675         definition.
13676         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
13677         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
13678
13679 2003-02-07  Jan Hubicka  <jh@suse.cz>
13680
13681         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
13682
13683 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
13684
13685         * cfg.c (dump_flow_info): Add back accidently deleted line.
13686
13687 2003-02-07  Andrey Petrov <petrov@netbsd.org>
13688
13689         * optabs.c (expand_float): Search wider integer modes first.
13690
13691 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
13692
13693         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
13694         based on preprocessor flag.
13695
13696 2003-02-07  Roger Sayle  <roger@eyesopen.com>
13697             Richard Henderson  <rth@redhat.com>
13698
13699         * gcse.c (implicit_sets): New.
13700         (compute_hash_table_work): Include them in hash table.
13701         (find_implicit_sets, fis_get_condition): New.
13702         (one_cprop_pass): Allocate and free implicit_sets; call
13703         find_implicit_sets before building hash table.
13704
13705 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
13706
13707         * config/t-netbsd (USER_H): Revert previous change.
13708
13709 2003-02-07  Gabor Greif  <ggreif@lucent.com>
13710
13711         * doc/c-tree.texi (Namespaces): Fix typo.
13712
13713 2003-02-07  Jan Hubicka  <jh@suse.cz>
13714
13715         * regrename.c (do_replace, find_oldest_value_reg,
13716         copyprop_hardreg_forward_1): Update register attributes.
13717
13718 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
13719
13720         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
13721         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
13722         variables starting with underscore.
13723         (struct unit_usage): New structure.
13724         (unit_usages, cycle_alt_unit_usages): New global variables.
13725         (check_unit_distribution_in_reserv): Remove it.
13726         (store_alt_unit_usage): New function.
13727         (check_regexp_units_distribution): Rewrite it.
13728
13729 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13730
13731         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
13732         target_cpu_default.
13733         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
13734         if not MASK_NO_SPACE_REGS.
13735         (output_call): Adjust return pointer, don't load new space register
13736         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
13737         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
13738         TARGET_NO_SPACE_REGS is true.
13739         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
13740         conditions.
13741         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
13742         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
13743         true.  Use bve when TARGET_64BIT is true.
13744
13745 2003-02-06  Richard Henderson  <rth@redhat.com>
13746
13747         * combine.c (nonzero_bits): Fix double break.
13748
13749 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
13750             Richard Henderson <rth@redhat.com>
13751
13752         PR c/9530
13753         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
13754         from functions that return a float to functions that don't.
13755
13756 2003-02-06  Jan Hubicka  <jh@suse.cz>
13757
13758         * i386.c (x86_inter_unit_moves): New variable.
13759         (ix86_secondary_memory_needed): Fix 64bit case, honor
13760         TARGET_INTER_UNIT_MOVES
13761         * i386.h (x86_inter_unit_moves): Declare.
13762         (TARGET_INTER_UNIT_MOVES): New macro.
13763         * i386.md (movsi_1): Cleanup constraints; disable
13764         when not doing inter-unit moves.
13765         (movsi_1_nointernunit): New.
13766         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
13767         (movdi_1_rex64_nointerunit): New.
13768         (mivsf_1): disable when not doing inter-unit moves.
13769         (movsf_1_nointerunit): New.
13770
13771         * basic-block.h (inside_basic_block_p):  Declare.
13772         * cfgbuild.c (inside_basic_block_p): Make global.
13773         * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
13774         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
13775         update CFG.
13776         (fix_basic_block_boundaries, add_missing_bbs): New.
13777         (rank): Use profile.
13778         (scheudle_ebbs): Rely on CFG; update coments.
13779
13780 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
13781
13782         * Makefile.in (host_hook_obj): New.
13783         (OBJS): Add $(host_hook_obj).
13784         (host_default.o): New rule.
13785         * config.gcc (host_hook_obj): New, default to host-default.o.
13786         (powerpc-*-darwin*): Use host-darwin.o.
13787         (out_host_hook_obj): New.
13788         * configure: Regenerate.
13789         * configure.in: Print information about out_host_hook_obj, substitute
13790         into output files.
13791         * host-default.c: New file.
13792         * hosthooks.h: New file.
13793         * toplev.c (general_init): Call host_hooks.extra_signals.
13794         * config/rs6000/host-darwin.c: New file.
13795         * config/rs6000/x-darwin: New file.
13796         * doc/hostconfig.texi: Add documentation for new host hook.
13797         Rearrange existing documentation.
13798
13799 2003-02-05  Roger Sayle  <roger@eyesopen.com>
13800
13801         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
13802         with *targetm.delegitimize_address.
13803         (rtl_for_decl_location): Likewise.
13804         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
13805         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
13806
13807         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
13808         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
13809         prototype.
13810         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
13811         i386_simplify_dwarf_addr.  Made static.  Prototyped.
13812         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
13813         i386_simplify_dwarf_addr to ix86_delegitimize_address.
13814         (ix86_find_base_term): Likewise.
13815         (maybe_get_pool_constant): Likewise.
13816
13817         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
13818         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
13819         prototype.
13820         * config/s390/s390.c (s390_delegitimize_address): Renamed from
13821         s390_simplify_dwarf_addr.  Made static.  Prototyped.
13822         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
13823
13824 2003-02-05  Richard Henderson  <rth@redhat.com>
13825
13826         PR c/8602
13827         * integrate.c (output_inline_function): Reset input_filename
13828         and lineno from the decl before rest_of_compilation.
13829
13830 2003-02-05  Richard Henderson  <rth@redhat.com>
13831
13832         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
13833         (CTZ_DEFINED_VALUE_AT_ZERO): New.
13834         * doc/rtl.texi, doc/tm.texi: Document them.
13835
13836         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
13837         of the value at zero properly.
13838         * fold-const.c (tree_expr_nonnegative_p): Likewise.
13839         * simplify-rtx.c (simplify_unary_operation): Likewise.
13840
13841         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
13842         (CTZ_DEFINED_VALUE_AT_ZERO): New.
13843
13844         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
13845         (TARGET_EXPAND_BUILTIN): Remove.
13846         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
13847         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
13848         (enum arm_builtins): Remove.
13849         * config/arm/arm.md (UNSPEC_CLZ): Remove.
13850         (clzsi2): Rename from clz; use clz instead of unspec.
13851         (ctzsi2): New.
13852         * config/arm/arm-protos.h: Update.
13853
13854 2003-02-05  Jan Hubicka  <jh@suse.cz>
13855
13856         * i386-protos.h (x86_emit_floatuns):  Declare.
13857         * i386.c (x86_emit_floatuns): New global function.
13858         * i386.md (floatunssisf2, floatunsdisf2,
13859         floatunsdidf2):  New patterns.
13860
13861 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13862
13863         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
13864
13865 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
13866
13867         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
13868           config/ia64/linux.h
13869
13870 2003-02-05  Roger Sayle  <roger@eyesopen.com>
13871
13872         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
13873
13874 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
13875
13876         PR optimization/8555
13877         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
13878         instead of aborting.
13879
13880 2003-02-04  Richard Henderson  <rth@redhat.com>
13881
13882         * config/i386/i386.md (UNSPEC_BSF): Remove.
13883         (ffssi2): Split into cmove and no_cmove insns and splitters;
13884         lose pentium float trick for now.
13885         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
13886         (ctzsi2, clzsi2, bsr): New.
13887
13888 2003-02-04  Richard Henderson  <rth@redhat.com>
13889
13890         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
13891         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
13892         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
13893         (ffsdi2): Use popcount instead of unspec.
13894         (popcountdi2): Rename from *popcnt.
13895         (ctzdi2, clzdi2, getf_exp_tf): New.
13896
13897 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
13898
13899         * genconfig.c (main): Generate CC0_P.
13900         * rtl.h (CC0_P): Remove.
13901
13902 2003-02-04  Richard Henderson  <rth@redhat.com>
13903
13904         * libgcc2.h, libgcc2.c (__ffsSI2): New.
13905         (__ffsDI2): Rename from __ffsdi2.
13906         * mklibgcc.in (lib2funcs): Add _ffssi2.
13907
13908 2003-02-04  Richard Henderson  <rth@redhat.com>
13909
13910         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
13911         rounds with a "bit table" lookup.
13912
13913 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
13914
13915         * reload.c (find_reloads): Do not use the mode specified in the insn
13916         pattern as reload mode for address operands.  Do not generate optional
13917         reloads for operands where a mandatory reload was already pushed.
13918
13919 2003-02-04  Richard Henderson  <rth@redhat.com>
13920
13921         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
13922         builtins instead of inline assembly.
13923
13924 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13925
13926         PR c/9376
13927         * libgcc2.c (__subvdi3): Fix typo.
13928
13929 2003-02-04  Jan Hubicka  <jh@suse.cz>
13930
13931         * i386.md (movti_rex64):  Fix constraint.
13932
13933 2003-02-04  Jan Hubicka  <jh@suse.cz>
13934
13935         * i386.md (vector push splitters):  Fix typo in resolving conflict.
13936
13937 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
13938
13939         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
13940
13941 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
13942
13943         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
13944         for recent libstdc++.  Remove formatting cruft.
13945
13946 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
13947
13948         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
13949         attribute even if input file name is absolute, but one of the
13950         includes is relative.
13951
13952 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
13953
13954         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
13955         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
13956         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
13957
13958 2003-02-03  Richard Henderson  <rth@redhat.com>
13959
13960         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
13961         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
13962         return type to "int".  Shuffle declarations and undef int trap.
13963         * libgcc2.h: Remove their declarations.
13964         * optabs.c (expand_unop): Force outmode to int for bitops.
13965
13966 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
13967
13968         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
13969         coprocessor registers before floating-point registers.
13970         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
13971         to account for a previously removed register.
13972         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
13973         Delete unused macros.
13974
13975 2003-02-03  Jan Hubicka  <jh@suse.cz>
13976
13977         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
13978         (mov*_internal): Fix predicates; require one of operands to not be
13979         memory.
13980         (SSE?MMX move expanders):  Fix predicates; force one of operands to
13981         register.
13982         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
13983         (movups/movupd/movdqu patterns): Force one of operands to not be
13984         memory.
13985
13986 2003-02-03  Roger Sayle  <roger@eyesopen.com>
13987
13988         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
13989         takes a single rtx and returns it unmodified.
13990         * hooks.h (hook_rtx_rtx_identity): Prototype here.
13991         * target.h (struct gcc_target): Add "delegitimize_address"
13992         field to target structure.
13993         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
13994         for delegitimize_address target using hook_rtx_rtx_identity.
13995         (TARGET_INITIALIZER): Initialize delegitimize_address field
13996         using TARGET_DELEGITIMIZE_ADDRESS macro.
13997         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
13998         extensions of constant pool references.  Use delegitimize_address
13999         to undo the obfuscation of "-fpic".
14000         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
14001
14002         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
14003         i386_simplify_dwarf_addr.
14004         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
14005         (maybe_get_pool_constant): Likewise.
14006
14007 2003-02-03  Jan Hubicka  <jh@suse.cz>
14008
14009         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
14010
14011 2003-02-03  Jan Hubicka  <jh@suse.cz>
14012
14013         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
14014
14015 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14016
14017         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
14018         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
14019
14020 2003-02-02  Andreas Schwab  <schwab@suse.de>
14021
14022         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
14023
14024 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
14025
14026         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
14027         (epilogue_insns): Likewise.
14028
14029 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14030
14031         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
14032
14033 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14034
14035         * pa-protos.h (attr_length_millicode_call): Remove second argument.
14036         (attr_length_indirect_call, attr_length_indirect_call,
14037         attr_length_save_restore_dltp): New prototypes.
14038         * pa.c (attr_length_millicode_call): Remove second argument.  Check
14039         INSN_ADDRESSES_SET_P in distance calculation.
14040         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
14041         INSN_ADDRESSES.
14042         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
14043         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
14044         Call attr_length_call directly.
14045         (attr_length_indirect_call, output_indirect_call,
14046         attr_length_save_restore_dltp): New functions.
14047         * pa.md (attr_length_millicode_call): Drop second argument from all
14048         patterns.
14049         (return_internal_pic): Delete.
14050         (return_external_pic): Remove use of PIC register and pic operand and
14051         flag checks.
14052         (epilogue): Use return_internal for both normal and pic code.
14053         (call, call_value): Emit new 32-bit pic patterns for symref and
14054         indirect calls.  Remove uses for arg pointer and pic register.
14055         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
14056         call_reg_pic_post_reload, call_val_symref_pic,
14057         call_val_symref_pic_post_reload, call_val_reg_pic,
14058         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
14059         Implement define_split and define_peephole2 patterns for pre reload
14060         patterns.
14061         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
14062         call_value_internal_reg_64bit): Shorten names.
14063         (all call patterns): Explicitly indicate registers used and clobbered.
14064         Use attr_length_indirect_call and attr_length_save_restore_dltp for
14065         attribute length calculation.  Move code generation for indirect calls
14066         to output_indirect_call.
14067         (sibcall, sibcall_value): Don't restore PIC register.
14068         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
14069         register retore.
14070
14071 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14072
14073         * doc/install.texi (Testing): Simplify and compress instructions
14074         concerning Dejagnu.
14075
14076 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14077
14078         * collect2.c (pexecute_pid): Rename to pid.
14079         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
14080         pid.
14081
14082 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
14083
14084         * doc/extend.texi (Function Attributes): Remove documentation
14085         for PowerPC Windows NT function attributes..
14086
14087 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
14088
14089         * dwarf2out.c (gen_type_die): Check for typedefs before calling
14090         for TYPE_MAIN_VARIANT.
14091
14092 2003-02-01  Richard Henderson  <rth@redhat.com>
14093
14094         * libgcc2.c: Include auto-host.h.
14095         (ATTRIBUTE_HIDDEN): New.
14096         (__clz_tab): Don't declare here for clz and ctz.
14097         (__clzsi2, __clzdi2): Use count_leading_zeros.
14098         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
14099         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
14100         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
14101         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
14102
14103 2003-02-01  Richard Henderson  <rth@redhat.com>
14104
14105         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
14106         to the conditional.
14107         (ashlsi3_1_zext splitter): Likewise.
14108
14109 2003-02-01  Richard Henderson  <rth@redhat.com>
14110
14111         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
14112         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
14113         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
14114         return type to Wtype.
14115
14116         * libgcc-std.ver (GCC_3.4): Fix inheritance.
14117
14118         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
14119         expander input constraint.
14120
14121 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14122
14123         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
14124         OTI_parity.
14125         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
14126         * optabs.c (widen_clz, expand_parity): New.
14127         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
14128         for libcalls to clz, ctz, popcount, and parity.
14129         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
14130         parity_optab, and set up libfunc handlers.
14131         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
14132         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
14133         __popcount_tab): New.
14134         * libgcc2.h: Declare them.
14135         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
14136         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
14137         and parity_optab.
14138         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
14139         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
14140         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
14141         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
14142         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
14143         BUILT_IN_PARITYLL): New.
14144         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
14145         and add optab argument.
14146         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
14147         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
14148         * expr.c (expand_expr): Handle them.
14149         * fold-const.c (tree_expr_nonnegative_p): Likewise.
14150         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
14151         * reload1.c (eliminate_regs): Handle them.
14152         (elimination_effects): Likewise.
14153         * function.c (instantiate_virtual_regs_1): Likewise
14154         * genattrtab.c (check_attr_value): Likewise.
14155         * simplify-rtx.c (simplify_unary_operation): Likewise.
14156         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
14157         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
14158         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
14159         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
14160         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
14161         __builtin_arm_clz.
14162         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
14163         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
14164         * doc/extend.texi (Other Builtins): Add new builtins.
14165         * doc/md.texi (Standard Names): Add new patterns.
14166
14167 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
14168
14169         * reload.c: Revert 2003-01-31 change.
14170
14171 2003-02-01  Jan Hubicka  <jh@suse.cz>
14172
14173         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
14174
14175 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
14176
14177         * flags.h (flag_volatile): Remove declaration.
14178         (flag_volatile_global, flag_volatile_static): Likewise.
14179         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
14180         * toplev.c (flag_volatile): Remove definition.
14181         (flag_volatile_global, flag_volatile_static): Likewise.
14182         (f_options): Remove corresponding entries here.
14183         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
14184         or flag_volatile_static.
14185         * doc/invoke.texi: Remove documentation of -fvolatile,
14186         -fvolatile-global and -fvolatile-static.
14187
14188 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14189
14190         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
14191         updating of total_code_bytes from prologue to epilogue.
14192
14193 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
14194
14195         * reload.c (find_reloads): Do not use the mode specified in the insn
14196         pattern as reload mode for address operands.  Do not generate optional
14197         reloads for operands where a mandatory reload was already pushed.
14198         Generate optional reloads only in the final pass though find_reloads.
14199         (have_replacement_p): New function.
14200
14201 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14202
14203         * doc/install.texi (Testing): Remove a reference to our obsolete
14204         /testresults web pages and strip redundant information concerning
14205         test results.
14206         (Binaries): Refer to Microsoft Windows instead of listing all
14207         possible variants.
14208
14209 2003-02-01  Jan Hubicka  <jh@suse.cz>
14210
14211         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
14212         RTL chain.
14213
14214         * combine.c (simplify_set): Reverse order of ragumetns to
14215         REG_CANNOT_CHANGE_MODE_P
14216         * df.c (df_def_record_1): Likewise.
14217         * recog.c (register_operand): Likewise.
14218         * simplify-rtx.c (simplify_subreg): Likewise.
14219         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
14220         CANNOT_CHANGE_MODE_CLASS.
14221         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
14222         Likewise.
14223         * reload.c (push_reload): Likewise.
14224         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14225         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14226         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14227         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
14228         * mips.c (mips_cannot_change_mode_class): Update.
14229         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14230         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14231         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14232         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14233         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
14234         * sh.c (sh_cannot_change_mode_class): Update.
14235         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
14236         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
14237
14238 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
14239
14240         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
14241         change to LINK_COMMAND_SPEC in gcc.c.
14242
14243 2003-01-31  Jan Hubicka  <jh@suse.cz>
14244
14245         PR c/9506
14246         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
14247
14248 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14249
14250         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
14251         duplicated code.
14252
14253 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
14254
14255         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
14256         (BINFO_ELTS): New #define.
14257         * stor-layout.c (finalize_record_size): Don't set them.
14258         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
14259         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
14260         (BINFO_LANG_ELTS): New #define.
14261         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
14262         * java/class.c (make_class): Use BINFO_ELTS.
14263         (set_super_info): Likewse.
14264         (add_interface_do): Likewise.
14265         * objc/objc-act.c (start_class): Use BINFO_ELTS.
14266
14267 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
14268
14269         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
14270         (times): Don't ever declare if not HAVE_TIMES.
14271         (clock): Don't ever declare if not HAVE_CLOCK.
14272
14273 2003-01-30  Richard Henderson  <rth@redhat.com>
14274
14275         * flow.c (update_life_info): Zap life info after cleanup_cfg.
14276         (regno_uninitialized): Use correct live at function entry set.
14277         (regno_clobbered_at_setjmp): Likewise.
14278
14279         * expr.c (store_expr): Promote all MEM intermediates to regs.
14280
14281 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14282
14283         * config/arm/arm.c: Fix comment typos.
14284         * config/arm/arm.h: Likewise.
14285         * config/arm/netbsd-elf.h: Likewise.
14286         * config/arm/netbsd.h: Likewise.
14287
14288 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
14289
14290         * gengtype.c (struct walk_type_data): Add needs_cast_p.
14291         (walk_type): Set needs_cast_p in walk_type_data.
14292         (write_types_process_field): Supply casts when required to suppress
14293         warnings.
14294         (write_root): Cast gt_pch_n_S to suppress warning.
14295         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
14296         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
14297         when they might exist.
14298         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
14299         insn-conditions.o, and rs6000.o.
14300
14301 2003-01-30  Richard Henderson  <rth@redhat.com>
14302
14303         * ggc-page.c (G.context_depth_allocations): New.
14304         (G.context_depth_collections): New.
14305         (alloc_page): Set G.context_depth_allocations.
14306         (ggc_collect): Set G.context_depth_collections.
14307         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
14308         (ggc_pop_context): Early exit for no allocations or collections.
14309
14310 2003-01-30  Richard Henderson  <rth@redhat.com>
14311
14312         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
14313
14314 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
14315
14316         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
14317         size, the link register is always saved if any other register is
14318         saved.
14319
14320 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14321
14322         * config/h8300/h8300-protos.h: Update the prototype for
14323         compute_plussi_cc.
14324         (cpp_reader): Declare before it is used.
14325         * config/h8300/h8300.c (compute_plussi_cc): Change the return
14326         type to int.
14327         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
14328         see an unknown H8 variant.
14329
14330 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
14331
14332         PR target/9316
14333         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
14334         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
14335         * config/rs6000/t-rtems: New file. multilib variants to match OS.
14336         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
14337         rs6000/t-ppcgas so we get the desired multilibs.
14338
14339 2003-01-30  Nick Clifton  <nickc@redhat.com>
14340
14341         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
14342         when popping saved IP register off the stack.
14343
14344 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14345
14346         * config/rs6000/aix43.h: Fix comment typos.
14347         * config/rs6000/aix51.h: Likewise.
14348         * config/rs6000/aix52.h: Likewise.
14349         * config/rs6000/altivec.h: Likewise.
14350         * config/rs6000/rs6000.c: Likewise.
14351         * config/rs6000/rs6000.h: Likewise.
14352         * config/rs6000/rs6000.md: Likewise.
14353         * config/rs6000/spe.md: Likewise.
14354
14355 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
14356
14357         * c-common.c (builtin_define_float_constants): Define
14358         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
14359
14360 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14361
14362         * config/sh/lib1funcs.asm: Fix comment typos.
14363         * config/sh/linux.h: Likewise.
14364         * config/sh/sh.c: Likewise.
14365         * config/sh/sh.md: Likewise.
14366
14367 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
14368
14369         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
14370
14371 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
14372
14373         * config/fp-bit.h (__make_dp): Declare if TMODES.
14374
14375 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
14376
14377         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
14378         general_operand_src and general_operand_dst.
14379
14380 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
14381
14382         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
14383         Return true for variable sized types.
14384         (rs6000_va_arg): Handle variable sized types passed by reference
14385         on non-SVR4 ABI.
14386
14387 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
14388
14389         * arm.c (arm_legtimize_address): New function.
14390         * arm-protos.h (arm_legtimize_address): Add prototype.
14391         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
14392         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
14393         do ... while (0)
14394
14395 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14396
14397         PR bootstrap/9296
14398         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
14399         depended on it being defined until now.
14400
14401 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14402
14403         PR target/9295
14404         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
14405         RTEMS code knows which C++ initialization style the toolset
14406         configuration is using.
14407
14408 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14409
14410         PR bootstrap/9293
14411         * config/m68k/t-crtstuff: Replace spaces with tabs, add
14412          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
14413
14414 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14415
14416         PR bootstrap/9292
14417         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
14418         RTEMS threads.
14419         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
14420
14421 2003-01-29  Nick Clifton  <nickc@redhat.com>
14422
14423         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
14424         not $(srcdir).
14425
14426 2003-01-29  Andrew Haley  <aph@redhat.com>
14427
14428         * tree-inline.c (walk_tree): Add CHAR_TYPE.
14429
14430 2003-01-29  Jan Hubicka  <jh@suse.cz>
14431
14432         * i386.md (subdi3_carry_rex64): Fix typo.
14433
14434 2003-01-28  Stan Shebs  <shebs@apple.com>
14435
14436         * coretypes.h (cpp_reader): Forward declare struct.
14437         * c-pragma.h (cpp_reader): Remove forward declaration.
14438         * hashtable.h (cpp_reader): Likewise.
14439         * scan.h (cpp_reader): Likewise.
14440         * tree.h (cpp_reader): Likewise.
14441         * config/darwin-protos.h (cpp_reader): Likewise.
14442         * config/arm/arm-protos.h (cpp_reader): Likewise.
14443         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
14444         struct cpp_reader in prototypes.
14445
14446 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
14447
14448         * doc/install.texi: Add documentation for installation into
14449         tooldirs and with DESTDIR.
14450
14451 2003-01-28  Richard Henderson  <rth@redhat.com>
14452
14453         * config.gcc (ia64*-*-aix*): Remove.
14454         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
14455         * config/ia64/unwind-aix.c: Remove file.
14456
14457 2003-01-28  Andreas Schwab  <schwab@suse.de>
14458
14459         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
14460         register.
14461         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
14462         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
14463         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
14464         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
14465         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
14466         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
14467         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
14468
14469 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
14470
14471         * combine.c (nonzero_bits): Fix check for negative divide operands.
14472
14473 2003-01-28  Richard Henderson  <rth@redhat.com>
14474
14475         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
14476         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
14477
14478 2003-01-28  Richard Henderson  <rth@redhat.com>
14479
14480         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
14481
14482         * config/cris/cris.c (cris_address_cost): Make static.
14483         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
14484         * config/cris/cris.h (ADDRESS_COST): Remove.
14485         * config/cris/cris-protos.h: Update.
14486
14487 2003-01-23  Mike Stump  <mrs@apple.com>
14488
14489         * regclass.c (init_reg_autoinc): New function.
14490         (regclass): Move initialization of forbidden_inc_dec_class from
14491         here...
14492         (init_regs): to here.  Avoids reinitialization for each function,
14493         saving compilation time.
14494
14495 2003-01-28  Jason Merrill  <jason@redhat.com>
14496
14497         * cpplib.h (struct cpp_options): Add warn_deprecated field.
14498         * cppinit.c (cpp_create_reader): Turn it on by default.
14499         * c-opts.c (c_common_decode_option): Set it.
14500         * cpplib.c (do_pragma_once): Only complain about #pragma once
14501         if warn_deprecated is set.
14502
14503 2003-01-28  Dale Johannesen  <dalej@apple.com>
14504
14505         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
14506         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
14507         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
14508
14509 2003-01-28  Richard Henderson  <rth@redhat.com>
14510
14511         * target.h (targetm.address_cost): New.
14512         * target-def.h (TARGET_ADDRESS_COST): New.
14513         (TARGET_RTX_COSTS): Uncomment.  Oops.
14514         * cse.c (address_cost): Use new target hook.
14515         (default_address_cost): New.
14516         * output.h (default_address_cost): Declare.
14517         * hooks.c (hook_int_rtx_0): New.
14518         * hooks.h (hook_int_rtx_0): Declare.
14519         * loop.c (combine_givs_p): Remove if 0 code.
14520         * system.h (ADDRESS_COST): Poison.
14521
14522         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
14523         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
14524         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
14525         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
14526         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
14527         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
14528         config/xtensa/xtensa.c, config/xtensa/xtensa.h
14529         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
14530         (ADDRESS_COST): Remove.
14531
14532         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
14533         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
14534         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14535         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
14536         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
14537         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
14538         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
14539         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
14540         config/mips/mips.c, config/mips/mips.h,
14541         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
14542         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
14543         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
14544         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
14545         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
14546         config/vax/vax.c, config/vax/vax.h
14547         (foo_address_cost): Make static.
14548         (TARGET_ADDRESS_COST): New.
14549         (ADDRESS_COST): Remove.
14550
14551         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
14552         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
14553         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
14554         config/stormy16/stormy16.h
14555         (ADDRESS_COST): Move code ...
14556         (foo_address_cost): ... here.
14557         (TARGET_ADDRESS_COST): New.
14558
14559         * config/m32r/m32r.c (m32r_address_cost): Remove.
14560         * config/m32r/m32r-protos.h: Update.
14561
14562         * config/mmix/mmix.c (mmix_address_cost): Remove.
14563         * config/mmix/mmix-protos.h: Update.
14564
14565         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
14566         mn10300_address_cost; move unsig allocation ...
14567         (mn10300_address_cost): ... here.
14568         (TARGET_ADDRESS_COST): New.
14569         * config/mn10300/mn10300-protos.h: Update.
14570         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
14571
14572         * doc/tm.texi: Update.
14573
14574 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
14575
14576         * haifa-sched.c (schedule_insn): Return necessary cycle advance
14577         after issuing the insn.
14578         (rank_for_schedule): Make a insn with /S the highest priority
14579         insn.
14580         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
14581         (choose_ready): Check SCHED_GROUP_P.
14582         (schedule_block): Advance cycle after issuing insn if it is
14583         necessary.  Don't reorder insns if there is an insn with /S.
14584         (set_priorities): Ignore schedule groups.
14585
14586         * sched-deps.c (remove_dependence, group_leader): Remove the
14587         functions.
14588         (add_dependence): Ignore schedule groups.
14589         (set_sched_group_p): Don't make copy of dependencies from previous
14590         insn of the schedule group.  Add anti-dependency to the previous
14591         insn of the schedule group.
14592         (compute_forward_dependences): Ignore schedule groups.
14593
14594         * sched-ebb.c (init_ready_list): Ignore schedule groups.
14595
14596         * sched-rgn.c (init_ready_list): Ditto.
14597         (can_schedule_ready_p): Ditto.
14598
14599 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
14600
14601         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
14602         register to another one.
14603
14604 2003-01-28  Richard Henderson  <rth@redhat.com>
14605
14606         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
14607
14608 2003-01-28  Roger Sayle  <roger@eyesopen.com>
14609
14610         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
14611
14612 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
14613
14614         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
14615         class contains a floating-point register, return the size of the
14616         mode in half words.
14617
14618 2003-01-28  Jan Hubicka  <jh@suse.cz>
14619
14620         * i386.c (ix86_carry_flag_operator):  New predicate.
14621         (fcmov_operator): Fix whitespace.
14622         (ix86_expand_carry_flag_compare):  Deal with floating point.
14623         (ix86_expand_int_movcc): Deal with fp; update insn expansion
14624         (ix86_expand_int_addcc): Likewise.
14625         (ix86_expand_strlensi_unroll_1): likewsie.
14626         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
14627         * i386.md (add?i_carry_rex64): Use new predicate.
14628         (sub?i3_carry_rex64): Likewise.
14629         (x86_mov?icc_0_m1*): Likewise.
14630
14631 2003-01-28  Andreas Schwab  <schwab@suse.de>
14632
14633         * cfgloopmanip.c (create_preheader): Initialize src to avoid
14634         warning.
14635
14636         * expmed.c (emit_store_flag): Fix cast to avoid sign
14637         comparison warning.
14638
14639         * combine.c (force_to_mode): Add cast to fix warning when
14640         STORE_FLAG_VALUE is negative.
14641
14642 2003-01-27  Richard Henderson  <rth@redhat.com>
14643
14644         * Makefile.in (cse.o): Depend on TARGET_H.
14645         * cse.c (rtx_cost): Use targetm.rtx_costs.
14646         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
14647         * doc/tm.texi: Update.
14648
14649         * target.h (targetm.rtx_costs): New.
14650         * target-def.h (TARGET_RTX_COSTS): New.
14651         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
14652         * hooks.h: Update.
14653
14654         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
14655         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
14656         * config/alpha/alpha.h (PROCESSOR_MAX): New.
14657         (CONST_COSTS, RTX_COSTS): Remove.
14658
14659         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
14660         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
14661         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
14662         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
14663         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
14664         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
14665         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
14666         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
14667         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
14668         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
14669         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
14670         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
14671         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
14672         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
14673         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
14674         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
14675         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
14676         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
14677         config/v850/v850.c, config/v850/v850.h,
14678         config/xtensa/xtensa.c, config/xtensa/xtensa.h
14679         (CONST_COSTS, RTX_COSTS): Move code ...
14680         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
14681
14682         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
14683         (arm_rtx_costs, TARGET_RTX_COSTS): New.
14684         * config/arm/arm-protos.h: Update.
14685         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
14686
14687         * config/avr/avr.h (CONST_COSTS): Move code ...
14688         * config/avr/avr.c (avr_rtx_costs): ... here.
14689         (default_rtx_costs): Make static.
14690         * config/avr/avr-protos.h: Update.
14691
14692         * config/h8300/h8300.c (const_costs): Make static.
14693         (h8300_and_costs, h8300_shift_costs): Likewise.
14694         * config/h8300/h8300-protos.h: Update.
14695
14696         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
14697         (CONST_COSTS): Move code ...
14698         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
14699         default_rtx_costs; update for signature change.
14700         * config/ip2k/ip2k-protos.h: Update.
14701
14702         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
14703         (CONST_COSTS): Move code ...
14704         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
14705         (TARGET_RTX_COSTS): New.
14706         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
14707         * config/m68hc11/m68hc11-protos.h: Update.
14708
14709         * config/m68k/m68k.c (const_int_cost): Make static.
14710         * config/m68k/m68k-protos.h: Update.
14711
14712         * config/mcore/mcore.c (mcore_const_costs): Make static.
14713         (mcore_and_cost, mcore_ior_cost): Likewise.
14714         * config/mcore/mcore-protos.h: Update.
14715
14716         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
14717         (mmix_rtx_cost_recalculated): Remove.
14718         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
14719         * config/mmix/mmix-protos.h: Update.
14720
14721         * config/sh/sh.c (shiftcosts): Make static.
14722         (addsubcosts, andcosts, multcosts): Likewise.
14723         * config/sh/sh-protos.h: Update.
14724
14725         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
14726         (sparc_rtx_costs): Make static; update for change in signature.
14727         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
14728         * config/sparc/sparc-protos.h: Update.
14729
14730         * config/v850/v850.c (const_costs): Make static.
14731         * config/v850/v850-protos.h: Update.
14732
14733         * config/vax/vax.h (RTX_COSTS): Remove.
14734         (CONST_COSTS): Move code ...
14735         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
14736         from vax_rtx_cost.
14737         (vax_rtx_costs, TARGET_RTX_COSTS): New.
14738
14739 2003-01-27  Richard Henderson  <rth@redhat.com>
14740
14741         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
14742         * config/vax/vax-protos.h: Update.  Really.
14743
14744 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
14745
14746         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
14747         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
14748         zero if no hardware floating point.
14749         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
14750         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
14751         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
14752         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
14753         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
14754         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
14755         even FP registers on N32 and N64.
14756         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
14757         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
14758         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
14759         even-register-like alignment to 128-bit arguments.
14760         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
14761         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
14762         on N32 or N64.
14763         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
14764         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
14765         (TPBIT): Set to tp-bit.c.
14766         (tp-bit.c): Create out of fp-bit.c.
14767
14768 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14769
14770         * c-parse.in: Remove '%expect 32' directive in objc mode.
14771
14772 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
14773
14774         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
14775         (LIBGCOV): New variable.
14776         (libgcc.mk): Add LIBGCOV.
14777         (LIBGCC_DEPS): Add libgcov.c.
14778         (libgcov.a): New target.
14779         (clean): Remove libgcov.a.
14780         (install-libgcc): Do libgcov too.
14781         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
14782         with libgcov.a.
14783         * libgcc2.c (L_gcov): Move into ...
14784         * libgcov.c: ... here. New file.
14785         * mklibgcc.in: Add libgcov rules.
14786         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
14787
14788         * doc/invoke.texi (profile-arcs, test-coverage): Update and
14789         clarify.
14790
14791         * profile.c (index_counts_file): Remove duplicate check for open file.
14792
14793 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
14794
14795         * gcc/doc/invoke.texi (Optimization Options): Group together
14796         optional and experimental flags.  Move trapv and bounds-check
14797         out of this section.  Group floating point flags together.
14798         (Code Gen Options): Move trapv and bounds-check to here.
14799
14800 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
14801
14802         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
14803
14804 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
14805
14806         PR optimization/9090
14807         * function.c (purge_addressof_1): After pushing an addressed register
14808         onto the stack, simplify the result.
14809
14810 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14811
14812         * doc/extend.texi: Fix typo.
14813
14814 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14815
14816         * doc/cppopts.texi: Fix typo.
14817         * doc/objc.texi: Likewise.
14818         * doc/passes.texi: Likewise.
14819
14820 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
14821
14822         * real.c (ibm_extended_format): Add 53 to minimum exponent.
14823         (encode_ibm_extended): Adjust.
14824
14825 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
14826
14827         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
14828         timevar_id enumerations.
14829
14830 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
14831
14832         * combine.c: Fix formatting.
14833
14834 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
14835
14836         * doc/gccint.texi: Update the copyright.
14837
14838 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
14839
14840         * doc/cpp.texi: Fix typos.
14841         * doc/extend.texi: Likewise.
14842         * doc/gty.texi: Likewise.
14843         * doc/install.texi: Likewise.
14844         * doc/passes.texi: Likewise.
14845         * doc/rtl.texi: Likewise.
14846         * doc/tm.texi: Likewise.
14847
14848 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
14849
14850         * config/ia64/fde-glibc.c: Fix comment typos.
14851         * config/ia64/hpux.h: Likewise.
14852         * config/ia64/ia64.c: Likewise.
14853         * config/ia64/ia64.h: Likewise.
14854         * config/ia64/unwind-ia64.c: Likewise.
14855
14856 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
14857
14858         * config/i386/i386-modes.def: Fix comment typos.
14859         * config/i386/i386.c: Likewise.
14860         * config/i386/i386.md: Likewise.
14861
14862 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
14863
14864         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
14865         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
14866         ASM_FINISH_DECLARE_OBJECT before defining it.
14867         * toplev.c (rest_of_decl_compilation):  Don't define
14868         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
14869         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
14870         parameters for DWARF2 targets because they _are_ used.
14871
14872 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
14873
14874         * fp-bit.h: Define macros for TFmode floating-point constants
14875         in IBM-extended TFmode types.
14876         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
14877         widths.
14878         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
14879         TFmode type.
14880
14881         * config/fp-bit.h: Define macros for TFmode floating-point
14882         constants in IEEE quad TFmode type.  Declare functions according
14883         to L_ macros.
14884         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
14885         (TFtype, TItype, UTItype): Define if TMODES is defined.
14886         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
14887         (F_T_BITOFF, D_T_BITOFF): Define.
14888         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
14889         guaranteed to be wide enough.
14890         * config/fp-bit.c: Check for L_ macros for tf functions.
14891         (__thenan_tf): New.
14892         (nan): Adjust.
14893         (pack_d, unpack_d): Support IEEE 854 quad type.
14894         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
14895         from FRAC_NBITS, FRAC_BITS and NGARDS.
14896         (usi_to_float): Cast constants to be shifted to fractype
14897         instead of assuming long long is wide enough.
14898         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
14899
14900 2003-01-26  Andreas Jaeger  <aj@suse.de>
14901
14902         * df.c: Remove prototype of unused function df_regno_rtl_debug.
14903
14904 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
14905
14906         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
14907         (DBBIT_FUNCS): Added _df_to_tf.
14908         (TPBIT_FUNCS): New.
14909         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
14910         (LIBGCC_DEPS): Added TPBIT.
14911         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
14912
14913         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
14914         been able to move the result to target.
14915
14916         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
14917         for the appropriate mode.
14918
14919         * calls.c (emit_library_call_value_1): Handle return values
14920         in a PARALLEL.
14921
14922         * rtl.c (get_mode_alignment): Moved to...
14923         * stor-layout.c: ... here.
14924
14925         * print-rtl.c (print_rtx): Don't print MEM details in
14926         GENERATOR_FILEs.
14927
14928 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
14929
14930         * df.h: Update comments, tidy formatting.
14931         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
14932         REVERSE, UNION, INTERSECTION.  All uses updated.
14933         (OLD_DF_INTERFACE): Remove.
14934         (struct insn_info): Remove commented out insn field.
14935         * df.c: Update comments, tidy formatting.
14936         (df_def_table_realloc): Remove.
14937
14938
14939 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
14940
14941         * calls.c (save_fixed_argument_area): Tidy.
14942         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
14943         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
14944         call chain loop at 1 if !try_tail_call.  Formatting.
14945         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
14946         Use save_fixed_argument_area and restore_fixed_argument_area.
14947
14948 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14949
14950         * df.c (df_uses_record): Handle CC0.
14951
14952 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
14953
14954         * reload.c (maybe_memory_address_p): New function.
14955         (find_reloads_address): Use it instead of memory_address_p.
14956
14957 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
14958
14959         * final.c (shorten_branches): Align the address of code label
14960         when computing initial lengths and addresses.
14961
14962 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
14963
14964         * config/m68hc11/m68hc11.md: Fix a comment typo.
14965
14966 2003-01-25  Andreas Jaeger  <aj@suse.de>
14967
14968         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
14969         TARGET_MACHO.
14970
14971 2003-01-25  Roger Sayle  <roger@eyesopen.com>
14972
14973         * gcse.c (bypass_last_basic_block): New global variable.
14974         (bypass_block):  Use redirect_edge_and_branch_force to redirect
14975         fall-through edges.  Use bypass_last_basic_block to determine
14976         which blocks have valid PRE information.
14977         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
14978
14979 2003-01-25  Jan Hubicka  <jh@suse.cz>
14980
14981         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
14982
14983 2003-01-25  Jan Hubicka  <jh@suse.cz>
14984                               Eric Botcazou <ebotcazou@libertysurf.fr>
14985         PR opt/8492
14986         * gcse.c (one_cprop_pass): Delete unreachable blocks.
14987
14988 2003-01-25  Richard Henderson  <rth@redhat.com>
14989
14990         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
14991         from ia64_aix_select_rtx_section.
14992         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
14993         instead of saving and restoring flag_pic.
14994         (ia64_rwreloc_unique_section): Similarly.
14995         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
14996         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
14997         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
14998         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
14999
15000 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
15001
15002         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
15003         comment.
15004
15005 2003-01-25  Richard Henderson  <rth@redhat.com>
15006
15007         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
15008
15009 2003-01-25  Kelley Cook <kelleycook@comcast.net>
15010
15011         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
15012
15013 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
15014
15015         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
15016         type for bitmaps.  Use unsigned long.
15017         (nBITMAP_WORD_BITS): New macro.
15018         (BITMAP_WORD_BITS): New macro.
15019         (rest of file): Use it.
15020         * bitmap.c: Use it.
15021
15022 2003-01-25  Richard Henderson  <rth@redhat.com>
15023
15024         2002-02-19  Robert Lipe  <robertlipe@usa.net>
15025         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
15026
15027 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15028
15029         * builtins.c (purge_builtin_constant_p): Scan insn stream
15030         sequentially rather than by basic block.
15031         * function.c (purge_addressof): Simplify test with INSN_P.
15032
15033 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
15034
15035         * combine.c (simplify_comparison, case AND): Remove a redundant test.
15036
15037 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15038
15039         * function.h (struct function): New field calls_constant_p.
15040         (current_function_calls_constant_p): New macro for above.
15041         * function.c (prepare_function_start): Initialize calls_eh_return
15042         and calls_constant_p.
15043         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
15044         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
15045         when the current_function_calls_constant_p.
15046         * integrate.c (expand_inline_function): Set calls_constant_p if
15047         the function being inlined has calls_constant_p set.
15048
15049 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15050
15051         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
15052         optimizing, even if flag_gcse is true.
15053         * toplev.c (rest_of_compilation): purge_builtin_constant_p
15054         only needs to be called when "optimize > 0 && flag_gcse".
15055
15056 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15057
15058         * stmt.c (emit_case_bit_tests): New routine to implement suitable
15059         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
15060         (case_bit_test_cmp): New comparison function for "qsort" to order
15061         case_bit_tests by decreasing number of destination nodes.
15062         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
15063         (expand_end_case_type): Use emit_case_bit_tests to implement
15064         suitable switch statments.
15065         (CASE_USE_BIT_TESTS): New target macro to disable the above.
15066         * Makefile.in (stmt.o): Add dependency on optab.h.
15067         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
15068
15069 2003-01-23  Andreas Schwab  <schwab@suse.de>
15070
15071         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
15072         __do_global_ctors_aux hidden global and don't put it in
15073         .init_array.
15074         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
15075         instead so that it comes first.
15076
15077 2003-01-25  Jan Hubicka  <jh@suse.cz>
15078
15079         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
15080         subreg is read/modify.
15081
15082 2003-01-25  Jan Hubicka  <jh@suse.cz>
15083
15084         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
15085         do libcall for large blocks.
15086         * i386.md (comi patterns): Set type to ssecomi.
15087         (sse2_unpck?pd): Fix mode of vec_select.
15088
15089         * cse.c: Include except.h
15090         (cse_set_around_loop):  Do not create new basic blocks.
15091         * Makefile.in (cse.o): Add dependnecy on except.h
15092
15093 2003-01-25  Jan Hubicka  <jh@suse.cz>
15094
15095         * builtins.c (fold_trunc_transparent_mathfn): New function.
15096         (fold_builtin): Use it.
15097         * convert.c (convert_to_real): Re-enable code to convert
15098         math functions; add support for floor familly functions.
15099
15100 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15101
15102         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
15103         dependencies on coretypes.h and $(TM_H).
15104
15105 2003-01-25  Jan Hubicka  <jh@suse.cz>
15106
15107         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
15108
15109 2003-01-24  Stuart Hastings  <stuart@apple.com>
15110
15111         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
15112
15113 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15114
15115         * config/c4x/c4x.md (UNSPEC_BU): New constants.
15116         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
15117         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
15118         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
15119         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
15120         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
15121         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
15122         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
15123
15124 2003-01-24  Jan Hubicka  <jh@suse.cz>
15125
15126         * emit-rtl.c (reg_attrs_htab): New static variable.
15127         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
15128         functions.
15129         (reg_rtx): Do not maintain regno_decl.
15130         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
15131         set_mem_attrs_from_reg): New global function.
15132         (init_emit): Do not initialize regno_decl.
15133         (init_emit_once): initialize reg_attrs_htab.
15134         * final.c (alter_subreg): Do not replace REG by SUBREG.
15135         (gen_mem_expr_from_op): Improve output.
15136         (output_asm_operands): Likewise.
15137         * function.c (assign_params): Do not set REGNO_DECL.
15138         * function.h (struct function): Kill regno_decl.
15139         (REGNO_DECL): Kill.
15140         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
15141         * print_rtl.c (print_rtx): Output REG information.
15142         * regclass.c (reg_scan_mark_refs): Update attrs.
15143         * reload1.c (alter_reg): Likewise.
15144         * simplify_rtx.c (simplify_subreg): Likewise.
15145         * stmt.c (expand_decl): Likewise.
15146         * rtl.def (REG): Add new field.
15147         * rtl.h (struct reg_attrs): New.
15148         (rtunion_def): At rtreg.
15149         (X0MEMATTR): Add checking.
15150         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
15151         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
15152         Declare.
15153         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
15154
15155 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
15156
15157         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
15158         (xtensa_emit_call, print_operand): Fix printf format strings
15159         to avoid compile warnings.
15160         (xtensa_function_prologue, xtensa_function_epilogue): Change type
15161         of "size" argument to HOST_WIDE_INT to fix compile warnings.
15162         * config/xtensa/xtensa-protos.h
15163         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
15164
15165 2003-01-24  Jan Hubicka  <jh@suse.cz>
15166
15167         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
15168         (implicit_built_in_decls): New global array.
15169         (mathfn_built_in): New global function.
15170         (fold_trunc_transparent_mathfn): New static function
15171         (expand_builtin_strstr, expand_bultin_strchr,
15172         expand_builtin_strpbrk, expand_builtin_strcpy,
15173         expand_builtin_strncpy, expand_bultin_strcmp,
15174         expand_bultin_strncat, expand_builtin_fputs): Use
15175         implicint_built_in_decls.
15176         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
15177         * builtins.def: Fix comments.
15178         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
15179         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
15180         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
15181         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
15182         (DEF_C99_C90RES_BULTIN): New.
15183         (*f, *l builtins): Update.
15184         * c-common.c (DEF_BUILTIN): Initialize implicit array.
15185         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
15186         * convert.c (strip_float_extensions): New global function.
15187         * tree.h (DEF_BUILTIN): Accept 10 arguments.
15188         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
15189         Declare.
15190         * java/builtins.c (define_builtin): Handle implicit.
15191         (DEF_BUILTIN): Update.
15192         * tm.texi (TARGET_C99_FUNCTIONS): Document.
15193         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
15194         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
15195         when using glibc2.
15196
15197 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
15198
15199         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
15200         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
15201         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
15202         * config/xtensa/crti.asm: New file.
15203         * config/xtensa/crtn.asm: New file.
15204         * config/xtensa/t-elf: New file.
15205         * config/xtensa/t-linux: New file.
15206         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
15207         Move various CFLAGS settings to new t-elf file.
15208
15209 2003-01-24  Richard Henderson  <rth@redhat.com>
15210
15211         PR optimization/4382
15212         * tree-inline.c (find_builtin_longjmp_call_1): New.
15213         (find_builtin_longjmp_call): New.
15214         (inlinable_function_p): Use it.
15215
15216 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15217
15218         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
15219         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
15220         * config/i386/i386.c (function_arg_pass_by_reference): New.
15221         (ix86_va_arg): Support arguments passed by reference.
15222
15223 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15224
15225         * cfgloopanal.c: New file.
15226         * cfgloopmanip.c: New file.
15227         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
15228         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
15229         cfglayout.o): Add dependency on cfgloop.h.
15230         (cfgloop.o): Add flags.h dependency.
15231         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
15232         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
15233         (struct loop, struct loops, flow_loops_find, flow_loops_update,
15234         flow_loops_free, flow_loops_dump, flow_loop_dump,
15235         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
15236         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
15237         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
15238         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
15239         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
15240         find_common_loop, verify_loop_structure): Declarations moved to ...
15241         * cfgloop.h: New file.
15242         * bb-reorder.c (reorder_basic_blocks): Modified.
15243         * cfglayout.c: Include cfgloop.h.
15244         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
15245         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
15246         (break_superblocks): New static function.
15247         (cfg_layout_finalize): Use it.
15248         (cfg_layout_split_block): New function.
15249         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
15250         fields.
15251         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
15252         changed.
15253         (cfg_layout_split_block): Declare.
15254         * cfgloop.c: Include cfgloop.h and flags.h.
15255         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
15256         get_loop_body): Avoid signed versus unsigned comparison warnings.
15257         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
15258         loop_latch_edge): Modified.
15259         (verify_loop_structure): Modified to use flags stored in loop structure;
15260         check irreducible loops.
15261         (cancel_loop, cancel_loop_tree): New functions.
15262         (estimate_probability): Use loop analysis code for predictions.
15263         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
15264         warnings.
15265         * doloop.c: Include cfgloop.h.
15266         * loop.c: Include cfgloop.h.
15267         * predict.c: Include cfgloop.h.
15268         * toplev.c: Include cfgloop.h.
15269         * unroll.c: Include cfgloop.h.
15270         * tracer.c (tracer): Modified.
15271
15272 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
15273
15274         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
15275
15276 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
15277
15278         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
15279         * configure: Regenerate.
15280
15281         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
15282         (tls_symbolic_reference_mentioned_p): Add prototype.
15283         (s390_tls_get_offset): Add prototype.
15284         (emit_pic_move): Remove prototype, replace by ...
15285         (emit_symbolic_move): .. this new prototype.
15286
15287         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
15288         (tls_model_chars): New global variable.
15289         (s390_encode_section_info): Encode TLS model.
15290         Use targetm.binds_local_p to check for local symbols.
15291         (s390_strip_name_encoding): New function.
15292         (TARGET_STRIP_NAME_ENCODING): Define.
15293
15294         (get_thread_pointer): New function.
15295         (legitimize_tls_address): New function.
15296         (legitimize_address): Call it.
15297         (emit_pic_move): Remove, replace by ...
15298         (emit_symbolic_move): ... this new function.
15299
15300         (larl_operand): Handle TLS operands.
15301         (legitimate_constant_p): Likewise.
15302         (s390_decompose_address): Likewise.
15303         (s390_cannot_force_const_mem): New function.
15304         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
15305
15306         (s390_output_symbolic_const): Handle TLS unspecs.
15307         (print_operand): New code 'J'.
15308         (machine_function): Add struct member 'some_ld_name'.
15309         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
15310
15311         (enum s390_builtin): New type.
15312         (code_for_builtin_64, code_for_builtin_31): New global variables.
15313         (s390_init_builtins, s390_expand_builtin): New functions.
15314         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
15315
15316         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
15317         (ASM_OUTPUT_LABELREF): Define.
15318         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
15319
15320         * config/s390/s390.md: Define TLS UNSPEC constants.
15321         ("movdi", "movsi"): Handle TLS operands.
15322         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
15323         ("*tls_load_64", "*tls_load_31"): New insns.
15324         ("call_value_tls", "call_value_tls_exp"): New expanders.
15325         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
15326         "bas_tls_64", "bas_tls_31"): New insns.
15327
15328 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
15329
15330         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
15331         spe ABI is configured, if requested.
15332
15333 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15334
15335         * doc/passes.texi: Fix typo.
15336
15337 2003-01-24  Andreas Schwab  <schwab@suse.de>
15338
15339         * stor-layout.c (excess_unit_span): Only define if used.
15340
15341 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
15342
15343         * gcc/doc/invoke.texi (Optimization Options): List -O levels
15344         for each optimization flag.
15345
15346 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
15347
15348         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
15349
15350 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15351
15352         * doc/bugreport.texi: Use @command instead of @code for commands.
15353         * doc/collect2.texi: Likewise.
15354         * doc/headerdirs.texi: Likewise.
15355         * doc/invoke.texi: Likewise.
15356         * doc/standards.texi: Likewise.
15357         * doc/tm.texi: Likewise.
15358         * doc/trouble.texi: Likewise.
15359
15360 2003-01-24  Nick Clifton  <nickc@redhat.com>
15361
15362         * config/arm/arm.c (use_return_insn): Do not use a single return
15363         instruction for interrupt handelrs which have to create a stack
15364         frame.
15365         (arm_expand_prologue): Do not pre-bias the return address of
15366         interrupt handlers which create a stack frame.
15367
15368 2003-01-24  Nick Clifton  <nickc@redhat.com>
15369
15370         * Add sh2e support:
15371
15372         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
15373
15374                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
15375                 med_cbranches.  Fix logic in short_cbranches.
15376
15377         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
15378
15379                 * config/sh/sh.md (delay for cbranch): Don't annul delay
15380                 slots on SH2e.
15381                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
15382                 cbranch with unfilled delay slot on SH2e.
15383                 (output_branch): Fill with a nop the delay slot of a
15384                 branch that required a delay slot but didn't get one.
15385
15386         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
15387
15388                 * doc/invoke.texi (SH options): Document -m2e.
15389                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
15390                 * config/sh/lib1funcs.asm: Likewise.
15391                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
15392                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
15393                 not __sh1__.
15394                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
15395                 SH2E up.
15396                 (SH3E_BIT): Renamed to...
15397                 (SH_E_BIT): ... this.  Replace all uses.
15398                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
15399                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
15400                 (TARGET_SWITCHES): Added 2e.
15401                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
15402                 (processor_type): Added PROCESSOR_SH2E.
15403                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
15404                 TARGET_SH2E, except in sqrtsf2_i.
15405                 (attribute cpu): Added sh2e.
15406                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
15407                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
15408                 * config.gcc: Add sh2e target support.
15409
15410 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
15411
15412         Rename -W to -Wextra.
15413         * c-decl.c:  Update comments.
15414         * c-typeck.c:  Likewise.
15415         * flags.h:  Likewise.
15416         * function.c:  Likewise.
15417         * stmt.c:  Likewise.
15418         * toplev.c:  Update comments.
15419         (W_options):  Add 'extra'.
15420         (display_help):  Remove '-W'.
15421         (decode_W_option):  Special warn_uninitialized treatment in the case
15422         of -Wextra.
15423         * doc/invoke.texi:  Update with new entries.
15424
15425 2003-01-23  Richard Henderson  <rth@redhat.com>
15426
15427         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
15428         in no-else-block case.  Add commentary.
15429
15430 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15431
15432         * configure.in: Revert last change.
15433
15434 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15435
15436         * configure.in: Don't include ansidecl.h in tconfig.h.
15437         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
15438         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
15439         ATTRIBUTE_UNUSED.
15440
15441         * configure: Regenerate.
15442
15443 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15444
15445         PR java/6748
15446         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
15447         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
15448         kernels.
15449
15450 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15451
15452         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
15453
15454 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
15455
15456         * genattrtab.c (write_attr_get): Mark 'insn' paramter
15457         as ATTRIBUTE_UNUSED.
15458
15459 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
15460
15461         * arm.c (thumb_base_register_rtx_p): New function.
15462         (thumb_index_register_rtx_p): New function.
15463         (thumb_legitimate_address_p): New function.
15464         (thumb_legitimate_offset_p): New function.
15465         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
15466         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
15467         definitions.
15468         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
15469         (THUMB_LEGITIMATE_OFFSET): Delte.
15470         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
15471         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
15472         (thumb_legitimate_offset_p): Likewise.
15473
15474 2003-01-23  Andreas Schwab  <schwab@suse.de>
15475
15476         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
15477
15478 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15479
15480         * fixinc/Makefile.in (FL_LIST): Revert last change.
15481
15482 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15483
15484         PR other/7341
15485         * invoke.texi (ftest-coverage): Fix broken cross-reference.
15486         Change @code to @command for gcov command.
15487
15488         * gcc.texi: Adjust title of gcov section.
15489         Adjust copyright.
15490         * gcov.texi: Likewise.
15491
15492 2003-01-22  Roger Sayle  <roger@eyesopen.com>
15493
15494         PR optimization/8423
15495         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
15496         its argument is constant, or 0 if !flag_gcse.
15497         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
15498         if it's argument is constant.
15499         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
15500         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
15501         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
15502         * builtins.c (purge_builtin_constant_p): New function to force
15503         instantiation of any remaining CONSTANT_P_RTX nodes.
15504         * rtl.h (purge_builtin_constant_p): Prototype here.
15505         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
15506         pass after GCSE and before loop.
15507         (flag_gcse): No longer static.
15508         * flags.h (flag_gcse): Prototype here.
15509
15510 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
15511
15512         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
15513         introduced by last change.
15514
15515 2003-01-22  Andreas Schwab  <schwab@suse.de>
15516
15517         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
15518
15519 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
15520
15521         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
15522         request a scratch reg on H8S when the shift count is 8.
15523
15524 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
15525
15526         * config/s390/s390-protos.h (preferred_la_operand_p):
15527         Remove second parameter.
15528         * config/s390/s390.c (preferred_la_operand_p): Likewise.
15529         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
15530         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
15531         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
15532         Add peepholes to transform ADD to LOAD ADDRESS.
15533
15534 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
15535
15536         * arm.c (arm_address_register_rtx_p): New function.
15537         (arm_legitimate_address_p): New function.
15538         (arm_legitimate_index_p): New function.
15539         (legitimize_pic_address): Use arm_legitimate_index_p.
15540         * arm-protos.h (arm_legtimate_address_p): Add prototype.
15541         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
15542         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
15543
15544 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
15545
15546         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
15547         * config/s390/2064.md (define_bypass): Correct 'Load' and
15548         'Load-address' bypass values.
15549
15550 2003-01-22  Andreas Schwab  <schwab@suse.de>
15551
15552         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
15553
15554 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
15555
15556         * genautomata.c (output_internal_insn_latency_func,
15557         output_print_reservation_func): Short circuit when there is no
15558         automaton to generate code for.
15559
15560 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15561
15562         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
15563         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
15564
15565 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
15566
15567         * config/rs6000/rs6000.md: Remove warning.
15568         (builtin_setjmp_receiver): Likewise.
15569         * config/darwin.c (update_stubs): Slightly improve terrible hack
15570         with identifiers.  Add comment pointing out problems with it.
15571         (update_non_lazy_ptrs): Likewise.
15572
15573 2003-01-21  Richard Henderson  <rth@redhat.com>
15574
15575         * dwarf2out.c (lookup_filename): Fix printf format warning.
15576         * system.h (fread_unlocked, fwrite_unlocked): Undef.
15577
15578         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
15579         (fixincl.o-warn, gnu-regex.o-warn): New.
15580         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
15581         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
15582         * fixinc/fixincl.c (process): Fix printf format warning.
15583
15584 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
15585
15586         * dwarf2out (output_file_names): Don't crash if called
15587         with empty file_table.
15588
15589 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
15590
15591         * genautomata.c (output_internal_insn_latency_func): Add
15592         missing break statement to generated code.
15593
15594 2003-01-21  Roger Sayle  <roger@eyesopen.com>
15595
15596         * stmt.c (same_case_target_p): New function to determine whether
15597         two case labels branch to the same target.  Split out from...
15598         (group_case_nodes): ... here.  Use same_case_target_p instead.
15599         (strip_default_case_nodes): Remove explicit case nodes
15600         that branch to the default destination.
15601         (expand_end_case_type): Call strip_default_case_nodes after
15602         group_case_nodes, to simplify the case-list before we count it.
15603         Only generate table_label RTX when actually needed.  Try to share
15604         thiscase->exit_label and thiscase->data.case_stmt.default_label
15605         when a switch has no explicit default case.  Simplify test for
15606         constant index.
15607
15608 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
15609
15610         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
15611         \t.
15612         (*negsf2_h8300hs): Likewise.
15613         (*addsi3_lshiftrt_16_zexthi): Likewise.
15614         (*iorhi3_lshiftrt_8): Likewise.
15615
15616 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
15617
15618         * dwarf2out.c (fde_table_in_use): Mark GTY.
15619         (dwarf2out_cfi_label_num): New variable, marked GTY.
15620         (dwarf2out_cfi_label): Use it instead of static label_num.
15621         * emit-rtl.c (label_num): Mark GTY.
15622
15623 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
15624
15625         * config/h8300/h8300.c (output_plussi): Support H8/300.
15626         (compute_plussi_length): Likewise.
15627         (compute_plussi_cc): Likewise.
15628         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
15629         output assembly instructions.
15630
15631 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15632
15633         * calls.c (fix_unsafe_tree): Prototype.
15634
15635         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
15636         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
15637         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
15638         c-parse.o-warn): Add -Wno-error.
15639         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
15640
15641         * configure.in (--enable-werror): Add new flag.
15642         * doc/install.texi (--enable-werror): Document.
15643         * configure: Regenerate.
15644
15645         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
15646
15647 2003-01-21  Andreas Schwab  <schwab@suse.de>
15648
15649         * genautomata.c (output_internal_insn_latency_func): Fix missing
15650         close paren in output.
15651
15652 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
15653
15654         * genautomata.c: Space savings in generated code:
15655         (output_dfa_insn_code_func): Split out the table-enlargement
15656         path to an out-of-line static function, dfa_insn_code_enlarge.
15657         (output_internal_insn_latency_func): Use a lookup table for the
15658         default latencies.
15659         (output_print_reservation_func): Use a lookup table for the
15660         strings.
15661
15662 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
15663
15664         PR opt/7507
15665         * calls.c (fix_unsafe_tree): Split out from ...
15666         (expand_call): ... here.  Use it on the function address too.
15667
15668 2003-01-20  Richard Henderson  <rth@redhat.com>
15669
15670         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
15671
15672 2003-01-20  Richard Henderson  <rth@redhat.com>
15673
15674         PR opt/7154
15675         * stmt.c (expand_asm_operands): Validize memory operands.
15676
15677 2003-01-20  Richard Henderson  <rth@redhat.com>
15678
15679         PR opt/8848
15680         * ifcvt.c (noce_process_if_block): Correct arguments to
15681         modified_between_p for no-else-block case.
15682
15683 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
15684
15685         * config/h8300/h8300.c (const_costs): Remove a warning.
15686         (output_plussi): Likewise.
15687         (compute_plussi_length): Likewise.
15688         (compute_plussi_cc): Likewise.
15689
15690 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
15691
15692         * config/h8300/h8300.md (addsi_h8300): Remove the last
15693         alternative.
15694
15695 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
15696
15697         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
15698
15699 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15700
15701         * system.h (__NO_STRING_INLINES): Define.
15702
15703 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15704
15705         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
15706         is not a scalar int mode.
15707
15708 2003-01-20  Roger Sayle  <roger@eyesopen.com>
15709
15710         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
15711         insn's notes following a substitution inside a libcall.
15712
15713 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
15714
15715         * configure.in: Check for system-provided 'uchar' type.
15716         * configure, config.in: Regenerate.
15717         * cpphash.h: Only typedef 'uchar' if the system doesn't.
15718
15719 2003-01-20  Richard Henderson  <rth@redhat.com>
15720
15721         * expr.h (MUST_PASS_IN_STACK): Move implementation...
15722         * calls.c (default_must_pass_in_stack): ... here.
15723
15724 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
15725
15726         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
15727
15728         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
15729
15730         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
15731         Wrap up definition of `insn_alts'.
15732
15733         * genattrtab.c (main): Wrap up `insn_alts'.
15734
15735 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15736
15737         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
15738         prototyping.
15739         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
15740
15741         * config.in, configure: Regenerate.
15742
15743 2003-01-20  Nick Clifton  <nickc@redhat.com>
15744
15745         * config/arm/arm.md (sibcall_epilogue): Add an
15746         UNSPEC_PROLOGUE_USE to prevent the link register from being
15747         considered dead.
15748
15749 2003-01-20  Jan Hubicka  <jh@suse.cz>
15750
15751         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
15752
15753 2003-01-20  Andreas Schwab  <schwab@suse.de>
15754
15755         * system.h: Don't declare strsignal if the decl test hasn't been
15756         run yet.
15757
15758 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
15759
15760         * config/h8300/h8300.c (notice_update_cc): Don't assume that
15761         recog_data.operands[0] is always associated with cc0.
15762
15763 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
15764
15765         * collect2.c (ldgetname): Expand declaration to prototype.
15766         * read-rtl.c (atoll): Add prototype.
15767         * system.h (strsignal): Also declare if no declaration found.
15768
15769 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
15770
15771         * config.gcc (mips64*-*-linux*): Added.
15772         * config/mips/linux64.h, config/mips/t-linux64: New file.
15773         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
15774         * config/mips/mips.c (override_options): Use it.
15775         * config/mips/mips.h (TARGET_SWITCHES): Added...
15776         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
15777         * Makefile.in (SPECS): New.
15778         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
15779         * gcc.c (process_command): Move self-spec processing past spec
15780         file loading.
15781         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
15782         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
15783         CRTSTUFF_T_CFLAGS.
15784         (SPECS): Document.
15785         * doc/invoke.texi (-mabi-fake-default): Document.
15786
15787 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
15788
15789         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
15790         z_reg, z_reg_qi): Declare static and GTY().
15791         (da_reg): Remove.
15792         (create_regs_rtx): Don't create da_reg.
15793         ("gt-m68hc11.h"): Include for GTY roots.
15794         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
15795         and GTY() here.
15796         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
15797         (m68hc11_soft_tmp_reg): Likewise.
15798         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
15799
15800 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
15801
15802         * basic-block.h: Fix comment formatting.
15803         * calls.c: Likewise.
15804         * combine.c: Likewise.
15805         * convert.c: Likewise.
15806         * gcov.c: Likewise.
15807         * haifa-sched.c: Likewise.
15808         * libgcc2.c: Likewise.
15809         * loop.c: Likewise.
15810         * profile.c: Likewise.
15811         * system.h: Likewise.
15812
15813 2003-01-18  Roger Sayle  <roger@eyesopen.com>
15814
15815         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
15816
15817 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15818
15819         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
15820
15821 2003-01-17  Dale Johannesen  <dalej@apple.com>
15822
15823         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
15824           (*floatunssidf2_internal):  Ditto.
15825
15826 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
15827
15828         * alias.c: Fix comment typos.
15829         * basic-block.h: Likewise.
15830         * c-common.c: Likewise.
15831         * c-common.h: Likewise.
15832         * c-decl.c: Likewise.
15833         * c-opts.c: Likewise.
15834         * c-pragma.c: Likewise.
15835         * c-pretty-print.h: Likewise.
15836         * cfg.c: Likewise.
15837         * cfganal.c: Likewise.
15838         * cfgbuild.c: Likewise.
15839         * cfgcleanup.c: Likewise.
15840         * cfglayout.c: Likewise.
15841         * cfgrtl.c: Likewise.
15842         * convert.c: Likewise.
15843         * cpphash.h: Likewise.
15844         * cpplex.c: Likewise.
15845         * cpplib.h: Likewise.
15846         * df.h: Likewise.
15847         * diagnostic.c: Likewise.
15848         * diagnostic.h: Likewise.
15849         * dwarf2.h: Likewise.
15850
15851 2003-01-17  Stan Shebs  <shebs@apple.com>
15852
15853         * config/darwin-protos.h: Forward-declare struct cpp_reader.
15854
15855 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
15856
15857         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
15858         mistake in last checkin.
15859
15860 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
15861
15862         * et-forest.c: Fix comment typos.
15863         * et-forest.h: Likewise.
15864         * except.c: Likewise.
15865         * expr.c: Likewise.
15866         * flags.h: Likewise.
15867         * flow.c: Likewise.
15868         * gcc.c: Likewise.
15869         * gcse.c: Likewise.
15870         * genattrtab.c: Likewise.
15871         * genautomata.c: Likewise.
15872         * gengtype.c: Likewise.
15873         * genrecog.c: Likewise.
15874         * global.c: Likewise.
15875         * gthr-rtems.h: Likewise.
15876
15877 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15878
15879         * i386.c (x86_function_profiler): Fix format specifier.
15880
15881 2003-01-17  Richard Henderson  <rth@redhat.com>
15882
15883         * gengtype.c (walk_type): Allow paramN_is.
15884
15885 2003-01-17  Nick Clifton  <nickc@redhat.com>
15886
15887         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
15888
15889 2003-01-16  Richard Henderson  <rth@redhat.com>
15890
15891         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
15892
15893 2003-01-16  Richard Henderson  <rth@redhat.com>
15894
15895         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
15896         (alpha_next_sequence_number): Likewise.
15897         (alpha_this_literal_sequence_number): Likewise.
15898         (alpha_this_gpdisp_sequence_number): Likewise.
15899         (struct alpha_funcs, alpha_funcs_num): Likewise.
15900         (struct alpha_links): Fix branch merge error.
15901         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
15902
15903 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
15904
15905         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
15906         R. Ghazi.
15907
15908 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
15909
15910         * ifcvt.c: Fix comment typos.
15911         * lcm.c: Likewise.
15912         * libgcc2.c: Likewise.
15913         * local-alloc.c: Likewise.
15914         * loop.c: Likewise.
15915         * predict.c: Likewise.
15916         * ra-build.c: Likewise.
15917         * ra.c: Likewise.
15918         * ra-colorize.c: Likewise.
15919         * ra.h: Likewise.
15920         * ra-rewrite.c: Likewise.
15921         * regmove.c: Likewise.
15922         * reload.h: Likewise.
15923         * rtlanal.c: Likewise.
15924         * toplev.c: Likewise.
15925         * tree.h: Likewise.
15926         * unwind-dw2-fde-glibc.c: Likewise.
15927         * vmsdbgout.c: Likewise.
15928
15929 2003-01-16  Richard Henderson  <rth@redhat.com>
15930
15931         * dwarf2out.c (struct file_table): Remove.
15932         (FILE_TABLE_INCREMENT): Remove.
15933         (file_table): Make a varray; mark for GC.  Update all users.
15934         (file_table_last_lookup_index): Extract from struct file_table.
15935         (output_file_names): Fix unsigned compare warnings.
15936         (add_name_attribute): Remove inline marker.
15937         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
15938         (lookup_filename): Don't manage size of file_table.
15939         (init_file_table): Allocate file_table with GC.
15940         (dwarf2out_init): Don't record main_input_filename here.
15941         (dwarf2out_finish): Do it here instead.
15942
15943 2003-01-16  Bruce Korb  <bkorb@gnu.org>
15944
15945         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
15946
15947 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
15948
15949         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
15950         instead of rotldi3_mextr.
15951
15952 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
15953
15954         * haifa-sched.c (move_insn): Restore moving all schedule group.
15955         (set_priorities): Restore taking SCHED_GROUP_P into account.
15956
15957         * sched-deps.c (add_dependence): Restore processing the last group
15958         insn.
15959         (remove_dependence, group_leader): Restore the functions.
15960         (set_sched_group_p): Restore adding dependencies from previous insn
15961         in the group.
15962         (compute_forward_dependences): Restore usage of group_leader.
15963
15964         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
15965         account.
15966
15967         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
15968         account.
15969         (can_schedule_ready_p): Ditto.
15970         (add_branch_dependences): Restore skipping over the group insns.
15971
15972 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
15973
15974         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
15975         68HC12 pre/post inc/dec side effects.
15976
15977 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
15978
15979         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
15980
15981 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
15982
15983         * sh.md (mshflo_w_x): Fix description of operation.
15984
15985 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
15986
15987         * config/rs6000/rs6000.h: Mention Altivec registers in
15988         commentary.  Fix typo.
15989
15990 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
15991
15992         * config/rs6000/rs6000.md (movti_string): Remove clobber.
15993         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
15994         generate PARALLEL with clobber for TARGET_POWER.
15995
15996 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15997
15998         * ra-colorize.c (colorize_one_web): Initialize variable.
15999         * regmove.c (fixup_match_1): Likewise.
16000         * reload1.c (reload_as_needed): Likewise.
16001         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
16002
16003 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16004
16005         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
16006
16007 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16008
16009         * dbxout.c (lastfile, cwd): Fix `unused' warning.
16010         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
16011         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
16012         is_main_source, file_table, decl_die_table_in_use,
16013         abbrev_die_table_in_use, line_info_table_in_use,
16014         separate_line_info_table_in_use, pubname_table_in_use,
16015         arange_table_in_use, ranges_table_in_use,
16016         current_function_has_inlines): Likewise.
16017         * flow.c (life_analysis): Likewise.
16018         * genemit.c (gen_insn): Likewise.
16019         * protoize.c (cplus_suffix): Likewise.
16020
16021         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
16022         * arm.h (ROUND_UP_WORD): Likewise.
16023
16024         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
16025         warning.
16026         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
16027         init_emit_once): Likewise.
16028         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
16029         Likewise.
16030         * function.c (assign_stack_temp_for_type): Likewise.
16031         * loop.c (loop_invariant_p): Likewise.
16032         * recog.c (push_operand): Likewise.
16033         * regclass.c (init_reg_sets_1): Likewise.
16034         * reload.c (update_auto_inc_notes): Likewise.
16035         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
16036         * stmt.c (expand_asm_operands): Likewise.
16037         * stor-layout.c (start_record_layout): Likewise.
16038
16039 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
16040
16041         * config/c4x/c4x.md (epilogue): Correct last patch.
16042
16043 2003-01-15  Richard Henderson  <rth@redhat.com>
16044
16045         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
16046         also check that GP is being used.
16047         (alpha_find_lo_sum_using_gp): New.
16048         (alpha_does_function_need_gp): Use get_attr_usegp.
16049         * config/alpha/alpha-protos.h: Update.
16050         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
16051         as needed.
16052
16053 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16054
16055         * gcse.c (one_cprop_pass): Change function arguments to take both
16056         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
16057         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
16058         (bypass_jumps): New function to perform separate jump bypassing pass.
16059         * rtl.h (bypass_jumps): Add function prototype.
16060         * timevar.def (TV_BYPASS): New timing variable.
16061         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
16062         (dump_file): New entry for the bypass RTL dump file.
16063         (rest_of_compilation): Insert new jump bypassing optimization
16064         pass after loop.
16065         * doc/passes.texi: Document new pass.
16066
16067 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16068
16069         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
16070         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
16071         * pa.h (TARGET_SOM_SDEF): Define.
16072         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
16073
16074 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
16075
16076         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
16077         allocate 4-bytes of locals on 68HC11.
16078         (expand_epilogue): Likewise.
16079         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
16080
16081 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
16082
16083         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
16084         and -mshort-double to the assembler to specify the ABI.
16085         (LINK_SPEC): Likewise.
16086         (CPP_SPEC): Pass HCS12 specific define.
16087         (MASK_M68S12): New define.
16088         (TARGET_M68S12): Likewise.
16089         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
16090         (TARGET_VERSION): Update.
16091         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
16092         (LINK_SPEC): Update.
16093         (ASM_SPEC): Update.
16094         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
16095         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
16096
16097 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
16098
16099         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
16100         the return code.
16101
16102 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
16103
16104         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
16105         flag before setting it.
16106
16107 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16108
16109         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
16110         when loop condition is known true, i.e.  "while (1) { ... }".
16111         (genrtl_for_stmt): Similarly for "for" statements.
16112
16113 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16114
16115         * real.c (real_sqrt): Return a bool result indicating whether
16116         a floating point exception or trap should be raised.
16117         * real.h (real_sqrt): Update function prototype.
16118         * builtins.c (fold_builtin): Only fold non-trapping square
16119         roots unless we're ignoring errno and trapping math.
16120
16121 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
16122
16123         * expr.h (emit_conditional_add): Add PARAMS to declaration.
16124         * gengtype-lex.l (malloc, realloc): Move defines after include of
16125         system.h.  Remove duplicate include of system.h.
16126
16127 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16128
16129         PR middle-end/9009
16130         * optabs.c (expand_unop):  When manipulating the FP sign bit
16131         using integer operations, account for targets with different
16132         integer and FP word orders.
16133         (expand_abs): Likewise.
16134
16135 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
16136
16137         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
16138         file extension in section name.
16139
16140 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
16141
16142         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
16143         constant offset.
16144
16145 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
16146
16147         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
16148         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
16149         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
16150         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
16151
16152 2003-01-15  Jan Hubicka  <jh@suse.cz>
16153
16154         PR f/9258
16155         * global.c (struct allocno): Add no_stack_reg.
16156         (global_conflicts): Set no_stack_reg.
16157         (find_reg): Use it.
16158
16159         * convert.c (convert_to_real): Fold - and abs only when profitable.
16160         * fold-const.c (fold): Fold truncates in - and abs.
16161
16162 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
16163
16164         Segher Boessenkool  <segher@koffie.nl>
16165
16166         * predict.c (real_inv_br_prob_base): New variable.
16167         (propagate_freq): Use multiply by reciprocal instead of
16168         division.  Don't divide by 1.0 at all.
16169         (estimate_bb_frequencies): Similar.
16170
16171 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
16172
16173         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
16174         * configure: Rebuilt.
16175
16176 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
16177
16178         * config/s390/s390.c (s390_safe_attr_type): New function.
16179         (s390_use_dfa_pipeline_interface): New function, return true for z900.
16180         (s390_issue_rate): New function.
16181         (s390_agen_dep_p): New function.
16182         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
16183         (s390_adjust_cost): Return 'cost' if new DFA is used.
16184         (s390_adjust_priority): Delete function.
16185         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
16186         * config/s390/s390.md (atype attribute): Attribute 'atype' default
16187         determined by 'op_type'.
16188         (type attribute): Added more type attributes.
16189         * config/s390/2064.md: New DFA description for z900 pipeline.
16190
16191 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
16192
16193         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
16194         forced to memory.  Fixes PR bootstrap/9036.
16195
16196         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
16197         to set $gp before the call.
16198
16199 2003-01-14  Richard Henderson  <rth@redhat.com>
16200
16201         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
16202         for force_const_mem.
16203
16204 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16205
16206         * genattr.c (main): Rearrange output to avoid prototype warning.
16207         * genautomata.c (transform_3): Fix ambiguous-else warning.
16208         * local-alloc.c (requires_inout): Add parentheses around
16209         assignment used as truth-value.
16210         * timevar.c: Move system includes above local includes.  Include
16211         toplev.h
16212         * Makefile.in (timevar.o): Depend on toplev.h.
16213
16214 2003-01-14  Denis Chertykov  <denisc@overta.ru>
16215
16216         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
16217         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
16218
16219         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
16220         attributes.
16221         (TARGET_ATTRIBUTE_TABLE): New macro.
16222         (valid_machine_type_attribute): Remove.
16223         (valid_machine_decl_attribute): Remove.
16224         (ip2k_handle_progmem_attribute): New function.
16225         (ip2k_handle_fndecl_attribute): New function.
16226
16227 2003-01-10  Andrew Haley  <aph@redhat.com>
16228
16229         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
16230         registers to be in correct order.  Add rip.
16231
16232 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
16233
16234         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
16235         (*iorsi3_and_lshiftrt_9_sb): Likewise.
16236
16237 2003-01-14  Jan Hubicka  <jh@suse.cz>
16238
16239         * convert.c (strip_float_extensions):  Look for narrowest type handling
16240         FP constants.
16241
16242         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
16243         float1 CMP float2.
16244         * convert.c (strip_float_extensions): Make global.
16245         * tree.h (strip_float_extensions): Declare.
16246
16247 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
16248
16249         * timevar.def: define TV_NAME_LOOKUP.
16250         * timevar.c (timevar_pop): Be verbose when aborting.
16251
16252 2003-01-13  Andreas Schwab  <schwab@suse.de>
16253
16254         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
16255         $(parsedir), just move the temporary file at the end.
16256         ($(parsedir)/gengtype-yacc.c): Likewise.
16257
16258 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
16259
16260         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
16261         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
16262         splitting.
16263         * configure: Rebuilt.
16264
16265 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16266
16267         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
16268         internal_mcount): Don't use PARAMS.
16269         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
16270         ISO C style.
16271         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
16272
16273 2003-01-13  Andreas Schwab  <schwab@suse.de>
16274
16275         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
16276         directive.
16277
16278 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
16279
16280         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
16281         (*iorsi3_and_lshiftrt_n_sb): Likewise.
16282
16283 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
16284
16285         PR c++/9264
16286         * c-lex.c (c_lex): Set the token value to error_mark_node for
16287         invalid numeric constants.
16288
16289 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16290
16291         * c-pch.c (asm_file_startpos): Change to `long'.
16292         (pch_init): Use ftell, not ftello.
16293         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
16294         Use `long' instead of `off_t'.
16295         (c_common_read_pch): Likewise.
16296         * ggc-common.c (gt_pch_save): Use long/ftell instead of
16297         off_t/ftello.
16298
16299 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
16300
16301         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
16302
16303 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
16304
16305         * arm-protos.h (struct cpp_reader): Add declaration.
16306
16307 2003-01-11  Jan Hubicka  <jh@suse.cz>
16308
16309         PR target/9068
16310         * i386.c (output_fp_compare): Fix typo.
16311
16312 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
16313
16314         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
16315
16316 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
16317
16318         * Makefile.in (parsedir): New variable.
16319         (docobjdir): New variable.
16320         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
16321         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
16322         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
16323         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
16324         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
16325         Use docobjdir.
16326         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
16327         objc.maintainer-clean): Use parsedir.
16328
16329         * varasm.c (struct constant_descriptor_rtx): Remove unused
16330         `label' field.
16331
16332         * toplev.c (documented_lang_options): Document -Winvalid-pch.
16333
16334 2003-01-10  Richard Henderson  <rth@redhat.com>
16335
16336         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
16337         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
16338
16339 2003-01-10  Richard Henderson  <rth@redhat.com>
16340
16341         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
16342         not INTEGRAL_MODE_P when widening extensions.
16343
16344 2003-01-10  Richard Henderson  <rth@redhat.com>
16345
16346         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
16347
16348 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
16349
16350         * ggc-page.c (ggc_collect): Avoid overflow computing
16351         min_expand.
16352
16353         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
16354         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
16355         Remove calls.
16356         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
16357
16358 2003-01-10  Jan Hubicka  <jh@suse.cz>
16359
16360         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
16361         with weird operands.
16362
16363 2003-01-10  Dale Johannesen <dalej@apple.com>
16364
16365         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
16366         parameters.  Call check_sibcall_argument_overlap if indicated.
16367         (check_sibcall_argument_overlap):  Add mark_stored_args_map
16368         parameter.  Don't mark parameter area as clobbered if not set.
16369         (expand_call):  Adjust calls to above.
16370
16371 2003-01-10 Kelley Cook <kelleycook@comcast.net>
16372
16373         * configure.in (linker read-only and read-write section mixing):
16374         Squelch some assembler warnings.
16375         * configure: Likewise.
16376
16377 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
16378
16379         * doc/invoke.texi: Document -mtune, delete -mcpu
16380         option for S/390 and zSeries.
16381         * config/s390/s390.c (s390_tune_string) New variable.
16382         (s390_cpu_string) Delete variable.
16383         (override_options): Use s390_tune_string instead of
16384         s390_cpu_string.
16385         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
16386
16387 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
16388
16389         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
16390
16391 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
16392
16393         * jump.c (next_nonnote_insn_in_loop): New function.
16394         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
16395         next_nonnote_insn.
16396         (duplicate_loop_exit_test). Likewise.
16397
16398 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
16399
16400         Merge from pch-branch:
16401
16402         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
16403
16404         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
16405         load.
16406
16407         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
16408
16409         * cpplib.c (count_registered_pragmas): New function.
16410         (save_registered_pragmas): New function.
16411         (_cpp_save_pragma_names): New function.
16412         (restore_registered_pragmas): New function.
16413         (_cpp_restore_pragma_names): New function.
16414         * cpphash.h (_cpp_save_pragma_names): Prototype.
16415         (_cpp_restore_pragma_names): Likewise.
16416         * cpppch.c (struct save_macro_item): Split from save_macro_data.
16417         (struct save_macro_data): New field 'saved_pragmas'.
16418         (save_macros): Update for changes to struct save_macro_data.
16419         (cpp_prepare_state): Call _cpp_save_pragma_names, update
16420         for changes to struct save_macro_data.
16421         (cpp_read_state): Call _cpp_restore_pragma_names, update
16422         for changes to struct save_macro_data.
16423
16424         * cpppch.c (cpp_read_state): Restore the hashtable references
16425         in the cpp_reader.
16426
16427         * tree.h (built_in_decls): Mark for PCH.
16428
16429         * dbxout.c (lastfile): Don't mark for PCH.
16430
16431         * ggc.h: Document PCH calls into memory managers.
16432
16433         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
16434
16435         * doc/invoke.texi (Precompiled Headers): Document the
16436         directory form of PCH.
16437         * cppfiles.c (validate_pch): New function.
16438         (open_file_pch): Search suitably-named directories for PCH files.
16439
16440         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
16441
16442         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
16443         reorder options.
16444         (Type Information): Mention that the information is also
16445         used to implement PCH.
16446         * doc/passes.texi (Passes): Improve documentation of
16447         language-specific files.
16448
16449         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
16450
16451         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
16452         (struct walk_type_data): Add reorder_fn field.
16453         (walk_type): Process 'reorder' option.
16454         (write_types_process_field): Reorder parameters to gt_pch_note_object,
16455         call reorder_note_routine.
16456         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
16457         (ggc_wtd): Update for change to struct write_types_data.
16458         (pch_wtd): Likewise.
16459         * ggc.h (gt_pch_note_object): Reorder parameters.
16460         (gt_handle_reorder): New definition.
16461         (gt_pch_note_reorder): New prototype.
16462         * ggc-common.c (struct ptr_data): Add reorder_fn.
16463         (gt_pch_note_object): Reorder parameters.
16464         (gt_pch_note_reorder): New.
16465         (gt_pch_save): Call reorder_fn.
16466         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
16467
16468         * dbxout.c (cwd): Don't mark for PCH.
16469
16470         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
16471
16472         * gengtype.c (finish_root_table): Fix some warnings.
16473         (write_root): Handle TYPE_STRING.
16474         * ggc.h (gt_ggc_m_S): Add prototype.
16475         * stringpool.c (gt_ggc_m_S): New function.
16476
16477         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
16478
16479         * dwarf2out.c (dw2_string_counter): New.
16480         (AT_string_form): Use it.
16481         (same_dw_val_p): Update for removal of hashtable.h hash tables.
16482
16483         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
16484
16485         * dbxout.c: Include gt-dbxout.h.
16486         (lastfile): Mark for PCH/GGC.
16487         (cwd): Likewise.
16488         (struct typeinfo): Likewise.
16489         (typevec): Likewise.
16490         (typevec_len): Likewise.
16491         (next_type_number): Likewise.
16492         (struct dbx_file): Likewise.
16493         (current_file): Likewise.
16494         (next_file_number): Likewise.
16495         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
16496         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
16497         (dbxout_end_source_file): Don't free struct dbx_file.
16498         (dbxout_type): Use GGC to allocate typevec.
16499         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
16500         (GTFILES): Add dbxout.c.
16501         (gt-dbxout.h): New rule.
16502
16503         * Makefile.in (c-pch.o): Add debug.h as dependency.
16504         * c-pch.c: Include debug.h.
16505         (pch_init): Call start_source_file to keep nesting right.
16506         (c_common_read_pch): Add orig_name parameter.  Call
16507         start_source_file debug hook.  Call end_source_file debug hook.
16508         * c-common.h (c_common_read_pch): Update prototype.
16509         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
16510         callback.
16511         * cppfiles.c (struct include_file): Add new field `header_name'.
16512         (find_or_create_entry): Default it to `name'.
16513         (open_file_pch): Set it to the original header file searched for.
16514         (stack_include_file): Don't stack an empty buffer, just handle
16515         PCH files immediately.  Pass header_name field to read_pch callback.
16516
16517         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
16518
16519         * function.c (funcdef_no): Mark to be saved in a PCH.
16520
16521         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
16522
16523         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
16524
16525         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
16526
16527         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
16528
16529         * optabs.h (code_to_optab): Add GTY marker.
16530
16531         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
16532
16533         * Makefile.in (GTFILES): Add cpplib.h.
16534         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
16535         * c-decl.c (build_compound_literal): Don't use var_labelno.
16536         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
16537         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
16538         * varasm.c (const_labelno): Use gengtype to mark.
16539         (var_labelno): Likewise.
16540         (in_section): Likewise.
16541         (in_named_name): Likewise.
16542         (struct in_named_entry): Likewise.
16543         (in_named_htab): Likewise.
16544         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
16545         (init_varasm_once): Use GGC to allocate in_named_htab.
16546         * config/darwin.c (current_pic_label_num): Mark for PCH.
16547
16548         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
16549
16550         * ggc-simple.c (init_ggc_pch): New stub procedure.
16551         (ggc_pch_count_object): Likewise.
16552         (ggc_pch_total_size): Likewise.
16553         (ggc_pch_this_base): Likewise.
16554         (ggc_pch_alloc_object): Likewise.
16555         (ggc_pch_prepare_write): Likewise.
16556         (ggc_pch_write_object): Likewise
16557         (ggc_pch_finish): Likewise.
16558         (ggc_pch_read): Likewise.
16559
16560         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
16561
16562         * c-pch.c (c_common_write_pch): Write the macro definitions after
16563         the GCed data.
16564         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
16565         definitions after the GCed data.
16566         * cpplib.c (save_macros): New.
16567         (reset_ht): New.
16568         (cpp_write_pch_deps): Split out of cpp_write_pch.
16569         (cpp_write_pch_state): Split out of cpp_write_pch.
16570         (cpp_write_pch): Delete.
16571         (struct save_macro_data): Delete.
16572         (cpp_prepare_state): New.
16573         (cpp_read_state): Erase and restore initial macro definitions.
16574         * cpplib.h (struct save_macro_data): Forward-declare.
16575         (cpp_write_pch_deps): Prototype.
16576         (cpp_write_pch_state): Prototype.
16577         (cpp_write_pch): Delete prototype.
16578         (cpp_prepare_state): Prototype.
16579         (cpp_read_state): Add fourth argument.
16580
16581         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
16582
16583         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
16584         (write_array): Remove warning.
16585
16586         * gengtype.c (contains_scalar_p): New.
16587         (finish_root_table): Add the table to all languages, even if it's
16588         empty.
16589         (write_roots): Output gt_pch_scalar_rtab.
16590         * ggc-common.c (gt_pch_save): Write out scalars.
16591         (gt_pch_restore): Read scalars back.
16592
16593         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
16594         (struct page_entry): Delete pch_page field.
16595         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
16596         (clear_marks): Likewise.
16597         (sweep_pages): Likewise.
16598         (poison_pages): Likewise.
16599         (ggc_print_statistics): Likewise.
16600         (ggc_pch_read): Don't free objects read from a PCH.
16601         Properly set up in_use_p and page_tails.
16602
16603         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
16604
16605         * gengtype.c (struct write_types_data): New.
16606         (struct walk_type_data): Make `cookie' const; add extra
16607         prev_val item; add `orig_s' field.
16608         (walk_type): Update prev_val[3].
16609         (write_types_process_field): New.
16610         (write_func_for_structure): Take write_types_data structure.
16611         (write_types): New.
16612         (ggc_wtd): New.
16613         (pch_wtd): New.
16614         (write_types_local_process_field): New.
16615         (gc_mark_process_field): Delete.
16616         (write_local_func_for_structure): New.
16617         (gc_mark_func_name): Delete.
16618         (write_gc_types): Delete.
16619         (write_local): New.
16620         (finish_root_table): Don't include 'ggc_' in PFX.
16621         (write_root): Rename from write_root.  Fill pchw field of structures.
16622         (write_array): New.
16623         (write_roots): Rename from write_gc_roots.  Split out to write_array.
16624         Update to changes to other routines.  Write gt_pch_cache_rtab table.
16625         (main): Write PCH walking routines.
16626         * ggc-common.c: Include toplev.h, sys/mman.h.
16627         (ggc_mark_roots): For cache hashtables, also mark the hash table
16628         and the array of entries.
16629         (saving_htab): New.
16630         (struct ptr_data): New.
16631         (POINTER_HASH): New.
16632         (gt_pch_note_object): New.
16633         (saving_htab_hash): New.
16634         (saving_htab_eq): New.
16635         (struct traversal_state): New.
16636         (call_count): New.
16637         (call_alloc): New.
16638         (compare_ptr_data): New.
16639         (relocate_ptrs): New.
16640         (write_pch_globals): New.
16641         (struct mmap_info): New.
16642         (gt_pch_save): New.
16643         (gt_pch_restore): New.
16644         * ggc-page.c (ROUND_UP_VALUE): New.
16645         (ROUND_UP): New.
16646         (struct page_entry): Add field `pch_page'.
16647         (init_ggc): Use ROUND_UP.
16648         (struct ggc_pch_data): Declare.
16649         (init_ggc_pch): New.
16650         (ggc_pch_count_object): New.
16651         (ggc_pch_total_size): New.
16652         (ggc_pch_this_base): New.
16653         (ggc_pch_alloc_object): New.
16654         (ggc_pch_prepare_write): New.
16655         (ggc_pch_write_object): New.
16656         (ggc_pch_finish): New.
16657         (ggc_pch_read): New.
16658         * ggc.h (gt_pointer_operator): New.
16659         (gt_note_pointers): New.
16660         (gt_pch_note_object): New prototype.
16661         (gt_pointer_walker): New.
16662         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
16663         (LAST_GGC_ROOT_TAB): Update.
16664         (gt_pch_cache_rtab): Declare.
16665         (gt_pch_scalar_rtab): Declare.
16666         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
16667         (LAST_GGC_CACHE_TAB): Update.
16668         (gt_pch_save_stringpool): Declare.
16669         (gt_pch_restore_stringpool): Declare.
16670         (gt_pch_p_S): Declare.
16671         (gt_pch_n_S): Declare.
16672         (struct ggc_pch_data): Forward-declare.
16673         (init_ggc_pch): Declare.
16674         (ggc_pch_count_object): Declare.
16675         (ggc_pch_total_size): Declare.
16676         (ggc_pch_this_base): Declare.
16677         (ggc_pch_alloc_object): Declare.
16678         (ggc_pch_prepare_write): Declare.
16679         (ggc_pch_write_object): Declare.
16680         (ggc_pch_finish): Declare.
16681         (ggc_pch_read): Declare.
16682         (gt_pch_save): Declare.
16683         (gt_pch_restore): Declare.
16684         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
16685         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
16686         const_double_htab, mem_attrs_htab using GGC.
16687         * c-pch.c: Include ggc.h.
16688         (pch_init): Allow reading PCH file back.
16689         (c_common_write_pch): Call gt_pch_save.
16690         (c_common_read_pch): Call gt_pch_restore.
16691         * c-parse.in (init_reswords): Delete now-untrue comment.
16692         Allocate ridpointers using GGC.
16693         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
16694         calling expand_deferred_fns.
16695         * c-common.h (ridpointers): Mark for GTY machinery.
16696         * Makefile.in (stringpool.o): Update dependencies.
16697         (c-pch.o): Update dependencies.
16698         (ggc-common.o): Update dependencies.
16699         * stringpool.c: Include gt-stringpool.h.
16700         (gt_pch_p_S): New.
16701         (gt_pch_n_S): New.
16702         (struct string_pool_data): New.
16703         (spd): New.
16704         (gt_pch_save_stringpool): New.
16705         (gt_pch_restore_stringpool): New.
16706         * tree.c (init_ttree): Make type_hash_table allocated using GC.
16707
16708         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
16709
16710         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
16711         (output_mangled_typename): Don't pass size_t to printf.
16712
16713         * tree.h (union tree_type_symtab): Add tag to `address' field.
16714         (union tree_decl_u2): Add tag to 'i' field.
16715         * varasm.c (union rtx_const_un): Add tags to all fields.
16716         * gengtype.c (struct walk_type_data): New.
16717         (output_escaped_param): Take struct walk_type_data parameter.
16718         (write_gc_structure_fields): Delete.
16719         (walk_type): New.
16720         (write_gc_marker_routine_for_structure): Delete.
16721         (write_func_for_structure): New.
16722         (gc_mark_process_field): New.
16723         (gc_mark_func_name): New.
16724         (gc_counter): Delete.
16725         (write_gc_types): Use write_func_for_structure.
16726         (write_gc_roots): Use walk_type.
16727
16728         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
16729
16730         * ggc-common.c (ggc_mark_roots): Delete 'x'.
16731         (ggc_splay_dont_free): Fix warning about unused 'x'.
16732         (ggc_print_common_statistics): Remove warnings.
16733
16734         2002-10-01  Mike Stump  <mrs@apple.com>
16735
16736         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
16737         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
16738
16739         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
16740             Catherine Moore  <clm@redhat.com>
16741
16742         * Makefile (c-pch.o): Update dependencies.
16743         (LIBCPP_OBJS): Add cpppch.o.
16744         (cpppch.o): New.
16745         * c-common.c (c_common_init): Don't call pch_init here.
16746         * c-common.h (c_common_read_pch): Update prototype.
16747         * c-lex.c (c_common_parse_file): Call pch_init here.
16748         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
16749         (c_common_decode_option): Handle them.
16750         * c-pch.c: Include c-pragma.h.
16751         (save_asm_offset): Delete.
16752         (pch_init): Move contents of save_asm_offset into here, call
16753         cpp_save_state.
16754         (c_common_write_pch): Call cpp_write_pch.
16755         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
16756         cpp_valid_state.
16757         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
16758         * cppfiles.c (stack_include_file): Update for change to
16759         parameters of cb.read_pch.
16760         * cpphash.h (struct cpp_reader): Add `savedstate' field.
16761         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
16762         `restore_pch_deps' fields.
16763         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
16764         (cpp_save_state): Prototype.
16765         (cpp_write_pch): Prototype.
16766         (cpp_valid_state): Prototype.
16767         (cpp_read_state): Prototype.
16768         * cpppch.c: New file.
16769         * flags.h (version_flag): Remove prototype.
16770         * mkdeps.c (deps_save): New.
16771         (deps_restore): New.
16772         * mkdeps.h (deps_save): Prototype.
16773         (deps_restore): Prototype.
16774         * toplev.c (late_init_hook): Delete.
16775         (version_flag): Make static again.
16776         (compile_file): Don't call late_init_hook.
16777         * toplev.h (late_init_hook): Delete.
16778         * doc/cppopts.texi: Document -fpch-deps.
16779         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
16780
16781         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
16782
16783         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
16784         callers.
16785         (c_common_valid_pch): Rename from c_valid_pch, change callers.
16786         (c_common_read_pch): Rename from c_read_pch, change callers.
16787
16788         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
16789         a space between it and its argument.
16790
16791         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
16792
16793         * c-pch.c: New file.
16794         * toplev.h (late_init_hook): Declare.
16795         * toplev.c (late_init_hook): Define.
16796         (version_flag): Make globally visible.
16797         (compile_file): Call late_init_hook.
16798         (init_asm_output): Make output file seekable.
16799         * gcc.c (default_compilers): Update c-header rule.
16800         * flags.h (version_flag): Declare.
16801         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
16802         fields.
16803         * cppfiles.c (struct include_file): Add 'pch' field.
16804         (INCLUDE_PCH_P): New.
16805         (open_file_pch): New.
16806         (stack_include_file): Handle PCH files specially.
16807         (find_include_file): Call open_file_pch instead of open_file.
16808         (_cpp_read_file): Explain why open_file is used instead of
16809         open_file_pch.
16810         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
16811         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
16812         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
16813         in cpplib callbacks.
16814         * c-common.c (pch_file): Correct comment.
16815         (allow_pch): Define.
16816         (c_common_init): Call pch_init.
16817         * c-common.h (allow_pch): Declare.
16818         (pch_init): Declare.
16819         (c_valid_pch): Declare.
16820         (c_read_pch): Declare.
16821         (c_write_pch): Declare.
16822         * Makefile.in (c-pch.o): New.
16823         (C_AND_OBJC_OBJS): Add c-pch.o.
16824         * doc/invoke.texi (Precompiled Headers): Add index entries,
16825         complete truncated paragraph.
16826
16827         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
16828
16829         * c-common.c: (pch_file): Define.
16830         * c-common.h (pch_file): Declare.
16831         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
16832         (missing_arg): Require --output-pch= to have an argument.
16833         (c_common_decode_option): Handle --output-pch=.
16834         * gcc.c: Document new %V.
16835         (default_compilers): Handle compiling C header files.
16836         (do_spec_1): Implement %V.
16837         (main): Handle "gcc foo.h" without trying to run linker.
16838         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
16839         (Overall Options): Document what the driver does with header files,
16840         document new -x option possibilities.
16841         (Invoking G++): More documentation for PCH.
16842         (Precompiled Headers): New.
16843
16844         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
16845
16846         * ggc.h: Don't include varray.h.  Rearrange functions to be more
16847         organized.
16848         (ggc_add_root): Delete.
16849         (ggc_mark_rtx): Delete.
16850         (ggc_mark_tree): Delete.
16851         (struct ggc_statistics): Remove contents.
16852         * ggc-common.c: Remove unneeded includes.
16853         (struct ggc_root): Delete.
16854         (roots): Delete.
16855         (ggc_add_root): Delete.
16856         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
16857         (ggc_print_common_statistics): Remove most of the contents.
16858         * Makefile.in (GGC_H): No longer uses varray.h.
16859         (ggc-common.o): Update dependencies.
16860         (c-parse.o): Add varray.h to dependencies.
16861         (c-common.o): Add varray.h.
16862         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
16863         (mark_ident_hash): Rename to ggc_mark_stringpool.
16864         (init_stringpool): Don't use ggc_add_root.
16865         * c-parse.in: Include varray.h.
16866         * c-common.c: Include varray.h.
16867         * objc/Make-lang.in (objc-act.o): Add varray.h.
16868         * objc/objc-act.c: Include varray.h.
16869
16870         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
16871
16872         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
16873         (dw_cfi_oprnd1_desc): Likewise.
16874
16875         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
16876
16877         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
16878         move out of ifdef.
16879         (alpha_links): Use gengtype to mark; move out of ifdef.
16880         (mark_alpha_links_node): Delete.
16881         (mark_alpha_links): Delete.
16882         (alpha_need_linkage): Use GGC to allocate splay tree, struct
16883         alpha_links, strings.  Don't use ggc_add_root.
16884         * ggc-common.c (ggc_splay_alloc): New.
16885         (ggc_splay_dont_free): New.
16886         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
16887         (ggc_mark_tree): Likewise.
16888         (splay_tree_new_ggc): New.
16889         (ggc_splay_alloc): Declare.
16890         (ggc_splay_dont_free): Declare.
16891         * dwarf2asm.c: Include gt-dwarf2asm.h.
16892         (mark_indirect_pool_entry): Delete.
16893         (mark_indirect_pool): Delete.
16894         (indirect_pool): Use gengtype to mark.
16895         (dw2_force_const_mem): Don't use ggc_add_root.
16896         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
16897         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
16898         (gt-dwarf2asm.h): Depend on s-gtype.
16899
16900         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
16901
16902         * tree.h (union tree_type_symtab): Mark `die' field.
16903         * Makefile.in (dwarf2out.o): Update dependencies.
16904         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
16905         hash tables.
16906         (dw_cfi_oprnd1_desc): New function.
16907         (dw_cfi_oprnd2_desc): New function.
16908         (indirect_string_alloc): Delete.
16909         (debug_str_do_hash): New function.
16910         (debug_str_eq): New function.
16911         (mark_limbo_die_list): Delete.
16912         (dwarf2out_init): Don't call ggc_add_root.
16913
16914 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
16915
16916         The following changes are merged from itanium-sched-branch:
16917
16918         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
16919
16920         * doc/md.texi: Clarify assignment of units to automata description.
16921
16922         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
16923
16924         * genautomata.c (unit_decl): Remove members
16925         `the_same_automaton_unit' and
16926         `the_same_automaton_message_reported_p'.
16927         (process_unit_to_form_the_same_automaton_unit_lists,
16928         form_the_same_automaton_unit_lists_from_regexp,
16929         form_the_same_automaton_unit_lists, the_same_automaton_lists):
16930         Remove them.
16931         (annotation_message_reported_p): New global variable.
16932         (check_unit_distribution_in_reserv,
16933         check_regexp_units_distribution): New functions.
16934         (check_unit_distributions_to_automata): Rewrite it.
16935
16936         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
16937
16938         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
16939         Use continue instead of break if cycle is too big.
16940
16941         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
16942
16943         * genautomata.c (check_unit_distributions_to_automata): Output at
16944         most one message for a unit.
16945         (process_unit_to_form_the_same_automaton_unit_lists): Check
16946         automaton of units instead of units themself.
16947
16948         * doc/md.texi: Describe the constraint about assigning unit to
16949         automata.
16950
16951         2002-12-20  Jan Hubicka  <jH@suse.cz>
16952                     Vladimir Makarov  <vmakarov@redhat.com>
16953
16954         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
16955         and `in_set_p'.
16956         (gen_cpu_unit): Initialize the new members.
16957         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
16958         up `min_occ_cycle_num'.
16959         (evaluate_max_reserv_cycles): Change the function call.
16960         (CLEAR_BIT): New macro.
16961         (states_union, state_shift): Use the mask.
16962         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
16963         (form_reservs_matter): New function.
16964         (make_automaton): Call the function and use the mask.
16965         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
16966         account.
16967
16968         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
16969
16970         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
16971
16972         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
16973
16974         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
16975         for Itanium.
16976
16977         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
16978
16979         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
16980         default cpu.
16981
16982         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
16983                 2002-10-31  Dale Johannesen <dalej@apple.com>
16984
16985         * haifa-sched.c (find_set_reg_weight): New function.
16986         (find_insn_reg_weight): Use the new function.
16987         (schedule_block): Do sorting ready queue always
16988         after insn issue.
16989
16990         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
16991
16992         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
16993
16994         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
16995
16996         * haifa-sched.c (choice_entry): New structure.
16997         (choice_stack, cycle_issued_insns): New variables.
16998         (max_issue): Rewrite it.
16999         (choose_ready): Set up ready_try for unknown insns too.
17000         (schedule_block): Allocate and free choice_stack.  Set up
17001         and modify cycle_issued_insns.
17002
17003         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
17004         with and without filling the bundle.
17005         (bundling): Combine calls of issue_nops_and_insn.
17006
17007         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
17008
17009         * config/ia64/itanium1.md: New file.
17010
17011         * config/ia64/itanium2.md: New file.
17012
17013         * config/ia64/ia64.md: Move DFA descriptions into the new files.
17014         Remove the old pipeline description.
17015
17016         * config/ia64/ia64.c (ia64_override_options): Add aliases of
17017         itanium processor names.
17018
17019         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
17020
17021         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
17022         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
17023
17024         * config/ia64/ia64.md: Add descriptions for Itanium2.
17025
17026         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
17027
17028         * config/ia64/ia64.h (processor_type): New enumeration.
17029         (ia64_tune, ia64_tune_string): New external declarations.
17030         (TARGET_OPTIONS): Add option `tune='.
17031
17032         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
17033         variables.
17034         (ia64_override_options): Set up `ia64_tune'.
17035         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
17036         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
17037         (bundling): Add nops for MM-insns only for Itanium.
17038         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
17039         Itanium.
17040
17041         * config/ia64/ia64.md (cpu): New attribute.
17042         (DFA description): Enable it only for Itanium.
17043
17044         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
17045                     Richard Henderson  <rth@redhat.com>
17046
17047         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
17048         MASK_EARLY_STOP_BITS.
17049         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
17050         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
17051         `early-stop-bits'.
17052
17053         * config/ia64/ia64.c (ia64_dfa_new_cycle,
17054         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
17055         instead of TARGET_TUNE_STOP_BITS.
17056
17057         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
17058         `-mearly-stop-bits'.
17059
17060         * config/ia64/ia64.c (automata_option "v"): Comment it.
17061
17062         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
17063
17064         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
17065         New macros.
17066         (TARGET_SWITCHES): Add entries for the new option.
17067
17068         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
17069         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
17070         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
17071         global variables.
17072         (ia64_sched_reorder2): Set up `clocks'.
17073         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
17074         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
17075         queue when TARGET_TUNE_STOP_BITS.
17076         (bundling): Insert additional nops for MM-insns.
17077         (final_emit_insn_group_barriers): Add insertion of stop bits
17078         according `stops_p'.
17079         (ia64_reorg): Initiate the new varibales.
17080
17081         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
17082
17083         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
17084
17085         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
17086         insns at the end of block insn scheduling.
17087
17088         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
17089
17090         * sched-deps.c (remove_dependence, group_leader): Remove it.
17091         (add_dependence): Add dependence to group leader to.
17092         (set_sched_group_p): Add dependence to the first insn of the
17093         schedule group too.
17094         (sched_analyze_insn): Make dependence to jump as anti-dependence.
17095         Change true dependence by anti-dependence when
17096         `reg_pending_barrier'.
17097
17098         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
17099         add_branch_dependences): Ignore schedule groups.
17100
17101         * sched-ebb.c (init_ready_list): Ditto.
17102
17103         * (move_insn, set_priorities): Ditto.
17104
17105         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
17106         flag is clear after reload.
17107         (adjust_cost): Change cost only for output dependencies.
17108
17109         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
17110
17111         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
17112
17113         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
17114
17115         * target.h (gcc_target): Add member
17116         `dependencies_evaluation_hook'.
17117
17118         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
17119         macro.
17120         (TARGET_SCHED): Add initiatialization of the new member.
17121
17122         * sched-ebb.c: Include `target.h'.
17123         (schedule_ebb): Call `dependencies_evaluation_hook'.
17124
17125         * sched-rgn.c (schedule_region): Call
17126         `dependencies_evaluation_hook'.
17127
17128         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
17129         New macro.
17130         (ia64_dependencies_evaluation_hook): New function.
17131
17132         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
17133         Describe the new hook.
17134
17135         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
17136
17137         * target.h (gcc_target): Add members
17138         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
17139
17140         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
17141         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
17142         macros.
17143         (TARGET_SCHED): Add initiatialization of the new members.
17144
17145         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
17146         insn scheduling too.
17147         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
17148         initialize `ready_try'.
17149         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
17150         `dfa_new_cycle' says not to do it.
17151
17152         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
17153         bundling.
17154
17155         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
17156
17157         * config/ia64/ia64.c: Include `hashtab.h'.
17158         (ia64_first_cycle_multipass_dfa_lookahead_guard,
17159         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
17160         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
17161         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
17162         bundle_state_eq_p, insert_bundle_state,
17163         initiate_bundle_state_table, finish_bundle_state_table,
17164         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
17165         get_template, get_next_important_insn, bundling): New functions.
17166         (ia64_internal_sched_reorder): Remove it.
17167         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
17168         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
17169         (ia64_safe_itanium_requires_unit0): Remove it.
17170         (group_barrier_needed_p): Place group barrier right before a real
17171         insn.
17172         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
17173         Remove them.
17174         (bundle_name): New variable.
17175         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
17176         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
17177         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
17178         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
17179         temp_dfa_state, prev_cycle_state): New global variables.
17180         (insn_matches_slot, maybe_rotate, finish_last_head,
17181         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
17182         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
17183         find_best_packet, itanium_reorder, dump_current_packet,
17184         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
17185         (sched_data, sched_ready, sched_types): Remove them.
17186         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
17187         `init_insn_group_barriers'.
17188         (ia64_sched_reorder, ia64_sched_reorder2): Call
17189         ia64_dfa_sched_reorder.
17190         (ia64_variable_issue): Rewrite it.
17191         (bundle_state): New structure.
17192         (index_to_bundle_states, bundle_states_num,
17193         allocated_bundle_states_chain, free_bundle_state_chain): New
17194         global variables.
17195         (ia64_sched_finish): Add stop bits and call `bundling' after the
17196         2nd insn scheduling.
17197         (ia64_use_dfa_pipeline_interface): Return zero always.
17198         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
17199         insn scheduling.
17200         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
17201         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
17202         (ia64_reorg): Add bundling insns.
17203
17204         * doc/tm.texi
17205         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
17206         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
17207
17208         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
17209
17210         * config/ia64/ia64.md: Add Itanium1 DFA description.
17211         (itanium_class): Add `nop' and `pre_cycle'.  Add
17212         define_function_unit for `nop'.
17213         (nop): Change attribute `itanium_class'.
17214         (pre_cycle): New define_insn.
17215
17216         * config/ia64/ia64-protos.h (bundling_p): New external variable.
17217         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
17218         ia64_produce_address_p): New function prototypes.
17219
17220         * config/ia64/ia64.c (bundling_p): New global variable.
17221         (ia64_use_dfa_pipeline_interface,
17222         ia64_first_cycle_multipass_dfa_lookahead,
17223         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
17224         functions.
17225         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17226         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17227         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
17228         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
17229         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
17230         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
17231         (dfa_pre_cycle_insn): New variable.
17232
17233         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17234
17235         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
17236         constructions.
17237
17238         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
17239         New function prototypes.
17240
17241         * genattrtab.c (main): Process the new constructions.
17242
17243         * genautomata.c (gen_presence_absence_set,
17244         process_presence_absence_names, process_presence_absence_patterns,
17245         add_presence_absence, check_absence_pattern_sets): Add parameter
17246         `final_p'.
17247         (unit_decl): Add new members `final_presence_list' and
17248         `final_absence_list'.
17249         (unit_pattern_rel_decl): Add new member `final_p'.
17250         (gen_final_presence_set, gen_final_absence_set): New functions.
17251         (process_decls): Use member `final_p'.
17252         (temp_reserv): New global variable.
17253         (reserv_sets_are_intersected): Add processing `final_presence_set'
17254         and `final_absence_set'.
17255         (initiate_states): Allocate `temp_reserv'.
17256         (unit_final_presence_set_table, unit_final_absence_set_table): New
17257         gloabal variables.
17258         (initiate_presence_absence_pattern_sets): Initiate them.
17259         (NDFA_to_DFA): Fix typo.
17260         (output_description): Output `final_presence_set' and
17261         `final_absence_set'.
17262
17263         * doc/md.texi (final_presence_set, final_absence_set): Describe
17264         them.
17265
17266         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17267
17268         * genautomata.c (transform_3): Process a missing case (nothing on
17269         unit place).
17270
17271         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17272
17273         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
17274         comments about queried units and the minimization.
17275
17276         * doc/md.texi: Ditto.
17277
17278         * genautomata.c (create_composed_state): Return nonzero if the new
17279         state has been created.
17280         (first_cycle_unit_presence): New function.
17281         (state_is_differed): Add new parameter.  Use the new function.
17282         Take queried units into account.
17283         (partition_equiv_class): Pass additional parameter to
17284         `state_is_differed'.
17285         (merge_states): Process composed states too.
17286         (build_automaton, create_automata, output_min_issue_delay_table,
17287         output_tables, output_statistics): Output more information.
17288         (output_reserved_units_table): Use function
17289         `first_cycle_unit_presence'.
17290         (output_tables): Output table of queried units even if the
17291         minimization is switched on.
17292         (write_automata): Output code for querying units even if the
17293         minimization is switched on.
17294
17295         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
17296
17297         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
17298         syntax of the constructions.
17299
17300         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
17301         extended syntax of the constructions.
17302
17303         * genautomata.c (unit_rel_decl): Rename it to
17304         `unit_pattern_rel_decl'.
17305         (pattern_set_el, pattern_reserv): New structures.
17306         (pattern_set_el_t, pattern_reserv_t): New types.
17307         (gen_presence_absence_set): New function.
17308         (process_presence_absence): Remove it.
17309         (process_presence_absence_names,
17310         process_presence_absence_patterns): New functions.
17311         (get_presence_absence_set): Remove it.
17312         (initiate_presence_absence_sets): Rename it on
17313         `initiate_presence_absence_pattern_sets'.  Use new function
17314         `form_reserv_sets_list'.
17315         (form_reserv_sets_list, check_presence_pattern_sets,
17316         check_absence_pattern_sets, output_pattern_set_el_list): New
17317         functions.
17318         (unit_decl): Change types of members `presence_list' and
17319         `absence_list'.
17320         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
17321         (decl): Change types of members `excl', `presence', and `absence'.
17322         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
17323         at the end of the vector.
17324         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
17325         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
17326         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
17327         (gen_presence_set, gen_absence_set): Use new function
17328         `gen_presence_absence_set'.
17329         (add_presence_absence): Process `pattern_list' instead of
17330         `source_list'.
17331         (process_decls): USe new functions
17332         `process_presence_absence_names' and
17333         `process_presence_absence_patterns'.
17334         (reserv_sets_are_intersected): Use new function
17335         `check_presence_pattern_sets'.
17336         (presence_set, absence_set): Remove them.
17337         (unit_presence_set_table, unit_absence_set_table): New global
17338         variables.
17339         (output_description): Use new function
17340         `output_pattern_set_el_list'.
17341         (generate): Use `initiate_presence_absence_pattern_sets'.
17342
17343         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
17344
17345         * genattr.c (main): Add output of prototype of new interface
17346         function `dfa_clean_insn_cache'.
17347
17348         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
17349         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
17350         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
17351         the generated code.
17352         (write_automata): Call the new function.
17353
17354 2003-01-09  Jan Hubicka  <jh@suse.cz>
17355
17356         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
17357         correctly.
17358
17359 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
17360
17361         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
17362
17363 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
17364
17365         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
17366         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
17367         (CONSTRAINT_LEN): Provide default definition.
17368         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
17369         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
17370         (EXTRA_CONSTRAINT_STR): Likewise.
17371         (REG_CLASS_FROM_CONSTRAINT): Define.
17372         * genoutput.c (check_constraint_len, constraint_len): New functions.
17373         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
17374         constraint / modifier.
17375         (gen_insn): Call check_constraint_len.
17376         * local-alloc.c (block_alloc): Update to use new macros / pass
17377         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
17378         * ra-build.c (handle_asm_insn): Likewise.
17379         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
17380         (constrain_operands, peep2_find_free_register): Likewise.
17381         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
17382         * regmove.c (find_matches): Likewise.
17383         * reload.c (push_secondary_reload, find_reloads): Likewise.
17384         (alternative_allows_memconst): Likewise.
17385         * reload1.c (maybe_fix_stack_asms): Likewise.
17386         (reload_cse_simplify_operands): Likewise.
17387         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
17388         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
17389         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
17390         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
17391         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
17392         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
17393
17394         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
17395
17396 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17397
17398         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
17399         length.
17400         (*extzv_1_r_h8300hs): Likewise.
17401         (*extzv_1_r_inv_h8300): Likewise.
17402         (*extzv_1_r_inv_h8300hs): Likewise.
17403
17404 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17405
17406         * config/h8300/h8300.h (PREDICATE_CODES): New.
17407
17408 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17409
17410         * config/h8300/h8300.md (*addsi3_upper): New.
17411         (*iorsi3_shift): Likewise.
17412         (two splitters): Likewise.
17413         (*addsi3_shift): Likewise.
17414         (two splitters): Likewise.
17415
17416 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
17417
17418         * Makefile.in (optabs.o): Add dependency on basic-block.h.
17419         * basic-block.h (control_flow_insn_p): Fuction was exported.
17420         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
17421         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
17422         notes only when the region is contained in a single basic block.
17423
17424 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
17425
17426         PR inline-asm/8832
17427         * tree.h (expand_asm): New prototype.
17428         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
17429         to do so.
17430         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
17431         down to expand_asm.
17432         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
17433         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
17434         (volatile_refs_p) [ASM_INPUT]: Likewise.
17435         (side_effects_p) [ASM_INPUT]: Likewise.
17436
17437 2003-01-09  Jan Hubicka  <jh@suse.cz>
17438
17439         * i386.md (*mul*): FIx constraints; remove confused comment; fix
17440         athlon_decode attributes
17441         (imul/k8 optimization peep2s): New.
17442
17443         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
17444         * i386.md (type attribute): Add ssecomi.
17445         (unit, memory, prefix attributes): Handle ssecomi.
17446         (cvt?2? patterns): Fix athlon_decode attribute
17447         (comi patterns): Set attribute to ssecomi.
17448
17449         PR target/8343
17450         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
17451
17452 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
17453
17454         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
17455         that match register_operands.
17456         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
17457         register_operand the default case.
17458
17459 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
17460
17461         PR c/8032
17462         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
17463         an empty element, do not advance the pointer to unfilled
17464         fields if there are pending initializers.
17465
17466 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
17467
17468         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
17469         (install-gcc-tooldir, install-cpp, installdirs,
17470         install-common, install-driver, install-info, install-man,
17471         install-headers, install-include-dir, install-headers-tar,
17472         install-headers-cpio, install-headers-cp, install-mkheaders,
17473         install-collect2, uninstall): Prepend $(DESTDIR) to
17474         destination paths in all (un)installation commands.
17475         (install-driver): Rewrite $(LN) commands to support DESTDIR
17476         with "ln" as well as with "ln -s".
17477         (installdirs): Simply use mkinstalldirs.
17478         (install-libgcc, install-multilib): Also pass DESTDIR.
17479         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
17480         installation destination variable ldir.
17481         * config/alpha/t-osf4, config/arm/t-netbsd,
17482         config/ia64/t-hpux, config/mips/t-iris5-6,
17483         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
17484         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
17485         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
17486         in the definition of SHLIB_INSTALL.
17487         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
17488         $(libsubdir) in the installation commands.
17489
17490 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
17491
17492         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
17493         non-optimizing compile.
17494         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
17495         compile.
17496
17497 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
17498
17499         * config/i386/i386.c (ix86_attribute_table): Add new attributes
17500         ms_struct and gcc_struct.
17501         (ix86_handle_struct_attribute): New function.
17502         (ix86_ms_bitfield_layout_p): Update to take new attributes
17503         into account.
17504         * doc/extend.texi: Document new attributes.
17505         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
17506
17507 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
17508
17509         PR optimization/8750
17510         * config/i386/i386.c (ix86_expand_prologue): Don't allow
17511         scheduling pass to move insns across __alloca call.
17512
17513 2003-01-08  Dale Johannesen  <dalej@apple.com>
17514
17515         * config/rs6000/rs6000.md:  Replace *store_multiple_string
17516         with *stmsi[3-8].
17517
17518 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
17519
17520         PR target/9210
17521         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
17522         Set SYMBOL_REF_FLAG on local data sym_ref.
17523
17524 2003-01-08  Dale Johannesen  <dalej@apple.com>
17525
17526         * function.c (assign_parms):  Don't set pretend_args_size if
17527           REG_PARM_STACK_SPACE.
17528           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
17529           pretend_args_size.
17530
17531 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
17532
17533         * gcc.hlp: Delete.
17534
17535 2003-01-09  Jan Hubicka  <jh@suse.cz>
17536
17537         * i386.c  (ix86_expand_int_addcc): Fix thinko.
17538
17539 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
17540
17541         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
17542         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
17543         as hook_bool_tree_hwi_hwi_tree_true.
17544         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
17545         (rs6000_emit_epilogue): Same.
17546         (rs6000_output_mi_thunk): Re-implement as RTL.
17547         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
17548         xcoffout_declare_function if any debugging enabled.
17549
17550 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
17551
17552         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
17553         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
17554         * config/mips/mips.h (enum processor_type): Rename
17555         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
17556         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
17557         Add PROCESSOR_M4K.
17558         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
17559         (ISA_MIPS32R2): New define.
17560         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
17561         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
17562         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
17563         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
17564         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
17565         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
17566         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
17567         compiling MIPS16 code.
17568         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
17569         comment.
17570         (ISA_HAS_SEB_SEH): New define.
17571         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
17572         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
17573         processor_type value renaming.  Add support for MIPS32R2.
17574         Clean up comments, and move "sb1" entry with other MIPS64 CPU
17575         entries.
17576         (override_options): Reimplement -mipsN option handling so that
17577         it will work correctly for -mips32r2.  Avoid branch-likely
17578         instructions on MIPS32R2.
17579         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
17580         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
17581         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
17582         (extendhisi2_hw, extendqisi2_hw): New.
17583         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
17584         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
17585         MIPS32R2, and MIPS64.
17586         (LINK_SPEC): Pass -mips32r2 to linker.
17587         * config/mips/t-isa3264: Built -mips32r2 multilibs.
17588         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
17589         for mips32r2 in the -march description.  Alphabetically sort
17590         CPU names in the -march description.  Add long-missed -mips32
17591         and -mips64 to MIPS option summary.
17592
17593         * config.gcc: Update copyright years to include 2003.
17594         * config/mips/mips.c: Likewise.
17595         * config/mips/mips.h: Likewise.
17596         * config/mips/mips.md: Likewise.
17597         * config/mips/netbsd.h: Likewise.
17598         * doc/invoke.texi: Likewise.
17599
17600 2003-01-08  Andreas Schwab  <schwab@suse.de>
17601
17602         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
17603         variable.
17604         * configure: Regenerated.
17605
17606 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
17607
17608         * config/h8300/h8300.c (output_logical_op): Replace byte/word
17609         extraction of det with b0, b1, w0, w2, etc.
17610         (compute_logical_op_length): Likewise.
17611         (compute_logical_op_cc): Likewise.
17612
17613 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
17614
17615         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
17616         HIGH on all variants.
17617
17618 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
17619
17620         * Makefile.in (PARTITION_H): New.
17621         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
17622         * basic-block.h: Include hard-reg-set.h.
17623
17624 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
17625
17626         * arm.h (ENABLE_XF_PATTERNS): Delete.
17627         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
17628         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
17629         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
17630         (cmpxf_trap): Delete.
17631         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
17632
17633 2003-01-08  Jan Hubicka  <jh@suse.cz>
17634
17635         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
17636         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
17637         (add??cc): New expanders.
17638         * i386.c (expand_int_addcc): New function.
17639         * i386-protos.h (expand_int_addcc): Declare.
17640
17641         * alias.c (memory_modified_1): New static function.
17642         (memory_modified): New static varaible.
17643         (memory_modified_in_insn_p): New global function.
17644         * rtl.h (memory_modified_in_insn_p): Declare.
17645         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
17646         references.
17647
17648         * expr.h (emit_conditional_add): Declare.
17649
17650 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
17651
17652         PR other/8947
17653         * doc/invoke.texi (-malign-double): Explain that the option breaks
17654         binary compatibility.
17655
17656 2003-01-08  Andreas Schwab  <schwab@suse.de>
17657
17658         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
17659         should come from the generic *-*-linux* entry.
17660
17661 2003-01-07  Jan Hubicka  <jh@suse.cz>
17662
17663         * cselib.c (cselib_current_insn_in_libcall): New static variable.
17664         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
17665         we are inside libcall.
17666         * cselib.h (elt_loc_list): Add in_libcall.
17667         * gcse.c (do_local_cprop): Do not copy propagate using insns
17668         in libcalls.
17669
17670 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
17671
17672         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
17673         not normally affect to issue rate.
17674
17675 2003-01-07  Jan Hubicka  <jh@suse.cz>
17676
17677         * genopinit.c (optabs): Add addc_optab.
17678         * ifcvt.c (noce_try_store_flag): Rename to ...
17679         (noce_try_addcc): ... this one; handle generic conditional increment.
17680         (noce_process_if_block): Update noce_try_addcc call.
17681         * optabs.c (emit_conditional_add): New.
17682         (init_obtabs): Initialize addc_optab.
17683         * optabs.h (optab_index): Add OTI_addcc.
17684         (addcc_optab): New macro.
17685         * md.texi: Document addMcc
17686
17687         PR target/8322
17688         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
17689         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
17690         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
17691
17692         * reload1.c (delete_output_reload): Avoid repeated attempts
17693         to delete insn.
17694
17695 2003-01-07  Andreas Schwab  <schwab@suse.de>
17696
17697         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
17698         Move --enable-initfini-array check ...
17699         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
17700         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
17701         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
17702         * configure: Rebuild.
17703
17704 2003-01-07  Richard Henderson  <rth@redhat.com>
17705
17706         * alias.c (find_base_value): Only use new_reg_base_value shortcut
17707         if the register is set once.
17708
17709 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
17710
17711         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
17712         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
17713         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
17714
17715 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
17716             Sunil Davasam  <sunil.k.davasam@intel.com>
17717
17718         PR libstdc++/9076
17719         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
17720         DW_CFA_same_value, read next and ignore.
17721
17722 2003-01-07  Richard Henderson  <rth@redhat.com>
17723
17724         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
17725
17726 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
17727
17728         * cfg.c: Include alloc-pool.h
17729         (edge_pool): New pool.
17730         (bb_pool): New pool.
17731         (first_deleted_edge): Remove.
17732         (first_deleted_block): Remove.
17733         (init_flow): Alloc/free the pools.
17734         (free_edge): Use pools.
17735         (alloc_block): Ditto.
17736         (expunge_block): Ditto.
17737         (cached_make_edge): Ditto.
17738
17739         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
17740
17741 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
17742
17743         * et-forest.c: Include alloc-pool.h.
17744         (struct et_forest): Add node_pool and occur_pool.
17745         (et_forest_create): Create the new pools.
17746         (et_forest_delete): Delete them.
17747         (et_forest_add_node): Allocate and free using pools.
17748         (et_forest_add_edge): Ditto.
17749         (et_forest_remove_node): Ditto.
17750         (et_forest_remove_edge): Ditto.
17751
17752         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
17753
17754 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
17755
17756         * config/h8300/h8300.c (output_logical_op): Simplify and
17757         optimize the handling of SImode.
17758         * config/h8300/h8300.c (compute_logical_op_length): Update
17759         accordingly.
17760         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
17761
17762 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
17763
17764         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
17765         big-endian correction to indirect arguments too.
17766
17767 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
17768
17769         Segher Boessenkool  <segher@koffie.nl>
17770
17771         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
17772         (alt_reg_names): Ditto, fix formatting.
17773         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
17774
17775 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
17776
17777         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
17778         (output_logical_op): Constify intval and det.
17779         (compute_logical_length): Likewise.
17780         (compute_logical_cc): Likewise.
17781         (output_a_shift): Constify mask.
17782         (h8300_encode_label): Constify len.
17783
17784 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
17785
17786         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
17787         (h8300_expand_epilogue): Likewise.
17788
17789 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
17790
17791         Segher Boessenkool  <segher@koffie.nl>
17792
17793         * config/rs6000/altivec.md: Remove spaces from assembler
17794         instruction argument lists.
17795
17796 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17797
17798         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
17799         c4x_assembler_function_p.
17800         (c4x_null_epilogue_p): Complement return value, all uses updated.
17801         (c4x_insert_attributes): Add naked.
17802         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
17803         * doc/extend.texi: Update C4x function attributes.
17804
17805 2003-01-06  Richard Henderson  <rth@redhat.com>
17806
17807         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
17808         properly when changing "local-ness".
17809         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
17810
17811 2003-01-06  Dale Johannesen  <dalej@apple.com>
17812
17813         * config/darwin-protos.h:  Add prototypes for new section functions.
17814
17815 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
17816
17817         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
17818         to EABI.
17819
17820 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
17821
17822         * hwint.h: If the current compiler has no 64-bit type at all,
17823         make HOST_WIDEST_INT 32 bits.
17824
17825 2003-01-06  Eric Christopher  <echristo@redhat.com>
17826
17827         * config/mips/mips.md (movdf_internal2): Fix constraints.
17828
17829 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
17830
17831         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
17832
17833 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
17834
17835         * config/mips/mips.md (leadi): Use dla rather than la.
17836
17837 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
17838
17839         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
17840         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
17841
17842 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
17843
17844         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
17845         redefinition.
17846
17847 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
17848
17849         * config/h8300/h8300.md (*extzv_8_23): New.
17850
17851 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17852
17853         * pa64-hpux.h (JCR_SECTION_NAME): Define.
17854         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
17855         USE_EH_FRAME_REGISTRY when defining.
17856
17857 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
17858
17859         * config/h8300/h8300.c (output_a_shift): Do not output a
17860         variable shift.
17861         * config/h8300/h8300.md (two splitters): New.
17862
17863 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
17864
17865         * config/mips/mips.md: Disable the movstrsi define_split.
17866
17867 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17868
17869         * alloc-pool.c: Don't include "libiberty.h".
17870         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
17871         * convert.c (convert_to_real): Hide unused variable.
17872
17873 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17874
17875         * Makefile.in (gtyp-gen.h): Const-ify.
17876         * gcov-dump.c (tag_table): Likewise.
17877
17878 2003-01-04  Bruce Korb  <bkorb@gnu.org>
17879
17880         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
17881         of *both* the file name and the fix name.
17882
17883 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
17884
17885         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
17886         collect2.
17887         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
17888         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
17889         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
17890         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
17891         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
17892         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
17893         elfos.h.
17894         (EH_FRAME_IN_DATA_SECTION): Delete define.
17895         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
17896         (STARTFILE_SPEC): Use crtbegin.o.
17897         (ENDFILE_SPEC): Use crtend.o.
17898         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
17899         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
17900         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
17901         DTOR_LIST_BEGIN): Define.
17902         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
17903         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
17904         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
17905
17906 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
17907
17908         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
17909         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
17910         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
17911         Cleanup handling of replacement text.
17912         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
17913
17914 2003-01-04  Bruce Korb  <bkorb@gnu.org>
17915
17916         * fixinc/tests/base/math.h: removed obsolete results
17917         * fixinc/tests/base/stdlib.h: ditto
17918         * fixinc/tests/base/sys/param.h: ditto
17919         * fixinc/tests/base/sys/stat.h: ditto
17920         * fixinc/tests/base/time.h: ditto
17921         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
17922         * fixinc/tests/base/sys/byteorder.h: ditto
17923         * fixinc/inclhack.def: Remove superfluous backslashes
17924
17925 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
17926
17927         * config/h8300/h8300-protos.h: Add prototypes for
17928         the new functions defined below.
17929         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
17930         define.
17931         (dosize): Emit RTL instead of assembly code.
17932         (push): Likewise.
17933         (pop): Likewise.
17934         (h8300_output_function_prologue): Remove.
17935         (h8300_expand_prologue): New.
17936         (h8300_expand_epilogue): New.
17937         (h8300_output_function_epilogue): Do only the reset of
17938         pragma_saveall.
17939         * config/h8300/h8300.md (push_h8300): New.
17940         (push_h8300hs): Likewise.
17941         (pop_h8300): Likewise.
17942         (pop_h8300hs): Likewise.
17943         (*stm_h8300s_2): Change the name to stm_h8300s_2.
17944         (*stm_h8300s_3): Change the name to stm_h8300s_3.
17945         (*stm_h8300s_4): Change the name to stm_h8300s_4.
17946         (*ldm_h8300s_2): New.
17947         (*ldm_h8300s_3): Likewise.
17948         (*ldm_h8300s_4): Likewise.
17949         (return): Likewise.
17950         (*return_1): Likewise.
17951         (prologue): Likewise.
17952         (epilogue): Likewise.
17953         (monitor_prologue): Likewise.
17954
17955 2003-01-03  Dale Johannesen  <dalej@apple.com>
17956
17957         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
17958           machopic_picsymbol_stub1.
17959           (EXTRA_SECTION_FUNCTIONS):  Ditto.
17960         * rs6000/rs6000.c:  Update copyright.
17961           (machopic_output_stub):  Use them.  Remove an insn from stub code.
17962
17963 2003-01-02  Jason Merrill  <jason@redhat.com>
17964
17965         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
17966
17967         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
17968         static/external decls.
17969
17970         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
17971         outermost scope.
17972         * c-decl.c (c_make_fname_decl): Push the decls there, too.
17973
17974 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
17975
17976         * config/h8300/h8300-protos.h: Add a prototype for
17977         h8300_current_function_interrupt_function_p.
17978         * config/h8300/h8300.c (interrupt_handler): Remove.
17979         (os_task): Likewise.
17980         (monitor): Likewise.
17981         (pragma_interrupt): New.
17982         (WORD_REG_USED): Use
17983         h8300_current_function_interrupt_function_p.
17984         (dosize): Likewise.
17985         (h8300_output_function_prologue): Likewise.
17986         Do not set interrupt_handler, os_task, monitor.
17987         (h8300_output_function_prologue): Use
17988         h8300_current_function_interrupt_function_p.
17989         Do not set interrupt_handler, os_task, monitor.
17990         (h8300_current_function_interrupt_function_p): New.
17991         (h8300_pr_interrupt): Set pragma_interrupt.
17992         (h8300_insert_attributes): Reset pragma_interrupt.
17993
17994 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17995
17996         * doc/install.texi (Configuration): Fix markup for reference to
17997         gcc/config.gcc.
17998
17999 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
18000
18001         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
18002         (*iorhi3_two_qi): Likewise.
18003         (*iorsi3_zexthi): Likewise.
18004         (*xorhi3_zextqi): Likewise.
18005         (*xorsi3_zexthi): Likewise.
18006         (*xorsi3_zextqi): Likewise.
18007
18008 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
18009
18010         * config/h8300/h8300.c (stack_pointer_operand): New.
18011         (const_int_gt_2_operand): Likewise.
18012         (const_int_ge_8_operand): Likewise.
18013         * config/h8300/h8300.md (a splitter): Likewise.
18014         (a peephole2): Likewise.
18015         * config/h8300/h8300-protos.h: Add prototypes for the new
18016         functions above.
18017
18018 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
18019
18020         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
18021         objc/objc-act.h: Fix copyright years.
18022
18023 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
18024
18025         * doc/passes.texi: Fix documentation for -fssa-ccp
18026
18027 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
18028
18029         * gccbug.in: Update for new categories.
18030
18031 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18032
18033         * config/h8300/h8300.md: Reorder some patterns.
18034
18035 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18036
18037         * config/h8300/h8300.c (output_logical_op): Fix a warning.
18038
18039 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18040
18041         * config/darwin-protos.h, config/c4x/c4x-protos.h,
18042         config/cris/cris-protos.h, config/i370/i370-protos.h,
18043         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
18044         config/v850/v850-protos.h: Use struct, and don't conditionally
18045         compile on GCC_C_PRAGMA_H.
18046
18047 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18048
18049         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
18050         * config/h8300/h8300-protos.h: Likewise.
18051         * config/sh/sh-protos.h: Likewise.
18052
18053 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18054
18055         * config/arm/arm-protos.h: Use struct cpp_reader instead of
18056         cpp_reader.
18057         * config/h8300/h8300-protos.h: Likewise.
18058         * config/sh/sh-protos.h: Likewise.
18059
18060 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18061
18062         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
18063         arm_pr_long_calls_off): Use struct.
18064         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
18065         : Similarly.
18066         Don't include cpplib.h.
18067         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
18068         sh_pr_nosave_low_regs): Similarly.
18069
18070 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18071
18072         * config/h8300/h8300.c: Include cpplib.h.
18073
18074 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
18075
18076         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
18077           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
18078           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
18079           "GCC" in the copyright header.
18080
18081 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18082
18083         * c-pragma.c (c_register_pragma): New.
18084         (init_pragma): Use it.
18085         * c-pragma.h (cpp_register_pragma): Don't declare.
18086         (c_register_pragma): New.
18087         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
18088         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
18089         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
18090         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
18091         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
18092         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
18093         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
18094         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
18095         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
18096         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
18097         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
18098         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
18099
18100 See ChangeLog.8 for earlier changes.