* config.gcc: Add an extra_header for ARM targets.
[official-gcc.git] / gcc / ChangeLog
blobe1a63b4441e712a5822d5ef6be1940c924f90d62
1 2003-06-18  Nick Clifton  <nickc@redhat.com>
3         * config.gcc: Add an extra_header for ARM targets.
4         Support configuring with --with-cpu=iwmmxt.
5         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
6         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
7         names.  Fix formatting.        
8         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
9         names.
10         * config/arm/arm-protos.h (arm_emit_vector_const): New
11         prototype.
12         (arm_output_load_gr): New prototype.
13         * config/arm/arm.c (extra_reg_names1): Delete.
14         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
15         * arch_is_iwmmxt): Define.
16         (all_cores, all_architecture): Add entry for iwmmxt.
17         (arm_override_options): Add support for iwmmxt.
18         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
19         arm_print_value, arm_rtx_costs_1, output_move_double,
20         arm_compute_save_reg_mask, arm_output_epilogue,
21         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
22         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
23         Likewise.
24         (arm_init_cumulative_args): Count iwmmxt registers.
25         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
26         has been set.
27         (struct minipool_node): Add fix_size field.
28         (add_minipool_forward_ref): Add support for 8-byte aligning of
29         the pool.
30         (add_minipool_backward_ref, add_minipool_offsets,
31         dump_minipool, push_minipool_fix): Likewise.
32         (struct builtin_description): New struct.
33         (builtin_description): New array of iwmmxt builtin functions.
34         (arm_init_iwmmxt_builtins): New function.
35         (arm_init_builtins): New function.
36         (safe_vector_operand): New function.
37         (arm_expand_binop_builtin): New function.
38         (arm_expand_unop_builtin): New function.
39         (arm_expand_builtin): New function.
40         (arm_emit_vector_const): New function.
41         (arm_output_load_gr): New function.
42         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
43         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
44         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
45         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
46         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
47         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
48         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
49         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
50         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
51         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
52         registers unless the iwmmxt target is selected.
53         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
54         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
55         IS_IWMMXT_GR_REGNUM): Define.
56         (FIRST_PSEUDO_REGISTER): Bump to 63.
57         (struct machine_function): Add sibcall_blocked field.
58         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
59         nargs fields.
60         (enum arm_builtins): New enum list.
61         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
62         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
63         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
64         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
65         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
66         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
67         (movv2si, movv4hi, movv8qi): New expands for vector moves.
68         Include iwmmxt.md.
69         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
70         multilib.
71         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
72         * config/arm/mmintrin.h: New ARM specific header file.
73         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
75 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
77         * toplev.c (Remaining -d letters summary): Update.
79 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
81         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
82         argument.
83         (function_arg): Handle CALL_LIBCALL flag.
84         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
85         prototype.
86         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
87         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
88         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
89         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
91 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
93         * Makefile.in: Update.
94         * common.opt: New options.
95         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
96         set_Wunused): New.
97         (common_handle_option): Handle new options.
98         * toplev.c (set_target_switch): Export.
99         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
100         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
101         (independent_decode_option): More options handled in opts.c now.
102         Change prototype.
103         * toplev.h (set_target_switch): New.
105 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
107         PR debug/4252
108         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
109         to dump_switch_p().
110         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
111         from static strings in dump_files.
113 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
115         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
116         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
117         libiberty macros.
119 2003-06-17  Jason Merrill  <jason@redhat.com>
121         PR c++/10929
122         * tree-inline.c (expand_call_inline): Don't warn about failing to
123         inline a function which was made inline by -finline-functions.
125 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
127         * config/h8300/h8300-protos.h: Update to ISO C.
128         * config/h8300/h8300.c: Likewise.
129         * config/h8300/h8300.h: Likewise.
130         * config/h8300/h8300.md: Likewise.
132 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
134         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
135         * configure: Regenerate.
136         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
138 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
140         * install.texi (Testing): Add information on how to run Java
141         runtime tests separately.
143 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
145         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
147         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
148         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
150 2003-06-17  Christopher Faylor  <cgf@redhat.com>
152         * doc/install.texi: Add msvc rebuild caveat.
154 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
156         * config/sh/coff.h: Replace Hitachi with Renesas.
157         * config/sh/elf.h: Likewise.
158         * config/sh/embed-elf.h: Likewise.
159         * config/sh/lib1funcs.asm: Likewise.
160         * config/sh/sh-protos.h: Likewise.
161         * config/sh/sh.c: Likewise.
162         * config/sh/sh.h: Likewise.
163         * config/sh/sh.md: Likewise.
165 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
167         * ChangeLog.3: Fix comment typos.
168         * ChangeLog.6: Likewise.
169         * config/d30v/d30v.c: Likewise.
170         * config/h8300/h8300.md: Likewise.
171         * config/m32r/m32r.md: Likewise.
172         * config/mips/mips.c: Likewise.
173         * config/mips/mips.md: Likewise.
174         * config/ns32k/NOTES: Likewise.
176 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
177             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
178         
179         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
180         to run Java runtime tests separately.
182 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
184         * config/h8300/h8300-protos.h: Update a comment.
186 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
188         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
189         are aligned like integral modes.
190         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
192         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
193         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
194         * sh.md (*pt): Remove.
196         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
198         * sh.md (return_media_rte): New pattern.
199         (return_media): Use it.
201 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
203         * doc/contrib.texi: Replace Hitachi with Renesas.
204         * doc/install.texi: Likewise.
205         * doc/invoke.texi: Likewise.
207 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
209         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
210         behaviour.
212 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
214         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
216         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
217         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
219         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
220         -msdata=eabi usages.
222         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
224 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
226         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
227         * fixinc/gnu-regex.c: Don't define `volatile'.
228         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
229         * ggc-simple.c: Likewise.
230         * system.h: Don't define `volatile'.
232         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
233         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
234         call these macros.
235         * config.in, configure: Regenerated.
237 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
239         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
240         Handle POINTERS_EXTEND_UNSIGNED.
242 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
244         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
245         !TARGET_IRIX6]: Define as NULL.
247 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
249         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
251 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
253         * dbxout.c (dbxout_source_line_counter): New global variable.
254         Mark it with GTY(()).
255         (dbxout_source_line): Increment dbxout_source_line_counter
256         and pass it to ASM_OUTPUT_SOURCE_LINE.
257         * sdbout.c (sdbout_source_line_counter): New global variable.
258         Mark it with GTY(()).
259         (unnamed_struct_number): Mark it with GTY(()).
260         (sdbout_source_line): Increment sdbout_source_line_counter
261         and pass it to ASM_OUTPUT_SOURCE_LINE.
262         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
263         (xcoffout_source_line): Pass 0 as third argument to
264         ASM_OUTPUT_SOURCE_LINE.
265         (xcoffout_begin_prologue): Likewise.
266         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
267         Use it instead of 'sym_lineno' but without incrementing it.
268         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
269         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
270         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
271         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
272         argument to ASM_OUTPUT_SOURCE_LINE.
273         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
274         * config/arm/aout.h: Remove useless comment.
275         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
276         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
277         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
278         Use it instead of 'sym_lineno' but without incrementing it.
279         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
280         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
281         parameter. Use it instead of 'sym_lineno' but without incrementing it.
282         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
283         argument to ASM_OUTPUT_SOURCE_LINE.
284         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
285         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
286         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
287         Use it instead of 'sym_lineno' but without incrementing it.
288         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
289         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
290         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
291         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
292         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
294 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
296         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
297         (expand_block_move, output_block_move): Remove.
298         * config/mips/mips.h (enum block_move_type): Remove.
299         * config/mips/mips.c (block_move_call, output_block_move): Remove.
300         (mips_block_move_straight, mips_adjust_block_mem): New function.
301         (mips_block_move_loop): Renamed and reworked from block_move_loop.
302         (mips_expand_block_move): Likewise expand_block_move.  Return false
303         to fall back on the target-independent code.
304         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
305         (movstrsi_internal*): Remove.
307 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
309         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
310         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
311         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
312         ISO C: new-style function declarations, no need for PARAMS,
313         no special punctuation on indirect function calls, use string
314         constant concatenation where convenient.
316 2003-06-17  Andreas Jaeger  <aj@suse.de>
318         * rtl.h: Remove declarations from coverage.h.
319         * toplev.c: Include coverage.h.
320         * Makefile.in (toplev.o): Depend on coverage.h.
322         * toplev.h: Remove extra declaration of print_time.
324         * gengtype.c (close_output_files): Remove duplicated declaration.
326 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
328         * config/sparc/sysv4.h: Remove target-independent comment;
329         replace "GNU CC" with "GCC".
330         * config/vxworks.h: Replace "GNU compiler" with "GCC".
331         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
332         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
333         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
334         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
335         config/sparc/rtemself.h, config/sparc/sol2-64.h,
336         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
337         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
338         config/sparc/sol2.h, config/sparc/sp64-aout.h,
339         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
340         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
341         "GNU compiler", "GNU CC" with "GCC".
342         * config/sparc/cypress.md, config/sparc/hypersparc.md,
343         config/sparc/sparc-modes.def, config/sparc/sparc.c,
344         config/sparc/sparc.md, config/sparc/sparclet.md,
345         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
346         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
347         "GNU C Compiler" with "GCC".
348         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
350 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
352         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
353         constants.
355         * testsuite/gcc.c-torture/execute/simd-4.c: New.
357 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
359         * config/ip2k/ip2k.h: Remove target-independent comments.
361         * config.gcc: Explicitly mention elfos.h in ip2k entry.
362         * config/ip2k/ip2k.h: Don't #include it here.
364 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
366         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
367         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
368         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
369         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
370         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
371         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
372         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
373         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
374         the PTR macro.
376         * gengtype.c: Don't use UNION_INIT_ZERO.
377         * system.h (UNION_INIT_ZERO): Delete.
379 2003-06-16  Richard Henderson  <rth@redhat.com>
381         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
382         GET_MODE_UNIT_SIZE when simplifying constant vectors.
384 2003-06-16  Andreas Jaeger  <aj@suse.de>
386         * timevar.c (get_run_time): Remove function provided also by
387         libiberty.
388         * timevar.h: Remove get_run_time declaration.
390 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
392         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
393         unreachable code.
395 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
397         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
398         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
399         use macros from "symcat.h", instead rely on ISO C.
401         * system.h: Don't include "symcat.h".
402         * configure.in (AC_C_STRINGIZE): Delete.
403         * config.in, configure: Regenerate.
405 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
407         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
409         * tree.h (STMT_CHECK): New macro.
410         Also upper-case argument names on all checking macros and
411         fix some whitespace problems; assume CODE argument does not
412         have side-effects.
414 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
416         * scan.h: Convert to ISO C.
417         * system.h: Likewise.
419         * c-format.c (dynamic_format_types): New pointer for dynamic data.
420         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
421         New functions split out of...
422         (handle_format_attribute): ...here.
424 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
426         * sh.h (REG_CLASS_FROM_LETTER): Change to:
427         (REG_CLASS_FROM_CONSTRAINT).
428         (CONST_OK_FOR_I): Rename to:
429         (CONST_OK_FOR_I08).  Changed all users.
430         (CONST_OK_FOR_J): Rename to:
431         (CONST_OK_FOR_I16).  Changed all users.
432         (CONST_OK_FOR_K): Rename to:
433         (CONST_OK_FOR_P27).  Changed all users.
434         (CONST_OK_FOR_L): Rename to:
435         (CONST_OK_FOR_K08).  Changed all users.
436         (CONST_OK_FOR_O): Rename to:
437         (CONST_OK_FOR_I06).  Changed all users.
438         (CONST_OK_FOR_P): Rename to:
439         (CONST_OK_FOR_I10).  Changed all users.
440         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
441         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
442         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
443         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
444         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
445         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
446         (CONST_OK_FOR_LETTER_P): Replace with
447         (CONST_OK_FOR_CONSTRAINT_P).
448         (EXTRA_CONSTRAINT_S): Rename to:
449         (EXTRA_CONSTRAINT_C16).  Changed all users.
450         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
451         (EXTRA_CONSTRAINT_T): Rename to:
452         (EXTRA_CONSTRAINT_Csy).  Changed all users.
453         (EXTRA_CONSTRAINT_Z): Remove.
454         (EXTRA_CONSTRAINT): Replace with:
455         (EXTRA_CONSTRAINT_STR).
456         (EXTRA_CONSTRAINT_U): Rename to:
457          (EXTRA_CONSTRAINT_Z).  Changed all users.
458         * sh.c (and_operand): Use CONST_OK_FOR_J16.
459         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
460         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
461         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
462         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
463         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
464         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
465         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
466         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
467         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
468         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
469         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
470         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
471         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
472         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
473         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
474         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
475         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
476         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
477         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
478         (sssubv4hi3): Likewise.
479         (movsf_i): Change I[08]/r to G/r.
480         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
482         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
484 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
486         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
488 2003-06-16  Andreas Jaeger  <aj@suse.de>
490         * basic-block.h: Remove duplicate prototype of
491         note_prediction_to_br_prob.
493         * tree.h: Remove duplicate prototype of strip_float_extensions.
495 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
497         * config/c4x/c4x.c: Don't include "c-tree.h".
498         * config/pa/pa.c: Likewise.
499         * langhooks.c: Likewise.
500         * tree.h (poplevel): Declare.
502 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
504         * config/h8300/h8300.c (const_costs): Move this to ...
505         (h8300_rtx_costs): ... here.
507 2003-06-16  Roger Sayle  <roger@eyesopen.com>
509         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
510         (tan_optab, atan_optab): Define corresponding macros.
511         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
512         * genopinit.c (optabs): Implement tan_optab and atan_optab
513         using tan?f2 and atan?f2 patterns.
514         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
515         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
516         Change the default value of errno_set to false.
517         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
518         using expand_builtin_mathfn.
520         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
521         expander patterns implemented using existing atan2?f3 patterns.
523 2003-06-16  Roger Sayle  <roger@eyesopen.com>
525         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
526         both operands of the addition equal, reuse the expanded RTL.
527         (expand_expr <MULT_EXPR>): Likewise for multiplication.
529 2003-06-16  Roger Sayle  <roger@eyesopen.com>
530             Jeff Law  <law@redhat.com>
532         * fold-const.c (operand_equal_p): Consider two calls to "const"
533         functions with identical non-volatile arguments to be equal.
534         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
535         built-in function to be equal to the "foo" form.
537 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
539         * config/rs6000/sysv4le.h: Remove target-independent comment.
540         Replace "GNU compiler" with "GCC" in comment.
542 2003-06-16  Andreas Jaeger  <aj@suse.de>
544         * tracer.c: Remove duplicate declaration.
546         * toplev.c: Remove extra declaration of decode_d_option.
548         * ssa.c: Remove duplicate declaration.
550         * sreal.c: Remove extra declaration of dump_sreal.
552         * reload1.c: Remove duplicate declarations.
554         * integrate.c: Remove extra declaration of
555         set_decl_abstract_flags.
557         * flow.c: Remove extra declaration of dump_flow_info.
559         * alias.c: Remove extra declaration of get_addr.
561 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
563         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
564         config/vxworks.h: GNU CC -> GCC.
566         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
567         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
568         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
569         ssa.h, tree.def: Replace overly specific references to "GNU C"
570         and "GNU C Compiler" with references to "GCC".
572 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
574         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
575         memory reference.  Fix test that checks if operand 1 is using r0.
576         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
578         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
579         defined.
581 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
583         * function.h (struct emit_status): Remove x_last_linenum,
584         x_last_filename. Add x_last_location.
585         * rtl.h: #include "input.h".
586         (NOTE_DATA): New.
587         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
588         number notes.
589         * emit-rtl.c (last_linenum, last_filename): Remove.
590         (last_location): New.
591         (emit_line_note_after): LINE must always be >= 0.
592         (emit_line_note): Likewise. Check not duplicate here...
593         (emit_note): ... rather than here.
594         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
595         * integrate.c (expand_inline_function): Use emit_line_note for
596         line number notes.
597         (copy_insn_list): Likewise.
598         * unroll.c (copy_loop_body): Likewise.
599         * Makefile.in (RTL_H): Add input.h.
601 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
603         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
605 2003-06-16  Richard Henderson  <rth@redhat.com>
607         * config/alpha/alpha-protos.h, config/alpha/elf.h,
608         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
609         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
610         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
611         Remove unneeded static function decls.
613 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
615         * c-opts.c (c_common_handle_option): s/on/value/.
616         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
617         directly rather than converting the argument.
618         * c.opt: Update docs.  Use UInteger where appropriate.
619         * common.opt: Use UInteger where appropriate.
620         * opts.c (integral_argument): New.
621         (handle_argument): Handle integral arguments, and optional
622         joined arguments.
623         (common_handle_option): Update.
624         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
625         * opts.sh: Handle JoinedOrMissing and UInteger flags.
627 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
629         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
630         unnecessary extern declaration.
632 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
634         * config/gofast.h, config/interix.h, config/interix3.h,
635         config/libgloss.h, config/linux-aout.h, config/linux.h,
636         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
637         * config/kaos.h: "GNU compiler" -> GCC.
638         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
640         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
641         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
642         GNU CC -> GCC.
644         * config/svr3.h: Remove #if 0 code, misleading comments.
645         GNU CC -> GCC.
647 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
649         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
650         main_input_filename to avoid conflict with input_filename macro.
652 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
654         * config/mips/mips.h (asm_file_name, g_switch_set,
655         g_switch_value): Remove.
656         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
657         unnecessary extern declarations.
659 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
661         * config/frv/frv.h: Remove declaration of g_switch_value.
662         * config/m32r/m32r.h: Remove declaration of g_switch_value.
663         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
665 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
667         * opts.sh: Quote '+' in regex.
669 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
671         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
672         * config/rs6000/rs6000.c: Include cfglayout.h.
673         * config/alpha/alpha.c: Likewise.
674         * config/ia64/ia64.c: Likewise.
675         * config/sparc/sparc.c: Likewise.
676         * config/sh/sh.c: Likewise.
678 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
680         * opts.sh: Quote '+' in regex.
682 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
684         * c-opts.c (lang_flags): Update for new spelling of flags.
685         (write_langs): Similarly.
686         * c.opt: Specify languages.
687         * opts.h: Remove languages.
688         * opts.sh: Recognise front-end defined languages.
689         * doc/sourcebuild.texi: Update.
691 2003-06-15  Andreas Jaeger  <aj@suse.de>
693         * alloc-pool.c: Convert to ISO C90 prototypes.
694         * alloc-pool.h: Likewise.
695         * alias.c: Likewise.
696         * attribs.c: Likewise.
697         * bb-reorder.c: Likewise.
698         * bitmap.h: Likewise.
699         * bitmap.c: Likewise.
700         * builtins.c: Likewise.
702         * tree.h: Convert prototypes of attribs.c to ISO C90.
703         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
704         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
705         * expr.h: Convert prototypes of builtins.c to ISO C90.
707 2003-06-15  Roger Sayle  <roger@eyesopen.com>
709         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
710         implement exp, expf and expl built-ins as inline x87 intrinsics.
711         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
712         represent x87's fscale, frndint and f2xm1 insns respectively.
713         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
714         to encode x87's "fscale" instruction followed by a pop.
715         (*frndintxf2): New insn pattern for "frndint".
716         (*f2xm1xf2): New insn pattern for "f2xm1".
718         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
719         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
720         UNSPEC_FPATAN.
722 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
724         * gencheck.c (main): Avoid generating duplicate macros.
726         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
727         knowing names of language subdirectories.
729 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
731         * c-pch.c (asm_file_name): Remove.
732         * common.opt: Add more switches.
733         * flags.h (g_switch_set): Boolify.
734         * opts.c (g_switch_value, g_switch_set, exit_after_options,
735         version_flag): Move from toplev.c.
736         (common_handle_option): Handle more switches from toplev.c.
737         * toplev.c (display_help, display_target_options, decode_d_option,
738         print_version): Make non-static, remove prototypes.
739         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
740         (version_flag, g_switch_value, g_switch_set, exit_after_options):
741         Remove.
742         (independent_decode_option): Move some handlers to opts.c.
743         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
744         exit_after_options, version_flag, display_help, display_target_options,
745         print_version, decode_d_option): New.
747 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
749         * config/alpha/alpha.md: Follow spelling conventions.
750         * config/arm/arm.c: Likewise.
751         * config/arm/arm.h: Likewise.
752         * config/arm/arm.md: Likewise.
753         * config/arm/crtn.asm: Likewise.
754         * config/m32r/m32r.c: Likewise.
755         * config/m32r/m32r.md: Likewise.
756         * config/rs6000/rs6000.c: Likewise.
758 2003-06-15  Richard Henderson  <rth@redhat.com>
760         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
761         insn_locators_initialize.
762         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
763         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
764         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
765         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
767 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
769         * builtins.c (expand_builtin_expect_jump): Remove redundant
770         tests that are also in any_condjump_p().
772 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
774         * libgcc2.c: Delete sysV68 L_trampoline section.
775         * config/m68k/mot3300-crt0.S: Delete file.
776         * config/m68k/mot3300Mcrt0.S: Likewise.
778 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
780         * config/aoutos.h: Remove.
781         * config.gcc: Remove reference to aoutos.h.
782         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
784 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
786         * doc/install.texi: Follow spelling conventions.
787         * doc/tm.texi: Likewise.
788         * config/fp-bit.c: Likewise.
789         * config/arm/arm.c: Likewise.
790         * config/frv/frv.c: Likewise.
791         * config/ns32k/NOTES: Likewise.
792         * config/ns32k/STATUS: Likewise.
794 2003-06-14  Roger Sayle  <roger@eyesopen.com>
795             Zack Weinberg  <zack@codesourcery.com>
797         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
798         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
799         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
801         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
802         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
803         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
804         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
805         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
806         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
807         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
808         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
809         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
810         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
811         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
812         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
813         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
814         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
815         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
816         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
817         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
818         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
819         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
820         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
822 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
824         * opts.sh (POSIXLY_CORRECT): Unset it.
826         * tree.h (init_function_start): Remove filename and line paramters.
827         * function.c (init_function_start): Remove filename and line
828         parameters. Use DECL_SOURCE_LOCATION.
829         * c-decl.c (store_parm_decls): Adjust init_function_start call.
830         (c_expand_body_1): Likewise.
831         * coverage.c (create_coverage): Likewise.
832         * objc/objc-act.c (build_tmp_function_decl): Set line number to
833         zero.
834         (hack_method_prototype): Adjust init_function_start call.
836 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
838         PR target/3724
839         * arm/linux-elf.h (PROFILE_HOOK): Define.
841 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
843         PR target/11183
844         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
846 2003-06-14  Roger Sayle  <roger@eyesopen.com>
848         * opts.sh: Work around a mysterious feature in cygwin's gawk
849         where specifying the input files explicitly has a different
850         behavior to piping them via stdin.
852 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
854         * doc/sourcebuild.texi: Update.
856 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
858         PR target/11183
859         * arm.c (output_move_double): Pass SImode to adjust_address.
861 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
863         * Makefile.in: Update to use common.opt and lang_opt_files.
864         (c-options.c, c-options.h): Remove.
865         (options.c, options.h): Add.
866         * c-opts.c: Include options.h not c-options.h.
867         * common.opt: New file.
868         * configure, configure.in: Add lang_opt_files.
869         * opts.c: Include flags.h and diagnostic.h.
870         (common_handle_option): New.
871         (handle_option): Update to recognize common options and all
872         language-dependent options.
873         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
874         (struct cl_option): Make flags of type int.
875         * opts.h: Flag option with front ends to which it applies.
876         Handle duplicate options.
877         * toplev.c (filename): Remove.
878         (independent_decode_option): Don't handle filenames and -quiet.
879         (process_options, do_compile): Update.
881 2003-06-14  Nick Clifton  <nickc@redhat.com>
883         * doc/install.texi (Specific): Add description of different
884         ARM supported file format targets.
886 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
888         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
889         inside delay slots.
891 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
893         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
894         * unwind-pe.h (size_of_encoded_value): Do not define if
895         NO_SIZE_OF_ENCODED_VALUE is defined.
897 2003-06-13  Roger Sayle  <roger@eyesopen.com>
899         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
900         expanding a complex constant into a CONCAT target.
902 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
904         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
905         (ASM_FILE_START_1): Delete.
906         * config/i386/att.h, config/i386/sco5.h,
907         config/i386/sysv3.h
908         (ASM_FILE_START_1): Delete.
910 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
912         * config/i386/bsd.h: Remove ASM_FILE_START.
913         * config/i386/djgpp.h: Likewise.
914         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
916         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
917         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
919 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
921         PR bootstrap/10835
922         * haifa-sched.c (max_lookahead_tries,
923         cached_first_cycle_multipass_dfa_lookahead,
924         cached_issue_rate): New variables.
925         (max_issue): Check the number of tries.
926         (choose_ready): Calculate max_lookahead_tries.
927         (sched_init): Check cached_issue_rate.
929 2003-06-13  Richard Henderson  <rth@redhat.com>
931         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
932         * cfgrtl.c (purge_dead_edges): Expect it too.
934 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
935             Eric Botcazou  <ebotcazou@libertysurf.fr>
937         PR bootstrap/10983
938         * combine.c (make_extraction): Use gen_lowpart_for_combine
939         when extracting from a REG and not in the destination of a SET.
941 2003-06-13  Doug Evans  <dje@sebabeach.org>
943         * tsystem.h (abort): Declare in inhibit_libc case to remove build
944         warnings for addvsi3, et.al.
946 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
948         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
950         * simplify-rtx.c (simplify_subreg): Same.
952         * emit-rtl.c (gen_lowpart_common): Same.
954 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
956         * builtins.c: Fix comment typos.
957         * fold-const.c: Likewise.
959 2003-06-13  Doug Evans  <dje@sebabeach.org>
960             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
962         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
963         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
964         (m32r_va_arg): Use it.
965         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
966         (RETURN_IN_MEMORY): Ditto.
968 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
970         * c-typeck.c: Remove #if 0 clauses.
972         PR other/1494
973         * config/alpha/openbsd.h, config/i386/openbsd.h,
974         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
975         residual reference to EGCS.
977 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
979         * arm.c (output_call_mem): If the address references the link-register
980         use an instruction sequence that avoids early-clobbering IP.
981         (eliminate_lr2ip): Delete.
983 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
985         * c-format.c (format_types_orig): Disallow '*' width/precision in
986         asm_fprintf format checks.
988 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
990         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
991         non-integral types from integer register save area slots.
993 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
995         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
997 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
999         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
1001 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1003         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
1004         to file_end_indicate_exec_stack.
1006 2003-06-12  Richard Henderson  <rth@redhat.com>
1008         PR target/11089
1009         * config/i386/i386.md (sse_movaps): Use an expander to force
1010         one operand to be a register.
1011         (sse_movups): Likewise.
1013 2003-06-13  Doug Evans  <dje@sebabeach.org>
1015         Remove some build warnings.
1016         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
1017         (__do_global_ctors,__do_global_dtors): Ditto.
1019 2003-06-12  Richard Henderson  <rth@redhat.com>
1021         PR middle-end/10557
1022         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
1024 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
1026         * config/m32r/m32r.md: Fix a comment typo.
1028 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1029             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
1031         PR target/10142
1032         * config/sparc/sparc.c (function_arg_record_value_parms): Add
1033         new 'stack' field.
1034         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
1035         integer slots for an integer field.
1036         (function_arg_record_value_3): Shift vector index.
1037         (function_arg_record_value_2): Likewise.
1038         (function_arg_record_value): Initialize 'stack' to 0.
1039         Set 'stack' to 1 if we run out of integer slots for an integer field.
1040         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
1042 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1044         PR optimization/10955
1045         * unroll.c (unroll_loop): Fix off-by-one bug.
1047 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
1049         * config/rs6000/rs6000.c (function_arg): Remove typo.
1051 2003-06-12  Richard Henderson  <rth@redhat.com>
1053         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
1054         and UNSPEC_DTPOFF.
1056 2003-06-12  Richard Henderson  <rth@redhat.com>
1058         PR middle-end/10475
1059         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
1060         for extracting sub-words.
1062 2003-06-12  Richard Henderson  <rth@redhat.com>
1064         PR target/7594
1065         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
1066         (zero_extendqihi2, zero_extendqisi2): Likewise.
1068 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
1070         * config/rs6000/rs6000.c (function_arg): Always split vectors for
1071         e500 if it's a stdarg function.
1072         (function_arg_advance): Advance 2 registers for vectors in a
1073         stdarg function.
1074         (init_cumulative_args): Initialize stdarg.
1075         (rs6000_spe_function_arg): New.
1077         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
1079 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
1081         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
1083 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1085         PR middle-end/168
1086         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
1087         and multiplication of zero extensions, floating point division,
1088         and integer<->fp, fp<->fp and zero extension conversions.
1089         The built-in ceil and floor functions preserve signedness.
1091 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
1093         * ChangeLog: Follow spelling conventions.
1094         * ChangeLog.2: Likewise.
1095         * c-decl.c: Likewise.
1096         * cfgloop.h: Likewise.
1097         * cgraph.c: Likewise.
1098         * coverage.c: Likewise.
1099         * cppcharset.c: Likewise.
1100         * cpphash.h: Likewise.
1101         * cpplex.c: Likewise.
1102         * cpplib.c: Likewise.
1103         * dbxout.c: Likewise.
1104         * df.c: Likewise.
1105         * dwarf2out.c: Likewise.
1106         * dwarfout.c: Likewise.
1107         * emit-rtl.c: Likewise.
1108         * explow.c: Likewise.
1109         * gcov-io.c: Likewise.
1110         * gcov-io.h: Likewise.
1111         * gcov.c: Likewise.
1112         * gengtype.c: Likewise.
1113         * ggc.h: Likewise.
1114         * opts.c: Likewise.
1115         * real.c: Likewise.
1116         * reload.c: Likewise.
1117         * stmt.c: Likewise.
1119 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
1121         * doc/install.texi (m32r-*-elf): Change company to Renesas.
1123 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
1125         * basic-block.h (flow_delete_block_noexpunge): Kill.
1126         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
1127         rtl_delete_block.
1129 2003-06-10  Richard Henderson  <rth@redhat.com>
1131         PR inline-asm/4823
1132         * reg-stack.c (any_malformed_asm): New.
1133         (check_asm_stack_operands): Set it.
1134         (convert_regs_1): Check it before aborting.
1136 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
1138         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
1140 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
1142         * c-opts.c (complain_wrong_lang): Add on argument.
1143         Print no- switch if on is false.
1144         (c_common_decode_option): Adjust caller.
1146 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
1148         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
1149         to initialize GOT register.
1151 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1153         * fold-const.c (tree_expr_nonnegative_p): Add support for
1154         floating point constants, addition and multiplication.
1156 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
1158         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
1159         constraint modifier for operand 0.
1161 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
1163         Don't warn on dollars in builtin macro definitions,
1164         e.g. __REGISTER_PREFIX__.
1165         * cpphash.h (struct cpp_reader): Move member warn_dollars...
1166         * cpplib.h (struct cpp_options): ...to here.  Change type to
1167         unsigned char.
1168         * cppinit.c (cpp_create_reader): Set it to 1 here.
1169         (post_options): Don't set it here.
1170         * c-opts.c (c_common_init_options): Reset it to 0 here.
1171         (finish_options): Set it here.
1172         * cpplex.c (forms_identifier_p): Tweak for new location of
1173         warn_dollars.
1175         * configure.in (assembler dwarf2 debug_line support): Define insn
1176         for cris-*-* and mmix-*-*.
1177         * configure: Regenerate.
1179 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
1181         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
1182         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
1183         (sh-*-elf*): Add sh*-*-kaos* support.
1184         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
1185         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
1186         config/sh/kaos-sh.h: New files.
1188 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
1190         * gcse.c (fis_get_condition): Make it a global function.
1191         * reload1.c (reload_cse_move2add): Detect implicit sets.
1192         * rtl.h: Add a prototype for fis_get_condition.
1194 2003-06-11  Richard Henderson  <rth@redhat.com>
1196         * stmt.c (expand_asm_operands): Don't warn for memories with
1197         queued addresses.
1199 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
1201         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
1202         brackets.
1204 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
1206         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
1207         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
1208         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
1209         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
1210         * langhooks.c (lhd_decode_option): Remove.
1211         * langhooks.h (struct lang_hooks): Remove decode_option.
1212         * opts.c (handle_option): No longer use decode_option.
1214 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1216         * cfgloopanal.c (variable_initial_value): Update the set of altered
1217         registers correctly.
1219 2003-06-11  Roger Sayle  <roger@eyesopen.com>
1220             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1222         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
1223         * config/i386/netbsd-elf.h: Likewise.
1224         * config/m32r/m32r.h: Likewise.
1225         * config/mn10300/mn10300.h: Likewise.
1226         * config/stormy16/stormy16.h: Likewise.
1227         * config/v850/v850.h: Likewise.
1228         * config/vax/netbsd-elf.h: Likewise.
1229         * config/xtensa/elf.h: Likewise.
1230         * config/xtensa/linux.h: Likewise.
1232 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1234         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
1235         DWARF 2 default.
1237         * config/mips/dbxmdebug.h: New file.
1238         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
1239         gas and --with-stabs.
1241 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
1243         * expr.c (can_move_by_pieces): align argument may be unused.
1245 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
1247         * expr.c (convert_move): Handle moves between two CONCATs.
1249 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
1251         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
1252         !TARGET_H8300.
1254 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
1256         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
1257         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
1258         (TARGET_RTL_DUMP): Likewise.
1259         (TARGET_SWITHCES): Remove -mrtl-dump.
1261 2003-06-10  Richard Henderson  <rth@redhat.com>
1263         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
1265 2003-06-10  Richard Henderson  <rth@redhat.com>
1267         * config/ia64/ia64.md (call_gp): Fix memory mode.
1269 2003-06-10  James E Wilson  <wilson@tuliptree.org>
1271         PR target/8812
1272         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
1273         hard regs for reload_reg_used_at_all and reg_class_contents checks.
1275 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
1277         * config/h8300/h8300.c (print_operand): Remove support for
1278         operand character 'b'.
1279         Add the AND case to operand character 'c'.
1280         * config/h8300/h8300.md (two anonymous patterns): Replace
1281         operand character 'b' with 'c'.
1283 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
1285         * config/h8300/h8300.c (print_operand): Remove support for
1286         operand character 'u'.
1288 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1290         * configure.in: Fix typo.
1291         * configure: Regenerate.
1293 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
1295         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
1296         compilation guard.
1298 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
1300         * sh-protos.h (function_symbol): Declare.
1301         * sh.c (expand_block_move, expand_ashiftrt): Use it.
1302         (sh_expand_prologue, sh_expand_epilogue): Likewise.
1303         (sh_initialize_trampoline): Likewise.
1304         (function_symbol): New function.
1305         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
1306         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
1307         (call_value_pop, shcompact_return_tramp): Likewise.
1309         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
1311         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
1312         target register.
1314 2003-06-10  DJ Delorie  <dj@redhat.com>
1316         * doc/md.texi (Machine Constraints): Document stormy's Z
1317         constraint.
1319 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
1321         * except.c (call_site_base): Mark with GTY.
1323 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
1325         * arm-proto.h: Convert to ISO C90 prototypes.
1326         * arm.c: Likewise.
1328 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
1330         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
1332 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
1334         * calls.c (expand_call): Convert structure_value_addr to Pmode if
1335         necessary.
1337 2003-06-10  Andrew Haley  <aph@redhat.com>
1339         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
1340         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
1341         (lhd_decl_ok_for_sibcall): New.
1342         * langhooks.c (lhd_decl_ok_for_sibcall): New.
1343         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
1344         * calls.c (expand_call): Check lang_hook before generating a
1345         sibcall.
1347 2003-06-10  DJ Delorie  <dj@redhat.com>
1349         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
1350         which matches (const_int 0) for addhi3.
1351         * config/stormy16/stormy16.md: Document known constraints.
1352         (addhi3): Handle adding zero.
1354 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1356         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
1357         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
1358         * config/m32r/m32r-protos.h: Prototype it.
1360 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
1362         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
1363         common to rs6000 sysv targets.
1364         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
1365         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
1367 2003-06-10  Nick Clifton  <nickc@redhat.com>
1369         * config.gcc: Add arm-wince-pe target.
1370         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
1371         Add comment about default apcs26 support.
1372         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
1373         multilib.
1374         (MULTILIB_DIRNAMES): Add 'apcs32'.
1375         * config/arm/t-wince-pe: New makefile fragment.
1376         * config/arm/wince-pe.h: New file.  Overrides a few definitions
1377         in arm/pe.h
1379 2003-06-10  Roger Sayle  <roger@eyesopen.com>
1381         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
1382         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
1383         when x is easily negated and f is sin, tan or atan.
1384         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
1385         sin(x) with flag_unsafe_math_optimizations.
1386         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
1387         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
1389 2003-06-10  Roger Sayle  <roger@eyesopen.com>
1391         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
1392         is a floating point type *and* we currently honor NaNs.
1393         (fold <NE_EXPR>): Likewise.
1395 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
1397         PR c++/11131
1398         * tree-inline.c (inlinable_function_p): Call the language-specific
1399         hook early.
1401 2003-06-09  David Taylor  <dtaylor@emc.com>
1403         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
1404         the f_res field.
1406 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1408         * configure.in: Remove references to host_truncate_target.
1409         * configure: Regenerate.
1410         * config.gcc: Remove references to truncate_target,
1411         host_truncate_target.
1413         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
1414         Replace "build_canonical" with build, "host_canonical" with host.
1415         * configure.in: Use GCC_TOPLEV_SUBDIRS.
1416         * aclocal.m4: Include ../config/acx.m4.
1417         * configure: Regenerate.
1419 2003-06-09  David Taylor  <dtaylor@emc.com>
1421         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
1422         bytes of padding in the __va_list_tag structure a name (reserved).
1424 2003-06-09  Jason Merrill  <jason@redhat.com>
1426         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
1428 2003-06-09  Osku Salerma  <osku@iki.fi>
1430         * c-format.c (check_format_string, get_constant): New.
1431         (handle_format_attribute, handle_format_arg_attribute,
1432         decode_format_attr): Change to use above functions.
1434 2003-06-09  Richard Henderson  <rth@redhat.com>
1436         * stmt.c (expand_asm_operands): Re-word warning.
1438 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
1440         PR target/8787
1441         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
1442         if -masm=intel.
1444 2003-06-09  James E Wilson  <wilson@tuliptree.org>
1446         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
1447         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
1448         Add libgcc exception.
1450 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
1451             Ayal Zaks  <gcchaifa@us.ibm.com>
1453         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
1454         (insvsi*): Add insert_word attribute.
1455         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
1456         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
1457         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
1459 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
1461         * fold-const.c (fold): Fix a comment typo.
1463 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
1465         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
1466         removed.
1468 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
1470         * sh.c (gen_block_redirect): Use locators.
1472 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
1474         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
1475         cast to int.
1477 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
1479         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
1480         operators.
1481         * configure: Regenerated.
1483 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
1484             Alexandre Oliva  <aoliva@redhat.com>
1486         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
1487         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
1488         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
1489         n32/64 PIC.
1490         (MUST_SAVE_REGISTERS): Delete.
1491         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
1492         (machine_function): Add global_pointer field.
1493         (mips_classify_constant): Check for (const $gp) using pointer equality
1494         with pic_offset_table_rtx.
1495         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
1496         (mips_restore_gp): Use current_function_outgoing_args_size.
1497         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
1498         GP_REG_FIRST + 28.  Handle relocation strings that have
1499         more than one '('.
1500         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
1501         (mips_global_pointer): New function.
1502         (mips_save_reg_p): New function, mostly split out from...
1503         (compute_frame_size): ...here.  Remove handling of extra_size.
1504         Reclaim args_size if no variables depend on it.  Don't treat gp
1505         as a special case: handle it in the main GPR loop.
1506         (mips_initial_elimination_offset): Fix comment.
1507         (save_restore_insns): Save every register in the GPR mask,
1508         removing distinction between mask and real_mask.
1509         (mips_output_function_prologue): Update .frame psuedo-op after
1510         the removal of extra_size.  Move the SVR4 PIC stack allocation
1511         and cprestore instructions to mips_expand_prologue.
1512         (mips_gp_insn): New function.
1513         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
1514         the chosen global pointer.  Handle SVR4 PIC stack allocation
1515         in the same way as other ABIs.  Adjust varargs code accordingly.
1516         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
1517         to emit the loadgp sequence.  Follow it with a loadgp_blockage
1518         if not using explicit relocs.
1519         (mips_output_function_epilogue): Reinstate the default gp register.
1520         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
1521         (mips16_optimize_gp): Likewise.
1522         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
1523         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
1524         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
1525         (loadgp): Remove.
1526         (loadgp_blockage, cprestore): New instructions.
1527         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
1528         pic_offset_table_rtx.
1529         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
1530         (builtin_longjmp): Use gen_raw_REG to force use of $28.
1532 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
1534         * config/mips/mips-protos.h (mips_output_division): Declare.
1535         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
1536         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
1537         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
1538         (TARGET_CHECK_ZERO_DIV): New macro.
1539         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
1540         * config/mips/mips.c (mips_output_division): New function.
1541         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
1542         account when calculating the default length of a division.
1543         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
1544         Enable regardless of optimization level.  Use mips_output_division.
1545         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
1546         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
1547         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
1548         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
1549         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
1550         umoddi3_internal): Remove.
1552 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
1554         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
1555         (mips_sw_reg_names): Likewise.
1556         (mips_regno_to_class): Change hilo entry to NO_REGS.
1557         (hilo_operand): Use MD_REG_P.
1558         (extend_operator): New predicate.
1559         (override_options): Remove 'a' constraint.
1560         (mips_secondary_reload_class): Remove hilo handling.  Also remove
1561         handling of (plus sp reg) reloads for mips16.
1562         (mips_register_move_cost): Remove hilo handling.
1563         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
1564         (MD_REG_LAST): Remove hilo from range.
1565         (HILO_REGNUM): Delete.
1566         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
1567         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
1568         (PREDICATE_CODES): Add entry for extend_operator.
1569         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
1570         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
1571         Remove constraints from multiplication define_expands.  Remove
1572         clobbers from "decorative" define_expand patterns.
1573         (UNSPEC_HILO_DELAY): Delete.
1574         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
1575         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
1576         Adjust C code to just emit insns for !TARGET_64BIT.
1577         (mulsidi3_internal): Rename to mulsidi3_32bit.
1578         (mulsidi3_64bit): Use a "d" constraint for the destination.
1579         Use extend_operator so that the pattern can handle umulsidi3 as well.
1580         Split the instruction after reload.
1581         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
1582         (umulsidi3_internal): Rename to umulsidi3_32bit.
1583         (umulsidi3_64bit): Remove.
1584         (*smsac_di, *umsac_di): Line-wrap fixes.
1585         (udivsi3_internal): Don't allow operand 2 to be constant.
1586         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
1587         (movdi_internal2, movsi_internal): Remove hilo alternatives.
1588         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
1590 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
1592         PR target/10913
1593         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
1594         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
1595         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
1596         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
1597         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
1598         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
1599         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
1600         asm_out_text_file with asm_out_file.
1601         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
1602         * config/mips/elf.h (TEXT_SECTION): Undefine.
1603         * config/mips/elf64.h (TEXT_SECION): Undefine.
1604         * config/mips/openbsd.h (TEXT_SECION): Undefine.
1605         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
1606         (override_options): Disable small-data optimizations unless using
1607         gas or explicit relocations.
1608         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
1609         iris6_asm_named_section, iris6_asm_file_start): Remove code for
1610         handling TARGET_FILE_SWITCHING.
1611         (copy_file_data): Move into TARGET_IRIX6 block.
1613 2003-06-08  Richard Henderson  <rth@redhat.com>
1615         * expr.h (EXPAND_MEMORY): New.
1616         * expr.c (expand_expr): Check it.
1617         * stmt.c (expand_asm_operands): Provide it when the constraint
1618         requires a memory.  Warn for memory input constraints without
1619         a memory operand.
1621 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1623         * varasm.c: Don't include c-tree.h.
1625 2003-06-08  Andreas Jaeger  <aj@suse.de>
1627         * predict.h: Convert to ISO C90 prototypes.
1628         * predict.c: Likewise.
1629         * tree-dump.h: Likewise.
1630         * tree-dump.c: Likewise.
1631         * diagnostic.h: Likewise.
1632         * diagnostic.c: Likewise.
1633         * combine.c: Likewise.
1635         * rtl.h: Convert prototypes of combine.c to ISO C90.
1637 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
1639         * cfglayout.c (insn_scope): New static function
1640         (block_locators_*, line_locators*, file_locators*): New static varrays.
1641         (scope_to_insns_initialize): Use them.
1642         (insn_line, insn_file): New functions.
1643         (scope_to_insns_finalize): Use insn_scope.
1644         (prologue_locator, epilogue_locator): New global variables.
1645         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
1646         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
1647         (emit_insn_after_scope, emit_insn_before_scope
1648         emit_jump_insn_after_scope, emit_jump_insn_before_scope
1649         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
1650         (emit_insn_after_setloc, emit_insn_before_setloc
1651         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
1652         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
1653         use locators.
1654         * final.c (notice_source_line): Use locators.
1655         (final_start_function): Set initial source file and line.
1656         (final_scan_insn): Use locators.
1657         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
1658         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
1659         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
1660         noce_process_if_block, find_cond_trap): Likewise.
1661         * integrate.c (copy_insn_list): Likewise.
1662         * jump.c (duplicate_loop_exit_test): LIkewise.
1663         * print-rtl.c (print_rtx): Print locators.
1664         * recog.c (peephole2_optimize): Likewise.
1665         * rtl.h (INSN_SCOPE): Remove.
1666         (emit_insn_after_scope, emit_insn_before_scope
1667         emit_jump_insn_after_scope, emit_jump_insn_before_scope
1668         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
1669         (emit_insn_after_setloc, emit_insn_before_setloc
1670         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
1671         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
1672         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
1673         * unroll.c (copy_loop_body): Use locators.
1674         * function.c (set_insn_locators): New function.
1675         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
1677 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
1679         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
1680         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
1681         _fixsfdi _fixunssfdi.
1682         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
1683         popcounthi2.
1684         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
1685         * config/h8300/clzhi2.c: New.
1686         * config/h8300/ctzhi2.c: Likewise.
1687         * config/h8300/parityhi2.c: Likewise.
1688         * config/h8300/popcounthi2.c: Likewise.
1690 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
1692         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
1693         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
1695         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
1696         (dump_bb): New based on old dump_bb in cfgrtl.c
1697         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
1698         * cfghooks.h (cfgh_verify_flow_info): Return status.
1699         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
1700         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
1701         (dump_bb): Remove generic parts.
1702         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
1703         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
1705 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
1707         * Makefile.in: Rename options.c and options.h to c-options.c and
1708         c-options.h.
1709         (OBJS): Remove options.o.
1710         * c-opts.c: Don'tInclude c-options.h instead of options.h.
1711         * opts.c: Don't include options.h.
1712         (find_opt): Can't use enum opt_code or N_OPTS.
1713         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
1714         * opts.sh: ... here.
1716 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1717             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1719         PR pch/9830
1720         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
1721         if HAVE_MINCORE is defined.
1722         (MAP_FAILED): Define if not defined.
1723         (gt_pch_save): Test against MAP_FAILED.
1724         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
1725         the mapping address to the preferred base after checking it
1726         is possible to do so. Test against MAP_FAILED.
1727         * configure.in: Test for the presence of mincore in libc.
1728         * config.in: Regenerate.
1729         * configure: Regenerate.
1731 2003-06-07  Richard Henderson  <rth@redhat.com>
1733         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
1734         conditional compilation guard.
1736 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
1738         * optabs.c (expand_abs): Set result_unsignedp to 1 if
1739         flag_trav is zero.
1741 2003-06-07  Richard Henderson  <rth@redhat.com>
1743         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
1745 2003-06-07  Richard Henderson  <rth@redhat.com>
1747         * basic-block.h (EDGE_SIBCALL): New.
1748         (EDGE_ALL_FLAGS): Update.
1749         * cfg.c (dump_edge_info): Add sibcall name.
1750         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
1751         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
1753 2003-06-07  Andreas Jaeger  <aj@suse.de>
1755         * mklibgcc.in (lib2funcs): Remove _exit.
1756         * libgcc2.c: Remove L_exit.
1757         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
1759         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
1761         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
1763         * ggc.h: Convert to ISO C90 prototypes.
1764         * ggc-none.c: Likewise.
1765         * ggc-common.c: Likewise.
1766         * ggc-page.c: Likewise.
1767         * ggc-simple.c: Likewise.
1769         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
1771         * system.h: Poison INIT_SECTION_PREAMBLE.
1773 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
1775         * config.gcc (with_cpu handling): Translate sparc64 in
1776         $machine to --with-cpu=v9.
1777         * config/alpha/alpha.c
1778         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
1779         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
1781         * target.h: New hook asm_out.file_end.
1782         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
1783         * toplev.c (compile_file): Use targetm.asm_out.file_end.
1784         * system.h: Poison ASM_FILE_END.
1785         * varasm.c (file_end_indicate_exec_stack): New.
1786         * output.h: Prototype it.
1787         * doc/tm.texi: Document TARGET_ASM_FILE_END and
1788         file_end_indicate_exec_stack.  Delete references to attasm.h.
1790         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
1791         (ASM_FILE_END): Delete; move code...
1792         * config/darwin.c (darwin_file_end): Here; new function.
1793         * config/darwin-protos.h: Prototype it.
1794         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
1795         rename unicosmk_file_end.
1796         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
1797         * config/arm/arm.c (aof_file_end): ... here; new static function.
1798         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
1799         Make aof_dump_imports and aof_dump_pic_table static.
1800         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
1801         Set TARGET_ASM_FILE_END to avr_file_end.
1802         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
1803         Set TARGET_ASM_FILE_END to c4x_file_end.
1804         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
1805         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
1806         h8300_file_end.
1807         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
1808         * config/i370/i370.c (i370_file_end): ... here; new static function.
1809         Set TARGET_ASM_FILE_END to i370_file_end.
1810          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
1811          Take no arguments.  Call file_end_indicate_exec_stack if
1812          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
1813         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
1814         Define NEED_INDICATE_EXEC_STACK to 0.
1815         * config/i386/linux.h, config/i386/linux64.h: Redefine
1816         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
1817         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
1818         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
1819         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
1820         ia64_hpux_file_end, make static.  Take no arguments.
1821         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
1822         commands_in_prologues, commands_in_epilogues): Delete.
1823         (function_epilogue): Update to match.
1824         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
1825         make static.  Take no arguments.
1826         (iris6_asm_file_end): Rename iris6_file_end, make static, use
1827         mips_file_end, take no arguments.
1828         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
1829         appropriate.
1830         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
1831         make static, take no arguments. Set TARGET_ASM_FILE_END to
1832         mmix_file_end.
1833         * config/pa/pa.c (output_deferred_plabels): Make static, take
1834         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
1835         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
1836         (ASM_FILE_END): Delete; move code...
1837         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
1838         new static function.
1840         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
1841         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
1842         Don't set ASM_FILE_END.
1843         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
1844         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
1845         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
1846         file_end_indicate_exec_stack; don't set ASM_FILE_END.
1847         * config/alpha/unicosmk.h, config/i386/cygming.h
1848         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
1849         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
1850         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
1851         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
1852         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
1853         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
1855 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
1857         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
1858         specified.
1860 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
1862         * Makefile.in (stageprofile_build): Kill redundant target.
1863         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
1865 2003-06-07  Andreas Jaeger  <aj@suse.de>
1867         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
1869         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
1870         * config/dsp16xx/dsp16xx.h: Likewise.
1871         * config/i386/i386.h: Likewise.
1872         * config/ip2k/ip2k.h: Likewise.
1874 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
1876         * Makefile.in (OJBS, c-opts.o): Update.
1877         (c-options.c, c-options.h): Rename options.h and options.c.
1878         (options.h): Rename options_.h.
1879         (opts.o): New.
1880         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
1881         (c_common_init_options): Update prototype.
1882         * c-lang.c (c_init_options): Update prototype.
1883         (LANG_HOOKS_HANDLE_OPTION): Override.
1884         (LANG_HOOKS_DECODE_OPTION): Drop.
1885         * c-opts.c: Include opts.h and options.h instead of c-options.h
1886         and c-options.c.
1887         (lang_flags): Move to file scope.
1888         (find_opt, c_common_decode_option): Remove.
1889         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
1890         CL_REJECT_NEGATIVE): Move to opts.h.
1891         (missing_arg): Update prototype.
1892         (c_common_init_options): Update for new prototype.
1893         (c_common_handle_options): Filenames are passed as N_OPTS.
1894         * hooks.c (hook_int_void_0): New.
1895         * hooks.h (hook_int_void_0): New.
1896         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
1897         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
1898         (LANG_HOOKS_INITIALIZER): Update.
1899         * langhooks.h (init_options): Update.
1900         (handle_option): New.
1901         * opts.c, opts.h: New files.
1902         * opts.sh: Update c file to include opts.h and options.h.
1903         * toplev.c: Include opts.h; change options.h to options_.h.
1904         (parse_options_and_default_flags): Get lang_mask, use
1905         handle_option for language-specific handling.
1906         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
1907         (LANG_HOOKS_HANDLE_OPTION): Override.
1908         (objc_init_options): Update.
1910 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
1911             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
1913         PR other/7031
1914         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
1915         gcov.
1917 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
1919         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
1920         section names.
1921         * configure: Regenerate.
1923 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
1925         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
1927 2003-06-06  James E Wilson  <wilson@tuliptree.org>
1929         PR inline-asm/10890
1930         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
1931         different in fields.
1933 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1935         * configure.in: Make $(target_subdir) correspond with top level usage.
1936         * Makefile.in: Likewise.
1937         * configure: Regenerate.
1939 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1941         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
1942         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
1943         unsigned HOST_WIDE_INT.
1944         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
1945         Likewise.
1946         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
1947         Likewise.
1949 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1951         * doc/install.texi (Prerequisites): New section documenting
1952         tools and packages necessary prior to building and/or
1953         modifying GCC.
1954         * doc/install.texi2html: Also generate prerequisites.html.
1956 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
1958         PR target/11052
1959         * ifcvt.c (noce_process_if_block): Fail if the destination has
1960         side-effects.
1962 2003-06-06  Jason Merrill  <jason@redhat.com>
1964         * stmt.c (resolve_asm_operand_names): Rename from
1965         resolve_operand_names.  No longer static.  Avoid needless copying.
1966         Don't build array of constraints.
1967         (expand_asm_operands): Build it here.
1968         * tree.h: Declare resolve_asm_operand_names.
1970         * stmt.c (expand_decl): Put artificial vars into registers even
1971         when not optimizing, and don't mark the regs as user vars.
1973 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
1975         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
1976         of the generated register.
1978 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
1980         * config.gcc: Add a missing sparc64 case.
1982 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
1984         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
1985         the .hidden assembly stubs.
1987 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
1989         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
1990         and x86_64-*-*.
1992         * config/i386/mmintrin.h: Update version and add alternate
1993         intrinsic names.
1994         * config/i386/xmmintrin.h: Likewise.
1996         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
1997         intrinsics to ...
1998         * config/i386/emmintrin.h: Here. New file.
2000 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2002         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
2003         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
2004         when the ABS_EXPR (fabs or abs) is not required.
2005         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
2006         always nonnegative from fold to here.  Additionally, cabs and fabs
2007         are always non-negative, and pow and atan are non-negative if
2008         their first argument is non-negative.
2010         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
2011         Evaluate cabs of a constant at compile-time.  Convert cabs of a
2012         non-complex argument into fabs.  Convert cabs(z) into
2013         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
2014         -funsafe-math-optimizations or -ffast-math.
2015         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
2016         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
2018 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
2020         * sourcebuild.texi (Front End Directory): Document new hooks.
2022 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2024         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
2025         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
2026         stack frames.
2027         (pro_epilogue_adjust_stack_rex64_2): New pattern
2029 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
2030                                Pop Sebastian
2031                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2033         * cfghooks.h, cfghooks.c: New files.
2034         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
2035         (OBJS): Add cfghooks.o.
2036         (cfghooks.o): New rule.
2037         * basic-block.h (split_edge): Rename to rtl_split_edge.
2038         (verify_flow_info): Rename to rtl_verify_flow_info.
2039         (cfghooks.h): Included here.
2040         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
2041         (verify_flow_info): Renamed rtl_verify_flow_info.
2042         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
2044         * basic-block.h (split_block, split_edge, flow_delete_block,
2045         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
2046         (flow_delete_block_noexpunge):  Return void.
2047         * cfg.c (verify_flow_info): New function.
2048         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
2049         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
2050         Use delete_block.
2051         * cfglayout.c (function_footer): Rename to...
2052         (cfg_layout_function_footer): ... this variable
2053         (unlink_insn_chain): Make global.
2054         (fixup_reorder_chain, record_effective_endpoints): Update.
2055         (cleanup_unconditional_jumps): Use delete_block.
2056         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
2057         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
2058         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
2059         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
2060         (cfg_layout_function_footer): Declare.
2061         * cfgloopmanip (split_loop_bb): Do not update RBI.
2062         (remove_bbs): Use delete_block.
2063         (loop_reidrect_edge, loop_delete_branch_edge): Use
2064         redirect_edge_and_branch.
2065         (create_preheader): Use split_block and redirect_edge_and_branch_force.
2066         (split_edge_with): Likewise.
2067         * cfgrtl.c: Include cfglayout.h
2068         (split_edge): Rename to ...
2069         (rtl_split_edge) ... this one; make local.
2070         (redirect_edge_and_branch): Rename to ...
2071         (rtl_redirect_edge_and_branch) ... this one; make local.
2072         (redirect_edge_and_branch_force): Rename to ...
2073         (rtl_redirect_edge_and_branch_force) ... this one; make local.
2074         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
2075         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
2076         cfglayout.c; update to directly call RTL counterparts.
2077         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
2078         * ifcvt.c (find_cond_trap): Use delete_block.
2079         (find_if_case_1): Use delete_block.
2080         (find_if_case_2): Use delete_block.
2081         * rtl.h (unlink_insn_chain): Declare.
2082         * toplev.c (rtl_reigster_cfg_hooks): New.
2084 2003-06-05  Richard Henderson  <rth@redhat.com>
2086         * recog.c (peephole2_optimize): Revert last change.
2088 2003-06-05  Richard Henderson  <rth@redhat.com>
2090         * recog.c (peephole2_optimize): Don't split block unless
2091         can_throw_internal.
2093 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
2095         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
2096         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
2098 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
2100         PR optimization/4490
2101         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
2102         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
2103         documentation to accurately reflect what these options do.
2105 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
2107         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
2108         (ENDFILE_SPEC): Redefine to handle -pie.
2110 2003-06-05  Phil Edwards <phil@jaj.com>
2112         * Makefile.in (qmtest-g++): Use target_alias, not target.
2114 2003-06-05  Per Bothner  <pbothner@apple.com>
2116         * toplev.c (push_srcloc):  Simplify behavior to save current location
2117         and set current location to parameters.
2118         (pop_srcloc):  Simplify semantics.
2119         (lang_dependent_init):  Remove now-useless initial push_srcloc.
2121 2003-05-06  Richard Henderson  <rth@redhat.com>
2123         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
2124         language-specific tree codes.
2126 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2128         PR middle-end/9986
2129         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
2130         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
2132 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
2134         * install.tex: Document profiledbootstrap.
2136         * configure.in:  Add support for lang.stageprofile and
2137         lang.stagefeedback
2138         * Makefile.in (clean, distclean): Kill new stages
2139         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
2140         (STAGE2_FLAGS_TO_PASS): ... this one.
2141         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
2142         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
2143         (stageprofile_build, stageprofile_copy, stagefeedback_build,
2144         stagefeedback_copy): New.
2145         (restageprofile, restagefeedback, stageprofile-start,
2146         stageprofile, stagefeedback-start): Likewise.
2148 2003-06-05  David Miller  <davem@redhat.com>
2149             Richard Henderson  <rth@redhat.com>
2151         * optabs.c (HAVE_conditional_trap): Provide default.
2152         (gen_conditional_trap): Likewise.
2153         (init_optabs): Merge init_traps.
2154         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
2156 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
2158         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
2159         is REG for nonzero_bits (REG) == 8.
2161 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
2163         * i386.md (align): Fix warning; clarify what to do when no p2align
2164         is available.
2166 2003-06-05  Nick Clifton  <nickc@redhat.com>
2168         * config.gcc (m32r-elf): Revert previous delta.
2169         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
2170         multilibs.  Remove m32rx specific version.
2171         (crtfini.o): Likewise.
2172         (EXTRA_MULTILIB_PARTS): Define.
2174 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2176         * doc/md.texi (Machine Constraints): Correct the meaning of
2177         constraints related to floating-point registers on SPARC.
2179 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2180             Paolo Bonzini  <bonzini@gnu.org>
2182         PR target/10663
2183         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
2184         assembler and linker output to /dev/null.
2185         Use a 'sed' construct instead of 'grep -A1'.
2186         * configure: Regenerate.
2188 2003-06-04  Richard Henderson  <rth@redhat.com>
2190         * config/i386/i386.c (struct ix86_address): Add seg.
2191         (no_seg_address_operand): New.
2192         (ix86_decompose_address): Restructure PLUS loop.  Accept one
2193         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
2194         to test for a regnum, not stack_pointer_rtx.
2195         (ix86_address_cost): Reduce cost if non-default segment.
2196         (legitimate_address_p): Remove UNSPEC_TP check.
2197         (get_thread_pointer): Add to_reg argument.  Don't represent
2198         the thread pointer as a memory load.
2199         (legitimize_tls_address): Split out of ...
2200         (legitimize_address): ... here.
2201         (print_operand_address): Handle parts.seg.
2202         (ix86_expand_move): Use legitimize_tls_address.
2203         (ix86_rtx_costs): Handle UNSPEC_TP.
2204         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
2205         (TARGET_TLS_DIRECT_SEG_REFS): New.
2206         (TARGET_SWITCHES): Add tls-direct-seg-refs.
2207         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
2208         (PREDICATE_CODES): Add no_seg_address_operand.
2209         * config/i386/i386.md (lea_1): Use it.
2210         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
2211         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
2212         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
2213         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
2214         * doc/invoke.texi: Add -mtls-direct-seg-refs.
2216 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2218         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
2219         (QMTEST_GPP_TESTS): Use "g++" by default.
2220         (stamp-qmtest): Tweak database creation.
2221         (QMTEST_DIR/context): Update context file format.
2222         (qmtest-g++): Tweak command-line.
2224 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2226         * Makefile.in (varasm.o): Don't set -Wno-error.
2227         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
2229 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
2231         PR bootstrap/3163
2232         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
2233         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
2234         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
2235         and AC_CHECK_FUNCS lists, respectively.  Use
2236         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
2237         AC_FUNC_MMAP_FILE.
2238         * configure, config.in: Regenerate.
2240 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2242         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
2243         * arm.c (arm_output_function_prologue): Fix format specifiers.
2244         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
2245         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
2246         HOST_WIDE_INT_PRINT_DEC.
2247         * vax.c (vax_output_function_prologue): Fix format specifiers.
2249 2003-06-04  Richard Henderson  <rth@redhat.com>
2251         * cse.c (find_best_addr): Consider binary operators even if second
2252         argument is not CONST_INT.
2254 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2256         * doc/invoke.texi (max-cse-path-length): Document.
2258 2003-06-04  Richard Henderson  <rth@redhat.com>
2260         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
2262 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
2264         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
2265         Remove semi-colon at the end of the expression.
2267 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2269         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
2270         * i370.h (mvs_function_name_length): Likewise.
2271         * i960.h (CONSTANT_ALIGNMENT): Likewise.
2272         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2273         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2274         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2275         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
2276         variable.
2278 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
2280         * config.gcc: Reorganize --with-cpu logic.  Set
2281         configure_default_options according to the default CPU, --with-cpu,
2282         --with-arch, --with-tune, --with-schedule, --with-abi, and
2283         --with-float.  Check for legal values of various options.
2284         * configure.in: Define configure_default_options in configargs.h.
2285         * configure: Regenerated.
2286         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
2287         (TARGET_DEFAULT_FLOAT_P): New macros.
2288         * gcc.c (do_option_spec): New function.
2289         (struct default_spec, option_default_specs): New.
2290         (main): Call do_option_spec.
2291         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
2292         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
2293         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
2295         * doc/install.texi: Update --with-cpu documentation.  Mention
2296         --with-arch, --with-schedule, --with-tune, --with-abi, and
2297         --with-float.
2298         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
2300 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
2302         * config.gcc: Only process --with-cpu logic in the third pass.
2304 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
2306         * config.gcc: Reorganize --with-cpu section.  Remove an
2307         obsolete comment about the default CPU for x86-64.  Fix
2308         a typo for the ep9312.  Update the list of supported PowerPC
2309         CPUs.  Support a limited set of new --with-cpu options
2310         for i386.
2312 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
2314         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
2315         complex numbers <= 32 bits into two registers.
2317 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2319         * alpha.c (print_operand_address): Fix format specifier warnings.
2320         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2321         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2322         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2323         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
2324         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
2325         ASM_OUTPUT_SKIP): Likewise.
2326         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2327         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2328         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
2329         Likewise.
2330         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2331         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
2332         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
2333         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2334         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
2335         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2336         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2337         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2338         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2339         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
2341 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
2343         * c-decl.c (c_init_decl_processing): Clear input_file_name
2344         while building common nodes.
2345         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
2346         Don't add working directory for strings like <built-in> .
2348 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
2350         * doc/install.texi (*-ibm-aix*): Native as and ld required
2351         to bootstrap on AIX 5L.
2353 2003-06-04  Richard Henderson  <rth@redhat.com>
2355         * c-common.c (handle_cleanup_attribute): New.
2356         (c_common_attributes): Add it.
2357         * c-decl.c (finish_decl): Honor the cleanup attribute.
2358         * doc/extend.texi (Variable Attributes): Document it.
2360         * unwind-c.c: New file.
2361         * Makefile.in (LIB2ADDEH): Add it.
2362         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
2363         config/ia64/t-ia64: Likewise.
2365 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
2367         * function.c (trampolines_created): New variable.
2368         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
2369         * function.h (trampolines_created): Add.
2370         * config/s390/linux.h (ASM_FILE_END): Define.
2371         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
2372         * config/m68k/linux.h (ASM_FILE_END): Define.
2373         * config/rs6000/linux.h (ASM_FILE_END): Define.
2374         * config/rs6000/linux64.h (ASM_FILE_END): Define.
2375         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
2376         * config/sparc/linux.h (ASM_FILE_END): Define.
2377         * config/sparc/linux64.h (ASM_FILE_END): Define.
2378         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
2379         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
2380         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
2382 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2384         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
2385         (ix86_reorg): Use it.
2386         * i386.md (align): New insn pattern.
2388 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2390         * toplev.c (rest_of_type_compilation): Fix typo.
2392 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
2393             Alan Modra  <amodra@bigpond.net.au>
2395         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
2396         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
2397         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
2398         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
2399         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
2400         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
2401         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
2402         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
2404         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
2405         Pass it to $gcc_cv_as.
2406         * configure: Rebuilt.
2408         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
2409         (print_operand): Allow TARGET_AIX to be non-constant.
2410         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
2411         Define unconditionally.
2412         (rs6000_elf_declare_function_name): New function.
2413         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
2414         non-constant.
2415         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
2416         to 1.
2417         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
2418         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
2419         is defined.
2420         (TARGET_AIX): Define to 1 if TARGET_64BIT.
2421         (PROCESSOR_DEFAULT): Remove.
2422         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
2423         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
2424         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
2425         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
2426         -m32 and -m64.
2427         (MULTILIB_DEFAULTS): Define.
2428         (SUBSUBTARGET_EXTRA_SPECS): Define.
2429         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
2430         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
2431         (TARGET_NO_TOC): Remove.
2432         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
2433         TARGET_PROTOTYPE): Define to 0.
2434         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
2435         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
2436         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
2437         if !TARGET_64BIT.
2438         (USER_LABEL_PREFIX): Remove.
2439         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
2440         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
2441         if TARGET_64BIT.
2442         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
2443         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
2444         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
2445         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
2446         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
2447         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
2448         TARGET_64BIT.
2449         (RS6000_CALL_GLUE): Likewise.
2450         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
2451         RESTORE_FP_SUFFIX): Likewise.
2452         (ASM_DECLARE_FUNCTION_NAME): Remove.
2453         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
2454         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
2455         name if TARGET_64BIT.
2456         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
2457         !TARGET_64BIT.
2458         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
2459         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
2460         (DRAFT_V4_STRUCT_RET): Define.
2461         (SIGNAL_FRAMESIZE): New enum value.
2462         (MD_FALLBACK_FRAME_STATE_FOR): Define.
2463         * config/rs6000/default64.h: New file.
2464         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
2465         options.
2466         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
2467         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
2468         if !TARGET_64BIT.
2469         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
2470         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
2471         function.
2472         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
2473         (TARGET_OS_CPP_BUILTINS): Use it.
2474         (CPP_SYSV_SPEC): Remove.
2475         (CPP_SPEC): Remove cpp_sysv.
2476         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
2477         Add SUBSUBTARGET_EXTRA_SPECS.
2478         (SUBSUBTARGET_EXTRA_SPECS): Define.
2479         * config/rs6000/biarch64.h: New file.
2480         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
2481         New prototype.
2482         * config/rs6000/x-linux64: New file.
2483         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
2484         multilibs.
2485         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
2486         * config/rs6000/eabi-cn.asm: Likewise.
2487         * config/rs6000/tramp.asm: Likewise.
2488         * config/rs6000/sol-ci.asm: Likewise.
2489         * config/rs6000/sol-cn.asm: Likewise.
2490         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
2491         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
2492         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
2493         _CALL_AIXDESC section.
2494         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
2495         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
2496         or default32.
2498 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
2500         * config.gcc: Revert accidentally committed ARM changes.
2502 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2504         * builtins.c (dconstpi, dconste): New mathematical constants.
2505         (init_builtin_dconsts): New function to initialize dconstpi
2506         and dconste.
2507         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
2508         compile time with -ffast-math when x is an integer constant.
2509         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
2510         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
2512 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2514         * calls.c (expand_call): Avoid calling pure or const functions
2515         when the result is ignored (or void) and none of the arguments
2516         are volatile.  Move warning diagnostic earlier in function.
2518 2003-06-04  Andreas Jaeger  <aj@suse.de>
2520         * system.h: Do not poison TDESC_SECTION_ASM_OP,
2521         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
2523 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2525         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
2526         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
2527         handle %ll, optimize regular character case.
2529 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2531         * Makefile.in (cse.o): Add params.h dependency.
2532         * cse.c: Include params.h.
2533         (PATHLENGTH): Removed.
2534         (struct cse_basic_block_data): Make path array dynamic.
2535         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
2536         of PATHLENGTH.
2537         (cse_main, cse_basic_block): Allocate path array.
2538         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
2540 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
2542         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
2543         * i386.md (UNSPEC_REP): New constant.
2544         (return_internal_long): New pattern.
2546 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2548         PR optimization/11018
2549         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
2550         consistently to decide whether the scratch register is really
2551         required.
2553 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2555         PR optimization/10876
2556         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
2557         new 'O' constraint for constant 4096.
2558         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
2559         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
2560         Do not transform into MINUS insn for constant 4096.
2561         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
2562         for constant 4096 as third operand.
2563         (addsi3 expander): Remove.
2564         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
2565         new alternative for constant 4096 as third operand.
2566         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
2567         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
2568         operand.
2569         (subsi3 expander): Remove.
2570         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
2571         constant 4096 as third operand.
2572         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
2573         the SPARC port.
2575 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
2577         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
2579 2003-06-04  Andreas Jaeger  <aj@suse.de>
2581         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
2583         * config/i386/i386.c (ix86_expand_prologue): Do not use
2584         SUBTARGET_PROLOGUE.
2586         * system.h: Poision SUBTARGET_PROLOGUE.
2588         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
2590         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
2591         dependend code.
2593         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
2595         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
2596         INSN_CACHE_LINE_WIDTH.
2598         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
2599         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
2600         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
2602         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
2603         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
2605         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
2606         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
2607         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
2608         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
2609         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
2610         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
2612         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
2613         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
2614         DBX_WORKING_DIRECTORY.
2616         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
2617         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
2619         * config/frv/frv-protos.h: Remove unused const_section
2620         declaration.
2621         * config/vax/vax-protos.h: Likewise.
2623         * output.h: Remove CONST_SECTION_ASM_OP usage.
2625         * system.h: Poison CONST_SECTION_ASM_OP.
2627         * crtstuff.c (__do_global_dtors_aux): Remove usage of
2628         CRT_GET_RFIB_TEXT.
2629         (frame_dummy): Likewise.
2630         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
2631         * system.h: Poison CRT_GET_RFIB_TEXT.
2633         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
2635         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
2636         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
2637         (recognized_function): Likewise.
2638         (read_scan_file): Likewise.
2640 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2642         * optabs.c (expand_binop): Optimize complex multiplication for
2643         the case of squaring a complex argument.
2645 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2647         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
2648         non-volatile operands of binary operations.
2649         (prepare_cmp_insn): Likewise.
2651 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2653         * varasm.c (force_const_mem): Handle alignment of constants not
2654         representable as a type in the front-end language.
2656 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
2658         * flow.c (initialize_uninitialized_subregs): Use
2659         emit_move_insn instead of emitting a hardcoded move.
2661 2003-06-03  Richard Henderson  <rth@redhat.com>
2663         * optabs.c (expand_abs_nojump): Split out from ...
2664         (expand_abs): ... here.
2665         * optabs.h (expand_abs_nojump): Declare.
2666         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
2667         * Makefile.in (ifcvt.o): Depend on optabs.h.
2669 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
2671         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
2673 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
2675         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
2676         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
2677         to yes.
2678         * configure.in: Allow default_use_cxa_atexit to determine the
2679         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
2680         disabled.
2681         * configure: Regenerate.
2683 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
2685         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
2686         * doc/gcc.texi: Remove vms.texi section.
2687         * doc/vms.texi: Remove obsolete file.
2689 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
2691         * configure.in (inhibit_libc): Don't define when configuring
2692         with --with-newlib --with-headers.
2693         * configure: Regenerate.
2695         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
2697 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2699         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
2700         IRIX 6 without GNU ld.
2701         * configure: Regenerate.
2703 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2705         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
2706         of a complex number rather than invoke mov_optab directly.
2708 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
2710         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
2711         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
2713 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2715         * config/i386/x86-64.h: Remove two target-independent comments;
2716          replace "GNU CC" with "GCC".
2718 2003-06-03  Anthony Green  <green@redhat.com>
2720         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
2722 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2724         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
2725         New builtins representing ISO C99's cabs, cabsf and cabsl.
2726         * builtins.c (expand_builtin_fabs): New function.
2727         (expand_builtin_cabs): New function.
2728         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
2729         using expand_builtin_fabs and expand_builtin_cabs respectively.
2731         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
2733 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
2735         * function.c (assign_parms): Split complex arguments.
2737         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
2739         * expr.h (SPLIT_COMPLEX_ARGS): Define.
2740         (split_complex_types): Protoize.
2741         (split_complex_values): Protoize.
2743         * calls.c (expand_call): Split complex arguments on architectures
2744         that require it.
2745         (split_complex_values): New.
2746         (split_complex_types): New.
2748         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
2749         (rs6000_function_value): Handle complex values on AIX.
2750         (rs6000_complex_function_value): New.
2752         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
2754         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
2755         (SPLIT_COMPLEX_ARGS): New.
2757 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2759         * configure.in (HAVE_LD_PIE): Check for ld -pie.
2760         * config.in: Rebuilt.
2761         * configure: Rebuilt.
2762         * toplev.c (flag_pie, flag_shlib): New variables.
2763         (f_options): Add -fpie and -fPIE.
2764         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
2765         Set flag_shlib if flag_pic and not -fpie/-fPIE.
2766         * flags.h (flag_pic, flag_shlib): Add.
2767         * varasm.c (default_binds_local_p): Use flag_shlib instead of
2768         flag_pic.
2769         * gcc.c (LINK_PIE_SPEC): Define.
2770         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
2771         (option_map): Add --pie -> -pie mapping.
2772         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
2773         and -fPIE the same way as -fPIC.
2774         * config/openbsd.h (ASM_SPEC): Likewise.
2775         * config/frv/frv.h (ASM_SPEC): Likewise.
2776         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
2777         * config/arm/semi.h (ASM_SPEC): Likewise.
2778         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
2779         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
2780         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
2781         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
2782         * config/m68k/linux.h (CPP_SPEC): Likewise.
2783         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
2784         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
2785         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
2786         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
2787         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
2788         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
2789         * config/netbsd-aout.h (ASM_SPEC): Likewise.
2790         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
2791         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
2792         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
2793         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
2794         * config/sparc/sparc.h (ASM_SPEC): Likewise.
2795         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
2796         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
2797         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
2798         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
2799         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
2800         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
2801         Simplify.
2802         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2803         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2804         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2805         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2806         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2807         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2808         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2809         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
2811 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2813         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
2814         != 0 handling.  Pass 0 to store_by_pieces.
2815         (expand_builtin_mempcpy): Add endp argument.  Don't call
2816         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
2817         directly.  If ignoring result, only do expand_call.
2818         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
2819         otherwise.
2820         (expand_builtin_strncpy, expand_builtin_memset): Adjust
2821         store_by_pices callers.
2822         (expand_builtin): Adjust expand_builtin_memcpy and
2823         expand_builtin_mempcpy callers.
2824         * expr.c (can_move_by_pieces): New function.
2825         (move_by_pieces): Add endp argument, return to resp. memory at end
2826         or one byte earlier depending on endp.
2827         (store_by_pieces): Likewise.
2828         (emit_block_move): Adjust call to move_by_pieces.
2829         (emit_push_insn): Adjust move_by_pieces caller.
2830         * expr.h (can_move_by_pieces): New prototype.
2831         (store_by_pieces): Adjust prototypes.
2832         * rtl.h (move_by_pieces): Adjust prototype.
2833         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
2834         caller.
2836 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
2838         * doc/md.texi (Processor pipeline description): Improve wording.
2840 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
2842         * c-opts.c (c_common_handle_option): New, pulled out of
2843         c_common_decode_option.  Substitute uses of argv.
2844         (c_common_decode_option): Broken into two.
2846 2003-06-02  Roger Sayle  <roger@eyesopen.com>
2847             Zack Weinberg  <zack@codesourcery.com>
2849         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
2850         test of TREE_CONSTANT_POOL_ADDRESS_P.
2852 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2854         * mips.c: Don't include output.h twice.
2855         * stormy16.c: Likewise.
2856         * xtensa.c: Likewise.
2857         * output.h: Protect against multiple inclusion.
2859 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
2861         * sh.h (OLD_ARG_MODE): New macro.
2862         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2863         (FUNCTION_ARG_1): Break out of:
2864         (FUNCTION_ARG).  Use OLD_ARG_MODE.
2866 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2868         * gcc/config.gcc Add support multilib parts for m32rx processor.
2870 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2872         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
2873         (mostlyclean): Delete c-options.c and c-options.h.
2875 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
2877         * c-opts.c (CL_REJECT_NEGATIVE): New.
2878         (c_common_decode_option): Update to use it.
2879         * c.opt: Update documentation; use RejectNegative.
2880         * opts.sh: Handle RejectNegative.
2882 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
2884         * ggc-page.c (init_ggc): Give better diagnostics on failure to
2885         open /dev/zero.
2886         * toplev.c (crash_signal): Reset handling for received signal
2887         to SIG_DFL.
2889 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
2891         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
2892         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
2893         (arm_use_dfa_pipeline_interface): Implement.
2894         * config/arm/arm.md (arm): New automaton.
2895         (write_buf): Remove function units; new cpu unit.
2896         (write_blockage): Remove function units; new cpu unit.
2897         (core): Remove function units; new cpu unit.
2898         (r_mem_f_wbuf): New instruction reservation.
2899         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
2900         (store1_ldsched, store2, store3, store4): Likewise.
2901         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
2902         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
2903         (multi_cycle, single_cycle): Likewise.
2904         * config/arm/fpa.md (armfp): New automaton.
2905         (fpa): Remove function units; new cpu unit.
2906         (fpa_mem): Remove function unit; new cpu unit.
2907         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
2908         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
2910 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2912         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
2913         * c-format.c (enum format_type): Add asm_fprintf_format_type.
2914         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
2915         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
2916         (format_types_orig): Renamed from format_types.  Add new data.
2917         (format_types): Declare as pointer.
2918         (handle_format_attribute): Move later in file so we have all
2919         necessary declarations.  Add section to capture HOST_WIDE_INT.
2920         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
2921         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
2923 2003-06-01  Andreas Jaeger  <aj@suse.de>
2925         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
2926         ROUND_TYPE_SIZE_UNIT.
2928         * stor-layout.c (finalize_record_size): Remove usages of
2929         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
2930         (finalize_type_size): Likewise.
2931         (layout_type): Likewise.
2933         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
2935         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
2937         * config/d30v/d30v.h: Remove text copied from the manual.
2939 2003-06-01  Roger Sayle  <roger@eyesopen.com>
2940             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2941             Geoffrey Keating  <geoffk@apple.com>
2943         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
2944         constants as condition code values.
2946 2003-06-01  DJ Delorie  <dj@redhat.com>
2948         * cppmacro.c (warn_of_redefinition): Handle cases where the two
2949         definitions have different numbers of tokens.
2951 2003-06-01  Andreas Jaeger  <aj@suse.de>
2953         * gen-protos.c (main): Readd unused attribute for argc.
2955 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
2957         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
2958         * c.opt: End in blank line.
2959         * opts.sh: Take AWK from environment if available; use C locale.
2961 2003-06-01  Andreas Schwab  <schwab@suse.de>
2963         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
2965 2003-06-01  Andreas Jaeger  <aj@suse.de>
2967         * gen-protos.c (main): Revert patch to check for argument.
2969 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2971         PR target/11044
2972         * config/i386/i386.md (length attribute): Set length to 4
2973         for instructions of type "fcmp".
2975 2003-06-01  Andreas Jaeger  <aj@suse.de>
2977         * toplev.c: Use ISO C90 prototypes.
2979         * toplev.h: Use ISO C90 prototypes.
2981         * genrecog.c: Use ISO C90 prototypes.
2982         (nodes_identical): Correct declaration to match prototype.
2983         (maybe_both_true): Likewise.
2984         (merge_trees): Likewise.
2986         * genpeep.c (gen_peephole): Remove #if 0 code.
2987         Use ISO C90 prototypes.
2989         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
2990         Remove #if 0'ed function simplify_by_alternatives.
2991         (optimize_attrs): Remove #if 0'ed code.
2992         Remove ^L.
2993         Use ISO C90 prototypes.
2994         (make_canonical): Remove #if 0'ed code.
2995         (convert_const_symbol_ref): Remove #if 0'ed function.
2997         * gen-protos.c (main): Check for argument.
2999         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
3001         * params.h: Use ISO C90 prototypes.
3002         * params.c: Likewise.
3003         * intl.c: Likewise.
3004         * intl.h: Likewise.
3005         * lists.c: Likewise.
3006         * errors.c: Likewise.
3007         * errors.h: Likewise.
3008         * gencodes.c: Likewise.
3009         * genpreds.c: Likewise.
3010         * genattr.c: Likewise.
3011         * gen-protos.c: Likewise.
3012         * genflags.c: Likewise
3013         * genconditions.c: Likewise.
3014         * genautomata.c: Likewise.
3015         * gencheck.c: Likewise.
3016         * genconfig.c: Likewise.
3017         * genconstants.c: Likewise.
3018         * genemit.c: Likewise.
3019         * genextract.c: Likewise.
3020         * gengenrtl.c: Likewise.
3021         * gengtype.c: Likewise.
3022         * gengtype.h: Likewise.
3023         * genopinit.c: Likewise.
3024         * genoutput.c: Likewise.
3025         * gensupport.c: Likewise.
3026         * gensupport.h: Likewise.
3028         * sdbout.h: Use ISO C90 prototypes.
3030         * sdbout.c (CONTIN): Removed empty macro.
3031         (sdbout_one_type): Remove CONTIN usages.
3032         Remove ^Ls.
3033         (tag_of_ru_type): Remove #if 0'ed function.
3034         (sdbout_symbol): Remove #if 0'ed code.
3035         (sdbout_one_type): Remove a #if 1.
3036         (sdbout_one_type): Remove #if 0'ed code.
3037         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
3038         Remove PARAMS, use ISO C90 prototypes for all functions.
3040 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
3042         * rtl.def (CONST_DOUBLE): Update comment.
3044 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
3046         * opts.sh: Remove path from sort.
3048 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
3050         PR/9680
3051         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
3052         TARGET_SPE for SPE_VECTOR_MODE.
3054 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
3056         * toplev.c (botch): Remove.
3057         (do_abort): Remove.
3058         (set_Wunused): Comment.
3059         (set_Wextra): Comment.
3060         Remove ^L's.
3061         (rest_of_compilation): Factor out common code into functions.
3062         (rest_of_handle_inlining): New.
3063         (rest_of_handle_ssa): New.
3064         (rest_of_handle_cse): New.
3065         (rest_of_handle_gcse): New.
3066         (rest_of_handle_loop_optimize): New.
3067         (rest_of_handle_jump_bypass): New.
3068         (rest_of_handle_sibling_calls): New.
3069         (rest_of_handle_null_pointer): New.
3070         (rest_of_handle_addresof): New.
3071         (rest_of_handle_flow): New.
3072         (rest_of_handle_branch_prob): New.
3073         (rest_of_handle_if_conversion): New.
3074         (rest_of_handle_tracer): New.
3075         (rest_of_handle_loop2): New.
3076         (rest_of_handle_cse2): New.
3077         (rest_of_handle_life): New.
3078         (rest_of_handle_combine): New.
3079         (rest_of_handle_if_after_combine): New.
3080         (rest_of_handle_regmove): New.
3081         (rest_of_handle_sched): New.
3082         (rest_of_handle_old_regalloc): New.
3083         (rest_of_handle_new_regalloc): New.
3084         (rest_of_handle_regrename): New.
3085         (rest_of_handle_reorder_blocks): New.
3086         (rest_of_handle_sched2): New.
3087         (rest_of_handle_new_regalloc): New.
3088         (rest_of_handle_old_regalloc): New.
3089         (rest_of_handle_regrename): New.
3090         (rest_of_handle_reorder_blocks): New.
3091         (rest_of_handle_stack_regs): New.
3092         (rest_of_handle_machine_reorg): New.
3093         (rest_of_handle_delay_slots): New.
3094         (rest_of_handle_final): New.
3096         * toplev.h (botch): Remove prototype.
3097         (do_abort): Same.
3099 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3101         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
3102         * c-opts.c: Include c-options.h and c-options.c.
3103         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
3104         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
3105         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
3106         OPT, opt_comp): Remove.
3107         (missing_arg, c_common_init_options, c_common_decode_option,
3108         write_langs): Update for macro redefinitions and enumeration
3109         name changes.
3110         * c.opt, opts.sh: New files.
3111         * doc/passes.texi: Update.
3113 2003-05-31  Andreas Jaeger  <aj@suse.de>
3115         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
3116         usage.
3118         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
3120         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
3122         * system.h: Poison ALLOCATE_TRAMPOLINE.
3124         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
3125         * system.h: Poison HANDLE_PRAGMA.
3127 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
3129         * doc/invoke.texi: Update dump file names.
3131 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3133         * c-format.c (format_length_info, format_char_info,
3134         format_flag_spec, format_flag_pair, format_kind_info):
3135         De-const-ify structure members.
3137 2003-05-31  Roger Sayle  <roger@eyesopen.com>
3139         * flags.h (flag_wrapv): New flag controlling overflow semantics.
3140         * toplev.c (flag_wrapv): Declare the variable with default false.
3141         (lang_independent_options): New option "-fwrapv" to set the above.
3143         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
3144         as x, when signed arithmetic overflow wraps around.
3145         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
3146         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
3147         overflow when flag_wrapv is true.
3149         * doc/invoke.texi: Document new -fwrapv command line option.
3150         * doc/c-tree.texi: Mention that the overflow semantics of
3151         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
3152         upon both flag_wrapv and flag_trapv.
3154 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3156         * doc/install.texi (mips-sgi-irix5): Add missing
3157         HTML <hr> marker.
3159 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3161         * doc/md.texi (Machine Constraints): Document
3162         missing SPARC constraints.
3164 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3166         * doc/md.texi (Automaton pipeline description): Use
3167         "type" instead of "cpu" as the attribute in the examples.
3169 2003-05-30  Stan Shebs  <shebs@apple.com>
3171         * system.h: Poison OBJC_PROLOGUE.
3173 2003-05-30  Roger Sayle  <roger@eyesopen.com>
3175         * emit-rtl.c (gen_complex_constant_part): New function for getting
3176         the constant real or imaginary part of a complex constant.
3177         (gen_realpart): Use it.
3178         (gen_imagpart): Likewise.
3180 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
3182         * doc/invoke.texi: Fix typos.
3183         * doc/rtl.texi: Likewise.
3185 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3187         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
3188         mode.
3189         * config/h8300/crtn.asm: Likewise.
3190         * config/h8300/lib1funcs.asm: Likewise.
3191         * config/h8300/h8300.c (asm_file_start): Likewise.
3192         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
3193         h8300snelf emulations for normal mode.
3194         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
3195         emulations for normal mode.
3197 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3199         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
3200         true if TARGET_NORMAL_MODE.
3202 2003-05-30  Roger Sayle  <roger@eyesopen.com>
3204         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
3205         making a substitution.
3206         (dead_libcall_p): If directly replacing a libcall with a
3207         constant value produces an invalid instruction, also try forcing
3208         the constant into the constant pool.
3209         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
3210         obvious that the source is a constant.
3211         (compress_float_constant): Use set_unique_reg_note to place
3212         REG_EQUAL notes on instructions.
3214 2003-05-30  Eric Christopher  <echristo@redhat.com>
3216         * config/mips/mips.c (extern_list): Add GTY marker.
3217         (extern_head): Separate out definition. Add marker.
3218         (mips_output_external): Use ggc_alloc for extern_list
3219         allocation.
3220         (mips_output_external_libcall): Ditto.
3222 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
3224         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
3225         later.
3227 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3229         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
3230         warnings.
3231         (PRINT_OPERAND): Likewise.
3233 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3235         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
3236         -mdebug/-no-mdebug switches ...
3237         (MDEBUG_ASM_SPEC): ... here.
3238         Use only with gas.
3239         (EXTRA_SPECS): Initialize mdebug_asm_spec.
3241 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
3243         * gthr-gnat.c: Remove #undef UNUSED.
3244         (__gnat_default_lock, __gnat_default_unlock): Prototype.
3245         (__gnat_task_lock, __gnat_task_unlock): Make declarations
3246         prototypes.
3247         (__gnat_install_locks): Convert declaration to ISO C90, make
3248         parameter declarations prototypes, and remove blank line.
3249         * gthr-gnat.h (__gnat_install_locks): Make parameter
3250         declarations prototypes.
3252 2003-05-29  Jason Merrill  <jason@redhat.com>
3254         * Makefile.in (unstrap): Remove stage_last after make unstage1.
3256 2003-05-29  Roger Sayle  <roger@eyesopen.com>
3258         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
3260 2003-05-29  Roger Sayle  <roger@eyesopen.com>
3261             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
3263         PR bootstrap/10169
3264         * mips-tfile.c (main): Use getopt_long instead of getopt.
3265         Add new command line option --version to display version.
3266         Treat --verbose like -v to report a single line version.
3267         (options): New global variable for getopt_long.
3268         * mips-tdump.c (main): Use getopt_long instead of getopt.
3269         New command line options -v, --version and -verbose to display
3270         the program version number (to match mips-tfile's behavior).
3271         (options): New global variable for getopt_long.
3273         * gcov.c (options): Zero-terminate getopt_long array.
3274         * gcov-dump.c (options): Likewise.
3276         * Makefile.in (mips-tdump.o): Add dependency on version.h.
3278 2003-05-29  Stan Shebs  <shebs@apple.com>
3280         Remove OBJC_PROLOGUE everywhere.
3281         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
3282         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
3283         * config/d30v/d30v.h: Similarly.
3284         * config/ip2k/ip2k.h: Similarly.
3285         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
3287 2003-05-29  Roger Sayle  <roger@eyesopen.com>
3289         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
3290         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
3291         (expand_unreachable_stmt): Expand unreachable while statements
3292         using genrtl_do_stmt_1.
3294 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
3296         * config/mips/mips-protos.h (mips_output_load_label): Declare.
3297         * config/mips/mips.c (mips_output_load_label): New function.
3298         (mips_output_conditional_branch): Use it.
3299         * config/mips/mips.md (jump): And here.
3301 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
3303         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
3304         (xtensa_split_operand_pair): New proto.
3305         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
3306         (smalloffset_double_mem_p): Delete.
3307         (gen_float_relational, printx, print_operand, xtensa_va_arg):
3308         Fix whitespace.
3309         (xtensa_split_operand_pair): New.
3310         (xtensa_dbx_register_number): Fix formatting.
3311         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
3312         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
3313         instead of splitting them into single-word moves.  Remove unnecessary
3314         checks for reload_in_progress and reload_completed.
3315         (movdi_internal, movdf_internal): Change to post-reload split patterns.
3316         Add constraints to allow constant operands.
3317         (movsf_internal): Allow CONST_INT operands.
3319 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
3321         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
3322         fragment i386/x-mingw32.
3323         * config/i386/x-mingw32: New file. Make local_includedir
3324         relative to EXEC_PREFIX.
3326 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
3328         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
3329         (MD_STARTFILE_PREFIX): Define.
3331 2003-05-27  Denis Chertykov  <denisc@overta.ru>
3333         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
3334         VOIDmode.
3335         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
3336         call of cselib_invalidate_regno.
3338 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
3340         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
3341         -lthread to -lpthread.
3343 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3344             Bruce Korb  <bkorb@gnu.org>
3345             Arno Klaassen  <arno@heho.snv.jussieu.fr>
3347         * fixinc/inclhack.def: Add missing declaration of getpagesize()
3348         to unistd.h on Solaris 2.5.1.
3349         Fix prototype of recv() and send() in sys/socket.h on
3350         Solaris 2.5.1 and 2.6.
3351         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
3352         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
3353         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
3354         * fixinc/fixincl.x: Regenerate.
3356 2003-05-27  Jason Merrill  <jason@redhat.com>
3358         * tree.c (expr_first, expr_length): New fns.
3359         * tree.h: Declare them.
3361         * tree.c (iterative_hash_expr): Hash commutative expressions
3362         consistently.
3364 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3366         * tree.h (contains_placeholder_p): Now returns bool.
3367         (CONTAINS_PLACEHOLDER_P): New macro.
3368         (type_contains_placeholder_p): New function.
3369         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
3370         (contains_placeholder_p): Now returns bool.
3371         Rework to use CONTAINS_PLACEHOLDER_P macro.
3372         (type_contains_placeholder_p): New function.
3373         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
3374         type_contains_placeholder_p.
3375         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
3376         Use CONTAINS_PLACEHOLDER_P macro.
3377         * builtins.c (fold_builtin): Likewise.
3378         * calls.c (initialize_argument_information): Likewise.
3379         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
3380         * explow.c (expr_size): Likewise.
3381         * expr.c (store_constructor, get_inner_reference): Likewise.
3382         * function.c (assign_parms): Likewise.
3383         * stor-layout.c (variable_size): Likewise.
3385 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
3387         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
3388         attribute.
3390 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3392         * doc/contrib.texi (Contributors): Update Kean Johnston.
3394 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
3396         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
3398 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3400         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
3401         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
3402         Replace "GNU CC" with "GCC".
3404 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
3406         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
3407         intermediate computation.
3409 2003-05-23  Eric Christopher  <echristo@redhat.com>
3411         * config/mips/mips.md (clzsi, clzdi): New patterns.
3413 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
3415         * gcc.c (default_compilers): Use -o to specify preprocessor's output
3416         file.  Make -no-integrated-cpp work when building PCH files.
3417         * objc/lang-specs.h: Likewise.
3419 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3421         * fixinc/Makefile.in: Correct description.
3422         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
3423         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
3424         fixinc/genfixes: Replace "GNU CC" with "GCC".
3426 2003-05-23  Roger Sayle  <roger@eyesopen.com>
3428         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
3429         builtin functions (and their __builtin_* variants).
3430         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
3431         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
3432         optimizing.
3434         * doc/extend.texi: Document new tan and atan builtins, and
3435         their float and long double variants.
3437 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
3439         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
3440         __sparcv9 in the TARGET_ARCH64 case.
3442 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
3444         * i386.c (ix86_reorg): Calls are also jumps.
3446 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
3448         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
3449         note containing an EXPR_LIST, process all the arguments.
3451 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
3452                                Andreas Jaeger  <aj@suse.de>
3454         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
3455         do not use assertion.
3457 2003-05-23  Mike Stump  <mrs@apple.com>
3459         * tlink.c (scan_linker_output): Add support for darwin linker, as it
3460         emits unresolved symbols one per line, consuming the entire line.
3462 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
3463             Zack Weinberg <zack@codesourcery.com>
3465         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
3466         * config/m68k/m68k.c (m68k_output_function_prologue):
3467         Remove code under #if NEED_PROBE.
3468         * config/m68k/m68k.h: Don't define NEED_PROBE.
3469         * config/m68k/m68k.md: Remove "probe" insn.
3470         * doc/md.texi: Remove documentation of "probe" pattern.
3472 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
3474         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
3476 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3478         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
3479         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
3481 2003-05-22  Roger Sayle  <roger@eyesopen.com>
3483         * real.c (real_maxval): New function to return the largest finite
3484         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
3485         * real.h (real_maxval): Prototype here.
3486         * fold-const.c (fold_inf_compare): Transform comparisons against
3487         +-Infinity into comparisons against DBL_MAX (or equivalent).
3489 2003-05-22  Mike Stump  <mrs@apple.com>
3491         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
3492         default.
3494 2003-05-22  DJ Delorie  <dj@redhat.com>
3496         * calls.c (expand_call): If the arg block is going to grow
3497         downward, we need argblock to point to the top of the block,
3498         not the bottom.
3500 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3502         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
3504         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
3505         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
3507 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3509         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
3510         * m68k.c: Likewise.
3511         * m68k.h: Likewise.
3513 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
3515         PR other/2873
3516         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
3517         expressions to prevent triggering on recent curses.h,
3518         linux/nls.h, or X11/Xlib.h.
3519         (stdio_va_list): Add _G_va_list to bypass pattern.
3520         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
3521         * fixinc/fixincl.x: Regenerate.
3523 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
3525         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
3526         switches when --target-help option is specified.
3528 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3530         PR bootstrap/10805
3531         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
3532         failure with Sun assembler 5.0 Alpha 03/27/98.
3534 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
3536         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
3537         to match system compiler convention.
3539 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3541         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
3542         value, not just if defined.
3543         Update copyright year.
3545 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3547         PR target/6428
3548         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
3549         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
3550         option is used without `-static'.
3551         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
3552         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
3554 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
3556         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
3557         TARGET_SERIALIZE_VOLATILE): Delete.
3558         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
3559         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
3560         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
3561         "-mno-serialize-volatile".
3562         * config/xtensa/xtensa.c (print_operand): Remove checks of
3563         TARGET_SERIALIZE_VOLATILE.
3564         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
3565         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
3566         "-mserialize-volatile" and "-mno-serialize-volatile" options.
3568 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
3570         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
3571         (nested_function): Likewise.
3572         (notype_nested_function): Likewise.
3574 2003-05-21  Nick Clifton  <nickc@redhat.com>
3576         * config/stormy16/stormy-abi: Update overflow type for
3577         R_XSTORMY16_16 reloc.
3579 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
3581         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
3582         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
3583         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
3584         * print-tree.c (print_node): Remove ambient-boundedness.
3585         * tree.h (tree_common): Remove bounded_flag.
3586         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
3587         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
3588         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
3589         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
3590         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
3591         Remove.
3592         (TYPE_QUALS): Remove BOUNDED.
3593         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
3594         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
3595         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
3596         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
3597         VA_LIST_POINTER_DEPTH): Remove.
3598         (struct tree_type): Remove pointer_depth.
3600 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3602         * c-pretty-print.c (pp_c_integer_literal): Use
3603         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
3605 2003-05-20  Roger Sayle  <roger@eyesopen.com>
3606             Kazu Hirata  <kazu@cs.umass.edu>
3607             Joern Rennecke  <joern.rennecke@superh.com>
3609         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
3610         setcc and jump, if they exist.  If substituted instruction
3611         fails to validate, store current effort in a REG_EQUAL note.
3612         (cprop_insn): Don't attempt further substitutions if the
3613         current instruction has been deleted.
3614         (local_cprop_pass): Likewise.
3616         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
3617         one is attached to the jump instruction.
3618         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
3620 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3622         PR c++/9738
3623         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
3624         even if not first.
3626 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3628         * genautomata.c (output_description, output_automaton_units,
3629         output_state_arcs): Add missing specifiers.
3631 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
3633         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
3634         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
3635         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
3636         (nsau): Rename to do_nsau.  Provide alternate version for use when
3637         the NSAU instruction is available.
3638         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
3639         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
3640         * config/xtensa/xtensa-config.h: Update comments to match binutils.
3641         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
3642         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
3643         (TARGET_ABS, TARGET_ADDX): Define.
3644         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
3645         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
3646         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
3647         *subx8): Set predicate condition to TARGET_ADDX.
3648         (abssi2): Set predicate condition to TARGET_ABS.
3649         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
3650         "-maddx", and "-mno-addx" options.
3651         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
3653 2003-05-20  Kevin Ryde <user42@zip.com.au>
3654             Wolfgang Bangerth <bangerth@dealii.org>
3656         PR/10355
3657         * doc/extend.texi: Put a warning into the documentation
3658         of attribute regparm.
3660 2003-05-20  Jason Merrill  <jason@redhat.com>
3662         * tree.c (expr_last): New fn.
3663         * tree.h: Declare it.
3664         * objc/objc-act (expr_last): Rename to objc_expr_last.
3666 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
3668         * sh.c (sh_register_move_cost): Add clase for moving between
3669         FP registers and MAC registers.
3671 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
3673         * pa/milli64.S ($$mulI): Fix typo.
3675 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
3677         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
3678         (nonlocal_set_p): Remove initial blank line.
3679         * dwarf2out.c (simple_type_size_in_bits): Likewise.
3680         * et-forest.c (et_forest_create): Likewise.
3681         * explow.c (stabilize): Likewise.
3682         * fix-header.c (write_lbrac): Likewise.
3683         * graph.c (start_fct, node_data): Likewise.
3684         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
3685         * rtlanal.c (global_reg_mentioned_p): Likewise.
3686         * tree.c (bit_position): Likewise.
3688 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
3690         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
3691         -lthread to -lpthread.
3693 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
3695         * c-opts.c (c_common_decode_option): Don't accept dollars
3696         as identifier characters in assembly.
3697         * doc/cpp.texi: Document this.
3699 2003-05-19  Seth Arnold  <sarnold@wirex.com>
3700             Aldy Hernandez  <aldyh@redhat.com>
3702         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
3703         vrsave_size twice.
3705 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
3707         * doc/tm.texi (function_arg): Fix typo.
3709 2003-05-19  Matt Austern  <austern@apple.com>
3711         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
3712         * c-common.h (warn_invalid_offsetof): Declare.
3713         * c-common.c (warn_invalid_offsetof): Define.
3714         * doc/invoke.texi: Document -Winvalid-offsetof.
3715         * testsuite/g++.dg/other/offsetof3.C: New.
3716         * testsuite/g++.dg/other/offsetof4.C: New.
3718 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
3719             David Edelsohn  <edelsohn@gnu.org>
3721         * config/rs6000/rs6000.c (rs6000_alignment_string,
3722         rs6000_alignment_flags): New variables.
3723         (rs6000_parse_alignment_option): New function.
3724         (rs6000_override_options): Call it.
3725         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
3726         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
3727         macros.
3728         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
3729         natural alignment if TARGET_NATURAL_ALIGNMENT
3730         (ROUND_TYPE_ALIGN): Always use default record alignment if
3731         TAGET_NATURAL_ALIGNMENT.
3732         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
3733         (ROUND_TYPE_ALIGN): Same.
3734         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
3735         (ROUND_TYPE_ALIGN): Same.
3736         * doc/invoke.texi (Option Summary, PowerPC Options): Document
3737         new options.
3739 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
3741         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
3742         of a function using ASMSPEC, prepend a star.
3744 2003-05-19  Jason Merrill  <jason@redhat.com>
3746         * tree-inline.c (copy_body_r): Avoid generating &* during inline
3747         substitution.
3749 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
3751         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
3752         not mark assignments to the hard frame pointer as being stack
3753         frame related.
3754         (xstormy16_expand_epilogue): Mark adjustments to the stack
3755         pointer as being stack frame related.
3757 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3759         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
3760         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
3761         (PREDICATE_CODES): Add hilo_operand.
3762         * config/mips/mips.c (hilo_operand): New predicate.
3763         (mips_adjust_insn_length): Account for the number nops that might
3764         be needed to avoid hardware hazards.
3765         * config/mips/mips.md (dslot): Remove attribute.
3766         (hazard): New attribute.
3767         (can_delay): Use it.  Check for calls, branches & jumps.
3768         (muldi3): Use the standard dmult pattern for mips16 code.
3769         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
3771 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3773         * config/mips/mips-protos.h (final_prescan_insn,
3774         mips_count_memory_refs, mips_fill_delay_slot): Remove.
3775         * config/mips/mips.h (delay_type, dslots_load_total,
3776         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
3777         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
3778         mips_load_reg3, mips_load_reg4): Remove.
3779         (MASK_STATS): Remove.
3780         (MASK_EXPLICIT_RELOCS): Reuse its value.
3781         (TARGET_STATS): Remove.
3782         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
3783         Warn that -mstats is now ignored.
3784         (FINAL_PRESCAN_INSN): Undefine.
3785         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
3786         (ASM_OUTPUT_REG_POP): Likewise.
3787         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
3788         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
3789         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
3790         mips_fill_delay_slot, mips_count_memory_refs,
3791         final_prescan_insn): Remove.
3792         (output_block_move): Remove calls to mips_count_memory_refs.
3793         (print_operand): Remove printing of #nop for TARGET_STATS.
3794         (mips_output_function_epilogue): Remove TARGET_STATS code.
3795         Reorganize setting of fnnmae.
3796         * config/mips/mips.md: Remove handling of dslot statistics
3797         throughout file.  Change all fcmp patterns into normal asm
3798         templates, removing calls to mips_fill_delay_slot.
3799         * doc/invoke.texi: Remove documentation of -mstats.
3801 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3803         * config/mips/mips.c (mips_class_max_nregs): Return the number of
3804         words in the mode.
3806 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3808         * config/mips/mips.c (override_options): Disable explicit
3809         relocs for old ABIs unless using gas.
3811 2003-05-18  Eric Christopher  <echristo@redhat.com>
3813         * config/mips/mips.h: Remove definition of g_switch_value.
3815 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
3817         * flags.h (g_switch_value): Change to an unsigned
3818         HOST_WIDE_INT.
3819         * toplev.c (g_switch_value): Likewise.
3821         * config/alpha/alpha.c (small_symbolic_operand): Remove
3822         g_switch_value cast.
3823         (alpha_in_small_data_p): Cast size to an unsigned
3824         HOST_WIDE_INT.
3826         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
3827         unsigned HOST_WIDE_INT.
3828         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
3829         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
3831         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
3832         unsigned HOST_WIDE_INT.
3833         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
3834         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
3835         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
3837         * config/rs6000/rs6000.c (rs6000_file_start): Use
3838         HOST_WIDE_INT_PRINT_UNSIGNED.
3839         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
3840         (rs6000_elf_in_small_data_p): Cast size to unsigned
3841         HOST_WIDE_INT.
3842         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
3843         Remove.
3844         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
3845         g_switch_set.
3846         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
3847         g_switch_value cast.
3849 2003-05-18  Roger Sayle  <roger@eyesopen.com>
3850             Zack Weinberg  <zack@codesourcery.com>
3852         PR middle-end/10472
3853         * builtins.c (expand_builtin_memcpy):  Call force_operand on
3854         expressions and use simplify_gen_binary to create the addition.
3856 2003-05-18  Andreas Schwab  <schwab@suse.de>
3858         * config/m68k/m68k.md: Use define_constants for unspec numbers.
3860 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
3862         * config/sparc/sparc.h: Define sparc for now.
3863 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3865         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
3867         * config/stormy16/stormy16.h: Remove about 3000 lines of
3868         target-independent comments.  Update copyright notice.
3870         * doc/collect2.texi: GNU CC -> GCC.
3871         * doc/headerdirs.texi: GNU CC -> GCC.
3873 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
3875         * hashtable.h (struct ht_identifier): Add data member "hash_value".
3876         * hashtable.c (ht_lookup): Use it when searching, remember.
3877         (ht_expand): Do not recompute.
3878         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
3880 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
3882         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
3884 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
3886         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
3887         Default here.
3888         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
3889         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
3890         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
3891         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
3892         config/arm/linux-elf.h, config/arm/rtems-elf.h,
3893         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
3894         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
3895         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
3896         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
3897         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
3898         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
3899         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
3900         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
3901         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
3902         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
3903         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
3904         Don't define __ELF__.
3905         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
3906         Define __ELF__.
3907         * doc/cpp.texi: Document __ELF__.
3908         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
3910 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3912         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
3913         always use stdarg.
3914         * c-errors.c (pedwarn_c99): Likewise.
3915         * c-format.c (status_warning): Likewise.
3916         * c-semantics.c (build_stmt): Likewise.
3917         * calls.c (emit_library_call, emit_library_call_value): Likewise.
3918         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
3919         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
3920         * diagnostic.c (build_message_string, output_printf,
3921         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
3922         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
3923         error_with_decl, fnotice): Likewise.
3924         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
3925         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
3926         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
3927         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
3928         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
3929         dw2_asm_output_encoded_addr_rtx): Likewise.
3930         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
3931         * errors.c (warning, error, fatal, internal_error): Likewise.
3932         * final.c (output_operand_lossage, asm_fprintf): Likewise.
3933         * fix-header.c (fatal): Likewise.
3934         * gcc.c (fatal, error, notice): Likewise.
3935         * gcov.c (fnotice): Likewise.
3936         * genattrtab.c (attr_rtx, attr_printf): Likewise.
3937         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
3938         * gensupport.c (message_with_line): Likewise.
3939         * mips-tfile.c (fatal, error): Likewise.
3940         * protoize.c (notice): Likewise.
3941         * ra-debug.c (ra_debug_msg): Likewise.
3942         * read-rtl.c (fatal_with_file_and_line): Likewise.
3943         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
3944         * tree.c (build, build_nt, build_function_type_list): Likewise.
3946 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3948         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
3949         * gcc.c (cpp_predefines): Remove.
3950         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
3951         (static_specs): Remove predefines.
3952         * system.h: Poison CPP_PREDEFINES.
3953         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
3954         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
3956 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3958         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
3959         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
3960         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
3961         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
3963 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3965         PR c/9209
3966         * c-common.c, c-common.h (dollars_in_ident): Remove.
3967         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
3968         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
3969         * cpphash.h (warned_dollar): Rename warn_dollars.
3970         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
3971         Permit dollars regardless of -std=.
3972         (post_options): Set warn_dollars.
3973         * cpplex.c (forms_identifier_p): Use warn_dollars.
3974         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
3975         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
3976         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
3977         Update documentation.
3979 2003-05-17  Andreas Schwab  <schwab@suse.de>
3981         * config/m68k/m68k.c (m68k_output_function_prologue): Use
3982         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
3983         formatting a HOST_WIDE_INT.
3984         (m68k_output_function_epilogue): Likewise.
3986 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
3988         * doc/install.texi: Remove information about desupported targets.
3990 2003-05-17  Andreas Schwab  <schwab@suse.de>
3992         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
3993         * config/m68k/linux.h: Likewise.
3994         * config/m68k/m68k-none.h: Likewise.
3995         * config/m68k/netbsd-elf.h: Likewise.
3996         * config/m68k/sgs.h: Likewise.
3997         * config/m68k/m68k.h: Likewise.
3998         * config/m68k/m68k.md: Likewise.
3999         * config/m68k/m68k.c: Likewise.
4000         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
4001         constraints.
4002         * doc/invoke.texi (Option Summary): Remove -mfpa.
4003         (M680x0 Options): Likewise.
4005 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
4007         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
4009 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4011         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
4012         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
4013         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4014         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
4015         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
4017 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4019         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
4020         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
4022 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4024         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
4025         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
4026         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
4027         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
4028         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
4029         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
4030         sparc/sysv4.h,
4031         * sparc/sysv4-only.h: New.
4033 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
4035         * function.c (assign_parms): Check for zero size args.
4037 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4039         * cfgloopanal.c (test_for_iteration): Use string concatentation on
4040         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4041         function calls into one.
4042         * dbxout.c (dbxout_symbol): Likewise.
4043         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
4044         * dwarf2asm.c (dw2_asm_output_data_uleb128,
4045         dw2_asm_output_data_sleb128): Likewise.
4046         * genrecog.c (debug_decision_2): Likewise.
4047         * loop.c (emit_prefetch_instructions): Likewise.
4048         * print-rtl.c (print_rtx): Likewise.
4049         * print-tree.c (print_node_brief, print_node): Likewise.
4050         * ra-debug.c (dump_igraph, dump_graph_cost,
4051         dump_static_insn_cost): Likewise.
4052         * ra-rewrite.c (dump_cost): Likewise.
4053         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4054         * sreal.c (dump_sreal): Likewise.
4055         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
4056         * varasm.c (assemble_vtable_entry): Likewise.
4058         * avr.c (avr_output_function_prologue,
4059         avr_output_function_epilogue, print_operand): Fix format specifier
4060         warnings.
4061         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
4062         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
4064 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
4066         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
4067         and ! TARGET_STRING cases.
4069         * doc/cppopts.texi (-undef): Fix texinfo warning.
4071         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
4072         * cppfiles.c (validate_pch): When -H is used, print some information
4073         about PCH files found.
4075 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4077         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
4078         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
4079         * config/mips/t-sr71k: Likewise.
4081 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4083         * arc.c (arc_output_function_prologue,
4084         arc_output_function_epilogue): Fix format specifier warnings.
4085         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
4087         * v850.c (print_operand): Fix format specifier warnings.
4089         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
4090         specifier warnings.
4092         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
4093         format specifier warnings.
4095         * ip2k.c (function_prologue, function_epilogue, print_operand):
4096         Fix format specifier warnings.
4097         * ip2k.md: Likewise.
4099         * i960.c (i960_output_function_prologue, i960_print_operand,
4100         i960_print_operand_addr): Fix format specifier warnings.
4102         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
4103         (i370_output_function_prologue): Fix format specifier warnings.
4104         * i370.h (PRINT_OPERAND): Likewise.
4106         * fr30.c (fr30_print_operand): Fix format specifier warnings.
4108         * dsp16xx.c (print_operand_address): Fix format specifier warning.
4109         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
4111         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
4112         specifier warnings.
4114         * alpha.c (print_operand_address, alpha_start_function,
4115         unicosmk_output_ssib): Use string concatentation on
4116         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4117         function calls into one.
4118         * arm.c (arm_print_operand): Likewise.
4119         * cris.c (cris_asm_output_mi_thunk): Likewise.
4120         * frv.c (frv_asm_output_mi_thunk): Likewise.
4121         * ia64.c (ia64_print_operand, process_set): Likewise.
4122         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
4123         Likewise.
4124         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
4125         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4126         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
4127         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
4128         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
4129         * s390.c (s390_assemble_integer): Likewise.
4130         * sparc.c (sparc_flat_function_prologue,
4131         sparc_flat_function_epilogue): Likewise.
4132         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
4133         * vax.c (vax_output_mi_thunk): Likewise.
4135         * frv.c (frv_print_operand_memory_reference): Fix format specifier
4136         warning.
4137         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
4139         * m68k.c (m68k_output_function_epilogue): Fix format specifier
4140         warnings.
4142         * stormy16-protos.h (xs_hi_general_operand,
4143         xs_hi_nonmemory_operand): Prototype.
4144         * stormy16.c (xstormy16_output_shift): Fix format specifier
4145         warnings.
4147         * cris.c: Fix format specifier warnings.
4149 2003-05-16  Nick Clifton  <nickc@redhat.com>
4151         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
4153 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
4155         * doc/bugreport.texi: Remove most of the of the preface of the
4156         bugs section.
4158 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
4160         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
4161         .save XX, r0.
4163 2003-05-15  Roger Sayle  <roger@eyesopen.com>
4165         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
4167 2003-05-15  Eric Christopher  <echristo@redhat.com>
4169         * cfgcleanup.c (merge_blocks): Fix return value.
4171 2003-05-15 Eric Christopher <echristo@redhat.com>
4173         * combine.c (expand_compound_operation): Make sure
4174         that zero_extend operation is profitable.
4176 2003-05-15  Richard Henderson  <rth@redhat.com>
4178         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
4179         code protected by USE_GNULIBC_1.
4181 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
4183         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
4184         remove hppa*-*-mpeix* which could not be built, and prune
4185         files from tmake_file= or tm_file= lists that don't exist.
4187         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
4188         * config/alpha/t-interix, config/arm/conix-elf.h
4189         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
4190         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
4191         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
4192         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
4193         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
4194         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
4195         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
4196         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
4197         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
4198         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
4199         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
4200         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
4201         * config/m68k/tower-as.h, config/m68k/tower.h
4202         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
4203         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
4204         * config/m88k/m88k-protos.h, config/m88k/m88k.c
4205         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
4206         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
4207         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
4208         * config/mips/rtems64.h, config/mips/sni-gas.h
4209         * config/mips/sni-svr4.h, config/mips/t-ecoff
4210         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
4211         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
4212         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
4213         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
4214         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
4215         * config/romp/romp-protos.h, config/romp/romp.c
4216         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
4217         * config/rs6000/aix3newas.h, config/rs6000/mach.h
4218         * config/sparc/bsd.h, config/sparc/hal.h
4219         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
4220         * config/sparc/lynx.h, config/sparc/netbsd.h
4221         * config/sparc/sp86x-aout.h, config/sparc/splet.h
4222         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
4223         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
4224         * config/sparc/t-halos, config/sparc/t-sparcbare
4225         * config/sparc/t-splet, config/sparc/t-sunos41
4226         * config/v850/rtems.h: Delete file.
4228 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
4230         * config/rs6000/rs6000-protos.h (function_value): Protoize.
4232         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
4234         * config/rs6000/rs6000.c (rs6000_function_value): New.
4236 2003-05-15  Philip Blundell  <philb@gnu.org>
4238         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
4239         All uses updated.
4240         (arm_tune_xscale): New variable.
4241         (arm_override_options): Set it.
4242         (arm_adjust_cost): Use it in place of arm_arch_xscale.
4243         (arm_gen_load_multiple): Likewise.
4244         (arm_gen_store_multiple): Likewise.
4245         * config/arm/arm.md (is_xscale): Likewise.
4246         * config/arm/arm.h (arm_tune_xscale): Declare.
4248 2003-05-15  Philip Blundell  <philb@gnu.org>
4250         PR target/10730
4251         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
4252         involving invalid constants.
4254 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4256         * pa.c (hppa_expand_prologue): Remove blockage.
4258 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
4260         * doc/bugreport.texi: Remove most of the bug reporting
4261         instructions and merge them into bugs.html.
4263 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
4265         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
4266         g_switch_value to unsigned HOST_WIDE_INT.
4268 2003-05-14  Eric Christopher  <echristo@redhat.com>
4270         * combine.c: Fix header comments.
4271         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
4272         to all calls and prototype.
4274 2003-05-14  Roger Sayle  <roger@eyesopen.com>
4276         PR optimization/10764
4277         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
4278         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
4279         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
4280         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
4281         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
4282         the corresponding *fyl2x_?fxf3 instructions.
4284 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
4286         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
4287         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
4288         XCHAL_HAVE_L32R): New.
4289         * config/xtensa/xtensa-protos.h (non_const_move_operand,
4290         xtensa_load_constant, xtensa_function_prologue,
4291         xtensa_function_epilogue): Delete prototypes.
4292         (xtensa_expand_prologue): New.
4293         * config/xtensa/xtensa.c (frame_size_const,
4294         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
4295         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
4296         xtensa_function_prologue): Delete.
4297         (add_operand, xtensa_mem_offset): Formatting.
4298         (move_operand): If the const16 option is available, allow any SFmode
4299         and SImode constants.
4300         (xtensa_emit_move_sequence): Inline the former contents of
4301         xtensa_load_constant with modifications to handle the const16 option.
4302         (override_options): Add xtensa_char_to_class['W'] and set it to
4303         the general register class only if the const16 option is enabled.
4304         Fix formatting.  Disallow PIC when using the const16 option.
4305         (print_operand): Reorganize to switch on "letter" instead of the
4306         RTL code.  Add output_operand_lossage calls for invalid cases.
4307         Add support for 't' and 'b' letters.
4308         (xtensa_expand_prologue): New function to replace
4309         xtensa_function_prologue and xtensa_reorg.
4310         (xtensa_function_epilogue): Declare this as static.  Delete code
4311         to print the retw.n or retw instruction.
4312         (xtensa_return_addr): Use A0_REG instead of 0.
4313         (xtensa_rtx_costs): Add costs for using the const16 option.
4314         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
4315         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
4316         (TARGET_SWITCHES): Add "const16" and "no-const16".
4317         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
4318         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
4319         using the const16 option.
4320         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
4321         (TRAMPOLINE_SIZE): Change from 49 to 59.
4322         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
4323         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
4324         when using the const16 option.
4325         (PREDICATE_CODES): Delete non_const_move_operand.
4326         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
4327         UNSPECV_ENTRY.
4328         (movdi, movdf): If the source is a constant, always expand to a
4329         sequence of movsi insns.
4330         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
4331         (movsi_internal, movsf_internal): Add alternative using const16 insns.
4332         (movsf): Add const16 support.
4333         (entry, prologue, epilogue): New.
4334         (set_frame_ptr): Add missing mode for unspec_volatile operation.
4335         Likewise for subsequent split pattern.
4336         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
4337         "-mconst16" and "-mno-const16" options.
4339 2003-05-14  Richard Henderson  <rth@redhat.com>
4341         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
4342         to be DImode register.  Merge load_symptr.
4343         * config/ia64/ia64.md (load_symptr): Remove.
4345 2003-05-14  Richard Henderson  <rth@redhat.com>
4347         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
4348         DEFERRED_CONSTANT_P.
4349         * integrate.c (copy_rtx_and_substitute): Update use.
4350         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
4351         to the copy generated.
4352         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
4353         of the constant to see if we should emit.
4354         (mark_constant): Similarly.
4355         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
4357 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
4359         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
4360         move record condition.
4361         (movdi_internal2): Same.
4363 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
4365         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
4366         (GCOV_TAG_*) Force type to gcov_unsigned_t.
4367         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
4368         (struct gcov_var): Remove modified. Add start, length, offset,
4369         overread. Have buffer array for libgcov.
4370         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
4371         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
4372         * gcov-io.c (gcov_open): Set mode, do not read anything.
4373         (gcov_close): Write final block.
4374          (gcov_write_block, gcov_allocate): New.
4375         (gcov_write_bytes): Make static. Write or allocate buffer.
4376         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
4377         null.
4378         (gcov_write_string): Adjust.
4379         (gcov_write_tag)
4380         (gcov_write_length): Adjust. Flush the block.
4381         (gcov_write_tag_length): Buffer can never be null.
4382         (gcov_read_bytes): Make static. Read in block.
4383         (gcov_sync): Moved here. Adjust.
4384         (gcov_seek): Moved here. Adjust.
4385         * coverage.c (read_counts_file): Adjust.
4386         * gcov-dump.c (print_prefix): Add position parameter.
4387         (flag_dump_positions): New flag.
4388         (options, main, print_usage): Add it.
4389         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
4390         tag_summary): Adjust.
4391         * gcov.c (read_graph_file, read_count_file): Adjust.
4392         * libgcov.c (gcov_exit): Adjust.
4394         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
4395         (libgcov.a): Depend on libgcc.a.
4396         (gcov.o, gcov-dump.o): Add gcov-io.c.
4397         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
4399         * loop.c (check_dbra_loop): Factor common test.
4401 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
4403         * doc/md.texi (Automaton pipeline description): Grammar fixes.
4405 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
4407         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
4408         (TARGET_INITIALIZER): Include it.
4409         * target.h (struct gcc_target): Add machine_dependent_reorg field.
4410         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
4411         * system.h: Poison MACHINE_DEPENDENT_REORG.
4413         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
4414         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
4415         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4416         (alpha_handle_trap_shadows): Remove "first insn" parameter.
4417         (alpha_align_insns): Likewise.
4418         (alpha_reorg): Likewise.  Make static.  Update calls to above
4419         functions.
4421         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
4422         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
4423         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4424         (arm_reorg): Remove parameter.  Make static.
4426         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
4427         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
4428         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4429         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
4430         Remove parameter.
4432         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
4433         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
4434         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4435         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
4436         Remove parameter.
4438         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
4439         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
4440         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
4442         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
4443         * config/frv/frv.c: Remove orphaned comment.
4445         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
4446         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
4447         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4448         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
4449         Remove parameter.
4451         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
4452         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
4453         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4454         (emit_insn_group_barriers): Remove "first insn" parameter.
4455         (emit_all_insn_group_barriers): Likewise.
4456         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
4457         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
4459         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
4460         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
4461         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4462         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
4463         Remove parameter.
4465         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
4466         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
4467         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4468         (m68hc11_reorg): Make static.  Remove parameter.
4470         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
4471         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
4472         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4473         (conditionalize_optimization): Remove parameter.
4474         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
4475         Make static.  Update call to conditionalize_optimization.
4477         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
4478         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
4479         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4480         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
4481         Make static.
4483         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
4484         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
4485         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4486         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
4487         Remove parameter.
4489         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
4490         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
4491         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4492         (pa_combine_instructions): Remove "first insn" parameter.
4493         (remove_useless_addtr_insns): Likewise.
4494         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
4496         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
4497         commented-out definition.
4499         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
4500         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
4501         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4502         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
4503         Remove parameter.
4505         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
4506         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
4507         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4508         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
4509         Remove parameter.
4510         (sh_output_mi_thunk): Call sh_reorg directly.
4511         * config/sh/sh.md: Update comment.
4513         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
4514         commented-out definition.
4516         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
4517         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
4518         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4519         (v850_reorg): Make static.  Remove parameter.
4521         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
4522         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
4523         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
4524         (xtensa_reorg): Make static.  Remove parameter.
4526         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
4527         (TARGET_MACHINE_DEPENDENT_REORG): Document.
4529 2003-05-13  Richard Henderson  <rth@redhat.com>
4531         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
4532         the old decl had instantiated DECL_RTL.
4534 2003-05-13  Mike Stump  <mrs@apple.com>
4536         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
4538 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
4540         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
4541         HOST_WIDE_INT argument.
4543 2003-05-13  Jason Merrill  <jason@redhat.com>
4545         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
4547         * tree.c (iterative_hash_expr): New fn.
4549         * c-semantics.c (emit_local_var): Don't mess with temp slots if
4550         there's no initializer.
4552 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
4554         * final.c (final_scan_insn): Apply the effects of frame-related
4555         delay slot insns before emitting a delayed branch.
4557 2003-05-13  Nick Clifton  <nickc@redhat.com>
4559         * config/mcore/mcore.md (jump): Use emit_jump_insn.
4561 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
4563         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
4564         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
4566 2003-05-12  DJ Delorie  <dj@redhat.com>
4568         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
4569         (emit_push_insn): Don't use push when the source alignment is less
4570         than the stack's push rounding.
4572 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4574         * diagnostic.c (output_format): Add support for %m.
4575         (output_printf, output_verbatim, diagnostic_set_info,
4576         verbatim): Set err_no field of the text_info structure being
4577         initialized.
4578         (fatal_io_error): Delete function.
4579         * diagnostic.h (text_info): Add err_no field.
4580         * toplev.h (fatal_io_error): Delete prototype.
4582         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
4583         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
4584         * objc/objc-act.c: Replace all calls to fatal_io_error with
4585         calls to fatal_error; add ": %m" to the end of all the affected
4586         error messages.
4588 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4590         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
4591         * rtl.h: Prototype it.
4592         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
4593         when appropriate.
4595 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
4597         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
4598         ("*iorsi3_oi"): Likewise.
4600 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
4602         * arm.md (compare_scc): Use shorter sequence for EQ case.
4603         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
4604         (and_scc_scc): Ensure split only applies when there is a dominance
4605         of the comparisons.
4606         (and_scc_scc_nodom): New insn-and-split pattern.
4608 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
4610         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
4611         to _Unwind_SetGRPtr().
4613 2003-05-13  Michael Eager <eager@mvista.com>
4615         * Makefile.in: Initialize program_transform_cross_name from
4616         @program_transform_name@ instead of target_alias.
4618 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
4619             Alan Modra  <amodra@bigpond.net.au>
4620             Jakub Jelinek  <jakub@redhat.com>
4622         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
4623         * configure: Rebuild.
4624         * config/rs6000/rs6000-protos.h: Update.
4625         * config/rs6000/rs6000.c (rs6000_tls_size): New.
4626         (rs6000_tls_size_string): New.
4627         (rs6000_parse_tls_size_option): New.
4628         (rs6000_legitimize_tls_address): New.
4629         (rs6000_tls_get_addr): New.
4630         (rs6000_got_sym): New.
4631         (rs6000_tls_symbol_ref): New.
4632         (rs6000_tls_symbol_ref_1): New.
4633         (rs6000_get_some_local_dynamic_name): New.
4634         (rs6000_get_some_local_dynamic_name_1): New.
4635         (TARGET_HAVE_TLS): New.
4636         (TARGET_CANNOT_FORCE_CONST_MEM): New.
4637         (rs6000_override_options): Handle -mtls-size option.
4638         (constant_pool_expr_1): Handle TLS symbols.
4639         (rs6000_legitimize_address): Handle TLS symbols.
4640         (rs6000_tls_referenced_p): New.
4641         (rs6000_legitimate_address): Handle TLS symbols.
4642         (rs6000_emit_move): Handle TLS symbols.
4643         (print_operand): Handle TLS symbols.
4644         (uses_TOC): Handle TLS symbols.
4645         (rs6000_emit_prologue): Use symbol for unspec constant.
4646         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
4647         (some_ld_name): New.
4648         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
4649         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
4650         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
4651         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
4652         Support TLS.
4653         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
4654         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
4655         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
4656         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
4657         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
4658         tls_tls_64): New.
4659         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
4661 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
4663         * Makefile.in (stage2_build, stage3_build, stage4_build):
4664         Set BUILD_CC to the same as CC.
4666 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
4668         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
4670 2003-05-12  Andreas Schwab  <schwab@suse.de>
4672         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
4673         as unused.
4674         (bundling): Initialize 'pos'.
4675         (ia64_expand_builtin): Initialize 'rmode'.
4677 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
4679         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
4680         (ASM_OUTPUT_ALIGNED_COMMON): Same.
4681         (ASM_OUTPUT_LOCAL): Same.
4683 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
4685         * varasm.c (output_constant):  Fix underflow.
4687 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
4689         PR other/10745
4690         * configure.in: Correct detection of GNU ld version number.
4691         * configure: Regenerated.
4693 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
4695         * diagnostic.c (diagnostic_for_decl): Take a
4696         diagnostic_context argument.  Restructure to be consistent
4697         with diagnostic_report_diagnostic.
4698         (diagnostic_count_diagnostic): Now static.  Take a
4699         diagnostic_info argument, not just a diagnostic_t.  Some code
4700         moved here from internal_error.  Move a case label for
4701         clarity.
4702         (diagnostic_action_after_output): New function.  Code moved
4703         here from internal_error and fatal_error.
4704         (bug_report_request): New #define so that this text appears in
4705         only one place.
4706         (diagnostic_report_diagnostic): Update to match changes to
4707         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
4708         (diagnostic_set_info): Call gettext here.
4710         (pedwarn): Update comment.  Don't call gettext here.
4711         (sorry): Use report_diagnostic.  Don't call gettext here.
4712         (fatal_error): Remove final fnotice and exit, but call
4713         real_abort to prevent warnings about noreturn function returning.
4714         (internal_error): Likewise.  Don't do ICE suppression here nor
4715         call context->internal_error.
4716         (warning_with_decl): Suppress for decls in system headers.
4717         Adjust call to diagnostic_for_decl.
4718         (pedwarn_with_decl): Likewise.
4719         (error_with_decl): Adjust call to diagnostic_for_decl.
4720         (error_recursion): Use bug_report_request.
4722         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
4723         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
4724         diagnostic_count_diagnostic.
4726 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4728         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
4730 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
4732         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
4733         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
4734         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
4736 2003-05-12  Roger Sayle  <roger@eyesopen.com>
4738         * doc/rtl.texi: Document zero_extract as a valid destination
4739         of a set insn.
4741 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
4743         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
4744         '.'.  Change all local symbol definitions and references to use LSYM.
4746 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
4748         * expr.h (assemble_static_space): Update prototype.
4749         * output.h (assemble_zeros, output_constant): Likewise.
4750         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
4751         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
4752         it 64bit clean.
4753         * elf.h (ASM_OTUPUT_SKIP): Likewise.
4754         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
4755         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4756         Expect HOST_WIDE_INT operand.
4757         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4758         Expect HOST_WIDE_INT operand.
4759         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4760         Expect HOST_WIDE_INT operand.
4761         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
4762         HOST_WIDE_INT operand.
4763         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
4764         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
4765         * aout.h (ASM_OTUPUT_SKIP): Likewise.
4766         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
4767         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
4768         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
4769         * frv.h (ASM_OTUPUT_SKIP): Likewise.
4770         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
4771         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4772         Make it 64bit
4773         clean.
4774         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
4775         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4776         Make it 64bit clean.
4777         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
4778         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
4779         HOST_WIDE_INT operand
4780         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4781         Expect HOST_WIDE_INT operand
4782         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
4783         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
4784         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
4785         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4786         Likewise.
4787         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
4788         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4789         Likewise.
4790         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4791         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4792         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4793         ASM_OUTPUT_SKIP): Likewise.
4794         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4795         Likewise.
4796         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4797         ASM_OUTPUT_SKIP): Likewise.
4798         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4799         ASM_OUTPUT_SKIP): Likewise.
4800         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
4801         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
4802         ASM_OUTPUT_SKIP): Likewise.
4803         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
4804         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
4805         ASM_OUTPUT_SKIP): Likewise.
4806         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
4807         Likewise.
4808         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
4809         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
4810         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
4811         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4812         ASM_OUTPUT_SKIP): Make it 64bit clean.
4813         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
4814         Make it 64bit clean.
4815         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
4816         ASM_OUTPUT_SKIP): Make it 64bit clean.
4817         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
4818         64bit clean.
4819         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
4820         HOST_WIDE_INT argument
4821         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
4822         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
4823         HOST_WIDE_INT argument
4824         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
4825         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
4826         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
4827         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4828         HOST_WIDE_INT argument
4829         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
4830         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
4831         * varasm.c (asm_output_bss, asm_output_aligned_bss,
4832         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
4833         HOST_WIDE_INT argument
4835 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
4837         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
4838         favor of walk_tree_without_duplicates.  Add comments.
4840 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
4842         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
4843         (struct alloc_pool_def): New element 'id'.
4844         * alloc-pool.c (fancy_abort): Extern function prototype.
4845         (abort): Macro which uses fancy_abort.
4846         (struct allocation_object_def): New structure.
4847         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
4848         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
4849         (last_id): New variable.
4850         (create_alloc_pool): Add the offset of u.data to size of element,
4851         increase and use last_id.
4852         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
4853         (pool_alloc): Likewise. Set ID for elements.
4854         (pool_free): Check whether the PTR was allocated from POOL.
4856 2003-05-11  Richard Henderson  <rth@redhat.com>
4858         PR c/10675
4859         * c-decl.c: Include hashtab.h.
4860         (detect_field_duplicates): New.
4861         (finish_struct): Use it.
4862         * Makefile.in (c-decl.o): Update.
4863         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
4864         (component_decl_list, component_decl_list2,
4865         components, components_notype): Build list in reverse order.
4866         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
4868         * tree.c (chainon): Special case op2 null as well.
4869         Reorg for clarity.
4871 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4873         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
4874         to implement log, logf and logl built-ins as inline x87 intrinsics.
4875         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
4876         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
4877         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
4879         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
4880         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
4882 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4884         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
4886         * sparc.c (print_operand): Fix uninitialized warning.
4888 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4890         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
4891         real insns.
4892         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
4893         condition.
4895 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
4897         * doc/cpp.texi: Fix typos.
4899 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4901         * config/s390/s390.c (s390_function_arg_float): New function.
4902         (s390_function_arg_pass_by_reference): Use it.
4903         (s390_function_arg_advance): Likewise.
4904         (s390_function_arg): Likewise.
4905         (s390_va_arg): Likewise
4907 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
4909         * coverage.h (coverage_counter_alloc): New function.
4910         * function.h (struct function): Remove arc_profile flag.
4911         * coverage.c (fn_ident): Remove.
4912         (fn_b_ctrs, no_coverage): New.
4913         (get_coverage_counts): Use current_function_funcdef_no.
4914         (coverage_counter_alloc): New.
4915         (coverage_counter_ref): Adjust.
4916         (coverage_begin_output): Check no_coverage. Use
4917         current_function_funcdef_no.
4918         (coverage_end_function): Likewise.
4919         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
4920         than clearing flag_inline_functions. Do not clear arc_profile
4921         flag.
4922         * function.c (prepare_function_start): Do not set arc_profile
4923         flag.
4924         * profile.c (instrument_edges): Return number of instrumented
4925         edges. Use a for loop.
4926         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
4927         local to here and simplify. Use profile_arc_flag not arc_profile
4928         flag.
4929         (find_spanning_tree): Reformat.
4930         * toplev.c (rest_of_compilation): Use profile_arc_flags and
4931         flag_test_coverage rather than arc_profile flag.
4933 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
4935         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
4937 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4939         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
4941 2003-05-11  Bruno Haible  <bruno@clisp.org>
4943         * cppfiles.c (find_or_create_entry): Preserve errno.
4945 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
4947         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
4948         cpplib as it's a Standard Predefined Macro.
4949         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
4950         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
4951         __STDC_HOSTED__ appropriately.
4952         * cpplib.h (_cpp_init_builtins): Update.
4953         * fix-header.c (read_scan_file): Update.
4954         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
4956 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4958         PR C++/689
4959         PR C++/9257
4960         * c-opts.c (c_common_decode_option): Don't set
4961         warn_ctor_dtor_privacy wen -Wall.
4962         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
4964 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
4966         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
4967         patch.
4969 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
4971         * diagnostic.c: Reorder functions for clarity, putting all the
4972         functions in the "error" family next to each other, and
4973         likewise all the functions in the "error_with_decl" family.
4974         Some other routines were moved too.  Add comments.
4975         (vbuild_message_string): Fold into sole caller.
4978 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4980         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
4981         (EH_RETURN_HANDLER_RTX): Likewise.
4982         (expand_builtin_eh_return): Do not copy stack adjustment
4983         if EH_RETURN_STACKADJ_RTX is not defined.
4984         (expand_eh_return): Likewise.  Also, do not pass stack
4985         adjustment as argument to the eh_return pattern.
4986         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
4987         because EH_RETURN_STACKADJ_RTX is not defined.
4988         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
4989         is not defined, treat stack pointer like a regular register.
4990         (uw_init_context_1): Set up fake initial stack pointer register.
4991         (uw_install_context_1): Do not compute stack adjustment if
4992         EH_RETURN_STACKADJ_RTX is not defined.
4994         * config/i386/i386.md ("eh_return"): Remove first argument.
4995         * config/mips/mips.md ("eh_return"): Likewise.
4996         * config/rs6000/rs6000.md ("eh_return"): Likewise.
4997         * config/sh/sh.md ("eh_return"): Likewise.
4999         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
5001 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
5003         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
5005 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
5007         * defaults.h (GCOV_TYPE_SIZE): Remove.
5008         * gcov-io.h (gcov_type): Set to specific mode int on target.
5009         (gcov_unsigned_t, gcov_position_t): New.
5010         (GCOV_TYPE_NODE): New.
5011         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
5012         (GCOV_COUNTERS_SUMMABLE): New.
5013         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
5014         gcov_ctr_info, gcov_info): Adjust types.
5015         (gcov_var): Adjust types.
5016         (gcov_write_unsigned, gcov_write_tag,
5017         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5018         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5019         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
5020         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
5021         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5022         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5023         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
5024         __gcov_init, __gcov_merge_add): Adjust gcov types.
5025         * coverage.c (ctr_merge_functions): Constify.
5026         (ctr_names): New.
5027         (read_counts_file): Adjust gcov types. Only summarize & merge
5028         summable counters.
5029         (coverage_counter_ref): Use GCOV_TYPE_NODE.
5030         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
5031         build_ctr_info_value, build_gcov_info): Adjust types.
5032         * profile.c (branch_prob): Adjust gcov types.
5033         * gcov_dump (dump_file): Adjust gcov types.
5035 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
5037         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
5038         constants.
5039         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
5040         * arm.c (arm_select_dominance_cc_mode): Renamed from
5041         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
5042         Callers updated.
5043         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
5045 2003-05-09  Roger Sayle  <roger@eyesopen.com>
5047         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
5048         as unsigned to avoid signed/unsigned comparison warnings.
5050 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
5052         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
5053         instruction if the Xtensa density option is enabled.
5055 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
5057        * mklibgcc.in: Remove extra quotes.
5059 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
5061         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
5062         of int_ftype_void.
5064 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
5066         * reload1.c (reload_cse_move2add): Don't turn an implicit
5067         truncation into a self-set in the narrow mode.
5069 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
5071         * arm.md (clzsi2): The CLZ instruction is predicable.
5073 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
5075         * config/xtensa/xtensa.c: Formatting.
5077 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
5079         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
5080         instead of TREE_OPERAND to access the operand of a
5081         CONSTRUCTOR node.
5083 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
5085         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
5086         one operand.
5088 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
5090         * toplev.h (warning_with_file_and_line): Don't declare.
5091         (error_with_file_and_line): Likewise.
5092         * diagnostic.c (error_with_file_and_line): Remove.
5093         (warning_with_file_and_line): Likewise.
5095 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
5097         * c-parse.in (if_stmt_locus): New object.
5098         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
5099         (select_or_iter_stmt rule): Likewise.
5100         (if_stmt_file): Remove.
5101         (if_stmt_line): Likewise.
5102         * jump.c: include "diagnostic.h"
5103         (never_reached_warning): Don't use warning_with_file_and_line.
5104         * Makefile.in (jump.o): Add dependce on diagnostic.h
5106 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
5108         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
5109         Move code handling pieces not larger than a word to..
5110         * function.c (assign_parms): ..here, but use change_address instead
5111         of adjust_address and operand_subword, and expand_binop instead of
5112         expand_shift.  Adjust calls to move_block_from_reg.
5113         * expr.h (move_block_from_reg): Update declaration.
5114         (copy_blkmode_from_reg): Formatting.
5115         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
5116         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
5117         move_block_from_reg calls.
5118         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
5119         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
5120         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
5121         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
5122         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
5123         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5124         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
5125         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
5126         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
5128 2003-05-08  DJ Delorie  <dj@redhat.com>
5130         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
5131         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
5132         variable-sized types).
5133         (xstormy16_function_arg): New.  Pass them that way too.
5134         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
5135         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
5137 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
5139         * mklibgcc.in: Use mkinstalldirs when installing multilib
5140         directories.
5142 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
5144         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
5145         instead of CODE_FOR_jump
5147 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
5149         * objc/objc-act.c (error_with_ivar): Don't use
5150         error_with_file_and_line.
5151         (warn_with_method): Don't use warning_with_file_and_line.
5153 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5155         * stmt.c (emit_locus): New macro.
5156         (emit_filename): Remove.
5157         (emit_lineno): Likewise.
5158         (struct stmt_status): Replace members x_emit_filename and
5159         x_emit_lineno with x_emit_locus.
5160         (set_file_and_line_for_stmt): Adjust.
5161         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
5162         (warn_if_unused_value): Likewise.
5163         (check_seenlabel): Likewise.
5165 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5167         * c-decl.c (define_label): Tidy.  Don't use any of
5168         error_with_file_and_line or warning_with_file_and_file.
5169         (pending_xref_error): Likewise.
5170         (store_parm_decls): Likewise.
5171         (current_function_prototype_locus): New object.  Package from
5172         current_function_prototype_file and current_function_prototype_line.
5173         (start_function): Use it.
5174         (current_function_prototype_file): Remove.
5175         (current_function_prototype_line): Remove;
5177 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5179         * builtins.c (readonly_data_expr): New function.
5180         (expand_builtin_memmove): Optimize any rodata source, not just
5181         strings.
5183 2003-05-07  David Mosberger <davidm@hpl.hp.com>
5185         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
5187 2003-05-07  Richard Henderson  <rth@redhat.com>
5189         * config/i386/i386.c (ix86_split_long_move): Fix base register
5190         mode for XFmode splits for TARGET_64BIT.
5192 2003-05-07  Richard Henderson  <rth@redhat.com>
5194         * sched-ebb.c (schedule_ebb): Supply the correct starting
5195         block number to save_line_notes.
5197 2003-05-07  Richard Henderson  <rth@redhat.com>
5199         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
5200         (dump_file): Likewise.
5202 2003-05-07  David Mosberger <davidm@hpl.hp.com>
5204         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
5205         forget to preserve gp.
5206         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
5208         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
5209         .prologue directive.
5210         Use .skip instead of data8 for .bss section to make Intel
5211         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
5212         explicit in the .mib bundles and remove the unnecessary stop
5213         bits.  Replace local labels with normal labels, to make ias
5214         happy.  Don't register __do_global_ctors_aux here, do it in
5215         crtend.asm instead.
5217         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
5218         __do_global_ctors_aux in .init_array section instead of
5219         declaring it as a hidden global.  Replace local labels with
5220         ordinary labels to make ias happy.
5222 2003-05-07  Richard Henderson  <rth@redhat.com>
5224         PR c++/10570
5225         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
5226         * flags.h, toplev.c, doc/invoke.texi: Likewise.
5228         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
5229         * unwind.inc (_Unwind_DeleteException): Check for null
5230         exception_cleanup.
5232         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
5233         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
5234         * unwind.h: Declare them.
5235         * libgcc-std.ver (GCC_3.3): Export them.
5237 2003-05-07  Richard Henderson  <rth@redhat.com>
5239         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
5240         not _Unwind_Word.
5242 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
5244         * stmt.c (force_label_rtx): New function, based on logic
5245         formerly found in expand_expr.
5246         * expr.h: Prototype it.
5247         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
5248         appropriate.
5249         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
5251         * print-tree.c (debug_tree): Free the table after we're done
5252         with it.  Use putc.
5254 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5256         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
5257         Unreverse arguments for __ev_subw.
5259         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
5261 2003-05-07  Nick Clifton  <nickc@redhat.com>
5263         * config/stormy16/stormy-abi: Update to include
5264         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
5265         R_XSTORMY16_12 relocs.
5267 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
5269         * function.c (assign_parms): Correct reversed reg_parm_stack_space
5270         test.  Add partial in-regs size to stack_args_size.
5272 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5274         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
5275         as a C only option.
5277 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
5279         * gcov-io.h (GCOV_LOCKED): New #define.
5280         (GCOV_LINKAGE): Make sure it is #defined.
5281         (gcov_write_string, gcov_write_tag, gcov_write_length,
5282         gcov_read_string, gcov_time): Poison in libgcov.
5283         (gcov_seek_end): Remove.
5284         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
5285         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
5286         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
5287         GCOV_TAG_SUMMARY_LENGTH): New #defines.
5288         (gcov_write_tag, gcov_write_length): Not in libgcov.
5289         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
5290         (gcov_write_tag, gcov_write_length): Not in libgcov.
5291         (gcov_write_tag_length): New.
5292         (gcov_write_summary): Use gcov_write_tag_length.
5293         * libgcov.c: Always #include gcov-io.h.
5294         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
5295         (GCOV_LINKAGE): Define to nothing for L_gcov.
5296         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
5297         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
5298         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
5299         (read_count_file): Likewise.
5300         * gcov-dump.c (dump_file): Likewise.
5301         * coverag.c (read_counts_file): Likewise.
5303 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
5305         PR other/10658
5306         * gcc.c (process_command): Update copyright date.
5308 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
5310         * doc/install.texi (mips-*-*):  Add note about libstdc++.
5312 2003-05-06  DJ Delorie  <dj@redhat.com>
5314         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
5315         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
5316         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
5318 2003-05-06    <neil@cat.daikokuya.co.uk>
5320         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
5321         and -Wstrict-prototypes if C++.
5323 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
5325         * config/rs6000/linuxspe.h: New file.
5327         * config.gcc: Add powerpc-*-linux-gnuspe* target.
5329 2003-05-06  Richard Henderson  <rth@redhat.com>
5331         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
5332         previous frame didn't save sp.  Clear sp for next frame.
5333         (uw_install_context_1): Honor saved sp from frame.
5335 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
5337         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
5338         (mips_move_1word, mips_move_2words): Remove declaration.
5339         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
5340         (mips_restore_gp): Remove insn argument.
5341         * config/mips/mips.h (FP_REG_RTX_P): New macro.
5342         * config/mips/mips.c (volatile_buffer): Remove.
5343         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
5344         (mips_move_1word, mips_move_2words): Remove, replacing with...
5345         (mips_output_move): ...this new function.
5346         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
5347         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
5348         handling of floating-point constants.  Handle zero CONST_DOUBLE
5349         arguments.
5350         (mips_annotate_frame_insn): Replace with...
5351         (mips_set_frame_expr): ...this, which just takes one argument.
5352         (mips_frame_set): Change the register argument to an rtx.
5353         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
5354         check whether moves should be split.  Use mips_split_64bit_move
5355         to split them.  Use mips_subword to generate the high and low
5356         parts of a paired FPR.  Adjust calls to frame_set and
5357         mips_set_frame_expr.
5358         (mips_expand_prologue): Simplify due to above changes.
5359         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
5360         targets, replacing xisting register-only versions.
5361         (UNSPEC_STORE_DF_HIGH): New unspec.
5362         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
5363         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
5364         (*paradoxical_extendhidi2): Remove.
5365         (movdi_internal, movdi_internal2): Use mips_output_move.
5366         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
5367         (movsf_internal1, movsf_internal2): Likewise.
5368         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
5369         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
5370         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
5371         Add m <- G alternative.
5372         (load_df_low, load_df_high, store_df_low): New patterns.
5373         (movhi_internal): Use @ template instead of calling a function.
5374         Remove unnecessary 'z' alternatives.
5375         (movqi_internal): Likewise.
5376         (exception_receiver): Update call to mips_restore_gp.
5378 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
5380         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
5381         (mips_delegitimize_address): Declare.
5382         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
5383         (FIND_BASE_TERM): Define.
5384         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
5385         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
5386         Handle small-data addresses.
5388 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5390         * real.c (real_powi): New function to calculate the value of
5391         a real raised to an integer power, i.e. pow(x,n) for int n.
5392         (real_sqrt): Convert to using the faster do_add, do_multiply
5393         and do_divide API for consistency with the rest of real.c.
5394         * real.h (real_powi): Prototype here.
5395         * builtins.c (fold_builtin):  Avoid local variable mode when
5396         evaluating sqrt at compile time.  Attempt to evaluate pow at
5397         compile-time, by checking for an integral exponent.
5399 2003-05-05  Richard Henderson  <rth@redhat.com>
5401         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
5403 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
5405         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
5406         other FreeBSD ports.
5407         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
5408         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
5410 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5412         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
5413         expanded variables.
5414         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
5416 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5418         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
5419         * varasm.c (struct varasm_status): Add deferred_constants field.
5420         (n_deferred_strings): Delete variable.
5421         (n_deferred_constants): New #define.
5422         (struct constant_descriptor_tree): Kill next and label fields.
5423         (const_hash_table, MAX_HASH_TABLE): Delete.
5424         (const_desc_htab): New static variable.
5425         (const_hash): Rename const_desc_hash, and make it fit the
5426         hashtab.h interface.
5427         (const_desc_eq): New.
5428         (const_hash_1, compare_constant): Const-ify arguments.
5429         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
5430         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
5431         (output_constant_def): Do the lookup/insert using the
5432         hashtab.h interface.  Don't muck with n_deferred_constants or
5433         DEFERRED_CONSTANT_P here.
5434         Always call maybe_output_constant_def_contents.
5435         (maybe_output_constant_def_contents): Take a pointer to the
5436         descriptor, not the EXP and RTL separately.  Return
5437         immediately if this constant is not deferred.  Defer output of
5438         everything, except writable string constants.  Update
5439         n_deferred_constants here.
5440         (output_constant_def_contents): Now takes just one argument,
5441         an rtx.  Clear DEFERRED_CONSTANT_P here.
5442         (mark_constant_pool): Update for rename of n_deferred_strings.
5443         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
5445         (init_varasm_status): Clear p->deferred_constants.
5446         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
5448 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5450         * builtins.c (expand_builtin_stpcpy): Only expand when the length
5451         of the source string can be evaluated at compile-time.
5453 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
5455         * testsuite/gcc.c-torture/compile/simd-6.c: New.
5457         * c-typeck.c (digest_init): Handle arrays of vector constants.
5459 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5461         * builtins.c (expand_builtin_mempcpy): New function.
5462         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
5463         ignored into strcpy no matter what arguments it has.
5464         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
5465         expand_builtin_mempcpy.
5467 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
5469         * testsuite/gcc.dg/20030505.c: New.
5471         * c-typeck.c (convert_for_assignment): Opaque pointers can
5472         interconvert.
5474         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
5475         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
5476         (spe_init_builtins): Rename all pv2si_type_node to
5477         opaque_p_V2SI_type_node.
5478         Remove declaration of pv2si_type_node.
5479         (is_ev64_opaque_type): Accept opaque pointers.
5481 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5483         * config/rs6000/rs6000.c (validate_condition_mode): Use
5484         flag_finite_math_only.
5485         (rs6000_reverse_condition): Never return UNKNOWN; use
5486         flag_finite_math_only.
5487         (rs6000_generate_compare): Use flag_finite_math_only.
5488         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
5489         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
5490         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
5492         * toplev.c (check_global_declarations): Suppress not-used warning
5493         for volatile variables.
5495 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
5497         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
5498         usage of bitfield instructions for mode1 != BLKmode, only ignoring
5499         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
5500         (store_field): Likewise.
5502 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
5504         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5505         evsubifw to builtins accepting 5-bit unsigned constants.
5506         (easy_vector_constant): Return if V1DImode.  Fix typo.
5508 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
5510         * config/rs6000/spe.h: Revert licensing change from last patch.
5512 2003-05-05  DJ Delorie  <dj@redhat.com>
5514         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
5515         before reload, but defer the split until after.
5516         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
5517         to match.
5519 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
5521         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
5522         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
5524 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5526         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
5527         is defined.
5529 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5531         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
5532         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
5533         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
5535         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
5536         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
5537         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
5538         New.
5540         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
5541         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
5543         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
5544         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
5545         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
5546         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
5547         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
5548         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
5549         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
5550         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
5551         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
5552         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
5553         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
5554         BUILT_IN_STRDUP): Add "nonnull" attribute.
5556 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5558         * expr.c (store_field): Don't clobber TEMP in shift: it might be
5559         a variable.
5560         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
5561         whose purpose is to step up the alignment.
5562         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
5564         * stor-layout.c (compute_record_mode): Relax restriction
5565         on fields crossing word boundaries forcing BLKmode.
5567 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5569         * cppinit.c (cpp_create_reader, post_options): Warn about
5570         trigraphs unless explicity set or -trigraphs.
5571         * cpplex.c (warn_in_comment): New.
5572         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
5573         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
5574         * doc/cppopts.texi, doc/cpp.texi: Update.
5576 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5578         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
5579         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
5580         namespace clash.
5581         (GCOV_MERGE_FUNCTIONS): New.
5582         (gcov_merge_fn): Declare.
5583         (struct gcov_ctr_info): New field "merge".
5584         (__gcov_merge_add): Declare.
5585         * coverage.c (ctr_merge_functions): New.
5586         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
5587         of gcov_ctr_info type.
5588         * libgcov.c (__gcov_merge_add): New.
5589         (gcov_exit): Call a hook to merge values of counters.
5591 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
5593         * toplev.h (pedwarn_with_file_and_line): Don't declare.
5594         * diagnostic.c (pedwarn_with_file_and_line): Remove.
5596 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5598         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
5600 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5602         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
5603         expand_builtin_frame_address): Update prototypes.
5604         (expand_builtin_constant_p, expand_builtin_strlen,
5605         expand_builtin_strcpy, expand_builtin_memset,
5606         expand_builtin_bzero, expand_builtin_args_info,
5607         expand_builtin_frame_address): Pass in just the argument(s)
5608         needed, not the entire expression `exp'.
5609         (expand_builtin): Update all calls to these functions.
5611 2003-05-03  Richard Henderson  <rth@redhat.com>
5613         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
5614         <BUILT_IN_DWARF_SP_COLUMN>: New.
5615         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
5616         (BUILT_IN_DWARF_SP_COLUMN): New.
5617         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
5618         (expand_builtin_dwarf_sp_column): New.
5619         * except.h: Update to match.
5620         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
5621         (execute_cfa_program): Record location expression address
5622         before extracting length.
5623         (uw_update_context_1): Install old CFA into stack pointer column.
5624         (uw_init_context_1): Set cfa_reg to stack pointer column.
5626 2003-05-03  Richard Henderson  <rth@redhat.com>
5628         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
5629         return bool.
5630         (toc_relative_expr_p): Likewise.
5631         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
5632         (legitimate_constant_pool_address_p): Move from rs6000.h, change
5633         into a function, downcase all users.
5634         (legitimate_small_data_p): Likewise.
5635         (legitimate_offset_address_p): Likewise.
5636         (legitimate_indexed_address_p): Likewise.
5637         (legitimate_indirect_address_p): Likewise.
5638         (legitimate_lo_sum_address_p): Likewise.
5639         (rs6000_mode_dependent_address): Likewise.
5640         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
5641         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
5642         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
5643         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
5644         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
5645         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
5646         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
5647         * config/rs6000/rs6000-protos.h: Update.
5649 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5651         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
5652         (REVERSE_CONDITION): Define.
5654         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
5655         to branch_positive_comparison_operator.
5656         (ccr_bit): Check that sCOND conditions are actually a positive bit.
5657         (print_operand): Remove %D substitution.
5658         (rs6000_emit_sCOND): Generate complement operation to ensure that
5659         sCOND input is a positive bit.
5660         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
5661         same order as bCOND, and add the missing ones.  Remove the %D
5662         substitutions from the scc patterns.
5664         * simplify-rtx.c (simplify_relational_operation): Add case for
5665         ! (fabs(x) < 0.0).
5667 2003-05-03  Bruce Korb  <bkorb@gnu.org>
5669         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
5670         in fixincl.x
5671         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
5673 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
5675         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
5677 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5679         PR c/10604
5680         * c-common.c (warn_sign_compare): Initialize to -1.
5681         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
5682         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
5683         for C++ only.
5684         (c_common_post_options): Set warn_sign_compare from extra_warnings
5685         if it's still -1 at this point.
5687         * toplev.c (maybe_warn_unused_parameter): New static variable.
5688         (set_Wextra): New static function.
5689         (W_options): Remove "extra".
5690         (decode_W_option): Call set_Wextra.
5691         (independent_decode_option): Likewise.
5692         (set_Wunused): Cooperate with set_Wextra in setting
5693         warn_unused_parameter.
5694         (rest_of_compilation): No need to check extra_warnings as
5695         well as warn_uninitialized.
5697         * c-typeck.c (build_binary_op, build_conditional_expr):
5698         No need to check extra_warnings as well as warn_sign_compare.
5699         (internal_build_compound_expr): No need to check extra_warnings
5700         as well as warn_unused_value.
5701         * function.c (expand_function_end): No need to check extra_warnings
5702         as well as warn_unused_parameter.
5703         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
5704         as well as warn_unused_value.
5706         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
5708         * Makefile.in: Disable -Werror for gengtype-lex.o.
5710 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
5712         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
5713         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
5714         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
5715         * calls.c (emit_call_1): Likewise.
5716         (expand_call): For calls initializing constant memory, replace
5717         emission of standalone mem /u clobber with function usage entry.
5718         * expr.c (emit_block_move_via_libcall): Likewise.
5719         * cse.c (count_reg_usage, case EXPR_LIST): New case.
5720         * flow.c (propagate_one_insn): Pass entire operand of
5721         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
5722         * integrate.c (try_constants): For CALL_INSNs, substitute constants
5723         within the FUNCTION_USAGE also.
5724         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
5725         FUNCTION_USAGE lists.
5726         * reload1.c (replace_pseudos_in): Renamed.
5727         (reload): Use it for clobbers surviving until the end of the reload.
5729 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5731         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
5732         gen_lowpart on non-integer modes.
5734         * stor-layout.c (place_field): When adjusting offset_align, use
5735         desired_align, not DECL_ALIGN.
5737 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
5739         * c-decl.c (pending_invalid_xref_file): Remove.
5740         (pending_invalid_xref_line): Remove.
5741         (pending_invalid_xref_location): New.
5742         (lookup_label): Use location_t and input_location directly.
5743         (lookup_tag): Likewise.
5744         (pending_xref_error): Likewise.
5745         (c_expand_body_1): Likewise.
5746         * c-common.c (x_expand_start_cond): Likewise.
5747         * c-semantics.c (genrtl_for_stmt): Likewise.
5748         (find_reachable_label): Likewise.
5749         * expr.c (expand_expr): Likewise.
5750         * integrate.c (output_inline_function): Likewise.
5751         * tree-inline.c (find_alloca_call): Likewise.
5752         (find_builtin_longjmp_call): Likewise.
5753         * gcc.c (input_filename): Make static.
5755 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5757         * config/mips/mips.md: Fix comment typo.
5759         * config/mips/mips.c (mips_integer_op): New structure.
5760         (MIPS_MAX_INTEGER_OPS): Define.
5761         (mips_const_insns): Use mips_build_integer to determine the number
5762         of instructions needed to load a CONST_INT.
5763         (move_operand): Reject compound CONST_INTs.
5764         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
5765         (mips_move_integer): New fn.
5766         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
5767         (mips_legitimize_move): Only legitimize constants when moving
5768         word or subword values.
5770 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
5772         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
5774 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5776         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
5777         modifying it.
5779 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
5780             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5782         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
5783         Hernandez, and Kazu Hirata.  Update Richard Henderson.
5785 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
5787         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
5788         to tentative declaration.
5790         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
5791         (SYMBOL_FLAG_SMALL_V4): Delete.
5792         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
5793         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
5794         (rs6000_elf_in_small_data_p): Add extra section names.  Add
5795         comment about TREE_PUBLIC test.
5797         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
5798         expand_stmt on result of expand_unreachable_stmt.
5800 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5802         * doc/contrib.texi (Contributors): Add Daniel Berlin.
5804 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
5806         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
5807         number of automata.
5809         * config/rs6000/rs6000.c (symbol_ref_operand): Check
5810         SYMBOL_REF_FUNCTION_P on AIX.
5811         (current_file_function_operand): Same.
5812         * config/rs6000/rs6000.md (call,call_value): Force non-function
5813         symbol_ref into register on AIX.
5815 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
5817         * calls.c (struct arg_data): Move offset, slot_offset, size and
5818         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
5819         (initialize_argument_information): Adjust call to locate_and_pad_parm.
5820         Delete alignment_pad var.  Don't calculate slot_offset here.
5821         (emit_library_call_value_1): Delete alignment_pad, offset and size
5822         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
5823         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
5824         partial in-regs here.  Formatting fixes.
5825         * expr.h (struct locate_and_pad_arg_data): New struct.
5826         (locate_and_pad_parm): Adjust declaration.
5827         * function.c (assign_parms): Localize vars.  Use "locate" instead of
5828         other arg location vars.  Don't invoke FUNCTION_ARG or
5829         FUNCTION_INCOMING_ARG unless pretend_named is different from
5830         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
5831         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
5832         Use slot_offset for stack home of reg parms.  Correct test for
5833         parm passed in memory.  Formatting fixes.
5834         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
5835         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
5836         Correct initial_offset_ptr handling.  Localize vars.  Always pad
5837         locate->offset even when in_regs.
5839 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
5841         * Makefile.in (TREE_H): Replace location.h with input.h.
5842         (GTFILES) Remove location.h
5843         (gt-lists.h): Replace gt-location.h with gt-input.h
5844         * input.h (input_filename, input_line): Remove variables.
5845         (location_s, location_t): Move from location.h.
5846         (input_location): New.
5847         (input_filename, input_line): New #defines.
5848         * location.h: Remove.
5849         * tree.h: Replace location.h with input.h.
5850         (input_filename, input_line): Remove.
5851         * diagnostic.h: Replace location.h with input.h.
5852         * gcc.h (input_filename, input_filename_length): Remove declarations.
5853         * toplev.c (input_filename, input_line): Remove.
5854         (input_location): Define.
5855         (push_srcloc, pop_srcloc): Adjust.
5856         * diagnostic.c (diagnostic_report_current_module): Adjust.
5858 2003-05-02  Nick Clifton  <nickc@redhat.com>
5860         * configure.in: Add xstormy16 to list of targets that has a nop
5861         instruction and hence which can be tested to see if the
5862         assembler supports the --gdwarf2 switch.
5863         * configure: Regenerate.
5865 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5867         PR target/8257
5868         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
5869         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
5870         Avoid undefined shifts by making the shift operand unsigned.
5872 2003-05-01  DJ Delorie  <dj@redhat.com>
5874         * reload.c (find_reloads): Also check that all of a multi-reg
5875         value is in the class.
5877 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
5879         * scan.h (lineno): Revert the rename here.
5881 2003-05-01  Stan Shebs  <shebs@apple.com>
5883         * config/darwin.c (darwin_encode_section_info): Call
5884         default_encode_section_info.
5886 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
5888         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
5889         (movsi_internal1): Use new mfjmpr attribute.
5890         (movhi_internal): Same.
5891         (movqi_internal): Same.
5892         (movcc_internal1): Same.
5893         (movdi_internal64): Same.
5894         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5895         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
5896         * config/rs6000/40x.md: Add fpu_405.
5897         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
5898         into power4misc automata.  Remove extraneous parentheses.
5899         * config/rs6000/440.md: New file.
5900         * config/rs6000/rs6000.c (processor_target_table): Add 440,
5901         440fp.  Rename 405f to 405fp.
5902         (function_arg_padding): Correct formatting.
5903         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
5905 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
5907         * input.h (lineno): Rename to ...
5908         (input_line): ... here.
5909         * tree.h (lineno): Rename to ...
5910         (input_line): ... here.
5911         * scan.h (lineno): Rename to ...
5912         (input_line): ... here.
5913         * toplev.c (lineno): Rename to ...
5914         (input_line): ... here.
5915         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
5916         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
5917         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
5918         store_parm_decls, c_expand_body_1): Likewise.
5919         * c-errors.c (pedwarn_c99): Likewise.
5920         * c-format.c (status_warning): Likewise.
5921         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
5922         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
5923         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
5924         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
5925         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
5926         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
5927         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
5928         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
5929         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
5930         * coverage.c (create_coverage): Likewise.
5931         * diagnostic.c (pedwarn, sorry, error, fatal_error,
5932         internal_error, warning, diagnostic_report_current_module,
5933         inform): Likewise.
5934         * expr.c (expand_expr): Likewise.
5935         * integrate.c (expand_inline_function,
5936         output_inline_function): Likewise.
5937         * rtl-error.c (file_and_line_for_asm): Likewise.
5938         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
5939         walk_tree): Likewise.
5940         * tree.c (make_node): Likewise.
5941         * ada, cp, f, java, objc, treelang: Likewise.
5942         * objc/objc-act.c (objc_init): Rename lineno to input_line.
5943         (build_module_descriptor, build_selector_translation_table,
5944         build_protocol_template, build_method_prototype_list_template,
5945         build_category_template, build_selector_table,
5946         build_class_template, build_super_template, build_ivar_template,
5947         build_ivar_list_template, build_method_list_template,
5948         build_method_template, add_instance_variable): Likewise.
5950         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
5951         name from input_filename.
5953 2003-04-30  Eric Christopher  <echristo@redhat.com>
5954             Richard Sandiford <rsandifo@redhat.com>
5956         * configure: Regenerate from patches below.
5957         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
5958         for all symbolic operands.
5959         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
5960         to function.
5961         * config/mips/linux.h: Fix typo.
5962         * Merge from mips-3_4-rewrite branch:
5964         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
5966                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
5967                 handling local labels when TARGET_ABICALLS.
5969         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
5971                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
5972                 integer argument.
5973                 (mips_expand_call): Likewise.
5974                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
5975                 (FIXED_REGISTERS): Clear $31 entry.
5976                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
5977                 (EPILOGUE_USES): Define.
5978                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
5979                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
5980                 (override_options): Add a 'j' register class.
5981                 (mips_expand_call): Handle sibcalls
5982                 (mips_expand_epilogue): Handle epilogues for sibcalls.
5983                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
5984                 (sibcall_epilogue): New pattern.
5985                 (call, call_value): Adjust calls to mips_expand_call.
5986                 (sibcall, sibcall_value): New expanders.
5987                 (sibcall_internal, sibcall_value_internal): New patterns.
5988                 (sibcall_value_multiple_internal): New pattern.
5990         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
5992                 * config/mips/mips.md (extended_mips16): New attribute.
5993                 (define_attr length): Default to 8 if extended_mips16 == yes.
5994                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
5995                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
5996                 (call_internal): Set extended_mips16 to yes for direct jumps.
5997                 Remove redundant mode attribute.
5998                 (call_value_internal, call_value_multiple_internal): Likewise.
5999                 (call_split): Remove redundant mode attribute.
6000                 (call_value_split, call_value_multiple_split): Likewise.
6002                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
6003                 of unaligned offsets.
6005                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
6006                 of SYMBOL_GENERAL.
6008         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
6010                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
6011                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
6012                 for mips16 code.
6014         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
6016                 * config/mips/mips.h (ADDRESS_COST): Define.
6018         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
6020                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
6021                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
6022                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
6024         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
6026                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
6027                 of a two-instruction sequence.  Add register->memory alternative.
6028                 (truncdihi2, truncdiqi2): Likewise.
6029                 Rework shift/truncate instructions so that they only handle right
6030                 shifts of 32 (or more, in the case of arithmetic shifts).
6031                 Add patterns for truncate/sign-extend.
6033         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6035                 * configure.in (mips*-*-*): Check for explicit relocation support.
6036                 * configure: Regenerate.
6038         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6040                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
6041                 and -mno-explicit-relocs.
6042                 (MASK_EXPLICIT_RELOCS): Define.
6043                 (TARGET_EXPLICIT_RELOCS): Use it.
6044                 (mips_split_addresses): Remove declaration.
6045                 * config/mips/mips.c (override_options): Update comment for
6046                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
6048         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6050                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
6051                 a CONST as identity.  Check the return value of gen_lowpart_common.
6053         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6055                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
6056                 references for TARGET_EXPLICIT_RELOCS.
6057                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
6058                 !TARGET_MIPS16.
6060         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6062                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
6063                 (addsi3): Remove redundant constraints.
6064                 (addsi3_internal): Use separate register & constant alternatives.
6065                 Use a 'Q' constraint and "addiu" insn for the latter.
6066                 (adddi3_internal_3, addsi3_internal_2): Likewise.
6068         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
6070                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
6071                 (mips_expand_unaligned_store): Declare.
6072                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
6073                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
6074                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
6075                 (UNSPEC_ULD, UNSPEC_USD): Remove.
6076                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
6077                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
6078                 (extv, extzv): Use mips_expand_unaligned_load.
6079                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
6080                 predicate for operand 3.
6081                 (movsi_ulw, movsi_usw): Replace with...
6082                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
6083                 (movdi_uld, movdi_usd): Likewise replace with...
6084                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
6086         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
6088                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
6089                 * config/mips/mips.h (LEA_REGS): New register class.
6090                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
6091                 (GR_REG_CLASS_P): Include LEA_REGS.
6092                 (DANGEROUS_FOR_LA25_P): New macro.
6093                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
6094                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
6095                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
6096                 entries to LEA_REGS.
6097                 (mips_global_pic_constant_p): New function.
6098                 (override_options): Add 'e' register constraint.
6099                 (mips_secondary_reload_class): Return LEA_REGS when reloading
6100                 a dangerous constant into a class containing $25.
6101                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
6102                 (movsi_internal): Likewise.
6104         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
6106                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
6107                 * config/mips/mips.md (call_split): New insn.
6108                 (call_value_split, call_value_multiple_split): New insns.
6109                 (call_internal): Turn into a define_insn_and_split.  Split the
6110                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
6111                 (call_value_internal, call_value_multiple_internal): Likewise.
6113         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
6115                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
6116                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
6117                 (mips_encode_section_info): Don't take symbol visibility into
6118                 account if TARGET_ABICALLS.  Add more commentary.
6119                 * config/mips/mips.md: Add commentary above reloc constants.
6121         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
6123                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
6124                 from mips_legitimize_move.  Legitimize constant pool references.
6125                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
6126                 a REG_EQUAL note to the last instruction.
6128         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
6130                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
6131                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
6132                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
6133                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
6134                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
6135                 (UNSPEC_RELOC_GPREL16): Rename to...
6136                 (RELOC_GPREL16): ...this.
6137                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
6138                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
6139                 (macro_calls): New attribute.
6140                 (length): Use it to set the default length of calls.  Don't allow
6141                 calls to have delay slots if macro_calls is "yes".
6142                 (luisi, luidi): New patterns.
6143                 (lowsi, lowdi): Use '%R' to print the relocation.
6144                 (lowdi_extend): Remove.
6145                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
6146                 (call_internal): Merge alternatives.  Always use "jal".
6147                 (call_value_internal, call_value_multiple_internal): Likewise.
6148                 (reloc_gprel16): Remove.
6149                 * config/mips/mips.c (mips_got_alias_set): New variable.
6150                 (mips_classify_constant): Handle the new relocation constants.
6151                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
6152                 (mips_symbolic_address_p): Return false if generating explicit relocs.
6153                 Otherwise allow local PIC symbols to have an offset.
6154                 (mips_splittable_symbol_p): New function.
6155                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
6156                 (mips_const_insns): Always accept HIGH.
6157                 (call_insn_operand): Don't accept global symbols if using explicit
6158                 relocs.
6159                 (move_operand): Don't accept HIGH when generating PIC.
6160                 (mips_reloc, mips_lui_reloc): New functions.
6161                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
6162                 be a valid right-hand-side for a SET pattern.
6163                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
6164                 (mips_emit_high): New function.
6165                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
6166                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
6167                 address should be used.  Use mips_emit_high to generate the
6168                 high part of such an address.  Adjust the global symbol + offset
6169                 case to match the change to mips_force_temprorary.
6170                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
6171                 If generating explicit-reloc PIC, load the address of global
6172                 symbols from the GOT.  Use mips_emit_high to emit the high part
6173                 of an address.
6174                 (mips_simplify_dwarf_addr): New function.
6175                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
6176                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
6177                 (mips_expand_call): Load the addresses of global functions using
6178                 %call* relocs if generating explicit-reloc PIC.  Don't generate
6179                 an exception_receiver pattern.
6180                 (override_options): Initialize mips_got_alias_set.
6181                 (print_relocation): Remove in favor of...
6182                 (mips_reloc_string): ...this new function.
6183                 (print_operand): Handle '%R'.  Use mips_reloc_string.
6184                 (print_operand_address): Use print_operand to print the symbolic
6185                 part of a LO_SUM address.
6186                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
6187                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
6188                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
6189                 for local symbols.
6191         2003-02-02  Eric Christopher  <echristo@redhat.com>
6193                 * config/mips/mips.c (mips_sign_extend): Remove.
6194                 * config/mips/mips-protos.h: Ditto.
6195                 * config/mips/mips.md (movdi_internal2_extend): Remove.
6196                 (extendsidi2): Fix mode of convert_memory_address.
6198         2003-01-24  Eric Christopher  <echristo@redhat.com>
6200                 * config/mips/mips.md: Rewrite zero_extend* and extend*
6201                 patterns. Use explicit instructions and split after reload
6202                 for register extensions.
6203                 (ashlsi3_internal1_extend): New combiner pattern for
6204                 shift and extend combinations.
6205                 * config/mips/mips.h: Change Pmode back to ptr_mode
6206                 for performance enhancement.
6207                 * combine.c (expand_compound_operation): Make sure
6208                 that zero_extend operation is profitable.
6210         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
6212                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
6213                 addresses depend on ptr_mode rather than Pmode.
6214                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
6215                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
6216                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
6217                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
6218                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
6219                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
6220                 (tablejump_internal1): Remove condition.
6221                 (tablejump_internal2): Change condition to TARGET_64BIT.
6222                 (cpaddsi): Rename to...
6223                 (cpadd): ...this.
6224                 (cpadddi): Remove.
6226         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
6228                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
6229                 mips_address_cost, mips_check_split, double_memory_operand,
6230                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
6231                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
6232                 (mips_legitimate_address_p): Return bool.
6233                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
6234                 mips_legitimize_address, mips_legitimize_move,
6235                 mips_expand_call): Declare.
6236                 (mips_return_addr): Move outside #ifdef RTX_CODE.
6238                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
6239                 (PIC_FN_ADDR_REG): New reg_class.
6240                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
6241                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
6242                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
6243                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
6244                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
6245                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
6246                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
6247                 (LEGITIMATE_PIC_OPERAND): Undefine.
6248                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
6249                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
6250                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
6251                 (FUNCTION_MODE): Change to SImode.
6252                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
6253                 most constants.  Treat const_artih_operands specially if they
6254                 occur in a PLUS or MINUS.
6255                 (CONSTANT_POOL_COST): New macro.
6256                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
6257                 Add LO_SUM handling.
6258                 (ADDRESS_COST): Undefine.
6259                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
6260                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
6261                 to call_insn_operand and remove CONST_INT.
6263                 * config/mips/mips.c: Include integrate.h.
6264                 (SINGLE_WORD_MODE_P): New macro.
6265                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
6266                 (mips_constant_info, mips_address_info): New structs.
6267                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
6268                 (mips_classify_constant, mips_classify_symbol,
6269                 mips_valid_base_register_p, mips_symbolic_address_p,
6270                 mips_classify_address, mips_symbol_insns,
6271                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
6272                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
6273                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
6274                 mips_print_relocation): New functions.
6275                 (const_arith_operand): New operand predicate.
6276                 (arith_operand): Use it.
6277                 (mips_const_double_ok, mips16_simple_memory_operand,
6278                 simple_memory_operand, double_memory_operand, mips_check_split,
6279                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
6280                 mips16_gp_offset_p, mips16_output_gp_offset,
6281                 mips16_constant_after_function_p, mips16_constant): Remove.
6282                 (call_insn_operand): Be more fussy about symbolic constants.
6283                 Use register_operand.
6284                 (move_operand): Use mips_symbolic_address_p to check symbolic
6285                 operands and general_operand to check the rest.
6286                 (symbolic_operand): Use mips_classify_constant.
6287                 (mips_legitimate_address_p): Use mips_classify_address.
6288                 (mips_move_1word): Combine handling of symbolic addresses.
6289                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
6290                 (move_move_2words): Likewise.  Assume addresses are offsettable
6291                 if they need to refer to more than one word.  Add HIGH handling.
6292                 (mips_restore_gp): Use ptr_mode for the GP save slot.
6293                 (mips_expand_call): New function, combining the old mips.md
6294                 call and call_internal define_expands.  If the address isn't
6295                 a call_insn_operand, force it into a register.  For SVR4 PIC,
6296                 emit an exception_receiver instruction after the call.
6297                 (override_options): Only override flag_pic for TARGET_ABICALLS
6298                 if it is currently zero.  Allow mips_split_addresses when
6299                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
6300                 Add new register class letter, 'c'.
6301                 (print_operand): Use mips_classify_constant for constant operands.
6302                 (print_operand_address): Use mips_classify_address.
6303                 (mips_output_function_prologue): Don't use .cprestore.
6304                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
6305                 via the frame pointer if current_function_calls_eh_return.
6306                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
6307                 to mark whether a symbol is local or global.
6308                 (build_mips16_call_stub): Expect the address of the function rather
6309                 than a MEM reference to it.  Update call generation sequences.
6310                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
6311                 small-data adjustments.
6313                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
6314                 length for loads and stores.
6315                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
6316                 (define_attr type): Add const and prefetch.
6317                 (define_attr length): Use mips_const_insns for const instructions.
6318                 Use mips_fetch_insns for load and store instructions.
6319                 (define_attr single_insn): New.
6320                 (define_attr can_delay): Use it.
6321                 (define_attr abicalls): Remove.
6322                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
6323                 (addsi3_internal_2): Add 'Q' constraint.
6324                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
6325                 (high): Remove.
6326                 (lowsi): Renamed from low.
6327                 (lowdi): New pattern.
6328                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
6329                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
6330                 (loadgp): Change operand 0 to an immediate_operand.
6331                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
6332                 beforehand.
6333                 (cpaddsi, cpadddi): New patterns.
6334                 (tablejump_internal3, tablejump_internal4): Remove define_expands
6335                 and associated define_splits.
6336                 (call, call_value): Use mips_expand_call.
6337                 (call_internal): New, replacing all existing call_internal* insns.
6338                 (call_value_internal): Likewise call_value_internal*.
6339                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
6340                 (untyped_call): Remove if (operands[0]) magic.
6341                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
6342                 (prefetch_di_address, prefetch_di): Likewise.
6343                 (leasi, leadi): Remove.
6344                 (reloc_gprel16): New.
6346                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
6347                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
6348                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
6350         2003-01-08  Eric Christopher  <echristo@redhat.com>
6352                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
6353                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
6354                 configure check for libgloss.
6355                 * config/mips/elf64.h: Ditto.
6356                 * config/mips/mips.c: Remove ABI_MEABI.
6357                 * config/mips/mips.h: Ditto.
6359         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
6361                 Fix merge fallout.
6362                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
6363                 (muldi3_internal): Remove outdated comment.
6364                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
6365                 (*smsac_di, *umsac_di): Likewise.  Reformat.
6366                 (umulsi3_highpart): Minor formatting tweaks.
6367                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
6368                 redundant scratch operand.  Minor formatting tweak.
6369                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
6370                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
6371                 (smulsi3_highpart): As for the unsigned version.
6372                 (smulsi3_highpart_internal): Likewise.
6373                 (smulsi3_highpart_mulhi_internal): Likewise.
6374                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
6375                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
6376                 (*smul_acc_di): Remove duplicated pattern.
6377                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
6378                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
6379                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
6381         2002-10-22  Eric Christopher  <echristo@redhat.com>
6383                 * config/mips/mips-protos.h (mips_return_addr): New.
6384                 * config/mips/mips.c (mips_return_addr): New.
6385                 (movdi_operand): Remove.
6386                 (se_register_operand): Ditto.
6387                 (se_reg_or_0_operand): Ditto.
6388                 (se_uns_arith_operand): Ditto.
6389                 (se_arith_operand): Ditto.
6390                 (se_nonmemory_operand): Ditto.
6391                 (extend_operator): Ditto.
6392                 (highpart_shift_operator): Ditto.
6393                 (mips_initial_elimination_offset): Remove return address pointer
6394                 elimination.
6395                 (mips_reg_names): Remove $ra.
6396                 (mips_regno_to_class): Ditto.
6397                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
6398                 and TARGET_64BIT.
6399                 (POINTER_BOUNDARY): Remove.
6400                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
6401                 (PROMOTE_MODE): Promote to Pmode.
6402                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
6403                 (Pmode): Define to TARGET_64BIT.
6404                 (FUNCTION_MODE): Define as Pmode.
6405                 (mips_args): Remove deleted functions.
6406                 (SIZE_TYPE): Depend on POINTER_SIZE.
6407                 (PTRDIFF_TYPE): Ditto.
6408                 (FIXED_REGISTERS): Fix extra registers.
6409                 (CALL_USED_REGISTERS): Ditto.
6410                 (CALL_REALLY_USED_REGISTERS): Ditto.
6411                 (RAP_REG_NUM): Remove.
6412                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
6413                 (RETURN_ADDR_RTX): Define to mips_return_addr.
6414                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
6415                 (CAN_ELIMINATE): Ditto.
6416                 * config/mips/mips.md: For DImode patterns, take into account
6417                 deletions above. Split mulsidi patterns into sign_extend and
6418                 zero_extend.
6420         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
6421                     Michael Meissner  <meissner@redhat.com>
6423                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
6424                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
6425                 mop up unnecessarly moves through LO.
6426                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
6427                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
6428                 change mtlo/macc sequences into mul/add sequences when a three-
6429                 address mul is available.
6430                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
6431                 (*mul_sub_si): Fix contraint for operand 5.
6432                 (*muls): Use in 32-bit code as well.
6433                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
6434                 if the destination is LO.  Remove duplicate define_split.
6435                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
6436                 (*msac_di): Likewise.  Fix formatting.
6437                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
6438                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
6439                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
6440                 (*xmulsi3_neg_highpart_mulhi): Likewise.
6441                 (*mul_acc_64bit_di): Remove.
6442                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
6444         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
6446                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
6447                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
6448                 (MULTILIB_DIRNAMES): Remove long32.
6449                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
6450                 (MULTILIB_REDUNDANT_DIRS): Remove.
6452         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
6454                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
6455                 * gcc.c (driver_self_specs): New variable.
6456                 (do_self_spec): New function.
6457                 (main): Use it to process driver_self_specs.
6459         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
6461                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
6462                 Remove DImode define_split for !TARGET_64BIT.
6463                 (anddi3): Remove !TARGET_64BIT support from here as well.
6464                 Change operand 2's predicate to se_uns_arith_operand.
6465                 Add constant alternatives to define_insn.
6466                 (iordi3, xordi3, *nordi3): Likewise.
6467                 (anddi3_internal1, xordi3_immed): Remove.
6469         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6471                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
6472                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
6473                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
6474                 * config/mips/mips.md: Apply same renaming here.
6476         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6478                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
6479                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
6480                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
6481                 * config/mips/mips.md (define_attr cpu): Remove r4320.
6482                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
6484         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6486                 * config/mips/mips.c (mips16_strings): New variable.
6487                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
6488                 symbol in mips16_strings.  Free the list.
6489                 (mips_encode_section_info): Keep track of local strings.
6491         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6493                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
6494                 (sordered_df, sordered_sf): Remove.
6495                 * config/mips/mips.c (get_float_compare_codes): New fn.
6496                 (gen_int_relational, gen_conditional_move): Use it.
6498         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6500                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
6501                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
6502                 * config/mips/mips.c (fcc_register_operand): New function.
6503                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
6504                 (override_options): Allow TFmode values in float registers
6505                 if ISA_HAS_8CC.
6506                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
6507                 to fcc_register_operand.  Remove misleading source constraint.
6508                 Use mips_emit_fcc_reload.
6509                 (reload_outcc): Duplicate reload_incc.
6512 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
6514         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
6516 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
6518         * tree-inline.c (inlinable_function_p): Back out last change, it's
6519         unnecessary.
6521 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
6523         * ggc-page.c (TREE_EXP_SIZE): Define.
6524         (extra_order_size_table): New entry for expr trees with
6525         two operands.
6527 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
6529         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
6530         (c_expand_start_cond): Adjust.
6531         (c_expand_end_cond): Don't use warning_with_file_and_file.
6532         (shadow_warning): Likewise.
6534 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
6536         * tree.h (DECL_POINTER_DEPTH): Remove.
6537         (struct tree_decl): Remove pointer_depth.
6539 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
6541         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
6542         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
6543         (rs6000_xcoff_encode_section_info): Remove.
6544         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
6545         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
6546         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
6547         Use SYMBOL_REF_FLAGS.
6548         (rs6000_elf_encode_section_info): Call default_encode_section_info for
6549         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
6550         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
6551         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
6552         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
6553         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
6555 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
6557         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
6559 2003-04-30  Andreas Schwab  <schwab@suse.de>
6561         * doc/extend.texi (Other Builtins): Enclose multiple word data
6562         type in braces for @deftypefn.
6564 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6566         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
6568         * doc/install.texi (--enable-threads): Document "gnat" option.
6570 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
6572         * diagnostic.h (output_formatted_scalar): Tweak.
6573         * diagnostic.c (output_long_decimal): Likewise.
6574         (output_unsigned_decimal): Likewise.
6575         (output_long_unsigned_decimal): Likewise.
6576         (output_octal): Likewise.
6577         (output_long_octal): Likewise.
6578         (output_hexadecimal): Likewise.
6579         (output_long_hexadecimal): Likewise.
6580         (output_pointer): New function.
6581         (output_format): Use it.  Recognize "%p" format specifier.
6583 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6585         * function.c (purge_addressof_1): Postpone insn in fewer cases.
6587 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
6589         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
6590         call abort() after running out of stack space.
6592         * c-typeck.c (function_types_compatible_p): Ignore incompatible
6593         'volatile' qualifiers on a function's return type in GNU mode.
6595 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
6597         * expr.c (emit_group_load): Dump parallels of simd types to
6598         memory.
6600 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
6602         * genautomata.c (add_vect): Check undefined value for range type
6603         too.
6605 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
6607         * configure.in:  More general test for cmp --ignore-initial.
6608         * configure:  Regenerate.
6610 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6612         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
6613         (layout_decl, place_field): Likewise.
6614         Also make minor type and whitespace changes.
6616         * tree.c (save_expr): Don't fold a COMPONENT_REF.
6618 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
6620         * calls.c (expand_call): When modes of target and valreg match, force
6621         sibcall failure when target is a MEM.
6623 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
6625         * tree-inline.c (inlinable_function_p): Don't support inlining
6626         functions using varargs.
6628         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
6630         * dwarf2out.c (output_call_frame_info): No need to output EH
6631         unwind information if all_throwers_are_sibcalls.
6633         * c-semantics.c (expand_unreachable_stmt): Return a tree.
6634         (expand_stmt): Update for change to expand_unreachable_stmt.
6635         (expand_unreachable_if_stmt): Likewise.
6637         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
6639 2003-04-29  Jason Merrill  <jason@redhat.com>
6641         PR middle-end/10336
6642         * jump.c (never_reached_warning): Really stop looking if we reach
6643         the beginning of the function.
6645 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
6647         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
6648         Remove redundant macros.
6649         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
6650         (LOCAL_LABEL_PREFIX): Define unconditionally.
6651         (NO_DOT_IN_LABEL): Clarify comment.
6652         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
6653         definition to "long int".
6655 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
6657         bootstrap/10452
6658         * gengtype-yacc.y: Improve portability.
6660 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
6662         * config.gcc: Install obsolete target list for GCC 3.3.
6663         * doc/install.texi: Mention in specific-target instructions
6664         that certain configurations are deprecated.
6666 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
6668         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
6670 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6672         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
6673         * gcc.c (display_help): Likewise.
6674         * toplev.c (f_options): Likewise.
6675         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
6676         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
6677         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
6678         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
6679         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
6681 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
6683         * varasm.c (default_assemble_visibility): Use assemble_name.
6685 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
6687         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
6688         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
6689         (SIZE_TYPE): New macro.
6690         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
6691         (SET_ASM_OP): New macro.
6692         (HANDLE_SYSV_PRAGMA): New macro.
6693         (ASM_WEAKEN_LABEL): New macro.
6695 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
6697         PR c++/10180
6698         * tree-inline.c (expand_call_inline): Call push_srcloc when
6699         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
6701 2003-04-28  Mike Stump  <mrs@apple.com>
6703         * gdbinit.in: Update to reflect new identifier structure.
6705 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
6707         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
6708         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
6709         struct tree_complex, struct tree_vector): Remove RTL field.
6710         (CONSTRUCTOR_ELTS): Use elt 0.
6711         * tree.def (CONSTRUCTOR): Delete first of its two operands.
6712         * varasm.c (output_constant_def): Remove early exit if
6713         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
6714         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
6715         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
6716         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
6718 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
6720         * c-decl.c (finish_decl): When prototype with asmspec is found
6721         for built-in, adjust built_in_decls as well as expr.c decls.
6722         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
6723         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
6724         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
6726 2003-04-28  Richard Henderson  <rth@redhat.com>
6728         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
6729         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
6730         integral constant mult operand.
6731         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
6732         (const_smulsi3_highpart_v8plus): Likewise.
6733         (const_smulsi3_highpart): Likewise.
6734         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
6735         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
6736         (const_umulsi3_highpart_v8plus): Likewise.
6737         (const_umulsi3_highpart): Likewise.
6739 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
6741         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
6742         Define as 1.
6744 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
6746         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
6748 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
6750         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
6751         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
6752         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
6753         functions.
6754         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
6756 2003-04-28  Nick Clifton  <nickc@redhat.com>
6758         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
6760 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
6762         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
6763         output_constant_def, use its result instead of TREE_CST_RTL (exp).
6764         Can assume it has the form (mem (symbol_ref ".LCxxx")).
6765         (expand_expr <COMPONENT_REF>): Can always just extract the
6766         relevant field of a CONSTRUCTOR.
6767         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
6768         ARRAY_RANGE_REF>): Make control flow explicit.
6769         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
6770         an INTEGER_CST.
6772 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
6774         * reload1.c (reg_set_luid): Fix a comment typo.
6776 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
6778         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
6779         struct deferred_string, const_str_htab): Kill.
6780         (n_deferred_strings): New static variable.
6781         (build_constant_desc): Set SYMBOL_REF_DECL of the new
6782         symbol_ref to point to the constant.
6783         (output_constant_def): When a deferred string is forced out,
6784         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
6785         (mark_constant): Likewise.
6786         (maybe_output_constant_def_contents): When deferring a string
6787         constant, just set STRING_POOL_ADDRESS_P and increment
6788         n_deferred_strings.
6789         (mark_constant_pool): Check n_deferred_strings, not the size
6790         of const_str_htab.
6791         (init_varasm_once): No need to create const_str_htab.
6793         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
6794         SYMBOL_REF_DECL points to a constant.
6796 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
6798         * varasm.c (output_constant_def): Split out two new static
6799         functions, build_constant_desc and maybe_output_constant_def_contents.
6800         Restructure for comprehensibility.  Don't call
6801         output_addressed_constants.  Treat defstr being non-NULL for
6802         STRING_POOL_ADDRESS_P constants as an invariant.
6803         (struct deferred_string): Remove labelno field.
6804         (output_constant_def_contents): Kill labelno argument. Call
6805         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
6806         asm_out.internal_label.
6807         (mark_constant): Update call to output_constant_def_contents.
6808         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
6809         constants as an invariant.
6811 2003-04-26  Richard Henderson  <rth@redhat.com>
6813         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
6814         (ix86_expand_call, ix86_rtx_consts): Likewise.
6816 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6818         * doc/md.texi (cmpstr): Document additional restrictions.
6820 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
6822         * flags.h (time_report): Remove.
6823         * timevar.c (timevar_enable): New.
6824         (TIMEVAR_ENABLE): Remove, use timevar_enable.
6825         (timevar_init): Rename from init_timevar.
6826         * timevar.h (timevar_init): Rename from init_timevar.
6827         * toplev.c (time_report): Make static.
6828         (do_compile): Conditionally call init_timevar first.
6829         (preprocess_options): Move some code to do_compile.
6831 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
6833         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
6835 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
6837         * _cpp_lex_direct: Remove pointless code.
6839 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
6841         * doc/extend.texi (Function Attributes): Document "near" and "far"
6842         for 68HC11 and 68HC12.
6844 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6846         * expr.c (store_field): When making temporary for store, don't
6847         make it TYPE_QUAL_CONST.
6849 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
6851         * toplev.c (read_integral_parameter):  Use "argument" in error
6852         message to distinguish it from actual invalid options.
6854 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
6856         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
6857         addition of __PIC__ and __pic__ macros.
6858         * config/xtensa/xtensa.h: Clean up indentation.
6860 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
6862         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
6863         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
6864         (SUBTARGET_CPP_SPEC): Define.
6865         (LIB_SPEC): Delete.
6866         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
6867         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
6868         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
6869         Define.
6870         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
6871         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
6873 2003-04-25  H.J. Lu <hjl@gnu.org>
6875         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
6876         for return mode.
6877         (ia64_expand_builtin): Set rmode to SImode for
6878         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
6879         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
6880         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
6881         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
6883 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
6885         * configure.in (make_compare_target):  Test for GNU cmp and set this
6886         variable appropriately.
6887         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
6888         compare4-lean): Rename actual targets to slowcompare*.  New compare*
6889         targets depend on names based on make_compare_target.
6890         * configure:  Regenerated.
6892 2003-04-25  Richard Henderson  <rth@redhat.com>
6894         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
6895         to clobber ar.pfs and ar.unat.
6896         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
6897         fix test for spilling ar.pfs to the stack.
6899 2003-04-25  Richard Henderson  <rth@redhat.com>
6901         PR opt/10315
6902         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
6903         checks during reload; use validize_mem instead of adjust_address.
6905 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
6907         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
6908         return values from recog_memoized().
6910 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6912         PR opt/8705
6913         * gcse.c (try_replace_reg): On a successful substitution of a constant
6914         into a single set, try to simplify the source of the set.
6915         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
6916         constant source.
6918 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
6920         * cpplex.c (cpp_token_len): Tighten up.
6921         (cpp_token_as_text): Need extra byte now.
6922         * cpplib.c (glue_header_name): Need extra 2 bytes.
6923         * cppmacro.c (cpp_macro_definition): Need extra byte.
6925 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
6927         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
6928         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
6929         where they might be not present. Use their _sp64 equivalent
6930         instead.
6932 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
6934         * i386.md (cvtsi2sdq): Fix typo in previous patch.
6936 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
6938         * configure.in: Check whether mbstowcs works.
6939         * configure, config.in: Regenerate.
6940         * intl.c: Use HAVE_WORKING_MBSTOWCS.
6942 2003-04-24  H.J. Lu <hjl@gnu.org>
6944         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
6945         for __sync_bool_compare_and_swap_di for int return type.
6947         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
6948         Change return type to int.
6949         (__sync_bool_compare_and_swap): Likewise.
6951 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
6953         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
6954         looking for fallthru edge.
6956         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
6957         Fix.
6958         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
6959         athlon-fvector): New.
6960         (athlon_*): Revisit to match new optimization guide.
6961         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
6962         * i386.md (cvt??2?? patterns): Fix modes.
6963         (fistp patterns): Set modes.
6965         Accidentaly commited with my earlier reload patch:
6966         PR c/10308
6967         * reload.c (find_reloads_address_1): Reload plus at the place of
6968         index register.
6970 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6972         New GCOV_TAG_FUNCTION layout
6973         * coverage.c (struct function_list): Replace name with ident.
6974         (struct counts_entry): Likewise.
6975         (fn_ident): New.
6976         (htab_counts_entry_hash, htab_counts_entry_eq,
6977         htab_counts_entry_del): Adjust.
6978         (reads_count_file, get_coverage_counts,
6979         coverage_begin_output, coverage_end_function): Adjust.
6980         (build_fn_info_type, build_fn_info_value): Likewise.
6981         * gcov-dump.c (tag_function): Adjust.
6982         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
6983         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
6984         * gcov.c (struct function_info): Add ident.
6985         (read_graph_file, read_count_file): Adjust.
6986         * libgcov.c (gcov_exit): Adjust.
6988 2003-04-23  Richard Henderson  <rth@redhat.com>
6990         PR opt/8300
6991         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
6992         after initialize_uninitialized_subregs; update reg info assuming
6993         new pseudos were created.
6995 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
6997         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
6998         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
6999         (lex_string): Take cpp_string with full spelling.
7000         (cb_ident): Update.
7001         (c_lex): Update diagnostics.
7002         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
7003         (create_literal): New.
7004         (lex_string): Unterminated literals have type CPP_OTHER.
7005         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
7006         for CPP_OTHER.
7007         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
7008         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
7009         * cpplib.c (parse_include, do_line, do_linemarker,
7010         destringize_and_run): Update for token storing full spelling.
7011         * cpplib.h: Update token spelling types.
7012         * cppmacro.c (stringify_arg, check_trad_stringification):
7013         Update for token storing full spelling.
7015 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
7017         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
7019 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
7021         * arm.h (TARGET_OPTIONS): Add value field.
7023 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
7025         * doc/extend.texi: Remove duplicate 2003 copyright date.
7027 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
7029         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
7030         (libgcov.a): Depends on LIBGCC_DEPS.
7031         * basic-block.h (profile_info): Moved here from coverage.h. Made
7032         a pointer.
7033         * coverage.c (struct function_list): Fixed array of counter types.
7034         (struct counts_entry): Keyed by counter type, contains summary.
7035         (profile_info): Moved to profile.c.
7036         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
7037         vars.
7038         (profiler_label): Remove.
7039         (ctr_labels): New.
7040         (set_purpose, label_for_tag, build_counter_section_fields,
7041         build_counter_section_value, build_counter_section_data_fields,
7042         build_counter_section_data_values, build_function_info_fields,
7043         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
7044         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
7045         build_ctr_info_value, build_gcov_info): New.
7046         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
7047         (reads_counts_file): Adjust.
7048         (get_coverage_counts): Takes counter number. Add summary
7049         parameter. Adjust.
7050         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
7051         create counter array labels.
7052         (coverage_end_function): Adjust.
7053         (create_coverage): Adjust.
7054         (find_counters_section): Remove.
7055         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
7056         (struct section_info, struct profile_info): Remove.
7057         (profile_info): Moved to basic-block.h.
7058         (coverage_counter_ref): Takes a counter number.
7059         (get_coverage_counts): Takes a counter number. Added summary
7060         parameter.
7061         (find_counters_section): Remove.
7062         * gcov-dump.c (tag_arc_counts): Rename to ...
7063         (tag_counters): ... here. Adjust.
7064         (tag_table): Move tag_counters to 3rd entry. Remove
7065         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
7066         (dump_file): Check for counter tag values here.
7067         (tag_summary): Adjust.
7068         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
7069         * gcov-io.h (GCOV_LOCKED): New.
7070         (GCOV_TAG_ARC_COUNTS): Rename to ...
7071         (GCOV_TAG_COUNTS_BASE): ... here.
7072         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
7073         Remove.
7074         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
7075         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
7076         GCOV_TAG_IS_COUNTER): New.
7077         (struct gcov_ctr_summary): New.
7078         (struct gcov_summary): Adjust.
7079         (struct gcov_counter_section): Remove.
7080         struct gcov_counter_section_data): Remove.
7081         (struct gcov_function_info): Rename to ...
7082         (struct gcov_fn_info): ... here. Adjust.
7083         (struct gcov_ctr_info): New.
7084         (struct gcov_info): Adjust.
7085         * gcov.c (read_count_file): Adjust.
7086         (output_lines): Adjust.
7087         * libgcov.c (gcov_exit): Adjust.
7088         (__gcov_flush): Adjust.
7089         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
7090         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
7091         probably_never_executed_bb_p, compute_frequency_function): Adjust
7092         profile_info use.
7093         * profile.c (struct counts_entry): Remove.
7094         (profile_info): Define here.
7095         (get_exec_counts): Adjust get_coverage_counts call.
7096         (compute_branch_probablilities): Remove find_counters_section
7097         call.
7098         (gen_edge_profiler): Adjust coverage_counter_ref call.
7099         * tracer.c (tail_duplicate): Adjust profile_info use.
7101 2003-04-23  Roger Sayle  <roger@eyesopen.com>
7103         PR optimization/10339
7104         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
7105         directly instead of unsafely transforming call into a memcmp.
7106         (expand_builtin_strncmp): Likewise.
7108 2003-04-22  Roger Sayle  <roger@eyesopen.com>
7110         * alias.c (mark_constant_function):  Check for constancy and
7111         purity even of void functions.  Update both the function decl
7112         and the cgraph RTL info with the results.
7114 2003-04-22  Roger Sayle  <roger@eyesopen.com>
7116         * real.c (do_add): Change to return a bool indicating that the
7117         result of the operation may be inexact due to loss of precision.
7118         (do_multiply): Likewise.
7119         (do_divide): Likewise.
7121 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
7122             Loren James Rittle  <ljrittle@acm.org>
7124         * dwarf2out.c (fde_table_allocated): Mark with GTY.
7125         (decl_die_table_allocated): Likewise.
7126         (abbrev_die_table_allocated): Likewise.
7127         (line_info_table_allocated): Likewise.
7128         (separate_line_info_table_allocated): Likewise.
7129         (pubname_table_allocated): Likewise.
7130         (arange_table_allocated): Likewise.
7131         (ranges_table_allocated): Likewise.
7132         (decl_die_table_in_use): Unconditionalize; mark with GTY.
7133         (abbrev_die_table_in_use): Likewise.
7134         (line_info_table_in_use): Likewise.
7135         (separate_line_info_table_in_use): Likewise.
7136         (pubname_table_in_use): Likewise.
7137         (arange_table_in_use): Likewise.
7138         (ranges_table_in_use): Likewise.
7139         (have_location_lists): Likewise.
7140         (emitcount): New GTY-marked static, moved...
7141         (maybe_emit_file): ...from here.
7142         (label_num): New GTY-marked static, moved...
7143         (gen_internal_sym): ...from here.
7145 2003-04-22  Richard Henderson  <rth@redhat.com>
7147         PR 8866
7148         * rtl.h (MEM_NOTRAP_P): New.
7149         (MEM_COPY_ATTRIBUTES): Copy it.
7150         * rtlanal.c (may_trap_p): Check it.
7151         * expr.c (do_tablejump): Set it.
7152         * doc/rtl.texi (Flags): Document it.
7154         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
7156 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
7158         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
7159         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
7161 2003-04-22  Vincent Celier <celier@gnat.com>
7163         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
7164         --enable-threads=gnat.
7165         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
7166         * configure.in: Add gnat to the list of thread packages
7167         * configure: Rebuild.
7168         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
7170 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
7172         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
7174 2003-04-22  Devang Patel  <dpatel@apple.com>
7176         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
7177         parameter count.
7178         (_cpp_copy_replacement_text): Same.
7180 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
7182         * c-lex.c (c_lex): Handle CPP_OTHER differently.
7183         * cppexp.c (_cpp_parse_expr): Similarly.
7184         * cpplex.c (SPELL_CHAR): Remove.
7185         (_cpp_lex_direct): Stray chars are saved as byte strings.
7186         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
7187         handle SPELL_CHAR.
7188         (cpp_avoid_paste): Update handling of CPP_OTHER.
7189         * cpplib.h: Spell CPP_OTHER like a number.
7190         (struct cpp_token): Remove member c.
7191         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
7193 2003-04-22  David Turner <novalis@gnu.org>
7195         * gbl-ctors.h: Add special license exception.
7196         * libgcc2.h: Likewise.
7197         * tsystem.h: Likewise.
7198         * gcov-io.h: Likewise.
7200 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
7202         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
7203         macro defaulting to original BRANCH_COST heuristic.
7204         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
7206         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
7208 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
7210         * config/rs6000/t-spe: Merge in t-fprules into file.
7212         * config.gcc: Add t-spe to powerpc-eabispe.
7214 2003-04-22  Kean Johnston  <jkj@sco.com>
7216         * tlink.c (recompile_files): Add missing '=' to putenv calls
7218 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
7220         * ginclude/stddef.h: Provide C++ safe offsetof.
7222 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
7224         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
7225         for reg notes, if there are no substitutions, just use a SUBREG.
7227 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
7229         * Makefile.in (calls.o): Depend on except.h.
7230         * calls.c: Include except.h.
7231         (emit_call_1): Call note_eh_region_may_contain_throw if
7232         appropriate.
7233         * except.c (eh_region): Add may_contain_throw.
7234         (expand_eh_region_end_cleanup): Do not include handler code when
7235         it cannot be reached.
7236         (note_eh_region_may_contain_throw): New function.
7237         * except.h (note_eh_region_may_contain_throw): New function.
7239 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
7241         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
7242         changes.
7244 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
7246         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
7247         64-bit long doubles.
7249 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
7251         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
7252         a number of conversions required for type consistency and previously
7253         stripped off by STRIP_NOPS.
7255         * calls.c (expand_call): Prevent sibcall optimization for calls to
7256         nested subprograms.
7258         * expmed.c (extract_bit_field): Reverse operands of && condition to
7259         prevent a potential division by zero in the previously first branch.
7260         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
7262 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
7264         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
7265         (subrange_type_die): Likewise.
7266         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
7267         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
7269 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7271         Break out coverage routines to new file.
7272         * Makefile.in (COVERAGE_H): New variable
7273         (C_OBJS): Add coverage.o
7274         (coverage.o): New target.
7275         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
7276         dependencies.
7277         (GTFILES): Adjust.
7278         (gt-coverage.h): New target.
7279         (gt-profile.h): Remove.
7280         * profile.h: Remove. Move to ...
7281         * coverage.h: ... here. New. #include gcov-io.h.
7282         * gcov-io.h: Move function definitions to ...
7283         * gcov-io.c: ... here. New.
7284         * profile.c: Move coverage routines to coverage.c.
7285         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
7286         end_branch_prob): Adjust.
7287         * coverage.c: New. Coverage routines from profile.c
7288         (coverage_counter_ref, coverage_init, coverage_finish,
7289         coverage_end_function, coverage_begin_output,
7290         coverage_counter_ref, get_coverage_counts): Define.
7291         * gcov-dump.c, gcov.c: #include gcov-io.c.
7292         * libgcov.c: Likewise. Adjust.
7293         * loop-init.c: Don't #include profile.h
7294         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
7295         * rtl.h: Add coverage prototypes.
7296         * toplev.c (compile_file): Init coverage, not branch_prob.
7297         Always call coverage_finish.
7298         (rest_of_compilation): Call coverage_end_function.
7300 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
7302         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
7304 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
7306         * c-ppoutput.c (cb_include): Don't take a cpp_token.
7307         * cppfiles.c: Don't undef strcmp.
7308         (find_include_file): Don't take a cpp_token.  Check for empty
7309         file names.
7310         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
7311         (cpp_push_include): Simplify.
7312         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
7313         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
7314         (parse_include): Similary.  Don't check for zero-length filenames.
7315         (do_include_common, do_pragma_dependency): Update accordingly.
7316         * cpplib.h (struct cpp_callbacks): Change prototype of include.
7318 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7320         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
7321         details of conflict handling.
7323         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
7324         when conversion overflows.
7326         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
7328         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
7329         before clearing.
7331 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
7333         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
7334         have the same form as the old RTL.
7336 2003-04-21  Andreas Jaeger  <aj@suse.de>
7338         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
7340 2003-04-20  Chris Lattner  <sabre@nondot.org>
7341             Zack Weinberg  <zack@codesourcery.com>
7343         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
7344         genrtl_cleanup_stmt.  Correct comment at head of
7345         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
7347         * stmt.c (struct nesting): Kill n_function_calls.
7348         (expand_start_bindings): Don't set
7349         thisblock->data.block.n_function_calls.
7350         (expand_end_bindings): Compare function_call_count against 0.
7351         (expand_cleanups): Kill DONT_DO argument; all callers passed
7352         NULL_TREE. All callers updated to match.
7354 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
7356         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
7357         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
7358         (output_constant_def): Remove code predicated on
7359         defer_addressed_constants_flag.
7361         * output.h: Remove prototypes of deleted functions.
7362         * c-typeck.c (constructor_subconstants_deferred): Kill.
7363         (struct initializer_stack): Remove 'deferred' field.
7364         (start_init): Remove all references to the above.
7365         (finish_init): Likewise. Also remove never-executed call to
7366         output_deferred_addressed_constants.  Pull assignment to
7367         defstr out of if expression.
7369 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
7371         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
7372         NOTE_NEWLINE): Remove.
7373         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
7374         to handle new form of line note type.
7376 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
7378         * target.h (encode_section_info): Add new argument carrying
7379         the RTL to be modified by the hook.
7381         * varasm.c (make_decl_rtl, output_constant_def): Update calls
7382         to encode_section_info.
7383         (default_encode_section_info): Take and use RTL argument,
7384         don't use TREE_CST_RTL or DECL_RTL.
7385         * output.h: Update prototype of default_encode_section_info.
7386         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
7387         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
7388         Update calls to encode_section_info.
7390         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
7391         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
7392         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
7393         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
7394         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
7395         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
7396         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
7397         except for PE dllimport/dllexport.  Update calls to
7398         default_encode_section_info.
7400         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
7401         Update prototypes.
7403         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
7405 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7407         PR/8705
7408         * pa.md (movccfp): New expander.
7409         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
7410         Reverse fcmp conditions.
7412 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7414         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
7415         of operand 1 correctly.
7417 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7419         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
7420         * gcov.c (output_lines): Don't be so fussy about going past EOF.
7422 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
7424         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
7425         (cppcharset.o): New target.
7426         * c-lex.c (is_extended_char): Move to cppcharset.c.
7427         (utf8_extend_token): Delete.
7428         * cppcharset.c: New file.
7429         * cpphash.h (_cpp_valid_ucn): New.
7430         * cpplex.c (lex_identifier): Update prototype.
7431         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
7432         escapes.
7433         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
7434         in cppcharset.c.
7435         (lex_number, lex_identifier, cpp_parse_escape): Update.
7436         (_cpp_lex_direct): Update to handle UCNs.
7437         (cpp_avoid_paste): Don't paste to form a UCN.
7439 2003-04-19  Roger Sayle  <roger@eyesopen.com>
7441         * builtins.c (expand_builtin):  Don't expand a pure or const
7442         built-in function if the result will be ignored and none of
7443         its arguments are volatile.
7445 2003-04-19  Kean Johnston  <jkj@sco.com>
7447         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
7448         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
7449         target fragment now: t-sco5; dont compile crti.o.
7450         * config/i386/sco5.h: major overhaul to remove all COFF remnants
7451         and to use elfos.h for most definitions.
7452         (BSS_SECTION_ASM_OP): set correct segment attributes.
7453         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
7454         (DWARF2_UNWIND_INFO): Always set to 1.
7455         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
7456         (MD_STARTFILE_PREFIX_1): Define.
7457         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
7458         (DEFAULT_LINKER): Define if not specified to configure.
7459         (CTORS_SECTION_ASM_OP): Remove COFF crud.
7460         (DTORS_SECTION_ASM_OP): Remove COFF crud.
7461         (WINT_TYPE): Define.
7462         (SDB_DEBUGGING_INFO): Remove.
7463         (EXTRA_SECTIONS): Likewise.
7464         (EXTRA_SECTION_FUNCTIONS): Likewise.
7465         (CTOR_LIST_BEGIN): Likewise.
7466         (CTOR_LIST_END): Likewise.
7467         (INIT_SECTION_FUNCTION): Likewise.
7468         (FINI_SECTION_FUNCTION): Likewise.
7469         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
7470         (LOCAL_LABEL_PREFIX): Likewise.
7471         (NON_SAVING_SETJMP): Likewise.
7472         (RETURN_POPS_ARGS): Likewise.
7473         (ASM_OUTPUT_SKIP): Likewise.
7474         (TARGET_ASM_NAMED_SECTION): Likewise.
7475         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
7476         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7477         (ASM_OUTPUT_IDENT): Likewise.
7478         (ASM_OUTPUT_CASE_LABEL): Likewise.
7479         (ASM_OUTPUT_ASCII): Likewise.
7480         (ASM_OUTPUT_LIMITED_STRING): Likewise.
7481         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
7482         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7483         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7484         (ASM_FINISH_DECLARE_OBJECT): Likewise.
7485         (ASM_DECLARE_OBJECT_NAME): Likewise.
7486         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
7487         (ASM_DECLARE_FUNCTION_NAME): Likewise.
7488         (ASM_DECLARE_RESULT): Likewise.
7489         (ASM_WEAKEN_LABEL): Likewise.
7490         (SUPPORTS_WEAK): Likewise.
7491         (APPLY_RESULT_SIZE): Likewise.
7492         (LPREFIX): Likewise.
7493         (ALIGN_ASM_OP): Likewise.
7494         (ASCII_DATA_ASM_OP): Likewise.
7495         (IDENT_ASM_OP): Likewise.
7496         (ASM_SHORT): Likewise.
7497         (ASM_LONG): Likewise.
7498         (TYPE_ASM_OP): Likewise.
7499         (SIZE_ASM_OP): Likewise.
7500         (STRING_ASM_OP): Likewise.
7501         (SKIP_ASM_OP): Likewise.
7502         (EH_FRAME_SECTION_ASM_OP): Likewise.
7503         (READONLY_DATA_SECTION_ASM_OP): Likewise.
7504         (INIT_SECTION_ASM_OP): Likewise.
7505         (FINI_SECTION_ASM_OP): Likewise.
7506         (TEXT_SECTION_ASM_OP): Likewise.
7507         (DATA_SECTION_ASM_OP): Likewise.
7508         (TYPE_OPERANT_FORMAT): Likewise.
7509         (ASM_SPEC): Remove COFF code.
7510         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
7511         cause -pg to emit an error; use pcrt1elf.o with -pp
7512         (ENDFILE_SPEC): Likewise.
7513         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
7514         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
7515         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
7516         add -z alt_resolve to support weak symbols the way GCC wants them.
7517         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
7518         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
7519         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
7520         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
7521         (CRTSTUFF_T_CFLAGS_S): Define.
7522         (MULTILIB_OPTIONS): Likewise.
7523         (MULTILIB_DIRNAMES): Likewise.
7524         (MULTILIB_MATCHES): Likewise.
7525         (MULTILIB_EXTRA_OPTS): Likewise.
7526         (LIBGCC): Likewise.
7527         (INSTALL_LIBGCC): Likewise.
7528         (crti.o): Remove.
7529         * config/i386/t-sco5gas: Remove.
7530         * doc/install.texi: Updated for new OpenServer instructions.
7531         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
7533 2003-04-19  Kean Johnston  <jkj@sco.com>
7535         * fixinc/check.tpl: Allow user to over-ride diff program.
7536         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
7537         (sco_math): Added test for SCO math header files.
7538         (sco_regset): Added check for conflicts with ieeefp.h.
7539         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
7540         * fixinc/fixincl.x: Regenerated
7541         * fixinc/tests/base/math.h: Added sco_math tests.
7542         * fixinc/tests/base/string.h: New file.
7543         * fixinc/tests/base/sys/regset.h: New file.
7545 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
7547         * cpphash.h (struct cpp_buffer): Remove backup_to.
7548         * cpplex.c (BACKUP, get_effective_char): Die.
7549         (_cpp_skip_block_comment): Assume '*' is location on entry.
7550         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
7551         (IF_NEXT_IS): Update.
7552         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
7554 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
7556         * README.Portability: Move to a new section and obsolete K+R
7557         portability issues.
7559 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
7561         * rtlanal.c (subreg_offset_representable_p):  Fix call of
7562         subreg_lowpart.
7564 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
7566         * cpphash.h (struct cpp_reader): New member warned_dollar.
7567         * cpplex.c (continues_identifier_p): New function.
7568         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
7569         lex_number and lex_string, and simplify.
7570         (parse_slow, unescaped_terminator_p): Die.
7571         (_cpp_lex_direct): Update.
7573 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7575         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
7577 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
7579         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
7580         fork behavior.
7582 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
7584         * cppexp.c (eval_token): Permit true and false even if pedantic.
7586 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
7588         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
7590 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
7592         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
7593         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
7594         (struct include_file): Remove fefcnt, mapped members.
7595         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
7596         (read_include_file): Don't use mmap, terminate buffers in '\r'.
7597         (purge_cache): Don't use munmap.
7598         * cpphash.h (CPP_BUF_COLUMN): Update.
7599         (lexer_state): Remove lexing_comment.
7600         (struct _cpp_line_note): New.
7601         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
7602         next_line and need_line.  Remove col_adjust and saved_flags.
7603         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
7604         _cpp_skip_block_comment, scan_out_logical_line): New.
7605         (_cpp_init_mbchar): Remove.
7606         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
7607         (cpp_read_main_file): Set line to 1 earlier.
7608         (post_options): -traditional-cpp doesn't want trigraphs.
7609         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
7610         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
7611         _cpp_get_fresh_line): New.
7612         (handle_newline, skip_escaped_newlines, trigraph_p,
7613         continue_after_nul, _cpp_init_mbchar): Remove.
7614         (get_effective_char): Update.
7615         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
7616         (skip_line_comment): Simplify.
7617         (skip_whitespace, parse_identifier, parse_slow, parse_number,
7618         parse_string): Update.
7619         (cpp_lex_direct): Use clean lines and process line notes.  Update.
7620         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
7621         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
7622         directly.
7623         (_cpp_handle_directive): Don't set saved_flags.
7624         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
7625         cpp_undef, handle_assertion, cpp_push_buffer): Update.
7626         (_cpp_pop_buffer): Free notes.
7627         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
7628         * cpppch.c (cpp_read_state): \n terminate buffer.
7629         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
7630         (copy_comment): Use _cpp_skip_block_comment.
7631         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
7632         Simplify.
7633         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
7634         save_replacement_text): Update.
7635         (scan_out_logical_line): Update to use clean lines and process
7636         line notes.
7637         * fix-header.c (read_scan_file): Update.
7639 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
7641         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
7642         null begin parameter (as well as pointer to null).
7643         (__deregister_frame_info_bases): Likewise.
7645 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7647         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
7648         hard or virtual register and copy into pseudo if replacement fails.
7650         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
7652         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
7654 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
7656         * calls.c (expand_call): Move special case for constructor calls
7657         to right place. Ensures constructor calls used to initialize
7658         arguments get a clean outgoing argument block for themselves.
7659         Move check for stack deallocation completeness until after last
7660         deallocation.  Add stack_pointer_delta to set of state
7661         variables saved and restored along with current stack_level.
7663         * integrate.c (expand_inline_function): Ensure non-const actuals
7664         don't end up const in the caller's flow after conversion to possibly
7665         const formal type.
7667 2003-04-18  Vincent Celier  <celier@gnat.com>
7669         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
7670         and *_DIV_EXPR as TRUNC_*_EXPR.
7672 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
7674         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
7675         for orphaned jump tables.
7677 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
7679         * reload1.c: Revert my previous patch on 2002-04-17.
7681 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7683         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
7684         Add Segher Boessenkool.
7686 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
7688         PR c/9177
7689         * c-decl.c (c_expand_body): Don't garbage collect the function
7690         body if we are going to dump it later.
7692 2003-04-18  Richard Henderson  <rth@redhat.com>
7694         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
7695         (alpha_end_function): Don't set them.
7696         (decl_in_text_section): Remove.
7697         (alpha_encode_section_info): Remove.
7698         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
7699         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
7700         sections, rather than decl_in_text_section results.
7702 2003-04-18  Roger Sayle  <roger@eyesopen.com>
7704         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
7705         and SIGN_EXTRACT.
7707 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7709         PR optimization/7675
7710         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
7711         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
7712         nested functions if they refer to declarations from parent functions.
7713         * stmt.c (expand_decl): Don't put automatic variables in registers
7714         if the DECL_NONLOCAL flag is set.
7716 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
7718         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
7719         consider those to be movable where the source matches
7720         want_to_gcse_p.
7721         (update_ld_motion_stores): In comment, refer to
7722         compute_ld_motion_mems for validity of replacement.
7724 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
7726         * gcov-dump.c (tag_summary): Remove max_sum
7727         * gcov-io.h (gcov_summary, gcov_write_summary,
7728         gcov_read_summary): Kill max_sum.
7729         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
7730         message more verbose.
7732         * emit-rtl.c (subreg_hard_regno):  Check that register is
7733         representable.
7735         * reload.c (reload_inner_reg_of_subreg):  When register is not
7736         representable, reload the whole thing.
7737         (find_reloads): Likewsie.
7738         * rtlanal.c (subreg_representable_p):  New function.
7740         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
7741         allow negative probabilities for edges from the call to exit.
7742         (branch_prob): Do not add fake edges for functions that may return
7743         twice.
7745 2003-04-17  DJ Delorie  <dj@redhat.com>
7747         * toplev.c (target_options): Add value field.
7748         (set_target_switch): Handle target options with values.
7749         * doc/tm.texi: Document how fixed vs variable target
7750         options work.
7751         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
7752         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
7753         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
7754         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
7755         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
7756         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
7757         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
7758         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
7759         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
7760         Add value initializer to target options.
7762 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
7764         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
7766 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
7768         * reload1.c (move2add_last_cc0): New.
7769         (reload_cse_move2add): Detect implicit sets.
7770         (move2add_note_store): Notice a store into cc0.
7772 2003-04-17  Roger Sayle  <roger@eyesopen.com>
7774         PR c/10375
7775         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
7776         function attributes.
7778 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
7780         * doc/sourcebuild.texi (Test Suites): Document support for testing
7781         binary compatibility (moved from testsuite/README.compat).
7783 2003-04-17  Richard Henderson  <rth@redhat.com>
7785         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
7787 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
7789         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
7790         the one provided by the FSF.
7792 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7794         * doc/install.texi (Binaries): Update URL and list of platforms
7795         provided by ftp.thewrittenword.com.
7797 2003-04-17  Richard Henderson  <rth@redhat.com>
7799         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
7800         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
7801         * config/xtensa/xtensa.md (call, call_value): Likewise.
7803 2003-04-17  Richard Henderson  <rth@redhat.com>
7805         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
7806         (print_operand_address): Likewise.
7807         (ep_memory_operand): Likewise.
7808         (special_symbolref_operand): Likewise.
7809         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
7810         (v850_encode_section_info): Call default_encode_section_info.
7811         (v850_strip_name_encoding): Remove.
7812         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
7813         (ASM_OUTPUT_LABELREF): Remove.
7814         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
7815         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
7816         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
7817         (ENCODED_NAME_P): Remove.
7818         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
7819         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
7820         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
7822 2003-04-17  Richard Henderson  <rth@redhat.com>
7824         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
7825         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
7826         SYMBOL_REF_FUNCTION_P.
7828 2003-04-17  Richard Henderson  <rth@redhat.com>
7830         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
7831         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
7832         (text_segment_operand): Likewise.
7834 2003-04-17  Richard Henderson  <rth@redhat.com>
7836         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
7837         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7838         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
7839         (sh_encode_section_info): Remove.
7840         (sh_strip_name_encoding): Remove.
7841         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
7842         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
7843         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
7844         (ASM_OUTPUT_LABELREF): Remove.
7845         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
7846         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
7848 2003-04-17  Richard Henderson  <rth@redhat.com>
7850         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
7851         (tls_model_chars): Remove.
7852         (larl_operand): Use SYMBOL_REF_FLAGS.
7853         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7854         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
7855         (s390_output_mi_thunk): Likewise.
7856         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
7857         (s390_function_profiler): Likewise.
7858         (s390_encode_section_info): Use default_encode_section_info
7859         and SYMBOL_FLAG_ALIGN1.
7860         (s390_strip_name_encoding): Remove.
7861         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
7862         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
7863         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
7865 2003-04-17  Richard Henderson  <rth@redhat.com>
7867         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
7868         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
7869         (print_operand_address): Likewise.
7871         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
7872         * config/ns32k/ns32k.c (expand_block_move): Don't check
7873         flag_unroll_loops.
7875 2003-04-17  Richard Henderson  <rth@redhat.com>
7877         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
7878         SYMBOL_REF_FLAG.
7880 2003-04-17  Richard Henderson  <rth@redhat.com>
7882         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
7884         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
7885         (SYMBOL_REF_MODEL): New.
7886         (LIT_NAME_P): Move from m32r.h.
7887         (m32r_select_section): Remove.
7888         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
7889         (m32r_strip_name_encoding): Remove.
7890         (m32r_in_small_data_p): New.
7891         (small_data_operand): Use SYMBOL_REF_SMALL_P.
7892         (addr24_operand): Use SYMBOL_REF_MODEL.
7893         (call26_operand): Likewise.
7894         (addr32_operand): Tidy.
7895         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
7896         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
7897         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
7898         (READONLY_DATA_SECTION_ASM_OP): Remove.
7899         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
7900         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
7901         (TARGET_ASM_SELECT_SECTION): Remove.
7902         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
7903         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
7904         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
7905         (ASM_OUTPUT_LABELREF): Remove.
7907 2003-04-17  Richard Henderson  <rth@redhat.com>
7909         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
7910         (encode_section_info): Remove.
7911         * config/ip2k/ip2k-protos.h: Update.
7913 2003-04-17  Richard Henderson  <rth@redhat.com>
7915         * varasm.c (default_encode_section_info): Don't set
7916         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
7917         * config/i370/i370.c (i370_encode_section_info): Remove.
7918         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
7919         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
7920         * config/i370/i370.md (movsi): Likewise.
7922         * config/i370/t-i370: Add missing backslash.
7924 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7926         * doc/invoke.texi (inline-limit): Fix pasto.
7928 2003-04-17  Richard Henderson  <rth@redhat.com>
7930         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
7931         (small_call_insn_operand): Use it.
7932         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
7933         (h8300_eightbit_constant_address_p): Use it.
7934         (SYMBOL_FLAG_TINY_DATA): New.
7935         (h8300_tiny_constant_address_p): Use it.
7936         (h8300_encode_label, h8300_strip_name_encoding): Remove.
7937         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
7938         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
7939         (ASM_OUTPUT_LABELREF): Remove.
7941 2003-04-16  Richard Henderson  <rth@redhat.com>
7943         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
7944         all users with SYMBOL_REF_SMALL_P.
7945         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
7946         (frv_encode_section_info): Remove.
7947         (frv_strip_name_encoding): Remove.
7948         (frv_in_small_data_p): Merge tests from encode_section_info.
7949         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
7950         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
7951         (SDATA_NAME_P): Remove.
7952         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
7953         (ASM_OUTPUT_LABELREF): Remove.
7954         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
7956         * config/frv/frv.c (frv_asm_out_constructor): New.
7957         (frv_asm_out_destructor): New.
7958         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
7959         (DTORS_SECTION_ASM_OP): New.
7960         (ASM_OUTPUT_CONSTRUCTOR): Remove.
7961         (ASM_OUTPUT_DESTRUCTOR): Remove.
7963 2003-04-16  Richard Henderson  <rth@redhat.com>
7965         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
7966         SYMBOL_REF_LOCAL_P; abort if not pic.
7967         (cris_encode_section_info): Remove.
7969 2003-04-16  Richard Henderson  <rth@redhat.com>
7971         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
7972         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
7974         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
7975         flag_inline_trees.
7977 2003-04-16  Richard Henderson  <rth@redhat.com>
7979         * config/avr/avr.c (avr_encode_section_info): Remove.
7980         (avr_insert_attributes): New.
7981         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
7982         (avr_assemble_integer): Likewise.
7984 2003-04-16  Richard Henderson  <rth@redhat.com>
7986         * arc.c (arc_encode_section_info): Remove.
7987         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
7988         (arc_print_operand, arc_print_operand_address): Likewise.
7989         * arc.h (EXTRA_CONSTRAINT): Likewise.
7991 2003-04-16  Roger Sayle  <roger@eyesopen.com>
7993         * c-semantics.c (find_reachable_label): New function to find a
7994         potentially reachable label in an expression.
7995         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
7996         assumes the start of the IF_STMT is unreachable (dead) code.
7997         (expand_unreachable_stmt): Similar to expand_stmt but assumes
7998         the start of the statement list is unreachable (dead) code.
7999         (genrtl_if_stmt):  If the controlling expression of the IF
8000         is constant, use expand_unreachable_stmt for the THEN or ELSE
8001         clause as appropriate.
8002         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
8003         the body of a SWITCH statement.
8004         (expand_stmt): The code immediately following a "return",
8005         "break", "continue" or "goto" is unreachable.
8006         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
8008 2003-04-16  Richard Henderson  <rth@redhat.com>
8010         * rtl.h (MEM_ALIAS_SET): Update documentation.
8011         * doc/rtl.texi (Special Accessors): New node.
8012         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
8014 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
8016         * reload1.c (reload_cse_noop_set_p): Return false if mode of
8017         SET_DEST is not the same as that returned by...
8018         * cselib.h (cselib_reg_set_mode): ... new function.
8019         * cselib.c (cselib_reg_set_mode): Define it.
8020         (REG_VALUES): Document semantics of first element as set mode.
8021         (cselib_subst_to_values): Skip first element if ELT is NULL.
8022         (cselib_lookup): Likewise.  Insert past the first element.
8023         (cselib_invalidate_regno): NULLify first element.
8024         (cselib_record_set): Set first element.
8026 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
8028         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
8029         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
8030         * tree.h: Add prototypes for the two new functions.
8031         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
8032         updates introduced in the previous revision by call to saved_expr_p.
8033         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
8035         * expr.c (store_field): Force usage of bitfield instructions when
8036         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
8037         (expand_expr, case BIT_FIELD_REF): likewise.
8039 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
8041         PR middle-end/8866
8042         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
8043         jumptables.
8045 2003-04-16  Richard Henderson  <rth@redhat.com>
8047         * config/ia64/ia64.c (sdata_symbolic_operand): Use
8048         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
8049         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8050         (function_operand): Use SYMBOL_REF_FUNCTION_P.
8051         (ia64_expand_load_address): Likewise.
8052         (ia64_assemble_integer): Likewise.
8053         (ia64_encode_section_info): Remove.
8054         (ia64_strip_name_encoding): Remove.
8055         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
8056         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
8058 2003-04-16  Richard Henderson  <rth@redhat.com>
8060         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
8061         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
8062         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
8063         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
8064         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
8065         (global_symbolic_operand): Similarly.
8066         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
8067         (tls_symbolic_operand_type): Likewise.
8068         (alpha_encode_section_info): Use default_encode_section_info.
8069         (alpha_strip_name_encoding): Remove.
8070         (get_tls_get_addr): Split out from ...
8071         (alpha_legitimize_address): ... here.
8072         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
8073         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
8074         (alpha_initialize_trampoline): Use init_one_libfunc.
8075         (alpha_setup_incoming_varargs): Mark unused parameters.
8076         (alpha_initial_elimination_offset): Likewise.
8077         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
8078         (unicosmk_unique_section): Use default_strip_name_encoding.
8079         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
8081 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
8083         * config.gcc: Add t-spe for eabispe.
8085         * config/rs6000/t-spe: New.
8087 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
8089         Re-apply this patch:
8091         2002-05-16  Dale Johannesen  <dalej@apple.com>
8092           * combine.c (cant_combine_insn_p):  Reenable combinations
8093           involving hard regs unless CLASS_LIKELY_SPILLED_P.
8095 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8097         PR/10271
8098         * pa-protos.h (function_arg): Remove last argument.
8099         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
8100         * pa.h (struct hppa_args): Add member incoming.
8101         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
8102         member incoming.
8103         (FUNCTION_ARG): Revise call to function_arg.
8104         (FUNCTION_INCOMING_ARG): Delete.
8106 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
8108         * configure.in: Unify the code which creates symlinks to a
8109         just-built as, ld, objdump, and nm with the code that detects
8110         their presence for purposes of feature tests.
8111         * configure: Regenerate.
8113 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
8115         * varasm.c (output_constant_def): Do not consult
8116         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
8117         (after_function_constants, output_after_function_constants): Delete.
8118         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
8119         * config/mips/mips-protos.h, config/mips/mips.c
8120         (mips16_constant_after_function_p): Delete.
8121         * config/mips/mips.h: Delete #if-0-ed definition of
8122         CONSTANT_AFTER_FUNCTION_P.
8123         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
8124         mention of CONSTANT_AFTER_FUNCTION_P in comment.
8126 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
8128         * tree.c (next_decl_uid): Mark with GTY.
8129         (next_type_uid): Likewise.
8131 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
8133         PR target/9594:
8134         * sh.c (barrier_align): Also recognize stuff_delay_slot as
8135         an indicator that a barrier was created by branch splitting.
8137 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
8139         * c-decl.c (implicitly_declare): Copy declarations that are going
8140         to be placed in a local scope.
8142 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
8144         * invoke.texi (Spec Files): Wrap if-exists-else example.
8145         (MCore): Remove duplicate @itemx entries and @opindex entries.
8147 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
8149         * unwind.inc (_Unwind_Backtrace): New function.
8150         * unwind.h (_Unwind_Backtrace): Declare it.
8151         * libgcc-std.ver (_Unwind_Backtrace): Export it.
8153 2003-04-14  Jason Merrill  <jason@redhat.com>
8155         PR middle-end/10336, c++/10401
8156         * jump.c (never_reached_warning): Also stop looking if we reach the
8157         beginning of the function.
8159 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8161         PR target/10338
8162         PR bootstrap/10198
8163         PR bootstrap/10140
8164         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
8166 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
8168         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
8170 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8172         * optabs.c (expand_binop): In multi-word add cases, ensure
8173         XTARGET is copied to TARGET if they are different.
8175 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
8177         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
8178         to region, possible after integration of function with unreachable
8179         regions that were optimized away.
8181 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
8183         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
8184         instead of TOC_REGISTER in epilogue in
8185         current_function_calls_eh_return functions.
8187 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
8189         * doc/extend.texi (Empty Structures): Correct description of G++'s
8190         handling of these structures.
8192         * c-decl.c (grokdeclarator): Reject extern redeclarations of
8193         static variables.
8195 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
8197         * config/rs6000/rs6000.md (define_constants): Define constants for
8198         all UNSPEC usage, including new values for TLS support.
8199         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
8200         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
8201         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
8202         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
8203         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
8204         eh_set_lr_di): Use them.
8205         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
8206         rs6000_emit_epilogue) Use them.
8208         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
8210 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
8212         * Makefile.in (c-opts.o): Use custom action.
8214 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
8216         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
8218 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8220         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
8221         handle "superflat arrays" in Ada.
8223         * integrate.c (expand_inline_function): Don't inline if would
8224         lose /u on a BLKmode TARGET.
8226 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
8228         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
8229         extracted from dbxout_type.
8230         (dbxout_range_type): print large bounds in octal format.
8231         (dbxout_type): Replace extracted code by call to
8232         print_int_cst_bounds_in_octal_p.
8234         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
8235         of DW_LANG_Ada83 for Ada units.
8237 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
8239         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
8240         temporary used to round CONST_INT sizes.
8242         * tree.c (int_fits_type_p): Extract generic checks from the case
8243         of constant type bounds. Refine the checks against constant type
8244         bounds to allow for possible decisions against each of these bounds
8245         without requiring both bounds to be constant.
8246         (tree_int_cst_msb): Put back.
8247         * tree.h (tree_int_cst_msb): Likewise.
8249         * global.c (global_conflicts): Prevent allocation of call clobbered
8250         hard regs to pseudos live across abnormal edges, as later passes are
8251         not ready to handle them.
8253         * fold-const.c (fold): Reorder tests for conditional expressions.
8255         * expr.c (highest_pow2_factor): Return unsigned.
8256         * expr.h (offset_address): Likewise.
8257         * emit-rtl.c (offset_address): POW2 argument now unsigned.
8259 2003-04-14  Roger Sayle  <roger@eyesopen.com>
8261         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
8262         string literals at compile-time.
8264 2003-04-14  Roger Sayle  <roger@eyesopen.com>
8266         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
8267         comparison operation and c1/c2 are floating point constants into
8268         x swap(cmp) (c1 - c2).
8270 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
8272         * genautomata.c (output_translate_vect): Fix a typo in loop
8273         condition.
8275 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
8277         PR target/10377
8278         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
8279         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
8280         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
8281         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
8282         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
8283         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
8284         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
8285         ("*extopqihi_swap_side", "*extopqisi_swap_side")
8286         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
8287         When next to constraint R, replace constraint i with n.
8289 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
8291         PR opt/10024
8292         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
8294 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8296         * doc/contrib.texi (Contributors): Correct my entry.
8298 2003-04-13  Roger Sayle  <roger@eyesopen.com>
8300         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
8301         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
8302         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
8303         implies DECL_BUILT_IN to simplify logic.
8304         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
8306 2003-04-13  Roger Sayle  <roger@eyesopen.com>
8308         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
8309         (BT_FN_PTR_SIZE_SIZE): Likewise.
8310         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
8311         New built-in functions for malloc, calloc and strdup respectively.
8312         * calls.c (special_function_p): No need to handle malloc-like
8313         functions any longer.  ECF_MALLOC is set via built-in attributes.
8315         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
8317         * doc/extend.texi: Document these new built-in functions.
8319 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8321         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
8322         (expand_builtin_stpcpy): New.
8323         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
8324         * builtins.def: Add mempcpy & stpcpy support.
8325         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
8327 2003-04-13  Nick Clifton  <nickc@redhat.com>
8329         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
8330         "GCC".
8331         * config/rs6000/40x.md, config/rs6000/603.md,
8332         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
8333         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
8334         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
8335         config/rs6000/aix43.h, config/rs6000/aix51.h,
8336         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
8337         config/rs6000/altivec.h, config/rs6000/altivec.md,
8338         config/rs6000/beos.h, config/rs6000/darwin.h,
8339         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
8340         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
8341         config/rs6000/freebsd.h, config/rs6000/gnu.h,
8342         config/rs6000/host-darwin.c, config/rs6000/linux.h,
8343         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
8344         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
8345         config/rs6000/netbsd.h, config/rs6000/power4.md,
8346         config/rs6000/rios1.md, config/rs6000/rios2.md,
8347         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
8348         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
8349         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
8350         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
8351         config/rs6000/spe.md, config/rs6000/sysv4.h,
8352         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
8353         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
8355 2003-04-13  Nick Clifton  <nickc@redhat.com>
8357         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
8358         support for -mcall-aix switch.
8359         * config/rs6000/eabiaix.h: Delete.
8360         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
8361         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
8362         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
8363         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
8364         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
8365         debug_stack_info, output_function_profiler,
8366         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
8367         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
8368         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
8369         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
8370         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
8371         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
8372         multilibs.
8373         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
8374         (MULTILIB_EXCEPTIONS): Delete.
8375         (MULTILIB_MATCHES): Remove mcall-aix matches.
8377         * doc/fragments.texi: Replace -mcall-aix example with an ARM
8378         one.
8379         * doc/install.texi: Delete powerpc-*-eabiaix target.
8380         * doc/invoke.texi: Remove documentation of mcall-aix switch.
8381         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
8382         * config.gcc: Delete powerpc-*-eabiaix target.
8384 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
8386         * doc/invoke.texi: Fix typos.
8387         * doc/tm.texi: Likewise.
8389 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
8391         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
8393 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
8395         * tree.c (build_constructor): New function.
8396         * tree.h: Prototype it.
8398         * c-typeck.c (build_c_cast, pop_init_level)
8399         * profile.c (build_function_info_value, build_gcov_info_value)
8400         (create_profiler):
8401         Use build_constructor.
8403         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
8405         * objc/objc-act.c (build_constructor):
8406         Rename objc_build_constructor. Use build_constructor.
8407         (build_objc_string_object, objc_add_static_instance)
8408         (init_def_list, init_objc_symtab, init_module_descriptor)
8409         (generate_static_references, build_selector_translation_table)
8410         (build_descriptor_table_initializer, generate_descriptor_table)
8411         (build_protocol_initializer, build_ivar_list_initializer)
8412         (generate_ivars_list, build_dispatch_table_initializer)
8413         (generate_dispatch_table, generate_protocol_list)
8414         (build_category_initializer, build_shared_structure_initializer):
8415         Update to match.
8417 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
8419         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
8421 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8423         * config/m68hc11/m68hc11-protos.h
8424         (m68hc11_eq_compare_operator): Declare
8425         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
8426         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
8427         (d_register_operand): Check the operand mode.
8428         (hard_addr_reg_operand): Likewise.
8430 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8432         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
8433         pattern for dbcc/ibcc generation for 68HC12.
8434         ("doloop_end"): New pattern.
8435         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
8436         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
8437         ("m68hc12_dbcc_dec_qi"): New pattern.
8438         ("m68hc12_dbcc_inc_qi"): New pattern.
8439         (split): Add split for the above when we can't use dbcc/ibcc due to
8440         reloading.
8441         (peephole2): Add peephole2 to generate the above when possible.
8443 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8445         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
8446         mode of operand 0.
8447         (peephole2 optimize const load): Likewise for operand 2.
8448         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
8449         clobbers CC_REGNUM.
8450         ("*rotrhi3_with_carry"): Likewise.
8451         (ashift:DI 1 split): Update pattern to create the above rotate.
8452         (lshiftrt:DI 1 split): Likewise.
8454 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8456         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
8457         ("tstqi_z_used" split): Use it.
8458         ("cmphi_z_used"): Likewise.
8459         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
8460         ("cmpqi_z_used"): Likewise.
8462 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
8464         PR c++/7910
8465         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
8467 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
8469         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
8470         * configure, config.in: Regenerate.
8471         * intl.c (gcc_gettext_width): New function.
8472         * intl.h: Prototype it.
8474 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8476         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
8477         recognize -mnorelax.
8478         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
8479         (REG_CLASS_NAMES): Add its name.
8480         (REG_CLASS_CONTENTS): Define its content.
8482 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
8484         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
8485         parameters so that offsets are valid for far definition.
8486         (__mulsi3): Likewise and use ret to return.
8487         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
8489 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
8491         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
8493 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
8495         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
8496         containing a libgcc.a, move lib* to the corresponding stage dir.
8498         * Makefile.in (stage1-start, stage2-start, stage3-start,
8499         stage4-start): Move $(SPECS) to specs in stage dir.
8500         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
8501         back as $(SPECS).
8503         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
8504         object files from the non-libgcc/ multilib directories as well.
8506 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
8508         * profile.c (read_counts_file): Initialise 'checksum'.
8510         * emit-rtl.c (gen_rtx): Really correct typo.
8512         PR c++/9393
8513         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
8514         * configure.in: Check for gettimeofday.
8515         * tree.c (flag_random_seed): Define.
8516         (default_flag_random_seed): New.
8517         (append_random_chars): Use flag_random_seed rather than trying
8518         to acquire randomness here.
8519         * tree.h (default_flag_random_seed): Declare.
8520         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
8521         descriptions.
8522         (decode_f_option): Handle -frandom-seed.
8523         (print_switch_values): Call default_flag_random_seed.
8524         * flags.h (flag_random_seed): Declare.
8525         * configure: Regenerate.
8526         * config.in: Regenerate.
8527         * config/alpha/t-crtfm: Use -frandom-seed.
8529         * doc/extend.texi (Empty Structures): New.
8531         * c-pch.c: Include flags.h.  Add comments to routines.
8532         (struct c_pch_validity): New.
8533         (get_ident): Update PCH file version number.
8534         (pch_init): Output current debugging type.
8535         (c_common_valid_pch): Check debugging type.
8536         * Makefile.in (c-pch.o): Update dependencies.
8537         * flags.h (debug_type_names): Declare.
8538         * toplev.c (debug_type_names): Move out of decode_g_option.
8540 2003-04-11  Eric Christopher  <echristo@redhat.com>
8542         * emit-rtl.c (gen_rtx): Fix typos.
8544 2003-04-11  Richard Henderson  <rth@redhat.com>
8546         * emit-rtl.c (gen_rtx): Zero '0' fields.
8548 2003-04-11  Richard Henderson  <rth@redhat.com>
8550         PR c++/10202
8551         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
8552         not COMPLETE_TYPE_P for re-invoking layout_decl.
8554 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
8556         * doc/bugreport.texi: Fix paragraph breaking between sections
8557         in preparation for TeXinfo's paragraph indentation fixes.
8558         * doc/extend.texi: Ditto.
8559         * doc/invoke.texi: Ditto.
8560         * doc/objc.texi: Ditto.
8561         * doc/gcov.texi: Wrap 'gcov' in @command{}.
8562         * doc/invoke.texi (Darwin Options): Add a preamble.
8564 2003-04-11  Richard Henderson  <rth@redhat.com>
8566         * config/i386/i386.c (tls_model_chars): Remove.
8567         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
8568         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
8569         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8570         (tls_symbolic_operand_1): Likewise.
8571         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
8572         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
8573         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
8574         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
8575         bits "copied from i386.h" with default_encode_section_info.
8577 2003-04-11  Richard Henderson  <rth@redhat.com>
8579         * rtl.def (SYMBOL_REF): Add two 0 fields.
8580         * gengtype.c (adjust_field_rtx_def): Handle them.
8581         * print-rtl.c (print_rtx): Print them.
8582         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
8583         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
8584         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
8585         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
8586         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
8587         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
8588         (SYMBOL_FLAG_MACH_DEP): New.
8589         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
8590         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
8591         (assemble_static_space): Set SYMBOL_REF_FLAGS.
8592         (assemble_trampoline_template): Likewise.
8593         (output_constant_def, force_const_mem): Likewise.
8594         (default_encode_section_info): New.
8595         * output.h: Declare it.
8596         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
8598 2003-04-11  Richard Henderson  <rth@redhat.com>
8600         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
8601         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
8602         * optabs.c (init_optabs): Initialize them.
8603         (init_libfuncs): Use init_one_libfunc.
8604         * calls.c (expand_call): Use gcov_flush_libfunc.
8605         * expr.c (store_constructor): Use setbits_libfunc.
8606         * function.c (expand_main_function): Use init_one_libfunc.
8607         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
8609 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
8611         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
8612         documentation; add DECL_FRIEND_CONTEXT.
8614 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8616         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
8617         notes on linker selection and configuration for 64-bit HP-UX port.
8618         * doc/invoke.texi (hppa): Remove hppa text from description for
8619         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
8620         and -threads options.
8622         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
8623         libc.a on libdld.sl when -static is specified and -nolibdld is not
8624         specified.
8625         * pa64-hpux.h (LIB_SPEC): Likewise.
8626         * pa-hpux11.h (LIB_SPEC): Likewise.
8627         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
8628         is not specified.
8630 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
8632         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
8633         not IDENTIFIER_LOCAL_VALUE.
8635 2003-04-11  Richard Henderson  <rth@redhat.com>
8637         PR c/10201
8638         * expr.c (expand_expr): Move DECL_RTL frobbing ...
8639         * stor-layout.c (layout_decl): ... here.
8641 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
8643         * doc/invoke.texi: Eliminate extra white-space caused by
8644         @gccoptlist{ on its own line.
8645         * doc/invoke.texi: Ensured there are two spaces between each option.
8646         * doc/invoke.texi: Re-wrapped option lines that were too wide.
8647         Added @gol to options that didn't have them.
8649 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
8651         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
8652         gcov-iov.h.
8654         Simplify interface to gcov reading and writing.
8655         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
8656         gcov_alloc, gcov_modified, gcov_errored): Move into ...
8657         (struct gcov_var gcov_var): ... this static structure.
8658         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
8659         Return void.
8660         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
8661         read object.
8662         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
8663         (gcov_reserve_length): Remove.
8664         (gcov_write_tag): New.
8665         (gcov_write_length): Adjust.
8666         (gcov_read_summary, gcov_write_summary): Adjust.
8667         (gcov_eof, gcov_ok): Rename to ...
8668         (gcov_is_eof, gcov_is_error): ... here. Return error code.
8669         (gcov_save_position, gcov_resync): Rename to ...
8670         (gcov_position, gcov_seek): ... here.
8671         (gcov_skip, gcov_skip_string): Remove.
8672         (gcov_error): Remove.
8673         (gcov_open, gcov_close): Adjust.
8674         * gcov.c (find_source): Take const char *, copy it on allocation.
8675         (read_graph_file): Adjust.
8676         (read_count_file): Adjust.
8677         * libgcov.c (gcov_exit): Adjust.
8678         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
8679         tag_arc_counts, tag_summary): Return void. Adjust.
8680         (struct tag_format): Adjust proc member.
8681         (dump_file): Adjust gcov calls.
8683 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
8685         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
8686         mkfixinc.sh.
8687         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
8688         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
8689         build != host sysrooted builds.
8690         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
8691         TARGET_SYSTEM_ROOT even on sysrooted natives.
8692         * configure: Rebuilt.
8694 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
8696         * c-decl.c (struct binding_level): Add shadowed_tags and
8697         function_body; remove this_block, tag_transparent, and
8698         subblocks_tag_transparent; update comments.
8699         (clear_binding_level, lookup_tag_reverse): Kill.
8700         (make_binding_level): Use ggc_alloc_cleared or memset.
8701         (lookup_tag): Remove struct binding_level* parameter.  All
8702         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
8703         current_binding_level->tags if asked for thislevel_only or if
8704         we might have to diagnose "struct foo; union foo;"
8705         (pushlevel): Ignore argument.  Do not push another binding
8706         level on the transition from the parameters to the top level
8707         of the function body; just tweak the flags and proceed.
8708         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
8709         a function body, separate the parameter list from the
8710         top-level local variables.
8711         (set_block): Do nothing.
8712         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
8713         shadowed_tags if necessary.
8714         (warn_if_shadowing): Nuke the special case for local shadowing
8715         parameter.
8716         (pushdecl): Do not create a shadow entry if we are replacing
8717         an older decl in the same binding level.
8718         (pushdecl_function_level): Tweak for new way of indicating
8719         function scope.
8720         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
8721         (start_function): Don't set subblocks_tag_transparent.
8722         (finish_function): Fix up the binding_level stack for totally
8723         empty functions.  Otherwise, don't call poplevel.
8725         * c-common.c (shadow_warning): MANDATORY argument is no longer
8726         necessary.  Always use plain warning.
8727         * c-common.h: Update to match.
8729         * cfglayout.c (scope_to_insns_initialize): Clear block when we
8730         hit the FUNCTION_DECL.
8731         * function.c: Do not create cyclic tree structure.
8733 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
8735         * c-tree.h (struct lang_identifier): Replace global_value,
8736         local_value members with symbol_value, tag_value.  Kill
8737         implicit_decl and limbo_value.
8738         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
8739         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
8740         C_MISSING_PROTOTYPE_WARNED): Kill.
8741         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
8742         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
8743         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
8744         (implicit_decl_warning, lookup_name_current_level,
8745         record_function_scope_shadow): Don't prototype.
8746         (pushdecl_function_level): Prototype.
8748         * c-decl.c (truly_local_externals): New variable.
8749         (struct binding_level): Adjust commentary.
8750         (get_function_binding_level, clear_limbo_values,
8751         record_function_scope_shadow): Kill.
8752         (lookup_name_current_level, implicit_decl_warning): Are now static.
8753         (any_external_decl, record_external_decl): New static functions.
8754         (clone_underlying type): Split out of pushdecl.
8755         (c_print_identifier): Update to match changes to struct
8756         lang_identifier.
8757         (poplevel): Delete #if 0 block.  Make externals invisible
8758         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
8759         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
8760         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
8761         (duplicate-decls): For real parm decl after a forward decl,
8762         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
8763         foo(...) { } with only a warning.  Say whether a previous
8764         declaration was implicit.
8765         (warn_if_shadowing): Now handles all shadowing, not just
8766         local-over-local.  Clarify comments.
8767         (pushdecl): Rewritten.  There is no longer a distinction
8768         between global and local symbol values; they're all
8769         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
8770         DECL_EXTERNAL decls, and use any_external_decl to check
8771         against previous externals.  Kill #if 0 blocks.  Don't
8772         tolerate error_mark_node being NULL.
8773         (pushdecl_top_level): Handle only those cases which
8774         Objective C (the only user) needs.
8775         (pushdecl_function_level): New function.
8776         (implicitly_declare): Create ordinary decls with
8777         C_DECL_IMPLICIT set.  Recycle old decls, however they got
8778         created.
8779         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
8780         for C_DECL_INVISIBLE symbols.
8781         (lookup_name_current_level): Likewise.  Use chain_member.
8782         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
8783         Use pushdecl_function_level.
8784         (builtin_function): Use C_DECL_INVISIBLE.
8785         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
8786         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
8787         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
8788         (identifier_global_value): Same.  Must scan
8789         global_binding_level in extremis.
8791         * c-typeck.c (undeclared_variable): New static function, split
8792         from build_external_ref.
8793         (build_external_ref): Use DECL_CONTEXT, not
8794         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
8795         an instance variable.  Restructure for clarity.
8796         * objc/objc-act.c: Use identifier_global_value, not
8797         IDENTIFIER_GLOBAL_VALUE.
8799 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
8801         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
8802         not Working Paper.
8803         * doc/invoke.texi (C++ Dialect Options): Same.
8805 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
8807         * tree.c (tree_operand_check_failed): New function.
8808         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
8809         TREE_RTL_OPERAND_CHECK): New checking macros.
8810         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
8811         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
8812         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
8813         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
8814         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
8815         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
8816         checking macros.
8818 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
8820         PR inline-asm/8803
8821         * function.c (instantate_virtual_regs):  Verify that all ASM statements
8822         match after the virutal regs instantiation.
8824 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
8826         * ia64-protos.h (addp4_optimize_ok): New.
8827         * ia64.c (addp4_optimize_ok): New.
8828         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
8829         (*ptr_extend_plus_2): Ditto.
8831 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
8833         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
8834         not with convert_memory_address.
8835         (store_constructor): Ditto, and same for copy_size_rtx.
8836         (expand_expr): Ditto.
8838 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
8840         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
8842 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
8844         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
8845         even if it is configured to be write-through.
8847 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
8849         * config/s390/s390.c (larl_operand): Do not allow symbols
8850         marked with '@'.
8851         (s390_encode_section_info): Mark symbols with forced 1-byte
8852         alignment with '@'.
8853         (s390_strip_name_encoding): Strip '@'.
8854         (legitimize_pic_address): Handle symbols that are not valid
8855         LARL operands in 64-bit mode.
8857 2003-04-10  Andrew Haley  <aph@redhat.com>
8859         * tree-inline.c (inlinable_function_p): Disable inlining for
8860         synchronized methods.
8862 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
8864         * c-common.h (lang_statement_code_p): Remove declaration.
8865         (statement_code_p): Ditto.
8866         (c_common_stmt_codes): Define; list of c-common statement codes.
8867         (statement_code_p): New extern declaration.
8868         (STATEMENT_CODE_P): Define.
8869         (INIT_STATEMENT_CODES): Define.
8870         * c-common.c (statement_code_p): Kill the function, declare
8871         as an array of bools instead.
8872         (lang_statement_code_p): Remove.
8873         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
8874         (c_safe_from_p): Ditto.
8875         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
8876         to initialize the statement_code_p array.
8877         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
8878         statement_code_p.
8879         (copy_tree_r): Ditto.
8880         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
8881         statement tree codes.
8882         * cp/lex.c (cxx_init): Add missing print line break.  Use
8883         INIT_STATEMENT_CODES to initialize the statement_code_p array.
8884         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
8885         instead of statement_code_p.
8886         * cp/pt.c (tsubst_expr): Ditto.
8887         * cp/tree.c (verify_stmt_tree_r): Ditto.
8888         (cp_statement_code_p): Remove.
8889         (init_tree): Don't set lang_statement_code_p, it's gone.
8891 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8892             Zack Weinberg  <zack@codesourcery.com>
8894         * regrename.c (struct du_chain): Use a bitfield for reg_class.
8895         * cse.c (struct qty_table_elem, struct table_elt, struct set):
8896         Use bitfields for fields holding enum rtx_code or
8897         enum machine_mode values.  Add comments explaining size choices.
8899 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
8901         * config/fp-bit.c (unpack_d): Handle pair of doubles with
8902         different signs correctly.
8904 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
8906         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
8907         (reg_pending_barrier): Make it of the enumeration type.
8908         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
8909         TRUE_BARRIER.
8910         (sched_analyze): Ditto.
8911         (sched_analyze_insn): Ditto.  Use anti-dependencies for
8912         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
8913         (init_deps_global): Initialize the barrier as NO_BARRIER.
8915 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
8917         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
8918         Check that asm insn starts on a new cycle.  Add nops after asm
8919         insn to end bundle.
8920         (bundling): Move insn type evaluation from the loop.  Call
8921         issue_nops_and_insn with the new parameter.  Ignore changing
8922         position for nops after asm insn.
8924 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
8926         * optabs.c: Comment that gen_add2_insn and others may actually
8927         return emitted insns, if the gen functions turn out to return
8928         emitted insns.
8929         * reload1.c (reload_cse_move2add): Cope with emitted insns from
8930         gen_add2_insn.
8932 2003-04-09  Richard Henderson  <rth@redhat.com>
8934         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
8935         but not tls_symbolic_operand.
8936         (ia64_expand_load_address): Remove scratch operand.
8937         (ia64_expand_tls_address): Split out from ia64_expand_move.
8938         (ia64_expand_move): Split symbolics only after reload.
8939         (ia64_emit_cond_move): New.
8940         * config/ia64/ia64-protos.h: Update.
8941         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
8942         (symbolic splitter): Accept SImode operands too.
8943         (cmove splitter): Use ia64_emit_cond_move.
8945 2003-04-09  Nick Clifton  <nickc@redhat.com>
8947         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
8948         newer.
8949         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
8950         instead of -mno-fpu.
8951         * config/arm/semi.h (ASM_SPEC): Likewise.
8952         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
8953         but only if -msoft-float is specified pass.  Otherwise pass
8954         -mfpu=softvfp.
8956 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8958         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
8959         free_EXPR_LIST_node.
8961 2003-04-08  Roger Sayle  <roger@eyesopen.com>
8963         * fold-const.c (fold):  Use "fold" following build in more places.
8964         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
8965         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
8967 2003-04-08  Roger Sayle  <roger@eyesopen.com>
8969         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
8970         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
8971         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
8972         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
8973         Delete function scope "fcode" variable to avoid shadowing.
8975 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
8977         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
8978         Take into account DWARF_INITIAL_LENGTH_SIZE.
8980 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
8982         * reorg.c (fill_slots_from_thread): When considering changing the
8983         insn following a reg-to-reg copy insn to use the source reg of the
8984         copy, bail out if there's overlap between the registers.
8986 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8988         * function.c (postponed_insns): New.
8989         (purge_addressof_1): Postpone processing of insns if addressofs
8990         are not put into stack.
8991         (purge_addressof): Process postponed insns.
8993 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
8995         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
8996         this is FP_MODE_DOUBLE .
8997         * sh.c (ra.h): #include.
8998         (push_regs): Add second parameter.  Changed all callers.
8999         If necessary, set fpscr before saving floating point registers.
9000         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
9001         do saves / restores with SZ == 1.
9002         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
9003         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
9004         registers are being restored, restore FPSCR only after restoring them.
9006 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
9008         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
9009         regardless of architecture.
9010         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
9012 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
9014         * sh.c (push_regs, calc_live_regs): Return int.  Take single
9015         HARD_REG_SET * parameter.  Changed all callers.
9017 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
9019         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
9020         GOTOFF operand.
9021         (legitimize_pic_address): Move plus outside the unspec.
9022         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
9023         for validity.
9025 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
9027         * gcov-io.h (gcov_save_position): Remove __inline__ from
9028         declaration.
9030 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
9032         * doc/install.texi: Use @command and @samp for single- and
9033         multi-word commands respectively.
9034         * doc/makefile.texi: Likewise.
9035         * doc/sourcebuild.texi: Likewise.
9037 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
9038             Richard Henderson  <rth@redhat.com>
9040         PR c/9516
9041         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
9042         favor of looping and tail recursion for TREE_LIST and binops.
9044 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9046         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
9047         for insns without luid.
9049 2003-04-07  Glen Nakamura  <glen@imodulo.com>
9051         PR opt/8634
9052         * explow.c (maybe_set_unchanging): Don't flag non-static const
9053         aggregate type initializers with RTX_UNCHANGING_P.
9055 2003-04-07  Richard Henderson  <rth@redhat.com>
9057         PR opt/8634
9058         * function.c (purge_addressof_1): Don't try arithmetics for
9059         unchanging memories.
9061 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
9063         * doc/sourcebuild.texi (Test Suites): Document testing support for
9064         gcov and profile-directed optimizations; describe gcc.misc-tests.
9066 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
9068         PR target/10077
9069         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
9071 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9073         * doc/rtl.texi (Comparison operations): Update to
9074         record the allowed comparison modes.
9076 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
9078         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
9079         V2SI_type_node to opaque_V2SI_type_node.  Rename all
9080         V2SF_type_node to opaque_V2SF_type_node.
9081         (rs6000_init_builtins): Define opaque_V2SI_type_node and
9082         opaque_V2SF_type_node.
9083         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
9084         opaque_V2SF_type_node are opaque types.
9086 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
9088         * gcse.c (replace_store_insn): Use single_set.
9090 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
9092         Change gcov file interface to single file at a time.
9093         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
9094         Convert to C89 prototypes.
9095         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
9096         gcov_error, gcov_modified): New static variables.
9097         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
9098         functions.
9099         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
9100         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
9101         (gcov_read_summary, gcov_write_summary): Adjust.
9102         (gcov_save_position, gcov_reserve_length, gcov_write_length):
9103         Adjust.
9104         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
9105         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
9106         (da_file_position, da_file_seek, da_file_write, da_file_read):
9107         Remove.
9108         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
9109         * gcov.c (gcov_type): Don't typedef here.
9110         (IN_GCOV): #define
9111         (read_graph_file, read_count_file): Adjust.
9112         * gcov-dump.c (gcov_type): Don't typedef here.
9113         (IN_GCOV): #define.
9114         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
9115         Remove FILE parameter, adjust.
9116         (struct tag_format): Adjust proc member.
9117         (dump_file): Adjust.
9118         * libgcov.c (IN_LIBGCOV): #define.
9119         (gcov_exit): Adjust.
9120         * loop-init.c: Don't #include gcov-io.h
9121         * profile.c (struct counts_entry): New structure to hold counter
9122         values.
9123         (struct section_reference, struct da_index_entry): Remove.
9124         (bbg_file, da_file): Remove.
9125         (htab_counts_index_hash, htab_counts_index_eq,
9126         htab_counts_index_del): Replace with ...
9127         (htab_counts_entry_hash, htab_counts_entry_eq,
9128         htab_counts_entry_del): ... these.
9129         (cleanup_counts_index, index_counts_file): Remove.
9130         (read_counts_file): New function.
9131         (get_exec_counts): Adjust.
9132         (compute_branch_probabilities): Don't free the exec counts here.
9133         (branch_prob): Adjust.
9134         (init_branch_prob): Adjust.
9135         (end_branch_prob): Adjust.
9137 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
9139         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9140         -mfloat-gprs.
9142         * config/rs6000/rs6000.c: Delete rs6000_fprs.
9143         Declare rs6000_float_gprs.
9144         Declare rs6000_float_gprs_string.
9145         (rs6000_parse_float_gprs_option): New.
9146         (rs6000_override_options): Genericize rs6000_parse_* calls to use
9147         rs6000_parse_yes_no_option.
9148         Change check for cpu=8540, to use TARGET_E500.
9149         (rs6000_parse_isel_option): Delete.
9150         (rs6000_parse_spe_option): Delete.
9151         (rs6000_parse_vrsave_option): Delete.
9153         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
9154         Define rs6000_float_gprs_string.
9155         (TARGET_OPTIONS): Add rs6000_float_gprs option.
9157         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
9159         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
9161 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
9163         PR opt/10024
9164         * cfglayout.c (cfg_layout_redirect_edge):
9165         Redirect any branch edges unified with the fallthru one.
9166         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
9167         case fallthru edges when called via cfglayout.c
9169 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
9171         * c-typeck.c (output_init_element): Check for type == error_mark_node.
9173 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
9175         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
9176         split.
9177         (a splitter): Do zero-extension via HImode.
9179 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
9181         * doc/invoke.texi: Eliminate extra white-space caused by
9182         @gccoptlist{ on its own line.
9183         * doc/invoke.texi: Ensured there are two spaces between each option.
9184         * doc/invoke.texi: Re-wrapped option lines that were too wide.
9185         Added @gol to options that didn't have them.
9187 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
9189         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
9191 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
9193         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
9194         at the sizes of the relevant structures, rather than relying
9195         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
9196         sizes of any such we don't know about.  Use
9197         lang_hooks.identifier_size for IDENTIFIER_NODE.
9199         (initializer_zerop): Use CONSTRUCTOR_ELTS.
9200         * tree.def: Update commentary.  Make fourth element of
9201         the definition for all 'c' and 'x' nodes zero.
9203         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
9204         * langhooks-def.h: Update to match.
9205         * langhooks.c: New default, lhd_tree_size.
9207         * c-common.def (SRCLOC): Kill.
9208         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
9209         Remove entirely - was already #if-ed out.
9212 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
9214         * mklibgcc.in: Use a here document to avoid running afoul of
9215         shells that generate control-A from "echo \1".
9217 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
9219         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
9220         option.
9222         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
9223         rs6000_spe.
9225         * config/rs6000/eabi.h (TARGET_E500): Define.
9227         * config/rs6000/rs6000.h (TARGET_E500): Define.
9228         (TARGET_OPTIONS): Add spe= option.
9229         Declare rs6000_spe and rs6000_spe_string extern.
9231         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
9232         Change TARGET_SPE to TARGET_E500.
9233         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
9234         !TARGET_FPRS.
9235         (print_operand): Same.
9236         (rs6000_generate_compare): Same.
9237         (output_cbranch): Same.
9238         (rs6000_spe): Declare.
9239         (rs6000_spe_string): Declare.
9240         (rs6000_override_options): Call rs6000_parse_spe_option.
9241         (rs6000_parse_spe_option): New.
9243 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
9245         * hashtable.c (gcc_obstack_init): Delete this function
9246         and everything related to it.
9247         * hashtable.h: Remove prototype.
9248         * bitmap.c (bitmap_element_allocate): Cleanup redundant
9249         defines.  Cleanup some unnecessary whitespace.
9250         * defaults.h (obstack_chunk_alloc): Redefine with
9251         appropriate casts for libiberty obstacks.
9252         (obstack_chunk_free): Ditto.
9253         (OBSTACK_CHUNK_SIZE): Define, default to 0.
9254         (gcc_obstack_init): Define as a call to _obstack_begin.
9255         * tree.c (print_obstack_statistics): Delete this unused
9256         function.
9257         * tree.h (obstack): Don't forward-declare.
9258         (print_obstack_statistics): Delete prototype.
9259         (print_obstack_name): Ditto.
9260         (gcc_obstack_init): Ditto.
9261         * rtl.h (gcc_obstack_init): Ditto.
9262         * java/jv-scan.c (gcc_obstack_init): Delete this
9263         function, its prototype and related defines.
9264         * java/jvgenmain.c (gcc_obstack_init): Delete this
9265         function, and related defines.
9266         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
9267         (obstack_chunk_free): Ditto
9269 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
9271         * dbxout.c (dbxout_handle_pch): Move prototype out from
9272         #if defined DBX_DEBUGGING_INFO.
9274 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
9276         * gcov.c (struct arc_info): Replace local_span with cycle.
9277         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
9278         (solve_flow_graph): Set is_call_return.
9279         (add_line_counts): Adjust. In block mode, blocks attach to last line.
9280         (accumulate_line_counts): Find graph cycles, not spanning tree.
9281         (output_branch_count): Adjust.
9282         (output_lines): Adjust.
9283         * doc/gcov.texi: Update.
9285 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
9287         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
9288         the second alternative to "#".
9290 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
9292         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
9293         (single_zero_operand): Likewise.
9295 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
9297         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
9298         * df.c: Include alloc-pool.h, not obstack.h.
9299         (df_ref_obstack): Remove.
9300         (df_ref_pool, df_link_pool): Add pools.
9301         (df_alloc): Init the new pools.
9302         (df_free): And free them.
9303         (df_link_create): Use the pools.
9304         (df_ref_create): Ditto.
9306 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
9308         * simplify-rtx.c: Fix formatting.
9310 2003-04-05  Andrew Pinski  <apinski@apple.com>
9312         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
9313         reg with reg1 == reg2 and offset1 = -8.
9315 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
9317         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
9318         multiply costs.  Correct Power4 divide costs.
9319         * config/rs6000/power4.md: Restore multiply and FP latency.
9321 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9323         * alias.c (find_base_term): Export.
9324         * rtl.h (find_base_term): Declare.
9325         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
9326         instead of flag_exceptions.  Move test for parameter passing ...
9327         (store_killed_in_insn): ... here.
9329 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9331         PR bootstrap/10267
9332         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
9333         for configuring.
9335 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
9337         * dbxout.c (scope_labelno): Add GTY.
9338         (have_used_extensions): Add GTY.
9339         (source_label_number): Add GTY.
9340         (lastfile): Add GTY.
9341         (lastfile_is_base): New.
9342         (base_input_file): New.
9343         (dbxout_handle_pch): New.
9344         (dbx_debug_hooks): Add handle_pch.
9345         (xcoff_debug_hooks): Likewise.
9346         (dbxout_function_end): Remove scope_labelno.
9347         (dbxout_init): Set base_input_file.
9348         (dbxout_handle_pch): New.
9349         (dbxout_source_file): Honour lastfile_is_base.
9350         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
9351         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
9352         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
9353         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
9354         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
9355         * debug.h (struct gcc_debug_hooks): Add handle_pch.
9356         * c-pch.c (pch_init): Don't call start_source_file, but do call
9357         handle_pch.
9358         (c_common_write_pch): Call handle_pch.
9359         (c_common_read_pch): Don't call start_source_file,
9360         or end_source_file.
9362 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
9364         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
9365         use of default attributes to agree MEM_ALIGN macro.
9367 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
9369         * dbxout.c (dbxout_type): When printing type index of range type
9370         whose bounds are printed in octal format, print type of parent type if
9371         it exists so enumerated type descriptions are not transformed
9372         into unsigned types.
9374 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
9376         * config/h8300/h8300-protos.h: Add a prototype for
9377         compute_a_shift_cc.
9378         * config/h8300/h8300.c (shift_one): Update the CC status.
9379         (shift_two): Likewise.
9380         (output_a_shift_cc): Set cc_inline and cc_special.
9381         (compute_a_shift_cc): New.
9382         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
9384 2003-04-04  Richard Henderson  <rth@redhat.com>
9386         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
9388 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
9390         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
9391         * fixinc/fixincl.x: Rebuilt.
9392         * fixinc/tests/base/stdio.h: Regenerated.
9394 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
9396         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
9398 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
9400         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
9401         (NORMAL_MODE).
9402         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
9404 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9406         * doc/contrib.texi (Contributors): Add entries for Wolfgang
9407         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
9408         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
9409         Danny Smith, and Ulrich Weigand.
9410         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
9411         entry.
9413 2003-04-04  Nick Clifton  <nickc@redhat.com>
9415         * config/sparc/sol2-bi.h: Revert previous delta.
9416         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
9418 2003-04-04  Nick Clifton  <nickc@redhat.com>
9420         * config/v850/v850.c (expand_prologue): Only use register save
9421         helper functions if long calls are not being used.
9422         Add a clobber of r11 id using long calls.
9423         (pattern_is_ok_for_prologue): Account for the extra clobber.
9424         (construct_save_jarl): Likewise.
9425         * config/v850/v850.md (prolog pattern): Do not use this pattern
9426         for v850e's.
9428 2003-04-04  Andreas Schwab  <schwab@suse.de>
9430         * stor-layout.c (layout_decl): Avoid syntax error in last change
9431         when PCC_BITFIELD_TYPE_MATTERS is defined but not
9432         EMPTY_FIELD_BOUNDARY.
9434 2003-04-03  Jason Merrill  <jason@redhat.com>
9436         PR c/10175
9437         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
9438         Look backwards for a line note.
9440 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
9442         * fix-header.c (read_scan_file): Defer switch processing.
9444 2003-04-03  Matt Austern  <austern@apple.com>
9446         * cpppch.c (reset_ht): Remove.
9447         (cpp_read_state): Remove loop to reset hashtable identifiers.
9448         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
9449         after pch file is written.
9450         * ggc.h (gt_pch_fixup_stringpool): Declare.
9451         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
9452         hashnode's value to another hashtable, then clear the original.
9453         (saved_ident_hash): Define.
9454         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
9455         store definitions in ident_hash, and clear ident_hash.
9456         (gt_pch_fixup_stringpool): Define.  Restore definitions from
9457         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
9459 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
9461         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
9463 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9465         PR optimization/10157
9466         * gcse.c (can_copy_p): Rename it to can_copy.
9467         (can_copy_init_p): Remove.
9468         (compute_can_copy): Use can_copy instead of can_copy_p.
9469         (can_copy_p): New exported function. Call compute_can_copy.
9470         (hash_scan_set): Use it.
9471         (gcse_main): Don't call compute_can_copy.
9472         (bypass_jumps): Don't call compute_can_copy.
9473         * rtl.h (can_copy_p): Declare.
9474         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
9475         copy if the mode doesn't support copy operations.
9477 2003-04-03  Jason Merrill  <jason@redhat.com>
9479         * Makefile.in (unstrap): Also remove stage_last.
9481         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
9482         (dwarf2out_source_line): Don't do anything if line==0.
9484         * stor-layout.c (do_type_align): New fn, split out from...
9485         (layout_decl): ...here.  Do all alignment calculations for
9486         FIELD_DECLs here.
9487         (update_alignment_for_field): Not here.
9488         (start_record_layout, debug_rli): Remove unpadded_align.
9489         * tree.h (struct record_layout_info_s): Remove unpadded_align.
9490         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
9491         or DECL_MODE on the CONST_DECLs.
9492         (finish_struct): Don't mess with DECL_ALIGN.
9494 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
9496         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
9498 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
9500         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
9501         function is an interrupt handler.
9503         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
9504         restoring target registers with EH_RETURN_STACKADJ_RTX; use
9505         multiple registers in round-robin fashion.
9507 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9509         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
9510         * system.h (CHAR_BITFIELD): New.
9512 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
9514         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
9515         and LE.
9516         (another peephole2): Likewise.
9518 2003-04-03  Nick Clifton  <nickc@redhat.com>
9520         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
9521         (DEF_ARCH64_SPEC): Likewise.
9523 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
9525         * i386.c (constant_address_p): Use legitimate_constant_p.
9526         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
9528 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
9530         * config/h8300/h8300-protos.h: Add a prototype for
9531         gtle_operator.
9532         * config/h8300/h8300.c (gtle_operator): New.
9533         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
9534         gtle_operator.
9535         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
9536         and LE.
9538 2003-04-02  Richard Henderson  <rth@redhat.com>
9540         * libgcc-std.ver (_Unwind_GetCFA): New.
9541         * unwind-dw2.c (_Unwind_GetCFA): New.
9542         * unwind-libunwind.c (_Unwind_GetCFA): New.
9543         * unwind-sjlj.c (_Unwind_GetCFA): New.
9544         * unwind.h: Declare it.
9546 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
9548         PR inline-asm/8088
9549         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
9550         when MMX/SSE is not available.
9552 2003-04-02  Mike Stump  <mrs@apple.com>
9554         * doc/install.texi (Specific): Update pointers to apple.com.
9556 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
9558         * i386.c (override_options):  Disable red zone by default on i386.
9559         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
9560         Do not test TARGET_64BIT together with TARGET_RED_ZONE
9562 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
9564         * config/h8300/h8300.md (a peephole2): Tighten the condition.
9566 2003-04-02  Richard Henderson  <rth@redhat.com>
9568         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
9570 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
9572         * config/h8300/h8300.md (a peephole2): New.
9574 2003-04-02  Richard Henderson  <rth@redhat.com>
9576         * except.c (sjlj_find_directly_reachable_regions): Recognize when
9577         must-not-throw region has been deleted.
9579 2003-04-02  Richard Henderson  <rth@redhat.com>
9581         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
9582         optimization when flag_exceptions not enabled.
9584 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
9586         * config/rs6000/rs6000.c
9587         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
9588         macros.
9589         (rs6000_issue_rate): Add case for 8540.
9590         (rs6000_use_sched_lookahead): New function.
9592         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
9593         units into MU ones.
9594         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
9595         reservation before retirement.
9596         (ppc8540_multiply, ppc8540_load, ppc8540_store,
9597         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
9598         Remove additional cycle in the reservation before retirement.
9599         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
9600         reservation of ppc8540_issue.
9602 2003-04-02  Andreas Schwab  <schwab@suse.de>
9604         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
9606 2003-04-01  Richard Henderson  <rth@redhat.com>
9608         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
9609         notes for nothrow calls if flag_forced_unwind_exceptions.
9610         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
9611         (sjlj_find_directly_reachable_regions): Likewise.
9612         (reachable_handlers): Likewise.
9613         (can_throw_external): Likewise.
9614         (collect_one_action_chain): Record cleanups after catch-all and
9615         must-not-throw if flag_forced_unwind_exceptions.
9616         * flags.h (flag_forced_unwind_exceptions): Declare.
9617         * toplev.c (flag_forced_unwind_exceptions): New.
9618         (lang_independent_options): Add it.
9619         * doc/invoke.text: Add it.
9621 2003-04-01  David Mosberger <davidm@hpl.hp.com>
9623         * config/ia64/crti.asm: Clean up trailing whitespace.
9624         Remove trailing hashes (#) from identifiers.
9626         * config/ia64/crtn.asm: Ditto.
9628         * config/ia64/crtend.asm: Remove trailing hashes (#) from
9629         identifiers.
9630         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
9631         directives.  Drop explicit bundling---it just makes the code
9632         harder to read.  Don't save/restore gp needlessly.
9634         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
9635         identifiers (they're only needed if the identifier would clash
9636         with a register name otherwise).
9637         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
9638         directives.  Drop explicit bundling---it just makes the code
9639         harder to read.
9640         (__do_jv_register_classes): Ditto.
9641         (.fini_array): Remove "progbits" (newer
9642         assemblers don't like wrong section-types).
9643         (.init_array): Ditto.
9645 2003-04-01  Roger Sayle  <roger@eyesopen.com>
9647         PR fortran/9974
9648         * gcse.c (reg_killed_on_edge): New function to test whether the
9649         given reg is overwritten by any instruction queued on an edge.
9650         (bypass_block): Ignore substitutions killed on incoming edges.
9651         Don't bypass outgoing edges that have queued instructions.
9653 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
9655         * real.h (EXP_BITS): Make room for...
9656         (struct real_value): ... added canonical bit.
9657         (struct real_format): Added pnan.
9658         (mips_single_format, mips_double_format, mips_extended_format,
9659         mips_quad_format): New.
9660         * real.c: Copy p to pnan in all formats.
9661         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
9662         (real_nan): Use pnan to compute significand's shift.
9663         (real_identical): Disregard significand in canonical
9664         NaNs.
9665         (real_hash): Likewise.  Take signalling into account.
9666         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
9667         Disregard significand bits in canonical NaNs.  Set all bits of
9668         canonical NaN if !qnan_msb_set.
9669         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
9670         qnan_msb_set to tell the base double format.
9671         (ibm_extended_format): Use 53 as pnan.
9672         (mips_single_format, mips_double_format, mips_extended_format,
9673         mips_quad_format): Copied from the corresponding ieee/ibm
9674         formats, with qnan_msb_set false.
9675         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
9676         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
9677         * config/mips/mips.c (override_options): Use mips_single_format
9678         and mips_double_format.  Default TFmode to mips_quad_format.
9679         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
9680         * config/mips/t-irix6: Likewise.
9681         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
9682         * config/fp-bit.c (pack_d, unpack_d): Obey it.
9684 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
9686         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
9687         (live_image_destructor): Reset image to initial state.
9688         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
9690 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
9692         * config/sparc/sparc.c (input_operand): Accept bare
9693         CONSTANT_P_RTX operands.
9695 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9697         * gcse.c (struct ls_expr): Added pattern_regs field.
9698         (ldst_entry): Initialize it.
9699         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
9700         (store_ops_ok): Use regs precomputed by them.
9701         (find_loads, store_killed_in_insn, load_kills_store): Change return
9702         type to bool.
9703         (store_killed_before, store_killed_after): Take position of register
9704         set in account.
9705         (reg_set_info): Store position of the setter.
9706         (gcse_main): Enable store motion.
9707         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
9708         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
9709         sharing.
9710         (simple_mem): Enable store motion of non-symbol mems.
9711         (regvec): Type changed.
9712         (LAST_AVAIL_CHECK_FAILURE): New.
9713         (compute_store_table_current_insn): New.
9714         (build_store_vectors): Computation of availability and anticipatability
9715         moved ...
9716         (compute_store_table, find_moveable_store): ... here.
9717         (delete_store): Remove senseless comment.
9718         (store_motion): Reorganize.
9720 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
9722         * config/mips/mips.c (override_options): Provide mappings for
9723         HI_REGNUM and LO_REGNUM.
9724         * config/mips/mips.h (MD_DBX_FIRST): Define.
9726 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9728         * combine.c (merge_outer_ops): Fix typo.
9730         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
9732 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
9734         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9735         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
9736         imul_compare.  Add lmul_compare.
9737         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
9738         in second pair of dispatch slots.  Model stores more accurately.
9739         Tweak multiply model.  Add bypasses for CR instructions dependent
9740         on complicated compares.
9741         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
9742         (muldi3): Add lmul_compare patterns.
9743         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
9744         and FPSTORE_UX to split instructions and add COMPARE,
9745         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
9746         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
9747         (rs6000_rtx_costs): Separate POWER4 multiply case.
9749 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
9751         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
9752         Do nothing if __builtin_return_address was not used.
9754 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
9756         * i386.md (test patterns):  Allow memory operand in operand1.
9758 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
9760         * testsuite/gcc.c-torture/execute/simd-3.c: New.
9762         * expr.c (expand_expr): Handle VECTOR_CST.
9763         (const_vector_from_tree): New.
9765         * varasm.c (output_constant): Handle VECTOR_CST.
9767         * c-typeck.c (digest_init): Build a vector constant from a
9768         VECTOR_TYPE.
9770         * config/rs6000/rs6000.c: Remove prototype for
9771         easy_vector_constant.
9772         (easy_vector_constant): Add mode parameter.  Rewrite to handle
9773         more easy constants.
9774         (rs6000_emit_move): Pass mode to easy_vector_constant.
9775         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
9776         (emit_easy_vector_insn): New.
9777         (easy_vector_same): New.
9778         (EASY_VECTOR_15): New macro.
9779         (EASY_VECTOR_15_ADD_SELF): New macro.
9780         (bdesc_2arg): Rename to xorv2si3.
9781         (easy_vector_constant_add_self): New.
9782         (input_operand): Allow vector constants.
9784         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
9785         easy_vector_constant, easy_vector_constant_add_self.
9786         (EXTRA_CONSTRAINT): Add 'W'.
9788         * config/rs6000/rs6000-protos.h: Add prototype for
9789         easy_vector_constant, emit_easy_vector_insn.
9791         * config/rs6000/altivec.md (xorv8hi3): New.
9792         (xorv16qi3): New.
9793         Remove all _const0 patterns.
9794         (movv4si_internal): Rewrite to use code.  Add vector constant to
9795         vector alternative.  Add splitter.
9796         (movv8hi_internal): Same.
9797         (movv16qi_internal): Same.
9798         (movv4sf_internal): Same.
9799         Change the unspecs for vspltis* to use constants.
9801         * config/rs6000/spe.md ("xorv4hi3"): New.
9802         ("spe_evxor"): Rename to xorv2si3.
9803         ("xorv1di3"): New.
9804         Remove all _const0 patterns.
9805         (movv2si_internal): Rewrite to use code.  Add vector constant to
9806         alternatives.  Add splitter.
9807         (movv4hi_internal): Add vector constant to alternatives.
9808         (movv1di_internal): Same.
9809         (movv2sf_internal): Same.
9811 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
9813         PR c/9936
9814         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
9815         variably-sized arrays in parameters.
9816         (set_save_expr_context): New function.
9817         (c_expand_body): Use it, via walk_tree.
9819 2003-03-31  Eric Christopher  <echristo@redhat.com>
9821         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
9822         (combinable_i3pat): Remove call to expand_field_assignment and
9823         #if 0'd code.
9825 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
9827         PR c++/10278
9828         * c-common.c (finish_label_address_expr): Handle the
9829         error_mark_node.
9831 2003-03-31  Richard Henderson  <rth@redhat.com>
9833         * real.c (real_identical): Reorg so as to not compare
9834         signalling for normals.
9836 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9838         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
9840 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9842         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
9843         notes as they are boggus.
9844         (m68hc11_gen_movqi): Likewise.
9846 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9848         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
9849         save the soft registers after the frame pointer so that gdb can unwind
9850         the frame more easily.
9851         (expand_epilogue): Likewise in opposite order; allow to use X register
9852         as scratch if the return value is by reference.
9854 2003-03-31  Jason Merrill  <jason@redhat.com>
9856         PR java/10145
9857         * stor-layout.c (update_alignment_for_field): Respect
9858         DECL_USER_ALIGN for zero-length bitfields, too.
9859         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
9860         fields.
9862 2003-03-31  Matt Austern  <austern@apple.com>
9864         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
9865         (count_defs): Keep track of number of defs as well as total size.
9866         (write_defs): Put every definition in cpp_savedstate's defs array.
9867         (comp_hashnode): Define.  Comparison function for qsort.
9868         (cpp_write_pch_deps): Sort definitions before writing them.
9869         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
9870         (collect_ht_nodes): Define.
9871         (cpp_valid_state): When verifying that undefined identifiers in
9872         the pch file are still undefined, read a sorted list of undefined
9873         identifiers, collect all defined identifiers into a sorted list,
9874         and walk through both lists to make sure there's no match.
9876 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9878         * config/h8300/h8300.md (a peephole2): New.
9880 2003-03-31  Michael Matz  <matz@suse.de>
9882         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
9884 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
9886         PR target/10177
9887         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
9888         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
9889         all call-clobbered registers as used.
9891 2003-03-31  Michael Matz  <matz@suse.de>
9893         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
9894         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
9896 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
9898         * gcov.c: Add -a & -u options.
9899         (struct arc_info): Add local_span, is_call_non_return,
9900         is_nonlocal_return, is_unconditional flags, remove is_call flag.
9901         (struct block_info): Add flags, is_call_site, is_nonlocal_return
9902         members. Make encodings a union with span member.
9903         (struct function_info): Add blocks_executed, line, src, line_next
9904         members.
9905         (struct coverage_info): Make branches a union with blocks member.
9906         (struct source_info): Add functions member.
9907         (object_summary, program_count): New global variables.
9908         (flag_all_blocks, flag_unconditional): New flags.
9909         (find_source, output_branch_count): New functions.
9910         (print_usage): Adjust.
9911         (options): Adjust.
9912         (process_args): Adjust.
9913         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
9914         <GCOV_TAG_BLOCKS>: Read flags.
9915         <GCOV_TAG_LINES>: Adjust.
9916         (read_count_file): Process SUMMARY tags.
9917         (solve_flow_graph): Set is_unconditional and clear is_call_site
9918         appropriately.
9919         (add_branch_counts): Adjust. Don't count unconditional branches.
9920         (add_line_counts): Deal with all-blocks mode, accumulate block
9921         coverage.
9922         (accumulate_line_counts): Adjust, generate local spanning tree for
9923         all-blocks mode.
9924         (output_lines): Adjust.
9925         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
9926         * doc/gcov.texi: Document.
9928 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9930         * config/h8300/h8300.md: Organize peephole2's that transform
9931         (compare (reg:HI) (const_int)).
9933 2003-03-31  Roger Sayle  <roger@eyesopen.com>
9935         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
9936         (init_emit_once): Initialize dconstm2 and dconsthalf here.
9937         * real.h (dconstm2, dconsthalf): Add prototypes here.
9938         * real.c (real_sqrt): Use dconsthalf rather than local copy.
9939         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
9940         exp(x/2.0) remember to fold the division if possible.
9941         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
9942         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
9943         1.0/(x*x) and pow(x,0.5) as sqrt(x).
9945 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9947         * config/h8300/h8300.md (a new peephole2): New.
9949 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
9951         * gcse.c (simple_mem): Return false for floating-point accesses
9952         if flag_float_store is true.
9954 2003-03-30  Roger Sayle  <roger@eyesopen.com>
9956         * gcse.c (gcse_constant_p): New function to identify constants
9957         suitable for constant propagation, including COMPARE with two
9958         integer constant arguments.
9959         (hash_scan_set): Use gcse_constant_p.
9960         (find_avail_set): Likewise.
9961         (cprop_insn): Likewise.
9962         (do_local_cprop): Likewise.
9963         (find_implicit_sets): Likewise.
9964         (find_bypass_set): Likewise.
9966 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
9968         * except.h: Remove definition of varray_type.
9970 2003-03-30  Richard Henderson  <rth@redhat.com>
9972         PR opt/10011, opt/10252:
9973         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
9974         before post-gcse cse pass.
9976 2003-03-30  Roger Sayle  <roger@eyesopen.com>
9978         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
9980 2003-03-30  DJ Delorie  <dj@redhat.com>
9982         * profile.c (instrument_edges): Make sure any newly created
9983         jump insns have correct jump label info.
9985 2003-03-30  Richard Henderson  <rth@redhat.com>
9987         * cfgbuild.c (make_edges): Use tablejump_p.
9988         * cfgcleanup.c (label_is_jump_target_p): Likewise.
9989         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
9990         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
9991         (try_redirect_by_replacing_jump): Likewise.
9992         (redirect_edge_and_branch): Likewise.
9993         * cse.c (fold_rtx): Likewise.
9994         * jump.c (delete_related_insns): Likewise.
9995         * rtlanal.c (get_jump_table_offset): Likewise.
9996         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
9998 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10000         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
10001         (STRICT2_WARN): Likewise.
10003 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10005         PR other/6955
10006         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
10007         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
10009 2003-03-30  Richard Henderson  <rth@redhat.com>
10011         PR c/10083
10012         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
10013         don't zero_extend const inputs.
10015 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
10017         * reload1.c (reload_cse_move2add): Fix a comment typo.
10019 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
10021         * config/h8300/h8300.md (a peephole2): Remove useless code.
10023 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
10025         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
10026         (*iorsi3_and_lshiftrt): Likewise.
10027         (*iorsi3_zero_extract): Likewise.
10029 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
10031         * config/h8300/h8300.md (*insv_si_8_8): New.
10032         (*insv_si_8_8_lshiftrt_8): Likewise.
10033         (a peephole2): Likewise.
10035 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10037         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
10038         Uniformly use bugfix instead of bug fix.
10040 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10042         PR doc/895
10043         * ONEWS: Remove those items that already appear in the EGCS
10044         release notes on our web pages.
10046 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
10048         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
10049         TARGET_HARD_FLOAT.  Reformat.
10050         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
10052 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
10054         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
10055         work on Solaris 2.5.1.
10057 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
10059         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
10060         section of h8300.md
10061         (*addsi3_and_nor_r_1): Likewise.
10063 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
10065         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
10066         set up before any trapping memory access if flag_non_call_exceptions.
10068 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
10070         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
10072         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
10074 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10076         * configure.in: Clarify comments.
10077         * configure: Regenerate.
10079 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
10081         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
10082         label even if pool empty when generating PIC.
10083         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
10085 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
10086             Dhananjay Deshpande  <dhananjayd@kpit.com>
10088         PR target/10205
10089         * config/h8300/h8300.c (h8300_initial_elimination_offset):
10090         Correct the offset computation when TARGET_NORMAL.
10092 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10094         PR target/10067
10095         * config/sparc/sparc.md (jump pattern): Correct order
10096         when issuing the annuling marker.
10098 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10100         PR c/8281
10101         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
10102         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
10104 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
10106         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
10107         globalize_label.
10108         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10109         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10110         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10111         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10112         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10113         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10114         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
10116 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
10118         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
10119         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
10120         notes after hoisting.
10121         (load_mems): Adjust replace_loop_mems call.
10123 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10124             Richard Henderson  <rth@redhat.com>
10126         PR target/10114 and PR target/10084
10127         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
10129 2003-03-27  Richard Henderson  <rth@redhat.com>
10131         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
10133 2003-03-27  Roger Sayle  <roger@eyesopen.com>
10135         * fold-const.c (fold_inf_compare):  New function to simplify FP
10136         comparisons against +Infinity or -Infinity.
10137         (fold):  Optimize floating point comparisons against Infs and NaNs.
10139 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
10141         * libgcov.c: Provide only dummy functions if libc is not available.
10143 2003-03-27  Richard Henderson  <rth@redhat.com>
10145         * real.h (struct real_value): Add signalling.
10146         (EXP_BITS): Decrement.
10147         * real.c (get_canonical_qnan): Don't set MSB-1.
10148         (get_canonical_snan): Likewise.  Set signalling.
10149         (real_identical): Compare signalling.
10150         (round_for_format): Remove force-one-bit on code.
10151         (real_nan): Likewise.  Set signalling.
10152         (encode_ieee_single): Add force-one-bit code; honor signalling.
10153         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
10154         (decode_ieee_single): Set signalling.
10155         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
10157 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
10159         PR ada/9953
10160         * ada/Makefile.in (gnatlib configuration for HPUX): Split
10161         the general section for HPUX into specific sections for
10162         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
10163         11 case.
10165 2003-03-27  Glen Nakamura  <glen@imodulo.com>
10167         PR opt/10087
10168         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
10169         while incrementing giv.
10170         (record_biv): Check for duplicate biv locations and
10171         set (struct induction *) v->same if found.
10173 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
10175         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
10176         v0.9 API change: replace read of UNW_REG_HANDLER with
10177         unw_get_proc_info().
10178         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
10179         with unw_get_proc_info().
10180         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
10181         unw_get_proc_info().
10183 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
10185         * config/rs6000/8540.md: Use presence_set instead of absence_set.
10187 2003-03-26  Richard Henderson  <rth@redhat.com>
10189         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
10191 2003-03-26  Roger Sayle  <roger@eyesopen.com>
10193         PR bootstrap/10051, PR bootstrap/10169.
10194         * mips-tfile.c (init_file): Don't provide a static initializer.
10195         (initialize_init_file): Initialize the contents of init_file.
10196         (add_file): Call initialize_init_file if not already initialized.
10198 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
10200         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
10201         registers used for global asm variables.
10202         (s390_frame_info, s390_arg_frame_offset): Likewise.
10203         (s390_emit_prologue, s390_emit_epilogue): Likewise.
10205 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
10207         * config/rs6000/8540.md: New file.
10209         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
10210         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
10211         reservations for imul.
10213         * config/rs6000/rs6000.md: Include 8540.md.  Change
10214         delayed_compare onto mult_compare for insns generating
10215         multiplication.
10216         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
10217         New type attribute values.
10219         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
10220         fpsimple instead of fp.
10221         (*divsf3_gpr): Use type vecfdiv instead of fp.
10222         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
10223         instead of vecfloat.
10224         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
10225         (spe_brinc): Use type brinc instead of veccomplex.
10226         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
10227         veccomplex.
10228         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
10229         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
10230         *movv2sf_internal): Define type attribute values for all
10231         alternatives.
10232         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
10233         of fpcompare.
10234         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
10235         instead of fpcompare.
10237 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
10239         * config/rs6000/power4.md: Allow delay between dispatch and
10240         function units for simple instructions.  Correct store units.
10241         Allow branch to occupy as many dispatch slots as necessary.
10243 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
10245         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
10246         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
10247         zero extend old to it.
10248         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
10249         operand.
10251 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
10253         PR target/7784
10254         * reload.c (find_reloads_address): Handle
10255         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
10256         all base registers.
10258 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
10260         PR other/10203
10261         * version.c: Reference the GCC web site in the URL.
10263 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
10265         * c-incpath.c (add_standard_paths): Add both "translated" and
10266         non-translated header paths.
10268 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
10270         * doc/install.texi (*-*-freebsd*): Update with known status.
10272 2003-03-21  Jason Merrill  <jason@redhat.com>
10274         PR optimization/10171
10275         * unroll.c (unroll_loop): Don't delete the jump at the end unless
10276         we also delete a jump at the beginning.
10278 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
10280         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
10281         contributor.
10283 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
10285         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
10286         constants are not expensive.
10288 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
10290         PR opt/10056
10291         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
10292         jump jumping to the next instruction.
10293         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
10295 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10297         * doc/passes.texi (Passes): Properly document that we do not
10298         perform jump2 any longer; remove command-line option -dJ.
10300 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
10302         PR optimization/8746
10303         * config/i386/i386.md (and promoting splitters): Disable HImode to
10304         SImode promoting when the sign bit matters and is not preserved, or
10305         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
10306         for size.
10308 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
10310         * config/h8300/h8300.md (a peephole2): Extend to support loads
10311         in QImode and HImode.
10313 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
10315         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
10316         _return_far
10317         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
10318         (MULTILIB_EXCEPTIONS): Likewise.
10319         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
10320         by calling some board support routine.
10321         ("call_value"): Likewise.
10322         ("*return_void"): Likewise for return.
10323         ("*return_16bit"): Likewise.
10324         ("*return_32bit"): Likewise.
10325         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
10326         for 68HC11 too.
10327         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
10328         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
10329         -mlong-calls for 68HC11.
10330         * config/m68hc11/larith.asm (declare_near): New macro.
10331         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
10332         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
10333         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
10334         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
10335         (__mulhi32): Likewise.
10336         (ret): Update macro for 68HC11.
10337         (__far_trampoline): Implement for 68HC11.
10338         (__call_a16, __call_a32, __return_void, __return_16): New support
10339         routines for 68HC11 memory bank switching calling support.
10340         (__return_32): Likewise.
10342 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
10344         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
10346 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
10348         * doc/install.texi (Testing): Mention test result links from build
10349         status pages.
10351 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
10353         * function.c (put_var_into_stack): Change bool parameter to int.
10354         (gen_mem_addressof): Likewise.
10355         * rtl.h (gen_mem_addressof): Likewise.
10356         * tree.h (put_var_into_stack): Likewise.
10357         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
10358         gen_mem_addressof or put_var_into_stack.
10359         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
10360         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
10362 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
10364         * config/h8300/h8300.md (a peephole2): New.
10366 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
10368         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
10370 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10372         * doc/contrib.texi (Contributors): Update Janis Johnson.
10374 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
10376         PR target/10072
10377         * combine.c (simplify_if_then_else): Check that the mode
10378         has MODE_INT class before applying the (OP Z (mult COND C2))
10379         transformation.
10381 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
10383         PR optimization/9414
10384         * config/sparc/sparc.md (widening peepholes): Use
10385         widen_memory_access instead of change_address.
10387 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
10389         PR c++/7086
10390         * c-typeck.c (c_mark_addressable): Adjust calls to
10391         put_var_into_stack.
10392         * expr.c (expand_expr): Likewise.
10393         * function.c (put_var_into_stack): Add rescan parameter.  Do not
10394         call fixup_var_refs when rescan is false.
10395         (gen_mem_addressof): Likewise.
10396         (assign_parms): Adjust calls to put_var_into_stack.
10397         (setjmp_protect): Likewise.
10398         (setjmp_protect_args): Likewise.
10399         * rtl.h (gen_mem_addressof): Change prototype.
10400         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
10401         * tree.h (put_var_into_stack): Change prototype.
10403 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
10405         PR middle-end/9967
10406         * builtins.c (expand_builtin_fputs): When optimizing for size,
10407         don't transform fputs into fwrite.
10409 2003-03-23  Glen Nakamura <glen@imodulo.com>
10411         PR c/8224
10412         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
10413         when signedness changes for division or modulus.
10415 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
10417         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
10418         globalize_label.
10420 2003-03-23  Roger Sayle  <roger@eyesopen.com>
10422         PR c/10178
10423         * stmt.c (expand_end_case_type): Check for overflow in range when
10424         determining whether to use a bit-test implementation.
10426 2003-03-23  Richard Henderson  <rth@redhat.com>
10428         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
10429         before flow2.
10430         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
10432 2003-03-23  Richard Henderson  <rth@redhat.com>
10434         PR opt/10116
10435         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
10436         from then_bb or else_bb after flow2.
10438 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
10440         * configure.in: Check whether it is necessary to link against
10441         libm to use ldexp.
10442         * configure: Regenerate.
10443         * Makefile.in: Add LDEXP_LIB substitution variable.
10445 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
10447         * config/h8300/h8300.md: Fix comment typos.
10449 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10451         * pa.c (output_cbranch): Fix typo in comment.
10453 2003-03-22  Richard Henderson <rth@redhat.com>
10455         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
10456         after reload.
10458 2003-03-22  DJ Delorie  <dj at redhat dot com>,
10459         Bruce Korb  <bkorb at gnu dot org>
10461         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
10462         buggy Solaris 2.6 mutex/cond initializers.
10463         (solaris_mutex_init): Rename to solaris_mutex_init_2.
10464         * fixinc/fixincl.x: Regenerate.
10465         * fixinc/tests/base/pthread.h: Update.
10466         * fixinc/fixincl.c(initialize): be explicit about the default case
10467         and indicate verbose level when being very, very verbose.
10468         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
10470 2003-03-22  Andreas Jaeger  <aj@suse.de>
10472         * config/i386/i386.c (ix86_init_machine_status): Return value.
10474 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10476         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
10477         conditional branch to the following instruction.  Use next_real_insn
10478         instead of next_active_insn.
10479         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
10480         instead of next_active_insn.
10482 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
10484         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
10485         instead of 'm' constraint in forced-split alternatives.
10486         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
10487         VALIDATE_ADDRESS parameter to operand_subword.
10489 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
10491         * config/h8300/h8300.c (notice_update_cc): Correctly handle
10492         the case where the set destination is STRICT_LOW_PART.
10494 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
10496         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
10497         c30 instead of a c40 processor.
10499 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
10501         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
10503 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
10505         * c-common.c: Include intl.h.
10506         (shadow_warning): Rewrite to allow better diagnostic translations.
10507         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
10508         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
10509         use it throughout.
10510         * Makefile.in (c-common.o): Add intl.h.
10512 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10514         * config.gcc: Remove 'float_format'.
10516         * fixproto: Define NULL and size_t in generated stdlib.h and
10517         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
10518         Rearrange file generation loop for readability.  Generate time.h,
10519         string.h if missing.
10520         * tsystem.h: Include <string.h>, <time.h> unconditionally.
10521         * config.gcc: Blow away POSIX defines.
10523 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
10525         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
10527 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
10529         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
10530         writing .interrupt command.
10531         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
10532         if it's a far or near function.
10533         ("call_value"): Likewise.
10534         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
10535         near attributes.
10536         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
10537         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
10538         (m68hc11_initial_elimination_offset): Set current_function_far
10539         according to attributes.
10540         (expand_prologue): Likewise.
10541         (trap_handler_symbol): New global to keep track of trap handlers.
10542         (m68hc11_encode_section_info): Mark symbol as far if needed; set
10543         trap symbol.
10544         (m68hc11_is_far_symbol): New function.
10545         (m68hc11_is_trap_symbol): New function.
10546         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
10547         (m68hc11_is_trap_symbol): Declare.
10549 2003-03-21  Jan Hubicka  <jh@suse.cz>
10551         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
10552         only when amount of saved regs changed.
10553         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
10554         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
10556 2003-03-21  Jan Hubicka  <jh@suse.cz>
10558         PR inline-asm/7916
10559         * function.c (instantiate_virtual_regs_lossage): New function.
10560         (instantiate_virtual_regs_1): Use it.
10561         (instantiate_virtual_regs): Do not continue in substition when insn has
10562         been deleted.
10564 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10566         * combine.c (make_field_assignment): Fix a warning.
10568 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10570         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
10572 2003-03-21  Dale Johannesen  <dalej@apple.com>
10574         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
10575         priority for R2 on Darwin.
10576         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
10578 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10580         * combine.c (make_field_assignment): Remove unnecessary AND
10581         when storing into zero_extract.
10583 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
10585         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
10586         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
10587         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
10588         in comment.
10590 2003-03-21  DJ Delorie  <dj@redhat.com>
10592         * optabs.c (init_integral_libfuncs): Make sure we init at least up
10593         to "long long" size words.
10595 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
10597         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
10598         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
10599         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
10601 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10603         PR doc-bug/9813
10604         * doc/extend.texi: Move misplaced paragraph about underscores in
10605         variables in macros.
10607 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10608             Richard Henderson  <rth@redhat.com>
10610         PR optimization/8366
10611         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
10612         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
10613         PIC+SYMBOLIC_CONST in other modes than Pmode.
10614         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
10615         the form PIC+SYMBOLIC_CONST as mode dependent.
10617 2003-03-21  DJ Delorie  <dj@redhat.com>
10619         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
10620         sure we always emit at least one insn.
10622 2003-03-21  Christopher Faylor  <cgf@redhat.com>
10624         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
10625         stub t-cygming. Use common target header cygming.h. Add extra
10626         c_target_obj and cxx_target_obj file. Default cygwin to posix
10627         threading. Enforce i386 as float format.
10628         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
10629         Remove cygwin.h as target header. Use common target header
10630         cygming.h  Enforce i386 as float format. Correct typo.
10631         * config/i386/cygming.h: New file, containing definitions
10632         common to mingw32 and cygwin.
10633         * config/i386/cygwin.h: Remove definitions common to cygwin and
10634         mingw.  Simplify special spec logic.  Define "wrappers" around
10635         certain include path defines to accommodate -mno-cygwin.
10636         Remove some #if 0'ed code.
10637         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
10638         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
10639         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
10640         * config/i386/mingw32.h: Remove definitions common to cygwin and
10641         mingw.
10642         (EXTRA_OS_CPP_BUILTINS): Adjust.
10643         (TARGET_VERSION): Define.
10644         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
10645         mingw32.h definitions.
10646         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
10647         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
10648         Add compilation rules for cygwin1.o cygwin2.o.
10649         * config/i386/cygwin1.c: New file.
10650         * config/i386/cygwin2.c: New file.
10651         * config/i386/t-cygming: New makefile stub.
10653 2003-03-20  Richard Henderson  <rth@redhat.com>
10655         * fold-const.c (extract_muldiv_1): Revert changing order of
10656         operands in case MULT_EXPR of 2003-02-16 patch.
10658 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
10659         Merge changes from new-regalloc-branch
10661         From Michael Matz  <matz@suse.de>
10662         * df.c (df_ref_record_1): Move init of loc to safe point.
10663         Only recurse on interesting things in parallels.
10664         Handle CLASS_CANNOT_CHANGE_MODE smarter.
10665         (df_uses_record): Ditto.
10667         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
10668         it's already okay to use memory operands in (IE doesn't require
10669         adding another insn or anything).
10671 2003-03-20  Richard Henderson  <rth@redhat.com>
10673         PR middle-end/6348
10674         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
10675         different from word_mode.
10677 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10679         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
10680         source operand to those that can be extracted with bld.
10682 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
10684         PR 10066
10685         * arm.md (UNSPEC_PIC_BASE): New constant.
10686         (pic_add_dot_plus_four): Wrap with unspec.
10687         (pic_add_dot_plus_eight): Likewise.
10689 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10691         * config/h8300/h8300.md (*insv_si_1_n): New.
10692         (*insv_si_1_n_lshiftrt): Likewise.
10694 2003-03-20  Roger Sayle  <roger@eyesopen.com>
10696         * fold-const.c (fold_mathfn_compare): New function to simplify
10697         comparisons against built-in math functions.  Fold comparisons
10698         of sqrt against constants.
10699         (fold): Call fold_mathfn_compare when appropriate.
10701 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
10703         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
10704         information.
10706 2003-03-20  Per Bothner  <pbothner@apple.com>
10708         Various cleanups to help compile server.
10710         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
10711         and pass that to _cpp_init_hashtable.
10712         (cpp_read_main_file):  Drop hash_table* argument; don't call
10713         _cpp_init_hashtable.
10714         * cpplib.h:  Update declarations to match.
10715         * c-opts.c (c_common_init_options):  Pass ident_hash to
10716         cpp_create_reader.
10717         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
10718         * fix-header.c (read_scan_file):  Likewise pass NULL table to
10719         cpp_create_reader rather than cpp_read_main_file.
10721         * cppfiles.c (cpp_rename_file):  Generalized and renamed
10722         to cpp_change_file.
10723         * cpplib.h:  Update declaration to match.
10724         * c-opts.c (push_command_line_line, finish_options):  Change
10725         cpp_rename_file calls to cpp_change_file.
10727         * line-map.c (add_line_map):  Allow leaving the outermost file.
10728         Allowing entering an outermost-file after the initial time.
10730         * toplev.c (pop_srcloc):  Allow popping from initial file.
10732 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
10734         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
10736 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10738         * config/h8300/h8300.md (a peephole2): New.
10740 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10742         * config/h8300/h8300.md (*addsi3_and_r_1): New.
10743         (*addsi3_and_not_r_1): Likewise.
10745 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
10747         * Makefile.in (STRICT2_WARN): Add @WERROR@.
10748         (GCC_WARN_CFLAGS): Remove $(WERROR).
10749         (fixinc.sh-warn): New.
10750         * ada/Make-lang.in (ada-warn): Add $(WERROR).
10751         * cp/Make-lang.in (cp-warn): Add $(WERROR).
10752         * f/Make-lang.in (f-warn): Add $(WERROR).
10753         * java/Make-lang.in (java-warn): Add $(WERROR).
10754         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
10756 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10758         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
10759         langhooks-def.h (lhd_tree_dump_dump_tree),
10760         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
10761         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
10762         true and false in return statements.
10764 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
10766         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
10767         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
10768         DWARF_INITIAL_LENGTH_SIZE.
10769         (output_compilation_unit_header, output_pubnames, output_aranges)
10770         (output_line_info): Output 0xffffffff escape value for 64-bit
10771         DWARF extension.
10772         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
10774 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
10776         * config/s390/s390.c (s390_preferred_reload_class): Do not
10777         force constants to the pool unless necessary.
10778         (s390_decompose_address): Prefer to use pointer as base,
10779         not index register.
10780         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
10781         Q alternative.
10782         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
10783         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
10784         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
10785         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
10786         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
10788 2003-03-19  Jan Hubicka  <jh@suse.cz>
10790         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
10791         * i386.c (use_fast_prologue_epilogue): Remove.
10792         (ix86_frame): New field save_regs-using_mov;
10793         (ix86_compute_frame_layout):  Decide on fast prologues;
10794         allocate saved registers in red zone.
10795         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
10797 2003-03-19  Nick Clifton  <nickc@redhat.com>
10799         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
10801 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10803         PR 10062
10804         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
10805         * pa-protos.h (output_lbranch): New prototype.
10806         * pa.c (compute_frame_size): Change size of the frame marker on the
10807         64-bit ports to 48 bytes.
10808         (pa_output_function_prologue): Document why SAVE_SP is set.
10809         (hppa_expand_prologue): Save previous stack pointer into frame marker
10810         on targets which use the hpux unwind library.
10811         (output_cbranch): Use output_lbranch.
10812         (output_lbranch): New function to output long unconditional branches.
10813         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
10814         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
10815         64-bit ports.
10816         * pa.md (jump): Use output_lbranch.
10817         (allocate_stack): New expander for dynamic stack allocation.
10819 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
10821         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
10822         when debugging on XCOFF targets.  Delete "abi" temp.
10824         PR target/10073
10825         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
10827 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
10829         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
10830         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
10831         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
10833         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
10834         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
10835         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
10837 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
10839         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
10840         the result of machopic_function_base_name.
10841         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
10842         string rather than a static array.
10844         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
10846         * gengtype.c: Include rtl.h.
10847         (enum rtx_code): Don't define.
10848         (rtx_format): Make declaration match rtl.h.
10849         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
10850         users.
10851         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
10852         * Makefile.in (gengtype.o): Update dependencies.
10854 2003-03-18  Andreas Schwab  <schwab@suse.de>
10856         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
10857         martin@blom.org.
10859 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
10861         * function.c (next_block_index): Mark with GTY.
10863         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
10865 2003-03-18  Richard Henderson  <rth@redhat.com>
10867         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
10868         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
10869         until after reload.
10871 2003-03-18  Richard Henderson  <rth@redhat.com>
10873         * builtins.c (expand_builtin_unop): New target_mode operand;
10874         use it to convert the result to the correct mode.
10875         (expand_builtin): Update all callers.
10877 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
10879         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
10881 2003-03-18  Jan Hubicka  <jh@suse.cz>
10883         * i386.md:  Fix previous commit that mistakely applied the patch
10884         twice.
10886         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
10887         canonicalized.
10888         (memrefs_conflict_p): Likewise.
10889         (addr_side_effect_eval): Canonicalize the constructed address.
10891 2003-03-18  Jan Hubicka  <jh@suse.cz>
10893         * i386.md (cvtts?2si peep2): New.
10895 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10897         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
10899 2003-03-18  Andreas Schwab  <schwab@suse.de>
10901         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
10902         for format.
10904 2003-03-17  Jason Merrill  <jason@redhat.com>
10906         PR c++/10091
10907         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
10908         an unaligned member of TREE_ADDRESSABLE type.
10910 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
10912         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
10913         (TARGET_PROFILE_KERNEL): Define.
10914         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
10915         (PROFILE_BEFORE_PROLOGUE): Don't define.
10916         (PROFILE_KERNEL): Remove hacks.
10917         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
10918         (rs6000_stack_info): No need to save lr if just for profiling when
10919         TARGET_PROFILE_KERNEL.
10920         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
10921         (output_function_profiler): Localize label generation.  Emit code
10922         for kernel profiling.
10924 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
10926         * config/h8300/h8300-protos.h: Add a prototype for
10927         byte_accesses_mergeable_p.
10928         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
10929         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
10930         (a splitter): Likewise.
10931         (*iorsi3_ashift_16_ashift_24): Likewise.
10932         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
10934 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10936         * dwarf2asm.h: Delete obsolete comment.
10937         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
10938         dw2_asm_output_pcrel, dw2_asm_output_addr,
10939         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
10940         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
10941         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
10942         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
10944 2003-03-17  Zack Weinberg <zack@codesourcery.com>
10946         * c-tree.h (struct lang_identifier): Remove error_locus field.
10947         (IDENTIFIER_ERROR_LOCUS): Kill.
10948         (record_function_scope_shadow): New prototype.
10949         * c-typeck.c (build_external_ref): Don't complain if
10950         decl is error_mark_node.  When not at file scope, bind the
10951         decl's local value to error_mark_node to suppress further
10952         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
10954         * c-decl.c (get_function_binding_level): New static function.
10955         (record_function_scope_shadow): New exported function.
10956         (c_make_fname_decl): Use get_function_binding_level.
10958 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
10960         * stmt.c (tail_recursion_args): Call promote_mode to set
10961         unsignedp flag correctly before calling convert_move.
10963 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10965         * loop-unroll.c (decide_peel_completely,
10966         decide_unroll_constant_iterations, decide_unroll_stupid,
10967         decide_unroll_runtime_iterations, decide_peel_simple): Set
10968         loop->has_desc.
10970 2003-03-17  Jan Hubicka  <jh@suse.cz>
10972         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
10974 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10976         * function.c (assign_parms): For a struct value address passed as
10977         first argument, delay the function's result RTL setup code until
10978         after the emission of parameter conversions.
10980 2003-03-17  Dave Love  <fx@gnu.org>
10981             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10983         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
10984         __arch64__ to match Compaq cc.
10986 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
10988         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
10989         (c_common_init): Set EBCDIC in cpp options.
10990         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
10991         not conditional compilation.
10992         * cpplib.h (struct cpp_options): New entry EBCDIC.
10994 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
10996         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
10998 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11000         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
11001         argument to 0 for redirect_jump.
11003 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11005         PR c++/8805
11006         * except.c (eh_region_u_cleanup): Add prev_try.
11007         (expand_eh_region_end_cleanup): Set it.
11008         (reachable_handlers): Use it to skip over cleanup blocks.
11010 2003-03-17  Andreas Jaeger  <aj@suse.de>
11012         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
11014 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
11016         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
11017         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
11018         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
11019         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
11021 2003-03-16  Richard Henderson  <rth@redhat.com>
11023         * simplify-rtx (simplify_binary_operation): Don't abort for
11024         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
11026 2003-03-16  Richard Henderson  <rth@redhat.com>
11028         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
11029         optimize_size as well.
11031 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
11033         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
11034         for D register to specify the low part of it, aka B.
11035         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
11036         the register if we are loading 1 or -1 to it; avoid using temp
11037         register when moving X/Y to Y/X.
11038         (m68hc11_gen_movqi): Likewise.
11039         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
11041 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
11043         PR optimization/9016
11044         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
11045         into the constant pool.
11047 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11049         PR target/9164
11050         * tree.c (get_narrower): For extensions with unchanged bit number,
11051         return the unsignedness of the outer mode.
11053 2003-03-16  Roger Sayle  <roger@eyesopen.com>
11055         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
11056         to avoid "may be used uninitialized" warning on ia64-hpux.
11057         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
11059 2003-03-16  Andreas Jaeger  <aj@suse.de>
11061         * configure.in: Improve check for memcheck.h.
11062         * configure: Regenerated.
11064 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
11066         * doc/cppopts.texi: Remove documentation of -A-.
11068 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
11070         * doc/libgcc.texi: Remove @tie.
11072 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
11074         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
11075         (rtx_pair): Added new element update_label_nuses, renamed to
11076         replace_label_data.
11077         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
11078         replace_label_data instead of rtx_pair.
11079         * loop.c (load_mems): Likewise.
11080         * rtlanal.c (replace_label): Replace label in pool constants and in
11081         INSN_LIST (in REG_LABEL note).
11082         (subrtx_p): Renamed to rtx_referenced_p.
11083         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
11084         LABEL_REF with CODE_LABEL, traverse constants from pool.
11086 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
11087             Zack Weinberg  <zack@codesourcery.com>
11089         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
11090         * doc/libgcc.texi: New file.
11091         * doc/interface.texi: Delete paragraph about libgcc interface.
11092         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
11094 2003-03-15  Jason Merrill  <jason@redhat.com>
11096         PR debug/9039
11097         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
11099         PR debug/6387
11100         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
11101         function DIEs at toplevel.
11102         (decls_for_scope): At -g1, don't descend into subblocks.
11104 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
11106         * varasm.c (struct rtx_const): Change type of un.addr member
11107         to struct holding an additional 'symbol' member.
11108         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
11109         with equal string addresses as equal.
11110         (simplify_subtraction): Adapt to struct rtx_const change.
11112 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
11114         * fix-header.c (read_scan_file): Read main file before handling -D.
11116 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11118         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
11119         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
11120         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
11121         (find_sub_basic_blocks): Likewise.
11122         * cgraphunit.c (cgraph_expand_functions): Likewise.
11123         * dwarf2out.c (prune_unused_types): Likewise.
11124         * expr.c (store_field): Likewise.
11125         * genextract.c (print_path): Likewise.
11126         * haifa-sched.c (schedule_insn): Likewise.
11127         * lcm.c (compute_antinout_edge): Likewise.
11128         * loop-unroll.c (decide_peel_once_rolling): Likewise.
11129         * ra-colorize.c (ra_colorize_free_all): Likewise.
11130         * ra-debug.c (dump_igraph): Likewise.
11131         (debug_hard_reg_set): Likewise.
11132         * reg-stack.c (reg_to_stack): Likewise.
11133         * rtlanal.c (refers_to_regno_p): Likewise.
11134         * tracer.c (layout_superblocks): Likewise.
11136 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
11138         * fix-header.c (read_scan_file): Fix thinko.
11140 2003-03-15  Glen Nakamura  <glen@imodulo.com>
11142         * reload1.c (choose_reload_regs): Use && instead of ||
11143         with REG_CANNOT_CHANGE_MODE_P condition.
11145 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
11147         * Makefile.in: Update.
11148         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
11149         * c-lex.c (init_c_lex): Register builtins hook is dead.
11150         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
11151         (c_common_decode_option): Don't call cpp_handle_option.
11152         Handle -A, -D and -U.
11153         (handle_deferred_opts): Simplify.
11154         (finish_options): Define builtins and command line macros.
11155         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
11156         * cppinit.c: Don't include intl.h.
11157         (init_builtins): Rename cpp_init_builtins.  No hook to call.
11158         (init_library): Don't need to sort options.
11159         (cpp_create_reader): Don't set pending.
11160         (cpp_destroy): Don't free pending.
11161         (struct pending_option, cl_directive_handler, struct cpp_pending,
11162         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
11163         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
11164         cl_options, cpp_handle_option): Remove.
11165         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
11166         cpp_finish_options): Remove.
11167         (cpp_init_builtins): New.
11168         * fix-header.c (read_scan_file): Update to handle -D.  Fix
11169         handling of -I.  Replace call to cpp_finish_options.
11171 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11173         PR optimization/9387
11174         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
11175         for conditional returns.
11177 2003-03-14  Jason Merrill  <jason@redhat.com>
11179         PR optimization/6871
11180         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
11182 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
11184         * c-opts.c (finish_options): New.
11185         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
11186         (missing_arg): Handle OPT_include and OPT_imacros.
11187         (c_common_init, c_common_parse_file): Use finish_options.
11188         (handle_deferred_opts): Update.
11189         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
11190         (cpp_finish_options): Don't handle -imacros here.
11191         (no_fil): Remove.
11192         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
11194 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11196         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
11197         rs6000_maybe_dead if !fromprolog.
11199 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
11201         * Makefile.in: Update.
11202         * c-common.h (fe_file_change, pp_file_change): New.
11203         * c-lex.c (init_c_lex): Don't set cb_file_change.
11204         (c_common_parse_file): Move to c-opts.c.
11205         (cb_file_change): Rename fe_file_change.
11206         * c-opts.c: Include debug.h.
11207         (warn_unused_macros, include_cursor): New.
11208         (push_command_line_include, cb_file_change): New.
11209         (COMMAND_LINE_OPTIONS): Handle -include.
11210         (c_common_decode_option): Use local warn_unused_macros.
11211         Handle OPT_include.
11212         (c_common_post_options): Set file change callback.
11213         (handle_deferred_opts): Skip -include.  Don't free the array.
11214         (c_common_init): Call cpp_finish_options here, and push an
11215         initial -include file.
11216         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
11217         (preprocess_file): Don't call cpp_finish_options.
11218         (init_pp_output): Don't set the file change callback.
11219         (pp_file_change): Return if no line commands or no output.
11220         * cpphash.h (next_include_file, first_unused_line): Remove.
11221         * cppinit.c (include_head, include_tail): Remove.
11222         (cpp_destroy): Don't free -include chain.
11223         (cpp_finish_options): Don't handle -include, or worry about
11224         -Wunused-macros.
11225         (_cpp_maybe_push_include_file): Remove.
11226         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
11227         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
11228         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
11229         Used flag is set based upon the state of the warn_unused_macros
11230         flag, and so use of first_unused_line is unnecessary.
11232 2003-03-13  Jan Hubicka  <jh@suse.cz>
11234         * cselib.c (clear_table): Do not take argument; always clear just
11235         used slots.
11236         (cselib_process_insn):  Update call of clear_table
11237         (cselib_init): Do not call clear_table.
11238         (cselib_finish): Clear table.
11240         * cse.c (count_reg_usage): Do not check side_effects_p.
11241         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
11242         like noop.
11243         (find_reg_equal_equiv_note): Do not use find_reg_note.
11245 2003-03-14  Richard Henderson  <rth@redhat.com>
11247         PR target/9700
11248         * config/alpha/alpha.c (alpha_va_start): Account for
11249         current_function_pretend_args_size in the AP offset.
11251         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
11252         (INITIAL_ELIMINATION_OFFSET): Move out of line.
11253         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
11254         (alpha_initial_elimination_offset) New.
11255         * config/alpha/alpha-protos.h: Update.
11257 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11259         * stmt.c (expand_start_case): Call emit_queue ().
11261 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
11262             Alexandre Oliva  <aoliva@redhat.com>
11264         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
11265         words in new abis.
11267 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11269         PR optimization/8396
11270         * tree-inline.c (initialize_inlined_parameters): Make sure the value
11271         of read-only constant arguments is passed with the right type.
11273 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
11275         * doc/extend.texi (Function Names): Make the example compilable.
11277 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
11279         * config/rs6000/rs6000.c (processor_target_table): Really allow
11280         GP optional instructions on Power4.
11282 2003-03-13  Roger Sayle  <roger@eyesopen.com>
11284         * calls.c (flags_from_decl_or_type): Factor and remove redundant
11285         conditional tests.
11287 2003-03-13  Mike Stump  <mrs@apple.com>
11289         * ggc-page.c (struct page_entry): Remove varray.h header.
11290         Add index_by_depth field.
11291         Remove save_in_use_p field.
11292         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
11293         by_depth_max, by_depth, and save_in_use fields.
11294         (INITIAL_PTE_COUNT): Add.
11295         (save_in_use_p_i): Add.
11296         (save_in_use_p): Add.
11297         (adjust_depth): Add.
11298         (move_ptes_to_front): Add.
11299         (push_depth): Add.
11300         (push_by_depth): Add.
11301         (prefetch): Add.
11302         (free_page): Add support for and use faster data structures.
11303         (ggc_alloc): Likewise.
11304         (init_ggc): Likewise.
11305         (ggc_recalculate_in_use_p): Likewise.
11306         (ggc_pop_context): Likewise.
11307         (clear_marks): Likewise.
11308         (ggc_pch_read): Likewise.
11309         * Makefile.in (ggc-page.o): Remove varray.h.
11311 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11313         * ChangeLog: Rotated last year's entries to...
11314         * ChangeLog.8: New.
11316         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
11317         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
11318         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
11319         config/ia64/ia64-protos.h, config/ia64/ia64.c,
11320         config/ia64/ia64.h, config/ia64/ia64.md,
11321         config/ia64/itanium1.md, config/ia64/itanium2.md,
11322         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
11323         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
11325 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
11327         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
11328         Differentiate endianness.
11329         (s6000_override_options): Use cpu type instead of TARGET_SPE.
11331 2003-03-13  Nick Clifton  <nickc@redhat.com>
11333         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
11334         LDM instructions with writeback enabled.
11335         (output_return_instruction): Likewise.
11337         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
11338         (CALL_USED_REGISTERS): Remove definition.
11339         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
11341 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
11343         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
11344         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
11345         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
11346         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
11347         (rs6000_legitimize_address): Formatting.
11348         (rs6000_emit_move): Likewise.
11349         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
11350         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
11351         (rs6000_elf_select_section): Comment reason for shlib being
11352         set for ABI_AIX.
11353         (rs6000_elf_unique_section): Likewise.
11354         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
11355         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
11356         as well as flag_pic.
11357         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
11358         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11359         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
11361 2003-03-13  Richard Henderson  <rth@redhat.com>
11363         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
11365         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
11366         (ia64_gp_save_reg): Remove.
11367         (struct ia64_frame_info): Move to the beginning of the file;
11368         add reg_save_gp.
11369         (ia64_expand_call): Rearrange for new call patterns.
11370         (ia64_reload_gp): New.
11371         (ia64_split_call): New.
11372         (ia64_compute_frame_size): Allocate reg_save_gp.
11373         (ia64_expand_prologue): Save reg_save_gp.
11374         (ia64_expand_epilogue): Don't restore gp.
11375         (ia64_hard_regno_rename_ok): Remove R4 hack.
11376         (ia64_function_ok_for_sibcall): New.
11377         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
11378         call try_split on sibcall pattern.
11379         * config/ia64/ia64-protos.h: Update.
11380         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
11381         Rename from nopic versions.  Confiscate 2nd argument to call as
11382         a marker.
11383         (call_pic, call_value_pic, sibcall_pic): Remove.
11384         (call_gp, call_value_gp, sibcall_gp): New.
11385         (builtin_setjmp_setup): Remove.
11386         (builtin_setjmp_receiver): Call ia64_reload_gp.
11388 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11390         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
11391         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
11392         "GNU CC" with "GCC".
11394         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
11395         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
11396         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
11397         GCC, not GNU CC.
11399         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
11400         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
11402         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
11403         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
11404         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
11405         "GNU CC" with "GCC".
11407         * config/v850/lib1funcs.asm, config/v850/rtems.h,
11408         config/v850/v850-c.c, config/v850/v850-protos.h,
11409         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
11410         GCC, not GNU CC.
11412         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
11413         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
11414         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
11415         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
11416         GNU CC.
11418 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
11420         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
11422 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11424         * fixinc/fixinc.interix: Remove dead code (most of it).
11425         * fixinc/fixinc.dgux: Remove.
11427         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
11428         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
11430 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11432         * pa.c (pa_init_builtins): Fix warning.
11434 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
11436         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
11437         (ASM_OUTPUT_XDATA_SHORT): Remove.
11438         (ASM_OUTPUT_XDATA_INT): Remove.
11439         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
11440         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
11441         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
11442         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
11444 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
11446         PR c++/7050
11447         * expr.c (store_expr): Don't attempt to store void-typed trees,
11448         just evaluate them for side effects.
11450 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
11452         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
11453         * cppinit.c (push_include): Move with changes to cppfiles.c.
11454         (cpp_read_main_file): Mark named operators here...
11455         (cpp_finish_options): ...not here.  Update.
11456         (_cpp_maybe_push_include_file): Update.
11457         * cpplib.h (cpp_push_include, cpp_rename_file): New.
11459 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11461         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
11462         _gcc_COMPUTE_GAS_VERSION.
11463         * configure.in: Use them.
11464         * configure: Regenerate.
11466 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
11468         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
11469         to detect carry.
11470         (subdi3): Reorder emitted instructions.
11472 2003-03-12  Andreas Jaeger  <aj@suse.de>
11474         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
11475         NETBSD_OS_CPP_BUILTINS_LP64.
11477 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11479         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
11480         Rearrange.  Reorganize.
11481         * configure.in: Rearrange.
11482         * configure: Regenerate.
11484 2003-03-12  Andreas Jaeger  <aj@suse.de>
11486         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
11487         LP64 targets.
11489         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
11490         _LP64.
11492         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
11493         _LP64 macros here.
11494         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
11496         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
11497         NETBSD_OS_CPP_BUILTINS_LP64.
11498         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
11499         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
11501         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
11503 2003-03-12  Jan Hubicka  <jh@suse.cz>
11505         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
11507 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11509         Fix PR target/9797 and PR c/9853.
11510         * stmt.c (expand_decl_init): Call push_temp_slots () and
11511         pop_temp_slots ().
11513 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
11515         * sh.c: Include basic-block.h.
11516         (sh_output_mi_thunk, emit_load_ptr): New functions.
11517         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
11519 2003-03-12  Nick Clifton  <nickc@redhat.com>
11521         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
11522         (CALL_USED_REGISTERS): Likewise.
11523         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
11524         describing how this value is calculated.
11526 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
11528         * configure.in (rlim_t): Define to long if no valid definition
11529         found in sys/resource.h.
11530         * config.in, configure: Regenerate.
11532 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
11534         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
11535         TARGET_OS_CPP_BUILTINS.
11536         * config/mcore/mcore-pe.h: Similarly.
11537         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
11538         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
11540 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11542         PR c/9928
11543         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
11544         only if it is a VAR_DECL.
11546 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11548         PR optimization/9888
11549         * config/i386/i386.md (jcc_1): Fix range.
11550         (jcc_2): Likewise.
11551         (jump): LIkewise.
11552         (doloop_end_internal): Likewise.
11554 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
11556         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
11557         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
11558         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
11559         DLL_IMPORT_EXPORT_PREFIX and "i."
11560         (i386_pe_dllexport_name_p): Here.
11561         (i386_pe_dllimport_name_p): Here.
11562         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
11563         not 9 chars when getting identifier name.
11564         (i386_pe_mark_dllimport): Here.
11565         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
11566         not 9 chars when getting identifier name. Correct comment.
11567         (i386_pe_strip_name_encoding): Here. Add comments for different
11568         cases.
11569         (gen_fastcall_suffix): Break down xmalloc() argument to
11570         components.
11571         (gen_stdcall_suffix): Likewise.
11572         Update copyright year.
11574 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11576         PR optimization/9888
11577         * config/i386/i386.md (movsi_1): Remove special alternatives
11578         for %eax register.
11579         (movsi_1_nointernunit): Likewise.
11580         (movhi_1): Likewise.
11581         * config/i386/i386.c (memory_address_length): Do not use
11582         short displacement when there is no base.
11583         (ix86_attr_length_address_default): Handle LEA instructions.
11585 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
11587         * c-cppbuiltin.c (builtin_define_std): Make non-static.
11589 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
11591         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
11592         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
11593         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
11594         * config/freebsd.h (CPP_PREDEFINES): Remove.
11595         (TARGET_OS_CPP_BUILTINS): New.
11596         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
11597         instead of TARGET_OS_CPP_BUILTINS.
11598         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
11600 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
11602         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
11604 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
11606         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
11607         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
11609         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
11611 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
11613         * toplev.c (independent_decode_option): Return success for --help,
11614         --target-help and --version.
11616 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
11618         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
11619         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
11620         specified.
11621         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
11622         DRIVER_SELF_SPECS.
11623         (LINK_SPEC): Let endian options affect the linker emulation name.
11625 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
11627         * sh.md (reload_inqi): Fix mode for source in second set.
11629 2003-03-11  Jan Hubicka  <jh@suse.cz>
11631         * cselib.c (cselib_invalidate_mem_1): Move too ...
11632         (cselib_invalidate_mem): ... here; use new list
11633         (dummy_val, first_containing_mem): New static variables.
11634         (clear_table): Initialize first_containing_mem.
11635         (discard_useless_values):  Compact the containing_mem list.
11636         (add_mem_for_addr): Add to the list.
11637         * cselib.h (cselib_val): Add next_containing_mem.
11639 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
11641         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
11642         instructions for e500.
11644 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
11646         * Makefile.in: Update.
11647         * c-cppbuiltin.c: Include tm_p.h.
11649 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
11651         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
11653         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
11654         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
11655         (_Unwind_SetGR): Same.
11656         (_Unwind_GetGRPtr): New.
11657         (_Unwind_SetGRPtr): New.
11658         (uw_update_context_1): Use accesor functions instead of accessing
11659         context->reg[] directly.
11660         (uw_install_context_1): Same.
11661         (execute_cfa_program): Same.
11662         (__frame_state_for): Same.
11664         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
11665         the synthetic register offset.
11667         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
11669 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
11671         * config/cris/cris.md: Remove lingering EGCS reference.
11672         ("*extopqihi_side_biap"): For HI operation, match
11673         cris_additive_operand_extend_operator, not
11674         cris_operand_extend_operator.  Adjust condition.
11675         ("*extopqihi_side", "*extopqihi"): Ditto.
11676         ("*extopqisi_side_biap"): Correct operand numbers in condition.
11677         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
11678         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
11679         ("*extophisi_swap"): Ditto.
11680         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
11681         PLUS, not cris_operand_extend_operator.  Adjust condition and
11682         output template.
11683         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
11684         * config/cris/cris.h (PREDICATE_CODES): Add
11685         cris_additive_operand_extend_operator.
11686         * config/cris/cris.c (cris_additive_operand_extend_operator):
11687         New predicate.
11689 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
11691         * df.c (read_modify_subreg_p): Change from static to global.
11692         * df.h (read_modify_subreg_p): Add prototype.
11693         * sched-deps.c (sched_analyze_1): Generate true dependency for
11694         strict_low_part, certain subregs and zero/sign_extract.
11696 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
11698         * Makefile.in: Update.
11699         * c-common.c: Don't include real.h or except.h.
11700         (REGISTER_PREFIX): Remove.
11701         (builtin_define_std, builtin_define_with_value,
11702         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
11703         builtin_define_type_max, builtin_define_type_precision,
11704         builtin_define_float_constants): Move to c-cppbuiltin.c.
11705         (c_stddef_cpp_builtins): New.
11706         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
11707         * c-cppbuiltin.c: New, extracted from c-common.c.
11708         (define__GNUC__): New.
11709         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
11710         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
11711         (cpp_unique_options): Don't support no-gcc.
11712         (do_spec_1): Remove support of version specs.
11713         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
11714         * doc/passes.texi: Update.
11715         * doc/tm.texi: Update.
11717 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
11719         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
11721 2003-03-10  Andrew Pinski  <apinski@apple.com>
11723         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
11724         is on should not get here.
11725         (machopic_indirect_data_reference): If dynamic-no-pic is on just
11726         generate high/low parts of the address.
11727         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
11728         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
11729         symbol and labels with a new reg.  Dynamic-no-pic does not have a
11730         pic_offset_table_rtx.
11731         (machopic_select_section): Change references of flag_pic to
11732         MACHOPIC_INDIRECT.
11733         (machopic_asm_out_destructor): Likewise.
11734         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
11735         reference of flag_pic to MACHOPIC_INDIRECT.
11736         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
11737         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
11738         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
11739         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
11740         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
11741         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
11742         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
11743         (TARGET_DYNAMIC_NO_PIC): Define.
11744         (SUBTARGET_SWITCHES): Define, have sub-target switches for
11745         dynamic-no-pic.
11746         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
11747         rs6000_override_options to here. Dynamic-no-pic overrides
11748         pic.
11749         (CC1_SPEC): Change from not static then pic to not static and not
11750         dynamic-no-pic then pic.
11751         * config/rs6000/rs6000.c (rs6000_override_options): Move the
11752         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
11753         (rs6000_legitimize_reload_address): Add case for loading floating in
11754         dynamic-no-pic.
11755         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
11756         of flag_pic to MACHOPIC_INDIRECT.
11757         (secondary_reload_class): Conditional change the reference of
11758         flag_pic to MACHOPIC_INDIRECT.
11759         (rs6000_output_mi_thunk): Change reference of flag_pic to
11760         MACHOPIC_INDIRECT.
11761         (output_profile_hook): Likewise.
11762         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
11763         * config/rs6000/rs6000.md (movdf_low): Add the case for
11764         MACHO_DYNAMIC_NO_PIC_P.
11765         (call): Change references for flag_pic in TARGET_MACHO to
11766         MACHOPIC_INDIRECT.
11767         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
11768         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
11769         * doc/invoke.texi (-mdynamic-no-pic): Document.
11771 2003-03-10  Devang Patel  <dpatel@apple.com>
11773         PR c++/9394
11774         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
11775         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
11776         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
11777         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
11778         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
11779         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
11781 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11783         PR optimization/7189
11784         * toplev.c (rest_of_compilation):  Move
11785         check_function_return_warnings up to just after
11786         delete_unreachable_blocks.
11788 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11790         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
11791         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
11792         Declare.
11793         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
11794         for reg rename optimization to avoid using Z and Y registers.
11796 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11798         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
11799         when adding to X and Y since leax/leay are fast.
11800         ("*addhi3"): Accept 'I' constraint when adding to address register.
11801         ("rotlhi3"): Operand 1 must be a register_operand.
11802         (peephole2): New peephole to optimize some adds.
11803         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
11804         to represent -2 .. 2 small integer range.
11806 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11808         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
11809         each 16-bit rotation.
11811 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
11813         * c-opts.c (add_prefixed_path): Don't use concat.  When
11814         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
11815         cpp_GCC_INCLUDE_DIR_len characters.
11817 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11819         * testsuite/gcc.dg/altivec-9.c: New file.
11821         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
11822         (rs6000_emit_prologue): Use rs6000_frame_related instead.
11824 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
11826         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
11827         vectors.
11828         (__ev_convert_u64): Remove macro.  Define as inline.
11829         (__ev_convert_s64): Same.
11831 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
11833         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
11834         (rs6000_stack_t): Add spe_64bit_regs_used.
11836         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
11837         spe_64bit_regs_used, and use it to determine the size of the
11838         frame.
11839         (spe_func_has_64bit_regs_p): New.
11840         (spe_synthesize_frame_save): New.
11841         (rs6000_frame_related): Handle SPE synthetic registers.
11842         (rs6000_emit_prologue): Only save in 64-bits if the function used
11843         any registers in 64-bit mode.
11844         (rs6000_emit_epilogue): Same, but for restore.
11846 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
11848         * arm.h (enum floating_point_type): Delete.  Replace with...
11849         (enum fputype): ... new.
11850         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
11851         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
11852         * arm.md (attr fpu): Reworked for new underlying enum values.
11853         * arm.c (arm_fpu_arch): Now enum fputype.
11854         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
11855         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
11856         Update uses of arm_fpu_arch and arm_fpu_tune.
11858 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
11860         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
11861         (try_crossjump_to_edge): Replace refereces to one jump table by
11862         references to identical jump table.
11863         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
11864         (replace_label): Moved to rtlanal.c.
11865         (struct rtx_pair): Moved to rtl.h.
11866         * rtl.h (struct rtx_pair): Moved from loop.c.
11867         (replace_label): New extern function.
11868         (subrtx_p): New extern function.
11869         (tablejump_p): New extern function.
11870         * rtlanal.c (replace_label): Moved from loop.c.
11871         (subrtx_p_1): New static function.
11872         (subrtx_p): New function.
11873         (tablejump_p): New function.
11875 2003-03-10  Jan Hubicka  <jh@suse.cz>
11877         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
11879         * cfgcleanup.c (merge_blocks): Return where to iterate next.
11880         (try_optimize_cfg): Use return value of merge_blocks
11882 2003-03-10  Michael Matz  <matz@suse.de>
11884         * cfg.c (unchecked_make_edge): New.
11885         (cached_make_edge): Use it.
11886         * basic-block.h (unchecked_make_edge): Declare.
11887         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
11889 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
11891         * fpa.md: New file.  Move all patterns relating to FPA co-processor
11892         to here...
11893         * arm.md: ... from here.
11894         (cirrus.md, fpa.md): Include at end of description.
11895         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
11896         (pic_load_addr_based): Remove register constraint from expander.
11897         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
11898         (sordered, sungt, sunle, sunge, sunlt): Likewise.
11899         (eh_epilogue, tablejump): Likewise.
11901 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11903         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
11904         on operands if it has a PLACEHOLDER_EXPR.
11906 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
11907             Mostafa Hagog
11909         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
11910         condition.
11912 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
11914         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
11915         * config/ip2k/ip2k.h: Similarly.
11916         * config/m32r/m32r.h: Similarly.
11917         * config/m68hc11/m68hc11.h: Similarly.
11918         * config/mn10200/mn10200.h: Similarly.
11919         * config/mn10300/mn10300.h: Similarly.
11920         * config/pdp11/pdp11.h: Similarly.
11921         * config/v850/v850.h: Similarly.
11922         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
11923         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
11924         * config/mips/iris3.h: Remove #if 0 block.
11926 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11927             Joern Rennecke <joern.rennecke@superh.com>
11929         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
11930         pending argument upon return from handle_braces here.
11931         (do_spec_2): Instead handle it upon return from do_spec_1 here.
11933 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11934             Joern Rennecke <joern.rennecke@superh.com>
11936         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
11937         pending argument upon return from handle_braces here.
11938         (do_spec_2): Instead handle it upon return from do_spec_1 here.
11940 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11942         * varasm.c (make_decl_one_only): Use declare_weak().
11944 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11946         PR middle-end/9986
11947         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
11948         after the common builtins.
11949         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
11950         * pa.c (TARGET_INIT_BUILTINS): Define.
11951         (pa_init_builtins): New function.
11953         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
11954         space has been allocated for the outgoing arguments, set the arg
11955         pointer for a call emitted after virtuals have been instantiated
11956         using the stack pointer offset, otherwise abort.
11958 2003-03-09  DJ Delorie  <dj@redhat.com>
11960         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
11962 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
11964         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
11965         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
11966         conversion to integer.
11967         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
11969 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11971         * builtins.def: Fix typo and improve grammar.
11972         * loop-unroll.c (decide_peel_completely): Tidy log message.
11974 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
11976         * config/h8300/h8300.md (*tstsi_upper_bit): New.
11977         (*iorsi3_e2f): Likewise.
11979 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
11981         * config/h8300/h8300.c (h8300_and_costs): Return the number of
11982         assembly instructions needed.
11983         (h8300_shift_costs): Likewise.
11985 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
11987         * config/cris/aout.h (ENDFILE_SPEC): Undef.
11989         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
11990         moves from here ...
11991         * expr.c (emit_move_insn_1): ... to here.
11993         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
11994         (TARGET_OS_CPP_BUILTINS): New macro.
11995         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
11996         (TARGET_OS_CPP_BUILTINS): New macro.
11997         (CPP_PREDEFINES): Don't define.  Move old definitions and...
11998         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
11999         (TARGET_CPU_CPP_BUILTINS): New macro.
12000         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
12001         definitions and the optional __PIC__, __pic__ and
12002         __NO_UNDERSCORES__ definitions to...
12003         (TARGET_OS_CPP_BUILTINS): New macro.
12005         * flags.h (flag_leading_underscore): Declare.
12007         * c-opts.c (c_common_post_options): On fopen failure, return
12008         false, not NULL.
12010 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12012         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
12013         config.h.
12014         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
12015         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
12017 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12019         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
12020         CPP_PREDEFINES.
12021         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
12022         CPP_PREDEFINES.
12024 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12026         * c-common.h (c_common_init, c_common_post_options): Update.
12027         * c-objc-common.c (c_objc_common_init): Update for new prototype.
12028         * c-opts.c (saved_lineno): New.
12029         (c_common_post_options, c_common_init): Update prototypes,
12030         move call to cpp_read_main_file from latter to former.
12031         * c-tree.h (c_ojbc_common_init): Update.
12032         * langhooks-def.h (lhd_post_options): New.
12033         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
12034         * langhooks.c (lhd_post_options): New.
12035         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
12036         * toplev.c (no_backend): New.
12037         (process_options): Call post_options hook and set main_input_filename
12038         and input_filename here.
12039         (lang_dependent_init, do_compile): post_options hook moved to
12040         process_options.
12041         * objc/objc-act.c (objc_init): Update prototype.
12042         * objc/objc-act.h (objc_init): Update prototype.
12044 2003-03-08  Roger Sayle  <roger@eyesopen.com>
12046         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
12047         a complex or vector type, using a load in the original mode.
12049 2003-03-08  Jan Hubicka  <jh@suse.cz>
12051         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
12052         * gt-cgraph.h: New GC file.
12053         * cgraph.c (known_fns): New static variable.
12054         (cgraph_node): Add the decl into varray.
12056 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12058         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
12060 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
12062         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
12063         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
12064         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
12065         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
12066         All callers changed.
12067         * arm.md, arm.h, arm-protos.h: Updated.
12069         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
12070         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
12071         * arm.c (arm_regno_class, f_register_operand): Updated.
12073 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12075         * config/cris/cris.h: Remove EGCS references.
12076         (CPP_SPEC): Remove "-$".
12077         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
12079 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12081         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
12082         preference to CPP_PREDEFINES.
12084 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12086         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
12088 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
12090         * config/h8300/h8300.md (*extzv_16_8): New.
12092 2003-03-08  Jan Hubicka  <jh@suse.cz>
12094         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
12095         * cgraph.h: (cgraph_local_info): Add can_inline_once
12096         (cgraph_global_info): Add inline_once.
12097         (cgraph_node): Add previous.
12098         (cgraph_remove_node): New.
12099         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
12100         function.
12101         (cgraph_optimize): Call it.
12102         (cgraph_finalize_function):  Set inlinable flags.
12103         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
12104         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
12105         (cgraph_expand_function): Likewise.
12106         * cgraph.c
12107         (cgraph_node): Put nodes into doubly linked chain.
12108         (cgraph_remove_node): New function.
12109         * flags.h (flag_inline_functions_called_once): Declare.
12110         * tree-inline.c: Include cgraph.h
12111         (inlinable_functions_p): Add extra argument to bypass limits.
12112         (expand_call_inline):  Obey cgraph flag.
12113         * tree-inline.h (tree_inlinable_function_p): Update prototype.
12115 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12117         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
12118         irreducible loops.
12120         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
12121         loops info correctly.
12123 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
12125         PR middle-end/7796
12126         * unroll.c (calculate_giv_inc): Handle constants being
12127         loaded with LSHIFTRT.
12129 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
12131         * config/rs6000/rs6000.c (processor_target_table): Do not disable
12132         GP optional instructions on Power3, Power4, 620, and 630.
12134 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
12136         * calls.c: Fix comment formatting.
12137         * cfgloopanal.c: Likewise.
12138         * cfgloopmanip.c: Likewise.
12139         * combine.c: Likewise.
12140         * dwarf2out.c: Likewise.
12141         * ggc-common.c: Likewise.
12142         * langhooks.c: Likewise.
12143         * loop-unroll.c: Likewise.
12144         * loop.c: Likewise.
12145         * ra-build.c: Likewise.
12146         * sbitmap.c: Likewise.
12147         * toplev.c: Likewise.
12149 2003-03-07  James E Wilson  <wilson@tuliptree.org>
12151         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
12153 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
12155         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
12156         support -no-integrated-cpp.
12158         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
12159         than langhooks.name.
12161 2003-03-07  Michael Matz  <matz@suse.de>
12163         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
12164         (DF_FOR_REGALLOC): New.
12165         * df.c (df_ref_record): Set DF_REF_STRIPPED.
12166         (read_modify_subreg_p): Simplify.
12167         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
12168         Use DF_FOR_REGALLOC.
12169         * ra.h (struct web): New member subreg_stripped.
12170         (invalid_mode_change_regs): Declare.
12171         * ra.c (invalid_mode_change_regs): New.
12172         (init_ra): Initialize it.
12173         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
12174         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
12175         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
12176         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
12177         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
12179 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
12181         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
12182         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
12183         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
12184         machine description file from ...
12185         * cirrus.md: ... here.
12187 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
12189         * config/h8300/h8300.md (a peephole2): Don't use
12190         reg_overlap_mentioned_p.
12192 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
12194         * c-pch.c: Include langhooks.h.
12195         (IDENT_LENGTH): New.
12196         (get_ident): New.
12197         (pch_ident): Delete.
12198         (pch_init): Use get_ident, IDENT_LENGTH.
12199         (c_common_valid_pch): Likewise.  Also, use actual language
12200         in warning message.
12201         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
12203         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
12204         c-parse.in.
12205         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
12206         gt-objc-objc-act.h.
12207         (gt-objc-objc-act.h): New rule.
12208         * objc/lang-specs.h: Support PCH.
12209         * objc/objc-act.c: Include gt-objc-objc-act.h.
12210         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
12211         (build_selector_reference_decl): Move idx out, mark for PCH.
12212         (build_class_reference_decl): Likewise.
12213         (build_objc_string_decl): Move *_idx out, mark for PCH.
12214         (build_tmp_function_decl): Move xxx out, mark for PCH.
12216 2003-03-06  Dale Johannesen  <dalej@apple.com>
12218         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
12219         global functions for inlining on Darwin.
12221 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
12223         * haifa-sched.c (schedule_block): Don't call reorder when sorting
12224         is prohibited.
12226 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
12228         * Makefile.in (c-ppoutput.o): Update.
12229         * c-common.h (init_pp_output): New.
12230         (preprocess_file): Update.
12231         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
12232         Register builtins.
12233         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
12234         Make call to cpp_read_main_file common to whether preprocessing
12235         or not.  Don't register builtins.
12236         * c-ppoutput.c: Include c-pragma.h.
12237         (setup_callbacks): Rename init_pp_output.
12238         (preprocess_file): No longer setup callbacks or call
12239         cpp_read_main_file.
12240         * cpphash.h (_cpp_init_mbchar): New.
12241         * cppinit.c (init_library): Call _cpp_init_mbchar.
12242         * cpplex.c (_cpp_init_mbchar): New.
12244 2003-03-06  Roger Sayle  <roger@eyesopen.com>
12246         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
12247         MEM, try loading the MEM into a register and taking the low-part
12248         of that, to help CSE see the use of the MEM in its true mode.
12250 2003-03-05  Tom Tromey  <tromey@redhat.com>
12252         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
12253         Define.
12255 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
12257         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
12258         operand 2.
12259         ("*ineqbranchsi"): Likewise.
12261 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
12263         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
12264         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
12265         register store followed by a stack increment.
12267 2003-03-05  Chris Moller  <cmoller@redhat.com>
12269         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
12270         to inhibit saving CARRY_REGS.
12272         * config/stormy16/stormy16.c (xs_hi_general_operand):
12273         added predicate to detect and error-out on out-of-range
12274         const_ints for movhi.
12275         * config/stormy16/stormy16.md (movhi): use
12276         xs_hi_general_operand.
12278         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
12279         added a check for local vbl size overflow.
12280         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
12281         added predicate to detect and error-out on out-of-range
12282         const_ints for addhi and subhi.
12283         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
12284         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
12286         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
12287         add a term to accept PRE_MODIFY addresses.
12288         * config/stormy16/stormy16.c (xstormy16_expand_move):
12289         add code to expand PRE_MODIFY addresses to an add followed
12290         by a move.
12292 2003-03-06  Jason Merrill  <jason@redhat.com>
12294         * tree-inline.c (inlinable_function_p): Revert earlier change
12295         pending investigation.
12297 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
12299         * config/h8300/h8300.md (a new peephole2): New.
12301 2003-03-06  Jan Hubicka  <jh@suse.cz>
12303         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
12305 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12307         * dwarf2out.c (size_of_die): Compute size of external reference to
12308         die correctly.
12310 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
12312         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
12313         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
12314         expanders.
12316 2003-03-05  Roger Sayle  <roger@eyesopen.com>
12318         * expr.h (lang_expand_expr): Delete obsolete prototype.
12320 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12322         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
12324 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12326         * config/h8300/h8300.md (a peephole2): Generalize to
12327         accept a memory operand.
12329 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
12331         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
12332         * config/alpha/alpha.c (print_operand, case '+'): New.
12333         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
12334         (call_value_osf_1_noreturn): Likewise.
12336 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12338         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
12339         (expand_end_bindings): Likewise.
12341 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12343         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
12344         (epilogue): Don't generate return_external_pic when emitting PA 2.0
12345         code.
12347 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
12349         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
12351         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
12353         * hooks.c (hook_rtx_rtx_null): New.
12355         * hooks.h (hook_rtx_rtx_null): Protoize.
12357         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
12358         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
12360         * target.h (struct gcc_target): Add dwarf_register_span.
12362         * dwarf2out.c (multiple_reg_loc_descriptor): New.
12363         (one_reg_loc_descriptor): New.
12364         (reg_loc_descriptor): Add support for values that span more than
12365         one register.
12367 2003-03-05  Jan Hubicka  <jh@suse.cz>
12369         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
12370         * alias.c:  Include cgraph.h
12371         (mark_constant_function): Use cgraph_rtl_info.
12372         * calls.c:  Include cgraph.h
12373         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
12374         calls.
12375         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
12376         * cgraph.c (cgraph_rtl_info): New function.
12377         * cgraph.h (cgraph_rtl_info): Declare
12378         (cgraph_rtl_info): Likewise.
12379         * function.h (struct function): Add recursive_call_emit.
12380         * toplev.c: Include cgraph.h.
12381         (rest_of_compilation): Set preferred_incoming_stack_boundary.
12383 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12385         * config/h8300/h8300.c (output_simode_bld): Clear the
12386         destination first if possible.
12387         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
12388         alternative.
12389         (extzv_1_r_inv_h8300hs): Likewise.
12391 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12393         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
12394         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
12395         * cfgloop.c (flow_loop_free): Made global.
12396         (establish_preds): New static function.
12397         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
12398         (get_loop_exit_edges): New.
12399         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
12400         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
12401         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
12402         loops.
12403         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
12404         removability of an edge.
12405         (fix_irreducible_loops): New static function.
12406         (find_path, remove_path): Add ability to remove enclosing loops.
12407         (unloop): New.
12408         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
12409         flags.
12410         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
12411         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
12412         not neccessary.
12413         (decide_peel_completely, peel_loops_completely): Allow complete peeling
12414         of non-duplicable once rolling loops.
12415         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
12417 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
12419         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
12420         for align_jumps is 4.
12422         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
12423         use GENERAL_REGS.
12425 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
12427         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
12428         according to va_arg type.
12429         (EXPAND_BUILTIN_VA_ARG): Remove.
12430         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
12431         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
12433 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
12435         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
12436         else clauses.
12438 2003-03-05  Michael Matz  <matz@suse.de>
12440         * i386/i386.c (ix86_save_reg): Also test
12441         current_function_uses_const_pool.
12443 2003-03-05  Michael Matz  <matz@suse.de>
12445         * unwind.h: Add the GPL exception.
12446         * Makefile.in (USER_H): Add unwind.h.
12448 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12450         PR c/9799
12451         * c-typeck.c (push_init_level): Add sanity check.
12453 2003-03-05  Jan Hubicka  <jh@suse.cz>
12455         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
12456         RTL inlining is done.
12458         * cgraphunit.c (cgraph_mark_local_functions): New local function.
12459         (cgraph_optimize): Mark local functions.
12460         * i386-protos.h (init_cumulative_args): Update prototype.
12461         * i386.c (init_cumulative_args): Use register passing convention for
12462         local functions.
12464         * cgraph.c (cgraph_global_info_ready): New global variable
12465         (cgraph_local_info, cgraph_global_info): New functions.
12466         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
12467         structures.
12468         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
12469         Declare.
12470         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
12471         (cgraph_mark_functions_to_output): Use inline_many.
12472         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
12473         (cgraph_expand_functions): Expand inline functions last.
12474         (cgraph_optimize): Do not emit uneeded functions.
12476 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
12478         * expr.c (convert_modes): Check for legal hard register.
12480 2003-03-04  Tom Tromey  <tromey@redhat.com>
12482         * doc/sourcebuild.texi (Front End Directory): Document tags.
12483         * configure: Rebuilt.
12484         * configure.in (target_list): Added tags.
12485         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
12486         TAGS files by reference.
12487         * objc/Make-lang.in (objc.tags): New target.
12489 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12491         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
12492         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
12493         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
12494         gcov_read_string, gcov_write_length): Modified to enable reading/
12495         writing of whole .da file just once.
12496         (da_file_open, da_file_close, da_file_eof, da_file_error,
12497         da_file_position, da_file_seek, da_file_write, da_file_read): New
12498         functions.
12499         (actual_da_file, actual_da_file_position, actual_da_file_length,
12500         actual_da_file_buffer, actual_da_file_buffer_size): New static
12501         functions.
12502         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
12503         just once.
12506 2003-03-04  Andreas Schwab  <schwab@suse.de>
12508         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
12509         offset without frame pointer.
12511 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
12513         * expr.c (expand_expr): Call promote_mode to set unsignedp.
12515 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12517         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
12518         * configure: Regenerated.
12519         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
12521 2003-03-04  Andreas Jaeger  <aj@suse.de>
12523         * configure.in: Check for <memcheck.h>.
12524         * configure: Regenerated.
12526         * config.in: Define HAVE_MEMCHECK_H.
12528         * ggc-common.c: Use <memcheck.h> if available instead of
12529         <valgrind.h>.
12530         * ggc-page.c: Likewise.
12531         * cppfiles.c: Likewise.
12533 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12535         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
12537 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12539         PR c/9262
12540         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
12541         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
12543 2003-03-04  Jan Hubicka  <jh@suse.cz>
12545         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
12546         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
12547         for -O3.
12549 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12551         * configure.in: Delete three unused variables.  Move a variable
12552         definition closer to its use.  Simplify use_collect2 logic.  Start to
12553         organize.  Simplify tests for in-tree gas and ld.
12554         * configure: Regenerate.
12556 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
12558         * Makefile.in: Update.
12559         * c-common.c (flag_no_line_commands, flag_no_output,
12560         flag_dump_macros, flag_dump_includes): New.
12561         * c-common.h (flag_no_line_commands, flag_no_output,
12562         flag_dump_macros, flag_dump_includes, preprocess_file): New.
12563         (init_c_lex): Update prototype.
12564         * c-lex.c (init_c_lex): Update prototype; move some code to
12565         c_common_init.
12566         * c-opts.c (preprocess_file): Subsume into c_common_init.
12567         (c_common_decode_option): Update flags.
12568         (c_common_init): Move code from preprocess_file and init_c_lex.
12569         (sanitize_cpp_opts): Update.
12570         * c-ppoutput.c: New, cppmain.c almost verbatim.
12571         * cpphash.h (struct printer): Remove.
12572         (struct cpp_reader): Remove print.
12573         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
12574         cpp_preprocess_file): Remove.
12575         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
12576         and dump_includes.
12577         * cppmain.c: Remove.
12578         * doc/passes.texi: Update.
12580 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12582         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
12583         (assign_stack_local_1): Perform overall stack alignment only when
12584         STACK_ALIGNMENT_NEEDED is nonzero.
12585         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
12587         * pa.c (compute_frame_size): Rename fsize to size.  Account for
12588         alignment to a word boundary before general register save block.  Only
12589         account for double-word alignment before floating point register save
12590         block if one or more are saved.  Don't allocate space for %r3 when
12591         frame pointer is needed.
12592         (hppa_expand_prologue): Include alignment to word boundary in local
12593         frame size.
12594         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
12595         (STACK_ALIGNMENT_NEEDED): Define.
12597 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
12599         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
12600         global register variables.
12602 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
12604         * reload.c (reload_adjust_reg_for_mode): New function.
12605         (subst_reloads): Call it.
12606         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
12607         * reload.h (reload_adjust_reg_for_mode): Declare.
12608         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
12609         Call it.
12611 2003-03-03  James E Wilson  <wilson@tuliptree.org>
12613         * optabs.c (add_equal_note): Delete SUBREG_REG use.
12614         Fixes PR c/7872.
12616 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12618         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
12619         (*ixorsi3_lshiftrt_16): New.
12620         (*iorsi3_ashift_16): Remove.
12622 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12624         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
12625         pattern.
12627 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
12629         * doc/install.texi (Specific): Update entry for powerpc-darwin.
12631 2003-03-03  Richard Henderson  <rth@redhat.com>
12633         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
12635 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
12637         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
12638         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
12639         (rs6000_variable_issue): Do not return negative value.
12640         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
12641         scheduling pass.
12643 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12645         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
12646         prune_unused_types calls.
12648 2003-03-03  Jason Merrill  <jason@redhat.com>
12650         * tree-inline.c (find_builtin_longjmp_call): Save and restore
12651         lineno and input_filename.
12652         (find_alloca_call): Likewise.
12653         (inlinable_function_p): Run the langhook earlier.
12655         * calls.c (compute_argument_addresses): Give the new MEMs a
12656         minimum alignment of PARM_BOUNDARY.
12658 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
12660         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
12661         subtarget_asm_isa_spec.
12662         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
12663         (ASM_SPEC): Define as SH_ASM_SPEC.
12664         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
12665         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
12666         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
12667         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
12669         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
12670         and align_jumps if not set.
12671         Force align_jumps to be at least 2.
12672         When relaxing, force align_functions to be at least the maximum of
12673         align_loops, align_jumps and 4.
12674         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
12675         (sh_loop_align): Honour align_loops_log.
12677         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
12678         to check for indirect_jump_scratch.
12679         (indirect_jump_scratch): Add second set.
12680         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
12681         when looking for indirect_jump_scratch.
12682         Extract scratch register taking new structure of indirect_jump_scratch
12683         into account.
12684         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
12686 2003-03-03  Jan Hubicka  <jh@suse.cz>
12688         * calls.c (rtx_for_function_call): Take the address as an argument
12689         (expand_call): Do not modify the expression.
12691         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
12692         optimizing.
12694 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12696         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
12697         TARGET_H8300H and TARGET_H8300S.
12699 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12701         * config/h8300/h8300.md (a peephole2): New.
12703 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12705         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
12706         operands[0] and operands[1] are different.
12708 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12710         * reload1.c (reload_cse_move2add): Remove variable success.
12712 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12714         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
12715         warnings.
12717 2003-03-02  Richard Henderson  <rth@redhat.com>
12719         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
12720         * config.in, configure: Rebuild.
12721         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
12722         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
12723         paired ldtoffx and ldxmov annotations.
12724         (load_symptr_internal1): Remove.
12725         (load_symptr_high, load_symptr_low): New.
12727 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
12729         * c-incpath.c (add_path): Fix sysp assignment.
12731 2003-03-02  Kurt Garloff  <garloff@suse.de>
12733         * params.def: Introduce parameter max-inline-insns-rtl for
12734         a separate limit for the RTL inliner.
12735         * params.h: Likewise.
12736         * integrate.c (function_cannot_inline_p): Use it.
12737         * toplev.c (decode_f_option): Set multiple parameters
12738         controlling inlining with -finline-limit.
12739         * params.def: Fix orthographic and typographic errors.
12740         * doc/invoke.texi: Document parameters controlling inlining
12741         and the way -finline-limit sets multiple of them.
12743         * tree.h (struct tree_decl): Introduce inlined_function_flag,
12744         recording whether the function became eligible for inlining
12745         by a compiler flag rather than the declaration.
12746         Provide DID_INLINE_FUNC macro to access it.
12747         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
12748         * cp/decl.c (grokfndecl): Likewise.
12749         * toplev.c (rest_of_compilation): Likewise.
12750         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
12751         * print-tree.c (print_node): Report it.
12752         * params.def: Introduce new max-inline-insns-auto limit.
12753         * params.h: Likewise.
12754         * tree-inline.c (inlinable_function_p): Apply it to functions
12755         with DID_INLINE_FUNC set.
12756         * toplev.c (decode_f_option): Initialize it from -finline-limit
12757         value.
12758         * doc/invoke.texi: Document new parameter.
12760 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
12762         * fix-header.c (read_scan_file): Don't reference simplify_path.
12764 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12766         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
12767         min/max instructions by default as may result in reload errors.
12769 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12771         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
12772         avoid reload problems; define split for it.
12774 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12776         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
12777         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
12778         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
12779         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
12780         rotatert and rotate.
12781         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
12782         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
12783         ("*rotrhi3_addr"): New split for shift insns on address register.
12784         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
12785         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
12786         (___rotrhi3): Likewise.
12787         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
12789 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
12791         * toplev.c (aux_base_name): Moved from toplev.h.
12792         (filename): Constify.
12793         (lang_dependent_init): Don't duplicate name.
12794         (process_options): Set aux_base_name here, not...
12795         (do_compile): ...here.  Change protoype.
12796         (toplev_main): Move some code from do_compile.
12797         * toplev.h: Remove aux_base_name.
12799 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
12801         * config/h8300/h8300-protos.h: Add a prototype for
12802         iorxor_operator.
12803         * config/h8300/h8300.c (print_operand): Handle 'c'.
12804         (iorxor_operator): New.
12805         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
12806         * config/h8300/h8300.md (*iorhi3_zext): Remove.
12807         (*iorsi3_zexthi): Likewise.
12808         (*iorsi3_zextsi): Likewise.
12809         (*xorhi3_zextqi): Likewise.
12810         (*xorsi3_zexthi): Likewise.
12811         (*xorsi3_zextsi): Likewise.
12812         (*ixorhi3_zext): New.
12813         (*ixorsi3_zext_qi): Likewise.
12814         (*ixorsi3_zext_hi): Likewise.
12816 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
12818         * c-incpath.c (remove_component_p, simplify_path): Move back to
12819         cppfiles.c.
12820         (remove_duplicates): Use cpp_simplify_path.
12821         * c-incpath.h (simplify_path): Remove.
12822         * c-lex.c: Don't include c-incpath.h.
12823         (init_c_lex): Remove simplify_path.
12824         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
12825         (find_or_create_entry, validate_pch): Revert.
12827 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
12829         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
12830           an external cpp during compilation.
12831         (option_map): Likewise.
12832         * objc/lang-specs.h (default_compilers): Similarly.
12833         * doc/invoke.texi: Document -no-integrated-cpp flag.
12835 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
12837         * config/h8300/h8300.md (zero_extendqisi2): Change to an
12838         expander.
12839         (*zero_extendqisi2_h8300): New.
12840         (*zero_extendqisi2_h8300hs): New.
12841         (two splitters): New.
12843 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12845         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
12847 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12849         * config/h8300/h8300.md (a peephole2): Remove dead code.
12851 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12853         PR c++/9367
12854         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
12855         (BT_FN_INT_CONST_STRING_VALIST_ARG,
12856         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
12857         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
12858         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
12859         BT_FN_INT_STRING_CONST_STRING_VAR,
12860         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
12861         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
12862         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
12863         ATTR_NONNULL_3): Also include the nothrow attribute.
12864         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
12865         vsnprintf, vscanf, vsscanf): Don't define attributes here.
12866         * builtins.def (putchar, puts): Make full C89 built-ins.
12867         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
12868         vsscanf, vsnprintf, vsprintf): New built-ins.
12869         * c-common.c (c_common_nodes_and_builtins): Handle new macro
12870         DEF_FUNCTION_TYPE_VAR_3.
12872         * doc/extend.texi: Document these new built-in functions.
12874 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12876         * config/h8300/h8300.md (a peephole2): New.
12878 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
12880         * predict.c (estimate_bb_frequencies): Correctly set
12881         real_values_initialized after initialization.
12883 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
12885         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
12886         cppinit.o, cppdefault.o, fix-header): Update.
12887         * c-incpath.c: New file.
12888         * c-incpath.h: New file.
12889         * c-lex.c: Include c-incpath.h.
12890         (init_c_lex): Register path simplifier.
12891         * c-opts.c: Include cppdefault.h and c-incpath.h.
12892         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
12893         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
12894         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
12895         (missing_arg, c_common_decode_option): Handle them.
12896         (c_common_post_options): Register include chains.
12897         (print_help): Update.
12898         * cppdefault.h (struct default include): Update.
12899         Move some macros to ...
12900         * cppdefault.c: ... here.
12901         (cpp_include_defaults): Add extra field add_sysroot.
12902         * cppfiles.c (include_file, search_from, find_or_create_entry,
12903         cpp_included, find_include_file, remap_filename): Update for
12904         renaming of search_path to cpp_path, and of the chain headers.
12905         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
12906         * cpphash.h (struct search_path): Move to cpplib.h.
12907         (struct cpp_buffer, struct cpp_reader): Update.
12908         (_cpp_simplify_pathname): Remove.
12909         * cppinit.c: Don't include prefix.h and cppdefault.h.
12910         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
12911         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
12912         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
12913         no_pth, cpp_handle_options): Remove.
12914         (struct pending_option): Remove chain members.
12915         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
12916         cpp_handle_option): Update.
12917         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
12918         (struct cpp_options): Remove quote_include, bracket_include,
12919         include_prefix, include_prefix_len, verbose, ignore_srcdir,
12920         no_standard_includes, no_standard_cplusplus_includes.
12921         (struct cpp_callbacks): Add simplify_path.
12922         (cpp_handle_options): Remove.
12923         * fix-header.c: Include c-incpath.h.
12924         (read_scan_file): Update to use c-incpath functionality.
12925         * doc/passes.texi: Update.
12927 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12929         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
12930         satisfies EXTRA_CONSTRAINT 'U'.
12932 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12934         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
12935         register.
12936         (*tst_extzv_memqi_1_n): Change to a splitter.
12937         (a peephole2): Update.
12939 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
12941         * predict.c (estimate_bb_frequencies): Initialize the sreal
12942         constants once per compilation.
12944 2003-02-28  Richard Henderson  <rth@redhat.com>
12946         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
12948 2003-02-28  scott snyder  <snyder@fnal.gov>
12950         * flags.h: Add flag_eliminate_unused_debug_types.
12951         * toplev.c: Add flag_eliminate_unused_debug_types.
12952         (f_options): Add -feliminate-unused-debug-types.
12953         * dwarf2out.c (struct file_table): Add emitted member.
12954         (splice_child_die): Fix the parent pointer for the child being
12955         spliced.
12956         (lookup_filename): Maintain file_table.emitted array.  Don't
12957         output .file directive here.
12958         (maybe_emit_file): (new)
12959         (init_file_table): Set up file_table.emitted.
12960         (dwarf2out_source_line): Use maybe_emit_file.
12961         (dwarf2out_start_source_file): Use maybe_emit_file.
12962         (dwarf2out_init): Use maybe_emit_file.
12963         (prune_unused_types_walk_attribs): (new)
12964         (prune_unused_types_mark): (new)
12965         (prune_unused_types_walk): (new)
12966         (prune_unused_types_prune): (new)
12967         (prune_unused_types): (new)
12968         (dwarf2out_finish): Call prune_unused_types if
12969         flag_eliminate_unused_debug_types is set.
12970         * doc/invoke.texi (Option Summary): Add
12971         -feliminate-unused-debug-types.
12972         (Debugging Options): Likewise.
12974 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12976         * doc/invoke.texi: Change .pch to .gch.
12977         * cppfiles.c (open_file_pch): Likewise.
12978         * gcc.c (default_compilers): Likewise.
12980 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
12982         * floatlib.c: Remove.
12984 2003-02-28  Jason Merrill  <jason@redhat.com>
12986         * stor-layout.c (variable_size): Leave a "minus 1" outside the
12987         SAVE_EXPR.
12989 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
12991         * config/rs6000/power4.md: Add compare bypass.
12993 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
12995         * config/netbsd.h: Update copyright years.
12996         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
12997         -pthread is specified on the command line.
12999 2003-02-28  Dale Johannesen <dalej@apple.com>
13001         * loop.c (struct movable): Add insert_temp, shrink savemode.
13002         (scan_loop): Accept invariants that require copying; mark as
13003         insert_temp.
13004         (combine_movables): Don't combine insert_temp movables.
13005         (move_movables): Insert copies for insert_temp movables.
13006         Don't record the info based on regno for insert_temp's.
13008 2003-02-28  Joel Sherrill <joel@OARcorp.com>
13010         PR 9638/other
13011         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
13012         this constant defaults to 1.
13014 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
13016         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
13018 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
13020         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
13021         ARMv5e processor, not just for XScale.  Instructions are predicable.
13022         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
13024 2003-02-28  Nick Clifton  <nickc@redhat.com>
13026         * config/arm/arm.c (note_invalid_constants): Change parameter type
13027         from bool to int.
13029 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
13031         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
13032         test of bit 7.
13033         (*tst_extzv_memqi_1_n): Likewise.
13034         (a peephole2): New.
13036 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
13038         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
13039         #ifndef __mips16.
13041 2003-02-28  Jan Hubicka  <jh@suse.cz>
13043         * combine.c (gen_lowpart_for_combine): Update handling of
13044         subregs_of_mode
13045         * flow.c (life_analysis, mark_used_regs): Likewise.
13046         * regclass.c (subregs_of_mode): Turn into single bitmap.
13047         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
13048         dealing with subregs_of_mode
13049         * regs.h (subregs_of_mode): Update prototype.
13051 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
13053         * emit-rtl.c (set_reg_attrs_for_parm): New function.
13054         * rtl.h (set_reg_attrs_for_parm): New exported function.
13055         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
13056         set_reg_attrs_from_mem.
13058 2003-02-27  Roger Sayle  <roger@eyesopen.com>
13059             Zack Weinberg <zack@codesourcery.com>
13061         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
13063 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
13065         * reload1.c (sext_for_mode): Remove.
13066         (reload_cse_move2add): Use trunc_int_for_mode instead of
13067         sext_for_mode.
13068         (move2add_note_store): Likewise.
13069         Reset register information if we see a set in non-integer
13070         mode.
13072 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
13074         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
13075         option.
13076         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
13077         * config/rs6000/aix51.h: Same.
13078         * config/rs6000/aix52.h: Same.
13079         * config/rs6000/power4.md: Additional VMX bypasses.
13081 2003-02-27   Geert Bosch <bosch@gnat.com>
13083         * toplev.c (print_version): Add indentation for GGC heuristics and
13084         output after printing version information.
13086 2003-02-27  James E Wilson  <wilson@tuliptree.org>
13088         * combine.c (simplify_comparison): Require integral mode when
13089         permuting SUBREG with AND.
13091 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
13093         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
13095 2003-02-27  Nick Clifton  <nickc@redhat.com>
13097         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
13098         deleted when cirrus instructions were added.
13100 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
13102         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
13103         POSIX thread support by default.
13105 2003-02-27  Roger Sayle  <roger@eyesopen.com>
13107         * config/i386/cygwin.h: Don't include any other files directly.
13108         * config/i386/mingw32.h: Don't include cygwin.h directly.
13109         * config.gcc (cygwin, mingw32, uwin): Instead make these files
13110         explicit in the tm_files variable.
13112 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
13114         * config/rs6000/rs6000.md: Add TI constant splitter.
13116 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
13118         * builtins.c (purge_builtin_constant_p): Handle subreg of
13119         constant_p_rtx too.
13121         * function.c (assign_stack_local_1): Truncate constant added to
13122         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
13124 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
13126         * config.gcc: Add power4 to PowerPC with_cpu list.
13128 2003-02-26  Jan Hubicka  <jh@suse.cz>
13130         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
13132 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13134         * gcov-dump.c (print_prefix): Fix signedness warning.
13135         * gcov-io.h (struct counter_section, struct counter_section_data): New.
13136         (struct function_info): n_arc_counts field removed, n_counter_sections,
13137         counter_sections fields added.
13138         (struct gcov_info): arc_counts, n_arc_counts fields removed,
13139         n_counter_sections, counter_sections fields added.
13140         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
13141         profile sections.
13142         * profile.h (MAX_COUNTER_SECTIONS): New.
13143         (struct section_info): New.
13144         (struct profile_info): count_instrumented_edges,
13145         count_edges_instrumented_now fields removed, n_sections, section_info
13146         fields added.
13147         (find_counters_section): Declare.
13148         * profile.c (struct function_list): count_edges field removed,
13149         n_counter_sections, counter_sections fields added.
13150         (set_purpose, label_for_tag, build_counter_section_fields,
13151         build_counter_section_value, build_counter_section_data_fields,
13152         build_counter_section_data_value, build_function_info_fields,
13153         build_function_info_value, build_gcov_info_fields,
13154         build_gcov_info_value): New static functions.
13155         (find_counters_section): New function.
13156         (instrument_edges, get_exec_counts, compute_branch_probabilities,
13157         branch_prob, create_profiler): Modified to support multiple profile
13158         sections.
13160 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13162         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
13163         is 8 * STACK_BOUNDARY.
13164         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
13166 2003-02-26  Michael Matz  <matz@suse.de>
13168         * ra-colorize.c (merge_moves): Fix list handling.
13170 2003-02-26  Nick Clifton  <nickc@redhat.com>
13172         * config/arm/arm.c (is_load_address): Rename to...
13173         (arm_memory_load_p) ... this and make it check for SUBREGs and
13174         constant loads that will be converted into loads from the
13175         minipool.
13176         (is_cirrus_insn): Rename to ...
13177         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
13178         of CIRRUS_NO with CIRRUS_NOT.
13179         (cirrus_reorg): Use renamed functions.
13180         (note_invalid_constants): Change from a void function to bool.
13181         Add an extra parameter, saying whether the fixups should be
13182         pushed.  Return true if fixups are needed.
13183         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
13184         of CIRRUS_NO with CIRRUS_NOT.
13185         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
13186         other floating point co-processors can also affect this.
13187         * config/arm/arm.md ("type" attribute): Add mav_farith and
13188         mav_dmult.  Replace references to "cirrus_type" attribute with
13189         "type".
13190         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
13191         ("cirrus_type" attribute): Delete - use "type" instead.
13192         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
13193         'normal'.
13195 2003-02-25  Jan Hubicka  <jh@suse.cz>
13197         * objc-act.c: Include cgraph.h
13198         (mark_referenced_methods): New function.
13199         (objc_init): Call it.
13200         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
13202         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
13203         mode.
13205         * optabs.c (expand_fix): Do not widen the input operand.
13207         * expr.c (emit_group_store):  Fix crash when converting single
13208         register into complex register.
13210         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
13211         * alias.c: Include timevar.h
13212         (init_alias_analysis):  Set timevar
13213         * jump.c: Include timevar.h
13214         (rebuild_jump_labels):  Set timevar
13215         * regcalss.c: Include timevar.h
13216         (reg_scan):  Set timevar
13217         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
13219 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13221         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
13223         * Makefile.in (loop-unroll.o): New.
13224         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
13225         (unroll_and_peel_loops): Declare.
13226         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
13227         flag_old_unroll_loops.
13228         * loop.c (loop_invariant_p): Ditto.
13229         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
13230         flag_old_unroll_all_loops.
13231         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
13232         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
13233         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
13234         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
13235         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
13236         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
13237         PARAM_MAX_ONCE_PEELED_INSNS): New.
13238         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
13239         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
13240         instead of old one.
13241         (flag_peel_loops): New.
13242         (lang_independent_options): The new flags added.
13243         (rest_of_compilation): Call new unroller.
13244         (process_options): Setup flags for coexistence of old and new unroller.
13245         * doc/invoke.texi: Document new options.
13246         * doc/passes.texi: Document new unroller pass.
13248 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
13250         * fixinc/fixincl.x: Regenerate
13252 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
13254         * function.c (assign_parms): Set reg_attrs for parameters passed in
13255         registers.
13257 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
13259         PR target/9681
13260         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
13262 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
13264         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
13265         pseudo-op.
13267 2003-02-25  Roger Sayle  <roger@eyesopen.com>
13269         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
13270         * cse.c (invalidate_skipped_set):  Likewise.
13271         * integrate.c (subst_constants):  Likewise.
13272         * jump.c (reversed_comparison_code_parts):  Likewise.
13273         * loop.c (canonicalize_condition):  Likewise.
13274         * simplify-rtx.c (simplify_relational_operation):  Likewise.
13276 2003-02-25  Roger Sayle  <roger@eyesopen.com>
13278         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
13279         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
13280         the appropriate macro to define built-in function.
13281         (fmod,fmodf,fmodl): New built-in functions.
13283         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
13285 2003-02-25  Richard Henderson  <rth@redhat.com>
13287         * config/i386/i386.c (function_arg): Pass variable sized
13288         structures correctly on the stack.
13290 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
13292         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
13293         does not reduce the cost of SET.
13295 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13297         PR target/9732
13298         * config/rs6000/rs6000.c (first_reg_to_save): Handle
13299         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
13300         (rs6000_emit_prologue): Likewise.
13301         (rs6000_emit_epilogue): Likewise.
13302         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
13303         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
13305 2003-02-25  Richard Henderson  <rth@redhat.com>
13307         * real.c (real_to_integer2): Force overflow result only for
13308         unsigned overflow.
13310 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
13312         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
13314 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
13315             Richard Henderson  <rth@redhat.com>
13317         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
13318         there is no similar load.
13320 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
13321             Richard Henderson  <rth@redhat.com>
13323         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
13324         sched-rgn.c.
13325         (add_forward_dependence): New function prototype.
13327         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
13328         sched-init.h.
13329         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
13330         them to haifa-sched.c.
13332         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
13333         haifa_classify_insn): Move them from sched-rgn.c.
13335         * sched-deps.c (add_dependence): Return flag of creating a new
13336         entry.
13337         (add_forward_dependence): New function.
13338         (compute_forward_dependences): Use the function.
13340         * sched-ebb.c (earliest_block_with_similiar_load): New function.
13341         (add_deps_for_risky_insns): New function.
13342         (schedule_ebb): Call the function.
13344 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
13346         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
13347         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
13349         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
13350         opaque types fail.
13352         * c-typeck.c (comptypes): Change call to vector_types_compatible
13353         to vector_opaque_p.
13354         (convert_for_assignment): Call vector_opaque_p instead of
13355         vector_types_compatible.
13356         (really_start_incremental_init): Disallow initialization of opaque
13357         types.
13359         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
13360         Define TARGET_VECTOR_OPAQUE_P.
13361         (TARGET_INITIALIZER): Same.
13363         * target.h (struct gcc_target): Remove vector_types_compatible.
13364         Add vector_opaque_p.
13366         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
13367         Remove.
13368         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
13369         a vector type.  Change return type to bool.
13370         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
13371         (TARGET_VECTOR_OPAQUE_P): Define.
13373         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
13374         target hook.
13375         Include target.h.
13376         (cp_parser_init_declarator): Fix typo in function comments.
13378 2003-02-25  Jan Hubicka  <jh@suse.cz>
13380         * Makefile.in (lcm.o):  Add dependency on function.h
13381         * lcm.c (function.h): Include.
13382         * i386.c (machine_function, ix86_stack_locals,
13383         * ix86_save_varrargs_registers) : Move to
13384         ...
13385         * i386.h (machine_function, ix86_stack_locals,
13386         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
13387         (ix86_optimize_mode_switching): New.
13388         * i386.md (fix patterns): Set ix86_optimize_mode_switching
13390 2003-02-25  Nick Clifton  <nickc@redhat.com>
13392         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
13393         of fourth arg is 'fndecl' not 'indirect'.  Update comment
13394         describing the function's parameters.
13396 2003-02-24  Jan Hubicka  <jh@suse.cz>
13398         * combine.c (simplify_shift_const):  Fix previous patch.
13400 2003-02-24  Jeff Law  <law@redhat.com>
13402         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
13403         alternative.
13404         (testsi_1, testhi_1, testqi_1): Likewise.
13406 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13408         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
13409         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
13410         * doc/extend.texi (Tru64 Pragmas): Reflect this.
13412         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
13413         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
13414         * fixinc/fixincl.x: Regenerate.
13415         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
13416         testcase.
13417         Fixes PR c/5059, c/6126, other/9671.
13419 2003-02-24  Roger Sayle  <roger@eyesopen.com>
13421         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
13422         from handle_braces in "%{...}".
13424 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
13426         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
13427         (prepare_move_operands): Handle TLS operands.
13428         (tls_symbolic_operand): New.
13429         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
13430         (legitimize_pic_address): Do nothing for the TLS symbol.
13431         (sh_encode_section_info): Handle TLS case.
13432         (sh_strip_name_encoding): Drop TLS encoding.
13433         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
13434         * config/sh/sh.h (SH_TLS_ENCODING): Define.
13435         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
13436         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
13437         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
13438         * config/sh/sh.md: Define TLS UNSPEC constants.
13439         (type): Add tls_load.
13440         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
13441         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
13442         ("tls_initial_exec"): New insn.
13443         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
13444         ("load_gbr"): New insn.
13446         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
13447         * configure: Regenerate.
13449 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
13451         PR 9297, PR 9722
13452         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
13453         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
13454         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
13455         (enum block_op_methods): Reorder for better store_expr optimization.
13456         * expr.c (store_expr): Test bit 1 of "want_value" for call param
13457         stores, test bit 0 for original want_value meaning.  Pass
13458         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
13459         recursive calls, and calls to expand_param.
13460         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
13461         expected, set target to 0 rather than to subtarget.  Formatting.
13463 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
13465         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
13467 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13469         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
13470         new default behavior.
13471         * ggc-common.c: Include sys/resource.h.
13472         (ggc_rlimit_bound): New function.
13473         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
13474         defaults to account for rlimits.
13476 2003-02-22  Richard Henderson  <rth@redhat.com>
13478         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
13480 2003-02-22  Kelley Cook <kelley@dwhoops.info>
13482         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
13483         (ix86_tune_string): Rename from ix86_cpu_string.
13485 2003-02-22  Kelley Cook <kelleycook@comcast.net>
13487         * config/i386/i386.c: Replace "mcpu" with "mtune".
13488         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
13489         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
13490         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
13491         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
13493 2003-02-23  Andreas Schwab  <schwab@suse.de>
13495         * config.gcc: Delete references to m68k/t-linux and
13496         m68k/t-linux-aout.
13497         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
13499 2003-02-22  Jan Hubicka  <jh@suse.cz>
13501         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
13502         of track scheduling patch.
13504 2003-02-22  Jan Hubicka  <jh@suse.cz>
13506         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
13507         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
13509 2003-02-22  Jan Hubicka  <jh@suse.cz>
13511         * c-decl.c (c_expand_body_1): Fix.
13513 2003-02-22  Jan Hubicka  <jh@suse.cz>
13515         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
13517         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
13518         when not optimizing.
13519         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
13520         when not expensive.
13521         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
13522         optimizing;  Delete trivially dead insns early; fix optimize check.
13524         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
13525         dependency on cgraph.h
13526         * c-decl.c: Include cgraph.h
13527         (finish_function): Update call of tree_inlinable_function_p.
13528         * c-objc-common.c: Include cgraph.h
13529         * cgraph.h: New file.
13530         * cgraphunit.c: New file.
13531         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
13532         (cgraph_nodes, cgraph_n_nodes): Globalize.
13533         (cgraph_finalize_function, cgraph_finalize_compilation_unit
13534         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
13535         Move into cgraphunit.c
13536         * tree-inline.c: Include cgraph.h
13537         * tree-inline.c: Include cgraph.h
13539 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
13541         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
13542         for copying a register.
13544 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13546         PR other/3782
13547         * toplev.c (process_options): If flag_detailed_statistics is set,
13548         then set time_report as well.
13550         PR c/8828
13551         * jump.c (never_reached_warning): Don't fall through BARRRIER
13552         insns.  Update comments to reflect what the function really does.
13554 2003-02-21  Roger Sayle  <roger@eyesopen.com>
13556         * fold-const.c (omit_one_operand): No longer static.
13557         * tree.h (omit_one_operand): Prototype here.
13558         (div_and_round_double): Keep fold-const.c prototypes together.
13559         * builtins.c (builtin_mathfn_code): Handle binary built-in
13560         funtions, such as "pow" and "atan2".
13561         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
13562         Simplify optimizations using "type" the builtin's return type.
13564 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
13566         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
13567         Fix functionalization typo.
13569         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
13570         in an asm.
13572 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13574         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
13575         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
13576         documentation.
13577         * ggc-common.c: Include params.h
13578         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
13579         init_ggc_heuristics): New functions.
13580         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
13581         init_ggc_heuristics): Prototype.
13582         * toplev.c (print_version):  Output GGC heuristics.
13583         (parse_options_and_default_flags): Call init_ggc_heuristics.
13585 2003-02-22  Jan Hubicka  <jh@suse.cz>
13587         * i386.c (def_builtin):  Special case 64bit builtins.
13588         (MASK_SSE164, MASK_SSE264): New constants.
13589         (builtin_description): Add 64bit builtins.
13590         (ix86_init_mmx_sse_builtins): Likewise.
13591         * i386.h (enum ix86_builtins): Likewise.
13592         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
13593         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
13594         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
13595         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
13596         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
13597         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
13598         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
13600 2003-02-22  Jan Hubicka  <jh@suse.cz>
13602         * i386.c (builtin_description): Add __builtin_ia32_paddq and
13603         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
13604          and __builtin_ia32_psubq128.
13605         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
13606         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
13607         (mmx_adddi3, mmx_subdi3): New.
13608         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
13609         * xmmintrin.h (_mm_movepi64_pi64): New.
13610         (_mm_add_epi64, _mm_sub_epi64): fix.
13611         (_mm_mul_pu16): Rename to...
13612         (_mm_mul_su32): ... this one.
13614         * builtins.c (expand_builtin_expect):  Do not predict
13615         flag_guess_branch_prob is not set.
13616         * c-semantics.c (expand_stmt): Likewise.
13617         * predict.c (predict_insn): Likewise.
13618         * stmt.c (expand_continue_loop): Likewise.
13619         * toplev.c (rest_of_compilation): Do not call
13620         note_prediction_to_br_prob and note_prediction_to_br_prob
13621         when not optimizing.
13623 2003-02-21  Jan Hubicka  <jh@suse.cz>
13625         * cfgrtl.c (commit_edge_insertions):  Call
13626         find_many_sub_basic_block only when some code has been emitted.
13627         (commit_edge_insertions_watch_calls): Bring into sync with
13628         commit_edge_insertions
13630 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
13632         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
13634         * sh.md (binary_sf_op): Use extra constant operand instead of
13635         negating constant operand 4.
13636         * sh.c (sh_expand_binop_v2sf): Supply it.
13638 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
13640         * cpphash.h (struct lexer_state): Add directive_wants_padding.
13641         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
13642         for directives of type INCL.
13643         (glue_header_name, parse_include): Use get_token_no_padding.
13644         * cppmacro.c (replace_args): If directive_wants_padding,
13645         provide padding tokens.
13647 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
13649         * config/h8300/h8300.md (a peephole2): New.
13651 2003-02-21  Jan Hubicka  <jh@suse.cz>
13653         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
13654         (commit_edge_insertions): Call find_many_sub_basic_blocks
13656         * reg-stack.c (convert_regs): Cleax aux for blocks.
13658 2003-02-21  Jan Hubicka  <jh@suse.cz>
13660         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
13662 2003-02-21  Glen Nakamura  <glen@imodulo.com>
13664         PR optimization/8613
13665         * builtins.c (expand_builtin): Emit postincrements before expanding
13666         builtin functions.
13668 2003-02-21  Ben Elliston  <bje@redhat.com>
13670         PR other/5634
13671         * doc/install.texi (Configuration): Explain using $HOME instead of
13672         the ~ metacharacter when referring to home directories.
13674 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
13676         * configure.in (TARGET_SYSTEM_ROOT): Set default to
13677         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
13678         '${exec_prefix}' (in addition to the expansion thereof) as
13679         relocatable.
13680         * configure: Rebuilt.
13682 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13684         * config/h8300/h8300.md (addhi3_incdec): Change the name to
13685         *addhi3_incdec.
13686         (addsi3_incdec): Change the name to *addsi3_incdec.
13688 2003-02-20  Roger Sayle  <roger@eyesopen.com>
13690         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
13692 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
13694         PR fortran/9038
13695         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
13696         options to be ignored.
13697         (c_common_decode_option): Ignore them when preprocessing.
13699 2003-02-20  Jan Hubicka  <jh@suse.cz>
13701         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
13702         global variables.
13703         (lang_independent_options):  Add -fsched2-use-superblocks
13704         -fsced2-use-traces.
13705         (rest_of_compilation): Deal with it.
13706         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
13707         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
13708         Declare.
13709         * rtl.h (reg_to_stack):  Update prototype.
13710         * reg-stack.c (reg_to_stack): Return when something has changed;
13711         update liveness when executing after superblock scheduling.
13713         * combine.c (simplify_shift_const):  Simplify few special cases
13714         into constants.
13716 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
13718         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
13719         (add.,subf.,neg.): Change attribute to fast_compare.
13720         All DFA descriptions updated.
13722 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
13724         Change base class access representation.
13725         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
13726         TREE_VIA_PRIVATE): Remove.
13727         (BINFO_BASEACCESSES): New binfo elt.
13728         (BINFO_BASEACCESS): New accessor.
13729         (BINFO_ELTS): Increase.
13730         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
13731         (access_public_node, access_protected_node,
13732         access_private_node): New global nodes.
13733         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
13734         * dbxout.c (dbxout_type): Adjust.
13735         * dwarf2out.c (gen_inheritance_die): Add access parameter.
13736         (gen_member_die): Adjust.
13737         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
13738         (output_type): Adjust.
13739         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
13741         Change base class access representation. Share virtual base
13742         binfos.
13743         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
13744         call.
13745         * cp/class.c (build_base_path): Likewise.
13746         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
13747         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
13748         (make_new_vtable): Adjust.
13749         (force_canonical_binfo_r): Delete.
13750         (force_canonical_binfo): Delete.
13751         (mark_primary_virtual_base): Delete.
13752         (dfs_unshared_virtual_bases): Delete.
13753         (mark_primary_bases): Adjust.
13754         (maybe_warn_about_overly_private_class): Adjust.
13755         (dfs_base_derived_from): Delete.
13756         (base_derived_from): Follow the inheritance chain.
13757         (struct find_final_overrider_data): Add vpath member.
13758         (dfs_find_final_overrider): Adjust.
13759         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
13760         (find_final_overrider): Adjust.
13761         (update_vtable_entry_for_fn): Adjust.
13762         (modify_all_vtables): Adjust.
13763         (walk_subobject_offsets): Adjust.
13764         (layout_nonempty_base_or_field): Adjust.
13765         (layout_empty_base): Remove last parameter. Adjust.
13766         (build_base_field): Adjust.
13767         (build_base_fields): Adjust.
13768         (propagate_binfo_offsets): Remove last parameter. Adjust.
13769         (dfs_set_offset_for_unshared_vbases): Delete.
13770         (layout_virtual_bases): Adjust.
13771         (finish_struct_1): Adjust.
13772         (init_class_processing): Don't init access nodes.
13773         (dfs_get_primary_binfo): Delete.
13774         (get_primary_binfo): Adjust.
13775         (dump_class_hierarchy_r): Remove most derived arg, add IGO
13776         parameter. Adjust.
13777         (dump_class_hierarchy): Adjust.
13778         (finish_vtbls): Adjust.
13779         (get_original_base): Delete.
13780         (build_vtt_inits): Adjust.
13781         (dfs_build_secondary_vptr_vtt_inits): Adjust.
13782         (dfs_ctor_vtable_bases_queue_p): Adjust.
13783         (build_ctor_vtbl_group): Adjust.
13784         (dfs_accumulate_vtbl_inits): Adjust.
13785         (build_vtbl_initializer): Adjust.
13786         (build_vbase_offset_vtbl_entries): Adjust.
13787         (add_vcall_offset_vtbl_entries_1): Adjust.
13788         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
13789         (access_*_node): Remove.
13790         (CANONICAL_BINFO): Delete.
13791         (BINFO_UNSHARED_MARKED): Remove.
13792         (BINFO_MARKED): Set LANG_FLAG_0 directly.
13793         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
13794         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
13795         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
13796         Delete.
13797         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
13798         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
13799         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
13800         Delete.
13801         (BINFO_DEPENDENT_BASE_P): New.
13802         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
13803         index.
13804         (markedp, unmarkedp): Adjust.
13805         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
13806         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
13807         find_vbase_instance, binfo_for_vbase): Delete.
13808         (copied_binfo, original_binfo): Declare.
13809         (finish_base_specifier): Add virtual_p arg.
13810         (unshare_base_binfos): Delete.
13811         (copy_base_binfos): Declare.
13812         (reverse_path): Delete.
13813         * cp/decl.c (xref_basetypes): Access and virtuality passed
13814         differently. Don't copy direct base binfos here. Call
13815         copy_base_binfos.
13816         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
13817         (initialize_vtbl_ptrs): Adjust.
13818         (expand_member_init): Adjust.
13819         * cp/parser.c (cp_parser_base_specifier): Adjust.
13820         * cp/pt.c (instantiate_class_template): Adjust.
13821         (get_template_base_recursive): Adjust.
13822         * cp/rtti.c (get_pseudo_ti_init): Adjust.
13823         (get_pseudo_ti_desc): Adjust.
13824         * cp/tree.c (unshare_base_binfos): Rename to ...
13825         (copy_base_binfos): ... here, reimplement.
13826         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
13827         (reverse_path): Remove.
13828         * cp/typeck.c (get_delta_difference): Adjust error messages.
13829         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
13830         * cp/search.c (lookup_base_r): Adjust.
13831         (dynamic_cast_base_recurse): Adjust.
13832         (canonical_binfo): Remove.
13833         (dfs_canonical_queue): Remove.
13834         (dfs_assert_unmarked_p): Remove.
13835         (assert_canonical_unmarked): Remove.
13836         (shared_marked_p, shared_unmarked_p): Remove.
13837         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
13838         (dfs_access_in_type): Adjust.
13839         (access_in_type): Adjust.
13840         (dfs_accessible_queue_p): Adjust.
13841         (dfs_accessible_p): Adjust.
13842         (is_subobject_of_p_1, is_subobject_of_p): Remove.
13843         (struct lookup_field_info): Remove from_dep_base_p field.
13844         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
13845         (lookup_field_r): Remove dependent base code.
13846         (lookup_member): Likewise.
13847         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
13848         (dfs_unmarked_real_bases_queue_p): Remove.
13849         (dfs_marked_real_bases_queue_p): Remove.
13850         (dfs_skip_vbases): Remove.
13851         (dfs_get_pure_virtuals): Adjust.
13852         (markedp, unmarkedp): Adjust.
13853         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
13854         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
13855         (dfs_unmark): Adjust.
13856         (dfs_get_vbase_types):Remove.
13857         (dfs_build_inheritance_graph_order): Remove.
13858         (get_vbase_types): Remove
13859         (dfs_find_vbase_instance): Remove.
13860         (find_vbase_instance): Remove.
13861         (dfs_debug_unmarkedp): Adjust.
13862         (dependent_base_p): Remove.
13863         (dfs_push_type_decls): Adjust.
13864         (dfs_push_decls): Adjust.
13865         (dfs_no_overlap_yet): Adjust.
13866         (copied_binfo): New function.
13867         (original_binfo): New function.
13868         (binfo_for_vbase): Remove.
13870         Change base class access representation.
13871         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
13872         (add_interface_do): Likewise.
13874 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
13876         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
13877         * config/rs6000/power4.md (power4-store,power4-vecstore): New
13878         insn reservations.
13879         (power4-fpstore): Compact.
13881 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13883         * config/h8300/h8300.md (*iorsi3_w): New.
13885 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
13887         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
13888         * rtl.c (reg_note_name): Likewise.
13889         * rtl.h (enum reg_note): Likewise.
13890         * doc/invoke.texi: Likewise.
13891         * doc/rtl.texi: Likewise.
13893 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
13895         * bb-reorder.c (find_traces_1_round): Fix comment typo.
13897 2003-02-19  Roger Sayle  <roger@eyesopen.com>
13899         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
13900         addition in the presence of signaling NaNs.
13902 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
13904         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
13906 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13908         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
13909         ORing with 0xffff??00 with the highest bit of the ?? part set.
13910         (compute_logical_op_length): Update.
13911         (compute_logical_op_cc): Likewise.
13913 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
13915         * bb-reorder.c (find_traces_1_round): Fixed condition for small
13916         destination block with multiple predecessors.
13917         (connect_traces): Check whether the block is a start of trace.
13919 2003-02-19  Jan Hubicka  <jh@suse.cz>
13921         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
13922         * function.c (assign_params): Likewise.
13923         * arm-protos.h (arm_init_cumulative_args): Update prototype.
13924         * arm.c (arm_init_cumulative_args): Update function.
13925         * arm.h (INIT_CUMULATIVE_ARGS): Update.
13926         * avr-protos.h (init_cumulative_args): Update prototype.
13927         * avr.c (init_cumulative_args): Update function.
13928         * avr.h (INIT_CUMULATIVE_ARGS): Update.
13929         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
13930         * d30v.c (d30v_init_cumulative_args): Update function.
13931         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
13932         * frv-protos.h (frv_init_cumulative_args): Update prototype.
13933         * frv.c (frv_init_cumulative_args): Update function.
13934         * frv.h (INIT_CUMULATIVE_ARGS): Update.
13935         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
13936         * pa.h (INIT_CUMULATIVE_ARGS): Update.
13937         * sparc-protos.h (init_cumulative_args): Update prototype.
13938         * sparc.c (init_cumulative_args): Update function.
13939         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
13940         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
13942 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13944         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
13945         (*ashiftsi_sextqi_7): Likewise.
13947 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13949         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
13950         ISO C99 and C++.
13952         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
13953         for C++ on IRIX 6.5.1[89].
13954         * fixinc/tests/base/internal/sgimacros.h: New file.
13956         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
13957         * fixinc/tests/base/internal/wchar_core.h: New file.
13959         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
13960         socklen_t definition.
13961         * fixinc/fixincl.x: Regenerate.
13962         * fixinc/tests/base/sys/socket.h: New file.
13963         Fixes PR libgcj/9652.
13965 2003-02-19  Jan Hubicka  <jh@suse.cz>
13967         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
13969 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
13971         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
13972         align_jumps_max_skip and align_loops_max_skip.
13974 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
13976         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
13977         test size if named section.
13979 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
13981         * expr.c (expand_expr): Use gen_int_mode for the argument
13982         to gen_rtx_MULT.
13984 2003-02-19  Jan Hubicka  <jh@suse.cz>
13986         * i386.md (cosxf2):  Fix conditional.
13988 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13990         * config/h8300/h8300.md (extendqisi2): Change to an expander.
13991         (*extendqisi2_h8300): New.
13992         (*extendqisi2_h8300hs): Likewise.
13994 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13996         * config/h8300/h8300-protos.h: Update the prototype for
13997         split_adds_subs.  Remove the prototypes for
13998         const_int_le_2_operand and const_int_le_6_operand.
13999         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
14000         (const_int_le_2_operand): Remove.
14001         (const_int_le_6_operand): Likewise.
14002         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
14003         for const_int_le_2_operand and const_int_le_6_operand.
14004         * config/h8300/h8300.md: Update all uses of split_adds_subs.
14005         (a peephole2): New.
14007 2003-02-18  Jan Hubicka  <jh@suse.cz>
14009         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
14010         (cgraph_expand_function): Rewrite.
14012 2003-02-18  Matt Austern <austern@apple.com>
14014         * toplev.c, langhooks.c, langhooks-def.h: Move
14015         write_global_declarations from toplev.c to langhooks.c.
14017 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
14019         * config/h8300/h8300.c (general_operand_src): Always check
14020         MODE.
14021         (general_operand_dst): Likewise.
14023 2003-02-18  Roger Sayle  <roger@eyesopen.com>
14025         * convert.c (convert_to_real): Also optimize (float)log(x) into
14026         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
14028 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
14030         * config/sh/sh.c (unspec_caller_rtx_p): New.
14031         (sh_cannot_copy_insn_p): New.
14032         (TARGET_CANNOT_COPY_INSN_P): New.
14034 2003-02-18  Richard Henderson  <rth@redhat.com>
14036         * c-common.c (handle_used_attribute): Accept static data too.
14038 2003-02-18  Nick Clifton  <nickc@redhat.com>
14039             Aldy Hernandez  <aldyh@redhat.com>
14041         * testsuite/gcc.dg/20030218-1.c: New.
14043         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
14045         * target-def.h (TARGET_INITIALIZER): Add
14046         TARGET_VECTOR_TYPES_COMPATIBLE.
14047         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
14049         * target.h (struct gcc_target): Add field vector_types_compatible.
14051         * c-typeck.c (comptypes): Take into account
14052         TARGET_VECTOR_TYPES_COMPATIBLE.
14053         (convert_for_assignment): Same.
14055         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
14056         (rs6000_spe_vector_types_compatible): New.
14057         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
14059 2003-02-19  Andreas Schwab  <schwab@suse.de>
14061         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
14062         * toplev.c: Include langhooks-def.h.
14064 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
14066         * config/mips/mips.h (enum processor_type): Sort entries
14067         alphabetically.
14068         * config/mips/mips.md (define_attr cpu): Sync with processor_type
14069         enum values, including adding entries that were missing.
14071 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
14073         * sh.c (calc_live_regs): Also check GET_CODE when checking if
14074         initial value for PR_REG is still the PR_REG register.
14076 2003-02-18  Jim Wilson  <wilson@redhat.com>
14078         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
14079         instruction in output template.
14080         (bsp_value): Change output template from string to C code, add %,
14081         before actual instruction.
14082         (flushrs): Mark as not predicable.
14084 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
14086         * inclhack.def (netbsd_bogus_semicolon): New fix.
14087         * fixincl.x: Rebuilt.
14088         * tests/base/ctype.h: Update.
14090 2003-02-18  Roger Sayle  <roger@eyesopen.com>
14092         * fold-const.c (negate_expr_p): New function to determine whether
14093         an expression can be negated cheaply.
14094         (fold) [MINUS_EXPR]: Use it to determine whether to transform
14095         -A - B into -B - A for floating point types.
14097 2003-02-18  Roger Sayle  <roger@eyesopen.com>
14099         * sbitmap.c (sbitmap_resize): New function.
14100         * sbitmap.h (sbitmap_resize): Prototype here.
14101         * recog.c (split_all_insns): Use sbitmap_resize.
14103 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
14105         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
14106         insn length.
14107         (extendqisi2): Likewise.
14108         (*extendhisi2_h8300): Likewise.
14110 2003-02-18  Matt Austern <austern@apple.com>
14112         * langhooks.h, langhooks-def.h: introduce new langhook,
14113         final_write_globals, with write_global_declarations as default.
14114         * toplev.c: Move invocation of wrapup_global_declarations from
14115         compile_file to new function, write_global_declarations.  Change
14116         compile_file to use final_write_globals hook.  Change
14117         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
14118         conditional.
14120 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14122         * pa.md: Correct and enhance comment.
14124 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
14126         * gcc.c (validate_switches): Don't scan past closing '}'.
14128 2003-02-18  Ben Elliston  <bje@redhat.com>
14130         PR c++/1607
14131         * doc/extend.texi (Function Attributes): Document the effect of
14132         the C++ "this" parameter on the counting of arguments for the
14133         "format" and "format_arg" attributes.
14135 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
14137         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
14138         (__ev_stdw): Same.
14139         (__ev_stdh): Same.
14141 2003-02-17  Jan Hubicka  <jh@suse.cz>
14143         * recog.c (split_all_insns):  Fix memory overflow.
14145 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
14147         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
14148         (cmphi): Likewise.
14149         (*cmphi_h8300): Likewise.
14150         (*cmphi_h8300hs): Likewise.
14151         (cmpsi): Likewise.
14152         (7 peephole2): Likewise.
14154 2003-02-16  Jan Hubicka  <jh@suse.cz>
14156         * c-typeck.c (build_c_cast):  Fold constant variables into
14157         initial values.
14159 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14161         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
14162         (Binaries): Ditto for Sinix/Reliant Unix.
14164 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
14166         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
14167         not overlap the final result register.
14169 2003-02-16 Arend Bayer <arend.bayer@web.de>
14170            Richard Henderson  <rth@redhat.com>
14172         PR c/8068
14173         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
14174         rearrange mult arguments for less recursion.
14175         (extract_muldiv): New.  Prevent runaway recursion.
14177 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
14179         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
14180         MASK_ALIGN_DOUBLE.
14182 2003-02-15  Roger Sayle  <roger@eyesopen.com>
14184         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
14185         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
14186         (ext_80387_constants_table): Global table of 80387 special constants
14187         guarded by ext_80387_constants_init flag when not initialized.
14188         (init_ext_80387_constants): New function to initialize this table.
14189         (standard_80387_constant_p): Extend to recognize extra 80387
14190         constants, in XFmode, on processors where this is a win.
14191         (standard_80387_constant_opcode): New function to return the
14192         opcode associated with standard_80387_constant_p.
14193         (standard_80387_constant_rtx): New function to return the XFmode
14194         CONST_DOUBLE associated with standard_80387_constant_p.
14195         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
14197         * config/i386/i386-protos.h (standard_80387_constant_opcode):
14198         Prototype here.
14199         (standard_80387_constant_rtx): Likewise.
14201         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
14202         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
14203         *movtf_integer): Simplify using new standard_80387_constant_opcode.
14205 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
14207         * doc/invoke.texi (Optimize Options): Correct @option syntax.
14209 2003-02-15  Richard Henderson  <rth@redhat.com>
14211         * Makefile.in (cfglayout.o): Depend on TARGET_H.
14212         * cfglayout.c: Include target.h.
14213         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
14214         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
14215         * target.h (struct gcc_target): Add cannot_copy_insn_p.
14217         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
14218         (TARGET_CANNOT_COPY_INSN_P): New.
14219         (override_options): Revert 2003-02-08 hack.
14221 2003-02-15  Richard Henderson  <rth@redhat.com>
14223         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
14224         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
14226 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
14228         * config/rs6000/rs6000.h (processor_type): Add PPC440.
14229         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
14230         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
14231         TARGET_SCHED_VARIABLE_ISSUE): Define.
14232         (rs6000_use_dfa_pipeline_interface): New function.
14233         (rs6000_multipass_dfa_lookahead): New Function.
14234         (rs6000_variable_issue): New function.
14235         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
14236         (rs6000_issue_rate): Add PPC440.
14237         * config/rs6000/rs6000.md (unspec list): Correct typo.
14238         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
14239         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
14240         cmp, delayed_cr, mfcr, mtcr.
14241         (automata_option): Set "ndfa".
14242         (extendMMNN2): Update attributes.
14243         (movcc_internal1): Discourage move to non-cr0.  Update
14244         attributes.
14245         (movMM_update): Update attributes.
14246         (cmpMM_internal): Update attributes.
14247         (sCC CR materialization): Update attributes.
14248         (branch patterns): Do not discourage non-cr0.
14249         (cr logical patterns): Prefer destructive register allocation.
14250         Update attributes.
14251         (movesi_from_cr): Update attribute.
14252         (mtcrf_operation): Update attribute.
14253         (mtcrfsi): Update attribute.
14254         * config/rs6000/40x.md: New file.
14255         * config/rs6000/603.md: New file.
14256         * config/rs6000/6xx.md: New file.
14257         * config/rs6000/7450.md: New file.
14258         * config/rs6000/7xx.md: New file.
14259         * config/rs6000/mpc.md: New file.
14260         * config/rs6000/power4.md: New file.
14261         * config/rs6000/rios1.md: New file.
14262         * config/rs6000/rios2.md: New file.
14263         * config/rs6000/rs64.md: New file.
14264         [Some DFA descriptions based on work by Michael Hayes]
14266 2003-02-15  Richard Henderson  <rth@redhat.com>
14268         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
14269         successors with multiple predecessors.
14270         (connect_traces): Try harder to copy traces of length 1.
14272         * function.h (struct function): Add computed_goto_common_label,
14273         computed_goto_common_reg.
14274         * function.c (free_after_compilation): Zap them.
14275         * stmt.c (expand_computed_goto): Use them to produce one
14276         indirect branch per function.
14278 2003-02-15  Richard Henderson  <rth@redhat.com>
14280         * cfgcleanup.c: Include params.h.
14281         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
14282         too many outgoing edges from a block.
14283         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
14284         * params.def (max-crossjump-edges): New.
14285         * doc/invoke.texi: Document it.
14287 2003-02-15  Richard Henderson  <rth@redhat.com>
14289         * recog.c (split_all_insns): Include new blocks in life update;
14290         do a global life update.
14292 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
14294         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
14295         Update copyright.
14296         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
14297         -mno-cygwin case.
14299 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14301         PR optimization/7702
14302         * reload1.c (reload_cse_simplify_set): Honor
14303         CANNOT_CHANGE_MODE_CLASS.
14305 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
14307         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
14308         function.
14309         * config/mn10300/mn10300-protos.h: Declare it.
14310         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
14311         attribute cc of instructions that may use clr.
14313 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
14315         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
14316         (x - (x & y)) is found.
14318 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14320         * configure.in: Fix typo.
14321         * configure: Regenerate.
14323 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
14325         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
14327 2003-02-13  Adam Nemet  <anemet@lnxw.com>
14329         PR opt/2391
14330         * combine.c: Fix spelling in comment.
14331         (cached_nonzero_bits): New function.
14332         (cached_num_sign_bit_copies): New function.
14333         (nonzero_bits_with_known): New macro.
14334         (num_sign_bit_copies_with_known): New macro.
14335         (nonzero_bits1): Rename from nonzero_bits.  Add three new
14336         arguments.  Change calls from nonzero_bits to
14337         nonzero_bits_with_known.
14338         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
14339         three new arguments.  Change calls from num_sign_bit_copies to
14340         num_sign_bit_copies_with_known.
14341         (nonzero_bits): New macro.
14342         (num_sign_bit_copies): New macro.
14343         (update_table_tick): Don't traverse identical subexpression more
14344         than once.
14345         (get_last_value_validate): Likewise.
14347 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
14349         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
14350         * function.h (struct emit_status): Length of regno_pointer_align
14351         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
14352         not regno_pointer_align_length (i.e. length actually used, not
14353         length as allocated)
14355         * config/i386/i386.c (struct stack_local_entry): New.
14356         (struct machine_function): Replace huge array with alist.
14357         (assign_386_stack_local): Change to match.
14359 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
14361         * inclhack.def (hpux_long_double): Tighten select and add bypass
14362         regexp.
14363         * fixincl.x: Rebuilt.
14365 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
14367         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
14368         edge and block ends with a jump insn it must be simple jump.
14370 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
14372         * Makefile.in (PREPROCESSOR_DEFINES): Add
14373         @TARGET_SYSTEM_ROOT_DEFINE@.
14374         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
14375         is specified or if building a cross compiler.
14376         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
14377         if the sysroot is under $exec_prefix.
14378         * configure: Regenerated.
14379         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
14380         defined.
14381         (struct default_include): Add add_sysroot field.
14382         (cpp_SYSROOT): Declare.
14383         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
14384         field.
14385         (cpp_SYSROOT): New variable.
14386         * cppinit.c (cpp_create_reader): Initialize
14387         CPP_OPTION (pfile, sysroot).
14388         (init_standard_includes): Handle add_sysroot.  Do not
14389         add unrelocated copies of relocated directories.
14390         (COMMAND_LINE_OPTIONS): Add -isysroot.
14391         (cpp_handle_option): Handle -isysroot.
14392         * cpplib.h (struct cpp_options): Add sysroot member.
14393         * gcc.c (The Specs Language): Update description of %I.
14394         (target_system_root_changed): New variable.
14395         (process_command): Conditionalize make_relative_prefix call
14396         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
14397         target_system_root_changed.
14398         (do_spec_1): Add -isysroot to %I.
14399         * doc/invoke.texi (Spec Files): Update description of %I.
14400         * doc/install.texi (--with-sysroot): Update comment about
14401         relocation.
14403 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
14405         * config/h8300/h8300.md (a peephole2): New.
14407 2003-02-13  Robert Lipe <robertlipe@usa.net>
14408             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14410         * doc/install.texi (Specific): Update three SCO-related URLs.
14412 2003-02-13  Andreas Schwab  <schwab@suse.de>
14414         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
14415         Parenthesize properly.
14416         (NPREDECESORS): Parenthesize properly.
14418 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14420         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
14422 2003-02-12  Roger Sayle  <roger@eyesopen.com>
14424         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
14425         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
14427         * reg-stack.c (subst_stack_regs_pat): Add support for binary
14428         UNSPEC instructions (e.g. "fpatan").
14430 2003-02-12  Mike Stump  <mrs@apple.com>
14432         * varray.c (element_size): Remove.
14433         (uses_ggc): Remove.
14434         (element): Add.
14435         (varray_init): Use new interface.
14436         (varray_grow): Use new interface.
14437         (varray_clear): Use new interface.
14439 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
14441         * config/rs6000/spe.h: Add casts to the arguments of the following
14442         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
14443         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
14444         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
14445         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
14446         __ev_get_u16, __ev_get_s16.
14448 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
14450         * config/h8300/h8300.md (a peephole2): New.
14452 2003-02-12  Jan Hubicka  <jh@suse.cz>
14454         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
14455         (OBJS): Add callgraph.o
14456         (callgraph.o): New.
14457         * c-decl.c (expand_body_1): Break out from ...
14458         (expand_body): This one;  change calling convention
14459         (finish_function): Move some of expand_body logic here.
14460         (c_expand_deferred_function): Update call of expand_body
14461         (c_expand_stmt): Use c_expand_body_1.
14462         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
14463         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
14464         * c-tree.h (c_expand_body): Declare.
14465         * callgraph.c: New file.
14466         * flags.h (flag_unit_at_a_time): Declare.
14467         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
14468         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
14469         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
14470         * langhooks.h (struct lang_hooks_for_callgraph): New.
14471         (struct lang_hooks): Add callgraph field.
14472         * toplev.c (flag_unit_at_a_time): New.
14473         (lang_independent_options): Add flag_unit_at_a_time.
14474         (process_options): Disable unit-at-a-time mode for frontends not
14475         supporting callgraph.
14476         * tree-inline.c (typedef struct inline_data): Add "decl"
14477         (expand_call_inline): Update callgraph.
14478         (optimize_inline_calls): Set id.decl.
14479         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
14480         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
14481         cgraph_calls_p): Declare.
14482         * invoke.texi (-funit-at-a-time): Document
14484 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
14486         * config/rs6000/spe.h: Fix misc formatting.
14487         (__ev_create_ufix32_fs): Cast ev argument.
14488         (__ev_create_sfix32_fs): Same.
14489         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
14490         (__ev_get_ufix32_fs_internal): Same.
14492 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
14494         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
14495         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
14497 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
14499         * cpplib.c (do_include_common): Move warnings for
14500         #include_next and #import out to callers.  Use early-return
14501         instead of nested ifs.  Don't do check_eol here.
14502         (parse_include): Do check_eol here with the rest of the
14503         parsing stuff.
14504         (do_include_next, do_import): Now handle warnings.
14506 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14508         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
14510 2003-02-12  Jan Hubicka  <jh@suse.cz>
14512         * predict.c (estimate_probability):  Fix roundoff error.
14514 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
14516         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
14517         (two peephole2): New.
14519 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
14521         * config/h8300/h8300.md (several peephole2): Replace
14522         find_regno_note with peep2_reg_dead_p.
14524 2003-02-11  Richard Henderson  <rth@redhat.com>
14526         * gcse.c (lookup_set): Remove unused argument PAT.  Update
14527         both callers.
14529 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
14531         * diagnostic.c (real_abort): New.
14532         (diagnostic_report_diagnostic): Call real_abort on error.
14533         * diagnostic.h (diagnostic_abort_on_error): New.
14534         (struct diagnostic_context): Add abort_on_error field.
14535         * toplev.c (setup_core_dumping): New.
14536         (decode_d_option): Handle 'H' case.
14537         * doc/invoke.texi (Debugging Options): Document -dH.
14539 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
14541         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
14542         which refers to obsolete directories.
14544 2003-02-11  Richard Henderson  <rth@redhat.com>
14546         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
14548 2002-10-21  Jan Hubicka  <jh@suse.cz>
14550         * i386.c (contains_128bit_aligned_vector_p): New function.
14551         (ix86_function_arg_boundary): Properly align vector modes.
14553 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
14555         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
14556         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
14557         as a SET pattern.
14559 2003-02-11  Roger Sayle  <roger@eyesopen.com>
14561         * builtins.c:  Fix failure caused by commiting wrong patch.
14563 2003-02-11  Dale Johannesen  <dalej@apple.com>
14564         * ra-build.c (compare_and_free_webs):  Relax checking.
14565         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
14566         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
14568 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14570         PR optimization/9651
14571         * rtlanal.c (may_trap_p): Handle FIX.
14573 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
14575         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
14576         * doc/invoke.texi: Extra alias.
14578 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
14580         * config/rs6000/host-darwin.c: Fix comment.
14582 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
14584         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
14585         predicate for mod result.
14587 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14589         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
14590         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
14591         * fixincl.x: Rebuilt.
14592         * tests/base/stdlib.h: Update.
14593         * tests/base/ctype.h: New file.
14595 2003-02-11  Jan Hubicka  <jh@suse.cz>
14597         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
14599 2003-02-11  Richard Henderson  <rth@redhat.com>
14601         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
14602         appropriated as globals.
14603         (ix86_expand_clrstr): Similarly.
14604         * config/i386/i386.md (cmpstrsi): Similarly.
14606 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
14608         * config/h8300/h8300.md (a peephole2): Add a case of 255.
14610 2003-02-11  Roger Sayle  <roger@eyesopen.com>
14612         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
14613         (pow_optab, atan2_optab): Define corresponding macros.
14614         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
14615         * genopinit.c (optabs): Implement pow_optab and atan2_optab
14616         using pow?f3 and atan2?f3 patterns.
14617         * builtins.c (expand_errno_check): New function to update errno
14618         if necessary, split out from expand_builtin_mathfn.
14619         (expand_builtin_mathfn): Use expand_errno_check.
14620         (expand_builtin_mathfn_2): New function to handle expanding binary
14621         math functions, reusing the code in expand_errno_check.
14622         (expand_builtin): Handle the pow and atan2 math built-ins,
14623         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
14624         expand_builtin_mathfn_2.
14626         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
14628 2003-02-11  Jan Hubicka  <jh@suse.cz>
14630         * combine.c (combine_simplify_rtx): Fix folding of
14631         nested float_truncates.
14633 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
14635         * config/h8300/h8300.md (a peephole2): Fix a typo.
14637 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
14639         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
14640         register number.
14642 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
14644         * config/h8300/h8300-protos.h: Add a prototype for
14645         gtuleu_operator.
14646         * config/h8300/h8300.c (gtuleu_operator): New.
14647         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
14648         * config/h8300/h8300.md (a peephole2): New.
14650 2003-02-11  Jan Hubicka  <jh@suse.cz>
14652         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
14654 2003-02-11  Jan Hubicka  <jh@suse.cz>
14656         * predict.c (choose_function_section): Choose sections correctly.
14658 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14660         * reload1.c (first_label_num): New.
14661         (reload): Index offsets_known_at and offsets_at using difference of
14662         label number and first label number.  Don't use offset pointers.
14663         (set_label_offsets, set_initial_label_offsets): Likewise.
14665 2003-02-10  Roger Sayle  <roger@eyesopen.com>
14667         * mips-tfile.c (init_file): Add missing initializers in the
14668         "#ifdef __alpha" case.
14669         (file_offset, max_file_offset): Declare as unsigned long.
14670         (write_varray): Cast to "unsigned long" in comparisons against
14671         either file_offset or max_file_offset.
14672         (write_object): Likewise.
14673         (read_seek): Likewise.
14674         (copy_object): Likewise. Declare "ifd" as int to match its use
14675         in add_ext_symbol, and avoid signed/unsigned conditional warning.
14677 2003-02-10  Nick Clifton  <nickc@redhat.com>
14678             Aldy Hernandez  <aldyh@redhat.com>
14680         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
14681         override options which have been specified on the command line.
14683 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14685         * config/h8300/h8300.md (abssf2): New.
14686         (*abssf2_h8300): Likewise.
14687         (*abssf2_h8300hs): Likewise.
14689 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
14691         * tree.c (build_tree_list):  Fix parameter names in comment.
14693 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
14695         * config/rs6000/ppc64-fp.c: New file.
14696         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
14698 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
14700         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
14701         * bb-reorder.c (make_reorder_chain): Deleted.
14702         (make_reorder_chain_1): Deleted.
14703         (find_traces): New function.
14704         (rotate_loop): New function.
14705         (mark_bb_visited): New function.
14706         (find_traces_1_round): New function.
14707         (copy_bb): New function.
14708         (bb_to_key): New function.
14709         (better_edge_p): New function.
14710         (connect_traces): New function.
14711         (copy_bb_p): New function.
14712         (get_uncond_jump_length): New function.
14713         (reorder_basic_blocks): Use new functions (Software Trace Cache).
14714         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
14715         boundaries.
14717 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
14719         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
14721 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
14723         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
14724         (DECL_LIVE_RANGE_RTL): Remove.
14726 2003-02-10  Nick Clifton  <nickc@redhat.com>
14728         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
14729         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
14730         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
14731         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
14732         config/arm/freebsd.h, config/arm/linux-elf.h,
14733         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
14734         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
14735         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
14736         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
14737         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
14738         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
14739         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
14740         and reformat as appropriate.
14742 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14744         * config/h8300/clzsi2.c: Remove.
14745         * config/h8300/ctzsi2.c: Likewise.
14746         * config/h8300/paritysi2.c: Likewise.
14747         * config/h8300/popcountsi2.c: Likewise.
14748         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
14749         ctzsi2, paritysi2, and popcountsi2.
14751 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
14752             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
14754         PR c/7741
14755         * c-decl.c (duplicate_decls): Discard the initializer of the
14756         new decl when the types are conflicting.
14758 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
14760         * Makefile.in (sreal.o): Added.
14761         (predict.o): Depends on sreal.h instead of real.h.
14762         * sreal.c: New file.
14763         * sreal.h: New file.
14764         * predict.c: Use sreal.c instead of real.c.
14766 2003-02-10  Nick Clifton  <nickc@redhat.com>
14768         * Contributed support for the Cirrus EP9312 "Maverick"
14769         floating point co-processor.  Written by Aldy Hernandez
14770         <aldyh@redhat.com>.
14771         (config/arm/arm.c): Add Cirrus support.
14772         (config/arm/arm.h): Likewise.
14773         (config/arm/aout.h): Likewise.
14774         (config/arm/arm.md): Likewise.
14775         (config/arm/arm-protos.h): Likewise.
14776         (config.gcc): Likewise.
14777         (doc/invoke.texi): Describe new -mcpu value and new
14778         -mcirrus-fix-invalid-insns switch,
14779         (cirrus.md): New file.
14781 2003-02-10  Jan Hubicka  <jh@suse.cz>
14783         * combine.c (combine_simplify_rtx): Simplify using
14784         (float_truncate (float x)) is (float x)
14785         (float_extend (float_extend x)) is (float_extend x).
14787 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
14789         * calls.c (try_to_integrate): Tidy stack_usage_map access.
14790         (emit_library_call_value_1): Likewise.  Formatting.
14791         (store_one_arg): Likewise.
14793 2003-02-09  Nick Clifton  <nickc@redhat.com>
14794             Aldy Hernandez  <aldyh@redhat.com>
14796         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
14797         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
14798         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
14799         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
14800         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
14801         docs.  Add range test for immediate value.
14803 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
14805         Rename spe_evxor to xorv2si3.
14806         (xorv4hi3): New.
14807         (xorv1di3): New.
14809 2003-02-10  Glen Nakamura  <glen@imodulo.com>
14811         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
14812         tag.
14814 2003-02-10  Jan Hubicka  <jh@suse.cz>
14816         * i386.c (vector_move_operand): New predicate.
14817         (ix86_expand_vector_move): Be happy about 0.
14818         * i386.h (PREDICATE_CODES): Add sse-move_operand.
14819         * i386.md (mov*_internal): Add 'C' alternative.
14821 2003-02-09  Jan Hubicka  <jh@suse.cz>
14823         * i386.md (floathi*): Deal with SSE.
14825 2003-02-09  Jan Hubicka  <jh@suse.cz>
14827         * simplify-rtx.c (simplify_unary_operation,
14828         simplify_binary_operation):  Deal with vector modes
14829         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
14831 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
14833         * toplev.c (rest_of_compilation): Recompute register usage after
14834         split_all_insns.
14836 2003-02-09  Richard Henderson  <rth@redhat.com>
14838         * libgcc-std.ver (__clztf2): New.
14839         (__ctztf2, __popcounttf2, __paritytf2): New.
14840         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
14841         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
14842         adjust code to match the different type sizes.
14843         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
14844         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
14846         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
14847         TImode; select word_mode and twice that.
14848         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
14849         select the modes from float, double, and long double.
14850         (init_optabs): Remove duplicate initializations.
14852 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
14854         * doc/install.texi: Squeeze and streamline section on
14855         testing and regression checking.
14857 2003-02-09  Jan Hubicka  <jh@suse.cz>
14859         * i386.md (ahi?v*3): Set third operand type to TImode.
14860         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
14862         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
14863         integer mode.
14865         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
14866         Change code so they are arithmetic expressions now.
14867         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
14868         simplify_ternary_operation): Deal with VEC_* expressions.
14870         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
14872 2003-02-08  Jan Hubicka  <jh@suse.cz>
14874         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
14875         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
14876         possibly got duplicated.
14878 2003-02-08  Richard Henderson  <rth@redhat.com>
14880         * config/alpha/alpha.c (override_options): Turn off explicit
14881         relocs until post-peep2 code duplication resolved.
14883 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14885         * optabs.c (expand_unop): Widen clz properly when clz is done
14886         via libcall.
14888 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14890         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
14891         * config/h8300/crti.asm: Likewise.
14892         * config/h8300/crtn.asm: Likewise.
14893         * config/h8300/ctzsi2.c: Likewise.
14894         * config/h8300/fixunssfsi.c: Likewise.
14895         * config/h8300/h8300-protos.h: Likewise.
14896         * config/h8300/h8300.c: Likewise.
14897         * config/h8300/h8300.h: Likewise.
14898         * config/h8300/h8300.md: Likewise.
14899         * config/h8300/paritysi2.c: Likewise.
14900         * config/h8300/popcountsi2.c: Likewise.
14901         * config/h8300/rtems.h: Likewise.
14903 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14905         * doc/invoke.texi: Documentation for my previous commit.
14906         * doc/passes.texi: Ditto.
14908 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14910         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
14911         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
14912         Declare.
14913         (DLTHE_FLAG_UPDATE_FREQ): New.
14914         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
14915         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
14916         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
14917         fix_bb_placement, fix_bb_placements, place_new_loop,
14918         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
14919         New static functions.
14920         (fix_loop_placement, can_duplicate_loop_p,
14921         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
14922         New functions.
14924         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
14925         unswitch_loops): Declare.
14926         * loop-init.c: New file.
14927         * loop-unswitch.c: New file.
14928         * Makefile.in (loop-init.o, loop-unswitch.o): New.
14929         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
14930         * toplev.c (DFI_loop2): New dump.
14931         (flag_unswitch_loops): New.
14932         (lang_independent_options): Add it.
14933         (rest_of_compilation): Call new loop optimizer.
14934         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
14936 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14938         * config/h8300/clzsi2.c: New.
14939         * config/h8300/ctzsi2.c: Likewise.
14940         * config/h8300/paritysi2.c: Likewise.
14941         * config/h8300/popcountsi2.c: Likewise.
14942         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
14944 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
14946         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
14947         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
14948         (ctzsi2): New pattern.
14949         (ffssi2): Use clz instead of unspec.
14950         (clzdi2): Rename from cntlzd2.
14951         (ctzdi2): New pattern.
14952         (ffsdi2): Use clz instead of unspec.
14954 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
14956         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
14957         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
14958         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
14959         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
14961 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
14963         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
14965 2003-02-07  Richard Henderson  <rth@redhat.com>
14967         PR 9226
14968         * gcse.c (local_cprop_find_used_regs): New.
14969         (local_cprop_pass): Use it.
14971 2003-02-07  Fred Fish  <fnf@intrinsity.com>
14973         * mips-tfile.c (parse_def): Parenthesize assignments to fix
14974         precedence bugs.
14976 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
14978         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
14980 2003-02-07  Roger Sayle  <roger@eyesopen.com>
14982         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
14983         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
14984         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
14985         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
14986         builtin functions (and their __builtin_* variants).
14987         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
14988         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
14989         when not optimizing.
14991         * doc/extend.texi: Document new pow and atan2 builtins, and
14992         their float and long double variants.  Realphabetize builtins.
14994 2003-02-07  Jan Hubicka  <jh@suse.cz>
14996         * i386.md (sse2_nandv2di3): Fix.
14998 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
15000         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
15001         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
15002         definition.
15003         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
15004         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
15006 2003-02-07  Jan Hubicka  <jh@suse.cz>
15008         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
15010 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
15012         * cfg.c (dump_flow_info): Add back accidently deleted line.
15014 2003-02-07  Andrey Petrov <petrov@netbsd.org>
15016         * optabs.c (expand_float): Search wider integer modes first.
15018 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
15020         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
15021         based on preprocessor flag.
15023 2003-02-07  Roger Sayle  <roger@eyesopen.com>
15024             Richard Henderson  <rth@redhat.com>
15026         * gcse.c (implicit_sets): New.
15027         (compute_hash_table_work): Include them in hash table.
15028         (find_implicit_sets, fis_get_condition): New.
15029         (one_cprop_pass): Allocate and free implicit_sets; call
15030         find_implicit_sets before building hash table.
15032 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
15034         * config/t-netbsd (USER_H): Revert previous change.
15036 2003-02-07  Gabor Greif  <ggreif@lucent.com>
15038         * doc/c-tree.texi (Namespaces): Fix typo.
15040 2003-02-07  Jan Hubicka  <jh@suse.cz>
15042         * regrename.c (do_replace, find_oldest_value_reg,
15043         copyprop_hardreg_forward_1): Update register attributes.
15045 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
15047         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
15048         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
15049         variables starting with underscore.
15050         (struct unit_usage): New structure.
15051         (unit_usages, cycle_alt_unit_usages): New global variables.
15052         (check_unit_distribution_in_reserv): Remove it.
15053         (store_alt_unit_usage): New function.
15054         (check_regexp_units_distribution): Rewrite it.
15056 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15058         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
15059         target_cpu_default.
15060         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
15061         if not MASK_NO_SPACE_REGS.
15062         (output_call): Adjust return pointer, don't load new space register
15063         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
15064         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
15065         TARGET_NO_SPACE_REGS is true.
15066         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
15067         conditions.
15068         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
15069         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
15070         true.  Use bve when TARGET_64BIT is true.
15072 2003-02-06  Richard Henderson  <rth@redhat.com>
15074         * combine.c (nonzero_bits): Fix double break.
15076 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
15077             Richard Henderson <rth@redhat.com>
15079         PR c/9530
15080         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
15081         from functions that return a float to functions that don't.
15083 2003-02-06  Jan Hubicka  <jh@suse.cz>
15085         * i386.c (x86_inter_unit_moves): New variable.
15086         (ix86_secondary_memory_needed): Fix 64bit case, honor
15087         TARGET_INTER_UNIT_MOVES
15088         * i386.h (x86_inter_unit_moves): Declare.
15089         (TARGET_INTER_UNIT_MOVES): New macro.
15090         * i386.md (movsi_1): Cleanup constraints; disable
15091         when not doing inter-unit moves.
15092         (movsi_1_nointernunit): New.
15093         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
15094         (movdi_1_rex64_nointerunit): New.
15095         (mivsf_1): disable when not doing inter-unit moves.
15096         (movsf_1_nointerunit): New.
15098         * basic-block.h (inside_basic_block_p):  Declare.
15099         * cfgbuild.c (inside_basic_block_p): Make global.
15100         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
15101         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
15102         update CFG.
15103         (fix_basic_block_boundaries, add_missing_bbs): New.
15104         (rank): Use profile.
15105         (scheudle_ebbs): Rely on CFG; update coments.
15107 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
15109         * Makefile.in (host_hook_obj): New.
15110         (OBJS): Add $(host_hook_obj).
15111         (host_default.o): New rule.
15112         * config.gcc (host_hook_obj): New, default to host-default.o.
15113         (powerpc-*-darwin*): Use host-darwin.o.
15114         (out_host_hook_obj): New.
15115         * configure: Regenerate.
15116         * configure.in: Print information about out_host_hook_obj, substitute
15117         into output files.
15118         * host-default.c: New file.
15119         * hosthooks.h: New file.
15120         * toplev.c (general_init): Call host_hooks.extra_signals.
15121         * config/rs6000/host-darwin.c: New file.
15122         * config/rs6000/x-darwin: New file.
15123         * doc/hostconfig.texi: Add documentation for new host hook.
15124         Rearrange existing documentation.
15126 2003-02-05  Roger Sayle  <roger@eyesopen.com>
15128         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
15129         with *targetm.delegitimize_address.
15130         (rtl_for_decl_location): Likewise.
15131         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
15132         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
15134         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15135         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
15136         prototype.
15137         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
15138         i386_simplify_dwarf_addr.  Made static.  Prototyped.
15139         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
15140         i386_simplify_dwarf_addr to ix86_delegitimize_address.
15141         (ix86_find_base_term): Likewise.
15142         (maybe_get_pool_constant): Likewise.
15144         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15145         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
15146         prototype.
15147         * config/s390/s390.c (s390_delegitimize_address): Renamed from
15148         s390_simplify_dwarf_addr.  Made static.  Prototyped.
15149         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
15151 2003-02-05  Richard Henderson  <rth@redhat.com>
15153         PR c/8602
15154         * integrate.c (output_inline_function): Reset input_filename
15155         and lineno from the decl before rest_of_compilation.
15157 2003-02-05  Richard Henderson  <rth@redhat.com>
15159         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15160         (CTZ_DEFINED_VALUE_AT_ZERO): New.
15161         * doc/rtl.texi, doc/tm.texi: Document them.
15163         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
15164         of the value at zero properly.
15165         * fold-const.c (tree_expr_nonnegative_p): Likewise.
15166         * simplify-rtx.c (simplify_unary_operation): Likewise.
15168         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15169         (CTZ_DEFINED_VALUE_AT_ZERO): New.
15171         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
15172         (TARGET_EXPAND_BUILTIN): Remove.
15173         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
15174         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15175         (enum arm_builtins): Remove.
15176         * config/arm/arm.md (UNSPEC_CLZ): Remove.
15177         (clzsi2): Rename from clz; use clz instead of unspec.
15178         (ctzsi2): New.
15179         * config/arm/arm-protos.h: Update.
15181 2003-02-05  Jan Hubicka  <jh@suse.cz>
15183         * i386-protos.h (x86_emit_floatuns):  Declare.
15184         * i386.c (x86_emit_floatuns): New global function.
15185         * i386.md (floatunssisf2, floatunsdisf2,
15186         floatunsdidf2):  New patterns.
15188 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15190         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
15192 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
15194         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
15195           config/ia64/linux.h
15197 2003-02-05  Roger Sayle  <roger@eyesopen.com>
15199         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
15201 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
15203         PR optimization/8555
15204         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
15205         instead of aborting.
15207 2003-02-04  Richard Henderson  <rth@redhat.com>
15209         * config/i386/i386.md (UNSPEC_BSF): Remove.
15210         (ffssi2): Split into cmove and no_cmove insns and splitters;
15211         lose pentium float trick for now.
15212         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
15213         (ctzsi2, clzsi2, bsr): New.
15215 2003-02-04  Richard Henderson  <rth@redhat.com>
15217         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
15218         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
15219         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
15220         (ffsdi2): Use popcount instead of unspec.
15221         (popcountdi2): Rename from *popcnt.
15222         (ctzdi2, clzdi2, getf_exp_tf): New.
15224 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15226         * genconfig.c (main): Generate CC0_P.
15227         * rtl.h (CC0_P): Remove.
15229 2003-02-04  Richard Henderson  <rth@redhat.com>
15231         * libgcc2.h, libgcc2.c (__ffsSI2): New.
15232         (__ffsDI2): Rename from __ffsdi2.
15233         * mklibgcc.in (lib2funcs): Add _ffssi2.
15235 2003-02-04  Richard Henderson  <rth@redhat.com>
15237         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
15238         rounds with a "bit table" lookup.
15240 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15242         * reload.c (find_reloads): Do not use the mode specified in the insn
15243         pattern as reload mode for address operands.  Do not generate optional
15244         reloads for operands where a mandatory reload was already pushed.
15246 2003-02-04  Richard Henderson  <rth@redhat.com>
15248         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
15249         builtins instead of inline assembly.
15251 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15253         PR c/9376
15254         * libgcc2.c (__subvdi3): Fix typo.
15256 2003-02-04  Jan Hubicka  <jh@suse.cz>
15258         * i386.md (movti_rex64):  Fix constraint.
15260 2003-02-04  Jan Hubicka  <jh@suse.cz>
15262         * i386.md (vector push splitters):  Fix typo in resolving conflict.
15264 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
15266         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
15268 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
15270         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
15271         for recent libstdc++.  Remove formatting cruft.
15273 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
15275         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
15276         attribute even if input file name is absolute, but one of the
15277         includes is relative.
15279 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
15281         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
15282         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
15283         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
15285 2003-02-03  Richard Henderson  <rth@redhat.com>
15287         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
15288         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
15289         return type to "int".  Shuffle declarations and undef int trap.
15290         * libgcc2.h: Remove their declarations.
15291         * optabs.c (expand_unop): Force outmode to int for bitops.
15293 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
15295         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
15296         coprocessor registers before floating-point registers.
15297         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
15298         to account for a previously removed register.
15299         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
15300         Delete unused macros.
15302 2003-02-03  Jan Hubicka  <jh@suse.cz>
15304         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
15305         (mov*_internal): Fix predicates; require one of operands to not be
15306         memory.
15307         (SSE?MMX move expanders):  Fix predicates; force one of operands to
15308         register.
15309         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
15310         (movups/movupd/movdqu patterns): Force one of operands to not be
15311         memory.
15313 2003-02-03  Roger Sayle  <roger@eyesopen.com>
15315         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
15316         takes a single rtx and returns it unmodified.
15317         * hooks.h (hook_rtx_rtx_identity): Prototype here.
15318         * target.h (struct gcc_target): Add "delegitimize_address"
15319         field to target structure.
15320         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
15321         for delegitimize_address target using hook_rtx_rtx_identity.
15322         (TARGET_INITIALIZER): Initialize delegitimize_address field
15323         using TARGET_DELEGITIMIZE_ADDRESS macro.
15324         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
15325         extensions of constant pool references.  Use delegitimize_address
15326         to undo the obfuscation of "-fpic".
15327         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
15329         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
15330         i386_simplify_dwarf_addr.
15331         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
15332         (maybe_get_pool_constant): Likewise.
15334 2003-02-03  Jan Hubicka  <jh@suse.cz>
15336         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
15338 2003-02-03  Jan Hubicka  <jh@suse.cz>
15340         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
15342 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15344         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
15345         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
15347 2003-02-02  Andreas Schwab  <schwab@suse.de>
15349         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
15351 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
15353         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
15354         (epilogue_insns): Likewise.
15356 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15358         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
15360 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15362         * pa-protos.h (attr_length_millicode_call): Remove second argument.
15363         (attr_length_indirect_call, attr_length_indirect_call,
15364         attr_length_save_restore_dltp): New prototypes.
15365         * pa.c (attr_length_millicode_call): Remove second argument.  Check
15366         INSN_ADDRESSES_SET_P in distance calculation.
15367         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
15368         INSN_ADDRESSES.
15369         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
15370         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
15371         Call attr_length_call directly.
15372         (attr_length_indirect_call, output_indirect_call,
15373         attr_length_save_restore_dltp): New functions.
15374         * pa.md (attr_length_millicode_call): Drop second argument from all
15375         patterns.
15376         (return_internal_pic): Delete.
15377         (return_external_pic): Remove use of PIC register and pic operand and
15378         flag checks.
15379         (epilogue): Use return_internal for both normal and pic code.
15380         (call, call_value): Emit new 32-bit pic patterns for symref and
15381         indirect calls.  Remove uses for arg pointer and pic register.
15382         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
15383         call_reg_pic_post_reload, call_val_symref_pic,
15384         call_val_symref_pic_post_reload, call_val_reg_pic,
15385         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
15386         Implement define_split and define_peephole2 patterns for pre reload
15387         patterns.
15388         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
15389         call_value_internal_reg_64bit): Shorten names.
15390         (all call patterns): Explicitly indicate registers used and clobbered.
15391         Use attr_length_indirect_call and attr_length_save_restore_dltp for
15392         attribute length calculation.  Move code generation for indirect calls
15393         to output_indirect_call.
15394         (sibcall, sibcall_value): Don't restore PIC register.
15395         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
15396         register retore.
15398 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15400         * doc/install.texi (Testing): Simplify and compress instructions
15401         concerning Dejagnu.
15403 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15405         * collect2.c (pexecute_pid): Rename to pid.
15406         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
15407         pid.
15409 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
15411         * doc/extend.texi (Function Attributes): Remove documentation
15412         for PowerPC Windows NT function attributes..
15414 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
15416         * dwarf2out.c (gen_type_die): Check for typedefs before calling
15417         for TYPE_MAIN_VARIANT.
15419 2003-02-01  Richard Henderson  <rth@redhat.com>
15421         * libgcc2.c: Include auto-host.h.
15422         (ATTRIBUTE_HIDDEN): New.
15423         (__clz_tab): Don't declare here for clz and ctz.
15424         (__clzsi2, __clzdi2): Use count_leading_zeros.
15425         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
15426         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
15427         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
15428         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
15430 2003-02-01  Richard Henderson  <rth@redhat.com>
15432         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
15433         to the conditional.
15434         (ashlsi3_1_zext splitter): Likewise.
15436 2003-02-01  Richard Henderson  <rth@redhat.com>
15438         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
15439         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
15440         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
15441         return type to Wtype.
15443         * libgcc-std.ver (GCC_3.4): Fix inheritance.
15445         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
15446         expander input constraint.
15448 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15450         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
15451         OTI_parity.
15452         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
15453         * optabs.c (widen_clz, expand_parity): New.
15454         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
15455         for libcalls to clz, ctz, popcount, and parity.
15456         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
15457         parity_optab, and set up libfunc handlers.
15458         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
15459         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
15460         __popcount_tab): New.
15461         * libgcc2.h: Declare them.
15462         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
15463         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
15464         and parity_optab.
15465         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
15466         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
15467         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
15468         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
15469         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
15470         BUILT_IN_PARITYLL): New.
15471         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
15472         and add optab argument.
15473         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
15474         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
15475         * expr.c (expand_expr): Handle them.
15476         * fold-const.c (tree_expr_nonnegative_p): Likewise.
15477         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
15478         * reload1.c (eliminate_regs): Handle them.
15479         (elimination_effects): Likewise.
15480         * function.c (instantiate_virtual_regs_1): Likewise
15481         * genattrtab.c (check_attr_value): Likewise.
15482         * simplify-rtx.c (simplify_unary_operation): Likewise.
15483         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
15484         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
15485         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
15486         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
15487         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
15488         __builtin_arm_clz.
15489         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
15490         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
15491         * doc/extend.texi (Other Builtins): Add new builtins.
15492         * doc/md.texi (Standard Names): Add new patterns.
15494 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
15496         * reload.c: Revert 2003-01-31 change.
15498 2003-02-01  Jan Hubicka  <jh@suse.cz>
15500         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
15502 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
15504         * flags.h (flag_volatile): Remove declaration.
15505         (flag_volatile_global, flag_volatile_static): Likewise.
15506         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
15507         * toplev.c (flag_volatile): Remove definition.
15508         (flag_volatile_global, flag_volatile_static): Likewise.
15509         (f_options): Remove corresponding entries here.
15510         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
15511         or flag_volatile_static.
15512         * doc/invoke.texi: Remove documentation of -fvolatile,
15513         -fvolatile-global and -fvolatile-static.
15515 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15517         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
15518         updating of total_code_bytes from prologue to epilogue.
15520 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
15522         * reload.c (find_reloads): Do not use the mode specified in the insn
15523         pattern as reload mode for address operands.  Do not generate optional
15524         reloads for operands where a mandatory reload was already pushed.
15525         Generate optional reloads only in the final pass though find_reloads.
15526         (have_replacement_p): New function.
15528 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15530         * doc/install.texi (Testing): Remove a reference to our obsolete
15531         /testresults web pages and strip redundant information concerning
15532         test results.
15533         (Binaries): Refer to Microsoft Windows instead of listing all
15534         possible variants.
15536 2003-02-01  Jan Hubicka  <jh@suse.cz>
15538         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
15539         RTL chain.
15541         * combine.c (simplify_set): Reverse order of ragumetns to
15542         REG_CANNOT_CHANGE_MODE_P
15543         * df.c (df_def_record_1): Likewise.
15544         * recog.c (register_operand): Likewise.
15545         * simplify-rtx.c (simplify_subreg): Likewise.
15546         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
15547         CANNOT_CHANGE_MODE_CLASS.
15548         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
15549         Likewise.
15550         * reload.c (push_reload): Likewise.
15551         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15552         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15553         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15554         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
15555         * mips.c (mips_cannot_change_mode_class): Update.
15556         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15557         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15558         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15559         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
15560         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
15561         * sh.c (sh_cannot_change_mode_class): Update.
15562         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
15563         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
15565 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
15567         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
15568         change to LINK_COMMAND_SPEC in gcc.c.
15570 2003-01-31  Jan Hubicka  <jh@suse.cz>
15572         PR c/9506
15573         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
15575 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15577         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
15578         duplicated code.
15580 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
15582         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
15583         (BINFO_ELTS): New #define.
15584         * stor-layout.c (finalize_record_size): Don't set them.
15585         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
15586         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
15587         (BINFO_LANG_ELTS): New #define.
15588         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
15589         * java/class.c (make_class): Use BINFO_ELTS.
15590         (set_super_info): Likewse.
15591         (add_interface_do): Likewise.
15592         * objc/objc-act.c (start_class): Use BINFO_ELTS.
15594 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
15596         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
15597         (times): Don't ever declare if not HAVE_TIMES.
15598         (clock): Don't ever declare if not HAVE_CLOCK.
15600 2003-01-30  Richard Henderson  <rth@redhat.com>
15602         * flow.c (update_life_info): Zap life info after cleanup_cfg.
15603         (regno_uninitialized): Use correct live at function entry set.
15604         (regno_clobbered_at_setjmp): Likewise.
15606         * expr.c (store_expr): Promote all MEM intermediates to regs.
15608 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
15610         * config/arm/arm.c: Fix comment typos.
15611         * config/arm/arm.h: Likewise.
15612         * config/arm/netbsd-elf.h: Likewise.
15613         * config/arm/netbsd.h: Likewise.
15615 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
15617         * gengtype.c (struct walk_type_data): Add needs_cast_p.
15618         (walk_type): Set needs_cast_p in walk_type_data.
15619         (write_types_process_field): Supply casts when required to suppress
15620         warnings.
15621         (write_root): Cast gt_pch_n_S to suppress warning.
15622         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
15623         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
15624         when they might exist.
15625         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
15626         insn-conditions.o, and rs6000.o.
15628 2003-01-30  Richard Henderson  <rth@redhat.com>
15630         * ggc-page.c (G.context_depth_allocations): New.
15631         (G.context_depth_collections): New.
15632         (alloc_page): Set G.context_depth_allocations.
15633         (ggc_collect): Set G.context_depth_collections.
15634         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
15635         (ggc_pop_context): Early exit for no allocations or collections.
15637 2003-01-30  Richard Henderson  <rth@redhat.com>
15639         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
15641 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
15643         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
15644         size, the link register is always saved if any other register is
15645         saved.
15647 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
15649         * config/h8300/h8300-protos.h: Update the prototype for
15650         compute_plussi_cc.
15651         (cpp_reader): Declare before it is used.
15652         * config/h8300/h8300.c (compute_plussi_cc): Change the return
15653         type to int.
15654         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
15655         see an unknown H8 variant.
15657 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
15659         PR target/9316
15660         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
15661         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
15662         * config/rs6000/t-rtems: New file. multilib variants to match OS.
15663         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
15664         rs6000/t-ppcgas so we get the desired multilibs.
15666 2003-01-30  Nick Clifton  <nickc@redhat.com>
15668         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
15669         when popping saved IP register off the stack.
15671 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
15673         * config/rs6000/aix43.h: Fix comment typos.
15674         * config/rs6000/aix51.h: Likewise.
15675         * config/rs6000/aix52.h: Likewise.
15676         * config/rs6000/altivec.h: Likewise.
15677         * config/rs6000/rs6000.c: Likewise.
15678         * config/rs6000/rs6000.h: Likewise.
15679         * config/rs6000/rs6000.md: Likewise.
15680         * config/rs6000/spe.md: Likewise.
15682 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
15684         * c-common.c (builtin_define_float_constants): Define
15685         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
15687 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
15689         * config/sh/lib1funcs.asm: Fix comment typos.
15690         * config/sh/linux.h: Likewise.
15691         * config/sh/sh.c: Likewise.
15692         * config/sh/sh.md: Likewise.
15694 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
15696         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
15698 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
15700         * config/fp-bit.h (__make_dp): Declare if TMODES.
15702 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
15704         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
15705         general_operand_src and general_operand_dst.
15707 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
15709         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
15710         Return true for variable sized types.
15711         (rs6000_va_arg): Handle variable sized types passed by reference
15712         on non-SVR4 ABI.
15714 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
15716         * arm.c (arm_legtimize_address): New function.
15717         * arm-protos.h (arm_legtimize_address): Add prototype.
15718         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
15719         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
15720         do ... while (0)
15722 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
15724         PR bootstrap/9296
15725         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
15726         depended on it being defined until now.
15728 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
15730         PR target/9295
15731         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
15732         RTEMS code knows which C++ initialization style the toolset
15733         configuration is using.
15735 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
15737         PR bootstrap/9293
15738         * config/m68k/t-crtstuff: Replace spaces with tabs, add
15739          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
15741 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
15743         PR bootstrap/9292
15744         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
15745         RTEMS threads.
15746         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
15748 2003-01-29  Nick Clifton  <nickc@redhat.com>
15750         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
15751         not $(srcdir).
15753 2003-01-29  Andrew Haley  <aph@redhat.com>
15755         * tree-inline.c (walk_tree): Add CHAR_TYPE.
15757 2003-01-29  Jan Hubicka  <jh@suse.cz>
15759         * i386.md (subdi3_carry_rex64): Fix typo.
15761 2003-01-28  Stan Shebs  <shebs@apple.com>
15763         * coretypes.h (cpp_reader): Forward declare struct.
15764         * c-pragma.h (cpp_reader): Remove forward declaration.
15765         * hashtable.h (cpp_reader): Likewise.
15766         * scan.h (cpp_reader): Likewise.
15767         * tree.h (cpp_reader): Likewise.
15768         * config/darwin-protos.h (cpp_reader): Likewise.
15769         * config/arm/arm-protos.h (cpp_reader): Likewise.
15770         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
15771         struct cpp_reader in prototypes.
15773 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
15775         * doc/install.texi: Add documentation for installation into
15776         tooldirs and with DESTDIR.
15778 2003-01-28  Richard Henderson  <rth@redhat.com>
15780         * config.gcc (ia64*-*-aix*): Remove.
15781         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
15782         * config/ia64/unwind-aix.c: Remove file.
15784 2003-01-28  Andreas Schwab  <schwab@suse.de>
15786         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
15787         register.
15788         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
15789         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
15790         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
15791         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
15792         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
15793         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
15794         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
15796 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
15798         * combine.c (nonzero_bits): Fix check for negative divide operands.
15800 2003-01-28  Richard Henderson  <rth@redhat.com>
15802         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
15803         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
15805 2003-01-28  Richard Henderson  <rth@redhat.com>
15807         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
15809         * config/cris/cris.c (cris_address_cost): Make static.
15810         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
15811         * config/cris/cris.h (ADDRESS_COST): Remove.
15812         * config/cris/cris-protos.h: Update.
15814 2003-01-23  Mike Stump  <mrs@apple.com>
15816         * regclass.c (init_reg_autoinc): New function.
15817         (regclass): Move initialization of forbidden_inc_dec_class from
15818         here...
15819         (init_regs): to here.  Avoids reinitialization for each function,
15820         saving compilation time.
15822 2003-01-28  Jason Merrill  <jason@redhat.com>
15824         * cpplib.h (struct cpp_options): Add warn_deprecated field.
15825         * cppinit.c (cpp_create_reader): Turn it on by default.
15826         * c-opts.c (c_common_decode_option): Set it.
15827         * cpplib.c (do_pragma_once): Only complain about #pragma once
15828         if warn_deprecated is set.
15830 2003-01-28  Dale Johannesen  <dalej@apple.com>
15832         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
15833         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
15834         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
15836 2003-01-28  Richard Henderson  <rth@redhat.com>
15838         * target.h (targetm.address_cost): New.
15839         * target-def.h (TARGET_ADDRESS_COST): New.
15840         (TARGET_RTX_COSTS): Uncomment.  Oops.
15841         * cse.c (address_cost): Use new target hook.
15842         (default_address_cost): New.
15843         * output.h (default_address_cost): Declare.
15844         * hooks.c (hook_int_rtx_0): New.
15845         * hooks.h (hook_int_rtx_0): Declare.
15846         * loop.c (combine_givs_p): Remove if 0 code.
15847         * system.h (ADDRESS_COST): Poison.
15849         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
15850         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
15851         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
15852         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
15853         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
15854         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
15855         config/xtensa/xtensa.c, config/xtensa/xtensa.h
15856         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
15857         (ADDRESS_COST): Remove.
15859         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
15860         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
15861         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15862         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15863         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
15864         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
15865         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
15866         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
15867         config/mips/mips.c, config/mips/mips.h,
15868         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
15869         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
15870         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
15871         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
15872         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
15873         config/vax/vax.c, config/vax/vax.h
15874         (foo_address_cost): Make static.
15875         (TARGET_ADDRESS_COST): New.
15876         (ADDRESS_COST): Remove.
15878         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
15879         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
15880         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
15881         config/stormy16/stormy16.h
15882         (ADDRESS_COST): Move code ...
15883         (foo_address_cost): ... here.
15884         (TARGET_ADDRESS_COST): New.
15886         * config/m32r/m32r.c (m32r_address_cost): Remove.
15887         * config/m32r/m32r-protos.h: Update.
15889         * config/mmix/mmix.c (mmix_address_cost): Remove.
15890         * config/mmix/mmix-protos.h: Update.
15892         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
15893         mn10300_address_cost; move unsig allocation ...
15894         (mn10300_address_cost): ... here.
15895         (TARGET_ADDRESS_COST): New.
15896         * config/mn10300/mn10300-protos.h: Update.
15897         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
15899         * doc/tm.texi: Update.
15901 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
15903         * haifa-sched.c (schedule_insn): Return necessary cycle advance
15904         after issuing the insn.
15905         (rank_for_schedule): Make a insn with /S the highest priority
15906         insn.
15907         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
15908         (choose_ready): Check SCHED_GROUP_P.
15909         (schedule_block): Advance cycle after issuing insn if it is
15910         necessary.  Don't reorder insns if there is an insn with /S.
15911         (set_priorities): Ignore schedule groups.
15913         * sched-deps.c (remove_dependence, group_leader): Remove the
15914         functions.
15915         (add_dependence): Ignore schedule groups.
15916         (set_sched_group_p): Don't make copy of dependencies from previous
15917         insn of the schedule group.  Add anti-dependency to the previous
15918         insn of the schedule group.
15919         (compute_forward_dependences): Ignore schedule groups.
15921         * sched-ebb.c (init_ready_list): Ignore schedule groups.
15923         * sched-rgn.c (init_ready_list): Ditto.
15924         (can_schedule_ready_p): Ditto.
15926 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
15928         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
15929         register to another one.
15931 2003-01-28  Richard Henderson  <rth@redhat.com>
15933         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
15935 2003-01-28  Roger Sayle  <roger@eyesopen.com>
15937         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
15939 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
15941         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
15942         class contains a floating-point register, return the size of the
15943         mode in half words.
15945 2003-01-28  Jan Hubicka  <jh@suse.cz>
15947         * i386.c (ix86_carry_flag_operator):  New predicate.
15948         (fcmov_operator): Fix whitespace.
15949         (ix86_expand_carry_flag_compare):  Deal with floating point.
15950         (ix86_expand_int_movcc): Deal with fp; update insn expansion
15951         (ix86_expand_int_addcc): Likewise.
15952         (ix86_expand_strlensi_unroll_1): likewsie.
15953         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
15954         * i386.md (add?i_carry_rex64): Use new predicate.
15955         (sub?i3_carry_rex64): Likewise.
15956         (x86_mov?icc_0_m1*): Likewise.
15958 2003-01-28  Andreas Schwab  <schwab@suse.de>
15960         * cfgloopmanip.c (create_preheader): Initialize src to avoid
15961         warning.
15963         * expmed.c (emit_store_flag): Fix cast to avoid sign
15964         comparison warning.
15966         * combine.c (force_to_mode): Add cast to fix warning when
15967         STORE_FLAG_VALUE is negative.
15969 2003-01-27  Richard Henderson  <rth@redhat.com>
15971         * Makefile.in (cse.o): Depend on TARGET_H.
15972         * cse.c (rtx_cost): Use targetm.rtx_costs.
15973         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
15974         * doc/tm.texi: Update.
15976         * target.h (targetm.rtx_costs): New.
15977         * target-def.h (TARGET_RTX_COSTS): New.
15978         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
15979         * hooks.h: Update.
15981         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
15982         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
15983         * config/alpha/alpha.h (PROCESSOR_MAX): New.
15984         (CONST_COSTS, RTX_COSTS): Remove.
15986         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
15987         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
15988         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
15989         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
15990         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
15991         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
15992         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
15993         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
15994         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
15995         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
15996         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
15997         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
15998         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
15999         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
16000         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
16001         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
16002         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
16003         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
16004         config/v850/v850.c, config/v850/v850.h,
16005         config/xtensa/xtensa.c, config/xtensa/xtensa.h
16006         (CONST_COSTS, RTX_COSTS): Move code ...
16007         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
16009         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
16010         (arm_rtx_costs, TARGET_RTX_COSTS): New.
16011         * config/arm/arm-protos.h: Update.
16012         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
16014         * config/avr/avr.h (CONST_COSTS): Move code ...
16015         * config/avr/avr.c (avr_rtx_costs): ... here.
16016         (default_rtx_costs): Make static.
16017         * config/avr/avr-protos.h: Update.
16019         * config/h8300/h8300.c (const_costs): Make static.
16020         (h8300_and_costs, h8300_shift_costs): Likewise.
16021         * config/h8300/h8300-protos.h: Update.
16023         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
16024         (CONST_COSTS): Move code ...
16025         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
16026         default_rtx_costs; update for signature change.
16027         * config/ip2k/ip2k-protos.h: Update.
16029         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
16030         (CONST_COSTS): Move code ...
16031         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
16032         (TARGET_RTX_COSTS): New.
16033         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
16034         * config/m68hc11/m68hc11-protos.h: Update.
16036         * config/m68k/m68k.c (const_int_cost): Make static.
16037         * config/m68k/m68k-protos.h: Update.
16039         * config/mcore/mcore.c (mcore_const_costs): Make static.
16040         (mcore_and_cost, mcore_ior_cost): Likewise.
16041         * config/mcore/mcore-protos.h: Update.
16043         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
16044         (mmix_rtx_cost_recalculated): Remove.
16045         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
16046         * config/mmix/mmix-protos.h: Update.
16048         * config/sh/sh.c (shiftcosts): Make static.
16049         (addsubcosts, andcosts, multcosts): Likewise.
16050         * config/sh/sh-protos.h: Update.
16052         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
16053         (sparc_rtx_costs): Make static; update for change in signature.
16054         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
16055         * config/sparc/sparc-protos.h: Update.
16057         * config/v850/v850.c (const_costs): Make static.
16058         * config/v850/v850-protos.h: Update.
16060         * config/vax/vax.h (RTX_COSTS): Remove.
16061         (CONST_COSTS): Move code ...
16062         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
16063         from vax_rtx_cost.
16064         (vax_rtx_costs, TARGET_RTX_COSTS): New.
16066 2003-01-27  Richard Henderson  <rth@redhat.com>
16068         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
16069         * config/vax/vax-protos.h: Update.  Really.
16071 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
16073         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
16074         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
16075         zero if no hardware floating point.
16076         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
16077         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
16078         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
16079         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
16080         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
16081         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
16082         even FP registers on N32 and N64.
16083         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
16084         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
16085         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
16086         even-register-like alignment to 128-bit arguments.
16087         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
16088         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
16089         on N32 or N64.
16090         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
16091         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
16092         (TPBIT): Set to tp-bit.c.
16093         (tp-bit.c): Create out of fp-bit.c.
16095 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
16097         * c-parse.in: Remove '%expect 32' directive in objc mode.
16099 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
16101         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
16102         (LIBGCOV): New variable.
16103         (libgcc.mk): Add LIBGCOV.
16104         (LIBGCC_DEPS): Add libgcov.c.
16105         (libgcov.a): New target.
16106         (clean): Remove libgcov.a.
16107         (install-libgcc): Do libgcov too.
16108         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
16109         with libgcov.a.
16110         * libgcc2.c (L_gcov): Move into ...
16111         * libgcov.c: ... here. New file.
16112         * mklibgcc.in: Add libgcov rules.
16113         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
16115         * doc/invoke.texi (profile-arcs, test-coverage): Update and
16116         clarify.
16118         * profile.c (index_counts_file): Remove duplicate check for open file.
16120 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
16122         * gcc/doc/invoke.texi (Optimization Options): Group together
16123         optional and experimental flags.  Move trapv and bounds-check
16124         out of this section.  Group floating point flags together.
16125         (Code Gen Options): Move trapv and bounds-check to here.
16127 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
16129         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
16131 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
16133         PR optimization/9090
16134         * function.c (purge_addressof_1): After pushing an addressed register
16135         onto the stack, simplify the result.
16137 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16139         * doc/extend.texi: Fix typo.
16141 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16143         * doc/cppopts.texi: Fix typo.
16144         * doc/objc.texi: Likewise.
16145         * doc/passes.texi: Likewise.
16147 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
16149         * real.c (ibm_extended_format): Add 53 to minimum exponent.
16150         (encode_ibm_extended): Adjust.
16152 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
16154         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
16155         timevar_id enumerations.
16157 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16159         * combine.c: Fix formatting.
16161 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16163         * doc/gccint.texi: Update the copyright.
16165 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16167         * doc/cpp.texi: Fix typos.
16168         * doc/extend.texi: Likewise.
16169         * doc/gty.texi: Likewise.
16170         * doc/install.texi: Likewise.
16171         * doc/passes.texi: Likewise.
16172         * doc/rtl.texi: Likewise.
16173         * doc/tm.texi: Likewise.
16175 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16177         * config/ia64/fde-glibc.c: Fix comment typos.
16178         * config/ia64/hpux.h: Likewise.
16179         * config/ia64/ia64.c: Likewise.
16180         * config/ia64/ia64.h: Likewise.
16181         * config/ia64/unwind-ia64.c: Likewise.
16183 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16185         * config/i386/i386-modes.def: Fix comment typos.
16186         * config/i386/i386.c: Likewise.
16187         * config/i386/i386.md: Likewise.
16189 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
16191         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
16192         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
16193         ASM_FINISH_DECLARE_OBJECT before defining it.
16194         * toplev.c (rest_of_decl_compilation):  Don't define
16195         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
16196         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
16197         parameters for DWARF2 targets because they _are_ used.
16199 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
16201         * fp-bit.h: Define macros for TFmode floating-point constants
16202         in IBM-extended TFmode types.
16203         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
16204         widths.
16205         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
16206         TFmode type.
16208         * config/fp-bit.h: Define macros for TFmode floating-point
16209         constants in IEEE quad TFmode type.  Declare functions according
16210         to L_ macros.
16211         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
16212         (TFtype, TItype, UTItype): Define if TMODES is defined.
16213         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
16214         (F_T_BITOFF, D_T_BITOFF): Define.
16215         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
16216         guaranteed to be wide enough.
16217         * config/fp-bit.c: Check for L_ macros for tf functions.
16218         (__thenan_tf): New.
16219         (nan): Adjust.
16220         (pack_d, unpack_d): Support IEEE 854 quad type.
16221         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
16222         from FRAC_NBITS, FRAC_BITS and NGARDS.
16223         (usi_to_float): Cast constants to be shifted to fractype
16224         instead of assuming long long is wide enough.
16225         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
16227 2003-01-26  Andreas Jaeger  <aj@suse.de>
16229         * df.c: Remove prototype of unused function df_regno_rtl_debug.
16231 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
16233         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
16234         (DBBIT_FUNCS): Added _df_to_tf.
16235         (TPBIT_FUNCS): New.
16236         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
16237         (LIBGCC_DEPS): Added TPBIT.
16238         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
16240         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
16241         been able to move the result to target.
16243         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
16244         for the appropriate mode.
16246         * calls.c (emit_library_call_value_1): Handle return values
16247         in a PARALLEL.
16249         * rtl.c (get_mode_alignment): Moved to...
16250         * stor-layout.c: ... here.
16252         * print-rtl.c (print_rtx): Don't print MEM details in
16253         GENERATOR_FILEs.
16255 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
16257         * df.h: Update comments, tidy formatting.
16258         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
16259         REVERSE, UNION, INTERSECTION.  All uses updated.
16260         (OLD_DF_INTERFACE): Remove.
16261         (struct insn_info): Remove commented out insn field.
16262         * df.c: Update comments, tidy formatting.
16263         (df_def_table_realloc): Remove.
16266 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
16268         * calls.c (save_fixed_argument_area): Tidy.
16269         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
16270         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
16271         call chain loop at 1 if !try_tail_call.  Formatting.
16272         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
16273         Use save_fixed_argument_area and restore_fixed_argument_area.
16275 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16277         * df.c (df_uses_record): Handle CC0.
16279 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
16281         * reload.c (maybe_memory_address_p): New function.
16282         (find_reloads_address): Use it instead of memory_address_p.
16284 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
16286         * final.c (shorten_branches): Align the address of code label
16287         when computing initial lengths and addresses.
16289 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
16291         * config/m68hc11/m68hc11.md: Fix a comment typo.
16293 2003-01-25  Andreas Jaeger  <aj@suse.de>
16295         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
16296         TARGET_MACHO.
16298 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16300         * gcse.c (bypass_last_basic_block): New global variable.
16301         (bypass_block):  Use redirect_edge_and_branch_force to redirect
16302         fall-through edges.  Use bypass_last_basic_block to determine
16303         which blocks have valid PRE information.
16304         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
16306 2003-01-25  Jan Hubicka  <jh@suse.cz>
16308         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
16310 2003-01-25  Jan Hubicka  <jh@suse.cz>
16311                               Eric Botcazou <ebotcazou@libertysurf.fr>
16312         PR opt/8492
16313         * gcse.c (one_cprop_pass): Delete unreachable blocks.
16315 2003-01-25  Richard Henderson  <rth@redhat.com>
16317         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
16318         from ia64_aix_select_rtx_section.
16319         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
16320         instead of saving and restoring flag_pic.
16321         (ia64_rwreloc_unique_section): Similarly.
16322         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
16323         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
16324         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
16325         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
16327 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
16329         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
16330         comment.
16332 2003-01-25  Richard Henderson  <rth@redhat.com>
16334         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
16336 2003-01-25  Kelley Cook <kelleycook@comcast.net>
16338         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
16340 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
16342         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
16343         type for bitmaps.  Use unsigned long.
16344         (nBITMAP_WORD_BITS): New macro.
16345         (BITMAP_WORD_BITS): New macro.
16346         (rest of file): Use it.
16347         * bitmap.c: Use it.
16349 2003-01-25  Richard Henderson  <rth@redhat.com>
16351         2002-02-19  Robert Lipe  <robertlipe@usa.net>
16352         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
16354 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16356         * builtins.c (purge_builtin_constant_p): Scan insn stream
16357         sequentially rather than by basic block.
16358         * function.c (purge_addressof): Simplify test with INSN_P.
16360 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
16362         * combine.c (simplify_comparison, case AND): Remove a redundant test.
16364 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16366         * function.h (struct function): New field calls_constant_p.
16367         (current_function_calls_constant_p): New macro for above.
16368         * function.c (prepare_function_start): Initialize calls_eh_return
16369         and calls_constant_p.
16370         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
16371         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
16372         when the current_function_calls_constant_p.
16373         * integrate.c (expand_inline_function): Set calls_constant_p if
16374         the function being inlined has calls_constant_p set.
16376 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16378         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
16379         optimizing, even if flag_gcse is true.
16380         * toplev.c (rest_of_compilation): purge_builtin_constant_p
16381         only needs to be called when "optimize > 0 && flag_gcse".
16383 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16385         * stmt.c (emit_case_bit_tests): New routine to implement suitable
16386         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
16387         (case_bit_test_cmp): New comparison function for "qsort" to order
16388         case_bit_tests by decreasing number of destination nodes.
16389         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
16390         (expand_end_case_type): Use emit_case_bit_tests to implement
16391         suitable switch statments.
16392         (CASE_USE_BIT_TESTS): New target macro to disable the above.
16393         * Makefile.in (stmt.o): Add dependency on optab.h.
16394         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
16396 2003-01-23  Andreas Schwab  <schwab@suse.de>
16398         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
16399         __do_global_ctors_aux hidden global and don't put it in
16400         .init_array.
16401         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
16402         instead so that it comes first.
16404 2003-01-25  Jan Hubicka  <jh@suse.cz>
16406         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
16407         subreg is read/modify.
16409 2003-01-25  Jan Hubicka  <jh@suse.cz>
16411         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
16412         do libcall for large blocks.
16413         * i386.md (comi patterns): Set type to ssecomi.
16414         (sse2_unpck?pd): Fix mode of vec_select.
16416         * cse.c: Include except.h
16417         (cse_set_around_loop):  Do not create new basic blocks.
16418         * Makefile.in (cse.o): Add dependnecy on except.h
16420 2003-01-25  Jan Hubicka  <jh@suse.cz>
16422         * builtins.c (fold_trunc_transparent_mathfn): New function.
16423         (fold_builtin): Use it.
16424         * convert.c (convert_to_real): Re-enable code to convert
16425         math functions; add support for floor familly functions.
16427 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16429         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
16430         dependencies on coretypes.h and $(TM_H).
16432 2003-01-25  Jan Hubicka  <jh@suse.cz>
16434         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
16436 2003-01-24  Stuart Hastings  <stuart@apple.com>
16438         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
16440 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16442         * config/c4x/c4x.md (UNSPEC_BU): New constants.
16443         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
16444         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
16445         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
16446         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
16447         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
16448         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
16449         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
16451 2003-01-24  Jan Hubicka  <jh@suse.cz>
16453         * emit-rtl.c (reg_attrs_htab): New static variable.
16454         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
16455         functions.
16456         (reg_rtx): Do not maintain regno_decl.
16457         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
16458         set_mem_attrs_from_reg): New global function.
16459         (init_emit): Do not initialize regno_decl.
16460         (init_emit_once): initialize reg_attrs_htab.
16461         * final.c (alter_subreg): Do not replace REG by SUBREG.
16462         (gen_mem_expr_from_op): Improve output.
16463         (output_asm_operands): Likewise.
16464         * function.c (assign_params): Do not set REGNO_DECL.
16465         * function.h (struct function): Kill regno_decl.
16466         (REGNO_DECL): Kill.
16467         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
16468         * print_rtl.c (print_rtx): Output REG information.
16469         * regclass.c (reg_scan_mark_refs): Update attrs.
16470         * reload1.c (alter_reg): Likewise.
16471         * simplify_rtx.c (simplify_subreg): Likewise.
16472         * stmt.c (expand_decl): Likewise.
16473         * rtl.def (REG): Add new field.
16474         * rtl.h (struct reg_attrs): New.
16475         (rtunion_def): At rtreg.
16476         (X0MEMATTR): Add checking.
16477         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
16478         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
16479         Declare.
16480         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
16482 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
16484         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
16485         (xtensa_emit_call, print_operand): Fix printf format strings
16486         to avoid compile warnings.
16487         (xtensa_function_prologue, xtensa_function_epilogue): Change type
16488         of "size" argument to HOST_WIDE_INT to fix compile warnings.
16489         * config/xtensa/xtensa-protos.h
16490         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
16492 2003-01-24  Jan Hubicka  <jh@suse.cz>
16494         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
16495         (implicit_built_in_decls): New global array.
16496         (mathfn_built_in): New global function.
16497         (fold_trunc_transparent_mathfn): New static function
16498         (expand_builtin_strstr, expand_bultin_strchr,
16499         expand_builtin_strpbrk, expand_builtin_strcpy,
16500         expand_builtin_strncpy, expand_bultin_strcmp,
16501         expand_bultin_strncat, expand_builtin_fputs): Use
16502         implicint_built_in_decls.
16503         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
16504         * builtins.def: Fix comments.
16505         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
16506         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
16507         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
16508         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
16509         (DEF_C99_C90RES_BULTIN): New.
16510         (*f, *l builtins): Update.
16511         * c-common.c (DEF_BUILTIN): Initialize implicit array.
16512         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
16513         * convert.c (strip_float_extensions): New global function.
16514         * tree.h (DEF_BUILTIN): Accept 10 arguments.
16515         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
16516         Declare.
16517         * java/builtins.c (define_builtin): Handle implicit.
16518         (DEF_BUILTIN): Update.
16519         * tm.texi (TARGET_C99_FUNCTIONS): Document.
16520         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
16521         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
16522         when using glibc2.
16524 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
16526         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
16527         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
16528         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
16529         * config/xtensa/crti.asm: New file.
16530         * config/xtensa/crtn.asm: New file.
16531         * config/xtensa/t-elf: New file.
16532         * config/xtensa/t-linux: New file.
16533         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
16534         Move various CFLAGS settings to new t-elf file.
16536 2003-01-24  Richard Henderson  <rth@redhat.com>
16538         PR optimization/4382
16539         * tree-inline.c (find_builtin_longjmp_call_1): New.
16540         (find_builtin_longjmp_call): New.
16541         (inlinable_function_p): Use it.
16543 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16545         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
16546         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
16547         * config/i386/i386.c (function_arg_pass_by_reference): New.
16548         (ix86_va_arg): Support arguments passed by reference.
16550 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16552         * cfgloopanal.c: New file.
16553         * cfgloopmanip.c: New file.
16554         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
16555         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
16556         cfglayout.o): Add dependency on cfgloop.h.
16557         (cfgloop.o): Add flags.h dependency.
16558         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
16559         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
16560         (struct loop, struct loops, flow_loops_find, flow_loops_update,
16561         flow_loops_free, flow_loops_dump, flow_loop_dump,
16562         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
16563         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
16564         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
16565         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
16566         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
16567         find_common_loop, verify_loop_structure): Declarations moved to ...
16568         * cfgloop.h: New file.
16569         * bb-reorder.c (reorder_basic_blocks): Modified.
16570         * cfglayout.c: Include cfgloop.h.
16571         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
16572         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
16573         (break_superblocks): New static function.
16574         (cfg_layout_finalize): Use it.
16575         (cfg_layout_split_block): New function.
16576         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
16577         fields.
16578         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
16579         changed.
16580         (cfg_layout_split_block): Declare.
16581         * cfgloop.c: Include cfgloop.h and flags.h.
16582         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
16583         get_loop_body): Avoid signed versus unsigned comparison warnings.
16584         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
16585         loop_latch_edge): Modified.
16586         (verify_loop_structure): Modified to use flags stored in loop structure;
16587         check irreducible loops.
16588         (cancel_loop, cancel_loop_tree): New functions.
16589         (estimate_probability): Use loop analysis code for predictions.
16590         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
16591         warnings.
16592         * doloop.c: Include cfgloop.h.
16593         * loop.c: Include cfgloop.h.
16594         * predict.c: Include cfgloop.h.
16595         * toplev.c: Include cfgloop.h.
16596         * unroll.c: Include cfgloop.h.
16597         * tracer.c (tracer): Modified.
16599 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
16601         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
16603 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
16605         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
16606         * configure: Regenerate.
16608         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
16609         (tls_symbolic_reference_mentioned_p): Add prototype.
16610         (s390_tls_get_offset): Add prototype.
16611         (emit_pic_move): Remove prototype, replace by ...
16612         (emit_symbolic_move): .. this new prototype.
16614         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
16615         (tls_model_chars): New global variable.
16616         (s390_encode_section_info): Encode TLS model.
16617         Use targetm.binds_local_p to check for local symbols.
16618         (s390_strip_name_encoding): New function.
16619         (TARGET_STRIP_NAME_ENCODING): Define.
16621         (get_thread_pointer): New function.
16622         (legitimize_tls_address): New function.
16623         (legitimize_address): Call it.
16624         (emit_pic_move): Remove, replace by ...
16625         (emit_symbolic_move): ... this new function.
16627         (larl_operand): Handle TLS operands.
16628         (legitimate_constant_p): Likewise.
16629         (s390_decompose_address): Likewise.
16630         (s390_cannot_force_const_mem): New function.
16631         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
16633         (s390_output_symbolic_const): Handle TLS unspecs.
16634         (print_operand): New code 'J'.
16635         (machine_function): Add struct member 'some_ld_name'.
16636         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
16638         (enum s390_builtin): New type.
16639         (code_for_builtin_64, code_for_builtin_31): New global variables.
16640         (s390_init_builtins, s390_expand_builtin): New functions.
16641         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
16643         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
16644         (ASM_OUTPUT_LABELREF): Define.
16645         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
16647         * config/s390/s390.md: Define TLS UNSPEC constants.
16648         ("movdi", "movsi"): Handle TLS operands.
16649         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
16650         ("*tls_load_64", "*tls_load_31"): New insns.
16651         ("call_value_tls", "call_value_tls_exp"): New expanders.
16652         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
16653         "bas_tls_64", "bas_tls_31"): New insns.
16655 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
16657         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
16658         spe ABI is configured, if requested.
16660 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16662         * doc/passes.texi: Fix typo.
16664 2003-01-24  Andreas Schwab  <schwab@suse.de>
16666         * stor-layout.c (excess_unit_span): Only define if used.
16668 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
16670         * gcc/doc/invoke.texi (Optimization Options): List -O levels
16671         for each optimization flag.
16673 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
16675         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
16677 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16679         * doc/bugreport.texi: Use @command instead of @code for commands.
16680         * doc/collect2.texi: Likewise.
16681         * doc/headerdirs.texi: Likewise.
16682         * doc/invoke.texi: Likewise.
16683         * doc/standards.texi: Likewise.
16684         * doc/tm.texi: Likewise.
16685         * doc/trouble.texi: Likewise.
16687 2003-01-24  Nick Clifton  <nickc@redhat.com>
16689         * config/arm/arm.c (use_return_insn): Do not use a single return
16690         instruction for interrupt handelrs which have to create a stack
16691         frame.
16692         (arm_expand_prologue): Do not pre-bias the return address of
16693         interrupt handlers which create a stack frame.
16695 2003-01-24  Nick Clifton  <nickc@redhat.com>
16697         * Add sh2e support:
16699         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
16701                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
16702                 med_cbranches.  Fix logic in short_cbranches.
16704         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
16706                 * config/sh/sh.md (delay for cbranch): Don't annul delay
16707                 slots on SH2e.
16708                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
16709                 cbranch with unfilled delay slot on SH2e.
16710                 (output_branch): Fill with a nop the delay slot of a
16711                 branch that required a delay slot but didn't get one.
16713         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
16715                 * doc/invoke.texi (SH options): Document -m2e.
16716                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
16717                 * config/sh/lib1funcs.asm: Likewise.
16718                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
16719                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
16720                 not __sh1__.
16721                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
16722                 SH2E up.
16723                 (SH3E_BIT): Renamed to...
16724                 (SH_E_BIT): ... this.  Replace all uses.
16725                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
16726                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
16727                 (TARGET_SWITCHES): Added 2e.
16728                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
16729                 (processor_type): Added PROCESSOR_SH2E.
16730                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
16731                 TARGET_SH2E, except in sqrtsf2_i.
16732                 (attribute cpu): Added sh2e.
16733                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
16734                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
16735                 * config.gcc: Add sh2e target support.
16737 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
16739         Rename -W to -Wextra.
16740         * c-decl.c:  Update comments.
16741         * c-typeck.c:  Likewise.
16742         * flags.h:  Likewise.
16743         * function.c:  Likewise.
16744         * stmt.c:  Likewise.
16745         * toplev.c:  Update comments.
16746         (W_options):  Add 'extra'.
16747         (display_help):  Remove '-W'.
16748         (decode_W_option):  Special warn_uninitialized treatment in the case
16749         of -Wextra.
16750         * doc/invoke.texi:  Update with new entries.
16752 2003-01-23  Richard Henderson  <rth@redhat.com>
16754         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
16755         in no-else-block case.  Add commentary.
16757 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16759         * configure.in: Revert last change.
16761 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16763         * configure.in: Don't include ansidecl.h in tconfig.h.
16764         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
16765         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
16766         ATTRIBUTE_UNUSED.
16768         * configure: Regenerate.
16770 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16772         PR java/6748
16773         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
16774         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
16775         kernels.
16777 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16779         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
16781 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
16783         * genattrtab.c (write_attr_get): Mark 'insn' paramter
16784         as ATTRIBUTE_UNUSED.
16786 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
16788         * arm.c (thumb_base_register_rtx_p): New function.
16789         (thumb_index_register_rtx_p): New function.
16790         (thumb_legitimate_address_p): New function.
16791         (thumb_legitimate_offset_p): New function.
16792         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
16793         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
16794         definitions.
16795         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
16796         (THUMB_LEGITIMATE_OFFSET): Delte.
16797         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
16798         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
16799         (thumb_legitimate_offset_p): Likewise.
16801 2003-01-23  Andreas Schwab  <schwab@suse.de>
16803         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
16805 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16807         * fixinc/Makefile.in (FL_LIST): Revert last change.
16809 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16811         PR other/7341
16812         * invoke.texi (ftest-coverage): Fix broken cross-reference.
16813         Change @code to @command for gcov command.
16815         * gcc.texi: Adjust title of gcov section.
16816         Adjust copyright.
16817         * gcov.texi: Likewise.
16819 2003-01-22  Roger Sayle  <roger@eyesopen.com>
16821         PR optimization/8423
16822         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
16823         its argument is constant, or 0 if !flag_gcse.
16824         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
16825         if it's argument is constant.
16826         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
16827         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
16828         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
16829         * builtins.c (purge_builtin_constant_p): New function to force
16830         instantiation of any remaining CONSTANT_P_RTX nodes.
16831         * rtl.h (purge_builtin_constant_p): Prototype here.
16832         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
16833         pass after GCSE and before loop.
16834         (flag_gcse): No longer static.
16835         * flags.h (flag_gcse): Prototype here.
16837 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
16839         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
16840         introduced by last change.
16842 2003-01-22  Andreas Schwab  <schwab@suse.de>
16844         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
16846 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
16848         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
16849         request a scratch reg on H8S when the shift count is 8.
16851 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
16853         * config/s390/s390-protos.h (preferred_la_operand_p):
16854         Remove second parameter.
16855         * config/s390/s390.c (preferred_la_operand_p): Likewise.
16856         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
16857         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
16858         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
16859         Add peepholes to transform ADD to LOAD ADDRESS.
16861 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
16863         * arm.c (arm_address_register_rtx_p): New function.
16864         (arm_legitimate_address_p): New function.
16865         (arm_legitimate_index_p): New function.
16866         (legitimize_pic_address): Use arm_legitimate_index_p.
16867         * arm-protos.h (arm_legtimate_address_p): Add prototype.
16868         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
16869         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
16871 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
16873         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
16874         * config/s390/2064.md (define_bypass): Correct 'Load' and
16875         'Load-address' bypass values.
16877 2003-01-22  Andreas Schwab  <schwab@suse.de>
16879         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
16881 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16883         * genautomata.c (output_internal_insn_latency_func,
16884         output_print_reservation_func): Short circuit when there is no
16885         automaton to generate code for.
16887 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16889         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
16890         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
16892 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
16894         * config/rs6000/rs6000.md: Remove warning.
16895         (builtin_setjmp_receiver): Likewise.
16896         * config/darwin.c (update_stubs): Slightly improve terrible hack
16897         with identifiers.  Add comment pointing out problems with it.
16898         (update_non_lazy_ptrs): Likewise.
16900 2003-01-21  Richard Henderson  <rth@redhat.com>
16902         * dwarf2out.c (lookup_filename): Fix printf format warning.
16903         * system.h (fread_unlocked, fwrite_unlocked): Undef.
16905         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
16906         (fixincl.o-warn, gnu-regex.o-warn): New.
16907         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
16908         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
16909         * fixinc/fixincl.c (process): Fix printf format warning.
16911 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16913         * dwarf2out (output_file_names): Don't crash if called
16914         with empty file_table.
16916 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16918         * genautomata.c (output_internal_insn_latency_func): Add
16919         missing break statement to generated code.
16921 2003-01-21  Roger Sayle  <roger@eyesopen.com>
16923         * stmt.c (same_case_target_p): New function to determine whether
16924         two case labels branch to the same target.  Split out from...
16925         (group_case_nodes): ... here.  Use same_case_target_p instead.
16926         (strip_default_case_nodes): Remove explicit case nodes
16927         that branch to the default destination.
16928         (expand_end_case_type): Call strip_default_case_nodes after
16929         group_case_nodes, to simplify the case-list before we count it.
16930         Only generate table_label RTX when actually needed.  Try to share
16931         thiscase->exit_label and thiscase->data.case_stmt.default_label
16932         when a switch has no explicit default case.  Simplify test for
16933         constant index.
16935 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
16937         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
16938         \t.
16939         (*negsf2_h8300hs): Likewise.
16940         (*addsi3_lshiftrt_16_zexthi): Likewise.
16941         (*iorhi3_lshiftrt_8): Likewise.
16943 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16945         * dwarf2out.c (fde_table_in_use): Mark GTY.
16946         (dwarf2out_cfi_label_num): New variable, marked GTY.
16947         (dwarf2out_cfi_label): Use it instead of static label_num.
16948         * emit-rtl.c (label_num): Mark GTY.
16950 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
16952         * config/h8300/h8300.c (output_plussi): Support H8/300.
16953         (compute_plussi_length): Likewise.
16954         (compute_plussi_cc): Likewise.
16955         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
16956         output assembly instructions.
16958 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16960         * calls.c (fix_unsafe_tree): Prototype.
16962         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
16963         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
16964         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
16965         c-parse.o-warn): Add -Wno-error.
16966         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
16968         * configure.in (--enable-werror): Add new flag.
16969         * doc/install.texi (--enable-werror): Document.
16970         * configure: Regenerate.
16972         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
16974 2003-01-21  Andreas Schwab  <schwab@suse.de>
16976         * genautomata.c (output_internal_insn_latency_func): Fix missing
16977         close paren in output.
16979 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16981         * genautomata.c: Space savings in generated code:
16982         (output_dfa_insn_code_func): Split out the table-enlargement
16983         path to an out-of-line static function, dfa_insn_code_enlarge.
16984         (output_internal_insn_latency_func): Use a lookup table for the
16985         default latencies.
16986         (output_print_reservation_func): Use a lookup table for the
16987         strings.
16989 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
16991         PR opt/7507
16992         * calls.c (fix_unsafe_tree): Split out from ...
16993         (expand_call): ... here.  Use it on the function address too.
16995 2003-01-20  Richard Henderson  <rth@redhat.com>
16997         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
16999 2003-01-20  Richard Henderson  <rth@redhat.com>
17001         PR opt/7154
17002         * stmt.c (expand_asm_operands): Validize memory operands.
17004 2003-01-20  Richard Henderson  <rth@redhat.com>
17006         PR opt/8848
17007         * ifcvt.c (noce_process_if_block): Correct arguments to
17008         modified_between_p for no-else-block case.
17010 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
17012         * config/h8300/h8300.c (const_costs): Remove a warning.
17013         (output_plussi): Likewise.
17014         (compute_plussi_length): Likewise.
17015         (compute_plussi_cc): Likewise.
17017 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
17019         * config/h8300/h8300.md (addsi_h8300): Remove the last
17020         alternative.
17022 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
17024         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
17026 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17028         * system.h (__NO_STRING_INLINES): Define.
17030 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17032         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
17033         is not a scalar int mode.
17035 2003-01-20  Roger Sayle  <roger@eyesopen.com>
17037         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
17038         insn's notes following a substitution inside a libcall.
17040 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
17042         * configure.in: Check for system-provided 'uchar' type.
17043         * configure, config.in: Regenerate.
17044         * cpphash.h: Only typedef 'uchar' if the system doesn't.
17046 2003-01-20  Richard Henderson  <rth@redhat.com>
17048         * expr.h (MUST_PASS_IN_STACK): Move implementation...
17049         * calls.c (default_must_pass_in_stack): ... here.
17051 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
17053         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
17055         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
17057         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
17058         Wrap up definition of `insn_alts'.
17060         * genattrtab.c (main): Wrap up `insn_alts'.
17062 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17064         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
17065         prototyping.
17066         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
17068         * config.in, configure: Regenerate.
17070 2003-01-20  Nick Clifton  <nickc@redhat.com>
17072         * config/arm/arm.md (sibcall_epilogue): Add an
17073         UNSPEC_PROLOGUE_USE to prevent the link register from being
17074         considered dead.
17076 2003-01-20  Jan Hubicka  <jh@suse.cz>
17078         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
17080 2003-01-20  Andreas Schwab  <schwab@suse.de>
17082         * system.h: Don't declare strsignal if the decl test hasn't been
17083         run yet.
17085 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
17087         * config/h8300/h8300.c (notice_update_cc): Don't assume that
17088         recog_data.operands[0] is always associated with cc0.
17090 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
17092         * collect2.c (ldgetname): Expand declaration to prototype.
17093         * read-rtl.c (atoll): Add prototype.
17094         * system.h (strsignal): Also declare if no declaration found.
17096 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
17098         * config.gcc (mips64*-*-linux*): Added.
17099         * config/mips/linux64.h, config/mips/t-linux64: New file.
17100         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
17101         * config/mips/mips.c (override_options): Use it.
17102         * config/mips/mips.h (TARGET_SWITCHES): Added...
17103         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
17104         * Makefile.in (SPECS): New.
17105         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
17106         * gcc.c (process_command): Move self-spec processing past spec
17107         file loading.
17108         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
17109         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
17110         CRTSTUFF_T_CFLAGS.
17111         (SPECS): Document.
17112         * doc/invoke.texi (-mabi-fake-default): Document.
17114 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
17116         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
17117         z_reg, z_reg_qi): Declare static and GTY().
17118         (da_reg): Remove.
17119         (create_regs_rtx): Don't create da_reg.
17120         ("gt-m68hc11.h"): Include for GTY roots.
17121         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
17122         and GTY() here.
17123         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
17124         (m68hc11_soft_tmp_reg): Likewise.
17125         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
17127 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
17129         * basic-block.h: Fix comment formatting.
17130         * calls.c: Likewise.
17131         * combine.c: Likewise.
17132         * convert.c: Likewise.
17133         * gcov.c: Likewise.
17134         * haifa-sched.c: Likewise.
17135         * libgcc2.c: Likewise.
17136         * loop.c: Likewise.
17137         * profile.c: Likewise.
17138         * system.h: Likewise.
17140 2003-01-18  Roger Sayle  <roger@eyesopen.com>
17142         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
17144 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17146         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
17148 2003-01-17  Dale Johannesen  <dalej@apple.com>
17150         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
17151           (*floatunssidf2_internal):  Ditto.
17153 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
17155         * alias.c: Fix comment typos.
17156         * basic-block.h: Likewise.
17157         * c-common.c: Likewise.
17158         * c-common.h: Likewise.
17159         * c-decl.c: Likewise.
17160         * c-opts.c: Likewise.
17161         * c-pragma.c: Likewise.
17162         * c-pretty-print.h: Likewise.
17163         * cfg.c: Likewise.
17164         * cfganal.c: Likewise.
17165         * cfgbuild.c: Likewise.
17166         * cfgcleanup.c: Likewise.
17167         * cfglayout.c: Likewise.
17168         * cfgrtl.c: Likewise.
17169         * convert.c: Likewise.
17170         * cpphash.h: Likewise.
17171         * cpplex.c: Likewise.
17172         * cpplib.h: Likewise.
17173         * df.h: Likewise.
17174         * diagnostic.c: Likewise.
17175         * diagnostic.h: Likewise.
17176         * dwarf2.h: Likewise.
17178 2003-01-17  Stan Shebs  <shebs@apple.com>
17180         * config/darwin-protos.h: Forward-declare struct cpp_reader.
17182 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
17184         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
17185         mistake in last checkin.
17187 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
17189         * et-forest.c: Fix comment typos.
17190         * et-forest.h: Likewise.
17191         * except.c: Likewise.
17192         * expr.c: Likewise.
17193         * flags.h: Likewise.
17194         * flow.c: Likewise.
17195         * gcc.c: Likewise.
17196         * gcse.c: Likewise.
17197         * genattrtab.c: Likewise.
17198         * genautomata.c: Likewise.
17199         * gengtype.c: Likewise.
17200         * genrecog.c: Likewise.
17201         * global.c: Likewise.
17202         * gthr-rtems.h: Likewise.
17204 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17206         * i386.c (x86_function_profiler): Fix format specifier.
17208 2003-01-17  Richard Henderson  <rth@redhat.com>
17210         * gengtype.c (walk_type): Allow paramN_is.
17212 2003-01-17  Nick Clifton  <nickc@redhat.com>
17214         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
17216 2003-01-16  Richard Henderson  <rth@redhat.com>
17218         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
17220 2003-01-16  Richard Henderson  <rth@redhat.com>
17222         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
17223         (alpha_next_sequence_number): Likewise.
17224         (alpha_this_literal_sequence_number): Likewise.
17225         (alpha_this_gpdisp_sequence_number): Likewise.
17226         (struct alpha_funcs, alpha_funcs_num): Likewise.
17227         (struct alpha_links): Fix branch merge error.
17228         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
17230 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
17232         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
17233         R. Ghazi.
17235 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
17237         * ifcvt.c: Fix comment typos.
17238         * lcm.c: Likewise.
17239         * libgcc2.c: Likewise.
17240         * local-alloc.c: Likewise.
17241         * loop.c: Likewise.
17242         * predict.c: Likewise.
17243         * ra-build.c: Likewise.
17244         * ra.c: Likewise.
17245         * ra-colorize.c: Likewise.
17246         * ra.h: Likewise.
17247         * ra-rewrite.c: Likewise.
17248         * regmove.c: Likewise.
17249         * reload.h: Likewise.
17250         * rtlanal.c: Likewise.
17251         * toplev.c: Likewise.
17252         * tree.h: Likewise.
17253         * unwind-dw2-fde-glibc.c: Likewise.
17254         * vmsdbgout.c: Likewise.
17256 2003-01-16  Richard Henderson  <rth@redhat.com>
17258         * dwarf2out.c (struct file_table): Remove.
17259         (FILE_TABLE_INCREMENT): Remove.
17260         (file_table): Make a varray; mark for GC.  Update all users.
17261         (file_table_last_lookup_index): Extract from struct file_table.
17262         (output_file_names): Fix unsigned compare warnings.
17263         (add_name_attribute): Remove inline marker.
17264         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
17265         (lookup_filename): Don't manage size of file_table.
17266         (init_file_table): Allocate file_table with GC.
17267         (dwarf2out_init): Don't record main_input_filename here.
17268         (dwarf2out_finish): Do it here instead.
17270 2003-01-16  Bruce Korb  <bkorb@gnu.org>
17272         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
17274 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
17276         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
17277         instead of rotldi3_mextr.
17279 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
17281         * haifa-sched.c (move_insn): Restore moving all schedule group.
17282         (set_priorities): Restore taking SCHED_GROUP_P into account.
17284         * sched-deps.c (add_dependence): Restore processing the last group
17285         insn.
17286         (remove_dependence, group_leader): Restore the functions.
17287         (set_sched_group_p): Restore adding dependencies from previous insn
17288         in the group.
17289         (compute_forward_dependences): Restore usage of group_leader.
17291         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
17292         account.
17294         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
17295         account.
17296         (can_schedule_ready_p): Ditto.
17297         (add_branch_dependences): Restore skipping over the group insns.
17299 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
17301         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
17302         68HC12 pre/post inc/dec side effects.
17304 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
17306         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
17308 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
17310         * sh.md (mshflo_w_x): Fix description of operation.
17312 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
17314         * config/rs6000/rs6000.h: Mention Altivec registers in
17315         commentary.  Fix typo.
17317 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
17319         * config/rs6000/rs6000.md (movti_string): Remove clobber.
17320         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
17321         generate PARALLEL with clobber for TARGET_POWER.
17323 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17325         * ra-colorize.c (colorize_one_web): Initialize variable.
17326         * regmove.c (fixup_match_1): Likewise.
17327         * reload1.c (reload_as_needed): Likewise.
17328         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
17330 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17332         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
17334 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17336         * dbxout.c (lastfile, cwd): Fix `unused' warning.
17337         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
17338         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
17339         is_main_source, file_table, decl_die_table_in_use,
17340         abbrev_die_table_in_use, line_info_table_in_use,
17341         separate_line_info_table_in_use, pubname_table_in_use,
17342         arange_table_in_use, ranges_table_in_use,
17343         current_function_has_inlines): Likewise.
17344         * flow.c (life_analysis): Likewise.
17345         * genemit.c (gen_insn): Likewise.
17346         * protoize.c (cplus_suffix): Likewise.
17348         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
17349         * arm.h (ROUND_UP_WORD): Likewise.
17351         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
17352         warning.
17353         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
17354         init_emit_once): Likewise.
17355         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
17356         Likewise.
17357         * function.c (assign_stack_temp_for_type): Likewise.
17358         * loop.c (loop_invariant_p): Likewise.
17359         * recog.c (push_operand): Likewise.
17360         * regclass.c (init_reg_sets_1): Likewise.
17361         * reload.c (update_auto_inc_notes): Likewise.
17362         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
17363         * stmt.c (expand_asm_operands): Likewise.
17364         * stor-layout.c (start_record_layout): Likewise.
17366 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
17368         * config/c4x/c4x.md (epilogue): Correct last patch.
17370 2003-01-15  Richard Henderson  <rth@redhat.com>
17372         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
17373         also check that GP is being used.
17374         (alpha_find_lo_sum_using_gp): New.
17375         (alpha_does_function_need_gp): Use get_attr_usegp.
17376         * config/alpha/alpha-protos.h: Update.
17377         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
17378         as needed.
17380 2003-01-15  Roger Sayle  <roger@eyesopen.com>
17382         * gcse.c (one_cprop_pass): Change function arguments to take both
17383         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
17384         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
17385         (bypass_jumps): New function to perform separate jump bypassing pass.
17386         * rtl.h (bypass_jumps): Add function prototype.
17387         * timevar.def (TV_BYPASS): New timing variable.
17388         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
17389         (dump_file): New entry for the bypass RTL dump file.
17390         (rest_of_compilation): Insert new jump bypassing optimization
17391         pass after loop.
17392         * doc/passes.texi: Document new pass.
17394 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17396         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
17397         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
17398         * pa.h (TARGET_SOM_SDEF): Define.
17399         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
17401 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
17403         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
17404         allocate 4-bytes of locals on 68HC11.
17405         (expand_epilogue): Likewise.
17406         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
17408 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
17410         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
17411         and -mshort-double to the assembler to specify the ABI.
17412         (LINK_SPEC): Likewise.
17413         (CPP_SPEC): Pass HCS12 specific define.
17414         (MASK_M68S12): New define.
17415         (TARGET_M68S12): Likewise.
17416         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
17417         (TARGET_VERSION): Update.
17418         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
17419         (LINK_SPEC): Update.
17420         (ASM_SPEC): Update.
17421         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
17422         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
17424 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
17426         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
17427         the return code.
17429 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
17431         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
17432         flag before setting it.
17434 2003-01-15  Roger Sayle  <roger@eyesopen.com>
17436         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
17437         when loop condition is known true, i.e.  "while (1) { ... }".
17438         (genrtl_for_stmt): Similarly for "for" statements.
17440 2003-01-15  Roger Sayle  <roger@eyesopen.com>
17442         * real.c (real_sqrt): Return a bool result indicating whether
17443         a floating point exception or trap should be raised.
17444         * real.h (real_sqrt): Update function prototype.
17445         * builtins.c (fold_builtin): Only fold non-trapping square
17446         roots unless we're ignoring errno and trapping math.
17448 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
17450         * expr.h (emit_conditional_add): Add PARAMS to declaration.
17451         * gengtype-lex.l (malloc, realloc): Move defines after include of
17452         system.h.  Remove duplicate include of system.h.
17454 2003-01-15  Roger Sayle  <roger@eyesopen.com>
17456         PR middle-end/9009
17457         * optabs.c (expand_unop):  When manipulating the FP sign bit
17458         using integer operations, account for targets with different
17459         integer and FP word orders.
17460         (expand_abs): Likewise.
17462 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
17464         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
17465         file extension in section name.
17467 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
17469         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
17470         constant offset.
17472 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
17474         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
17475         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
17476         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
17477         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
17479 2003-01-15  Jan Hubicka  <jh@suse.cz>
17481         PR f/9258
17482         * global.c (struct allocno): Add no_stack_reg.
17483         (global_conflicts): Set no_stack_reg.
17484         (find_reg): Use it.
17486         * convert.c (convert_to_real): Fold - and abs only when profitable.
17487         * fold-const.c (fold): Fold truncates in - and abs.
17489 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
17491         Segher Boessenkool  <segher@koffie.nl>
17493         * predict.c (real_inv_br_prob_base): New variable.
17494         (propagate_freq): Use multiply by reciprocal instead of
17495         division.  Don't divide by 1.0 at all.
17496         (estimate_bb_frequencies): Similar.
17498 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
17500         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
17501         * configure: Rebuilt.
17503 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
17505         * config/s390/s390.c (s390_safe_attr_type): New function.
17506         (s390_use_dfa_pipeline_interface): New function, return true for z900.
17507         (s390_issue_rate): New function.
17508         (s390_agen_dep_p): New function.
17509         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
17510         (s390_adjust_cost): Return 'cost' if new DFA is used.
17511         (s390_adjust_priority): Delete function.
17512         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
17513         * config/s390/s390.md (atype attribute): Attribute 'atype' default
17514         determined by 'op_type'.
17515         (type attribute): Added more type attributes.
17516         * config/s390/2064.md: New DFA description for z900 pipeline.
17518 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
17520         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
17521         forced to memory.  Fixes PR bootstrap/9036.
17523         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
17524         to set $gp before the call.
17526 2003-01-14  Richard Henderson  <rth@redhat.com>
17528         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
17529         for force_const_mem.
17531 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17533         * genattr.c (main): Rearrange output to avoid prototype warning.
17534         * genautomata.c (transform_3): Fix ambiguous-else warning.
17535         * local-alloc.c (requires_inout): Add parentheses around
17536         assignment used as truth-value.
17537         * timevar.c: Move system includes above local includes.  Include
17538         toplev.h
17539         * Makefile.in (timevar.o): Depend on toplev.h.
17541 2003-01-14  Denis Chertykov  <denisc@overta.ru>
17543         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
17544         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
17546         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
17547         attributes.
17548         (TARGET_ATTRIBUTE_TABLE): New macro.
17549         (valid_machine_type_attribute): Remove.
17550         (valid_machine_decl_attribute): Remove.
17551         (ip2k_handle_progmem_attribute): New function.
17552         (ip2k_handle_fndecl_attribute): New function.
17554 2003-01-10  Andrew Haley  <aph@redhat.com>
17556         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
17557         registers to be in correct order.  Add rip.
17559 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
17561         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
17562         (*iorsi3_and_lshiftrt_9_sb): Likewise.
17564 2003-01-14  Jan Hubicka  <jh@suse.cz>
17566         * convert.c (strip_float_extensions):  Look for narrowest type handling
17567         FP constants.
17569         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
17570         float1 CMP float2.
17571         * convert.c (strip_float_extensions): Make global.
17572         * tree.h (strip_float_extensions): Declare.
17574 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
17576         * timevar.def: define TV_NAME_LOOKUP.
17577         * timevar.c (timevar_pop): Be verbose when aborting.
17579 2003-01-13  Andreas Schwab  <schwab@suse.de>
17581         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
17582         $(parsedir), just move the temporary file at the end.
17583         ($(parsedir)/gengtype-yacc.c): Likewise.
17585 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
17587         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
17588         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
17589         splitting.
17590         * configure: Rebuilt.
17592 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17594         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
17595         internal_mcount): Don't use PARAMS.
17596         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
17597         ISO C style.
17598         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
17600 2003-01-13  Andreas Schwab  <schwab@suse.de>
17602         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
17603         directive.
17605 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
17607         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
17608         (*iorsi3_and_lshiftrt_n_sb): Likewise.
17610 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
17612         PR c++/9264
17613         * c-lex.c (c_lex): Set the token value to error_mark_node for
17614         invalid numeric constants.
17616 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17618         * c-pch.c (asm_file_startpos): Change to `long'.
17619         (pch_init): Use ftell, not ftello.
17620         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
17621         Use `long' instead of `off_t'.
17622         (c_common_read_pch): Likewise.
17623         * ggc-common.c (gt_pch_save): Use long/ftell instead of
17624         off_t/ftello.
17626 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
17628         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
17630 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
17632         * arm-protos.h (struct cpp_reader): Add declaration.
17634 2003-01-11  Jan Hubicka  <jh@suse.cz>
17636         PR target/9068
17637         * i386.c (output_fp_compare): Fix typo.
17639 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
17641         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
17643 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
17645         * Makefile.in (parsedir): New variable.
17646         (docobjdir): New variable.
17647         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
17648         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
17649         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
17650         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
17651         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
17652         Use docobjdir.
17653         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
17654         objc.maintainer-clean): Use parsedir.
17656         * varasm.c (struct constant_descriptor_rtx): Remove unused
17657         `label' field.
17659         * toplev.c (documented_lang_options): Document -Winvalid-pch.
17661 2003-01-10  Richard Henderson  <rth@redhat.com>
17663         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
17664         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
17666 2003-01-10  Richard Henderson  <rth@redhat.com>
17668         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
17669         not INTEGRAL_MODE_P when widening extensions.
17671 2003-01-10  Richard Henderson  <rth@redhat.com>
17673         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
17675 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
17677         * ggc-page.c (ggc_collect): Avoid overflow computing
17678         min_expand.
17680         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
17681         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
17682         Remove calls.
17683         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
17685 2003-01-10  Jan Hubicka  <jh@suse.cz>
17687         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
17688         with weird operands.
17690 2003-01-10  Dale Johannesen <dalej@apple.com>
17692         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
17693         parameters.  Call check_sibcall_argument_overlap if indicated.
17694         (check_sibcall_argument_overlap):  Add mark_stored_args_map
17695         parameter.  Don't mark parameter area as clobbered if not set.
17696         (expand_call):  Adjust calls to above.
17698 2003-01-10 Kelley Cook <kelleycook@comcast.net>
17700         * configure.in (linker read-only and read-write section mixing):
17701         Squelch some assembler warnings.
17702         * configure: Likewise.
17704 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
17706         * doc/invoke.texi: Document -mtune, delete -mcpu
17707         option for S/390 and zSeries.
17708         * config/s390/s390.c (s390_tune_string) New variable.
17709         (s390_cpu_string) Delete variable.
17710         (override_options): Use s390_tune_string instead of
17711         s390_cpu_string.
17712         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
17714 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
17716         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
17718 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
17720         * jump.c (next_nonnote_insn_in_loop): New function.
17721         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
17722         next_nonnote_insn.
17723         (duplicate_loop_exit_test). Likewise.
17725 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
17727         Merge from pch-branch:
17729         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
17731         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
17732         load.
17734         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
17736         * cpplib.c (count_registered_pragmas): New function.
17737         (save_registered_pragmas): New function.
17738         (_cpp_save_pragma_names): New function.
17739         (restore_registered_pragmas): New function.
17740         (_cpp_restore_pragma_names): New function.
17741         * cpphash.h (_cpp_save_pragma_names): Prototype.
17742         (_cpp_restore_pragma_names): Likewise.
17743         * cpppch.c (struct save_macro_item): Split from save_macro_data.
17744         (struct save_macro_data): New field 'saved_pragmas'.
17745         (save_macros): Update for changes to struct save_macro_data.
17746         (cpp_prepare_state): Call _cpp_save_pragma_names, update
17747         for changes to struct save_macro_data.
17748         (cpp_read_state): Call _cpp_restore_pragma_names, update
17749         for changes to struct save_macro_data.
17751         * cpppch.c (cpp_read_state): Restore the hashtable references
17752         in the cpp_reader.
17754         * tree.h (built_in_decls): Mark for PCH.
17756         * dbxout.c (lastfile): Don't mark for PCH.
17758         * ggc.h: Document PCH calls into memory managers.
17760         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
17762         * doc/invoke.texi (Precompiled Headers): Document the
17763         directory form of PCH.
17764         * cppfiles.c (validate_pch): New function.
17765         (open_file_pch): Search suitably-named directories for PCH files.
17767         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
17769         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
17770         reorder options.
17771         (Type Information): Mention that the information is also
17772         used to implement PCH.
17773         * doc/passes.texi (Passes): Improve documentation of
17774         language-specific files.
17776         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
17778         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
17779         (struct walk_type_data): Add reorder_fn field.
17780         (walk_type): Process 'reorder' option.
17781         (write_types_process_field): Reorder parameters to gt_pch_note_object,
17782         call reorder_note_routine.
17783         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
17784         (ggc_wtd): Update for change to struct write_types_data.
17785         (pch_wtd): Likewise.
17786         * ggc.h (gt_pch_note_object): Reorder parameters.
17787         (gt_handle_reorder): New definition.
17788         (gt_pch_note_reorder): New prototype.
17789         * ggc-common.c (struct ptr_data): Add reorder_fn.
17790         (gt_pch_note_object): Reorder parameters.
17791         (gt_pch_note_reorder): New.
17792         (gt_pch_save): Call reorder_fn.
17793         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
17795         * dbxout.c (cwd): Don't mark for PCH.
17797         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
17799         * gengtype.c (finish_root_table): Fix some warnings.
17800         (write_root): Handle TYPE_STRING.
17801         * ggc.h (gt_ggc_m_S): Add prototype.
17802         * stringpool.c (gt_ggc_m_S): New function.
17804         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
17806         * dwarf2out.c (dw2_string_counter): New.
17807         (AT_string_form): Use it.
17808         (same_dw_val_p): Update for removal of hashtable.h hash tables.
17810         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
17812         * dbxout.c: Include gt-dbxout.h.
17813         (lastfile): Mark for PCH/GGC.
17814         (cwd): Likewise.
17815         (struct typeinfo): Likewise.
17816         (typevec): Likewise.
17817         (typevec_len): Likewise.
17818         (next_type_number): Likewise.
17819         (struct dbx_file): Likewise.
17820         (current_file): Likewise.
17821         (next_file_number): Likewise.
17822         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
17823         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
17824         (dbxout_end_source_file): Don't free struct dbx_file.
17825         (dbxout_type): Use GGC to allocate typevec.
17826         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
17827         (GTFILES): Add dbxout.c.
17828         (gt-dbxout.h): New rule.
17830         * Makefile.in (c-pch.o): Add debug.h as dependency.
17831         * c-pch.c: Include debug.h.
17832         (pch_init): Call start_source_file to keep nesting right.
17833         (c_common_read_pch): Add orig_name parameter.  Call
17834         start_source_file debug hook.  Call end_source_file debug hook.
17835         * c-common.h (c_common_read_pch): Update prototype.
17836         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
17837         callback.
17838         * cppfiles.c (struct include_file): Add new field `header_name'.
17839         (find_or_create_entry): Default it to `name'.
17840         (open_file_pch): Set it to the original header file searched for.
17841         (stack_include_file): Don't stack an empty buffer, just handle
17842         PCH files immediately.  Pass header_name field to read_pch callback.
17844         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
17846         * function.c (funcdef_no): Mark to be saved in a PCH.
17848         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
17850         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
17852         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
17854         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
17856         * optabs.h (code_to_optab): Add GTY marker.
17858         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
17860         * Makefile.in (GTFILES): Add cpplib.h.
17861         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
17862         * c-decl.c (build_compound_literal): Don't use var_labelno.
17863         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
17864         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
17865         * varasm.c (const_labelno): Use gengtype to mark.
17866         (var_labelno): Likewise.
17867         (in_section): Likewise.
17868         (in_named_name): Likewise.
17869         (struct in_named_entry): Likewise.
17870         (in_named_htab): Likewise.
17871         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
17872         (init_varasm_once): Use GGC to allocate in_named_htab.
17873         * config/darwin.c (current_pic_label_num): Mark for PCH.
17875         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
17877         * ggc-simple.c (init_ggc_pch): New stub procedure.
17878         (ggc_pch_count_object): Likewise.
17879         (ggc_pch_total_size): Likewise.
17880         (ggc_pch_this_base): Likewise.
17881         (ggc_pch_alloc_object): Likewise.
17882         (ggc_pch_prepare_write): Likewise.
17883         (ggc_pch_write_object): Likewise
17884         (ggc_pch_finish): Likewise.
17885         (ggc_pch_read): Likewise.
17887         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
17889         * c-pch.c (c_common_write_pch): Write the macro definitions after
17890         the GCed data.
17891         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
17892         definitions after the GCed data.
17893         * cpplib.c (save_macros): New.
17894         (reset_ht): New.
17895         (cpp_write_pch_deps): Split out of cpp_write_pch.
17896         (cpp_write_pch_state): Split out of cpp_write_pch.
17897         (cpp_write_pch): Delete.
17898         (struct save_macro_data): Delete.
17899         (cpp_prepare_state): New.
17900         (cpp_read_state): Erase and restore initial macro definitions.
17901         * cpplib.h (struct save_macro_data): Forward-declare.
17902         (cpp_write_pch_deps): Prototype.
17903         (cpp_write_pch_state): Prototype.
17904         (cpp_write_pch): Delete prototype.
17905         (cpp_prepare_state): Prototype.
17906         (cpp_read_state): Add fourth argument.
17908         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
17910         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
17911         (write_array): Remove warning.
17913         * gengtype.c (contains_scalar_p): New.
17914         (finish_root_table): Add the table to all languages, even if it's
17915         empty.
17916         (write_roots): Output gt_pch_scalar_rtab.
17917         * ggc-common.c (gt_pch_save): Write out scalars.
17918         (gt_pch_restore): Read scalars back.
17920         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
17921         (struct page_entry): Delete pch_page field.
17922         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
17923         (clear_marks): Likewise.
17924         (sweep_pages): Likewise.
17925         (poison_pages): Likewise.
17926         (ggc_print_statistics): Likewise.
17927         (ggc_pch_read): Don't free objects read from a PCH.
17928         Properly set up in_use_p and page_tails.
17930         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
17932         * gengtype.c (struct write_types_data): New.
17933         (struct walk_type_data): Make `cookie' const; add extra
17934         prev_val item; add `orig_s' field.
17935         (walk_type): Update prev_val[3].
17936         (write_types_process_field): New.
17937         (write_func_for_structure): Take write_types_data structure.
17938         (write_types): New.
17939         (ggc_wtd): New.
17940         (pch_wtd): New.
17941         (write_types_local_process_field): New.
17942         (gc_mark_process_field): Delete.
17943         (write_local_func_for_structure): New.
17944         (gc_mark_func_name): Delete.
17945         (write_gc_types): Delete.
17946         (write_local): New.
17947         (finish_root_table): Don't include 'ggc_' in PFX.
17948         (write_root): Rename from write_root.  Fill pchw field of structures.
17949         (write_array): New.
17950         (write_roots): Rename from write_gc_roots.  Split out to write_array.
17951         Update to changes to other routines.  Write gt_pch_cache_rtab table.
17952         (main): Write PCH walking routines.
17953         * ggc-common.c: Include toplev.h, sys/mman.h.
17954         (ggc_mark_roots): For cache hashtables, also mark the hash table
17955         and the array of entries.
17956         (saving_htab): New.
17957         (struct ptr_data): New.
17958         (POINTER_HASH): New.
17959         (gt_pch_note_object): New.
17960         (saving_htab_hash): New.
17961         (saving_htab_eq): New.
17962         (struct traversal_state): New.
17963         (call_count): New.
17964         (call_alloc): New.
17965         (compare_ptr_data): New.
17966         (relocate_ptrs): New.
17967         (write_pch_globals): New.
17968         (struct mmap_info): New.
17969         (gt_pch_save): New.
17970         (gt_pch_restore): New.
17971         * ggc-page.c (ROUND_UP_VALUE): New.
17972         (ROUND_UP): New.
17973         (struct page_entry): Add field `pch_page'.
17974         (init_ggc): Use ROUND_UP.
17975         (struct ggc_pch_data): Declare.
17976         (init_ggc_pch): New.
17977         (ggc_pch_count_object): New.
17978         (ggc_pch_total_size): New.
17979         (ggc_pch_this_base): New.
17980         (ggc_pch_alloc_object): New.
17981         (ggc_pch_prepare_write): New.
17982         (ggc_pch_write_object): New.
17983         (ggc_pch_finish): New.
17984         (ggc_pch_read): New.
17985         * ggc.h (gt_pointer_operator): New.
17986         (gt_note_pointers): New.
17987         (gt_pch_note_object): New prototype.
17988         (gt_pointer_walker): New.
17989         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
17990         (LAST_GGC_ROOT_TAB): Update.
17991         (gt_pch_cache_rtab): Declare.
17992         (gt_pch_scalar_rtab): Declare.
17993         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
17994         (LAST_GGC_CACHE_TAB): Update.
17995         (gt_pch_save_stringpool): Declare.
17996         (gt_pch_restore_stringpool): Declare.
17997         (gt_pch_p_S): Declare.
17998         (gt_pch_n_S): Declare.
17999         (struct ggc_pch_data): Forward-declare.
18000         (init_ggc_pch): Declare.
18001         (ggc_pch_count_object): Declare.
18002         (ggc_pch_total_size): Declare.
18003         (ggc_pch_this_base): Declare.
18004         (ggc_pch_alloc_object): Declare.
18005         (ggc_pch_prepare_write): Declare.
18006         (ggc_pch_write_object): Declare.
18007         (ggc_pch_finish): Declare.
18008         (ggc_pch_read): Declare.
18009         (gt_pch_save): Declare.
18010         (gt_pch_restore): Declare.
18011         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
18012         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
18013         const_double_htab, mem_attrs_htab using GGC.
18014         * c-pch.c: Include ggc.h.
18015         (pch_init): Allow reading PCH file back.
18016         (c_common_write_pch): Call gt_pch_save.
18017         (c_common_read_pch): Call gt_pch_restore.
18018         * c-parse.in (init_reswords): Delete now-untrue comment.
18019         Allocate ridpointers using GGC.
18020         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
18021         calling expand_deferred_fns.
18022         * c-common.h (ridpointers): Mark for GTY machinery.
18023         * Makefile.in (stringpool.o): Update dependencies.
18024         (c-pch.o): Update dependencies.
18025         (ggc-common.o): Update dependencies.
18026         * stringpool.c: Include gt-stringpool.h.
18027         (gt_pch_p_S): New.
18028         (gt_pch_n_S): New.
18029         (struct string_pool_data): New.
18030         (spd): New.
18031         (gt_pch_save_stringpool): New.
18032         (gt_pch_restore_stringpool): New.
18033         * tree.c (init_ttree): Make type_hash_table allocated using GC.
18035         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
18037         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
18038         (output_mangled_typename): Don't pass size_t to printf.
18040         * tree.h (union tree_type_symtab): Add tag to `address' field.
18041         (union tree_decl_u2): Add tag to 'i' field.
18042         * varasm.c (union rtx_const_un): Add tags to all fields.
18043         * gengtype.c (struct walk_type_data): New.
18044         (output_escaped_param): Take struct walk_type_data parameter.
18045         (write_gc_structure_fields): Delete.
18046         (walk_type): New.
18047         (write_gc_marker_routine_for_structure): Delete.
18048         (write_func_for_structure): New.
18049         (gc_mark_process_field): New.
18050         (gc_mark_func_name): New.
18051         (gc_counter): Delete.
18052         (write_gc_types): Use write_func_for_structure.
18053         (write_gc_roots): Use walk_type.
18055         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
18057         * ggc-common.c (ggc_mark_roots): Delete 'x'.
18058         (ggc_splay_dont_free): Fix warning about unused 'x'.
18059         (ggc_print_common_statistics): Remove warnings.
18061         2002-10-01  Mike Stump  <mrs@apple.com>
18063         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
18064         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
18066         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
18067             Catherine Moore  <clm@redhat.com>
18069         * Makefile (c-pch.o): Update dependencies.
18070         (LIBCPP_OBJS): Add cpppch.o.
18071         (cpppch.o): New.
18072         * c-common.c (c_common_init): Don't call pch_init here.
18073         * c-common.h (c_common_read_pch): Update prototype.
18074         * c-lex.c (c_common_parse_file): Call pch_init here.
18075         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
18076         (c_common_decode_option): Handle them.
18077         * c-pch.c: Include c-pragma.h.
18078         (save_asm_offset): Delete.
18079         (pch_init): Move contents of save_asm_offset into here, call
18080         cpp_save_state.
18081         (c_common_write_pch): Call cpp_write_pch.
18082         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
18083         cpp_valid_state.
18084         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
18085         * cppfiles.c (stack_include_file): Update for change to
18086         parameters of cb.read_pch.
18087         * cpphash.h (struct cpp_reader): Add `savedstate' field.
18088         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
18089         `restore_pch_deps' fields.
18090         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
18091         (cpp_save_state): Prototype.
18092         (cpp_write_pch): Prototype.
18093         (cpp_valid_state): Prototype.
18094         (cpp_read_state): Prototype.
18095         * cpppch.c: New file.
18096         * flags.h (version_flag): Remove prototype.
18097         * mkdeps.c (deps_save): New.
18098         (deps_restore): New.
18099         * mkdeps.h (deps_save): Prototype.
18100         (deps_restore): Prototype.
18101         * toplev.c (late_init_hook): Delete.
18102         (version_flag): Make static again.
18103         (compile_file): Don't call late_init_hook.
18104         * toplev.h (late_init_hook): Delete.
18105         * doc/cppopts.texi: Document -fpch-deps.
18106         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
18108         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
18110         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
18111         callers.
18112         (c_common_valid_pch): Rename from c_valid_pch, change callers.
18113         (c_common_read_pch): Rename from c_read_pch, change callers.
18115         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
18116         a space between it and its argument.
18118         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
18120         * c-pch.c: New file.
18121         * toplev.h (late_init_hook): Declare.
18122         * toplev.c (late_init_hook): Define.
18123         (version_flag): Make globally visible.
18124         (compile_file): Call late_init_hook.
18125         (init_asm_output): Make output file seekable.
18126         * gcc.c (default_compilers): Update c-header rule.
18127         * flags.h (version_flag): Declare.
18128         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
18129         fields.
18130         * cppfiles.c (struct include_file): Add 'pch' field.
18131         (INCLUDE_PCH_P): New.
18132         (open_file_pch): New.
18133         (stack_include_file): Handle PCH files specially.
18134         (find_include_file): Call open_file_pch instead of open_file.
18135         (_cpp_read_file): Explain why open_file is used instead of
18136         open_file_pch.
18137         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
18138         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
18139         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
18140         in cpplib callbacks.
18141         * c-common.c (pch_file): Correct comment.
18142         (allow_pch): Define.
18143         (c_common_init): Call pch_init.
18144         * c-common.h (allow_pch): Declare.
18145         (pch_init): Declare.
18146         (c_valid_pch): Declare.
18147         (c_read_pch): Declare.
18148         (c_write_pch): Declare.
18149         * Makefile.in (c-pch.o): New.
18150         (C_AND_OBJC_OBJS): Add c-pch.o.
18151         * doc/invoke.texi (Precompiled Headers): Add index entries,
18152         complete truncated paragraph.
18154         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
18156         * c-common.c: (pch_file): Define.
18157         * c-common.h (pch_file): Declare.
18158         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
18159         (missing_arg): Require --output-pch= to have an argument.
18160         (c_common_decode_option): Handle --output-pch=.
18161         * gcc.c: Document new %V.
18162         (default_compilers): Handle compiling C header files.
18163         (do_spec_1): Implement %V.
18164         (main): Handle "gcc foo.h" without trying to run linker.
18165         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
18166         (Overall Options): Document what the driver does with header files,
18167         document new -x option possibilities.
18168         (Invoking G++): More documentation for PCH.
18169         (Precompiled Headers): New.
18171         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
18173         * ggc.h: Don't include varray.h.  Rearrange functions to be more
18174         organized.
18175         (ggc_add_root): Delete.
18176         (ggc_mark_rtx): Delete.
18177         (ggc_mark_tree): Delete.
18178         (struct ggc_statistics): Remove contents.
18179         * ggc-common.c: Remove unneeded includes.
18180         (struct ggc_root): Delete.
18181         (roots): Delete.
18182         (ggc_add_root): Delete.
18183         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
18184         (ggc_print_common_statistics): Remove most of the contents.
18185         * Makefile.in (GGC_H): No longer uses varray.h.
18186         (ggc-common.o): Update dependencies.
18187         (c-parse.o): Add varray.h to dependencies.
18188         (c-common.o): Add varray.h.
18189         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
18190         (mark_ident_hash): Rename to ggc_mark_stringpool.
18191         (init_stringpool): Don't use ggc_add_root.
18192         * c-parse.in: Include varray.h.
18193         * c-common.c: Include varray.h.
18194         * objc/Make-lang.in (objc-act.o): Add varray.h.
18195         * objc/objc-act.c: Include varray.h.
18197         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
18199         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
18200         (dw_cfi_oprnd1_desc): Likewise.
18202         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
18204         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
18205         move out of ifdef.
18206         (alpha_links): Use gengtype to mark; move out of ifdef.
18207         (mark_alpha_links_node): Delete.
18208         (mark_alpha_links): Delete.
18209         (alpha_need_linkage): Use GGC to allocate splay tree, struct
18210         alpha_links, strings.  Don't use ggc_add_root.
18211         * ggc-common.c (ggc_splay_alloc): New.
18212         (ggc_splay_dont_free): New.
18213         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
18214         (ggc_mark_tree): Likewise.
18215         (splay_tree_new_ggc): New.
18216         (ggc_splay_alloc): Declare.
18217         (ggc_splay_dont_free): Declare.
18218         * dwarf2asm.c: Include gt-dwarf2asm.h.
18219         (mark_indirect_pool_entry): Delete.
18220         (mark_indirect_pool): Delete.
18221         (indirect_pool): Use gengtype to mark.
18222         (dw2_force_const_mem): Don't use ggc_add_root.
18223         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
18224         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
18225         (gt-dwarf2asm.h): Depend on s-gtype.
18227         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
18229         * tree.h (union tree_type_symtab): Mark `die' field.
18230         * Makefile.in (dwarf2out.o): Update dependencies.
18231         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
18232         hash tables.
18233         (dw_cfi_oprnd1_desc): New function.
18234         (dw_cfi_oprnd2_desc): New function.
18235         (indirect_string_alloc): Delete.
18236         (debug_str_do_hash): New function.
18237         (debug_str_eq): New function.
18238         (mark_limbo_die_list): Delete.
18239         (dwarf2out_init): Don't call ggc_add_root.
18241 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
18243         The following changes are merged from itanium-sched-branch:
18245         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
18247         * doc/md.texi: Clarify assignment of units to automata description.
18249         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
18251         * genautomata.c (unit_decl): Remove members
18252         `the_same_automaton_unit' and
18253         `the_same_automaton_message_reported_p'.
18254         (process_unit_to_form_the_same_automaton_unit_lists,
18255         form_the_same_automaton_unit_lists_from_regexp,
18256         form_the_same_automaton_unit_lists, the_same_automaton_lists):
18257         Remove them.
18258         (annotation_message_reported_p): New global variable.
18259         (check_unit_distribution_in_reserv,
18260         check_regexp_units_distribution): New functions.
18261         (check_unit_distributions_to_automata): Rewrite it.
18263         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
18265         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
18266         Use continue instead of break if cycle is too big.
18268         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
18270         * genautomata.c (check_unit_distributions_to_automata): Output at
18271         most one message for a unit.
18272         (process_unit_to_form_the_same_automaton_unit_lists): Check
18273         automaton of units instead of units themself.
18275         * doc/md.texi: Describe the constraint about assigning unit to
18276         automata.
18278         2002-12-20  Jan Hubicka  <jH@suse.cz>
18279                     Vladimir Makarov  <vmakarov@redhat.com>
18281         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
18282         and `in_set_p'.
18283         (gen_cpu_unit): Initialize the new members.
18284         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
18285         up `min_occ_cycle_num'.
18286         (evaluate_max_reserv_cycles): Change the function call.
18287         (CLEAR_BIT): New macro.
18288         (states_union, state_shift): Use the mask.
18289         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
18290         (form_reservs_matter): New function.
18291         (make_automaton): Call the function and use the mask.
18292         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
18293         account.
18295         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
18297         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
18299         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
18301         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
18302         for Itanium.
18304         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
18306         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
18307         default cpu.
18309         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
18310                 2002-10-31  Dale Johannesen <dalej@apple.com>
18312         * haifa-sched.c (find_set_reg_weight): New function.
18313         (find_insn_reg_weight): Use the new function.
18314         (schedule_block): Do sorting ready queue always
18315         after insn issue.
18317         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
18319         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
18321         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
18323         * haifa-sched.c (choice_entry): New structure.
18324         (choice_stack, cycle_issued_insns): New variables.
18325         (max_issue): Rewrite it.
18326         (choose_ready): Set up ready_try for unknown insns too.
18327         (schedule_block): Allocate and free choice_stack.  Set up
18328         and modify cycle_issued_insns.
18330         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
18331         with and without filling the bundle.
18332         (bundling): Combine calls of issue_nops_and_insn.
18334         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
18336         * config/ia64/itanium1.md: New file.
18338         * config/ia64/itanium2.md: New file.
18340         * config/ia64/ia64.md: Move DFA descriptions into the new files.
18341         Remove the old pipeline description.
18343         * config/ia64/ia64.c (ia64_override_options): Add aliases of
18344         itanium processor names.
18346         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
18348         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
18349         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
18351         * config/ia64/ia64.md: Add descriptions for Itanium2.
18353         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
18355         * config/ia64/ia64.h (processor_type): New enumeration.
18356         (ia64_tune, ia64_tune_string): New external declarations.
18357         (TARGET_OPTIONS): Add option `tune='.
18359         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
18360         variables.
18361         (ia64_override_options): Set up `ia64_tune'.
18362         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
18363         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
18364         (bundling): Add nops for MM-insns only for Itanium.
18365         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
18366         Itanium.
18368         * config/ia64/ia64.md (cpu): New attribute.
18369         (DFA description): Enable it only for Itanium.
18371         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
18372                     Richard Henderson  <rth@redhat.com>
18374         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
18375         MASK_EARLY_STOP_BITS.
18376         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
18377         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
18378         `early-stop-bits'.
18380         * config/ia64/ia64.c (ia64_dfa_new_cycle,
18381         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
18382         instead of TARGET_TUNE_STOP_BITS.
18384         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
18385         `-mearly-stop-bits'.
18387         * config/ia64/ia64.c (automata_option "v"): Comment it.
18389         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
18391         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
18392         New macros.
18393         (TARGET_SWITCHES): Add entries for the new option.
18395         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
18396         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
18397         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
18398         global variables.
18399         (ia64_sched_reorder2): Set up `clocks'.
18400         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
18401         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
18402         queue when TARGET_TUNE_STOP_BITS.
18403         (bundling): Insert additional nops for MM-insns.
18404         (final_emit_insn_group_barriers): Add insertion of stop bits
18405         according `stops_p'.
18406         (ia64_reorg): Initiate the new varibales.
18408         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
18410         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
18412         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
18413         insns at the end of block insn scheduling.
18415         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
18417         * sched-deps.c (remove_dependence, group_leader): Remove it.
18418         (add_dependence): Add dependence to group leader to.
18419         (set_sched_group_p): Add dependence to the first insn of the
18420         schedule group too.
18421         (sched_analyze_insn): Make dependence to jump as anti-dependence.
18422         Change true dependence by anti-dependence when
18423         `reg_pending_barrier'.
18425         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
18426         add_branch_dependences): Ignore schedule groups.
18428         * sched-ebb.c (init_ready_list): Ditto.
18430         * (move_insn, set_priorities): Ditto.
18432         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
18433         flag is clear after reload.
18434         (adjust_cost): Change cost only for output dependencies.
18436         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
18438         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
18440         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
18442         * target.h (gcc_target): Add member
18443         `dependencies_evaluation_hook'.
18445         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
18446         macro.
18447         (TARGET_SCHED): Add initiatialization of the new member.
18449         * sched-ebb.c: Include `target.h'.
18450         (schedule_ebb): Call `dependencies_evaluation_hook'.
18452         * sched-rgn.c (schedule_region): Call
18453         `dependencies_evaluation_hook'.
18455         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
18456         New macro.
18457         (ia64_dependencies_evaluation_hook): New function.
18459         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
18460         Describe the new hook.
18462         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
18464         * target.h (gcc_target): Add members
18465         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
18467         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
18468         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
18469         macros.
18470         (TARGET_SCHED): Add initiatialization of the new members.
18472         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
18473         insn scheduling too.
18474         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
18475         initialize `ready_try'.
18476         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
18477         `dfa_new_cycle' says not to do it.
18479         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
18480         bundling.
18482         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
18484         * config/ia64/ia64.c: Include `hashtab.h'.
18485         (ia64_first_cycle_multipass_dfa_lookahead_guard,
18486         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
18487         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
18488         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
18489         bundle_state_eq_p, insert_bundle_state,
18490         initiate_bundle_state_table, finish_bundle_state_table,
18491         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
18492         get_template, get_next_important_insn, bundling): New functions.
18493         (ia64_internal_sched_reorder): Remove it.
18494         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
18495         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
18496         (ia64_safe_itanium_requires_unit0): Remove it.
18497         (group_barrier_needed_p): Place group barrier right before a real
18498         insn.
18499         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
18500         Remove them.
18501         (bundle_name): New variable.
18502         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
18503         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
18504         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
18505         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
18506         temp_dfa_state, prev_cycle_state): New global variables.
18507         (insn_matches_slot, maybe_rotate, finish_last_head,
18508         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
18509         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
18510         find_best_packet, itanium_reorder, dump_current_packet,
18511         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
18512         (sched_data, sched_ready, sched_types): Remove them.
18513         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
18514         `init_insn_group_barriers'.
18515         (ia64_sched_reorder, ia64_sched_reorder2): Call
18516         ia64_dfa_sched_reorder.
18517         (ia64_variable_issue): Rewrite it.
18518         (bundle_state): New structure.
18519         (index_to_bundle_states, bundle_states_num,
18520         allocated_bundle_states_chain, free_bundle_state_chain): New
18521         global variables.
18522         (ia64_sched_finish): Add stop bits and call `bundling' after the
18523         2nd insn scheduling.
18524         (ia64_use_dfa_pipeline_interface): Return zero always.
18525         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
18526         insn scheduling.
18527         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
18528         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
18529         (ia64_reorg): Add bundling insns.
18531         * doc/tm.texi
18532         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
18533         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
18535         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
18537         * config/ia64/ia64.md: Add Itanium1 DFA description.
18538         (itanium_class): Add `nop' and `pre_cycle'.  Add
18539         define_function_unit for `nop'.
18540         (nop): Change attribute `itanium_class'.
18541         (pre_cycle): New define_insn.
18543         * config/ia64/ia64-protos.h (bundling_p): New external variable.
18544         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
18545         ia64_produce_address_p): New function prototypes.
18547         * config/ia64/ia64.c (bundling_p): New global variable.
18548         (ia64_use_dfa_pipeline_interface,
18549         ia64_first_cycle_multipass_dfa_lookahead,
18550         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
18551         functions.
18552         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18553         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18554         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
18555         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
18556         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
18557         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
18558         (dfa_pre_cycle_insn): New variable.
18560         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
18562         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
18563         constructions.
18565         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
18566         New function prototypes.
18568         * genattrtab.c (main): Process the new constructions.
18570         * genautomata.c (gen_presence_absence_set,
18571         process_presence_absence_names, process_presence_absence_patterns,
18572         add_presence_absence, check_absence_pattern_sets): Add parameter
18573         `final_p'.
18574         (unit_decl): Add new members `final_presence_list' and
18575         `final_absence_list'.
18576         (unit_pattern_rel_decl): Add new member `final_p'.
18577         (gen_final_presence_set, gen_final_absence_set): New functions.
18578         (process_decls): Use member `final_p'.
18579         (temp_reserv): New global variable.
18580         (reserv_sets_are_intersected): Add processing `final_presence_set'
18581         and `final_absence_set'.
18582         (initiate_states): Allocate `temp_reserv'.
18583         (unit_final_presence_set_table, unit_final_absence_set_table): New
18584         gloabal variables.
18585         (initiate_presence_absence_pattern_sets): Initiate them.
18586         (NDFA_to_DFA): Fix typo.
18587         (output_description): Output `final_presence_set' and
18588         `final_absence_set'.
18590         * doc/md.texi (final_presence_set, final_absence_set): Describe
18591         them.
18593         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
18595         * genautomata.c (transform_3): Process a missing case (nothing on
18596         unit place).
18598         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
18600         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
18601         comments about queried units and the minimization.
18603         * doc/md.texi: Ditto.
18605         * genautomata.c (create_composed_state): Return nonzero if the new
18606         state has been created.
18607         (first_cycle_unit_presence): New function.
18608         (state_is_differed): Add new parameter.  Use the new function.
18609         Take queried units into account.
18610         (partition_equiv_class): Pass additional parameter to
18611         `state_is_differed'.
18612         (merge_states): Process composed states too.
18613         (build_automaton, create_automata, output_min_issue_delay_table,
18614         output_tables, output_statistics): Output more information.
18615         (output_reserved_units_table): Use function
18616         `first_cycle_unit_presence'.
18617         (output_tables): Output table of queried units even if the
18618         minimization is switched on.
18619         (write_automata): Output code for querying units even if the
18620         minimization is switched on.
18622         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
18624         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
18625         syntax of the constructions.
18627         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
18628         extended syntax of the constructions.
18630         * genautomata.c (unit_rel_decl): Rename it to
18631         `unit_pattern_rel_decl'.
18632         (pattern_set_el, pattern_reserv): New structures.
18633         (pattern_set_el_t, pattern_reserv_t): New types.
18634         (gen_presence_absence_set): New function.
18635         (process_presence_absence): Remove it.
18636         (process_presence_absence_names,
18637         process_presence_absence_patterns): New functions.
18638         (get_presence_absence_set): Remove it.
18639         (initiate_presence_absence_sets): Rename it on
18640         `initiate_presence_absence_pattern_sets'.  Use new function
18641         `form_reserv_sets_list'.
18642         (form_reserv_sets_list, check_presence_pattern_sets,
18643         check_absence_pattern_sets, output_pattern_set_el_list): New
18644         functions.
18645         (unit_decl): Change types of members `presence_list' and
18646         `absence_list'.
18647         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
18648         (decl): Change types of members `excl', `presence', and `absence'.
18649         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
18650         at the end of the vector.
18651         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
18652         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
18653         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
18654         (gen_presence_set, gen_absence_set): Use new function
18655         `gen_presence_absence_set'.
18656         (add_presence_absence): Process `pattern_list' instead of
18657         `source_list'.
18658         (process_decls): USe new functions
18659         `process_presence_absence_names' and
18660         `process_presence_absence_patterns'.
18661         (reserv_sets_are_intersected): Use new function
18662         `check_presence_pattern_sets'.
18663         (presence_set, absence_set): Remove them.
18664         (unit_presence_set_table, unit_absence_set_table): New global
18665         variables.
18666         (output_description): Use new function
18667         `output_pattern_set_el_list'.
18668         (generate): Use `initiate_presence_absence_pattern_sets'.
18670         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
18672         * genattr.c (main): Add output of prototype of new interface
18673         function `dfa_clean_insn_cache'.
18675         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
18676         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
18677         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
18678         the generated code.
18679         (write_automata): Call the new function.
18681 2003-01-09  Jan Hubicka  <jh@suse.cz>
18683         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
18684         correctly.
18686 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
18688         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
18690 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
18692         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
18693         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
18694         (CONSTRAINT_LEN): Provide default definition.
18695         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
18696         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
18697         (EXTRA_CONSTRAINT_STR): Likewise.
18698         (REG_CLASS_FROM_CONSTRAINT): Define.
18699         * genoutput.c (check_constraint_len, constraint_len): New functions.
18700         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
18701         constraint / modifier.
18702         (gen_insn): Call check_constraint_len.
18703         * local-alloc.c (block_alloc): Update to use new macros / pass
18704         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
18705         * ra-build.c (handle_asm_insn): Likewise.
18706         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
18707         (constrain_operands, peep2_find_free_register): Likewise.
18708         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
18709         * regmove.c (find_matches): Likewise.
18710         * reload.c (push_secondary_reload, find_reloads): Likewise.
18711         (alternative_allows_memconst): Likewise.
18712         * reload1.c (maybe_fix_stack_asms): Likewise.
18713         (reload_cse_simplify_operands): Likewise.
18714         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
18715         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
18716         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
18717         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
18718         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
18719         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
18721         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
18723 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
18725         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
18726         length.
18727         (*extzv_1_r_h8300hs): Likewise.
18728         (*extzv_1_r_inv_h8300): Likewise.
18729         (*extzv_1_r_inv_h8300hs): Likewise.
18731 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
18733         * config/h8300/h8300.h (PREDICATE_CODES): New.
18735 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
18737         * config/h8300/h8300.md (*addsi3_upper): New.
18738         (*iorsi3_shift): Likewise.
18739         (two splitters): Likewise.
18740         (*addsi3_shift): Likewise.
18741         (two splitters): Likewise.
18743 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
18745         * Makefile.in (optabs.o): Add dependency on basic-block.h.
18746         * basic-block.h (control_flow_insn_p): Fuction was exported.
18747         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
18748         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
18749         notes only when the region is contained in a single basic block.
18751 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
18753         PR inline-asm/8832
18754         * tree.h (expand_asm): New prototype.
18755         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
18756         to do so.
18757         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
18758         down to expand_asm.
18759         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
18760         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
18761         (volatile_refs_p) [ASM_INPUT]: Likewise.
18762         (side_effects_p) [ASM_INPUT]: Likewise.
18764 2003-01-09  Jan Hubicka  <jh@suse.cz>
18766         * i386.md (*mul*): FIx constraints; remove confused comment; fix
18767         athlon_decode attributes
18768         (imul/k8 optimization peep2s): New.
18770         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
18771         * i386.md (type attribute): Add ssecomi.
18772         (unit, memory, prefix attributes): Handle ssecomi.
18773         (cvt?2? patterns): Fix athlon_decode attribute
18774         (comi patterns): Set attribute to ssecomi.
18776         PR target/8343
18777         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
18779 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
18781         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
18782         that match register_operands.
18783         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
18784         register_operand the default case.
18786 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
18788         PR c/8032
18789         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
18790         an empty element, do not advance the pointer to unfilled
18791         fields if there are pending initializers.
18793 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
18795         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
18796         (install-gcc-tooldir, install-cpp, installdirs,
18797         install-common, install-driver, install-info, install-man,
18798         install-headers, install-include-dir, install-headers-tar,
18799         install-headers-cpio, install-headers-cp, install-mkheaders,
18800         install-collect2, uninstall): Prepend $(DESTDIR) to
18801         destination paths in all (un)installation commands.
18802         (install-driver): Rewrite $(LN) commands to support DESTDIR
18803         with "ln" as well as with "ln -s".
18804         (installdirs): Simply use mkinstalldirs.
18805         (install-libgcc, install-multilib): Also pass DESTDIR.
18806         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
18807         installation destination variable ldir.
18808         * config/alpha/t-osf4, config/arm/t-netbsd,
18809         config/ia64/t-hpux, config/mips/t-iris5-6,
18810         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
18811         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
18812         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
18813         in the definition of SHLIB_INSTALL.
18814         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
18815         $(libsubdir) in the installation commands.
18817 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
18819         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
18820         non-optimizing compile.
18821         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
18822         compile.
18824 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
18826         * config/i386/i386.c (ix86_attribute_table): Add new attributes
18827         ms_struct and gcc_struct.
18828         (ix86_handle_struct_attribute): New function.
18829         (ix86_ms_bitfield_layout_p): Update to take new attributes
18830         into account.
18831         * doc/extend.texi: Document new attributes.
18832         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
18834 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
18836         PR optimization/8750
18837         * config/i386/i386.c (ix86_expand_prologue): Don't allow
18838         scheduling pass to move insns across __alloca call.
18840 2003-01-08  Dale Johannesen  <dalej@apple.com>
18842         * config/rs6000/rs6000.md:  Replace *store_multiple_string
18843         with *stmsi[3-8].
18845 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
18847         PR target/9210
18848         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
18849         Set SYMBOL_REF_FLAG on local data sym_ref.
18851 2003-01-08  Dale Johannesen  <dalej@apple.com>
18853         * function.c (assign_parms):  Don't set pretend_args_size if
18854           REG_PARM_STACK_SPACE.
18855           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
18856           pretend_args_size.
18858 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
18860         * gcc.hlp: Delete.
18862 2003-01-09  Jan Hubicka  <jh@suse.cz>
18864         * i386.c  (ix86_expand_int_addcc): Fix thinko.
18866 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
18868         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
18869         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
18870         as hook_bool_tree_hwi_hwi_tree_true.
18871         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
18872         (rs6000_emit_epilogue): Same.
18873         (rs6000_output_mi_thunk): Re-implement as RTL.
18874         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
18875         xcoffout_declare_function if any debugging enabled.
18877 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
18879         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
18880         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
18881         * config/mips/mips.h (enum processor_type): Rename
18882         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
18883         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
18884         Add PROCESSOR_M4K.
18885         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
18886         (ISA_MIPS32R2): New define.
18887         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
18888         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
18889         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
18890         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
18891         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
18892         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
18893         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
18894         compiling MIPS16 code.
18895         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
18896         comment.
18897         (ISA_HAS_SEB_SEH): New define.
18898         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
18899         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
18900         processor_type value renaming.  Add support for MIPS32R2.
18901         Clean up comments, and move "sb1" entry with other MIPS64 CPU
18902         entries.
18903         (override_options): Reimplement -mipsN option handling so that
18904         it will work correctly for -mips32r2.  Avoid branch-likely
18905         instructions on MIPS32R2.
18906         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
18907         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
18908         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
18909         (extendhisi2_hw, extendqisi2_hw): New.
18910         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
18911         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
18912         MIPS32R2, and MIPS64.
18913         (LINK_SPEC): Pass -mips32r2 to linker.
18914         * config/mips/t-isa3264: Built -mips32r2 multilibs.
18915         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
18916         for mips32r2 in the -march description.  Alphabetically sort
18917         CPU names in the -march description.  Add long-missed -mips32
18918         and -mips64 to MIPS option summary.
18920         * config.gcc: Update copyright years to include 2003.
18921         * config/mips/mips.c: Likewise.
18922         * config/mips/mips.h: Likewise.
18923         * config/mips/mips.md: Likewise.
18924         * config/mips/netbsd.h: Likewise.
18925         * doc/invoke.texi: Likewise.
18927 2003-01-08  Andreas Schwab  <schwab@suse.de>
18929         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
18930         variable.
18931         * configure: Regenerated.
18933 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
18935         * config/h8300/h8300.c (output_logical_op): Replace byte/word
18936         extraction of det with b0, b1, w0, w2, etc.
18937         (compute_logical_op_length): Likewise.
18938         (compute_logical_op_cc): Likewise.
18940 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
18942         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
18943         HIGH on all variants.
18945 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
18947         * Makefile.in (PARTITION_H): New.
18948         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
18949         * basic-block.h: Include hard-reg-set.h.
18951 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
18953         * arm.h (ENABLE_XF_PATTERNS): Delete.
18954         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
18955         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
18956         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
18957         (cmpxf_trap): Delete.
18958         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
18960 2003-01-08  Jan Hubicka  <jh@suse.cz>
18962         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
18963         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
18964         (add??cc): New expanders.
18965         * i386.c (expand_int_addcc): New function.
18966         * i386-protos.h (expand_int_addcc): Declare.
18968         * alias.c (memory_modified_1): New static function.
18969         (memory_modified): New static varaible.
18970         (memory_modified_in_insn_p): New global function.
18971         * rtl.h (memory_modified_in_insn_p): Declare.
18972         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
18973         references.
18975         * expr.h (emit_conditional_add): Declare.
18977 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
18979         PR other/8947
18980         * doc/invoke.texi (-malign-double): Explain that the option breaks
18981         binary compatibility.
18983 2003-01-08  Andreas Schwab  <schwab@suse.de>
18985         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
18986         should come from the generic *-*-linux* entry.
18988 2003-01-07  Jan Hubicka  <jh@suse.cz>
18990         * cselib.c (cselib_current_insn_in_libcall): New static variable.
18991         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
18992         we are inside libcall.
18993         * cselib.h (elt_loc_list): Add in_libcall.
18994         * gcse.c (do_local_cprop): Do not copy propagate using insns
18995         in libcalls.
18997 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
18999         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
19000         not normally affect to issue rate.
19002 2003-01-07  Jan Hubicka  <jh@suse.cz>
19004         * genopinit.c (optabs): Add addc_optab.
19005         * ifcvt.c (noce_try_store_flag): Rename to ...
19006         (noce_try_addcc): ... this one; handle generic conditional increment.
19007         (noce_process_if_block): Update noce_try_addcc call.
19008         * optabs.c (emit_conditional_add): New.
19009         (init_obtabs): Initialize addc_optab.
19010         * optabs.h (optab_index): Add OTI_addcc.
19011         (addcc_optab): New macro.
19012         * md.texi: Document addMcc
19014         PR target/8322
19015         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
19016         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19017         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19019         * reload1.c (delete_output_reload): Avoid repeated attempts
19020         to delete insn.
19022 2003-01-07  Andreas Schwab  <schwab@suse.de>
19024         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
19025         Move --enable-initfini-array check ...
19026         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
19027         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
19028         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
19029         * configure: Rebuild.
19031 2003-01-07  Richard Henderson  <rth@redhat.com>
19033         * alias.c (find_base_value): Only use new_reg_base_value shortcut
19034         if the register is set once.
19036 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
19038         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
19039         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
19040         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
19042 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
19043             Sunil Davasam  <sunil.k.davasam@intel.com>
19045         PR libstdc++/9076
19046         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
19047         DW_CFA_same_value, read next and ignore.
19049 2003-01-07  Richard Henderson  <rth@redhat.com>
19051         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
19053 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
19055         * cfg.c: Include alloc-pool.h
19056         (edge_pool): New pool.
19057         (bb_pool): New pool.
19058         (first_deleted_edge): Remove.
19059         (first_deleted_block): Remove.
19060         (init_flow): Alloc/free the pools.
19061         (free_edge): Use pools.
19062         (alloc_block): Ditto.
19063         (expunge_block): Ditto.
19064         (cached_make_edge): Ditto.
19066         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
19068 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
19070         * et-forest.c: Include alloc-pool.h.
19071         (struct et_forest): Add node_pool and occur_pool.
19072         (et_forest_create): Create the new pools.
19073         (et_forest_delete): Delete them.
19074         (et_forest_add_node): Allocate and free using pools.
19075         (et_forest_add_edge): Ditto.
19076         (et_forest_remove_node): Ditto.
19077         (et_forest_remove_edge): Ditto.
19079         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
19081 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
19083         * config/h8300/h8300.c (output_logical_op): Simplify and
19084         optimize the handling of SImode.
19085         * config/h8300/h8300.c (compute_logical_op_length): Update
19086         accordingly.
19087         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
19089 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
19091         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
19092         big-endian correction to indirect arguments too.
19094 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
19096         Segher Boessenkool  <segher@koffie.nl>
19098         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
19099         (alt_reg_names): Ditto, fix formatting.
19100         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
19102 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
19104         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
19105         (output_logical_op): Constify intval and det.
19106         (compute_logical_length): Likewise.
19107         (compute_logical_cc): Likewise.
19108         (output_a_shift): Constify mask.
19109         (h8300_encode_label): Constify len.
19111 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
19113         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
19114         (h8300_expand_epilogue): Likewise.
19116 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
19118         Segher Boessenkool  <segher@koffie.nl>
19120         * config/rs6000/altivec.md: Remove spaces from assembler
19121         instruction argument lists.
19123 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19125         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
19126         c4x_assembler_function_p.
19127         (c4x_null_epilogue_p): Complement return value, all uses updated.
19128         (c4x_insert_attributes): Add naked.
19129         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
19130         * doc/extend.texi: Update C4x function attributes.
19132 2003-01-06  Richard Henderson  <rth@redhat.com>
19134         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
19135         properly when changing "local-ness".
19136         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
19138 2003-01-06  Dale Johannesen  <dalej@apple.com>
19140         * config/darwin-protos.h:  Add prototypes for new section functions.
19142 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
19144         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
19145         to EABI.
19147 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
19149         * hwint.h: If the current compiler has no 64-bit type at all,
19150         make HOST_WIDEST_INT 32 bits.
19152 2003-01-06  Eric Christopher  <echristo@redhat.com>
19154         * config/mips/mips.md (movdf_internal2): Fix constraints.
19156 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
19158         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
19160 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
19162         * config/mips/mips.md (leadi): Use dla rather than la.
19164 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
19166         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
19167         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
19169 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
19171         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
19172         redefinition.
19174 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19176         * config/h8300/h8300.md (*extzv_8_23): New.
19178 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19180         * pa64-hpux.h (JCR_SECTION_NAME): Define.
19181         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
19182         USE_EH_FRAME_REGISTRY when defining.
19184 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19186         * config/h8300/h8300.c (output_a_shift): Do not output a
19187         variable shift.
19188         * config/h8300/h8300.md (two splitters): New.
19190 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
19192         * config/mips/mips.md: Disable the movstrsi define_split.
19194 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19196         * alloc-pool.c: Don't include "libiberty.h".
19197         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
19198         * convert.c (convert_to_real): Hide unused variable.
19200 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19202         * Makefile.in (gtyp-gen.h): Const-ify.
19203         * gcov-dump.c (tag_table): Likewise.
19205 2003-01-04  Bruce Korb  <bkorb@gnu.org>
19207         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
19208         of *both* the file name and the fix name.
19210 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
19212         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
19213         collect2.
19214         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
19215         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
19216         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
19217         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
19218         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
19219         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
19220         elfos.h.
19221         (EH_FRAME_IN_DATA_SECTION): Delete define.
19222         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
19223         (STARTFILE_SPEC): Use crtbegin.o.
19224         (ENDFILE_SPEC): Use crtend.o.
19225         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
19226         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
19227         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
19228         DTOR_LIST_BEGIN): Define.
19229         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
19230         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
19231         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
19233 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
19235         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
19236         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
19237         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
19238         Cleanup handling of replacement text.
19239         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
19241 2003-01-04  Bruce Korb  <bkorb@gnu.org>
19243         * fixinc/tests/base/math.h: removed obsolete results
19244         * fixinc/tests/base/stdlib.h: ditto
19245         * fixinc/tests/base/sys/param.h: ditto
19246         * fixinc/tests/base/sys/stat.h: ditto
19247         * fixinc/tests/base/time.h: ditto
19248         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
19249         * fixinc/tests/base/sys/byteorder.h: ditto
19250         * fixinc/inclhack.def: Remove superfluous backslashes
19252 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
19254         * config/h8300/h8300-protos.h: Add prototypes for
19255         the new functions defined below.
19256         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
19257         define.
19258         (dosize): Emit RTL instead of assembly code.
19259         (push): Likewise.
19260         (pop): Likewise.
19261         (h8300_output_function_prologue): Remove.
19262         (h8300_expand_prologue): New.
19263         (h8300_expand_epilogue): New.
19264         (h8300_output_function_epilogue): Do only the reset of
19265         pragma_saveall.
19266         * config/h8300/h8300.md (push_h8300): New.
19267         (push_h8300hs): Likewise.
19268         (pop_h8300): Likewise.
19269         (pop_h8300hs): Likewise.
19270         (*stm_h8300s_2): Change the name to stm_h8300s_2.
19271         (*stm_h8300s_3): Change the name to stm_h8300s_3.
19272         (*stm_h8300s_4): Change the name to stm_h8300s_4.
19273         (*ldm_h8300s_2): New.
19274         (*ldm_h8300s_3): Likewise.
19275         (*ldm_h8300s_4): Likewise.
19276         (return): Likewise.
19277         (*return_1): Likewise.
19278         (prologue): Likewise.
19279         (epilogue): Likewise.
19280         (monitor_prologue): Likewise.
19282 2003-01-03  Dale Johannesen  <dalej@apple.com>
19284         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
19285           machopic_picsymbol_stub1.
19286           (EXTRA_SECTION_FUNCTIONS):  Ditto.
19287         * rs6000/rs6000.c:  Update copyright.
19288           (machopic_output_stub):  Use them.  Remove an insn from stub code.
19290 2003-01-02  Jason Merrill  <jason@redhat.com>
19292         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
19294         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
19295         static/external decls.
19297         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
19298         outermost scope.
19299         * c-decl.c (c_make_fname_decl): Push the decls there, too.
19301 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
19303         * config/h8300/h8300-protos.h: Add a prototype for
19304         h8300_current_function_interrupt_function_p.
19305         * config/h8300/h8300.c (interrupt_handler): Remove.
19306         (os_task): Likewise.
19307         (monitor): Likewise.
19308         (pragma_interrupt): New.
19309         (WORD_REG_USED): Use
19310         h8300_current_function_interrupt_function_p.
19311         (dosize): Likewise.
19312         (h8300_output_function_prologue): Likewise.
19313         Do not set interrupt_handler, os_task, monitor.
19314         (h8300_output_function_prologue): Use
19315         h8300_current_function_interrupt_function_p.
19316         Do not set interrupt_handler, os_task, monitor.
19317         (h8300_current_function_interrupt_function_p): New.
19318         (h8300_pr_interrupt): Set pragma_interrupt.
19319         (h8300_insert_attributes): Reset pragma_interrupt.
19321 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19323         * doc/install.texi (Configuration): Fix markup for reference to
19324         gcc/config.gcc.
19326 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
19328         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
19329         (*iorhi3_two_qi): Likewise.
19330         (*iorsi3_zexthi): Likewise.
19331         (*xorhi3_zextqi): Likewise.
19332         (*xorsi3_zexthi): Likewise.
19333         (*xorsi3_zextqi): Likewise.
19335 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
19337         * config/h8300/h8300.c (stack_pointer_operand): New.
19338         (const_int_gt_2_operand): Likewise.
19339         (const_int_ge_8_operand): Likewise.
19340         * config/h8300/h8300.md (a splitter): Likewise.
19341         (a peephole2): Likewise.
19342         * config/h8300/h8300-protos.h: Add prototypes for the new
19343         functions above.
19345 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
19347         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
19348         objc/objc-act.h: Fix copyright years.
19350 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
19352         * doc/passes.texi: Fix documentation for -fssa-ccp
19354 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
19356         * gccbug.in: Update for new categories.
19358 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
19360         * config/h8300/h8300.md: Reorder some patterns.
19362 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
19364         * config/h8300/h8300.c (output_logical_op): Fix a warning.
19366 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
19368         * config/darwin-protos.h, config/c4x/c4x-protos.h,
19369         config/cris/cris-protos.h, config/i370/i370-protos.h,
19370         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
19371         config/v850/v850-protos.h: Use struct, and don't conditionally
19372         compile on GCC_C_PRAGMA_H.
19374 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
19376         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
19377         * config/h8300/h8300-protos.h: Likewise.
19378         * config/sh/sh-protos.h: Likewise.
19380 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
19382         * config/arm/arm-protos.h: Use struct cpp_reader instead of
19383         cpp_reader.
19384         * config/h8300/h8300-protos.h: Likewise.
19385         * config/sh/sh-protos.h: Likewise.
19387 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
19389         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
19390         arm_pr_long_calls_off): Use struct.
19391         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
19392         : Similarly.
19393         Don't include cpplib.h.
19394         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
19395         sh_pr_nosave_low_regs): Similarly.
19397 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
19399         * config/h8300/h8300.c: Include cpplib.h.
19401 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
19403         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
19404           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
19405           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
19406           "GCC" in the copyright header.
19408 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
19410         * c-pragma.c (c_register_pragma): New.
19411         (init_pragma): Use it.
19412         * c-pragma.h (cpp_register_pragma): Don't declare.
19413         (c_register_pragma): New.
19414         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
19415         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
19416         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
19417         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
19418         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
19419         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
19420         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
19421         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
19422         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
19423         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
19424         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
19425         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
19427 See ChangeLog.8 for earlier changes.