PR c++/11509
[official-gcc.git] / gcc / ChangeLog
blob7d63ed9efe7183dcf2e5612015da26ec9fe6376d
1 Mon Jul 14 23:14:28 CEST 2003  Jan Hubicka  <jh@suse.cz>
3         * cfglayout.c (locator_file): Break out from ....
4         (insn_file): ... here.
5         (locator_line): Break out from ....
6         (insn_line): ... here.
7         * rtl.h (locator_file, locator_line): Declare.
8         (final_start_function): Set proper line/file info.
10 2003-07-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12         * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
13         handled by pp_c_cast_expression.
15 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
17         * config/mips/mips.c (mips_expand_prologue): Use a single insn to
18         allocate 32768 bytes of stack.  Use addition rather than subtraction
19         when a single insn is enough.
20         * config/mips/mips.md: Remove insns and splitters for subtracting
21         constants.
22         (subsi3): Only accept register operands.
23         (subsi3_internal): Likewise.  Use for TARGET_MIPS16 as well.
24         (subdi3_internal_3, subsi3_internal_2): Likewise.
25         (casesi): Use expand_binop to subtract the lower bound.
27 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
29         * config/mips/mips.c (mips_in_small_data_p): Don't handle
30         TARGET_MIPS16 specially.
32 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
34         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
35         mips_output_aligned_bss.
36         * config/mips/linux.h: Likewise.
37         * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
38         * config/mips/mips.c (mips_output_aligned_bss): New function.
40         * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
41         * config/mips/elf64.h: Likewise.
43         * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
44         mips_declare_object_name.
45         (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
46         * config/mips/elf64.h: As for elf.h.
47         * config/mips/iris6.h: Likewise.
48         * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
49         * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
50         do...while (0) block.
51         * config/mips/mips-protos.h (mips_declare_object_name): Declare.
52         (mips_finish_declare_object): Declare.
53         * config/mips/mips.c (mips_declare_object_name): New function.
54         (mips_finish_declare_object): New function.
56         * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
57         * config/mips/linux.h: Likewise.
59         * config/mips/mips.c (inside_function): Delete.
60         (file_in_function_warning, ignore_line_number): Delete.
61         (mips_output_filename): Don't warn about changing filenames within
62         a function.
63         (mips_output_lineno): Update accordingly.
64         (mips_output_function_prologue): Don't reset the deleted variables.
65         * config/mips/mips.h (inside_function): Delete.
66         (file_in_function_warning, ignore_line_number): Delete.
68         * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
69         * config/mips/elf64.h: Likewise.
70         * config/mips/openbsd.h: Likewise.
71         * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
72         * config/mips/linux.h: Likewise.
73         * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
74         (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
76         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
77         to the list of include files when using gas.
78         (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
79         * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
80         * config/mips/elf64.h: Likewise.
81         * config/mips/iris5.h: Likewise.
82         * config/mips/linux.h: Likewise.
83         * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
84         * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
85         (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
86         * config/mips/sdb.h: ...this new file.
88 2003-07-14  Douglas Rupp  <rupp@gnat.com>
90         * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
91         argument to getcwd; use fixed buffer instead.
93 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
95         * fixinc/mkfixinc.sh: Treat OpenBSD normally.
96         * fixinc/fixinc.wrap: Delete.
98 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
100         * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
101         don't have 2.
103 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
105         * ggc-page.c (struct globals): Add new fields to keep track of the
106         total allocated memory and overhead.
107         (ggc_print_statistics): Print them.
108         (ggc_alloc): Keep track of the total allocated memory and the
109         overhead.
111         * tree.c (dump_tree_statistics): Increase spacing.
112         (enum tree_node_kind): Move to ...
113         * tree.h (enum tree_node_kind): ... here.
114         (tree_node_counts, tree_node_sizes): Declare.
116 2003-07-14  James A. Morrison  <ja2morri@student.math.uwaterloo.ca>
118         * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
120 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
122         PR optimization/11440
123         * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
124         SIGN_EXTRACT SETs.
126 2003-07-14  Alan Modra  <amodra@bigpond.net.au>
128         * doc/tm.texi (BLOCK_REG_PADDING): Describe.
129         * expr.h (struct locate_and_pad_arg_data): Add where_pad.
130         (emit_group_load, emit_group_store): Adjust declarations.
131         Remove most occurrences of #ifdef TREE_CODE.
132         * expr.c (emit_group_load): Add "type" param, and use
133         BLOCK_REG_PADDING to determine need for a shift.  Optimize non-
134         aligned accesses if !SLOW_UNALIGNED_ACCESS.
135         (emit_group_store): Likewise.
136         (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
137         emit_group_load and emit_group_store calls.
138         * calls.c (store_unaligned_arguments_into_pseudos): Tidy.  Use
139         BLOCK_REG_PADDING to determine whether we need endian_correction.
140         (load_register_parameters): Localize vars.  Handle shifting of
141         small values to the correct end of regs.  Adjust emit_group_load
142         call.
143         (expand_call, emit_library_call_value_1): Adjust emit_group_load
144         and emit_group_store calls.
145         * function.c (assign_parms): Set mem alignment for stack slots.
146         Adjust emit_group_store call.  Store values at the "wrong" end
147         of regs to the stack.  Use BLOCK_REG_PADDING.
148         (locate_and_pad_parm): Save where_pad.
149         (expand_function_end): Adjust emit_group_load call.
150         * stmt.c (expand_value_return): Adjust emit_group_load call.
151         * Makefile.in (calls.o): Depend on $(OPTABS_H).
152         * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
153         (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
154         (MUST_PASS_IN_STACK): Define.
155         (BLOCK_REG_PADDING): Define.
156         * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
157         (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
158         * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
159         (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
160         Act on AGGREGATES_PAD_UPWARD_ALWAYS.
162 2003-07-13  Aaron W. LaFramboise  <awlaframboise@aol.com>
164         * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
166 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
168         * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
169         both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
171 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
173         PR other/11123
174         * toplev.c: Don't cut off option names.
176 2003-07-13  Andreas Jaeger  <aj@suse.de>
178         * c-decl.c (link_hash_hash): Avoid warning about casting pointer
179         to integer of different size.
181 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
183         * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
184         to (eq (and X 1) 0).
186 2003-07-13  Andreas Jaeger  <aj@suse.de>
188         * config.gcc: Add pmmintrin.h for x86_64-*-*.
190 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
192         * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
193         (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
194         list.  Move these all together down by cpplib.
196         * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
197         definition of CPPCHAR_SIGNED_T.
199         * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
200         * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
201         * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
203         * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
204         * cppinit.c (cpp_create_reader): Likewise.
206         * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
207         * cpptrad.c: Likewise.  All callers changed.
208         * cpplib.c: All callers changed.
209         * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
210         * hashtable.h: Define GTY(x) to nothing here too.
212 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
214         * stor-layout.c (compute_record_mode): Remove very obsolete test
215         that forces BLKmode for records with fields crossing word boundary.
217 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
219         * Makefile.in: Remove orphan reference to acconfig.h.
221 2003-07-13  Andreas Jaeger  <aj@suse.de>
223         * cgraphunit.c: Convert prototypes to ISO C90.
225 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
227         * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
228         (for OpenBSD).
229         * fixinc/fixincl.x: Rebuild.
231 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
233         * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
234         i?86-*-*.  Use correct name of cache variable.
235         * configure: Regenerate.
237 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
239         * config/alpha/alpha.c: Fix comment typos.
240         * config/alpha/alpha.md: Likewise.
241         * config/arm/arm.c: Likewise.
242         * config/arm/arm.md: Likewise.
243         * config/arm/lib1funcs.asm: Likewise.
244         * config/avr/avr.md: Likewise.
245         * config/arm/README-interworking: Fix typos.
247 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
249         * c-format.c: Fix comment formatting.
250         * c-typeck.c: Likewise.
251         * coverage.c: Likewise.
252         * cppcharset.c: Likewise.
253         * cpplib.c: Likewise.
254         * dbxout.c: Likewise.
255         * gcov-io.h: Likewise.
256         * toplev.c: Likewise.
258 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
260         * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
261         fix.
263 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
265         * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
266         uses three-argument AC_DEFINE so no acconfig.h entries are
267         needed.
268         (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
269         which contains the GAS version number as a scaled integer.
270         (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers.  Add
271         ability to check for ELF assembler.
272         (gcc_GAS_CHECK_FEATURE): New macro.
273         * configure.in: Use gcc_AC_CHECK_TYPE.  Rewrite all
274         assembler feature checks using gcc_GAS_CHECK_FEATURE.
275         Use three-argument AC_DEFINE everywhere.
276         * acconfig.h: Deleted.
277         * config.in, configure: Regenerate.
279 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
281         * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
282         (on OpenBSD).
283         * fixinc/fixincl.x: Regenerate.
285         * fixinc/inclhack.def (gnu_types): Improve comment.
287 2003-07-12  Andreas Jaeger  <aj@suse.de>
289         * fp-test.c (main): Use ISO C90 prototype.
291         * version.c: Remove unneded include of ansidecl.h.
293         * cgraph.h: Convert prototypes to ISO C90.
294         * cgraph.c: Likewise.
295         * fix-header.c: Likewise.
296         * ra.h: Likewise.
297         * protoize.c: Likewise.
299 Sat Jul 12 06:09:38 CEST 2003  Jan Hubicka  <jh@suse.cz>
301         * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
302         warning.
304 Sat Jul 12 03:06:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
305                                Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
307         * cgraph.c (cgraph_max_uid): New global variable.
308         (cgraph_node): Set uid field.
309         (create_edge): Keep inline flags consistent.
310         (dump_cgraph): Dump more info.
311         * cgraph.h (struct cgraph_local_info): Remove inline_many and
312         can_inline_once; add inlinable, disgread_inline_limits, and self_insn
313         (struct cgraph_global_info): Add insns, calls, cloned_times,
314         will_be_output.
315         (struct cgraph_node): Add uid.
316         (struct cgraph_edge): Add inline_call.
317         (cgraph_max_uid, cgraph_inline_p): Declare.
318         * cgraph.c: Include params.h and fibheap.h
319         (cgraph_mark_functions_to_inline_once): Kill.
320         (INSNS_PER_CALL): New constant.
321         (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
322         static variables.
323         (cgraph_finalize_function): Do not analyze inlining.
324         (cgraph_finalize_compilation_unit): Set inlining attributes.
325         (cgraph_mark_functions_to_output): More consistency checks.
326         (cgraph_optimize_function): Set current_function_decl to NULL.
327         (cgraph_expand_function): Use new inline flags.
328         (cgraph_postorder): Expand from cgraph_expand_functions.
329         (INLINED_TIMES, SET_INLINED_TIMES): New macros.
330         (cgraph_inlined_into, cgraph_inlined_callees,
331         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
332         cgraph_mark_inline, cgraph_check_inline_limits,
333         cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
334         cgraph_decide_inlining, cgraph_inline_p): New functions.
335         * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
336         PARAM_INLINE_UNIT_GROWTH): New parameters.
337         * tree-inline.c (struct inline_data): New field current_decl.
338         (expand_call_inline): Avoid forward declarations; use
339         inlinable_function_p.
340         (optimize_inline_calls): Set id.current_decl.
342 2003-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
344         * configure.in: Remove wrongly added definition of
345         local_prefix.
346         * configure: Regenerate.
348 2003-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
350         * rtl.def (NOTE): Do not use padding.
352 2003-07-11  Dara Hazeghi  <dhazeghi@yahoo.com>
354         * doc/install.tex: Update required binutils for i?86-*-linux*
356 2003-07-11  Richard Henderson  <rth@redhat.com>
358         * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
360 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
362         * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
363         TRANSLATION_UNIT_DECL as top_level.
365 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
367         * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
368         then fall back to cmpstrM.
369         * builtins.c (expand_builtin_memcmp): Likewise.
370         * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
371         (s390_expand_cmpmem): ... this.
372         * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
373         cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
374         from cmpstr* patterns.  Rename call to s390_expand_cmpstr
375         to s390_expand_cmpmem.
376         * config/s390/s390.c (s390_expand_cmpstr): Rename to...
377         (s390_expand_cmpstr): ... this.  Rename cmpstr* instructions
378         to cmpmem*.
379         * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
380         cmpstr* patterns.
381         * doc/md.texi (cmpstrM): Describe as String compare insn, not
382         Block compare insn.
383         (cmpmemM): Add.
385 2003-07-11  Loren James Rittle  <ljrittle@acm.org>
387         * config/i386/freebsd.h (SET_ASM_OP): Remove.
388         (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
389         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
390          MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
392 2003-07-11  Richard Henderson  <rth@redhat.com>
394         * function.c (assign_parms): Don't recombine complex args if
395         fnargs is unchanged from orig_fnargs.
396         (split_complex_args): Return args without complex before copying.
397         Re-layout the modified parameters.
399 2003-07-11  J"orn Rennecke <joern.rennecke@superh.com>
401         * regclass.c (choose_hard_reg_mode): Add third argument.
402         Changed all callers.
403         * rtl.h (choose_hard_reg_mode): Update declaration.
404         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
405         Take HARD_REGNO_CALL_PART_CLOBBERED into account.
407 2003-07-11  Geoffrey Keating  <geoffk@apple.com>
409         * c-decl.c (finish_decl): Handle 'used' here...
410         * cgraphunit.c (cgraph_finalize_function): ... and here ...
411         * c-common.c: (handle_used_attribute): ... not here.
413         * configure.in (onstep): Support --enable-intermodule.
414         * Makefile.in (OBJS-common): New.
415         (OBJS-md): New.
416         (OBJS-archive): New.
417         (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
418         (OBJS-onestep): New.
419         (libbackend.a): Support @onestep@.
420         (libbackend.o): New.
421         * configure: Regenerate.
423         * c-common.h (c_reset_state): New prototype.
424         (c_parse_file): New prototype.
425         (finish_file): Move prototype from c-tree.h.
426         * c-decl.c: Include <hashtab.h>.
427         (builtin_decls): New.
428         (current_file_decl): New.
429         (duplicate_decls): Add extra parameter. Change all callers.  Don't
430         output duplicate common symbols.
431         (link_hash_hash): New.
432         (link_hash_eq): New.
433         (poplevel): Handle popping of the top level.
434         (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
435         (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
436         (pushdecl_top_level): Likewise.
437         (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
438         (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
439         (finish_decl): Handle TRANSLATION_UNIT_DECL.
440         (merge_translation_unit_decls): New.
441         (c_write_global_declarations): New.
442         (c_reset_state): New.
443         (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
444         * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
445         * c-objc-common.c (c_cannot_inline_tree_fn): Handle
446         TRANSLATION_UNIT_DECL.
447         (c_objc_common_finish_file): Call merge_translation_unit_decls.
448         * c-opts.c (in_fnames): Rename from in_fname.
449         (c_common_decode_option): Handle multiple input filenames.
450         (c_common_post_options): Likewise.
451         (c_common_parse_file): Likewise; also, call c_parse_file rather than
452         yyparse.
453         * c-parse.in: Move cleanup code to c_parse_file.
454         (free_parser_stacks): Move contents to c_parse_file.
455         (c_parse_file): New.
456         * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
457         for integer types.
458         (C_DECL_FILE_SCOPE): New.
459         (finish_file): Move prototype to c-common.h.
460         (merge_translation_unit_decls): New prototype.
461         (comptypes): Add extra parameter to prototype.
462         (c_write_global_declarations): New prototype.
463         * c-typeck.c (tagged_types_tu_compatible_p): New.
464         (function_types_compatible_p): Add extra parameter, change all callers.
465         (type_lists_compatible_p): Likewise.
466         (comptypes): Likewise.
467         (struct tagged_tu_seen): New.
468         (tagged_tu_seen_base): New.
469         (build_unary_op): Handle TRANSLATION_UNIT_DECL.
470         (c_mark_addressable): Remove #if 0 code.
471         * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
472         comment explaining why it shouldn't have to.
473         * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
474         options.
475         * cppinit.c (cpp_read_next_file): New.
476         (cpp_read_main_file): Use it.
477         * cpplib.c (undefine_macros): New.
478         (cpp_undef_all): New.
479         * cpplib.h (cpp_read_next_file): Prototype.
480         (cpp_undef_all): Prototype.
481         * langhooks-def.h (write_global_declarations): Remove prototype.
482         * toplev.h (write_global_declarations): Add prototype.
483         * tree.c (decl_type_context): Use switch statement, handle
484         TRANSLATION_UNIT_DECL.
485         * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
486         (TRANSLATION_UNIT_DECL): New kind of tree.
487         * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
488         * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
489         * doc/invoke.texi: Make attempt to document new functionality.
491         2003-05-19  Per Bothner <bothner@apple.com>
493         * gcc.c (combine_inputs): New.
494         (process_command): Set combine_inputs.
495         (do_spec_1): Handle combine_inputs.
496         (main): Likewise.
498 2003-07-10  James E Wilson  <wilson@tuliptree.org>
500         PR optimization/9745
501         * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
502         loop_insn_emit_before.
503         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
505 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
507         * cppcharset.c: Fix comment.
508         (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
509         (EILSEQ): #define to EINVAL if not already defined.
510         (convert_using_iconv): #if out when !HAVE_ICONV.
511         (init_iconv_desc): Handle !HAVE_ICONV here...
512         (cpp_init_iconv): ...not here.
514 2003-07-11  Neil Booth  <neil@daikokuya.co.uk>
516         * common.opt: More --help messages.
517         * opts.c (print_help): Use puts().
518         * toplev.c (f_options): Remove help text.
519         (display_help): Don't dump f_options.
521 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
523         * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
524         Move i?86-*-interix* to the don't-fix list.
525         * fixinc/fixinc.interix: Delete with extreme prejudice.
527 2003-07-10  Dara Hazeghi  <dhazeghi@yahoo.com>
529         PR bootstrap/10758
530         * doc/install.texi: Document requirements for ia64-*-hpux* target.
532 2003-07-10  Roger Sayle  <roger@eyesopen.com>
534         * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
536 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
538         * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
539         one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
540         one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
541         convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
542         convert_no_conversion, convert_using_iconv): New functions.
543         (APPLY_CONVERSION): New macro.
544         (struct conversion, conversion_tab): New data structure.
545         (init_iconv_desc): Check conversion_tab for a custom conversion
546         primitive before trying to use iconv.
547         (convert_cset): Deleted.
548         (cpp_init_iconv): Use UTF- terminology, not UCS-.
549         (_cpp_destroy_iconv): Update to match.
550         (_cpp_valid_ucn): We don't need iconv to implement UCNs.
551         (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
552         (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
553         (_cpp_interpret_string_notranslate): New function, moved here
554         from cpplib.c.
556         * cpphash.h (convert_f, struct cset_converter): New types.
557         (struct cpp_reader): narrow_cset_desc and wide_cset_desc
558         are now struct cset_converter, not bare iconv_t.
559         Update prototypes.
560         * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
561         all callers changed.
563 2003-07-10  Kelley Cook  <kelleycook@wideopenwest.com>
565         * Makefile.in (options.h): Depend on Makefile.  Add move-if-change
566         to opts.sh command line.
567         * opts.sh: Write to temporary files with a move-if-change at the end.
569 2003-06-30  Denis Chertykov  <denisc@overta.ru>
570             Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
572         * combine.c (gen_binary): Handle the CLOBBER rtx and
573         don't build a binary operation with it.
575 2003-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
577         * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
578         store_killed_after, store_killed_before): Keep track of the correct
579         dependency function to use.
581 2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>
582         * toplev.c (do_compile): Don't try to open dump files before
583         lang_dependent_init initializes dump_base_name.
585 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
587         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
588         Use ARRAY_SIZE.
589         * config/frv/frv.c (frv_expand_builtin): Likewise.
590         * config/sh/sh.c (sh_media_init_builtins): Likewise.
592 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
594         PR c++/10032
595         * doc/invoke.texi (C++ Dialect Options): Change documentation of
596         -fpermissive.
598 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
600         * tm.texi (RETURN_ADDR_OFFSET): Document.
602 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
604         * gcov-io.h: Update documentation.
605         (GCOV_UNSIGNED2STRING): New.
606         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
607         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
608         GCOV_TAG_SUMMARY_LENGTH): Adjust.
609         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
610         GCOV_TAG_COUNTER_NUM): New.
611         (GCOV_BLOCK_SIZE): Number of words.
612         (gcov_var): Adjust buffer type.
613         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
614         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
615         count, not byte count.
616         (gcov_open): Adjust overread init.
617         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
618         gcov_write_string, gcov_write_tag, gcov_write_length,
619         gcov_write_tag_length): Adjust.
620         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
621         (gcov_sync, gcov_seek): Adjust.
622         * gcov-dump.c (print_usage): Show gcc version only.
623         (dump_file): Use GCOV_UNSIGNED2STRING.
624         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
625         * gcov.c (print_version): Show gcc version only.
626         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
627         GCOV_TAG_*_NUM macros.
628         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
629         GCOV_TAG_COUNTER_LENGTH.
630         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
631         Use GCOV_TAG_COUNTER_NUM.
632         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
633         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
635 2003-07-10  Andreas Schwab  <schwab@suse.de>
637         * gcov-dump.c (dump_file): Fix missing address operator.
639 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
641         PR c/11449
642         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
643         of HOST_WIDE_INT.
644         (fold_single_bit_test): If sign_bit_p() fails, assume that the
645         bit being tested is not a sign bit.
647 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
649         * config/h8300/h8300.md (a peephole2): New.
651 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
653         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
654         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
655         from ld-linux.so.2 to ld.so.1.
656         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
657         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
658         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
659         nor -Wl,-rpath-link.
660         (LIB_SPEC): Add -rpath-link if !static.
661         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
662         * config/mn10300/mn10300.c (mn10300_protect_label): New
663         variable.
664         * config/mn10300/linux.h (PRINT_OPERAND,
665         PRINT_OPERAND_ADDRESS): Set it during their execution.
666         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
667         mn10300_protect_label is set.
668         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
669         -Wl,-rpath-link.
670         (LIB_SPEC, STARTFILE_SPEC): Define.
671         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
672         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
673         FLOAT_BIT_ORDER_MISMATCH.
674         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
675         * config.gcc (am33_2.0-*-linux*): Added.
676         * config/mn10300/linux.h: New.
677         * config/mn10300/t-linux: New.
679 2003-07-10  Andreas Jaeger  <aj@suse.de>
681         * fold-const.c: Properly wrap prototypes.
683 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
685         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
686         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
687         Moved from...
688         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
689         * config/mn10300/mn10300.h: GTY-declare it.
690         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
691         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
692         prototype.  Use incoming RTL argument.
693         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
694         * config/mn10300/mn10300.md (int_label): Move C statements...
695         (GOTaddr2picreg): ... here.
696         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
697         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
698         * config/mn10300/mn10300.c (mn10300_encode_section_info):
699         ... here.  New function.
700         (TARGET_ENCODE_SECTION_INFO): Define to it.
701         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
702         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
703         pattern name.
704         (mn10300_loadPC): Define as insn splittable after reload.
705         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
706         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
707         be defined in .rodata even in PIC, now that the assembler
708         supports that.
709         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
710         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
711         symbol take an underscore prefix.
712         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
713         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
714         legitimize_pic_address): Declare.
715         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
716         the PIC register as fixed.
717         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
718         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
719         PIC.
720         (LEGITIMATE_PIC_OPERAND_P): Define.
721         (PIC_OFFSET_TABLE_REGNUM): Define.
722         (GOT_SYMBOL_NAME): Define.
723         (SYMBOLIC_CONST_P): Define.
724         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
725         symbols.
726         (MN10300_GLOBAL_P): Test it.
727         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
728         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
729         * config/mn10300/mn10300.c (print_operand): Handle unspec.
730         (expand_prologue): Set PIC register.
731         (call_address_operand): Don't match SYMBOL_REFs in PIC.
732         (legitimize_address): Call legitimize_pic_address.
733         (legitimize_pic_address): New fn.
734         (legitimate_pic_operand_p): New fn.
735         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
736         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
737         UNSPEC_PLT): New constants.
738         (pop_pic_reg): New insn.
739         (movsi): Adjust non-PIC addresses.
740         (builtin_setjmp_receiver): Restore the PIC register.
741         (casesi): New insn.
742         (call): Adjust non-PIC addresses.
743         (int_label, GOTaddr2picreg): New expands.
744         (am33_loadPC): New insn.
745         (mn10300_loadPC): New expand.
746         (call_next_insn): New insn.
747         (add_GOT_to_pic_reg): New expand.
748         (symGOT2reg, symGOT2reg_i): New expands.
749         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
750         (sym2PIC, sym2PLT): New expands.
752 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
754         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
755         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
756         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
757         to flag_unsafe_math_optimizations.
758         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
759         * config/mn10300/mn10300.c (expand_prologue): Mark
760         FP-register-saving insns as frame-related.
761         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
762         * config/mn10300/mn10300.c
763         (mn10300_get_live_callee_saved_regs): Don't search past
764         LAST_EXTENDED_REGNUM.
765         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
766         * config/mn10300/mn10300.md: Remove excessive line breaks from
767         `@' output patterns that were accounted as additional
768         alternatives.
769         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
770         Re-introduce changes accidentally removed in Richard Sandiford's
771         2000-12-05's patch.
772         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
773         Re-instate am33-2 lost in merge from net GCC.
774         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
775         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
776         floating-point registers.
777         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
778         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
779         pessimizations that had gone in on 2000-05-08.
780         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
781         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
782         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
783         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
784         operand 0.
785         * (movhi): Likewise.
786         * (movsi): Likewise.
787         * (movsf): Likewise.
788         * (movdi): Likewise.
789         * (movdf): Likewise.
790         Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
791         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
792         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
793         (expand_prologue, expand_epilogue): Save and restore FP regs.
794         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
795         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
796         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
797         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
798         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
799         Do not clobber cc0.
800         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
801         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
802         Discourage the two-argument, longer opcodes.
803         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
804         ones.
805         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
806         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
807         * config/mn10300/mn10300.md (cmpsf): New pattern.
808         (branch): Test mdep.fpCC and output fbCC.
809         * config/mn10300/mn10300.c (print_operand): Output conditions.
810         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
811         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
812         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
813         mulsf3, divsf3): Use the `F' constraint for FP values.
814         * config/mn10300/mn10300.c (const_1f_operand): New function.
815         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
816         * config/mn10300/mn10300.md (sqrtsf2): New expand.
817         (rsqrtsf2): New insn.
818         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
819         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
820         previous check-in.
821         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
822         * config/mn10300/mn10300.md (abssf2, negdf2): On
823         TARGET_AM33_2, expand to...
824         (abssf2_am33_2, negdf2_am33_2): New insns.
825         (addsf3, subsf3, mulsf3, divsf3): Likewise.
826         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
827         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
828         movdi, movdf): Added FP regs.
829         * invoke.texi (-mam33-2, -mno-am33-2): Document.
830         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
831         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
832         New macros.
833         (REGNO_AM33_2_FP_P): Renamed to...
834         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
835         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
836         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
837         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
838         regs from GENERAL_REGS.
839         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
840         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
841         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
842         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
843         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
844         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
845         as FP_REGS.
846         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
847         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
848         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
849         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
850         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
851         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
852         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
853         AM33/2.0 floating-point registers.
854         (CONDITIONAL_REGISTER_USAGE): Adjust.
855         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
856         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
857         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
858         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
859         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
860         (MULTILIB_DIRNAMES): Likewise.
861         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
862         `__AM33_2__' when `-mam33-2' is given.
863         (TARGET_AM33_2): Define.
864         (TARGET_SWITCHES): Adjust.
865         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
866         when appropriate.
868 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
870         * doc/install.texi: Add missing @.
872 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
874         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
876 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
878         PR/11144
879         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
881 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
883         PR bootstrap/11043
884         * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
885         "x-crtfini.o" with "crtinit.o", "crtfini.o".
887         * fixinc/inclhack.def (limits_ifndefs): Add select test.
888         * fixinc/fixincl.x: Rebuild.
890         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
891         * fixinc/fixincl.x: Rebuild.
893 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
895         * doc/install.texi (Configuration): Document the valgrind option
896         to --enable-checking.
898 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
900         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
902 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
904         * c-lex.c (cb_ident): Cast cstr.text to const char *.
906 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
908         * gcov-io.h: Update documentation.
909         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
910         GCOV_NOTE_MAGIC.
911         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
912         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
913         (struct gcov_var): Change buffer's type. Add endian flag.
914         (gcov_open): Remove mode in libgcov.
915         (gcov_magic): Prototype.
916         * gcov-io.c (from_file): New.
917         (gcov_open): Clear endian flag.
918         (gcov_magic): New.
919         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
920         pointers.
921         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
922         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
923         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
924         * gcov-iov.c (main): Correct cast.
925         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
926         conversion.
927         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
928         (coverage_init): Use GCOV_NOTE_SUFFIX.
929         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
930         Rename to gcov_version, and return flag.
931         (gcov_exit): Use gcov_version.
932         (__gcov_init): Use gcov_version.
933         * Makefile.in (coverageexts): Update.
934         * gcov.c (print_version): Remove endianness conversion.
935         (create_file_names): Use GCOV_NOTE_SUFFIX.
936         (read_graph_file): Use gcov_magic.
937         (read_count_file): Likewise.
938         * gcov-dump.c (dump_file): Remove endianness conversion, use
939         gcov_magic.
941 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
943         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
944         coverage is on.
945         * configure: Regenerated.
946         * Makefile.in (ALL_CFLAGS): Correct its comment.
948 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
950         * fold-const.c (make_range): Do not access operand 1 for a
951         zero-operand operator.
953 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
955         * toplev.c (warn_dummy, W_options): Die.
956         (display_help): Don't print W_options.
957         * common.opt: Add W_options help from toplev.c.
959 2003-07-09  Andreas Jaeger  <aj@suse.de>
961         * opts.c (wrap_help): Only pass int arguments as arguments to
962         printf's '*' modifier.  Change argument of function.
964 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
966         * doc/invoke.texi: Fix misspelling of "@item".
968 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
970         * config/i386/i386.md: Remove an old comment about
971         NOTICE_UPDATE_CC.
973 Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
975         * cgraph.c (cgraph_node_name): New function.
976         (dump_cgraph): Use it.
977         * cgraph.h (cgraph_dump_file): Declare.
978         (cgraph_node_name): Declare.
979         * cgraphunit.c: Include timevar.h
980         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
981         (cgraph_optimize_function): Use TV_INTEGRATION.
982         (cgraph_mark_local_functions): reorganize dumps.
983         (cgraph_mark_functions_to_inline_once): Likewise.
984         (cgraph_optimize): Likewise; use timevar.
985         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
986         * toplev.c (dump_file_index): Add DFI_cgraph.
987         (dump_file_info): Likewise.
988         (cgraph_dump_file): New global variable.
989         (do_compile): Open and close cgraph dump.
990         * invoke.texi (-d): Document new flag; renumber.
992 2003-07-08  Roger Sayle  <roger@eyesopen.com>
994         PR c/11370
995         * calls.c (emit_call_1): Don't bother popping the arguments off of
996         the stack after a noreturn function call;  The adjustment is dead.
997         (expand_call): Likewise.
999 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
1001         * expr.c (MOVE_MAX_PIECES): Move from here...
1002         * defaults.h (MOVE_MAX_PIECES): ... to here.
1004 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
1006         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
1008 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1010         * genattr.c (internal_dfa_insn_code): Don't prototype.
1011         * genattrtab.c (attr_desc): Add `static_p' field.
1012         (expand_units): Make blockage range and ready cost functions
1013         static.
1014         (write_attr_get): Don't add extern prototypes in C file.  Mark
1015         static functions as appropriate.
1016         (find_attr, make_internal_attr): Initialize static_p.
1017         * genattrtab.h (ATTR_STATIC): New macro.
1018         * genautomata.c (output_internal_reset_func): Mark output function
1019         as inline.
1020         (make_internal_dfa_insn_code_attr): Mark output function as static.
1022 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1024         * genattrtab.h: Add new macros for attr `special' flags.
1025         * genattrtab.c (attr_desc): Reorder/resize fields better.
1026         Use attr `special' macros in all calls to make_internal_attr.
1027         * genautomata.c: Likewise.
1029 Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
1031         * c-common.c (c_estimate_num_insns_1): New static function.
1032         (c_estimate_num_insns): New global function.
1033         * c-common.h (DECL_NUM_STMTS): Rename to...
1034         (DECL_ESTIMATED_INSNS): ... this.
1035         (c_estimate_num_insns): Declare.
1036         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
1037         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
1038         * c-semantics.c (add_stmt): Do not account statements.
1039         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
1040         New.
1041         * langhooks.h (lang_hooks_for_tree_inlining): Add
1042         estimate_num_insns
1043         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
1044         to 100.
1045         (max-inline-insns): set to 300.
1046         (min-inline-insns): set to 10.
1047         * tree-inline.c (struct inline_data): Rename inlined_stmts to
1048         inlined-insns.
1049         (INSNS_PER_STMT): Kill.
1050         (inlinable_function_p): Compute and store body size.
1051         (expand_call_inline): Likewise.
1052         (optimize_inline_calls): Likewise.
1054 2003-07-08  James E Wilson  <wilson@tuliptree.org>
1056         PR target/10021
1057         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
1058         loop over new variable t2 instead of t.
1060 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
1062         PR bootstrap/11455
1063         * config/i386/winnt.c: Replace use of error(), warning() with
1064         error_with_decl(), warning_with_decl(),  throughout.
1066 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
1068         * opts.c (wrap_help): Use unsigned int, not size_t.
1070 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
1072         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
1073         as .file/.loc directives are incompatible with linker relaxation.
1075 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
1077         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
1078         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
1079         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
1080         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
1081         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
1082         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
1083         Escape { and } characters which are not part of range expressions.
1084         * fixinc/fixincl.x: Regenerate.
1085         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
1087 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
1089         PR c/1687
1090         * tree-inline.c (find_alloca_call): Use
1091         walk_tree_without_duplicates, instead of walk_tree.
1092         (find_builtin_longjmp_call): Likewise.
1093         * c-objc-common.c (c_cannot_inline_fn): Likewise.
1094         * c-semantics.c (find_reachable_label): Likewise.
1096 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1098         PR c/11420
1099         * config/i386/i386.c (ix86_check_movabs): New function.
1100         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
1101         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
1102         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
1104 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
1106         * Makefile.in (install-po): Cope with empty CATALOGS.
1108 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1110         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1111         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
1112         (SECTION_FUNCTION_TEMPLATE): Delete.
1113         * config/mips/elf.h: As for elf64.h.
1114         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
1115         * config/mips/linux.h: As for elf.h
1116         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1117         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
1118         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
1119         of in_sdata from current_section_name and current_section_flags.
1120         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1121         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
1122         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
1123         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
1124         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
1125         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
1126         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
1127         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
1128         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
1129         (override_options): Remove setting of MASK_GPOPT.
1130         (mips_output_external): Use mips_in_small_data_p to check whether a
1131         symbol needs an .extern directive.  Don't emit such directives for
1132         TARGET_EXPLICIT_RELOCS.
1133         (mips_declare_object): Update accordingly.
1134         (mips_select_rtx_section): Call named_section rather than
1135         SMALL_DATA_SECTION.
1136         (mips_select_section): Use default_elf_section_section for everything
1137         except .text string constants.
1138         (mips_in_small_data_p): New function.
1139         (mips_encode_section_info): Remove small data handling.
1140         (mips_unique_section): Delete.
1141         (iris6_section_type_flags): New function.
1142         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
1144 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1146         PR Target/11453
1147         * pa.md: Disparage all mtsar constraints.
1148         (extzv, extv, insv): Don't fail on length of {32|64}.
1150 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
1152         * system.h: Poison MAP_CHARACTER.
1153         * config/i370/i370-protos.h (mvs_map_char): Delete.
1154         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
1155         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
1156         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
1158 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
1160         * toplev.c (randomize): Correct call to time().
1162 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1164         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
1165         REG_EQUIV notes as well.
1167 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1169         * doc/md.texi: Fix the description of addmodecc.
1171 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
1173         * Makefile.in (top_builddir): Set to "..", not ".".
1174         (INTLLIBS, INTLDEPS): Delete.
1175         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
1176         (LIBDEPS): Add $(LIBICONV_DEP).
1177         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
1178         (INCLUDES): Replace -I../intl with @INCINTL@.
1179         ($(top_builddir)/intl/libintl.a): Delete rule.
1180         (stage2-start, stage3-start, stage4-start, stageprofile-start,
1181         stagefeedback-start): Use $$ for variable to be evaluated by
1182         shell, not make.
1183         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
1184         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
1185         * aclocal.m4: sinclude ../config/progtest.m4.  Add
1186         contents of lcmessage.m4 from gettext distro.
1187         * configure.in: Check for wchar.h and setlocale.  Set
1188         LIBICONV_DEP to the empty string and substitute it.
1189         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
1190         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
1191         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
1192         in $LIBINTL, to avoid linking it twice.
1193         * configure, config.in: Regenerate.
1195 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1197         * fixinc/mkfixinc.sh: Remove winnt support.
1198         * fixinc/fixinc.winnt: Delete with extreme prejudice.
1200 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
1202         * Makefile.in: Update.
1203         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
1204         * c.opt: Update documentation.
1205         * common.opt: Add some help text.
1206         * opts.c: Include intl.h.
1207         (wrap_help, print_help): New.
1208         (find_opt, handle_option, common_handle_option): opt_text now
1209         contains the '-'.  Use print_help to output help.
1210         * opts.h (struct cl_option): New member "help".
1211         * opts.sh: Update to handle help text output and to prepend
1212         options with '-'.
1213         * toplev.c (display_help): Remove some help text.
1215 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
1216             Fariborz Jahanian  <fjahanian@apple.com>
1218         * configure.in: Test for PowerPC mfcr field support in assembler.
1219         * config.in, configure: Regenderated.
1221         * config/rs6000/power4.md: Add mfcrf reservation.
1222         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
1223         * config/rs6000/rs6000.c (mfcr_operation): Define.
1224         (print_operand): Add 'Q' case for mfcrf.
1225         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
1226         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
1227         (movcc_internal1): Emit optional field operand for mfcr and set
1228         "type" attribute appropriately.
1229         (mfcr SCC): Likewise.
1230         (movesi_from_cr_one): New.
1232 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1234         * config/i386/i386.md: Correct check-in of incorrect version.
1236 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1238         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
1239         adjacent stdio calls.
1240         * c-decl.c (c_print_identifier): Likewise.
1241         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
1242         * print-rtl.c (print_rtx): Likewise.
1243         * print-tree.c (print_node_brief, print_node): Likewise.
1244         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
1246         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
1247         * config.in, configure: Regenerated.
1249 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1251         PR target/10979
1252         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
1253         Changed to define_expand patterns that copy operand[1] to prevent
1254         it from being clobbered before emitting an atan2?f3_1 insn.
1255         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
1256         patterns that actually specify the behaviour of x87's FPATAN.
1258 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
1260         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
1261         clearing of SYMBOL_FLAG_LOCAL bit.
1262         If vcall_offset fits into signed 16-bit immediate, use
1263         one instruction for both addition and load.
1265 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
1267         * opts.c (common_handle_option): Correct handling of the
1268         -falign- switches that do and don't take an argument.
1270 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
1272         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
1273         today.
1274         (pushhi1_h8300hs): Likewise.
1276 2003-07-07  Andreas Jaeger  <aj@suse.de>
1278         * genextract.c: Convert remaining prototypes to ISO C90.
1280         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
1281         * fold-const.c (fold_single_bit_test): Likewise.
1282         * diagnostic.c (default_diagnostic_finalizer): Likewise.
1283         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
1285         * gengtype.c (write_array): Generate ISO C90 prototypes.
1287         * genflags.c (gen_proto): Generate ISO C90 prototypes.
1289 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1291         PR optimization/11059
1292         * expr.c (can_store_by_pieces): Return true if length is zero.
1293         (store_by_pieces): If length is zero and endp is two, abort,
1294         othwerise, if length is zero and endp is not two, return "to".
1295         (clear_by_pieces): Do nothing if length is zero.
1296         (clear_storage): Do nothing if length is zero.
1297         (store_constructor): Simplify code when size is zero, or the
1298         target has already been cleared.  This avoids emitting a
1299         blockage instruction when initializing empty structures.
1301 2003-07-07  Andreas Jaeger  <aj@suse.de>
1303         * mips-tfile.c: Convert prototypes to ISO C90.
1304         * mips-tdump.c: Convert prototypes to ISO C90.
1306 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
1308         * rtl.h (emit_line_note): Take a location_t.
1309         (emit_line_note_force): Remove.
1310         (set_file_and_line_for_statement): Take a location_t.
1311         * tree.g (emit_line_note): Take a location_t.
1312         * emit-rtl.c (emit_line_note): Take a location_t.
1313         (emit_line_note_force): Remove.
1314         * function.c (init_function_start): Adjust emit_line_note call.
1315         (expand_function_end): Use force_next_line_note, not
1316         emit_line_note_force.
1317         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
1318         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
1319         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
1320         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
1321         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
1322         genrtl_continue_stmt, genrtl_switch_stmt,
1323         genrtl_asm_stmt): Likewise.
1324         * expr.c (expand_expr): Likewise.
1325         * integrate.c (expand_inline_function): Likewise.
1326         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
1327         (expand_decl_init): Adjust emit_line_note call.
1329 2003-07-07  Dale Johannesen  <dalej@apple.com>
1331         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
1333 2003-07-07  Andreas Jaeger  <aj@suse.de>
1335         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
1336         * config/i386/i386.c: Likewise.
1338 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
1340         * config/h8300/h8300.md: Use gen_int_mode instead of
1341         GEN_INT (trunc_int_for_mode (...)).
1343 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
1345         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
1346         2 bytes and then subtract 2 from the stack pointer.
1347         (pushhi1_h8300hs): Likewise.
1349 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
1351         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
1352         -frandom-seed.
1353         * configure: Regenerated.
1354         * Makefile.in: Remove extraneous comment.
1355         * toplev.c (randomize): Protect against potential multiple calls.
1356         * doc/invoke.texi (-frandom-seed): Document use for in coverage
1357         files.
1359 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1360             Eric Botcazou  <ebotcazou@libertysurf.fr>
1362         PR optimization/11198
1363         * alias.c (objects_must_conflict_p): Return 1 if the types have
1364         the same alias set, not if the alias sets only conflict.
1366 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
1368         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
1369         (convert_cset): Change inbuf to type ICONV_CONST char.
1370         * Makefile.in (LIBS): Add LIBICONV.
1372         * doc/invoke.texi (-falign-functions): Document that
1373         when n is zero then a machine-dependent default is used.
1374         (-falign-labels): Document that when n is zero then a
1375         machine-dependent default is used and that -falign-labels =1
1376         is equivalent to -fno-align-labels.
1377         (-falign-loops): Likewise.
1378         (-falign-jumps): Likewise.
1380 2003-07-06  Art Haas  <ahaas@airmail.net>
1382         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
1383         initializer syntax.
1385 2003-07-06  James E Wilson  <wilson@tuliptree.org>
1387         PR optimization/9812
1388         * rtl.h (mem_for_const_double): Delete prototype.
1389         * varasm.c (mem_for_const_double): Delete function.
1390         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
1391         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
1392         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
1393         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
1394         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
1395         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
1396         comment about confused support for XFmode constants.
1398 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
1400         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
1402 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
1404         * config/h8300/h8300.c: Fix comment typos.
1405         * config/h8300/h8300.md: Likewise.
1406         * config/i386/athlon.md: Likewise.
1407         * config/i386/i386.c: Likewise.
1408         * config/i386/pentium.md: Likewise.
1409         * config/ia64/ia64.c: Likewise.
1410         * config/ia64/itanium1.md: Likewise.
1411         * config/ia64/itanium2.md: Likewise.
1412         * config/m32r/m32r.md: Likewise.
1413         * config/m68hc11/m68hc11.c: Likewise.
1414         * config/mcore/mcore.c: Likewise.
1415         * config/mips/sr71k.md: Likewise.
1416         * config/mips/t-iris5-as: Likewise.
1417         * config/mmix/mmix.h: Likewise.
1418         * config/ns32k/ns32k.h: Likewise.
1419         * config/ns32k/NOTES: Fix a typo.
1421 2003-07-06  Andreas Jaeger  <aj@suse.de>
1423         * stmt.c: Convert remaining prototypes to ISO C90.
1424         * cfglayout.c: Likewise.
1425         * dbxout.c: Likewise.
1426         * gcc.c: Likewise.
1427         * genemit.c: Likewise.
1429         * basic-block.h: Convert prototypes to ISO C90.
1430         * c-parse.in: Likewise.
1431         * c-pragma.h: Likewise.
1432         * c-typeck.c: Likewise.
1433         * cfghooks.h: Likewise.
1434         * cfgloopanal.c: Likewise.
1435         * dbxout.h: Likewise.
1436         * debug.h: Likewise.
1437         * dwarf2asm.h: Likewise.
1438         * gcov.c: Likewise.
1439         * gengtype-lex.l: Likewise.
1440         * sched-int.h: Likewise.
1441         * timevar.c: Likewise.
1443 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
1445         * c-common.h (c_comon_handle_filename,
1446         c_common_missing_arguement): New.
1447         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1448         LANG_HOOKS_MISSING_ARGUMENT): New.
1449         * c-opts.c (missing_arg): Rename c_common_missing_argument,
1450         update to be an appropriate langhook.
1451         (c_common_handle_option): Don't handle filenames.
1452         (c_common_handle_filename): New.
1453         * hooks.c (hook_void_constcharptr,
1454         hook_bool_constcharptr_size_t_false): New.
1455         * hooks.h (hook_void_constcharptr,
1456         hook_bool_constcharptr_size_t_false): New.
1457         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
1458         LANG_HOOKS_MISSING_ARGUMENT): New.
1459         (LANG_HOOKS_INITIALIZER): Update.
1460         * langhooks.h (struct lang_hooks): Add handle_filename and
1461         missing_argument.
1462         * opts.c (handle_option): Don't handle filenames here, but ...
1463         (handle_options): ... here.
1464         (common_handle_option): Don't handle missing arguments here.
1465         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1466         LANG_HOOKS_MISSING_ARGUMENT): New.
1468 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
1470         * Makfile.in: Remove traces of mbchar.
1471         * c-parse.in (MULTIBYTE_CHARS): Remove.
1472         * config.in (MULTIBYTE_CHARS): Remove.
1473         * configure: Remove --enable-mbchar.
1474         * configure.in: Remove --enable-mbchar.
1475         * mbchar.c, mbchar.h: Remove.
1476         * system.h: Poison MULTIBYTE_CHARS.
1477         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
1478         * config/linux.h (MULTIBYTE_CHARS): Remove.
1479         * config/svr4.h (MULTIBYTE_CHARS): Remove.
1480         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
1482 2003-07-06  Andreas Jaeger  <aj@suse.de>
1484         * varray.c (varray_check_failed): Fix typo.
1486         * unroll.c: Convert prototypes to ISO C90.
1487         * varasm.c: Likewise.
1488         * varray.c: Likewise.
1489         * varray.h: Likewise.
1490         * vmsdbgout.c: Likewise.
1491         * xcoffout.c: Likewise.
1492         * xcoffout.h: Likewise.
1494 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1496         * gcov-io.h: Add a local time stamp.
1497         (struct gcov_info): Add stamp field.
1498         (gcov_truncate): New.
1499         * coverage.c (read_counts_file): Skip the stamp.
1500         (coverage_begin_output): Write the stamp.
1501         (build_gcov_info): Declare and init the stamp.
1502         (coverage_finish): Only unlink data file, if stamp is zero.
1503         * gcov-dump.c (dump_file): Dump the stamp.
1504         * gcov.c (bbg_stamp): New.
1505         (release_structures): Clear bbg_stamp.
1506         (read_graph_file): Read stamp.
1507         (read_count_file): Check stamp.
1508         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
1510 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1512         * tree.h (default_flag_random_seed): Remove.
1513         * toplev.h (local_tick): Declare.
1514         * tree.c (flag_random_seed, default_flag_random_seed): Move to
1515         toplev.c.
1516         (append_random_chars): Don't call default_flag_random_seed.
1517         * toplev.c (flag_random_seed): Define here. Set local_tick.
1518         (local_tick): Define.
1519         (randomize): New, moved from tree.c.
1520         (print_switch_values): Adjust.
1521         (toplev_main): Call randomize.
1523 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1525         * tree.h (crc32_string): Declare.
1526         * tree.c (append_random_chars): Remove.
1527         (crc32_string): New.
1528         (get_file_function_name_long): Use crc32_string here.
1530 2003-07-06  Andreas Jaeger  <aj@suse.de>
1532         * gcc.c: Convert prototypes to ISO C90.
1533         * gcc.h: Likewise.
1534         * gcov-dump.c: Likewise.
1535         * gcov-iov.c: Likewise.
1536         * gcse.c: Likewise.
1537         * genattrtab.h: Likewise.
1538         * ggc.h: Likewise.
1539         * global.c: Likewise.
1540         * graph.c: Likewise.
1541         * graph.h: Likewise.
1542         * hosthooks.h: Likewise.
1543         * hooks.h: Likewise.
1544         * hooks.c: Likewise.
1545         * hashtable.h: Likewise.
1546         * hashtable.c: Likewise.
1547         * haifa-sched.c: Likewise.
1548         * integrate.h: Likewise.
1549         * integrate.c: Likewise.
1550         * input.h: Likewise.
1551         * ifcvt.c: Likewise.
1552         * jump.c: Likewise.
1553         * langhooks-def.h: Likewise.  Add extern to prototypes.
1554         * langhooks.c: Likewise.
1555         * langhooks.h: Likewise.
1556         * lcm.c: Likewise.
1557         * local-alloc.c: Likewise.
1558         * loop-init.c: Likewise.
1559         * loop-unroll.c: Likewise.
1560         * loop-unswitch.c: Likewise.
1561         * loop.c: Likewise.
1562         * loop.h: Likewise. Add extern to prototypes.
1563         * machmode.h: Likewise.
1564         * main.c: Likewise.
1565         * mbchar.c: Likewise.
1566         * mbchar.h: Likewise.
1567         * mkdeps.c: Likewise.
1568         * mkdeps.h: Likewise.
1569         * optabs.c: Likewise.
1570         * optabs.h: Likewise.
1571         * output.h: Likewise.
1572         * gccspec.c: Likwise.
1573         * postreload.c: Likewise.
1574         * prefix.c: Likewise.
1575         * prefix.h: Likewise.
1576         * print-rtl.c: Likewise.
1577         * print-tree.c: Likewise.
1578         * profile.c: Likewise.
1579         * read-rtl.c: Likewise.
1580         * real.c: Likewise.
1581         * real.h: Likewise.
1582         * recog.c: Likewise.
1583         * recog.h: Likewise.
1584         * reg-stack.c: Likewise.
1585         * regclass.c: Likewise.
1586         * regmove.c: Likewise.
1587         * regrename.c: Likewise.
1588         * regs.h: Likewise.
1589         * reload.c: Likewise.
1590         * reload.h: Likewise.
1591         * reload1.c: Likewise.
1592         * reorg.c: Likewise.
1593         * resource.c: Likewise.
1594         * resource.h: Likewise.
1595         * rtl-error.c: Likewise.
1596         * rtl.c: Likewise.
1597         * rtl.h: Likewise.
1598         * rtlanal.c: Likewise.
1599         * sbitmap.c: Likewise.
1600         * sbitmap.h: Likewise.
1601         * scan-decls.c: Likewise.
1602         * scan.c: Likewise.
1603         * sched-deps.c: Likewise.
1604         * sched-ebb.c: Likewise.
1605         * sched-int.h: Likewise.
1606         * sched-rgn.c: Likewise.
1607         * sched-vis.c: Likewise.
1608         * sibcall.c: Likewise.
1609         * simplify-rtx.c: Likewise.
1610         * sreal.c: Likewise.
1611         * sreal.h: Likewise.
1612         * ssa-ccp.c: Likewise.
1613         * ssa-dce.c: Likewise.
1614         * ssa.c: Likewise.
1615         * ssa.h: Likewise.
1616         * stack.h: Likewise.
1617         * stmt.c: Likewise.
1618         * stor-layout.c: Likewise.
1619         * stringpool.c: Likewise.
1620         * target.h: Likewise.
1621         * timevar.c: Likewise.
1622         * timevar.h: Likewise.
1623         * tlink.c: Likewise.
1624         * tracer.c: Likewise.
1625         * tree-inline.c: Likewise.
1626         * tree-inline.h: Likewise.
1627         * tree.c: Likewise.
1628         * tree.h: Likewise.
1630 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1632         * combine.c (nonzero_bits1): Fix a warning.
1634 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1636         * config/h8300/h8300.c (compute_mov_length): Correct the
1637         length of loading CONST0_RTX (SFmode).
1639 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
1641         * toplev.c (output_clean_symbol_name): Remove.
1642         * toplev.h (output_clean_symbol_name): Remove.
1643         * config/alpha/alpha.c (unicosmk_output_module_name): Use
1644         lbasename & clean_symbol_name.
1646 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1648         * ggc.h: Follow spelling conventions.
1649         * config/i386/i386.c: Likewise.
1650         * config/i386/winnt.c: Likewise.
1651         * config/rs6000/rs6000.c: Likewise.
1653 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1655         * bt-load.c: Fix comment typos.
1656         * c-incpath.c: Likewise.
1657         * cfg.c: Likewise.
1658         * cfgcleanup.c: Likewise.
1659         * cfgloop.h: Likewise.
1660         * cfgloopmanip.c: Likewise.
1661         * cfgrtl.c: Likewise.
1662         * diagnostic.h: Likewise.
1663         * dwarfout.c: Likewise.
1664         * emit-rtl.c: Likewise.
1665         * et-forest.c: Likewise.
1666         * et-forest.h: Likewise.
1667         * expr.c: Likewise.
1668         * gcse.c: Likewise.
1669         * genattr.c: Likewise.
1670         * jump.c: Likewise.
1671         * langhooks.h: Likewise.
1672         * local-alloc.c: Likewise.
1673         * loop-unroll.c: Likewise.
1674         * loop-unswitch.c: Likewise.
1675         * ra-build.c: Likewise.
1676         * regclass.c: Likewise.
1677         * regmove.c: Likewise.
1678         * rtl.def: Likewise.
1679         * rtlanal.c: Likewise.
1680         * sched-ebb.c: Likewise.
1681         * sched-rgn.c: Likewise.
1682         * simplify-rtx.c: Likewise.
1683         * ssa.c: Likewise.
1684         * tracer.c: Likewise.
1685         * tree.c: Likewise.
1687 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
1689         * cppcharset.c: Use the correct return type for the fallback iconv
1690         macro.
1692 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1694         Blame to Jan Hubicka  <jh@suse.cz>
1695         * cfglayout.c (record_effective_endpoints): Split insns before
1696         first basic block correctly.
1698 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1700         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1701         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1702         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1704 2003-07-05  Andreas Jaeger  <aj@suse.de>
1706         * genattrtab.c (write_attr_get): Revert part of last patch to
1707         always write out a prototype.
1709         * genemit.c (gen_split): Readd lost unused attributes in last
1710         patch.
1712 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1714         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1715         different from header.
1717 2003-07-05  Andreas Schwab  <schwab@suse.de>
1719         * config/m68k/m68k.c: Remove code protected by CRDS.
1720         * config/m68k/m68k.md: Likewise.
1722 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
1724         PR driver/11417
1725         * c-opts.c (permit_fortran_options): New.
1726         (c_common_init_options): Accept fortran front end options if
1727         it looks like we might be preprocessing Fortran.
1728         (c_common_handle_option): Don't reject switch if permit_fotran_options.
1730 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1732         * genattr.c (internal_dfa_insn_code): Output prototype.
1733         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1734         * genautomata.c: Likewise.
1735         * genconditions.c: Likewise.
1736         * genemit.c: Likewise.
1737         * genextract.c: Likewise.
1738         * gengenrtl.c: Likewise.
1739         * gengtype.c: Likewise.
1740         * genopinit.c: Likewise.
1741         * genoutput.c: Likewise.
1742         * genpeep.c: Likewise.
1743         * genrecog.c: Likewise.
1745 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1747         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1748         (struct cpp_options): Add narrow_charset, wide_charset,
1749         bytes_big_endian fields.  Remove EBCDIC field.
1750         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1752         * cpphash.h: Include <iconv.h> if we have it, otherwise
1753         provide a dummy definition of iconv_t.
1754         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1755         (_cpp_valid_ucn): Update prototype.
1756         (_cpp_destroy_iconv): New prototype.
1758         * doc/cpp.texi: Document character set handling.
1759         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1760         * doc/extend.texi: Delete entire section on multiline strings.
1761         Rewrite section on __FUNCTION__ etc now that these are
1762         variables in C.
1764         * cppucnid.tab, cppucnid.pl: New files.
1765         * cppucnid.h: New generated file.
1766         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
1767         (iconv_open, iconv, iconv_close): Provide dummy definitions
1768         if !HAVE_ICONV.
1769         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1770         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1771         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1772         cpp_interpret_string, narrow_str_to_charconst,
1773         wide_str_to_charconst): New.
1774         (ucn_valid_in_identifier): Use a binary search through the
1775         ucnranges table defined in cppucnid.h, not a long chain of if
1776         statements.
1777         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
1778         character names are only valid in C++ and C99" to a warning.
1779         Issue the "meaning of \[uU] is different in traditional C"
1780         warning here.  Take care not to let iconv see an invalid UCS
1781         value if we get a malformed UCN.  Issue an error if we don't
1782         have iconv.
1783         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
1784         cpp_interpret_string to do the heavy lifting.
1786         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1787         narrow_charset, wide_charset fields of options structure.
1788         (cpp_destroy): Call _cpp_destroy_iconv.
1789         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1790         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1791         (cpp_interpret_charconst): Moved to cppcharset.c.
1792         * cpplib.c (dequote_string): Delete.
1793         (interpret_string_notranslate): New.
1794         (do_line, do_linemarker): Use interpret_string_notranslate.
1796         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1798         * c-common.c (fname_string, combine_strings): Delete.
1799         * c-common.h (fname_string, combine_strings): Delete prototypes.
1800         * c-lex.c (ignore_escape_flag): Delete.
1801         (cb_ident): Use cpp_interpret_string, not lex_string.
1802         (get_nonpadding_token): New function.
1803         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1804         Adjust calls to lex_string.  Don't write *value twice.
1805         (lex_string): Now handles string constant concatenation.
1806         Most of the work handed off to cpp_interpret_string.
1807         Call fix_string_type here.
1808         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1809         FUNC_NAME, throughout.
1810         (OBJC_STRING): New token type.
1811         (primary:STRING): No need to call fix_string_type here.
1812         (primary:objc_string): Make that OBJC_STRING.
1813         (objc_string nonterminal): Delete.
1814         (yylexname): Delete code to handle fake string constants.
1815         (yylexstring): Delete entirely.
1816         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
1817         to handle CPP_ATSIGN.
1819         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1820         * c-opts.c (missing_arg, c_common_handle_option): Handle
1821         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1822         (c_common_init): Set cpp_opts->bytes_big_endian, not
1823         cpp_opts->EBCDIC.  Call cpp_init_iconv.
1824         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1825         (TARGET_EBCDIC): Delete default definition.
1827         * objc/objc-act.c (build_objc_string_object): No need to
1828         handle string constant concatenation.
1830 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1832         * doc/install.texi: Fix typos.
1833         * doc/invoke.texi: Likewise.
1834         * doc/tm.texi: Likewise.
1836 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1838         * config/pa/fptr.c: Fix comment typos.
1839         * config/pa/pa-64.h: Likewise.
1840         * config/pa/pa.c: Likewise.
1841         * config/pa/pa.h: Likewise.
1842         * config/rs6000/603.md: Likewise.
1843         * config/rs6000/7xx.md: Likewise.
1844         * config/rs6000/darwin.h: Likewise.
1845         * config/rs6000/freebsd.h: Likewise.
1846         * config/rs6000/rs6000.c: Likewise.
1847         * config/rs6000/rs6000.md: Likewise.
1848         * config/rs6000/spe.h: Likewise.
1850 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
1852         * config/s390/2064.md: Change GNU CC to GCC.
1853         * config/s390/2084.md: Likewise.
1854         * config/s390/fixdfdi.h: Likewise.
1855         * config/s390/linux.h: Likewise.
1856         * config/s390/s390-modes.def: Likewise.
1857         * config/s390/s390-protos.h: Likewise.
1858         * config/s390/s390.c: Likewise.
1859         * config/s390/s390.h: Likewise.
1860         * config/s390/s390.md: Likewise.
1861         * config/s390/s390x.h: Likewise.
1863 2003-07-04  Jeff Law  <law@redhat.com>
1865         PR c/11428
1866         * expr.c (do_store_flag): Pass in the correct result type
1867         when calling fold_single_bit_test.
1868         * fold-const.c (fold_single_bit_test): Use result_type for the
1869         result when folding a sign bit test.
1871 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
1873         * opts.c (common_handle_options): Negate sense of -falign- switches.
1875 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1877         * Makefile.in: Replace PWD with PWD_COMMAND.
1879 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1881         * cfgloopanal.c (count_strange_loop_iterations): New static function.
1882         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1883         Handle strange loops.
1885 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1887         * install.texi: Even the g77 manpage is derived from
1888         the full g77 manual.
1890 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1892         * ABOUT-NLS: Delete.
1893         * intl: Delete entire directory.
1894         * aclocal.m4: Include ../config/gettext.m4.  Delete
1895         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1896         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1897         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1898         Remove intl/Makefile from all_outputs.
1899         * configure, config.in: Regenerate.
1900         * Makefile.in: Expunge all references to intl subdirectory.
1901         Add -I../intl to INCLUDES.
1902         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1904 2003-07-04  Roger Sayle  <roger@eyesopen.com>
1906         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1907         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1909 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1911         PR c++/5287, PR c++/7910, PR c++/11021
1912         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1913         dllimport attribute if function is defined at declaration, but
1914         report error instead. Likewise for dllimport'd variable
1915         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
1916         declared within functions, Report error if dllimport or dllexport
1917         symbol is not global.
1918         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1919         if defined after declaration or if inlined. Don't allow definition
1920         of static data members of C++ classes. Don't dllimport virtual
1921         methods.
1922         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1923         (i386_pe_mark_dllimport): Remove unnecessary checks.
1924         (i386_pe_encode_section_info): Warn if the dllimport attribute
1925         and symbol prefix have been instantiated and then overridden.
1927         * doc/extend.texi: Document dllimport and dllexport attributes.
1929         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1931 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1933         * config/kaos.h (CPP_PREDEFINES): Delete.
1934         (TARGET_OS_CPP_BUILTINS): New.
1936 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1938         * c-aux-info.c: Include toplev.h after c-tree.h.
1939         * c-common.c: Likewise.
1940         (GCC_DIAG_STYLE): Undef.
1941         * c-semantics.c (GCC_DIAG_STYLE): Define.
1942         * c-tree.h (GCC_DIAG_STYLE): Likewise.
1943         * diagnostic.h (inform): Move prototype to toplev.h.
1944         * jump.c: Include diagnostic.h before toplev.h.
1945         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1946         (warning, error, fatal_error, pedwarn, sorry, inform,
1947         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1949 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1951         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1952         at all if edge is not specified.
1953         (can_copy_bbs_p, copy_bbs): New.
1954         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1955         * cfgloop.c (get_loop_body): Comment more precisely.
1956         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1957         (scale_bbs_frequencies): Fix comment typo.
1958         (can_duplicate_loop_p): Use can_copy_bbs_p.
1959         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1961 2003-07-03  Devang Patel <dpatel@apple.com>
1963         * c-opts.c (c_common_parse_file): Remove extra
1964         debug_hooks->start_source_file call.
1966 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1968         * real.c (real_trunc, real_floor, real_ceil): New functions
1969         to implement trunc, floor and ceil respectively.
1970         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1971         * builtins.c (integer_valued_real_p): New function to test if
1972         a floating point expression has an integer valued result.
1973         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1974         foo(x) where foo is an integer rounding function.  Similarly,
1975         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1976         (double)(int)x when both foo and bar are integer rounding
1977         functions and we don't need to honor errno.
1978         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1979         New functions to fold trunc, floor and ceil.
1980         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1981         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1982         to fold BUILT_IN_CEIL*.
1983         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1984         the remaining integer rounding functions.
1986 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1988         * config/sparc/sparc.c (function_arg_partial_nregs): Use
1989         SPARC_INT_ARG_MAX to determine where to split unnamed
1990         complex FP arguments.
1992 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
1994         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1995         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1996         (merge_blocks_move_predecessor_nojumps,
1997          merge_blocks_move_successor_nojumps): Use merge_blocks.
1998         (try_optimize_cfg): Use merge_blocks_move.
1999         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
2000         (merge_blocks_nomove): Rename to rtl_merge_blocks.
2001         (cfg_layout_create_basic_block): New.
2002         (rtl_can_merge_blocks): New.
2003         (cfg_layout_split_block): Do not alloc aux by hand.
2004         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
2005         merge_blocks.
2006         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
2007         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
2008         * cfgloopmanip.c (loop_split_edge_with): Likewise.
2009         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
2011         * basic-block.h (basic_block_def): Add field 'rbi'.
2012         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
2013         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
2014         * cfg.c (entry_exit_blocks): Add new field.
2015         * cfglayout.c: Include alloc-pool.h;
2016         (cfg_layout_pool): New.
2017         (record_effective_endpoints, fixup_reorder_chain,
2018         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
2019         of rbi.
2020         (cfg_layout_initialize_rbi): New function.
2021         (cfg_layout_initialize): Use it.
2022         (cfg_layout_finalize): Clear rbi fields.
2023         * cfglayout.h (RBI): Kill.
2024         (cfg_layout_initialize_rbi): Declare.
2025         * cfgloopmanip.c (copy_bbs): Use rbi.
2026         (record_exit_edges): Likewise.
2027         (duplicate_loop_to_header_edge): Likewise.
2028         * cfgrtl.c (cfg_layout_create_basic_block): Use
2029         cfg_layout_initialize_rbi.
2030         (cfg_layout_split_block): Use rbi.
2031         (cfg_layout_delete_block): Likewise.
2032         * loop-init.c (loop_optimizer_finalize): Likewise.
2033         * loop-unswitch.c (unswitch_loop): Likewise.
2034         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
2036         * cfgrtl.c: Update comments.
2037         (try_redirect_by_replacing_jump): New argument.
2038         (redirect_branch_edge): Break out from ...
2039         (rtl_redirect_edge_and_branch): ... this one.
2040         (update_cfg_after_block_merging): Break out from ...
2041         (rtl_merge_blocks): ... this one.
2042         (cfg_layout_split_edge): New.
2043         (cfg_layout_merge_blocks): New.
2044         (cfg_layout_can_merge_blocks_p): New.
2045         (cfg_layout_redirect_edge_and_branch): Reorganize.
2046         (cfg_layout_rtl_cfg_hooks): Fill in.
2047         (cfg_layout_delete_block): Kill barriers.
2048         * cfganal.c (can_fallthru): Deal with exit blocks
2049         * cfglayout.c (cfg_layout_function_header): New function
2050         (record_effective_endpoints): Record function header.
2051         (fixup_reorder_chain): Fixup dead jumptables; place header
2053         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
2054         * bb-reorder.c (cfg_layout_initialize): Update call.
2055         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
2056         edges in cfglayout mode.
2057         * cfglayout.c (cleanup_unconditional_jumps): Kill.
2058         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
2059         * cfglayout.h (cfg_layout_initialize): Update prototype.
2060         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
2061         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
2062         * flow.c (propagate_block): Do not crash when basic block ends
2063         by first insn in the chain.
2064         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
2065         do loop discovery.
2066         * tracer.c (tracer): Update call of cfg_layout_initialize.
2068 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2070         * Makefile.in: Use dependency variables in lieu of explicit
2071         files throughout.
2073 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
2075         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
2076         * tree.h: ...to here.
2078 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
2080         * config/s390/2064.md: Fix comment typos.
2081         * config/s390/2084.md: Likewise.
2082         * config/s390/s390.c: Likewise.
2083         * config/s390/s390.md: Likewise.
2084         * config/sh/sh.c: Likewise.
2085         * config/sh/sh.h: Likewise.
2086         * config/sh/sh.md: Likewise.
2087         * config/sparc/sparc.c: Likewise.
2088         * config/sparc/sparc.h: Likewise.
2089         * config/sparc/sparc.md: Likewise.
2090         * config/stormy16/stormy16.c: Likewise.
2091         * config/stormy16/stormy16.h: Likewise.
2092         * config/stormy16/stormy-abi: Fix a typo.
2094 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
2096         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
2098 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2100         * config/mips/mips.h (save_argv): Delete.
2102 2003-07-03  Roger Sayle  <roger@eyesopen.com>
2104         PR target/10700
2105         * fold-const.c (extract_muldiv_1): There's nothing that can be done
2106         if the expression is a SAVE_EXPR.
2108 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
2110         * config/m32r/m32r.c: Fix comment typos.
2111         * config/m68hc11/m68hc11.c: Likewise.
2112         * config/m68hc11/m68hc11.h: Likewise.
2113         * config/m68k/m68k.c: Likewise.
2114         * config/mcore/mcore.c: Likewise.
2115         * config/mcore/mcore.h: Likewise.
2116         * config/mcore/mcore.md: Likewise.
2117         * config/mips/mips.c: Likewise.
2118         * config/mips/mips.h: Likewise.
2119         * config/mips/mips.md: Likewise.
2120         * config/mips/netbsd.h: Likewise.
2121         * config/mn10300/mn10300.c: Likewise.
2123 2003-07-03  Andreas Schwab  <schwab@suse.de>
2125         * dbxout.c (pending_bincls): Move decl down inside
2126         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
2128 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
2130         * rtl.h (NOTE_DATA): Refer to whole union.
2131         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
2133 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2135         PR optimization/11381
2136         * simplify-rtx.c (simplify_relational_operation): Check that
2137         two equal operands have no side-effects before simplifying
2138         the comparison.
2140 2003-07-02  Jeff Law  <law@redhat.com>
2142         * expr.c (do_store_flag): Remove special case folding for
2143         single bit tests.  Instead call back into the commonized folder
2144         routine.
2145         * fold-const.c (fold_single_bit_test): New function, mostly
2146         extracted from do_store_flag, with an additional case extracted
2147         from fold.
2148         (fold): Call fold_single_bit_test appropriately.
2149         * tree.h (fold_single_bit_test): Prototype.
2151 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
2153         * system.h: Include filenames.h.
2154         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
2155         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
2156         define based on HAVE_DOS_BASED_FILE_SYSTEM.
2157         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
2158         * config/i386/xm-mingw32.h: Don't define
2159         HAVE_DOS_BASED_FILE_SYSTEM,
2160         DIR_SEPARATOR, or DIR_SEPARATOR_2.
2161         * doc/hostconfig.texi: Update to match.
2163         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
2164         config/i386/cygwin.h:
2165         Use IS_ABSOLUTE_PATH throughout.
2166         * gcc.c (DIR_UP): Delete, unused.
2167         * protoize.c (IS_SAME_PATH): Define in terms of
2168         FILENAME_CMP.
2169         (is_abspath): Delete.
2171 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
2173         * config/i386/emmintrin.h: Fix comment typos.
2174         * config/i386/i386.c: Likewise.
2175         * config/i386/i386.h: Likewise.
2176         * config/i386/sco5.h: Likewise.
2177         * config/ia64/ia64.c: Likewise.
2178         * config/ia64/itanium2.md: Likewise.
2180 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2182         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
2183         DBX_USE_BINCL.
2184         (emit_bincl_stab): Same.
2185         (emit_pending_bincls): Same.
2187 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
2189         * config/h8300/h8300.c (compute_mov_length): Fix the length of
2190         loading CONST0_RTX (SFmode).
2191         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
2192         'G' to CONST0_RTX (SFmode).
2193         * config/h8300/h8300.md (movsf_h8300): Change the first
2194         constraint to 'G'.
2195         (movsf_h8300h): Likewise.
2197 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
2199         * c-common.h (c_common_init_options): New prototype.
2200         * c-opts.c (deferred_size): Remove.
2201         (defer_opt): Array is now pre-allocated.
2202         (c_common_init_options): Pre-allocate deferred_opts.  Make
2203         lang_flags unsigned.
2204         (push_command_line_options): Free deferred_opts.
2205         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
2206         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
2207         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
2208         * langhooks.h (struct lang_hooks): New prototype for init_options.
2209         * main.c (main): Cast argv.
2210         * opts.c (handle_option, handle_options): Update prototypes.
2211         (decode_options): save_argc, save_argv are not global.  Constify.
2212         * opts.h (decode_options): New prototype.
2213         * toplev.c (general_init): New protoype.
2214         (save_argv): Make static.
2215         (save_argc): Remove.
2216         (print_switch_values, general_init): Constify.
2217         (toplev_main): Save argv.
2218         * toplev.h (toplev_main): Update prototype.
2219         (save_argc, save_argv): Remove.
2221 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
2223         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
2224         (emit_bincl_stab): Same.
2225         (emit_pending_bincls): Same.
2227 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
2229         PR c++/11072
2230         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
2232 2003-07-02  Andreas Schwab  <schwab@suse.de>
2234         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
2236 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2238         PR optimization/11210
2239         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
2240         about the behaviour with regard to bitfields.
2241         * fold-const (decode_field_reference): Record outermost type in
2242         case the expression is a NOP. Strip all NOPs. Set the signedness
2243         to that of the outermost type (if any) when the bitsize is equal
2244         to the size of the type.
2246 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
2248         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
2249         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
2250         (adddi3_internal_3, addsi3_internal_2): Likewise.
2252 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
2254         * config/mips/mips.c (machine_function): Add new fields:
2255         ignore_hazard_length_p and all_noreorder_p.
2256         (mips_flag_delayed_branch): New variable.
2257         (override_options): Treat '/' as an operand punctuation character.
2258         Set up mips_flag_delayed_branch.
2259         (print_operand): Handle '/'.
2260         (mips_output_function_prologue): Put the whole function in
2261         .set noreorder and .set nomacro if all_noreorder_p is true.
2262         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
2263         (mips16_optimize_gp): Remove "first insn" parameter.
2264         (mips16_lay_out_constants): New function, split out from mips_reorg.
2265         (mips_avoid_hazard, mips_avoid_hazards): New functions.
2266         (mips_reorg): For mips16 code, call mips16_lay_out_constant
2267         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
2268         do delayed-branch scheduling followed by hazard detection.
2269         (mips_adjust_insn_length): Only account for hazards if
2270         !ignore_hazard_length_p.
2271         (mips_output_load_label): Add a nop to the o32 sequence if
2272         the target suffers from load delays.
2273         (mips_output_conditional_branch): Add %/ to the end of branches.
2274         (mips_output_division): Fill the branch delay slot with %#.
2275         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
2276         instructions.  End all other %* branches with %/.
2277         (ffssi2, ffsdi2): Fix lengths.
2278         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
2279         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
2280         (fix_truncsfsi2_macro): Likewise.
2281         (mov_lwl): Set hazard to "none".
2282         (ashldi3_internal): Fill the branch delay slot with %#.
2283         (ashrdi3_internal, lshrdi3_internal): Likewise.
2284         (exception_receiver): Explicitly set $28.
2285         (hazard_nop): New pattern.
2287 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
2289         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
2290         before calling tree_inlinable_function_p.
2292 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2294         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
2295         <internal/stdio_core.h> too.
2296         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
2297         <internal/wchar_core.h> too.
2298         Substitute va_list uses in inline definition.
2299         * fixinc/fixincl.x: Regenerate.
2301 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2303         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
2304         Undef before redefinition.
2305         (LABEL_AFTER_LOC): Likewise.
2306         (DEFAULT_SIGNED_CHAR): Likewise.
2307         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
2308         Fix IRIX spelling.
2310         * config/mips/iris3.h: Remove, unused.
2311         * config/mips/iris4.h: Likewise.
2313         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
2315         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
2316         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
2317         target_cpu_default.
2319         * config/mips/iris5.h: Move explicit includes ...
2320         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
2322         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
2323         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2324         tm_defines.
2326         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
2327         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2328         target_cpu_default.
2330         * config/mips/iris6.h: Fix IRIX spelling.
2331         (MULTILIB_DEFAULTS): Undef before redefinition.
2333         * config/mips/iris6.h: Move explicit includes ...
2334         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
2336 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
2338         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
2339         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2340         Use next_needed field instead of aux to maintain the queue.
2341         * cgraph.h (cgraph_node): Add next_needed.
2342         (cgraph_varpool_node): Add next_needed; remove aux.
2343         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
2345 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
2347         * cgraphunit.c (cgraph_finalize_function): Set finalized.
2348         (cgraph_finalize_function): Do not examine inlinablility.
2349         (cgraph_finalize_compilation_unit): Do it here.
2350         * cgraph.h (cgraph_local_info): Add finalized field.
2352 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2354         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
2355         (gt_pch_restore): Likewise.
2357 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2359         * config/alpha/alpha.c: Fix comment typos.
2360         * config/alpha/elf.h: Likewise.
2361         * config/arm/arm.c: Likewise.
2362         * config/arm/arm.h: Likewise.
2363         * config/arm/arm.md: Likewise.
2364         * config/arm/t-arm-coff: Likewise.
2365         * config/arm/t-strongarm-pe: Likewise.
2366         * config/arm/xscale-elf.h: Likewise.
2367         * config/avr/avr.h: Likewise.
2369 2003-07-01  Jeff Law  <law@redhat.com>
2371         * stmt.c (any_pending_cleanups): Remove another redundant test.
2373 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
2374             J"orn Rennecke <joern.rennecke@superh.com>
2376         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
2377         for MEM case.
2379 2003-07-01  Devang Patel  <dpatel@apple.com>
2381         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
2382         (binclstatus): New.
2383         (struct dbx_file): New members - bincl_status, pending_bincl_name and
2384         prev.
2385         (pending_bincls): New.
2386         (dbxout_init): Initialize new dbx_file members.
2387         (dbxout_start_source_file): Same.
2388         (emit_bincl_stab): New function.
2389         (emit_pending_bincls): Same.
2390         (emit_pending_bincls_if_required): Same.
2391         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
2392         processed.
2393         (dbxout_begin_block): Emit pending BINCL stabs.
2394         (dbxout_end_block): Same.
2395         (dbxout_function_decl): Same.
2396         (dbxout_continue): Same.
2397         (dbxout_type): Same.
2398         (dbxout_class_name_qualifiers): Same.
2399         (dbxout_symbol): Same.
2400         (dbxout_symbol_location): Same.
2401         (dbxout_parms): Same.
2403 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2405         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
2406         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
2408 2003-07-01  Andreas Jaeger  <aj@suse.de>
2410         * fold-const.c: Convert prototypes to ISO C90.
2411         * function.c: Likewise.
2412         * function.h: Likewise.
2414 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2416         * doc/contrib.texi: Fix typos.
2417         * doc/invoke.texi: Likewise.
2418         * doc/passes.texi: Likewise.
2419         * doc/sourcebuild.texi: Likewise.
2420         * doc/tm.texi: Likewise.
2422 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2424         * basic-block.h: Fix comment typos.
2425         * bb-reorder.c: Likewise.
2426         * c-format.c: Likewise.
2427         * cfgcleanup.c: Likewise.
2428         * cfghooks.h: Likewise.
2429         * cfgloop.c: Likewise.
2430         * cfgloopmanip.c: Likewise.
2431         * cfgrtl.c: Likewise.
2432         * cgraph.h: Likewise.
2433         * cgraphunit.c: Likewise.
2434         * combine.c: Likewise.
2435         * convert.c: Likewise.
2436         * dbxout.c: Likewise.
2437         * df.c: Likewise.
2438         * df.h: Likewise.
2439         * diagnostic.c: Likewise.
2440         * dwarf2out.c: Likewise.
2441         * et-forest.h: Likewise.
2442         * flow.c: Likewise.
2443         * fold-const.c: Likewise.
2444         * function.h: Likewise.
2445         * gcov-io.h: Likewise.
2446         * gcov.c: Likewise.
2447         * gcse.c: Likewise.
2448         * genautomata.c: Likewise.
2449         * ggc-common.c: Likewise.
2450         * ggc-page.c: Likewise.
2451         * loop-unroll.c: Likewise.
2452         * loop-unswitch.c: Likewise.
2453         * loop.c: Likewise.
2454         * mips-tfile.c: Likewise.
2455         * optabs.c: Likewise.
2456         * ra-build.c: Likewise.
2457         * ra-colorize.c: Likewise.
2458         * ra-rewrite.c: Likewise.
2459         * ra.h: Likewise.
2460         * regmove.c: Likewise.
2461         * reload.c: Likewise.
2462         * rtlanal.c: Likewise.
2463         * sched-ebb.c: Likewise.
2464         * sched-int.h: Likewise.
2465         * sched-vis.c: Likewise.
2466         * sreal.c: Likewise.
2467         * ssa-ccp.c: Likewise.
2468         * ssa.c: Likewise.
2469         * toplev.c: Likewise.
2470         * tree-inline.c: Likewise.
2471         * value-prof.c: Likewise.
2472         * value-prof.h: Likewise.
2474 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
2476         * rtl.h (emit_line_note_after): Remove.
2477         (emit_note_copy_after, emit_note_copy): New.
2478         * emit-rtl.c (reorder_insns_with_line_notes): Replace
2479         emit_line_note_after with emit_note_copy_after.
2480         (emit_insn_after_with_line_notes): Likewise.
2481         (emit_line_note_after): Kill.
2482         (emit_note_copy_after): New.
2483         (emit_note_copy): New.
2484         * function.c (emit_return_into_block): Use emit_note_copy_after.
2485         (thread_prologue_and_epilogue_insns): Likewise.
2486         * integrate.c (expand_inline_function): Use emit_note_copy.
2487         (copy_insn_list): Likewise.
2488         * unroll.c (copy_loop_body): Likewise.
2489         * cfglayout.c (duplicate_insn_chain): Likewise.
2491 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
2493         * c-tree.h (define_label): Replace filename and lineno arguments
2494         with a location_t.
2495         * c-decl.c (poplevel): Adjust define_label call.
2496         (pop_label_level): Likewise.
2497         (define_label): Replace filename and lineno arguments with a
2498         location_t.
2499         (store_parm_decls): Use DECL_SOURCE_LOCATION.
2500         * c-parse.in (label): Adjust define_label call.
2502 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
2504         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
2505         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
2506         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
2507         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
2508         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
2510 2003-07-01  Andreas Jaeger  <aj@suse.de>
2512         * final.c: Convert prototypes to ISO C90.
2513         * flow.c: Likewise.
2514         * flags.h: Likewise.
2515         * gcov-io.c: Likewise.
2516         * gcov-io.h: Likewise.
2518 2003-06-30  Bruno Haible  <bruno@clisp.org>
2520         PR middle-end/6578
2521         * libgcc2.c (__subvsi3): Remove simplification that would not work
2522         when subtracting -0x80000000.
2523         (__subvdi3): Remove simplification that would return a wrong result.
2524         (__mulvsi3): Fix overflow check.
2525         (__absvdi2): Fix simplification that would return a wrong result.
2526         (__mulvdi3): Fix overflow check.
2528 2003-06-30  Jeff Law  <law@redhat.com>
2530         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
2531         was always passed in the value '1'.  Simplify body appropriately.
2532         * tree.h (any_pending_cleanups): Corresponding changes.
2533         * calls.c: (expand_call): Corresponding changes.
2535 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2537         * combine.c (distribute_notes): Don't bother REG_WAS_0.
2538         * cse.c (cse_insn): Likewise.
2539         * final.c (final_scan_insn): Likewise.
2540         * jump.c (duplicate_loop_exit_test): Likewise.
2541         * rtl.c (reg_note_name): Remove REG_WAS_0.
2542         * rtl.h (REG_WAS_0): Remove.
2543         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
2544         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
2545         (output_movhi): Likewise.
2546         (output_movsisf): Likewise.
2547         (reg_was_0): Remove.
2548         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
2549         REG_WAS_0.
2550         (m68hc11_gen_movqi): Likewise.
2551         * config/vax/vax-protos.h: Remove the prototype for
2552         reg_was_0_p.
2553         * config/vax/vax.c (follows_p): Remove.
2554         (reg_was_0_p): Likewise.
2555         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
2556         (movhi): Likewise.
2557         (movqi): Likewise.
2558         * doc/rtl.texi (REG_WAS_0): Remove.
2560 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
2562         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2564 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
2566         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
2567         top-level include directory.
2568         * config/xtensa/lib2funcs.S: Likewise.
2569         * config/xtensa/xtensa.h: Likewise.
2570         * config/xtensa/xtensa-config.h: Remove.
2571         * doc/install.texi: Update location of "xtensa-config.h" header.
2573 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2575         * config/s390/s390.c (s390_extra_constraint): New function.
2576         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
2577         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
2578         * config/s390/s390.c (q_constraint): Remove.
2579         * config/s390/s390-protos.h (q_constraint): Likewise.
2580         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
2581         (EXTRA_ADDRESS_CONSTRAINT): Define.
2583         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2584         (DISP_IN_RANGE, s390_short_displacement): New.
2585         (legitimate_reload_operand_p): Support long displacements.
2586         (s390_decompose_address): Likewise.
2587         (legitimize_pic_address): Likewise.
2588         (legitimize_address): Likewise.
2589         (s390_fixup_clobbered_return_reg): Likewise.
2590         (s390_emit_prologue, s390_emit_epilogue): Likewise.
2591         (s390_output_mi_thunk): Likewise.
2593         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2594         (attr "atype", attr "length"): Add defaults for new op_types.
2595         (all insns): Change op_type attribute where appropriate.
2597         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2598         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2599         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2600         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2601         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2602         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2603         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2604         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2605         "*movdf_64", "*movdf_31", "*movsf",
2606         "*load_multiple_si", "*store_multiple_di",
2607         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2608         "*la_64", "*la_31", "*la_31_and", "force_la_31",
2609         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2610         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2611         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2612         "*addsi3_sign", "*addsi3_sub", "addsi3",
2613         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2614         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2615         "mulsi3"
2616         "*andsi3_cc", "*andsi3_cconly", "andsi3",
2617         "*andqi3_ss", "*andqi3_ss_inv",
2618         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2619         "*iorqi3_ss", "*iorqi3_ss_inv",
2620         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2621         "*xorqi3_ss", "*xorqi3_ss_inv",
2622         "*tls_load_31"): Add alternatives for long-displacement instructions.
2624         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2625         "*load_multiple_di", "*store_multiple_di",
2626         "*sethighqidi_64", "*zero_extendhisi2_31",
2627         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2628         "adddf3", "*adddf3", "*adddf3_ibm",
2629         "addsf3", "*addsf3", "*addsf3_ibm",
2630         "subdf3", "*subdf3", "*subdf3_ibm",
2631         "subsf3", "*subsf3", "*subsf3_ibm",
2632         "mulsi_6432", "divmoddisi3",
2633         "muldf3", "*muldf3", "*muldf3_ibm",
2634         "mulsf3", "*mulsf3", "*mulsf3_ibm",
2635         "divdf3", "*divdf3", "*divdf3_ibm",
2636         "divsf3", "div*sf3", "*divsf3_ibm",
2637         "sqrtdf2", "sqrtsf2",
2638         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2639         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2640         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2641         and address constraints for instructions that do not accept long
2642         displacements.
2644 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
2645             Ulrich Weigand  <uweigand@de.ibm.com>
2647         * config/s390/2084.md: New file.
2648         * config/s390/s390.md: Include it.
2649         * config/s390/s390.c (s390_adjust_priority): New function.
2650         (TARGET_SCHED_ADJUST_PRIORITY): Define.
2651         (s390_first_cycle_multipass_dfa_lookahead): New function.
2652         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2653         (s390_sched_reorder2): New function.
2654         (TARGET_SCHED_REORDER2): Define.
2655         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2656         (s390_issue_rate): Likewise.
2658 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2660         * Makefile.in (GTFILES): Add cgraph.h.
2661         * cgraph.c (known_decls): Remove.
2662         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2663         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2664         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2665         (cgraph_varpool_node): Likewise; add next pointer.
2666         (cgraph_varpool_nodes): New static variable.
2667         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2668         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2669         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2670         * gengtype.c (open_base_files): Include cgraph.h
2672 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2674         * Changelog: Remove ">>>>>>>" from previous change.
2676 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2678         * config/cris/cris.c: Fix spelling for "testcase".
2679         * config/cris/cris.h: Likewise.
2680         * config/cris/cris.md: Likewise.
2681         * config/mmix/crti.asm: Likewise.
2682         * config/mmix/mmix.h: Likewise.
2683         * config/mmix/mmix.md: Likewise.
2685 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2687         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2688         1.
2690 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2692         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2693         --with-mode configure options.
2694         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2695         (DRIVER_SELF_SPECS): Define.
2696         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2697         architecture to assembler.
2698         (LINK_SPEC): Merge 31-bit and 64-bit variants.
2699         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2700         * config/s390/s390.c (override_options): New default rules for
2701         architecture mode and cpu architecture selection.
2702         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2703         new default rules.
2705         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2706         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2707         * config/s390/s390.c (override_options): Add "z990" to
2708         processor_alias_table.
2709         * doc/invoke.texi (-march): Document "z990" processor type.
2711         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2712         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2713         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2714         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2715         * config/s390/s390.c (override_options): Replace enum pta_flags by
2716         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
2718         * config/s390/s390.c (s390_cpu): Rename to ...
2719         (s390_tune): ... this.
2720         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2721         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2722         * config/s390/s390.md (attr "cpu"): Likewise.
2724 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
2726         * c-common.c (enum c_language_kind, flag_objc): Remove.
2727         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2728         c_add_case_label, finish_label_addr_expr, boolean_increment):
2729         Use c_dialect_ macros.
2730         * c-common.h (enum c_language_kind): Extend.
2731         (c_dialect_cxx, c_dialect_objc): New.
2732         (flag_objc): Remove.
2733         (c_common_init_options): Update prototype.
2734         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2735         macros.
2736         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2737         macros.
2738         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2739         * c-lang.c (c_init_options): Remove.
2740         (c_language): Define.
2741         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2742         * c-lex.c (lex_charconst): Use c_dialect_ macros.
2743         * c-opts.c (lang_flags): Make function-local.
2744         (c_common_init_options): Use c_dialect_ macros.  Handle
2745         C++ diagnostic requirements.
2746         (c_common_handle_option, c_common_post_options): Use flag_cxx.
2747         * c-parse.in (init_reswords): Use c_dialect_objc ().
2748         * c-pch.c (get_ident): Use c_language.
2749         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2750         * c-typeck.c (comptypes, build_c_cast): Similarly.
2751         * objc/objc-lang.c (c_language): Define.
2752         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2753         (objc_init_options): Remove.
2755 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2757         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2758         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2760 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
2762         * doc/sourcebuild.texi: Don't reference gnats.html any more.
2764 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2766         * config/h8300/h8300.c (compute_mov_length): Fix length of
2767         mov:SF on H8/300.
2769 2003-06-30  Nick Clifton  <nickc@redhat.com>
2771         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2772         constant.
2774 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2776         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2778 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
2780         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2781         (altivec_in_gprs_p): New function.
2783         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2784         prototype.
2785         (altivec_in_gprs_p): New prototype.
2787         * config/rs6000/altivec.md (*movv4si_internal): Change
2788         multi-assembler alternative to '#'. Add postreload splitter to
2789         handle this cases.
2790         (*movv4hi_internal): Likewise.
2791         (*movv4qi_internal): Likewise.
2792         (*movv4sf_internal): Likewise.
2794 2003-06-30  Jason Merrill  <jason@redhat.com>
2796         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2797         * calls.c: Not here.
2799 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
2801         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2802         (bad_signed_byte_operand): Likewise.
2803         (arm_output_epilogue): Likewise.
2804         (arm_final_prescan_insn): Likewise.
2806 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2808         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2810 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2812         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2813         subsequent writes.
2815 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
2817         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2818         in cfglayout mode.
2820 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
2822         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2823         (init_ext_80387_constants): Likewise.
2824         (standard_80387_constant_rtx): Likewise.
2825         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2826         (atantf): Disable for !TARGET_128BIT_LONG_LONG
2827         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2828         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2829         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2830         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2831         (frndinttf2): New.
2832         (f2xm1tf2): New.
2833         (exp?f2): Use expsf2_tf when needed.
2834         (exp?f2_tf): New.
2835         (exptf): New.
2837 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2839         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2840         statement from tmake_file set.
2842 2003-06-29  James E Wilson  <wilson@tuliptree.org>
2844         * reload.c (find_reloads): Change push_reloads to push_reload in
2845         comment.
2846         * reload1.c (eliminate_regs): Likewise.
2847         (dump_needs): Delete prototype for deleted function.
2849 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2851         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2852         format attributes.
2853         * c-format.c (enum format_type): Add gcc_diag_format_type,
2854         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2855         (gcc_diag_length_specs, gcc_cdiag_length_specs,
2856         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2857         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2858         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2859         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2860         (format_types_orig): Add new data.
2861         (find_char_info_specifier_index, init_dynamic_diag_info): New
2862         functions.
2863         (handle_format_attribute): Update to handle new format attributes.
2865 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
2867         * doc/install.texi: Remove install documentation for obsoleted targets
2868         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2869         arm-*-aof.
2870         Update information about IA64 toolchain, AIX make requirements,
2871         and binutils for m68k-*-hpux and *-*-linuxaout targets.
2873 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
2875         * regmove.c (regmove_optimize): Don't try to make src and dst match
2876         when they are in different modes.
2878 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2880         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2881         busy work when builtin is not supported by the backend.
2883 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2885         * loop.c (count_one_set): Fix detection of registers set in more
2886         than one basic block.
2888 2003-06-29  Andreas Jaeger  <aj@suse.de>
2890         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2891         * system.h: Poison OBJ_FORMAT_ROSE.
2892         * doc/tm.texi (Macros for Initialization): Remove documentatin of
2893         OBJECT_FORMAT_ROSE.
2894         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2895         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2897 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2899         * pa.c (update_total_code_bytes): New function.
2900         (last_address): Number of bytes output for a function and its
2901         associated thunks.
2902         (compute_frame_size): Use BITS_PER_UNIT.
2903         (pa_output_function_epilogue): Compute last_address.  Use
2904         update_total_code_bytes.
2905         (output_lbranch): Handle long branch on portable runtime.
2906         (attr_length_millicode_call, attr_length_call,
2907         attr_length_indirect_call): Only use total_code_bytes for calls in
2908         the text section.
2909         (output_call): Only use an indirect call sequence when the target is
2910         not local.
2911         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
2912         test to determine when an IA-relative branch can be used.  Add various
2913         long branch sequences.  Avoid using an indirect branch on all ports
2914         except SOM.
2916 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
2918         * expr.c (clear_by_pieces): Fix prototype.
2920 2003-06-29  Andreas Jaeger  <aj@suse.de>
2922         * cse.c: Convert prototypes to ISO C90.
2923         * cselib.c: Likewise.
2924         * cselib.h: Likewise.
2925         * dbxout.c: Likewise.
2926         * debug.c: Likewise.
2927         * df.c: Likewise.
2928         * df.h: Likewise.
2929         * dojump.c: Likewise.
2930         * doloop.c: Likewise.
2931         * dominance.c: Likewise.
2932         * dwarf2asm.c: Likewise.
2933         * dwarf2out.c: Likewise.
2934         * dwarf2out.h: Likewise.
2935         * dwarfout.c: Likewise.
2936         * except.c: Likewise.
2937         * except.h: Likewise.
2938         * emit-rtl.c: Likewise.
2939         * et-forest.c: Likewise.
2940         * et-forest.h: Likewise.
2941         * except.c: Likewise.
2942         * explow.c: Likewise.
2943         * expmed.c: Likewise.
2944         * expr.c: Likewise.
2945         * expr.h: Likewise.
2947 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2949         * alloc-pool.c: Fix comment formatting.
2950         * bitmap.c: Likewise.
2951         * bitmap.h: Likewise.
2952         * bt-load.c: Likewise.
2953         * builtins.c: Likewise.
2954         * caller-save.c: Likewise.
2955         * cfganal.c: Likewise.
2956         * cfgrtl.c: Likewise.
2957         * collect2.c: Likewise.
2958         * cse.c: Likewise.
2959         * df.c: Likewise.
2960         * diagnostic.c: Likewise.
2961         * dwarf2out.c: Likewise.
2962         * dwarfout.c: Likewise.
2963         * expmed.c: Likewise.
2964         * final.c: Likewise.
2965         * flags.h: Likewise.
2966         * fold-const.c: Likewise.
2967         * gcc.c: Likewise.
2968         * gcov-io.h: Likewise.
2969         * gcov.c: Likewise.
2970         * genattrtab.c: Likewise.
2971         * genautomata.c: Likewise.
2972         * libgcov.c: Likewise.
2973         * mips-tfile.c: Likewise.
2974         * optabs.c: Likewise.
2975         * prefix.c: Likewise.
2976         * rtlanal.c: Likewise.
2977         * stmt.c: Likewise.
2978         * stor-layout.c: Likewise.
2979         * toplev.c: Likewise.
2980         * varasm.c: Likewise.
2981         * vmsdbgout.c: Likewise.
2983 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2985         * expr.c (emit_single_push_insn): If padding is needed
2986         downward, adjust the stack pointer first, and then store the
2987         data into the stack location using an offset.
2989 2003-06-29  Andreas Jaeger  <aj@suse.de>
2991         * collect2.h: Convert prototypes to ISO C90.
2992         * collect2.c: Likewise.
2993         * conflict.c: Likewise.
2994         * coverage.c: Likewise.
2995         * convert.h: Likewise.
2996         * convert.c: Likewise.
2998 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3000         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
3001         filename to <internal>.
3002         * tree.c (make_node): Just copy the current location.
3004 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
3006         PR optimization/11210
3007         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
3009 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
3011         * toplev.c (flag_dummy): Remove.
3012         (f_options): Restore flag pointers.
3014 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
3016         * config/rs6000/rs6000.c (processor_target_table): Add 970.
3017         * config.gcc: Add 970.
3019 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
3021         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
3022         -1) with ggc_strdup.
3023         * stmt.c (expand_asm_operands): Likewise.
3024         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
3026 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3028         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
3029         definition.
3031 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3033         * opts.c: Include insn-attr.h.
3034         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
3036 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
3038         * flow.c (propagate_one_insn): Use proper test for a register
3039         being part of the return value.
3041 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3043         * config/avr/avr.c: Fix a comment typo.
3045 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3047         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
3048         with avr_simplify_comparison_p.
3049         * config/avr/avr.c: Likewise.
3051 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3053         * builtins.c: Follow spelling conventions.
3054         * cgraph.c: Likewise.
3055         * cpplex.c: Likewise.
3056         * config/arm/arm.c: Likewise.
3057         * config/arm/iwmmxt.md: Likewise.
3058         * config/c4x/c4x-modes.def: Likewise.
3059         * config/c4x/c4x.c: Likewise.
3060         * config/c4x/c4x.h: Likewise.
3061         * config/c4x/c4x.md: Likewise.
3062         * config/i386/i386-interix.h: Likewise.
3063         * config/mips/mips.h: Likewise.
3065 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
3067         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
3068         __mc68020__ on TARGET_68020.
3070 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3072         * config/h8300/h8300.c: Fix a comment typo.
3074 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3076         * c-parse.in (yylexstring): Use a location_t.
3078         * diagnostic.h (diagnostic_set_info): Replace file and lineno
3079         parameters with a location_t.
3080         * diagnostic.c (diagnostic_set_info): Replace file and lineno
3081         parameters with a location_t.
3082         (inform, warning, pedwarn, error, sorry, fatal_error,
3083         internal_error, warning_with_decl, pedwarn_with_decl,
3084         error_with_decl): Adjust.
3085         * c-error.c (pedwarn_c99): Adjust.
3086         * c-format.c (status_warning): Adjust.
3087         * rtl-error.c (file_and_line_for_asm): Rename to ...
3088         (location_for_asm): Return a location_t.
3089         (diagnostic_for_asm): Adjust.
3091 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
3093         * cpptrad.c (skip_macro_block_comment): New.
3094         (copy_comment): Use it if appropriate.
3096 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3098         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
3099         definition.
3100         (store_killed_in_insn): Likewise.
3101         * print-rtl.c (print_rtx): Likewise.
3102         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
3103         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
3104         (m68hc11_reassign_regs): Likewise.
3105         (m68hc11_reorg): Likewise.
3107 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
3109         * diagnostic.c (output_integer_with_precision): New macro.
3110         (output_format): Use it.  Handle more format specifiers.
3111         (output_long_decimal): Remove.
3112         (output_unsigned_decimal): Likewise.
3113         (output_long_unsigned_decimal): Likewise.
3114         (output_octal): Likewise.
3115         (output_long_octal): Likewise.
3116         (output_hexadecimal): Likewise.
3117         (output_long_hexadecimal): Likewise.
3118         (output_long_long_decimal): Likewise.
3120 2003-06-28  Andreas Schwab  <schwab@suse.de>
3122         * config/ia64/ia64.md: Follow recent emit_note API change.
3124 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3126         * c-parse.in (%union): Replace filename & lineno with location.
3127         (save_filename, save_lineno): Remove.
3128         (save_location): New.
3129         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
3130         nested_function, notype_nested_function, if_prefix, lineno_stmt,
3131         lineno_label, label): Adjust.
3133 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
3135         * builtins.c (c_strlen): Add only_value argument.
3136         Handle COND_EXPR and COMPOUND_EXPR.
3137         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
3138         Adjust c_strlen callers.
3139         (expand_builtin_strcpy, expand_builtin_strncpy,
3140         expand_builtin_strcmp, expand_builtin_strncmp,
3141         expand_builtin_fputs, expand_builtin_sprintf,
3142         fold_builtin): Adjust c_strlen callers.
3144 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
3146         * bb-reorder.c (find_traces_1_round): Do not send basic block
3147         to next round when we are in the last round.
3149 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
3151         * Makefile.in: Update.
3152         * opts.c: Include tm_p.h.
3153         (handle_options): Make static.
3154         (decode_options): Copied from toplev.c.
3155         * opts.h (decode_options): New.
3156         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
3157         some to...
3158         (general_init): ...here.
3159         (toplev_main): Use decode_options instead.
3160         * toplev.h (save_argc, save_argv): New.
3162 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
3164         * explow.c (find_next_ref): Remove.
3165         * rtl.h: Remove the prototype for find_next_ref.
3167 2003-06-27  Roger Sayle  <roger@eyesopen.com>
3169         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
3170         call to match recent API change.
3172 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
3174         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
3175         declaration.
3177         * c-format.c (check_format_string, get_constant)
3178         * cfgrtl.c (rtl_split_edge):
3179         Mark the definition static, matching the forward declaration.
3181 2003-06-27  Gunther Nikl <gni@gecko.de>
3183         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
3185         PR target/11014
3186         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
3187         syntax for MIT / MOTOROLA.
3189         PR other/10240
3190         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
3191         * configure: Rebuilt.
3193 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
3195         * config/mips/mips.c (mips_build_va_list): Make padding in
3196         va_list structure explicit to avoid -Wpadded warnings.
3198 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3200         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
3201         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
3202         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
3203         Declare it.
3204         * config/s390/s390.md ("reload_outti", "reload_outdi",
3205         "reload_outdf"): New expanders.
3207         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
3208         memory operands as source.
3209         ("movdi" + splitters): Likewise.
3210         ("movdf" + splitters): Likewise.
3211         * config/s390/s390.c (s390_split_ok_p): New function.
3212         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
3214 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3216         * combine.c (force_to_mode): Replace the equality comparison
3217         of INTVALs with a pointer equality comparison.
3218         (simplify_comparison): Likewise.
3220 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3222         * jump.c (rtx_renumbered_equal_p): Replace an expression that
3223         is known to be 0 with 0.
3225 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3227         * gcse.c (expr_equiv_p): Replace expressions that are known to
3228         be 0 with 0.
3230 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3232         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
3233         with a pointer equality comparison.
3235 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3237         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
3238         are known to be not equivalent.
3240 2003-06-27  Richard Henderson  <rth@redhat.com>
3242         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
3243         in floating point registers.  Validate that we don't receive complex
3244         values here.  Use #elif.
3245         (return_in_memory, function_value): New.
3246         (alpha_va_arg): Handle complex values as two arguments.
3247         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
3248         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
3249         (SPLIT_COMPLEX_ARGS): New.
3250         * config/alpha/alpha-protos.h: Update.
3252 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3254         * ggc-page.c (inverse_table): Change type of mult to size_t.
3255         (compute_inverse): Compute inverse using size_t, not unsigned int.
3256         Compute inverse also for sizes larger than half a machine page.
3258 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
3260         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
3261         when called before cgraph_optimize.
3263 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
3265         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
3266         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
3267         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
3269 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
3271         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
3272         of known_decls.
3274 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
3276         * defaults.h (REGISTER_MOVE_COST): Define default here.
3277         * regclass.c: Don't define default REGISTER_MOVE_COST here.
3278         * reload.c, reload1.c: Ditto.
3280 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
3282         * flags.h: Really install previous change.
3284 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
3286         * rtl.h (emit_note): Remove FILE parameter.
3287         * emit-rtl.c (emit_line_note): Adjust emit_note call.
3288         (emit_note): Remove FILE parameter. Adjust.
3289         * builtins.c (expand_builtin_expect): Adjust emit_note call.
3290         * c-semantics.c (genrtl_scope_stmt): Likewise.
3291         (expand_stmt): Likewise.
3292         * cfglayout.c (reemit_insn_block_notes): Likewise.
3293         (duplicate_insn_chain): Likewise.
3294         * except.c (expand_eh_region_start, expand_eh_region_end,
3295         sjlj_emit_function_enter): Likewise.
3296         * explow.c (probe_stack_range): Likewise.
3297         * expr.c (emit_block_move_via_loop): Likewise.
3298         * function.c (init_function_start, expand_function_start,
3299         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
3300         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
3301         * reg-stack.c (compensate_edge): Likewise.
3302         * reload1.c (reload): Likewise.
3303         * rtlanal.c (hoist_insn_to_edge): Likewise.
3304         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
3305         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
3306         expand_exit_loop_top_cond, expand_value_return,
3307         expand_start_bindings_and_block, expand_end_bindings,
3308         expand_decl_cleanup, expand_start_case): Likewise.
3309         * unroll.c (copy_loop_body
3310         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
3311         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3312         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
3313         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
3314         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
3315         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3316         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3318 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
3320         * c-tree.h (grokfield): Remove unused filename and line parameters.
3321         * c-decl.c (grokfield): Remove unused filename and line parameters.
3322         * c-parse.in (component_decl): Adjust field grokking rules, adjust
3323         grokfield calls.
3324         (component_declarator): Likewise.
3325         (component_notype_declarator): Likewise.
3326         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
3327         calls.
3328         (build_protocol_template, build_method_prototype_list_template,
3329         build_method_prototype_template, build_category_template,
3330         build_selector_template, build_class_template,
3331         build_super_template, build_ivar_template,
3332         build_ivar_list_template, build_method_list_template,
3333         build_method_template, add_instance_variable): Likewise.
3335 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
3337         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
3338         OP2 are known to be not equivalent.
3340 2003-06-26  Devang Patel <dpatel@apple.com>
3342         * final.c (debug_flush_symbol_queue): New function.
3343         (debug_queue_symbol): New function.
3344         (debug_free_queue): New function.
3345         (debug_nesting): New variable.
3346         (symbol_queue): New variable.
3347         (symbol_queue_index): Same.
3348         (symbol_queue_size): Same.
3349         * debug.h (debug_flush_symbol_queue): New.
3350         (debug_queue_symbol): New.
3351         (debug_free_queue): New.
3352         (debug_nesting): New.
3353         (symbol_queue_index): New.
3354         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
3355         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
3356         (dbxout_init): Delay symbol output.
3357         (dbxout_global_decl): Save, set and reset TREE_USED bit around
3358         dbxout_symbol() call.
3359         (dbxout_begin_function): Same.
3360         (dbxout_finish): Free symbol queue.
3361         (dbxout_type): Put appropriate symbols in queue.
3362         (dbxout_symbol): Put info for symbol's type in queue.
3363         Decrement/Increment nesting counts flush symbol queue appropriately.
3364         (dbxout_parms): Increment dbxout nesting.
3365         (dbxout_reg_parms): Same.
3366         * flags.h (flag_debug_only_used_symbols): New.
3367         * toplev.c (flag_debug_only_used_symbols): New variable.
3368         (lang_independent_options): Add entries for new option
3369         -feliminate-unused-debug-symbols.
3370         * common.opt: Add entry for -feliminate-unused-debug-symbols.
3371         * opts.c (common_handle_options): Same.
3372         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
3373         -feliminate-unused-debug-symbols.
3374         * doc/invoke.texi (Debugging Options): Document
3375         -feliminate-unused-debug-symbols.
3377 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3378             Jakub Jelinek  <jakub@redhat.com>
3380         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
3381         obtain the format string instead of using TREE_STRING_POINTER and
3382         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
3383         return value is unused or the length of src is a known constant.
3385 2003-06-26  Richard Henderson  <rth@redhat.com>
3387         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
3389 2003-06-26  Richard Henderson  <rth@redhat.com>
3391         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
3392         (ia64_split_call): Only load descriptor for GP register inputs.
3393         (ia64_expand_epilogue): Check current_frame_info.mask not
3394         current_function_is_leaf to restore ar.pfs.
3396 2003-06-26  Richard Henderson  <rth@redhat.com>
3398         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
3399         instead of replacing it.
3401 2003-06-26  Richard Henderson  <rth@redhat.com>
3403         * flow.c (propagate_one_insn): Kill function return value
3404         registers across tail calls.
3406         * flow.c (propagate_one_insn): Preserve live-at-end registers
3407         across tail calls.
3409 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3411         * reload.c (can_reload_into): New function.
3412         (push_reload): Use it.
3414 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3416         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
3417         references to the amount of a rotation.
3419 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3421         * config/sh/coff.h: Don't include dbxcoff.h.
3422         * config.gcc: List it here.
3424 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3426         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
3427         earlier.  Don't check if SRC is a constant.
3429 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3431         * Makefile.in (OBJS): Add postreload.o.
3432         Remove cselib.h from the dependency list for reload1.o.
3433         Add a dependency list for postreload.o.
3434         * reload.h: Change the comment for the prototype of
3435         reload_cse_regs.
3436         * reload1.c: Don't include cselib.h.
3437         (reload_cse_regs): Move to postreload.c
3438         (reload_cse_regs_1): Likewise.
3439         (reload_cse_noop_set_p): Likewise.
3440         (reload_cse_simplify_set): Likewise.
3441         (reload_cse_simplify_operands): Likewise.
3442         (RELOAD_COMBINE_MAX_USES): Likewise.
3443         (reload_combine_ruid): Likewise.
3444         (LABEL_LIVE): Likewise.
3445         (reload_combine): Likewise.
3446         (reload_combine_note_use): Likewise.
3447         (reload_combine_note_store): Likewise.
3448         (reg_set_luid): Likewise.
3449         (reg_offset): Likewise.
3450         (reg_base_reg): Likewise.
3451         (reg_mode): Likewise.
3452         (move2add_luid): Likewise.
3453         (move2add_last_label_luid): Likewise.
3454         (MODES_OK_FOR_MOVE2ADD): Likewise.
3455         (reload_cse_move2add): Likewise.
3456         (move2add_note_store): Likewise.
3457         (reload_cse_simplify): Likewise.
3458         * postreload.c: New.
3460 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3462         * config/avr/avr.c (final_prescan_insn): Remove support for
3463         -mrtl.
3464         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
3465         (TARGET_RTL_DUMP): Likewise.
3466         (TARGET_SWITCHES): Remove -mrtl.
3468 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3470         * config/h8300/h8300-protos.h: Change emit_a_rotate to
3471         output_a_rotate.  Add a prototype for compute_a_rotate_length.
3472         * config/h8300/h8300.c (emit_a_rotate): Change to
3473         output_a_rotate.
3474         (compute_a_rotate_length): New.
3475         (h8300_adjust_insn_length): Remove.
3476         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
3477         * config/h8300/h8300.md (adjust_length): Remove.
3478         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
3479         (*rotlhi3_1): Likewise.
3480         (*rotlsi3_1): Likewise.
3482 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3483             Richard Henderson  <rth@redhat.com>
3485         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
3486         list against re-evaluation.  If expand_unop fails, call expand_call
3487         with the stabilized argument list rather than return NULL_RTX.
3488         (expand_builtin_mathfn2): Likewise, always stabilize the argument
3489         list, and call expand_call ourselves if expand_binop fails.
3491 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3493         PR optimization/11210
3494         * fold-const (decode_field_reference): Strip only NOPs that
3495         don't affect the sign.
3497 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3499         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
3500         (pop_fpscr, fpu_switch): Likewise.
3502 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3504         * value-prof.c: New.
3505         * value-prof.h: New.
3506         * Makefile.in (value-prof.o): New.
3507         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
3508         (profile.o): Add value-prof.h and tree.h dependency.
3509         * flags.h (flag_profile_values): Declare.
3510         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
3511         Add new counters.
3512         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
3513         GCOV_COUNTER_V_DELTA): New counter sections.
3514         (__gcov_merge_single, __gcov_merge_delta): Declare.
3515         * flow.c (mark_used_regs): Set subregs_of_mode only when the
3516         structure is initialized.
3517         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
3518         * profile.c: Include value-prof.h and tree.h.
3519         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
3520         gen_const_delta_profiler, instrument_values): New static functions.
3521         (get_exec_counts): Fix comment.
3522         (branch_prob): Invoke instrument_values.
3523         * toplev.c (flag_profile_values): New flag.
3524         * doc/invoke.texi (-fprofile-values): Document.
3526 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3528         * Makefile.in (cfgrtl.o): Add expr.h dependency.
3529         * cfgrtl.c: Include expr.h.
3530         (mark_killed_regs, safe_insert_insn_on_edge): New
3531         functions.
3532         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
3533         * basic-block.h (safe_insert_insn_on_edge): Declare.
3535 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3537         * c-opts.c (missing_arg): Make non-static.
3538         (c_common_handle_option): Don't check for missing arguments.
3539         * opts.c (handle_option): Check for missing arguments.
3541 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
3543         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
3545 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
3547         * configure.in (ld_vers): Portability [sed].
3548         * configure: Regenerate with autoconf213.
3550 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3552         * doc/extend.texi: Document new builtin functions for Intel
3553         Prescott New Intrunctions.
3555         * doc/invoke.texi: Document new command-line options, -mpni and
3556         -mno-pni, for Intel Prescott New Intrunctions.
3558         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
3560         * config/i386/i386.c (override_options): Turn on MASK_SSE2
3561         for -mpni. Turn on MASK_SSE for -msse2.
3562         (bdesc_2arg): Add PNI builtins with 2 args.
3563         (bdesc_1arg): Add PNI builtins with 1 arg.
3564         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
3565         (ix86_expand_builtin): Likewise.
3567         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
3568         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
3569         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
3570         (TARGET_PNI): New.
3571         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
3572         -mpni and -mno-pni.
3573         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
3574         (ix86_builtins): Add PNI builtins.
3575         (config/i386/i386.md): Add PNI patterns.
3577         * config/i386/pmmintrin.h: New file.
3579 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3581         * config/h8300/h8300.md (call): Fix the insn lengths.
3582         (call_value): Likewise.
3584 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3586         * c-common.c (handle_used_attribute): Use mark_referenced.
3587         * varasm.c (mark_referenced): Break out from ...
3588         (assemble_name): ... here.
3589         * tree.h (mark_referenced): Declare.
3591 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
3593         * gccbug.in: Add PCH to list of categories.
3595 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3597         * cppfiles.c: Clarify comments.
3598         * cpphash.h: Likewise.
3599         * cpplib.h: Likewise.
3600         * cppmacro.c: Likewise.
3601         * mkdeps.h: Likewise.
3603 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3605         * c-opts.c (complain_wrong_lang, write_langs): Remove.
3606         (c_common_handle_option): Complaints about wrong language are
3607         handled in opts.c now.
3608         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3609         (find_opt): Fix thinko.
3610         (handle_option): Update prototype.  Complain about switches for
3611         a different front end.
3612         * opts.h (lang_names, handle_options): New.
3613         (handle_option): Remove.
3614         * opts.sh: Write out language names array.
3615         * toplev.c (parse_options_and_default_flags): Use handle_options.
3617 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3619         * config/i386/i386.c (MASK_SSE1): Removed.
3620         (MASK_SSE164): Removed.
3621         (MASK_SSE264): Removed.
3622         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3623         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3624         with MASK_SSE2 | MASK_64BIT.
3625         (bdesc_1arg): Likewise.
3626         (ix86_init_mmx_sse_builtins): Likewise.
3628         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3629         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3630         -msse2.
3632 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3634         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3635         (HOST_WIDE_INT_PRINT_DEC_SPACE,
3636         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3637         HOST_WIDEST_INT_PRINT_DEC_SPACE,
3638         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3639         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3640         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3641         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3643         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3644         * ra-debug.c (dump_static_insn_cost): Likewise.
3646 2003-06-26  Nick Clifton  <nickc@redhat.com>
3648         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3649         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3650         Replace occurances of '???' with 'XXX' incase they are
3651         mistaken for trigraphs.
3652         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3653         does not have a register for the first operand.
3655 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3657         * config/sh/sh.c (sh_register_move_cost):
3658         Add case for moving between MAC_REGS.
3660 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
3662         PR 10178
3663         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3664         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3665         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3666         to true.
3667         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3668         return 0.
3670 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3672         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3673         * bt-load.c: Include "tm_p.h".
3675 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3677         * config/h8300/h8300.c (compute_mov_length): Adjust for the
3678         new optimization.
3679         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3680         an SImode constant whose upper and lower are the same.
3682 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3684         * varasm.c (assemble_name): Mark needed variables even when
3685         global info is ready.
3687 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
3689         PR other/11280
3690         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3691         -freorder-functions description.
3693 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3695         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3697 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3699         * opts.c (common_handle_option): Add missing break;s.
3701 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3703         * config/h8300/h8300-protos.h: Add a prototype for
3704         compute_mov_length.
3705         * config/h8300/h8300.c (compute_mov_length): New.
3706         * config/h8300/h8300.md (*movqi_h8300): Use it.
3707         (*movqi_h8300hs): Likewise.
3708         (movstrictqi): Likewise.
3709         (*movhi_h8300): Likewise.
3710         (*movhi_h8300hs): Likewise.
3711         (movstricthi): Likewise.
3712         (*movsi_h8300): Likewise.
3713         (*movsf_h8300): Likewise.
3714         (*movsi_h8300hs): Likewise.
3715         (*movsf_h8300hs): Likewise.
3717 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3719         * jump.c (next_nondeleted_insn): Remove.
3720         * rtl.h: Remove the prototype for next_nondeleted_insn.
3722 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3724         PR optimization/11311
3725         * builtins.c (powi_cost): Fix typo.  The number of multiplications
3726         required is the number to reduce the argument, result, plus the
3727         cost of calculating the residual, val [not n, the original value].
3729 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3731         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3733 2003-06-24  Richard Henderson  <rth@redhat.com>
3734             (blame to: Loren James Rittle  <ljrittle@acm.org>)
3736         * real.h (ieee_extended_intel_96_round_53_format): New.
3737         * real.c (ieee_extended_intel_96_round_53_format): New.
3738         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3739         for XFmode and TFmode.
3741 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3743         * config/h8300/h8300.md (4 anonymous patterns): Give internal
3744         names.
3745         (movsi_h8300): Change the name to *movsi_h8300.
3746         (movsi_h8300hs): Change the name to *movsi_h8300hs.
3747         (movsf_h8300): Change the name to *movsf_h8300.
3748         (movsf_h8300hs): Change the name to *movsf_h8300hs.
3750 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3752         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3753         src twice.
3755 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
3757         Back out these patches:
3758          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
3759           * sh.h (OLD_ARG_MODE): New macro.
3760           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3761           (FUNCTION_ARG_1): Break out of:
3762           (FUNCTION_ARG).  Use OLD_ARG_MODE.
3763          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
3764           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3765           of the generated register.
3767         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3768         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3769         an even number of floating point regs are in use, use the same
3770         sequence of argument passing registers for SCmode as would be
3771         used for two SFmode values.
3772         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3773         swap real / imaginary parts in incoming SCmode values passed
3774         in registers.
3776 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3778         PR target/11260
3779         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3781 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
3783         * Makefile.in (cgraph.o): Depend on output.h, not depend on
3784         tree-inline.h
3785         * cgraph.c: Do not include tree-inline.h; include output.h
3786         (known_fns): Rename to ...
3787         (known_decls): ... this one; update all uses.
3788         (cgraph_varpool_hash): New static variable.
3789         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3790         variables.
3791         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3792         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3793         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3794         New functions.
3795         * cgraph.h (cgraph_varpool_node): New structure.
3796         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3797         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3798         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3799         cgraph_varpool_asemble_pending_decls): Declare.
3800         * cgraphunit.c (record_call_1): Notice variable references.
3801         (cgraph_finalize_compilation_unit): Assemble pending variables.
3802         * toplev.c (wrapup_global_declarations): Use varpool.
3803         (compile_file): Assemble pending declarations.
3804         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3805         * varasm.c (assemble_name): Notice varpool references.
3807 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
3809         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3810         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3811         * varasm.c (assemble_variable): Call prepare_assemble_variable.
3813 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3815         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3816         calls for pow, powf, powl and their __builtin_ variants.
3817         (expand_builtin_pow): If the second argument is a constant
3818         integer and compiling with -ffast-math, use expand_powi to
3819         generate RTL if powi_cost is less than POWI_MAX_MULTS.
3820         (powi_cost): New function to return the number of multiplications
3821         necessary to evaluate an Nth power, for integer constant N.
3822         (expand_powi): New function to expand the RTL for evaluating
3823         the Nth power of a floating point value, for integer constant N.
3825         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3827 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3829         * cgraph.c (cgraph_nodes_queue): Declare.
3830         (eq_node): Take identifier as p2.
3831         (cgraph_node): Update htab_find_slot_with_hash call.
3832         (cgraph_node_for_identifier): New.
3833         (cgraph_mark_needed_node): Move here from cgraphunit.c.
3834         * cgraph.h (cgraph_nodes_queue): Declare.
3835         (cgraph_node_for_identifier): Declare.
3836         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3837         instead of in cgraph_finalize_compilation_unit; constructors and
3838         destructors are entry points.
3839         (cgraph_finalize_compilation_unit): Reorganize debug outout;
3840         examine nested functions after lowerng; call collect_functions hook.
3841         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3842         (cgraph_finalize_compilation_unit): Do not collect entry points.
3843         * varasm.c: Include cgraph.h
3844         (assemble_name): Mark referenced identifier as needed.
3846         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3848 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3850         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3851         just SYMBOL_REF.
3852         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3853         mode, as it requires pic register loaded.
3855         * varasm.c (resolve_unique_section): Remove prototype.  No longer
3856         static.
3857         * tree.h (resolve_unique_section): New prototype.
3859 2003-06-23  Andreas Schwab  <schwab@suse.de>
3861         PR debug/9905
3862         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3863         recursing through first argument.
3865 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3867         * ChangeLog.1: Fix a typo.
3868         * cfgrtl.c: Fix comment typos.
3869         * dwarf2out.c: Likewise.
3870         * expmed.c: Likewise.
3871         * genrecog.c: Likewise.
3872         * jump.c: Likewise.
3873         * rtlanal.c: Likewise.
3874         * ssa-dce.c: Likewise.
3875         * toplev.c: Likewise.
3877 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3879         * doc/extend.texi: Fix typos.
3880         * doc/md.texi: Likewise.
3881         * doc/tm.texi: Likewise.
3883 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3885         * basic-block.h: Fix comment formatting.
3886         * bt-load.c: Likewise.
3887         * builtins.c: Likewise.
3888         * c-common.c: Likewise.
3889         * c-common.h: Likewise.
3890         * c-format.c: Likewise.
3891         * coverage.c: Likewise.
3892         * cpplib.h: Likewise.
3893         * cpppch.c: Likewise.
3894         * dbxout.c: Likewise.
3895         * diagnostic.c: Likewise.
3896         * dwarf2out.c: Likewise.
3897         * expr.c: Likewise.
3898         * fold-const.c: Likewise.
3899         * function.c: Likewise.
3900         * gcc.c: Likewise.
3901         * gcov-io.c: Likewise.
3902         * gcov-io.h: Likewise.
3903         * gcov.c: Likewise.
3904         * profile.c: Likewise.
3905         * real.h: Likewise.
3906         * sched-deps.c: Likewise.
3908 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3909             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3911         * doc/contrib.texi (Contributors): Add a note on testing and
3912         remove duplicates from testers list.
3914 2003-06-23  Nick Clifton  <nickc@redhat.com>
3916         * read-rtl.c (read_braced_string): Check for EOF.  If
3917         encountered issue an error message.
3919 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3921         * doc/invoke.texi: Document dump options, dT and dW.
3923 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3925         * genrecog.c (pred_table): Remove the entry for
3926         mode_independent_operand.
3927         * recog.c (next_insns_test_no_inequality): Remove.
3928         (mode_independent_operand): Likewise.
3929         * recog.h: Remove the prototype for mode_independent_operand.
3931 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3933         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3934         store into bit 0.
3935         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3936         second alternative to set_znv.
3937         (*extzv_1_r_inv_h8300hs): Likewise.
3939 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3941         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3942         set in_tree_gas_is_elf accordingly.
3943         (in_tree_ld): Find out whether LD emulation is ELF, set
3944         in_tree_ld_is_elf accordingly.
3945         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3946         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3947         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3948         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3949         grepping gas/Makefile.
3950         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3951         $in_tree_ld_is_elf instead of grepping ld/Makefile.
3952         * configure: Regenerate.
3954 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3956         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3957         up the stabilized argument list, not build_tree_list.
3958         (expand_builtin_strcpy): Construct new argument list manually
3959         instead of using chainon to modify the original argument list.
3960         (expand_builtin_stpcpy): Construct new argument list manually
3961         instead of using copy_list and chainon.
3962         (expand_builtin_sprintf): New function.  Optimize calls to
3963         sprintf when the format is "%s" or doesn't contain a '%'.
3964         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3965         expand_builtin_sprintf.
3967 2003-06-22  Andreas Schwab  <schwab@suse.de>
3969         * function.c (set_insn_locators): Mark as unused.
3971 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3973         * common.opt: Add -finline-limit.
3974         * opts.c (common_handle_options): Handle it.
3975         * opts.sh: Temporary kludge for -finline-limit.
3976         * toplev.c (decode_f_option, independent_decode_option): Die.
3977         (parse_options_and_default_flags): No independent_decode_option.
3979 2003-06-22  Andreas Jaeger  <aj@suse.de>
3981         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3983 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3985         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3987 2003-06-22  Andreas Schwab  <schwab@suse.de>
3989         * doc/invoke.texi: Remove leading `-' from options in index.
3991 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3993         * bt-load.c: Follow spelling conventions.
3995 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3997         * expr.c (emit_move_insn_1): Fix a comment typo.
3999 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
4001         * doc/invoke.texi: Alphabetize dump options.
4003 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
4005         * doc/invoke.texi: Remove a duplicate -dk.
4007 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
4009         * doc/invoke.texi: Update dump file names.
4011 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
4013         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
4014         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
4016 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
4018         * doc/rtl.texi: Fix the @findex for pre_modify.
4020 2003-06-22  Andreas Jaeger  <aj@suse.de>
4022         * caller-save.c: Convert to ISO C90.
4023         * calls.c: Likewise.
4024         * cfg.c: Likewise.
4025         * cfganal.c: Likewise.
4026         * cfgbuild.c: Likewise.
4027         * cfgcleanup.c: Likewise.
4028         * cfghooks.c: Likewise.
4029         * cfglayout.c: Likewise.
4030         * cfglayout.h: Likewise.
4031         * cfgloop.c: Likewise.
4032         * cfgloop.h: Likewise.
4033         * cfgloopanal.c: Likewise.
4034         * cfgloopmainip.c: Likewise.
4035         * cfgrtl.c: Likewise.
4037 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
4039         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
4040         64-bit alignment.
4042 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
4044         * arm.md (all call_value patterns): Remove register constraints on
4045         value operand.
4047 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
4049         * common.opt: More -f switches.
4050         * opts.c (common_handle_options): Handle them.
4051         * toplev.c (time_report): Make extern.
4052         (f_options): USe flag_dummy.
4053         (decode_f_option): No need to use f_options now.
4054         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
4055         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
4057 2003-06-22  Andreas Jaeger  <aj@suse.de>
4059         * c-lex.c: Convert to ISO C90.
4060         * c-objc-common.c: Likewise.
4061         * c-opts.c: Likewise.
4062         * c-pch.c: Likewise.
4063         * c-ppoutput.c: Likewise.
4064         * c-pragma.h: Likewise.
4065         * c-pretty-print.c: Likewise.
4066         * c-pretty-print.h: Likewise.
4067         * c-semantics.c: Likewise.
4068         * c-tree.h: Likewise.
4069         * c-typeck.c: Likewise.
4071         * c-lang.c: Convert to ISO C90.
4073 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
4075         * opts.c (find_opt): Fix to always guarantee a find of a
4076         switch with joined parameter.
4077         * opts.h (struct cl_option): New member back_chain.
4078         * opts.sh: Update to calculate and add back_chain member.
4080 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
4082         * diagnostic.h (output_host_wide_integer): Declare.
4083         * diagnostic.c (output_long_long_decicaml): New function.
4084         (output_host_wide_integer): Likewise.
4085         (output_format): Use them.  Handle "%ll" and "%w".
4087 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
4089         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
4091 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
4093         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
4094         * configure.in: Don't use gcc_AC_C_CHARSET.
4095         * configure, config.in: Regenerate.
4096         * config/i370/i370.c, config/i370/i370.h: Use
4097         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
4098         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
4100 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
4102         * Makefile.in: Update.
4103         * common.opt: New switches.
4104         * opts.c: Include diagnostic.h.
4105         (common_handle_option): Handle new switches.
4106         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4107         flag_if_conversion2, flag_delete_null_pointer_checks,
4108         flag_rerun_cse_after_loop): Make extern.
4109         (flag_dummy): New.
4110         (f_options): Update to use flag_dummy for moved options.
4111         (decode_f_option): Some switches moved to opts.c.
4112         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4113         flag_if_conversion2, flag_delete_null_pointer_checks,
4114         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
4115         flag_tracer, flag_thread_jumps, flag_unroll_loops,
4116         flag_unroll_all_loops, flag_unswitch_loops): New.
4118 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
4120         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
4122 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
4124         * config/h8300/h8300-protos.h: Add a prototype for
4125         same_cmp_preceding_p.
4126         * config/h8300/h8300.c (same_cmp_preceding): New.
4127         * config/h8300/h8300.md: Extend peephole2's that transform
4128         compare:SI into shorter sequences so that they can deal with
4129         signed comparisons.
4131 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4133         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
4135         Update Andreas Jaeger's entry.
4137         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
4138         Loren J. Rittle.
4140 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
4142         * mkconfig.sh: Add multiple inclusion guards to generated headers.
4144 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
4146         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
4147         * common.opt: Add remaining -W options and -g.
4148         * diagnostic.c (warnings_are_errors): Remove.
4149         * flags.h: Make most warning flags boolean.
4150         * opts.c (common_handle_option): Handle remaining -W options, and -g.
4151         Move many warning flags from toplev.c, making them boolean.
4152         * toplev.c: Remove many warning flags.
4153         (decode_W_option): Remove.
4154         (decode_g_option): Make extern.  Error on unknown switch.
4155         (lang_independent_W_options): Use warn_dummy.
4156         (independent_decode_option): Just handle -f switches now.
4157         * toplev.h (decode_g_option): New.
4159 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
4161         PR/11092
4162         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
4163         vectors.
4165 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
4167         * opts.sh: Tweak awk script for portability.
4169 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4171         PR c++/10888
4172         * tree-inline.c (expand_call_inline): Do not warn about failing to
4173         inline functions declared in system headers.
4174         * doc/invoke.texi (-Winline): Expand on documentation.
4176 2003-06-20  Richard Henderson  <rth@redhat.com>
4178         * config/alpha/alpha.c (alpha_file_start): Disable
4179         file_start_file_directive for ELF and not MDEBUG.
4181 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
4183         * sh.h (ROUND_TYPE_ALIGN): Remove.
4185 2003-06-20  Richard Henderson  <rth@redhat.com>
4187         * hooks.c (hook_int_void_no_regs): Rename from
4188         hook_reg_class_void_no_regs; change return type.
4189         * hooks.h: Update.
4190         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
4191         * target.h (branch_target_register_class): Change return type to int.
4192         Add documentation.
4193         * config/sh/sh.c (sh_target_reg_class): Change return type.
4194         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
4196 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
4198         * c-format.c: Change _Bool to bool reverting part of the last
4199         patch.
4201 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4203         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
4204         strip name encoding.
4206 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4208         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
4209         * configure: Regenerate.
4210         Fixes PR driver/9362.
4212 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4214         * config/alpha/alpha.c (alpha_file_start): Fix typo.
4216 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4218         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
4219         to ASM_OUTPUT_SOURCE_LINE.
4221 2003-06-20  Daniel Egger  <degger@fhm.edu>
4222             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4224         * doc/install.texi (Building): Correct and improve statement
4225         about parallel builds.
4227 2003-06-20  Andreas Jaeger  <aj@suse.de>
4229         * c-common.c: Change _Bool to bool reverting part of the last
4230         patch.
4232 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
4234         * tree.h (expand_function_end): Remove all parameters.
4235         * function.c (expand_function_end): Remove all parameters.
4236         Use input_location. Never expand_end_bindings.
4237         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
4238         * coverage.c (create_coverage): Likewise.
4240 2003-06-20  Nick Clifton  <nickc@redhat.com>
4242         * doc/extend.texi (ARM Built-in Functions): New node.  Document
4243         ARM builtin functions for iWMMXt support.
4245 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4247         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
4248         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
4249         (--with-as): Add @anchor.
4250         (--with-gnu-ld): Fix typo.
4251         (--with-ld): Add @uref to --with-as.
4253 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
4255         * doc/tm.texi: Uniformly use @defmac for macros, rather than
4256         @table items.  Minor formatting and editorial corrections.
4258 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
4260         * line-map.c, line-map.h: Convert to ISO prototypes.
4262 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4264         * gcse.c (store_killed_in_insn): Fix.
4266 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
4268         * target.h (asm_out.file_start, file_start_app_off,
4269         file_start_file_directive): New hooks.
4270         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
4271         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
4272         New hook-definition macros.
4273         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
4274         * varasm.c (default_file_start): New.
4275         * output.h: Prototype it.
4276         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
4277         * system.h: Poison ASM_FILE_START.
4279         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
4280         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
4281         (unicosmk_asm_file_start): Rename unicosmk_file_start,
4282         make static, take no arguments.
4283         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
4284         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
4285         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
4286         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
4287         comment.
4288         * config/arc/arc.c (arc_asm_file_start): Rename
4289         arc_file_start, take no arguments, make static.
4290         (TARGET_ASM_FILE_START): Set it.
4291         * config/arm/arm.c (aof_file_start): New static function.
4292         (TARGET_ASM_FILE_START): Set it, when appropriate.
4293         * config/arm/coff.h, config/arm/elf.h:
4294         Set TARGET_ASM_FILE_START_APP_OFF to true.
4295         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
4296         take no arguments, make static.
4297         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4298         Set them.
4299         * config/c4x/c4x.c (c4x_file_start): New static function.
4300         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4301         Set them.
4302         * config/cris/cris.c (cris_file_start): New static function.
4303         (TARGET_ASM_FILE_START): Set it.
4304         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
4305         dsp16xx_file_start, make static.
4306         (luxworks_dsp16xx_file_start): Delete.
4307         (TARGET_ASM_FILE_START): Set it.
4308         * config/h8300/h8300.c (asm_file_start): Rename
4309         h8300_file_start, make static, take no arguments.
4310         (TARGET_ASM_FILE_START): Set it.
4311         * config/i370/i370.c (i370_file_start): New static function.
4312         (TARGET_ASM_FILE_START): Set it.
4313         * config/i386/i386.c (x86_file_start): New static function.
4314         (TARGET_ASM_FILE_START): Set it.
4315         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
4316         X86_FILE_START_FLTUSED): New macros, default to false.
4317         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
4318         * config/i386/sysv4.h, config/i386/sco5.h: Override
4319         X86_FILE_START_VERSION_DIRECTIVE to true.
4320         * config/ia64/ia64.c (ia64_file_start): New static function.
4321         (TARGET_ASM_FILE_START): Set it.
4322         (emit_safe_across_calls): Take no arguments.
4323         * config/ia64/ia64.md: Update to match.
4324         * config/m32r/m32r.c (m32r_asm_file_start): Rename
4325         m32r_file_start, make static, take no arguments.
4326         (TARGET_ASM_FILE_START): Set it.
4327         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
4328         m68hc11_file_start, make static, take no arguments.
4329         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4330         (print_options): Delete.
4331         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
4332         (TARGET_ASM_FILE_START_APP_OFF): Set.
4333         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
4334         m68k_hp320_file_start.
4335         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
4336         Make static, take no arguments.
4337         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4338         * config/mmix/mmix.c (mmix_asm_file_start): Rename
4339         mmix_file_start, make static, take no arguments.
4340         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4341         * config/mn10300/mn10300.c (asm_file_start): Rename
4342         mn10300_file_start, make static, take no arguments.
4343         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4344         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
4345         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
4346         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
4347         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
4348         pa_hpux64_hpas_file_start): New static functions.
4349         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
4350         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
4351         pa_linux_file_start.
4352         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
4353         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
4354         appropriate.
4355         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
4356         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
4357         (rs6000_file_start): Make static, take no arguments.  Reset
4358         default_cpu under certain conditions.
4359         (rs6000_xcoff_file_start): New function.
4360         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
4361         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
4362         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
4363         * config/sh/sh.c (output_file_start): Rename
4364         sh_file_start, make static, take no arguments.  Merge in old
4365         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
4366         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4367         * config/sh/sh.c (TARGET_ELF): Define to 0.
4368         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
4369         * config/v850/v850.c (asm_file_start): Delete.
4370         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4371         * config/vax/vax.c (vax_file_start): New static function.
4372         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
4374         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
4375         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
4376         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
4377         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
4378         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
4379         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
4381         * config/darwin.h, config/elfos.h, config/alpha/elf.h
4382         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
4383         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
4384         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
4385         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
4386         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
4387         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
4388         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
4389         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
4390         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
4391         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
4392         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
4393         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
4394         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
4395         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
4396         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
4397         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
4398         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
4400         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
4401         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
4402         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4403         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
4404         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
4405         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
4406         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
4408         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
4409         Remove reference to ASM_FILE_START in comment.
4410         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
4411         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
4412         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
4414 2003-06-19  Graeme Peterson <gp@qnx.com>
4416         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
4417         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
4418         sysroot_hdrs_suffix_spec): New.
4419         (static_specs): Initialize new variables.
4420         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
4421         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
4422         New macros.
4424 2003-06-19  Andreas Jaeger  <aj@suse.de>
4426         * c-aux-info.c: Convert to ISO C90.
4427         * c-pragma.c: Likewise.
4428         * c-common.c: Likewise.
4429         * c-common.h: Likewise.
4430         * c-convert.c: Likewise.
4431         * c-cppbuiltin.c: Likewise.
4432         * c-dump.c: Likewise.
4433         * c-decl.c: Likewise
4434         * c-format.c: Likewise.
4435         * c-incpath.c: Likewise.
4436         * c-incpath.h: Likewise.
4438 2003-06-19  Roger Sayle  <roger@eyesopen.com>
4440         * builtins.c (expand_errno_check): Assume that flag_errno_math
4441         and HONOR_NANS have been tested before calling here.  Only try
4442         to set errno ourselves if the decl can't throw an exception.
4443         (expand_builtin_mathfn): Move the code to stabilize the arg
4444         after the main switch, so that that its only done when needed.
4445         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
4446         Don't modify the original expr when stabilizing the argument.
4447         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
4448         the args after the main switch, and don't modify the orginal exp.
4450 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
4452         * expr.c (const_vector_from_tree): Initialize remaining elements
4453         to 0.
4455 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
4457         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
4458         Change "fix" to "float".
4460 2003-06-19  Andreas Jaeger  <aj@suse.de>
4462         * c-tree.h: Remove declaration of poplevel.
4464         * tree.h: Remove declaration of approx_sqrt.
4466         * c-lex.c: Remove redundant declaration of asm_out_file.
4468         * flags.h: Remove declaration of warn_unknown_pragma and
4469         main_input_filename.
4471         * rtl.h: Remove functions from fold-const.c since they're already
4472         declared in tree.h.
4474         * regs.h: Remove redundant declaration of reg_names.
4476         * bt-load.c (migrate_btr_defs): Correct printf arguments.
4478         * protoize.c: Fix breakage from last patch.
4480 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4482         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
4483         has been included.
4485 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
4487         * config/sparc/sparc.c: Update copyright year.
4489 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
4491         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
4492         to ABI_V4.
4494 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
4496         PR bootstrap/4068
4497         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
4499 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4501         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
4502         to the end of the file.  Remove unnecessary prototypes.
4504 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
4506         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
4507         calls to insn_default_latency and result_ready_cost.  Initialize
4508         def_latency to 1.
4510 2003-06-18  Richard Henderson  <rth@redhat.com>
4512         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
4513         (_Unwind_FindEnclosingFunction): Implement.
4515 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
4517         * toplev.c (rest_of_handle_sched): Hide the entire function if
4518         INSN_SCHEDULING is not defined.
4519         (rest_of_compilation): Call rest_of_handle_sched() only when
4520         INSN_SCHEDULING is defined.
4522 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
4523             J"orn Rennecke <joern.rennecke@superh.com>
4525         * bt-load.c: New file.
4526         * Makefile.in (OBJS): Include bt-load.o
4527         (bt-load.o): Add dependencies.
4528         * flags.h (flag_branch_target_load_optimize): Declare.
4529         (flag_branch_target_load_optimize2): Likewise.
4530         * hooks.c (hook_reg_class_void_no_regs): New function.
4531         (hook_bool_bool_false): Likewise.
4532         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
4533         * rtl.h (branch_target_load_optimize): Declare.
4534         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
4535         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4536         (TARGET_INITIALIZER): Include these.
4537         * target.h (struct gcc_target): Add branch_target_register_class
4538         and branch_target_register_callee_saved members.
4539         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
4540         (dump_file) Add "tars" entry.
4541         (flag_branch_target_load_optimize): New variable.
4542         (flag_branch_target_load_optimize2): Likewise.
4543         (lang_independent_options): Add entries for new options.
4544         (rest_of_compilation): Call branch_target_load_optimize.
4545         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
4546         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4547         * doc/invoke.texi: Document -fbranch-target-load-optimize and
4548         -fbranch-target-load-optimize2.
4549         * rtl.h (epilogue_completed): Declare.
4550         * recog.c (epilogue_completed): New variable.
4551         * toplev.c (rest_of_compilation): Set it.
4552         * flow.c (mark_regs_live_at_end): Use it.
4553         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
4554         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4555         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4556         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4558         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
4559         (sh_target_reg_class): New function.
4560         (sh_optimize_target_register_callee_saved): Likwise.
4561         (shmedia_target_regs_stack_space): Likewise.
4562         (shmedia_reserve_space_for_target_registers_p): Likewise.
4563         (shmedia_target_regs_stack_adjust): Likewise.
4564         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
4565         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4566         (calc_live_regs): If flag_branch_target_load_optimize2 and
4567         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
4568         for target registers, make sure that we save all target registers.
4569         (sh_expand_prologue, sh_expand_epilogue): Take target register
4570         optimizations into account.  Collapse stack adjustments if that
4571         is beneficial.
4572         (initial_elimination_offset): Reserve space for target registers
4573         if necessary.
4574         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
4575         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
4577 2003-06-18  Nick Clifton  <nickc@redhat.com>
4579         * config.gcc: Add an extra_header for ARM targets.
4580         Support configuring with --with-cpu=iwmmxt.
4581         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4582         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4583         names.  Fix formatting.
4584         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4585         names.
4586         * config/arm/arm-protos.h (arm_emit_vector_const): New
4587         prototype.
4588         (arm_output_load_gr): New prototype.
4589         * config/arm/arm.c (extra_reg_names1): Delete.
4590         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4591         * arch_is_iwmmxt): Define.
4592         (all_cores, all_architecture): Add entry for iwmmxt.
4593         (arm_override_options): Add support for iwmmxt.
4594         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4595         arm_print_value, arm_rtx_costs_1, output_move_double,
4596         arm_compute_save_reg_mask, arm_output_epilogue,
4597         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4598         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4599         Likewise.
4600         (arm_init_cumulative_args): Count iwmmxt registers.
4601         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4602         has been set.
4603         (struct minipool_node): Add fix_size field.
4604         (add_minipool_forward_ref): Add support for 8-byte aligning of
4605         the pool.
4606         (add_minipool_backward_ref, add_minipool_offsets,
4607         dump_minipool, push_minipool_fix): Likewise.
4608         (struct builtin_description): New struct.
4609         (builtin_description): New array of iwmmxt builtin functions.
4610         (arm_init_iwmmxt_builtins): New function.
4611         (arm_init_builtins): New function.
4612         (safe_vector_operand): New function.
4613         (arm_expand_binop_builtin): New function.
4614         (arm_expand_unop_builtin): New function.
4615         (arm_expand_builtin): New function.
4616         (arm_emit_vector_const): New function.
4617         (arm_output_load_gr): New function.
4618         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4619         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4620         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4621         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4622         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4623         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4624         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4625         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4626         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4627         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4628         registers unless the iwmmxt target is selected.
4629         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4630         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4631         IS_IWMMXT_GR_REGNUM): Define.
4632         (FIRST_PSEUDO_REGISTER): Bump to 63.
4633         (struct machine_function): Add sibcall_blocked field.
4634         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4635         nargs fields.
4636         (enum arm_builtins): New enum list.
4637         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4638         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4639         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4640         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4641         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4642         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4643         (movv2si, movv4hi, movv8qi): New expands for vector moves.
4644         Include iwmmxt.md.
4645         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4646         multilib.
4647         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4648         * config/arm/mmintrin.h: New ARM specific header file.
4649         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4651 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
4653         * toplev.c (Remaining -d letters summary): Update.
4655 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4657         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4658         argument.
4659         (function_arg): Handle CALL_LIBCALL flag.
4660         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4661         prototype.
4662         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4663         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4664         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4665         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4667 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
4669         * Makefile.in: Update.
4670         * common.opt: New options.
4671         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4672         set_Wunused): New.
4673         (common_handle_option): Handle new options.
4674         * toplev.c (set_target_switch): Export.
4675         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4676         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4677         (independent_decode_option): More options handled in opts.c now.
4678         Change prototype.
4679         * toplev.h (set_target_switch): New.
4681 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
4683         PR debug/4252
4684         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4685         to dump_switch_p().
4686         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4687         from static strings in dump_files.
4689 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4691         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4692         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4693         libiberty macros.
4695 2003-06-17  Jason Merrill  <jason@redhat.com>
4697         PR c++/10929
4698         * tree-inline.c (expand_call_inline): Don't warn about failing to
4699         inline a function which was made inline by -finline-functions.
4701 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4703         * config/h8300/h8300-protos.h: Update to ISO C.
4704         * config/h8300/h8300.c: Likewise.
4705         * config/h8300/h8300.h: Likewise.
4706         * config/h8300/h8300.md: Likewise.
4708 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4710         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4711         * configure: Regenerate.
4712         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4714 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4716         * install.texi (Testing): Add information on how to run Java
4717         runtime tests separately.
4719 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4721         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4723         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4724         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4726 2003-06-17  Christopher Faylor  <cgf@redhat.com>
4728         * doc/install.texi: Add msvc rebuild caveat.
4730 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4732         * config/sh/coff.h: Replace Hitachi with Renesas.
4733         * config/sh/elf.h: Likewise.
4734         * config/sh/embed-elf.h: Likewise.
4735         * config/sh/lib1funcs.asm: Likewise.
4736         * config/sh/sh-protos.h: Likewise.
4737         * config/sh/sh.c: Likewise.
4738         * config/sh/sh.h: Likewise.
4739         * config/sh/sh.md: Likewise.
4741 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4743         * ChangeLog.3: Fix comment typos.
4744         * ChangeLog.6: Likewise.
4745         * config/d30v/d30v.c: Likewise.
4746         * config/h8300/h8300.md: Likewise.
4747         * config/m32r/m32r.md: Likewise.
4748         * config/mips/mips.c: Likewise.
4749         * config/mips/mips.md: Likewise.
4750         * config/ns32k/NOTES: Likewise.
4752 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4753             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4755         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4756         to run Java runtime tests separately.
4758 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4760         * config/h8300/h8300-protos.h: Update a comment.
4762 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4764         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4765         are aligned like integral modes.
4766         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4768         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4769         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4770         * sh.md (*pt): Remove.
4772         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4774         * sh.md (return_media_rte): New pattern.
4775         (return_media): Use it.
4777 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4779         * doc/contrib.texi: Replace Hitachi with Renesas.
4780         * doc/install.texi: Likewise.
4781         * doc/invoke.texi: Likewise.
4783 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4785         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4786         behaviour.
4788 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4790         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4792         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4793         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4795         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4796         -msdata=eabi usages.
4798         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4800 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4802         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4803         * fixinc/gnu-regex.c: Don't define `volatile'.
4804         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4805         * ggc-simple.c: Likewise.
4806         * system.h: Don't define `volatile'.
4808         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4809         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4810         call these macros.
4811         * config.in, configure: Regenerated.
4813 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4815         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4816         Handle POINTERS_EXTEND_UNSIGNED.
4818 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4820         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4821         !TARGET_IRIX6]: Define as NULL.
4823 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4825         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4827 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4829         * dbxout.c (dbxout_source_line_counter): New global variable.
4830         Mark it with GTY(()).
4831         (dbxout_source_line): Increment dbxout_source_line_counter
4832         and pass it to ASM_OUTPUT_SOURCE_LINE.
4833         * sdbout.c (sdbout_source_line_counter): New global variable.
4834         Mark it with GTY(()).
4835         (unnamed_struct_number): Mark it with GTY(()).
4836         (sdbout_source_line): Increment sdbout_source_line_counter
4837         and pass it to ASM_OUTPUT_SOURCE_LINE.
4838         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4839         (xcoffout_source_line): Pass 0 as third argument to
4840         ASM_OUTPUT_SOURCE_LINE.
4841         (xcoffout_begin_prologue): Likewise.
4842         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4843         Use it instead of 'sym_lineno' but without incrementing it.
4844         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4845         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4846         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4847         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4848         argument to ASM_OUTPUT_SOURCE_LINE.
4849         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4850         * config/arm/aout.h: Remove useless comment.
4851         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4852         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4853         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4854         Use it instead of 'sym_lineno' but without incrementing it.
4855         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4856         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4857         parameter. Use it instead of 'sym_lineno' but without incrementing it.
4858         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4859         argument to ASM_OUTPUT_SOURCE_LINE.
4860         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4861         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4862         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4863         Use it instead of 'sym_lineno' but without incrementing it.
4864         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4865         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4866         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4867         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4868         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4870 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
4872         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4873         (expand_block_move, output_block_move): Remove.
4874         * config/mips/mips.h (enum block_move_type): Remove.
4875         * config/mips/mips.c (block_move_call, output_block_move): Remove.
4876         (mips_block_move_straight, mips_adjust_block_mem): New function.
4877         (mips_block_move_loop): Renamed and reworked from block_move_loop.
4878         (mips_expand_block_move): Likewise expand_block_move.  Return false
4879         to fall back on the target-independent code.
4880         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4881         (movstrsi_internal*): Remove.
4883 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
4885         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4886         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4887         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4888         ISO C: new-style function declarations, no need for PARAMS,
4889         no special punctuation on indirect function calls, use string
4890         constant concatenation where convenient.
4892 2003-06-17  Andreas Jaeger  <aj@suse.de>
4894         * rtl.h: Remove declarations from coverage.h.
4895         * toplev.c: Include coverage.h.
4896         * Makefile.in (toplev.o): Depend on coverage.h.
4898         * toplev.h: Remove extra declaration of print_time.
4900         * gengtype.c (close_output_files): Remove duplicated declaration.
4902 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4904         * config/sparc/sysv4.h: Remove target-independent comment;
4905         replace "GNU CC" with "GCC".
4906         * config/vxworks.h: Replace "GNU compiler" with "GCC".
4907         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4908         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4909         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4910         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4911         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4912         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4913         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4914         config/sparc/sol2.h, config/sparc/sp64-aout.h,
4915         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4916         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4917         "GNU compiler", "GNU CC" with "GCC".
4918         * config/sparc/cypress.md, config/sparc/hypersparc.md,
4919         config/sparc/sparc-modes.def, config/sparc/sparc.c,
4920         config/sparc/sparc.md, config/sparc/sparclet.md,
4921         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4922         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4923         "GNU C Compiler" with "GCC".
4924         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4926 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
4928         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4929         constants.
4931         * testsuite/gcc.c-torture/execute/simd-4.c: New.
4933 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4935         * config/ip2k/ip2k.h: Remove target-independent comments.
4937         * config.gcc: Explicitly mention elfos.h in ip2k entry.
4938         * config/ip2k/ip2k.h: Don't #include it here.
4940 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4942         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4943         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4944         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4945         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4946         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4947         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4948         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4949         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4950         the PTR macro.
4952         * gengtype.c: Don't use UNION_INIT_ZERO.
4953         * system.h (UNION_INIT_ZERO): Delete.
4955 2003-06-16  Richard Henderson  <rth@redhat.com>
4957         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4958         GET_MODE_UNIT_SIZE when simplifying constant vectors.
4960 2003-06-16  Andreas Jaeger  <aj@suse.de>
4962         * timevar.c (get_run_time): Remove function provided also by
4963         libiberty.
4964         * timevar.h: Remove get_run_time declaration.
4966 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4968         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4969         unreachable code.
4971 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4973         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4974         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4975         use macros from "symcat.h", instead rely on ISO C.
4977         * system.h: Don't include "symcat.h".
4978         * configure.in (AC_C_STRINGIZE): Delete.
4979         * config.in, configure: Regenerate.
4981 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4983         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4985         * tree.h (STMT_CHECK): New macro.
4986         Also upper-case argument names on all checking macros and
4987         fix some whitespace problems; assume CODE argument does not
4988         have side-effects.
4990 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4992         * scan.h: Convert to ISO C.
4993         * system.h: Likewise.
4995         * c-format.c (dynamic_format_types): New pointer for dynamic data.
4996         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4997         New functions split out of...
4998         (handle_format_attribute): ...here.
5000 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
5002         * sh.h (REG_CLASS_FROM_LETTER): Change to:
5003         (REG_CLASS_FROM_CONSTRAINT).
5004         (CONST_OK_FOR_I): Rename to:
5005         (CONST_OK_FOR_I08).  Changed all users.
5006         (CONST_OK_FOR_J): Rename to:
5007         (CONST_OK_FOR_I16).  Changed all users.
5008         (CONST_OK_FOR_K): Rename to:
5009         (CONST_OK_FOR_P27).  Changed all users.
5010         (CONST_OK_FOR_L): Rename to:
5011         (CONST_OK_FOR_K08).  Changed all users.
5012         (CONST_OK_FOR_O): Rename to:
5013         (CONST_OK_FOR_I06).  Changed all users.
5014         (CONST_OK_FOR_P): Rename to:
5015         (CONST_OK_FOR_I10).  Changed all users.
5016         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
5017         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
5018         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
5019         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
5020         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
5021         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
5022         (CONST_OK_FOR_LETTER_P): Replace with
5023         (CONST_OK_FOR_CONSTRAINT_P).
5024         (EXTRA_CONSTRAINT_S): Rename to:
5025         (EXTRA_CONSTRAINT_C16).  Changed all users.
5026         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
5027         (EXTRA_CONSTRAINT_T): Rename to:
5028         (EXTRA_CONSTRAINT_Csy).  Changed all users.
5029         (EXTRA_CONSTRAINT_Z): Remove.
5030         (EXTRA_CONSTRAINT): Replace with:
5031         (EXTRA_CONSTRAINT_STR).
5032         (EXTRA_CONSTRAINT_U): Rename to:
5033          (EXTRA_CONSTRAINT_Z).  Changed all users.
5034         * sh.c (and_operand): Use CONST_OK_FOR_J16.
5035         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
5036         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
5037         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
5038         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
5039         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
5040         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
5041         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
5042         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
5043         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
5044         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
5045         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
5046         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
5047         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
5048         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
5049         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
5050         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
5051         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
5052         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
5053         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
5054         (sssubv4hi3): Likewise.
5055         (movsf_i): Change I[08]/r to G/r.
5056         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
5058         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
5060 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
5062         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
5064 2003-06-16  Andreas Jaeger  <aj@suse.de>
5066         * basic-block.h: Remove duplicate prototype of
5067         note_prediction_to_br_prob.
5069         * tree.h: Remove duplicate prototype of strip_float_extensions.
5071 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5073         * config/c4x/c4x.c: Don't include "c-tree.h".
5074         * config/pa/pa.c: Likewise.
5075         * langhooks.c: Likewise.
5076         * tree.h (poplevel): Declare.
5078 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
5080         * config/h8300/h8300.c (const_costs): Move this to ...
5081         (h8300_rtx_costs): ... here.
5083 2003-06-16  Roger Sayle  <roger@eyesopen.com>
5085         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
5086         (tan_optab, atan_optab): Define corresponding macros.
5087         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
5088         * genopinit.c (optabs): Implement tan_optab and atan_optab
5089         using tan?f2 and atan?f2 patterns.
5090         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
5091         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
5092         Change the default value of errno_set to false.
5093         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
5094         using expand_builtin_mathfn.
5096         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
5097         expander patterns implemented using existing atan2?f3 patterns.
5099 2003-06-16  Roger Sayle  <roger@eyesopen.com>
5101         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
5102         both operands of the addition equal, reuse the expanded RTL.
5103         (expand_expr <MULT_EXPR>): Likewise for multiplication.
5105 2003-06-16  Roger Sayle  <roger@eyesopen.com>
5106             Jeff Law  <law@redhat.com>
5108         * fold-const.c (operand_equal_p): Consider two calls to "const"
5109         functions with identical non-volatile arguments to be equal.
5110         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
5111         built-in function to be equal to the "foo" form.
5113 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5115         * config/rs6000/sysv4le.h: Remove target-independent comment.
5116         Replace "GNU compiler" with "GCC" in comment.
5118 2003-06-16  Andreas Jaeger  <aj@suse.de>
5120         * tracer.c: Remove duplicate declaration.
5122         * toplev.c: Remove extra declaration of decode_d_option.
5124         * ssa.c: Remove duplicate declaration.
5126         * sreal.c: Remove extra declaration of dump_sreal.
5128         * reload1.c: Remove duplicate declarations.
5130         * integrate.c: Remove extra declaration of
5131         set_decl_abstract_flags.
5133         * flow.c: Remove extra declaration of dump_flow_info.
5135         * alias.c: Remove extra declaration of get_addr.
5137 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5139         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
5140         config/vxworks.h: GNU CC -> GCC.
5142         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
5143         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
5144         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
5145         ssa.h, tree.def: Replace overly specific references to "GNU C"
5146         and "GNU C Compiler" with references to "GCC".
5148 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
5150         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
5151         memory reference.  Fix test that checks if operand 1 is using r0.
5152         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
5154         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
5155         defined.
5157 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
5159         * function.h (struct emit_status): Remove x_last_linenum,
5160         x_last_filename. Add x_last_location.
5161         * rtl.h: #include "input.h".
5162         (NOTE_DATA): New.
5163         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
5164         number notes.
5165         * emit-rtl.c (last_linenum, last_filename): Remove.
5166         (last_location): New.
5167         (emit_line_note_after): LINE must always be >= 0.
5168         (emit_line_note): Likewise. Check not duplicate here...
5169         (emit_note): ... rather than here.
5170         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
5171         * integrate.c (expand_inline_function): Use emit_line_note for
5172         line number notes.
5173         (copy_insn_list): Likewise.
5174         * unroll.c (copy_loop_body): Likewise.
5175         * Makefile.in (RTL_H): Add input.h.
5177 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
5179         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
5181 2003-06-16  Richard Henderson  <rth@redhat.com>
5183         * config/alpha/alpha-protos.h, config/alpha/elf.h,
5184         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
5185         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
5186         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
5187         Remove unneeded static function decls.
5189 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
5191         * c-opts.c (c_common_handle_option): s/on/value/.
5192         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
5193         directly rather than converting the argument.
5194         * c.opt: Update docs.  Use UInteger where appropriate.
5195         * common.opt: Use UInteger where appropriate.
5196         * opts.c (integral_argument): New.
5197         (handle_argument): Handle integral arguments, and optional
5198         joined arguments.
5199         (common_handle_option): Update.
5200         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
5201         * opts.sh: Handle JoinedOrMissing and UInteger flags.
5203 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
5205         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
5206         unnecessary extern declaration.
5208 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5210         * config/gofast.h, config/interix.h, config/interix3.h,
5211         config/libgloss.h, config/linux-aout.h, config/linux.h,
5212         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
5213         * config/kaos.h: "GNU compiler" -> GCC.
5214         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
5216         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
5217         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
5218         GNU CC -> GCC.
5220         * config/svr3.h: Remove #if 0 code, misleading comments.
5221         GNU CC -> GCC.
5223 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
5225         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
5226         main_input_filename to avoid conflict with input_filename macro.
5228 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5230         * config/mips/mips.h (asm_file_name, g_switch_set,
5231         g_switch_value): Remove.
5232         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
5233         unnecessary extern declarations.
5235 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5237         * config/frv/frv.h: Remove declaration of g_switch_value.
5238         * config/m32r/m32r.h: Remove declaration of g_switch_value.
5239         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
5241 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5243         * opts.sh: Quote '+' in regex.
5245 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
5247         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
5248         * config/rs6000/rs6000.c: Include cfglayout.h.
5249         * config/alpha/alpha.c: Likewise.
5250         * config/ia64/ia64.c: Likewise.
5251         * config/sparc/sparc.c: Likewise.
5252         * config/sh/sh.c: Likewise.
5254 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5256         * opts.sh: Quote '+' in regex.
5258 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5260         * c-opts.c (lang_flags): Update for new spelling of flags.
5261         (write_langs): Similarly.
5262         * c.opt: Specify languages.
5263         * opts.h: Remove languages.
5264         * opts.sh: Recognise front-end defined languages.
5265         * doc/sourcebuild.texi: Update.
5267 2003-06-15  Andreas Jaeger  <aj@suse.de>
5269         * alloc-pool.c: Convert to ISO C90 prototypes.
5270         * alloc-pool.h: Likewise.
5271         * alias.c: Likewise.
5272         * attribs.c: Likewise.
5273         * bb-reorder.c: Likewise.
5274         * bitmap.h: Likewise.
5275         * bitmap.c: Likewise.
5276         * builtins.c: Likewise.
5278         * tree.h: Convert prototypes of attribs.c to ISO C90.
5279         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
5280         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
5281         * expr.h: Convert prototypes of builtins.c to ISO C90.
5283 2003-06-15  Roger Sayle  <roger@eyesopen.com>
5285         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
5286         implement exp, expf and expl built-ins as inline x87 intrinsics.
5287         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
5288         represent x87's fscale, frndint and f2xm1 insns respectively.
5289         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
5290         to encode x87's "fscale" instruction followed by a pop.
5291         (*frndintxf2): New insn pattern for "frndint".
5292         (*f2xm1xf2): New insn pattern for "f2xm1".
5294         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
5295         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
5296         UNSPEC_FPATAN.
5298 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5300         * gencheck.c (main): Avoid generating duplicate macros.
5302         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
5303         knowing names of language subdirectories.
5305 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5307         * c-pch.c (asm_file_name): Remove.
5308         * common.opt: Add more switches.
5309         * flags.h (g_switch_set): Boolify.
5310         * opts.c (g_switch_value, g_switch_set, exit_after_options,
5311         version_flag): Move from toplev.c.
5312         (common_handle_option): Handle more switches from toplev.c.
5313         * toplev.c (display_help, display_target_options, decode_d_option,
5314         print_version): Make non-static, remove prototypes.
5315         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
5316         (version_flag, g_switch_value, g_switch_set, exit_after_options):
5317         Remove.
5318         (independent_decode_option): Move some handlers to opts.c.
5319         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
5320         exit_after_options, version_flag, display_help, display_target_options,
5321         print_version, decode_d_option): New.
5323 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
5325         * config/alpha/alpha.md: Follow spelling conventions.
5326         * config/arm/arm.c: Likewise.
5327         * config/arm/arm.h: Likewise.
5328         * config/arm/arm.md: Likewise.
5329         * config/arm/crtn.asm: Likewise.
5330         * config/m32r/m32r.c: Likewise.
5331         * config/m32r/m32r.md: Likewise.
5332         * config/rs6000/rs6000.c: Likewise.
5334 2003-06-15  Richard Henderson  <rth@redhat.com>
5336         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
5337         insn_locators_initialize.
5338         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
5339         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
5340         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
5341         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
5343 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
5345         * builtins.c (expand_builtin_expect_jump): Remove redundant
5346         tests that are also in any_condjump_p().
5348 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5350         * libgcc2.c: Delete sysV68 L_trampoline section.
5351         * config/m68k/mot3300-crt0.S: Delete file.
5352         * config/m68k/mot3300Mcrt0.S: Likewise.
5354 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5356         * config/aoutos.h: Remove.
5357         * config.gcc: Remove reference to aoutos.h.
5358         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
5360 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
5362         * doc/install.texi: Follow spelling conventions.
5363         * doc/tm.texi: Likewise.
5364         * config/fp-bit.c: Likewise.
5365         * config/arm/arm.c: Likewise.
5366         * config/frv/frv.c: Likewise.
5367         * config/ns32k/NOTES: Likewise.
5368         * config/ns32k/STATUS: Likewise.
5370 2003-06-14  Roger Sayle  <roger@eyesopen.com>
5371             Zack Weinberg  <zack@codesourcery.com>
5373         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
5374         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
5375         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
5377         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
5378         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
5379         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
5380         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
5381         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
5382         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
5383         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
5384         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
5385         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
5386         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
5387         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
5388         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
5389         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
5390         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
5391         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
5392         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
5393         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
5394         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
5395         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
5396         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
5398 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
5400         * opts.sh (POSIXLY_CORRECT): Unset it.
5402         * tree.h (init_function_start): Remove filename and line paramters.
5403         * function.c (init_function_start): Remove filename and line
5404         parameters. Use DECL_SOURCE_LOCATION.
5405         * c-decl.c (store_parm_decls): Adjust init_function_start call.
5406         (c_expand_body_1): Likewise.
5407         * coverage.c (create_coverage): Likewise.
5408         * objc/objc-act.c (build_tmp_function_decl): Set line number to
5409         zero.
5410         (hack_method_prototype): Adjust init_function_start call.
5412 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5414         PR target/3724
5415         * arm/linux-elf.h (PROFILE_HOOK): Define.
5417 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5419         PR target/11183
5420         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
5422 2003-06-14  Roger Sayle  <roger@eyesopen.com>
5424         * opts.sh: Work around a mysterious feature in cygwin's gawk
5425         where specifying the input files explicitly has a different
5426         behavior to piping them via stdin.
5428 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5430         * doc/sourcebuild.texi: Update.
5432 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5434         PR target/11183
5435         * arm.c (output_move_double): Pass SImode to adjust_address.
5437 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5439         * Makefile.in: Update to use common.opt and lang_opt_files.
5440         (c-options.c, c-options.h): Remove.
5441         (options.c, options.h): Add.
5442         * c-opts.c: Include options.h not c-options.h.
5443         * common.opt: New file.
5444         * configure, configure.in: Add lang_opt_files.
5445         * opts.c: Include flags.h and diagnostic.h.
5446         (common_handle_option): New.
5447         (handle_option): Update to recognize common options and all
5448         language-dependent options.
5449         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
5450         (struct cl_option): Make flags of type int.
5451         * opts.h: Flag option with front ends to which it applies.
5452         Handle duplicate options.
5453         * toplev.c (filename): Remove.
5454         (independent_decode_option): Don't handle filenames and -quiet.
5455         (process_options, do_compile): Update.
5457 2003-06-14  Nick Clifton  <nickc@redhat.com>
5459         * doc/install.texi (Specific): Add description of different
5460         ARM supported file format targets.
5462 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
5464         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
5465         inside delay slots.
5467 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
5469         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
5470         * unwind-pe.h (size_of_encoded_value): Do not define if
5471         NO_SIZE_OF_ENCODED_VALUE is defined.
5473 2003-06-13  Roger Sayle  <roger@eyesopen.com>
5475         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
5476         expanding a complex constant into a CONCAT target.
5478 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
5480         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
5481         (ASM_FILE_START_1): Delete.
5482         * config/i386/att.h, config/i386/sco5.h,
5483         config/i386/sysv3.h
5484         (ASM_FILE_START_1): Delete.
5486 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
5488         * config/i386/bsd.h: Remove ASM_FILE_START.
5489         * config/i386/djgpp.h: Likewise.
5490         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
5492         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
5493         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
5495 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
5497         PR bootstrap/10835
5498         * haifa-sched.c (max_lookahead_tries,
5499         cached_first_cycle_multipass_dfa_lookahead,
5500         cached_issue_rate): New variables.
5501         (max_issue): Check the number of tries.
5502         (choose_ready): Calculate max_lookahead_tries.
5503         (sched_init): Check cached_issue_rate.
5505 2003-06-13  Richard Henderson  <rth@redhat.com>
5507         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
5508         * cfgrtl.c (purge_dead_edges): Expect it too.
5510 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
5511             Eric Botcazou  <ebotcazou@libertysurf.fr>
5513         PR bootstrap/10983
5514         * combine.c (make_extraction): Use gen_lowpart_for_combine
5515         when extracting from a REG and not in the destination of a SET.
5517 2003-06-13  Doug Evans  <dje@sebabeach.org>
5519         * tsystem.h (abort): Declare in inhibit_libc case to remove build
5520         warnings for addvsi3, et.al.
5522 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
5524         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
5526         * simplify-rtx.c (simplify_subreg): Same.
5528         * emit-rtl.c (gen_lowpart_common): Same.
5530 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5532         * builtins.c: Fix comment typos.
5533         * fold-const.c: Likewise.
5535 2003-06-13  Doug Evans  <dje@sebabeach.org>
5536             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5538         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
5539         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
5540         (m32r_va_arg): Use it.
5541         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
5542         (RETURN_IN_MEMORY): Ditto.
5544 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5546         * c-typeck.c: Remove #if 0 clauses.
5548         PR other/1494
5549         * config/alpha/openbsd.h, config/i386/openbsd.h,
5550         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
5551         residual reference to EGCS.
5553 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
5555         * arm.c (output_call_mem): If the address references the link-register
5556         use an instruction sequence that avoids early-clobbering IP.
5557         (eliminate_lr2ip): Delete.
5559 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5561         * c-format.c (format_types_orig): Disallow '*' width/precision in
5562         asm_fprintf format checks.
5564 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
5566         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
5567         non-integral types from integer register save area slots.
5569 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5571         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
5573 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
5575         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
5577 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
5579         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5580         to file_end_indicate_exec_stack.
5582 2003-06-12  Richard Henderson  <rth@redhat.com>
5584         PR target/11089
5585         * config/i386/i386.md (sse_movaps): Use an expander to force
5586         one operand to be a register.
5587         (sse_movups): Likewise.
5589 2003-06-13  Doug Evans  <dje@sebabeach.org>
5591         Remove some build warnings.
5592         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5593         (__do_global_ctors,__do_global_dtors): Ditto.
5595 2003-06-12  Richard Henderson  <rth@redhat.com>
5597         PR middle-end/10557
5598         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5600 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5602         * config/m32r/m32r.md: Fix a comment typo.
5604 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5605             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5607         PR target/10142
5608         * config/sparc/sparc.c (function_arg_record_value_parms): Add
5609         new 'stack' field.
5610         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5611         integer slots for an integer field.
5612         (function_arg_record_value_3): Shift vector index.
5613         (function_arg_record_value_2): Likewise.
5614         (function_arg_record_value): Initialize 'stack' to 0.
5615         Set 'stack' to 1 if we run out of integer slots for an integer field.
5616         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5618 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5620         PR optimization/10955
5621         * unroll.c (unroll_loop): Fix off-by-one bug.
5623 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5625         * config/rs6000/rs6000.c (function_arg): Remove typo.
5627 2003-06-12  Richard Henderson  <rth@redhat.com>
5629         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5630         and UNSPEC_DTPOFF.
5632 2003-06-12  Richard Henderson  <rth@redhat.com>
5634         PR middle-end/10475
5635         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5636         for extracting sub-words.
5638 2003-06-12  Richard Henderson  <rth@redhat.com>
5640         PR target/7594
5641         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5642         (zero_extendqihi2, zero_extendqisi2): Likewise.
5644 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5646         * config/rs6000/rs6000.c (function_arg): Always split vectors for
5647         e500 if it's a stdarg function.
5648         (function_arg_advance): Advance 2 registers for vectors in a
5649         stdarg function.
5650         (init_cumulative_args): Initialize stdarg.
5651         (rs6000_spe_function_arg): New.
5653         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5655 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5657         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5659 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5661         PR middle-end/168
5662         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
5663         and multiplication of zero extensions, floating point division,
5664         and integer<->fp, fp<->fp and zero extension conversions.
5665         The built-in ceil and floor functions preserve signedness.
5667 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5669         * ChangeLog: Follow spelling conventions.
5670         * ChangeLog.2: Likewise.
5671         * c-decl.c: Likewise.
5672         * cfgloop.h: Likewise.
5673         * cgraph.c: Likewise.
5674         * coverage.c: Likewise.
5675         * cppcharset.c: Likewise.
5676         * cpphash.h: Likewise.
5677         * cpplex.c: Likewise.
5678         * cpplib.c: Likewise.
5679         * dbxout.c: Likewise.
5680         * df.c: Likewise.
5681         * dwarf2out.c: Likewise.
5682         * dwarfout.c: Likewise.
5683         * emit-rtl.c: Likewise.
5684         * explow.c: Likewise.
5685         * gcov-io.c: Likewise.
5686         * gcov-io.h: Likewise.
5687         * gcov.c: Likewise.
5688         * gengtype.c: Likewise.
5689         * ggc.h: Likewise.
5690         * opts.c: Likewise.
5691         * real.c: Likewise.
5692         * reload.c: Likewise.
5693         * stmt.c: Likewise.
5695 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
5697         * doc/install.texi (m32r-*-elf): Change company to Renesas.
5699 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
5701         * basic-block.h (flow_delete_block_noexpunge): Kill.
5702         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5703         rtl_delete_block.
5705 2003-06-10  Richard Henderson  <rth@redhat.com>
5707         PR inline-asm/4823
5708         * reg-stack.c (any_malformed_asm): New.
5709         (check_asm_stack_operands): Set it.
5710         (convert_regs_1): Check it before aborting.
5712 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5714         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5716 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
5718         * c-opts.c (complain_wrong_lang): Add on argument.
5719         Print no- switch if on is false.
5720         (c_common_decode_option): Adjust caller.
5722 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5724         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5725         to initialize GOT register.
5727 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5729         * fold-const.c (tree_expr_nonnegative_p): Add support for
5730         floating point constants, addition and multiplication.
5732 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
5734         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5735         constraint modifier for operand 0.
5737 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
5739         Don't warn on dollars in builtin macro definitions,
5740         e.g. __REGISTER_PREFIX__.
5741         * cpphash.h (struct cpp_reader): Move member warn_dollars...
5742         * cpplib.h (struct cpp_options): ...to here.  Change type to
5743         unsigned char.
5744         * cppinit.c (cpp_create_reader): Set it to 1 here.
5745         (post_options): Don't set it here.
5746         * c-opts.c (c_common_init_options): Reset it to 0 here.
5747         (finish_options): Set it here.
5748         * cpplex.c (forms_identifier_p): Tweak for new location of
5749         warn_dollars.
5751         * configure.in (assembler dwarf2 debug_line support): Define insn
5752         for cris-*-* and mmix-*-*.
5753         * configure: Regenerate.
5755 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
5757         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5758         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5759         (sh-*-elf*): Add sh*-*-kaos* support.
5760         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5761         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5762         config/sh/kaos-sh.h: New files.
5764 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5766         * gcse.c (fis_get_condition): Make it a global function.
5767         * reload1.c (reload_cse_move2add): Detect implicit sets.
5768         * rtl.h: Add a prototype for fis_get_condition.
5770 2003-06-11  Richard Henderson  <rth@redhat.com>
5772         * stmt.c (expand_asm_operands): Don't warn for memories with
5773         queued addresses.
5775 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5777         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5778         brackets.
5780 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5782         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5783         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5784         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5785         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5786         * langhooks.c (lhd_decode_option): Remove.
5787         * langhooks.h (struct lang_hooks): Remove decode_option.
5788         * opts.c (handle_option): No longer use decode_option.
5790 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5792         * cfgloopanal.c (variable_initial_value): Update the set of altered
5793         registers correctly.
5795 2003-06-11  Roger Sayle  <roger@eyesopen.com>
5796             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5798         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5799         * config/i386/netbsd-elf.h: Likewise.
5800         * config/m32r/m32r.h: Likewise.
5801         * config/mn10300/mn10300.h: Likewise.
5802         * config/stormy16/stormy16.h: Likewise.
5803         * config/v850/v850.h: Likewise.
5804         * config/vax/netbsd-elf.h: Likewise.
5805         * config/xtensa/elf.h: Likewise.
5806         * config/xtensa/linux.h: Likewise.
5808 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5810         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5811         DWARF 2 default.
5813         * config/mips/dbxmdebug.h: New file.
5814         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5815         gas and --with-stabs.
5817 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
5819         * expr.c (can_move_by_pieces): align argument may be unused.
5821 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
5823         * expr.c (convert_move): Handle moves between two CONCATs.
5825 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5827         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5828         !TARGET_H8300.
5830 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5832         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5833         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5834         (TARGET_RTL_DUMP): Likewise.
5835         (TARGET_SWITHCES): Remove -mrtl-dump.
5837 2003-06-10  Richard Henderson  <rth@redhat.com>
5839         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5841 2003-06-10  Richard Henderson  <rth@redhat.com>
5843         * config/ia64/ia64.md (call_gp): Fix memory mode.
5845 2003-06-10  James E Wilson  <wilson@tuliptree.org>
5847         PR target/8812
5848         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5849         hard regs for reload_reg_used_at_all and reg_class_contents checks.
5851 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5853         * config/h8300/h8300.c (print_operand): Remove support for
5854         operand character 'b'.
5855         Add the AND case to operand character 'c'.
5856         * config/h8300/h8300.md (two anonymous patterns): Replace
5857         operand character 'b' with 'c'.
5859 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5861         * config/h8300/h8300.c (print_operand): Remove support for
5862         operand character 'u'.
5864 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5866         * configure.in: Fix typo.
5867         * configure: Regenerate.
5869 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
5871         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5872         compilation guard.
5874 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5876         * sh-protos.h (function_symbol): Declare.
5877         * sh.c (expand_block_move, expand_ashiftrt): Use it.
5878         (sh_expand_prologue, sh_expand_epilogue): Likewise.
5879         (sh_initialize_trampoline): Likewise.
5880         (function_symbol): New function.
5881         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5882         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5883         (call_value_pop, shcompact_return_tramp): Likewise.
5885         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5887         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5888         target register.
5890 2003-06-10  DJ Delorie  <dj@redhat.com>
5892         * doc/md.texi (Machine Constraints): Document stormy's Z
5893         constraint.
5895 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5897         * except.c (call_site_base): Mark with GTY.
5899 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
5901         * arm-proto.h: Convert to ISO C90 prototypes.
5902         * arm.c: Likewise.
5904 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5906         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5908 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
5910         * calls.c (expand_call): Convert structure_value_addr to Pmode if
5911         necessary.
5913 2003-06-10  Andrew Haley  <aph@redhat.com>
5915         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5916         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5917         (lhd_decl_ok_for_sibcall): New.
5918         * langhooks.c (lhd_decl_ok_for_sibcall): New.
5919         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5920         * calls.c (expand_call): Check lang_hook before generating a
5921         sibcall.
5923 2003-06-10  DJ Delorie  <dj@redhat.com>
5925         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5926         which matches (const_int 0) for addhi3.
5927         * config/stormy16/stormy16.md: Document known constraints.
5928         (addhi3): Handle adding zero.
5930 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5932         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5933         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5934         * config/m32r/m32r-protos.h: Prototype it.
5936 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5938         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5939         common to rs6000 sysv targets.
5940         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5941         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5943 2003-06-10  Nick Clifton  <nickc@redhat.com>
5945         * config.gcc: Add arm-wince-pe target.
5946         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5947         Add comment about default apcs26 support.
5948         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5949         multilib.
5950         (MULTILIB_DIRNAMES): Add 'apcs32'.
5951         * config/arm/t-wince-pe: New makefile fragment.
5952         * config/arm/wince-pe.h: New file.  Overrides a few definitions
5953         in arm/pe.h
5955 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5957         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5958         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5959         when x is easily negated and f is sin, tan or atan.
5960         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5961         sin(x) with flag_unsafe_math_optimizations.
5962         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5963         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5965 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5967         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
5968         is a floating point type *and* we currently honor NaNs.
5969         (fold <NE_EXPR>): Likewise.
5971 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5973         PR c++/11131
5974         * tree-inline.c (inlinable_function_p): Call the language-specific
5975         hook early.
5977 2003-06-09  David Taylor  <dtaylor@emc.com>
5979         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
5980         the f_res field.
5982 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5984         * configure.in: Remove references to host_truncate_target.
5985         * configure: Regenerate.
5986         * config.gcc: Remove references to truncate_target,
5987         host_truncate_target.
5989         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5990         Replace "build_canonical" with build, "host_canonical" with host.
5991         * configure.in: Use GCC_TOPLEV_SUBDIRS.
5992         * aclocal.m4: Include ../config/acx.m4.
5993         * configure: Regenerate.
5995 2003-06-09  David Taylor  <dtaylor@emc.com>
5997         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5998         bytes of padding in the __va_list_tag structure a name (reserved).
6000 2003-06-09  Jason Merrill  <jason@redhat.com>
6002         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
6004 2003-06-09  Osku Salerma  <osku@iki.fi>
6006         * c-format.c (check_format_string, get_constant): New.
6007         (handle_format_attribute, handle_format_arg_attribute,
6008         decode_format_attr): Change to use above functions.
6010 2003-06-09  Richard Henderson  <rth@redhat.com>
6012         * stmt.c (expand_asm_operands): Re-word warning.
6014 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
6016         PR target/8787
6017         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
6018         if -masm=intel.
6020 2003-06-09  James E Wilson  <wilson@tuliptree.org>
6022         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
6023         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
6024         Add libgcc exception.
6026 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
6027             Ayal Zaks  <gcchaifa@us.ibm.com>
6029         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
6030         (insvsi*): Add insert_word attribute.
6031         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
6032         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
6033         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
6035 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
6037         * fold-const.c (fold): Fix a comment typo.
6039 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
6041         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
6042         removed.
6044 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
6046         * sh.c (gen_block_redirect): Use locators.
6048 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
6050         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
6051         cast to int.
6053 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
6055         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
6056         operators.
6057         * configure: Regenerated.
6059 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
6060             Alexandre Oliva  <aoliva@redhat.com>
6062         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
6063         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
6064         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
6065         n32/64 PIC.
6066         (MUST_SAVE_REGISTERS): Delete.
6067         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
6068         (machine_function): Add global_pointer field.
6069         (mips_classify_constant): Check for (const $gp) using pointer equality
6070         with pic_offset_table_rtx.
6071         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6072         (mips_restore_gp): Use current_function_outgoing_args_size.
6073         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
6074         GP_REG_FIRST + 28.  Handle relocation strings that have
6075         more than one '('.
6076         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6077         (mips_global_pointer): New function.
6078         (mips_save_reg_p): New function, mostly split out from...
6079         (compute_frame_size): ...here.  Remove handling of extra_size.
6080         Reclaim args_size if no variables depend on it.  Don't treat gp
6081         as a special case: handle it in the main GPR loop.
6082         (mips_initial_elimination_offset): Fix comment.
6083         (save_restore_insns): Save every register in the GPR mask,
6084         removing distinction between mask and real_mask.
6085         (mips_output_function_prologue): Update .frame psuedo-op after
6086         the removal of extra_size.  Move the SVR4 PIC stack allocation
6087         and cprestore instructions to mips_expand_prologue.
6088         (mips_gp_insn): New function.
6089         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
6090         the chosen global pointer.  Handle SVR4 PIC stack allocation
6091         in the same way as other ABIs.  Adjust varargs code accordingly.
6092         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
6093         to emit the loadgp sequence.  Follow it with a loadgp_blockage
6094         if not using explicit relocs.
6095         (mips_output_function_epilogue): Reinstate the default gp register.
6096         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
6097         (mips16_optimize_gp): Likewise.
6098         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
6099         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
6100         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
6101         (loadgp): Remove.
6102         (loadgp_blockage, cprestore): New instructions.
6103         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
6104         pic_offset_table_rtx.
6105         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
6106         (builtin_longjmp): Use gen_raw_REG to force use of $28.
6108 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
6110         * config/mips/mips-protos.h (mips_output_division): Declare.
6111         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
6112         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
6113         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
6114         (TARGET_CHECK_ZERO_DIV): New macro.
6115         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
6116         * config/mips/mips.c (mips_output_division): New function.
6117         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
6118         account when calculating the default length of a division.
6119         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
6120         Enable regardless of optimization level.  Use mips_output_division.
6121         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
6122         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
6123         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
6124         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
6125         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
6126         umoddi3_internal): Remove.
6128 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
6130         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
6131         (mips_sw_reg_names): Likewise.
6132         (mips_regno_to_class): Change hilo entry to NO_REGS.
6133         (hilo_operand): Use MD_REG_P.
6134         (extend_operator): New predicate.
6135         (override_options): Remove 'a' constraint.
6136         (mips_secondary_reload_class): Remove hilo handling.  Also remove
6137         handling of (plus sp reg) reloads for mips16.
6138         (mips_register_move_cost): Remove hilo handling.
6139         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
6140         (MD_REG_LAST): Remove hilo from range.
6141         (HILO_REGNUM): Delete.
6142         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
6143         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
6144         (PREDICATE_CODES): Add entry for extend_operator.
6145         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
6146         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
6147         Remove constraints from multiplication define_expands.  Remove
6148         clobbers from "decorative" define_expand patterns.
6149         (UNSPEC_HILO_DELAY): Delete.
6150         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
6151         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
6152         Adjust C code to just emit insns for !TARGET_64BIT.
6153         (mulsidi3_internal): Rename to mulsidi3_32bit.
6154         (mulsidi3_64bit): Use a "d" constraint for the destination.
6155         Use extend_operator so that the pattern can handle umulsidi3 as well.
6156         Split the instruction after reload.
6157         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
6158         (umulsidi3_internal): Rename to umulsidi3_32bit.
6159         (umulsidi3_64bit): Remove.
6160         (*smsac_di, *umsac_di): Line-wrap fixes.
6161         (udivsi3_internal): Don't allow operand 2 to be constant.
6162         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
6163         (movdi_internal2, movsi_internal): Remove hilo alternatives.
6164         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
6166 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
6168         PR target/10913
6169         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
6170         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
6171         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
6172         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
6173         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
6174         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
6175         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
6176         asm_out_text_file with asm_out_file.
6177         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
6178         * config/mips/elf.h (TEXT_SECTION): Undefine.
6179         * config/mips/elf64.h (TEXT_SECION): Undefine.
6180         * config/mips/openbsd.h (TEXT_SECION): Undefine.
6181         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
6182         (override_options): Disable small-data optimizations unless using
6183         gas or explicit relocations.
6184         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
6185         iris6_asm_named_section, iris6_asm_file_start): Remove code for
6186         handling TARGET_FILE_SWITCHING.
6187         (copy_file_data): Move into TARGET_IRIX6 block.
6189 2003-06-08  Richard Henderson  <rth@redhat.com>
6191         * expr.h (EXPAND_MEMORY): New.
6192         * expr.c (expand_expr): Check it.
6193         * stmt.c (expand_asm_operands): Provide it when the constraint
6194         requires a memory.  Warn for memory input constraints without
6195         a memory operand.
6197 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6199         * varasm.c: Don't include c-tree.h.
6201 2003-06-08  Andreas Jaeger  <aj@suse.de>
6203         * predict.h: Convert to ISO C90 prototypes.
6204         * predict.c: Likewise.
6205         * tree-dump.h: Likewise.
6206         * tree-dump.c: Likewise.
6207         * diagnostic.h: Likewise.
6208         * diagnostic.c: Likewise.
6209         * combine.c: Likewise.
6211         * rtl.h: Convert prototypes of combine.c to ISO C90.
6213 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
6215         * cfglayout.c (insn_scope): New static function
6216         (block_locators_*, line_locators*, file_locators*): New static varrays.
6217         (scope_to_insns_initialize): Use them.
6218         (insn_line, insn_file): New functions.
6219         (scope_to_insns_finalize): Use insn_scope.
6220         (prologue_locator, epilogue_locator): New global variables.
6221         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
6222         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
6223         (emit_insn_after_scope, emit_insn_before_scope
6224         emit_jump_insn_after_scope, emit_jump_insn_before_scope
6225         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6226         (emit_insn_after_setloc, emit_insn_before_setloc
6227         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6228         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6229         use locators.
6230         * final.c (notice_source_line): Use locators.
6231         (final_start_function): Set initial source file and line.
6232         (final_scan_insn): Use locators.
6233         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
6234         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
6235         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
6236         noce_process_if_block, find_cond_trap): Likewise.
6237         * integrate.c (copy_insn_list): Likewise.
6238         * jump.c (duplicate_loop_exit_test): LIkewise.
6239         * print-rtl.c (print_rtx): Print locators.
6240         * recog.c (peephole2_optimize): Likewise.
6241         * rtl.h (INSN_SCOPE): Remove.
6242         (emit_insn_after_scope, emit_insn_before_scope
6243         emit_jump_insn_after_scope, emit_jump_insn_before_scope
6244         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6245         (emit_insn_after_setloc, emit_insn_before_setloc
6246         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6247         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6248         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
6249         * unroll.c (copy_loop_body): Use locators.
6250         * function.c (set_insn_locators): New function.
6251         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
6253 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
6255         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
6256         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
6257         _fixsfdi _fixunssfdi.
6258         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
6259         popcounthi2.
6260         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
6261         * config/h8300/clzhi2.c: New.
6262         * config/h8300/ctzhi2.c: Likewise.
6263         * config/h8300/parityhi2.c: Likewise.
6264         * config/h8300/popcounthi2.c: Likewise.
6266 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
6268         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
6269         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
6271         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
6272         (dump_bb): New based on old dump_bb in cfgrtl.c
6273         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
6274         * cfghooks.h (cfgh_verify_flow_info): Return status.
6275         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
6276         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
6277         (dump_bb): Remove generic parts.
6278         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
6279         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
6281 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
6283         * Makefile.in: Rename options.c and options.h to c-options.c and
6284         c-options.h.
6285         (OBJS): Remove options.o.
6286         * c-opts.c: Don'tInclude c-options.h instead of options.h.
6287         * opts.c: Don't include options.h.
6288         (find_opt): Can't use enum opt_code or N_OPTS.
6289         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
6290         * opts.sh: ... here.
6292 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6293             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6295         PR pch/9830
6296         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
6297         if HAVE_MINCORE is defined.
6298         (MAP_FAILED): Define if not defined.
6299         (gt_pch_save): Test against MAP_FAILED.
6300         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
6301         the mapping address to the preferred base after checking it
6302         is possible to do so. Test against MAP_FAILED.
6303         * configure.in: Test for the presence of mincore in libc.
6304         * config.in: Regenerate.
6305         * configure: Regenerate.
6307 2003-06-07  Richard Henderson  <rth@redhat.com>
6309         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
6310         conditional compilation guard.
6312 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
6314         * optabs.c (expand_abs): Set result_unsignedp to 1 if
6315         flag_trav is zero.
6317 2003-06-07  Richard Henderson  <rth@redhat.com>
6319         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
6321 2003-06-07  Richard Henderson  <rth@redhat.com>
6323         * basic-block.h (EDGE_SIBCALL): New.
6324         (EDGE_ALL_FLAGS): Update.
6325         * cfg.c (dump_edge_info): Add sibcall name.
6326         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
6327         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
6329 2003-06-07  Andreas Jaeger  <aj@suse.de>
6331         * mklibgcc.in (lib2funcs): Remove _exit.
6332         * libgcc2.c: Remove L_exit.
6333         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
6335         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6337         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6339         * ggc.h: Convert to ISO C90 prototypes.
6340         * ggc-none.c: Likewise.
6341         * ggc-common.c: Likewise.
6342         * ggc-page.c: Likewise.
6343         * ggc-simple.c: Likewise.
6345         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
6347         * system.h: Poison INIT_SECTION_PREAMBLE.
6349 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
6351         * config.gcc (with_cpu handling): Translate sparc64 in
6352         $machine to --with-cpu=v9.
6353         * config/alpha/alpha.c
6354         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
6355         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
6357         * target.h: New hook asm_out.file_end.
6358         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
6359         * toplev.c (compile_file): Use targetm.asm_out.file_end.
6360         * system.h: Poison ASM_FILE_END.
6361         * varasm.c (file_end_indicate_exec_stack): New.
6362         * output.h: Prototype it.
6363         * doc/tm.texi: Document TARGET_ASM_FILE_END and
6364         file_end_indicate_exec_stack.  Delete references to attasm.h.
6366         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
6367         (ASM_FILE_END): Delete; move code...
6368         * config/darwin.c (darwin_file_end): Here; new function.
6369         * config/darwin-protos.h: Prototype it.
6370         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
6371         rename unicosmk_file_end.
6372         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
6373         * config/arm/arm.c (aof_file_end): ... here; new static function.
6374         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
6375         Make aof_dump_imports and aof_dump_pic_table static.
6376         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
6377         Set TARGET_ASM_FILE_END to avr_file_end.
6378         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
6379         Set TARGET_ASM_FILE_END to c4x_file_end.
6380         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
6381         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
6382         h8300_file_end.
6383         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
6384         * config/i370/i370.c (i370_file_end): ... here; new static function.
6385         Set TARGET_ASM_FILE_END to i370_file_end.
6386          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
6387          Take no arguments.  Call file_end_indicate_exec_stack if
6388          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
6389         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6390         Define NEED_INDICATE_EXEC_STACK to 0.
6391         * config/i386/linux.h, config/i386/linux64.h: Redefine
6392         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
6393         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
6394         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
6395         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
6396         ia64_hpux_file_end, make static.  Take no arguments.
6397         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
6398         commands_in_prologues, commands_in_epilogues): Delete.
6399         (function_epilogue): Update to match.
6400         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
6401         make static.  Take no arguments.
6402         (iris6_asm_file_end): Rename iris6_file_end, make static, use
6403         mips_file_end, take no arguments.
6404         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
6405         appropriate.
6406         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
6407         make static, take no arguments. Set TARGET_ASM_FILE_END to
6408         mmix_file_end.
6409         * config/pa/pa.c (output_deferred_plabels): Make static, take
6410         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
6411         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
6412         (ASM_FILE_END): Delete; move code...
6413         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
6414         new static function.
6416         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
6417         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
6418         Don't set ASM_FILE_END.
6419         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
6420         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
6421         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
6422         file_end_indicate_exec_stack; don't set ASM_FILE_END.
6423         * config/alpha/unicosmk.h, config/i386/cygming.h
6424         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6425         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
6426         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
6427         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
6428         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
6429         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
6431 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
6433         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
6434         specified.
6436 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
6438         * Makefile.in (stageprofile_build): Kill redundant target.
6439         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
6441 2003-06-07  Andreas Jaeger  <aj@suse.de>
6443         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
6445         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
6446         * config/dsp16xx/dsp16xx.h: Likewise.
6447         * config/i386/i386.h: Likewise.
6448         * config/ip2k/ip2k.h: Likewise.
6450 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
6452         * Makefile.in (OJBS, c-opts.o): Update.
6453         (c-options.c, c-options.h): Rename options.h and options.c.
6454         (options.h): Rename options_.h.
6455         (opts.o): New.
6456         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
6457         (c_common_init_options): Update prototype.
6458         * c-lang.c (c_init_options): Update prototype.
6459         (LANG_HOOKS_HANDLE_OPTION): Override.
6460         (LANG_HOOKS_DECODE_OPTION): Drop.
6461         * c-opts.c: Include opts.h and options.h instead of c-options.h
6462         and c-options.c.
6463         (lang_flags): Move to file scope.
6464         (find_opt, c_common_decode_option): Remove.
6465         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
6466         CL_REJECT_NEGATIVE): Move to opts.h.
6467         (missing_arg): Update prototype.
6468         (c_common_init_options): Update for new prototype.
6469         (c_common_handle_options): Filenames are passed as N_OPTS.
6470         * hooks.c (hook_int_void_0): New.
6471         * hooks.h (hook_int_void_0): New.
6472         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
6473         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
6474         (LANG_HOOKS_INITIALIZER): Update.
6475         * langhooks.h (init_options): Update.
6476         (handle_option): New.
6477         * opts.c, opts.h: New files.
6478         * opts.sh: Update c file to include opts.h and options.h.
6479         * toplev.c: Include opts.h; change options.h to options_.h.
6480         (parse_options_and_default_flags): Get lang_mask, use
6481         handle_option for language-specific handling.
6482         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
6483         (LANG_HOOKS_HANDLE_OPTION): Override.
6484         (objc_init_options): Update.
6486 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
6487             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
6489         PR other/7031
6490         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
6491         gcov.
6493 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
6495         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
6496         section names.
6497         * configure: Regenerate.
6499 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
6501         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
6503 2003-06-06  James E Wilson  <wilson@tuliptree.org>
6505         PR inline-asm/10890
6506         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
6507         different in fields.
6509 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6511         * configure.in: Make $(target_subdir) correspond with top level usage.
6512         * Makefile.in: Likewise.
6513         * configure: Regenerate.
6515 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6517         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
6518         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
6519         unsigned HOST_WIDE_INT.
6520         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
6521         Likewise.
6522         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
6523         Likewise.
6525 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6527         * doc/install.texi (Prerequisites): New section documenting
6528         tools and packages necessary prior to building and/or
6529         modifying GCC.
6530         * doc/install.texi2html: Also generate prerequisites.html.
6532 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
6534         PR target/11052
6535         * ifcvt.c (noce_process_if_block): Fail if the destination has
6536         side-effects.
6538 2003-06-06  Jason Merrill  <jason@redhat.com>
6540         * stmt.c (resolve_asm_operand_names): Rename from
6541         resolve_operand_names.  No longer static.  Avoid needless copying.
6542         Don't build array of constraints.
6543         (expand_asm_operands): Build it here.
6544         * tree.h: Declare resolve_asm_operand_names.
6546         * stmt.c (expand_decl): Put artificial vars into registers even
6547         when not optimizing, and don't mark the regs as user vars.
6549 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
6551         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
6552         of the generated register.
6554 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
6556         * config.gcc: Add a missing sparc64 case.
6558 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
6560         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
6561         the .hidden assembly stubs.
6563 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
6565         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
6566         and x86_64-*-*.
6568         * config/i386/mmintrin.h: Update version and add alternate
6569         intrinsic names.
6570         * config/i386/xmmintrin.h: Likewise.
6572         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
6573         intrinsics to ...
6574         * config/i386/emmintrin.h: Here. New file.
6576 2003-06-06  Roger Sayle  <roger@eyesopen.com>
6578         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
6579         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
6580         when the ABS_EXPR (fabs or abs) is not required.
6581         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6582         always nonnegative from fold to here.  Additionally, cabs and fabs
6583         are always non-negative, and pow and atan are non-negative if
6584         their first argument is non-negative.
6586         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6587         Evaluate cabs of a constant at compile-time.  Convert cabs of a
6588         non-complex argument into fabs.  Convert cabs(z) into
6589         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6590         -funsafe-math-optimizations or -ffast-math.
6591         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6592         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6594 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
6596         * sourcebuild.texi (Front End Directory): Document new hooks.
6598 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
6600         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6601         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6602         stack frames.
6603         (pro_epilogue_adjust_stack_rex64_2): New pattern
6605 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
6606                                Pop Sebastian
6607                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6609         * cfghooks.h, cfghooks.c: New files.
6610         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6611         (OBJS): Add cfghooks.o.
6612         (cfghooks.o): New rule.
6613         * basic-block.h (split_edge): Rename to rtl_split_edge.
6614         (verify_flow_info): Rename to rtl_verify_flow_info.
6615         (cfghooks.h): Included here.
6616         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6617         (verify_flow_info): Renamed rtl_verify_flow_info.
6618         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6620         * basic-block.h (split_block, split_edge, flow_delete_block,
6621         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6622         (flow_delete_block_noexpunge):  Return void.
6623         * cfg.c (verify_flow_info): New function.
6624         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6625         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6626         Use delete_block.
6627         * cfglayout.c (function_footer): Rename to...
6628         (cfg_layout_function_footer): ... this variable
6629         (unlink_insn_chain): Make global.
6630         (fixup_reorder_chain, record_effective_endpoints): Update.
6631         (cleanup_unconditional_jumps): Use delete_block.
6632         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6633         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6634         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6635         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
6636         (cfg_layout_function_footer): Declare.
6637         * cfgloopmanip (split_loop_bb): Do not update RBI.
6638         (remove_bbs): Use delete_block.
6639         (loop_reidrect_edge, loop_delete_branch_edge): Use
6640         redirect_edge_and_branch.
6641         (create_preheader): Use split_block and redirect_edge_and_branch_force.
6642         (split_edge_with): Likewise.
6643         * cfgrtl.c: Include cfglayout.h
6644         (split_edge): Rename to ...
6645         (rtl_split_edge) ... this one; make local.
6646         (redirect_edge_and_branch): Rename to ...
6647         (rtl_redirect_edge_and_branch) ... this one; make local.
6648         (redirect_edge_and_branch_force): Rename to ...
6649         (rtl_redirect_edge_and_branch_force) ... this one; make local.
6650         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6651         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6652         cfglayout.c; update to directly call RTL counterparts.
6653         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6654         * ifcvt.c (find_cond_trap): Use delete_block.
6655         (find_if_case_1): Use delete_block.
6656         (find_if_case_2): Use delete_block.
6657         * rtl.h (unlink_insn_chain): Declare.
6658         * toplev.c (rtl_reigster_cfg_hooks): New.
6660 2003-06-05  Richard Henderson  <rth@redhat.com>
6662         * recog.c (peephole2_optimize): Revert last change.
6664 2003-06-05  Richard Henderson  <rth@redhat.com>
6666         * recog.c (peephole2_optimize): Don't split block unless
6667         can_throw_internal.
6669 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
6671         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6672         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6674 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
6676         PR optimization/4490
6677         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6678         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
6679         documentation to accurately reflect what these options do.
6681 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6683         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
6684         (ENDFILE_SPEC): Redefine to handle -pie.
6686 2003-06-05  Phil Edwards <phil@jaj.com>
6688         * Makefile.in (qmtest-g++): Use target_alias, not target.
6690 2003-06-05  Per Bothner  <pbothner@apple.com>
6692         * toplev.c (push_srcloc):  Simplify behavior to save current location
6693         and set current location to parameters.
6694         (pop_srcloc):  Simplify semantics.
6695         (lang_dependent_init):  Remove now-useless initial push_srcloc.
6697 2003-05-06  Richard Henderson  <rth@redhat.com>
6699         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6700         language-specific tree codes.
6702 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6704         PR middle-end/9986
6705         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6706         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6708 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
6710         * install.tex: Document profiledbootstrap.
6712         * configure.in:  Add support for lang.stageprofile and
6713         lang.stagefeedback
6714         * Makefile.in (clean, distclean): Kill new stages
6715         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6716         (STAGE2_FLAGS_TO_PASS): ... this one.
6717         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6718         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6719         (stageprofile_build, stageprofile_copy, stagefeedback_build,
6720         stagefeedback_copy): New.
6721         (restageprofile, restagefeedback, stageprofile-start,
6722         stageprofile, stagefeedback-start): Likewise.
6724 2003-06-05  David Miller  <davem@redhat.com>
6725             Richard Henderson  <rth@redhat.com>
6727         * optabs.c (HAVE_conditional_trap): Provide default.
6728         (gen_conditional_trap): Likewise.
6729         (init_optabs): Merge init_traps.
6730         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
6732 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
6734         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6735         is REG for nonzero_bits (REG) == 8.
6737 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6739         * i386.md (align): Fix warning; clarify what to do when no p2align
6740         is available.
6742 2003-06-05  Nick Clifton  <nickc@redhat.com>
6744         * config.gcc (m32r-elf): Revert previous delta.
6745         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6746         multilibs.  Remove m32rx specific version.
6747         (crtfini.o): Likewise.
6748         (EXTRA_MULTILIB_PARTS): Define.
6750 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6752         * doc/md.texi (Machine Constraints): Correct the meaning of
6753         constraints related to floating-point registers on SPARC.
6755 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6756             Paolo Bonzini  <bonzini@gnu.org>
6758         PR target/10663
6759         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6760         assembler and linker output to /dev/null.
6761         Use a 'sed' construct instead of 'grep -A1'.
6762         * configure: Regenerate.
6764 2003-06-04  Richard Henderson  <rth@redhat.com>
6766         * config/i386/i386.c (struct ix86_address): Add seg.
6767         (no_seg_address_operand): New.
6768         (ix86_decompose_address): Restructure PLUS loop.  Accept one
6769         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
6770         to test for a regnum, not stack_pointer_rtx.
6771         (ix86_address_cost): Reduce cost if non-default segment.
6772         (legitimate_address_p): Remove UNSPEC_TP check.
6773         (get_thread_pointer): Add to_reg argument.  Don't represent
6774         the thread pointer as a memory load.
6775         (legitimize_tls_address): Split out of ...
6776         (legitimize_address): ... here.
6777         (print_operand_address): Handle parts.seg.
6778         (ix86_expand_move): Use legitimize_tls_address.
6779         (ix86_rtx_costs): Handle UNSPEC_TP.
6780         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6781         (TARGET_TLS_DIRECT_SEG_REFS): New.
6782         (TARGET_SWITCHES): Add tls-direct-seg-refs.
6783         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6784         (PREDICATE_CODES): Add no_seg_address_operand.
6785         * config/i386/i386.md (lea_1): Use it.
6786         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6787         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6788         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6789         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6790         * doc/invoke.texi: Add -mtls-direct-seg-refs.
6792 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6794         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6795         (QMTEST_GPP_TESTS): Use "g++" by default.
6796         (stamp-qmtest): Tweak database creation.
6797         (QMTEST_DIR/context): Update context file format.
6798         (qmtest-g++): Tweak command-line.
6800 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6802         * Makefile.in (varasm.o): Don't set -Wno-error.
6803         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6805 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
6807         PR bootstrap/3163
6808         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6809         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6810         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6811         and AC_CHECK_FUNCS lists, respectively.  Use
6812         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6813         AC_FUNC_MMAP_FILE.
6814         * configure, config.in: Regenerate.
6816 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6818         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6819         * arm.c (arm_output_function_prologue): Fix format specifiers.
6820         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6821         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6822         HOST_WIDE_INT_PRINT_DEC.
6823         * vax.c (vax_output_function_prologue): Fix format specifiers.
6825 2003-06-04  Richard Henderson  <rth@redhat.com>
6827         * cse.c (find_best_addr): Consider binary operators even if second
6828         argument is not CONST_INT.
6830 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6832         * doc/invoke.texi (max-cse-path-length): Document.
6834 2003-06-04  Richard Henderson  <rth@redhat.com>
6836         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6838 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
6840         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6841         Remove semi-colon at the end of the expression.
6843 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6845         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6846         * i370.h (mvs_function_name_length): Likewise.
6847         * i960.h (CONSTANT_ALIGNMENT): Likewise.
6848         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6849         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6850         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6851         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6852         variable.
6854 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6856         * config.gcc: Reorganize --with-cpu logic.  Set
6857         configure_default_options according to the default CPU, --with-cpu,
6858         --with-arch, --with-tune, --with-schedule, --with-abi, and
6859         --with-float.  Check for legal values of various options.
6860         * configure.in: Define configure_default_options in configargs.h.
6861         * configure: Regenerated.
6862         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6863         (TARGET_DEFAULT_FLOAT_P): New macros.
6864         * gcc.c (do_option_spec): New function.
6865         (struct default_spec, option_default_specs): New.
6866         (main): Call do_option_spec.
6867         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6868         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6869         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6871         * doc/install.texi: Update --with-cpu documentation.  Mention
6872         --with-arch, --with-schedule, --with-tune, --with-abi, and
6873         --with-float.
6874         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6876 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6878         * config.gcc: Only process --with-cpu logic in the third pass.
6880 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6882         * config.gcc: Reorganize --with-cpu section.  Remove an
6883         obsolete comment about the default CPU for x86-64.  Fix
6884         a typo for the ep9312.  Update the list of supported PowerPC
6885         CPUs.  Support a limited set of new --with-cpu options
6886         for i386.
6888 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
6890         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6891         complex numbers <= 32 bits into two registers.
6893 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6895         * alpha.c (print_operand_address): Fix format specifier warnings.
6896         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6897         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6898         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6899         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6900         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6901         ASM_OUTPUT_SKIP): Likewise.
6902         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6903         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6904         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6905         Likewise.
6906         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6907         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6908         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6909         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6910         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6911         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6912         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6913         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6914         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6915         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6917 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
6919         * c-decl.c (c_init_decl_processing): Clear input_file_name
6920         while building common nodes.
6921         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6922         Don't add working directory for strings like <built-in> .
6924 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
6926         * doc/install.texi (*-ibm-aix*): Native as and ld required
6927         to bootstrap on AIX 5L.
6929 2003-06-04  Richard Henderson  <rth@redhat.com>
6931         * c-common.c (handle_cleanup_attribute): New.
6932         (c_common_attributes): Add it.
6933         * c-decl.c (finish_decl): Honor the cleanup attribute.
6934         * doc/extend.texi (Variable Attributes): Document it.
6936         * unwind-c.c: New file.
6937         * Makefile.in (LIB2ADDEH): Add it.
6938         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6939         config/ia64/t-ia64: Likewise.
6941 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6943         * function.c (trampolines_created): New variable.
6944         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6945         * function.h (trampolines_created): Add.
6946         * config/s390/linux.h (ASM_FILE_END): Define.
6947         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6948         * config/m68k/linux.h (ASM_FILE_END): Define.
6949         * config/rs6000/linux.h (ASM_FILE_END): Define.
6950         * config/rs6000/linux64.h (ASM_FILE_END): Define.
6951         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6952         * config/sparc/linux.h (ASM_FILE_END): Define.
6953         * config/sparc/linux64.h (ASM_FILE_END): Define.
6954         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6955         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6956         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6958 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
6960         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6961         (ix86_reorg): Use it.
6962         * i386.md (align): New insn pattern.
6964 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6966         * toplev.c (rest_of_type_compilation): Fix typo.
6968 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6969             Alan Modra  <amodra@bigpond.net.au>
6971         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6972         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6973         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6974         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6975         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6976         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6977         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6978         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6980         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6981         Pass it to $gcc_cv_as.
6982         * configure: Rebuilt.
6984         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6985         (print_operand): Allow TARGET_AIX to be non-constant.
6986         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6987         Define unconditionally.
6988         (rs6000_elf_declare_function_name): New function.
6989         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6990         non-constant.
6991         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6992         to 1.
6993         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6994         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6995         is defined.
6996         (TARGET_AIX): Define to 1 if TARGET_64BIT.
6997         (PROCESSOR_DEFAULT): Remove.
6998         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6999         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7000         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
7001         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
7002         -m32 and -m64.
7003         (MULTILIB_DEFAULTS): Define.
7004         (SUBSUBTARGET_EXTRA_SPECS): Define.
7005         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
7006         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
7007         (TARGET_NO_TOC): Remove.
7008         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
7009         TARGET_PROTOTYPE): Define to 0.
7010         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
7011         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
7012         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
7013         if !TARGET_64BIT.
7014         (USER_LABEL_PREFIX): Remove.
7015         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
7016         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
7017         if TARGET_64BIT.
7018         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
7019         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
7020         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
7021         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
7022         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
7023         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
7024         TARGET_64BIT.
7025         (RS6000_CALL_GLUE): Likewise.
7026         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
7027         RESTORE_FP_SUFFIX): Likewise.
7028         (ASM_DECLARE_FUNCTION_NAME): Remove.
7029         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
7030         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
7031         name if TARGET_64BIT.
7032         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
7033         !TARGET_64BIT.
7034         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
7035         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
7036         (DRAFT_V4_STRUCT_RET): Define.
7037         (SIGNAL_FRAMESIZE): New enum value.
7038         (MD_FALLBACK_FRAME_STATE_FOR): Define.
7039         * config/rs6000/default64.h: New file.
7040         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
7041         options.
7042         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
7043         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
7044         if !TARGET_64BIT.
7045         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7046         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
7047         function.
7048         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
7049         (TARGET_OS_CPP_BUILTINS): Use it.
7050         (CPP_SYSV_SPEC): Remove.
7051         (CPP_SPEC): Remove cpp_sysv.
7052         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
7053         Add SUBSUBTARGET_EXTRA_SPECS.
7054         (SUBSUBTARGET_EXTRA_SPECS): Define.
7055         * config/rs6000/biarch64.h: New file.
7056         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
7057         New prototype.
7058         * config/rs6000/x-linux64: New file.
7059         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
7060         multilibs.
7061         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
7062         * config/rs6000/eabi-cn.asm: Likewise.
7063         * config/rs6000/tramp.asm: Likewise.
7064         * config/rs6000/sol-ci.asm: Likewise.
7065         * config/rs6000/sol-cn.asm: Likewise.
7066         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
7067         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
7068         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
7069         _CALL_AIXDESC section.
7070         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
7071         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
7072         or default32.
7074 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
7076         * config.gcc: Revert accidentally committed ARM changes.
7078 2003-06-04  Roger Sayle  <roger@eyesopen.com>
7080         * builtins.c (dconstpi, dconste): New mathematical constants.
7081         (init_builtin_dconsts): New function to initialize dconstpi
7082         and dconste.
7083         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
7084         compile time with -ffast-math when x is an integer constant.
7085         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
7086         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
7088 2003-06-04  Roger Sayle  <roger@eyesopen.com>
7090         * calls.c (expand_call): Avoid calling pure or const functions
7091         when the result is ignored (or void) and none of the arguments
7092         are volatile.  Move warning diagnostic earlier in function.
7094 2003-06-04  Andreas Jaeger  <aj@suse.de>
7096         * system.h: Do not poison TDESC_SECTION_ASM_OP,
7097         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
7099 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7101         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
7102         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
7103         handle %ll, optimize regular character case.
7105 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7107         * Makefile.in (cse.o): Add params.h dependency.
7108         * cse.c: Include params.h.
7109         (PATHLENGTH): Removed.
7110         (struct cse_basic_block_data): Make path array dynamic.
7111         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
7112         of PATHLENGTH.
7113         (cse_main, cse_basic_block): Allocate path array.
7114         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
7116 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
7118         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
7119         * i386.md (UNSPEC_REP): New constant.
7120         (return_internal_long): New pattern.
7122 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7124         PR optimization/11018
7125         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
7126         consistently to decide whether the scratch register is really
7127         required.
7129 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7131         PR optimization/10876
7132         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
7133         new 'O' constraint for constant 4096.
7134         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
7135         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
7136         Do not transform into MINUS insn for constant 4096.
7137         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
7138         for constant 4096 as third operand.
7139         (addsi3 expander): Remove.
7140         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
7141         new alternative for constant 4096 as third operand.
7142         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
7143         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
7144         operand.
7145         (subsi3 expander): Remove.
7146         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
7147         constant 4096 as third operand.
7148         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
7149         the SPARC port.
7151 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
7153         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
7155 2003-06-04  Andreas Jaeger  <aj@suse.de>
7157         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
7159         * config/i386/i386.c (ix86_expand_prologue): Do not use
7160         SUBTARGET_PROLOGUE.
7162         * system.h: Poision SUBTARGET_PROLOGUE.
7164         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
7166         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
7167         dependend code.
7169         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
7171         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
7172         INSN_CACHE_LINE_WIDTH.
7174         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
7175         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
7176         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7178         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
7179         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7181         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
7182         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
7183         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
7184         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
7185         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
7186         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
7188         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
7189         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
7190         DBX_WORKING_DIRECTORY.
7192         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
7193         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
7195         * config/frv/frv-protos.h: Remove unused const_section
7196         declaration.
7197         * config/vax/vax-protos.h: Likewise.
7199         * output.h: Remove CONST_SECTION_ASM_OP usage.
7201         * system.h: Poison CONST_SECTION_ASM_OP.
7203         * crtstuff.c (__do_global_dtors_aux): Remove usage of
7204         CRT_GET_RFIB_TEXT.
7205         (frame_dummy): Likewise.
7206         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
7207         * system.h: Poison CRT_GET_RFIB_TEXT.
7209         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
7211         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
7212         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
7213         (recognized_function): Likewise.
7214         (read_scan_file): Likewise.
7216 2003-06-03  Roger Sayle  <roger@eyesopen.com>
7218         * optabs.c (expand_binop): Optimize complex multiplication for
7219         the case of squaring a complex argument.
7221 2003-06-03  Roger Sayle  <roger@eyesopen.com>
7223         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
7224         non-volatile operands of binary operations.
7225         (prepare_cmp_insn): Likewise.
7227 2003-06-03  Roger Sayle  <roger@eyesopen.com>
7229         * varasm.c (force_const_mem): Handle alignment of constants not
7230         representable as a type in the front-end language.
7232 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
7234         * flow.c (initialize_uninitialized_subregs): Use
7235         emit_move_insn instead of emitting a hardcoded move.
7237 2003-06-03  Richard Henderson  <rth@redhat.com>
7239         * optabs.c (expand_abs_nojump): Split out from ...
7240         (expand_abs): ... here.
7241         * optabs.h (expand_abs_nojump): Declare.
7242         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
7243         * Makefile.in (ifcvt.o): Depend on optabs.h.
7245 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
7247         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
7249 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
7251         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
7252         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
7253         to yes.
7254         * configure.in: Allow default_use_cxa_atexit to determine the
7255         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
7256         disabled.
7257         * configure: Regenerate.
7259 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
7261         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
7262         * doc/gcc.texi: Remove vms.texi section.
7263         * doc/vms.texi: Remove obsolete file.
7265 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7267         * configure.in (inhibit_libc): Don't define when configuring
7268         with --with-newlib --with-headers.
7269         * configure: Regenerate.
7271         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
7273 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7275         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
7276         IRIX 6 without GNU ld.
7277         * configure: Regenerate.
7279 2003-06-03  Roger Sayle  <roger@eyesopen.com>
7281         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
7282         of a complex number rather than invoke mov_optab directly.
7284 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
7286         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
7287         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
7289 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7291         * config/i386/x86-64.h: Remove two target-independent comments;
7292          replace "GNU CC" with "GCC".
7294 2003-06-03  Anthony Green  <green@redhat.com>
7296         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
7298 2003-06-03  Roger Sayle  <roger@eyesopen.com>
7300         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7301         New builtins representing ISO C99's cabs, cabsf and cabsl.
7302         * builtins.c (expand_builtin_fabs): New function.
7303         (expand_builtin_cabs): New function.
7304         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
7305         using expand_builtin_fabs and expand_builtin_cabs respectively.
7307         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
7309 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
7311         * function.c (assign_parms): Split complex arguments.
7313         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
7315         * expr.h (SPLIT_COMPLEX_ARGS): Define.
7316         (split_complex_types): Protoize.
7317         (split_complex_values): Protoize.
7319         * calls.c (expand_call): Split complex arguments on architectures
7320         that require it.
7321         (split_complex_values): New.
7322         (split_complex_types): New.
7324         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
7325         (rs6000_function_value): Handle complex values on AIX.
7326         (rs6000_complex_function_value): New.
7328         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
7330         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
7331         (SPLIT_COMPLEX_ARGS): New.
7333 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
7335         * configure.in (HAVE_LD_PIE): Check for ld -pie.
7336         * config.in: Rebuilt.
7337         * configure: Rebuilt.
7338         * toplev.c (flag_pie, flag_shlib): New variables.
7339         (f_options): Add -fpie and -fPIE.
7340         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
7341         Set flag_shlib if flag_pic and not -fpie/-fPIE.
7342         * flags.h (flag_pic, flag_shlib): Add.
7343         * varasm.c (default_binds_local_p): Use flag_shlib instead of
7344         flag_pic.
7345         * gcc.c (LINK_PIE_SPEC): Define.
7346         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
7347         (option_map): Add --pie -> -pie mapping.
7348         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
7349         and -fPIE the same way as -fPIC.
7350         * config/openbsd.h (ASM_SPEC): Likewise.
7351         * config/frv/frv.h (ASM_SPEC): Likewise.
7352         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
7353         * config/arm/semi.h (ASM_SPEC): Likewise.
7354         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7355         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
7356         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
7357         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
7358         * config/m68k/linux.h (CPP_SPEC): Likewise.
7359         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
7360         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7361         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7362         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
7363         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
7364         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
7365         * config/netbsd-aout.h (ASM_SPEC): Likewise.
7366         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
7367         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
7368         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7369         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7370         * config/sparc/sparc.h (ASM_SPEC): Likewise.
7371         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
7372         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
7373         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
7374         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
7375         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
7376         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
7377         Simplify.
7378         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7379         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7380         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7381         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7382         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7383         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7384         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7385         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
7387 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
7389         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
7390         != 0 handling.  Pass 0 to store_by_pieces.
7391         (expand_builtin_mempcpy): Add endp argument.  Don't call
7392         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
7393         directly.  If ignoring result, only do expand_call.
7394         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
7395         otherwise.
7396         (expand_builtin_strncpy, expand_builtin_memset): Adjust
7397         store_by_pices callers.
7398         (expand_builtin): Adjust expand_builtin_memcpy and
7399         expand_builtin_mempcpy callers.
7400         * expr.c (can_move_by_pieces): New function.
7401         (move_by_pieces): Add endp argument, return to resp. memory at end
7402         or one byte earlier depending on endp.
7403         (store_by_pieces): Likewise.
7404         (emit_block_move): Adjust call to move_by_pieces.
7405         (emit_push_insn): Adjust move_by_pieces caller.
7406         * expr.h (can_move_by_pieces): New prototype.
7407         (store_by_pieces): Adjust prototypes.
7408         * rtl.h (move_by_pieces): Adjust prototype.
7409         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
7410         caller.
7412 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
7414         * doc/md.texi (Processor pipeline description): Improve wording.
7416 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
7418         * c-opts.c (c_common_handle_option): New, pulled out of
7419         c_common_decode_option.  Substitute uses of argv.
7420         (c_common_decode_option): Broken into two.
7422 2003-06-02  Roger Sayle  <roger@eyesopen.com>
7423             Zack Weinberg  <zack@codesourcery.com>
7425         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
7426         test of TREE_CONSTANT_POOL_ADDRESS_P.
7428 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7430         * mips.c: Don't include output.h twice.
7431         * stormy16.c: Likewise.
7432         * xtensa.c: Likewise.
7433         * output.h: Protect against multiple inclusion.
7435 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
7437         * sh.h (OLD_ARG_MODE): New macro.
7438         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
7439         (FUNCTION_ARG_1): Break out of:
7440         (FUNCTION_ARG).  Use OLD_ARG_MODE.
7442 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7444         * gcc/config.gcc Add support multilib parts for m32rx processor.
7446 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7448         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
7449         (mostlyclean): Delete c-options.c and c-options.h.
7451 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
7453         * c-opts.c (CL_REJECT_NEGATIVE): New.
7454         (c_common_decode_option): Update to use it.
7455         * c.opt: Update documentation; use RejectNegative.
7456         * opts.sh: Handle RejectNegative.
7458 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
7460         * ggc-page.c (init_ggc): Give better diagnostics on failure to
7461         open /dev/zero.
7462         * toplev.c (crash_signal): Reset handling for received signal
7463         to SIG_DFL.
7465 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
7467         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
7468         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
7469         (arm_use_dfa_pipeline_interface): Implement.
7470         * config/arm/arm.md (arm): New automaton.
7471         (write_buf): Remove function units; new cpu unit.
7472         (write_blockage): Remove function units; new cpu unit.
7473         (core): Remove function units; new cpu unit.
7474         (r_mem_f_wbuf): New instruction reservation.
7475         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
7476         (store1_ldsched, store2, store3, store4): Likewise.
7477         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
7478         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
7479         (multi_cycle, single_cycle): Likewise.
7480         * config/arm/fpa.md (armfp): New automaton.
7481         (fpa): Remove function units; new cpu unit.
7482         (fpa_mem): Remove function unit; new cpu unit.
7483         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
7484         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
7486 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7488         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
7489         * c-format.c (enum format_type): Add asm_fprintf_format_type.
7490         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
7491         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
7492         (format_types_orig): Renamed from format_types.  Add new data.
7493         (format_types): Declare as pointer.
7494         (handle_format_attribute): Move later in file so we have all
7495         necessary declarations.  Add section to capture HOST_WIDE_INT.
7496         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
7497         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
7499 2003-06-01  Andreas Jaeger  <aj@suse.de>
7501         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
7502         ROUND_TYPE_SIZE_UNIT.
7504         * stor-layout.c (finalize_record_size): Remove usages of
7505         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7506         (finalize_type_size): Likewise.
7507         (layout_type): Likewise.
7509         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7511         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
7513         * config/d30v/d30v.h: Remove text copied from the manual.
7515 2003-06-01  Roger Sayle  <roger@eyesopen.com>
7516             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7517             Geoffrey Keating  <geoffk@apple.com>
7519         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
7520         constants as condition code values.
7522 2003-06-01  DJ Delorie  <dj@redhat.com>
7524         * cppmacro.c (warn_of_redefinition): Handle cases where the two
7525         definitions have different numbers of tokens.
7527 2003-06-01  Andreas Jaeger  <aj@suse.de>
7529         * gen-protos.c (main): Readd unused attribute for argc.
7531 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7533         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
7534         * c.opt: End in blank line.
7535         * opts.sh: Take AWK from environment if available; use C locale.
7537 2003-06-01  Andreas Schwab  <schwab@suse.de>
7539         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
7541 2003-06-01  Andreas Jaeger  <aj@suse.de>
7543         * gen-protos.c (main): Revert patch to check for argument.
7545 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7547         PR target/11044
7548         * config/i386/i386.md (length attribute): Set length to 4
7549         for instructions of type "fcmp".
7551 2003-06-01  Andreas Jaeger  <aj@suse.de>
7553         * toplev.c: Use ISO C90 prototypes.
7555         * toplev.h: Use ISO C90 prototypes.
7557         * genrecog.c: Use ISO C90 prototypes.
7558         (nodes_identical): Correct declaration to match prototype.
7559         (maybe_both_true): Likewise.
7560         (merge_trees): Likewise.
7562         * genpeep.c (gen_peephole): Remove #if 0 code.
7563         Use ISO C90 prototypes.
7565         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
7566         Remove #if 0'ed function simplify_by_alternatives.
7567         (optimize_attrs): Remove #if 0'ed code.
7568         Remove ^L.
7569         Use ISO C90 prototypes.
7570         (make_canonical): Remove #if 0'ed code.
7571         (convert_const_symbol_ref): Remove #if 0'ed function.
7573         * gen-protos.c (main): Check for argument.
7575         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
7577         * params.h: Use ISO C90 prototypes.
7578         * params.c: Likewise.
7579         * intl.c: Likewise.
7580         * intl.h: Likewise.
7581         * lists.c: Likewise.
7582         * errors.c: Likewise.
7583         * errors.h: Likewise.
7584         * gencodes.c: Likewise.
7585         * genpreds.c: Likewise.
7586         * genattr.c: Likewise.
7587         * gen-protos.c: Likewise.
7588         * genflags.c: Likewise
7589         * genconditions.c: Likewise.
7590         * genautomata.c: Likewise.
7591         * gencheck.c: Likewise.
7592         * genconfig.c: Likewise.
7593         * genconstants.c: Likewise.
7594         * genemit.c: Likewise.
7595         * genextract.c: Likewise.
7596         * gengenrtl.c: Likewise.
7597         * gengtype.c: Likewise.
7598         * gengtype.h: Likewise.
7599         * genopinit.c: Likewise.
7600         * genoutput.c: Likewise.
7601         * gensupport.c: Likewise.
7602         * gensupport.h: Likewise.
7604         * sdbout.h: Use ISO C90 prototypes.
7606         * sdbout.c (CONTIN): Removed empty macro.
7607         (sdbout_one_type): Remove CONTIN usages.
7608         Remove ^Ls.
7609         (tag_of_ru_type): Remove #if 0'ed function.
7610         (sdbout_symbol): Remove #if 0'ed code.
7611         (sdbout_one_type): Remove a #if 1.
7612         (sdbout_one_type): Remove #if 0'ed code.
7613         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7614         Remove PARAMS, use ISO C90 prototypes for all functions.
7616 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
7618         * rtl.def (CONST_DOUBLE): Update comment.
7620 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7622         * opts.sh: Remove path from sort.
7624 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
7626         PR/9680
7627         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7628         TARGET_SPE for SPE_VECTOR_MODE.
7630 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
7632         * toplev.c (botch): Remove.
7633         (do_abort): Remove.
7634         (set_Wunused): Comment.
7635         (set_Wextra): Comment.
7636         Remove ^L's.
7637         (rest_of_compilation): Factor out common code into functions.
7638         (rest_of_handle_inlining): New.
7639         (rest_of_handle_ssa): New.
7640         (rest_of_handle_cse): New.
7641         (rest_of_handle_gcse): New.
7642         (rest_of_handle_loop_optimize): New.
7643         (rest_of_handle_jump_bypass): New.
7644         (rest_of_handle_sibling_calls): New.
7645         (rest_of_handle_null_pointer): New.
7646         (rest_of_handle_addresof): New.
7647         (rest_of_handle_flow): New.
7648         (rest_of_handle_branch_prob): New.
7649         (rest_of_handle_if_conversion): New.
7650         (rest_of_handle_tracer): New.
7651         (rest_of_handle_loop2): New.
7652         (rest_of_handle_cse2): New.
7653         (rest_of_handle_life): New.
7654         (rest_of_handle_combine): New.
7655         (rest_of_handle_if_after_combine): New.
7656         (rest_of_handle_regmove): New.
7657         (rest_of_handle_sched): New.
7658         (rest_of_handle_old_regalloc): New.
7659         (rest_of_handle_new_regalloc): New.
7660         (rest_of_handle_regrename): New.
7661         (rest_of_handle_reorder_blocks): New.
7662         (rest_of_handle_sched2): New.
7663         (rest_of_handle_new_regalloc): New.
7664         (rest_of_handle_old_regalloc): New.
7665         (rest_of_handle_regrename): New.
7666         (rest_of_handle_reorder_blocks): New.
7667         (rest_of_handle_stack_regs): New.
7668         (rest_of_handle_machine_reorg): New.
7669         (rest_of_handle_delay_slots): New.
7670         (rest_of_handle_final): New.
7672         * toplev.h (botch): Remove prototype.
7673         (do_abort): Same.
7675 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7677         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7678         * c-opts.c: Include c-options.h and c-options.c.
7679         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7680         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7681         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7682         OPT, opt_comp): Remove.
7683         (missing_arg, c_common_init_options, c_common_decode_option,
7684         write_langs): Update for macro redefinitions and enumeration
7685         name changes.
7686         * c.opt, opts.sh: New files.
7687         * doc/passes.texi: Update.
7689 2003-05-31  Andreas Jaeger  <aj@suse.de>
7691         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7692         usage.
7694         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7696         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7698         * system.h: Poison ALLOCATE_TRAMPOLINE.
7700         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7701         * system.h: Poison HANDLE_PRAGMA.
7703 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
7705         * doc/invoke.texi: Update dump file names.
7707 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7709         * c-format.c (format_length_info, format_char_info,
7710         format_flag_spec, format_flag_pair, format_kind_info):
7711         De-const-ify structure members.
7713 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7715         * flags.h (flag_wrapv): New flag controlling overflow semantics.
7716         * toplev.c (flag_wrapv): Declare the variable with default false.
7717         (lang_independent_options): New option "-fwrapv" to set the above.
7719         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7720         as x, when signed arithmetic overflow wraps around.
7721         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7722         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7723         overflow when flag_wrapv is true.
7725         * doc/invoke.texi: Document new -fwrapv command line option.
7726         * doc/c-tree.texi: Mention that the overflow semantics of
7727         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7728         upon both flag_wrapv and flag_trapv.
7730 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7732         * doc/install.texi (mips-sgi-irix5): Add missing
7733         HTML <hr> marker.
7735 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7737         * doc/md.texi (Machine Constraints): Document
7738         missing SPARC constraints.
7740 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7742         * doc/md.texi (Automaton pipeline description): Use
7743         "type" instead of "cpu" as the attribute in the examples.
7745 2003-05-30  Stan Shebs  <shebs@apple.com>
7747         * system.h: Poison OBJC_PROLOGUE.
7749 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7751         * emit-rtl.c (gen_complex_constant_part): New function for getting
7752         the constant real or imaginary part of a complex constant.
7753         (gen_realpart): Use it.
7754         (gen_imagpart): Likewise.
7756 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
7758         * doc/invoke.texi: Fix typos.
7759         * doc/rtl.texi: Likewise.
7761 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7763         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7764         mode.
7765         * config/h8300/crtn.asm: Likewise.
7766         * config/h8300/lib1funcs.asm: Likewise.
7767         * config/h8300/h8300.c (asm_file_start): Likewise.
7768         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7769         h8300snelf emulations for normal mode.
7770         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7771         emulations for normal mode.
7773 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7775         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7776         true if TARGET_NORMAL_MODE.
7778 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7780         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7781         making a substitution.
7782         (dead_libcall_p): If directly replacing a libcall with a
7783         constant value produces an invalid instruction, also try forcing
7784         the constant into the constant pool.
7785         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7786         obvious that the source is a constant.
7787         (compress_float_constant): Use set_unique_reg_note to place
7788         REG_EQUAL notes on instructions.
7790 2003-05-30  Eric Christopher  <echristo@redhat.com>
7792         * config/mips/mips.c (extern_list): Add GTY marker.
7793         (extern_head): Separate out definition. Add marker.
7794         (mips_output_external): Use ggc_alloc for extern_list
7795         allocation.
7796         (mips_output_external_libcall): Ditto.
7798 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
7800         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7801         later.
7803 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7805         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7806         warnings.
7807         (PRINT_OPERAND): Likewise.
7809 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7811         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7812         -mdebug/-no-mdebug switches ...
7813         (MDEBUG_ASM_SPEC): ... here.
7814         Use only with gas.
7815         (EXTRA_SPECS): Initialize mdebug_asm_spec.
7817 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
7819         * gthr-gnat.c: Remove #undef UNUSED.
7820         (__gnat_default_lock, __gnat_default_unlock): Prototype.
7821         (__gnat_task_lock, __gnat_task_unlock): Make declarations
7822         prototypes.
7823         (__gnat_install_locks): Convert declaration to ISO C90, make
7824         parameter declarations prototypes, and remove blank line.
7825         * gthr-gnat.h (__gnat_install_locks): Make parameter
7826         declarations prototypes.
7828 2003-05-29  Jason Merrill  <jason@redhat.com>
7830         * Makefile.in (unstrap): Remove stage_last after make unstage1.
7832 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7834         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7836 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7837             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
7839         PR bootstrap/10169
7840         * mips-tfile.c (main): Use getopt_long instead of getopt.
7841         Add new command line option --version to display version.
7842         Treat --verbose like -v to report a single line version.
7843         (options): New global variable for getopt_long.
7844         * mips-tdump.c (main): Use getopt_long instead of getopt.
7845         New command line options -v, --version and -verbose to display
7846         the program version number (to match mips-tfile's behavior).
7847         (options): New global variable for getopt_long.
7849         * gcov.c (options): Zero-terminate getopt_long array.
7850         * gcov-dump.c (options): Likewise.
7852         * Makefile.in (mips-tdump.o): Add dependency on version.h.
7854 2003-05-29  Stan Shebs  <shebs@apple.com>
7856         Remove OBJC_PROLOGUE everywhere.
7857         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7858         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7859         * config/d30v/d30v.h: Similarly.
7860         * config/ip2k/ip2k.h: Similarly.
7861         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7863 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7865         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7866         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
7867         (expand_unreachable_stmt): Expand unreachable while statements
7868         using genrtl_do_stmt_1.
7870 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
7872         * config/mips/mips-protos.h (mips_output_load_label): Declare.
7873         * config/mips/mips.c (mips_output_load_label): New function.
7874         (mips_output_conditional_branch): Use it.
7875         * config/mips/mips.md (jump): And here.
7877 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
7879         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7880         (xtensa_split_operand_pair): New proto.
7881         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7882         (smalloffset_double_mem_p): Delete.
7883         (gen_float_relational, printx, print_operand, xtensa_va_arg):
7884         Fix whitespace.
7885         (xtensa_split_operand_pair): New.
7886         (xtensa_dbx_register_number): Fix formatting.
7887         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7888         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7889         instead of splitting them into single-word moves.  Remove unnecessary
7890         checks for reload_in_progress and reload_completed.
7891         (movdi_internal, movdf_internal): Change to post-reload split patterns.
7892         Add constraints to allow constant operands.
7893         (movsf_internal): Allow CONST_INT operands.
7895 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
7897         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7898         fragment i386/x-mingw32.
7899         * config/i386/x-mingw32: New file. Make local_includedir
7900         relative to EXEC_PREFIX.
7902 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
7904         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7905         (MD_STARTFILE_PREFIX): Define.
7907 2003-05-27  Denis Chertykov  <denisc@overta.ru>
7909         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7910         VOIDmode.
7911         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7912         call of cselib_invalidate_regno.
7914 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
7916         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7917         -lthread to -lpthread.
7919 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7920             Bruce Korb  <bkorb@gnu.org>
7921             Arno Klaassen  <arno@heho.snv.jussieu.fr>
7923         * fixinc/inclhack.def: Add missing declaration of getpagesize()
7924         to unistd.h on Solaris 2.5.1.
7925         Fix prototype of recv() and send() in sys/socket.h on
7926         Solaris 2.5.1 and 2.6.
7927         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7928         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7929         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7930         * fixinc/fixincl.x: Regenerate.
7932 2003-05-27  Jason Merrill  <jason@redhat.com>
7934         * tree.c (expr_first, expr_length): New fns.
7935         * tree.h: Declare them.
7937         * tree.c (iterative_hash_expr): Hash commutative expressions
7938         consistently.
7940 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7942         * tree.h (contains_placeholder_p): Now returns bool.
7943         (CONTAINS_PLACEHOLDER_P): New macro.
7944         (type_contains_placeholder_p): New function.
7945         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7946         (contains_placeholder_p): Now returns bool.
7947         Rework to use CONTAINS_PLACEHOLDER_P macro.
7948         (type_contains_placeholder_p): New function.
7949         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7950         type_contains_placeholder_p.
7951         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7952         Use CONTAINS_PLACEHOLDER_P macro.
7953         * builtins.c (fold_builtin): Likewise.
7954         * calls.c (initialize_argument_information): Likewise.
7955         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7956         * explow.c (expr_size): Likewise.
7957         * expr.c (store_constructor, get_inner_reference): Likewise.
7958         * function.c (assign_parms): Likewise.
7959         * stor-layout.c (variable_size): Likewise.
7961 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
7963         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
7964         attribute.
7966 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7968         * doc/contrib.texi (Contributors): Update Kean Johnston.
7970 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
7972         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7974 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7976         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7977         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7978         Replace "GNU CC" with "GCC".
7980 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
7982         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7983         intermediate computation.
7985 2003-05-23  Eric Christopher  <echristo@redhat.com>
7987         * config/mips/mips.md (clzsi, clzdi): New patterns.
7989 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
7991         * gcc.c (default_compilers): Use -o to specify preprocessor's output
7992         file.  Make -no-integrated-cpp work when building PCH files.
7993         * objc/lang-specs.h: Likewise.
7995 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7997         * fixinc/Makefile.in: Correct description.
7998         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7999         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
8000         fixinc/genfixes: Replace "GNU CC" with "GCC".
8002 2003-05-23  Roger Sayle  <roger@eyesopen.com>
8004         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
8005         builtin functions (and their __builtin_* variants).
8006         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
8007         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
8008         optimizing.
8010         * doc/extend.texi: Document new tan and atan builtins, and
8011         their float and long double variants.
8013 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
8015         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
8016         __sparcv9 in the TARGET_ARCH64 case.
8018 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
8020         * i386.c (ix86_reorg): Calls are also jumps.
8022 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
8024         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
8025         note containing an EXPR_LIST, process all the arguments.
8027 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
8028                                Andreas Jaeger  <aj@suse.de>
8030         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
8031         do not use assertion.
8033 2003-05-23  Mike Stump  <mrs@apple.com>
8035         * tlink.c (scan_linker_output): Add support for darwin linker, as it
8036         emits unresolved symbols one per line, consuming the entire line.
8038 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
8039             Zack Weinberg <zack@codesourcery.com>
8041         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
8042         * config/m68k/m68k.c (m68k_output_function_prologue):
8043         Remove code under #if NEED_PROBE.
8044         * config/m68k/m68k.h: Don't define NEED_PROBE.
8045         * config/m68k/m68k.md: Remove "probe" insn.
8046         * doc/md.texi: Remove documentation of "probe" pattern.
8048 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
8050         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
8052 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8054         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
8055         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
8057 2003-05-22  Roger Sayle  <roger@eyesopen.com>
8059         * real.c (real_maxval): New function to return the largest finite
8060         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
8061         * real.h (real_maxval): Prototype here.
8062         * fold-const.c (fold_inf_compare): Transform comparisons against
8063         +-Infinity into comparisons against DBL_MAX (or equivalent).
8065 2003-05-22  Mike Stump  <mrs@apple.com>
8067         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
8068         default.
8070 2003-05-22  DJ Delorie  <dj@redhat.com>
8072         * calls.c (expand_call): If the arg block is going to grow
8073         downward, we need argblock to point to the top of the block,
8074         not the bottom.
8076 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8078         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
8080         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
8081         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
8083 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8085         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
8086         * m68k.c: Likewise.
8087         * m68k.h: Likewise.
8089 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
8091         PR other/2873
8092         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
8093         expressions to prevent triggering on recent curses.h,
8094         linux/nls.h, or X11/Xlib.h.
8095         (stdio_va_list): Add _G_va_list to bypass pattern.
8096         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
8097         * fixinc/fixincl.x: Regenerate.
8099 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
8101         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
8102         switches when --target-help option is specified.
8104 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8106         PR bootstrap/10805
8107         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
8108         failure with Sun assembler 5.0 Alpha 03/27/98.
8110 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
8112         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
8113         to match system compiler convention.
8115 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
8117         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
8118         value, not just if defined.
8119         Update copyright year.
8121 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8123         PR target/6428
8124         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
8125         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
8126         option is used without `-static'.
8127         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
8128         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
8130 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
8132         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
8133         TARGET_SERIALIZE_VOLATILE): Delete.
8134         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
8135         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
8136         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
8137         "-mno-serialize-volatile".
8138         * config/xtensa/xtensa.c (print_operand): Remove checks of
8139         TARGET_SERIALIZE_VOLATILE.
8140         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
8141         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
8142         "-mserialize-volatile" and "-mno-serialize-volatile" options.
8144 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
8146         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
8147         (nested_function): Likewise.
8148         (notype_nested_function): Likewise.
8150 2003-05-21  Nick Clifton  <nickc@redhat.com>
8152         * config/stormy16/stormy-abi: Update overflow type for
8153         R_XSTORMY16_16 reloc.
8155 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
8157         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
8158         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
8159         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
8160         * print-tree.c (print_node): Remove ambient-boundedness.
8161         * tree.h (tree_common): Remove bounded_flag.
8162         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
8163         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
8164         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
8165         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
8166         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
8167         Remove.
8168         (TYPE_QUALS): Remove BOUNDED.
8169         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
8170         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
8171         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
8172         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
8173         VA_LIST_POINTER_DEPTH): Remove.
8174         (struct tree_type): Remove pointer_depth.
8176 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8178         * c-pretty-print.c (pp_c_integer_literal): Use
8179         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
8181 2003-05-20  Roger Sayle  <roger@eyesopen.com>
8182             Kazu Hirata  <kazu@cs.umass.edu>
8183             Joern Rennecke  <joern.rennecke@superh.com>
8185         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
8186         setcc and jump, if they exist.  If substituted instruction
8187         fails to validate, store current effort in a REG_EQUAL note.
8188         (cprop_insn): Don't attempt further substitutions if the
8189         current instruction has been deleted.
8190         (local_cprop_pass): Likewise.
8192         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
8193         one is attached to the jump instruction.
8194         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
8196 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
8198         PR c++/9738
8199         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
8200         even if not first.
8202 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8204         * genautomata.c (output_description, output_automaton_units,
8205         output_state_arcs): Add missing specifiers.
8207 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
8209         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
8210         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
8211         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
8212         (nsau): Rename to do_nsau.  Provide alternate version for use when
8213         the NSAU instruction is available.
8214         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
8215         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
8216         * config/xtensa/xtensa-config.h: Update comments to match binutils.
8217         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
8218         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
8219         (TARGET_ABS, TARGET_ADDX): Define.
8220         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
8221         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
8222         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
8223         *subx8): Set predicate condition to TARGET_ADDX.
8224         (abssi2): Set predicate condition to TARGET_ABS.
8225         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
8226         "-maddx", and "-mno-addx" options.
8227         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
8229 2003-05-20  Kevin Ryde <user42@zip.com.au>
8230             Wolfgang Bangerth <bangerth@dealii.org>
8232         PR/10355
8233         * doc/extend.texi: Put a warning into the documentation
8234         of attribute regparm.
8236 2003-05-20  Jason Merrill  <jason@redhat.com>
8238         * tree.c (expr_last): New fn.
8239         * tree.h: Declare it.
8240         * objc/objc-act (expr_last): Rename to objc_expr_last.
8242 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
8244         * sh.c (sh_register_move_cost): Add clase for moving between
8245         FP registers and MAC registers.
8247 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
8249         * pa/milli64.S ($$mulI): Fix typo.
8251 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
8253         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
8254         (nonlocal_set_p): Remove initial blank line.
8255         * dwarf2out.c (simple_type_size_in_bits): Likewise.
8256         * et-forest.c (et_forest_create): Likewise.
8257         * explow.c (stabilize): Likewise.
8258         * fix-header.c (write_lbrac): Likewise.
8259         * graph.c (start_fct, node_data): Likewise.
8260         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
8261         * rtlanal.c (global_reg_mentioned_p): Likewise.
8262         * tree.c (bit_position): Likewise.
8264 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
8266         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
8267         -lthread to -lpthread.
8269 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
8271         * c-opts.c (c_common_decode_option): Don't accept dollars
8272         as identifier characters in assembly.
8273         * doc/cpp.texi: Document this.
8275 2003-05-19  Seth Arnold  <sarnold@wirex.com>
8276             Aldy Hernandez  <aldyh@redhat.com>
8278         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
8279         vrsave_size twice.
8281 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
8283         * doc/tm.texi (function_arg): Fix typo.
8285 2003-05-19  Matt Austern  <austern@apple.com>
8287         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
8288         * c-common.h (warn_invalid_offsetof): Declare.
8289         * c-common.c (warn_invalid_offsetof): Define.
8290         * doc/invoke.texi: Document -Winvalid-offsetof.
8291         * testsuite/g++.dg/other/offsetof3.C: New.
8292         * testsuite/g++.dg/other/offsetof4.C: New.
8294 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
8295             David Edelsohn  <edelsohn@gnu.org>
8297         * config/rs6000/rs6000.c (rs6000_alignment_string,
8298         rs6000_alignment_flags): New variables.
8299         (rs6000_parse_alignment_option): New function.
8300         (rs6000_override_options): Call it.
8301         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
8302         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
8303         macros.
8304         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
8305         natural alignment if TARGET_NATURAL_ALIGNMENT
8306         (ROUND_TYPE_ALIGN): Always use default record alignment if
8307         TAGET_NATURAL_ALIGNMENT.
8308         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
8309         (ROUND_TYPE_ALIGN): Same.
8310         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
8311         (ROUND_TYPE_ALIGN): Same.
8312         * doc/invoke.texi (Option Summary, PowerPC Options): Document
8313         new options.
8315 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
8317         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
8318         of a function using ASMSPEC, prepend a star.
8320 2003-05-19  Jason Merrill  <jason@redhat.com>
8322         * tree-inline.c (copy_body_r): Avoid generating &* during inline
8323         substitution.
8325 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
8327         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
8328         not mark assignments to the hard frame pointer as being stack
8329         frame related.
8330         (xstormy16_expand_epilogue): Mark adjustments to the stack
8331         pointer as being stack frame related.
8333 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
8335         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
8336         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
8337         (PREDICATE_CODES): Add hilo_operand.
8338         * config/mips/mips.c (hilo_operand): New predicate.
8339         (mips_adjust_insn_length): Account for the number nops that might
8340         be needed to avoid hardware hazards.
8341         * config/mips/mips.md (dslot): Remove attribute.
8342         (hazard): New attribute.
8343         (can_delay): Use it.  Check for calls, branches & jumps.
8344         (muldi3): Use the standard dmult pattern for mips16 code.
8345         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
8347 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
8349         * config/mips/mips-protos.h (final_prescan_insn,
8350         mips_count_memory_refs, mips_fill_delay_slot): Remove.
8351         * config/mips/mips.h (delay_type, dslots_load_total,
8352         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
8353         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
8354         mips_load_reg3, mips_load_reg4): Remove.
8355         (MASK_STATS): Remove.
8356         (MASK_EXPLICIT_RELOCS): Reuse its value.
8357         (TARGET_STATS): Remove.
8358         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
8359         Warn that -mstats is now ignored.
8360         (FINAL_PRESCAN_INSN): Undefine.
8361         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
8362         (ASM_OUTPUT_REG_POP): Likewise.
8363         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
8364         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
8365         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
8366         mips_fill_delay_slot, mips_count_memory_refs,
8367         final_prescan_insn): Remove.
8368         (output_block_move): Remove calls to mips_count_memory_refs.
8369         (print_operand): Remove printing of #nop for TARGET_STATS.
8370         (mips_output_function_epilogue): Remove TARGET_STATS code.
8371         Reorganize setting of fnnmae.
8372         * config/mips/mips.md: Remove handling of dslot statistics
8373         throughout file.  Change all fcmp patterns into normal asm
8374         templates, removing calls to mips_fill_delay_slot.
8375         * doc/invoke.texi: Remove documentation of -mstats.
8377 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
8379         * config/mips/mips.c (mips_class_max_nregs): Return the number of
8380         words in the mode.
8382 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
8384         * config/mips/mips.c (override_options): Disable explicit
8385         relocs for old ABIs unless using gas.
8387 2003-05-18  Eric Christopher  <echristo@redhat.com>
8389         * config/mips/mips.h: Remove definition of g_switch_value.
8391 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
8393         * flags.h (g_switch_value): Change to an unsigned
8394         HOST_WIDE_INT.
8395         * toplev.c (g_switch_value): Likewise.
8397         * config/alpha/alpha.c (small_symbolic_operand): Remove
8398         g_switch_value cast.
8399         (alpha_in_small_data_p): Cast size to an unsigned
8400         HOST_WIDE_INT.
8402         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
8403         unsigned HOST_WIDE_INT.
8404         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
8405         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
8407         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
8408         unsigned HOST_WIDE_INT.
8409         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
8410         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
8411         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
8413         * config/rs6000/rs6000.c (rs6000_file_start): Use
8414         HOST_WIDE_INT_PRINT_UNSIGNED.
8415         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
8416         (rs6000_elf_in_small_data_p): Cast size to unsigned
8417         HOST_WIDE_INT.
8418         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
8419         Remove.
8420         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
8421         g_switch_set.
8422         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
8423         g_switch_value cast.
8425 2003-05-18  Roger Sayle  <roger@eyesopen.com>
8426             Zack Weinberg  <zack@codesourcery.com>
8428         PR middle-end/10472
8429         * builtins.c (expand_builtin_memcpy):  Call force_operand on
8430         expressions and use simplify_gen_binary to create the addition.
8432 2003-05-18  Andreas Schwab  <schwab@suse.de>
8434         * config/m68k/m68k.md: Use define_constants for unspec numbers.
8436 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
8438         * config/sparc/sparc.h: Define sparc for now.
8440 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8442         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
8444         * config/stormy16/stormy16.h: Remove about 3000 lines of
8445         target-independent comments.  Update copyright notice.
8447         * doc/collect2.texi: GNU CC -> GCC.
8448         * doc/headerdirs.texi: GNU CC -> GCC.
8450 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
8452         * hashtable.h (struct ht_identifier): Add data member "hash_value".
8453         * hashtable.c (ht_lookup): Use it when searching, remember.
8454         (ht_expand): Do not recompute.
8455         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
8457 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
8459         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
8461 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
8463         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
8464         Default here.
8465         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
8466         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
8467         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
8468         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
8469         config/arm/linux-elf.h, config/arm/rtems-elf.h,
8470         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
8471         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
8472         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
8473         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
8474         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
8475         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
8476         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
8477         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
8478         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
8479         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
8480         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
8481         Don't define __ELF__.
8482         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
8483         Define __ELF__.
8484         * doc/cpp.texi: Document __ELF__.
8485         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
8487 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8489         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
8490         always use stdarg.
8491         * c-errors.c (pedwarn_c99): Likewise.
8492         * c-format.c (status_warning): Likewise.
8493         * c-semantics.c (build_stmt): Likewise.
8494         * calls.c (emit_library_call, emit_library_call_value): Likewise.
8495         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
8496         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
8497         * diagnostic.c (build_message_string, output_printf,
8498         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
8499         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
8500         error_with_decl, fnotice): Likewise.
8501         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
8502         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
8503         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
8504         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
8505         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
8506         dw2_asm_output_encoded_addr_rtx): Likewise.
8507         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
8508         * errors.c (warning, error, fatal, internal_error): Likewise.
8509         * final.c (output_operand_lossage, asm_fprintf): Likewise.
8510         * fix-header.c (fatal): Likewise.
8511         * gcc.c (fatal, error, notice): Likewise.
8512         * gcov.c (fnotice): Likewise.
8513         * genattrtab.c (attr_rtx, attr_printf): Likewise.
8514         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
8515         * gensupport.c (message_with_line): Likewise.
8516         * mips-tfile.c (fatal, error): Likewise.
8517         * protoize.c (notice): Likewise.
8518         * ra-debug.c (ra_debug_msg): Likewise.
8519         * read-rtl.c (fatal_with_file_and_line): Likewise.
8520         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
8521         * tree.c (build, build_nt, build_function_type_list): Likewise.
8523 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8525         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
8526         * gcc.c (cpp_predefines): Remove.
8527         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
8528         (static_specs): Remove predefines.
8529         * system.h: Poison CPP_PREDEFINES.
8530         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
8531         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
8533 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8535         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
8536         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
8537         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
8538         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
8540 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8542         PR c/9209
8543         * c-common.c, c-common.h (dollars_in_ident): Remove.
8544         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
8545         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
8546         * cpphash.h (warned_dollar): Rename warn_dollars.
8547         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
8548         Permit dollars regardless of -std=.
8549         (post_options): Set warn_dollars.
8550         * cpplex.c (forms_identifier_p): Use warn_dollars.
8551         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
8552         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
8553         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
8554         Update documentation.
8556 2003-05-17  Andreas Schwab  <schwab@suse.de>
8558         * config/m68k/m68k.c (m68k_output_function_prologue): Use
8559         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
8560         formatting a HOST_WIDE_INT.
8561         (m68k_output_function_epilogue): Likewise.
8563 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
8565         * doc/install.texi: Remove information about desupported targets.
8567 2003-05-17  Andreas Schwab  <schwab@suse.de>
8569         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
8570         * config/m68k/linux.h: Likewise.
8571         * config/m68k/m68k-none.h: Likewise.
8572         * config/m68k/netbsd-elf.h: Likewise.
8573         * config/m68k/sgs.h: Likewise.
8574         * config/m68k/m68k.h: Likewise.
8575         * config/m68k/m68k.md: Likewise.
8576         * config/m68k/m68k.c: Likewise.
8577         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
8578         constraints.
8579         * doc/invoke.texi (Option Summary): Remove -mfpa.
8580         (M680x0 Options): Likewise.
8582 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
8584         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8586 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8588         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8589         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8590         config/sparc/rtemself.h, config/sparc/sol2-64.h,
8591         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8592         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8594 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8596         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8597         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8599 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8601         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8602         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8603         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8604         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8605         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8606         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8607         sparc/sysv4.h,
8608         * sparc/sysv4-only.h: New.
8610 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
8612         * function.c (assign_parms): Check for zero size args.
8614 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8616         * cfgloopanal.c (test_for_iteration): Use string concatentation on
8617         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8618         function calls into one.
8619         * dbxout.c (dbxout_symbol): Likewise.
8620         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8621         * dwarf2asm.c (dw2_asm_output_data_uleb128,
8622         dw2_asm_output_data_sleb128): Likewise.
8623         * genrecog.c (debug_decision_2): Likewise.
8624         * loop.c (emit_prefetch_instructions): Likewise.
8625         * print-rtl.c (print_rtx): Likewise.
8626         * print-tree.c (print_node_brief, print_node): Likewise.
8627         * ra-debug.c (dump_igraph, dump_graph_cost,
8628         dump_static_insn_cost): Likewise.
8629         * ra-rewrite.c (dump_cost): Likewise.
8630         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8631         * sreal.c (dump_sreal): Likewise.
8632         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8633         * varasm.c (assemble_vtable_entry): Likewise.
8635         * avr.c (avr_output_function_prologue,
8636         avr_output_function_epilogue, print_operand): Fix format specifier
8637         warnings.
8638         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8639         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8641 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
8643         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8644         and ! TARGET_STRING cases.
8646         * doc/cppopts.texi (-undef): Fix texinfo warning.
8648         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8649         * cppfiles.c (validate_pch): When -H is used, print some information
8650         about PCH files found.
8652 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8654         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8655         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8656         * config/mips/t-sr71k: Likewise.
8658 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8660         * arc.c (arc_output_function_prologue,
8661         arc_output_function_epilogue): Fix format specifier warnings.
8662         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8664         * v850.c (print_operand): Fix format specifier warnings.
8666         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8667         specifier warnings.
8669         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8670         format specifier warnings.
8672         * ip2k.c (function_prologue, function_epilogue, print_operand):
8673         Fix format specifier warnings.
8674         * ip2k.md: Likewise.
8676         * i960.c (i960_output_function_prologue, i960_print_operand,
8677         i960_print_operand_addr): Fix format specifier warnings.
8679         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8680         (i370_output_function_prologue): Fix format specifier warnings.
8681         * i370.h (PRINT_OPERAND): Likewise.
8683         * fr30.c (fr30_print_operand): Fix format specifier warnings.
8685         * dsp16xx.c (print_operand_address): Fix format specifier warning.
8686         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8688         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8689         specifier warnings.
8691         * alpha.c (print_operand_address, alpha_start_function,
8692         unicosmk_output_ssib): Use string concatentation on
8693         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8694         function calls into one.
8695         * arm.c (arm_print_operand): Likewise.
8696         * cris.c (cris_asm_output_mi_thunk): Likewise.
8697         * frv.c (frv_asm_output_mi_thunk): Likewise.
8698         * ia64.c (ia64_print_operand, process_set): Likewise.
8699         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8700         Likewise.
8701         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8702         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8703         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8704         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8705         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8706         * s390.c (s390_assemble_integer): Likewise.
8707         * sparc.c (sparc_flat_function_prologue,
8708         sparc_flat_function_epilogue): Likewise.
8709         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8710         * vax.c (vax_output_mi_thunk): Likewise.
8712         * frv.c (frv_print_operand_memory_reference): Fix format specifier
8713         warning.
8714         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8716         * m68k.c (m68k_output_function_epilogue): Fix format specifier
8717         warnings.
8719         * stormy16-protos.h (xs_hi_general_operand,
8720         xs_hi_nonmemory_operand): Prototype.
8721         * stormy16.c (xstormy16_output_shift): Fix format specifier
8722         warnings.
8724         * cris.c: Fix format specifier warnings.
8726 2003-05-16  Nick Clifton  <nickc@redhat.com>
8728         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8730 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
8732         * doc/bugreport.texi: Remove most of the of the preface of the
8733         bugs section.
8735 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
8737         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8738         .save XX, r0.
8740 2003-05-15  Roger Sayle  <roger@eyesopen.com>
8742         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8744 2003-05-15  Eric Christopher  <echristo@redhat.com>
8746         * cfgcleanup.c (merge_blocks): Fix return value.
8748 2003-05-15 Eric Christopher <echristo@redhat.com>
8750         * combine.c (expand_compound_operation): Make sure
8751         that zero_extend operation is profitable.
8753 2003-05-15  Richard Henderson  <rth@redhat.com>
8755         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8756         code protected by USE_GNULIBC_1.
8758 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
8760         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
8761         remove hppa*-*-mpeix* which could not be built, and prune
8762         files from tmake_file= or tm_file= lists that don't exist.
8764         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8765         * config/alpha/t-interix, config/arm/conix-elf.h
8766         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8767         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8768         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8769         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8770         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8771         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8772         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8773         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8774         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8775         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8776         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8777         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8778         * config/m68k/tower-as.h, config/m68k/tower.h
8779         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8780         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8781         * config/m88k/m88k-protos.h, config/m88k/m88k.c
8782         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8783         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8784         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8785         * config/mips/rtems64.h, config/mips/sni-gas.h
8786         * config/mips/sni-svr4.h, config/mips/t-ecoff
8787         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8788         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8789         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8790         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8791         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8792         * config/romp/romp-protos.h, config/romp/romp.c
8793         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8794         * config/rs6000/aix3newas.h, config/rs6000/mach.h
8795         * config/sparc/bsd.h, config/sparc/hal.h
8796         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8797         * config/sparc/lynx.h, config/sparc/netbsd.h
8798         * config/sparc/sp86x-aout.h, config/sparc/splet.h
8799         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8800         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8801         * config/sparc/t-halos, config/sparc/t-sparcbare
8802         * config/sparc/t-splet, config/sparc/t-sunos41
8803         * config/v850/rtems.h: Delete file.
8805 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
8807         * config/rs6000/rs6000-protos.h (function_value): Protoize.
8809         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8811         * config/rs6000/rs6000.c (rs6000_function_value): New.
8813 2003-05-15  Philip Blundell  <philb@gnu.org>
8815         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8816         All uses updated.
8817         (arm_tune_xscale): New variable.
8818         (arm_override_options): Set it.
8819         (arm_adjust_cost): Use it in place of arm_arch_xscale.
8820         (arm_gen_load_multiple): Likewise.
8821         (arm_gen_store_multiple): Likewise.
8822         * config/arm/arm.md (is_xscale): Likewise.
8823         * config/arm/arm.h (arm_tune_xscale): Declare.
8825 2003-05-15  Philip Blundell  <philb@gnu.org>
8827         PR target/10730
8828         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8829         involving invalid constants.
8831 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8833         * pa.c (hppa_expand_prologue): Remove blockage.
8835 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
8837         * doc/bugreport.texi: Remove most of the bug reporting
8838         instructions and merge them into bugs.html.
8840 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
8842         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8843         g_switch_value to unsigned HOST_WIDE_INT.
8845 2003-05-14  Eric Christopher  <echristo@redhat.com>
8847         * combine.c: Fix header comments.
8848         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8849         to all calls and prototype.
8851 2003-05-14  Roger Sayle  <roger@eyesopen.com>
8853         PR optimization/10764
8854         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8855         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8856         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
8857         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8858         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8859         the corresponding *fyl2x_?fxf3 instructions.
8861 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
8863         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8864         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8865         XCHAL_HAVE_L32R): New.
8866         * config/xtensa/xtensa-protos.h (non_const_move_operand,
8867         xtensa_load_constant, xtensa_function_prologue,
8868         xtensa_function_epilogue): Delete prototypes.
8869         (xtensa_expand_prologue): New.
8870         * config/xtensa/xtensa.c (frame_size_const,
8871         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8872         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8873         xtensa_function_prologue): Delete.
8874         (add_operand, xtensa_mem_offset): Formatting.
8875         (move_operand): If the const16 option is available, allow any SFmode
8876         and SImode constants.
8877         (xtensa_emit_move_sequence): Inline the former contents of
8878         xtensa_load_constant with modifications to handle the const16 option.
8879         (override_options): Add xtensa_char_to_class['W'] and set it to
8880         the general register class only if the const16 option is enabled.
8881         Fix formatting.  Disallow PIC when using the const16 option.
8882         (print_operand): Reorganize to switch on "letter" instead of the
8883         RTL code.  Add output_operand_lossage calls for invalid cases.
8884         Add support for 't' and 'b' letters.
8885         (xtensa_expand_prologue): New function to replace
8886         xtensa_function_prologue and xtensa_reorg.
8887         (xtensa_function_epilogue): Declare this as static.  Delete code
8888         to print the retw.n or retw instruction.
8889         (xtensa_return_addr): Use A0_REG instead of 0.
8890         (xtensa_rtx_costs): Add costs for using the const16 option.
8891         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8892         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8893         (TARGET_SWITCHES): Add "const16" and "no-const16".
8894         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8895         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8896         using the const16 option.
8897         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8898         (TRAMPOLINE_SIZE): Change from 49 to 59.
8899         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8900         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8901         when using the const16 option.
8902         (PREDICATE_CODES): Delete non_const_move_operand.
8903         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8904         UNSPECV_ENTRY.
8905         (movdi, movdf): If the source is a constant, always expand to a
8906         sequence of movsi insns.
8907         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8908         (movsi_internal, movsf_internal): Add alternative using const16 insns.
8909         (movsf): Add const16 support.
8910         (entry, prologue, epilogue): New.
8911         (set_frame_ptr): Add missing mode for unspec_volatile operation.
8912         Likewise for subsequent split pattern.
8913         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8914         "-mconst16" and "-mno-const16" options.
8916 2003-05-14  Richard Henderson  <rth@redhat.com>
8918         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8919         to be DImode register.  Merge load_symptr.
8920         * config/ia64/ia64.md (load_symptr): Remove.
8922 2003-05-14  Richard Henderson  <rth@redhat.com>
8924         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8925         DEFERRED_CONSTANT_P.
8926         * integrate.c (copy_rtx_and_substitute): Update use.
8927         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8928         to the copy generated.
8929         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8930         of the constant to see if we should emit.
8931         (mark_constant): Similarly.
8932         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8934 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
8936         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8937         move record condition.
8938         (movdi_internal2): Same.
8940 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
8942         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8943         (GCOV_TAG_*) Force type to gcov_unsigned_t.
8944         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8945         (struct gcov_var): Remove modified. Add start, length, offset,
8946         overread. Have buffer array for libgcov.
8947         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8948         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8949         * gcov-io.c (gcov_open): Set mode, do not read anything.
8950         (gcov_close): Write final block.
8951          (gcov_write_block, gcov_allocate): New.
8952         (gcov_write_bytes): Make static. Write or allocate buffer.
8953         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8954         null.
8955         (gcov_write_string): Adjust.
8956         (gcov_write_tag)
8957         (gcov_write_length): Adjust. Flush the block.
8958         (gcov_write_tag_length): Buffer can never be null.
8959         (gcov_read_bytes): Make static. Read in block.
8960         (gcov_sync): Moved here. Adjust.
8961         (gcov_seek): Moved here. Adjust.
8962         * coverage.c (read_counts_file): Adjust.
8963         * gcov-dump.c (print_prefix): Add position parameter.
8964         (flag_dump_positions): New flag.
8965         (options, main, print_usage): Add it.
8966         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8967         tag_summary): Adjust.
8968         * gcov.c (read_graph_file, read_count_file): Adjust.
8969         * libgcov.c (gcov_exit): Adjust.
8971         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8972         (libgcov.a): Depend on libgcc.a.
8973         (gcov.o, gcov-dump.o): Add gcov-io.c.
8974         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8976         * loop.c (check_dbra_loop): Factor common test.
8978 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
8980         * doc/md.texi (Automaton pipeline description): Grammar fixes.
8982 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
8984         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8985         (TARGET_INITIALIZER): Include it.
8986         * target.h (struct gcc_target): Add machine_dependent_reorg field.
8987         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8988         * system.h: Poison MACHINE_DEPENDENT_REORG.
8990         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8991         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8992         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8993         (alpha_handle_trap_shadows): Remove "first insn" parameter.
8994         (alpha_align_insns): Likewise.
8995         (alpha_reorg): Likewise.  Make static.  Update calls to above
8996         functions.
8998         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8999         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
9000         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9001         (arm_reorg): Remove parameter.  Make static.
9003         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
9004         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
9005         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9006         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
9007         Remove parameter.
9009         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
9010         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
9011         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9012         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
9013         Remove parameter.
9015         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
9016         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
9017         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
9019         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
9020         * config/frv/frv.c: Remove orphaned comment.
9022         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
9023         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
9024         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9025         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
9026         Remove parameter.
9028         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
9029         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
9030         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9031         (emit_insn_group_barriers): Remove "first insn" parameter.
9032         (emit_all_insn_group_barriers): Likewise.
9033         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
9034         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
9036         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
9037         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
9038         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9039         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
9040         Remove parameter.
9042         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
9043         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
9044         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9045         (m68hc11_reorg): Make static.  Remove parameter.
9047         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
9048         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
9049         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9050         (conditionalize_optimization): Remove parameter.
9051         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
9052         Make static.  Update call to conditionalize_optimization.
9054         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
9055         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
9056         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9057         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
9058         Make static.
9060         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
9061         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
9062         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9063         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
9064         Remove parameter.
9066         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
9067         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
9068         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9069         (pa_combine_instructions): Remove "first insn" parameter.
9070         (remove_useless_addtr_insns): Likewise.
9071         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
9073         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
9074         commented-out definition.
9076         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
9077         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
9078         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9079         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
9080         Remove parameter.
9082         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
9083         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
9084         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9085         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
9086         Remove parameter.
9087         (sh_output_mi_thunk): Call sh_reorg directly.
9088         * config/sh/sh.md: Update comment.
9090         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
9091         commented-out definition.
9093         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
9094         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
9095         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9096         (v850_reorg): Make static.  Remove parameter.
9098         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
9099         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
9100         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9101         (xtensa_reorg): Make static.  Remove parameter.
9103         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
9104         (TARGET_MACHINE_DEPENDENT_REORG): Document.
9106 2003-05-13  Richard Henderson  <rth@redhat.com>
9108         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
9109         the old decl had instantiated DECL_RTL.
9111 2003-05-13  Mike Stump  <mrs@apple.com>
9113         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
9115 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
9117         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
9118         HOST_WIDE_INT argument.
9120 2003-05-13  Jason Merrill  <jason@redhat.com>
9122         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
9124         * tree.c (iterative_hash_expr): New fn.
9126         * c-semantics.c (emit_local_var): Don't mess with temp slots if
9127         there's no initializer.
9129 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
9131         * final.c (final_scan_insn): Apply the effects of frame-related
9132         delay slot insns before emitting a delayed branch.
9134 2003-05-13  Nick Clifton  <nickc@redhat.com>
9136         * config/mcore/mcore.md (jump): Use emit_jump_insn.
9138 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
9140         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
9141         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
9143 2003-05-12  DJ Delorie  <dj@redhat.com>
9145         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
9146         (emit_push_insn): Don't use push when the source alignment is less
9147         than the stack's push rounding.
9149 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
9151         * diagnostic.c (output_format): Add support for %m.
9152         (output_printf, output_verbatim, diagnostic_set_info,
9153         verbatim): Set err_no field of the text_info structure being
9154         initialized.
9155         (fatal_io_error): Delete function.
9156         * diagnostic.h (text_info): Add err_no field.
9157         * toplev.h (fatal_io_error): Delete prototype.
9159         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
9160         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
9161         * objc/objc-act.c: Replace all calls to fatal_io_error with
9162         calls to fatal_error; add ": %m" to the end of all the affected
9163         error messages.
9165 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
9167         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
9168         * rtl.h: Prototype it.
9169         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
9170         when appropriate.
9172 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
9174         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
9175         ("*iorsi3_oi"): Likewise.
9177 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
9179         * arm.md (compare_scc): Use shorter sequence for EQ case.
9180         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
9181         (and_scc_scc): Ensure split only applies when there is a dominance
9182         of the comparisons.
9183         (and_scc_scc_nodom): New insn-and-split pattern.
9185 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
9187         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
9188         to _Unwind_SetGRPtr().
9190 2003-05-13  Michael Eager <eager@mvista.com>
9192         * Makefile.in: Initialize program_transform_cross_name from
9193         @program_transform_name@ instead of target_alias.
9195 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
9196             Alan Modra  <amodra@bigpond.net.au>
9197             Jakub Jelinek  <jakub@redhat.com>
9199         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
9200         * configure: Rebuild.
9201         * config/rs6000/rs6000-protos.h: Update.
9202         * config/rs6000/rs6000.c (rs6000_tls_size): New.
9203         (rs6000_tls_size_string): New.
9204         (rs6000_parse_tls_size_option): New.
9205         (rs6000_legitimize_tls_address): New.
9206         (rs6000_tls_get_addr): New.
9207         (rs6000_got_sym): New.
9208         (rs6000_tls_symbol_ref): New.
9209         (rs6000_tls_symbol_ref_1): New.
9210         (rs6000_get_some_local_dynamic_name): New.
9211         (rs6000_get_some_local_dynamic_name_1): New.
9212         (TARGET_HAVE_TLS): New.
9213         (TARGET_CANNOT_FORCE_CONST_MEM): New.
9214         (rs6000_override_options): Handle -mtls-size option.
9215         (constant_pool_expr_1): Handle TLS symbols.
9216         (rs6000_legitimize_address): Handle TLS symbols.
9217         (rs6000_tls_referenced_p): New.
9218         (rs6000_legitimate_address): Handle TLS symbols.
9219         (rs6000_emit_move): Handle TLS symbols.
9220         (print_operand): Handle TLS symbols.
9221         (uses_TOC): Handle TLS symbols.
9222         (rs6000_emit_prologue): Use symbol for unspec constant.
9223         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
9224         (some_ld_name): New.
9225         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
9226         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
9227         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
9228         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
9229         Support TLS.
9230         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
9231         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
9232         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
9233         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
9234         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
9235         tls_tls_64): New.
9236         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
9238 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
9240         * Makefile.in (stage2_build, stage3_build, stage4_build):
9241         Set BUILD_CC to the same as CC.
9243 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
9245         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
9247 2003-05-12  Andreas Schwab  <schwab@suse.de>
9249         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
9250         as unused.
9251         (bundling): Initialize 'pos'.
9252         (ia64_expand_builtin): Initialize 'rmode'.
9254 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
9256         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
9257         (ASM_OUTPUT_ALIGNED_COMMON): Same.
9258         (ASM_OUTPUT_LOCAL): Same.
9260 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
9262         * varasm.c (output_constant):  Fix underflow.
9264 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
9266         PR other/10745
9267         * configure.in: Correct detection of GNU ld version number.
9268         * configure: Regenerated.
9270 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
9272         * diagnostic.c (diagnostic_for_decl): Take a
9273         diagnostic_context argument.  Restructure to be consistent
9274         with diagnostic_report_diagnostic.
9275         (diagnostic_count_diagnostic): Now static.  Take a
9276         diagnostic_info argument, not just a diagnostic_t.  Some code
9277         moved here from internal_error.  Move a case label for
9278         clarity.
9279         (diagnostic_action_after_output): New function.  Code moved
9280         here from internal_error and fatal_error.
9281         (bug_report_request): New #define so that this text appears in
9282         only one place.
9283         (diagnostic_report_diagnostic): Update to match changes to
9284         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
9285         (diagnostic_set_info): Call gettext here.
9287         (pedwarn): Update comment.  Don't call gettext here.
9288         (sorry): Use report_diagnostic.  Don't call gettext here.
9289         (fatal_error): Remove final fnotice and exit, but call
9290         real_abort to prevent warnings about noreturn function returning.
9291         (internal_error): Likewise.  Don't do ICE suppression here nor
9292         call context->internal_error.
9293         (warning_with_decl): Suppress for decls in system headers.
9294         Adjust call to diagnostic_for_decl.
9295         (pedwarn_with_decl): Likewise.
9296         (error_with_decl): Adjust call to diagnostic_for_decl.
9297         (error_recursion): Use bug_report_request.
9299         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
9300         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
9301         diagnostic_count_diagnostic.
9303 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9305         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
9307 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
9309         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
9310         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
9311         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
9313 2003-05-12  Roger Sayle  <roger@eyesopen.com>
9315         * doc/rtl.texi: Document zero_extract as a valid destination
9316         of a set insn.
9318 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
9320         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
9321         '.'.  Change all local symbol definitions and references to use LSYM.
9323 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
9325         * expr.h (assemble_static_space): Update prototype.
9326         * output.h (assemble_zeros, output_constant): Likewise.
9327         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
9328         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
9329         it 64bit clean.
9330         * elf.h (ASM_OTUPUT_SKIP): Likewise.
9331         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
9332         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9333         Expect HOST_WIDE_INT operand.
9334         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9335         Expect HOST_WIDE_INT operand.
9336         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9337         Expect HOST_WIDE_INT operand.
9338         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
9339         HOST_WIDE_INT operand.
9340         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
9341         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
9342         * aout.h (ASM_OTUPUT_SKIP): Likewise.
9343         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
9344         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
9345         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
9346         * frv.h (ASM_OTUPUT_SKIP): Likewise.
9347         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
9348         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9349         Make it 64bit
9350         clean.
9351         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
9352         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9353         Make it 64bit clean.
9354         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
9355         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
9356         HOST_WIDE_INT operand
9357         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9358         Expect HOST_WIDE_INT operand
9359         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
9360         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
9361         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
9362         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9363         Likewise.
9364         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
9365         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9366         Likewise.
9367         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9368         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9369         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9370         ASM_OUTPUT_SKIP): Likewise.
9371         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9372         Likewise.
9373         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9374         ASM_OUTPUT_SKIP): Likewise.
9375         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9376         ASM_OUTPUT_SKIP): Likewise.
9377         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9378         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9379         ASM_OUTPUT_SKIP): Likewise.
9380         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
9381         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9382         ASM_OUTPUT_SKIP): Likewise.
9383         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
9384         Likewise.
9385         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
9386         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
9387         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9388         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9389         ASM_OUTPUT_SKIP): Make it 64bit clean.
9390         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
9391         Make it 64bit clean.
9392         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
9393         ASM_OUTPUT_SKIP): Make it 64bit clean.
9394         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
9395         64bit clean.
9396         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9397         HOST_WIDE_INT argument
9398         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
9399         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9400         HOST_WIDE_INT argument
9401         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9402         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
9403         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9404         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9405         HOST_WIDE_INT argument
9406         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9407         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9408         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9409         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
9410         HOST_WIDE_INT argument
9412 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
9414         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
9415         favor of walk_tree_without_duplicates.  Add comments.
9417 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
9419         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
9420         (struct alloc_pool_def): New element 'id'.
9421         * alloc-pool.c (fancy_abort): Extern function prototype.
9422         (abort): Macro which uses fancy_abort.
9423         (struct allocation_object_def): New structure.
9424         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
9425         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
9426         (last_id): New variable.
9427         (create_alloc_pool): Add the offset of u.data to size of element,
9428         increase and use last_id.
9429         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
9430         (pool_alloc): Likewise. Set ID for elements.
9431         (pool_free): Check whether the PTR was allocated from POOL.
9433 2003-05-11  Richard Henderson  <rth@redhat.com>
9435         PR c/10675
9436         * c-decl.c: Include hashtab.h.
9437         (detect_field_duplicates): New.
9438         (finish_struct): Use it.
9439         * Makefile.in (c-decl.o): Update.
9440         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
9441         (component_decl_list, component_decl_list2,
9442         components, components_notype): Build list in reverse order.
9443         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
9445         * tree.c (chainon): Special case op2 null as well.
9446         Reorg for clarity.
9448 2003-05-11  Roger Sayle  <roger@eyesopen.com>
9450         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
9451         to implement log, logf and logl built-ins as inline x87 intrinsics.
9452         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
9453         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
9454         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
9456         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
9457         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
9459 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9461         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
9463         * sparc.c (print_operand): Fix uninitialized warning.
9465 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9467         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
9468         real insns.
9469         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
9470         condition.
9472 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
9474         * doc/cpp.texi: Fix typos.
9476 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
9478         * config/s390/s390.c (s390_function_arg_float): New function.
9479         (s390_function_arg_pass_by_reference): Use it.
9480         (s390_function_arg_advance): Likewise.
9481         (s390_function_arg): Likewise.
9482         (s390_va_arg): Likewise
9484 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
9486         * coverage.h (coverage_counter_alloc): New function.
9487         * function.h (struct function): Remove arc_profile flag.
9488         * coverage.c (fn_ident): Remove.
9489         (fn_b_ctrs, no_coverage): New.
9490         (get_coverage_counts): Use current_function_funcdef_no.
9491         (coverage_counter_alloc): New.
9492         (coverage_counter_ref): Adjust.
9493         (coverage_begin_output): Check no_coverage. Use
9494         current_function_funcdef_no.
9495         (coverage_end_function): Likewise.
9496         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
9497         than clearing flag_inline_functions. Do not clear arc_profile
9498         flag.
9499         * function.c (prepare_function_start): Do not set arc_profile
9500         flag.
9501         * profile.c (instrument_edges): Return number of instrumented
9502         edges. Use a for loop.
9503         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
9504         local to here and simplify. Use profile_arc_flag not arc_profile
9505         flag.
9506         (find_spanning_tree): Reformat.
9507         * toplev.c (rest_of_compilation): Use profile_arc_flags and
9508         flag_test_coverage rather than arc_profile flag.
9510 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
9512         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
9514 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9516         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
9518 2003-05-11  Bruno Haible  <bruno@clisp.org>
9520         * cppfiles.c (find_or_create_entry): Preserve errno.
9522 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
9524         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
9525         cpplib as it's a Standard Predefined Macro.
9526         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
9527         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
9528         __STDC_HOSTED__ appropriately.
9529         * cpplib.h (_cpp_init_builtins): Update.
9530         * fix-header.c (read_scan_file): Update.
9531         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
9533 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9535         PR C++/689
9536         PR C++/9257
9537         * c-opts.c (c_common_decode_option): Don't set
9538         warn_ctor_dtor_privacy wen -Wall.
9539         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
9541 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
9543         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
9544         patch.
9546 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
9548         * diagnostic.c: Reorder functions for clarity, putting all the
9549         functions in the "error" family next to each other, and
9550         likewise all the functions in the "error_with_decl" family.
9551         Some other routines were moved too.  Add comments.
9552         (vbuild_message_string): Fold into sole caller.
9555 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
9557         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
9558         (EH_RETURN_HANDLER_RTX): Likewise.
9559         (expand_builtin_eh_return): Do not copy stack adjustment
9560         if EH_RETURN_STACKADJ_RTX is not defined.
9561         (expand_eh_return): Likewise.  Also, do not pass stack
9562         adjustment as argument to the eh_return pattern.
9563         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
9564         because EH_RETURN_STACKADJ_RTX is not defined.
9565         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
9566         is not defined, treat stack pointer like a regular register.
9567         (uw_init_context_1): Set up fake initial stack pointer register.
9568         (uw_install_context_1): Do not compute stack adjustment if
9569         EH_RETURN_STACKADJ_RTX is not defined.
9571         * config/i386/i386.md ("eh_return"): Remove first argument.
9572         * config/mips/mips.md ("eh_return"): Likewise.
9573         * config/rs6000/rs6000.md ("eh_return"): Likewise.
9574         * config/sh/sh.md ("eh_return"): Likewise.
9576         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
9578 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
9580         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9582 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
9584         * defaults.h (GCOV_TYPE_SIZE): Remove.
9585         * gcov-io.h (gcov_type): Set to specific mode int on target.
9586         (gcov_unsigned_t, gcov_position_t): New.
9587         (GCOV_TYPE_NODE): New.
9588         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9589         (GCOV_COUNTERS_SUMMABLE): New.
9590         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9591         gcov_ctr_info, gcov_info): Adjust types.
9592         (gcov_var): Adjust types.
9593         (gcov_write_unsigned, gcov_write_tag,
9594         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9595         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9596         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9597         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9598         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9599         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9600         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9601         __gcov_init, __gcov_merge_add): Adjust gcov types.
9602         * coverage.c (ctr_merge_functions): Constify.
9603         (ctr_names): New.
9604         (read_counts_file): Adjust gcov types. Only summarize & merge
9605         summable counters.
9606         (coverage_counter_ref): Use GCOV_TYPE_NODE.
9607         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9608         build_ctr_info_value, build_gcov_info): Adjust types.
9609         * profile.c (branch_prob): Adjust gcov types.
9610         * gcov_dump (dump_file): Adjust gcov types.
9612 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
9614         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9615         constants.
9616         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9617         * arm.c (arm_select_dominance_cc_mode): Renamed from
9618         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
9619         Callers updated.
9620         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9622 2003-05-09  Roger Sayle  <roger@eyesopen.com>
9624         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9625         as unsigned to avoid signed/unsigned comparison warnings.
9627 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9629         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9630         instruction if the Xtensa density option is enabled.
9632 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
9634        * mklibgcc.in: Remove extra quotes.
9636 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
9638         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9639         of int_ftype_void.
9641 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
9643         * reload1.c (reload_cse_move2add): Don't turn an implicit
9644         truncation into a self-set in the narrow mode.
9646 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
9648         * arm.md (clzsi2): The CLZ instruction is predicable.
9650 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9652         * config/xtensa/xtensa.c: Formatting.
9654 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9656         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9657         instead of TREE_OPERAND to access the operand of a
9658         CONSTRUCTOR node.
9660 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9662         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9663         one operand.
9665 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9667         * toplev.h (warning_with_file_and_line): Don't declare.
9668         (error_with_file_and_line): Likewise.
9669         * diagnostic.c (error_with_file_and_line): Remove.
9670         (warning_with_file_and_line): Likewise.
9672 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9674         * c-parse.in (if_stmt_locus): New object.
9675         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
9676         (select_or_iter_stmt rule): Likewise.
9677         (if_stmt_file): Remove.
9678         (if_stmt_line): Likewise.
9679         * jump.c: include "diagnostic.h"
9680         (never_reached_warning): Don't use warning_with_file_and_line.
9681         * Makefile.in (jump.o): Add dependce on diagnostic.h
9683 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
9685         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
9686         Move code handling pieces not larger than a word to..
9687         * function.c (assign_parms): ..here, but use change_address instead
9688         of adjust_address and operand_subword, and expand_binop instead of
9689         expand_shift.  Adjust calls to move_block_from_reg.
9690         * expr.h (move_block_from_reg): Update declaration.
9691         (copy_blkmode_from_reg): Formatting.
9692         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9693         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9694         move_block_from_reg calls.
9695         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9696         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9697         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9698         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9699         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9700         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9701         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9702         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9703         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9705 2003-05-08  DJ Delorie  <dj@redhat.com>
9707         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9708         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9709         variable-sized types).
9710         (xstormy16_function_arg): New.  Pass them that way too.
9711         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9712         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9714 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
9716         * mklibgcc.in: Use mkinstalldirs when installing multilib
9717         directories.
9719 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
9721         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9722         instead of CODE_FOR_jump
9724 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
9726         * objc/objc-act.c (error_with_ivar): Don't use
9727         error_with_file_and_line.
9728         (warn_with_method): Don't use warning_with_file_and_line.
9730 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9732         * stmt.c (emit_locus): New macro.
9733         (emit_filename): Remove.
9734         (emit_lineno): Likewise.
9735         (struct stmt_status): Replace members x_emit_filename and
9736         x_emit_lineno with x_emit_locus.
9737         (set_file_and_line_for_stmt): Adjust.
9738         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9739         (warn_if_unused_value): Likewise.
9740         (check_seenlabel): Likewise.
9742 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9744         * c-decl.c (define_label): Tidy.  Don't use any of
9745         error_with_file_and_line or warning_with_file_and_file.
9746         (pending_xref_error): Likewise.
9747         (store_parm_decls): Likewise.
9748         (current_function_prototype_locus): New object.  Package from
9749         current_function_prototype_file and current_function_prototype_line.
9750         (start_function): Use it.
9751         (current_function_prototype_file): Remove.
9752         (current_function_prototype_line): Remove;
9754 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9756         * builtins.c (readonly_data_expr): New function.
9757         (expand_builtin_memmove): Optimize any rodata source, not just
9758         strings.
9760 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9762         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9764 2003-05-07  Richard Henderson  <rth@redhat.com>
9766         * config/i386/i386.c (ix86_split_long_move): Fix base register
9767         mode for XFmode splits for TARGET_64BIT.
9769 2003-05-07  Richard Henderson  <rth@redhat.com>
9771         * sched-ebb.c (schedule_ebb): Supply the correct starting
9772         block number to save_line_notes.
9774 2003-05-07  Richard Henderson  <rth@redhat.com>
9776         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9777         (dump_file): Likewise.
9779 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9781         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9782         forget to preserve gp.
9783         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9785         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9786         .prologue directive.
9787         Use .skip instead of data8 for .bss section to make Intel
9788         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
9789         explicit in the .mib bundles and remove the unnecessary stop
9790         bits.  Replace local labels with normal labels, to make ias
9791         happy.  Don't register __do_global_ctors_aux here, do it in
9792         crtend.asm instead.
9794         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9795         __do_global_ctors_aux in .init_array section instead of
9796         declaring it as a hidden global.  Replace local labels with
9797         ordinary labels to make ias happy.
9799 2003-05-07  Richard Henderson  <rth@redhat.com>
9801         PR c++/10570
9802         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9803         * flags.h, toplev.c, doc/invoke.texi: Likewise.
9805         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9806         * unwind.inc (_Unwind_DeleteException): Check for null
9807         exception_cleanup.
9809         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9810         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9811         * unwind.h: Declare them.
9812         * libgcc-std.ver (GCC_3.3): Export them.
9814 2003-05-07  Richard Henderson  <rth@redhat.com>
9816         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9817         not _Unwind_Word.
9819 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
9821         * stmt.c (force_label_rtx): New function, based on logic
9822         formerly found in expand_expr.
9823         * expr.h: Prototype it.
9824         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9825         appropriate.
9826         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9828         * print-tree.c (debug_tree): Free the table after we're done
9829         with it.  Use putc.
9831 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
9833         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9834         Unreverse arguments for __ev_subw.
9836         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9838 2003-05-07  Nick Clifton  <nickc@redhat.com>
9840         * config/stormy16/stormy-abi: Update to include
9841         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9842         R_XSTORMY16_12 relocs.
9844 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
9846         * function.c (assign_parms): Correct reversed reg_parm_stack_space
9847         test.  Add partial in-regs size to stack_args_size.
9849 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9851         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9852         as a C only option.
9854 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9856         * gcov-io.h (GCOV_LOCKED): New #define.
9857         (GCOV_LINKAGE): Make sure it is #defined.
9858         (gcov_write_string, gcov_write_tag, gcov_write_length,
9859         gcov_read_string, gcov_time): Poison in libgcov.
9860         (gcov_seek_end): Remove.
9861         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9862         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9863         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9864         GCOV_TAG_SUMMARY_LENGTH): New #defines.
9865         (gcov_write_tag, gcov_write_length): Not in libgcov.
9866         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9867         (gcov_write_tag, gcov_write_length): Not in libgcov.
9868         (gcov_write_tag_length): New.
9869         (gcov_write_summary): Use gcov_write_tag_length.
9870         * libgcov.c: Always #include gcov-io.h.
9871         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9872         (GCOV_LINKAGE): Define to nothing for L_gcov.
9873         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9874         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9875         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9876         (read_count_file): Likewise.
9877         * gcov-dump.c (dump_file): Likewise.
9878         * coverag.c (read_counts_file): Likewise.
9880 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
9882         PR other/10658
9883         * gcc.c (process_command): Update copyright date.
9885 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
9887         * doc/install.texi (mips-*-*):  Add note about libstdc++.
9889 2003-05-06  DJ Delorie  <dj@redhat.com>
9891         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9892         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9893         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9895 2003-05-06    <neil@cat.daikokuya.co.uk>
9897         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9898         and -Wstrict-prototypes if C++.
9900 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
9902         * config/rs6000/linuxspe.h: New file.
9904         * config.gcc: Add powerpc-*-linux-gnuspe* target.
9906 2003-05-06  Richard Henderson  <rth@redhat.com>
9908         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9909         previous frame didn't save sp.  Clear sp for next frame.
9910         (uw_install_context_1): Honor saved sp from frame.
9912 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9914         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9915         (mips_move_1word, mips_move_2words): Remove declaration.
9916         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9917         (mips_restore_gp): Remove insn argument.
9918         * config/mips/mips.h (FP_REG_RTX_P): New macro.
9919         * config/mips/mips.c (volatile_buffer): Remove.
9920         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9921         (mips_move_1word, mips_move_2words): Remove, replacing with...
9922         (mips_output_move): ...this new function.
9923         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
9924         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
9925         handling of floating-point constants.  Handle zero CONST_DOUBLE
9926         arguments.
9927         (mips_annotate_frame_insn): Replace with...
9928         (mips_set_frame_expr): ...this, which just takes one argument.
9929         (mips_frame_set): Change the register argument to an rtx.
9930         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9931         check whether moves should be split.  Use mips_split_64bit_move
9932         to split them.  Use mips_subword to generate the high and low
9933         parts of a paired FPR.  Adjust calls to frame_set and
9934         mips_set_frame_expr.
9935         (mips_expand_prologue): Simplify due to above changes.
9936         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
9937         targets, replacing xisting register-only versions.
9938         (UNSPEC_STORE_DF_HIGH): New unspec.
9939         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9940         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9941         (*paradoxical_extendhidi2): Remove.
9942         (movdi_internal, movdi_internal2): Use mips_output_move.
9943         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9944         (movsf_internal1, movsf_internal2): Likewise.
9945         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
9946         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
9947         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
9948         Add m <- G alternative.
9949         (load_df_low, load_df_high, store_df_low): New patterns.
9950         (movhi_internal): Use @ template instead of calling a function.
9951         Remove unnecessary 'z' alternatives.
9952         (movqi_internal): Likewise.
9953         (exception_receiver): Update call to mips_restore_gp.
9955 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9957         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9958         (mips_delegitimize_address): Declare.
9959         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9960         (FIND_BASE_TERM): Define.
9961         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9962         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9963         Handle small-data addresses.
9965 2003-05-05  Roger Sayle  <roger@eyesopen.com>
9967         * real.c (real_powi): New function to calculate the value of
9968         a real raised to an integer power, i.e. pow(x,n) for int n.
9969         (real_sqrt): Convert to using the faster do_add, do_multiply
9970         and do_divide API for consistency with the rest of real.c.
9971         * real.h (real_powi): Prototype here.
9972         * builtins.c (fold_builtin):  Avoid local variable mode when
9973         evaluating sqrt at compile time.  Attempt to evaluate pow at
9974         compile-time, by checking for an integral exponent.
9976 2003-05-05  Richard Henderson  <rth@redhat.com>
9978         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9980 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
9982         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9983         other FreeBSD ports.
9984         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9985         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9987 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
9989         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9990         expanded variables.
9991         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9993 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
9995         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9996         * varasm.c (struct varasm_status): Add deferred_constants field.
9997         (n_deferred_strings): Delete variable.
9998         (n_deferred_constants): New #define.
9999         (struct constant_descriptor_tree): Kill next and label fields.
10000         (const_hash_table, MAX_HASH_TABLE): Delete.
10001         (const_desc_htab): New static variable.
10002         (const_hash): Rename const_desc_hash, and make it fit the
10003         hashtab.h interface.
10004         (const_desc_eq): New.
10005         (const_hash_1, compare_constant): Const-ify arguments.
10006         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
10007         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
10008         (output_constant_def): Do the lookup/insert using the
10009         hashtab.h interface.  Don't muck with n_deferred_constants or
10010         DEFERRED_CONSTANT_P here.
10011         Always call maybe_output_constant_def_contents.
10012         (maybe_output_constant_def_contents): Take a pointer to the
10013         descriptor, not the EXP and RTL separately.  Return
10014         immediately if this constant is not deferred.  Defer output of
10015         everything, except writable string constants.  Update
10016         n_deferred_constants here.
10017         (output_constant_def_contents): Now takes just one argument,
10018         an rtx.  Clear DEFERRED_CONSTANT_P here.
10019         (mark_constant_pool): Update for rename of n_deferred_strings.
10020         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
10022         (init_varasm_status): Clear p->deferred_constants.
10023         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
10025 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10027         * builtins.c (expand_builtin_stpcpy): Only expand when the length
10028         of the source string can be evaluated at compile-time.
10030 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
10032         * testsuite/gcc.c-torture/compile/simd-6.c: New.
10034         * c-typeck.c (digest_init): Handle arrays of vector constants.
10036 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
10038         * builtins.c (expand_builtin_mempcpy): New function.
10039         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
10040         ignored into strcpy no matter what arguments it has.
10041         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
10042         expand_builtin_mempcpy.
10044 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
10046         * testsuite/gcc.dg/20030505.c: New.
10048         * c-typeck.c (convert_for_assignment): Opaque pointers can
10049         interconvert.
10051         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
10052         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
10053         (spe_init_builtins): Rename all pv2si_type_node to
10054         opaque_p_V2SI_type_node.
10055         Remove declaration of pv2si_type_node.
10056         (is_ev64_opaque_type): Accept opaque pointers.
10058 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
10060         * config/rs6000/rs6000.c (validate_condition_mode): Use
10061         flag_finite_math_only.
10062         (rs6000_reverse_condition): Never return UNKNOWN; use
10063         flag_finite_math_only.
10064         (rs6000_generate_compare): Use flag_finite_math_only.
10065         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
10066         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
10067         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
10069         * toplev.c (check_global_declarations): Suppress not-used warning
10070         for volatile variables.
10072 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
10074         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
10075         usage of bitfield instructions for mode1 != BLKmode, only ignoring
10076         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
10077         (store_field): Likewise.
10079 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
10081         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
10082         evsubifw to builtins accepting 5-bit unsigned constants.
10083         (easy_vector_constant): Return if V1DImode.  Fix typo.
10085 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
10087         * config/rs6000/spe.h: Revert licensing change from last patch.
10089 2003-05-05  DJ Delorie  <dj@redhat.com>
10091         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
10092         before reload, but defer the split until after.
10093         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
10094         to match.
10096 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
10098         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
10099         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
10101 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10103         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
10104         is defined.
10106 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10108         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
10109         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
10110         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
10112         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
10113         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
10114         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
10115         New.
10117         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
10118         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
10120         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
10121         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
10122         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
10123         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
10124         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
10125         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
10126         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
10127         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
10128         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
10129         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
10130         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
10131         BUILT_IN_STRDUP): Add "nonnull" attribute.
10133 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10135         * expr.c (store_field): Don't clobber TEMP in shift: it might be
10136         a variable.
10137         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
10138         whose purpose is to step up the alignment.
10139         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
10141         * stor-layout.c (compute_record_mode): Relax restriction
10142         on fields crossing word boundaries forcing BLKmode.
10144 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
10146         * cppinit.c (cpp_create_reader, post_options): Warn about
10147         trigraphs unless explicity set or -trigraphs.
10148         * cpplex.c (warn_in_comment): New.
10149         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
10150         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
10151         * doc/cppopts.texi, doc/cpp.texi: Update.
10153 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10155         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
10156         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
10157         namespace clash.
10158         (GCOV_MERGE_FUNCTIONS): New.
10159         (gcov_merge_fn): Declare.
10160         (struct gcov_ctr_info): New field "merge".
10161         (__gcov_merge_add): Declare.
10162         * coverage.c (ctr_merge_functions): New.
10163         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
10164         of gcov_ctr_info type.
10165         * libgcov.c (__gcov_merge_add): New.
10166         (gcov_exit): Call a hook to merge values of counters.
10168 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
10170         * toplev.h (pedwarn_with_file_and_line): Don't declare.
10171         * diagnostic.c (pedwarn_with_file_and_line): Remove.
10173 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10175         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
10177 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10179         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
10180         expand_builtin_frame_address): Update prototypes.
10181         (expand_builtin_constant_p, expand_builtin_strlen,
10182         expand_builtin_strcpy, expand_builtin_memset,
10183         expand_builtin_bzero, expand_builtin_args_info,
10184         expand_builtin_frame_address): Pass in just the argument(s)
10185         needed, not the entire expression `exp'.
10186         (expand_builtin): Update all calls to these functions.
10188 2003-05-03  Richard Henderson  <rth@redhat.com>
10190         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
10191         <BUILT_IN_DWARF_SP_COLUMN>: New.
10192         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
10193         (BUILT_IN_DWARF_SP_COLUMN): New.
10194         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
10195         (expand_builtin_dwarf_sp_column): New.
10196         * except.h: Update to match.
10197         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
10198         (execute_cfa_program): Record location expression address
10199         before extracting length.
10200         (uw_update_context_1): Install old CFA into stack pointer column.
10201         (uw_init_context_1): Set cfa_reg to stack pointer column.
10203 2003-05-03  Richard Henderson  <rth@redhat.com>
10205         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
10206         return bool.
10207         (toc_relative_expr_p): Likewise.
10208         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
10209         (legitimate_constant_pool_address_p): Move from rs6000.h, change
10210         into a function, downcase all users.
10211         (legitimate_small_data_p): Likewise.
10212         (legitimate_offset_address_p): Likewise.
10213         (legitimate_indexed_address_p): Likewise.
10214         (legitimate_indirect_address_p): Likewise.
10215         (legitimate_lo_sum_address_p): Likewise.
10216         (rs6000_mode_dependent_address): Likewise.
10217         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
10218         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10219         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
10220         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
10221         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
10222         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
10223         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
10224         * config/rs6000/rs6000-protos.h: Update.
10226 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
10228         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
10229         (REVERSE_CONDITION): Define.
10231         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
10232         to branch_positive_comparison_operator.
10233         (ccr_bit): Check that sCOND conditions are actually a positive bit.
10234         (print_operand): Remove %D substitution.
10235         (rs6000_emit_sCOND): Generate complement operation to ensure that
10236         sCOND input is a positive bit.
10237         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
10238         same order as bCOND, and add the missing ones.  Remove the %D
10239         substitutions from the scc patterns.
10241         * simplify-rtx.c (simplify_relational_operation): Add case for
10242         ! (fabs(x) < 0.0).
10244 2003-05-03  Bruce Korb  <bkorb@gnu.org>
10246         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
10247         in fixincl.x
10248         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
10250 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
10252         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
10254 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
10256         PR c/10604
10257         * c-common.c (warn_sign_compare): Initialize to -1.
10258         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
10259         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
10260         for C++ only.
10261         (c_common_post_options): Set warn_sign_compare from extra_warnings
10262         if it's still -1 at this point.
10264         * toplev.c (maybe_warn_unused_parameter): New static variable.
10265         (set_Wextra): New static function.
10266         (W_options): Remove "extra".
10267         (decode_W_option): Call set_Wextra.
10268         (independent_decode_option): Likewise.
10269         (set_Wunused): Cooperate with set_Wextra in setting
10270         warn_unused_parameter.
10271         (rest_of_compilation): No need to check extra_warnings as
10272         well as warn_uninitialized.
10274         * c-typeck.c (build_binary_op, build_conditional_expr):
10275         No need to check extra_warnings as well as warn_sign_compare.
10276         (internal_build_compound_expr): No need to check extra_warnings
10277         as well as warn_unused_value.
10278         * function.c (expand_function_end): No need to check extra_warnings
10279         as well as warn_unused_parameter.
10280         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
10281         as well as warn_unused_value.
10283         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
10285         * Makefile.in: Disable -Werror for gengtype-lex.o.
10287 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
10289         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
10290         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
10291         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
10292         * calls.c (emit_call_1): Likewise.
10293         (expand_call): For calls initializing constant memory, replace
10294         emission of standalone mem /u clobber with function usage entry.
10295         * expr.c (emit_block_move_via_libcall): Likewise.
10296         * cse.c (count_reg_usage, case EXPR_LIST): New case.
10297         * flow.c (propagate_one_insn): Pass entire operand of
10298         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
10299         * integrate.c (try_constants): For CALL_INSNs, substitute constants
10300         within the FUNCTION_USAGE also.
10301         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
10302         FUNCTION_USAGE lists.
10303         * reload1.c (replace_pseudos_in): Renamed.
10304         (reload): Use it for clobbers surviving until the end of the reload.
10306 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10308         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
10309         gen_lowpart on non-integer modes.
10311         * stor-layout.c (place_field): When adjusting offset_align, use
10312         desired_align, not DECL_ALIGN.
10314 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
10316         * c-decl.c (pending_invalid_xref_file): Remove.
10317         (pending_invalid_xref_line): Remove.
10318         (pending_invalid_xref_location): New.
10319         (lookup_label): Use location_t and input_location directly.
10320         (lookup_tag): Likewise.
10321         (pending_xref_error): Likewise.
10322         (c_expand_body_1): Likewise.
10323         * c-common.c (x_expand_start_cond): Likewise.
10324         * c-semantics.c (genrtl_for_stmt): Likewise.
10325         (find_reachable_label): Likewise.
10326         * expr.c (expand_expr): Likewise.
10327         * integrate.c (output_inline_function): Likewise.
10328         * tree-inline.c (find_alloca_call): Likewise.
10329         (find_builtin_longjmp_call): Likewise.
10330         * gcc.c (input_filename): Make static.
10332 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
10334         * config/mips/mips.md: Fix comment typo.
10336         * config/mips/mips.c (mips_integer_op): New structure.
10337         (MIPS_MAX_INTEGER_OPS): Define.
10338         (mips_const_insns): Use mips_build_integer to determine the number
10339         of instructions needed to load a CONST_INT.
10340         (move_operand): Reject compound CONST_INTs.
10341         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
10342         (mips_move_integer): New fn.
10343         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
10344         (mips_legitimize_move): Only legitimize constants when moving
10345         word or subword values.
10347 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
10349         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
10351 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10353         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
10354         modifying it.
10356 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10357             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10359         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
10360         Hernandez, and Kazu Hirata.  Update Richard Henderson.
10362 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
10364         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
10365         to tentative declaration.
10367         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
10368         (SYMBOL_FLAG_SMALL_V4): Delete.
10369         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
10370         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
10371         (rs6000_elf_in_small_data_p): Add extra section names.  Add
10372         comment about TREE_PUBLIC test.
10374         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
10375         expand_stmt on result of expand_unreachable_stmt.
10377 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10379         * doc/contrib.texi (Contributors): Add Daniel Berlin.
10381 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
10383         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
10384         number of automata.
10386         * config/rs6000/rs6000.c (symbol_ref_operand): Check
10387         SYMBOL_REF_FUNCTION_P on AIX.
10388         (current_file_function_operand): Same.
10389         * config/rs6000/rs6000.md (call,call_value): Force non-function
10390         symbol_ref into register on AIX.
10392 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
10394         * calls.c (struct arg_data): Move offset, slot_offset, size and
10395         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
10396         (initialize_argument_information): Adjust call to locate_and_pad_parm.
10397         Delete alignment_pad var.  Don't calculate slot_offset here.
10398         (emit_library_call_value_1): Delete alignment_pad, offset and size
10399         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
10400         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
10401         partial in-regs here.  Formatting fixes.
10402         * expr.h (struct locate_and_pad_arg_data): New struct.
10403         (locate_and_pad_parm): Adjust declaration.
10404         * function.c (assign_parms): Localize vars.  Use "locate" instead of
10405         other arg location vars.  Don't invoke FUNCTION_ARG or
10406         FUNCTION_INCOMING_ARG unless pretend_named is different from
10407         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
10408         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
10409         Use slot_offset for stack home of reg parms.  Correct test for
10410         parm passed in memory.  Formatting fixes.
10411         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
10412         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
10413         Correct initial_offset_ptr handling.  Localize vars.  Always pad
10414         locate->offset even when in_regs.
10416 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
10418         * Makefile.in (TREE_H): Replace location.h with input.h.
10419         (GTFILES) Remove location.h
10420         (gt-lists.h): Replace gt-location.h with gt-input.h
10421         * input.h (input_filename, input_line): Remove variables.
10422         (location_s, location_t): Move from location.h.
10423         (input_location): New.
10424         (input_filename, input_line): New #defines.
10425         * location.h: Remove.
10426         * tree.h: Replace location.h with input.h.
10427         (input_filename, input_line): Remove.
10428         * diagnostic.h: Replace location.h with input.h.
10429         * gcc.h (input_filename, input_filename_length): Remove declarations.
10430         * toplev.c (input_filename, input_line): Remove.
10431         (input_location): Define.
10432         (push_srcloc, pop_srcloc): Adjust.
10433         * diagnostic.c (diagnostic_report_current_module): Adjust.
10435 2003-05-02  Nick Clifton  <nickc@redhat.com>
10437         * configure.in: Add xstormy16 to list of targets that has a nop
10438         instruction and hence which can be tested to see if the
10439         assembler supports the --gdwarf2 switch.
10440         * configure: Regenerate.
10442 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
10444         PR target/8257
10445         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
10446         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
10447         Avoid undefined shifts by making the shift operand unsigned.
10449 2003-05-01  DJ Delorie  <dj@redhat.com>
10451         * reload.c (find_reloads): Also check that all of a multi-reg
10452         value is in the class.
10454 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10456         * scan.h (lineno): Revert the rename here.
10458 2003-05-01  Stan Shebs  <shebs@apple.com>
10460         * config/darwin.c (darwin_encode_section_info): Call
10461         default_encode_section_info.
10463 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
10465         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
10466         (movsi_internal1): Use new mfjmpr attribute.
10467         (movhi_internal): Same.
10468         (movqi_internal): Same.
10469         (movcc_internal1): Same.
10470         (movdi_internal64): Same.
10471         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10472         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
10473         * config/rs6000/40x.md: Add fpu_405.
10474         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
10475         into power4misc automata.  Remove extraneous parentheses.
10476         * config/rs6000/440.md: New file.
10477         * config/rs6000/rs6000.c (processor_target_table): Add 440,
10478         440fp.  Rename 405f to 405fp.
10479         (function_arg_padding): Correct formatting.
10480         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
10482 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10484         * input.h (lineno): Rename to ...
10485         (input_line): ... here.
10486         * tree.h (lineno): Rename to ...
10487         (input_line): ... here.
10488         * scan.h (lineno): Rename to ...
10489         (input_line): ... here.
10490         * toplev.c (lineno): Rename to ...
10491         (input_line): ... here.
10492         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
10493         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
10494         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
10495         store_parm_decls, c_expand_body_1): Likewise.
10496         * c-errors.c (pedwarn_c99): Likewise.
10497         * c-format.c (status_warning): Likewise.
10498         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
10499         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
10500         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
10501         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
10502         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
10503         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
10504         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
10505         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
10506         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
10507         * coverage.c (create_coverage): Likewise.
10508         * diagnostic.c (pedwarn, sorry, error, fatal_error,
10509         internal_error, warning, diagnostic_report_current_module,
10510         inform): Likewise.
10511         * expr.c (expand_expr): Likewise.
10512         * integrate.c (expand_inline_function,
10513         output_inline_function): Likewise.
10514         * rtl-error.c (file_and_line_for_asm): Likewise.
10515         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
10516         walk_tree): Likewise.
10517         * tree.c (make_node): Likewise.
10518         * ada, cp, f, java, objc, treelang: Likewise.
10519         * objc/objc-act.c (objc_init): Rename lineno to input_line.
10520         (build_module_descriptor, build_selector_translation_table,
10521         build_protocol_template, build_method_prototype_list_template,
10522         build_category_template, build_selector_table,
10523         build_class_template, build_super_template, build_ivar_template,
10524         build_ivar_list_template, build_method_list_template,
10525         build_method_template, add_instance_variable): Likewise.
10527         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
10528         name from input_filename.
10530 2003-04-30  Eric Christopher  <echristo@redhat.com>
10531             Richard Sandiford <rsandifo@redhat.com>
10533         * configure: Regenerate from patches below.
10534         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
10535         for all symbolic operands.
10536         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
10537         to function.
10538         * config/mips/linux.h: Fix typo.
10539         * Merge from mips-3_4-rewrite branch:
10541         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
10543                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
10544                 handling local labels when TARGET_ABICALLS.
10546         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
10548                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
10549                 integer argument.
10550                 (mips_expand_call): Likewise.
10551                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
10552                 (FIXED_REGISTERS): Clear $31 entry.
10553                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
10554                 (EPILOGUE_USES): Define.
10555                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
10556                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
10557                 (override_options): Add a 'j' register class.
10558                 (mips_expand_call): Handle sibcalls
10559                 (mips_expand_epilogue): Handle epilogues for sibcalls.
10560                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
10561                 (sibcall_epilogue): New pattern.
10562                 (call, call_value): Adjust calls to mips_expand_call.
10563                 (sibcall, sibcall_value): New expanders.
10564                 (sibcall_internal, sibcall_value_internal): New patterns.
10565                 (sibcall_value_multiple_internal): New pattern.
10567         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
10569                 * config/mips/mips.md (extended_mips16): New attribute.
10570                 (define_attr length): Default to 8 if extended_mips16 == yes.
10571                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
10572                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
10573                 (call_internal): Set extended_mips16 to yes for direct jumps.
10574                 Remove redundant mode attribute.
10575                 (call_value_internal, call_value_multiple_internal): Likewise.
10576                 (call_split): Remove redundant mode attribute.
10577                 (call_value_split, call_value_multiple_split): Likewise.
10579                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
10580                 of unaligned offsets.
10582                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10583                 of SYMBOL_GENERAL.
10585         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10587                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10588                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10589                 for mips16 code.
10591         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10593                 * config/mips/mips.h (ADDRESS_COST): Define.
10595         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
10597                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10598                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
10599                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10601         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
10603                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
10604                 of a two-instruction sequence.  Add register->memory alternative.
10605                 (truncdihi2, truncdiqi2): Likewise.
10606                 Rework shift/truncate instructions so that they only handle right
10607                 shifts of 32 (or more, in the case of arithmetic shifts).
10608                 Add patterns for truncate/sign-extend.
10610         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10612                 * configure.in (mips*-*-*): Check for explicit relocation support.
10613                 * configure: Regenerate.
10615         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10617                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10618                 and -mno-explicit-relocs.
10619                 (MASK_EXPLICIT_RELOCS): Define.
10620                 (TARGET_EXPLICIT_RELOCS): Use it.
10621                 (mips_split_addresses): Remove declaration.
10622                 * config/mips/mips.c (override_options): Update comment for
10623                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10625         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10627                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10628                 a CONST as identity.  Check the return value of gen_lowpart_common.
10630         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10632                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10633                 references for TARGET_EXPLICIT_RELOCS.
10634                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10635                 !TARGET_MIPS16.
10637         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10639                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10640                 (addsi3): Remove redundant constraints.
10641                 (addsi3_internal): Use separate register & constant alternatives.
10642                 Use a 'Q' constraint and "addiu" insn for the latter.
10643                 (adddi3_internal_3, addsi3_internal_2): Likewise.
10645         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10647                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10648                 (mips_expand_unaligned_store): Declare.
10649                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10650                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10651                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10652                 (UNSPEC_ULD, UNSPEC_USD): Remove.
10653                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10654                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10655                 (extv, extzv): Use mips_expand_unaligned_load.
10656                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
10657                 predicate for operand 3.
10658                 (movsi_ulw, movsi_usw): Replace with...
10659                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10660                 (movdi_uld, movdi_usd): Likewise replace with...
10661                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10663         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
10665                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10666                 * config/mips/mips.h (LEA_REGS): New register class.
10667                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10668                 (GR_REG_CLASS_P): Include LEA_REGS.
10669                 (DANGEROUS_FOR_LA25_P): New macro.
10670                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10671                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10672                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10673                 entries to LEA_REGS.
10674                 (mips_global_pic_constant_p): New function.
10675                 (override_options): Add 'e' register constraint.
10676                 (mips_secondary_reload_class): Return LEA_REGS when reloading
10677                 a dangerous constant into a class containing $25.
10678                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10679                 (movsi_internal): Likewise.
10681         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10683                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10684                 * config/mips/mips.md (call_split): New insn.
10685                 (call_value_split, call_value_multiple_split): New insns.
10686                 (call_internal): Turn into a define_insn_and_split.  Split the
10687                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10688                 (call_value_internal, call_value_multiple_internal): Likewise.
10690         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10692                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10693                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10694                 (mips_encode_section_info): Don't take symbol visibility into
10695                 account if TARGET_ABICALLS.  Add more commentary.
10696                 * config/mips/mips.md: Add commentary above reloc constants.
10698         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
10700                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10701                 from mips_legitimize_move.  Legitimize constant pool references.
10702                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
10703                 a REG_EQUAL note to the last instruction.
10705         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
10707                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10708                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10709                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10710                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10711                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10712                 (UNSPEC_RELOC_GPREL16): Rename to...
10713                 (RELOC_GPREL16): ...this.
10714                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10715                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10716                 (macro_calls): New attribute.
10717                 (length): Use it to set the default length of calls.  Don't allow
10718                 calls to have delay slots if macro_calls is "yes".
10719                 (luisi, luidi): New patterns.
10720                 (lowsi, lowdi): Use '%R' to print the relocation.
10721                 (lowdi_extend): Remove.
10722                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
10723                 (call_internal): Merge alternatives.  Always use "jal".
10724                 (call_value_internal, call_value_multiple_internal): Likewise.
10725                 (reloc_gprel16): Remove.
10726                 * config/mips/mips.c (mips_got_alias_set): New variable.
10727                 (mips_classify_constant): Handle the new relocation constants.
10728                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10729                 (mips_symbolic_address_p): Return false if generating explicit relocs.
10730                 Otherwise allow local PIC symbols to have an offset.
10731                 (mips_splittable_symbol_p): New function.
10732                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10733                 (mips_const_insns): Always accept HIGH.
10734                 (call_insn_operand): Don't accept global symbols if using explicit
10735                 relocs.
10736                 (move_operand): Don't accept HIGH when generating PIC.
10737                 (mips_reloc, mips_lui_reloc): New functions.
10738                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
10739                 be a valid right-hand-side for a SET pattern.
10740                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10741                 (mips_emit_high): New function.
10742                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10743                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
10744                 address should be used.  Use mips_emit_high to generate the
10745                 high part of such an address.  Adjust the global symbol + offset
10746                 case to match the change to mips_force_temprorary.
10747                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10748                 If generating explicit-reloc PIC, load the address of global
10749                 symbols from the GOT.  Use mips_emit_high to emit the high part
10750                 of an address.
10751                 (mips_simplify_dwarf_addr): New function.
10752                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10753                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10754                 (mips_expand_call): Load the addresses of global functions using
10755                 %call* relocs if generating explicit-reloc PIC.  Don't generate
10756                 an exception_receiver pattern.
10757                 (override_options): Initialize mips_got_alias_set.
10758                 (print_relocation): Remove in favor of...
10759                 (mips_reloc_string): ...this new function.
10760                 (print_operand): Handle '%R'.  Use mips_reloc_string.
10761                 (print_operand_address): Use print_operand to print the symbolic
10762                 part of a LO_SUM address.
10763                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10764                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
10765                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10766                 for local symbols.
10768         2003-02-02  Eric Christopher  <echristo@redhat.com>
10770                 * config/mips/mips.c (mips_sign_extend): Remove.
10771                 * config/mips/mips-protos.h: Ditto.
10772                 * config/mips/mips.md (movdi_internal2_extend): Remove.
10773                 (extendsidi2): Fix mode of convert_memory_address.
10775         2003-01-24  Eric Christopher  <echristo@redhat.com>
10777                 * config/mips/mips.md: Rewrite zero_extend* and extend*
10778                 patterns. Use explicit instructions and split after reload
10779                 for register extensions.
10780                 (ashlsi3_internal1_extend): New combiner pattern for
10781                 shift and extend combinations.
10782                 * config/mips/mips.h: Change Pmode back to ptr_mode
10783                 for performance enhancement.
10784                 * combine.c (expand_compound_operation): Make sure
10785                 that zero_extend operation is profitable.
10787         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
10789                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10790                 addresses depend on ptr_mode rather than Pmode.
10791                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10792                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10793                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10794                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10795                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
10796                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10797                 (tablejump_internal1): Remove condition.
10798                 (tablejump_internal2): Change condition to TARGET_64BIT.
10799                 (cpaddsi): Rename to...
10800                 (cpadd): ...this.
10801                 (cpadddi): Remove.
10803         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10805                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10806                 mips_address_cost, mips_check_split, double_memory_operand,
10807                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10808                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10809                 (mips_legitimate_address_p): Return bool.
10810                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10811                 mips_legitimize_address, mips_legitimize_move,
10812                 mips_expand_call): Declare.
10813                 (mips_return_addr): Move outside #ifdef RTX_CODE.
10815                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10816                 (PIC_FN_ADDR_REG): New reg_class.
10817                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10818                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10819                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10820                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10821                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10822                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10823                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10824                 (LEGITIMATE_PIC_OPERAND): Undefine.
10825                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10826                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10827                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10828                 (FUNCTION_MODE): Change to SImode.
10829                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10830                 most constants.  Treat const_artih_operands specially if they
10831                 occur in a PLUS or MINUS.
10832                 (CONSTANT_POOL_COST): New macro.
10833                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10834                 Add LO_SUM handling.
10835                 (ADDRESS_COST): Undefine.
10836                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10837                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
10838                 to call_insn_operand and remove CONST_INT.
10840                 * config/mips/mips.c: Include integrate.h.
10841                 (SINGLE_WORD_MODE_P): New macro.
10842                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10843                 (mips_constant_info, mips_address_info): New structs.
10844                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10845                 (mips_classify_constant, mips_classify_symbol,
10846                 mips_valid_base_register_p, mips_symbolic_address_p,
10847                 mips_classify_address, mips_symbol_insns,
10848                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10849                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10850                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10851                 mips_print_relocation): New functions.
10852                 (const_arith_operand): New operand predicate.
10853                 (arith_operand): Use it.
10854                 (mips_const_double_ok, mips16_simple_memory_operand,
10855                 simple_memory_operand, double_memory_operand, mips_check_split,
10856                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10857                 mips16_gp_offset_p, mips16_output_gp_offset,
10858                 mips16_constant_after_function_p, mips16_constant): Remove.
10859                 (call_insn_operand): Be more fussy about symbolic constants.
10860                 Use register_operand.
10861                 (move_operand): Use mips_symbolic_address_p to check symbolic
10862                 operands and general_operand to check the rest.
10863                 (symbolic_operand): Use mips_classify_constant.
10864                 (mips_legitimate_address_p): Use mips_classify_address.
10865                 (mips_move_1word): Combine handling of symbolic addresses.
10866                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10867                 (move_move_2words): Likewise.  Assume addresses are offsettable
10868                 if they need to refer to more than one word.  Add HIGH handling.
10869                 (mips_restore_gp): Use ptr_mode for the GP save slot.
10870                 (mips_expand_call): New function, combining the old mips.md
10871                 call and call_internal define_expands.  If the address isn't
10872                 a call_insn_operand, force it into a register.  For SVR4 PIC,
10873                 emit an exception_receiver instruction after the call.
10874                 (override_options): Only override flag_pic for TARGET_ABICALLS
10875                 if it is currently zero.  Allow mips_split_addresses when
10876                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10877                 Add new register class letter, 'c'.
10878                 (print_operand): Use mips_classify_constant for constant operands.
10879                 (print_operand_address): Use mips_classify_address.
10880                 (mips_output_function_prologue): Don't use .cprestore.
10881                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10882                 via the frame pointer if current_function_calls_eh_return.
10883                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10884                 to mark whether a symbol is local or global.
10885                 (build_mips16_call_stub): Expect the address of the function rather
10886                 than a MEM reference to it.  Update call generation sequences.
10887                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
10888                 small-data adjustments.
10890                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
10891                 length for loads and stores.
10892                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10893                 (define_attr type): Add const and prefetch.
10894                 (define_attr length): Use mips_const_insns for const instructions.
10895                 Use mips_fetch_insns for load and store instructions.
10896                 (define_attr single_insn): New.
10897                 (define_attr can_delay): Use it.
10898                 (define_attr abicalls): Remove.
10899                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
10900                 (addsi3_internal_2): Add 'Q' constraint.
10901                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10902                 (high): Remove.
10903                 (lowsi): Renamed from low.
10904                 (lowdi): New pattern.
10905                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
10906                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10907                 (loadgp): Change operand 0 to an immediate_operand.
10908                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10909                 beforehand.
10910                 (cpaddsi, cpadddi): New patterns.
10911                 (tablejump_internal3, tablejump_internal4): Remove define_expands
10912                 and associated define_splits.
10913                 (call, call_value): Use mips_expand_call.
10914                 (call_internal): New, replacing all existing call_internal* insns.
10915                 (call_value_internal): Likewise call_value_internal*.
10916                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10917                 (untyped_call): Remove if (operands[0]) magic.
10918                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10919                 (prefetch_di_address, prefetch_di): Likewise.
10920                 (leasi, leadi): Remove.
10921                 (reloc_gprel16): New.
10923                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10924                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10925                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10927         2003-01-08  Eric Christopher  <echristo@redhat.com>
10929                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10930                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10931                 configure check for libgloss.
10932                 * config/mips/elf64.h: Ditto.
10933                 * config/mips/mips.c: Remove ABI_MEABI.
10934                 * config/mips/mips.h: Ditto.
10936         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
10938                 Fix merge fallout.
10939                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10940                 (muldi3_internal): Remove outdated comment.
10941                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10942                 (*smsac_di, *umsac_di): Likewise.  Reformat.
10943                 (umulsi3_highpart): Minor formatting tweaks.
10944                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
10945                 redundant scratch operand.  Minor formatting tweak.
10946                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10947                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
10948                 (smulsi3_highpart): As for the unsigned version.
10949                 (smulsi3_highpart_internal): Likewise.
10950                 (smulsi3_highpart_mulhi_internal): Likewise.
10951                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10952                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10953                 (*smul_acc_di): Remove duplicated pattern.
10954                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10955                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10956                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10958         2002-10-22  Eric Christopher  <echristo@redhat.com>
10960                 * config/mips/mips-protos.h (mips_return_addr): New.
10961                 * config/mips/mips.c (mips_return_addr): New.
10962                 (movdi_operand): Remove.
10963                 (se_register_operand): Ditto.
10964                 (se_reg_or_0_operand): Ditto.
10965                 (se_uns_arith_operand): Ditto.
10966                 (se_arith_operand): Ditto.
10967                 (se_nonmemory_operand): Ditto.
10968                 (extend_operator): Ditto.
10969                 (highpart_shift_operator): Ditto.
10970                 (mips_initial_elimination_offset): Remove return address pointer
10971                 elimination.
10972                 (mips_reg_names): Remove $ra.
10973                 (mips_regno_to_class): Ditto.
10974                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10975                 and TARGET_64BIT.
10976                 (POINTER_BOUNDARY): Remove.
10977                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10978                 (PROMOTE_MODE): Promote to Pmode.
10979                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10980                 (Pmode): Define to TARGET_64BIT.
10981                 (FUNCTION_MODE): Define as Pmode.
10982                 (mips_args): Remove deleted functions.
10983                 (SIZE_TYPE): Depend on POINTER_SIZE.
10984                 (PTRDIFF_TYPE): Ditto.
10985                 (FIXED_REGISTERS): Fix extra registers.
10986                 (CALL_USED_REGISTERS): Ditto.
10987                 (CALL_REALLY_USED_REGISTERS): Ditto.
10988                 (RAP_REG_NUM): Remove.
10989                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10990                 (RETURN_ADDR_RTX): Define to mips_return_addr.
10991                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10992                 (CAN_ELIMINATE): Ditto.
10993                 * config/mips/mips.md: For DImode patterns, take into account
10994                 deletions above. Split mulsidi patterns into sign_extend and
10995                 zero_extend.
10997         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
10998                     Michael Meissner  <meissner@redhat.com>
11000                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
11001                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
11002                 mop up unnecessarly moves through LO.
11003                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
11004                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
11005                 change mtlo/macc sequences into mul/add sequences when a three-
11006                 address mul is available.
11007                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
11008                 (*mul_sub_si): Fix contraint for operand 5.
11009                 (*muls): Use in 32-bit code as well.
11010                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
11011                 if the destination is LO.  Remove duplicate define_split.
11012                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
11013                 (*msac_di): Likewise.  Fix formatting.
11014                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
11015                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
11016                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
11017                 (*xmulsi3_neg_highpart_mulhi): Likewise.
11018                 (*mul_acc_64bit_di): Remove.
11019                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
11021         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
11023                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
11024                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
11025                 (MULTILIB_DIRNAMES): Remove long32.
11026                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
11027                 (MULTILIB_REDUNDANT_DIRS): Remove.
11029         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
11031                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
11032                 * gcc.c (driver_self_specs): New variable.
11033                 (do_self_spec): New function.
11034                 (main): Use it to process driver_self_specs.
11036         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
11038                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
11039                 Remove DImode define_split for !TARGET_64BIT.
11040                 (anddi3): Remove !TARGET_64BIT support from here as well.
11041                 Change operand 2's predicate to se_uns_arith_operand.
11042                 Add constant alternatives to define_insn.
11043                 (iordi3, xordi3, *nordi3): Likewise.
11044                 (anddi3_internal1, xordi3_immed): Remove.
11046         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11048                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
11049                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
11050                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
11051                 * config/mips/mips.md: Apply same renaming here.
11053         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11055                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
11056                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
11057                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
11058                 * config/mips/mips.md (define_attr cpu): Remove r4320.
11059                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
11061         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11063                 * config/mips/mips.c (mips16_strings): New variable.
11064                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
11065                 symbol in mips16_strings.  Free the list.
11066                 (mips_encode_section_info): Keep track of local strings.
11068         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11070                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
11071                 (sordered_df, sordered_sf): Remove.
11072                 * config/mips/mips.c (get_float_compare_codes): New fn.
11073                 (gen_int_relational, gen_conditional_move): Use it.
11075         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
11077                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
11078                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
11079                 * config/mips/mips.c (fcc_register_operand): New function.
11080                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
11081                 (override_options): Allow TFmode values in float registers
11082                 if ISA_HAS_8CC.
11083                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
11084                 to fcc_register_operand.  Remove misleading source constraint.
11085                 Use mips_emit_fcc_reload.
11086                 (reload_outcc): Duplicate reload_incc.
11089 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
11091         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
11093 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
11095         * tree-inline.c (inlinable_function_p): Back out last change, it's
11096         unnecessary.
11098 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
11100         * ggc-page.c (TREE_EXP_SIZE): Define.
11101         (extra_order_size_table): New entry for expr trees with
11102         two operands.
11104 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
11106         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
11107         (c_expand_start_cond): Adjust.
11108         (c_expand_end_cond): Don't use warning_with_file_and_file.
11109         (shadow_warning): Likewise.
11111 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
11113         * tree.h (DECL_POINTER_DEPTH): Remove.
11114         (struct tree_decl): Remove pointer_depth.
11116 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
11118         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
11119         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
11120         (rs6000_xcoff_encode_section_info): Remove.
11121         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
11122         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
11123         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
11124         Use SYMBOL_REF_FLAGS.
11125         (rs6000_elf_encode_section_info): Call default_encode_section_info for
11126         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
11127         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
11128         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
11129         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
11130         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
11132 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
11134         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
11136 2003-04-30  Andreas Schwab  <schwab@suse.de>
11138         * doc/extend.texi (Other Builtins): Enclose multiple word data
11139         type in braces for @deftypefn.
11141 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11143         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
11145         * doc/install.texi (--enable-threads): Document "gnat" option.
11147 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
11149         * diagnostic.h (output_formatted_scalar): Tweak.
11150         * diagnostic.c (output_long_decimal): Likewise.
11151         (output_unsigned_decimal): Likewise.
11152         (output_long_unsigned_decimal): Likewise.
11153         (output_octal): Likewise.
11154         (output_long_octal): Likewise.
11155         (output_hexadecimal): Likewise.
11156         (output_long_hexadecimal): Likewise.
11157         (output_pointer): New function.
11158         (output_format): Use it.  Recognize "%p" format specifier.
11160 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11162         * function.c (purge_addressof_1): Postpone insn in fewer cases.
11164 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11166         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
11167         call abort() after running out of stack space.
11169         * c-typeck.c (function_types_compatible_p): Ignore incompatible
11170         'volatile' qualifiers on a function's return type in GNU mode.
11172 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
11174         * expr.c (emit_group_load): Dump parallels of simd types to
11175         memory.
11177 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
11179         * genautomata.c (add_vect): Check undefined value for range type
11180         too.
11182 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
11184         * configure.in:  More general test for cmp --ignore-initial.
11185         * configure:  Regenerate.
11187 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11189         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
11190         (layout_decl, place_field): Likewise.
11191         Also make minor type and whitespace changes.
11193         * tree.c (save_expr): Don't fold a COMPONENT_REF.
11195 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
11197         * calls.c (expand_call): When modes of target and valreg match, force
11198         sibcall failure when target is a MEM.
11200 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11202         * tree-inline.c (inlinable_function_p): Don't support inlining
11203         functions using varargs.
11205         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
11207         * dwarf2out.c (output_call_frame_info): No need to output EH
11208         unwind information if all_throwers_are_sibcalls.
11210         * c-semantics.c (expand_unreachable_stmt): Return a tree.
11211         (expand_stmt): Update for change to expand_unreachable_stmt.
11212         (expand_unreachable_if_stmt): Likewise.
11214         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
11216 2003-04-29  Jason Merrill  <jason@redhat.com>
11218         PR middle-end/10336
11219         * jump.c (never_reached_warning): Really stop looking if we reach
11220         the beginning of the function.
11222 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
11224         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
11225         Remove redundant macros.
11226         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
11227         (LOCAL_LABEL_PREFIX): Define unconditionally.
11228         (NO_DOT_IN_LABEL): Clarify comment.
11229         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
11230         definition to "long int".
11232 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
11234         bootstrap/10452
11235         * gengtype-yacc.y: Improve portability.
11237 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
11239         * config.gcc: Install obsolete target list for GCC 3.3.
11240         * doc/install.texi: Mention in specific-target instructions
11241         that certain configurations are deprecated.
11243 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
11245         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
11247 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11249         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
11250         * gcc.c (display_help): Likewise.
11251         * toplev.c (f_options): Likewise.
11252         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
11253         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
11254         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
11255         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
11256         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
11258 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
11260         * varasm.c (default_assemble_visibility): Use assemble_name.
11262 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
11264         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
11265         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
11266         (SIZE_TYPE): New macro.
11267         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
11268         (SET_ASM_OP): New macro.
11269         (HANDLE_SYSV_PRAGMA): New macro.
11270         (ASM_WEAKEN_LABEL): New macro.
11272 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11274         PR c++/10180
11275         * tree-inline.c (expand_call_inline): Call push_srcloc when
11276         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
11278 2003-04-28  Mike Stump  <mrs@apple.com>
11280         * gdbinit.in: Update to reflect new identifier structure.
11282 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
11284         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
11285         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
11286         struct tree_complex, struct tree_vector): Remove RTL field.
11287         (CONSTRUCTOR_ELTS): Use elt 0.
11288         * tree.def (CONSTRUCTOR): Delete first of its two operands.
11289         * varasm.c (output_constant_def): Remove early exit if
11290         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
11291         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
11292         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
11293         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
11295 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11297         * c-decl.c (finish_decl): When prototype with asmspec is found
11298         for built-in, adjust built_in_decls as well as expr.c decls.
11299         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
11300         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
11301         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
11303 2003-04-28  Richard Henderson  <rth@redhat.com>
11305         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
11306         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
11307         integral constant mult operand.
11308         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
11309         (const_smulsi3_highpart_v8plus): Likewise.
11310         (const_smulsi3_highpart): Likewise.
11311         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
11312         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
11313         (const_umulsi3_highpart_v8plus): Likewise.
11314         (const_umulsi3_highpart): Likewise.
11316 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
11318         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
11319         Define as 1.
11321 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
11323         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
11325 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11327         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
11328         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
11329         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
11330         functions.
11331         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
11333 2003-04-28  Nick Clifton  <nickc@redhat.com>
11335         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
11337 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
11339         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
11340         output_constant_def, use its result instead of TREE_CST_RTL (exp).
11341         Can assume it has the form (mem (symbol_ref ".LCxxx")).
11342         (expand_expr <COMPONENT_REF>): Can always just extract the
11343         relevant field of a CONSTRUCTOR.
11344         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
11345         ARRAY_RANGE_REF>): Make control flow explicit.
11346         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
11347         an INTEGER_CST.
11349 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
11351         * reload1.c (reg_set_luid): Fix a comment typo.
11353 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
11355         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
11356         struct deferred_string, const_str_htab): Kill.
11357         (n_deferred_strings): New static variable.
11358         (build_constant_desc): Set SYMBOL_REF_DECL of the new
11359         symbol_ref to point to the constant.
11360         (output_constant_def): When a deferred string is forced out,
11361         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
11362         (mark_constant): Likewise.
11363         (maybe_output_constant_def_contents): When deferring a string
11364         constant, just set STRING_POOL_ADDRESS_P and increment
11365         n_deferred_strings.
11366         (mark_constant_pool): Check n_deferred_strings, not the size
11367         of const_str_htab.
11368         (init_varasm_once): No need to create const_str_htab.
11370         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
11371         SYMBOL_REF_DECL points to a constant.
11373 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
11375         * varasm.c (output_constant_def): Split out two new static
11376         functions, build_constant_desc and maybe_output_constant_def_contents.
11377         Restructure for comprehensibility.  Don't call
11378         output_addressed_constants.  Treat defstr being non-NULL for
11379         STRING_POOL_ADDRESS_P constants as an invariant.
11380         (struct deferred_string): Remove labelno field.
11381         (output_constant_def_contents): Kill labelno argument. Call
11382         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
11383         asm_out.internal_label.
11384         (mark_constant): Update call to output_constant_def_contents.
11385         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
11386         constants as an invariant.
11388 2003-04-26  Richard Henderson  <rth@redhat.com>
11390         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
11391         (ix86_expand_call, ix86_rtx_consts): Likewise.
11393 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11395         * doc/md.texi (cmpstr): Document additional restrictions.
11397 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
11399         * flags.h (time_report): Remove.
11400         * timevar.c (timevar_enable): New.
11401         (TIMEVAR_ENABLE): Remove, use timevar_enable.
11402         (timevar_init): Rename from init_timevar.
11403         * timevar.h (timevar_init): Rename from init_timevar.
11404         * toplev.c (time_report): Make static.
11405         (do_compile): Conditionally call init_timevar first.
11406         (preprocess_options): Move some code to do_compile.
11408 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
11410         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
11412 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
11414         * _cpp_lex_direct: Remove pointless code.
11416 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11418         * doc/extend.texi (Function Attributes): Document "near" and "far"
11419         for 68HC11 and 68HC12.
11421 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11423         * expr.c (store_field): When making temporary for store, don't
11424         make it TYPE_QUAL_CONST.
11426 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
11428         * toplev.c (read_integral_parameter):  Use "argument" in error
11429         message to distinguish it from actual invalid options.
11431 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
11433         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
11434         addition of __PIC__ and __pic__ macros.
11435         * config/xtensa/xtensa.h: Clean up indentation.
11437 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
11439         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
11440         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
11441         (SUBTARGET_CPP_SPEC): Define.
11442         (LIB_SPEC): Delete.
11443         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
11444         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
11445         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
11446         Define.
11447         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11448         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
11450 2003-04-25  H.J. Lu <hjl@gnu.org>
11452         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
11453         for return mode.
11454         (ia64_expand_builtin): Set rmode to SImode for
11455         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
11456         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
11457         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
11458         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
11460 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
11462         * configure.in (make_compare_target):  Test for GNU cmp and set this
11463         variable appropriately.
11464         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
11465         compare4-lean): Rename actual targets to slowcompare*.  New compare*
11466         targets depend on names based on make_compare_target.
11467         * configure:  Regenerated.
11469 2003-04-25  Richard Henderson  <rth@redhat.com>
11471         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
11472         to clobber ar.pfs and ar.unat.
11473         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
11474         fix test for spilling ar.pfs to the stack.
11476 2003-04-25  Richard Henderson  <rth@redhat.com>
11478         PR opt/10315
11479         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
11480         checks during reload; use validize_mem instead of adjust_address.
11482 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
11484         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
11485         return values from recog_memoized().
11487 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11489         PR opt/8705
11490         * gcse.c (try_replace_reg): On a successful substitution of a constant
11491         into a single set, try to simplify the source of the set.
11492         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
11493         constant source.
11495 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
11497         * cpplex.c (cpp_token_len): Tighten up.
11498         (cpp_token_as_text): Need extra byte now.
11499         * cpplib.c (glue_header_name): Need extra 2 bytes.
11500         * cppmacro.c (cpp_macro_definition): Need extra byte.
11502 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
11504         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
11505         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
11506         where they might be not present. Use their _sp64 equivalent
11507         instead.
11509 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
11511         * i386.md (cvtsi2sdq): Fix typo in previous patch.
11513 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
11515         * configure.in: Check whether mbstowcs works.
11516         * configure, config.in: Regenerate.
11517         * intl.c: Use HAVE_WORKING_MBSTOWCS.
11519 2003-04-24  H.J. Lu <hjl@gnu.org>
11521         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
11522         for __sync_bool_compare_and_swap_di for int return type.
11524         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
11525         Change return type to int.
11526         (__sync_bool_compare_and_swap): Likewise.
11528 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
11530         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
11531         looking for fallthru edge.
11533         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
11534         Fix.
11535         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
11536         athlon-fvector): New.
11537         (athlon_*): Revisit to match new optimization guide.
11538         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
11539         * i386.md (cvt??2?? patterns): Fix modes.
11540         (fistp patterns): Set modes.
11542         Accidentaly commited with my earlier reload patch:
11543         PR c/10308
11544         * reload.c (find_reloads_address_1): Reload plus at the place of
11545         index register.
11547 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11549         New GCOV_TAG_FUNCTION layout
11550         * coverage.c (struct function_list): Replace name with ident.
11551         (struct counts_entry): Likewise.
11552         (fn_ident): New.
11553         (htab_counts_entry_hash, htab_counts_entry_eq,
11554         htab_counts_entry_del): Adjust.
11555         (reads_count_file, get_coverage_counts,
11556         coverage_begin_output, coverage_end_function): Adjust.
11557         (build_fn_info_type, build_fn_info_value): Likewise.
11558         * gcov-dump.c (tag_function): Adjust.
11559         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11560         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11561         * gcov.c (struct function_info): Add ident.
11562         (read_graph_file, read_count_file): Adjust.
11563         * libgcov.c (gcov_exit): Adjust.
11565 2003-04-23  Richard Henderson  <rth@redhat.com>
11567         PR opt/8300
11568         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
11569         after initialize_uninitialized_subregs; update reg info assuming
11570         new pseudos were created.
11572 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11574         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
11575         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
11576         (lex_string): Take cpp_string with full spelling.
11577         (cb_ident): Update.
11578         (c_lex): Update diagnostics.
11579         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11580         (create_literal): New.
11581         (lex_string): Unterminated literals have type CPP_OTHER.
11582         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
11583         for CPP_OTHER.
11584         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11585         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11586         * cpplib.c (parse_include, do_line, do_linemarker,
11587         destringize_and_run): Update for token storing full spelling.
11588         * cpplib.h: Update token spelling types.
11589         * cppmacro.c (stringify_arg, check_trad_stringification):
11590         Update for token storing full spelling.
11592 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
11594         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11596 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
11598         * arm.h (TARGET_OPTIONS): Add value field.
11600 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11602         * doc/extend.texi: Remove duplicate 2003 copyright date.
11604 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
11606         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11607         (libgcov.a): Depends on LIBGCC_DEPS.
11608         * basic-block.h (profile_info): Moved here from coverage.h. Made
11609         a pointer.
11610         * coverage.c (struct function_list): Fixed array of counter types.
11611         (struct counts_entry): Keyed by counter type, contains summary.
11612         (profile_info): Moved to profile.c.
11613         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11614         vars.
11615         (profiler_label): Remove.
11616         (ctr_labels): New.
11617         (set_purpose, label_for_tag, build_counter_section_fields,
11618         build_counter_section_value, build_counter_section_data_fields,
11619         build_counter_section_data_values, build_function_info_fields,
11620         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11621         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11622         build_ctr_info_value, build_gcov_info): New.
11623         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11624         (reads_counts_file): Adjust.
11625         (get_coverage_counts): Takes counter number. Add summary
11626         parameter. Adjust.
11627         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11628         create counter array labels.
11629         (coverage_end_function): Adjust.
11630         (create_coverage): Adjust.
11631         (find_counters_section): Remove.
11632         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11633         (struct section_info, struct profile_info): Remove.
11634         (profile_info): Moved to basic-block.h.
11635         (coverage_counter_ref): Takes a counter number.
11636         (get_coverage_counts): Takes a counter number. Added summary
11637         parameter.
11638         (find_counters_section): Remove.
11639         * gcov-dump.c (tag_arc_counts): Rename to ...
11640         (tag_counters): ... here. Adjust.
11641         (tag_table): Move tag_counters to 3rd entry. Remove
11642         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11643         (dump_file): Check for counter tag values here.
11644         (tag_summary): Adjust.
11645         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11646         * gcov-io.h (GCOV_LOCKED): New.
11647         (GCOV_TAG_ARC_COUNTS): Rename to ...
11648         (GCOV_TAG_COUNTS_BASE): ... here.
11649         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11650         Remove.
11651         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11652         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11653         GCOV_TAG_IS_COUNTER): New.
11654         (struct gcov_ctr_summary): New.
11655         (struct gcov_summary): Adjust.
11656         (struct gcov_counter_section): Remove.
11657         struct gcov_counter_section_data): Remove.
11658         (struct gcov_function_info): Rename to ...
11659         (struct gcov_fn_info): ... here. Adjust.
11660         (struct gcov_ctr_info): New.
11661         (struct gcov_info): Adjust.
11662         * gcov.c (read_count_file): Adjust.
11663         (output_lines): Adjust.
11664         * libgcov.c (gcov_exit): Adjust.
11665         (__gcov_flush): Adjust.
11666         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11667         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11668         probably_never_executed_bb_p, compute_frequency_function): Adjust
11669         profile_info use.
11670         * profile.c (struct counts_entry): Remove.
11671         (profile_info): Define here.
11672         (get_exec_counts): Adjust get_coverage_counts call.
11673         (compute_branch_probablilities): Remove find_counters_section
11674         call.
11675         (gen_edge_profiler): Adjust coverage_counter_ref call.
11676         * tracer.c (tail_duplicate): Adjust profile_info use.
11678 2003-04-23  Roger Sayle  <roger@eyesopen.com>
11680         PR optimization/10339
11681         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11682         directly instead of unsafely transforming call into a memcmp.
11683         (expand_builtin_strncmp): Likewise.
11685 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11687         * alias.c (mark_constant_function):  Check for constancy and
11688         purity even of void functions.  Update both the function decl
11689         and the cgraph RTL info with the results.
11691 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11693         * real.c (do_add): Change to return a bool indicating that the
11694         result of the operation may be inexact due to loss of precision.
11695         (do_multiply): Likewise.
11696         (do_divide): Likewise.
11698 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
11699             Loren James Rittle  <ljrittle@acm.org>
11701         * dwarf2out.c (fde_table_allocated): Mark with GTY.
11702         (decl_die_table_allocated): Likewise.
11703         (abbrev_die_table_allocated): Likewise.
11704         (line_info_table_allocated): Likewise.
11705         (separate_line_info_table_allocated): Likewise.
11706         (pubname_table_allocated): Likewise.
11707         (arange_table_allocated): Likewise.
11708         (ranges_table_allocated): Likewise.
11709         (decl_die_table_in_use): Unconditionalize; mark with GTY.
11710         (abbrev_die_table_in_use): Likewise.
11711         (line_info_table_in_use): Likewise.
11712         (separate_line_info_table_in_use): Likewise.
11713         (pubname_table_in_use): Likewise.
11714         (arange_table_in_use): Likewise.
11715         (ranges_table_in_use): Likewise.
11716         (have_location_lists): Likewise.
11717         (emitcount): New GTY-marked static, moved...
11718         (maybe_emit_file): ...from here.
11719         (label_num): New GTY-marked static, moved...
11720         (gen_internal_sym): ...from here.
11722 2003-04-22  Richard Henderson  <rth@redhat.com>
11724         PR 8866
11725         * rtl.h (MEM_NOTRAP_P): New.
11726         (MEM_COPY_ATTRIBUTES): Copy it.
11727         * rtlanal.c (may_trap_p): Check it.
11728         * expr.c (do_tablejump): Set it.
11729         * doc/rtl.texi (Flags): Document it.
11731         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11733 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
11735         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11736         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11738 2003-04-22  Vincent Celier <celier@gnat.com>
11740         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11741         --enable-threads=gnat.
11742         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11743         * configure.in: Add gnat to the list of thread packages
11744         * configure: Rebuild.
11745         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11747 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11749         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11751 2003-04-22  Devang Patel  <dpatel@apple.com>
11753         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11754         parameter count.
11755         (_cpp_copy_replacement_text): Same.
11757 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11759         * c-lex.c (c_lex): Handle CPP_OTHER differently.
11760         * cppexp.c (_cpp_parse_expr): Similarly.
11761         * cpplex.c (SPELL_CHAR): Remove.
11762         (_cpp_lex_direct): Stray chars are saved as byte strings.
11763         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11764         handle SPELL_CHAR.
11765         (cpp_avoid_paste): Update handling of CPP_OTHER.
11766         * cpplib.h: Spell CPP_OTHER like a number.
11767         (struct cpp_token): Remove member c.
11768         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11770 2003-04-22  David Turner <novalis@gnu.org>
11772         * gbl-ctors.h: Add special license exception.
11773         * libgcc2.h: Likewise.
11774         * tsystem.h: Likewise.
11775         * gcov-io.h: Likewise.
11777 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
11779         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11780         macro defaulting to original BRANCH_COST heuristic.
11781         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11783         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11785 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
11787         * config/rs6000/t-spe: Merge in t-fprules into file.
11789         * config.gcc: Add t-spe to powerpc-eabispe.
11791 2003-04-22  Kean Johnston  <jkj@sco.com>
11793         * tlink.c (recompile_files): Add missing '=' to putenv calls
11795 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11797         * ginclude/stddef.h: Provide C++ safe offsetof.
11799 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
11801         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11802         for reg notes, if there are no substitutions, just use a SUBREG.
11804 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11806         * Makefile.in (calls.o): Depend on except.h.
11807         * calls.c: Include except.h.
11808         (emit_call_1): Call note_eh_region_may_contain_throw if
11809         appropriate.
11810         * except.c (eh_region): Add may_contain_throw.
11811         (expand_eh_region_end_cleanup): Do not include handler code when
11812         it cannot be reached.
11813         (note_eh_region_may_contain_throw): New function.
11814         * except.h (note_eh_region_may_contain_throw): New function.
11816 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11818         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11819         changes.
11821 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
11823         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11824         64-bit long doubles.
11826 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
11828         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11829         a number of conversions required for type consistency and previously
11830         stripped off by STRIP_NOPS.
11832         * calls.c (expand_call): Prevent sibcall optimization for calls to
11833         nested subprograms.
11835         * expmed.c (extract_bit_field): Reverse operands of && condition to
11836         prevent a potential division by zero in the previously first branch.
11837         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11839 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
11841         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11842         (subrange_type_die): Likewise.
11843         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11844         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11846 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11848         Break out coverage routines to new file.
11849         * Makefile.in (COVERAGE_H): New variable
11850         (C_OBJS): Add coverage.o
11851         (coverage.o): New target.
11852         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11853         dependencies.
11854         (GTFILES): Adjust.
11855         (gt-coverage.h): New target.
11856         (gt-profile.h): Remove.
11857         * profile.h: Remove. Move to ...
11858         * coverage.h: ... here. New. #include gcov-io.h.
11859         * gcov-io.h: Move function definitions to ...
11860         * gcov-io.c: ... here. New.
11861         * profile.c: Move coverage routines to coverage.c.
11862         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11863         end_branch_prob): Adjust.
11864         * coverage.c: New. Coverage routines from profile.c
11865         (coverage_counter_ref, coverage_init, coverage_finish,
11866         coverage_end_function, coverage_begin_output,
11867         coverage_counter_ref, get_coverage_counts): Define.
11868         * gcov-dump.c, gcov.c: #include gcov-io.c.
11869         * libgcov.c: Likewise. Adjust.
11870         * loop-init.c: Don't #include profile.h
11871         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11872         * rtl.h: Add coverage prototypes.
11873         * toplev.c (compile_file): Init coverage, not branch_prob.
11874         Always call coverage_finish.
11875         (rest_of_compilation): Call coverage_end_function.
11877 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
11879         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11881 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
11883         * c-ppoutput.c (cb_include): Don't take a cpp_token.
11884         * cppfiles.c: Don't undef strcmp.
11885         (find_include_file): Don't take a cpp_token.  Check for empty
11886         file names.
11887         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11888         (cpp_push_include): Simplify.
11889         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11890         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11891         (parse_include): Similary.  Don't check for zero-length filenames.
11892         (do_include_common, do_pragma_dependency): Update accordingly.
11893         * cpplib.h (struct cpp_callbacks): Change prototype of include.
11895 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11897         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11898         details of conflict handling.
11900         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11901         when conversion overflows.
11903         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11905         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11906         before clearing.
11908 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11910         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11911         have the same form as the old RTL.
11913 2003-04-21  Andreas Jaeger  <aj@suse.de>
11915         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11917 2003-04-20  Chris Lattner  <sabre@nondot.org>
11918             Zack Weinberg  <zack@codesourcery.com>
11920         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11921         genrtl_cleanup_stmt.  Correct comment at head of
11922         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11924         * stmt.c (struct nesting): Kill n_function_calls.
11925         (expand_start_bindings): Don't set
11926         thisblock->data.block.n_function_calls.
11927         (expand_end_bindings): Compare function_call_count against 0.
11928         (expand_cleanups): Kill DONT_DO argument; all callers passed
11929         NULL_TREE. All callers updated to match.
11931 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11933         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11934         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11935         (output_constant_def): Remove code predicated on
11936         defer_addressed_constants_flag.
11938         * output.h: Remove prototypes of deleted functions.
11939         * c-typeck.c (constructor_subconstants_deferred): Kill.
11940         (struct initializer_stack): Remove 'deferred' field.
11941         (start_init): Remove all references to the above.
11942         (finish_init): Likewise. Also remove never-executed call to
11943         output_deferred_addressed_constants.  Pull assignment to
11944         defstr out of if expression.
11946 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11948         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11949         NOTE_NEWLINE): Remove.
11950         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11951         to handle new form of line note type.
11953 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11955         * target.h (encode_section_info): Add new argument carrying
11956         the RTL to be modified by the hook.
11958         * varasm.c (make_decl_rtl, output_constant_def): Update calls
11959         to encode_section_info.
11960         (default_encode_section_info): Take and use RTL argument,
11961         don't use TREE_CST_RTL or DECL_RTL.
11962         * output.h: Update prototype of default_encode_section_info.
11963         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11964         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11965         Update calls to encode_section_info.
11967         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11968         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11969         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11970         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11971         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11972         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11973         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11974         except for PE dllimport/dllexport.  Update calls to
11975         default_encode_section_info.
11977         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11978         Update prototypes.
11980         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11982 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11984         PR/8705
11985         * pa.md (movccfp): New expander.
11986         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11987         Reverse fcmp conditions.
11989 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11991         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11992         of operand 1 correctly.
11994 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11996         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11997         * gcov.c (output_lines): Don't be so fussy about going past EOF.
11999 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
12001         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
12002         (cppcharset.o): New target.
12003         * c-lex.c (is_extended_char): Move to cppcharset.c.
12004         (utf8_extend_token): Delete.
12005         * cppcharset.c: New file.
12006         * cpphash.h (_cpp_valid_ucn): New.
12007         * cpplex.c (lex_identifier): Update prototype.
12008         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
12009         escapes.
12010         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
12011         in cppcharset.c.
12012         (lex_number, lex_identifier, cpp_parse_escape): Update.
12013         (_cpp_lex_direct): Update to handle UCNs.
12014         (cpp_avoid_paste): Don't paste to form a UCN.
12016 2003-04-19  Roger Sayle  <roger@eyesopen.com>
12018         * builtins.c (expand_builtin):  Don't expand a pure or const
12019         built-in function if the result will be ignored and none of
12020         its arguments are volatile.
12022 2003-04-19  Kean Johnston  <jkj@sco.com>
12024         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
12025         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
12026         target fragment now: t-sco5; dont compile crti.o.
12027         * config/i386/sco5.h: major overhaul to remove all COFF remnants
12028         and to use elfos.h for most definitions.
12029         (BSS_SECTION_ASM_OP): set correct segment attributes.
12030         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
12031         (DWARF2_UNWIND_INFO): Always set to 1.
12032         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
12033         (MD_STARTFILE_PREFIX_1): Define.
12034         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
12035         (DEFAULT_LINKER): Define if not specified to configure.
12036         (CTORS_SECTION_ASM_OP): Remove COFF crud.
12037         (DTORS_SECTION_ASM_OP): Remove COFF crud.
12038         (WINT_TYPE): Define.
12039         (SDB_DEBUGGING_INFO): Remove.
12040         (EXTRA_SECTIONS): Likewise.
12041         (EXTRA_SECTION_FUNCTIONS): Likewise.
12042         (CTOR_LIST_BEGIN): Likewise.
12043         (CTOR_LIST_END): Likewise.
12044         (INIT_SECTION_FUNCTION): Likewise.
12045         (FINI_SECTION_FUNCTION): Likewise.
12046         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
12047         (LOCAL_LABEL_PREFIX): Likewise.
12048         (NON_SAVING_SETJMP): Likewise.
12049         (RETURN_POPS_ARGS): Likewise.
12050         (ASM_OUTPUT_SKIP): Likewise.
12051         (TARGET_ASM_NAMED_SECTION): Likewise.
12052         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
12053         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
12054         (ASM_OUTPUT_IDENT): Likewise.
12055         (ASM_OUTPUT_CASE_LABEL): Likewise.
12056         (ASM_OUTPUT_ASCII): Likewise.
12057         (ASM_OUTPUT_LIMITED_STRING): Likewise.
12058         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
12059         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
12060         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12061         (ASM_FINISH_DECLARE_OBJECT): Likewise.
12062         (ASM_DECLARE_OBJECT_NAME): Likewise.
12063         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
12064         (ASM_DECLARE_FUNCTION_NAME): Likewise.
12065         (ASM_DECLARE_RESULT): Likewise.
12066         (ASM_WEAKEN_LABEL): Likewise.
12067         (SUPPORTS_WEAK): Likewise.
12068         (APPLY_RESULT_SIZE): Likewise.
12069         (LPREFIX): Likewise.
12070         (ALIGN_ASM_OP): Likewise.
12071         (ASCII_DATA_ASM_OP): Likewise.
12072         (IDENT_ASM_OP): Likewise.
12073         (ASM_SHORT): Likewise.
12074         (ASM_LONG): Likewise.
12075         (TYPE_ASM_OP): Likewise.
12076         (SIZE_ASM_OP): Likewise.
12077         (STRING_ASM_OP): Likewise.
12078         (SKIP_ASM_OP): Likewise.
12079         (EH_FRAME_SECTION_ASM_OP): Likewise.
12080         (READONLY_DATA_SECTION_ASM_OP): Likewise.
12081         (INIT_SECTION_ASM_OP): Likewise.
12082         (FINI_SECTION_ASM_OP): Likewise.
12083         (TEXT_SECTION_ASM_OP): Likewise.
12084         (DATA_SECTION_ASM_OP): Likewise.
12085         (TYPE_OPERANT_FORMAT): Likewise.
12086         (ASM_SPEC): Remove COFF code.
12087         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
12088         cause -pg to emit an error; use pcrt1elf.o with -pp
12089         (ENDFILE_SPEC): Likewise.
12090         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
12091         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
12092         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
12093         add -z alt_resolve to support weak symbols the way GCC wants them.
12094         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
12095         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
12096         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
12097         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
12098         (CRTSTUFF_T_CFLAGS_S): Define.
12099         (MULTILIB_OPTIONS): Likewise.
12100         (MULTILIB_DIRNAMES): Likewise.
12101         (MULTILIB_MATCHES): Likewise.
12102         (MULTILIB_EXTRA_OPTS): Likewise.
12103         (LIBGCC): Likewise.
12104         (INSTALL_LIBGCC): Likewise.
12105         (crti.o): Remove.
12106         * config/i386/t-sco5gas: Remove.
12107         * doc/install.texi: Updated for new OpenServer instructions.
12108         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
12110 2003-04-19  Kean Johnston  <jkj@sco.com>
12112         * fixinc/check.tpl: Allow user to over-ride diff program.
12113         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
12114         (sco_math): Added test for SCO math header files.
12115         (sco_regset): Added check for conflicts with ieeefp.h.
12116         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
12117         * fixinc/fixincl.x: Regenerated
12118         * fixinc/tests/base/math.h: Added sco_math tests.
12119         * fixinc/tests/base/string.h: New file.
12120         * fixinc/tests/base/sys/regset.h: New file.
12122 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12124         * cpphash.h (struct cpp_buffer): Remove backup_to.
12125         * cpplex.c (BACKUP, get_effective_char): Die.
12126         (_cpp_skip_block_comment): Assume '*' is location on entry.
12127         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
12128         (IF_NEXT_IS): Update.
12129         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
12131 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
12133         * README.Portability: Move to a new section and obsolete K+R
12134         portability issues.
12136 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
12138         * rtlanal.c (subreg_offset_representable_p):  Fix call of
12139         subreg_lowpart.
12141 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12143         * cpphash.h (struct cpp_reader): New member warned_dollar.
12144         * cpplex.c (continues_identifier_p): New function.
12145         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
12146         lex_number and lex_string, and simplify.
12147         (parse_slow, unescaped_terminator_p): Die.
12148         (_cpp_lex_direct): Update.
12150 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12152         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
12154 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
12156         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
12157         fork behavior.
12159 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12161         * cppexp.c (eval_token): Permit true and false even if pedantic.
12163 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12165         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
12167 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12169         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
12170         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
12171         (struct include_file): Remove fefcnt, mapped members.
12172         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
12173         (read_include_file): Don't use mmap, terminate buffers in '\r'.
12174         (purge_cache): Don't use munmap.
12175         * cpphash.h (CPP_BUF_COLUMN): Update.
12176         (lexer_state): Remove lexing_comment.
12177         (struct _cpp_line_note): New.
12178         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
12179         next_line and need_line.  Remove col_adjust and saved_flags.
12180         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
12181         _cpp_skip_block_comment, scan_out_logical_line): New.
12182         (_cpp_init_mbchar): Remove.
12183         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
12184         (cpp_read_main_file): Set line to 1 earlier.
12185         (post_options): -traditional-cpp doesn't want trigraphs.
12186         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
12187         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
12188         _cpp_get_fresh_line): New.
12189         (handle_newline, skip_escaped_newlines, trigraph_p,
12190         continue_after_nul, _cpp_init_mbchar): Remove.
12191         (get_effective_char): Update.
12192         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
12193         (skip_line_comment): Simplify.
12194         (skip_whitespace, parse_identifier, parse_slow, parse_number,
12195         parse_string): Update.
12196         (cpp_lex_direct): Use clean lines and process line notes.  Update.
12197         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
12198         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
12199         directly.
12200         (_cpp_handle_directive): Don't set saved_flags.
12201         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
12202         cpp_undef, handle_assertion, cpp_push_buffer): Update.
12203         (_cpp_pop_buffer): Free notes.
12204         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
12205         * cpppch.c (cpp_read_state): \n terminate buffer.
12206         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
12207         (copy_comment): Use _cpp_skip_block_comment.
12208         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
12209         Simplify.
12210         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
12211         save_replacement_text): Update.
12212         (scan_out_logical_line): Update to use clean lines and process
12213         line notes.
12214         * fix-header.c (read_scan_file): Update.
12216 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
12218         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
12219         null begin parameter (as well as pointer to null).
12220         (__deregister_frame_info_bases): Likewise.
12222 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12224         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
12225         hard or virtual register and copy into pseudo if replacement fails.
12227         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
12229         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
12231 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
12233         * calls.c (expand_call): Move special case for constructor calls
12234         to right place. Ensures constructor calls used to initialize
12235         arguments get a clean outgoing argument block for themselves.
12236         Move check for stack deallocation completeness until after last
12237         deallocation.  Add stack_pointer_delta to set of state
12238         variables saved and restored along with current stack_level.
12240         * integrate.c (expand_inline_function): Ensure non-const actuals
12241         don't end up const in the caller's flow after conversion to possibly
12242         const formal type.
12244 2003-04-18  Vincent Celier  <celier@gnat.com>
12246         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
12247         and *_DIV_EXPR as TRUNC_*_EXPR.
12249 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
12251         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
12252         for orphaned jump tables.
12254 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
12256         * reload1.c: Revert my previous patch on 2002-04-17.
12258 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12260         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
12261         Add Segher Boessenkool.
12263 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
12265         PR c/9177
12266         * c-decl.c (c_expand_body): Don't garbage collect the function
12267         body if we are going to dump it later.
12269 2003-04-18  Richard Henderson  <rth@redhat.com>
12271         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
12272         (alpha_end_function): Don't set them.
12273         (decl_in_text_section): Remove.
12274         (alpha_encode_section_info): Remove.
12275         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
12276         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
12277         sections, rather than decl_in_text_section results.
12279 2003-04-18  Roger Sayle  <roger@eyesopen.com>
12281         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
12282         and SIGN_EXTRACT.
12284 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12286         PR optimization/7675
12287         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
12288         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
12289         nested functions if they refer to declarations from parent functions.
12290         * stmt.c (expand_decl): Don't put automatic variables in registers
12291         if the DECL_NONLOCAL flag is set.
12293 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
12295         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
12296         consider those to be movable where the source matches
12297         want_to_gcse_p.
12298         (update_ld_motion_stores): In comment, refer to
12299         compute_ld_motion_mems for validity of replacement.
12301 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
12303         * gcov-dump.c (tag_summary): Remove max_sum
12304         * gcov-io.h (gcov_summary, gcov_write_summary,
12305         gcov_read_summary): Kill max_sum.
12306         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
12307         message more verbose.
12309         * emit-rtl.c (subreg_hard_regno):  Check that register is
12310         representable.
12312         * reload.c (reload_inner_reg_of_subreg):  When register is not
12313         representable, reload the whole thing.
12314         (find_reloads): Likewsie.
12315         * rtlanal.c (subreg_representable_p):  New function.
12317         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
12318         allow negative probabilities for edges from the call to exit.
12319         (branch_prob): Do not add fake edges for functions that may return
12320         twice.
12322 2003-04-17  DJ Delorie  <dj@redhat.com>
12324         * toplev.c (target_options): Add value field.
12325         (set_target_switch): Handle target options with values.
12326         * doc/tm.texi: Document how fixed vs variable target
12327         options work.
12328         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
12329         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
12330         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
12331         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
12332         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
12333         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
12334         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
12335         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
12336         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
12337         Add value initializer to target options.
12339 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
12341         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
12343 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
12345         * reload1.c (move2add_last_cc0): New.
12346         (reload_cse_move2add): Detect implicit sets.
12347         (move2add_note_store): Notice a store into cc0.
12349 2003-04-17  Roger Sayle  <roger@eyesopen.com>
12351         PR c/10375
12352         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
12353         function attributes.
12355 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
12357         * doc/sourcebuild.texi (Test Suites): Document support for testing
12358         binary compatibility (moved from testsuite/README.compat).
12360 2003-04-17  Richard Henderson  <rth@redhat.com>
12362         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
12364 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12366         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
12367         the one provided by the FSF.
12369 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12371         * doc/install.texi (Binaries): Update URL and list of platforms
12372         provided by ftp.thewrittenword.com.
12374 2003-04-17  Richard Henderson  <rth@redhat.com>
12376         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
12377         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
12378         * config/xtensa/xtensa.md (call, call_value): Likewise.
12380 2003-04-17  Richard Henderson  <rth@redhat.com>
12382         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
12383         (print_operand_address): Likewise.
12384         (ep_memory_operand): Likewise.
12385         (special_symbolref_operand): Likewise.
12386         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
12387         (v850_encode_section_info): Call default_encode_section_info.
12388         (v850_strip_name_encoding): Remove.
12389         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
12390         (ASM_OUTPUT_LABELREF): Remove.
12391         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
12392         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
12393         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
12394         (ENCODED_NAME_P): Remove.
12395         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
12396         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
12397         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
12399 2003-04-17  Richard Henderson  <rth@redhat.com>
12401         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
12402         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
12403         SYMBOL_REF_FUNCTION_P.
12405 2003-04-17  Richard Henderson  <rth@redhat.com>
12407         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
12408         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
12409         (text_segment_operand): Likewise.
12411 2003-04-17  Richard Henderson  <rth@redhat.com>
12413         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
12414         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12415         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12416         (sh_encode_section_info): Remove.
12417         (sh_strip_name_encoding): Remove.
12418         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
12419         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
12420         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
12421         (ASM_OUTPUT_LABELREF): Remove.
12422         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
12423         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
12425 2003-04-17  Richard Henderson  <rth@redhat.com>
12427         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
12428         (tls_model_chars): Remove.
12429         (larl_operand): Use SYMBOL_REF_FLAGS.
12430         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12431         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12432         (s390_output_mi_thunk): Likewise.
12433         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
12434         (s390_function_profiler): Likewise.
12435         (s390_encode_section_info): Use default_encode_section_info
12436         and SYMBOL_FLAG_ALIGN1.
12437         (s390_strip_name_encoding): Remove.
12438         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
12439         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
12440         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
12442 2003-04-17  Richard Henderson  <rth@redhat.com>
12444         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
12445         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
12446         (print_operand_address): Likewise.
12448         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
12449         * config/ns32k/ns32k.c (expand_block_move): Don't check
12450         flag_unroll_loops.
12452 2003-04-17  Richard Henderson  <rth@redhat.com>
12454         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
12455         SYMBOL_REF_FLAG.
12457 2003-04-17  Richard Henderson  <rth@redhat.com>
12459         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
12461         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
12462         (SYMBOL_REF_MODEL): New.
12463         (LIT_NAME_P): Move from m32r.h.
12464         (m32r_select_section): Remove.
12465         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
12466         (m32r_strip_name_encoding): Remove.
12467         (m32r_in_small_data_p): New.
12468         (small_data_operand): Use SYMBOL_REF_SMALL_P.
12469         (addr24_operand): Use SYMBOL_REF_MODEL.
12470         (call26_operand): Likewise.
12471         (addr32_operand): Tidy.
12472         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12473         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
12474         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
12475         (READONLY_DATA_SECTION_ASM_OP): Remove.
12476         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
12477         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
12478         (TARGET_ASM_SELECT_SECTION): Remove.
12479         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
12480         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
12481         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
12482         (ASM_OUTPUT_LABELREF): Remove.
12484 2003-04-17  Richard Henderson  <rth@redhat.com>
12486         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
12487         (encode_section_info): Remove.
12488         * config/ip2k/ip2k-protos.h: Update.
12490 2003-04-17  Richard Henderson  <rth@redhat.com>
12492         * varasm.c (default_encode_section_info): Don't set
12493         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
12494         * config/i370/i370.c (i370_encode_section_info): Remove.
12495         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
12496         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
12497         * config/i370/i370.md (movsi): Likewise.
12499         * config/i370/t-i370: Add missing backslash.
12501 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
12503         * doc/invoke.texi (inline-limit): Fix pasto.
12505 2003-04-17  Richard Henderson  <rth@redhat.com>
12507         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
12508         (small_call_insn_operand): Use it.
12509         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
12510         (h8300_eightbit_constant_address_p): Use it.
12511         (SYMBOL_FLAG_TINY_DATA): New.
12512         (h8300_tiny_constant_address_p): Use it.
12513         (h8300_encode_label, h8300_strip_name_encoding): Remove.
12514         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
12515         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
12516         (ASM_OUTPUT_LABELREF): Remove.
12518 2003-04-16  Richard Henderson  <rth@redhat.com>
12520         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
12521         all users with SYMBOL_REF_SMALL_P.
12522         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
12523         (frv_encode_section_info): Remove.
12524         (frv_strip_name_encoding): Remove.
12525         (frv_in_small_data_p): Merge tests from encode_section_info.
12526         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
12527         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
12528         (SDATA_NAME_P): Remove.
12529         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
12530         (ASM_OUTPUT_LABELREF): Remove.
12531         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
12533         * config/frv/frv.c (frv_asm_out_constructor): New.
12534         (frv_asm_out_destructor): New.
12535         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
12536         (DTORS_SECTION_ASM_OP): New.
12537         (ASM_OUTPUT_CONSTRUCTOR): Remove.
12538         (ASM_OUTPUT_DESTRUCTOR): Remove.
12540 2003-04-16  Richard Henderson  <rth@redhat.com>
12542         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
12543         SYMBOL_REF_LOCAL_P; abort if not pic.
12544         (cris_encode_section_info): Remove.
12546 2003-04-16  Richard Henderson  <rth@redhat.com>
12548         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
12549         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
12551         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
12552         flag_inline_trees.
12554 2003-04-16  Richard Henderson  <rth@redhat.com>
12556         * config/avr/avr.c (avr_encode_section_info): Remove.
12557         (avr_insert_attributes): New.
12558         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
12559         (avr_assemble_integer): Likewise.
12561 2003-04-16  Richard Henderson  <rth@redhat.com>
12563         * arc.c (arc_encode_section_info): Remove.
12564         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
12565         (arc_print_operand, arc_print_operand_address): Likewise.
12566         * arc.h (EXTRA_CONSTRAINT): Likewise.
12568 2003-04-16  Roger Sayle  <roger@eyesopen.com>
12570         * c-semantics.c (find_reachable_label): New function to find a
12571         potentially reachable label in an expression.
12572         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
12573         assumes the start of the IF_STMT is unreachable (dead) code.
12574         (expand_unreachable_stmt): Similar to expand_stmt but assumes
12575         the start of the statement list is unreachable (dead) code.
12576         (genrtl_if_stmt):  If the controlling expression of the IF
12577         is constant, use expand_unreachable_stmt for the THEN or ELSE
12578         clause as appropriate.
12579         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
12580         the body of a SWITCH statement.
12581         (expand_stmt): The code immediately following a "return",
12582         "break", "continue" or "goto" is unreachable.
12583         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12585 2003-04-16  Richard Henderson  <rth@redhat.com>
12587         * rtl.h (MEM_ALIAS_SET): Update documentation.
12588         * doc/rtl.texi (Special Accessors): New node.
12589         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12591 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
12593         * reload1.c (reload_cse_noop_set_p): Return false if mode of
12594         SET_DEST is not the same as that returned by...
12595         * cselib.h (cselib_reg_set_mode): ... new function.
12596         * cselib.c (cselib_reg_set_mode): Define it.
12597         (REG_VALUES): Document semantics of first element as set mode.
12598         (cselib_subst_to_values): Skip first element if ELT is NULL.
12599         (cselib_lookup): Likewise.  Insert past the first element.
12600         (cselib_invalidate_regno): NULLify first element.
12601         (cselib_record_set): Set first element.
12603 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
12605         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12606         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12607         * tree.h: Add prototypes for the two new functions.
12608         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12609         updates introduced in the previous revision by call to saved_expr_p.
12610         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12612         * expr.c (store_field): Force usage of bitfield instructions when
12613         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12614         (expand_expr, case BIT_FIELD_REF): likewise.
12616 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
12618         PR middle-end/8866
12619         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12620         jumptables.
12622 2003-04-16  Richard Henderson  <rth@redhat.com>
12624         * config/ia64/ia64.c (sdata_symbolic_operand): Use
12625         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12626         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12627         (function_operand): Use SYMBOL_REF_FUNCTION_P.
12628         (ia64_expand_load_address): Likewise.
12629         (ia64_assemble_integer): Likewise.
12630         (ia64_encode_section_info): Remove.
12631         (ia64_strip_name_encoding): Remove.
12632         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12633         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12635 2003-04-16  Richard Henderson  <rth@redhat.com>
12637         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12638         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12639         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12640         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12641         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12642         (global_symbolic_operand): Similarly.
12643         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12644         (tls_symbolic_operand_type): Likewise.
12645         (alpha_encode_section_info): Use default_encode_section_info.
12646         (alpha_strip_name_encoding): Remove.
12647         (get_tls_get_addr): Split out from ...
12648         (alpha_legitimize_address): ... here.
12649         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12650         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12651         (alpha_initialize_trampoline): Use init_one_libfunc.
12652         (alpha_setup_incoming_varargs): Mark unused parameters.
12653         (alpha_initial_elimination_offset): Likewise.
12654         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12655         (unicosmk_unique_section): Use default_strip_name_encoding.
12656         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12658 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
12660         * config.gcc: Add t-spe for eabispe.
12662         * config/rs6000/t-spe: New.
12664 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
12666         Re-apply this patch:
12668         2002-05-16  Dale Johannesen  <dalej@apple.com>
12669           * combine.c (cant_combine_insn_p):  Reenable combinations
12670           involving hard regs unless CLASS_LIKELY_SPILLED_P.
12672 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12674         PR/10271
12675         * pa-protos.h (function_arg): Remove last argument.
12676         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
12677         * pa.h (struct hppa_args): Add member incoming.
12678         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12679         member incoming.
12680         (FUNCTION_ARG): Revise call to function_arg.
12681         (FUNCTION_INCOMING_ARG): Delete.
12683 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12685         * configure.in: Unify the code which creates symlinks to a
12686         just-built as, ld, objdump, and nm with the code that detects
12687         their presence for purposes of feature tests.
12688         * configure: Regenerate.
12690 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12692         * varasm.c (output_constant_def): Do not consult
12693         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
12694         (after_function_constants, output_after_function_constants): Delete.
12695         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12696         * config/mips/mips-protos.h, config/mips/mips.c
12697         (mips16_constant_after_function_p): Delete.
12698         * config/mips/mips.h: Delete #if-0-ed definition of
12699         CONSTANT_AFTER_FUNCTION_P.
12700         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12701         mention of CONSTANT_AFTER_FUNCTION_P in comment.
12703 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
12705         * tree.c (next_decl_uid): Mark with GTY.
12706         (next_type_uid): Likewise.
12708 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12710         PR target/9594:
12711         * sh.c (barrier_align): Also recognize stuff_delay_slot as
12712         an indicator that a barrier was created by branch splitting.
12714 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12716         * c-decl.c (implicitly_declare): Copy declarations that are going
12717         to be placed in a local scope.
12719 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
12721         * invoke.texi (Spec Files): Wrap if-exists-else example.
12722         (MCore): Remove duplicate @itemx entries and @opindex entries.
12724 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
12726         * unwind.inc (_Unwind_Backtrace): New function.
12727         * unwind.h (_Unwind_Backtrace): Declare it.
12728         * libgcc-std.ver (_Unwind_Backtrace): Export it.
12730 2003-04-14  Jason Merrill  <jason@redhat.com>
12732         PR middle-end/10336, c++/10401
12733         * jump.c (never_reached_warning): Also stop looking if we reach the
12734         beginning of the function.
12736 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12738         PR target/10338
12739         PR bootstrap/10198
12740         PR bootstrap/10140
12741         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12743 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12745         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12747 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12749         * optabs.c (expand_binop): In multi-word add cases, ensure
12750         XTARGET is copied to TARGET if they are different.
12752 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
12754         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12755         to region, possible after integration of function with unreachable
12756         regions that were optimized away.
12758 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
12760         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12761         instead of TOC_REGISTER in epilogue in
12762         current_function_calls_eh_return functions.
12764 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12766         * doc/extend.texi (Empty Structures): Correct description of G++'s
12767         handling of these structures.
12769         * c-decl.c (grokdeclarator): Reject extern redeclarations of
12770         static variables.
12772 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
12774         * config/rs6000/rs6000.md (define_constants): Define constants for
12775         all UNSPEC usage, including new values for TLS support.
12776         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12777         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12778         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12779         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12780         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12781         eh_set_lr_di): Use them.
12782         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12783         rs6000_emit_epilogue) Use them.
12785         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12787 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
12789         * Makefile.in (c-opts.o): Use custom action.
12791 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
12793         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12795 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12797         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12798         handle "superflat arrays" in Ada.
12800         * integrate.c (expand_inline_function): Don't inline if would
12801         lose /u on a BLKmode TARGET.
12803 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
12805         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12806         extracted from dbxout_type.
12807         (dbxout_range_type): print large bounds in octal format.
12808         (dbxout_type): Replace extracted code by call to
12809         print_int_cst_bounds_in_octal_p.
12811         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12812         of DW_LANG_Ada83 for Ada units.
12814 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
12816         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12817         temporary used to round CONST_INT sizes.
12819         * tree.c (int_fits_type_p): Extract generic checks from the case
12820         of constant type bounds. Refine the checks against constant type
12821         bounds to allow for possible decisions against each of these bounds
12822         without requiring both bounds to be constant.
12823         (tree_int_cst_msb): Put back.
12824         * tree.h (tree_int_cst_msb): Likewise.
12826         * global.c (global_conflicts): Prevent allocation of call clobbered
12827         hard regs to pseudos live across abnormal edges, as later passes are
12828         not ready to handle them.
12830         * fold-const.c (fold): Reorder tests for conditional expressions.
12832         * expr.c (highest_pow2_factor): Return unsigned.
12833         * expr.h (offset_address): Likewise.
12834         * emit-rtl.c (offset_address): POW2 argument now unsigned.
12836 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12838         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
12839         string literals at compile-time.
12841 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12843         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
12844         comparison operation and c1/c2 are floating point constants into
12845         x swap(cmp) (c1 - c2).
12847 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
12849         * genautomata.c (output_translate_vect): Fix a typo in loop
12850         condition.
12852 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12854         PR target/10377
12855         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12856         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12857         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12858         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12859         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12860         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12861         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12862         ("*extopqihi_swap_side", "*extopqisi_swap_side")
12863         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12864         When next to constraint R, replace constraint i with n.
12866 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
12868         PR opt/10024
12869         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12871 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12873         * doc/contrib.texi (Contributors): Correct my entry.
12875 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12877         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12878         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12879         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12880         implies DECL_BUILT_IN to simplify logic.
12881         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12883 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12885         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12886         (BT_FN_PTR_SIZE_SIZE): Likewise.
12887         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12888         New built-in functions for malloc, calloc and strdup respectively.
12889         * calls.c (special_function_p): No need to handle malloc-like
12890         functions any longer.  ECF_MALLOC is set via built-in attributes.
12892         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12894         * doc/extend.texi: Document these new built-in functions.
12896 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12898         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12899         (expand_builtin_stpcpy): New.
12900         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12901         * builtins.def: Add mempcpy & stpcpy support.
12902         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12904 2003-04-13  Nick Clifton  <nickc@redhat.com>
12906         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12907         "GCC".
12908         * config/rs6000/40x.md, config/rs6000/603.md,
12909         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12910         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12911         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12912         config/rs6000/aix43.h, config/rs6000/aix51.h,
12913         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12914         config/rs6000/altivec.h, config/rs6000/altivec.md,
12915         config/rs6000/beos.h, config/rs6000/darwin.h,
12916         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12917         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12918         config/rs6000/freebsd.h, config/rs6000/gnu.h,
12919         config/rs6000/host-darwin.c, config/rs6000/linux.h,
12920         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12921         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12922         config/rs6000/netbsd.h, config/rs6000/power4.md,
12923         config/rs6000/rios1.md, config/rs6000/rios2.md,
12924         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12925         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12926         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12927         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12928         config/rs6000/spe.md, config/rs6000/sysv4.h,
12929         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12930         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12932 2003-04-13  Nick Clifton  <nickc@redhat.com>
12934         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12935         support for -mcall-aix switch.
12936         * config/rs6000/eabiaix.h: Delete.
12937         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12938         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12939         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12940         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12941         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12942         debug_stack_info, output_function_profiler,
12943         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12944         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12945         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12946         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12947         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12948         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12949         multilibs.
12950         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12951         (MULTILIB_EXCEPTIONS): Delete.
12952         (MULTILIB_MATCHES): Remove mcall-aix matches.
12954         * doc/fragments.texi: Replace -mcall-aix example with an ARM
12955         one.
12956         * doc/install.texi: Delete powerpc-*-eabiaix target.
12957         * doc/invoke.texi: Remove documentation of mcall-aix switch.
12958         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12959         * config.gcc: Delete powerpc-*-eabiaix target.
12961 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
12963         * doc/invoke.texi: Fix typos.
12964         * doc/tm.texi: Likewise.
12966 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12968         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12970 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12972         * tree.c (build_constructor): New function.
12973         * tree.h: Prototype it.
12975         * c-typeck.c (build_c_cast, pop_init_level)
12976         * profile.c (build_function_info_value, build_gcov_info_value)
12977         (create_profiler):
12978         Use build_constructor.
12980         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12982         * objc/objc-act.c (build_constructor):
12983         Rename objc_build_constructor. Use build_constructor.
12984         (build_objc_string_object, objc_add_static_instance)
12985         (init_def_list, init_objc_symtab, init_module_descriptor)
12986         (generate_static_references, build_selector_translation_table)
12987         (build_descriptor_table_initializer, generate_descriptor_table)
12988         (build_protocol_initializer, build_ivar_list_initializer)
12989         (generate_ivars_list, build_dispatch_table_initializer)
12990         (generate_dispatch_table, generate_protocol_list)
12991         (build_category_initializer, build_shared_structure_initializer):
12992         Update to match.
12994 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12996         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12998 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13000         * config/m68hc11/m68hc11-protos.h
13001         (m68hc11_eq_compare_operator): Declare
13002         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
13003         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
13004         (d_register_operand): Check the operand mode.
13005         (hard_addr_reg_operand): Likewise.
13007 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13009         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
13010         pattern for dbcc/ibcc generation for 68HC12.
13011         ("doloop_end"): New pattern.
13012         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
13013         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
13014         ("m68hc12_dbcc_dec_qi"): New pattern.
13015         ("m68hc12_dbcc_inc_qi"): New pattern.
13016         (split): Add split for the above when we can't use dbcc/ibcc due to
13017         reloading.
13018         (peephole2): Add peephole2 to generate the above when possible.
13020 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13022         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
13023         mode of operand 0.
13024         (peephole2 optimize const load): Likewise for operand 2.
13025         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
13026         clobbers CC_REGNUM.
13027         ("*rotrhi3_with_carry"): Likewise.
13028         (ashift:DI 1 split): Update pattern to create the above rotate.
13029         (lshiftrt:DI 1 split): Likewise.
13031 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13033         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
13034         ("tstqi_z_used" split): Use it.
13035         ("cmphi_z_used"): Likewise.
13036         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
13037         ("cmpqi_z_used"): Likewise.
13039 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
13041         PR c++/7910
13042         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
13044 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
13046         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
13047         * configure, config.in: Regenerate.
13048         * intl.c (gcc_gettext_width): New function.
13049         * intl.h: Prototype it.
13051 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13053         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
13054         recognize -mnorelax.
13055         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
13056         (REG_CLASS_NAMES): Add its name.
13057         (REG_CLASS_CONTENTS): Define its content.
13059 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
13061         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
13062         parameters so that offsets are valid for far definition.
13063         (__mulsi3): Likewise and use ret to return.
13064         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
13066 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
13068         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
13070 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
13072         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
13073         containing a libgcc.a, move lib* to the corresponding stage dir.
13075         * Makefile.in (stage1-start, stage2-start, stage3-start,
13076         stage4-start): Move $(SPECS) to specs in stage dir.
13077         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
13078         back as $(SPECS).
13080         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
13081         object files from the non-libgcc/ multilib directories as well.
13083 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
13085         * profile.c (read_counts_file): Initialise 'checksum'.
13087         * emit-rtl.c (gen_rtx): Really correct typo.
13089         PR c++/9393
13090         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
13091         * configure.in: Check for gettimeofday.
13092         * tree.c (flag_random_seed): Define.
13093         (default_flag_random_seed): New.
13094         (append_random_chars): Use flag_random_seed rather than trying
13095         to acquire randomness here.
13096         * tree.h (default_flag_random_seed): Declare.
13097         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
13098         descriptions.
13099         (decode_f_option): Handle -frandom-seed.
13100         (print_switch_values): Call default_flag_random_seed.
13101         * flags.h (flag_random_seed): Declare.
13102         * configure: Regenerate.
13103         * config.in: Regenerate.
13104         * config/alpha/t-crtfm: Use -frandom-seed.
13106         * doc/extend.texi (Empty Structures): New.
13108         * c-pch.c: Include flags.h.  Add comments to routines.
13109         (struct c_pch_validity): New.
13110         (get_ident): Update PCH file version number.
13111         (pch_init): Output current debugging type.
13112         (c_common_valid_pch): Check debugging type.
13113         * Makefile.in (c-pch.o): Update dependencies.
13114         * flags.h (debug_type_names): Declare.
13115         * toplev.c (debug_type_names): Move out of decode_g_option.
13117 2003-04-11  Eric Christopher  <echristo@redhat.com>
13119         * emit-rtl.c (gen_rtx): Fix typos.
13121 2003-04-11  Richard Henderson  <rth@redhat.com>
13123         * emit-rtl.c (gen_rtx): Zero '0' fields.
13125 2003-04-11  Richard Henderson  <rth@redhat.com>
13127         PR c++/10202
13128         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
13129         not COMPLETE_TYPE_P for re-invoking layout_decl.
13131 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
13133         * doc/bugreport.texi: Fix paragraph breaking between sections
13134         in preparation for TeXinfo's paragraph indentation fixes.
13135         * doc/extend.texi: Ditto.
13136         * doc/invoke.texi: Ditto.
13137         * doc/objc.texi: Ditto.
13138         * doc/gcov.texi: Wrap 'gcov' in @command{}.
13139         * doc/invoke.texi (Darwin Options): Add a preamble.
13141 2003-04-11  Richard Henderson  <rth@redhat.com>
13143         * config/i386/i386.c (tls_model_chars): Remove.
13144         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
13145         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
13146         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
13147         (tls_symbolic_operand_1): Likewise.
13148         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
13149         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
13150         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
13151         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
13152         bits "copied from i386.h" with default_encode_section_info.
13154 2003-04-11  Richard Henderson  <rth@redhat.com>
13156         * rtl.def (SYMBOL_REF): Add two 0 fields.
13157         * gengtype.c (adjust_field_rtx_def): Handle them.
13158         * print-rtl.c (print_rtx): Print them.
13159         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
13160         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
13161         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
13162         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
13163         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
13164         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
13165         (SYMBOL_FLAG_MACH_DEP): New.
13166         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
13167         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
13168         (assemble_static_space): Set SYMBOL_REF_FLAGS.
13169         (assemble_trampoline_template): Likewise.
13170         (output_constant_def, force_const_mem): Likewise.
13171         (default_encode_section_info): New.
13172         * output.h: Declare it.
13173         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
13175 2003-04-11  Richard Henderson  <rth@redhat.com>
13177         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
13178         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
13179         * optabs.c (init_optabs): Initialize them.
13180         (init_libfuncs): Use init_one_libfunc.
13181         * calls.c (expand_call): Use gcov_flush_libfunc.
13182         * expr.c (store_constructor): Use setbits_libfunc.
13183         * function.c (expand_main_function): Use init_one_libfunc.
13184         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
13186 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
13188         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
13189         documentation; add DECL_FRIEND_CONTEXT.
13191 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13193         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
13194         notes on linker selection and configuration for 64-bit HP-UX port.
13195         * doc/invoke.texi (hppa): Remove hppa text from description for
13196         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
13197         and -threads options.
13199         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
13200         libc.a on libdld.sl when -static is specified and -nolibdld is not
13201         specified.
13202         * pa64-hpux.h (LIB_SPEC): Likewise.
13203         * pa-hpux11.h (LIB_SPEC): Likewise.
13204         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
13205         is not specified.
13207 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
13209         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
13210         not IDENTIFIER_LOCAL_VALUE.
13212 2003-04-11  Richard Henderson  <rth@redhat.com>
13214         PR c/10201
13215         * expr.c (expand_expr): Move DECL_RTL frobbing ...
13216         * stor-layout.c (layout_decl): ... here.
13218 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
13220         * doc/invoke.texi: Eliminate extra white-space caused by
13221         @gccoptlist{ on its own line.
13222         * doc/invoke.texi: Ensured there are two spaces between each option.
13223         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13224         Added @gol to options that didn't have them.
13226 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
13228         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
13229         gcov-iov.h.
13231         Simplify interface to gcov reading and writing.
13232         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
13233         gcov_alloc, gcov_modified, gcov_errored): Move into ...
13234         (struct gcov_var gcov_var): ... this static structure.
13235         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
13236         Return void.
13237         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
13238         read object.
13239         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
13240         (gcov_reserve_length): Remove.
13241         (gcov_write_tag): New.
13242         (gcov_write_length): Adjust.
13243         (gcov_read_summary, gcov_write_summary): Adjust.
13244         (gcov_eof, gcov_ok): Rename to ...
13245         (gcov_is_eof, gcov_is_error): ... here. Return error code.
13246         (gcov_save_position, gcov_resync): Rename to ...
13247         (gcov_position, gcov_seek): ... here.
13248         (gcov_skip, gcov_skip_string): Remove.
13249         (gcov_error): Remove.
13250         (gcov_open, gcov_close): Adjust.
13251         * gcov.c (find_source): Take const char *, copy it on allocation.
13252         (read_graph_file): Adjust.
13253         (read_count_file): Adjust.
13254         * libgcov.c (gcov_exit): Adjust.
13255         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
13256         tag_arc_counts, tag_summary): Return void. Adjust.
13257         (struct tag_format): Adjust proc member.
13258         (dump_file): Adjust gcov calls.
13260 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
13262         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
13263         mkfixinc.sh.
13264         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
13265         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
13266         build != host sysrooted builds.
13267         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
13268         TARGET_SYSTEM_ROOT even on sysrooted natives.
13269         * configure: Rebuilt.
13271 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
13273         * c-decl.c (struct binding_level): Add shadowed_tags and
13274         function_body; remove this_block, tag_transparent, and
13275         subblocks_tag_transparent; update comments.
13276         (clear_binding_level, lookup_tag_reverse): Kill.
13277         (make_binding_level): Use ggc_alloc_cleared or memset.
13278         (lookup_tag): Remove struct binding_level* parameter.  All
13279         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
13280         current_binding_level->tags if asked for thislevel_only or if
13281         we might have to diagnose "struct foo; union foo;"
13282         (pushlevel): Ignore argument.  Do not push another binding
13283         level on the transition from the parameters to the top level
13284         of the function body; just tweak the flags and proceed.
13285         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
13286         a function body, separate the parameter list from the
13287         top-level local variables.
13288         (set_block): Do nothing.
13289         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
13290         shadowed_tags if necessary.
13291         (warn_if_shadowing): Nuke the special case for local shadowing
13292         parameter.
13293         (pushdecl): Do not create a shadow entry if we are replacing
13294         an older decl in the same binding level.
13295         (pushdecl_function_level): Tweak for new way of indicating
13296         function scope.
13297         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
13298         (start_function): Don't set subblocks_tag_transparent.
13299         (finish_function): Fix up the binding_level stack for totally
13300         empty functions.  Otherwise, don't call poplevel.
13302         * c-common.c (shadow_warning): MANDATORY argument is no longer
13303         necessary.  Always use plain warning.
13304         * c-common.h: Update to match.
13306         * cfglayout.c (scope_to_insns_initialize): Clear block when we
13307         hit the FUNCTION_DECL.
13308         * function.c: Do not create cyclic tree structure.
13310 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
13312         * c-tree.h (struct lang_identifier): Replace global_value,
13313         local_value members with symbol_value, tag_value.  Kill
13314         implicit_decl and limbo_value.
13315         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
13316         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
13317         C_MISSING_PROTOTYPE_WARNED): Kill.
13318         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
13319         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
13320         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
13321         (implicit_decl_warning, lookup_name_current_level,
13322         record_function_scope_shadow): Don't prototype.
13323         (pushdecl_function_level): Prototype.
13325         * c-decl.c (truly_local_externals): New variable.
13326         (struct binding_level): Adjust commentary.
13327         (get_function_binding_level, clear_limbo_values,
13328         record_function_scope_shadow): Kill.
13329         (lookup_name_current_level, implicit_decl_warning): Are now static.
13330         (any_external_decl, record_external_decl): New static functions.
13331         (clone_underlying type): Split out of pushdecl.
13332         (c_print_identifier): Update to match changes to struct
13333         lang_identifier.
13334         (poplevel): Delete #if 0 block.  Make externals invisible
13335         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
13336         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
13337         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
13338         (duplicate-decls): For real parm decl after a forward decl,
13339         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
13340         foo(...) { } with only a warning.  Say whether a previous
13341         declaration was implicit.
13342         (warn_if_shadowing): Now handles all shadowing, not just
13343         local-over-local.  Clarify comments.
13344         (pushdecl): Rewritten.  There is no longer a distinction
13345         between global and local symbol values; they're all
13346         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
13347         DECL_EXTERNAL decls, and use any_external_decl to check
13348         against previous externals.  Kill #if 0 blocks.  Don't
13349         tolerate error_mark_node being NULL.
13350         (pushdecl_top_level): Handle only those cases which
13351         Objective C (the only user) needs.
13352         (pushdecl_function_level): New function.
13353         (implicitly_declare): Create ordinary decls with
13354         C_DECL_IMPLICIT set.  Recycle old decls, however they got
13355         created.
13356         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
13357         for C_DECL_INVISIBLE symbols.
13358         (lookup_name_current_level): Likewise.  Use chain_member.
13359         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
13360         Use pushdecl_function_level.
13361         (builtin_function): Use C_DECL_INVISIBLE.
13362         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
13363         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
13364         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
13365         (identifier_global_value): Same.  Must scan
13366         global_binding_level in extremis.
13368         * c-typeck.c (undeclared_variable): New static function, split
13369         from build_external_ref.
13370         (build_external_ref): Use DECL_CONTEXT, not
13371         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
13372         an instance variable.  Restructure for clarity.
13373         * objc/objc-act.c: Use identifier_global_value, not
13374         IDENTIFIER_GLOBAL_VALUE.
13376 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
13378         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
13379         not Working Paper.
13380         * doc/invoke.texi (C++ Dialect Options): Same.
13382 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
13384         * tree.c (tree_operand_check_failed): New function.
13385         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
13386         TREE_RTL_OPERAND_CHECK): New checking macros.
13387         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
13388         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
13389         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
13390         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
13391         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
13392         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
13393         checking macros.
13395 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
13397         PR inline-asm/8803
13398         * function.c (instantate_virtual_regs):  Verify that all ASM statements
13399         match after the virutal regs instantiation.
13401 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
13403         * ia64-protos.h (addp4_optimize_ok): New.
13404         * ia64.c (addp4_optimize_ok): New.
13405         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
13406         (*ptr_extend_plus_2): Ditto.
13408 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
13410         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
13411         not with convert_memory_address.
13412         (store_constructor): Ditto, and same for copy_size_rtx.
13413         (expand_expr): Ditto.
13415 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
13417         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
13419 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
13421         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
13422         even if it is configured to be write-through.
13424 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
13426         * config/s390/s390.c (larl_operand): Do not allow symbols
13427         marked with '@'.
13428         (s390_encode_section_info): Mark symbols with forced 1-byte
13429         alignment with '@'.
13430         (s390_strip_name_encoding): Strip '@'.
13431         (legitimize_pic_address): Handle symbols that are not valid
13432         LARL operands in 64-bit mode.
13434 2003-04-10  Andrew Haley  <aph@redhat.com>
13436         * tree-inline.c (inlinable_function_p): Disable inlining for
13437         synchronized methods.
13439 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
13441         * c-common.h (lang_statement_code_p): Remove declaration.
13442         (statement_code_p): Ditto.
13443         (c_common_stmt_codes): Define; list of c-common statement codes.
13444         (statement_code_p): New extern declaration.
13445         (STATEMENT_CODE_P): Define.
13446         (INIT_STATEMENT_CODES): Define.
13447         * c-common.c (statement_code_p): Kill the function, declare
13448         as an array of bools instead.
13449         (lang_statement_code_p): Remove.
13450         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
13451         (c_safe_from_p): Ditto.
13452         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
13453         to initialize the statement_code_p array.
13454         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
13455         statement_code_p.
13456         (copy_tree_r): Ditto.
13457         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
13458         statement tree codes.
13459         * cp/lex.c (cxx_init): Add missing print line break.  Use
13460         INIT_STATEMENT_CODES to initialize the statement_code_p array.
13461         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
13462         instead of statement_code_p.
13463         * cp/pt.c (tsubst_expr): Ditto.
13464         * cp/tree.c (verify_stmt_tree_r): Ditto.
13465         (cp_statement_code_p): Remove.
13466         (init_tree): Don't set lang_statement_code_p, it's gone.
13468 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13469             Zack Weinberg  <zack@codesourcery.com>
13471         * regrename.c (struct du_chain): Use a bitfield for reg_class.
13472         * cse.c (struct qty_table_elem, struct table_elt, struct set):
13473         Use bitfields for fields holding enum rtx_code or
13474         enum machine_mode values.  Add comments explaining size choices.
13476 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
13478         * config/fp-bit.c (unpack_d): Handle pair of doubles with
13479         different signs correctly.
13481 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
13483         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
13484         (reg_pending_barrier): Make it of the enumeration type.
13485         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
13486         TRUE_BARRIER.
13487         (sched_analyze): Ditto.
13488         (sched_analyze_insn): Ditto.  Use anti-dependencies for
13489         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
13490         (init_deps_global): Initialize the barrier as NO_BARRIER.
13492 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
13494         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
13495         Check that asm insn starts on a new cycle.  Add nops after asm
13496         insn to end bundle.
13497         (bundling): Move insn type evaluation from the loop.  Call
13498         issue_nops_and_insn with the new parameter.  Ignore changing
13499         position for nops after asm insn.
13501 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
13503         * optabs.c: Comment that gen_add2_insn and others may actually
13504         return emitted insns, if the gen functions turn out to return
13505         emitted insns.
13506         * reload1.c (reload_cse_move2add): Cope with emitted insns from
13507         gen_add2_insn.
13509 2003-04-09  Richard Henderson  <rth@redhat.com>
13511         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
13512         but not tls_symbolic_operand.
13513         (ia64_expand_load_address): Remove scratch operand.
13514         (ia64_expand_tls_address): Split out from ia64_expand_move.
13515         (ia64_expand_move): Split symbolics only after reload.
13516         (ia64_emit_cond_move): New.
13517         * config/ia64/ia64-protos.h: Update.
13518         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
13519         (symbolic splitter): Accept SImode operands too.
13520         (cmove splitter): Use ia64_emit_cond_move.
13522 2003-04-09  Nick Clifton  <nickc@redhat.com>
13524         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
13525         newer.
13526         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
13527         instead of -mno-fpu.
13528         * config/arm/semi.h (ASM_SPEC): Likewise.
13529         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
13530         but only if -msoft-float is specified pass.  Otherwise pass
13531         -mfpu=softvfp.
13533 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13535         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
13536         free_EXPR_LIST_node.
13538 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13540         * fold-const.c (fold):  Use "fold" following build in more places.
13541         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
13542         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
13544 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13546         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
13547         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
13548         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
13549         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
13550         Delete function scope "fcode" variable to avoid shadowing.
13552 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
13554         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
13555         Take into account DWARF_INITIAL_LENGTH_SIZE.
13557 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
13559         * reorg.c (fill_slots_from_thread): When considering changing the
13560         insn following a reg-to-reg copy insn to use the source reg of the
13561         copy, bail out if there's overlap between the registers.
13563 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13565         * function.c (postponed_insns): New.
13566         (purge_addressof_1): Postpone processing of insns if addressofs
13567         are not put into stack.
13568         (purge_addressof): Process postponed insns.
13570 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
13572         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
13573         this is FP_MODE_DOUBLE .
13574         * sh.c (ra.h): #include.
13575         (push_regs): Add second parameter.  Changed all callers.
13576         If necessary, set fpscr before saving floating point registers.
13577         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
13578         do saves / restores with SZ == 1.
13579         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13580         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
13581         registers are being restored, restore FPSCR only after restoring them.
13583 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
13585         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13586         regardless of architecture.
13587         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13589 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
13591         * sh.c (push_regs, calc_live_regs): Return int.  Take single
13592         HARD_REG_SET * parameter.  Changed all callers.
13594 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
13596         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13597         GOTOFF operand.
13598         (legitimize_pic_address): Move plus outside the unspec.
13599         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
13600         for validity.
13602 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
13604         * gcov-io.h (gcov_save_position): Remove __inline__ from
13605         declaration.
13607 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
13609         * doc/install.texi: Use @command and @samp for single- and
13610         multi-word commands respectively.
13611         * doc/makefile.texi: Likewise.
13612         * doc/sourcebuild.texi: Likewise.
13614 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13615             Richard Henderson  <rth@redhat.com>
13617         PR c/9516
13618         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13619         favor of looping and tail recursion for TREE_LIST and binops.
13621 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13623         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13624         for insns without luid.
13626 2003-04-07  Glen Nakamura  <glen@imodulo.com>
13628         PR opt/8634
13629         * explow.c (maybe_set_unchanging): Don't flag non-static const
13630         aggregate type initializers with RTX_UNCHANGING_P.
13632 2003-04-07  Richard Henderson  <rth@redhat.com>
13634         PR opt/8634
13635         * function.c (purge_addressof_1): Don't try arithmetics for
13636         unchanging memories.
13638 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
13640         * doc/sourcebuild.texi (Test Suites): Document testing support for
13641         gcov and profile-directed optimizations; describe gcc.misc-tests.
13643 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
13645         PR target/10077
13646         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
13648 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13650         * doc/rtl.texi (Comparison operations): Update to
13651         record the allowed comparison modes.
13653 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13655         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13656         V2SI_type_node to opaque_V2SI_type_node.  Rename all
13657         V2SF_type_node to opaque_V2SF_type_node.
13658         (rs6000_init_builtins): Define opaque_V2SI_type_node and
13659         opaque_V2SF_type_node.
13660         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13661         opaque_V2SF_type_node are opaque types.
13663 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13665         * gcse.c (replace_store_insn): Use single_set.
13667 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13669         Change gcov file interface to single file at a time.
13670         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13671         Convert to C89 prototypes.
13672         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13673         gcov_error, gcov_modified): New static variables.
13674         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13675         functions.
13676         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13677         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13678         (gcov_read_summary, gcov_write_summary): Adjust.
13679         (gcov_save_position, gcov_reserve_length, gcov_write_length):
13680         Adjust.
13681         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13682         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13683         (da_file_position, da_file_seek, da_file_write, da_file_read):
13684         Remove.
13685         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13686         * gcov.c (gcov_type): Don't typedef here.
13687         (IN_GCOV): #define
13688         (read_graph_file, read_count_file): Adjust.
13689         * gcov-dump.c (gcov_type): Don't typedef here.
13690         (IN_GCOV): #define.
13691         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13692         Remove FILE parameter, adjust.
13693         (struct tag_format): Adjust proc member.
13694         (dump_file): Adjust.
13695         * libgcov.c (IN_LIBGCOV): #define.
13696         (gcov_exit): Adjust.
13697         * loop-init.c: Don't #include gcov-io.h
13698         * profile.c (struct counts_entry): New structure to hold counter
13699         values.
13700         (struct section_reference, struct da_index_entry): Remove.
13701         (bbg_file, da_file): Remove.
13702         (htab_counts_index_hash, htab_counts_index_eq,
13703         htab_counts_index_del): Replace with ...
13704         (htab_counts_entry_hash, htab_counts_entry_eq,
13705         htab_counts_entry_del): ... these.
13706         (cleanup_counts_index, index_counts_file): Remove.
13707         (read_counts_file): New function.
13708         (get_exec_counts): Adjust.
13709         (compute_branch_probabilities): Don't free the exec counts here.
13710         (branch_prob): Adjust.
13711         (init_branch_prob): Adjust.
13712         (end_branch_prob): Adjust.
13714 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13716         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13717         -mfloat-gprs.
13719         * config/rs6000/rs6000.c: Delete rs6000_fprs.
13720         Declare rs6000_float_gprs.
13721         Declare rs6000_float_gprs_string.
13722         (rs6000_parse_float_gprs_option): New.
13723         (rs6000_override_options): Genericize rs6000_parse_* calls to use
13724         rs6000_parse_yes_no_option.
13725         Change check for cpu=8540, to use TARGET_E500.
13726         (rs6000_parse_isel_option): Delete.
13727         (rs6000_parse_spe_option): Delete.
13728         (rs6000_parse_vrsave_option): Delete.
13730         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13731         Define rs6000_float_gprs_string.
13732         (TARGET_OPTIONS): Add rs6000_float_gprs option.
13734         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13736         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13738 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
13740         PR opt/10024
13741         * cfglayout.c (cfg_layout_redirect_edge):
13742         Redirect any branch edges unified with the fallthru one.
13743         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
13744         case fallthru edges when called via cfglayout.c
13746 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13748         * c-typeck.c (output_init_element): Check for type == error_mark_node.
13750 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
13752         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13753         split.
13754         (a splitter): Do zero-extension via HImode.
13756 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
13758         * doc/invoke.texi: Eliminate extra white-space caused by
13759         @gccoptlist{ on its own line.
13760         * doc/invoke.texi: Ensured there are two spaces between each option.
13761         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13762         Added @gol to options that didn't have them.
13764 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
13766         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13768 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13770         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13771         at the sizes of the relevant structures, rather than relying
13772         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
13773         sizes of any such we don't know about.  Use
13774         lang_hooks.identifier_size for IDENTIFIER_NODE.
13776         (initializer_zerop): Use CONSTRUCTOR_ELTS.
13777         * tree.def: Update commentary.  Make fourth element of
13778         the definition for all 'c' and 'x' nodes zero.
13780         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13781         * langhooks-def.h: Update to match.
13782         * langhooks.c: New default, lhd_tree_size.
13784         * c-common.def (SRCLOC): Kill.
13785         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13786         Remove entirely - was already #if-ed out.
13789 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13791         * mklibgcc.in: Use a here document to avoid running afoul of
13792         shells that generate control-A from "echo \1".
13794 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
13796         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13797         option.
13799         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13800         rs6000_spe.
13802         * config/rs6000/eabi.h (TARGET_E500): Define.
13804         * config/rs6000/rs6000.h (TARGET_E500): Define.
13805         (TARGET_OPTIONS): Add spe= option.
13806         Declare rs6000_spe and rs6000_spe_string extern.
13808         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13809         Change TARGET_SPE to TARGET_E500.
13810         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
13811         !TARGET_FPRS.
13812         (print_operand): Same.
13813         (rs6000_generate_compare): Same.
13814         (output_cbranch): Same.
13815         (rs6000_spe): Declare.
13816         (rs6000_spe_string): Declare.
13817         (rs6000_override_options): Call rs6000_parse_spe_option.
13818         (rs6000_parse_spe_option): New.
13820 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
13822         * hashtable.c (gcc_obstack_init): Delete this function
13823         and everything related to it.
13824         * hashtable.h: Remove prototype.
13825         * bitmap.c (bitmap_element_allocate): Cleanup redundant
13826         defines.  Cleanup some unnecessary whitespace.
13827         * defaults.h (obstack_chunk_alloc): Redefine with
13828         appropriate casts for libiberty obstacks.
13829         (obstack_chunk_free): Ditto.
13830         (OBSTACK_CHUNK_SIZE): Define, default to 0.
13831         (gcc_obstack_init): Define as a call to _obstack_begin.
13832         * tree.c (print_obstack_statistics): Delete this unused
13833         function.
13834         * tree.h (obstack): Don't forward-declare.
13835         (print_obstack_statistics): Delete prototype.
13836         (print_obstack_name): Ditto.
13837         (gcc_obstack_init): Ditto.
13838         * rtl.h (gcc_obstack_init): Ditto.
13839         * java/jv-scan.c (gcc_obstack_init): Delete this
13840         function, its prototype and related defines.
13841         * java/jvgenmain.c (gcc_obstack_init): Delete this
13842         function, and related defines.
13843         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13844         (obstack_chunk_free): Ditto
13846 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
13848         * dbxout.c (dbxout_handle_pch): Move prototype out from
13849         #if defined DBX_DEBUGGING_INFO.
13851 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
13853         * gcov.c (struct arc_info): Replace local_span with cycle.
13854         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13855         (solve_flow_graph): Set is_call_return.
13856         (add_line_counts): Adjust. In block mode, blocks attach to last line.
13857         (accumulate_line_counts): Find graph cycles, not spanning tree.
13858         (output_branch_count): Adjust.
13859         (output_lines): Adjust.
13860         * doc/gcov.texi: Update.
13862 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
13864         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13865         the second alternative to "#".
13867 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13869         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13870         (single_zero_operand): Likewise.
13872 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
13874         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
13875         * df.c: Include alloc-pool.h, not obstack.h.
13876         (df_ref_obstack): Remove.
13877         (df_ref_pool, df_link_pool): Add pools.
13878         (df_alloc): Init the new pools.
13879         (df_free): And free them.
13880         (df_link_create): Use the pools.
13881         (df_ref_create): Ditto.
13883 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13885         * simplify-rtx.c: Fix formatting.
13887 2003-04-05  Andrew Pinski  <apinski@apple.com>
13889         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13890         reg with reg1 == reg2 and offset1 = -8.
13892 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
13894         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13895         multiply costs.  Correct Power4 divide costs.
13896         * config/rs6000/power4.md: Restore multiply and FP latency.
13898 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13900         * alias.c (find_base_term): Export.
13901         * rtl.h (find_base_term): Declare.
13902         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13903         instead of flag_exceptions.  Move test for parameter passing ...
13904         (store_killed_in_insn): ... here.
13906 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13908         PR bootstrap/10267
13909         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13910         for configuring.
13912 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13914         * dbxout.c (scope_labelno): Add GTY.
13915         (have_used_extensions): Add GTY.
13916         (source_label_number): Add GTY.
13917         (lastfile): Add GTY.
13918         (lastfile_is_base): New.
13919         (base_input_file): New.
13920         (dbxout_handle_pch): New.
13921         (dbx_debug_hooks): Add handle_pch.
13922         (xcoff_debug_hooks): Likewise.
13923         (dbxout_function_end): Remove scope_labelno.
13924         (dbxout_init): Set base_input_file.
13925         (dbxout_handle_pch): New.
13926         (dbxout_source_file): Honour lastfile_is_base.
13927         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13928         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13929         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13930         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13931         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13932         * debug.h (struct gcc_debug_hooks): Add handle_pch.
13933         * c-pch.c (pch_init): Don't call start_source_file, but do call
13934         handle_pch.
13935         (c_common_write_pch): Call handle_pch.
13936         (c_common_read_pch): Don't call start_source_file,
13937         or end_source_file.
13939 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
13941         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13942         use of default attributes to agree MEM_ALIGN macro.
13944 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
13946         * dbxout.c (dbxout_type): When printing type index of range type
13947         whose bounds are printed in octal format, print type of parent type if
13948         it exists so enumerated type descriptions are not transformed
13949         into unsigned types.
13951 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
13953         * config/h8300/h8300-protos.h: Add a prototype for
13954         compute_a_shift_cc.
13955         * config/h8300/h8300.c (shift_one): Update the CC status.
13956         (shift_two): Likewise.
13957         (output_a_shift_cc): Set cc_inline and cc_special.
13958         (compute_a_shift_cc): New.
13959         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13961 2003-04-04  Richard Henderson  <rth@redhat.com>
13963         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13965 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
13967         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13968         * fixinc/fixincl.x: Rebuilt.
13969         * fixinc/tests/base/stdio.h: Regenerated.
13971 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
13973         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13975 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
13977         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13978         (NORMAL_MODE).
13979         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13981 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13983         * doc/contrib.texi (Contributors): Add entries for Wolfgang
13984         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13985         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13986         Danny Smith, and Ulrich Weigand.
13987         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13988         entry.
13990 2003-04-04  Nick Clifton  <nickc@redhat.com>
13992         * config/sparc/sol2-bi.h: Revert previous delta.
13993         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13995 2003-04-04  Nick Clifton  <nickc@redhat.com>
13997         * config/v850/v850.c (expand_prologue): Only use register save
13998         helper functions if long calls are not being used.
13999         Add a clobber of r11 id using long calls.
14000         (pattern_is_ok_for_prologue): Account for the extra clobber.
14001         (construct_save_jarl): Likewise.
14002         * config/v850/v850.md (prolog pattern): Do not use this pattern
14003         for v850e's.
14005 2003-04-04  Andreas Schwab  <schwab@suse.de>
14007         * stor-layout.c (layout_decl): Avoid syntax error in last change
14008         when PCC_BITFIELD_TYPE_MATTERS is defined but not
14009         EMPTY_FIELD_BOUNDARY.
14011 2003-04-03  Jason Merrill  <jason@redhat.com>
14013         PR c/10175
14014         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
14015         Look backwards for a line note.
14017 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
14019         * fix-header.c (read_scan_file): Defer switch processing.
14021 2003-04-03  Matt Austern  <austern@apple.com>
14023         * cpppch.c (reset_ht): Remove.
14024         (cpp_read_state): Remove loop to reset hashtable identifiers.
14025         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
14026         after pch file is written.
14027         * ggc.h (gt_pch_fixup_stringpool): Declare.
14028         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
14029         hashnode's value to another hashtable, then clear the original.
14030         (saved_ident_hash): Define.
14031         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
14032         store definitions in ident_hash, and clear ident_hash.
14033         (gt_pch_fixup_stringpool): Define.  Restore definitions from
14034         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
14036 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
14038         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
14040 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
14042         PR optimization/10157
14043         * gcse.c (can_copy_p): Rename it to can_copy.
14044         (can_copy_init_p): Remove.
14045         (compute_can_copy): Use can_copy instead of can_copy_p.
14046         (can_copy_p): New exported function. Call compute_can_copy.
14047         (hash_scan_set): Use it.
14048         (gcse_main): Don't call compute_can_copy.
14049         (bypass_jumps): Don't call compute_can_copy.
14050         * rtl.h (can_copy_p): Declare.
14051         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
14052         copy if the mode doesn't support copy operations.
14054 2003-04-03  Jason Merrill  <jason@redhat.com>
14056         * Makefile.in (unstrap): Also remove stage_last.
14058         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
14059         (dwarf2out_source_line): Don't do anything if line==0.
14061         * stor-layout.c (do_type_align): New fn, split out from...
14062         (layout_decl): ...here.  Do all alignment calculations for
14063         FIELD_DECLs here.
14064         (update_alignment_for_field): Not here.
14065         (start_record_layout, debug_rli): Remove unpadded_align.
14066         * tree.h (struct record_layout_info_s): Remove unpadded_align.
14067         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
14068         or DECL_MODE on the CONST_DECLs.
14069         (finish_struct): Don't mess with DECL_ALIGN.
14071 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
14073         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
14075 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
14077         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
14078         function is an interrupt handler.
14080         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
14081         restoring target registers with EH_RETURN_STACKADJ_RTX; use
14082         multiple registers in round-robin fashion.
14084 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14086         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
14087         * system.h (CHAR_BITFIELD): New.
14089 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
14091         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14092         and LE.
14093         (another peephole2): Likewise.
14095 2003-04-03  Nick Clifton  <nickc@redhat.com>
14097         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
14098         (DEF_ARCH64_SPEC): Likewise.
14100 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
14102         * i386.c (constant_address_p): Use legitimate_constant_p.
14103         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
14105 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
14107         * config/h8300/h8300-protos.h: Add a prototype for
14108         gtle_operator.
14109         * config/h8300/h8300.c (gtle_operator): New.
14110         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
14111         gtle_operator.
14112         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14113         and LE.
14115 2003-04-02  Richard Henderson  <rth@redhat.com>
14117         * libgcc-std.ver (_Unwind_GetCFA): New.
14118         * unwind-dw2.c (_Unwind_GetCFA): New.
14119         * unwind-libunwind.c (_Unwind_GetCFA): New.
14120         * unwind-sjlj.c (_Unwind_GetCFA): New.
14121         * unwind.h: Declare it.
14123 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
14125         PR inline-asm/8088
14126         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
14127         when MMX/SSE is not available.
14129 2003-04-02  Mike Stump  <mrs@apple.com>
14131         * doc/install.texi (Specific): Update pointers to apple.com.
14133 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
14135         * i386.c (override_options):  Disable red zone by default on i386.
14136         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
14137         Do not test TARGET_64BIT together with TARGET_RED_ZONE
14139 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
14141         * config/h8300/h8300.md (a peephole2): Tighten the condition.
14143 2003-04-02  Richard Henderson  <rth@redhat.com>
14145         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
14147 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
14149         * config/h8300/h8300.md (a peephole2): New.
14151 2003-04-02  Richard Henderson  <rth@redhat.com>
14153         * except.c (sjlj_find_directly_reachable_regions): Recognize when
14154         must-not-throw region has been deleted.
14156 2003-04-02  Richard Henderson  <rth@redhat.com>
14158         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
14159         optimization when flag_exceptions not enabled.
14161 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
14163         * config/rs6000/rs6000.c
14164         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
14165         macros.
14166         (rs6000_issue_rate): Add case for 8540.
14167         (rs6000_use_sched_lookahead): New function.
14169         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
14170         units into MU ones.
14171         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
14172         reservation before retirement.
14173         (ppc8540_multiply, ppc8540_load, ppc8540_store,
14174         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
14175         Remove additional cycle in the reservation before retirement.
14176         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
14177         reservation of ppc8540_issue.
14179 2003-04-02  Andreas Schwab  <schwab@suse.de>
14181         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
14183 2003-04-01  Richard Henderson  <rth@redhat.com>
14185         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
14186         notes for nothrow calls if flag_forced_unwind_exceptions.
14187         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
14188         (sjlj_find_directly_reachable_regions): Likewise.
14189         (reachable_handlers): Likewise.
14190         (can_throw_external): Likewise.
14191         (collect_one_action_chain): Record cleanups after catch-all and
14192         must-not-throw if flag_forced_unwind_exceptions.
14193         * flags.h (flag_forced_unwind_exceptions): Declare.
14194         * toplev.c (flag_forced_unwind_exceptions): New.
14195         (lang_independent_options): Add it.
14196         * doc/invoke.text: Add it.
14198 2003-04-01  David Mosberger <davidm@hpl.hp.com>
14200         * config/ia64/crti.asm: Clean up trailing whitespace.
14201         Remove trailing hashes (#) from identifiers.
14203         * config/ia64/crtn.asm: Ditto.
14205         * config/ia64/crtend.asm: Remove trailing hashes (#) from
14206         identifiers.
14207         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
14208         directives.  Drop explicit bundling---it just makes the code
14209         harder to read.  Don't save/restore gp needlessly.
14211         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
14212         identifiers (they're only needed if the identifier would clash
14213         with a register name otherwise).
14214         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
14215         directives.  Drop explicit bundling---it just makes the code
14216         harder to read.
14217         (__do_jv_register_classes): Ditto.
14218         (.fini_array): Remove "progbits" (newer
14219         assemblers don't like wrong section-types).
14220         (.init_array): Ditto.
14222 2003-04-01  Roger Sayle  <roger@eyesopen.com>
14224         PR fortran/9974
14225         * gcse.c (reg_killed_on_edge): New function to test whether the
14226         given reg is overwritten by any instruction queued on an edge.
14227         (bypass_block): Ignore substitutions killed on incoming edges.
14228         Don't bypass outgoing edges that have queued instructions.
14230 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
14232         * real.h (EXP_BITS): Make room for...
14233         (struct real_value): ... added canonical bit.
14234         (struct real_format): Added pnan.
14235         (mips_single_format, mips_double_format, mips_extended_format,
14236         mips_quad_format): New.
14237         * real.c: Copy p to pnan in all formats.
14238         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
14239         (real_nan): Use pnan to compute significand's shift.
14240         (real_identical): Disregard significand in canonical
14241         NaNs.
14242         (real_hash): Likewise.  Take signalling into account.
14243         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
14244         Disregard significand bits in canonical NaNs.  Set all bits of
14245         canonical NaN if !qnan_msb_set.
14246         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
14247         qnan_msb_set to tell the base double format.
14248         (ibm_extended_format): Use 53 as pnan.
14249         (mips_single_format, mips_double_format, mips_extended_format,
14250         mips_quad_format): Copied from the corresponding ieee/ibm
14251         formats, with qnan_msb_set false.
14252         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
14253         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
14254         * config/mips/mips.c (override_options): Use mips_single_format
14255         and mips_double_format.  Default TFmode to mips_quad_format.
14256         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
14257         * config/mips/t-irix6: Likewise.
14258         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
14259         * config/fp-bit.c (pack_d, unpack_d): Obey it.
14261 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
14263         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
14264         (live_image_destructor): Reset image to initial state.
14265         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
14267 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
14269         * config/sparc/sparc.c (input_operand): Accept bare
14270         CONSTANT_P_RTX operands.
14272 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14274         * gcse.c (struct ls_expr): Added pattern_regs field.
14275         (ldst_entry): Initialize it.
14276         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
14277         (store_ops_ok): Use regs precomputed by them.
14278         (find_loads, store_killed_in_insn, load_kills_store): Change return
14279         type to bool.
14280         (store_killed_before, store_killed_after): Take position of register
14281         set in account.
14282         (reg_set_info): Store position of the setter.
14283         (gcse_main): Enable store motion.
14284         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
14285         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
14286         sharing.
14287         (simple_mem): Enable store motion of non-symbol mems.
14288         (regvec): Type changed.
14289         (LAST_AVAIL_CHECK_FAILURE): New.
14290         (compute_store_table_current_insn): New.
14291         (build_store_vectors): Computation of availability and anticipatability
14292         moved ...
14293         (compute_store_table, find_moveable_store): ... here.
14294         (delete_store): Remove senseless comment.
14295         (store_motion): Reorganize.
14297 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
14299         * config/mips/mips.c (override_options): Provide mappings for
14300         HI_REGNUM and LO_REGNUM.
14301         * config/mips/mips.h (MD_DBX_FIRST): Define.
14303 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14305         * combine.c (merge_outer_ops): Fix typo.
14307         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
14309 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
14311         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
14312         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
14313         imul_compare.  Add lmul_compare.
14314         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
14315         in second pair of dispatch slots.  Model stores more accurately.
14316         Tweak multiply model.  Add bypasses for CR instructions dependent
14317         on complicated compares.
14318         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
14319         (muldi3): Add lmul_compare patterns.
14320         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
14321         and FPSTORE_UX to split instructions and add COMPARE,
14322         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
14323         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
14324         (rs6000_rtx_costs): Separate POWER4 multiply case.
14326 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
14328         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
14329         Do nothing if __builtin_return_address was not used.
14331 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
14333         * i386.md (test patterns):  Allow memory operand in operand1.
14335 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
14337         * testsuite/gcc.c-torture/execute/simd-3.c: New.
14339         * expr.c (expand_expr): Handle VECTOR_CST.
14340         (const_vector_from_tree): New.
14342         * varasm.c (output_constant): Handle VECTOR_CST.
14344         * c-typeck.c (digest_init): Build a vector constant from a
14345         VECTOR_TYPE.
14347         * config/rs6000/rs6000.c: Remove prototype for
14348         easy_vector_constant.
14349         (easy_vector_constant): Add mode parameter.  Rewrite to handle
14350         more easy constants.
14351         (rs6000_emit_move): Pass mode to easy_vector_constant.
14352         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
14353         (emit_easy_vector_insn): New.
14354         (easy_vector_same): New.
14355         (EASY_VECTOR_15): New macro.
14356         (EASY_VECTOR_15_ADD_SELF): New macro.
14357         (bdesc_2arg): Rename to xorv2si3.
14358         (easy_vector_constant_add_self): New.
14359         (input_operand): Allow vector constants.
14361         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14362         easy_vector_constant, easy_vector_constant_add_self.
14363         (EXTRA_CONSTRAINT): Add 'W'.
14365         * config/rs6000/rs6000-protos.h: Add prototype for
14366         easy_vector_constant, emit_easy_vector_insn.
14368         * config/rs6000/altivec.md (xorv8hi3): New.
14369         (xorv16qi3): New.
14370         Remove all _const0 patterns.
14371         (movv4si_internal): Rewrite to use code.  Add vector constant to
14372         vector alternative.  Add splitter.
14373         (movv8hi_internal): Same.
14374         (movv16qi_internal): Same.
14375         (movv4sf_internal): Same.
14376         Change the unspecs for vspltis* to use constants.
14378         * config/rs6000/spe.md ("xorv4hi3"): New.
14379         ("spe_evxor"): Rename to xorv2si3.
14380         ("xorv1di3"): New.
14381         Remove all _const0 patterns.
14382         (movv2si_internal): Rewrite to use code.  Add vector constant to
14383         alternatives.  Add splitter.
14384         (movv4hi_internal): Add vector constant to alternatives.
14385         (movv1di_internal): Same.
14386         (movv2sf_internal): Same.
14388 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
14390         PR c/9936
14391         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
14392         variably-sized arrays in parameters.
14393         (set_save_expr_context): New function.
14394         (c_expand_body): Use it, via walk_tree.
14396 2003-03-31  Eric Christopher  <echristo@redhat.com>
14398         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
14399         (combinable_i3pat): Remove call to expand_field_assignment and
14400         #if 0'd code.
14402 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
14404         PR c++/10278
14405         * c-common.c (finish_label_address_expr): Handle the
14406         error_mark_node.
14408 2003-03-31  Richard Henderson  <rth@redhat.com>
14410         * real.c (real_identical): Reorg so as to not compare
14411         signalling for normals.
14413 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14415         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
14417 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14419         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
14420         notes as they are boggus.
14421         (m68hc11_gen_movqi): Likewise.
14423 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14425         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
14426         save the soft registers after the frame pointer so that gdb can unwind
14427         the frame more easily.
14428         (expand_epilogue): Likewise in opposite order; allow to use X register
14429         as scratch if the return value is by reference.
14431 2003-03-31  Jason Merrill  <jason@redhat.com>
14433         PR java/10145
14434         * stor-layout.c (update_alignment_for_field): Respect
14435         DECL_USER_ALIGN for zero-length bitfields, too.
14436         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
14437         fields.
14439 2003-03-31  Matt Austern  <austern@apple.com>
14441         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
14442         (count_defs): Keep track of number of defs as well as total size.
14443         (write_defs): Put every definition in cpp_savedstate's defs array.
14444         (comp_hashnode): Define.  Comparison function for qsort.
14445         (cpp_write_pch_deps): Sort definitions before writing them.
14446         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
14447         (collect_ht_nodes): Define.
14448         (cpp_valid_state): When verifying that undefined identifiers in
14449         the pch file are still undefined, read a sorted list of undefined
14450         identifiers, collect all defined identifiers into a sorted list,
14451         and walk through both lists to make sure there's no match.
14453 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14455         * config/h8300/h8300.md (a peephole2): New.
14457 2003-03-31  Michael Matz  <matz@suse.de>
14459         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
14461 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
14463         PR target/10177
14464         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
14465         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
14466         all call-clobbered registers as used.
14468 2003-03-31  Michael Matz  <matz@suse.de>
14470         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
14471         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
14473 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
14475         * gcov.c: Add -a & -u options.
14476         (struct arc_info): Add local_span, is_call_non_return,
14477         is_nonlocal_return, is_unconditional flags, remove is_call flag.
14478         (struct block_info): Add flags, is_call_site, is_nonlocal_return
14479         members. Make encodings a union with span member.
14480         (struct function_info): Add blocks_executed, line, src, line_next
14481         members.
14482         (struct coverage_info): Make branches a union with blocks member.
14483         (struct source_info): Add functions member.
14484         (object_summary, program_count): New global variables.
14485         (flag_all_blocks, flag_unconditional): New flags.
14486         (find_source, output_branch_count): New functions.
14487         (print_usage): Adjust.
14488         (options): Adjust.
14489         (process_args): Adjust.
14490         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
14491         <GCOV_TAG_BLOCKS>: Read flags.
14492         <GCOV_TAG_LINES>: Adjust.
14493         (read_count_file): Process SUMMARY tags.
14494         (solve_flow_graph): Set is_unconditional and clear is_call_site
14495         appropriately.
14496         (add_branch_counts): Adjust. Don't count unconditional branches.
14497         (add_line_counts): Deal with all-blocks mode, accumulate block
14498         coverage.
14499         (accumulate_line_counts): Adjust, generate local spanning tree for
14500         all-blocks mode.
14501         (output_lines): Adjust.
14502         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
14503         * doc/gcov.texi: Document.
14505 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14507         * config/h8300/h8300.md: Organize peephole2's that transform
14508         (compare (reg:HI) (const_int)).
14510 2003-03-31  Roger Sayle  <roger@eyesopen.com>
14512         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
14513         (init_emit_once): Initialize dconstm2 and dconsthalf here.
14514         * real.h (dconstm2, dconsthalf): Add prototypes here.
14515         * real.c (real_sqrt): Use dconsthalf rather than local copy.
14516         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
14517         exp(x/2.0) remember to fold the division if possible.
14518         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
14519         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
14520         1.0/(x*x) and pow(x,0.5) as sqrt(x).
14522 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14524         * config/h8300/h8300.md (a new peephole2): New.
14526 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
14528         * gcse.c (simple_mem): Return false for floating-point accesses
14529         if flag_float_store is true.
14531 2003-03-30  Roger Sayle  <roger@eyesopen.com>
14533         * gcse.c (gcse_constant_p): New function to identify constants
14534         suitable for constant propagation, including COMPARE with two
14535         integer constant arguments.
14536         (hash_scan_set): Use gcse_constant_p.
14537         (find_avail_set): Likewise.
14538         (cprop_insn): Likewise.
14539         (do_local_cprop): Likewise.
14540         (find_implicit_sets): Likewise.
14541         (find_bypass_set): Likewise.
14543 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
14545         * except.h: Remove definition of varray_type.
14547 2003-03-30  Richard Henderson  <rth@redhat.com>
14549         PR opt/10011, opt/10252:
14550         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
14551         before post-gcse cse pass.
14553 2003-03-30  Roger Sayle  <roger@eyesopen.com>
14555         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
14557 2003-03-30  DJ Delorie  <dj@redhat.com>
14559         * profile.c (instrument_edges): Make sure any newly created
14560         jump insns have correct jump label info.
14562 2003-03-30  Richard Henderson  <rth@redhat.com>
14564         * cfgbuild.c (make_edges): Use tablejump_p.
14565         * cfgcleanup.c (label_is_jump_target_p): Likewise.
14566         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
14567         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
14568         (try_redirect_by_replacing_jump): Likewise.
14569         (redirect_edge_and_branch): Likewise.
14570         * cse.c (fold_rtx): Likewise.
14571         * jump.c (delete_related_insns): Likewise.
14572         * rtlanal.c (get_jump_table_offset): Likewise.
14573         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
14575 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14577         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
14578         (STRICT2_WARN): Likewise.
14580 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14582         PR other/6955
14583         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14584         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14586 2003-03-30  Richard Henderson  <rth@redhat.com>
14588         PR c/10083
14589         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14590         don't zero_extend const inputs.
14592 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14594         * reload1.c (reload_cse_move2add): Fix a comment typo.
14596 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14598         * config/h8300/h8300.md (a peephole2): Remove useless code.
14600 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14602         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14603         (*iorsi3_and_lshiftrt): Likewise.
14604         (*iorsi3_zero_extract): Likewise.
14606 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14608         * config/h8300/h8300.md (*insv_si_8_8): New.
14609         (*insv_si_8_8_lshiftrt_8): Likewise.
14610         (a peephole2): Likewise.
14612 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14614         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14615         Uniformly use bugfix instead of bug fix.
14617 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14619         PR doc/895
14620         * ONEWS: Remove those items that already appear in the EGCS
14621         release notes on our web pages.
14623 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14625         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14626         TARGET_HARD_FLOAT.  Reformat.
14627         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14629 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
14631         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14632         work on Solaris 2.5.1.
14634 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
14636         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14637         section of h8300.md
14638         (*addsi3_and_nor_r_1): Likewise.
14640 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
14642         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14643         set up before any trapping memory access if flag_non_call_exceptions.
14645 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14647         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14649         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14651 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
14653         * configure.in: Clarify comments.
14654         * configure: Regenerate.
14656 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
14658         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14659         label even if pool empty when generating PIC.
14660         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14662 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
14663             Dhananjay Deshpande  <dhananjayd@kpit.com>
14665         PR target/10205
14666         * config/h8300/h8300.c (h8300_initial_elimination_offset):
14667         Correct the offset computation when TARGET_NORMAL.
14669 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14671         PR target/10067
14672         * config/sparc/sparc.md (jump pattern): Correct order
14673         when issuing the annuling marker.
14675 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14677         PR c/8281
14678         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14679         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14681 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14683         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14684         globalize_label.
14685         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14686         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14687         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14688         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14689         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14690         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14691         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14693 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14695         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14696         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
14697         notes after hoisting.
14698         (load_mems): Adjust replace_loop_mems call.
14700 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14701             Richard Henderson  <rth@redhat.com>
14703         PR target/10114 and PR target/10084
14704         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14706 2003-03-27  Richard Henderson  <rth@redhat.com>
14708         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14710 2003-03-27  Roger Sayle  <roger@eyesopen.com>
14712         * fold-const.c (fold_inf_compare):  New function to simplify FP
14713         comparisons against +Infinity or -Infinity.
14714         (fold):  Optimize floating point comparisons against Infs and NaNs.
14716 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
14718         * libgcov.c: Provide only dummy functions if libc is not available.
14720 2003-03-27  Richard Henderson  <rth@redhat.com>
14722         * real.h (struct real_value): Add signalling.
14723         (EXP_BITS): Decrement.
14724         * real.c (get_canonical_qnan): Don't set MSB-1.
14725         (get_canonical_snan): Likewise.  Set signalling.
14726         (real_identical): Compare signalling.
14727         (round_for_format): Remove force-one-bit on code.
14728         (real_nan): Likewise.  Set signalling.
14729         (encode_ieee_single): Add force-one-bit code; honor signalling.
14730         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14731         (decode_ieee_single): Set signalling.
14732         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14734 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
14736         PR ada/9953
14737         * ada/Makefile.in (gnatlib configuration for HPUX): Split
14738         the general section for HPUX into specific sections for
14739         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14740         11 case.
14742 2003-03-27  Glen Nakamura  <glen@imodulo.com>
14744         PR opt/10087
14745         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14746         while incrementing giv.
14747         (record_biv): Check for duplicate biv locations and
14748         set (struct induction *) v->same if found.
14750 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
14752         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14753         v0.9 API change: replace read of UNW_REG_HANDLER with
14754         unw_get_proc_info().
14755         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14756         with unw_get_proc_info().
14757         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14758         unw_get_proc_info().
14760 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
14762         * config/rs6000/8540.md: Use presence_set instead of absence_set.
14764 2003-03-26  Richard Henderson  <rth@redhat.com>
14766         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14768 2003-03-26  Roger Sayle  <roger@eyesopen.com>
14770         PR bootstrap/10051, PR bootstrap/10169.
14771         * mips-tfile.c (init_file): Don't provide a static initializer.
14772         (initialize_init_file): Initialize the contents of init_file.
14773         (add_file): Call initialize_init_file if not already initialized.
14775 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
14777         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14778         registers used for global asm variables.
14779         (s390_frame_info, s390_arg_frame_offset): Likewise.
14780         (s390_emit_prologue, s390_emit_epilogue): Likewise.
14782 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
14784         * config/rs6000/8540.md: New file.
14786         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14787         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14788         reservations for imul.
14790         * config/rs6000/rs6000.md: Include 8540.md.  Change
14791         delayed_compare onto mult_compare for insns generating
14792         multiplication.
14793         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14794         New type attribute values.
14796         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14797         fpsimple instead of fp.
14798         (*divsf3_gpr): Use type vecfdiv instead of fp.
14799         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14800         instead of vecfloat.
14801         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14802         (spe_brinc): Use type brinc instead of veccomplex.
14803         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14804         veccomplex.
14805         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14806         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14807         *movv2sf_internal): Define type attribute values for all
14808         alternatives.
14809         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14810         of fpcompare.
14811         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14812         instead of fpcompare.
14814 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
14816         * config/rs6000/power4.md: Allow delay between dispatch and
14817         function units for simple instructions.  Correct store units.
14818         Allow branch to occupy as many dispatch slots as necessary.
14820 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
14822         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14823         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14824         zero extend old to it.
14825         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14826         operand.
14828 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
14830         PR target/7784
14831         * reload.c (find_reloads_address): Handle
14832         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14833         all base registers.
14835 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
14837         PR other/10203
14838         * version.c: Reference the GCC web site in the URL.
14840 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
14842         * c-incpath.c (add_standard_paths): Add both "translated" and
14843         non-translated header paths.
14845 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
14847         * doc/install.texi (*-*-freebsd*): Update with known status.
14849 2003-03-21  Jason Merrill  <jason@redhat.com>
14851         PR optimization/10171
14852         * unroll.c (unroll_loop): Don't delete the jump at the end unless
14853         we also delete a jump at the beginning.
14855 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
14857         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14858         contributor.
14860 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
14862         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14863         constants are not expensive.
14865 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
14867         PR opt/10056
14868         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
14869         jump jumping to the next instruction.
14870         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
14872 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14874         * doc/passes.texi (Passes): Properly document that we do not
14875         perform jump2 any longer; remove command-line option -dJ.
14877 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14879         PR optimization/8746
14880         * config/i386/i386.md (and promoting splitters): Disable HImode to
14881         SImode promoting when the sign bit matters and is not preserved, or
14882         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14883         for size.
14885 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14887         * config/h8300/h8300.md (a peephole2): Extend to support loads
14888         in QImode and HImode.
14890 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
14892         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14893         _return_far
14894         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14895         (MULTILIB_EXCEPTIONS): Likewise.
14896         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14897         by calling some board support routine.
14898         ("call_value"): Likewise.
14899         ("*return_void"): Likewise for return.
14900         ("*return_16bit"): Likewise.
14901         ("*return_32bit"): Likewise.
14902         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14903         for 68HC11 too.
14904         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14905         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14906         -mlong-calls for 68HC11.
14907         * config/m68hc11/larith.asm (declare_near): New macro.
14908         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14909         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14910         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14911         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14912         (__mulhi32): Likewise.
14913         (ret): Update macro for 68HC11.
14914         (__far_trampoline): Implement for 68HC11.
14915         (__call_a16, __call_a32, __return_void, __return_16): New support
14916         routines for 68HC11 memory bank switching calling support.
14917         (__return_32): Likewise.
14919 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
14921         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14923 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
14925         * doc/install.texi (Testing): Mention test result links from build
14926         status pages.
14928 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
14930         * function.c (put_var_into_stack): Change bool parameter to int.
14931         (gen_mem_addressof): Likewise.
14932         * rtl.h (gen_mem_addressof): Likewise.
14933         * tree.h (put_var_into_stack): Likewise.
14934         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14935         gen_mem_addressof or put_var_into_stack.
14936         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14937         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14939 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14941         * config/h8300/h8300.md (a peephole2): New.
14943 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
14945         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14947 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14949         * doc/contrib.texi (Contributors): Update Janis Johnson.
14951 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14953         PR target/10072
14954         * combine.c (simplify_if_then_else): Check that the mode
14955         has MODE_INT class before applying the (OP Z (mult COND C2))
14956         transformation.
14958 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14960         PR optimization/9414
14961         * config/sparc/sparc.md (widening peepholes): Use
14962         widen_memory_access instead of change_address.
14964 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
14966         PR c++/7086
14967         * c-typeck.c (c_mark_addressable): Adjust calls to
14968         put_var_into_stack.
14969         * expr.c (expand_expr): Likewise.
14970         * function.c (put_var_into_stack): Add rescan parameter.  Do not
14971         call fixup_var_refs when rescan is false.
14972         (gen_mem_addressof): Likewise.
14973         (assign_parms): Adjust calls to put_var_into_stack.
14974         (setjmp_protect): Likewise.
14975         (setjmp_protect_args): Likewise.
14976         * rtl.h (gen_mem_addressof): Change prototype.
14977         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14978         * tree.h (put_var_into_stack): Change prototype.
14980 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
14982         PR middle-end/9967
14983         * builtins.c (expand_builtin_fputs): When optimizing for size,
14984         don't transform fputs into fwrite.
14986 2003-03-23  Glen Nakamura <glen@imodulo.com>
14988         PR c/8224
14989         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14990         when signedness changes for division or modulus.
14992 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
14994         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14995         globalize_label.
14997 2003-03-23  Roger Sayle  <roger@eyesopen.com>
14999         PR c/10178
15000         * stmt.c (expand_end_case_type): Check for overflow in range when
15001         determining whether to use a bit-test implementation.
15003 2003-03-23  Richard Henderson  <rth@redhat.com>
15005         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
15006         before flow2.
15007         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
15009 2003-03-23  Richard Henderson  <rth@redhat.com>
15011         PR opt/10116
15012         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
15013         from then_bb or else_bb after flow2.
15015 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
15017         * configure.in: Check whether it is necessary to link against
15018         libm to use ldexp.
15019         * configure: Regenerate.
15020         * Makefile.in: Add LDEXP_LIB substitution variable.
15022 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
15024         * config/h8300/h8300.md: Fix comment typos.
15026 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15028         * pa.c (output_cbranch): Fix typo in comment.
15030 2003-03-22  Richard Henderson <rth@redhat.com>
15032         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
15033         after reload.
15035 2003-03-22  DJ Delorie  <dj at redhat dot com>,
15036         Bruce Korb  <bkorb at gnu dot org>
15038         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
15039         buggy Solaris 2.6 mutex/cond initializers.
15040         (solaris_mutex_init): Rename to solaris_mutex_init_2.
15041         * fixinc/fixincl.x: Regenerate.
15042         * fixinc/tests/base/pthread.h: Update.
15043         * fixinc/fixincl.c(initialize): be explicit about the default case
15044         and indicate verbose level when being very, very verbose.
15045         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
15047 2003-03-22  Andreas Jaeger  <aj@suse.de>
15049         * config/i386/i386.c (ix86_init_machine_status): Return value.
15051 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15053         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
15054         conditional branch to the following instruction.  Use next_real_insn
15055         instead of next_active_insn.
15056         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
15057         instead of next_active_insn.
15059 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
15061         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
15062         instead of 'm' constraint in forced-split alternatives.
15063         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
15064         VALIDATE_ADDRESS parameter to operand_subword.
15066 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
15068         * config/h8300/h8300.c (notice_update_cc): Correctly handle
15069         the case where the set destination is STRICT_LOW_PART.
15071 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
15073         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
15074         c30 instead of a c40 processor.
15076 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
15078         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
15080 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
15082         * c-common.c: Include intl.h.
15083         (shadow_warning): Rewrite to allow better diagnostic translations.
15084         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
15085         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
15086         use it throughout.
15087         * Makefile.in (c-common.o): Add intl.h.
15089 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
15091         * config.gcc: Remove 'float_format'.
15093         * fixproto: Define NULL and size_t in generated stdlib.h and
15094         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
15095         Rearrange file generation loop for readability.  Generate time.h,
15096         string.h if missing.
15097         * tsystem.h: Include <string.h>, <time.h> unconditionally.
15098         * config.gcc: Blow away POSIX defines.
15100 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
15102         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
15104 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
15106         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
15107         writing .interrupt command.
15108         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
15109         if it's a far or near function.
15110         ("call_value"): Likewise.
15111         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
15112         near attributes.
15113         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
15114         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
15115         (m68hc11_initial_elimination_offset): Set current_function_far
15116         according to attributes.
15117         (expand_prologue): Likewise.
15118         (trap_handler_symbol): New global to keep track of trap handlers.
15119         (m68hc11_encode_section_info): Mark symbol as far if needed; set
15120         trap symbol.
15121         (m68hc11_is_far_symbol): New function.
15122         (m68hc11_is_trap_symbol): New function.
15123         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
15124         (m68hc11_is_trap_symbol): Declare.
15126 2003-03-21  Jan Hubicka  <jh@suse.cz>
15128         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
15129         only when amount of saved regs changed.
15130         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
15131         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
15133 2003-03-21  Jan Hubicka  <jh@suse.cz>
15135         PR inline-asm/7916
15136         * function.c (instantiate_virtual_regs_lossage): New function.
15137         (instantiate_virtual_regs_1): Use it.
15138         (instantiate_virtual_regs): Do not continue in substition when insn has
15139         been deleted.
15141 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
15143         * combine.c (make_field_assignment): Fix a warning.
15145 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
15147         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
15149 2003-03-21  Dale Johannesen  <dalej@apple.com>
15151         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
15152         priority for R2 on Darwin.
15153         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
15155 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
15157         * combine.c (make_field_assignment): Remove unnecessary AND
15158         when storing into zero_extract.
15160 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
15162         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
15163         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
15164         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
15165         in comment.
15167 2003-03-21  DJ Delorie  <dj@redhat.com>
15169         * optabs.c (init_integral_libfuncs): Make sure we init at least up
15170         to "long long" size words.
15172 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
15174         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
15175         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
15176         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
15178 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15180         PR doc-bug/9813
15181         * doc/extend.texi: Move misplaced paragraph about underscores in
15182         variables in macros.
15184 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
15185             Richard Henderson  <rth@redhat.com>
15187         PR optimization/8366
15188         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
15189         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
15190         PIC+SYMBOLIC_CONST in other modes than Pmode.
15191         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
15192         the form PIC+SYMBOLIC_CONST as mode dependent.
15194 2003-03-21  DJ Delorie  <dj@redhat.com>
15196         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
15197         sure we always emit at least one insn.
15199 2003-03-21  Christopher Faylor  <cgf@redhat.com>
15201         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
15202         stub t-cygming. Use common target header cygming.h. Add extra
15203         c_target_obj and cxx_target_obj file. Default cygwin to posix
15204         threading. Enforce i386 as float format.
15205         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
15206         Remove cygwin.h as target header. Use common target header
15207         cygming.h  Enforce i386 as float format. Correct typo.
15208         * config/i386/cygming.h: New file, containing definitions
15209         common to mingw32 and cygwin.
15210         * config/i386/cygwin.h: Remove definitions common to cygwin and
15211         mingw.  Simplify special spec logic.  Define "wrappers" around
15212         certain include path defines to accommodate -mno-cygwin.
15213         Remove some #if 0'ed code.
15214         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
15215         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
15216         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
15217         * config/i386/mingw32.h: Remove definitions common to cygwin and
15218         mingw.
15219         (EXTRA_OS_CPP_BUILTINS): Adjust.
15220         (TARGET_VERSION): Define.
15221         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
15222         mingw32.h definitions.
15223         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
15224         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
15225         Add compilation rules for cygwin1.o cygwin2.o.
15226         * config/i386/cygwin1.c: New file.
15227         * config/i386/cygwin2.c: New file.
15228         * config/i386/t-cygming: New makefile stub.
15230 2003-03-20  Richard Henderson  <rth@redhat.com>
15232         * fold-const.c (extract_muldiv_1): Revert changing order of
15233         operands in case MULT_EXPR of 2003-02-16 patch.
15235 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
15236         Merge changes from new-regalloc-branch
15238         From Michael Matz  <matz@suse.de>
15239         * df.c (df_ref_record_1): Move init of loc to safe point.
15240         Only recurse on interesting things in parallels.
15241         Handle CLASS_CANNOT_CHANGE_MODE smarter.
15242         (df_uses_record): Ditto.
15244         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
15245         it's already okay to use memory operands in (IE doesn't require
15246         adding another insn or anything).
15248 2003-03-20  Richard Henderson  <rth@redhat.com>
15250         PR middle-end/6348
15251         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
15252         different from word_mode.
15254 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
15256         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
15257         source operand to those that can be extracted with bld.
15259 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
15261         PR 10066
15262         * arm.md (UNSPEC_PIC_BASE): New constant.
15263         (pic_add_dot_plus_four): Wrap with unspec.
15264         (pic_add_dot_plus_eight): Likewise.
15266 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
15268         * config/h8300/h8300.md (*insv_si_1_n): New.
15269         (*insv_si_1_n_lshiftrt): Likewise.
15271 2003-03-20  Roger Sayle  <roger@eyesopen.com>
15273         * fold-const.c (fold_mathfn_compare): New function to simplify
15274         comparisons against built-in math functions.  Fold comparisons
15275         of sqrt against constants.
15276         (fold): Call fold_mathfn_compare when appropriate.
15278 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
15280         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
15281         information.
15283 2003-03-20  Per Bothner  <pbothner@apple.com>
15285         Various cleanups to help compile server.
15287         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
15288         and pass that to _cpp_init_hashtable.
15289         (cpp_read_main_file):  Drop hash_table* argument; don't call
15290         _cpp_init_hashtable.
15291         * cpplib.h:  Update declarations to match.
15292         * c-opts.c (c_common_init_options):  Pass ident_hash to
15293         cpp_create_reader.
15294         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
15295         * fix-header.c (read_scan_file):  Likewise pass NULL table to
15296         cpp_create_reader rather than cpp_read_main_file.
15298         * cppfiles.c (cpp_rename_file):  Generalized and renamed
15299         to cpp_change_file.
15300         * cpplib.h:  Update declaration to match.
15301         * c-opts.c (push_command_line_line, finish_options):  Change
15302         cpp_rename_file calls to cpp_change_file.
15304         * line-map.c (add_line_map):  Allow leaving the outermost file.
15305         Allowing entering an outermost-file after the initial time.
15307         * toplev.c (pop_srcloc):  Allow popping from initial file.
15309 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
15311         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
15313 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
15315         * config/h8300/h8300.md (a peephole2): New.
15317 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
15319         * config/h8300/h8300.md (*addsi3_and_r_1): New.
15320         (*addsi3_and_not_r_1): Likewise.
15322 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
15324         * Makefile.in (STRICT2_WARN): Add @WERROR@.
15325         (GCC_WARN_CFLAGS): Remove $(WERROR).
15326         (fixinc.sh-warn): New.
15327         * ada/Make-lang.in (ada-warn): Add $(WERROR).
15328         * cp/Make-lang.in (cp-warn): Add $(WERROR).
15329         * f/Make-lang.in (f-warn): Add $(WERROR).
15330         * java/Make-lang.in (java-warn): Add $(WERROR).
15331         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
15333 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
15335         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
15336         langhooks-def.h (lhd_tree_dump_dump_tree),
15337         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
15338         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
15339         true and false in return statements.
15341 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
15343         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
15344         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
15345         DWARF_INITIAL_LENGTH_SIZE.
15346         (output_compilation_unit_header, output_pubnames, output_aranges)
15347         (output_line_info): Output 0xffffffff escape value for 64-bit
15348         DWARF extension.
15349         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
15351 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
15353         * config/s390/s390.c (s390_preferred_reload_class): Do not
15354         force constants to the pool unless necessary.
15355         (s390_decompose_address): Prefer to use pointer as base,
15356         not index register.
15357         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
15358         Q alternative.
15359         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
15360         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
15361         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
15362         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
15363         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
15365 2003-03-19  Jan Hubicka  <jh@suse.cz>
15367         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
15368         * i386.c (use_fast_prologue_epilogue): Remove.
15369         (ix86_frame): New field save_regs-using_mov;
15370         (ix86_compute_frame_layout):  Decide on fast prologues;
15371         allocate saved registers in red zone.
15372         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
15374 2003-03-19  Nick Clifton  <nickc@redhat.com>
15376         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
15378 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15380         PR 10062
15381         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
15382         * pa-protos.h (output_lbranch): New prototype.
15383         * pa.c (compute_frame_size): Change size of the frame marker on the
15384         64-bit ports to 48 bytes.
15385         (pa_output_function_prologue): Document why SAVE_SP is set.
15386         (hppa_expand_prologue): Save previous stack pointer into frame marker
15387         on targets which use the hpux unwind library.
15388         (output_cbranch): Use output_lbranch.
15389         (output_lbranch): New function to output long unconditional branches.
15390         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
15391         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
15392         64-bit ports.
15393         * pa.md (jump): Use output_lbranch.
15394         (allocate_stack): New expander for dynamic stack allocation.
15396 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
15398         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
15399         when debugging on XCOFF targets.  Delete "abi" temp.
15401         PR target/10073
15402         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
15404 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
15406         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
15407         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
15408         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15410         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
15411         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
15412         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15414 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
15416         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
15417         the result of machopic_function_base_name.
15418         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
15419         string rather than a static array.
15421         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
15423         * gengtype.c: Include rtl.h.
15424         (enum rtx_code): Don't define.
15425         (rtx_format): Make declaration match rtl.h.
15426         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
15427         users.
15428         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
15429         * Makefile.in (gengtype.o): Update dependencies.
15431 2003-03-18  Andreas Schwab  <schwab@suse.de>
15433         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
15434         martin@blom.org.
15436 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
15438         * function.c (next_block_index): Mark with GTY.
15440         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
15442 2003-03-18  Richard Henderson  <rth@redhat.com>
15444         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
15445         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
15446         until after reload.
15448 2003-03-18  Richard Henderson  <rth@redhat.com>
15450         * builtins.c (expand_builtin_unop): New target_mode operand;
15451         use it to convert the result to the correct mode.
15452         (expand_builtin): Update all callers.
15454 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
15456         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
15458 2003-03-18  Jan Hubicka  <jh@suse.cz>
15460         * i386.md:  Fix previous commit that mistakely applied the patch
15461         twice.
15463         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
15464         canonicalized.
15465         (memrefs_conflict_p): Likewise.
15466         (addr_side_effect_eval): Canonicalize the constructed address.
15468 2003-03-18  Jan Hubicka  <jh@suse.cz>
15470         * i386.md (cvtts?2si peep2): New.
15472 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
15474         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
15476 2003-03-18  Andreas Schwab  <schwab@suse.de>
15478         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
15479         for format.
15481 2003-03-17  Jason Merrill  <jason@redhat.com>
15483         PR c++/10091
15484         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
15485         an unaligned member of TREE_ADDRESSABLE type.
15487 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
15489         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
15490         (TARGET_PROFILE_KERNEL): Define.
15491         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
15492         (PROFILE_BEFORE_PROLOGUE): Don't define.
15493         (PROFILE_KERNEL): Remove hacks.
15494         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
15495         (rs6000_stack_info): No need to save lr if just for profiling when
15496         TARGET_PROFILE_KERNEL.
15497         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
15498         (output_function_profiler): Localize label generation.  Emit code
15499         for kernel profiling.
15501 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
15503         * config/h8300/h8300-protos.h: Add a prototype for
15504         byte_accesses_mergeable_p.
15505         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
15506         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
15507         (a splitter): Likewise.
15508         (*iorsi3_ashift_16_ashift_24): Likewise.
15509         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
15511 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15513         * dwarf2asm.h: Delete obsolete comment.
15514         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
15515         dw2_asm_output_pcrel, dw2_asm_output_addr,
15516         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
15517         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
15518         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
15519         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
15521 2003-03-17  Zack Weinberg <zack@codesourcery.com>
15523         * c-tree.h (struct lang_identifier): Remove error_locus field.
15524         (IDENTIFIER_ERROR_LOCUS): Kill.
15525         (record_function_scope_shadow): New prototype.
15526         * c-typeck.c (build_external_ref): Don't complain if
15527         decl is error_mark_node.  When not at file scope, bind the
15528         decl's local value to error_mark_node to suppress further
15529         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
15531         * c-decl.c (get_function_binding_level): New static function.
15532         (record_function_scope_shadow): New exported function.
15533         (c_make_fname_decl): Use get_function_binding_level.
15535 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
15537         * stmt.c (tail_recursion_args): Call promote_mode to set
15538         unsignedp flag correctly before calling convert_move.
15540 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15542         * loop-unroll.c (decide_peel_completely,
15543         decide_unroll_constant_iterations, decide_unroll_stupid,
15544         decide_unroll_runtime_iterations, decide_peel_simple): Set
15545         loop->has_desc.
15547 2003-03-17  Jan Hubicka  <jh@suse.cz>
15549         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
15551 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
15553         * function.c (assign_parms): For a struct value address passed as
15554         first argument, delay the function's result RTL setup code until
15555         after the emission of parameter conversions.
15557 2003-03-17  Dave Love  <fx@gnu.org>
15558             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15560         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
15561         __arch64__ to match Compaq cc.
15563 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
15565         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
15566         (c_common_init): Set EBCDIC in cpp options.
15567         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
15568         not conditional compilation.
15569         * cpplib.h (struct cpp_options): New entry EBCDIC.
15571 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
15573         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
15575 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15577         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
15578         argument to 0 for redirect_jump.
15580 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
15582         PR c++/8805
15583         * except.c (eh_region_u_cleanup): Add prev_try.
15584         (expand_eh_region_end_cleanup): Set it.
15585         (reachable_handlers): Use it to skip over cleanup blocks.
15587 2003-03-17  Andreas Jaeger  <aj@suse.de>
15589         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15591 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
15593         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15594         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15595         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15596         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15598 2003-03-16  Richard Henderson  <rth@redhat.com>
15600         * simplify-rtx (simplify_binary_operation): Don't abort for
15601         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15603 2003-03-16  Richard Henderson  <rth@redhat.com>
15605         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15606         optimize_size as well.
15608 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
15610         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15611         for D register to specify the low part of it, aka B.
15612         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15613         the register if we are loading 1 or -1 to it; avoid using temp
15614         register when moving X/Y to Y/X.
15615         (m68hc11_gen_movqi): Likewise.
15616         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15618 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
15620         PR optimization/9016
15621         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15622         into the constant pool.
15624 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15626         PR target/9164
15627         * tree.c (get_narrower): For extensions with unchanged bit number,
15628         return the unsignedness of the outer mode.
15630 2003-03-16  Roger Sayle  <roger@eyesopen.com>
15632         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
15633         to avoid "may be used uninitialized" warning on ia64-hpux.
15634         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15636 2003-03-16  Andreas Jaeger  <aj@suse.de>
15638         * configure.in: Improve check for memcheck.h.
15639         * configure: Regenerated.
15641 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
15643         * doc/cppopts.texi: Remove documentation of -A-.
15645 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
15647         * doc/libgcc.texi: Remove @tie.
15649 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
15651         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15652         (rtx_pair): Added new element update_label_nuses, renamed to
15653         replace_label_data.
15654         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15655         replace_label_data instead of rtx_pair.
15656         * loop.c (load_mems): Likewise.
15657         * rtlanal.c (replace_label): Replace label in pool constants and in
15658         INSN_LIST (in REG_LABEL note).
15659         (subrtx_p): Renamed to rtx_referenced_p.
15660         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15661         LABEL_REF with CODE_LABEL, traverse constants from pool.
15663 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
15664             Zack Weinberg  <zack@codesourcery.com>
15666         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15667         * doc/libgcc.texi: New file.
15668         * doc/interface.texi: Delete paragraph about libgcc interface.
15669         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15671 2003-03-15  Jason Merrill  <jason@redhat.com>
15673         PR debug/9039
15674         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15676         PR debug/6387
15677         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15678         function DIEs at toplevel.
15679         (decls_for_scope): At -g1, don't descend into subblocks.
15681 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
15683         * varasm.c (struct rtx_const): Change type of un.addr member
15684         to struct holding an additional 'symbol' member.
15685         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15686         with equal string addresses as equal.
15687         (simplify_subtraction): Adapt to struct rtx_const change.
15689 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15691         * fix-header.c (read_scan_file): Read main file before handling -D.
15693 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15695         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15696         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15697         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15698         (find_sub_basic_blocks): Likewise.
15699         * cgraphunit.c (cgraph_expand_functions): Likewise.
15700         * dwarf2out.c (prune_unused_types): Likewise.
15701         * expr.c (store_field): Likewise.
15702         * genextract.c (print_path): Likewise.
15703         * haifa-sched.c (schedule_insn): Likewise.
15704         * lcm.c (compute_antinout_edge): Likewise.
15705         * loop-unroll.c (decide_peel_once_rolling): Likewise.
15706         * ra-colorize.c (ra_colorize_free_all): Likewise.
15707         * ra-debug.c (dump_igraph): Likewise.
15708         (debug_hard_reg_set): Likewise.
15709         * reg-stack.c (reg_to_stack): Likewise.
15710         * rtlanal.c (refers_to_regno_p): Likewise.
15711         * tracer.c (layout_superblocks): Likewise.
15713 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15715         * fix-header.c (read_scan_file): Fix thinko.
15717 2003-03-15  Glen Nakamura  <glen@imodulo.com>
15719         * reload1.c (choose_reload_regs): Use && instead of ||
15720         with REG_CANNOT_CHANGE_MODE_P condition.
15722 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15724         * Makefile.in: Update.
15725         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15726         * c-lex.c (init_c_lex): Register builtins hook is dead.
15727         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15728         (c_common_decode_option): Don't call cpp_handle_option.
15729         Handle -A, -D and -U.
15730         (handle_deferred_opts): Simplify.
15731         (finish_options): Define builtins and command line macros.
15732         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15733         * cppinit.c: Don't include intl.h.
15734         (init_builtins): Rename cpp_init_builtins.  No hook to call.
15735         (init_library): Don't need to sort options.
15736         (cpp_create_reader): Don't set pending.
15737         (cpp_destroy): Don't free pending.
15738         (struct pending_option, cl_directive_handler, struct cpp_pending,
15739         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15740         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15741         cl_options, cpp_handle_option): Remove.
15742         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15743         cpp_finish_options): Remove.
15744         (cpp_init_builtins): New.
15745         * fix-header.c (read_scan_file): Update to handle -D.  Fix
15746         handling of -I.  Replace call to cpp_finish_options.
15748 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15750         PR optimization/9387
15751         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15752         for conditional returns.
15754 2003-03-14  Jason Merrill  <jason@redhat.com>
15756         PR optimization/6871
15757         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15759 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15761         * c-opts.c (finish_options): New.
15762         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15763         (missing_arg): Handle OPT_include and OPT_imacros.
15764         (c_common_init, c_common_parse_file): Use finish_options.
15765         (handle_deferred_opts): Update.
15766         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15767         (cpp_finish_options): Don't handle -imacros here.
15768         (no_fil): Remove.
15769         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15771 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15773         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15774         rs6000_maybe_dead if !fromprolog.
15776 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15778         * Makefile.in: Update.
15779         * c-common.h (fe_file_change, pp_file_change): New.
15780         * c-lex.c (init_c_lex): Don't set cb_file_change.
15781         (c_common_parse_file): Move to c-opts.c.
15782         (cb_file_change): Rename fe_file_change.
15783         * c-opts.c: Include debug.h.
15784         (warn_unused_macros, include_cursor): New.
15785         (push_command_line_include, cb_file_change): New.
15786         (COMMAND_LINE_OPTIONS): Handle -include.
15787         (c_common_decode_option): Use local warn_unused_macros.
15788         Handle OPT_include.
15789         (c_common_post_options): Set file change callback.
15790         (handle_deferred_opts): Skip -include.  Don't free the array.
15791         (c_common_init): Call cpp_finish_options here, and push an
15792         initial -include file.
15793         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15794         (preprocess_file): Don't call cpp_finish_options.
15795         (init_pp_output): Don't set the file change callback.
15796         (pp_file_change): Return if no line commands or no output.
15797         * cpphash.h (next_include_file, first_unused_line): Remove.
15798         * cppinit.c (include_head, include_tail): Remove.
15799         (cpp_destroy): Don't free -include chain.
15800         (cpp_finish_options): Don't handle -include, or worry about
15801         -Wunused-macros.
15802         (_cpp_maybe_push_include_file): Remove.
15803         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15804         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15805         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15806         Used flag is set based upon the state of the warn_unused_macros
15807         flag, and so use of first_unused_line is unnecessary.
15809 2003-03-13  Jan Hubicka  <jh@suse.cz>
15811         * cselib.c (clear_table): Do not take argument; always clear just
15812         used slots.
15813         (cselib_process_insn):  Update call of clear_table
15814         (cselib_init): Do not call clear_table.
15815         (cselib_finish): Clear table.
15817         * cse.c (count_reg_usage): Do not check side_effects_p.
15818         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15819         like noop.
15820         (find_reg_equal_equiv_note): Do not use find_reg_note.
15822 2003-03-14  Richard Henderson  <rth@redhat.com>
15824         PR target/9700
15825         * config/alpha/alpha.c (alpha_va_start): Account for
15826         current_function_pretend_args_size in the AP offset.
15828         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15829         (INITIAL_ELIMINATION_OFFSET): Move out of line.
15830         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15831         (alpha_initial_elimination_offset) New.
15832         * config/alpha/alpha-protos.h: Update.
15834 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15836         * stmt.c (expand_start_case): Call emit_queue ().
15838 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
15839             Alexandre Oliva  <aoliva@redhat.com>
15841         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15842         words in new abis.
15844 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15846         PR optimization/8396
15847         * tree-inline.c (initialize_inlined_parameters): Make sure the value
15848         of read-only constant arguments is passed with the right type.
15850 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
15852         * doc/extend.texi (Function Names): Make the example compilable.
15854 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
15856         * config/rs6000/rs6000.c (processor_target_table): Really allow
15857         GP optional instructions on Power4.
15859 2003-03-13  Roger Sayle  <roger@eyesopen.com>
15861         * calls.c (flags_from_decl_or_type): Factor and remove redundant
15862         conditional tests.
15864 2003-03-13  Mike Stump  <mrs@apple.com>
15866         * ggc-page.c (struct page_entry): Remove varray.h header.
15867         Add index_by_depth field.
15868         Remove save_in_use_p field.
15869         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15870         by_depth_max, by_depth, and save_in_use fields.
15871         (INITIAL_PTE_COUNT): Add.
15872         (save_in_use_p_i): Add.
15873         (save_in_use_p): Add.
15874         (adjust_depth): Add.
15875         (move_ptes_to_front): Add.
15876         (push_depth): Add.
15877         (push_by_depth): Add.
15878         (prefetch): Add.
15879         (free_page): Add support for and use faster data structures.
15880         (ggc_alloc): Likewise.
15881         (init_ggc): Likewise.
15882         (ggc_recalculate_in_use_p): Likewise.
15883         (ggc_pop_context): Likewise.
15884         (clear_marks): Likewise.
15885         (ggc_pch_read): Likewise.
15886         * Makefile.in (ggc-page.o): Remove varray.h.
15888 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15890         * ChangeLog: Rotated last year's entries to...
15891         * ChangeLog.8: New.
15893         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15894         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15895         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15896         config/ia64/ia64-protos.h, config/ia64/ia64.c,
15897         config/ia64/ia64.h, config/ia64/ia64.md,
15898         config/ia64/itanium1.md, config/ia64/itanium2.md,
15899         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15900         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15902 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
15904         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15905         Differentiate endianness.
15906         (s6000_override_options): Use cpu type instead of TARGET_SPE.
15908 2003-03-13  Nick Clifton  <nickc@redhat.com>
15910         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15911         LDM instructions with writeback enabled.
15912         (output_return_instruction): Likewise.
15914         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15915         (CALL_USED_REGISTERS): Remove definition.
15916         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15918 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
15920         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15921         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15922         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15923         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15924         (rs6000_legitimize_address): Formatting.
15925         (rs6000_emit_move): Likewise.
15926         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15927         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15928         (rs6000_elf_select_section): Comment reason for shlib being
15929         set for ABI_AIX.
15930         (rs6000_elf_unique_section): Likewise.
15931         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15932         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15933         as well as flag_pic.
15934         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15935         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15936         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15938 2003-03-13  Richard Henderson  <rth@redhat.com>
15940         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15942         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15943         (ia64_gp_save_reg): Remove.
15944         (struct ia64_frame_info): Move to the beginning of the file;
15945         add reg_save_gp.
15946         (ia64_expand_call): Rearrange for new call patterns.
15947         (ia64_reload_gp): New.
15948         (ia64_split_call): New.
15949         (ia64_compute_frame_size): Allocate reg_save_gp.
15950         (ia64_expand_prologue): Save reg_save_gp.
15951         (ia64_expand_epilogue): Don't restore gp.
15952         (ia64_hard_regno_rename_ok): Remove R4 hack.
15953         (ia64_function_ok_for_sibcall): New.
15954         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15955         call try_split on sibcall pattern.
15956         * config/ia64/ia64-protos.h: Update.
15957         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15958         Rename from nopic versions.  Confiscate 2nd argument to call as
15959         a marker.
15960         (call_pic, call_value_pic, sibcall_pic): Remove.
15961         (call_gp, call_value_gp, sibcall_gp): New.
15962         (builtin_setjmp_setup): Remove.
15963         (builtin_setjmp_receiver): Call ia64_reload_gp.
15965 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15967         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15968         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15969         "GNU CC" with "GCC".
15971         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15972         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15973         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15974         GCC, not GNU CC.
15976         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15977         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15979         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15980         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15981         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15982         "GNU CC" with "GCC".
15984         * config/v850/lib1funcs.asm, config/v850/rtems.h,
15985         config/v850/v850-c.c, config/v850/v850-protos.h,
15986         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15987         GCC, not GNU CC.
15989         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15990         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15991         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15992         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15993         GNU CC.
15995 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
15997         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15999 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
16001         * fixinc/fixinc.interix: Remove dead code (most of it).
16002         * fixinc/fixinc.dgux: Remove.
16004         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
16005         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
16007 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16009         * pa.c (pa_init_builtins): Fix warning.
16011 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
16013         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
16014         (ASM_OUTPUT_XDATA_SHORT): Remove.
16015         (ASM_OUTPUT_XDATA_INT): Remove.
16016         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
16017         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
16018         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
16019         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
16021 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
16023         PR c++/7050
16024         * expr.c (store_expr): Don't attempt to store void-typed trees,
16025         just evaluate them for side effects.
16027 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
16029         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
16030         * cppinit.c (push_include): Move with changes to cppfiles.c.
16031         (cpp_read_main_file): Mark named operators here...
16032         (cpp_finish_options): ...not here.  Update.
16033         (_cpp_maybe_push_include_file): Update.
16034         * cpplib.h (cpp_push_include, cpp_rename_file): New.
16036 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
16038         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
16039         _gcc_COMPUTE_GAS_VERSION.
16040         * configure.in: Use them.
16041         * configure: Regenerate.
16043 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
16045         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
16046         to detect carry.
16047         (subdi3): Reorder emitted instructions.
16049 2003-03-12  Andreas Jaeger  <aj@suse.de>
16051         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
16052         NETBSD_OS_CPP_BUILTINS_LP64.
16054 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
16056         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
16057         Rearrange.  Reorganize.
16058         * configure.in: Rearrange.
16059         * configure: Regenerate.
16061 2003-03-12  Andreas Jaeger  <aj@suse.de>
16063         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
16064         LP64 targets.
16066         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
16067         _LP64.
16069         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
16070         _LP64 macros here.
16071         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
16073         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
16074         NETBSD_OS_CPP_BUILTINS_LP64.
16075         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16076         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16078         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
16080 2003-03-12  Jan Hubicka  <jh@suse.cz>
16082         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
16084 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
16086         Fix PR target/9797 and PR c/9853.
16087         * stmt.c (expand_decl_init): Call push_temp_slots () and
16088         pop_temp_slots ().
16090 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
16092         * sh.c: Include basic-block.h.
16093         (sh_output_mi_thunk, emit_load_ptr): New functions.
16094         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
16096 2003-03-12  Nick Clifton  <nickc@redhat.com>
16098         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
16099         (CALL_USED_REGISTERS): Likewise.
16100         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
16101         describing how this value is calculated.
16103 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
16105         * configure.in (rlim_t): Define to long if no valid definition
16106         found in sys/resource.h.
16107         * config.in, configure: Regenerate.
16109 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
16111         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
16112         TARGET_OS_CPP_BUILTINS.
16113         * config/mcore/mcore-pe.h: Similarly.
16114         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
16115         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
16117 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
16119         PR c/9928
16120         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
16121         only if it is a VAR_DECL.
16123 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
16125         PR optimization/9888
16126         * config/i386/i386.md (jcc_1): Fix range.
16127         (jcc_2): Likewise.
16128         (jump): LIkewise.
16129         (doloop_end_internal): Likewise.
16131 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
16133         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
16134         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
16135         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
16136         DLL_IMPORT_EXPORT_PREFIX and "i."
16137         (i386_pe_dllexport_name_p): Here.
16138         (i386_pe_dllimport_name_p): Here.
16139         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
16140         not 9 chars when getting identifier name.
16141         (i386_pe_mark_dllimport): Here.
16142         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
16143         not 9 chars when getting identifier name. Correct comment.
16144         (i386_pe_strip_name_encoding): Here. Add comments for different
16145         cases.
16146         (gen_fastcall_suffix): Break down xmalloc() argument to
16147         components.
16148         (gen_stdcall_suffix): Likewise.
16149         Update copyright year.
16151 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
16153         PR optimization/9888
16154         * config/i386/i386.md (movsi_1): Remove special alternatives
16155         for %eax register.
16156         (movsi_1_nointernunit): Likewise.
16157         (movhi_1): Likewise.
16158         * config/i386/i386.c (memory_address_length): Do not use
16159         short displacement when there is no base.
16160         (ix86_attr_length_address_default): Handle LEA instructions.
16162 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
16164         * c-cppbuiltin.c (builtin_define_std): Make non-static.
16166 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
16168         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
16169         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
16170         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
16171         * config/freebsd.h (CPP_PREDEFINES): Remove.
16172         (TARGET_OS_CPP_BUILTINS): New.
16173         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
16174         instead of TARGET_OS_CPP_BUILTINS.
16175         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
16177 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
16179         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
16181 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
16183         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
16184         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
16186         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
16188 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
16190         * toplev.c (independent_decode_option): Return success for --help,
16191         --target-help and --version.
16193 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
16195         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
16196         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
16197         specified.
16198         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
16199         DRIVER_SELF_SPECS.
16200         (LINK_SPEC): Let endian options affect the linker emulation name.
16202 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
16204         * sh.md (reload_inqi): Fix mode for source in second set.
16206 2003-03-11  Jan Hubicka  <jh@suse.cz>
16208         * cselib.c (cselib_invalidate_mem_1): Move too ...
16209         (cselib_invalidate_mem): ... here; use new list
16210         (dummy_val, first_containing_mem): New static variables.
16211         (clear_table): Initialize first_containing_mem.
16212         (discard_useless_values):  Compact the containing_mem list.
16213         (add_mem_for_addr): Add to the list.
16214         * cselib.h (cselib_val): Add next_containing_mem.
16216 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
16218         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
16219         instructions for e500.
16221 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
16223         * Makefile.in: Update.
16224         * c-cppbuiltin.c: Include tm_p.h.
16226 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
16228         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
16230         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
16231         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
16232         (_Unwind_SetGR): Same.
16233         (_Unwind_GetGRPtr): New.
16234         (_Unwind_SetGRPtr): New.
16235         (uw_update_context_1): Use accesor functions instead of accessing
16236         context->reg[] directly.
16237         (uw_install_context_1): Same.
16238         (execute_cfa_program): Same.
16239         (__frame_state_for): Same.
16241         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
16242         the synthetic register offset.
16244         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
16246 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
16248         * config/cris/cris.md: Remove lingering EGCS reference.
16249         ("*extopqihi_side_biap"): For HI operation, match
16250         cris_additive_operand_extend_operator, not
16251         cris_operand_extend_operator.  Adjust condition.
16252         ("*extopqihi_side", "*extopqihi"): Ditto.
16253         ("*extopqisi_side_biap"): Correct operand numbers in condition.
16254         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
16255         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
16256         ("*extophisi_swap"): Ditto.
16257         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
16258         PLUS, not cris_operand_extend_operator.  Adjust condition and
16259         output template.
16260         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
16261         * config/cris/cris.h (PREDICATE_CODES): Add
16262         cris_additive_operand_extend_operator.
16263         * config/cris/cris.c (cris_additive_operand_extend_operator):
16264         New predicate.
16266 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
16268         * df.c (read_modify_subreg_p): Change from static to global.
16269         * df.h (read_modify_subreg_p): Add prototype.
16270         * sched-deps.c (sched_analyze_1): Generate true dependency for
16271         strict_low_part, certain subregs and zero/sign_extract.
16273 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
16275         * Makefile.in: Update.
16276         * c-common.c: Don't include real.h or except.h.
16277         (REGISTER_PREFIX): Remove.
16278         (builtin_define_std, builtin_define_with_value,
16279         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
16280         builtin_define_type_max, builtin_define_type_precision,
16281         builtin_define_float_constants): Move to c-cppbuiltin.c.
16282         (c_stddef_cpp_builtins): New.
16283         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
16284         * c-cppbuiltin.c: New, extracted from c-common.c.
16285         (define__GNUC__): New.
16286         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
16287         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
16288         (cpp_unique_options): Don't support no-gcc.
16289         (do_spec_1): Remove support of version specs.
16290         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
16291         * doc/passes.texi: Update.
16292         * doc/tm.texi: Update.
16294 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
16296         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
16298 2003-03-10  Andrew Pinski  <apinski@apple.com>
16300         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
16301         is on should not get here.
16302         (machopic_indirect_data_reference): If dynamic-no-pic is on just
16303         generate high/low parts of the address.
16304         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
16305         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
16306         symbol and labels with a new reg.  Dynamic-no-pic does not have a
16307         pic_offset_table_rtx.
16308         (machopic_select_section): Change references of flag_pic to
16309         MACHOPIC_INDIRECT.
16310         (machopic_asm_out_destructor): Likewise.
16311         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
16312         reference of flag_pic to MACHOPIC_INDIRECT.
16313         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
16314         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
16315         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
16316         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
16317         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
16318         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
16319         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
16320         (TARGET_DYNAMIC_NO_PIC): Define.
16321         (SUBTARGET_SWITCHES): Define, have sub-target switches for
16322         dynamic-no-pic.
16323         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
16324         rs6000_override_options to here. Dynamic-no-pic overrides
16325         pic.
16326         (CC1_SPEC): Change from not static then pic to not static and not
16327         dynamic-no-pic then pic.
16328         * config/rs6000/rs6000.c (rs6000_override_options): Move the
16329         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
16330         (rs6000_legitimize_reload_address): Add case for loading floating in
16331         dynamic-no-pic.
16332         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
16333         of flag_pic to MACHOPIC_INDIRECT.
16334         (secondary_reload_class): Conditional change the reference of
16335         flag_pic to MACHOPIC_INDIRECT.
16336         (rs6000_output_mi_thunk): Change reference of flag_pic to
16337         MACHOPIC_INDIRECT.
16338         (output_profile_hook): Likewise.
16339         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
16340         * config/rs6000/rs6000.md (movdf_low): Add the case for
16341         MACHO_DYNAMIC_NO_PIC_P.
16342         (call): Change references for flag_pic in TARGET_MACHO to
16343         MACHOPIC_INDIRECT.
16344         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
16345         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
16346         * doc/invoke.texi (-mdynamic-no-pic): Document.
16348 2003-03-10  Devang Patel  <dpatel@apple.com>
16350         PR c++/9394
16351         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16352         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16353         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
16354         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
16355         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16356         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16358 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
16360         PR optimization/7189
16361         * toplev.c (rest_of_compilation):  Move
16362         check_function_return_warnings up to just after
16363         delete_unreachable_blocks.
16365 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
16367         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
16368         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
16369         Declare.
16370         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
16371         for reg rename optimization to avoid using Z and Y registers.
16373 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
16375         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
16376         when adding to X and Y since leax/leay are fast.
16377         ("*addhi3"): Accept 'I' constraint when adding to address register.
16378         ("rotlhi3"): Operand 1 must be a register_operand.
16379         (peephole2): New peephole to optimize some adds.
16380         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
16381         to represent -2 .. 2 small integer range.
16383 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
16385         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
16386         each 16-bit rotation.
16388 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
16390         * c-opts.c (add_prefixed_path): Don't use concat.  When
16391         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
16392         cpp_GCC_INCLUDE_DIR_len characters.
16394 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
16396         * testsuite/gcc.dg/altivec-9.c: New file.
16398         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
16399         (rs6000_emit_prologue): Use rs6000_frame_related instead.
16401 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
16403         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
16404         vectors.
16405         (__ev_convert_u64): Remove macro.  Define as inline.
16406         (__ev_convert_s64): Same.
16408 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
16410         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
16411         (rs6000_stack_t): Add spe_64bit_regs_used.
16413         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
16414         spe_64bit_regs_used, and use it to determine the size of the
16415         frame.
16416         (spe_func_has_64bit_regs_p): New.
16417         (spe_synthesize_frame_save): New.
16418         (rs6000_frame_related): Handle SPE synthetic registers.
16419         (rs6000_emit_prologue): Only save in 64-bits if the function used
16420         any registers in 64-bit mode.
16421         (rs6000_emit_epilogue): Same, but for restore.
16423 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
16425         * arm.h (enum floating_point_type): Delete.  Replace with...
16426         (enum fputype): ... new.
16427         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
16428         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
16429         * arm.md (attr fpu): Reworked for new underlying enum values.
16430         * arm.c (arm_fpu_arch): Now enum fputype.
16431         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
16432         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
16433         Update uses of arm_fpu_arch and arm_fpu_tune.
16435 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
16437         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
16438         (try_crossjump_to_edge): Replace refereces to one jump table by
16439         references to identical jump table.
16440         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
16441         (replace_label): Moved to rtlanal.c.
16442         (struct rtx_pair): Moved to rtl.h.
16443         * rtl.h (struct rtx_pair): Moved from loop.c.
16444         (replace_label): New extern function.
16445         (subrtx_p): New extern function.
16446         (tablejump_p): New extern function.
16447         * rtlanal.c (replace_label): Moved from loop.c.
16448         (subrtx_p_1): New static function.
16449         (subrtx_p): New function.
16450         (tablejump_p): New function.
16452 2003-03-10  Jan Hubicka  <jh@suse.cz>
16454         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
16456         * cfgcleanup.c (merge_blocks): Return where to iterate next.
16457         (try_optimize_cfg): Use return value of merge_blocks
16459 2003-03-10  Michael Matz  <matz@suse.de>
16461         * cfg.c (unchecked_make_edge): New.
16462         (cached_make_edge): Use it.
16463         * basic-block.h (unchecked_make_edge): Declare.
16464         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
16466 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
16468         * fpa.md: New file.  Move all patterns relating to FPA co-processor
16469         to here...
16470         * arm.md: ... from here.
16471         (cirrus.md, fpa.md): Include at end of description.
16472         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
16473         (pic_load_addr_based): Remove register constraint from expander.
16474         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
16475         (sordered, sungt, sunle, sunge, sunlt): Likewise.
16476         (eh_epilogue, tablejump): Likewise.
16478 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16480         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
16481         on operands if it has a PLACEHOLDER_EXPR.
16483 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
16484             Mostafa Hagog
16486         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
16487         condition.
16489 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
16491         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
16492         * config/ip2k/ip2k.h: Similarly.
16493         * config/m32r/m32r.h: Similarly.
16494         * config/m68hc11/m68hc11.h: Similarly.
16495         * config/mn10200/mn10200.h: Similarly.
16496         * config/mn10300/mn10300.h: Similarly.
16497         * config/pdp11/pdp11.h: Similarly.
16498         * config/v850/v850.h: Similarly.
16499         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
16500         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
16501         * config/mips/iris3.h: Remove #if 0 block.
16503 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16504             Joern Rennecke <joern.rennecke@superh.com>
16506         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
16507         pending argument upon return from handle_braces here.
16508         (do_spec_2): Instead handle it upon return from do_spec_1 here.
16510 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16511             Joern Rennecke <joern.rennecke@superh.com>
16513         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
16514         pending argument upon return from handle_braces here.
16515         (do_spec_2): Instead handle it upon return from do_spec_1 here.
16517 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16519         * varasm.c (make_decl_one_only): Use declare_weak().
16521 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16523         PR middle-end/9986
16524         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
16525         after the common builtins.
16526         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
16527         * pa.c (TARGET_INIT_BUILTINS): Define.
16528         (pa_init_builtins): New function.
16530         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
16531         space has been allocated for the outgoing arguments, set the arg
16532         pointer for a call emitted after virtuals have been instantiated
16533         using the stack pointer offset, otherwise abort.
16535 2003-03-09  DJ Delorie  <dj@redhat.com>
16537         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
16539 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
16541         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
16542         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
16543         conversion to integer.
16544         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
16546 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16548         * builtins.def: Fix typo and improve grammar.
16549         * loop-unroll.c (decide_peel_completely): Tidy log message.
16551 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
16553         * config/h8300/h8300.md (*tstsi_upper_bit): New.
16554         (*iorsi3_e2f): Likewise.
16556 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16558         * config/h8300/h8300.c (h8300_and_costs): Return the number of
16559         assembly instructions needed.
16560         (h8300_shift_costs): Likewise.
16562 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
16564         * config/cris/aout.h (ENDFILE_SPEC): Undef.
16566         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
16567         moves from here ...
16568         * expr.c (emit_move_insn_1): ... to here.
16570         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
16571         (TARGET_OS_CPP_BUILTINS): New macro.
16572         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
16573         (TARGET_OS_CPP_BUILTINS): New macro.
16574         (CPP_PREDEFINES): Don't define.  Move old definitions and...
16575         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
16576         (TARGET_CPU_CPP_BUILTINS): New macro.
16577         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
16578         definitions and the optional __PIC__, __pic__ and
16579         __NO_UNDERSCORES__ definitions to...
16580         (TARGET_OS_CPP_BUILTINS): New macro.
16582         * flags.h (flag_leading_underscore): Declare.
16584         * c-opts.c (c_common_post_options): On fopen failure, return
16585         false, not NULL.
16587 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16589         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16590         config.h.
16591         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16592         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16594 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16596         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16597         CPP_PREDEFINES.
16598         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16599         CPP_PREDEFINES.
16601 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16603         * c-common.h (c_common_init, c_common_post_options): Update.
16604         * c-objc-common.c (c_objc_common_init): Update for new prototype.
16605         * c-opts.c (saved_lineno): New.
16606         (c_common_post_options, c_common_init): Update prototypes,
16607         move call to cpp_read_main_file from latter to former.
16608         * c-tree.h (c_ojbc_common_init): Update.
16609         * langhooks-def.h (lhd_post_options): New.
16610         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16611         * langhooks.c (lhd_post_options): New.
16612         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16613         * toplev.c (no_backend): New.
16614         (process_options): Call post_options hook and set main_input_filename
16615         and input_filename here.
16616         (lang_dependent_init, do_compile): post_options hook moved to
16617         process_options.
16618         * objc/objc-act.c (objc_init): Update prototype.
16619         * objc/objc-act.h (objc_init): Update prototype.
16621 2003-03-08  Roger Sayle  <roger@eyesopen.com>
16623         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16624         a complex or vector type, using a load in the original mode.
16626 2003-03-08  Jan Hubicka  <jh@suse.cz>
16628         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16629         * gt-cgraph.h: New GC file.
16630         * cgraph.c (known_fns): New static variable.
16631         (cgraph_node): Add the decl into varray.
16633 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16635         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16637 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
16639         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16640         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16641         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16642         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16643         All callers changed.
16644         * arm.md, arm.h, arm-protos.h: Updated.
16646         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16647         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16648         * arm.c (arm_regno_class, f_register_operand): Updated.
16650 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16652         * config/cris/cris.h: Remove EGCS references.
16653         (CPP_SPEC): Remove "-$".
16654         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16656 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16658         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16659         preference to CPP_PREDEFINES.
16661 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16663         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16665 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16667         * config/h8300/h8300.md (*extzv_16_8): New.
16669 2003-03-08  Jan Hubicka  <jh@suse.cz>
16671         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16672         * cgraph.h: (cgraph_local_info): Add can_inline_once
16673         (cgraph_global_info): Add inline_once.
16674         (cgraph_node): Add previous.
16675         (cgraph_remove_node): New.
16676         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16677         function.
16678         (cgraph_optimize): Call it.
16679         (cgraph_finalize_function):  Set inlinable flags.
16680         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
16681         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
16682         (cgraph_expand_function): Likewise.
16683         * cgraph.c
16684         (cgraph_node): Put nodes into doubly linked chain.
16685         (cgraph_remove_node): New function.
16686         * flags.h (flag_inline_functions_called_once): Declare.
16687         * tree-inline.c: Include cgraph.h
16688         (inlinable_functions_p): Add extra argument to bypass limits.
16689         (expand_call_inline):  Obey cgraph flag.
16690         * tree-inline.h (tree_inlinable_function_p): Update prototype.
16692 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16694         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16695         irreducible loops.
16697         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16698         loops info correctly.
16700 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
16702         PR middle-end/7796
16703         * unroll.c (calculate_giv_inc): Handle constants being
16704         loaded with LSHIFTRT.
16706 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
16708         * config/rs6000/rs6000.c (processor_target_table): Do not disable
16709         GP optional instructions on Power3, Power4, 620, and 630.
16711 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
16713         * calls.c: Fix comment formatting.
16714         * cfgloopanal.c: Likewise.
16715         * cfgloopmanip.c: Likewise.
16716         * combine.c: Likewise.
16717         * dwarf2out.c: Likewise.
16718         * ggc-common.c: Likewise.
16719         * langhooks.c: Likewise.
16720         * loop-unroll.c: Likewise.
16721         * loop.c: Likewise.
16722         * ra-build.c: Likewise.
16723         * sbitmap.c: Likewise.
16724         * toplev.c: Likewise.
16726 2003-03-07  James E Wilson  <wilson@tuliptree.org>
16728         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16730 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
16732         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16733         support -no-integrated-cpp.
16735         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16736         than langhooks.name.
16738 2003-03-07  Michael Matz  <matz@suse.de>
16740         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16741         (DF_FOR_REGALLOC): New.
16742         * df.c (df_ref_record): Set DF_REF_STRIPPED.
16743         (read_modify_subreg_p): Simplify.
16744         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16745         Use DF_FOR_REGALLOC.
16746         * ra.h (struct web): New member subreg_stripped.
16747         (invalid_mode_change_regs): Declare.
16748         * ra.c (invalid_mode_change_regs): New.
16749         (init_ra): Initialize it.
16750         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16751         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16752         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16753         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16754         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16756 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
16758         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16759         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16760         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16761         machine description file from ...
16762         * cirrus.md: ... here.
16764 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16766         * config/h8300/h8300.md (a peephole2): Don't use
16767         reg_overlap_mentioned_p.
16769 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
16771         * c-pch.c: Include langhooks.h.
16772         (IDENT_LENGTH): New.
16773         (get_ident): New.
16774         (pch_ident): Delete.
16775         (pch_init): Use get_ident, IDENT_LENGTH.
16776         (c_common_valid_pch): Likewise.  Also, use actual language
16777         in warning message.
16778         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16780         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
16781         c-parse.in.
16782         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16783         gt-objc-objc-act.h.
16784         (gt-objc-objc-act.h): New rule.
16785         * objc/lang-specs.h: Support PCH.
16786         * objc/objc-act.c: Include gt-objc-objc-act.h.
16787         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16788         (build_selector_reference_decl): Move idx out, mark for PCH.
16789         (build_class_reference_decl): Likewise.
16790         (build_objc_string_decl): Move *_idx out, mark for PCH.
16791         (build_tmp_function_decl): Move xxx out, mark for PCH.
16793 2003-03-06  Dale Johannesen  <dalej@apple.com>
16795         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
16796         global functions for inlining on Darwin.
16798 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
16800         * haifa-sched.c (schedule_block): Don't call reorder when sorting
16801         is prohibited.
16803 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
16805         * Makefile.in (c-ppoutput.o): Update.
16806         * c-common.h (init_pp_output): New.
16807         (preprocess_file): Update.
16808         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16809         Register builtins.
16810         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16811         Make call to cpp_read_main_file common to whether preprocessing
16812         or not.  Don't register builtins.
16813         * c-ppoutput.c: Include c-pragma.h.
16814         (setup_callbacks): Rename init_pp_output.
16815         (preprocess_file): No longer setup callbacks or call
16816         cpp_read_main_file.
16817         * cpphash.h (_cpp_init_mbchar): New.
16818         * cppinit.c (init_library): Call _cpp_init_mbchar.
16819         * cpplex.c (_cpp_init_mbchar): New.
16821 2003-03-06  Roger Sayle  <roger@eyesopen.com>
16823         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16824         MEM, try loading the MEM into a register and taking the low-part
16825         of that, to help CSE see the use of the MEM in its true mode.
16827 2003-03-05  Tom Tromey  <tromey@redhat.com>
16829         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16830         Define.
16832 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
16834         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16835         operand 2.
16836         ("*ineqbranchsi"): Likewise.
16838 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
16840         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16841         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
16842         register store followed by a stack increment.
16844 2003-03-05  Chris Moller  <cmoller@redhat.com>
16846         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16847         to inhibit saving CARRY_REGS.
16849         * config/stormy16/stormy16.c (xs_hi_general_operand):
16850         added predicate to detect and error-out on out-of-range
16851         const_ints for movhi.
16852         * config/stormy16/stormy16.md (movhi): use
16853         xs_hi_general_operand.
16855         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16856         added a check for local vbl size overflow.
16857         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16858         added predicate to detect and error-out on out-of-range
16859         const_ints for addhi and subhi.
16860         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16861         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16863         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16864         add a term to accept PRE_MODIFY addresses.
16865         * config/stormy16/stormy16.c (xstormy16_expand_move):
16866         add code to expand PRE_MODIFY addresses to an add followed
16867         by a move.
16869 2003-03-06  Jason Merrill  <jason@redhat.com>
16871         * tree-inline.c (inlinable_function_p): Revert earlier change
16872         pending investigation.
16874 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16876         * config/h8300/h8300.md (a new peephole2): New.
16878 2003-03-06  Jan Hubicka  <jh@suse.cz>
16880         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16882 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16884         * dwarf2out.c (size_of_die): Compute size of external reference to
16885         die correctly.
16887 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
16889         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16890         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16891         expanders.
16893 2003-03-05  Roger Sayle  <roger@eyesopen.com>
16895         * expr.h (lang_expand_expr): Delete obsolete prototype.
16897 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16899         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16901 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16903         * config/h8300/h8300.md (a peephole2): Generalize to
16904         accept a memory operand.
16906 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
16908         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16909         * config/alpha/alpha.c (print_operand, case '+'): New.
16910         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16911         (call_value_osf_1_noreturn): Likewise.
16913 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16915         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16916         (expand_end_bindings): Likewise.
16918 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16920         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16921         (epilogue): Don't generate return_external_pic when emitting PA 2.0
16922         code.
16924 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
16926         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16928         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16930         * hooks.c (hook_rtx_rtx_null): New.
16932         * hooks.h (hook_rtx_rtx_null): Protoize.
16934         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16935         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16937         * target.h (struct gcc_target): Add dwarf_register_span.
16939         * dwarf2out.c (multiple_reg_loc_descriptor): New.
16940         (one_reg_loc_descriptor): New.
16941         (reg_loc_descriptor): Add support for values that span more than
16942         one register.
16944 2003-03-05  Jan Hubicka  <jh@suse.cz>
16946         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16947         * alias.c:  Include cgraph.h
16948         (mark_constant_function): Use cgraph_rtl_info.
16949         * calls.c:  Include cgraph.h
16950         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16951         calls.
16952         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16953         * cgraph.c (cgraph_rtl_info): New function.
16954         * cgraph.h (cgraph_rtl_info): Declare
16955         (cgraph_rtl_info): Likewise.
16956         * function.h (struct function): Add recursive_call_emit.
16957         * toplev.c: Include cgraph.h.
16958         (rest_of_compilation): Set preferred_incoming_stack_boundary.
16960 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16962         * config/h8300/h8300.c (output_simode_bld): Clear the
16963         destination first if possible.
16964         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16965         alternative.
16966         (extzv_1_r_inv_h8300hs): Likewise.
16968 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16970         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16971         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16972         * cfgloop.c (flow_loop_free): Made global.
16973         (establish_preds): New static function.
16974         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16975         (get_loop_exit_edges): New.
16976         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16977         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16978         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16979         loops.
16980         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16981         removability of an edge.
16982         (fix_irreducible_loops): New static function.
16983         (find_path, remove_path): Add ability to remove enclosing loops.
16984         (unloop): New.
16985         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16986         flags.
16987         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16988         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16989         not neccessary.
16990         (decide_peel_completely, peel_loops_completely): Allow complete peeling
16991         of non-duplicable once rolling loops.
16992         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16994 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
16996         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16997         for align_jumps is 4.
16999         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
17000         use GENERAL_REGS.
17002 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
17004         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
17005         according to va_arg type.
17006         (EXPAND_BUILTIN_VA_ARG): Remove.
17007         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
17008         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
17010 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
17012         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
17013         else clauses.
17015 2003-03-05  Michael Matz  <matz@suse.de>
17017         * i386/i386.c (ix86_save_reg): Also test
17018         current_function_uses_const_pool.
17020 2003-03-05  Michael Matz  <matz@suse.de>
17022         * unwind.h: Add the GPL exception.
17023         * Makefile.in (USER_H): Add unwind.h.
17025 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
17027         PR c/9799
17028         * c-typeck.c (push_init_level): Add sanity check.
17030 2003-03-05  Jan Hubicka  <jh@suse.cz>
17032         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
17033         RTL inlining is done.
17035         * cgraphunit.c (cgraph_mark_local_functions): New local function.
17036         (cgraph_optimize): Mark local functions.
17037         * i386-protos.h (init_cumulative_args): Update prototype.
17038         * i386.c (init_cumulative_args): Use register passing convention for
17039         local functions.
17041         * cgraph.c (cgraph_global_info_ready): New global variable
17042         (cgraph_local_info, cgraph_global_info): New functions.
17043         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
17044         structures.
17045         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
17046         Declare.
17047         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
17048         (cgraph_mark_functions_to_output): Use inline_many.
17049         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
17050         (cgraph_expand_functions): Expand inline functions last.
17051         (cgraph_optimize): Do not emit uneeded functions.
17053 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
17055         * expr.c (convert_modes): Check for legal hard register.
17057 2003-03-04  Tom Tromey  <tromey@redhat.com>
17059         * doc/sourcebuild.texi (Front End Directory): Document tags.
17060         * configure: Rebuilt.
17061         * configure.in (target_list): Added tags.
17062         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
17063         TAGS files by reference.
17064         * objc/Make-lang.in (objc.tags): New target.
17066 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17068         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
17069         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
17070         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
17071         gcov_read_string, gcov_write_length): Modified to enable reading/
17072         writing of whole .da file just once.
17073         (da_file_open, da_file_close, da_file_eof, da_file_error,
17074         da_file_position, da_file_seek, da_file_write, da_file_read): New
17075         functions.
17076         (actual_da_file, actual_da_file_position, actual_da_file_length,
17077         actual_da_file_buffer, actual_da_file_buffer_size): New static
17078         functions.
17079         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
17080         just once.
17083 2003-03-04  Andreas Schwab  <schwab@suse.de>
17085         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
17086         offset without frame pointer.
17088 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
17090         * expr.c (expand_expr): Call promote_mode to set unsignedp.
17092 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
17094         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
17095         * configure: Regenerated.
17096         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
17098 2003-03-04  Andreas Jaeger  <aj@suse.de>
17100         * configure.in: Check for <memcheck.h>.
17101         * configure: Regenerated.
17103         * config.in: Define HAVE_MEMCHECK_H.
17105         * ggc-common.c: Use <memcheck.h> if available instead of
17106         <valgrind.h>.
17107         * ggc-page.c: Likewise.
17108         * cppfiles.c: Likewise.
17110 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
17112         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
17114 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
17116         PR c/9262
17117         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
17118         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
17120 2003-03-04  Jan Hubicka  <jh@suse.cz>
17122         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
17123         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
17124         for -O3.
17126 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
17128         * configure.in: Delete three unused variables.  Move a variable
17129         definition closer to its use.  Simplify use_collect2 logic.  Start to
17130         organize.  Simplify tests for in-tree gas and ld.
17131         * configure: Regenerate.
17133 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
17135         * Makefile.in: Update.
17136         * c-common.c (flag_no_line_commands, flag_no_output,
17137         flag_dump_macros, flag_dump_includes): New.
17138         * c-common.h (flag_no_line_commands, flag_no_output,
17139         flag_dump_macros, flag_dump_includes, preprocess_file): New.
17140         (init_c_lex): Update prototype.
17141         * c-lex.c (init_c_lex): Update prototype; move some code to
17142         c_common_init.
17143         * c-opts.c (preprocess_file): Subsume into c_common_init.
17144         (c_common_decode_option): Update flags.
17145         (c_common_init): Move code from preprocess_file and init_c_lex.
17146         (sanitize_cpp_opts): Update.
17147         * c-ppoutput.c: New, cppmain.c almost verbatim.
17148         * cpphash.h (struct printer): Remove.
17149         (struct cpp_reader): Remove print.
17150         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
17151         cpp_preprocess_file): Remove.
17152         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
17153         and dump_includes.
17154         * cppmain.c: Remove.
17155         * doc/passes.texi: Update.
17157 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17159         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
17160         (assign_stack_local_1): Perform overall stack alignment only when
17161         STACK_ALIGNMENT_NEEDED is nonzero.
17162         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
17164         * pa.c (compute_frame_size): Rename fsize to size.  Account for
17165         alignment to a word boundary before general register save block.  Only
17166         account for double-word alignment before floating point register save
17167         block if one or more are saved.  Don't allocate space for %r3 when
17168         frame pointer is needed.
17169         (hppa_expand_prologue): Include alignment to word boundary in local
17170         frame size.
17171         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
17172         (STACK_ALIGNMENT_NEEDED): Define.
17174 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
17176         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
17177         global register variables.
17179 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
17181         * reload.c (reload_adjust_reg_for_mode): New function.
17182         (subst_reloads): Call it.
17183         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
17184         * reload.h (reload_adjust_reg_for_mode): Declare.
17185         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
17186         Call it.
17188 2003-03-03  James E Wilson  <wilson@tuliptree.org>
17190         * optabs.c (add_equal_note): Delete SUBREG_REG use.
17191         Fixes PR c/7872.
17193 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17195         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
17196         (*ixorsi3_lshiftrt_16): New.
17197         (*iorsi3_ashift_16): Remove.
17199 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17201         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
17202         pattern.
17204 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
17206         * doc/install.texi (Specific): Update entry for powerpc-darwin.
17208 2003-03-03  Richard Henderson  <rth@redhat.com>
17210         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
17212 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
17214         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
17215         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
17216         (rs6000_variable_issue): Do not return negative value.
17217         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
17218         scheduling pass.
17220 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17222         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
17223         prune_unused_types calls.
17225 2003-03-03  Jason Merrill  <jason@redhat.com>
17227         * tree-inline.c (find_builtin_longjmp_call): Save and restore
17228         lineno and input_filename.
17229         (find_alloca_call): Likewise.
17230         (inlinable_function_p): Run the langhook earlier.
17232         * calls.c (compute_argument_addresses): Give the new MEMs a
17233         minimum alignment of PARM_BOUNDARY.
17235 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
17237         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
17238         subtarget_asm_isa_spec.
17239         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
17240         (ASM_SPEC): Define as SH_ASM_SPEC.
17241         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
17242         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
17243         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
17244         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
17246         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
17247         and align_jumps if not set.
17248         Force align_jumps to be at least 2.
17249         When relaxing, force align_functions to be at least the maximum of
17250         align_loops, align_jumps and 4.
17251         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
17252         (sh_loop_align): Honour align_loops_log.
17254         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
17255         to check for indirect_jump_scratch.
17256         (indirect_jump_scratch): Add second set.
17257         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
17258         when looking for indirect_jump_scratch.
17259         Extract scratch register taking new structure of indirect_jump_scratch
17260         into account.
17261         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
17263 2003-03-03  Jan Hubicka  <jh@suse.cz>
17265         * calls.c (rtx_for_function_call): Take the address as an argument
17266         (expand_call): Do not modify the expression.
17268         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
17269         optimizing.
17271 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17273         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
17274         TARGET_H8300H and TARGET_H8300S.
17276 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17278         * config/h8300/h8300.md (a peephole2): New.
17280 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17282         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
17283         operands[0] and operands[1] are different.
17285 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
17287         * reload1.c (reload_cse_move2add): Remove variable success.
17289 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17291         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
17292         warnings.
17294 2003-03-02  Richard Henderson  <rth@redhat.com>
17296         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
17297         * config.in, configure: Rebuild.
17298         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
17299         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
17300         paired ldtoffx and ldxmov annotations.
17301         (load_symptr_internal1): Remove.
17302         (load_symptr_high, load_symptr_low): New.
17304 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
17306         * c-incpath.c (add_path): Fix sysp assignment.
17308 2003-03-02  Kurt Garloff  <garloff@suse.de>
17310         * params.def: Introduce parameter max-inline-insns-rtl for
17311         a separate limit for the RTL inliner.
17312         * params.h: Likewise.
17313         * integrate.c (function_cannot_inline_p): Use it.
17314         * toplev.c (decode_f_option): Set multiple parameters
17315         controlling inlining with -finline-limit.
17316         * params.def: Fix orthographic and typographic errors.
17317         * doc/invoke.texi: Document parameters controlling inlining
17318         and the way -finline-limit sets multiple of them.
17320         * tree.h (struct tree_decl): Introduce inlined_function_flag,
17321         recording whether the function became eligible for inlining
17322         by a compiler flag rather than the declaration.
17323         Provide DID_INLINE_FUNC macro to access it.
17324         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
17325         * cp/decl.c (grokfndecl): Likewise.
17326         * toplev.c (rest_of_compilation): Likewise.
17327         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
17328         * print-tree.c (print_node): Report it.
17329         * params.def: Introduce new max-inline-insns-auto limit.
17330         * params.h: Likewise.
17331         * tree-inline.c (inlinable_function_p): Apply it to functions
17332         with DID_INLINE_FUNC set.
17333         * toplev.c (decode_f_option): Initialize it from -finline-limit
17334         value.
17335         * doc/invoke.texi: Document new parameter.
17337 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
17339         * fix-header.c (read_scan_file): Don't reference simplify_path.
17341 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
17343         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
17344         min/max instructions by default as may result in reload errors.
17346 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
17348         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
17349         avoid reload problems; define split for it.
17351 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
17353         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
17354         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
17355         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
17356         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
17357         rotatert and rotate.
17358         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
17359         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
17360         ("*rotrhi3_addr"): New split for shift insns on address register.
17361         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
17362         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
17363         (___rotrhi3): Likewise.
17364         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
17366 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
17368         * toplev.c (aux_base_name): Moved from toplev.h.
17369         (filename): Constify.
17370         (lang_dependent_init): Don't duplicate name.
17371         (process_options): Set aux_base_name here, not...
17372         (do_compile): ...here.  Change protoype.
17373         (toplev_main): Move some code from do_compile.
17374         * toplev.h: Remove aux_base_name.
17376 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
17378         * config/h8300/h8300-protos.h: Add a prototype for
17379         iorxor_operator.
17380         * config/h8300/h8300.c (print_operand): Handle 'c'.
17381         (iorxor_operator): New.
17382         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
17383         * config/h8300/h8300.md (*iorhi3_zext): Remove.
17384         (*iorsi3_zexthi): Likewise.
17385         (*iorsi3_zextsi): Likewise.
17386         (*xorhi3_zextqi): Likewise.
17387         (*xorsi3_zexthi): Likewise.
17388         (*xorsi3_zextsi): Likewise.
17389         (*ixorhi3_zext): New.
17390         (*ixorsi3_zext_qi): Likewise.
17391         (*ixorsi3_zext_hi): Likewise.
17393 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
17395         * c-incpath.c (remove_component_p, simplify_path): Move back to
17396         cppfiles.c.
17397         (remove_duplicates): Use cpp_simplify_path.
17398         * c-incpath.h (simplify_path): Remove.
17399         * c-lex.c: Don't include c-incpath.h.
17400         (init_c_lex): Remove simplify_path.
17401         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
17402         (find_or_create_entry, validate_pch): Revert.
17404 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
17406         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
17407           an external cpp during compilation.
17408         (option_map): Likewise.
17409         * objc/lang-specs.h (default_compilers): Similarly.
17410         * doc/invoke.texi: Document -no-integrated-cpp flag.
17412 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
17414         * config/h8300/h8300.md (zero_extendqisi2): Change to an
17415         expander.
17416         (*zero_extendqisi2_h8300): New.
17417         (*zero_extendqisi2_h8300hs): New.
17418         (two splitters): New.
17420 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17422         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
17424 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17426         * config/h8300/h8300.md (a peephole2): Remove dead code.
17428 2003-03-01  Roger Sayle  <roger@eyesopen.com>
17430         PR c++/9367
17431         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
17432         (BT_FN_INT_CONST_STRING_VALIST_ARG,
17433         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
17434         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
17435         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
17436         BT_FN_INT_STRING_CONST_STRING_VAR,
17437         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
17438         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
17439         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
17440         ATTR_NONNULL_3): Also include the nothrow attribute.
17441         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
17442         vsnprintf, vscanf, vsscanf): Don't define attributes here.
17443         * builtins.def (putchar, puts): Make full C89 built-ins.
17444         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
17445         vsscanf, vsnprintf, vsprintf): New built-ins.
17446         * c-common.c (c_common_nodes_and_builtins): Handle new macro
17447         DEF_FUNCTION_TYPE_VAR_3.
17449         * doc/extend.texi: Document these new built-in functions.
17451 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17453         * config/h8300/h8300.md (a peephole2): New.
17455 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
17457         * predict.c (estimate_bb_frequencies): Correctly set
17458         real_values_initialized after initialization.
17460 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
17462         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
17463         cppinit.o, cppdefault.o, fix-header): Update.
17464         * c-incpath.c: New file.
17465         * c-incpath.h: New file.
17466         * c-lex.c: Include c-incpath.h.
17467         (init_c_lex): Register path simplifier.
17468         * c-opts.c: Include cppdefault.h and c-incpath.h.
17469         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
17470         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
17471         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
17472         (missing_arg, c_common_decode_option): Handle them.
17473         (c_common_post_options): Register include chains.
17474         (print_help): Update.
17475         * cppdefault.h (struct default include): Update.
17476         Move some macros to ...
17477         * cppdefault.c: ... here.
17478         (cpp_include_defaults): Add extra field add_sysroot.
17479         * cppfiles.c (include_file, search_from, find_or_create_entry,
17480         cpp_included, find_include_file, remap_filename): Update for
17481         renaming of search_path to cpp_path, and of the chain headers.
17482         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
17483         * cpphash.h (struct search_path): Move to cpplib.h.
17484         (struct cpp_buffer, struct cpp_reader): Update.
17485         (_cpp_simplify_pathname): Remove.
17486         * cppinit.c: Don't include prefix.h and cppdefault.h.
17487         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
17488         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
17489         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
17490         no_pth, cpp_handle_options): Remove.
17491         (struct pending_option): Remove chain members.
17492         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
17493         cpp_handle_option): Update.
17494         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
17495         (struct cpp_options): Remove quote_include, bracket_include,
17496         include_prefix, include_prefix_len, verbose, ignore_srcdir,
17497         no_standard_includes, no_standard_cplusplus_includes.
17498         (struct cpp_callbacks): Add simplify_path.
17499         (cpp_handle_options): Remove.
17500         * fix-header.c: Include c-incpath.h.
17501         (read_scan_file): Update to use c-incpath functionality.
17502         * doc/passes.texi: Update.
17504 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17506         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
17507         satisfies EXTRA_CONSTRAINT 'U'.
17509 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17511         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
17512         register.
17513         (*tst_extzv_memqi_1_n): Change to a splitter.
17514         (a peephole2): Update.
17516 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
17518         * predict.c (estimate_bb_frequencies): Initialize the sreal
17519         constants once per compilation.
17521 2003-02-28  Richard Henderson  <rth@redhat.com>
17523         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
17525 2003-02-28  scott snyder  <snyder@fnal.gov>
17527         * flags.h: Add flag_eliminate_unused_debug_types.
17528         * toplev.c: Add flag_eliminate_unused_debug_types.
17529         (f_options): Add -feliminate-unused-debug-types.
17530         * dwarf2out.c (struct file_table): Add emitted member.
17531         (splice_child_die): Fix the parent pointer for the child being
17532         spliced.
17533         (lookup_filename): Maintain file_table.emitted array.  Don't
17534         output .file directive here.
17535         (maybe_emit_file): (new)
17536         (init_file_table): Set up file_table.emitted.
17537         (dwarf2out_source_line): Use maybe_emit_file.
17538         (dwarf2out_start_source_file): Use maybe_emit_file.
17539         (dwarf2out_init): Use maybe_emit_file.
17540         (prune_unused_types_walk_attribs): (new)
17541         (prune_unused_types_mark): (new)
17542         (prune_unused_types_walk): (new)
17543         (prune_unused_types_prune): (new)
17544         (prune_unused_types): (new)
17545         (dwarf2out_finish): Call prune_unused_types if
17546         flag_eliminate_unused_debug_types is set.
17547         * doc/invoke.texi (Option Summary): Add
17548         -feliminate-unused-debug-types.
17549         (Debugging Options): Likewise.
17551 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
17553         * doc/invoke.texi: Change .pch to .gch.
17554         * cppfiles.c (open_file_pch): Likewise.
17555         * gcc.c (default_compilers): Likewise.
17557 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
17559         * floatlib.c: Remove.
17561 2003-02-28  Jason Merrill  <jason@redhat.com>
17563         * stor-layout.c (variable_size): Leave a "minus 1" outside the
17564         SAVE_EXPR.
17566 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
17568         * config/rs6000/power4.md: Add compare bypass.
17570 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
17572         * config/netbsd.h: Update copyright years.
17573         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
17574         -pthread is specified on the command line.
17576 2003-02-28  Dale Johannesen <dalej@apple.com>
17578         * loop.c (struct movable): Add insert_temp, shrink savemode.
17579         (scan_loop): Accept invariants that require copying; mark as
17580         insert_temp.
17581         (combine_movables): Don't combine insert_temp movables.
17582         (move_movables): Insert copies for insert_temp movables.
17583         Don't record the info based on regno for insert_temp's.
17585 2003-02-28  Joel Sherrill <joel@OARcorp.com>
17587         PR 9638/other
17588         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17589         this constant defaults to 1.
17591 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
17593         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17595 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
17597         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17598         ARMv5e processor, not just for XScale.  Instructions are predicable.
17599         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17601 2003-02-28  Nick Clifton  <nickc@redhat.com>
17603         * config/arm/arm.c (note_invalid_constants): Change parameter type
17604         from bool to int.
17606 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
17608         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17609         test of bit 7.
17610         (*tst_extzv_memqi_1_n): Likewise.
17611         (a peephole2): New.
17613 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
17615         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17616         #ifndef __mips16.
17618 2003-02-28  Jan Hubicka  <jh@suse.cz>
17620         * combine.c (gen_lowpart_for_combine): Update handling of
17621         subregs_of_mode
17622         * flow.c (life_analysis, mark_used_regs): Likewise.
17623         * regclass.c (subregs_of_mode): Turn into single bitmap.
17624         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17625         dealing with subregs_of_mode
17626         * regs.h (subregs_of_mode): Update prototype.
17628 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
17630         * emit-rtl.c (set_reg_attrs_for_parm): New function.
17631         * rtl.h (set_reg_attrs_for_parm): New exported function.
17632         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17633         set_reg_attrs_from_mem.
17635 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17636             Zack Weinberg <zack@codesourcery.com>
17638         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
17640 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
17642         * reload1.c (sext_for_mode): Remove.
17643         (reload_cse_move2add): Use trunc_int_for_mode instead of
17644         sext_for_mode.
17645         (move2add_note_store): Likewise.
17646         Reset register information if we see a set in non-integer
17647         mode.
17649 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
17651         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17652         option.
17653         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17654         * config/rs6000/aix51.h: Same.
17655         * config/rs6000/aix52.h: Same.
17656         * config/rs6000/power4.md: Additional VMX bypasses.
17658 2003-02-27   Geert Bosch <bosch@gnat.com>
17660         * toplev.c (print_version): Add indentation for GGC heuristics and
17661         output after printing version information.
17663 2003-02-27  James E Wilson  <wilson@tuliptree.org>
17665         * combine.c (simplify_comparison): Require integral mode when
17666         permuting SUBREG with AND.
17668 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
17670         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17672 2003-02-27  Nick Clifton  <nickc@redhat.com>
17674         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17675         deleted when cirrus instructions were added.
17677 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
17679         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17680         POSIX thread support by default.
17682 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17684         * config/i386/cygwin.h: Don't include any other files directly.
17685         * config/i386/mingw32.h: Don't include cygwin.h directly.
17686         * config.gcc (cygwin, mingw32, uwin): Instead make these files
17687         explicit in the tm_files variable.
17689 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
17691         * config/rs6000/rs6000.md: Add TI constant splitter.
17693 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
17695         * builtins.c (purge_builtin_constant_p): Handle subreg of
17696         constant_p_rtx too.
17698         * function.c (assign_stack_local_1): Truncate constant added to
17699         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17701 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
17703         * config.gcc: Add power4 to PowerPC with_cpu list.
17705 2003-02-26  Jan Hubicka  <jh@suse.cz>
17707         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17709 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17711         * gcov-dump.c (print_prefix): Fix signedness warning.
17712         * gcov-io.h (struct counter_section, struct counter_section_data): New.
17713         (struct function_info): n_arc_counts field removed, n_counter_sections,
17714         counter_sections fields added.
17715         (struct gcov_info): arc_counts, n_arc_counts fields removed,
17716         n_counter_sections, counter_sections fields added.
17717         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17718         profile sections.
17719         * profile.h (MAX_COUNTER_SECTIONS): New.
17720         (struct section_info): New.
17721         (struct profile_info): count_instrumented_edges,
17722         count_edges_instrumented_now fields removed, n_sections, section_info
17723         fields added.
17724         (find_counters_section): Declare.
17725         * profile.c (struct function_list): count_edges field removed,
17726         n_counter_sections, counter_sections fields added.
17727         (set_purpose, label_for_tag, build_counter_section_fields,
17728         build_counter_section_value, build_counter_section_data_fields,
17729         build_counter_section_data_value, build_function_info_fields,
17730         build_function_info_value, build_gcov_info_fields,
17731         build_gcov_info_value): New static functions.
17732         (find_counters_section): New function.
17733         (instrument_edges, get_exec_counts, compute_branch_probabilities,
17734         branch_prob, create_profiler): Modified to support multiple profile
17735         sections.
17737 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17739         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17740         is 8 * STACK_BOUNDARY.
17741         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17743 2003-02-26  Michael Matz  <matz@suse.de>
17745         * ra-colorize.c (merge_moves): Fix list handling.
17747 2003-02-26  Nick Clifton  <nickc@redhat.com>
17749         * config/arm/arm.c (is_load_address): Rename to...
17750         (arm_memory_load_p) ... this and make it check for SUBREGs and
17751         constant loads that will be converted into loads from the
17752         minipool.
17753         (is_cirrus_insn): Rename to ...
17754         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
17755         of CIRRUS_NO with CIRRUS_NOT.
17756         (cirrus_reorg): Use renamed functions.
17757         (note_invalid_constants): Change from a void function to bool.
17758         Add an extra parameter, saying whether the fixups should be
17759         pushed.  Return true if fixups are needed.
17760         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
17761         of CIRRUS_NO with CIRRUS_NOT.
17762         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17763         other floating point co-processors can also affect this.
17764         * config/arm/arm.md ("type" attribute): Add mav_farith and
17765         mav_dmult.  Replace references to "cirrus_type" attribute with
17766         "type".
17767         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17768         ("cirrus_type" attribute): Delete - use "type" instead.
17769         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17770         'normal'.
17772 2003-02-25  Jan Hubicka  <jh@suse.cz>
17774         * objc-act.c: Include cgraph.h
17775         (mark_referenced_methods): New function.
17776         (objc_init): Call it.
17777         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17779         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17780         mode.
17782         * optabs.c (expand_fix): Do not widen the input operand.
17784         * expr.c (emit_group_store):  Fix crash when converting single
17785         register into complex register.
17787         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17788         * alias.c: Include timevar.h
17789         (init_alias_analysis):  Set timevar
17790         * jump.c: Include timevar.h
17791         (rebuild_jump_labels):  Set timevar
17792         * regcalss.c: Include timevar.h
17793         (reg_scan):  Set timevar
17794         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17796 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17798         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17800         * Makefile.in (loop-unroll.o): New.
17801         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17802         (unroll_and_peel_loops): Declare.
17803         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17804         flag_old_unroll_loops.
17805         * loop.c (loop_invariant_p): Ditto.
17806         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17807         flag_old_unroll_all_loops.
17808         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17809         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17810         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17811         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17812         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17813         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17814         PARAM_MAX_ONCE_PEELED_INSNS): New.
17815         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17816         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17817         instead of old one.
17818         (flag_peel_loops): New.
17819         (lang_independent_options): The new flags added.
17820         (rest_of_compilation): Call new unroller.
17821         (process_options): Setup flags for coexistence of old and new unroller.
17822         * doc/invoke.texi: Document new options.
17823         * doc/passes.texi: Document new unroller pass.
17825 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
17827         * fixinc/fixincl.x: Regenerate
17829 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
17831         * function.c (assign_parms): Set reg_attrs for parameters passed in
17832         registers.
17834 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
17836         PR target/9681
17837         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17839 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
17841         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17842         pseudo-op.
17844 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17846         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
17847         * cse.c (invalidate_skipped_set):  Likewise.
17848         * integrate.c (subst_constants):  Likewise.
17849         * jump.c (reversed_comparison_code_parts):  Likewise.
17850         * loop.c (canonicalize_condition):  Likewise.
17851         * simplify-rtx.c (simplify_relational_operation):  Likewise.
17853 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17855         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17856         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
17857         the appropriate macro to define built-in function.
17858         (fmod,fmodf,fmodl): New built-in functions.
17860         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17862 2003-02-25  Richard Henderson  <rth@redhat.com>
17864         * config/i386/i386.c (function_arg): Pass variable sized
17865         structures correctly on the stack.
17867 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17869         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17870         does not reduce the cost of SET.
17872 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17874         PR target/9732
17875         * config/rs6000/rs6000.c (first_reg_to_save): Handle
17876         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17877         (rs6000_emit_prologue): Likewise.
17878         (rs6000_emit_epilogue): Likewise.
17879         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17880         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17882 2003-02-25  Richard Henderson  <rth@redhat.com>
17884         * real.c (real_to_integer2): Force overflow result only for
17885         unsigned overflow.
17887 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17889         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17891 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
17892             Richard Henderson  <rth@redhat.com>
17894         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17895         there is no similar load.
17897 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
17898             Richard Henderson  <rth@redhat.com>
17900         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17901         sched-rgn.c.
17902         (add_forward_dependence): New function prototype.
17904         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17905         sched-init.h.
17906         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17907         them to haifa-sched.c.
17909         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17910         haifa_classify_insn): Move them from sched-rgn.c.
17912         * sched-deps.c (add_dependence): Return flag of creating a new
17913         entry.
17914         (add_forward_dependence): New function.
17915         (compute_forward_dependences): Use the function.
17917         * sched-ebb.c (earliest_block_with_similiar_load): New function.
17918         (add_deps_for_risky_insns): New function.
17919         (schedule_ebb): Call the function.
17921 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
17923         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17924         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
17926         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17927         opaque types fail.
17929         * c-typeck.c (comptypes): Change call to vector_types_compatible
17930         to vector_opaque_p.
17931         (convert_for_assignment): Call vector_opaque_p instead of
17932         vector_types_compatible.
17933         (really_start_incremental_init): Disallow initialization of opaque
17934         types.
17936         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17937         Define TARGET_VECTOR_OPAQUE_P.
17938         (TARGET_INITIALIZER): Same.
17940         * target.h (struct gcc_target): Remove vector_types_compatible.
17941         Add vector_opaque_p.
17943         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17944         Remove.
17945         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17946         a vector type.  Change return type to bool.
17947         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17948         (TARGET_VECTOR_OPAQUE_P): Define.
17950         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17951         target hook.
17952         Include target.h.
17953         (cp_parser_init_declarator): Fix typo in function comments.
17955 2003-02-25  Jan Hubicka  <jh@suse.cz>
17957         * Makefile.in (lcm.o):  Add dependency on function.h
17958         * lcm.c (function.h): Include.
17959         * i386.c (machine_function, ix86_stack_locals,
17960         * ix86_save_varrargs_registers) : Move to
17961         ...
17962         * i386.h (machine_function, ix86_stack_locals,
17963         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17964         (ix86_optimize_mode_switching): New.
17965         * i386.md (fix patterns): Set ix86_optimize_mode_switching
17967 2003-02-25  Nick Clifton  <nickc@redhat.com>
17969         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
17970         of fourth arg is 'fndecl' not 'indirect'.  Update comment
17971         describing the function's parameters.
17973 2003-02-24  Jan Hubicka  <jh@suse.cz>
17975         * combine.c (simplify_shift_const):  Fix previous patch.
17977 2003-02-24  Jeff Law  <law@redhat.com>
17979         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17980         alternative.
17981         (testsi_1, testhi_1, testqi_1): Likewise.
17983 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17985         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17986         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17987         * doc/extend.texi (Tru64 Pragmas): Reflect this.
17989         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17990         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17991         * fixinc/fixincl.x: Regenerate.
17992         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17993         testcase.
17994         Fixes PR c/5059, c/6126, other/9671.
17996 2003-02-24  Roger Sayle  <roger@eyesopen.com>
17998         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
17999         from handle_braces in "%{...}".
18001 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
18003         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
18004         (prepare_move_operands): Handle TLS operands.
18005         (tls_symbolic_operand): New.
18006         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
18007         (legitimize_pic_address): Do nothing for the TLS symbol.
18008         (sh_encode_section_info): Handle TLS case.
18009         (sh_strip_name_encoding): Drop TLS encoding.
18010         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
18011         * config/sh/sh.h (SH_TLS_ENCODING): Define.
18012         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
18013         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
18014         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
18015         * config/sh/sh.md: Define TLS UNSPEC constants.
18016         (type): Add tls_load.
18017         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
18018         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
18019         ("tls_initial_exec"): New insn.
18020         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
18021         ("load_gbr"): New insn.
18023         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
18024         * configure: Regenerate.
18026 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
18028         PR 9297, PR 9722
18029         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
18030         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
18031         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
18032         (enum block_op_methods): Reorder for better store_expr optimization.
18033         * expr.c (store_expr): Test bit 1 of "want_value" for call param
18034         stores, test bit 0 for original want_value meaning.  Pass
18035         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
18036         recursive calls, and calls to expand_param.
18037         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
18038         expected, set target to 0 rather than to subtarget.  Formatting.
18040 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
18042         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
18044 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18046         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
18047         new default behavior.
18048         * ggc-common.c: Include sys/resource.h.
18049         (ggc_rlimit_bound): New function.
18050         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
18051         defaults to account for rlimits.
18053 2003-02-22  Richard Henderson  <rth@redhat.com>
18055         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
18057 2003-02-22  Kelley Cook <kelley@dwhoops.info>
18059         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
18060         (ix86_tune_string): Rename from ix86_cpu_string.
18062 2003-02-22  Kelley Cook <kelleycook@comcast.net>
18064         * config/i386/i386.c: Replace "mcpu" with "mtune".
18065         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
18066         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
18067         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
18068         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
18070 2003-02-23  Andreas Schwab  <schwab@suse.de>
18072         * config.gcc: Delete references to m68k/t-linux and
18073         m68k/t-linux-aout.
18074         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
18076 2003-02-22  Jan Hubicka  <jh@suse.cz>
18078         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
18079         of track scheduling patch.
18081 2003-02-22  Jan Hubicka  <jh@suse.cz>
18083         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
18084         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
18086 2003-02-22  Jan Hubicka  <jh@suse.cz>
18088         * c-decl.c (c_expand_body_1): Fix.
18090 2003-02-22  Jan Hubicka  <jh@suse.cz>
18092         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
18094         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
18095         when not optimizing.
18096         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
18097         when not expensive.
18098         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
18099         optimizing;  Delete trivially dead insns early; fix optimize check.
18101         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
18102         dependency on cgraph.h
18103         * c-decl.c: Include cgraph.h
18104         (finish_function): Update call of tree_inlinable_function_p.
18105         * c-objc-common.c: Include cgraph.h
18106         * cgraph.h: New file.
18107         * cgraphunit.c: New file.
18108         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
18109         (cgraph_nodes, cgraph_n_nodes): Globalize.
18110         (cgraph_finalize_function, cgraph_finalize_compilation_unit
18111         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
18112         Move into cgraphunit.c
18113         * tree-inline.c: Include cgraph.h
18114         * tree-inline.c: Include cgraph.h
18116 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
18118         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
18119         for copying a register.
18121 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
18123         PR other/3782
18124         * toplev.c (process_options): If flag_detailed_statistics is set,
18125         then set time_report as well.
18127         PR c/8828
18128         * jump.c (never_reached_warning): Don't fall through BARRRIER
18129         insns.  Update comments to reflect what the function really does.
18131 2003-02-21  Roger Sayle  <roger@eyesopen.com>
18133         * fold-const.c (omit_one_operand): No longer static.
18134         * tree.h (omit_one_operand): Prototype here.
18135         (div_and_round_double): Keep fold-const.c prototypes together.
18136         * builtins.c (builtin_mathfn_code): Handle binary built-in
18137         funtions, such as "pow" and "atan2".
18138         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
18139         Simplify optimizations using "type" the builtin's return type.
18141 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
18143         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
18144         Fix functionalization typo.
18146         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
18147         in an asm.
18149 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18151         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
18152         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
18153         documentation.
18154         * ggc-common.c: Include params.h
18155         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18156         init_ggc_heuristics): New functions.
18157         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18158         init_ggc_heuristics): Prototype.
18159         * toplev.c (print_version):  Output GGC heuristics.
18160         (parse_options_and_default_flags): Call init_ggc_heuristics.
18162 2003-02-22  Jan Hubicka  <jh@suse.cz>
18164         * i386.c (def_builtin):  Special case 64bit builtins.
18165         (MASK_SSE164, MASK_SSE264): New constants.
18166         (builtin_description): Add 64bit builtins.
18167         (ix86_init_mmx_sse_builtins): Likewise.
18168         * i386.h (enum ix86_builtins): Likewise.
18169         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
18170         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
18171         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
18172         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
18173         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
18174         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
18175         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
18177 2003-02-22  Jan Hubicka  <jh@suse.cz>
18179         * i386.c (builtin_description): Add __builtin_ia32_paddq and
18180         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
18181          and __builtin_ia32_psubq128.
18182         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
18183         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
18184         (mmx_adddi3, mmx_subdi3): New.
18185         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
18186         * xmmintrin.h (_mm_movepi64_pi64): New.
18187         (_mm_add_epi64, _mm_sub_epi64): fix.
18188         (_mm_mul_pu16): Rename to...
18189         (_mm_mul_su32): ... this one.
18191         * builtins.c (expand_builtin_expect):  Do not predict
18192         flag_guess_branch_prob is not set.
18193         * c-semantics.c (expand_stmt): Likewise.
18194         * predict.c (predict_insn): Likewise.
18195         * stmt.c (expand_continue_loop): Likewise.
18196         * toplev.c (rest_of_compilation): Do not call
18197         note_prediction_to_br_prob and note_prediction_to_br_prob
18198         when not optimizing.
18200 2003-02-21  Jan Hubicka  <jh@suse.cz>
18202         * cfgrtl.c (commit_edge_insertions):  Call
18203         find_many_sub_basic_block only when some code has been emitted.
18204         (commit_edge_insertions_watch_calls): Bring into sync with
18205         commit_edge_insertions
18207 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
18209         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
18211         * sh.md (binary_sf_op): Use extra constant operand instead of
18212         negating constant operand 4.
18213         * sh.c (sh_expand_binop_v2sf): Supply it.
18215 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
18217         * cpphash.h (struct lexer_state): Add directive_wants_padding.
18218         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
18219         for directives of type INCL.
18220         (glue_header_name, parse_include): Use get_token_no_padding.
18221         * cppmacro.c (replace_args): If directive_wants_padding,
18222         provide padding tokens.
18224 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
18226         * config/h8300/h8300.md (a peephole2): New.
18228 2003-02-21  Jan Hubicka  <jh@suse.cz>
18230         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
18231         (commit_edge_insertions): Call find_many_sub_basic_blocks
18233         * reg-stack.c (convert_regs): Cleax aux for blocks.
18235 2003-02-21  Jan Hubicka  <jh@suse.cz>
18237         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
18239 2003-02-21  Glen Nakamura  <glen@imodulo.com>
18241         PR optimization/8613
18242         * builtins.c (expand_builtin): Emit postincrements before expanding
18243         builtin functions.
18245 2003-02-21  Ben Elliston  <bje@redhat.com>
18247         PR other/5634
18248         * doc/install.texi (Configuration): Explain using $HOME instead of
18249         the ~ metacharacter when referring to home directories.
18251 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
18253         * configure.in (TARGET_SYSTEM_ROOT): Set default to
18254         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
18255         '${exec_prefix}' (in addition to the expansion thereof) as
18256         relocatable.
18257         * configure: Rebuilt.
18259 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
18261         * config/h8300/h8300.md (addhi3_incdec): Change the name to
18262         *addhi3_incdec.
18263         (addsi3_incdec): Change the name to *addsi3_incdec.
18265 2003-02-20  Roger Sayle  <roger@eyesopen.com>
18267         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
18269 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
18271         PR fortran/9038
18272         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
18273         options to be ignored.
18274         (c_common_decode_option): Ignore them when preprocessing.
18276 2003-02-20  Jan Hubicka  <jh@suse.cz>
18278         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
18279         global variables.
18280         (lang_independent_options):  Add -fsched2-use-superblocks
18281         -fsced2-use-traces.
18282         (rest_of_compilation): Deal with it.
18283         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
18284         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
18285         Declare.
18286         * rtl.h (reg_to_stack):  Update prototype.
18287         * reg-stack.c (reg_to_stack): Return when something has changed;
18288         update liveness when executing after superblock scheduling.
18290         * combine.c (simplify_shift_const):  Simplify few special cases
18291         into constants.
18293 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
18295         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
18296         (add.,subf.,neg.): Change attribute to fast_compare.
18297         All DFA descriptions updated.
18299 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
18301         Change base class access representation.
18302         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
18303         TREE_VIA_PRIVATE): Remove.
18304         (BINFO_BASEACCESSES): New binfo elt.
18305         (BINFO_BASEACCESS): New accessor.
18306         (BINFO_ELTS): Increase.
18307         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
18308         (access_public_node, access_protected_node,
18309         access_private_node): New global nodes.
18310         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
18311         * dbxout.c (dbxout_type): Adjust.
18312         * dwarf2out.c (gen_inheritance_die): Add access parameter.
18313         (gen_member_die): Adjust.
18314         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
18315         (output_type): Adjust.
18316         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
18318         Change base class access representation. Share virtual base
18319         binfos.
18320         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
18321         call.
18322         * cp/class.c (build_base_path): Likewise.
18323         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
18324         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
18325         (make_new_vtable): Adjust.
18326         (force_canonical_binfo_r): Delete.
18327         (force_canonical_binfo): Delete.
18328         (mark_primary_virtual_base): Delete.
18329         (dfs_unshared_virtual_bases): Delete.
18330         (mark_primary_bases): Adjust.
18331         (maybe_warn_about_overly_private_class): Adjust.
18332         (dfs_base_derived_from): Delete.
18333         (base_derived_from): Follow the inheritance chain.
18334         (struct find_final_overrider_data): Add vpath member.
18335         (dfs_find_final_overrider): Adjust.
18336         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
18337         (find_final_overrider): Adjust.
18338         (update_vtable_entry_for_fn): Adjust.
18339         (modify_all_vtables): Adjust.
18340         (walk_subobject_offsets): Adjust.
18341         (layout_nonempty_base_or_field): Adjust.
18342         (layout_empty_base): Remove last parameter. Adjust.
18343         (build_base_field): Adjust.
18344         (build_base_fields): Adjust.
18345         (propagate_binfo_offsets): Remove last parameter. Adjust.
18346         (dfs_set_offset_for_unshared_vbases): Delete.
18347         (layout_virtual_bases): Adjust.
18348         (finish_struct_1): Adjust.
18349         (init_class_processing): Don't init access nodes.
18350         (dfs_get_primary_binfo): Delete.
18351         (get_primary_binfo): Adjust.
18352         (dump_class_hierarchy_r): Remove most derived arg, add IGO
18353         parameter. Adjust.
18354         (dump_class_hierarchy): Adjust.
18355         (finish_vtbls): Adjust.
18356         (get_original_base): Delete.
18357         (build_vtt_inits): Adjust.
18358         (dfs_build_secondary_vptr_vtt_inits): Adjust.
18359         (dfs_ctor_vtable_bases_queue_p): Adjust.
18360         (build_ctor_vtbl_group): Adjust.
18361         (dfs_accumulate_vtbl_inits): Adjust.
18362         (build_vtbl_initializer): Adjust.
18363         (build_vbase_offset_vtbl_entries): Adjust.
18364         (add_vcall_offset_vtbl_entries_1): Adjust.
18365         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
18366         (access_*_node): Remove.
18367         (CANONICAL_BINFO): Delete.
18368         (BINFO_UNSHARED_MARKED): Remove.
18369         (BINFO_MARKED): Set LANG_FLAG_0 directly.
18370         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
18371         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
18372         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
18373         Delete.
18374         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
18375         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
18376         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
18377         Delete.
18378         (BINFO_DEPENDENT_BASE_P): New.
18379         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
18380         index.
18381         (markedp, unmarkedp): Adjust.
18382         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
18383         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
18384         find_vbase_instance, binfo_for_vbase): Delete.
18385         (copied_binfo, original_binfo): Declare.
18386         (finish_base_specifier): Add virtual_p arg.
18387         (unshare_base_binfos): Delete.
18388         (copy_base_binfos): Declare.
18389         (reverse_path): Delete.
18390         * cp/decl.c (xref_basetypes): Access and virtuality passed
18391         differently. Don't copy direct base binfos here. Call
18392         copy_base_binfos.
18393         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
18394         (initialize_vtbl_ptrs): Adjust.
18395         (expand_member_init): Adjust.
18396         * cp/parser.c (cp_parser_base_specifier): Adjust.
18397         * cp/pt.c (instantiate_class_template): Adjust.
18398         (get_template_base_recursive): Adjust.
18399         * cp/rtti.c (get_pseudo_ti_init): Adjust.
18400         (get_pseudo_ti_desc): Adjust.
18401         * cp/tree.c (unshare_base_binfos): Rename to ...
18402         (copy_base_binfos): ... here, reimplement.
18403         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
18404         (reverse_path): Remove.
18405         * cp/typeck.c (get_delta_difference): Adjust error messages.
18406         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
18407         * cp/search.c (lookup_base_r): Adjust.
18408         (dynamic_cast_base_recurse): Adjust.
18409         (canonical_binfo): Remove.
18410         (dfs_canonical_queue): Remove.
18411         (dfs_assert_unmarked_p): Remove.
18412         (assert_canonical_unmarked): Remove.
18413         (shared_marked_p, shared_unmarked_p): Remove.
18414         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
18415         (dfs_access_in_type): Adjust.
18416         (access_in_type): Adjust.
18417         (dfs_accessible_queue_p): Adjust.
18418         (dfs_accessible_p): Adjust.
18419         (is_subobject_of_p_1, is_subobject_of_p): Remove.
18420         (struct lookup_field_info): Remove from_dep_base_p field.
18421         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
18422         (lookup_field_r): Remove dependent base code.
18423         (lookup_member): Likewise.
18424         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
18425         (dfs_unmarked_real_bases_queue_p): Remove.
18426         (dfs_marked_real_bases_queue_p): Remove.
18427         (dfs_skip_vbases): Remove.
18428         (dfs_get_pure_virtuals): Adjust.
18429         (markedp, unmarkedp): Adjust.
18430         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
18431         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
18432         (dfs_unmark): Adjust.
18433         (dfs_get_vbase_types):Remove.
18434         (dfs_build_inheritance_graph_order): Remove.
18435         (get_vbase_types): Remove
18436         (dfs_find_vbase_instance): Remove.
18437         (find_vbase_instance): Remove.
18438         (dfs_debug_unmarkedp): Adjust.
18439         (dependent_base_p): Remove.
18440         (dfs_push_type_decls): Adjust.
18441         (dfs_push_decls): Adjust.
18442         (dfs_no_overlap_yet): Adjust.
18443         (copied_binfo): New function.
18444         (original_binfo): New function.
18445         (binfo_for_vbase): Remove.
18447         Change base class access representation.
18448         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
18449         (add_interface_do): Likewise.
18451 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
18453         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18454         * config/rs6000/power4.md (power4-store,power4-vecstore): New
18455         insn reservations.
18456         (power4-fpstore): Compact.
18458 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
18460         * config/h8300/h8300.md (*iorsi3_w): New.
18462 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
18464         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
18465         * rtl.c (reg_note_name): Likewise.
18466         * rtl.h (enum reg_note): Likewise.
18467         * doc/invoke.texi: Likewise.
18468         * doc/rtl.texi: Likewise.
18470 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
18472         * bb-reorder.c (find_traces_1_round): Fix comment typo.
18474 2003-02-19  Roger Sayle  <roger@eyesopen.com>
18476         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
18477         addition in the presence of signaling NaNs.
18479 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
18481         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
18483 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18485         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
18486         ORing with 0xffff??00 with the highest bit of the ?? part set.
18487         (compute_logical_op_length): Update.
18488         (compute_logical_op_cc): Likewise.
18490 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
18492         * bb-reorder.c (find_traces_1_round): Fixed condition for small
18493         destination block with multiple predecessors.
18494         (connect_traces): Check whether the block is a start of trace.
18496 2003-02-19  Jan Hubicka  <jh@suse.cz>
18498         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
18499         * function.c (assign_params): Likewise.
18500         * arm-protos.h (arm_init_cumulative_args): Update prototype.
18501         * arm.c (arm_init_cumulative_args): Update function.
18502         * arm.h (INIT_CUMULATIVE_ARGS): Update.
18503         * avr-protos.h (init_cumulative_args): Update prototype.
18504         * avr.c (init_cumulative_args): Update function.
18505         * avr.h (INIT_CUMULATIVE_ARGS): Update.
18506         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
18507         * d30v.c (d30v_init_cumulative_args): Update function.
18508         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
18509         * frv-protos.h (frv_init_cumulative_args): Update prototype.
18510         * frv.c (frv_init_cumulative_args): Update function.
18511         * frv.h (INIT_CUMULATIVE_ARGS): Update.
18512         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
18513         * pa.h (INIT_CUMULATIVE_ARGS): Update.
18514         * sparc-protos.h (init_cumulative_args): Update prototype.
18515         * sparc.c (init_cumulative_args): Update function.
18516         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
18517         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
18519 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18521         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
18522         (*ashiftsi_sextqi_7): Likewise.
18524 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18526         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
18527         ISO C99 and C++.
18529         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
18530         for C++ on IRIX 6.5.1[89].
18531         * fixinc/tests/base/internal/sgimacros.h: New file.
18533         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
18534         * fixinc/tests/base/internal/wchar_core.h: New file.
18536         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
18537         socklen_t definition.
18538         * fixinc/fixincl.x: Regenerate.
18539         * fixinc/tests/base/sys/socket.h: New file.
18540         Fixes PR libgcj/9652.
18542 2003-02-19  Jan Hubicka  <jh@suse.cz>
18544         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
18546 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
18548         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
18549         align_jumps_max_skip and align_loops_max_skip.
18551 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
18553         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
18554         test size if named section.
18556 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
18558         * expr.c (expand_expr): Use gen_int_mode for the argument
18559         to gen_rtx_MULT.
18561 2003-02-19  Jan Hubicka  <jh@suse.cz>
18563         * i386.md (cosxf2):  Fix conditional.
18565 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18567         * config/h8300/h8300.md (extendqisi2): Change to an expander.
18568         (*extendqisi2_h8300): New.
18569         (*extendqisi2_h8300hs): Likewise.
18571 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18573         * config/h8300/h8300-protos.h: Update the prototype for
18574         split_adds_subs.  Remove the prototypes for
18575         const_int_le_2_operand and const_int_le_6_operand.
18576         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
18577         (const_int_le_2_operand): Remove.
18578         (const_int_le_6_operand): Likewise.
18579         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18580         for const_int_le_2_operand and const_int_le_6_operand.
18581         * config/h8300/h8300.md: Update all uses of split_adds_subs.
18582         (a peephole2): New.
18584 2003-02-18  Jan Hubicka  <jh@suse.cz>
18586         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18587         (cgraph_expand_function): Rewrite.
18589 2003-02-18  Matt Austern <austern@apple.com>
18591         * toplev.c, langhooks.c, langhooks-def.h: Move
18592         write_global_declarations from toplev.c to langhooks.c.
18594 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18596         * config/h8300/h8300.c (general_operand_src): Always check
18597         MODE.
18598         (general_operand_dst): Likewise.
18600 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18602         * convert.c (convert_to_real): Also optimize (float)log(x) into
18603         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18605 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
18607         * config/sh/sh.c (unspec_caller_rtx_p): New.
18608         (sh_cannot_copy_insn_p): New.
18609         (TARGET_CANNOT_COPY_INSN_P): New.
18611 2003-02-18  Richard Henderson  <rth@redhat.com>
18613         * c-common.c (handle_used_attribute): Accept static data too.
18615 2003-02-18  Nick Clifton  <nickc@redhat.com>
18616             Aldy Hernandez  <aldyh@redhat.com>
18618         * testsuite/gcc.dg/20030218-1.c: New.
18620         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18622         * target-def.h (TARGET_INITIALIZER): Add
18623         TARGET_VECTOR_TYPES_COMPATIBLE.
18624         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18626         * target.h (struct gcc_target): Add field vector_types_compatible.
18628         * c-typeck.c (comptypes): Take into account
18629         TARGET_VECTOR_TYPES_COMPATIBLE.
18630         (convert_for_assignment): Same.
18632         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18633         (rs6000_spe_vector_types_compatible): New.
18634         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18636 2003-02-19  Andreas Schwab  <schwab@suse.de>
18638         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18639         * toplev.c: Include langhooks-def.h.
18641 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
18643         * config/mips/mips.h (enum processor_type): Sort entries
18644         alphabetically.
18645         * config/mips/mips.md (define_attr cpu): Sync with processor_type
18646         enum values, including adding entries that were missing.
18648 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
18650         * sh.c (calc_live_regs): Also check GET_CODE when checking if
18651         initial value for PR_REG is still the PR_REG register.
18653 2003-02-18  Jim Wilson  <wilson@redhat.com>
18655         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18656         instruction in output template.
18657         (bsp_value): Change output template from string to C code, add %,
18658         before actual instruction.
18659         (flushrs): Mark as not predicable.
18661 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
18663         * inclhack.def (netbsd_bogus_semicolon): New fix.
18664         * fixincl.x: Rebuilt.
18665         * tests/base/ctype.h: Update.
18667 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18669         * fold-const.c (negate_expr_p): New function to determine whether
18670         an expression can be negated cheaply.
18671         (fold) [MINUS_EXPR]: Use it to determine whether to transform
18672         -A - B into -B - A for floating point types.
18674 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18676         * sbitmap.c (sbitmap_resize): New function.
18677         * sbitmap.h (sbitmap_resize): Prototype here.
18678         * recog.c (split_all_insns): Use sbitmap_resize.
18680 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18682         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18683         insn length.
18684         (extendqisi2): Likewise.
18685         (*extendhisi2_h8300): Likewise.
18687 2003-02-18  Matt Austern <austern@apple.com>
18689         * langhooks.h, langhooks-def.h: introduce new langhook,
18690         final_write_globals, with write_global_declarations as default.
18691         * toplev.c: Move invocation of wrapup_global_declarations from
18692         compile_file to new function, write_global_declarations.  Change
18693         compile_file to use final_write_globals hook.  Change
18694         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18695         conditional.
18697 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18699         * pa.md: Correct and enhance comment.
18701 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
18703         * gcc.c (validate_switches): Don't scan past closing '}'.
18705 2003-02-18  Ben Elliston  <bje@redhat.com>
18707         PR c++/1607
18708         * doc/extend.texi (Function Attributes): Document the effect of
18709         the C++ "this" parameter on the counting of arguments for the
18710         "format" and "format_arg" attributes.
18712 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
18714         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18715         (__ev_stdw): Same.
18716         (__ev_stdh): Same.
18718 2003-02-17  Jan Hubicka  <jh@suse.cz>
18720         * recog.c (split_all_insns):  Fix memory overflow.
18722 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
18724         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18725         (cmphi): Likewise.
18726         (*cmphi_h8300): Likewise.
18727         (*cmphi_h8300hs): Likewise.
18728         (cmpsi): Likewise.
18729         (7 peephole2): Likewise.
18731 2003-02-16  Jan Hubicka  <jh@suse.cz>
18733         * c-typeck.c (build_c_cast):  Fold constant variables into
18734         initial values.
18736 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18738         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18739         (Binaries): Ditto for Sinix/Reliant Unix.
18741 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
18743         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18744         not overlap the final result register.
18746 2003-02-16 Arend Bayer <arend.bayer@web.de>
18747            Richard Henderson  <rth@redhat.com>
18749         PR c/8068
18750         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18751         rearrange mult arguments for less recursion.
18752         (extract_muldiv): New.  Prevent runaway recursion.
18754 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
18756         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18757         MASK_ALIGN_DOUBLE.
18759 2003-02-15  Roger Sayle  <roger@eyesopen.com>
18761         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18762         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18763         (ext_80387_constants_table): Global table of 80387 special constants
18764         guarded by ext_80387_constants_init flag when not initialized.
18765         (init_ext_80387_constants): New function to initialize this table.
18766         (standard_80387_constant_p): Extend to recognize extra 80387
18767         constants, in XFmode, on processors where this is a win.
18768         (standard_80387_constant_opcode): New function to return the
18769         opcode associated with standard_80387_constant_p.
18770         (standard_80387_constant_rtx): New function to return the XFmode
18771         CONST_DOUBLE associated with standard_80387_constant_p.
18772         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18774         * config/i386/i386-protos.h (standard_80387_constant_opcode):
18775         Prototype here.
18776         (standard_80387_constant_rtx): Likewise.
18778         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18779         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18780         *movtf_integer): Simplify using new standard_80387_constant_opcode.
18782 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
18784         * doc/invoke.texi (Optimize Options): Correct @option syntax.
18786 2003-02-15  Richard Henderson  <rth@redhat.com>
18788         * Makefile.in (cfglayout.o): Depend on TARGET_H.
18789         * cfglayout.c: Include target.h.
18790         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18791         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18792         * target.h (struct gcc_target): Add cannot_copy_insn_p.
18794         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18795         (TARGET_CANNOT_COPY_INSN_P): New.
18796         (override_options): Revert 2003-02-08 hack.
18798 2003-02-15  Richard Henderson  <rth@redhat.com>
18800         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18801         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18803 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
18805         * config/rs6000/rs6000.h (processor_type): Add PPC440.
18806         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18807         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18808         TARGET_SCHED_VARIABLE_ISSUE): Define.
18809         (rs6000_use_dfa_pipeline_interface): New function.
18810         (rs6000_multipass_dfa_lookahead): New Function.
18811         (rs6000_variable_issue): New function.
18812         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18813         (rs6000_issue_rate): Add PPC440.
18814         * config/rs6000/rs6000.md (unspec list): Correct typo.
18815         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18816         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18817         cmp, delayed_cr, mfcr, mtcr.
18818         (automata_option): Set "ndfa".
18819         (extendMMNN2): Update attributes.
18820         (movcc_internal1): Discourage move to non-cr0.  Update
18821         attributes.
18822         (movMM_update): Update attributes.
18823         (cmpMM_internal): Update attributes.
18824         (sCC CR materialization): Update attributes.
18825         (branch patterns): Do not discourage non-cr0.
18826         (cr logical patterns): Prefer destructive register allocation.
18827         Update attributes.
18828         (movesi_from_cr): Update attribute.
18829         (mtcrf_operation): Update attribute.
18830         (mtcrfsi): Update attribute.
18831         * config/rs6000/40x.md: New file.
18832         * config/rs6000/603.md: New file.
18833         * config/rs6000/6xx.md: New file.
18834         * config/rs6000/7450.md: New file.
18835         * config/rs6000/7xx.md: New file.
18836         * config/rs6000/mpc.md: New file.
18837         * config/rs6000/power4.md: New file.
18838         * config/rs6000/rios1.md: New file.
18839         * config/rs6000/rios2.md: New file.
18840         * config/rs6000/rs64.md: New file.
18841         [Some DFA descriptions based on work by Michael Hayes]
18843 2003-02-15  Richard Henderson  <rth@redhat.com>
18845         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18846         successors with multiple predecessors.
18847         (connect_traces): Try harder to copy traces of length 1.
18849         * function.h (struct function): Add computed_goto_common_label,
18850         computed_goto_common_reg.
18851         * function.c (free_after_compilation): Zap them.
18852         * stmt.c (expand_computed_goto): Use them to produce one
18853         indirect branch per function.
18855 2003-02-15  Richard Henderson  <rth@redhat.com>
18857         * cfgcleanup.c: Include params.h.
18858         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
18859         too many outgoing edges from a block.
18860         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18861         * params.def (max-crossjump-edges): New.
18862         * doc/invoke.texi: Document it.
18864 2003-02-15  Richard Henderson  <rth@redhat.com>
18866         * recog.c (split_all_insns): Include new blocks in life update;
18867         do a global life update.
18869 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
18871         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18872         Update copyright.
18873         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18874         -mno-cygwin case.
18876 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18878         PR optimization/7702
18879         * reload1.c (reload_cse_simplify_set): Honor
18880         CANNOT_CHANGE_MODE_CLASS.
18882 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
18884         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18885         function.
18886         * config/mn10300/mn10300-protos.h: Declare it.
18887         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18888         attribute cc of instructions that may use clr.
18890 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18892         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18893         (x - (x & y)) is found.
18895 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18897         * configure.in: Fix typo.
18898         * configure: Regenerate.
18900 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18902         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18904 2003-02-13  Adam Nemet  <anemet@lnxw.com>
18906         PR opt/2391
18907         * combine.c: Fix spelling in comment.
18908         (cached_nonzero_bits): New function.
18909         (cached_num_sign_bit_copies): New function.
18910         (nonzero_bits_with_known): New macro.
18911         (num_sign_bit_copies_with_known): New macro.
18912         (nonzero_bits1): Rename from nonzero_bits.  Add three new
18913         arguments.  Change calls from nonzero_bits to
18914         nonzero_bits_with_known.
18915         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
18916         three new arguments.  Change calls from num_sign_bit_copies to
18917         num_sign_bit_copies_with_known.
18918         (nonzero_bits): New macro.
18919         (num_sign_bit_copies): New macro.
18920         (update_table_tick): Don't traverse identical subexpression more
18921         than once.
18922         (get_last_value_validate): Likewise.
18924 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
18926         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18927         * function.h (struct emit_status): Length of regno_pointer_align
18928         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18929         not regno_pointer_align_length (i.e. length actually used, not
18930         length as allocated)
18932         * config/i386/i386.c (struct stack_local_entry): New.
18933         (struct machine_function): Replace huge array with alist.
18934         (assign_386_stack_local): Change to match.
18936 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
18938         * inclhack.def (hpux_long_double): Tighten select and add bypass
18939         regexp.
18940         * fixincl.x: Rebuilt.
18942 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
18944         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18945         edge and block ends with a jump insn it must be simple jump.
18947 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
18949         * Makefile.in (PREPROCESSOR_DEFINES): Add
18950         @TARGET_SYSTEM_ROOT_DEFINE@.
18951         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18952         is specified or if building a cross compiler.
18953         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18954         if the sysroot is under $exec_prefix.
18955         * configure: Regenerated.
18956         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18957         defined.
18958         (struct default_include): Add add_sysroot field.
18959         (cpp_SYSROOT): Declare.
18960         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18961         field.
18962         (cpp_SYSROOT): New variable.
18963         * cppinit.c (cpp_create_reader): Initialize
18964         CPP_OPTION (pfile, sysroot).
18965         (init_standard_includes): Handle add_sysroot.  Do not
18966         add unrelocated copies of relocated directories.
18967         (COMMAND_LINE_OPTIONS): Add -isysroot.
18968         (cpp_handle_option): Handle -isysroot.
18969         * cpplib.h (struct cpp_options): Add sysroot member.
18970         * gcc.c (The Specs Language): Update description of %I.
18971         (target_system_root_changed): New variable.
18972         (process_command): Conditionalize make_relative_prefix call
18973         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
18974         target_system_root_changed.
18975         (do_spec_1): Add -isysroot to %I.
18976         * doc/invoke.texi (Spec Files): Update description of %I.
18977         * doc/install.texi (--with-sysroot): Update comment about
18978         relocation.
18980 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
18982         * config/h8300/h8300.md (a peephole2): New.
18984 2003-02-13  Robert Lipe <robertlipe@usa.net>
18985             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18987         * doc/install.texi (Specific): Update three SCO-related URLs.
18989 2003-02-13  Andreas Schwab  <schwab@suse.de>
18991         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18992         Parenthesize properly.
18993         (NPREDECESORS): Parenthesize properly.
18995 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
18997         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18999 2003-02-12  Roger Sayle  <roger@eyesopen.com>
19001         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
19002         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
19004         * reg-stack.c (subst_stack_regs_pat): Add support for binary
19005         UNSPEC instructions (e.g. "fpatan").
19007 2003-02-12  Mike Stump  <mrs@apple.com>
19009         * varray.c (element_size): Remove.
19010         (uses_ggc): Remove.
19011         (element): Add.
19012         (varray_init): Use new interface.
19013         (varray_grow): Use new interface.
19014         (varray_clear): Use new interface.
19016 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
19018         * config/rs6000/spe.h: Add casts to the arguments of the following
19019         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
19020         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
19021         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
19022         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
19023         __ev_get_u16, __ev_get_s16.
19025 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
19027         * config/h8300/h8300.md (a peephole2): New.
19029 2003-02-12  Jan Hubicka  <jh@suse.cz>
19031         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
19032         (OBJS): Add callgraph.o
19033         (callgraph.o): New.
19034         * c-decl.c (expand_body_1): Break out from ...
19035         (expand_body): This one;  change calling convention
19036         (finish_function): Move some of expand_body logic here.
19037         (c_expand_deferred_function): Update call of expand_body
19038         (c_expand_stmt): Use c_expand_body_1.
19039         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
19040         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
19041         * c-tree.h (c_expand_body): Declare.
19042         * callgraph.c: New file.
19043         * flags.h (flag_unit_at_a_time): Declare.
19044         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
19045         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
19046         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
19047         * langhooks.h (struct lang_hooks_for_callgraph): New.
19048         (struct lang_hooks): Add callgraph field.
19049         * toplev.c (flag_unit_at_a_time): New.
19050         (lang_independent_options): Add flag_unit_at_a_time.
19051         (process_options): Disable unit-at-a-time mode for frontends not
19052         supporting callgraph.
19053         * tree-inline.c (typedef struct inline_data): Add "decl"
19054         (expand_call_inline): Update callgraph.
19055         (optimize_inline_calls): Set id.decl.
19056         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
19057         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
19058         cgraph_calls_p): Declare.
19059         * invoke.texi (-funit-at-a-time): Document
19061 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
19063         * config/rs6000/spe.h: Fix misc formatting.
19064         (__ev_create_ufix32_fs): Cast ev argument.
19065         (__ev_create_sfix32_fs): Same.
19066         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
19067         (__ev_get_ufix32_fs_internal): Same.
19069 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
19071         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
19072         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
19074 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
19076         * cpplib.c (do_include_common): Move warnings for
19077         #include_next and #import out to callers.  Use early-return
19078         instead of nested ifs.  Don't do check_eol here.
19079         (parse_include): Do check_eol here with the rest of the
19080         parsing stuff.
19081         (do_include_next, do_import): Now handle warnings.
19083 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19085         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
19087 2003-02-12  Jan Hubicka  <jh@suse.cz>
19089         * predict.c (estimate_probability):  Fix roundoff error.
19091 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
19093         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
19094         (two peephole2): New.
19096 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
19098         * config/h8300/h8300.md (several peephole2): Replace
19099         find_regno_note with peep2_reg_dead_p.
19101 2003-02-11  Richard Henderson  <rth@redhat.com>
19103         * gcse.c (lookup_set): Remove unused argument PAT.  Update
19104         both callers.
19106 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
19108         * diagnostic.c (real_abort): New.
19109         (diagnostic_report_diagnostic): Call real_abort on error.
19110         * diagnostic.h (diagnostic_abort_on_error): New.
19111         (struct diagnostic_context): Add abort_on_error field.
19112         * toplev.c (setup_core_dumping): New.
19113         (decode_d_option): Handle 'H' case.
19114         * doc/invoke.texi (Debugging Options): Document -dH.
19116 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
19118         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
19119         which refers to obsolete directories.
19121 2003-02-11  Richard Henderson  <rth@redhat.com>
19123         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
19125 2002-10-21  Jan Hubicka  <jh@suse.cz>
19127         * i386.c (contains_128bit_aligned_vector_p): New function.
19128         (ix86_function_arg_boundary): Properly align vector modes.
19130 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
19132         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
19133         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
19134         as a SET pattern.
19136 2003-02-11  Roger Sayle  <roger@eyesopen.com>
19138         * builtins.c:  Fix failure caused by commiting wrong patch.
19140 2003-02-11  Dale Johannesen  <dalej@apple.com>
19141         * ra-build.c (compare_and_free_webs):  Relax checking.
19142         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
19143         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
19145 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19147         PR optimization/9651
19148         * rtlanal.c (may_trap_p): Handle FIX.
19150 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
19152         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
19153         * doc/invoke.texi: Extra alias.
19155 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
19157         * config/rs6000/host-darwin.c: Fix comment.
19159 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
19161         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
19162         predicate for mod result.
19164 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19166         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
19167         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
19168         * fixincl.x: Rebuilt.
19169         * tests/base/stdlib.h: Update.
19170         * tests/base/ctype.h: New file.
19172 2003-02-11  Jan Hubicka  <jh@suse.cz>
19174         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
19176 2003-02-11  Richard Henderson  <rth@redhat.com>
19178         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
19179         appropriated as globals.
19180         (ix86_expand_clrstr): Similarly.
19181         * config/i386/i386.md (cmpstrsi): Similarly.
19183 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
19185         * config/h8300/h8300.md (a peephole2): Add a case of 255.
19187 2003-02-11  Roger Sayle  <roger@eyesopen.com>
19189         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
19190         (pow_optab, atan2_optab): Define corresponding macros.
19191         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
19192         * genopinit.c (optabs): Implement pow_optab and atan2_optab
19193         using pow?f3 and atan2?f3 patterns.
19194         * builtins.c (expand_errno_check): New function to update errno
19195         if necessary, split out from expand_builtin_mathfn.
19196         (expand_builtin_mathfn): Use expand_errno_check.
19197         (expand_builtin_mathfn_2): New function to handle expanding binary
19198         math functions, reusing the code in expand_errno_check.
19199         (expand_builtin): Handle the pow and atan2 math built-ins,
19200         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
19201         expand_builtin_mathfn_2.
19203         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
19205 2003-02-11  Jan Hubicka  <jh@suse.cz>
19207         * combine.c (combine_simplify_rtx): Fix folding of
19208         nested float_truncates.
19210 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
19212         * config/h8300/h8300.md (a peephole2): Fix a typo.
19214 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
19216         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
19217         register number.
19219 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
19221         * config/h8300/h8300-protos.h: Add a prototype for
19222         gtuleu_operator.
19223         * config/h8300/h8300.c (gtuleu_operator): New.
19224         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
19225         * config/h8300/h8300.md (a peephole2): New.
19227 2003-02-11  Jan Hubicka  <jh@suse.cz>
19229         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
19231 2003-02-11  Jan Hubicka  <jh@suse.cz>
19233         * predict.c (choose_function_section): Choose sections correctly.
19235 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19237         * reload1.c (first_label_num): New.
19238         (reload): Index offsets_known_at and offsets_at using difference of
19239         label number and first label number.  Don't use offset pointers.
19240         (set_label_offsets, set_initial_label_offsets): Likewise.
19242 2003-02-10  Roger Sayle  <roger@eyesopen.com>
19244         * mips-tfile.c (init_file): Add missing initializers in the
19245         "#ifdef __alpha" case.
19246         (file_offset, max_file_offset): Declare as unsigned long.
19247         (write_varray): Cast to "unsigned long" in comparisons against
19248         either file_offset or max_file_offset.
19249         (write_object): Likewise.
19250         (read_seek): Likewise.
19251         (copy_object): Likewise. Declare "ifd" as int to match its use
19252         in add_ext_symbol, and avoid signed/unsigned conditional warning.
19254 2003-02-10  Nick Clifton  <nickc@redhat.com>
19255             Aldy Hernandez  <aldyh@redhat.com>
19257         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
19258         override options which have been specified on the command line.
19260 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
19262         * config/h8300/h8300.md (abssf2): New.
19263         (*abssf2_h8300): Likewise.
19264         (*abssf2_h8300hs): Likewise.
19266 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
19268         * tree.c (build_tree_list):  Fix parameter names in comment.
19270 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
19272         * config/rs6000/ppc64-fp.c: New file.
19273         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
19275 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
19277         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
19278         * bb-reorder.c (make_reorder_chain): Deleted.
19279         (make_reorder_chain_1): Deleted.
19280         (find_traces): New function.
19281         (rotate_loop): New function.
19282         (mark_bb_visited): New function.
19283         (find_traces_1_round): New function.
19284         (copy_bb): New function.
19285         (bb_to_key): New function.
19286         (better_edge_p): New function.
19287         (connect_traces): New function.
19288         (copy_bb_p): New function.
19289         (get_uncond_jump_length): New function.
19290         (reorder_basic_blocks): Use new functions (Software Trace Cache).
19291         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
19292         boundaries.
19294 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
19296         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
19298 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19300         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
19301         (DECL_LIVE_RANGE_RTL): Remove.
19303 2003-02-10  Nick Clifton  <nickc@redhat.com>
19305         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
19306         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
19307         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
19308         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
19309         config/arm/freebsd.h, config/arm/linux-elf.h,
19310         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
19311         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
19312         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
19313         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
19314         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
19315         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
19316         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
19317         and reformat as appropriate.
19319 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
19321         * config/h8300/clzsi2.c: Remove.
19322         * config/h8300/ctzsi2.c: Likewise.
19323         * config/h8300/paritysi2.c: Likewise.
19324         * config/h8300/popcountsi2.c: Likewise.
19325         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
19326         ctzsi2, paritysi2, and popcountsi2.
19328 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
19329             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
19331         PR c/7741
19332         * c-decl.c (duplicate_decls): Discard the initializer of the
19333         new decl when the types are conflicting.
19335 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
19337         * Makefile.in (sreal.o): Added.
19338         (predict.o): Depends on sreal.h instead of real.h.
19339         * sreal.c: New file.
19340         * sreal.h: New file.
19341         * predict.c: Use sreal.c instead of real.c.
19343 2003-02-10  Nick Clifton  <nickc@redhat.com>
19345         * Contributed support for the Cirrus EP9312 "Maverick"
19346         floating point co-processor.  Written by Aldy Hernandez
19347         <aldyh@redhat.com>.
19348         (config/arm/arm.c): Add Cirrus support.
19349         (config/arm/arm.h): Likewise.
19350         (config/arm/aout.h): Likewise.
19351         (config/arm/arm.md): Likewise.
19352         (config/arm/arm-protos.h): Likewise.
19353         (config.gcc): Likewise.
19354         (doc/invoke.texi): Describe new -mcpu value and new
19355         -mcirrus-fix-invalid-insns switch,
19356         (cirrus.md): New file.
19358 2003-02-10  Jan Hubicka  <jh@suse.cz>
19360         * combine.c (combine_simplify_rtx): Simplify using
19361         (float_truncate (float x)) is (float x)
19362         (float_extend (float_extend x)) is (float_extend x).
19364 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
19366         * calls.c (try_to_integrate): Tidy stack_usage_map access.
19367         (emit_library_call_value_1): Likewise.  Formatting.
19368         (store_one_arg): Likewise.
19370 2003-02-09  Nick Clifton  <nickc@redhat.com>
19371             Aldy Hernandez  <aldyh@redhat.com>
19373         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
19374         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
19375         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
19376         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
19377         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
19378         docs.  Add range test for immediate value.
19380 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
19382         Rename spe_evxor to xorv2si3.
19383         (xorv4hi3): New.
19384         (xorv1di3): New.
19386 2003-02-10  Glen Nakamura  <glen@imodulo.com>
19388         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
19389         tag.
19391 2003-02-10  Jan Hubicka  <jh@suse.cz>
19393         * i386.c (vector_move_operand): New predicate.
19394         (ix86_expand_vector_move): Be happy about 0.
19395         * i386.h (PREDICATE_CODES): Add sse-move_operand.
19396         * i386.md (mov*_internal): Add 'C' alternative.
19398 2003-02-09  Jan Hubicka  <jh@suse.cz>
19400         * i386.md (floathi*): Deal with SSE.
19402 2003-02-09  Jan Hubicka  <jh@suse.cz>
19404         * simplify-rtx.c (simplify_unary_operation,
19405         simplify_binary_operation):  Deal with vector modes
19406         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
19408 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
19410         * toplev.c (rest_of_compilation): Recompute register usage after
19411         split_all_insns.
19413 2003-02-09  Richard Henderson  <rth@redhat.com>
19415         * libgcc-std.ver (__clztf2): New.
19416         (__ctztf2, __popcounttf2, __paritytf2): New.
19417         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
19418         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
19419         adjust code to match the different type sizes.
19420         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
19421         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
19423         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
19424         TImode; select word_mode and twice that.
19425         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
19426         select the modes from float, double, and long double.
19427         (init_optabs): Remove duplicate initializations.
19429 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
19431         * doc/install.texi: Squeeze and streamline section on
19432         testing and regression checking.
19434 2003-02-09  Jan Hubicka  <jh@suse.cz>
19436         * i386.md (ahi?v*3): Set third operand type to TImode.
19437         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
19439         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
19440         integer mode.
19442         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
19443         Change code so they are arithmetic expressions now.
19444         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
19445         simplify_ternary_operation): Deal with VEC_* expressions.
19447         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
19449 2003-02-08  Jan Hubicka  <jh@suse.cz>
19451         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
19452         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
19453         possibly got duplicated.
19455 2003-02-08  Richard Henderson  <rth@redhat.com>
19457         * config/alpha/alpha.c (override_options): Turn off explicit
19458         relocs until post-peep2 code duplication resolved.
19460 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19462         * optabs.c (expand_unop): Widen clz properly when clz is done
19463         via libcall.
19465 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19467         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
19468         * config/h8300/crti.asm: Likewise.
19469         * config/h8300/crtn.asm: Likewise.
19470         * config/h8300/ctzsi2.c: Likewise.
19471         * config/h8300/fixunssfsi.c: Likewise.
19472         * config/h8300/h8300-protos.h: Likewise.
19473         * config/h8300/h8300.c: Likewise.
19474         * config/h8300/h8300.h: Likewise.
19475         * config/h8300/h8300.md: Likewise.
19476         * config/h8300/paritysi2.c: Likewise.
19477         * config/h8300/popcountsi2.c: Likewise.
19478         * config/h8300/rtems.h: Likewise.
19480 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19482         * doc/invoke.texi: Documentation for my previous commit.
19483         * doc/passes.texi: Ditto.
19485 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19487         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
19488         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19489         Declare.
19490         (DLTHE_FLAG_UPDATE_FREQ): New.
19491         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
19492         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
19493         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
19494         fix_bb_placement, fix_bb_placements, place_new_loop,
19495         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
19496         New static functions.
19497         (fix_loop_placement, can_duplicate_loop_p,
19498         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19499         New functions.
19501         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
19502         unswitch_loops): Declare.
19503         * loop-init.c: New file.
19504         * loop-unswitch.c: New file.
19505         * Makefile.in (loop-init.o, loop-unswitch.o): New.
19506         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
19507         * toplev.c (DFI_loop2): New dump.
19508         (flag_unswitch_loops): New.
19509         (lang_independent_options): Add it.
19510         (rest_of_compilation): Call new loop optimizer.
19511         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
19513 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19515         * config/h8300/clzsi2.c: New.
19516         * config/h8300/ctzsi2.c: Likewise.
19517         * config/h8300/paritysi2.c: Likewise.
19518         * config/h8300/popcountsi2.c: Likewise.
19519         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
19521 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
19523         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
19524         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
19525         (ctzsi2): New pattern.
19526         (ffssi2): Use clz instead of unspec.
19527         (clzdi2): Rename from cntlzd2.
19528         (ctzdi2): New pattern.
19529         (ffsdi2): Use clz instead of unspec.
19531 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
19533         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
19534         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
19535         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
19536         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
19538 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
19540         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
19542 2003-02-07  Richard Henderson  <rth@redhat.com>
19544         PR 9226
19545         * gcse.c (local_cprop_find_used_regs): New.
19546         (local_cprop_pass): Use it.
19548 2003-02-07  Fred Fish  <fnf@intrinsity.com>
19550         * mips-tfile.c (parse_def): Parenthesize assignments to fix
19551         precedence bugs.
19553 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
19555         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
19557 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19559         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
19560         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
19561         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
19562         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
19563         builtin functions (and their __builtin_* variants).
19564         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
19565         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
19566         when not optimizing.
19568         * doc/extend.texi: Document new pow and atan2 builtins, and
19569         their float and long double variants.  Realphabetize builtins.
19571 2003-02-07  Jan Hubicka  <jh@suse.cz>
19573         * i386.md (sse2_nandv2di3): Fix.
19575 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
19577         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
19578         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
19579         definition.
19580         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19581         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19583 2003-02-07  Jan Hubicka  <jh@suse.cz>
19585         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19587 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
19589         * cfg.c (dump_flow_info): Add back accidently deleted line.
19591 2003-02-07  Andrey Petrov <petrov@netbsd.org>
19593         * optabs.c (expand_float): Search wider integer modes first.
19595 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
19597         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19598         based on preprocessor flag.
19600 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19601             Richard Henderson  <rth@redhat.com>
19603         * gcse.c (implicit_sets): New.
19604         (compute_hash_table_work): Include them in hash table.
19605         (find_implicit_sets, fis_get_condition): New.
19606         (one_cprop_pass): Allocate and free implicit_sets; call
19607         find_implicit_sets before building hash table.
19609 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
19611         * config/t-netbsd (USER_H): Revert previous change.
19613 2003-02-07  Gabor Greif  <ggreif@lucent.com>
19615         * doc/c-tree.texi (Namespaces): Fix typo.
19617 2003-02-07  Jan Hubicka  <jh@suse.cz>
19619         * regrename.c (do_replace, find_oldest_value_reg,
19620         copyprop_hardreg_forward_1): Update register attributes.
19622 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
19624         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19625         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19626         variables starting with underscore.
19627         (struct unit_usage): New structure.
19628         (unit_usages, cycle_alt_unit_usages): New global variables.
19629         (check_unit_distribution_in_reserv): Remove it.
19630         (store_alt_unit_usage): New function.
19631         (check_regexp_units_distribution): Rewrite it.
19633 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19635         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19636         target_cpu_default.
19637         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19638         if not MASK_NO_SPACE_REGS.
19639         (output_call): Adjust return pointer, don't load new space register
19640         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19641         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19642         TARGET_NO_SPACE_REGS is true.
19643         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19644         conditions.
19645         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19646         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19647         true.  Use bve when TARGET_64BIT is true.
19649 2003-02-06  Richard Henderson  <rth@redhat.com>
19651         * combine.c (nonzero_bits): Fix double break.
19653 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
19654             Richard Henderson <rth@redhat.com>
19656         PR c/9530
19657         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19658         from functions that return a float to functions that don't.
19660 2003-02-06  Jan Hubicka  <jh@suse.cz>
19662         * i386.c (x86_inter_unit_moves): New variable.
19663         (ix86_secondary_memory_needed): Fix 64bit case, honor
19664         TARGET_INTER_UNIT_MOVES
19665         * i386.h (x86_inter_unit_moves): Declare.
19666         (TARGET_INTER_UNIT_MOVES): New macro.
19667         * i386.md (movsi_1): Cleanup constraints; disable
19668         when not doing inter-unit moves.
19669         (movsi_1_nointernunit): New.
19670         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19671         (movdi_1_rex64_nointerunit): New.
19672         (mivsf_1): disable when not doing inter-unit moves.
19673         (movsf_1_nointerunit): New.
19675         * basic-block.h (inside_basic_block_p):  Declare.
19676         * cfgbuild.c (inside_basic_block_p): Make global.
19677         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19678         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
19679         update CFG.
19680         (fix_basic_block_boundaries, add_missing_bbs): New.
19681         (rank): Use profile.
19682         (scheudle_ebbs): Rely on CFG; update coments.
19684 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
19686         * Makefile.in (host_hook_obj): New.
19687         (OBJS): Add $(host_hook_obj).
19688         (host_default.o): New rule.
19689         * config.gcc (host_hook_obj): New, default to host-default.o.
19690         (powerpc-*-darwin*): Use host-darwin.o.
19691         (out_host_hook_obj): New.
19692         * configure: Regenerate.
19693         * configure.in: Print information about out_host_hook_obj, substitute
19694         into output files.
19695         * host-default.c: New file.
19696         * hosthooks.h: New file.
19697         * toplev.c (general_init): Call host_hooks.extra_signals.
19698         * config/rs6000/host-darwin.c: New file.
19699         * config/rs6000/x-darwin: New file.
19700         * doc/hostconfig.texi: Add documentation for new host hook.
19701         Rearrange existing documentation.
19703 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19705         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19706         with *targetm.delegitimize_address.
19707         (rtl_for_decl_location): Likewise.
19708         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
19709         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19711         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19712         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19713         prototype.
19714         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19715         i386_simplify_dwarf_addr.  Made static.  Prototyped.
19716         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19717         i386_simplify_dwarf_addr to ix86_delegitimize_address.
19718         (ix86_find_base_term): Likewise.
19719         (maybe_get_pool_constant): Likewise.
19721         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19722         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19723         prototype.
19724         * config/s390/s390.c (s390_delegitimize_address): Renamed from
19725         s390_simplify_dwarf_addr.  Made static.  Prototyped.
19726         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19728 2003-02-05  Richard Henderson  <rth@redhat.com>
19730         PR c/8602
19731         * integrate.c (output_inline_function): Reset input_filename
19732         and lineno from the decl before rest_of_compilation.
19734 2003-02-05  Richard Henderson  <rth@redhat.com>
19736         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19737         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19738         * doc/rtl.texi, doc/tm.texi: Document them.
19740         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19741         of the value at zero properly.
19742         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19743         * simplify-rtx.c (simplify_unary_operation): Likewise.
19745         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19746         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19748         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19749         (TARGET_EXPAND_BUILTIN): Remove.
19750         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19751         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19752         (enum arm_builtins): Remove.
19753         * config/arm/arm.md (UNSPEC_CLZ): Remove.
19754         (clzsi2): Rename from clz; use clz instead of unspec.
19755         (ctzsi2): New.
19756         * config/arm/arm-protos.h: Update.
19758 2003-02-05  Jan Hubicka  <jh@suse.cz>
19760         * i386-protos.h (x86_emit_floatuns):  Declare.
19761         * i386.c (x86_emit_floatuns): New global function.
19762         * i386.md (floatunssisf2, floatunsdisf2,
19763         floatunsdidf2):  New patterns.
19765 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19767         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19769 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
19771         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19772           config/ia64/linux.h
19774 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19776         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19778 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
19780         PR optimization/8555
19781         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19782         instead of aborting.
19784 2003-02-04  Richard Henderson  <rth@redhat.com>
19786         * config/i386/i386.md (UNSPEC_BSF): Remove.
19787         (ffssi2): Split into cmove and no_cmove insns and splitters;
19788         lose pentium float trick for now.
19789         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19790         (ctzsi2, clzsi2, bsr): New.
19792 2003-02-04  Richard Henderson  <rth@redhat.com>
19794         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19795         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19796         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19797         (ffsdi2): Use popcount instead of unspec.
19798         (popcountdi2): Rename from *popcnt.
19799         (ctzdi2, clzdi2, getf_exp_tf): New.
19801 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
19803         * genconfig.c (main): Generate CC0_P.
19804         * rtl.h (CC0_P): Remove.
19806 2003-02-04  Richard Henderson  <rth@redhat.com>
19808         * libgcc2.h, libgcc2.c (__ffsSI2): New.
19809         (__ffsDI2): Rename from __ffsdi2.
19810         * mklibgcc.in (lib2funcs): Add _ffssi2.
19812 2003-02-04  Richard Henderson  <rth@redhat.com>
19814         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19815         rounds with a "bit table" lookup.
19817 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
19819         * reload.c (find_reloads): Do not use the mode specified in the insn
19820         pattern as reload mode for address operands.  Do not generate optional
19821         reloads for operands where a mandatory reload was already pushed.
19823 2003-02-04  Richard Henderson  <rth@redhat.com>
19825         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19826         builtins instead of inline assembly.
19828 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19830         PR c/9376
19831         * libgcc2.c (__subvdi3): Fix typo.
19833 2003-02-04  Jan Hubicka  <jh@suse.cz>
19835         * i386.md (movti_rex64):  Fix constraint.
19837 2003-02-04  Jan Hubicka  <jh@suse.cz>
19839         * i386.md (vector push splitters):  Fix typo in resolving conflict.
19841 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
19843         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19845 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
19847         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
19848         for recent libstdc++.  Remove formatting cruft.
19850 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
19852         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19853         attribute even if input file name is absolute, but one of the
19854         includes is relative.
19856 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19858         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19859         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19860         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
19862 2003-02-03  Richard Henderson  <rth@redhat.com>
19864         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19865         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19866         return type to "int".  Shuffle declarations and undef int trap.
19867         * libgcc2.h: Remove their declarations.
19868         * optabs.c (expand_unop): Force outmode to int for bitops.
19870 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
19872         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19873         coprocessor registers before floating-point registers.
19874         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19875         to account for a previously removed register.
19876         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19877         Delete unused macros.
19879 2003-02-03  Jan Hubicka  <jh@suse.cz>
19881         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
19882         (mov*_internal): Fix predicates; require one of operands to not be
19883         memory.
19884         (SSE?MMX move expanders):  Fix predicates; force one of operands to
19885         register.
19886         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19887         (movups/movupd/movdqu patterns): Force one of operands to not be
19888         memory.
19890 2003-02-03  Roger Sayle  <roger@eyesopen.com>
19892         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19893         takes a single rtx and returns it unmodified.
19894         * hooks.h (hook_rtx_rtx_identity): Prototype here.
19895         * target.h (struct gcc_target): Add "delegitimize_address"
19896         field to target structure.
19897         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
19898         for delegitimize_address target using hook_rtx_rtx_identity.
19899         (TARGET_INITIALIZER): Initialize delegitimize_address field
19900         using TARGET_DELEGITIMIZE_ADDRESS macro.
19901         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19902         extensions of constant pool references.  Use delegitimize_address
19903         to undo the obfuscation of "-fpic".
19904         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19906         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19907         i386_simplify_dwarf_addr.
19908         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19909         (maybe_get_pool_constant): Likewise.
19911 2003-02-03  Jan Hubicka  <jh@suse.cz>
19913         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
19915 2003-02-03  Jan Hubicka  <jh@suse.cz>
19917         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19919 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19921         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
19922         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
19924 2003-02-02  Andreas Schwab  <schwab@suse.de>
19926         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19928 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
19930         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19931         (epilogue_insns): Likewise.
19933 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19935         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19937 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19939         * pa-protos.h (attr_length_millicode_call): Remove second argument.
19940         (attr_length_indirect_call, attr_length_indirect_call,
19941         attr_length_save_restore_dltp): New prototypes.
19942         * pa.c (attr_length_millicode_call): Remove second argument.  Check
19943         INSN_ADDRESSES_SET_P in distance calculation.
19944         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19945         INSN_ADDRESSES.
19946         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19947         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19948         Call attr_length_call directly.
19949         (attr_length_indirect_call, output_indirect_call,
19950         attr_length_save_restore_dltp): New functions.
19951         * pa.md (attr_length_millicode_call): Drop second argument from all
19952         patterns.
19953         (return_internal_pic): Delete.
19954         (return_external_pic): Remove use of PIC register and pic operand and
19955         flag checks.
19956         (epilogue): Use return_internal for both normal and pic code.
19957         (call, call_value): Emit new 32-bit pic patterns for symref and
19958         indirect calls.  Remove uses for arg pointer and pic register.
19959         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19960         call_reg_pic_post_reload, call_val_symref_pic,
19961         call_val_symref_pic_post_reload, call_val_reg_pic,
19962         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19963         Implement define_split and define_peephole2 patterns for pre reload
19964         patterns.
19965         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19966         call_value_internal_reg_64bit): Shorten names.
19967         (all call patterns): Explicitly indicate registers used and clobbered.
19968         Use attr_length_indirect_call and attr_length_save_restore_dltp for
19969         attribute length calculation.  Move code generation for indirect calls
19970         to output_indirect_call.
19971         (sibcall, sibcall_value): Don't restore PIC register.
19972         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19973         register retore.
19975 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19977         * doc/install.texi (Testing): Simplify and compress instructions
19978         concerning Dejagnu.
19980 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19982         * collect2.c (pexecute_pid): Rename to pid.
19983         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19984         pid.
19986 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
19988         * doc/extend.texi (Function Attributes): Remove documentation
19989         for PowerPC Windows NT function attributes..
19991 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
19993         * dwarf2out.c (gen_type_die): Check for typedefs before calling
19994         for TYPE_MAIN_VARIANT.
19996 2003-02-01  Richard Henderson  <rth@redhat.com>
19998         * libgcc2.c: Include auto-host.h.
19999         (ATTRIBUTE_HIDDEN): New.
20000         (__clz_tab): Don't declare here for clz and ctz.
20001         (__clzsi2, __clzdi2): Use count_leading_zeros.
20002         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
20003         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
20004         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
20005         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
20007 2003-02-01  Richard Henderson  <rth@redhat.com>
20009         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
20010         to the conditional.
20011         (ashlsi3_1_zext splitter): Likewise.
20013 2003-02-01  Richard Henderson  <rth@redhat.com>
20015         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
20016         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20017         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
20018         return type to Wtype.
20020         * libgcc-std.ver (GCC_3.4): Fix inheritance.
20022         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
20023         expander input constraint.
20025 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
20027         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
20028         OTI_parity.
20029         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
20030         * optabs.c (widen_clz, expand_parity): New.
20031         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
20032         for libcalls to clz, ctz, popcount, and parity.
20033         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
20034         parity_optab, and set up libfunc handlers.
20035         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20036         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
20037         __popcount_tab): New.
20038         * libgcc2.h: Declare them.
20039         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
20040         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
20041         and parity_optab.
20042         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
20043         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
20044         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
20045         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
20046         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
20047         BUILT_IN_PARITYLL): New.
20048         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
20049         and add optab argument.
20050         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
20051         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
20052         * expr.c (expand_expr): Handle them.
20053         * fold-const.c (tree_expr_nonnegative_p): Likewise.
20054         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
20055         * reload1.c (eliminate_regs): Handle them.
20056         (elimination_effects): Likewise.
20057         * function.c (instantiate_virtual_regs_1): Likewise
20058         * genattrtab.c (check_attr_value): Likewise.
20059         * simplify-rtx.c (simplify_unary_operation): Likewise.
20060         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
20061         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
20062         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
20063         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
20064         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
20065         __builtin_arm_clz.
20066         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
20067         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
20068         * doc/extend.texi (Other Builtins): Add new builtins.
20069         * doc/md.texi (Standard Names): Add new patterns.
20071 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
20073         * reload.c: Revert 2003-01-31 change.
20075 2003-02-01  Jan Hubicka  <jh@suse.cz>
20077         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
20079 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
20081         * flags.h (flag_volatile): Remove declaration.
20082         (flag_volatile_global, flag_volatile_static): Likewise.
20083         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
20084         * toplev.c (flag_volatile): Remove definition.
20085         (flag_volatile_global, flag_volatile_static): Likewise.
20086         (f_options): Remove corresponding entries here.
20087         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
20088         or flag_volatile_static.
20089         * doc/invoke.texi: Remove documentation of -fvolatile,
20090         -fvolatile-global and -fvolatile-static.
20092 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20094         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
20095         updating of total_code_bytes from prologue to epilogue.
20097 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
20099         * reload.c (find_reloads): Do not use the mode specified in the insn
20100         pattern as reload mode for address operands.  Do not generate optional
20101         reloads for operands where a mandatory reload was already pushed.
20102         Generate optional reloads only in the final pass though find_reloads.
20103         (have_replacement_p): New function.
20105 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20107         * doc/install.texi (Testing): Remove a reference to our obsolete
20108         /testresults web pages and strip redundant information concerning
20109         test results.
20110         (Binaries): Refer to Microsoft Windows instead of listing all
20111         possible variants.
20113 2003-02-01  Jan Hubicka  <jh@suse.cz>
20115         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
20116         RTL chain.
20118         * combine.c (simplify_set): Reverse order of ragumetns to
20119         REG_CANNOT_CHANGE_MODE_P
20120         * df.c (df_def_record_1): Likewise.
20121         * recog.c (register_operand): Likewise.
20122         * simplify-rtx.c (simplify_subreg): Likewise.
20123         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
20124         CANNOT_CHANGE_MODE_CLASS.
20125         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
20126         Likewise.
20127         * reload.c (push_reload): Likewise.
20128         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20129         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20130         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20131         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
20132         * mips.c (mips_cannot_change_mode_class): Update.
20133         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20134         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20135         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20136         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20137         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
20138         * sh.c (sh_cannot_change_mode_class): Update.
20139         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
20140         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
20142 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
20144         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
20145         change to LINK_COMMAND_SPEC in gcc.c.
20147 2003-01-31  Jan Hubicka  <jh@suse.cz>
20149         PR c/9506
20150         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
20152 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20154         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
20155         duplicated code.
20157 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
20159         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
20160         (BINFO_ELTS): New #define.
20161         * stor-layout.c (finalize_record_size): Don't set them.
20162         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
20163         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
20164         (BINFO_LANG_ELTS): New #define.
20165         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
20166         * java/class.c (make_class): Use BINFO_ELTS.
20167         (set_super_info): Likewse.
20168         (add_interface_do): Likewise.
20169         * objc/objc-act.c (start_class): Use BINFO_ELTS.
20171 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
20173         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
20174         (times): Don't ever declare if not HAVE_TIMES.
20175         (clock): Don't ever declare if not HAVE_CLOCK.
20177 2003-01-30  Richard Henderson  <rth@redhat.com>
20179         * flow.c (update_life_info): Zap life info after cleanup_cfg.
20180         (regno_uninitialized): Use correct live at function entry set.
20181         (regno_clobbered_at_setjmp): Likewise.
20183         * expr.c (store_expr): Promote all MEM intermediates to regs.
20185 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
20187         * config/arm/arm.c: Fix comment typos.
20188         * config/arm/arm.h: Likewise.
20189         * config/arm/netbsd-elf.h: Likewise.
20190         * config/arm/netbsd.h: Likewise.
20192 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
20194         * gengtype.c (struct walk_type_data): Add needs_cast_p.
20195         (walk_type): Set needs_cast_p in walk_type_data.
20196         (write_types_process_field): Supply casts when required to suppress
20197         warnings.
20198         (write_root): Cast gt_pch_n_S to suppress warning.
20199         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
20200         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
20201         when they might exist.
20202         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
20203         insn-conditions.o, and rs6000.o.
20205 2003-01-30  Richard Henderson  <rth@redhat.com>
20207         * ggc-page.c (G.context_depth_allocations): New.
20208         (G.context_depth_collections): New.
20209         (alloc_page): Set G.context_depth_allocations.
20210         (ggc_collect): Set G.context_depth_collections.
20211         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
20212         (ggc_pop_context): Early exit for no allocations or collections.
20214 2003-01-30  Richard Henderson  <rth@redhat.com>
20216         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
20218 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
20220         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
20221         size, the link register is always saved if any other register is
20222         saved.
20224 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
20226         * config/h8300/h8300-protos.h: Update the prototype for
20227         compute_plussi_cc.
20228         (cpp_reader): Declare before it is used.
20229         * config/h8300/h8300.c (compute_plussi_cc): Change the return
20230         type to int.
20231         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
20232         see an unknown H8 variant.
20234 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
20236         PR target/9316
20237         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
20238         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
20239         * config/rs6000/t-rtems: New file. multilib variants to match OS.
20240         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
20241         rs6000/t-ppcgas so we get the desired multilibs.
20243 2003-01-30  Nick Clifton  <nickc@redhat.com>
20245         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
20246         when popping saved IP register off the stack.
20248 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
20250         * config/rs6000/aix43.h: Fix comment typos.
20251         * config/rs6000/aix51.h: Likewise.
20252         * config/rs6000/aix52.h: Likewise.
20253         * config/rs6000/altivec.h: Likewise.
20254         * config/rs6000/rs6000.c: Likewise.
20255         * config/rs6000/rs6000.h: Likewise.
20256         * config/rs6000/rs6000.md: Likewise.
20257         * config/rs6000/spe.md: Likewise.
20259 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
20261         * c-common.c (builtin_define_float_constants): Define
20262         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
20264 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
20266         * config/sh/lib1funcs.asm: Fix comment typos.
20267         * config/sh/linux.h: Likewise.
20268         * config/sh/sh.c: Likewise.
20269         * config/sh/sh.md: Likewise.
20271 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
20273         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
20275 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
20277         * config/fp-bit.h (__make_dp): Declare if TMODES.
20279 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
20281         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
20282         general_operand_src and general_operand_dst.
20284 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
20286         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
20287         Return true for variable sized types.
20288         (rs6000_va_arg): Handle variable sized types passed by reference
20289         on non-SVR4 ABI.
20291 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
20293         * arm.c (arm_legtimize_address): New function.
20294         * arm-protos.h (arm_legtimize_address): Add prototype.
20295         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
20296         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
20297         do ... while (0)
20299 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
20301         PR bootstrap/9296
20302         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
20303         depended on it being defined until now.
20305 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
20307         PR target/9295
20308         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
20309         RTEMS code knows which C++ initialization style the toolset
20310         configuration is using.
20312 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
20314         PR bootstrap/9293
20315         * config/m68k/t-crtstuff: Replace spaces with tabs, add
20316          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
20318 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
20320         PR bootstrap/9292
20321         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
20322         RTEMS threads.
20323         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
20325 2003-01-29  Nick Clifton  <nickc@redhat.com>
20327         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
20328         not $(srcdir).
20330 2003-01-29  Andrew Haley  <aph@redhat.com>
20332         * tree-inline.c (walk_tree): Add CHAR_TYPE.
20334 2003-01-29  Jan Hubicka  <jh@suse.cz>
20336         * i386.md (subdi3_carry_rex64): Fix typo.
20338 2003-01-28  Stan Shebs  <shebs@apple.com>
20340         * coretypes.h (cpp_reader): Forward declare struct.
20341         * c-pragma.h (cpp_reader): Remove forward declaration.
20342         * hashtable.h (cpp_reader): Likewise.
20343         * scan.h (cpp_reader): Likewise.
20344         * tree.h (cpp_reader): Likewise.
20345         * config/darwin-protos.h (cpp_reader): Likewise.
20346         * config/arm/arm-protos.h (cpp_reader): Likewise.
20347         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
20348         struct cpp_reader in prototypes.
20350 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
20352         * doc/install.texi: Add documentation for installation into
20353         tooldirs and with DESTDIR.
20355 2003-01-28  Richard Henderson  <rth@redhat.com>
20357         * config.gcc (ia64*-*-aix*): Remove.
20358         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
20359         * config/ia64/unwind-aix.c: Remove file.
20361 2003-01-28  Andreas Schwab  <schwab@suse.de>
20363         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
20364         register.
20365         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
20366         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
20367         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
20368         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20369         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
20370         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20371         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
20373 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
20375         * combine.c (nonzero_bits): Fix check for negative divide operands.
20377 2003-01-28  Richard Henderson  <rth@redhat.com>
20379         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
20380         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
20382 2003-01-28  Richard Henderson  <rth@redhat.com>
20384         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
20386         * config/cris/cris.c (cris_address_cost): Make static.
20387         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
20388         * config/cris/cris.h (ADDRESS_COST): Remove.
20389         * config/cris/cris-protos.h: Update.
20391 2003-01-23  Mike Stump  <mrs@apple.com>
20393         * regclass.c (init_reg_autoinc): New function.
20394         (regclass): Move initialization of forbidden_inc_dec_class from
20395         here...
20396         (init_regs): to here.  Avoids reinitialization for each function,
20397         saving compilation time.
20399 2003-01-28  Jason Merrill  <jason@redhat.com>
20401         * cpplib.h (struct cpp_options): Add warn_deprecated field.
20402         * cppinit.c (cpp_create_reader): Turn it on by default.
20403         * c-opts.c (c_common_decode_option): Set it.
20404         * cpplib.c (do_pragma_once): Only complain about #pragma once
20405         if warn_deprecated is set.
20407 2003-01-28  Dale Johannesen  <dalej@apple.com>
20409         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
20410         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
20411         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
20413 2003-01-28  Richard Henderson  <rth@redhat.com>
20415         * target.h (targetm.address_cost): New.
20416         * target-def.h (TARGET_ADDRESS_COST): New.
20417         (TARGET_RTX_COSTS): Uncomment.  Oops.
20418         * cse.c (address_cost): Use new target hook.
20419         (default_address_cost): New.
20420         * output.h (default_address_cost): Declare.
20421         * hooks.c (hook_int_rtx_0): New.
20422         * hooks.h (hook_int_rtx_0): Declare.
20423         * loop.c (combine_givs_p): Remove if 0 code.
20424         * system.h (ADDRESS_COST): Poison.
20426         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
20427         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
20428         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
20429         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
20430         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
20431         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
20432         config/xtensa/xtensa.c, config/xtensa/xtensa.h
20433         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
20434         (ADDRESS_COST): Remove.
20436         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
20437         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20438         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20439         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
20440         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
20441         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
20442         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
20443         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
20444         config/mips/mips.c, config/mips/mips.h,
20445         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20446         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
20447         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
20448         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
20449         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
20450         config/vax/vax.c, config/vax/vax.h
20451         (foo_address_cost): Make static.
20452         (TARGET_ADDRESS_COST): New.
20453         (ADDRESS_COST): Remove.
20455         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
20456         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
20457         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
20458         config/stormy16/stormy16.h
20459         (ADDRESS_COST): Move code ...
20460         (foo_address_cost): ... here.
20461         (TARGET_ADDRESS_COST): New.
20463         * config/m32r/m32r.c (m32r_address_cost): Remove.
20464         * config/m32r/m32r-protos.h: Update.
20466         * config/mmix/mmix.c (mmix_address_cost): Remove.
20467         * config/mmix/mmix-protos.h: Update.
20469         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
20470         mn10300_address_cost; move unsig allocation ...
20471         (mn10300_address_cost): ... here.
20472         (TARGET_ADDRESS_COST): New.
20473         * config/mn10300/mn10300-protos.h: Update.
20474         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
20476         * doc/tm.texi: Update.
20478 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
20480         * haifa-sched.c (schedule_insn): Return necessary cycle advance
20481         after issuing the insn.
20482         (rank_for_schedule): Make a insn with /S the highest priority
20483         insn.
20484         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
20485         (choose_ready): Check SCHED_GROUP_P.
20486         (schedule_block): Advance cycle after issuing insn if it is
20487         necessary.  Don't reorder insns if there is an insn with /S.
20488         (set_priorities): Ignore schedule groups.
20490         * sched-deps.c (remove_dependence, group_leader): Remove the
20491         functions.
20492         (add_dependence): Ignore schedule groups.
20493         (set_sched_group_p): Don't make copy of dependencies from previous
20494         insn of the schedule group.  Add anti-dependency to the previous
20495         insn of the schedule group.
20496         (compute_forward_dependences): Ignore schedule groups.
20498         * sched-ebb.c (init_ready_list): Ignore schedule groups.
20500         * sched-rgn.c (init_ready_list): Ditto.
20501         (can_schedule_ready_p): Ditto.
20503 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
20505         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
20506         register to another one.
20508 2003-01-28  Richard Henderson  <rth@redhat.com>
20510         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
20512 2003-01-28  Roger Sayle  <roger@eyesopen.com>
20514         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
20516 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
20518         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
20519         class contains a floating-point register, return the size of the
20520         mode in half words.
20522 2003-01-28  Jan Hubicka  <jh@suse.cz>
20524         * i386.c (ix86_carry_flag_operator):  New predicate.
20525         (fcmov_operator): Fix whitespace.
20526         (ix86_expand_carry_flag_compare):  Deal with floating point.
20527         (ix86_expand_int_movcc): Deal with fp; update insn expansion
20528         (ix86_expand_int_addcc): Likewise.
20529         (ix86_expand_strlensi_unroll_1): likewsie.
20530         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
20531         * i386.md (add?i_carry_rex64): Use new predicate.
20532         (sub?i3_carry_rex64): Likewise.
20533         (x86_mov?icc_0_m1*): Likewise.
20535 2003-01-28  Andreas Schwab  <schwab@suse.de>
20537         * cfgloopmanip.c (create_preheader): Initialize src to avoid
20538         warning.
20540         * expmed.c (emit_store_flag): Fix cast to avoid sign
20541         comparison warning.
20543         * combine.c (force_to_mode): Add cast to fix warning when
20544         STORE_FLAG_VALUE is negative.
20546 2003-01-27  Richard Henderson  <rth@redhat.com>
20548         * Makefile.in (cse.o): Depend on TARGET_H.
20549         * cse.c (rtx_cost): Use targetm.rtx_costs.
20550         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
20551         * doc/tm.texi: Update.
20553         * target.h (targetm.rtx_costs): New.
20554         * target-def.h (TARGET_RTX_COSTS): New.
20555         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
20556         * hooks.h: Update.
20558         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
20559         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
20560         * config/alpha/alpha.h (PROCESSOR_MAX): New.
20561         (CONST_COSTS, RTX_COSTS): Remove.
20563         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
20564         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
20565         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
20566         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
20567         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
20568         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
20569         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
20570         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
20571         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
20572         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
20573         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
20574         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
20575         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
20576         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
20577         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
20578         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
20579         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20580         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20581         config/v850/v850.c, config/v850/v850.h,
20582         config/xtensa/xtensa.c, config/xtensa/xtensa.h
20583         (CONST_COSTS, RTX_COSTS): Move code ...
20584         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20586         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20587         (arm_rtx_costs, TARGET_RTX_COSTS): New.
20588         * config/arm/arm-protos.h: Update.
20589         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20591         * config/avr/avr.h (CONST_COSTS): Move code ...
20592         * config/avr/avr.c (avr_rtx_costs): ... here.
20593         (default_rtx_costs): Make static.
20594         * config/avr/avr-protos.h: Update.
20596         * config/h8300/h8300.c (const_costs): Make static.
20597         (h8300_and_costs, h8300_shift_costs): Likewise.
20598         * config/h8300/h8300-protos.h: Update.
20600         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20601         (CONST_COSTS): Move code ...
20602         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
20603         default_rtx_costs; update for signature change.
20604         * config/ip2k/ip2k-protos.h: Update.
20606         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20607         (CONST_COSTS): Move code ...
20608         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20609         (TARGET_RTX_COSTS): New.
20610         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20611         * config/m68hc11/m68hc11-protos.h: Update.
20613         * config/m68k/m68k.c (const_int_cost): Make static.
20614         * config/m68k/m68k-protos.h: Update.
20616         * config/mcore/mcore.c (mcore_const_costs): Make static.
20617         (mcore_and_cost, mcore_ior_cost): Likewise.
20618         * config/mcore/mcore-protos.h: Update.
20620         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20621         (mmix_rtx_cost_recalculated): Remove.
20622         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20623         * config/mmix/mmix-protos.h: Update.
20625         * config/sh/sh.c (shiftcosts): Make static.
20626         (addsubcosts, andcosts, multcosts): Likewise.
20627         * config/sh/sh-protos.h: Update.
20629         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20630         (sparc_rtx_costs): Make static; update for change in signature.
20631         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20632         * config/sparc/sparc-protos.h: Update.
20634         * config/v850/v850.c (const_costs): Make static.
20635         * config/v850/v850-protos.h: Update.
20637         * config/vax/vax.h (RTX_COSTS): Remove.
20638         (CONST_COSTS): Move code ...
20639         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20640         from vax_rtx_cost.
20641         (vax_rtx_costs, TARGET_RTX_COSTS): New.
20643 2003-01-27  Richard Henderson  <rth@redhat.com>
20645         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
20646         * config/vax/vax-protos.h: Update.  Really.
20648 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
20650         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20651         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20652         zero if no hardware floating point.
20653         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20654         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20655         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20656         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20657         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20658         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20659         even FP registers on N32 and N64.
20660         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20661         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20662         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
20663         even-register-like alignment to 128-bit arguments.
20664         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20665         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
20666         on N32 or N64.
20667         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20668         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20669         (TPBIT): Set to tp-bit.c.
20670         (tp-bit.c): Create out of fp-bit.c.
20672 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20674         * c-parse.in: Remove '%expect 32' directive in objc mode.
20676 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
20678         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20679         (LIBGCOV): New variable.
20680         (libgcc.mk): Add LIBGCOV.
20681         (LIBGCC_DEPS): Add libgcov.c.
20682         (libgcov.a): New target.
20683         (clean): Remove libgcov.a.
20684         (install-libgcc): Do libgcov too.
20685         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20686         with libgcov.a.
20687         * libgcc2.c (L_gcov): Move into ...
20688         * libgcov.c: ... here. New file.
20689         * mklibgcc.in: Add libgcov rules.
20690         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20692         * doc/invoke.texi (profile-arcs, test-coverage): Update and
20693         clarify.
20695         * profile.c (index_counts_file): Remove duplicate check for open file.
20697 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
20699         * gcc/doc/invoke.texi (Optimization Options): Group together
20700         optional and experimental flags.  Move trapv and bounds-check
20701         out of this section.  Group floating point flags together.
20702         (Code Gen Options): Move trapv and bounds-check to here.
20704 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
20706         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20708 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
20710         PR optimization/9090
20711         * function.c (purge_addressof_1): After pushing an addressed register
20712         onto the stack, simplify the result.
20714 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20716         * doc/extend.texi: Fix typo.
20718 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20720         * doc/cppopts.texi: Fix typo.
20721         * doc/objc.texi: Likewise.
20722         * doc/passes.texi: Likewise.
20724 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
20726         * real.c (ibm_extended_format): Add 53 to minimum exponent.
20727         (encode_ibm_extended): Adjust.
20729 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
20731         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20732         timevar_id enumerations.
20734 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20736         * combine.c: Fix formatting.
20738 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20740         * doc/gccint.texi: Update the copyright.
20742 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20744         * doc/cpp.texi: Fix typos.
20745         * doc/extend.texi: Likewise.
20746         * doc/gty.texi: Likewise.
20747         * doc/install.texi: Likewise.
20748         * doc/passes.texi: Likewise.
20749         * doc/rtl.texi: Likewise.
20750         * doc/tm.texi: Likewise.
20752 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20754         * config/ia64/fde-glibc.c: Fix comment typos.
20755         * config/ia64/hpux.h: Likewise.
20756         * config/ia64/ia64.c: Likewise.
20757         * config/ia64/ia64.h: Likewise.
20758         * config/ia64/unwind-ia64.c: Likewise.
20760 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20762         * config/i386/i386-modes.def: Fix comment typos.
20763         * config/i386/i386.c: Likewise.
20764         * config/i386/i386.md: Likewise.
20766 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
20768         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20769         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20770         ASM_FINISH_DECLARE_OBJECT before defining it.
20771         * toplev.c (rest_of_decl_compilation):  Don't define
20772         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
20773         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20774         parameters for DWARF2 targets because they _are_ used.
20776 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20778         * fp-bit.h: Define macros for TFmode floating-point constants
20779         in IBM-extended TFmode types.
20780         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20781         widths.
20782         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20783         TFmode type.
20785         * config/fp-bit.h: Define macros for TFmode floating-point
20786         constants in IEEE quad TFmode type.  Declare functions according
20787         to L_ macros.
20788         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20789         (TFtype, TItype, UTItype): Define if TMODES is defined.
20790         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20791         (F_T_BITOFF, D_T_BITOFF): Define.
20792         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20793         guaranteed to be wide enough.
20794         * config/fp-bit.c: Check for L_ macros for tf functions.
20795         (__thenan_tf): New.
20796         (nan): Adjust.
20797         (pack_d, unpack_d): Support IEEE 854 quad type.
20798         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
20799         from FRAC_NBITS, FRAC_BITS and NGARDS.
20800         (usi_to_float): Cast constants to be shifted to fractype
20801         instead of assuming long long is wide enough.
20802         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20804 2003-01-26  Andreas Jaeger  <aj@suse.de>
20806         * df.c: Remove prototype of unused function df_regno_rtl_debug.
20808 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20810         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20811         (DBBIT_FUNCS): Added _df_to_tf.
20812         (TPBIT_FUNCS): New.
20813         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20814         (LIBGCC_DEPS): Added TPBIT.
20815         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20817         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20818         been able to move the result to target.
20820         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20821         for the appropriate mode.
20823         * calls.c (emit_library_call_value_1): Handle return values
20824         in a PARALLEL.
20826         * rtl.c (get_mode_alignment): Moved to...
20827         * stor-layout.c: ... here.
20829         * print-rtl.c (print_rtx): Don't print MEM details in
20830         GENERATOR_FILEs.
20832 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
20834         * df.h: Update comments, tidy formatting.
20835         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20836         REVERSE, UNION, INTERSECTION.  All uses updated.
20837         (OLD_DF_INTERFACE): Remove.
20838         (struct insn_info): Remove commented out insn field.
20839         * df.c: Update comments, tidy formatting.
20840         (df_def_table_realloc): Remove.
20843 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
20845         * calls.c (save_fixed_argument_area): Tidy.
20846         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
20847         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
20848         call chain loop at 1 if !try_tail_call.  Formatting.
20849         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20850         Use save_fixed_argument_area and restore_fixed_argument_area.
20852 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20854         * df.c (df_uses_record): Handle CC0.
20856 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
20858         * reload.c (maybe_memory_address_p): New function.
20859         (find_reloads_address): Use it instead of memory_address_p.
20861 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
20863         * final.c (shorten_branches): Align the address of code label
20864         when computing initial lengths and addresses.
20866 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20868         * config/m68hc11/m68hc11.md: Fix a comment typo.
20870 2003-01-25  Andreas Jaeger  <aj@suse.de>
20872         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20873         TARGET_MACHO.
20875 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20877         * gcse.c (bypass_last_basic_block): New global variable.
20878         (bypass_block):  Use redirect_edge_and_branch_force to redirect
20879         fall-through edges.  Use bypass_last_basic_block to determine
20880         which blocks have valid PRE information.
20881         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20883 2003-01-25  Jan Hubicka  <jh@suse.cz>
20885         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20887 2003-01-25  Jan Hubicka  <jh@suse.cz>
20888                               Eric Botcazou <ebotcazou@libertysurf.fr>
20889         PR opt/8492
20890         * gcse.c (one_cprop_pass): Delete unreachable blocks.
20892 2003-01-25  Richard Henderson  <rth@redhat.com>
20894         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20895         from ia64_aix_select_rtx_section.
20896         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20897         instead of saving and restoring flag_pic.
20898         (ia64_rwreloc_unique_section): Similarly.
20899         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20900         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20901         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20902         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20904 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20906         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20907         comment.
20909 2003-01-25  Richard Henderson  <rth@redhat.com>
20911         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20913 2003-01-25  Kelley Cook <kelleycook@comcast.net>
20915         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20917 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
20919         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20920         type for bitmaps.  Use unsigned long.
20921         (nBITMAP_WORD_BITS): New macro.
20922         (BITMAP_WORD_BITS): New macro.
20923         (rest of file): Use it.
20924         * bitmap.c: Use it.
20926 2003-01-25  Richard Henderson  <rth@redhat.com>
20928         2002-02-19  Robert Lipe  <robertlipe@usa.net>
20929         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20931 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20933         * builtins.c (purge_builtin_constant_p): Scan insn stream
20934         sequentially rather than by basic block.
20935         * function.c (purge_addressof): Simplify test with INSN_P.
20937 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20939         * combine.c (simplify_comparison, case AND): Remove a redundant test.
20941 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20943         * function.h (struct function): New field calls_constant_p.
20944         (current_function_calls_constant_p): New macro for above.
20945         * function.c (prepare_function_start): Initialize calls_eh_return
20946         and calls_constant_p.
20947         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20948         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20949         when the current_function_calls_constant_p.
20950         * integrate.c (expand_inline_function): Set calls_constant_p if
20951         the function being inlined has calls_constant_p set.
20953 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20955         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20956         optimizing, even if flag_gcse is true.
20957         * toplev.c (rest_of_compilation): purge_builtin_constant_p
20958         only needs to be called when "optimize > 0 && flag_gcse".
20960 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20962         * stmt.c (emit_case_bit_tests): New routine to implement suitable
20963         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20964         (case_bit_test_cmp): New comparison function for "qsort" to order
20965         case_bit_tests by decreasing number of destination nodes.
20966         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20967         (expand_end_case_type): Use emit_case_bit_tests to implement
20968         suitable switch statments.
20969         (CASE_USE_BIT_TESTS): New target macro to disable the above.
20970         * Makefile.in (stmt.o): Add dependency on optab.h.
20971         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20973 2003-01-23  Andreas Schwab  <schwab@suse.de>
20975         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20976         __do_global_ctors_aux hidden global and don't put it in
20977         .init_array.
20978         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20979         instead so that it comes first.
20981 2003-01-25  Jan Hubicka  <jh@suse.cz>
20983         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
20984         subreg is read/modify.
20986 2003-01-25  Jan Hubicka  <jh@suse.cz>
20988         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20989         do libcall for large blocks.
20990         * i386.md (comi patterns): Set type to ssecomi.
20991         (sse2_unpck?pd): Fix mode of vec_select.
20993         * cse.c: Include except.h
20994         (cse_set_around_loop):  Do not create new basic blocks.
20995         * Makefile.in (cse.o): Add dependnecy on except.h
20997 2003-01-25  Jan Hubicka  <jh@suse.cz>
20999         * builtins.c (fold_trunc_transparent_mathfn): New function.
21000         (fold_builtin): Use it.
21001         * convert.c (convert_to_real): Re-enable code to convert
21002         math functions; add support for floor familly functions.
21004 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21006         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
21007         dependencies on coretypes.h and $(TM_H).
21009 2003-01-25  Jan Hubicka  <jh@suse.cz>
21011         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
21013 2003-01-24  Stuart Hastings  <stuart@apple.com>
21015         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
21017 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21019         * config/c4x/c4x.md (UNSPEC_BU): New constants.
21020         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
21021         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
21022         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
21023         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
21024         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
21025         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
21026         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
21028 2003-01-24  Jan Hubicka  <jh@suse.cz>
21030         * emit-rtl.c (reg_attrs_htab): New static variable.
21031         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
21032         functions.
21033         (reg_rtx): Do not maintain regno_decl.
21034         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
21035         set_mem_attrs_from_reg): New global function.
21036         (init_emit): Do not initialize regno_decl.
21037         (init_emit_once): initialize reg_attrs_htab.
21038         * final.c (alter_subreg): Do not replace REG by SUBREG.
21039         (gen_mem_expr_from_op): Improve output.
21040         (output_asm_operands): Likewise.
21041         * function.c (assign_params): Do not set REGNO_DECL.
21042         * function.h (struct function): Kill regno_decl.
21043         (REGNO_DECL): Kill.
21044         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
21045         * print_rtl.c (print_rtx): Output REG information.
21046         * regclass.c (reg_scan_mark_refs): Update attrs.
21047         * reload1.c (alter_reg): Likewise.
21048         * simplify_rtx.c (simplify_subreg): Likewise.
21049         * stmt.c (expand_decl): Likewise.
21050         * rtl.def (REG): Add new field.
21051         * rtl.h (struct reg_attrs): New.
21052         (rtunion_def): At rtreg.
21053         (X0MEMATTR): Add checking.
21054         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
21055         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
21056         Declare.
21057         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
21059 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
21061         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
21062         (xtensa_emit_call, print_operand): Fix printf format strings
21063         to avoid compile warnings.
21064         (xtensa_function_prologue, xtensa_function_epilogue): Change type
21065         of "size" argument to HOST_WIDE_INT to fix compile warnings.
21066         * config/xtensa/xtensa-protos.h
21067         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
21069 2003-01-24  Jan Hubicka  <jh@suse.cz>
21071         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
21072         (implicit_built_in_decls): New global array.
21073         (mathfn_built_in): New global function.
21074         (fold_trunc_transparent_mathfn): New static function
21075         (expand_builtin_strstr, expand_bultin_strchr,
21076         expand_builtin_strpbrk, expand_builtin_strcpy,
21077         expand_builtin_strncpy, expand_bultin_strcmp,
21078         expand_bultin_strncat, expand_builtin_fputs): Use
21079         implicint_built_in_decls.
21080         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
21081         * builtins.def: Fix comments.
21082         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
21083         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
21084         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
21085         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
21086         (DEF_C99_C90RES_BULTIN): New.
21087         (*f, *l builtins): Update.
21088         * c-common.c (DEF_BUILTIN): Initialize implicit array.
21089         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
21090         * convert.c (strip_float_extensions): New global function.
21091         * tree.h (DEF_BUILTIN): Accept 10 arguments.
21092         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
21093         Declare.
21094         * java/builtins.c (define_builtin): Handle implicit.
21095         (DEF_BUILTIN): Update.
21096         * tm.texi (TARGET_C99_FUNCTIONS): Document.
21097         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
21098         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
21099         when using glibc2.
21101 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
21103         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
21104         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
21105         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
21106         * config/xtensa/crti.asm: New file.
21107         * config/xtensa/crtn.asm: New file.
21108         * config/xtensa/t-elf: New file.
21109         * config/xtensa/t-linux: New file.
21110         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
21111         Move various CFLAGS settings to new t-elf file.
21113 2003-01-24  Richard Henderson  <rth@redhat.com>
21115         PR optimization/4382
21116         * tree-inline.c (find_builtin_longjmp_call_1): New.
21117         (find_builtin_longjmp_call): New.
21118         (inlinable_function_p): Use it.
21120 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21122         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
21123         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
21124         * config/i386/i386.c (function_arg_pass_by_reference): New.
21125         (ix86_va_arg): Support arguments passed by reference.
21127 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21129         * cfgloopanal.c: New file.
21130         * cfgloopmanip.c: New file.
21131         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
21132         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
21133         cfglayout.o): Add dependency on cfgloop.h.
21134         (cfgloop.o): Add flags.h dependency.
21135         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
21136         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
21137         (struct loop, struct loops, flow_loops_find, flow_loops_update,
21138         flow_loops_free, flow_loops_dump, flow_loop_dump,
21139         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
21140         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
21141         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
21142         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
21143         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
21144         find_common_loop, verify_loop_structure): Declarations moved to ...
21145         * cfgloop.h: New file.
21146         * bb-reorder.c (reorder_basic_blocks): Modified.
21147         * cfglayout.c: Include cfgloop.h.
21148         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
21149         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
21150         (break_superblocks): New static function.
21151         (cfg_layout_finalize): Use it.
21152         (cfg_layout_split_block): New function.
21153         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
21154         fields.
21155         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
21156         changed.
21157         (cfg_layout_split_block): Declare.
21158         * cfgloop.c: Include cfgloop.h and flags.h.
21159         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
21160         get_loop_body): Avoid signed versus unsigned comparison warnings.
21161         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
21162         loop_latch_edge): Modified.
21163         (verify_loop_structure): Modified to use flags stored in loop structure;
21164         check irreducible loops.
21165         (cancel_loop, cancel_loop_tree): New functions.
21166         (estimate_probability): Use loop analysis code for predictions.
21167         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
21168         warnings.
21169         * doloop.c: Include cfgloop.h.
21170         * loop.c: Include cfgloop.h.
21171         * predict.c: Include cfgloop.h.
21172         * toplev.c: Include cfgloop.h.
21173         * unroll.c: Include cfgloop.h.
21174         * tracer.c (tracer): Modified.
21176 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
21178         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
21180 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
21182         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
21183         * configure: Regenerate.
21185         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
21186         (tls_symbolic_reference_mentioned_p): Add prototype.
21187         (s390_tls_get_offset): Add prototype.
21188         (emit_pic_move): Remove prototype, replace by ...
21189         (emit_symbolic_move): .. this new prototype.
21191         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
21192         (tls_model_chars): New global variable.
21193         (s390_encode_section_info): Encode TLS model.
21194         Use targetm.binds_local_p to check for local symbols.
21195         (s390_strip_name_encoding): New function.
21196         (TARGET_STRIP_NAME_ENCODING): Define.
21198         (get_thread_pointer): New function.
21199         (legitimize_tls_address): New function.
21200         (legitimize_address): Call it.
21201         (emit_pic_move): Remove, replace by ...
21202         (emit_symbolic_move): ... this new function.
21204         (larl_operand): Handle TLS operands.
21205         (legitimate_constant_p): Likewise.
21206         (s390_decompose_address): Likewise.
21207         (s390_cannot_force_const_mem): New function.
21208         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
21210         (s390_output_symbolic_const): Handle TLS unspecs.
21211         (print_operand): New code 'J'.
21212         (machine_function): Add struct member 'some_ld_name'.
21213         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
21215         (enum s390_builtin): New type.
21216         (code_for_builtin_64, code_for_builtin_31): New global variables.
21217         (s390_init_builtins, s390_expand_builtin): New functions.
21218         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
21220         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
21221         (ASM_OUTPUT_LABELREF): Define.
21222         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
21224         * config/s390/s390.md: Define TLS UNSPEC constants.
21225         ("movdi", "movsi"): Handle TLS operands.
21226         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
21227         ("*tls_load_64", "*tls_load_31"): New insns.
21228         ("call_value_tls", "call_value_tls_exp"): New expanders.
21229         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
21230         "bas_tls_64", "bas_tls_31"): New insns.
21232 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
21234         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
21235         spe ABI is configured, if requested.
21237 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
21239         * doc/passes.texi: Fix typo.
21241 2003-01-24  Andreas Schwab  <schwab@suse.de>
21243         * stor-layout.c (excess_unit_span): Only define if used.
21245 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
21247         * gcc/doc/invoke.texi (Optimization Options): List -O levels
21248         for each optimization flag.
21250 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
21252         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
21254 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
21256         * doc/bugreport.texi: Use @command instead of @code for commands.
21257         * doc/collect2.texi: Likewise.
21258         * doc/headerdirs.texi: Likewise.
21259         * doc/invoke.texi: Likewise.
21260         * doc/standards.texi: Likewise.
21261         * doc/tm.texi: Likewise.
21262         * doc/trouble.texi: Likewise.
21264 2003-01-24  Nick Clifton  <nickc@redhat.com>
21266         * config/arm/arm.c (use_return_insn): Do not use a single return
21267         instruction for interrupt handelrs which have to create a stack
21268         frame.
21269         (arm_expand_prologue): Do not pre-bias the return address of
21270         interrupt handlers which create a stack frame.
21272 2003-01-24  Nick Clifton  <nickc@redhat.com>
21274         * Add sh2e support:
21276         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
21278                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
21279                 med_cbranches.  Fix logic in short_cbranches.
21281         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
21283                 * config/sh/sh.md (delay for cbranch): Don't annul delay
21284                 slots on SH2e.
21285                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
21286                 cbranch with unfilled delay slot on SH2e.
21287                 (output_branch): Fill with a nop the delay slot of a
21288                 branch that required a delay slot but didn't get one.
21290         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
21292                 * doc/invoke.texi (SH options): Document -m2e.
21293                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
21294                 * config/sh/lib1funcs.asm: Likewise.
21295                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
21296                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
21297                 not __sh1__.
21298                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
21299                 SH2E up.
21300                 (SH3E_BIT): Renamed to...
21301                 (SH_E_BIT): ... this.  Replace all uses.
21302                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
21303                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
21304                 (TARGET_SWITCHES): Added 2e.
21305                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
21306                 (processor_type): Added PROCESSOR_SH2E.
21307                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
21308                 TARGET_SH2E, except in sqrtsf2_i.
21309                 (attribute cpu): Added sh2e.
21310                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
21311                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
21312                 * config.gcc: Add sh2e target support.
21314 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
21316         Rename -W to -Wextra.
21317         * c-decl.c:  Update comments.
21318         * c-typeck.c:  Likewise.
21319         * flags.h:  Likewise.
21320         * function.c:  Likewise.
21321         * stmt.c:  Likewise.
21322         * toplev.c:  Update comments.
21323         (W_options):  Add 'extra'.
21324         (display_help):  Remove '-W'.
21325         (decode_W_option):  Special warn_uninitialized treatment in the case
21326         of -Wextra.
21327         * doc/invoke.texi:  Update with new entries.
21329 2003-01-23  Richard Henderson  <rth@redhat.com>
21331         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
21332         in no-else-block case.  Add commentary.
21334 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21336         * configure.in: Revert last change.
21338 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21340         * configure.in: Don't include ansidecl.h in tconfig.h.
21341         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
21342         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
21343         ATTRIBUTE_UNUSED.
21345         * configure: Regenerate.
21347 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21349         PR java/6748
21350         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
21351         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
21352         kernels.
21354 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21356         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
21358 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
21360         * genattrtab.c (write_attr_get): Mark 'insn' paramter
21361         as ATTRIBUTE_UNUSED.
21363 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
21365         * arm.c (thumb_base_register_rtx_p): New function.
21366         (thumb_index_register_rtx_p): New function.
21367         (thumb_legitimate_address_p): New function.
21368         (thumb_legitimate_offset_p): New function.
21369         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
21370         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
21371         definitions.
21372         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
21373         (THUMB_LEGITIMATE_OFFSET): Delte.
21374         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
21375         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
21376         (thumb_legitimate_offset_p): Likewise.
21378 2003-01-23  Andreas Schwab  <schwab@suse.de>
21380         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
21382 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21384         * fixinc/Makefile.in (FL_LIST): Revert last change.
21386 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
21388         PR other/7341
21389         * invoke.texi (ftest-coverage): Fix broken cross-reference.
21390         Change @code to @command for gcov command.
21392         * gcc.texi: Adjust title of gcov section.
21393         Adjust copyright.
21394         * gcov.texi: Likewise.
21396 2003-01-22  Roger Sayle  <roger@eyesopen.com>
21398         PR optimization/8423
21399         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
21400         its argument is constant, or 0 if !flag_gcse.
21401         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
21402         if it's argument is constant.
21403         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
21404         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
21405         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
21406         * builtins.c (purge_builtin_constant_p): New function to force
21407         instantiation of any remaining CONSTANT_P_RTX nodes.
21408         * rtl.h (purge_builtin_constant_p): Prototype here.
21409         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
21410         pass after GCSE and before loop.
21411         (flag_gcse): No longer static.
21412         * flags.h (flag_gcse): Prototype here.
21414 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
21416         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
21417         introduced by last change.
21419 2003-01-22  Andreas Schwab  <schwab@suse.de>
21421         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
21423 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
21425         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
21426         request a scratch reg on H8S when the shift count is 8.
21428 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
21430         * config/s390/s390-protos.h (preferred_la_operand_p):
21431         Remove second parameter.
21432         * config/s390/s390.c (preferred_la_operand_p): Likewise.
21433         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
21434         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
21435         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
21436         Add peepholes to transform ADD to LOAD ADDRESS.
21438 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
21440         * arm.c (arm_address_register_rtx_p): New function.
21441         (arm_legitimate_address_p): New function.
21442         (arm_legitimate_index_p): New function.
21443         (legitimize_pic_address): Use arm_legitimate_index_p.
21444         * arm-protos.h (arm_legtimate_address_p): Add prototype.
21445         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
21446         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
21448 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
21450         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
21451         * config/s390/2064.md (define_bypass): Correct 'Load' and
21452         'Load-address' bypass values.
21454 2003-01-22  Andreas Schwab  <schwab@suse.de>
21456         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
21458 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21460         * genautomata.c (output_internal_insn_latency_func,
21461         output_print_reservation_func): Short circuit when there is no
21462         automaton to generate code for.
21464 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21466         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
21467         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
21469 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
21471         * config/rs6000/rs6000.md: Remove warning.
21472         (builtin_setjmp_receiver): Likewise.
21473         * config/darwin.c (update_stubs): Slightly improve terrible hack
21474         with identifiers.  Add comment pointing out problems with it.
21475         (update_non_lazy_ptrs): Likewise.
21477 2003-01-21  Richard Henderson  <rth@redhat.com>
21479         * dwarf2out.c (lookup_filename): Fix printf format warning.
21480         * system.h (fread_unlocked, fwrite_unlocked): Undef.
21482         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
21483         (fixincl.o-warn, gnu-regex.o-warn): New.
21484         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
21485         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
21486         * fixinc/fixincl.c (process): Fix printf format warning.
21488 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
21490         * dwarf2out (output_file_names): Don't crash if called
21491         with empty file_table.
21493 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21495         * genautomata.c (output_internal_insn_latency_func): Add
21496         missing break statement to generated code.
21498 2003-01-21  Roger Sayle  <roger@eyesopen.com>
21500         * stmt.c (same_case_target_p): New function to determine whether
21501         two case labels branch to the same target.  Split out from...
21502         (group_case_nodes): ... here.  Use same_case_target_p instead.
21503         (strip_default_case_nodes): Remove explicit case nodes
21504         that branch to the default destination.
21505         (expand_end_case_type): Call strip_default_case_nodes after
21506         group_case_nodes, to simplify the case-list before we count it.
21507         Only generate table_label RTX when actually needed.  Try to share
21508         thiscase->exit_label and thiscase->data.case_stmt.default_label
21509         when a switch has no explicit default case.  Simplify test for
21510         constant index.
21512 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
21514         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
21515         \t.
21516         (*negsf2_h8300hs): Likewise.
21517         (*addsi3_lshiftrt_16_zexthi): Likewise.
21518         (*iorhi3_lshiftrt_8): Likewise.
21520 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
21522         * dwarf2out.c (fde_table_in_use): Mark GTY.
21523         (dwarf2out_cfi_label_num): New variable, marked GTY.
21524         (dwarf2out_cfi_label): Use it instead of static label_num.
21525         * emit-rtl.c (label_num): Mark GTY.
21527 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
21529         * config/h8300/h8300.c (output_plussi): Support H8/300.
21530         (compute_plussi_length): Likewise.
21531         (compute_plussi_cc): Likewise.
21532         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
21533         output assembly instructions.
21535 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21537         * calls.c (fix_unsafe_tree): Prototype.
21539         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
21540         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
21541         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
21542         c-parse.o-warn): Add -Wno-error.
21543         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
21545         * configure.in (--enable-werror): Add new flag.
21546         * doc/install.texi (--enable-werror): Document.
21547         * configure: Regenerate.
21549         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
21551 2003-01-21  Andreas Schwab  <schwab@suse.de>
21553         * genautomata.c (output_internal_insn_latency_func): Fix missing
21554         close paren in output.
21556 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21558         * genautomata.c: Space savings in generated code:
21559         (output_dfa_insn_code_func): Split out the table-enlargement
21560         path to an out-of-line static function, dfa_insn_code_enlarge.
21561         (output_internal_insn_latency_func): Use a lookup table for the
21562         default latencies.
21563         (output_print_reservation_func): Use a lookup table for the
21564         strings.
21566 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
21568         PR opt/7507
21569         * calls.c (fix_unsafe_tree): Split out from ...
21570         (expand_call): ... here.  Use it on the function address too.
21572 2003-01-20  Richard Henderson  <rth@redhat.com>
21574         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
21576 2003-01-20  Richard Henderson  <rth@redhat.com>
21578         PR opt/7154
21579         * stmt.c (expand_asm_operands): Validize memory operands.
21581 2003-01-20  Richard Henderson  <rth@redhat.com>
21583         PR opt/8848
21584         * ifcvt.c (noce_process_if_block): Correct arguments to
21585         modified_between_p for no-else-block case.
21587 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21589         * config/h8300/h8300.c (const_costs): Remove a warning.
21590         (output_plussi): Likewise.
21591         (compute_plussi_length): Likewise.
21592         (compute_plussi_cc): Likewise.
21594 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21596         * config/h8300/h8300.md (addsi_h8300): Remove the last
21597         alternative.
21599 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21601         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21603 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21605         * system.h (__NO_STRING_INLINES): Define.
21607 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21609         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21610         is not a scalar int mode.
21612 2003-01-20  Roger Sayle  <roger@eyesopen.com>
21614         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21615         insn's notes following a substitution inside a libcall.
21617 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
21619         * configure.in: Check for system-provided 'uchar' type.
21620         * configure, config.in: Regenerate.
21621         * cpphash.h: Only typedef 'uchar' if the system doesn't.
21623 2003-01-20  Richard Henderson  <rth@redhat.com>
21625         * expr.h (MUST_PASS_IN_STACK): Move implementation...
21626         * calls.c (default_must_pass_in_stack): ... here.
21628 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
21630         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21632         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21634         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21635         Wrap up definition of `insn_alts'.
21637         * genattrtab.c (main): Wrap up `insn_alts'.
21639 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21641         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21642         prototyping.
21643         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21645         * config.in, configure: Regenerate.
21647 2003-01-20  Nick Clifton  <nickc@redhat.com>
21649         * config/arm/arm.md (sibcall_epilogue): Add an
21650         UNSPEC_PROLOGUE_USE to prevent the link register from being
21651         considered dead.
21653 2003-01-20  Jan Hubicka  <jh@suse.cz>
21655         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
21657 2003-01-20  Andreas Schwab  <schwab@suse.de>
21659         * system.h: Don't declare strsignal if the decl test hasn't been
21660         run yet.
21662 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21664         * config/h8300/h8300.c (notice_update_cc): Don't assume that
21665         recog_data.operands[0] is always associated with cc0.
21667 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
21669         * collect2.c (ldgetname): Expand declaration to prototype.
21670         * read-rtl.c (atoll): Add prototype.
21671         * system.h (strsignal): Also declare if no declaration found.
21673 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
21675         * config.gcc (mips64*-*-linux*): Added.
21676         * config/mips/linux64.h, config/mips/t-linux64: New file.
21677         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21678         * config/mips/mips.c (override_options): Use it.
21679         * config/mips/mips.h (TARGET_SWITCHES): Added...
21680         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21681         * Makefile.in (SPECS): New.
21682         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21683         * gcc.c (process_command): Move self-spec processing past spec
21684         file loading.
21685         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21686         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21687         CRTSTUFF_T_CFLAGS.
21688         (SPECS): Document.
21689         * doc/invoke.texi (-mabi-fake-default): Document.
21691 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
21693         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21694         z_reg, z_reg_qi): Declare static and GTY().
21695         (da_reg): Remove.
21696         (create_regs_rtx): Don't create da_reg.
21697         ("gt-m68hc11.h"): Include for GTY roots.
21698         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21699         and GTY() here.
21700         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21701         (m68hc11_soft_tmp_reg): Likewise.
21702         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21704 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
21706         * basic-block.h: Fix comment formatting.
21707         * calls.c: Likewise.
21708         * combine.c: Likewise.
21709         * convert.c: Likewise.
21710         * gcov.c: Likewise.
21711         * haifa-sched.c: Likewise.
21712         * libgcc2.c: Likewise.
21713         * loop.c: Likewise.
21714         * profile.c: Likewise.
21715         * system.h: Likewise.
21717 2003-01-18  Roger Sayle  <roger@eyesopen.com>
21719         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21721 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21723         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21725 2003-01-17  Dale Johannesen  <dalej@apple.com>
21727         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
21728           (*floatunssidf2_internal):  Ditto.
21730 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21732         * alias.c: Fix comment typos.
21733         * basic-block.h: Likewise.
21734         * c-common.c: Likewise.
21735         * c-common.h: Likewise.
21736         * c-decl.c: Likewise.
21737         * c-opts.c: Likewise.
21738         * c-pragma.c: Likewise.
21739         * c-pretty-print.h: Likewise.
21740         * cfg.c: Likewise.
21741         * cfganal.c: Likewise.
21742         * cfgbuild.c: Likewise.
21743         * cfgcleanup.c: Likewise.
21744         * cfglayout.c: Likewise.
21745         * cfgrtl.c: Likewise.
21746         * convert.c: Likewise.
21747         * cpphash.h: Likewise.
21748         * cpplex.c: Likewise.
21749         * cpplib.h: Likewise.
21750         * df.h: Likewise.
21751         * diagnostic.c: Likewise.
21752         * diagnostic.h: Likewise.
21753         * dwarf2.h: Likewise.
21755 2003-01-17  Stan Shebs  <shebs@apple.com>
21757         * config/darwin-protos.h: Forward-declare struct cpp_reader.
21759 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
21761         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21762         mistake in last checkin.
21764 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21766         * et-forest.c: Fix comment typos.
21767         * et-forest.h: Likewise.
21768         * except.c: Likewise.
21769         * expr.c: Likewise.
21770         * flags.h: Likewise.
21771         * flow.c: Likewise.
21772         * gcc.c: Likewise.
21773         * gcse.c: Likewise.
21774         * genattrtab.c: Likewise.
21775         * genautomata.c: Likewise.
21776         * gengtype.c: Likewise.
21777         * genrecog.c: Likewise.
21778         * global.c: Likewise.
21779         * gthr-rtems.h: Likewise.
21781 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21783         * i386.c (x86_function_profiler): Fix format specifier.
21785 2003-01-17  Richard Henderson  <rth@redhat.com>
21787         * gengtype.c (walk_type): Allow paramN_is.
21789 2003-01-17  Nick Clifton  <nickc@redhat.com>
21791         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21793 2003-01-16  Richard Henderson  <rth@redhat.com>
21795         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21797 2003-01-16  Richard Henderson  <rth@redhat.com>
21799         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21800         (alpha_next_sequence_number): Likewise.
21801         (alpha_this_literal_sequence_number): Likewise.
21802         (alpha_this_gpdisp_sequence_number): Likewise.
21803         (struct alpha_funcs, alpha_funcs_num): Likewise.
21804         (struct alpha_links): Fix branch merge error.
21805         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21807 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
21809         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
21810         R. Ghazi.
21812 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
21814         * ifcvt.c: Fix comment typos.
21815         * lcm.c: Likewise.
21816         * libgcc2.c: Likewise.
21817         * local-alloc.c: Likewise.
21818         * loop.c: Likewise.
21819         * predict.c: Likewise.
21820         * ra-build.c: Likewise.
21821         * ra.c: Likewise.
21822         * ra-colorize.c: Likewise.
21823         * ra.h: Likewise.
21824         * ra-rewrite.c: Likewise.
21825         * regmove.c: Likewise.
21826         * reload.h: Likewise.
21827         * rtlanal.c: Likewise.
21828         * toplev.c: Likewise.
21829         * tree.h: Likewise.
21830         * unwind-dw2-fde-glibc.c: Likewise.
21831         * vmsdbgout.c: Likewise.
21833 2003-01-16  Richard Henderson  <rth@redhat.com>
21835         * dwarf2out.c (struct file_table): Remove.
21836         (FILE_TABLE_INCREMENT): Remove.
21837         (file_table): Make a varray; mark for GC.  Update all users.
21838         (file_table_last_lookup_index): Extract from struct file_table.
21839         (output_file_names): Fix unsigned compare warnings.
21840         (add_name_attribute): Remove inline marker.
21841         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21842         (lookup_filename): Don't manage size of file_table.
21843         (init_file_table): Allocate file_table with GC.
21844         (dwarf2out_init): Don't record main_input_filename here.
21845         (dwarf2out_finish): Do it here instead.
21847 2003-01-16  Bruce Korb  <bkorb@gnu.org>
21849         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21851 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
21853         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21854         instead of rotldi3_mextr.
21856 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
21858         * haifa-sched.c (move_insn): Restore moving all schedule group.
21859         (set_priorities): Restore taking SCHED_GROUP_P into account.
21861         * sched-deps.c (add_dependence): Restore processing the last group
21862         insn.
21863         (remove_dependence, group_leader): Restore the functions.
21864         (set_sched_group_p): Restore adding dependencies from previous insn
21865         in the group.
21866         (compute_forward_dependences): Restore usage of group_leader.
21868         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21869         account.
21871         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21872         account.
21873         (can_schedule_ready_p): Ditto.
21874         (add_branch_dependences): Restore skipping over the group insns.
21876 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21878         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21879         68HC12 pre/post inc/dec side effects.
21881 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21883         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21885 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
21887         * sh.md (mshflo_w_x): Fix description of operation.
21889 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
21891         * config/rs6000/rs6000.h: Mention Altivec registers in
21892         commentary.  Fix typo.
21894 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
21896         * config/rs6000/rs6000.md (movti_string): Remove clobber.
21897         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21898         generate PARALLEL with clobber for TARGET_POWER.
21900 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21902         * ra-colorize.c (colorize_one_web): Initialize variable.
21903         * regmove.c (fixup_match_1): Likewise.
21904         * reload1.c (reload_as_needed): Likewise.
21905         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21907 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21909         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21911 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21913         * dbxout.c (lastfile, cwd): Fix `unused' warning.
21914         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21915         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21916         is_main_source, file_table, decl_die_table_in_use,
21917         abbrev_die_table_in_use, line_info_table_in_use,
21918         separate_line_info_table_in_use, pubname_table_in_use,
21919         arange_table_in_use, ranges_table_in_use,
21920         current_function_has_inlines): Likewise.
21921         * flow.c (life_analysis): Likewise.
21922         * genemit.c (gen_insn): Likewise.
21923         * protoize.c (cplus_suffix): Likewise.
21925         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21926         * arm.h (ROUND_UP_WORD): Likewise.
21928         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21929         warning.
21930         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21931         init_emit_once): Likewise.
21932         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21933         Likewise.
21934         * function.c (assign_stack_temp_for_type): Likewise.
21935         * loop.c (loop_invariant_p): Likewise.
21936         * recog.c (push_operand): Likewise.
21937         * regclass.c (init_reg_sets_1): Likewise.
21938         * reload.c (update_auto_inc_notes): Likewise.
21939         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21940         * stmt.c (expand_asm_operands): Likewise.
21941         * stor-layout.c (start_record_layout): Likewise.
21943 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21945         * config/c4x/c4x.md (epilogue): Correct last patch.
21947 2003-01-15  Richard Henderson  <rth@redhat.com>
21949         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21950         also check that GP is being used.
21951         (alpha_find_lo_sum_using_gp): New.
21952         (alpha_does_function_need_gp): Use get_attr_usegp.
21953         * config/alpha/alpha-protos.h: Update.
21954         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
21955         as needed.
21957 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21959         * gcse.c (one_cprop_pass): Change function arguments to take both
21960         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21961         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21962         (bypass_jumps): New function to perform separate jump bypassing pass.
21963         * rtl.h (bypass_jumps): Add function prototype.
21964         * timevar.def (TV_BYPASS): New timing variable.
21965         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21966         (dump_file): New entry for the bypass RTL dump file.
21967         (rest_of_compilation): Insert new jump bypassing optimization
21968         pass after loop.
21969         * doc/passes.texi: Document new pass.
21971 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21973         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21974         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21975         * pa.h (TARGET_SOM_SDEF): Define.
21976         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21978 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21980         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21981         allocate 4-bytes of locals on 68HC11.
21982         (expand_epilogue): Likewise.
21983         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21985 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21987         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21988         and -mshort-double to the assembler to specify the ABI.
21989         (LINK_SPEC): Likewise.
21990         (CPP_SPEC): Pass HCS12 specific define.
21991         (MASK_M68S12): New define.
21992         (TARGET_M68S12): Likewise.
21993         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21994         (TARGET_VERSION): Update.
21995         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21996         (LINK_SPEC): Update.
21997         (ASM_SPEC): Update.
21998         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21999         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
22001 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
22003         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
22004         the return code.
22006 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
22008         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
22009         flag before setting it.
22011 2003-01-15  Roger Sayle  <roger@eyesopen.com>
22013         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
22014         when loop condition is known true, i.e.  "while (1) { ... }".
22015         (genrtl_for_stmt): Similarly for "for" statements.
22017 2003-01-15  Roger Sayle  <roger@eyesopen.com>
22019         * real.c (real_sqrt): Return a bool result indicating whether
22020         a floating point exception or trap should be raised.
22021         * real.h (real_sqrt): Update function prototype.
22022         * builtins.c (fold_builtin): Only fold non-trapping square
22023         roots unless we're ignoring errno and trapping math.
22025 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
22027         * expr.h (emit_conditional_add): Add PARAMS to declaration.
22028         * gengtype-lex.l (malloc, realloc): Move defines after include of
22029         system.h.  Remove duplicate include of system.h.
22031 2003-01-15  Roger Sayle  <roger@eyesopen.com>
22033         PR middle-end/9009
22034         * optabs.c (expand_unop):  When manipulating the FP sign bit
22035         using integer operations, account for targets with different
22036         integer and FP word orders.
22037         (expand_abs): Likewise.
22039 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
22041         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
22042         file extension in section name.
22044 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
22046         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
22047         constant offset.
22049 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
22051         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
22052         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
22053         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
22054         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
22056 2003-01-15  Jan Hubicka  <jh@suse.cz>
22058         PR f/9258
22059         * global.c (struct allocno): Add no_stack_reg.
22060         (global_conflicts): Set no_stack_reg.
22061         (find_reg): Use it.
22063         * convert.c (convert_to_real): Fold - and abs only when profitable.
22064         * fold-const.c (fold): Fold truncates in - and abs.
22066 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
22068         Segher Boessenkool  <segher@koffie.nl>
22070         * predict.c (real_inv_br_prob_base): New variable.
22071         (propagate_freq): Use multiply by reciprocal instead of
22072         division.  Don't divide by 1.0 at all.
22073         (estimate_bb_frequencies): Similar.
22075 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
22077         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
22078         * configure: Rebuilt.
22080 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
22082         * config/s390/s390.c (s390_safe_attr_type): New function.
22083         (s390_use_dfa_pipeline_interface): New function, return true for z900.
22084         (s390_issue_rate): New function.
22085         (s390_agen_dep_p): New function.
22086         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
22087         (s390_adjust_cost): Return 'cost' if new DFA is used.
22088         (s390_adjust_priority): Delete function.
22089         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
22090         * config/s390/s390.md (atype attribute): Attribute 'atype' default
22091         determined by 'op_type'.
22092         (type attribute): Added more type attributes.
22093         * config/s390/2064.md: New DFA description for z900 pipeline.
22095 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
22097         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
22098         forced to memory.  Fixes PR bootstrap/9036.
22100         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
22101         to set $gp before the call.
22103 2003-01-14  Richard Henderson  <rth@redhat.com>
22105         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
22106         for force_const_mem.
22108 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22110         * genattr.c (main): Rearrange output to avoid prototype warning.
22111         * genautomata.c (transform_3): Fix ambiguous-else warning.
22112         * local-alloc.c (requires_inout): Add parentheses around
22113         assignment used as truth-value.
22114         * timevar.c: Move system includes above local includes.  Include
22115         toplev.h
22116         * Makefile.in (timevar.o): Depend on toplev.h.
22118 2003-01-14  Denis Chertykov  <denisc@overta.ru>
22120         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
22121         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
22123         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
22124         attributes.
22125         (TARGET_ATTRIBUTE_TABLE): New macro.
22126         (valid_machine_type_attribute): Remove.
22127         (valid_machine_decl_attribute): Remove.
22128         (ip2k_handle_progmem_attribute): New function.
22129         (ip2k_handle_fndecl_attribute): New function.
22131 2003-01-10  Andrew Haley  <aph@redhat.com>
22133         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
22134         registers to be in correct order.  Add rip.
22136 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
22138         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
22139         (*iorsi3_and_lshiftrt_9_sb): Likewise.
22141 2003-01-14  Jan Hubicka  <jh@suse.cz>
22143         * convert.c (strip_float_extensions):  Look for narrowest type handling
22144         FP constants.
22146         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
22147         float1 CMP float2.
22148         * convert.c (strip_float_extensions): Make global.
22149         * tree.h (strip_float_extensions): Declare.
22151 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
22153         * timevar.def: define TV_NAME_LOOKUP.
22154         * timevar.c (timevar_pop): Be verbose when aborting.
22156 2003-01-13  Andreas Schwab  <schwab@suse.de>
22158         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
22159         $(parsedir), just move the temporary file at the end.
22160         ($(parsedir)/gengtype-yacc.c): Likewise.
22162 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
22164         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
22165         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
22166         splitting.
22167         * configure: Rebuilt.
22169 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22171         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
22172         internal_mcount): Don't use PARAMS.
22173         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
22174         ISO C style.
22175         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
22177 2003-01-13  Andreas Schwab  <schwab@suse.de>
22179         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
22180         directive.
22182 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
22184         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
22185         (*iorsi3_and_lshiftrt_n_sb): Likewise.
22187 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
22189         PR c++/9264
22190         * c-lex.c (c_lex): Set the token value to error_mark_node for
22191         invalid numeric constants.
22193 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22195         * c-pch.c (asm_file_startpos): Change to `long'.
22196         (pch_init): Use ftell, not ftello.
22197         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
22198         Use `long' instead of `off_t'.
22199         (c_common_read_pch): Likewise.
22200         * ggc-common.c (gt_pch_save): Use long/ftell instead of
22201         off_t/ftello.
22203 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
22205         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
22207 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
22209         * arm-protos.h (struct cpp_reader): Add declaration.
22211 2003-01-11  Jan Hubicka  <jh@suse.cz>
22213         PR target/9068
22214         * i386.c (output_fp_compare): Fix typo.
22216 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
22218         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
22220 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
22222         * Makefile.in (parsedir): New variable.
22223         (docobjdir): New variable.
22224         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
22225         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
22226         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
22227         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
22228         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
22229         Use docobjdir.
22230         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
22231         objc.maintainer-clean): Use parsedir.
22233         * varasm.c (struct constant_descriptor_rtx): Remove unused
22234         `label' field.
22236         * toplev.c (documented_lang_options): Document -Winvalid-pch.
22238 2003-01-10  Richard Henderson  <rth@redhat.com>
22240         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
22241         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
22243 2003-01-10  Richard Henderson  <rth@redhat.com>
22245         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
22246         not INTEGRAL_MODE_P when widening extensions.
22248 2003-01-10  Richard Henderson  <rth@redhat.com>
22250         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
22252 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
22254         * ggc-page.c (ggc_collect): Avoid overflow computing
22255         min_expand.
22257         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
22258         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
22259         Remove calls.
22260         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
22262 2003-01-10  Jan Hubicka  <jh@suse.cz>
22264         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
22265         with weird operands.
22267 2003-01-10  Dale Johannesen <dalej@apple.com>
22269         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
22270         parameters.  Call check_sibcall_argument_overlap if indicated.
22271         (check_sibcall_argument_overlap):  Add mark_stored_args_map
22272         parameter.  Don't mark parameter area as clobbered if not set.
22273         (expand_call):  Adjust calls to above.
22275 2003-01-10 Kelley Cook <kelleycook@comcast.net>
22277         * configure.in (linker read-only and read-write section mixing):
22278         Squelch some assembler warnings.
22279         * configure: Likewise.
22281 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
22283         * doc/invoke.texi: Document -mtune, delete -mcpu
22284         option for S/390 and zSeries.
22285         * config/s390/s390.c (s390_tune_string) New variable.
22286         (s390_cpu_string) Delete variable.
22287         (override_options): Use s390_tune_string instead of
22288         s390_cpu_string.
22289         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
22291 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
22293         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
22295 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
22297         * jump.c (next_nonnote_insn_in_loop): New function.
22298         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
22299         next_nonnote_insn.
22300         (duplicate_loop_exit_test). Likewise.
22302 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
22304         Merge from pch-branch:
22306         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
22308         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
22309         load.
22311         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
22313         * cpplib.c (count_registered_pragmas): New function.
22314         (save_registered_pragmas): New function.
22315         (_cpp_save_pragma_names): New function.
22316         (restore_registered_pragmas): New function.
22317         (_cpp_restore_pragma_names): New function.
22318         * cpphash.h (_cpp_save_pragma_names): Prototype.
22319         (_cpp_restore_pragma_names): Likewise.
22320         * cpppch.c (struct save_macro_item): Split from save_macro_data.
22321         (struct save_macro_data): New field 'saved_pragmas'.
22322         (save_macros): Update for changes to struct save_macro_data.
22323         (cpp_prepare_state): Call _cpp_save_pragma_names, update
22324         for changes to struct save_macro_data.
22325         (cpp_read_state): Call _cpp_restore_pragma_names, update
22326         for changes to struct save_macro_data.
22328         * cpppch.c (cpp_read_state): Restore the hashtable references
22329         in the cpp_reader.
22331         * tree.h (built_in_decls): Mark for PCH.
22333         * dbxout.c (lastfile): Don't mark for PCH.
22335         * ggc.h: Document PCH calls into memory managers.
22337         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
22339         * doc/invoke.texi (Precompiled Headers): Document the
22340         directory form of PCH.
22341         * cppfiles.c (validate_pch): New function.
22342         (open_file_pch): Search suitably-named directories for PCH files.
22344         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
22346         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
22347         reorder options.
22348         (Type Information): Mention that the information is also
22349         used to implement PCH.
22350         * doc/passes.texi (Passes): Improve documentation of
22351         language-specific files.
22353         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
22355         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
22356         (struct walk_type_data): Add reorder_fn field.
22357         (walk_type): Process 'reorder' option.
22358         (write_types_process_field): Reorder parameters to gt_pch_note_object,
22359         call reorder_note_routine.
22360         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
22361         (ggc_wtd): Update for change to struct write_types_data.
22362         (pch_wtd): Likewise.
22363         * ggc.h (gt_pch_note_object): Reorder parameters.
22364         (gt_handle_reorder): New definition.
22365         (gt_pch_note_reorder): New prototype.
22366         * ggc-common.c (struct ptr_data): Add reorder_fn.
22367         (gt_pch_note_object): Reorder parameters.
22368         (gt_pch_note_reorder): New.
22369         (gt_pch_save): Call reorder_fn.
22370         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
22372         * dbxout.c (cwd): Don't mark for PCH.
22374         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
22376         * gengtype.c (finish_root_table): Fix some warnings.
22377         (write_root): Handle TYPE_STRING.
22378         * ggc.h (gt_ggc_m_S): Add prototype.
22379         * stringpool.c (gt_ggc_m_S): New function.
22381         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
22383         * dwarf2out.c (dw2_string_counter): New.
22384         (AT_string_form): Use it.
22385         (same_dw_val_p): Update for removal of hashtable.h hash tables.
22387         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
22389         * dbxout.c: Include gt-dbxout.h.
22390         (lastfile): Mark for PCH/GGC.
22391         (cwd): Likewise.
22392         (struct typeinfo): Likewise.
22393         (typevec): Likewise.
22394         (typevec_len): Likewise.
22395         (next_type_number): Likewise.
22396         (struct dbx_file): Likewise.
22397         (current_file): Likewise.
22398         (next_file_number): Likewise.
22399         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
22400         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
22401         (dbxout_end_source_file): Don't free struct dbx_file.
22402         (dbxout_type): Use GGC to allocate typevec.
22403         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
22404         (GTFILES): Add dbxout.c.
22405         (gt-dbxout.h): New rule.
22407         * Makefile.in (c-pch.o): Add debug.h as dependency.
22408         * c-pch.c: Include debug.h.
22409         (pch_init): Call start_source_file to keep nesting right.
22410         (c_common_read_pch): Add orig_name parameter.  Call
22411         start_source_file debug hook.  Call end_source_file debug hook.
22412         * c-common.h (c_common_read_pch): Update prototype.
22413         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
22414         callback.
22415         * cppfiles.c (struct include_file): Add new field `header_name'.
22416         (find_or_create_entry): Default it to `name'.
22417         (open_file_pch): Set it to the original header file searched for.
22418         (stack_include_file): Don't stack an empty buffer, just handle
22419         PCH files immediately.  Pass header_name field to read_pch callback.
22421         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
22423         * function.c (funcdef_no): Mark to be saved in a PCH.
22425         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
22427         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
22429         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
22431         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
22433         * optabs.h (code_to_optab): Add GTY marker.
22435         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
22437         * Makefile.in (GTFILES): Add cpplib.h.
22438         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
22439         * c-decl.c (build_compound_literal): Don't use var_labelno.
22440         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
22441         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
22442         * varasm.c (const_labelno): Use gengtype to mark.
22443         (var_labelno): Likewise.
22444         (in_section): Likewise.
22445         (in_named_name): Likewise.
22446         (struct in_named_entry): Likewise.
22447         (in_named_htab): Likewise.
22448         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
22449         (init_varasm_once): Use GGC to allocate in_named_htab.
22450         * config/darwin.c (current_pic_label_num): Mark for PCH.
22452         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
22454         * ggc-simple.c (init_ggc_pch): New stub procedure.
22455         (ggc_pch_count_object): Likewise.
22456         (ggc_pch_total_size): Likewise.
22457         (ggc_pch_this_base): Likewise.
22458         (ggc_pch_alloc_object): Likewise.
22459         (ggc_pch_prepare_write): Likewise.
22460         (ggc_pch_write_object): Likewise
22461         (ggc_pch_finish): Likewise.
22462         (ggc_pch_read): Likewise.
22464         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
22466         * c-pch.c (c_common_write_pch): Write the macro definitions after
22467         the GCed data.
22468         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
22469         definitions after the GCed data.
22470         * cpplib.c (save_macros): New.
22471         (reset_ht): New.
22472         (cpp_write_pch_deps): Split out of cpp_write_pch.
22473         (cpp_write_pch_state): Split out of cpp_write_pch.
22474         (cpp_write_pch): Delete.
22475         (struct save_macro_data): Delete.
22476         (cpp_prepare_state): New.
22477         (cpp_read_state): Erase and restore initial macro definitions.
22478         * cpplib.h (struct save_macro_data): Forward-declare.
22479         (cpp_write_pch_deps): Prototype.
22480         (cpp_write_pch_state): Prototype.
22481         (cpp_write_pch): Delete prototype.
22482         (cpp_prepare_state): Prototype.
22483         (cpp_read_state): Add fourth argument.
22485         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
22487         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
22488         (write_array): Remove warning.
22490         * gengtype.c (contains_scalar_p): New.
22491         (finish_root_table): Add the table to all languages, even if it's
22492         empty.
22493         (write_roots): Output gt_pch_scalar_rtab.
22494         * ggc-common.c (gt_pch_save): Write out scalars.
22495         (gt_pch_restore): Read scalars back.
22497         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
22498         (struct page_entry): Delete pch_page field.
22499         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
22500         (clear_marks): Likewise.
22501         (sweep_pages): Likewise.
22502         (poison_pages): Likewise.
22503         (ggc_print_statistics): Likewise.
22504         (ggc_pch_read): Don't free objects read from a PCH.
22505         Properly set up in_use_p and page_tails.
22507         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
22509         * gengtype.c (struct write_types_data): New.
22510         (struct walk_type_data): Make `cookie' const; add extra
22511         prev_val item; add `orig_s' field.
22512         (walk_type): Update prev_val[3].
22513         (write_types_process_field): New.
22514         (write_func_for_structure): Take write_types_data structure.
22515         (write_types): New.
22516         (ggc_wtd): New.
22517         (pch_wtd): New.
22518         (write_types_local_process_field): New.
22519         (gc_mark_process_field): Delete.
22520         (write_local_func_for_structure): New.
22521         (gc_mark_func_name): Delete.
22522         (write_gc_types): Delete.
22523         (write_local): New.
22524         (finish_root_table): Don't include 'ggc_' in PFX.
22525         (write_root): Rename from write_root.  Fill pchw field of structures.
22526         (write_array): New.
22527         (write_roots): Rename from write_gc_roots.  Split out to write_array.
22528         Update to changes to other routines.  Write gt_pch_cache_rtab table.
22529         (main): Write PCH walking routines.
22530         * ggc-common.c: Include toplev.h, sys/mman.h.
22531         (ggc_mark_roots): For cache hashtables, also mark the hash table
22532         and the array of entries.
22533         (saving_htab): New.
22534         (struct ptr_data): New.
22535         (POINTER_HASH): New.
22536         (gt_pch_note_object): New.
22537         (saving_htab_hash): New.
22538         (saving_htab_eq): New.
22539         (struct traversal_state): New.
22540         (call_count): New.
22541         (call_alloc): New.
22542         (compare_ptr_data): New.
22543         (relocate_ptrs): New.
22544         (write_pch_globals): New.
22545         (struct mmap_info): New.
22546         (gt_pch_save): New.
22547         (gt_pch_restore): New.
22548         * ggc-page.c (ROUND_UP_VALUE): New.
22549         (ROUND_UP): New.
22550         (struct page_entry): Add field `pch_page'.
22551         (init_ggc): Use ROUND_UP.
22552         (struct ggc_pch_data): Declare.
22553         (init_ggc_pch): New.
22554         (ggc_pch_count_object): New.
22555         (ggc_pch_total_size): New.
22556         (ggc_pch_this_base): New.
22557         (ggc_pch_alloc_object): New.
22558         (ggc_pch_prepare_write): New.
22559         (ggc_pch_write_object): New.
22560         (ggc_pch_finish): New.
22561         (ggc_pch_read): New.
22562         * ggc.h (gt_pointer_operator): New.
22563         (gt_note_pointers): New.
22564         (gt_pch_note_object): New prototype.
22565         (gt_pointer_walker): New.
22566         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
22567         (LAST_GGC_ROOT_TAB): Update.
22568         (gt_pch_cache_rtab): Declare.
22569         (gt_pch_scalar_rtab): Declare.
22570         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
22571         (LAST_GGC_CACHE_TAB): Update.
22572         (gt_pch_save_stringpool): Declare.
22573         (gt_pch_restore_stringpool): Declare.
22574         (gt_pch_p_S): Declare.
22575         (gt_pch_n_S): Declare.
22576         (struct ggc_pch_data): Forward-declare.
22577         (init_ggc_pch): Declare.
22578         (ggc_pch_count_object): Declare.
22579         (ggc_pch_total_size): Declare.
22580         (ggc_pch_this_base): Declare.
22581         (ggc_pch_alloc_object): Declare.
22582         (ggc_pch_prepare_write): Declare.
22583         (ggc_pch_write_object): Declare.
22584         (ggc_pch_finish): Declare.
22585         (ggc_pch_read): Declare.
22586         (gt_pch_save): Declare.
22587         (gt_pch_restore): Declare.
22588         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22589         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22590         const_double_htab, mem_attrs_htab using GGC.
22591         * c-pch.c: Include ggc.h.
22592         (pch_init): Allow reading PCH file back.
22593         (c_common_write_pch): Call gt_pch_save.
22594         (c_common_read_pch): Call gt_pch_restore.
22595         * c-parse.in (init_reswords): Delete now-untrue comment.
22596         Allocate ridpointers using GGC.
22597         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22598         calling expand_deferred_fns.
22599         * c-common.h (ridpointers): Mark for GTY machinery.
22600         * Makefile.in (stringpool.o): Update dependencies.
22601         (c-pch.o): Update dependencies.
22602         (ggc-common.o): Update dependencies.
22603         * stringpool.c: Include gt-stringpool.h.
22604         (gt_pch_p_S): New.
22605         (gt_pch_n_S): New.
22606         (struct string_pool_data): New.
22607         (spd): New.
22608         (gt_pch_save_stringpool): New.
22609         (gt_pch_restore_stringpool): New.
22610         * tree.c (init_ttree): Make type_hash_table allocated using GC.
22612         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
22614         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22615         (output_mangled_typename): Don't pass size_t to printf.
22617         * tree.h (union tree_type_symtab): Add tag to `address' field.
22618         (union tree_decl_u2): Add tag to 'i' field.
22619         * varasm.c (union rtx_const_un): Add tags to all fields.
22620         * gengtype.c (struct walk_type_data): New.
22621         (output_escaped_param): Take struct walk_type_data parameter.
22622         (write_gc_structure_fields): Delete.
22623         (walk_type): New.
22624         (write_gc_marker_routine_for_structure): Delete.
22625         (write_func_for_structure): New.
22626         (gc_mark_process_field): New.
22627         (gc_mark_func_name): New.
22628         (gc_counter): Delete.
22629         (write_gc_types): Use write_func_for_structure.
22630         (write_gc_roots): Use walk_type.
22632         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
22634         * ggc-common.c (ggc_mark_roots): Delete 'x'.
22635         (ggc_splay_dont_free): Fix warning about unused 'x'.
22636         (ggc_print_common_statistics): Remove warnings.
22638         2002-10-01  Mike Stump  <mrs@apple.com>
22640         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22641         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22643         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
22644             Catherine Moore  <clm@redhat.com>
22646         * Makefile (c-pch.o): Update dependencies.
22647         (LIBCPP_OBJS): Add cpppch.o.
22648         (cpppch.o): New.
22649         * c-common.c (c_common_init): Don't call pch_init here.
22650         * c-common.h (c_common_read_pch): Update prototype.
22651         * c-lex.c (c_common_parse_file): Call pch_init here.
22652         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22653         (c_common_decode_option): Handle them.
22654         * c-pch.c: Include c-pragma.h.
22655         (save_asm_offset): Delete.
22656         (pch_init): Move contents of save_asm_offset into here, call
22657         cpp_save_state.
22658         (c_common_write_pch): Call cpp_write_pch.
22659         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
22660         cpp_valid_state.
22661         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
22662         * cppfiles.c (stack_include_file): Update for change to
22663         parameters of cb.read_pch.
22664         * cpphash.h (struct cpp_reader): Add `savedstate' field.
22665         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22666         `restore_pch_deps' fields.
22667         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22668         (cpp_save_state): Prototype.
22669         (cpp_write_pch): Prototype.
22670         (cpp_valid_state): Prototype.
22671         (cpp_read_state): Prototype.
22672         * cpppch.c: New file.
22673         * flags.h (version_flag): Remove prototype.
22674         * mkdeps.c (deps_save): New.
22675         (deps_restore): New.
22676         * mkdeps.h (deps_save): Prototype.
22677         (deps_restore): Prototype.
22678         * toplev.c (late_init_hook): Delete.
22679         (version_flag): Make static again.
22680         (compile_file): Don't call late_init_hook.
22681         * toplev.h (late_init_hook): Delete.
22682         * doc/cppopts.texi: Document -fpch-deps.
22683         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22685         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
22687         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22688         callers.
22689         (c_common_valid_pch): Rename from c_valid_pch, change callers.
22690         (c_common_read_pch): Rename from c_read_pch, change callers.
22692         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22693         a space between it and its argument.
22695         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
22697         * c-pch.c: New file.
22698         * toplev.h (late_init_hook): Declare.
22699         * toplev.c (late_init_hook): Define.
22700         (version_flag): Make globally visible.
22701         (compile_file): Call late_init_hook.
22702         (init_asm_output): Make output file seekable.
22703         * gcc.c (default_compilers): Update c-header rule.
22704         * flags.h (version_flag): Declare.
22705         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22706         fields.
22707         * cppfiles.c (struct include_file): Add 'pch' field.
22708         (INCLUDE_PCH_P): New.
22709         (open_file_pch): New.
22710         (stack_include_file): Handle PCH files specially.
22711         (find_include_file): Call open_file_pch instead of open_file.
22712         (_cpp_read_file): Explain why open_file is used instead of
22713         open_file_pch.
22714         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22715         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22716         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22717         in cpplib callbacks.
22718         * c-common.c (pch_file): Correct comment.
22719         (allow_pch): Define.
22720         (c_common_init): Call pch_init.
22721         * c-common.h (allow_pch): Declare.
22722         (pch_init): Declare.
22723         (c_valid_pch): Declare.
22724         (c_read_pch): Declare.
22725         (c_write_pch): Declare.
22726         * Makefile.in (c-pch.o): New.
22727         (C_AND_OBJC_OBJS): Add c-pch.o.
22728         * doc/invoke.texi (Precompiled Headers): Add index entries,
22729         complete truncated paragraph.
22731         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
22733         * c-common.c: (pch_file): Define.
22734         * c-common.h (pch_file): Declare.
22735         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22736         (missing_arg): Require --output-pch= to have an argument.
22737         (c_common_decode_option): Handle --output-pch=.
22738         * gcc.c: Document new %V.
22739         (default_compilers): Handle compiling C header files.
22740         (do_spec_1): Implement %V.
22741         (main): Handle "gcc foo.h" without trying to run linker.
22742         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22743         (Overall Options): Document what the driver does with header files,
22744         document new -x option possibilities.
22745         (Invoking G++): More documentation for PCH.
22746         (Precompiled Headers): New.
22748         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
22750         * ggc.h: Don't include varray.h.  Rearrange functions to be more
22751         organized.
22752         (ggc_add_root): Delete.
22753         (ggc_mark_rtx): Delete.
22754         (ggc_mark_tree): Delete.
22755         (struct ggc_statistics): Remove contents.
22756         * ggc-common.c: Remove unneeded includes.
22757         (struct ggc_root): Delete.
22758         (roots): Delete.
22759         (ggc_add_root): Delete.
22760         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
22761         (ggc_print_common_statistics): Remove most of the contents.
22762         * Makefile.in (GGC_H): No longer uses varray.h.
22763         (ggc-common.o): Update dependencies.
22764         (c-parse.o): Add varray.h to dependencies.
22765         (c-common.o): Add varray.h.
22766         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22767         (mark_ident_hash): Rename to ggc_mark_stringpool.
22768         (init_stringpool): Don't use ggc_add_root.
22769         * c-parse.in: Include varray.h.
22770         * c-common.c: Include varray.h.
22771         * objc/Make-lang.in (objc-act.o): Add varray.h.
22772         * objc/objc-act.c: Include varray.h.
22774         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
22776         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22777         (dw_cfi_oprnd1_desc): Likewise.
22779         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
22781         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22782         move out of ifdef.
22783         (alpha_links): Use gengtype to mark; move out of ifdef.
22784         (mark_alpha_links_node): Delete.
22785         (mark_alpha_links): Delete.
22786         (alpha_need_linkage): Use GGC to allocate splay tree, struct
22787         alpha_links, strings.  Don't use ggc_add_root.
22788         * ggc-common.c (ggc_splay_alloc): New.
22789         (ggc_splay_dont_free): New.
22790         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22791         (ggc_mark_tree): Likewise.
22792         (splay_tree_new_ggc): New.
22793         (ggc_splay_alloc): Declare.
22794         (ggc_splay_dont_free): Declare.
22795         * dwarf2asm.c: Include gt-dwarf2asm.h.
22796         (mark_indirect_pool_entry): Delete.
22797         (mark_indirect_pool): Delete.
22798         (indirect_pool): Use gengtype to mark.
22799         (dw2_force_const_mem): Don't use ggc_add_root.
22800         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22801         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22802         (gt-dwarf2asm.h): Depend on s-gtype.
22804         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
22806         * tree.h (union tree_type_symtab): Mark `die' field.
22807         * Makefile.in (dwarf2out.o): Update dependencies.
22808         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
22809         hash tables.
22810         (dw_cfi_oprnd1_desc): New function.
22811         (dw_cfi_oprnd2_desc): New function.
22812         (indirect_string_alloc): Delete.
22813         (debug_str_do_hash): New function.
22814         (debug_str_eq): New function.
22815         (mark_limbo_die_list): Delete.
22816         (dwarf2out_init): Don't call ggc_add_root.
22818 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
22820         The following changes are merged from itanium-sched-branch:
22822         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22824         * doc/md.texi: Clarify assignment of units to automata description.
22826         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
22828         * genautomata.c (unit_decl): Remove members
22829         `the_same_automaton_unit' and
22830         `the_same_automaton_message_reported_p'.
22831         (process_unit_to_form_the_same_automaton_unit_lists,
22832         form_the_same_automaton_unit_lists_from_regexp,
22833         form_the_same_automaton_unit_lists, the_same_automaton_lists):
22834         Remove them.
22835         (annotation_message_reported_p): New global variable.
22836         (check_unit_distribution_in_reserv,
22837         check_regexp_units_distribution): New functions.
22838         (check_unit_distributions_to_automata): Rewrite it.
22840         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
22842         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22843         Use continue instead of break if cycle is too big.
22845         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
22847         * genautomata.c (check_unit_distributions_to_automata): Output at
22848         most one message for a unit.
22849         (process_unit_to_form_the_same_automaton_unit_lists): Check
22850         automaton of units instead of units themself.
22852         * doc/md.texi: Describe the constraint about assigning unit to
22853         automata.
22855         2002-12-20  Jan Hubicka  <jH@suse.cz>
22856                     Vladimir Makarov  <vmakarov@redhat.com>
22858         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22859         and `in_set_p'.
22860         (gen_cpu_unit): Initialize the new members.
22861         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
22862         up `min_occ_cycle_num'.
22863         (evaluate_max_reserv_cycles): Change the function call.
22864         (CLEAR_BIT): New macro.
22865         (states_union, state_shift): Use the mask.
22866         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22867         (form_reservs_matter): New function.
22868         (make_automaton): Call the function and use the mask.
22869         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22870         account.
22872         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22874         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22876         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22878         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22879         for Itanium.
22881         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22883         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22884         default cpu.
22886         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22887                 2002-10-31  Dale Johannesen <dalej@apple.com>
22889         * haifa-sched.c (find_set_reg_weight): New function.
22890         (find_insn_reg_weight): Use the new function.
22891         (schedule_block): Do sorting ready queue always
22892         after insn issue.
22894         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
22896         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22898         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
22900         * haifa-sched.c (choice_entry): New structure.
22901         (choice_stack, cycle_issued_insns): New variables.
22902         (max_issue): Rewrite it.
22903         (choose_ready): Set up ready_try for unknown insns too.
22904         (schedule_block): Allocate and free choice_stack.  Set up
22905         and modify cycle_issued_insns.
22907         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22908         with and without filling the bundle.
22909         (bundling): Combine calls of issue_nops_and_insn.
22911         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
22913         * config/ia64/itanium1.md: New file.
22915         * config/ia64/itanium2.md: New file.
22917         * config/ia64/ia64.md: Move DFA descriptions into the new files.
22918         Remove the old pipeline description.
22920         * config/ia64/ia64.c (ia64_override_options): Add aliases of
22921         itanium processor names.
22923         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
22925         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22926         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
22928         * config/ia64/ia64.md: Add descriptions for Itanium2.
22930         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22932         * config/ia64/ia64.h (processor_type): New enumeration.
22933         (ia64_tune, ia64_tune_string): New external declarations.
22934         (TARGET_OPTIONS): Add option `tune='.
22936         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22937         variables.
22938         (ia64_override_options): Set up `ia64_tune'.
22939         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22940         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22941         (bundling): Add nops for MM-insns only for Itanium.
22942         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22943         Itanium.
22945         * config/ia64/ia64.md (cpu): New attribute.
22946         (DFA description): Enable it only for Itanium.
22948         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22949                     Richard Henderson  <rth@redhat.com>
22951         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22952         MASK_EARLY_STOP_BITS.
22953         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22954         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22955         `early-stop-bits'.
22957         * config/ia64/ia64.c (ia64_dfa_new_cycle,
22958         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22959         instead of TARGET_TUNE_STOP_BITS.
22961         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22962         `-mearly-stop-bits'.
22964         * config/ia64/ia64.c (automata_option "v"): Comment it.
22966         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
22968         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22969         New macros.
22970         (TARGET_SWITCHES): Add entries for the new option.
22972         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22973         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22974         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22975         global variables.
22976         (ia64_sched_reorder2): Set up `clocks'.
22977         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22978         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
22979         queue when TARGET_TUNE_STOP_BITS.
22980         (bundling): Insert additional nops for MM-insns.
22981         (final_emit_insn_group_barriers): Add insertion of stop bits
22982         according `stops_p'.
22983         (ia64_reorg): Initiate the new varibales.
22985         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22987         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
22989         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22990         insns at the end of block insn scheduling.
22992         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
22994         * sched-deps.c (remove_dependence, group_leader): Remove it.
22995         (add_dependence): Add dependence to group leader to.
22996         (set_sched_group_p): Add dependence to the first insn of the
22997         schedule group too.
22998         (sched_analyze_insn): Make dependence to jump as anti-dependence.
22999         Change true dependence by anti-dependence when
23000         `reg_pending_barrier'.
23002         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
23003         add_branch_dependences): Ignore schedule groups.
23005         * sched-ebb.c (init_ready_list): Ditto.
23007         * (move_insn, set_priorities): Ditto.
23009         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
23010         flag is clear after reload.
23011         (adjust_cost): Change cost only for output dependencies.
23013         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
23015         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
23017         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
23019         * target.h (gcc_target): Add member
23020         `dependencies_evaluation_hook'.
23022         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
23023         macro.
23024         (TARGET_SCHED): Add initiatialization of the new member.
23026         * sched-ebb.c: Include `target.h'.
23027         (schedule_ebb): Call `dependencies_evaluation_hook'.
23029         * sched-rgn.c (schedule_region): Call
23030         `dependencies_evaluation_hook'.
23032         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23033         New macro.
23034         (ia64_dependencies_evaluation_hook): New function.
23036         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23037         Describe the new hook.
23039         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
23041         * target.h (gcc_target): Add members
23042         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
23044         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
23045         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
23046         macros.
23047         (TARGET_SCHED): Add initiatialization of the new members.
23049         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
23050         insn scheduling too.
23051         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
23052         initialize `ready_try'.
23053         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
23054         `dfa_new_cycle' says not to do it.
23056         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
23057         bundling.
23059         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
23061         * config/ia64/ia64.c: Include `hashtab.h'.
23062         (ia64_first_cycle_multipass_dfa_lookahead_guard,
23063         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
23064         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
23065         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
23066         bundle_state_eq_p, insert_bundle_state,
23067         initiate_bundle_state_table, finish_bundle_state_table,
23068         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
23069         get_template, get_next_important_insn, bundling): New functions.
23070         (ia64_internal_sched_reorder): Remove it.
23071         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23072         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
23073         (ia64_safe_itanium_requires_unit0): Remove it.
23074         (group_barrier_needed_p): Place group barrier right before a real
23075         insn.
23076         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
23077         Remove them.
23078         (bundle_name): New variable.
23079         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
23080         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
23081         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
23082         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
23083         temp_dfa_state, prev_cycle_state): New global variables.
23084         (insn_matches_slot, maybe_rotate, finish_last_head,
23085         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
23086         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
23087         find_best_packet, itanium_reorder, dump_current_packet,
23088         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
23089         (sched_data, sched_ready, sched_types): Remove them.
23090         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
23091         `init_insn_group_barriers'.
23092         (ia64_sched_reorder, ia64_sched_reorder2): Call
23093         ia64_dfa_sched_reorder.
23094         (ia64_variable_issue): Rewrite it.
23095         (bundle_state): New structure.
23096         (index_to_bundle_states, bundle_states_num,
23097         allocated_bundle_states_chain, free_bundle_state_chain): New
23098         global variables.
23099         (ia64_sched_finish): Add stop bits and call `bundling' after the
23100         2nd insn scheduling.
23101         (ia64_use_dfa_pipeline_interface): Return zero always.
23102         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
23103         insn scheduling.
23104         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
23105         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
23106         (ia64_reorg): Add bundling insns.
23108         * doc/tm.texi
23109         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23110         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
23112         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
23114         * config/ia64/ia64.md: Add Itanium1 DFA description.
23115         (itanium_class): Add `nop' and `pre_cycle'.  Add
23116         define_function_unit for `nop'.
23117         (nop): Change attribute `itanium_class'.
23118         (pre_cycle): New define_insn.
23120         * config/ia64/ia64-protos.h (bundling_p): New external variable.
23121         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
23122         ia64_produce_address_p): New function prototypes.
23124         * config/ia64/ia64.c (bundling_p): New global variable.
23125         (ia64_use_dfa_pipeline_interface,
23126         ia64_first_cycle_multipass_dfa_lookahead,
23127         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
23128         functions.
23129         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
23130         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
23131         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
23132         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
23133         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
23134         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
23135         (dfa_pre_cycle_insn): New variable.
23137         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
23139         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
23140         constructions.
23142         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
23143         New function prototypes.
23145         * genattrtab.c (main): Process the new constructions.
23147         * genautomata.c (gen_presence_absence_set,
23148         process_presence_absence_names, process_presence_absence_patterns,
23149         add_presence_absence, check_absence_pattern_sets): Add parameter
23150         `final_p'.
23151         (unit_decl): Add new members `final_presence_list' and
23152         `final_absence_list'.
23153         (unit_pattern_rel_decl): Add new member `final_p'.
23154         (gen_final_presence_set, gen_final_absence_set): New functions.
23155         (process_decls): Use member `final_p'.
23156         (temp_reserv): New global variable.
23157         (reserv_sets_are_intersected): Add processing `final_presence_set'
23158         and `final_absence_set'.
23159         (initiate_states): Allocate `temp_reserv'.
23160         (unit_final_presence_set_table, unit_final_absence_set_table): New
23161         gloabal variables.
23162         (initiate_presence_absence_pattern_sets): Initiate them.
23163         (NDFA_to_DFA): Fix typo.
23164         (output_description): Output `final_presence_set' and
23165         `final_absence_set'.
23167         * doc/md.texi (final_presence_set, final_absence_set): Describe
23168         them.
23170         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
23172         * genautomata.c (transform_3): Process a missing case (nothing on
23173         unit place).
23175         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
23177         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
23178         comments about queried units and the minimization.
23180         * doc/md.texi: Ditto.
23182         * genautomata.c (create_composed_state): Return nonzero if the new
23183         state has been created.
23184         (first_cycle_unit_presence): New function.
23185         (state_is_differed): Add new parameter.  Use the new function.
23186         Take queried units into account.
23187         (partition_equiv_class): Pass additional parameter to
23188         `state_is_differed'.
23189         (merge_states): Process composed states too.
23190         (build_automaton, create_automata, output_min_issue_delay_table,
23191         output_tables, output_statistics): Output more information.
23192         (output_reserved_units_table): Use function
23193         `first_cycle_unit_presence'.
23194         (output_tables): Output table of queried units even if the
23195         minimization is switched on.
23196         (write_automata): Output code for querying units even if the
23197         minimization is switched on.
23199         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
23201         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
23202         syntax of the constructions.
23204         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
23205         extended syntax of the constructions.
23207         * genautomata.c (unit_rel_decl): Rename it to
23208         `unit_pattern_rel_decl'.
23209         (pattern_set_el, pattern_reserv): New structures.
23210         (pattern_set_el_t, pattern_reserv_t): New types.
23211         (gen_presence_absence_set): New function.
23212         (process_presence_absence): Remove it.
23213         (process_presence_absence_names,
23214         process_presence_absence_patterns): New functions.
23215         (get_presence_absence_set): Remove it.
23216         (initiate_presence_absence_sets): Rename it on
23217         `initiate_presence_absence_pattern_sets'.  Use new function
23218         `form_reserv_sets_list'.
23219         (form_reserv_sets_list, check_presence_pattern_sets,
23220         check_absence_pattern_sets, output_pattern_set_el_list): New
23221         functions.
23222         (unit_decl): Change types of members `presence_list' and
23223         `absence_list'.
23224         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
23225         (decl): Change types of members `excl', `presence', and `absence'.
23226         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
23227         at the end of the vector.
23228         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
23229         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
23230         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
23231         (gen_presence_set, gen_absence_set): Use new function
23232         `gen_presence_absence_set'.
23233         (add_presence_absence): Process `pattern_list' instead of
23234         `source_list'.
23235         (process_decls): USe new functions
23236         `process_presence_absence_names' and
23237         `process_presence_absence_patterns'.
23238         (reserv_sets_are_intersected): Use new function
23239         `check_presence_pattern_sets'.
23240         (presence_set, absence_set): Remove them.
23241         (unit_presence_set_table, unit_absence_set_table): New global
23242         variables.
23243         (output_description): Use new function
23244         `output_pattern_set_el_list'.
23245         (generate): Use `initiate_presence_absence_pattern_sets'.
23247         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
23249         * genattr.c (main): Add output of prototype of new interface
23250         function `dfa_clean_insn_cache'.
23252         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
23253         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
23254         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
23255         the generated code.
23256         (write_automata): Call the new function.
23258 2003-01-09  Jan Hubicka  <jh@suse.cz>
23260         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
23261         correctly.
23263 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
23265         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
23267 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
23269         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
23270         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
23271         (CONSTRAINT_LEN): Provide default definition.
23272         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23273         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
23274         (EXTRA_CONSTRAINT_STR): Likewise.
23275         (REG_CLASS_FROM_CONSTRAINT): Define.
23276         * genoutput.c (check_constraint_len, constraint_len): New functions.
23277         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
23278         constraint / modifier.
23279         (gen_insn): Call check_constraint_len.
23280         * local-alloc.c (block_alloc): Update to use new macros / pass
23281         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
23282         * ra-build.c (handle_asm_insn): Likewise.
23283         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
23284         (constrain_operands, peep2_find_free_register): Likewise.
23285         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
23286         * regmove.c (find_matches): Likewise.
23287         * reload.c (push_secondary_reload, find_reloads): Likewise.
23288         (alternative_allows_memconst): Likewise.
23289         * reload1.c (maybe_fix_stack_asms): Likewise.
23290         (reload_cse_simplify_operands): Likewise.
23291         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
23292         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
23293         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23294         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
23295         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
23296         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
23298         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
23300 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
23302         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
23303         length.
23304         (*extzv_1_r_h8300hs): Likewise.
23305         (*extzv_1_r_inv_h8300): Likewise.
23306         (*extzv_1_r_inv_h8300hs): Likewise.
23308 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
23310         * config/h8300/h8300.h (PREDICATE_CODES): New.
23312 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
23314         * config/h8300/h8300.md (*addsi3_upper): New.
23315         (*iorsi3_shift): Likewise.
23316         (two splitters): Likewise.
23317         (*addsi3_shift): Likewise.
23318         (two splitters): Likewise.
23320 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
23322         * Makefile.in (optabs.o): Add dependency on basic-block.h.
23323         * basic-block.h (control_flow_insn_p): Fuction was exported.
23324         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
23325         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
23326         notes only when the region is contained in a single basic block.
23328 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
23330         PR inline-asm/8832
23331         * tree.h (expand_asm): New prototype.
23332         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
23333         to do so.
23334         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
23335         down to expand_asm.
23336         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
23337         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
23338         (volatile_refs_p) [ASM_INPUT]: Likewise.
23339         (side_effects_p) [ASM_INPUT]: Likewise.
23341 2003-01-09  Jan Hubicka  <jh@suse.cz>
23343         * i386.md (*mul*): FIx constraints; remove confused comment; fix
23344         athlon_decode attributes
23345         (imul/k8 optimization peep2s): New.
23347         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
23348         * i386.md (type attribute): Add ssecomi.
23349         (unit, memory, prefix attributes): Handle ssecomi.
23350         (cvt?2? patterns): Fix athlon_decode attribute
23351         (comi patterns): Set attribute to ssecomi.
23353         PR target/8343
23354         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
23356 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
23358         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
23359         that match register_operands.
23360         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
23361         register_operand the default case.
23363 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
23365         PR c/8032
23366         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
23367         an empty element, do not advance the pointer to unfilled
23368         fields if there are pending initializers.
23370 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
23372         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
23373         (install-gcc-tooldir, install-cpp, installdirs,
23374         install-common, install-driver, install-info, install-man,
23375         install-headers, install-include-dir, install-headers-tar,
23376         install-headers-cpio, install-headers-cp, install-mkheaders,
23377         install-collect2, uninstall): Prepend $(DESTDIR) to
23378         destination paths in all (un)installation commands.
23379         (install-driver): Rewrite $(LN) commands to support DESTDIR
23380         with "ln" as well as with "ln -s".
23381         (installdirs): Simply use mkinstalldirs.
23382         (install-libgcc, install-multilib): Also pass DESTDIR.
23383         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
23384         installation destination variable ldir.
23385         * config/alpha/t-osf4, config/arm/t-netbsd,
23386         config/ia64/t-hpux, config/mips/t-iris5-6,
23387         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
23388         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
23389         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
23390         in the definition of SHLIB_INSTALL.
23391         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
23392         $(libsubdir) in the installation commands.
23394 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
23396         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
23397         non-optimizing compile.
23398         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
23399         compile.
23401 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
23403         * config/i386/i386.c (ix86_attribute_table): Add new attributes
23404         ms_struct and gcc_struct.
23405         (ix86_handle_struct_attribute): New function.
23406         (ix86_ms_bitfield_layout_p): Update to take new attributes
23407         into account.
23408         * doc/extend.texi: Document new attributes.
23409         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
23411 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
23413         PR optimization/8750
23414         * config/i386/i386.c (ix86_expand_prologue): Don't allow
23415         scheduling pass to move insns across __alloca call.
23417 2003-01-08  Dale Johannesen  <dalej@apple.com>
23419         * config/rs6000/rs6000.md:  Replace *store_multiple_string
23420         with *stmsi[3-8].
23422 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
23424         PR target/9210
23425         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
23426         Set SYMBOL_REF_FLAG on local data sym_ref.
23428 2003-01-08  Dale Johannesen  <dalej@apple.com>
23430         * function.c (assign_parms):  Don't set pretend_args_size if
23431           REG_PARM_STACK_SPACE.
23432           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
23433           pretend_args_size.
23435 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
23437         * gcc.hlp: Delete.
23439 2003-01-09  Jan Hubicka  <jh@suse.cz>
23441         * i386.c  (ix86_expand_int_addcc): Fix thinko.
23443 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
23445         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
23446         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
23447         as hook_bool_tree_hwi_hwi_tree_true.
23448         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
23449         (rs6000_emit_epilogue): Same.
23450         (rs6000_output_mi_thunk): Re-implement as RTL.
23451         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
23452         xcoffout_declare_function if any debugging enabled.
23454 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
23456         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
23457         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
23458         * config/mips/mips.h (enum processor_type): Rename
23459         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
23460         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
23461         Add PROCESSOR_M4K.
23462         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
23463         (ISA_MIPS32R2): New define.
23464         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
23465         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
23466         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
23467         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
23468         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
23469         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
23470         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
23471         compiling MIPS16 code.
23472         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
23473         comment.
23474         (ISA_HAS_SEB_SEH): New define.
23475         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
23476         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
23477         processor_type value renaming.  Add support for MIPS32R2.
23478         Clean up comments, and move "sb1" entry with other MIPS64 CPU
23479         entries.
23480         (override_options): Reimplement -mipsN option handling so that
23481         it will work correctly for -mips32r2.  Avoid branch-likely
23482         instructions on MIPS32R2.
23483         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
23484         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
23485         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
23486         (extendhisi2_hw, extendqisi2_hw): New.
23487         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
23488         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
23489         MIPS32R2, and MIPS64.
23490         (LINK_SPEC): Pass -mips32r2 to linker.
23491         * config/mips/t-isa3264: Built -mips32r2 multilibs.
23492         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
23493         for mips32r2 in the -march description.  Alphabetically sort
23494         CPU names in the -march description.  Add long-missed -mips32
23495         and -mips64 to MIPS option summary.
23497         * config.gcc: Update copyright years to include 2003.
23498         * config/mips/mips.c: Likewise.
23499         * config/mips/mips.h: Likewise.
23500         * config/mips/mips.md: Likewise.
23501         * config/mips/netbsd.h: Likewise.
23502         * doc/invoke.texi: Likewise.
23504 2003-01-08  Andreas Schwab  <schwab@suse.de>
23506         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
23507         variable.
23508         * configure: Regenerated.
23510 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
23512         * config/h8300/h8300.c (output_logical_op): Replace byte/word
23513         extraction of det with b0, b1, w0, w2, etc.
23514         (compute_logical_op_length): Likewise.
23515         (compute_logical_op_cc): Likewise.
23517 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
23519         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
23520         HIGH on all variants.
23522 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23524         * Makefile.in (PARTITION_H): New.
23525         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
23526         * basic-block.h: Include hard-reg-set.h.
23528 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
23530         * arm.h (ENABLE_XF_PATTERNS): Delete.
23531         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
23532         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
23533         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
23534         (cmpxf_trap): Delete.
23535         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
23537 2003-01-08  Jan Hubicka  <jh@suse.cz>
23539         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
23540         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
23541         (add??cc): New expanders.
23542         * i386.c (expand_int_addcc): New function.
23543         * i386-protos.h (expand_int_addcc): Declare.
23545         * alias.c (memory_modified_1): New static function.
23546         (memory_modified): New static varaible.
23547         (memory_modified_in_insn_p): New global function.
23548         * rtl.h (memory_modified_in_insn_p): Declare.
23549         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
23550         references.
23552         * expr.h (emit_conditional_add): Declare.
23554 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
23556         PR other/8947
23557         * doc/invoke.texi (-malign-double): Explain that the option breaks
23558         binary compatibility.
23560 2003-01-08  Andreas Schwab  <schwab@suse.de>
23562         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
23563         should come from the generic *-*-linux* entry.
23565 2003-01-07  Jan Hubicka  <jh@suse.cz>
23567         * cselib.c (cselib_current_insn_in_libcall): New static variable.
23568         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
23569         we are inside libcall.
23570         * cselib.h (elt_loc_list): Add in_libcall.
23571         * gcse.c (do_local_cprop): Do not copy propagate using insns
23572         in libcalls.
23574 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
23576         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
23577         not normally affect to issue rate.
23579 2003-01-07  Jan Hubicka  <jh@suse.cz>
23581         * genopinit.c (optabs): Add addc_optab.
23582         * ifcvt.c (noce_try_store_flag): Rename to ...
23583         (noce_try_addcc): ... this one; handle generic conditional increment.
23584         (noce_process_if_block): Update noce_try_addcc call.
23585         * optabs.c (emit_conditional_add): New.
23586         (init_obtabs): Initialize addc_optab.
23587         * optabs.h (optab_index): Add OTI_addcc.
23588         (addcc_optab): New macro.
23589         * md.texi: Document addMcc
23591         PR target/8322
23592         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23593         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23594         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23596         * reload1.c (delete_output_reload): Avoid repeated attempts
23597         to delete insn.
23599 2003-01-07  Andreas Schwab  <schwab@suse.de>
23601         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23602         Move --enable-initfini-array check ...
23603         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
23604         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23605         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
23606         * configure: Rebuild.
23608 2003-01-07  Richard Henderson  <rth@redhat.com>
23610         * alias.c (find_base_value): Only use new_reg_base_value shortcut
23611         if the register is set once.
23613 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23615         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23616         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23617         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23619 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
23620             Sunil Davasam  <sunil.k.davasam@intel.com>
23622         PR libstdc++/9076
23623         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23624         DW_CFA_same_value, read next and ignore.
23626 2003-01-07  Richard Henderson  <rth@redhat.com>
23628         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23630 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23632         * cfg.c: Include alloc-pool.h
23633         (edge_pool): New pool.
23634         (bb_pool): New pool.
23635         (first_deleted_edge): Remove.
23636         (first_deleted_block): Remove.
23637         (init_flow): Alloc/free the pools.
23638         (free_edge): Use pools.
23639         (alloc_block): Ditto.
23640         (expunge_block): Ditto.
23641         (cached_make_edge): Ditto.
23643         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23645 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23647         * et-forest.c: Include alloc-pool.h.
23648         (struct et_forest): Add node_pool and occur_pool.
23649         (et_forest_create): Create the new pools.
23650         (et_forest_delete): Delete them.
23651         (et_forest_add_node): Allocate and free using pools.
23652         (et_forest_add_edge): Ditto.
23653         (et_forest_remove_node): Ditto.
23654         (et_forest_remove_edge): Ditto.
23656         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23658 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
23660         * config/h8300/h8300.c (output_logical_op): Simplify and
23661         optimize the handling of SImode.
23662         * config/h8300/h8300.c (compute_logical_op_length): Update
23663         accordingly.
23664         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23666 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
23668         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23669         big-endian correction to indirect arguments too.
23671 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23673         Segher Boessenkool  <segher@koffie.nl>
23675         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23676         (alt_reg_names): Ditto, fix formatting.
23677         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23679 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23681         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23682         (output_logical_op): Constify intval and det.
23683         (compute_logical_length): Likewise.
23684         (compute_logical_cc): Likewise.
23685         (output_a_shift): Constify mask.
23686         (h8300_encode_label): Constify len.
23688 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23690         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23691         (h8300_expand_epilogue): Likewise.
23693 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23695         Segher Boessenkool  <segher@koffie.nl>
23697         * config/rs6000/altivec.md: Remove spaces from assembler
23698         instruction argument lists.
23700 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
23702         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23703         c4x_assembler_function_p.
23704         (c4x_null_epilogue_p): Complement return value, all uses updated.
23705         (c4x_insert_attributes): Add naked.
23706         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23707         * doc/extend.texi: Update C4x function attributes.
23709 2003-01-06  Richard Henderson  <rth@redhat.com>
23711         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23712         properly when changing "local-ness".
23713         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23715 2003-01-06  Dale Johannesen  <dalej@apple.com>
23717         * config/darwin-protos.h:  Add prototypes for new section functions.
23719 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
23721         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23722         to EABI.
23724 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
23726         * hwint.h: If the current compiler has no 64-bit type at all,
23727         make HOST_WIDEST_INT 32 bits.
23729 2003-01-06  Eric Christopher  <echristo@redhat.com>
23731         * config/mips/mips.md (movdf_internal2): Fix constraints.
23733 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23735         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23737 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
23739         * config/mips/mips.md (leadi): Use dla rather than la.
23741 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
23743         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
23744         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
23746 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
23748         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23749         redefinition.
23751 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23753         * config/h8300/h8300.md (*extzv_8_23): New.
23755 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
23757         * pa64-hpux.h (JCR_SECTION_NAME): Define.
23758         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23759         USE_EH_FRAME_REGISTRY when defining.
23761 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23763         * config/h8300/h8300.c (output_a_shift): Do not output a
23764         variable shift.
23765         * config/h8300/h8300.md (two splitters): New.
23767 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
23769         * config/mips/mips.md: Disable the movstrsi define_split.
23771 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23773         * alloc-pool.c: Don't include "libiberty.h".
23774         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23775         * convert.c (convert_to_real): Hide unused variable.
23777 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23779         * Makefile.in (gtyp-gen.h): Const-ify.
23780         * gcov-dump.c (tag_table): Likewise.
23782 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23784         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23785         of *both* the file name and the fix name.
23787 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
23789         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
23790         collect2.
23791         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23792         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23793         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23794         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23795         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23796         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23797         elfos.h.
23798         (EH_FRAME_IN_DATA_SECTION): Delete define.
23799         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23800         (STARTFILE_SPEC): Use crtbegin.o.
23801         (ENDFILE_SPEC): Use crtend.o.
23802         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23803         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23804         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23805         DTOR_LIST_BEGIN): Define.
23806         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23807         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23808         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23810 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
23812         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23813         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23814         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
23815         Cleanup handling of replacement text.
23816         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23818 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23820         * fixinc/tests/base/math.h: removed obsolete results
23821         * fixinc/tests/base/stdlib.h: ditto
23822         * fixinc/tests/base/sys/param.h: ditto
23823         * fixinc/tests/base/sys/stat.h: ditto
23824         * fixinc/tests/base/time.h: ditto
23825         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23826         * fixinc/tests/base/sys/byteorder.h: ditto
23827         * fixinc/inclhack.def: Remove superfluous backslashes
23829 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
23831         * config/h8300/h8300-protos.h: Add prototypes for
23832         the new functions defined below.
23833         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23834         define.
23835         (dosize): Emit RTL instead of assembly code.
23836         (push): Likewise.
23837         (pop): Likewise.
23838         (h8300_output_function_prologue): Remove.
23839         (h8300_expand_prologue): New.
23840         (h8300_expand_epilogue): New.
23841         (h8300_output_function_epilogue): Do only the reset of
23842         pragma_saveall.
23843         * config/h8300/h8300.md (push_h8300): New.
23844         (push_h8300hs): Likewise.
23845         (pop_h8300): Likewise.
23846         (pop_h8300hs): Likewise.
23847         (*stm_h8300s_2): Change the name to stm_h8300s_2.
23848         (*stm_h8300s_3): Change the name to stm_h8300s_3.
23849         (*stm_h8300s_4): Change the name to stm_h8300s_4.
23850         (*ldm_h8300s_2): New.
23851         (*ldm_h8300s_3): Likewise.
23852         (*ldm_h8300s_4): Likewise.
23853         (return): Likewise.
23854         (*return_1): Likewise.
23855         (prologue): Likewise.
23856         (epilogue): Likewise.
23857         (monitor_prologue): Likewise.
23859 2003-01-03  Dale Johannesen  <dalej@apple.com>
23861         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
23862           machopic_picsymbol_stub1.
23863           (EXTRA_SECTION_FUNCTIONS):  Ditto.
23864         * rs6000/rs6000.c:  Update copyright.
23865           (machopic_output_stub):  Use them.  Remove an insn from stub code.
23867 2003-01-02  Jason Merrill  <jason@redhat.com>
23869         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23871         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23872         static/external decls.
23874         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23875         outermost scope.
23876         * c-decl.c (c_make_fname_decl): Push the decls there, too.
23878 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
23880         * config/h8300/h8300-protos.h: Add a prototype for
23881         h8300_current_function_interrupt_function_p.
23882         * config/h8300/h8300.c (interrupt_handler): Remove.
23883         (os_task): Likewise.
23884         (monitor): Likewise.
23885         (pragma_interrupt): New.
23886         (WORD_REG_USED): Use
23887         h8300_current_function_interrupt_function_p.
23888         (dosize): Likewise.
23889         (h8300_output_function_prologue): Likewise.
23890         Do not set interrupt_handler, os_task, monitor.
23891         (h8300_output_function_prologue): Use
23892         h8300_current_function_interrupt_function_p.
23893         Do not set interrupt_handler, os_task, monitor.
23894         (h8300_current_function_interrupt_function_p): New.
23895         (h8300_pr_interrupt): Set pragma_interrupt.
23896         (h8300_insert_attributes): Reset pragma_interrupt.
23898 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23900         * doc/install.texi (Configuration): Fix markup for reference to
23901         gcc/config.gcc.
23903 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23905         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23906         (*iorhi3_two_qi): Likewise.
23907         (*iorsi3_zexthi): Likewise.
23908         (*xorhi3_zextqi): Likewise.
23909         (*xorsi3_zexthi): Likewise.
23910         (*xorsi3_zextqi): Likewise.
23912 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23914         * config/h8300/h8300.c (stack_pointer_operand): New.
23915         (const_int_gt_2_operand): Likewise.
23916         (const_int_ge_8_operand): Likewise.
23917         * config/h8300/h8300.md (a splitter): Likewise.
23918         (a peephole2): Likewise.
23919         * config/h8300/h8300-protos.h: Add prototypes for the new
23920         functions above.
23922 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
23924         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23925         objc/objc-act.h: Fix copyright years.
23927 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23929         * doc/passes.texi: Fix documentation for -fssa-ccp
23931 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
23933         * gccbug.in: Update for new categories.
23935 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23937         * config/h8300/h8300.md: Reorder some patterns.
23939 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23941         * config/h8300/h8300.c (output_logical_op): Fix a warning.
23943 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23945         * config/darwin-protos.h, config/c4x/c4x-protos.h,
23946         config/cris/cris-protos.h, config/i370/i370-protos.h,
23947         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23948         config/v850/v850-protos.h: Use struct, and don't conditionally
23949         compile on GCC_C_PRAGMA_H.
23951 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23953         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23954         * config/h8300/h8300-protos.h: Likewise.
23955         * config/sh/sh-protos.h: Likewise.
23957 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23959         * config/arm/arm-protos.h: Use struct cpp_reader instead of
23960         cpp_reader.
23961         * config/h8300/h8300-protos.h: Likewise.
23962         * config/sh/sh-protos.h: Likewise.
23964 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23966         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23967         arm_pr_long_calls_off): Use struct.
23968         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23969         : Similarly.
23970         Don't include cpplib.h.
23971         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23972         sh_pr_nosave_low_regs): Similarly.
23974 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23976         * config/h8300/h8300.c: Include cpplib.h.
23978 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23980         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23981           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23982           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23983           "GCC" in the copyright header.
23985 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23987         * c-pragma.c (c_register_pragma): New.
23988         (init_pragma): Use it.
23989         * c-pragma.h (cpp_register_pragma): Don't declare.
23990         (c_register_pragma): New.
23991         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23992         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23993         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23994         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23995         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23996         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23997         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23998         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23999         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
24000         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
24001         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
24002         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
24004 See ChangeLog.8 for earlier changes.