OSDN Git Service

Index: ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-07-11  Geoffrey Keating  <geoffk@apple.com>
2
3         * c-decl.c (finish_decl): Handle 'used' here...
4         * cgraphunit.c (cgraph_finalize_function): ... and here ...
5         * c-common.c: (handle_used_attribute): ... not here.
6         
7         * configure.in (onstep): Support --enable-intermodule.
8         * Makefile.in (OBJS-common): New.
9         (OBJS-md): New.
10         (OBJS-archive): New.
11         (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
12         (OBJS-onestep): New.
13         (libbackend.a): Support @onestep@.
14         (libbackend.o): New.
15         * configure: Regenerate.
16         
17         * c-common.h (c_reset_state): New prototype.
18         (c_parse_file): New prototype.
19         (finish_file): Move prototype from c-tree.h.
20         * c-decl.c: Include <hashtab.h>.
21         (builtin_decls): New.
22         (current_file_decl): New.
23         (duplicate_decls): Add extra parameter. Change all callers.  Don't
24         output duplicate common symbols.
25         (link_hash_hash): New.
26         (link_hash_eq): New.
27         (poplevel): Handle popping of the top level.
28         (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
29         (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
30         (pushdecl_top_level): Likewise.
31         (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
32         (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
33         (finish_decl): Handle TRANSLATION_UNIT_DECL.
34         (merge_translation_unit_decls): New.
35         (c_write_global_declarations): New.
36         (c_reset_state): New.
37         (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
38         * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
39         * c-objc-common.c (c_cannot_inline_tree_fn): Handle
40         TRANSLATION_UNIT_DECL.
41         (c_objc_common_finish_file): Call merge_translation_unit_decls.
42         * c-opts.c (in_fnames): Rename from in_fname.
43         (c_common_decode_option): Handle multiple input filenames.
44         (c_common_post_options): Likewise.
45         (c_common_parse_file): Likewise; also, call c_parse_file rather than
46         yyparse.
47         * c-parse.in: Move cleanup code to c_parse_file.
48         (free_parser_stacks): Move contents to c_parse_file.
49         (c_parse_file): New.
50         * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
51         for integer types.
52         (C_DECL_FILE_SCOPE): New.
53         (finish_file): Move prototype to c-common.h.
54         (merge_translation_unit_decls): New prototype.
55         (comptypes): Add extra parameter to prototype.
56         (c_write_global_declarations): New prototype.
57         * c-typeck.c (tagged_types_tu_compatible_p): New.
58         (function_types_compatible_p): Add extra parameter, change all callers.
59         (type_lists_compatible_p): Likewise.
60         (comptypes): Likewise.
61         (struct tagged_tu_seen): New.
62         (tagged_tu_seen_base): New.
63         (build_unary_op): Handle TRANSLATION_UNIT_DECL.
64         (c_mark_addressable): Remove #if 0 code.
65         * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
66         comment explaining why it shouldn't have to.
67         * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
68         options.
69         * cppinit.c (cpp_read_next_file): New.
70         (cpp_read_main_file): Use it.
71         * cpplib.c (undefine_macros): New.
72         (cpp_undef_all): New.
73         * cpplib.h (cpp_read_next_file): Prototype.
74         (cpp_undef_all): Prototype.
75         * langhooks-def.h (write_global_declarations): Remove prototype.
76         * toplev.h (write_global_declarations): Add prototype.
77         * tree.c (decl_type_context): Use switch statement, handle
78         TRANSLATION_UNIT_DECL.
79         * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
80         (TRANSLATION_UNIT_DECL): New kind of tree.
81         * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
82         * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
83         * doc/invoke.texi: Make attempt to document new functionality.
84
85         2003-05-19  Per Bothner <bothner@apple.com>
86
87         * gcc.c (combine_inputs): New.
88         (process_command): Set combine_inputs.
89         (do_spec_1): Handle combine_inputs.
90         (main): Likewise.
91
92 2003-07-10  James E Wilson  <wilson@tuliptree.org>
93
94         PR optimization/9745
95         * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
96         loop_insn_emit_before.
97         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
98         
99 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
100
101         * cppcharset.c: Fix comment.
102         (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
103         (EILSEQ): #define to EINVAL if not already defined.
104         (convert_using_iconv): #if out when !HAVE_ICONV.
105         (init_iconv_desc): Handle !HAVE_ICONV here...
106         (cpp_init_iconv): ...not here.
107
108 2003-07-11  Neil Booth  <neil@daikokuya.co.uk>
109
110         * common.opt: More --help messages.
111         * opts.c (print_help): Use puts().
112         * toplev.c (f_options): Remove help text.
113         (display_help): Don't dump f_options.
114
115 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
116
117         * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
118         Move i?86-*-interix* to the don't-fix list.
119         * fixinc/fixinc.interix: Delete with extreme prejudice.
120
121 2003-07-10  Dara Hazeghi  <dhazeghi@yahoo.com>
122
123         PR bootstrap/10758
124         * doc/install.texi: Document requirements for ia64-*-hpux* target.
125
126 2003-07-10  Roger Sayle  <roger@eyesopen.com>
127
128         * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
129
130 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
131
132         * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
133         one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
134         one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
135         convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
136         convert_no_conversion, convert_using_iconv): New functions.
137         (APPLY_CONVERSION): New macro.
138         (struct conversion, conversion_tab): New data structure.
139         (init_iconv_desc): Check conversion_tab for a custom conversion
140         primitive before trying to use iconv.
141         (convert_cset): Deleted.
142         (cpp_init_iconv): Use UTF- terminology, not UCS-.
143         (_cpp_destroy_iconv): Update to match.
144         (_cpp_valid_ucn): We don't need iconv to implement UCNs.
145         (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
146         (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
147         (_cpp_interpret_string_notranslate): New function, moved here
148         from cpplib.c.
149
150         * cpphash.h (convert_f, struct cset_converter): New types.
151         (struct cpp_reader): narrow_cset_desc and wide_cset_desc
152         are now struct cset_converter, not bare iconv_t.
153         Update prototypes.
154         * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
155         all callers changed.
156
157 2003-07-10  Kelley Cook  <kelleycook@wideopenwest.com>
158
159         * Makefile.in (options.h): Depend on Makefile.  Add move-if-change
160         to opts.sh command line.
161         * opts.sh: Write to temporary files with a move-if-change at the end.
162
163 2003-06-30  Denis Chertykov  <denisc@overta.ru>
164             Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
165
166         * combine.c (gen_binary): Handle the CLOBBER rtx and
167         don't build a binary operation with it.
168
169 2003-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
170
171         * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
172         store_killed_after, store_killed_before): Keep track of the correct
173         dependency function to use.
174
175 2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>
176         * toplev.c (do_compile): Don't try to open dump files before
177         lang_dependent_init initializes dump_base_name.
178
179 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
180
181         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
182         Use ARRAY_SIZE.
183         * config/frv/frv.c (frv_expand_builtin): Likewise.
184         * config/sh/sh.c (sh_media_init_builtins): Likewise.
185
186 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
187
188         PR c++/10032
189         * doc/invoke.texi (C++ Dialect Options): Change documentation of
190         -fpermissive.
191
192 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
193
194         * tm.texi (RETURN_ADDR_OFFSET): Document.
195
196 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
197
198         * gcov-io.h: Update documentation.
199         (GCOV_UNSIGNED2STRING): New.
200         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
201         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
202         GCOV_TAG_SUMMARY_LENGTH): Adjust.
203         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
204         GCOV_TAG_COUNTER_NUM): New.
205         (GCOV_BLOCK_SIZE): Number of words.
206         (gcov_var): Adjust buffer type.
207         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
208         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
209         count, not byte count.
210         (gcov_open): Adjust overread init.
211         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
212         gcov_write_string, gcov_write_tag, gcov_write_length,
213         gcov_write_tag_length): Adjust.
214         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
215         (gcov_sync, gcov_seek): Adjust.
216         * gcov-dump.c (print_usage): Show gcc version only.
217         (dump_file): Use GCOV_UNSIGNED2STRING.
218         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
219         * gcov.c (print_version): Show gcc version only.
220         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
221         GCOV_TAG_*_NUM macros.
222         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
223         GCOV_TAG_COUNTER_LENGTH.
224         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
225         Use GCOV_TAG_COUNTER_NUM.
226         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
227         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
228
229 2003-07-10  Andreas Schwab  <schwab@suse.de>
230
231         * gcov-dump.c (dump_file): Fix missing address operator.
232
233 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
234
235         PR c/11449
236         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
237         of HOST_WIDE_INT.
238         (fold_single_bit_test): If sign_bit_p() fails, assume that the
239         bit being tested is not a sign bit.
240
241 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
242
243         * config/h8300/h8300.md (a peephole2): New.
244
245 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
246
247         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
248         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
249         from ld-linux.so.2 to ld.so.1.
250         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
251         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
252         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
253         nor -Wl,-rpath-link.
254         (LIB_SPEC): Add -rpath-link if !static.
255         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
256         * config/mn10300/mn10300.c (mn10300_protect_label): New
257         variable.
258         * config/mn10300/linux.h (PRINT_OPERAND,
259         PRINT_OPERAND_ADDRESS): Set it during their execution.
260         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
261         mn10300_protect_label is set.
262         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
263         -Wl,-rpath-link.
264         (LIB_SPEC, STARTFILE_SPEC): Define.
265         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
266         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
267         FLOAT_BIT_ORDER_MISMATCH.
268         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
269         * config.gcc (am33_2.0-*-linux*): Added.
270         * config/mn10300/linux.h: New.
271         * config/mn10300/t-linux: New.
272
273 2003-07-10  Andreas Jaeger  <aj@suse.de>
274
275         * fold-const.c: Properly wrap prototypes.
276
277 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
278
279         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
280         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
281         Moved from...
282         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
283         * config/mn10300/mn10300.h: GTY-declare it.
284         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
285         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
286         prototype.  Use incoming RTL argument.
287         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
288         * config/mn10300/mn10300.md (int_label): Move C statements...
289         (GOTaddr2picreg): ... here.
290         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
291         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
292         * config/mn10300/mn10300.c (mn10300_encode_section_info):
293         ... here.  New function.
294         (TARGET_ENCODE_SECTION_INFO): Define to it.
295         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
296         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
297         pattern name.
298         (mn10300_loadPC): Define as insn splittable after reload.
299         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
300         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
301         be defined in .rodata even in PIC, now that the assembler
302         supports that.
303         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
304         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
305         symbol take an underscore prefix.
306         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
307         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
308         legitimize_pic_address): Declare.
309         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
310         the PIC register as fixed.
311         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
312         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
313         PIC.
314         (LEGITIMATE_PIC_OPERAND_P): Define.
315         (PIC_OFFSET_TABLE_REGNUM): Define.
316         (GOT_SYMBOL_NAME): Define.
317         (SYMBOLIC_CONST_P): Define.
318         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
319         symbols.
320         (MN10300_GLOBAL_P): Test it.
321         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
322         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
323         * config/mn10300/mn10300.c (print_operand): Handle unspec.
324         (expand_prologue): Set PIC register.
325         (call_address_operand): Don't match SYMBOL_REFs in PIC.
326         (legitimize_address): Call legitimize_pic_address.
327         (legitimize_pic_address): New fn.
328         (legitimate_pic_operand_p): New fn.
329         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
330         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
331         UNSPEC_PLT): New constants.
332         (pop_pic_reg): New insn.
333         (movsi): Adjust non-PIC addresses.
334         (builtin_setjmp_receiver): Restore the PIC register.
335         (casesi): New insn.
336         (call): Adjust non-PIC addresses.
337         (int_label, GOTaddr2picreg): New expands.
338         (am33_loadPC): New insn.
339         (mn10300_loadPC): New expand.
340         (call_next_insn): New insn.
341         (add_GOT_to_pic_reg): New expand.
342         (symGOT2reg, symGOT2reg_i): New expands.
343         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
344         (sym2PIC, sym2PLT): New expands.
345
346 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
347
348         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
349         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
350         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
351         to flag_unsafe_math_optimizations.
352         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
353         * config/mn10300/mn10300.c (expand_prologue): Mark
354         FP-register-saving insns as frame-related.
355         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
356         * config/mn10300/mn10300.c
357         (mn10300_get_live_callee_saved_regs): Don't search past
358         LAST_EXTENDED_REGNUM.
359         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
360         * config/mn10300/mn10300.md: Remove excessive line breaks from
361         `@' output patterns that were accounted as additional
362         alternatives.
363         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
364         Re-introduce changes accidentally removed in Richard Sandiford's
365         2000-12-05's patch.
366         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
367         Re-instate am33-2 lost in merge from net GCC.
368         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
369         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
370         floating-point registers.
371         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
372         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
373         pessimizations that had gone in on 2000-05-08.
374         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
375         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
376         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
377         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
378         operand 0.
379         * (movhi): Likewise.
380         * (movsi): Likewise.
381         * (movsf): Likewise.
382         * (movdi): Likewise.
383         * (movdf): Likewise.
384         Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
385         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
386         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
387         (expand_prologue, expand_epilogue): Save and restore FP regs.
388         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
389         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
390         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
391         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
392         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
393         Do not clobber cc0.
394         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
395         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
396         Discourage the two-argument, longer opcodes.
397         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
398         ones.
399         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
400         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
401         * config/mn10300/mn10300.md (cmpsf): New pattern.
402         (branch): Test mdep.fpCC and output fbCC.
403         * config/mn10300/mn10300.c (print_operand): Output conditions.
404         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
405         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
406         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
407         mulsf3, divsf3): Use the `F' constraint for FP values.
408         * config/mn10300/mn10300.c (const_1f_operand): New function.
409         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
410         * config/mn10300/mn10300.md (sqrtsf2): New expand.
411         (rsqrtsf2): New insn.
412         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
413         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
414         previous check-in.
415         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
416         * config/mn10300/mn10300.md (abssf2, negdf2): On
417         TARGET_AM33_2, expand to...
418         (abssf2_am33_2, negdf2_am33_2): New insns.
419         (addsf3, subsf3, mulsf3, divsf3): Likewise.
420         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
421         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
422         movdi, movdf): Added FP regs.
423         * invoke.texi (-mam33-2, -mno-am33-2): Document.
424         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
425         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
426         New macros.
427         (REGNO_AM33_2_FP_P): Renamed to...
428         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
429         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
430         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
431         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
432         regs from GENERAL_REGS.
433         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
434         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
435         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
436         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
437         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
438         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
439         as FP_REGS.
440         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
441         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
442         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
443         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
444         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
445         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
446         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
447         AM33/2.0 floating-point registers.
448         (CONDITIONAL_REGISTER_USAGE): Adjust.
449         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
450         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
451         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
452         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
453         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
454         (MULTILIB_DIRNAMES): Likewise.
455         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
456         `__AM33_2__' when `-mam33-2' is given.
457         (TARGET_AM33_2): Define.
458         (TARGET_SWITCHES): Adjust.
459         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
460         when appropriate.
461
462 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
463
464         * doc/install.texi: Add missing @.
465
466 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
467
468         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
469
470 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
471
472         PR/11144
473         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
474
475 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
476
477         PR bootstrap/11043
478         * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
479         "x-crtfini.o" with "crtinit.o", "crtfini.o".
480
481         * fixinc/inclhack.def (limits_ifndefs): Add select test.
482         * fixinc/fixincl.x: Rebuild.
483
484         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
485         * fixinc/fixincl.x: Rebuild.
486
487 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
488
489         * doc/install.texi (Configuration): Document the valgrind option
490         to --enable-checking.
491
492 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
493
494         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
495
496 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
497
498         * c-lex.c (cb_ident): Cast cstr.text to const char *.
499
500 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
501
502         * gcov-io.h: Update documentation.
503         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
504         GCOV_NOTE_MAGIC.
505         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
506         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
507         (struct gcov_var): Change buffer's type. Add endian flag.
508         (gcov_open): Remove mode in libgcov.
509         (gcov_magic): Prototype.
510         * gcov-io.c (from_file): New.
511         (gcov_open): Clear endian flag.
512         (gcov_magic): New.
513         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
514         pointers.
515         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
516         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
517         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
518         * gcov-iov.c (main): Correct cast.
519         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
520         conversion.
521         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
522         (coverage_init): Use GCOV_NOTE_SUFFIX.
523         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
524         Rename to gcov_version, and return flag.
525         (gcov_exit): Use gcov_version.
526         (__gcov_init): Use gcov_version.
527         * Makefile.in (coverageexts): Update.
528         * gcov.c (print_version): Remove endianness conversion.
529         (create_file_names): Use GCOV_NOTE_SUFFIX.
530         (read_graph_file): Use gcov_magic.
531         (read_count_file): Likewise.
532         * gcov-dump.c (dump_file): Remove endianness conversion, use
533         gcov_magic.
534
535 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
536
537         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
538         coverage is on.
539         * configure: Regenerated.
540         * Makefile.in (ALL_CFLAGS): Correct its comment.
541
542 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
543
544         * fold-const.c (make_range): Do not access operand 1 for a
545         zero-operand operator.
546
547 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
548
549         * toplev.c (warn_dummy, W_options): Die.
550         (display_help): Don't print W_options.
551         * common.opt: Add W_options help from toplev.c.
552
553 2003-07-09  Andreas Jaeger  <aj@suse.de>
554
555         * opts.c (wrap_help): Only pass int arguments as arguments to
556         printf's '*' modifier.  Change argument of function.
557
558 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
559
560         * doc/invoke.texi: Fix misspelling of "@item".
561
562 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
563
564         * config/i386/i386.md: Remove an old comment about
565         NOTICE_UPDATE_CC.
566
567 Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
568
569         * cgraph.c (cgraph_node_name): New function.
570         (dump_cgraph): Use it.
571         * cgraph.h (cgraph_dump_file): Declare.
572         (cgraph_node_name): Declare.
573         * cgraphunit.c: Include timevar.h
574         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
575         (cgraph_optimize_function): Use TV_INTEGRATION.
576         (cgraph_mark_local_functions): reorganize dumps.
577         (cgraph_mark_functions_to_inline_once): Likewise.
578         (cgraph_optimize): Likewise; use timevar.
579         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
580         * toplev.c (dump_file_index): Add DFI_cgraph.
581         (dump_file_info): Likewise.
582         (cgraph_dump_file): New global variable.
583         (do_compile): Open and close cgraph dump.
584         * invoke.texi (-d): Document new flag; renumber.
585
586 2003-07-08  Roger Sayle  <roger@eyesopen.com>
587
588         PR c/11370
589         * calls.c (emit_call_1): Don't bother popping the arguments off of
590         the stack after a noreturn function call;  The adjustment is dead.
591         (expand_call): Likewise.
592
593 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
594
595         * expr.c (MOVE_MAX_PIECES): Move from here...
596         * defaults.h (MOVE_MAX_PIECES): ... to here.
597
598 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
599
600         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
601
602 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
603
604         * genattr.c (internal_dfa_insn_code): Don't prototype.
605         * genattrtab.c (attr_desc): Add `static_p' field.
606         (expand_units): Make blockage range and ready cost functions
607         static.
608         (write_attr_get): Don't add extern prototypes in C file.  Mark
609         static functions as appropriate.
610         (find_attr, make_internal_attr): Initialize static_p.
611         * genattrtab.h (ATTR_STATIC): New macro.
612         * genautomata.c (output_internal_reset_func): Mark output function
613         as inline.
614         (make_internal_dfa_insn_code_attr): Mark output function as static.
615
616 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
617
618         * genattrtab.h: Add new macros for attr `special' flags.
619         * genattrtab.c (attr_desc): Reorder/resize fields better.
620         Use attr `special' macros in all calls to make_internal_attr.
621         * genautomata.c: Likewise.
622
623 Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
624
625         * c-common.c (c_estimate_num_insns_1): New static function.
626         (c_estimate_num_insns): New global function.
627         * c-common.h (DECL_NUM_STMTS): Rename to...
628         (DECL_ESTIMATED_INSNS): ... this.
629         (c_estimate_num_insns): Declare.
630         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
631         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
632         * c-semantics.c (add_stmt): Do not account statements.
633         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
634         New.
635         * langhooks.h (lang_hooks_for_tree_inlining): Add
636         estimate_num_insns
637         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
638         to 100.
639         (max-inline-insns): set to 300.
640         (min-inline-insns): set to 10.
641         * tree-inline.c (struct inline_data): Rename inlined_stmts to
642         inlined-insns.
643         (INSNS_PER_STMT): Kill.
644         (inlinable_function_p): Compute and store body size.
645         (expand_call_inline): Likewise.
646         (optimize_inline_calls): Likewise.
647
648 2003-07-08  James E Wilson  <wilson@tuliptree.org>
649
650         PR target/10021
651         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
652         loop over new variable t2 instead of t.
653
654 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
655
656         PR bootstrap/11455
657         * config/i386/winnt.c: Replace use of error(), warning() with
658         error_with_decl(), warning_with_decl(),  throughout.
659
660 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
661
662         * opts.c (wrap_help): Use unsigned int, not size_t.
663
664 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
665
666         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
667         as .file/.loc directives are incompatible with linker relaxation.
668
669 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
670
671         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
672         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
673         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
674         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
675         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
676         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
677         Escape { and } characters which are not part of range expressions.
678         * fixinc/fixincl.x: Regenerate.
679         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
680
681 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
682
683         PR c/1687
684         * tree-inline.c (find_alloca_call): Use
685         walk_tree_without_duplicates, instead of walk_tree.
686         (find_builtin_longjmp_call): Likewise.
687         * c-objc-common.c (c_cannot_inline_fn): Likewise.
688         * c-semantics.c (find_reachable_label): Likewise.
689
690 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
691
692         PR c/11420
693         * config/i386/i386.c (ix86_check_movabs): New function.
694         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
695         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
696         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
697
698 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
699
700         * Makefile.in (install-po): Cope with empty CATALOGS.
701
702 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
703
704         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
705         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
706         (SECTION_FUNCTION_TEMPLATE): Delete.
707         * config/mips/elf.h: As for elf64.h.
708         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
709         * config/mips/linux.h: As for elf.h
710         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
711         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
712         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
713         of in_sdata from current_section_name and current_section_flags.
714         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
715         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
716         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
717         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
718         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
719         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
720         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
721         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
722         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
723         (override_options): Remove setting of MASK_GPOPT.
724         (mips_output_external): Use mips_in_small_data_p to check whether a
725         symbol needs an .extern directive.  Don't emit such directives for
726         TARGET_EXPLICIT_RELOCS.
727         (mips_declare_object): Update accordingly.
728         (mips_select_rtx_section): Call named_section rather than
729         SMALL_DATA_SECTION.
730         (mips_select_section): Use default_elf_section_section for everything
731         except .text string constants.
732         (mips_in_small_data_p): New function.
733         (mips_encode_section_info): Remove small data handling.
734         (mips_unique_section): Delete.
735         (iris6_section_type_flags): New function.
736         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
737
738 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
739
740         PR Target/11453
741         * pa.md: Disparage all mtsar constraints.
742         (extzv, extv, insv): Don't fail on length of {32|64}.
743
744 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
745
746         * system.h: Poison MAP_CHARACTER.
747         * config/i370/i370-protos.h (mvs_map_char): Delete.
748         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
749         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
750         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
751
752 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
753
754         * toplev.c (randomize): Correct call to time().
755
756 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
757
758         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
759         REG_EQUIV notes as well.
760
761 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
762
763         * doc/md.texi: Fix the description of addmodecc.
764
765 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
766
767         * Makefile.in (top_builddir): Set to "..", not ".".
768         (INTLLIBS, INTLDEPS): Delete.
769         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
770         (LIBDEPS): Add $(LIBICONV_DEP).
771         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
772         (INCLUDES): Replace -I../intl with @INCINTL@.
773         ($(top_builddir)/intl/libintl.a): Delete rule.
774         (stage2-start, stage3-start, stage4-start, stageprofile-start,
775         stagefeedback-start): Use $$ for variable to be evaluated by
776         shell, not make.
777         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
778         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
779         * aclocal.m4: sinclude ../config/progtest.m4.  Add
780         contents of lcmessage.m4 from gettext distro.
781         * configure.in: Check for wchar.h and setlocale.  Set
782         LIBICONV_DEP to the empty string and substitute it.
783         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
784         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
785         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
786         in $LIBINTL, to avoid linking it twice.
787         * configure, config.in: Regenerate.
788
789 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
790
791         * fixinc/mkfixinc.sh: Remove winnt support.
792         * fixinc/fixinc.winnt: Delete with extreme prejudice.
793
794 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
795
796         * Makefile.in: Update.
797         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
798         * c.opt: Update documentation.
799         * common.opt: Add some help text.
800         * opts.c: Include intl.h.
801         (wrap_help, print_help): New.
802         (find_opt, handle_option, common_handle_option): opt_text now
803         contains the '-'.  Use print_help to output help.
804         * opts.h (struct cl_option): New member "help".
805         * opts.sh: Update to handle help text output and to prepend
806         options with '-'.
807         * toplev.c (display_help): Remove some help text.
808
809 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
810             Fariborz Jahanian  <fjahanian@apple.com>
811
812         * configure.in: Test for PowerPC mfcr field support in assembler.
813         * config.in, configure: Regenderated.
814
815         * config/rs6000/power4.md: Add mfcrf reservation.
816         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
817         * config/rs6000/rs6000.c (mfcr_operation): Define.
818         (print_operand): Add 'Q' case for mfcrf.
819         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
820         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
821         (movcc_internal1): Emit optional field operand for mfcr and set
822         "type" attribute appropriately.
823         (mfcr SCC): Likewise.
824         (movesi_from_cr_one): New.
825
826 2003-07-07  Roger Sayle  <roger@eyesopen.com>
827
828         * config/i386/i386.md: Correct check-in of incorrect version.
829
830 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
831
832         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
833         adjacent stdio calls.
834         * c-decl.c (c_print_identifier): Likewise.
835         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
836         * print-rtl.c (print_rtx): Likewise.
837         * print-tree.c (print_node_brief, print_node): Likewise.
838         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
839
840         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
841         * config.in, configure: Regenerated.
842
843 2003-07-07  Roger Sayle  <roger@eyesopen.com>
844
845         PR target/10979
846         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
847         Changed to define_expand patterns that copy operand[1] to prevent
848         it from being clobbered before emitting an atan2?f3_1 insn.
849         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
850         patterns that actually specify the behaviour of x87's FPATAN.
851
852 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
853
854         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
855         clearing of SYMBOL_FLAG_LOCAL bit.
856         If vcall_offset fits into signed 16-bit immediate, use
857         one instruction for both addition and load.
858
859 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
860
861         * opts.c (common_handle_option): Correct handling of the
862         -falign- switches that do and don't take an argument.
863
864 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
865
866         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
867         today.
868         (pushhi1_h8300hs): Likewise.
869
870 2003-07-07  Andreas Jaeger  <aj@suse.de>
871
872         * genextract.c: Convert remaining prototypes to ISO C90.
873
874         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
875         * fold-const.c (fold_single_bit_test): Likewise.
876         * diagnostic.c (default_diagnostic_finalizer): Likewise.
877         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
878
879         * gengtype.c (write_array): Generate ISO C90 prototypes.
880
881         * genflags.c (gen_proto): Generate ISO C90 prototypes.
882
883 2003-07-07  Roger Sayle  <roger@eyesopen.com>
884
885         PR optimization/11059
886         * expr.c (can_store_by_pieces): Return true if length is zero.
887         (store_by_pieces): If length is zero and endp is two, abort,
888         othwerise, if length is zero and endp is not two, return "to".
889         (clear_by_pieces): Do nothing if length is zero.
890         (clear_storage): Do nothing if length is zero.
891         (store_constructor): Simplify code when size is zero, or the
892         target has already been cleared.  This avoids emitting a
893         blockage instruction when initializing empty structures.
894
895 2003-07-07  Andreas Jaeger  <aj@suse.de>
896
897         * mips-tfile.c: Convert prototypes to ISO C90.
898         * mips-tdump.c: Convert prototypes to ISO C90.
899
900 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
901
902         * rtl.h (emit_line_note): Take a location_t.
903         (emit_line_note_force): Remove.
904         (set_file_and_line_for_statement): Take a location_t.
905         * tree.g (emit_line_note): Take a location_t.
906         * emit-rtl.c (emit_line_note): Take a location_t.
907         (emit_line_note_force): Remove.
908         * function.c (init_function_start): Adjust emit_line_note call.
909         (expand_function_end): Use force_next_line_note, not
910         emit_line_note_force.
911         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
912         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
913         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
914         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
915         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
916         genrtl_continue_stmt, genrtl_switch_stmt,
917         genrtl_asm_stmt): Likewise.
918         * expr.c (expand_expr): Likewise.
919         * integrate.c (expand_inline_function): Likewise.
920         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
921         (expand_decl_init): Adjust emit_line_note call.
922
923 2003-07-07  Dale Johannesen  <dalej@apple.com>
924
925         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
926
927 2003-07-07  Andreas Jaeger  <aj@suse.de>
928
929         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
930         * config/i386/i386.c: Likewise.
931
932 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
933
934         * config/h8300/h8300.md: Use gen_int_mode instead of
935         GEN_INT (trunc_int_for_mode (...)).
936
937 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
938
939         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
940         2 bytes and then subtract 2 from the stack pointer.
941         (pushhi1_h8300hs): Likewise.
942
943 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
944
945         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
946         -frandom-seed.
947         * configure: Regenerated.
948         * Makefile.in: Remove extraneous comment.
949         * toplev.c (randomize): Protect against potential multiple calls.
950         * doc/invoke.texi (-frandom-seed): Document use for in coverage
951         files.
952
953 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
954             Eric Botcazou  <ebotcazou@libertysurf.fr>
955
956         PR optimization/11198
957         * alias.c (objects_must_conflict_p): Return 1 if the types have
958         the same alias set, not if the alias sets only conflict.
959
960 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
961
962         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
963         (convert_cset): Change inbuf to type ICONV_CONST char.
964         * Makefile.in (LIBS): Add LIBICONV.
965
966         * doc/invoke.texi (-falign-functions): Document that
967         when n is zero then a machine-dependent default is used.
968         (-falign-labels): Document that when n is zero then a
969         machine-dependent default is used and that -falign-labels =1
970         is equivalent to -fno-align-labels.
971         (-falign-loops): Likewise.
972         (-falign-jumps): Likewise.
973
974 2003-07-06  Art Haas  <ahaas@airmail.net>
975
976         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
977         initializer syntax.
978
979 2003-07-06  James E Wilson  <wilson@tuliptree.org>
980
981         PR optimization/9812
982         * rtl.h (mem_for_const_double): Delete prototype.
983         * varasm.c (mem_for_const_double): Delete function.
984         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
985         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
986         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
987         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
988         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
989         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
990         comment about confused support for XFmode constants.
991
992 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
993
994         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
995
996 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
997
998         * config/h8300/h8300.c: Fix comment typos.
999         * config/h8300/h8300.md: Likewise.
1000         * config/i386/athlon.md: Likewise.
1001         * config/i386/i386.c: Likewise.
1002         * config/i386/pentium.md: Likewise.
1003         * config/ia64/ia64.c: Likewise.
1004         * config/ia64/itanium1.md: Likewise.
1005         * config/ia64/itanium2.md: Likewise.
1006         * config/m32r/m32r.md: Likewise.
1007         * config/m68hc11/m68hc11.c: Likewise.
1008         * config/mcore/mcore.c: Likewise.
1009         * config/mips/sr71k.md: Likewise.
1010         * config/mips/t-iris5-as: Likewise.
1011         * config/mmix/mmix.h: Likewise.
1012         * config/ns32k/ns32k.h: Likewise.
1013         * config/ns32k/NOTES: Fix a typo.
1014
1015 2003-07-06  Andreas Jaeger  <aj@suse.de>
1016
1017         * stmt.c: Convert remaining prototypes to ISO C90.
1018         * cfglayout.c: Likewise.
1019         * dbxout.c: Likewise.
1020         * gcc.c: Likewise.
1021         * genemit.c: Likewise.
1022
1023         * basic-block.h: Convert prototypes to ISO C90.
1024         * c-parse.in: Likewise.
1025         * c-pragma.h: Likewise.
1026         * c-typeck.c: Likewise.
1027         * cfghooks.h: Likewise.
1028         * cfgloopanal.c: Likewise.
1029         * dbxout.h: Likewise.
1030         * debug.h: Likewise.
1031         * dwarf2asm.h: Likewise.
1032         * gcov.c: Likewise.
1033         * gengtype-lex.l: Likewise.
1034         * sched-int.h: Likewise.
1035         * timevar.c: Likewise.
1036
1037 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
1038
1039         * c-common.h (c_comon_handle_filename,
1040         c_common_missing_arguement): New.
1041         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1042         LANG_HOOKS_MISSING_ARGUMENT): New.
1043         * c-opts.c (missing_arg): Rename c_common_missing_argument,
1044         update to be an appropriate langhook.
1045         (c_common_handle_option): Don't handle filenames.
1046         (c_common_handle_filename): New.
1047         * hooks.c (hook_void_constcharptr,
1048         hook_bool_constcharptr_size_t_false): New.
1049         * hooks.h (hook_void_constcharptr,
1050         hook_bool_constcharptr_size_t_false): New.
1051         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
1052         LANG_HOOKS_MISSING_ARGUMENT): New.
1053         (LANG_HOOKS_INITIALIZER): Update.
1054         * langhooks.h (struct lang_hooks): Add handle_filename and
1055         missing_argument.
1056         * opts.c (handle_option): Don't handle filenames here, but ...
1057         (handle_options): ... here.
1058         (common_handle_option): Don't handle missing arguments here.
1059         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1060         LANG_HOOKS_MISSING_ARGUMENT): New.
1061
1062 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
1063
1064         * Makfile.in: Remove traces of mbchar.
1065         * c-parse.in (MULTIBYTE_CHARS): Remove.
1066         * config.in (MULTIBYTE_CHARS): Remove.
1067         * configure: Remove --enable-mbchar.
1068         * configure.in: Remove --enable-mbchar.
1069         * mbchar.c, mbchar.h: Remove.
1070         * system.h: Poison MULTIBYTE_CHARS.
1071         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
1072         * config/linux.h (MULTIBYTE_CHARS): Remove.
1073         * config/svr4.h (MULTIBYTE_CHARS): Remove.
1074         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
1075
1076 2003-07-06  Andreas Jaeger  <aj@suse.de>
1077
1078         * varray.c (varray_check_failed): Fix typo.
1079
1080         * unroll.c: Convert prototypes to ISO C90.
1081         * varasm.c: Likewise.
1082         * varray.c: Likewise.
1083         * varray.h: Likewise.
1084         * vmsdbgout.c: Likewise.
1085         * xcoffout.c: Likewise.
1086         * xcoffout.h: Likewise.
1087
1088 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1089
1090         * gcov-io.h: Add a local time stamp.
1091         (struct gcov_info): Add stamp field.
1092         (gcov_truncate): New.
1093         * coverage.c (read_counts_file): Skip the stamp.
1094         (coverage_begin_output): Write the stamp.
1095         (build_gcov_info): Declare and init the stamp.
1096         (coverage_finish): Only unlink data file, if stamp is zero.
1097         * gcov-dump.c (dump_file): Dump the stamp.
1098         * gcov.c (bbg_stamp): New.
1099         (release_structures): Clear bbg_stamp.
1100         (read_graph_file): Read stamp.
1101         (read_count_file): Check stamp.
1102         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
1103
1104 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1105
1106         * tree.h (default_flag_random_seed): Remove.
1107         * toplev.h (local_tick): Declare.
1108         * tree.c (flag_random_seed, default_flag_random_seed): Move to
1109         toplev.c.
1110         (append_random_chars): Don't call default_flag_random_seed.
1111         * toplev.c (flag_random_seed): Define here. Set local_tick.
1112         (local_tick): Define.
1113         (randomize): New, moved from tree.c.
1114         (print_switch_values): Adjust.
1115         (toplev_main): Call randomize.
1116
1117 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1118
1119         * tree.h (crc32_string): Declare.
1120         * tree.c (append_random_chars): Remove.
1121         (crc32_string): New.
1122         (get_file_function_name_long): Use crc32_string here.
1123
1124 2003-07-06  Andreas Jaeger  <aj@suse.de>
1125
1126         * gcc.c: Convert prototypes to ISO C90.
1127         * gcc.h: Likewise.
1128         * gcov-dump.c: Likewise.
1129         * gcov-iov.c: Likewise.
1130         * gcse.c: Likewise.
1131         * genattrtab.h: Likewise.
1132         * ggc.h: Likewise.
1133         * global.c: Likewise.
1134         * graph.c: Likewise.
1135         * graph.h: Likewise.
1136         * hosthooks.h: Likewise.
1137         * hooks.h: Likewise.
1138         * hooks.c: Likewise.
1139         * hashtable.h: Likewise.
1140         * hashtable.c: Likewise.
1141         * haifa-sched.c: Likewise.
1142         * integrate.h: Likewise.
1143         * integrate.c: Likewise.
1144         * input.h: Likewise.
1145         * ifcvt.c: Likewise.
1146         * jump.c: Likewise.
1147         * langhooks-def.h: Likewise.  Add extern to prototypes.
1148         * langhooks.c: Likewise.
1149         * langhooks.h: Likewise.
1150         * lcm.c: Likewise.
1151         * local-alloc.c: Likewise.
1152         * loop-init.c: Likewise.
1153         * loop-unroll.c: Likewise.
1154         * loop-unswitch.c: Likewise.
1155         * loop.c: Likewise.
1156         * loop.h: Likewise. Add extern to prototypes.
1157         * machmode.h: Likewise.
1158         * main.c: Likewise.
1159         * mbchar.c: Likewise.
1160         * mbchar.h: Likewise.
1161         * mkdeps.c: Likewise.
1162         * mkdeps.h: Likewise.
1163         * optabs.c: Likewise.
1164         * optabs.h: Likewise.
1165         * output.h: Likewise.
1166         * gccspec.c: Likwise.
1167         * postreload.c: Likewise.
1168         * prefix.c: Likewise.
1169         * prefix.h: Likewise.
1170         * print-rtl.c: Likewise.
1171         * print-tree.c: Likewise.
1172         * profile.c: Likewise.
1173         * read-rtl.c: Likewise.
1174         * real.c: Likewise.
1175         * real.h: Likewise.
1176         * recog.c: Likewise.
1177         * recog.h: Likewise.
1178         * reg-stack.c: Likewise.
1179         * regclass.c: Likewise.
1180         * regmove.c: Likewise.
1181         * regrename.c: Likewise.
1182         * regs.h: Likewise.
1183         * reload.c: Likewise.
1184         * reload.h: Likewise.
1185         * reload1.c: Likewise.
1186         * reorg.c: Likewise.
1187         * resource.c: Likewise.
1188         * resource.h: Likewise.
1189         * rtl-error.c: Likewise.
1190         * rtl.c: Likewise.
1191         * rtl.h: Likewise.
1192         * rtlanal.c: Likewise.
1193         * sbitmap.c: Likewise.
1194         * sbitmap.h: Likewise.
1195         * scan-decls.c: Likewise.
1196         * scan.c: Likewise.
1197         * sched-deps.c: Likewise.
1198         * sched-ebb.c: Likewise.
1199         * sched-int.h: Likewise.
1200         * sched-rgn.c: Likewise.
1201         * sched-vis.c: Likewise.
1202         * sibcall.c: Likewise.
1203         * simplify-rtx.c: Likewise.
1204         * sreal.c: Likewise.
1205         * sreal.h: Likewise.
1206         * ssa-ccp.c: Likewise.
1207         * ssa-dce.c: Likewise.
1208         * ssa.c: Likewise.
1209         * ssa.h: Likewise.
1210         * stack.h: Likewise.
1211         * stmt.c: Likewise.
1212         * stor-layout.c: Likewise.
1213         * stringpool.c: Likewise.
1214         * target.h: Likewise.
1215         * timevar.c: Likewise.
1216         * timevar.h: Likewise.
1217         * tlink.c: Likewise.
1218         * tracer.c: Likewise.
1219         * tree-inline.c: Likewise.
1220         * tree-inline.h: Likewise.
1221         * tree.c: Likewise.
1222         * tree.h: Likewise.
1223
1224 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1225
1226         * combine.c (nonzero_bits1): Fix a warning.
1227
1228 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1229
1230         * config/h8300/h8300.c (compute_mov_length): Correct the
1231         length of loading CONST0_RTX (SFmode).
1232
1233 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
1234
1235         * toplev.c (output_clean_symbol_name): Remove.
1236         * toplev.h (output_clean_symbol_name): Remove.
1237         * config/alpha/alpha.c (unicosmk_output_module_name): Use
1238         lbasename & clean_symbol_name.
1239
1240 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1241
1242         * ggc.h: Follow spelling conventions.
1243         * config/i386/i386.c: Likewise.
1244         * config/i386/winnt.c: Likewise.
1245         * config/rs6000/rs6000.c: Likewise.
1246
1247 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1248
1249         * bt-load.c: Fix comment typos.
1250         * c-incpath.c: Likewise.
1251         * cfg.c: Likewise.
1252         * cfgcleanup.c: Likewise.
1253         * cfgloop.h: Likewise.
1254         * cfgloopmanip.c: Likewise.
1255         * cfgrtl.c: Likewise.
1256         * diagnostic.h: Likewise.
1257         * dwarfout.c: Likewise.
1258         * emit-rtl.c: Likewise.
1259         * et-forest.c: Likewise.
1260         * et-forest.h: Likewise.
1261         * expr.c: Likewise.
1262         * gcse.c: Likewise.
1263         * genattr.c: Likewise.
1264         * jump.c: Likewise.
1265         * langhooks.h: Likewise.
1266         * local-alloc.c: Likewise.
1267         * loop-unroll.c: Likewise.
1268         * loop-unswitch.c: Likewise.
1269         * ra-build.c: Likewise.
1270         * regclass.c: Likewise.
1271         * regmove.c: Likewise.
1272         * rtl.def: Likewise.
1273         * rtlanal.c: Likewise.
1274         * sched-ebb.c: Likewise.
1275         * sched-rgn.c: Likewise.
1276         * simplify-rtx.c: Likewise.
1277         * ssa.c: Likewise.
1278         * tracer.c: Likewise.
1279         * tree.c: Likewise.
1280
1281 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
1282
1283         * cppcharset.c: Use the correct return type for the fallback iconv
1284         macro.
1285
1286 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1287
1288         Blame to Jan Hubicka  <jh@suse.cz>
1289         * cfglayout.c (record_effective_endpoints): Split insns before
1290         first basic block correctly.
1291
1292 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1293
1294         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1295         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1296         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1297
1298 2003-07-05  Andreas Jaeger  <aj@suse.de>
1299
1300         * genattrtab.c (write_attr_get): Revert part of last patch to
1301         always write out a prototype.
1302
1303         * genemit.c (gen_split): Readd lost unused attributes in last
1304         patch.
1305
1306 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1307
1308         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1309         different from header.
1310
1311 2003-07-05  Andreas Schwab  <schwab@suse.de>
1312
1313         * config/m68k/m68k.c: Remove code protected by CRDS.
1314         * config/m68k/m68k.md: Likewise.
1315
1316 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
1317
1318         PR driver/11417
1319         * c-opts.c (permit_fortran_options): New.
1320         (c_common_init_options): Accept fortran front end options if
1321         it looks like we might be preprocessing Fortran.
1322         (c_common_handle_option): Don't reject switch if permit_fotran_options.
1323
1324 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1325
1326         * genattr.c (internal_dfa_insn_code): Output prototype.
1327         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1328         * genautomata.c: Likewise.
1329         * genconditions.c: Likewise.
1330         * genemit.c: Likewise.
1331         * genextract.c: Likewise.
1332         * gengenrtl.c: Likewise.
1333         * gengtype.c: Likewise.
1334         * genopinit.c: Likewise.
1335         * genoutput.c: Likewise.
1336         * genpeep.c: Likewise.
1337         * genrecog.c: Likewise.
1338
1339 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1340
1341         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1342         (struct cpp_options): Add narrow_charset, wide_charset,
1343         bytes_big_endian fields.  Remove EBCDIC field.
1344         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1345
1346         * cpphash.h: Include <iconv.h> if we have it, otherwise
1347         provide a dummy definition of iconv_t.
1348         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1349         (_cpp_valid_ucn): Update prototype.
1350         (_cpp_destroy_iconv): New prototype.
1351
1352         * doc/cpp.texi: Document character set handling.
1353         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1354         * doc/extend.texi: Delete entire section on multiline strings.
1355         Rewrite section on __FUNCTION__ etc now that these are
1356         variables in C.
1357
1358         * cppucnid.tab, cppucnid.pl: New files.
1359         * cppucnid.h: New generated file.
1360         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
1361         (iconv_open, iconv, iconv_close): Provide dummy definitions
1362         if !HAVE_ICONV.
1363         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1364         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1365         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1366         cpp_interpret_string, narrow_str_to_charconst,
1367         wide_str_to_charconst): New.
1368         (ucn_valid_in_identifier): Use a binary search through the
1369         ucnranges table defined in cppucnid.h, not a long chain of if
1370         statements.
1371         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
1372         character names are only valid in C++ and C99" to a warning.
1373         Issue the "meaning of \[uU] is different in traditional C"
1374         warning here.  Take care not to let iconv see an invalid UCS
1375         value if we get a malformed UCN.  Issue an error if we don't
1376         have iconv.
1377         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
1378         cpp_interpret_string to do the heavy lifting.
1379
1380         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1381         narrow_charset, wide_charset fields of options structure.
1382         (cpp_destroy): Call _cpp_destroy_iconv.
1383         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1384         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1385         (cpp_interpret_charconst): Moved to cppcharset.c.
1386         * cpplib.c (dequote_string): Delete.
1387         (interpret_string_notranslate): New.
1388         (do_line, do_linemarker): Use interpret_string_notranslate.
1389
1390         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1391
1392         * c-common.c (fname_string, combine_strings): Delete.
1393         * c-common.h (fname_string, combine_strings): Delete prototypes.
1394         * c-lex.c (ignore_escape_flag): Delete.
1395         (cb_ident): Use cpp_interpret_string, not lex_string.
1396         (get_nonpadding_token): New function.
1397         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1398         Adjust calls to lex_string.  Don't write *value twice.
1399         (lex_string): Now handles string constant concatenation.
1400         Most of the work handed off to cpp_interpret_string.
1401         Call fix_string_type here.
1402         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1403         FUNC_NAME, throughout.
1404         (OBJC_STRING): New token type.
1405         (primary:STRING): No need to call fix_string_type here.
1406         (primary:objc_string): Make that OBJC_STRING.
1407         (objc_string nonterminal): Delete.
1408         (yylexname): Delete code to handle fake string constants.
1409         (yylexstring): Delete entirely.
1410         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
1411         to handle CPP_ATSIGN.
1412
1413         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1414         * c-opts.c (missing_arg, c_common_handle_option): Handle
1415         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1416         (c_common_init): Set cpp_opts->bytes_big_endian, not
1417         cpp_opts->EBCDIC.  Call cpp_init_iconv.
1418         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1419         (TARGET_EBCDIC): Delete default definition.
1420
1421         * objc/objc-act.c (build_objc_string_object): No need to
1422         handle string constant concatenation.
1423
1424 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1425
1426         * doc/install.texi: Fix typos.
1427         * doc/invoke.texi: Likewise.
1428         * doc/tm.texi: Likewise.
1429
1430 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1431
1432         * config/pa/fptr.c: Fix comment typos.
1433         * config/pa/pa-64.h: Likewise.
1434         * config/pa/pa.c: Likewise.
1435         * config/pa/pa.h: Likewise.
1436         * config/rs6000/603.md: Likewise.
1437         * config/rs6000/7xx.md: Likewise.
1438         * config/rs6000/darwin.h: Likewise.
1439         * config/rs6000/freebsd.h: Likewise.
1440         * config/rs6000/rs6000.c: Likewise.
1441         * config/rs6000/rs6000.md: Likewise.
1442         * config/rs6000/spe.h: Likewise.
1443
1444 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
1445
1446         * config/s390/2064.md: Change GNU CC to GCC.
1447         * config/s390/2084.md: Likewise.
1448         * config/s390/fixdfdi.h: Likewise.
1449         * config/s390/linux.h: Likewise.
1450         * config/s390/s390-modes.def: Likewise.
1451         * config/s390/s390-protos.h: Likewise.
1452         * config/s390/s390.c: Likewise.
1453         * config/s390/s390.h: Likewise.
1454         * config/s390/s390.md: Likewise.
1455         * config/s390/s390x.h: Likewise.
1456
1457 2003-07-04  Jeff Law  <law@redhat.com>
1458
1459         PR c/11428
1460         * expr.c (do_store_flag): Pass in the correct result type
1461         when calling fold_single_bit_test.
1462         * fold-const.c (fold_single_bit_test): Use result_type for the
1463         result when folding a sign bit test.
1464
1465 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
1466
1467         * opts.c (common_handle_options): Negate sense of -falign- switches.
1468
1469 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1470
1471         * Makefile.in: Replace PWD with PWD_COMMAND.
1472
1473 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1474
1475         * cfgloopanal.c (count_strange_loop_iterations): New static function.
1476         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1477         Handle strange loops.
1478
1479 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1480
1481         * install.texi: Even the g77 manpage is derived from
1482         the full g77 manual.
1483
1484 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1485
1486         * ABOUT-NLS: Delete.
1487         * intl: Delete entire directory.
1488         * aclocal.m4: Include ../config/gettext.m4.  Delete
1489         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1490         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1491         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1492         Remove intl/Makefile from all_outputs.
1493         * configure, config.in: Regenerate.
1494         * Makefile.in: Expunge all references to intl subdirectory.
1495         Add -I../intl to INCLUDES.
1496         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1497
1498 2003-07-04  Roger Sayle  <roger@eyesopen.com>
1499
1500         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1501         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1502
1503 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1504
1505         PR c++/5287, PR c++/7910, PR c++/11021
1506         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1507         dllimport attribute if function is defined at declaration, but
1508         report error instead. Likewise for dllimport'd variable
1509         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
1510         declared within functions, Report error if dllimport or dllexport
1511         symbol is not global.
1512         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1513         if defined after declaration or if inlined. Don't allow definition
1514         of static data members of C++ classes. Don't dllimport virtual
1515         methods.
1516         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1517         (i386_pe_mark_dllimport): Remove unnecessary checks.
1518         (i386_pe_encode_section_info): Warn if the dllimport attribute
1519         and symbol prefix have been instantiated and then overridden.
1520
1521         * doc/extend.texi: Document dllimport and dllexport attributes.
1522
1523         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1524
1525 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1526
1527         * config/kaos.h (CPP_PREDEFINES): Delete.
1528         (TARGET_OS_CPP_BUILTINS): New.
1529
1530 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1531
1532         * c-aux-info.c: Include toplev.h after c-tree.h.
1533         * c-common.c: Likewise.
1534         (GCC_DIAG_STYLE): Undef.
1535         * c-semantics.c (GCC_DIAG_STYLE): Define.
1536         * c-tree.h (GCC_DIAG_STYLE): Likewise.
1537         * diagnostic.h (inform): Move prototype to toplev.h.
1538         * jump.c: Include diagnostic.h before toplev.h.
1539         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1540         (warning, error, fatal_error, pedwarn, sorry, inform,
1541         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1542
1543 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1544
1545         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1546         at all if edge is not specified.
1547         (can_copy_bbs_p, copy_bbs): New.
1548         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1549         * cfgloop.c (get_loop_body): Comment more precisely.
1550         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1551         (scale_bbs_frequencies): Fix comment typo.
1552         (can_duplicate_loop_p): Use can_copy_bbs_p.
1553         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1554
1555 2003-07-03  Devang Patel <dpatel@apple.com>
1556
1557         * c-opts.c (c_common_parse_file): Remove extra
1558         debug_hooks->start_source_file call.
1559
1560 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1561
1562         * real.c (real_trunc, real_floor, real_ceil): New functions
1563         to implement trunc, floor and ceil respectively.
1564         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1565         * builtins.c (integer_valued_real_p): New function to test if
1566         a floating point expression has an integer valued result.
1567         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1568         foo(x) where foo is an integer rounding function.  Similarly,
1569         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1570         (double)(int)x when both foo and bar are integer rounding
1571         functions and we don't need to honor errno.
1572         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1573         New functions to fold trunc, floor and ceil.
1574         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1575         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1576         to fold BUILT_IN_CEIL*.
1577         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1578         the remaining integer rounding functions.
1579
1580 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1581
1582         * config/sparc/sparc.c (function_arg_partial_nregs): Use
1583         SPARC_INT_ARG_MAX to determine where to split unnamed
1584         complex FP arguments.
1585
1586 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
1587
1588         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1589         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1590         (merge_blocks_move_predecessor_nojumps,
1591          merge_blocks_move_successor_nojumps): Use merge_blocks.
1592         (try_optimize_cfg): Use merge_blocks_move.
1593         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
1594         (merge_blocks_nomove): Rename to rtl_merge_blocks.
1595         (cfg_layout_create_basic_block): New.
1596         (rtl_can_merge_blocks): New.
1597         (cfg_layout_split_block): Do not alloc aux by hand.
1598         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
1599         merge_blocks.
1600         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
1601         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
1602         * cfgloopmanip.c (loop_split_edge_with): Likewise.
1603         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
1604
1605         * basic-block.h (basic_block_def): Add field 'rbi'.
1606         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
1607         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
1608         * cfg.c (entry_exit_blocks): Add new field.
1609         * cfglayout.c: Include alloc-pool.h;
1610         (cfg_layout_pool): New.
1611         (record_effective_endpoints, fixup_reorder_chain,
1612         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
1613         of rbi.
1614         (cfg_layout_initialize_rbi): New function.
1615         (cfg_layout_initialize): Use it.
1616         (cfg_layout_finalize): Clear rbi fields.
1617         * cfglayout.h (RBI): Kill.
1618         (cfg_layout_initialize_rbi): Declare.
1619         * cfgloopmanip.c (copy_bbs): Use rbi.
1620         (record_exit_edges): Likewise.
1621         (duplicate_loop_to_header_edge): Likewise.
1622         * cfgrtl.c (cfg_layout_create_basic_block): Use
1623         cfg_layout_initialize_rbi.
1624         (cfg_layout_split_block): Use rbi.
1625         (cfg_layout_delete_block): Likewise.
1626         * loop-init.c (loop_optimizer_finalize): Likewise.
1627         * loop-unswitch.c (unswitch_loop): Likewise.
1628         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
1629
1630         * cfgrtl.c: Update comments.
1631         (try_redirect_by_replacing_jump): New argument.
1632         (redirect_branch_edge): Break out from ...
1633         (rtl_redirect_edge_and_branch): ... this one.
1634         (update_cfg_after_block_merging): Break out from ...
1635         (rtl_merge_blocks): ... this one.
1636         (cfg_layout_split_edge): New.
1637         (cfg_layout_merge_blocks): New.
1638         (cfg_layout_can_merge_blocks_p): New.
1639         (cfg_layout_redirect_edge_and_branch): Reorganize.
1640         (cfg_layout_rtl_cfg_hooks): Fill in.
1641         (cfg_layout_delete_block): Kill barriers.
1642         * cfganal.c (can_fallthru): Deal with exit blocks
1643         * cfglayout.c (cfg_layout_function_header): New function
1644         (record_effective_endpoints): Record function header.
1645         (fixup_reorder_chain): Fixup dead jumptables; place header
1646
1647         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
1648         * bb-reorder.c (cfg_layout_initialize): Update call.
1649         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
1650         edges in cfglayout mode.
1651         * cfglayout.c (cleanup_unconditional_jumps): Kill.
1652         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
1653         * cfglayout.h (cfg_layout_initialize): Update prototype.
1654         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
1655         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
1656         * flow.c (propagate_block): Do not crash when basic block ends
1657         by first insn in the chain.
1658         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
1659         do loop discovery.
1660         * tracer.c (tracer): Update call of cfg_layout_initialize.
1661
1662 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1663
1664         * Makefile.in: Use dependency variables in lieu of explicit
1665         files throughout.
1666
1667 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
1668
1669         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1670         * tree.h: ...to here.
1671
1672 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1673
1674         * config/s390/2064.md: Fix comment typos.
1675         * config/s390/2084.md: Likewise.
1676         * config/s390/s390.c: Likewise.
1677         * config/s390/s390.md: Likewise.
1678         * config/sh/sh.c: Likewise.
1679         * config/sh/sh.h: Likewise.
1680         * config/sh/sh.md: Likewise.
1681         * config/sparc/sparc.c: Likewise.
1682         * config/sparc/sparc.h: Likewise.
1683         * config/sparc/sparc.md: Likewise.
1684         * config/stormy16/stormy16.c: Likewise.
1685         * config/stormy16/stormy16.h: Likewise.
1686         * config/stormy16/stormy-abi: Fix a typo.
1687
1688 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
1689
1690         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1691
1692 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1693
1694         * config/mips/mips.h (save_argv): Delete.
1695
1696 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1697
1698         PR target/10700
1699         * fold-const.c (extract_muldiv_1): There's nothing that can be done
1700         if the expression is a SAVE_EXPR.
1701
1702 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1703
1704         * config/m32r/m32r.c: Fix comment typos.
1705         * config/m68hc11/m68hc11.c: Likewise.
1706         * config/m68hc11/m68hc11.h: Likewise.
1707         * config/m68k/m68k.c: Likewise.
1708         * config/mcore/mcore.c: Likewise.
1709         * config/mcore/mcore.h: Likewise.
1710         * config/mcore/mcore.md: Likewise.
1711         * config/mips/mips.c: Likewise.
1712         * config/mips/mips.h: Likewise.
1713         * config/mips/mips.md: Likewise.
1714         * config/mips/netbsd.h: Likewise.
1715         * config/mn10300/mn10300.c: Likewise.
1716
1717 2003-07-03  Andreas Schwab  <schwab@suse.de>
1718
1719         * dbxout.c (pending_bincls): Move decl down inside
1720         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1721
1722 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1723
1724         * rtl.h (NOTE_DATA): Refer to whole union.
1725         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1726
1727 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1728
1729         PR optimization/11381
1730         * simplify-rtx.c (simplify_relational_operation): Check that
1731         two equal operands have no side-effects before simplifying
1732         the comparison.
1733
1734 2003-07-02  Jeff Law  <law@redhat.com>
1735
1736         * expr.c (do_store_flag): Remove special case folding for
1737         single bit tests.  Instead call back into the commonized folder
1738         routine.
1739         * fold-const.c (fold_single_bit_test): New function, mostly
1740         extracted from do_store_flag, with an additional case extracted
1741         from fold.
1742         (fold): Call fold_single_bit_test appropriately.
1743         * tree.h (fold_single_bit_test): Prototype.
1744
1745 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
1746
1747         * system.h: Include filenames.h.
1748         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1749         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1750         define based on HAVE_DOS_BASED_FILE_SYSTEM.
1751         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1752         * config/i386/xm-mingw32.h: Don't define
1753         HAVE_DOS_BASED_FILE_SYSTEM,
1754         DIR_SEPARATOR, or DIR_SEPARATOR_2.
1755         * doc/hostconfig.texi: Update to match.
1756
1757         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1758         config/i386/cygwin.h:
1759         Use IS_ABSOLUTE_PATH throughout.
1760         * gcc.c (DIR_UP): Delete, unused.
1761         * protoize.c (IS_SAME_PATH): Define in terms of
1762         FILENAME_CMP.
1763         (is_abspath): Delete.
1764
1765 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1766
1767         * config/i386/emmintrin.h: Fix comment typos.
1768         * config/i386/i386.c: Likewise.
1769         * config/i386/i386.h: Likewise.
1770         * config/i386/sco5.h: Likewise.
1771         * config/ia64/ia64.c: Likewise.
1772         * config/ia64/itanium2.md: Likewise.
1773
1774 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1775
1776         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1777         DBX_USE_BINCL.
1778         (emit_bincl_stab): Same.
1779         (emit_pending_bincls): Same.
1780
1781 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1782
1783         * config/h8300/h8300.c (compute_mov_length): Fix the length of
1784         loading CONST0_RTX (SFmode).
1785         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1786         'G' to CONST0_RTX (SFmode).
1787         * config/h8300/h8300.md (movsf_h8300): Change the first
1788         constraint to 'G'.
1789         (movsf_h8300h): Likewise.
1790
1791 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
1792
1793         * c-common.h (c_common_init_options): New prototype.
1794         * c-opts.c (deferred_size): Remove.
1795         (defer_opt): Array is now pre-allocated.
1796         (c_common_init_options): Pre-allocate deferred_opts.  Make
1797         lang_flags unsigned.
1798         (push_command_line_options): Free deferred_opts.
1799         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1800         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1801         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1802         * langhooks.h (struct lang_hooks): New prototype for init_options.
1803         * main.c (main): Cast argv.
1804         * opts.c (handle_option, handle_options): Update prototypes.
1805         (decode_options): save_argc, save_argv are not global.  Constify.
1806         * opts.h (decode_options): New prototype.
1807         * toplev.c (general_init): New protoype.
1808         (save_argv): Make static.
1809         (save_argc): Remove.
1810         (print_switch_values, general_init): Constify.
1811         (toplev_main): Save argv.
1812         * toplev.h (toplev_main): Update prototype.
1813         (save_argc, save_argv): Remove.
1814
1815 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
1816
1817         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1818         (emit_bincl_stab): Same.
1819         (emit_pending_bincls): Same.
1820
1821 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1822
1823         PR c++/11072
1824         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1825
1826 2003-07-02  Andreas Schwab  <schwab@suse.de>
1827
1828         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1829
1830 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1831
1832         PR optimization/11210
1833         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1834         about the behaviour with regard to bitfields.
1835         * fold-const (decode_field_reference): Record outermost type in
1836         case the expression is a NOP. Strip all NOPs. Set the signedness
1837         to that of the outermost type (if any) when the bitsize is equal
1838         to the size of the type.
1839
1840 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1841
1842         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1843         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1844         (adddi3_internal_3, addsi3_internal_2): Likewise.
1845
1846 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1847
1848         * config/mips/mips.c (machine_function): Add new fields:
1849         ignore_hazard_length_p and all_noreorder_p.
1850         (mips_flag_delayed_branch): New variable.
1851         (override_options): Treat '/' as an operand punctuation character.
1852         Set up mips_flag_delayed_branch.
1853         (print_operand): Handle '/'.
1854         (mips_output_function_prologue): Put the whole function in
1855         .set noreorder and .set nomacro if all_noreorder_p is true.
1856         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1857         (mips16_optimize_gp): Remove "first insn" parameter.
1858         (mips16_lay_out_constants): New function, split out from mips_reorg.
1859         (mips_avoid_hazard, mips_avoid_hazards): New functions.
1860         (mips_reorg): For mips16 code, call mips16_lay_out_constant
1861         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
1862         do delayed-branch scheduling followed by hazard detection.
1863         (mips_adjust_insn_length): Only account for hazards if
1864         !ignore_hazard_length_p.
1865         (mips_output_load_label): Add a nop to the o32 sequence if
1866         the target suffers from load delays.
1867         (mips_output_conditional_branch): Add %/ to the end of branches.
1868         (mips_output_division): Fill the branch delay slot with %#.
1869         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1870         instructions.  End all other %* branches with %/.
1871         (ffssi2, ffsdi2): Fix lengths.
1872         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1873         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1874         (fix_truncsfsi2_macro): Likewise.
1875         (mov_lwl): Set hazard to "none".
1876         (ashldi3_internal): Fill the branch delay slot with %#.
1877         (ashrdi3_internal, lshrdi3_internal): Likewise.
1878         (exception_receiver): Explicitly set $28.
1879         (hazard_nop): New pattern.
1880
1881 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
1882
1883         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1884         before calling tree_inlinable_function_p.
1885
1886 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1887
1888         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1889         <internal/stdio_core.h> too.
1890         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1891         <internal/wchar_core.h> too.
1892         Substitute va_list uses in inline definition.
1893         * fixinc/fixincl.x: Regenerate.
1894
1895 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1896
1897         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1898         Undef before redefinition.
1899         (LABEL_AFTER_LOC): Likewise.
1900         (DEFAULT_SIGNED_CHAR): Likewise.
1901         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1902         Fix IRIX spelling.
1903
1904         * config/mips/iris3.h: Remove, unused.
1905         * config/mips/iris4.h: Likewise.
1906
1907         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1908
1909         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1910         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1911         target_cpu_default.
1912
1913         * config/mips/iris5.h: Move explicit includes ...
1914         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1915
1916         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1917         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1918         tm_defines.
1919
1920         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1921         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1922         target_cpu_default.
1923
1924         * config/mips/iris6.h: Fix IRIX spelling.
1925         (MULTILIB_DEFAULTS): Undef before redefinition.
1926
1927         * config/mips/iris6.h: Move explicit includes ...
1928         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1929
1930 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
1931
1932         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1933         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1934         Use next_needed field instead of aux to maintain the queue.
1935         * cgraph.h (cgraph_node): Add next_needed.
1936         (cgraph_varpool_node): Add next_needed; remove aux.
1937         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1938
1939 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1940
1941         * cgraphunit.c (cgraph_finalize_function): Set finalized.
1942         (cgraph_finalize_function): Do not examine inlinablility.
1943         (cgraph_finalize_compilation_unit): Do it here.
1944         * cgraph.h (cgraph_local_info): Add finalized field.
1945
1946 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1947
1948         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1949         (gt_pch_restore): Likewise.
1950
1951 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1952
1953         * config/alpha/alpha.c: Fix comment typos.
1954         * config/alpha/elf.h: Likewise.
1955         * config/arm/arm.c: Likewise.
1956         * config/arm/arm.h: Likewise.
1957         * config/arm/arm.md: Likewise.
1958         * config/arm/t-arm-coff: Likewise.
1959         * config/arm/t-strongarm-pe: Likewise.
1960         * config/arm/xscale-elf.h: Likewise.
1961         * config/avr/avr.h: Likewise.
1962
1963 2003-07-01  Jeff Law  <law@redhat.com>
1964
1965         * stmt.c (any_pending_cleanups): Remove another redundant test.
1966
1967 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
1968             J"orn Rennecke <joern.rennecke@superh.com>
1969
1970         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1971         for MEM case.
1972
1973 2003-07-01  Devang Patel  <dpatel@apple.com>
1974
1975         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1976         (binclstatus): New.
1977         (struct dbx_file): New members - bincl_status, pending_bincl_name and
1978         prev.
1979         (pending_bincls): New.
1980         (dbxout_init): Initialize new dbx_file members.
1981         (dbxout_start_source_file): Same.
1982         (emit_bincl_stab): New function.
1983         (emit_pending_bincls): Same.
1984         (emit_pending_bincls_if_required): Same.
1985         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
1986         processed.
1987         (dbxout_begin_block): Emit pending BINCL stabs.
1988         (dbxout_end_block): Same.
1989         (dbxout_function_decl): Same.
1990         (dbxout_continue): Same.
1991         (dbxout_type): Same.
1992         (dbxout_class_name_qualifiers): Same.
1993         (dbxout_symbol): Same.
1994         (dbxout_symbol_location): Same.
1995         (dbxout_parms): Same.
1996
1997 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1998
1999         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
2000         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
2001
2002 2003-07-01  Andreas Jaeger  <aj@suse.de>
2003
2004         * fold-const.c: Convert prototypes to ISO C90.
2005         * function.c: Likewise.
2006         * function.h: Likewise.
2007
2008 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2009
2010         * doc/contrib.texi: Fix typos.
2011         * doc/invoke.texi: Likewise.
2012         * doc/passes.texi: Likewise.
2013         * doc/sourcebuild.texi: Likewise.
2014         * doc/tm.texi: Likewise.
2015
2016 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2017
2018         * basic-block.h: Fix comment typos.
2019         * bb-reorder.c: Likewise.
2020         * c-format.c: Likewise.
2021         * cfgcleanup.c: Likewise.
2022         * cfghooks.h: Likewise.
2023         * cfgloop.c: Likewise.
2024         * cfgloopmanip.c: Likewise.
2025         * cfgrtl.c: Likewise.
2026         * cgraph.h: Likewise.
2027         * cgraphunit.c: Likewise.
2028         * combine.c: Likewise.
2029         * convert.c: Likewise.
2030         * dbxout.c: Likewise.
2031         * df.c: Likewise.
2032         * df.h: Likewise.
2033         * diagnostic.c: Likewise.
2034         * dwarf2out.c: Likewise.
2035         * et-forest.h: Likewise.
2036         * flow.c: Likewise.
2037         * fold-const.c: Likewise.
2038         * function.h: Likewise.
2039         * gcov-io.h: Likewise.
2040         * gcov.c: Likewise.
2041         * gcse.c: Likewise.
2042         * genautomata.c: Likewise.
2043         * ggc-common.c: Likewise.
2044         * ggc-page.c: Likewise.
2045         * loop-unroll.c: Likewise.
2046         * loop-unswitch.c: Likewise.
2047         * loop.c: Likewise.
2048         * mips-tfile.c: Likewise.
2049         * optabs.c: Likewise.
2050         * ra-build.c: Likewise.
2051         * ra-colorize.c: Likewise.
2052         * ra-rewrite.c: Likewise.
2053         * ra.h: Likewise.
2054         * regmove.c: Likewise.
2055         * reload.c: Likewise.
2056         * rtlanal.c: Likewise.
2057         * sched-ebb.c: Likewise.
2058         * sched-int.h: Likewise.
2059         * sched-vis.c: Likewise.
2060         * sreal.c: Likewise.
2061         * ssa-ccp.c: Likewise.
2062         * ssa.c: Likewise.
2063         * toplev.c: Likewise.
2064         * tree-inline.c: Likewise.
2065         * value-prof.c: Likewise.
2066         * value-prof.h: Likewise.
2067
2068 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
2069
2070         * rtl.h (emit_line_note_after): Remove.
2071         (emit_note_copy_after, emit_note_copy): New.
2072         * emit-rtl.c (reorder_insns_with_line_notes): Replace
2073         emit_line_note_after with emit_note_copy_after.
2074         (emit_insn_after_with_line_notes): Likewise.
2075         (emit_line_note_after): Kill.
2076         (emit_note_copy_after): New.
2077         (emit_note_copy): New.
2078         * function.c (emit_return_into_block): Use emit_note_copy_after.
2079         (thread_prologue_and_epilogue_insns): Likewise.
2080         * integrate.c (expand_inline_function): Use emit_note_copy.
2081         (copy_insn_list): Likewise.
2082         * unroll.c (copy_loop_body): Likewise.
2083         * cfglayout.c (duplicate_insn_chain): Likewise.
2084
2085 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
2086
2087         * c-tree.h (define_label): Replace filename and lineno arguments
2088         with a location_t.
2089         * c-decl.c (poplevel): Adjust define_label call.
2090         (pop_label_level): Likewise.
2091         (define_label): Replace filename and lineno arguments with a
2092         location_t.
2093         (store_parm_decls): Use DECL_SOURCE_LOCATION.
2094         * c-parse.in (label): Adjust define_label call.
2095
2096 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
2097
2098         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
2099         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
2100         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
2101         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
2102         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
2103
2104 2003-07-01  Andreas Jaeger  <aj@suse.de>
2105
2106         * final.c: Convert prototypes to ISO C90.
2107         * flow.c: Likewise.
2108         * flags.h: Likewise.
2109         * gcov-io.c: Likewise.
2110         * gcov-io.h: Likewise.
2111
2112 2003-06-30  Bruno Haible  <bruno@clisp.org>
2113
2114         PR middle-end/6578
2115         * libgcc2.c (__subvsi3): Remove simplification that would not work
2116         when subtracting -0x80000000.
2117         (__subvdi3): Remove simplification that would return a wrong result.
2118         (__mulvsi3): Fix overflow check.
2119         (__absvdi2): Fix simplification that would return a wrong result.
2120         (__mulvdi3): Fix overflow check.
2121
2122 2003-06-30  Jeff Law  <law@redhat.com>
2123
2124         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
2125         was always passed in the value '1'.  Simplify body appropriately.
2126         * tree.h (any_pending_cleanups): Corresponding changes.
2127         * calls.c: (expand_call): Corresponding changes.
2128
2129 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2130
2131         * combine.c (distribute_notes): Don't bother REG_WAS_0.
2132         * cse.c (cse_insn): Likewise.
2133         * final.c (final_scan_insn): Likewise.
2134         * jump.c (duplicate_loop_exit_test): Likewise.
2135         * rtl.c (reg_note_name): Remove REG_WAS_0.
2136         * rtl.h (REG_WAS_0): Remove.
2137         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
2138         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
2139         (output_movhi): Likewise.
2140         (output_movsisf): Likewise.
2141         (reg_was_0): Remove.
2142         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
2143         REG_WAS_0.
2144         (m68hc11_gen_movqi): Likewise.
2145         * config/vax/vax-protos.h: Remove the prototype for
2146         reg_was_0_p.
2147         * config/vax/vax.c (follows_p): Remove.
2148         (reg_was_0_p): Likewise.
2149         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
2150         (movhi): Likewise.
2151         (movqi): Likewise.
2152         * doc/rtl.texi (REG_WAS_0): Remove.
2153
2154 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
2155
2156         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2157
2158 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
2159
2160         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
2161         top-level include directory.
2162         * config/xtensa/lib2funcs.S: Likewise.
2163         * config/xtensa/xtensa.h: Likewise.
2164         * config/xtensa/xtensa-config.h: Remove.
2165         * doc/install.texi: Update location of "xtensa-config.h" header.
2166
2167 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2168
2169         * config/s390/s390.c (s390_extra_constraint): New function.
2170         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
2171         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
2172         * config/s390/s390.c (q_constraint): Remove.
2173         * config/s390/s390-protos.h (q_constraint): Likewise.
2174         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
2175         (EXTRA_ADDRESS_CONSTRAINT): Define.
2176
2177         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2178         (DISP_IN_RANGE, s390_short_displacement): New.
2179         (legitimate_reload_operand_p): Support long displacements.
2180         (s390_decompose_address): Likewise.
2181         (legitimize_pic_address): Likewise.
2182         (legitimize_address): Likewise.
2183         (s390_fixup_clobbered_return_reg): Likewise.
2184         (s390_emit_prologue, s390_emit_epilogue): Likewise.
2185         (s390_output_mi_thunk): Likewise.
2186
2187         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2188         (attr "atype", attr "length"): Add defaults for new op_types.
2189         (all insns): Change op_type attribute where appropriate.
2190
2191         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2192         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2193         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2194         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2195         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2196         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2197         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2198         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2199         "*movdf_64", "*movdf_31", "*movsf",
2200         "*load_multiple_si", "*store_multiple_di",
2201         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2202         "*la_64", "*la_31", "*la_31_and", "force_la_31",
2203         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2204         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2205         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2206         "*addsi3_sign", "*addsi3_sub", "addsi3",
2207         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2208         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2209         "mulsi3"
2210         "*andsi3_cc", "*andsi3_cconly", "andsi3",
2211         "*andqi3_ss", "*andqi3_ss_inv",
2212         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2213         "*iorqi3_ss", "*iorqi3_ss_inv",
2214         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2215         "*xorqi3_ss", "*xorqi3_ss_inv",
2216         "*tls_load_31"): Add alternatives for long-displacement instructions.
2217
2218         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2219         "*load_multiple_di", "*store_multiple_di",
2220         "*sethighqidi_64", "*zero_extendhisi2_31",
2221         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2222         "adddf3", "*adddf3", "*adddf3_ibm",
2223         "addsf3", "*addsf3", "*addsf3_ibm",
2224         "subdf3", "*subdf3", "*subdf3_ibm",
2225         "subsf3", "*subsf3", "*subsf3_ibm",
2226         "mulsi_6432", "divmoddisi3",
2227         "muldf3", "*muldf3", "*muldf3_ibm",
2228         "mulsf3", "*mulsf3", "*mulsf3_ibm",
2229         "divdf3", "*divdf3", "*divdf3_ibm",
2230         "divsf3", "div*sf3", "*divsf3_ibm",
2231         "sqrtdf2", "sqrtsf2",
2232         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2233         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2234         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2235         and address constraints for instructions that do not accept long
2236         displacements.
2237
2238 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
2239             Ulrich Weigand  <uweigand@de.ibm.com>
2240
2241         * config/s390/2084.md: New file.
2242         * config/s390/s390.md: Include it.
2243         * config/s390/s390.c (s390_adjust_priority): New function.
2244         (TARGET_SCHED_ADJUST_PRIORITY): Define.
2245         (s390_first_cycle_multipass_dfa_lookahead): New function.
2246         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2247         (s390_sched_reorder2): New function.
2248         (TARGET_SCHED_REORDER2): Define.
2249         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2250         (s390_issue_rate): Likewise.
2251
2252 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2253
2254         * Makefile.in (GTFILES): Add cgraph.h.
2255         * cgraph.c (known_decls): Remove.
2256         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2257         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2258         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2259         (cgraph_varpool_node): Likewise; add next pointer.
2260         (cgraph_varpool_nodes): New static variable.
2261         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2262         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2263         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2264         * gengtype.c (open_base_files): Include cgraph.h
2265
2266 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2267
2268         * Changelog: Remove ">>>>>>>" from previous change.
2269
2270 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2271
2272         * config/cris/cris.c: Fix spelling for "testcase".
2273         * config/cris/cris.h: Likewise.
2274         * config/cris/cris.md: Likewise.
2275         * config/mmix/crti.asm: Likewise.
2276         * config/mmix/mmix.h: Likewise.
2277         * config/mmix/mmix.md: Likewise.
2278
2279 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2280
2281         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2282         1.
2283
2284 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2285
2286         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2287         --with-mode configure options.
2288         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2289         (DRIVER_SELF_SPECS): Define.
2290         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2291         architecture to assembler.
2292         (LINK_SPEC): Merge 31-bit and 64-bit variants.
2293         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2294         * config/s390/s390.c (override_options): New default rules for
2295         architecture mode and cpu architecture selection.
2296         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2297         new default rules.
2298
2299         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2300         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2301         * config/s390/s390.c (override_options): Add "z990" to
2302         processor_alias_table.
2303         * doc/invoke.texi (-march): Document "z990" processor type.
2304
2305         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2306         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2307         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2308         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2309         * config/s390/s390.c (override_options): Replace enum pta_flags by
2310         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
2311
2312         * config/s390/s390.c (s390_cpu): Rename to ...
2313         (s390_tune): ... this.
2314         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2315         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2316         * config/s390/s390.md (attr "cpu"): Likewise.
2317
2318 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
2319
2320         * c-common.c (enum c_language_kind, flag_objc): Remove.
2321         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2322         c_add_case_label, finish_label_addr_expr, boolean_increment):
2323         Use c_dialect_ macros.
2324         * c-common.h (enum c_language_kind): Extend.
2325         (c_dialect_cxx, c_dialect_objc): New.
2326         (flag_objc): Remove.
2327         (c_common_init_options): Update prototype.
2328         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2329         macros.
2330         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2331         macros.
2332         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2333         * c-lang.c (c_init_options): Remove.
2334         (c_language): Define.
2335         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2336         * c-lex.c (lex_charconst): Use c_dialect_ macros.
2337         * c-opts.c (lang_flags): Make function-local.
2338         (c_common_init_options): Use c_dialect_ macros.  Handle
2339         C++ diagnostic requirements.
2340         (c_common_handle_option, c_common_post_options): Use flag_cxx.
2341         * c-parse.in (init_reswords): Use c_dialect_objc ().
2342         * c-pch.c (get_ident): Use c_language.
2343         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2344         * c-typeck.c (comptypes, build_c_cast): Similarly.
2345         * objc/objc-lang.c (c_language): Define.
2346         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2347         (objc_init_options): Remove.
2348
2349 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2350
2351         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2352         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2353
2354 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
2355
2356         * doc/sourcebuild.texi: Don't reference gnats.html any more.
2357
2358 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2359
2360         * config/h8300/h8300.c (compute_mov_length): Fix length of
2361         mov:SF on H8/300.
2362
2363 2003-06-30  Nick Clifton  <nickc@redhat.com>
2364
2365         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2366         constant.
2367
2368 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2369
2370         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2371
2372 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
2373
2374         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2375         (altivec_in_gprs_p): New function.
2376
2377         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2378         prototype.
2379         (altivec_in_gprs_p): New prototype.
2380
2381         * config/rs6000/altivec.md (*movv4si_internal): Change
2382         multi-assembler alternative to '#'. Add postreload splitter to
2383         handle this cases.
2384         (*movv4hi_internal): Likewise.
2385         (*movv4qi_internal): Likewise.
2386         (*movv4sf_internal): Likewise.
2387
2388 2003-06-30  Jason Merrill  <jason@redhat.com>
2389
2390         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2391         * calls.c: Not here.
2392
2393 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
2394
2395         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2396         (bad_signed_byte_operand): Likewise.
2397         (arm_output_epilogue): Likewise.
2398         (arm_final_prescan_insn): Likewise.
2399
2400 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2401
2402         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2403
2404 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2405
2406         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2407         subsequent writes.
2408
2409 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
2410
2411         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2412         in cfglayout mode.
2413
2414 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
2415
2416         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2417         (init_ext_80387_constants): Likewise.
2418         (standard_80387_constant_rtx): Likewise.
2419         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2420         (atantf): Disable for !TARGET_128BIT_LONG_LONG
2421         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2422         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2423         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2424         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2425         (frndinttf2): New.
2426         (f2xm1tf2): New.
2427         (exp?f2): Use expsf2_tf when needed.
2428         (exp?f2_tf): New.
2429         (exptf): New.
2430
2431 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2432
2433         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2434         statement from tmake_file set.
2435
2436 2003-06-29  James E Wilson  <wilson@tuliptree.org>
2437
2438         * reload.c (find_reloads): Change push_reloads to push_reload in
2439         comment.
2440         * reload1.c (eliminate_regs): Likewise.
2441         (dump_needs): Delete prototype for deleted function.
2442
2443 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2444
2445         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2446         format attributes.
2447         * c-format.c (enum format_type): Add gcc_diag_format_type,
2448         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2449         (gcc_diag_length_specs, gcc_cdiag_length_specs,
2450         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2451         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2452         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2453         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2454         (format_types_orig): Add new data.
2455         (find_char_info_specifier_index, init_dynamic_diag_info): New
2456         functions.
2457         (handle_format_attribute): Update to handle new format attributes.
2458
2459 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
2460
2461         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
2462
2463 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
2464
2465         * doc/install.texi: Remove install documentation for obsoleted targets
2466         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2467         arm-*-aof.
2468         Update information about IA64 toolchain, AIX make requirements,
2469         and binutils for m68k-*-hpux and *-*-linuxaout targets.
2470
2471 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
2472
2473         * regmove.c (regmove_optimize): Don't try to make src and dst match
2474         when they are in different modes.
2475
2476 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2477
2478         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2479         busy work when builtin is not supported by the backend.
2480
2481 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2482
2483         * loop.c (count_one_set): Fix detection of registers set in more
2484         than one basic block.
2485
2486 2003-06-29  Andreas Jaeger  <aj@suse.de>
2487
2488         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2489         * system.h: Poison OBJ_FORMAT_ROSE.
2490         * doc/tm.texi (Macros for Initialization): Remove documentatin of
2491         OBJECT_FORMAT_ROSE.
2492         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2493         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2494
2495 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2496
2497         * pa.c (update_total_code_bytes): New function.
2498         (last_address): Number of bytes output for a function and its
2499         associated thunks.
2500         (compute_frame_size): Use BITS_PER_UNIT.
2501         (pa_output_function_epilogue): Compute last_address.  Use
2502         update_total_code_bytes.
2503         (output_lbranch): Handle long branch on portable runtime.
2504         (attr_length_millicode_call, attr_length_call,
2505         attr_length_indirect_call): Only use total_code_bytes for calls in
2506         the text section.
2507         (output_call): Only use an indirect call sequence when the target is
2508         not local.
2509         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
2510         test to determine when an IA-relative branch can be used.  Add various
2511         long branch sequences.  Avoid using an indirect branch on all ports
2512         except SOM.
2513
2514 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
2515
2516         * expr.c (clear_by_pieces): Fix prototype.
2517
2518 2003-06-29  Andreas Jaeger  <aj@suse.de>
2519
2520         * cse.c: Convert prototypes to ISO C90.
2521         * cselib.c: Likewise.
2522         * cselib.h: Likewise.
2523         * dbxout.c: Likewise.
2524         * debug.c: Likewise.
2525         * df.c: Likewise.
2526         * df.h: Likewise.
2527         * dojump.c: Likewise.
2528         * doloop.c: Likewise.
2529         * dominance.c: Likewise.
2530         * dwarf2asm.c: Likewise.
2531         * dwarf2out.c: Likewise.
2532         * dwarf2out.h: Likewise.
2533         * dwarfout.c: Likewise.
2534         * except.c: Likewise.
2535         * except.h: Likewise.
2536         * emit-rtl.c: Likewise.
2537         * et-forest.c: Likewise.
2538         * et-forest.h: Likewise.
2539         * except.c: Likewise.
2540         * explow.c: Likewise.
2541         * expmed.c: Likewise.
2542         * expr.c: Likewise.
2543         * expr.h: Likewise.
2544
2545 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2546
2547         * alloc-pool.c: Fix comment formatting.
2548         * bitmap.c: Likewise.
2549         * bitmap.h: Likewise.
2550         * bt-load.c: Likewise.
2551         * builtins.c: Likewise.
2552         * caller-save.c: Likewise.
2553         * cfganal.c: Likewise.
2554         * cfgrtl.c: Likewise.
2555         * collect2.c: Likewise.
2556         * cse.c: Likewise.
2557         * df.c: Likewise.
2558         * diagnostic.c: Likewise.
2559         * dwarf2out.c: Likewise.
2560         * dwarfout.c: Likewise.
2561         * expmed.c: Likewise.
2562         * final.c: Likewise.
2563         * flags.h: Likewise.
2564         * fold-const.c: Likewise.
2565         * gcc.c: Likewise.
2566         * gcov-io.h: Likewise.
2567         * gcov.c: Likewise.
2568         * genattrtab.c: Likewise.
2569         * genautomata.c: Likewise.
2570         * libgcov.c: Likewise.
2571         * mips-tfile.c: Likewise.
2572         * optabs.c: Likewise.
2573         * prefix.c: Likewise.
2574         * rtlanal.c: Likewise.
2575         * stmt.c: Likewise.
2576         * stor-layout.c: Likewise.
2577         * toplev.c: Likewise.
2578         * varasm.c: Likewise.
2579         * vmsdbgout.c: Likewise.
2580
2581 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2582
2583         * expr.c (emit_single_push_insn): If padding is needed
2584         downward, adjust the stack pointer first, and then store the
2585         data into the stack location using an offset.
2586
2587 2003-06-29  Andreas Jaeger  <aj@suse.de>
2588
2589         * collect2.h: Convert prototypes to ISO C90.
2590         * collect2.c: Likewise.
2591         * conflict.c: Likewise.
2592         * coverage.c: Likewise.
2593         * convert.h: Likewise.
2594         * convert.c: Likewise.
2595
2596 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2597
2598         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
2599         filename to <internal>.
2600         * tree.c (make_node): Just copy the current location.
2601
2602 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2603
2604         PR optimization/11210
2605         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
2606
2607 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
2608
2609         * toplev.c (flag_dummy): Remove.
2610         (f_options): Restore flag pointers.
2611
2612 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
2613
2614         * config/rs6000/rs6000.c (processor_target_table): Add 970.
2615         * config.gcc: Add 970.
2616
2617 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2618
2619         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
2620         -1) with ggc_strdup.
2621         * stmt.c (expand_asm_operands): Likewise.
2622         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
2623
2624 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2625
2626         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
2627         definition.
2628
2629 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2630
2631         * opts.c: Include insn-attr.h.
2632         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
2633
2634 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
2635
2636         * flow.c (propagate_one_insn): Use proper test for a register
2637         being part of the return value.
2638
2639 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2640
2641         * config/avr/avr.c: Fix a comment typo.
2642
2643 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2644
2645         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
2646         with avr_simplify_comparison_p.
2647         * config/avr/avr.c: Likewise.
2648
2649 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2650
2651         * builtins.c: Follow spelling conventions.
2652         * cgraph.c: Likewise.
2653         * cpplex.c: Likewise.
2654         * config/arm/arm.c: Likewise.
2655         * config/arm/iwmmxt.md: Likewise.
2656         * config/c4x/c4x-modes.def: Likewise.
2657         * config/c4x/c4x.c: Likewise.
2658         * config/c4x/c4x.h: Likewise.
2659         * config/c4x/c4x.md: Likewise.
2660         * config/i386/i386-interix.h: Likewise.
2661         * config/mips/mips.h: Likewise.
2662
2663 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2664
2665         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2666         __mc68020__ on TARGET_68020.
2667
2668 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2669
2670         * config/h8300/h8300.c: Fix a comment typo.
2671
2672 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2673
2674         * c-parse.in (yylexstring): Use a location_t.
2675
2676         * diagnostic.h (diagnostic_set_info): Replace file and lineno
2677         parameters with a location_t.
2678         * diagnostic.c (diagnostic_set_info): Replace file and lineno
2679         parameters with a location_t.
2680         (inform, warning, pedwarn, error, sorry, fatal_error,
2681         internal_error, warning_with_decl, pedwarn_with_decl,
2682         error_with_decl): Adjust.
2683         * c-error.c (pedwarn_c99): Adjust.
2684         * c-format.c (status_warning): Adjust.
2685         * rtl-error.c (file_and_line_for_asm): Rename to ...
2686         (location_for_asm): Return a location_t.
2687         (diagnostic_for_asm): Adjust.
2688
2689 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2690
2691         * cpptrad.c (skip_macro_block_comment): New.
2692         (copy_comment): Use it if appropriate.
2693
2694 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2695
2696         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2697         definition.
2698         (store_killed_in_insn): Likewise.
2699         * print-rtl.c (print_rtx): Likewise.
2700         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2701         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2702         (m68hc11_reassign_regs): Likewise.
2703         (m68hc11_reorg): Likewise.
2704
2705 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
2706
2707         * diagnostic.c (output_integer_with_precision): New macro.
2708         (output_format): Use it.  Handle more format specifiers.
2709         (output_long_decimal): Remove.
2710         (output_unsigned_decimal): Likewise.
2711         (output_long_unsigned_decimal): Likewise.
2712         (output_octal): Likewise.
2713         (output_long_octal): Likewise.
2714         (output_hexadecimal): Likewise.
2715         (output_long_hexadecimal): Likewise.
2716         (output_long_long_decimal): Likewise.
2717
2718 2003-06-28  Andreas Schwab  <schwab@suse.de>
2719
2720         * config/ia64/ia64.md: Follow recent emit_note API change.
2721
2722 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2723
2724         * c-parse.in (%union): Replace filename & lineno with location.
2725         (save_filename, save_lineno): Remove.
2726         (save_location): New.
2727         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2728         nested_function, notype_nested_function, if_prefix, lineno_stmt,
2729         lineno_label, label): Adjust.
2730
2731 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
2732
2733         * builtins.c (c_strlen): Add only_value argument.
2734         Handle COND_EXPR and COMPOUND_EXPR.
2735         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2736         Adjust c_strlen callers.
2737         (expand_builtin_strcpy, expand_builtin_strncpy,
2738         expand_builtin_strcmp, expand_builtin_strncmp,
2739         expand_builtin_fputs, expand_builtin_sprintf,
2740         fold_builtin): Adjust c_strlen callers.
2741
2742 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
2743
2744         * bb-reorder.c (find_traces_1_round): Do not send basic block
2745         to next round when we are in the last round.
2746
2747 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2748
2749         * Makefile.in: Update.
2750         * opts.c: Include tm_p.h.
2751         (handle_options): Make static.
2752         (decode_options): Copied from toplev.c.
2753         * opts.h (decode_options): New.
2754         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2755         some to...
2756         (general_init): ...here.
2757         (toplev_main): Use decode_options instead.
2758         * toplev.h (save_argc, save_argv): New.
2759
2760 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2761
2762         * explow.c (find_next_ref): Remove.
2763         * rtl.h: Remove the prototype for find_next_ref.
2764
2765 2003-06-27  Roger Sayle  <roger@eyesopen.com>
2766
2767         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2768         call to match recent API change.
2769
2770 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2771
2772         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2773         declaration.
2774
2775         * c-format.c (check_format_string, get_constant)
2776         * cfgrtl.c (rtl_split_edge):
2777         Mark the definition static, matching the forward declaration.
2778
2779 2003-06-27  Gunther Nikl <gni@gecko.de>
2780
2781         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2782
2783         PR target/11014
2784         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2785         syntax for MIT / MOTOROLA.
2786
2787         PR other/10240
2788         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2789         * configure: Rebuilt.
2790
2791 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
2792
2793         * config/mips/mips.c (mips_build_va_list): Make padding in
2794         va_list structure explicit to avoid -Wpadded warnings.
2795
2796 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2797
2798         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2799         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2800         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2801         Declare it.
2802         * config/s390/s390.md ("reload_outti", "reload_outdi",
2803         "reload_outdf"): New expanders.
2804
2805         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2806         memory operands as source.
2807         ("movdi" + splitters): Likewise.
2808         ("movdf" + splitters): Likewise.
2809         * config/s390/s390.c (s390_split_ok_p): New function.
2810         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2811
2812 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2813
2814         * combine.c (force_to_mode): Replace the equality comparison
2815         of INTVALs with a pointer equality comparison.
2816         (simplify_comparison): Likewise.
2817
2818 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2819
2820         * jump.c (rtx_renumbered_equal_p): Replace an expression that
2821         is known to be 0 with 0.
2822
2823 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2824
2825         * gcse.c (expr_equiv_p): Replace expressions that are known to
2826         be 0 with 0.
2827
2828 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2829
2830         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2831         with a pointer equality comparison.
2832
2833 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2834
2835         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2836         are known to be not equivalent.
2837
2838 2003-06-27  Richard Henderson  <rth@redhat.com>
2839
2840         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2841         in floating point registers.  Validate that we don't receive complex
2842         values here.  Use #elif.
2843         (return_in_memory, function_value): New.
2844         (alpha_va_arg): Handle complex values as two arguments.
2845         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2846         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2847         (SPLIT_COMPLEX_ARGS): New.
2848         * config/alpha/alpha-protos.h: Update.
2849
2850 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2851
2852         * ggc-page.c (inverse_table): Change type of mult to size_t.
2853         (compute_inverse): Compute inverse using size_t, not unsigned int.
2854         Compute inverse also for sizes larger than half a machine page.
2855
2856 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
2857
2858         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
2859         when called before cgraph_optimize.
2860
2861 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2862
2863         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2864         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2865         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2866
2867 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
2868
2869         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2870         of known_decls.
2871
2872 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
2873
2874         * defaults.h (REGISTER_MOVE_COST): Define default here.
2875         * regclass.c: Don't define default REGISTER_MOVE_COST here.
2876         * reload.c, reload1.c: Ditto.
2877
2878 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
2879
2880         * flags.h: Really install previous change.
2881
2882 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2883
2884         * rtl.h (emit_note): Remove FILE parameter.
2885         * emit-rtl.c (emit_line_note): Adjust emit_note call.
2886         (emit_note): Remove FILE parameter. Adjust.
2887         * builtins.c (expand_builtin_expect): Adjust emit_note call.
2888         * c-semantics.c (genrtl_scope_stmt): Likewise.
2889         (expand_stmt): Likewise.
2890         * cfglayout.c (reemit_insn_block_notes): Likewise.
2891         (duplicate_insn_chain): Likewise.
2892         * except.c (expand_eh_region_start, expand_eh_region_end,
2893         sjlj_emit_function_enter): Likewise.
2894         * explow.c (probe_stack_range): Likewise.
2895         * expr.c (emit_block_move_via_loop): Likewise.
2896         * function.c (init_function_start, expand_function_start,
2897         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2898         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2899         * reg-stack.c (compensate_edge): Likewise.
2900         * reload1.c (reload): Likewise.
2901         * rtlanal.c (hoist_insn_to_edge): Likewise.
2902         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2903         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2904         expand_exit_loop_top_cond, expand_value_return,
2905         expand_start_bindings_and_block, expand_end_bindings,
2906         expand_decl_cleanup, expand_start_case): Likewise.
2907         * unroll.c (copy_loop_body
2908         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2909         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2910         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2911         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2912         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2913         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2914         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2915
2916 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2917
2918         * c-tree.h (grokfield): Remove unused filename and line parameters.
2919         * c-decl.c (grokfield): Remove unused filename and line parameters.
2920         * c-parse.in (component_decl): Adjust field grokking rules, adjust
2921         grokfield calls.
2922         (component_declarator): Likewise.
2923         (component_notype_declarator): Likewise.
2924         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2925         calls.
2926         (build_protocol_template, build_method_prototype_list_template,
2927         build_method_prototype_template, build_category_template,
2928         build_selector_template, build_class_template,
2929         build_super_template, build_ivar_template,
2930         build_ivar_list_template, build_method_list_template,
2931         build_method_template, add_instance_variable): Likewise.
2932
2933 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2934
2935         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2936         OP2 are known to be not equivalent.
2937
2938 2003-06-26  Devang Patel <dpatel@apple.com>
2939
2940         * final.c (debug_flush_symbol_queue): New function.
2941         (debug_queue_symbol): New function.
2942         (debug_free_queue): New function.
2943         (debug_nesting): New variable.
2944         (symbol_queue): New variable.
2945         (symbol_queue_index): Same.
2946         (symbol_queue_size): Same.
2947         * debug.h (debug_flush_symbol_queue): New.
2948         (debug_queue_symbol): New.
2949         (debug_free_queue): New.
2950         (debug_nesting): New.
2951         (symbol_queue_index): New.
2952         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2953         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2954         (dbxout_init): Delay symbol output.
2955         (dbxout_global_decl): Save, set and reset TREE_USED bit around
2956         dbxout_symbol() call.
2957         (dbxout_begin_function): Same.
2958         (dbxout_finish): Free symbol queue.
2959         (dbxout_type): Put appropriate symbols in queue.
2960         (dbxout_symbol): Put info for symbol's type in queue.
2961         Decrement/Increment nesting counts flush symbol queue appropriately.
2962         (dbxout_parms): Increment dbxout nesting.
2963         (dbxout_reg_parms): Same.
2964         * flags.h (flag_debug_only_used_symbols): New.
2965         * toplev.c (flag_debug_only_used_symbols): New variable.
2966         (lang_independent_options): Add entries for new option
2967         -feliminate-unused-debug-symbols.
2968         * common.opt: Add entry for -feliminate-unused-debug-symbols.
2969         * opts.c (common_handle_options): Same.
2970         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2971         -feliminate-unused-debug-symbols.
2972         * doc/invoke.texi (Debugging Options): Document
2973         -feliminate-unused-debug-symbols.
2974
2975 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2976             Jakub Jelinek  <jakub@redhat.com>
2977
2978         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2979         obtain the format string instead of using TREE_STRING_POINTER and
2980         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
2981         return value is unused or the length of src is a known constant.
2982
2983 2003-06-26  Richard Henderson  <rth@redhat.com>
2984
2985         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2986
2987 2003-06-26  Richard Henderson  <rth@redhat.com>
2988
2989         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2990         (ia64_split_call): Only load descriptor for GP register inputs.
2991         (ia64_expand_epilogue): Check current_frame_info.mask not
2992         current_function_is_leaf to restore ar.pfs.
2993
2994 2003-06-26  Richard Henderson  <rth@redhat.com>
2995
2996         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2997         instead of replacing it.
2998
2999 2003-06-26  Richard Henderson  <rth@redhat.com>
3000
3001         * flow.c (propagate_one_insn): Kill function return value
3002         registers across tail calls.
3003
3004         * flow.c (propagate_one_insn): Preserve live-at-end registers
3005         across tail calls.
3006
3007 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3008
3009         * reload.c (can_reload_into): New function.
3010         (push_reload): Use it.
3011
3012 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3013
3014         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
3015         references to the amount of a rotation.
3016
3017 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3018
3019         * config/sh/coff.h: Don't include dbxcoff.h.
3020         * config.gcc: List it here.
3021
3022 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3023
3024         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
3025         earlier.  Don't check if SRC is a constant.
3026
3027 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3028
3029         * Makefile.in (OBJS): Add postreload.o.
3030         Remove cselib.h from the dependency list for reload1.o.
3031         Add a dependency list for postreload.o.
3032         * reload.h: Change the comment for the prototype of
3033         reload_cse_regs.
3034         * reload1.c: Don't include cselib.h.
3035         (reload_cse_regs): Move to postreload.c
3036         (reload_cse_regs_1): Likewise.
3037         (reload_cse_noop_set_p): Likewise.
3038         (reload_cse_simplify_set): Likewise.
3039         (reload_cse_simplify_operands): Likewise.
3040         (RELOAD_COMBINE_MAX_USES): Likewise.
3041         (reload_combine_ruid): Likewise.
3042         (LABEL_LIVE): Likewise.
3043         (reload_combine): Likewise.
3044         (reload_combine_note_use): Likewise.
3045         (reload_combine_note_store): Likewise.
3046         (reg_set_luid): Likewise.
3047         (reg_offset): Likewise.
3048         (reg_base_reg): Likewise.
3049         (reg_mode): Likewise.
3050         (move2add_luid): Likewise.
3051         (move2add_last_label_luid): Likewise.
3052         (MODES_OK_FOR_MOVE2ADD): Likewise.
3053         (reload_cse_move2add): Likewise.
3054         (move2add_note_store): Likewise.
3055         (reload_cse_simplify): Likewise.
3056         * postreload.c: New.
3057
3058 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3059
3060         * config/avr/avr.c (final_prescan_insn): Remove support for
3061         -mrtl.
3062         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
3063         (TARGET_RTL_DUMP): Likewise.
3064         (TARGET_SWITCHES): Remove -mrtl.
3065
3066 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
3067
3068         * config/h8300/h8300-protos.h: Change emit_a_rotate to
3069         output_a_rotate.  Add a prototype for compute_a_rotate_length.
3070         * config/h8300/h8300.c (emit_a_rotate): Change to
3071         output_a_rotate.
3072         (compute_a_rotate_length): New.
3073         (h8300_adjust_insn_length): Remove.
3074         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
3075         * config/h8300/h8300.md (adjust_length): Remove.
3076         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
3077         (*rotlhi3_1): Likewise.
3078         (*rotlsi3_1): Likewise.
3079
3080 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3081             Richard Henderson  <rth@redhat.com>
3082
3083         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
3084         list against re-evaluation.  If expand_unop fails, call expand_call
3085         with the stabilized argument list rather than return NULL_RTX.
3086         (expand_builtin_mathfn2): Likewise, always stabilize the argument
3087         list, and call expand_call ourselves if expand_binop fails.
3088
3089 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3090
3091         PR optimization/11210
3092         * fold-const (decode_field_reference): Strip only NOPs that
3093         don't affect the sign.
3094
3095 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3096
3097         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
3098         (pop_fpscr, fpu_switch): Likewise.
3099
3100 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3101
3102         * value-prof.c: New.
3103         * value-prof.h: New.
3104         * Makefile.in (value-prof.o): New.
3105         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
3106         (profile.o): Add value-prof.h and tree.h dependency.
3107         * flags.h (flag_profile_values): Declare.
3108         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
3109         Add new counters.
3110         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
3111         GCOV_COUNTER_V_DELTA): New counter sections.
3112         (__gcov_merge_single, __gcov_merge_delta): Declare.
3113         * flow.c (mark_used_regs): Set subregs_of_mode only when the
3114         structure is initialized.
3115         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
3116         * profile.c: Include value-prof.h and tree.h.
3117         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
3118         gen_const_delta_profiler, instrument_values): New static functions.
3119         (get_exec_counts): Fix comment.
3120         (branch_prob): Invoke instrument_values.
3121         * toplev.c (flag_profile_values): New flag.
3122         * doc/invoke.texi (-fprofile-values): Document.
3123
3124 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3125
3126         * Makefile.in (cfgrtl.o): Add expr.h dependency.
3127         * cfgrtl.c: Include expr.h.
3128         (mark_killed_regs, safe_insert_insn_on_edge): New
3129         functions.
3130         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
3131         * basic-block.h (safe_insert_insn_on_edge): Declare.
3132
3133 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3134
3135         * c-opts.c (missing_arg): Make non-static.
3136         (c_common_handle_option): Don't check for missing arguments.
3137         * opts.c (handle_option): Check for missing arguments.
3138
3139 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
3140
3141         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
3142
3143 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
3144
3145         * configure.in (ld_vers): Portability [sed].
3146         * configure: Regenerate with autoconf213.
3147
3148 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3149
3150         * doc/extend.texi: Document new builtin functions for Intel
3151         Prescott New Intrunctions.
3152
3153         * doc/invoke.texi: Document new command-line options, -mpni and
3154         -mno-pni, for Intel Prescott New Intrunctions.
3155
3156         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
3157
3158         * config/i386/i386.c (override_options): Turn on MASK_SSE2
3159         for -mpni. Turn on MASK_SSE for -msse2.
3160         (bdesc_2arg): Add PNI builtins with 2 args.
3161         (bdesc_1arg): Add PNI builtins with 1 arg.
3162         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
3163         (ix86_expand_builtin): Likewise.
3164
3165         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
3166         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
3167         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
3168         (TARGET_PNI): New.
3169         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
3170         -mpni and -mno-pni.
3171         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
3172         (ix86_builtins): Add PNI builtins.
3173         (config/i386/i386.md): Add PNI patterns.
3174
3175         * config/i386/pmmintrin.h: New file.
3176
3177 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3178
3179         * config/h8300/h8300.md (call): Fix the insn lengths.
3180         (call_value): Likewise.
3181
3182 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3183
3184         * c-common.c (handle_used_attribute): Use mark_referenced.
3185         * varasm.c (mark_referenced): Break out from ...
3186         (assemble_name): ... here.
3187         * tree.h (mark_referenced): Declare.
3188
3189 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
3190
3191         * gccbug.in: Add PCH to list of categories.
3192
3193 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3194
3195         * cppfiles.c: Clarify comments.
3196         * cpphash.h: Likewise.
3197         * cpplib.h: Likewise.
3198         * cppmacro.c: Likewise.
3199         * mkdeps.h: Likewise.
3200
3201 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3202
3203         * c-opts.c (complain_wrong_lang, write_langs): Remove.
3204         (c_common_handle_option): Complaints about wrong language are
3205         handled in opts.c now.
3206         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3207         (find_opt): Fix thinko.
3208         (handle_option): Update prototype.  Complain about switches for
3209         a different front end.
3210         * opts.h (lang_names, handle_options): New.
3211         (handle_option): Remove.
3212         * opts.sh: Write out language names array.
3213         * toplev.c (parse_options_and_default_flags): Use handle_options.
3214
3215 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3216
3217         * config/i386/i386.c (MASK_SSE1): Removed.
3218         (MASK_SSE164): Removed.
3219         (MASK_SSE264): Removed.
3220         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3221         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3222         with MASK_SSE2 | MASK_64BIT.
3223         (bdesc_1arg): Likewise.
3224         (ix86_init_mmx_sse_builtins): Likewise.
3225
3226         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3227         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3228         -msse2.
3229
3230 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3231
3232         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3233         (HOST_WIDE_INT_PRINT_DEC_SPACE,
3234         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3235         HOST_WIDEST_INT_PRINT_DEC_SPACE,
3236         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3237         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3238         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3239         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3240
3241         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3242         * ra-debug.c (dump_static_insn_cost): Likewise.
3243
3244 2003-06-26  Nick Clifton  <nickc@redhat.com>
3245
3246         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3247         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3248         Replace occurances of '???' with 'XXX' incase they are
3249         mistaken for trigraphs.
3250         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3251         does not have a register for the first operand.
3252
3253 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3254
3255         * config/sh/sh.c (sh_register_move_cost):
3256         Add case for moving between MAC_REGS.
3257
3258 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
3259
3260         PR 10178
3261         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3262         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3263         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3264         to true.
3265         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3266         return 0.
3267
3268 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3269
3270         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3271         * bt-load.c: Include "tm_p.h".
3272
3273 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3274
3275         * config/h8300/h8300.c (compute_mov_length): Adjust for the
3276         new optimization.
3277         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3278         an SImode constant whose upper and lower are the same.
3279
3280 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3281
3282         * varasm.c (assemble_name): Mark needed variables even when
3283         global info is ready.
3284
3285 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
3286
3287         PR other/11280
3288         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3289         -freorder-functions description.
3290
3291 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3292
3293         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3294
3295 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3296
3297         * opts.c (common_handle_option): Add missing break;s.
3298
3299 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3300
3301         * config/h8300/h8300-protos.h: Add a prototype for
3302         compute_mov_length.
3303         * config/h8300/h8300.c (compute_mov_length): New.
3304         * config/h8300/h8300.md (*movqi_h8300): Use it.
3305         (*movqi_h8300hs): Likewise.
3306         (movstrictqi): Likewise.
3307         (*movhi_h8300): Likewise.
3308         (*movhi_h8300hs): Likewise.
3309         (movstricthi): Likewise.
3310         (*movsi_h8300): Likewise.
3311         (*movsf_h8300): Likewise.
3312         (*movsi_h8300hs): Likewise.
3313         (*movsf_h8300hs): Likewise.
3314
3315 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3316
3317         * jump.c (next_nondeleted_insn): Remove.
3318         * rtl.h: Remove the prototype for next_nondeleted_insn.
3319
3320 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3321
3322         PR optimization/11311
3323         * builtins.c (powi_cost): Fix typo.  The number of multiplications
3324         required is the number to reduce the argument, result, plus the
3325         cost of calculating the residual, val [not n, the original value].
3326
3327 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3328
3329         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3330
3331 2003-06-24  Richard Henderson  <rth@redhat.com>
3332             (blame to: Loren James Rittle  <ljrittle@acm.org>)
3333
3334         * real.h (ieee_extended_intel_96_round_53_format): New.
3335         * real.c (ieee_extended_intel_96_round_53_format): New.
3336         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3337         for XFmode and TFmode.
3338
3339 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3340
3341         * config/h8300/h8300.md (4 anonymous patterns): Give internal
3342         names.
3343         (movsi_h8300): Change the name to *movsi_h8300.
3344         (movsi_h8300hs): Change the name to *movsi_h8300hs.
3345         (movsf_h8300): Change the name to *movsf_h8300.
3346         (movsf_h8300hs): Change the name to *movsf_h8300hs.
3347
3348 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3349
3350         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3351         src twice.
3352
3353 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
3354
3355         Back out these patches:
3356          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
3357           * sh.h (OLD_ARG_MODE): New macro.
3358           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3359           (FUNCTION_ARG_1): Break out of:
3360           (FUNCTION_ARG).  Use OLD_ARG_MODE.
3361          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
3362           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3363           of the generated register.
3364
3365         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3366         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3367         an even number of floating point regs are in use, use the same
3368         sequence of argument passing registers for SCmode as would be
3369         used for two SFmode values.
3370         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3371         swap real / imaginary parts in incoming SCmode values passed
3372         in registers.
3373
3374 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3375
3376         PR target/11260
3377         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3378
3379 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
3380
3381         * Makefile.in (cgraph.o): Depend on output.h, not depend on
3382         tree-inline.h
3383         * cgraph.c: Do not include tree-inline.h; include output.h
3384         (known_fns): Rename to ...
3385         (known_decls): ... this one; update all uses.
3386         (cgraph_varpool_hash): New static variable.
3387         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3388         variables.
3389         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3390         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3391         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3392         New functions.
3393         * cgraph.h (cgraph_varpool_node): New structure.
3394         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3395         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3396         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3397         cgraph_varpool_asemble_pending_decls): Declare.
3398         * cgraphunit.c (record_call_1): Notice variable references.
3399         (cgraph_finalize_compilation_unit): Assemble pending variables.
3400         * toplev.c (wrapup_global_declarations): Use varpool.
3401         (compile_file): Assemble pending declarations.
3402         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3403         * varasm.c (assemble_name): Notice varpool references.
3404
3405 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
3406
3407         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3408         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3409         * varasm.c (assemble_variable): Call prepare_assemble_variable.
3410
3411 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3412
3413         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3414         calls for pow, powf, powl and their __builtin_ variants.
3415         (expand_builtin_pow): If the second argument is a constant
3416         integer and compiling with -ffast-math, use expand_powi to
3417         generate RTL if powi_cost is less than POWI_MAX_MULTS.
3418         (powi_cost): New function to return the number of multiplications
3419         necessary to evaluate an Nth power, for integer constant N.
3420         (expand_powi): New function to expand the RTL for evaluating
3421         the Nth power of a floating point value, for integer constant N.
3422
3423         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3424
3425 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3426
3427         * cgraph.c (cgraph_nodes_queue): Declare.
3428         (eq_node): Take identifier as p2.
3429         (cgraph_node): Update htab_find_slot_with_hash call.
3430         (cgraph_node_for_identifier): New.
3431         (cgraph_mark_needed_node): Move here from cgraphunit.c.
3432         * cgraph.h (cgraph_nodes_queue): Declare.
3433         (cgraph_node_for_identifier): Declare.
3434         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3435         instead of in cgraph_finalize_compilation_unit; constructors and
3436         destructors are entry points.
3437         (cgraph_finalize_compilation_unit): Reorganize debug outout;
3438         examine nested functions after lowerng; call collect_functions hook.
3439         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3440         (cgraph_finalize_compilation_unit): Do not collect entry points.
3441         * varasm.c: Include cgraph.h
3442         (assemble_name): Mark referenced identifier as needed.
3443
3444         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3445
3446 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3447
3448         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3449         just SYMBOL_REF.
3450         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3451         mode, as it requires pic register loaded.
3452
3453         * varasm.c (resolve_unique_section): Remove prototype.  No longer
3454         static.
3455         * tree.h (resolve_unique_section): New prototype.
3456
3457 2003-06-23  Andreas Schwab  <schwab@suse.de>
3458
3459         PR debug/9905
3460         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3461         recursing through first argument.
3462
3463 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3464
3465         * ChangeLog.1: Fix a typo.
3466         * cfgrtl.c: Fix comment typos.
3467         * dwarf2out.c: Likewise.
3468         * expmed.c: Likewise.
3469         * genrecog.c: Likewise.
3470         * jump.c: Likewise.
3471         * rtlanal.c: Likewise.
3472         * ssa-dce.c: Likewise.
3473         * toplev.c: Likewise.
3474
3475 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3476
3477         * doc/extend.texi: Fix typos.
3478         * doc/md.texi: Likewise.
3479         * doc/tm.texi: Likewise.
3480
3481 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3482
3483         * basic-block.h: Fix comment formatting.
3484         * bt-load.c: Likewise.
3485         * builtins.c: Likewise.
3486         * c-common.c: Likewise.
3487         * c-common.h: Likewise.
3488         * c-format.c: Likewise.
3489         * coverage.c: Likewise.
3490         * cpplib.h: Likewise.
3491         * cpppch.c: Likewise.
3492         * dbxout.c: Likewise.
3493         * diagnostic.c: Likewise.
3494         * dwarf2out.c: Likewise.
3495         * expr.c: Likewise.
3496         * fold-const.c: Likewise.
3497         * function.c: Likewise.
3498         * gcc.c: Likewise.
3499         * gcov-io.c: Likewise.
3500         * gcov-io.h: Likewise.
3501         * gcov.c: Likewise.
3502         * profile.c: Likewise.
3503         * real.h: Likewise.
3504         * sched-deps.c: Likewise.
3505
3506 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3507             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3508
3509         * doc/contrib.texi (Contributors): Add a note on testing and
3510         remove duplicates from testers list.
3511
3512 2003-06-23  Nick Clifton  <nickc@redhat.com>
3513
3514         * read-rtl.c (read_braced_string): Check for EOF.  If
3515         encountered issue an error message.
3516
3517 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3518
3519         * doc/invoke.texi: Document dump options, dT and dW.
3520
3521 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3522
3523         * genrecog.c (pred_table): Remove the entry for
3524         mode_independent_operand.
3525         * recog.c (next_insns_test_no_inequality): Remove.
3526         (mode_independent_operand): Likewise.
3527         * recog.h: Remove the prototype for mode_independent_operand.
3528
3529 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3530
3531         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3532         store into bit 0.
3533         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3534         second alternative to set_znv.
3535         (*extzv_1_r_inv_h8300hs): Likewise.
3536
3537 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3538
3539         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3540         set in_tree_gas_is_elf accordingly.
3541         (in_tree_ld): Find out whether LD emulation is ELF, set
3542         in_tree_ld_is_elf accordingly.
3543         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3544         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3545         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3546         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3547         grepping gas/Makefile.
3548         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3549         $in_tree_ld_is_elf instead of grepping ld/Makefile.
3550         * configure: Regenerate.
3551
3552 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3553
3554         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3555         up the stabilized argument list, not build_tree_list.
3556         (expand_builtin_strcpy): Construct new argument list manually
3557         instead of using chainon to modify the original argument list.
3558         (expand_builtin_stpcpy): Construct new argument list manually
3559         instead of using copy_list and chainon.
3560         (expand_builtin_sprintf): New function.  Optimize calls to
3561         sprintf when the format is "%s" or doesn't contain a '%'.
3562         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3563         expand_builtin_sprintf.
3564
3565 2003-06-22  Andreas Schwab  <schwab@suse.de>
3566
3567         * function.c (set_insn_locators): Mark as unused.
3568
3569 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3570
3571         * common.opt: Add -finline-limit.
3572         * opts.c (common_handle_options): Handle it.
3573         * opts.sh: Temporary kludge for -finline-limit.
3574         * toplev.c (decode_f_option, independent_decode_option): Die.
3575         (parse_options_and_default_flags): No independent_decode_option.
3576
3577 2003-06-22  Andreas Jaeger  <aj@suse.de>
3578
3579         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3580
3581 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3582
3583         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3584
3585 2003-06-22  Andreas Schwab  <schwab@suse.de>
3586
3587         * doc/invoke.texi: Remove leading `-' from options in index.
3588
3589 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3590
3591         * bt-load.c: Follow spelling conventions.
3592
3593 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3594
3595         * expr.c (emit_move_insn_1): Fix a comment typo.
3596
3597 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3598
3599         * doc/invoke.texi: Alphabetize dump options.
3600
3601 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3602
3603         * doc/invoke.texi: Remove a duplicate -dk.
3604
3605 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3606
3607         * doc/invoke.texi: Update dump file names.
3608
3609 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
3610
3611         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
3612         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
3613
3614 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3615
3616         * doc/rtl.texi: Fix the @findex for pre_modify.
3617
3618 2003-06-22  Andreas Jaeger  <aj@suse.de>
3619
3620         * caller-save.c: Convert to ISO C90.
3621         * calls.c: Likewise.
3622         * cfg.c: Likewise.
3623         * cfganal.c: Likewise.
3624         * cfgbuild.c: Likewise.
3625         * cfgcleanup.c: Likewise.
3626         * cfghooks.c: Likewise.
3627         * cfglayout.c: Likewise.
3628         * cfglayout.h: Likewise.
3629         * cfgloop.c: Likewise.
3630         * cfgloop.h: Likewise.
3631         * cfgloopanal.c: Likewise.
3632         * cfgloopmainip.c: Likewise.
3633         * cfgrtl.c: Likewise.
3634
3635 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3636
3637         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
3638         64-bit alignment.
3639
3640 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3641
3642         * arm.md (all call_value patterns): Remove register constraints on
3643         value operand.
3644
3645 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3646
3647         * common.opt: More -f switches.
3648         * opts.c (common_handle_options): Handle them.
3649         * toplev.c (time_report): Make extern.
3650         (f_options): USe flag_dummy.
3651         (decode_f_option): No need to use f_options now.
3652         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
3653         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
3654
3655 2003-06-22  Andreas Jaeger  <aj@suse.de>
3656
3657         * c-lex.c: Convert to ISO C90.
3658         * c-objc-common.c: Likewise.
3659         * c-opts.c: Likewise.
3660         * c-pch.c: Likewise.
3661         * c-ppoutput.c: Likewise.
3662         * c-pragma.h: Likewise.
3663         * c-pretty-print.c: Likewise.
3664         * c-pretty-print.h: Likewise.
3665         * c-semantics.c: Likewise.
3666         * c-tree.h: Likewise.
3667         * c-typeck.c: Likewise.
3668
3669         * c-lang.c: Convert to ISO C90.
3670
3671 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3672
3673         * opts.c (find_opt): Fix to always guarantee a find of a
3674         switch with joined parameter.
3675         * opts.h (struct cl_option): New member back_chain.
3676         * opts.sh: Update to calculate and add back_chain member.
3677
3678 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
3679
3680         * diagnostic.h (output_host_wide_integer): Declare.
3681         * diagnostic.c (output_long_long_decicaml): New function.
3682         (output_host_wide_integer): Likewise.
3683         (output_format): Use them.  Handle "%ll" and "%w".
3684
3685 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
3686
3687         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3688
3689 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
3690
3691         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3692         * configure.in: Don't use gcc_AC_C_CHARSET.
3693         * configure, config.in: Regenerate.
3694         * config/i370/i370.c, config/i370/i370.h: Use
3695         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3696         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
3697
3698 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
3699
3700         * Makefile.in: Update.
3701         * common.opt: New switches.
3702         * opts.c: Include diagnostic.h.
3703         (common_handle_option): Handle new switches.
3704         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3705         flag_if_conversion2, flag_delete_null_pointer_checks,
3706         flag_rerun_cse_after_loop): Make extern.
3707         (flag_dummy): New.
3708         (f_options): Update to use flag_dummy for moved options.
3709         (decode_f_option): Some switches moved to opts.c.
3710         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3711         flag_if_conversion2, flag_delete_null_pointer_checks,
3712         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3713         flag_tracer, flag_thread_jumps, flag_unroll_loops,
3714         flag_unroll_all_loops, flag_unswitch_loops): New.
3715
3716 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
3717
3718         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3719
3720 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
3721
3722         * config/h8300/h8300-protos.h: Add a prototype for
3723         same_cmp_preceding_p.
3724         * config/h8300/h8300.c (same_cmp_preceding): New.
3725         * config/h8300/h8300.md: Extend peephole2's that transform
3726         compare:SI into shorter sequences so that they can deal with
3727         signed comparisons.
3728
3729 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3730
3731         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3732
3733         Update Andreas Jaeger's entry.
3734
3735         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3736         Loren J. Rittle.
3737
3738 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3739
3740         * mkconfig.sh: Add multiple inclusion guards to generated headers.
3741
3742 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3743
3744         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3745         * common.opt: Add remaining -W options and -g.
3746         * diagnostic.c (warnings_are_errors): Remove.
3747         * flags.h: Make most warning flags boolean.
3748         * opts.c (common_handle_option): Handle remaining -W options, and -g.
3749         Move many warning flags from toplev.c, making them boolean.
3750         * toplev.c: Remove many warning flags.
3751         (decode_W_option): Remove.
3752         (decode_g_option): Make extern.  Error on unknown switch.
3753         (lang_independent_W_options): Use warn_dummy.
3754         (independent_decode_option): Just handle -f switches now.
3755         * toplev.h (decode_g_option): New.
3756
3757 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
3758
3759         PR/11092
3760         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3761         vectors.
3762
3763 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
3764
3765         * opts.sh: Tweak awk script for portability.
3766
3767 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3768
3769         PR c++/10888
3770         * tree-inline.c (expand_call_inline): Do not warn about failing to
3771         inline functions declared in system headers.
3772         * doc/invoke.texi (-Winline): Expand on documentation.
3773
3774 2003-06-20  Richard Henderson  <rth@redhat.com>
3775
3776         * config/alpha/alpha.c (alpha_file_start): Disable
3777         file_start_file_directive for ELF and not MDEBUG.
3778
3779 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
3780
3781         * sh.h (ROUND_TYPE_ALIGN): Remove.
3782
3783 2003-06-20  Richard Henderson  <rth@redhat.com>
3784
3785         * hooks.c (hook_int_void_no_regs): Rename from
3786         hook_reg_class_void_no_regs; change return type.
3787         * hooks.h: Update.
3788         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3789         * target.h (branch_target_register_class): Change return type to int.
3790         Add documentation.
3791         * config/sh/sh.c (sh_target_reg_class): Change return type.
3792         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3793
3794 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
3795
3796         * c-format.c: Change _Bool to bool reverting part of the last
3797         patch.
3798
3799 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3800
3801         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3802         strip name encoding.
3803
3804 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3805
3806         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3807         * configure: Regenerate.
3808         Fixes PR driver/9362.
3809
3810 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3811
3812         * config/alpha/alpha.c (alpha_file_start): Fix typo.
3813
3814 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3815
3816         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3817         to ASM_OUTPUT_SOURCE_LINE.
3818
3819 2003-06-20  Daniel Egger  <degger@fhm.edu>
3820             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3821
3822         * doc/install.texi (Building): Correct and improve statement
3823         about parallel builds.
3824
3825 2003-06-20  Andreas Jaeger  <aj@suse.de>
3826
3827         * c-common.c: Change _Bool to bool reverting part of the last
3828         patch.
3829
3830 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3831
3832         * tree.h (expand_function_end): Remove all parameters.
3833         * function.c (expand_function_end): Remove all parameters.
3834         Use input_location. Never expand_end_bindings.
3835         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3836         * coverage.c (create_coverage): Likewise.
3837
3838 2003-06-20  Nick Clifton  <nickc@redhat.com>
3839
3840         * doc/extend.texi (ARM Built-in Functions): New node.  Document
3841         ARM builtin functions for iWMMXt support.
3842
3843 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3844
3845         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3846         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3847         (--with-as): Add @anchor.
3848         (--with-gnu-ld): Fix typo.
3849         (--with-ld): Add @uref to --with-as.
3850
3851 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3852
3853         * doc/tm.texi: Uniformly use @defmac for macros, rather than
3854         @table items.  Minor formatting and editorial corrections.
3855
3856 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3857
3858         * line-map.c, line-map.h: Convert to ISO prototypes.
3859
3860 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3861
3862         * gcse.c (store_killed_in_insn): Fix.
3863
3864 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3865
3866         * target.h (asm_out.file_start, file_start_app_off,
3867         file_start_file_directive): New hooks.
3868         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3869         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3870         New hook-definition macros.
3871         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3872         * varasm.c (default_file_start): New.
3873         * output.h: Prototype it.
3874         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3875         * system.h: Poison ASM_FILE_START.
3876
3877         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3878         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3879         (unicosmk_asm_file_start): Rename unicosmk_file_start,
3880         make static, take no arguments.
3881         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3882         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3883         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3884         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
3885         comment.
3886         * config/arc/arc.c (arc_asm_file_start): Rename
3887         arc_file_start, take no arguments, make static.
3888         (TARGET_ASM_FILE_START): Set it.
3889         * config/arm/arm.c (aof_file_start): New static function.
3890         (TARGET_ASM_FILE_START): Set it, when appropriate.
3891         * config/arm/coff.h, config/arm/elf.h:
3892         Set TARGET_ASM_FILE_START_APP_OFF to true.
3893         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3894         take no arguments, make static.
3895         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3896         Set them.
3897         * config/c4x/c4x.c (c4x_file_start): New static function.
3898         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3899         Set them.
3900         * config/cris/cris.c (cris_file_start): New static function.
3901         (TARGET_ASM_FILE_START): Set it.
3902         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3903         dsp16xx_file_start, make static.
3904         (luxworks_dsp16xx_file_start): Delete.
3905         (TARGET_ASM_FILE_START): Set it.
3906         * config/h8300/h8300.c (asm_file_start): Rename
3907         h8300_file_start, make static, take no arguments.
3908         (TARGET_ASM_FILE_START): Set it.
3909         * config/i370/i370.c (i370_file_start): New static function.
3910         (TARGET_ASM_FILE_START): Set it.
3911         * config/i386/i386.c (x86_file_start): New static function.
3912         (TARGET_ASM_FILE_START): Set it.
3913         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3914         X86_FILE_START_FLTUSED): New macros, default to false.
3915         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3916         * config/i386/sysv4.h, config/i386/sco5.h: Override
3917         X86_FILE_START_VERSION_DIRECTIVE to true.
3918         * config/ia64/ia64.c (ia64_file_start): New static function.
3919         (TARGET_ASM_FILE_START): Set it.
3920         (emit_safe_across_calls): Take no arguments.
3921         * config/ia64/ia64.md: Update to match.
3922         * config/m32r/m32r.c (m32r_asm_file_start): Rename
3923         m32r_file_start, make static, take no arguments.
3924         (TARGET_ASM_FILE_START): Set it.
3925         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3926         m68hc11_file_start, make static, take no arguments.
3927         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3928         (print_options): Delete.
3929         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3930         (TARGET_ASM_FILE_START_APP_OFF): Set.
3931         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3932         m68k_hp320_file_start.
3933         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3934         Make static, take no arguments.
3935         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3936         * config/mmix/mmix.c (mmix_asm_file_start): Rename
3937         mmix_file_start, make static, take no arguments.
3938         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3939         * config/mn10300/mn10300.c (asm_file_start): Rename
3940         mn10300_file_start, make static, take no arguments.
3941         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3942         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3943         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3944         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3945         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3946         pa_hpux64_hpas_file_start): New static functions.
3947         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3948         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3949         pa_linux_file_start.
3950         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3951         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3952         appropriate.
3953         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3954         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3955         (rs6000_file_start): Make static, take no arguments.  Reset
3956         default_cpu under certain conditions.
3957         (rs6000_xcoff_file_start): New function.
3958         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3959         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3960         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3961         * config/sh/sh.c (output_file_start): Rename
3962         sh_file_start, make static, take no arguments.  Merge in old
3963         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3964         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3965         * config/sh/sh.c (TARGET_ELF): Define to 0.
3966         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3967         * config/v850/v850.c (asm_file_start): Delete.
3968         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3969         * config/vax/vax.c (vax_file_start): New static function.
3970         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3971
3972         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3973         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3974         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3975         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3976         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3977         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3978
3979         * config/darwin.h, config/elfos.h, config/alpha/elf.h
3980         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3981         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3982         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3983         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3984         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3985         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3986         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3987         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3988         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3989         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3990         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3991         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3992         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3993         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3994         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3995         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3996         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3997
3998         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3999         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
4000         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4001         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
4002         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
4003         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
4004         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
4005
4006         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
4007         Remove reference to ASM_FILE_START in comment.
4008         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
4009         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
4010         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
4011
4012 2003-06-19  Graeme Peterson <gp@qnx.com>
4013
4014         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
4015         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
4016         sysroot_hdrs_suffix_spec): New.
4017         (static_specs): Initialize new variables.
4018         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
4019         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
4020         New macros.
4021
4022 2003-06-19  Andreas Jaeger  <aj@suse.de>
4023
4024         * c-aux-info.c: Convert to ISO C90.
4025         * c-pragma.c: Likewise.
4026         * c-common.c: Likewise.
4027         * c-common.h: Likewise.
4028         * c-convert.c: Likewise.
4029         * c-cppbuiltin.c: Likewise.
4030         * c-dump.c: Likewise.
4031         * c-decl.c: Likewise
4032         * c-format.c: Likewise.
4033         * c-incpath.c: Likewise.
4034         * c-incpath.h: Likewise.
4035
4036 2003-06-19  Roger Sayle  <roger@eyesopen.com>
4037
4038         * builtins.c (expand_errno_check): Assume that flag_errno_math
4039         and HONOR_NANS have been tested before calling here.  Only try
4040         to set errno ourselves if the decl can't throw an exception.
4041         (expand_builtin_mathfn): Move the code to stabilize the arg
4042         after the main switch, so that that its only done when needed.
4043         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
4044         Don't modify the original expr when stabilizing the argument.
4045         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
4046         the args after the main switch, and don't modify the orginal exp.
4047
4048 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
4049
4050         * expr.c (const_vector_from_tree): Initialize remaining elements
4051         to 0.
4052
4053 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
4054
4055         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
4056         Change "fix" to "float".
4057
4058 2003-06-19  Andreas Jaeger  <aj@suse.de>
4059
4060         * c-tree.h: Remove declaration of poplevel.
4061
4062         * tree.h: Remove declaration of approx_sqrt.
4063
4064         * c-lex.c: Remove redundant declaration of asm_out_file.
4065
4066         * flags.h: Remove declaration of warn_unknown_pragma and
4067         main_input_filename.
4068
4069         * rtl.h: Remove functions from fold-const.c since they're already
4070         declared in tree.h.
4071
4072         * regs.h: Remove redundant declaration of reg_names.
4073
4074         * bt-load.c (migrate_btr_defs): Correct printf arguments.
4075
4076         * protoize.c: Fix breakage from last patch.
4077
4078 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4079
4080         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
4081         has been included.
4082
4083 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
4084
4085         * config/sparc/sparc.c: Update copyright year.
4086
4087 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
4088
4089         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
4090         to ABI_V4.
4091
4092 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
4093
4094         PR bootstrap/4068
4095         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
4096
4097 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4098
4099         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
4100         to the end of the file.  Remove unnecessary prototypes.
4101
4102 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
4103
4104         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
4105         calls to insn_default_latency and result_ready_cost.  Initialize
4106         def_latency to 1.
4107
4108 2003-06-18  Richard Henderson  <rth@redhat.com>
4109
4110         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
4111         (_Unwind_FindEnclosingFunction): Implement.
4112
4113 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
4114
4115         * toplev.c (rest_of_handle_sched): Hide the entire function if
4116         INSN_SCHEDULING is not defined.
4117         (rest_of_compilation): Call rest_of_handle_sched() only when
4118         INSN_SCHEDULING is defined.
4119
4120 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
4121             J"orn Rennecke <joern.rennecke@superh.com>
4122
4123         * bt-load.c: New file.
4124         * Makefile.in (OBJS): Include bt-load.o
4125         (bt-load.o): Add dependencies.
4126         * flags.h (flag_branch_target_load_optimize): Declare.
4127         (flag_branch_target_load_optimize2): Likewise.
4128         * hooks.c (hook_reg_class_void_no_regs): New function.
4129         (hook_bool_bool_false): Likewise.
4130         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
4131         * rtl.h (branch_target_load_optimize): Declare.
4132         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
4133         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4134         (TARGET_INITIALIZER): Include these.
4135         * target.h (struct gcc_target): Add branch_target_register_class
4136         and branch_target_register_callee_saved members.
4137         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
4138         (dump_file) Add "tars" entry.
4139         (flag_branch_target_load_optimize): New variable.
4140         (flag_branch_target_load_optimize2): Likewise.
4141         (lang_independent_options): Add entries for new options.
4142         (rest_of_compilation): Call branch_target_load_optimize.
4143         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
4144         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4145         * doc/invoke.texi: Document -fbranch-target-load-optimize and
4146         -fbranch-target-load-optimize2.
4147         * rtl.h (epilogue_completed): Declare.
4148         * recog.c (epilogue_completed): New variable.
4149         * toplev.c (rest_of_compilation): Set it.
4150         * flow.c (mark_regs_live_at_end): Use it.
4151         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
4152         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4153         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4154         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4155
4156         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
4157         (sh_target_reg_class): New function.
4158         (sh_optimize_target_register_callee_saved): Likwise.
4159         (shmedia_target_regs_stack_space): Likewise.
4160         (shmedia_reserve_space_for_target_registers_p): Likewise.
4161         (shmedia_target_regs_stack_adjust): Likewise.
4162         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
4163         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4164         (calc_live_regs): If flag_branch_target_load_optimize2 and
4165         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
4166         for target registers, make sure that we save all target registers.
4167         (sh_expand_prologue, sh_expand_epilogue): Take target register
4168         optimizations into account.  Collapse stack adjustments if that
4169         is beneficial.
4170         (initial_elimination_offset): Reserve space for target registers
4171         if necessary.
4172         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
4173         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
4174
4175 2003-06-18  Nick Clifton  <nickc@redhat.com>
4176
4177         * config.gcc: Add an extra_header for ARM targets.
4178         Support configuring with --with-cpu=iwmmxt.
4179         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4180         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4181         names.  Fix formatting.
4182         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4183         names.
4184         * config/arm/arm-protos.h (arm_emit_vector_const): New
4185         prototype.
4186         (arm_output_load_gr): New prototype.
4187         * config/arm/arm.c (extra_reg_names1): Delete.
4188         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4189         * arch_is_iwmmxt): Define.
4190         (all_cores, all_architecture): Add entry for iwmmxt.
4191         (arm_override_options): Add support for iwmmxt.
4192         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4193         arm_print_value, arm_rtx_costs_1, output_move_double,
4194         arm_compute_save_reg_mask, arm_output_epilogue,
4195         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4196         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4197         Likewise.
4198         (arm_init_cumulative_args): Count iwmmxt registers.
4199         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4200         has been set.
4201         (struct minipool_node): Add fix_size field.
4202         (add_minipool_forward_ref): Add support for 8-byte aligning of
4203         the pool.
4204         (add_minipool_backward_ref, add_minipool_offsets,
4205         dump_minipool, push_minipool_fix): Likewise.
4206         (struct builtin_description): New struct.
4207         (builtin_description): New array of iwmmxt builtin functions.
4208         (arm_init_iwmmxt_builtins): New function.
4209         (arm_init_builtins): New function.
4210         (safe_vector_operand): New function.
4211         (arm_expand_binop_builtin): New function.
4212         (arm_expand_unop_builtin): New function.
4213         (arm_expand_builtin): New function.
4214         (arm_emit_vector_const): New function.
4215         (arm_output_load_gr): New function.
4216         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4217         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4218         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4219         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4220         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4221         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4222         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4223         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4224         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4225         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4226         registers unless the iwmmxt target is selected.
4227         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4228         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4229         IS_IWMMXT_GR_REGNUM): Define.
4230         (FIRST_PSEUDO_REGISTER): Bump to 63.
4231         (struct machine_function): Add sibcall_blocked field.
4232         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4233         nargs fields.
4234         (enum arm_builtins): New enum list.
4235         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4236         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4237         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4238         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4239         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4240         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4241         (movv2si, movv4hi, movv8qi): New expands for vector moves.
4242         Include iwmmxt.md.
4243         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4244         multilib.
4245         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4246         * config/arm/mmintrin.h: New ARM specific header file.
4247         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4248
4249 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
4250
4251         * toplev.c (Remaining -d letters summary): Update.
4252
4253 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4254
4255         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4256         argument.
4257         (function_arg): Handle CALL_LIBCALL flag.
4258         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4259         prototype.
4260         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4261         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4262         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4263         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4264
4265 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
4266
4267         * Makefile.in: Update.
4268         * common.opt: New options.
4269         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4270         set_Wunused): New.
4271         (common_handle_option): Handle new options.
4272         * toplev.c (set_target_switch): Export.
4273         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4274         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4275         (independent_decode_option): More options handled in opts.c now.
4276         Change prototype.
4277         * toplev.h (set_target_switch): New.
4278
4279 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
4280
4281         PR debug/4252
4282         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4283         to dump_switch_p().
4284         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4285         from static strings in dump_files.
4286
4287 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4288
4289         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4290         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4291         libiberty macros.
4292
4293 2003-06-17  Jason Merrill  <jason@redhat.com>
4294
4295         PR c++/10929
4296         * tree-inline.c (expand_call_inline): Don't warn about failing to
4297         inline a function which was made inline by -finline-functions.
4298
4299 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4300
4301         * config/h8300/h8300-protos.h: Update to ISO C.
4302         * config/h8300/h8300.c: Likewise.
4303         * config/h8300/h8300.h: Likewise.
4304         * config/h8300/h8300.md: Likewise.
4305
4306 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4307
4308         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4309         * configure: Regenerate.
4310         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4311
4312 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4313
4314         * install.texi (Testing): Add information on how to run Java
4315         runtime tests separately.
4316
4317 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4318
4319         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4320
4321         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4322         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4323
4324 2003-06-17  Christopher Faylor  <cgf@redhat.com>
4325
4326         * doc/install.texi: Add msvc rebuild caveat.
4327
4328 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4329
4330         * config/sh/coff.h: Replace Hitachi with Renesas.
4331         * config/sh/elf.h: Likewise.
4332         * config/sh/embed-elf.h: Likewise.
4333         * config/sh/lib1funcs.asm: Likewise.
4334         * config/sh/sh-protos.h: Likewise.
4335         * config/sh/sh.c: Likewise.
4336         * config/sh/sh.h: Likewise.
4337         * config/sh/sh.md: Likewise.
4338
4339 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4340
4341         * ChangeLog.3: Fix comment typos.
4342         * ChangeLog.6: Likewise.
4343         * config/d30v/d30v.c: Likewise.
4344         * config/h8300/h8300.md: Likewise.
4345         * config/m32r/m32r.md: Likewise.
4346         * config/mips/mips.c: Likewise.
4347         * config/mips/mips.md: Likewise.
4348         * config/ns32k/NOTES: Likewise.
4349
4350 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4351             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4352
4353         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4354         to run Java runtime tests separately.
4355
4356 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4357
4358         * config/h8300/h8300-protos.h: Update a comment.
4359
4360 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4361
4362         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4363         are aligned like integral modes.
4364         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4365
4366         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4367         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4368         * sh.md (*pt): Remove.
4369
4370         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4371
4372         * sh.md (return_media_rte): New pattern.
4373         (return_media): Use it.
4374
4375 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4376
4377         * doc/contrib.texi: Replace Hitachi with Renesas.
4378         * doc/install.texi: Likewise.
4379         * doc/invoke.texi: Likewise.
4380
4381 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4382
4383         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4384         behaviour.
4385
4386 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4387
4388         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4389
4390         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4391         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4392
4393         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4394         -msdata=eabi usages.
4395
4396         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4397
4398 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4399
4400         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4401         * fixinc/gnu-regex.c: Don't define `volatile'.
4402         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4403         * ggc-simple.c: Likewise.
4404         * system.h: Don't define `volatile'.
4405
4406         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4407         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4408         call these macros.
4409         * config.in, configure: Regenerated.
4410
4411 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4412
4413         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4414         Handle POINTERS_EXTEND_UNSIGNED.
4415
4416 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4417
4418         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4419         !TARGET_IRIX6]: Define as NULL.
4420
4421 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4422
4423         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4424
4425 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4426
4427         * dbxout.c (dbxout_source_line_counter): New global variable.
4428         Mark it with GTY(()).
4429         (dbxout_source_line): Increment dbxout_source_line_counter
4430         and pass it to ASM_OUTPUT_SOURCE_LINE.
4431         * sdbout.c (sdbout_source_line_counter): New global variable.
4432         Mark it with GTY(()).
4433         (unnamed_struct_number): Mark it with GTY(()).
4434         (sdbout_source_line): Increment sdbout_source_line_counter
4435         and pass it to ASM_OUTPUT_SOURCE_LINE.
4436         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4437         (xcoffout_source_line): Pass 0 as third argument to
4438         ASM_OUTPUT_SOURCE_LINE.
4439         (xcoffout_begin_prologue): Likewise.
4440         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4441         Use it instead of 'sym_lineno' but without incrementing it.
4442         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4443         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4444         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4445         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4446         argument to ASM_OUTPUT_SOURCE_LINE.
4447         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4448         * config/arm/aout.h: Remove useless comment.
4449         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4450         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4451         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4452         Use it instead of 'sym_lineno' but without incrementing it.
4453         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4454         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4455         parameter. Use it instead of 'sym_lineno' but without incrementing it.
4456         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4457         argument to ASM_OUTPUT_SOURCE_LINE.
4458         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4459         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4460         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4461         Use it instead of 'sym_lineno' but without incrementing it.
4462         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4463         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4464         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4465         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4466         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4467
4468 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
4469
4470         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4471         (expand_block_move, output_block_move): Remove.
4472         * config/mips/mips.h (enum block_move_type): Remove.
4473         * config/mips/mips.c (block_move_call, output_block_move): Remove.
4474         (mips_block_move_straight, mips_adjust_block_mem): New function.
4475         (mips_block_move_loop): Renamed and reworked from block_move_loop.
4476         (mips_expand_block_move): Likewise expand_block_move.  Return false
4477         to fall back on the target-independent code.
4478         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4479         (movstrsi_internal*): Remove.
4480
4481 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
4482
4483         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4484         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4485         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4486         ISO C: new-style function declarations, no need for PARAMS,
4487         no special punctuation on indirect function calls, use string
4488         constant concatenation where convenient.
4489
4490 2003-06-17  Andreas Jaeger  <aj@suse.de>
4491
4492         * rtl.h: Remove declarations from coverage.h.
4493         * toplev.c: Include coverage.h.
4494         * Makefile.in (toplev.o): Depend on coverage.h.
4495
4496         * toplev.h: Remove extra declaration of print_time.
4497
4498         * gengtype.c (close_output_files): Remove duplicated declaration.
4499
4500 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4501
4502         * config/sparc/sysv4.h: Remove target-independent comment;
4503         replace "GNU CC" with "GCC".
4504         * config/vxworks.h: Replace "GNU compiler" with "GCC".
4505         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4506         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4507         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4508         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4509         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4510         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4511         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4512         config/sparc/sol2.h, config/sparc/sp64-aout.h,
4513         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4514         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4515         "GNU compiler", "GNU CC" with "GCC".
4516         * config/sparc/cypress.md, config/sparc/hypersparc.md,
4517         config/sparc/sparc-modes.def, config/sparc/sparc.c,
4518         config/sparc/sparc.md, config/sparc/sparclet.md,
4519         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4520         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4521         "GNU C Compiler" with "GCC".
4522         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4523
4524 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
4525
4526         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4527         constants.
4528
4529         * testsuite/gcc.c-torture/execute/simd-4.c: New.
4530
4531 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4532
4533         * config/ip2k/ip2k.h: Remove target-independent comments.
4534
4535         * config.gcc: Explicitly mention elfos.h in ip2k entry.
4536         * config/ip2k/ip2k.h: Don't #include it here.
4537
4538 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4539
4540         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4541         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4542         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4543         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4544         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4545         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4546         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4547         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4548         the PTR macro.
4549
4550         * gengtype.c: Don't use UNION_INIT_ZERO.
4551         * system.h (UNION_INIT_ZERO): Delete.
4552
4553 2003-06-16  Richard Henderson  <rth@redhat.com>
4554
4555         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4556         GET_MODE_UNIT_SIZE when simplifying constant vectors.
4557
4558 2003-06-16  Andreas Jaeger  <aj@suse.de>
4559
4560         * timevar.c (get_run_time): Remove function provided also by
4561         libiberty.
4562         * timevar.h: Remove get_run_time declaration.
4563
4564 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4565
4566         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4567         unreachable code.
4568
4569 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4570
4571         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4572         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4573         use macros from "symcat.h", instead rely on ISO C.
4574
4575         * system.h: Don't include "symcat.h".
4576         * configure.in (AC_C_STRINGIZE): Delete.
4577         * config.in, configure: Regenerate.
4578
4579 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4580
4581         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4582
4583         * tree.h (STMT_CHECK): New macro.
4584         Also upper-case argument names on all checking macros and
4585         fix some whitespace problems; assume CODE argument does not
4586         have side-effects.
4587
4588 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4589
4590         * scan.h: Convert to ISO C.
4591         * system.h: Likewise.
4592
4593         * c-format.c (dynamic_format_types): New pointer for dynamic data.
4594         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4595         New functions split out of...
4596         (handle_format_attribute): ...here.
4597
4598 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4599
4600         * sh.h (REG_CLASS_FROM_LETTER): Change to:
4601         (REG_CLASS_FROM_CONSTRAINT).
4602         (CONST_OK_FOR_I): Rename to:
4603         (CONST_OK_FOR_I08).  Changed all users.
4604         (CONST_OK_FOR_J): Rename to:
4605         (CONST_OK_FOR_I16).  Changed all users.
4606         (CONST_OK_FOR_K): Rename to:
4607         (CONST_OK_FOR_P27).  Changed all users.
4608         (CONST_OK_FOR_L): Rename to:
4609         (CONST_OK_FOR_K08).  Changed all users.
4610         (CONST_OK_FOR_O): Rename to:
4611         (CONST_OK_FOR_I06).  Changed all users.
4612         (CONST_OK_FOR_P): Rename to:
4613         (CONST_OK_FOR_I10).  Changed all users.
4614         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
4615         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
4616         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
4617         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
4618         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
4619         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
4620         (CONST_OK_FOR_LETTER_P): Replace with
4621         (CONST_OK_FOR_CONSTRAINT_P).
4622         (EXTRA_CONSTRAINT_S): Rename to:
4623         (EXTRA_CONSTRAINT_C16).  Changed all users.
4624         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
4625         (EXTRA_CONSTRAINT_T): Rename to:
4626         (EXTRA_CONSTRAINT_Csy).  Changed all users.
4627         (EXTRA_CONSTRAINT_Z): Remove.
4628         (EXTRA_CONSTRAINT): Replace with:
4629         (EXTRA_CONSTRAINT_STR).
4630         (EXTRA_CONSTRAINT_U): Rename to:
4631          (EXTRA_CONSTRAINT_Z).  Changed all users.
4632         * sh.c (and_operand): Use CONST_OK_FOR_J16.
4633         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
4634         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
4635         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
4636         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
4637         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
4638         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
4639         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
4640         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
4641         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
4642         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
4643         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
4644         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
4645         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
4646         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
4647         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
4648         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
4649         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
4650         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
4651         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
4652         (sssubv4hi3): Likewise.
4653         (movsf_i): Change I[08]/r to G/r.
4654         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
4655
4656         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
4657
4658 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
4659
4660         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4661
4662 2003-06-16  Andreas Jaeger  <aj@suse.de>
4663
4664         * basic-block.h: Remove duplicate prototype of
4665         note_prediction_to_br_prob.
4666
4667         * tree.h: Remove duplicate prototype of strip_float_extensions.
4668
4669 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4670
4671         * config/c4x/c4x.c: Don't include "c-tree.h".
4672         * config/pa/pa.c: Likewise.
4673         * langhooks.c: Likewise.
4674         * tree.h (poplevel): Declare.
4675
4676 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4677
4678         * config/h8300/h8300.c (const_costs): Move this to ...
4679         (h8300_rtx_costs): ... here.
4680
4681 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4682
4683         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4684         (tan_optab, atan_optab): Define corresponding macros.
4685         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4686         * genopinit.c (optabs): Implement tan_optab and atan_optab
4687         using tan?f2 and atan?f2 patterns.
4688         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4689         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4690         Change the default value of errno_set to false.
4691         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4692         using expand_builtin_mathfn.
4693
4694         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4695         expander patterns implemented using existing atan2?f3 patterns.
4696
4697 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4698
4699         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4700         both operands of the addition equal, reuse the expanded RTL.
4701         (expand_expr <MULT_EXPR>): Likewise for multiplication.
4702
4703 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4704             Jeff Law  <law@redhat.com>
4705
4706         * fold-const.c (operand_equal_p): Consider two calls to "const"
4707         functions with identical non-volatile arguments to be equal.
4708         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4709         built-in function to be equal to the "foo" form.
4710
4711 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4712
4713         * config/rs6000/sysv4le.h: Remove target-independent comment.
4714         Replace "GNU compiler" with "GCC" in comment.
4715
4716 2003-06-16  Andreas Jaeger  <aj@suse.de>
4717
4718         * tracer.c: Remove duplicate declaration.
4719
4720         * toplev.c: Remove extra declaration of decode_d_option.
4721
4722         * ssa.c: Remove duplicate declaration.
4723
4724         * sreal.c: Remove extra declaration of dump_sreal.
4725
4726         * reload1.c: Remove duplicate declarations.
4727
4728         * integrate.c: Remove extra declaration of
4729         set_decl_abstract_flags.
4730
4731         * flow.c: Remove extra declaration of dump_flow_info.
4732
4733         * alias.c: Remove extra declaration of get_addr.
4734
4735 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4736
4737         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4738         config/vxworks.h: GNU CC -> GCC.
4739
4740         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4741         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4742         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4743         ssa.h, tree.def: Replace overly specific references to "GNU C"
4744         and "GNU C Compiler" with references to "GCC".
4745
4746 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4747
4748         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4749         memory reference.  Fix test that checks if operand 1 is using r0.
4750         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4751
4752         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4753         defined.
4754
4755 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4756
4757         * function.h (struct emit_status): Remove x_last_linenum,
4758         x_last_filename. Add x_last_location.
4759         * rtl.h: #include "input.h".
4760         (NOTE_DATA): New.
4761         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4762         number notes.
4763         * emit-rtl.c (last_linenum, last_filename): Remove.
4764         (last_location): New.
4765         (emit_line_note_after): LINE must always be >= 0.
4766         (emit_line_note): Likewise. Check not duplicate here...
4767         (emit_note): ... rather than here.
4768         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4769         * integrate.c (expand_inline_function): Use emit_line_note for
4770         line number notes.
4771         (copy_insn_list): Likewise.
4772         * unroll.c (copy_loop_body): Likewise.
4773         * Makefile.in (RTL_H): Add input.h.
4774
4775 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
4776
4777         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4778
4779 2003-06-16  Richard Henderson  <rth@redhat.com>
4780
4781         * config/alpha/alpha-protos.h, config/alpha/elf.h,
4782         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4783         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4784         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
4785         Remove unneeded static function decls.
4786
4787 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4788
4789         * c-opts.c (c_common_handle_option): s/on/value/.
4790         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4791         directly rather than converting the argument.
4792         * c.opt: Update docs.  Use UInteger where appropriate.
4793         * common.opt: Use UInteger where appropriate.
4794         * opts.c (integral_argument): New.
4795         (handle_argument): Handle integral arguments, and optional
4796         joined arguments.
4797         (common_handle_option): Update.
4798         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4799         * opts.sh: Handle JoinedOrMissing and UInteger flags.
4800
4801 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4802
4803         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4804         unnecessary extern declaration.
4805
4806 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4807
4808         * config/gofast.h, config/interix.h, config/interix3.h,
4809         config/libgloss.h, config/linux-aout.h, config/linux.h,
4810         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4811         * config/kaos.h: "GNU compiler" -> GCC.
4812         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4813
4814         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4815         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4816         GNU CC -> GCC.
4817
4818         * config/svr3.h: Remove #if 0 code, misleading comments.
4819         GNU CC -> GCC.
4820
4821 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
4822
4823         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4824         main_input_filename to avoid conflict with input_filename macro.
4825
4826 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4827
4828         * config/mips/mips.h (asm_file_name, g_switch_set,
4829         g_switch_value): Remove.
4830         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4831         unnecessary extern declarations.
4832
4833 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4834
4835         * config/frv/frv.h: Remove declaration of g_switch_value.
4836         * config/m32r/m32r.h: Remove declaration of g_switch_value.
4837         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4838
4839 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4840
4841         * opts.sh: Quote '+' in regex.
4842
4843 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
4844
4845         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4846         * config/rs6000/rs6000.c: Include cfglayout.h.
4847         * config/alpha/alpha.c: Likewise.
4848         * config/ia64/ia64.c: Likewise.
4849         * config/sparc/sparc.c: Likewise.
4850         * config/sh/sh.c: Likewise.
4851
4852 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4853
4854         * opts.sh: Quote '+' in regex.
4855
4856 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4857
4858         * c-opts.c (lang_flags): Update for new spelling of flags.
4859         (write_langs): Similarly.
4860         * c.opt: Specify languages.
4861         * opts.h: Remove languages.
4862         * opts.sh: Recognise front-end defined languages.
4863         * doc/sourcebuild.texi: Update.
4864
4865 2003-06-15  Andreas Jaeger  <aj@suse.de>
4866
4867         * alloc-pool.c: Convert to ISO C90 prototypes.
4868         * alloc-pool.h: Likewise.
4869         * alias.c: Likewise.
4870         * attribs.c: Likewise.
4871         * bb-reorder.c: Likewise.
4872         * bitmap.h: Likewise.
4873         * bitmap.c: Likewise.
4874         * builtins.c: Likewise.
4875
4876         * tree.h: Convert prototypes of attribs.c to ISO C90.
4877         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4878         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4879         * expr.h: Convert prototypes of builtins.c to ISO C90.
4880
4881 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4882
4883         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4884         implement exp, expf and expl built-ins as inline x87 intrinsics.
4885         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4886         represent x87's fscale, frndint and f2xm1 insns respectively.
4887         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4888         to encode x87's "fscale" instruction followed by a pop.
4889         (*frndintxf2): New insn pattern for "frndint".
4890         (*f2xm1xf2): New insn pattern for "f2xm1".
4891
4892         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4893         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4894         UNSPEC_FPATAN.
4895
4896 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4897
4898         * gencheck.c (main): Avoid generating duplicate macros.
4899
4900         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4901         knowing names of language subdirectories.
4902
4903 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4904
4905         * c-pch.c (asm_file_name): Remove.
4906         * common.opt: Add more switches.
4907         * flags.h (g_switch_set): Boolify.
4908         * opts.c (g_switch_value, g_switch_set, exit_after_options,
4909         version_flag): Move from toplev.c.
4910         (common_handle_option): Handle more switches from toplev.c.
4911         * toplev.c (display_help, display_target_options, decode_d_option,
4912         print_version): Make non-static, remove prototypes.
4913         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4914         (version_flag, g_switch_value, g_switch_set, exit_after_options):
4915         Remove.
4916         (independent_decode_option): Move some handlers to opts.c.
4917         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4918         exit_after_options, version_flag, display_help, display_target_options,
4919         print_version, decode_d_option): New.
4920
4921 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4922
4923         * config/alpha/alpha.md: Follow spelling conventions.
4924         * config/arm/arm.c: Likewise.
4925         * config/arm/arm.h: Likewise.
4926         * config/arm/arm.md: Likewise.
4927         * config/arm/crtn.asm: Likewise.
4928         * config/m32r/m32r.c: Likewise.
4929         * config/m32r/m32r.md: Likewise.
4930         * config/rs6000/rs6000.c: Likewise.
4931
4932 2003-06-15  Richard Henderson  <rth@redhat.com>
4933
4934         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4935         insn_locators_initialize.
4936         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4937         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4938         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4939         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4940
4941 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4942
4943         * builtins.c (expand_builtin_expect_jump): Remove redundant
4944         tests that are also in any_condjump_p().
4945
4946 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4947
4948         * libgcc2.c: Delete sysV68 L_trampoline section.
4949         * config/m68k/mot3300-crt0.S: Delete file.
4950         * config/m68k/mot3300Mcrt0.S: Likewise.
4951
4952 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4953
4954         * config/aoutos.h: Remove.
4955         * config.gcc: Remove reference to aoutos.h.
4956         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4957
4958 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
4959
4960         * doc/install.texi: Follow spelling conventions.
4961         * doc/tm.texi: Likewise.
4962         * config/fp-bit.c: Likewise.
4963         * config/arm/arm.c: Likewise.
4964         * config/frv/frv.c: Likewise.
4965         * config/ns32k/NOTES: Likewise.
4966         * config/ns32k/STATUS: Likewise.
4967
4968 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4969             Zack Weinberg  <zack@codesourcery.com>
4970
4971         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4972         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4973         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4974
4975         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4976         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4977         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4978         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4979         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4980         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4981         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4982         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4983         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4984         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4985         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4986         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4987         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4988         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4989         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4990         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4991         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4992         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4993         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4994         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4995
4996 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4997
4998         * opts.sh (POSIXLY_CORRECT): Unset it.
4999
5000         * tree.h (init_function_start): Remove filename and line paramters.
5001         * function.c (init_function_start): Remove filename and line
5002         parameters. Use DECL_SOURCE_LOCATION.
5003         * c-decl.c (store_parm_decls): Adjust init_function_start call.
5004         (c_expand_body_1): Likewise.
5005         * coverage.c (create_coverage): Likewise.
5006         * objc/objc-act.c (build_tmp_function_decl): Set line number to
5007         zero.
5008         (hack_method_prototype): Adjust init_function_start call.
5009
5010 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5011
5012         PR target/3724
5013         * arm/linux-elf.h (PROFILE_HOOK): Define.
5014
5015 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5016
5017         PR target/11183
5018         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
5019
5020 2003-06-14  Roger Sayle  <roger@eyesopen.com>
5021
5022         * opts.sh: Work around a mysterious feature in cygwin's gawk
5023         where specifying the input files explicitly has a different
5024         behavior to piping them via stdin.
5025
5026 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5027
5028         * doc/sourcebuild.texi: Update.
5029
5030 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
5031
5032         PR target/11183
5033         * arm.c (output_move_double): Pass SImode to adjust_address.
5034
5035 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5036
5037         * Makefile.in: Update to use common.opt and lang_opt_files.
5038         (c-options.c, c-options.h): Remove.
5039         (options.c, options.h): Add.
5040         * c-opts.c: Include options.h not c-options.h.
5041         * common.opt: New file.
5042         * configure, configure.in: Add lang_opt_files.
5043         * opts.c: Include flags.h and diagnostic.h.
5044         (common_handle_option): New.
5045         (handle_option): Update to recognize common options and all
5046         language-dependent options.
5047         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
5048         (struct cl_option): Make flags of type int.
5049         * opts.h: Flag option with front ends to which it applies.
5050         Handle duplicate options.
5051         * toplev.c (filename): Remove.
5052         (independent_decode_option): Don't handle filenames and -quiet.
5053         (process_options, do_compile): Update.
5054
5055 2003-06-14  Nick Clifton  <nickc@redhat.com>
5056
5057         * doc/install.texi (Specific): Add description of different
5058         ARM supported file format targets.
5059
5060 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
5061
5062         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
5063         inside delay slots.
5064
5065 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
5066
5067         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
5068         * unwind-pe.h (size_of_encoded_value): Do not define if
5069         NO_SIZE_OF_ENCODED_VALUE is defined.
5070
5071 2003-06-13  Roger Sayle  <roger@eyesopen.com>
5072
5073         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
5074         expanding a complex constant into a CONCAT target.
5075
5076 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
5077
5078         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
5079         (ASM_FILE_START_1): Delete.
5080         * config/i386/att.h, config/i386/sco5.h,
5081         config/i386/sysv3.h
5082         (ASM_FILE_START_1): Delete.
5083
5084 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
5085
5086         * config/i386/bsd.h: Remove ASM_FILE_START.
5087         * config/i386/djgpp.h: Likewise.
5088         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
5089
5090         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
5091         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
5092
5093 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
5094
5095         PR bootstrap/10835
5096         * haifa-sched.c (max_lookahead_tries,
5097         cached_first_cycle_multipass_dfa_lookahead,
5098         cached_issue_rate): New variables.
5099         (max_issue): Check the number of tries.
5100         (choose_ready): Calculate max_lookahead_tries.
5101         (sched_init): Check cached_issue_rate.
5102
5103 2003-06-13  Richard Henderson  <rth@redhat.com>
5104
5105         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
5106         * cfgrtl.c (purge_dead_edges): Expect it too.
5107
5108 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
5109             Eric Botcazou  <ebotcazou@libertysurf.fr>
5110
5111         PR bootstrap/10983
5112         * combine.c (make_extraction): Use gen_lowpart_for_combine
5113         when extracting from a REG and not in the destination of a SET.
5114
5115 2003-06-13  Doug Evans  <dje@sebabeach.org>
5116
5117         * tsystem.h (abort): Declare in inhibit_libc case to remove build
5118         warnings for addvsi3, et.al.
5119
5120 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
5121
5122         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
5123
5124         * simplify-rtx.c (simplify_subreg): Same.
5125
5126         * emit-rtl.c (gen_lowpart_common): Same.
5127
5128 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5129
5130         * builtins.c: Fix comment typos.
5131         * fold-const.c: Likewise.
5132
5133 2003-06-13  Doug Evans  <dje@sebabeach.org>
5134             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5135
5136         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
5137         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
5138         (m32r_va_arg): Use it.
5139         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
5140         (RETURN_IN_MEMORY): Ditto.
5141
5142 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5143
5144         * c-typeck.c: Remove #if 0 clauses.
5145
5146         PR other/1494
5147         * config/alpha/openbsd.h, config/i386/openbsd.h,
5148         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
5149         residual reference to EGCS.
5150
5151 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
5152
5153         * arm.c (output_call_mem): If the address references the link-register
5154         use an instruction sequence that avoids early-clobbering IP.
5155         (eliminate_lr2ip): Delete.
5156
5157 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5158
5159         * c-format.c (format_types_orig): Disallow '*' width/precision in
5160         asm_fprintf format checks.
5161
5162 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
5163
5164         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
5165         non-integral types from integer register save area slots.
5166
5167 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5168
5169         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
5170
5171 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
5172
5173         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
5174
5175 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
5176
5177         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5178         to file_end_indicate_exec_stack.
5179
5180 2003-06-12  Richard Henderson  <rth@redhat.com>
5181
5182         PR target/11089
5183         * config/i386/i386.md (sse_movaps): Use an expander to force
5184         one operand to be a register.
5185         (sse_movups): Likewise.
5186
5187 2003-06-13  Doug Evans  <dje@sebabeach.org>
5188
5189         Remove some build warnings.
5190         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5191         (__do_global_ctors,__do_global_dtors): Ditto.
5192
5193 2003-06-12  Richard Henderson  <rth@redhat.com>
5194
5195         PR middle-end/10557
5196         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5197
5198 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5199
5200         * config/m32r/m32r.md: Fix a comment typo.
5201
5202 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5203             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5204
5205         PR target/10142
5206         * config/sparc/sparc.c (function_arg_record_value_parms): Add
5207         new 'stack' field.
5208         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5209         integer slots for an integer field.
5210         (function_arg_record_value_3): Shift vector index.
5211         (function_arg_record_value_2): Likewise.
5212         (function_arg_record_value): Initialize 'stack' to 0.
5213         Set 'stack' to 1 if we run out of integer slots for an integer field.
5214         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5215
5216 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5217
5218         PR optimization/10955
5219         * unroll.c (unroll_loop): Fix off-by-one bug.
5220
5221 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5222
5223         * config/rs6000/rs6000.c (function_arg): Remove typo.
5224
5225 2003-06-12  Richard Henderson  <rth@redhat.com>
5226
5227         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5228         and UNSPEC_DTPOFF.
5229
5230 2003-06-12  Richard Henderson  <rth@redhat.com>
5231
5232         PR middle-end/10475
5233         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5234         for extracting sub-words.
5235
5236 2003-06-12  Richard Henderson  <rth@redhat.com>
5237
5238         PR target/7594
5239         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5240         (zero_extendqihi2, zero_extendqisi2): Likewise.
5241
5242 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5243
5244         * config/rs6000/rs6000.c (function_arg): Always split vectors for
5245         e500 if it's a stdarg function.
5246         (function_arg_advance): Advance 2 registers for vectors in a
5247         stdarg function.
5248         (init_cumulative_args): Initialize stdarg.
5249         (rs6000_spe_function_arg): New.
5250
5251         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5252
5253 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5254
5255         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5256
5257 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5258
5259         PR middle-end/168
5260         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
5261         and multiplication of zero extensions, floating point division,
5262         and integer<->fp, fp<->fp and zero extension conversions.
5263         The built-in ceil and floor functions preserve signedness.
5264
5265 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5266
5267         * ChangeLog: Follow spelling conventions.
5268         * ChangeLog.2: Likewise.
5269         * c-decl.c: Likewise.
5270         * cfgloop.h: Likewise.
5271         * cgraph.c: Likewise.
5272         * coverage.c: Likewise.
5273         * cppcharset.c: Likewise.
5274         * cpphash.h: Likewise.
5275         * cpplex.c: Likewise.
5276         * cpplib.c: Likewise.
5277         * dbxout.c: Likewise.
5278         * df.c: Likewise.
5279         * dwarf2out.c: Likewise.
5280         * dwarfout.c: Likewise.
5281         * emit-rtl.c: Likewise.
5282         * explow.c: Likewise.
5283         * gcov-io.c: Likewise.
5284         * gcov-io.h: Likewise.
5285         * gcov.c: Likewise.
5286         * gengtype.c: Likewise.
5287         * ggc.h: Likewise.
5288         * opts.c: Likewise.
5289         * real.c: Likewise.
5290         * reload.c: Likewise.
5291         * stmt.c: Likewise.
5292
5293 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
5294
5295         * doc/install.texi (m32r-*-elf): Change company to Renesas.
5296
5297 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
5298
5299         * basic-block.h (flow_delete_block_noexpunge): Kill.
5300         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5301         rtl_delete_block.
5302
5303 2003-06-10  Richard Henderson  <rth@redhat.com>
5304
5305         PR inline-asm/4823
5306         * reg-stack.c (any_malformed_asm): New.
5307         (check_asm_stack_operands): Set it.
5308         (convert_regs_1): Check it before aborting.
5309
5310 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5311
5312         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5313
5314 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
5315
5316         * c-opts.c (complain_wrong_lang): Add on argument.
5317         Print no- switch if on is false.
5318         (c_common_decode_option): Adjust caller.
5319
5320 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5321
5322         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5323         to initialize GOT register.
5324
5325 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5326
5327         * fold-const.c (tree_expr_nonnegative_p): Add support for
5328         floating point constants, addition and multiplication.
5329
5330 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
5331
5332         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5333         constraint modifier for operand 0.
5334
5335 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
5336
5337         Don't warn on dollars in builtin macro definitions,
5338         e.g. __REGISTER_PREFIX__.
5339         * cpphash.h (struct cpp_reader): Move member warn_dollars...
5340         * cpplib.h (struct cpp_options): ...to here.  Change type to
5341         unsigned char.
5342         * cppinit.c (cpp_create_reader): Set it to 1 here.
5343         (post_options): Don't set it here.
5344         * c-opts.c (c_common_init_options): Reset it to 0 here.
5345         (finish_options): Set it here.
5346         * cpplex.c (forms_identifier_p): Tweak for new location of
5347         warn_dollars.
5348
5349         * configure.in (assembler dwarf2 debug_line support): Define insn
5350         for cris-*-* and mmix-*-*.
5351         * configure: Regenerate.
5352
5353 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
5354
5355         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5356         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5357         (sh-*-elf*): Add sh*-*-kaos* support.
5358         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5359         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5360         config/sh/kaos-sh.h: New files.
5361
5362 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5363
5364         * gcse.c (fis_get_condition): Make it a global function.
5365         * reload1.c (reload_cse_move2add): Detect implicit sets.
5366         * rtl.h: Add a prototype for fis_get_condition.
5367
5368 2003-06-11  Richard Henderson  <rth@redhat.com>
5369
5370         * stmt.c (expand_asm_operands): Don't warn for memories with
5371         queued addresses.
5372
5373 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5374
5375         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5376         brackets.
5377
5378 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5379
5380         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5381         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5382         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5383         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5384         * langhooks.c (lhd_decode_option): Remove.
5385         * langhooks.h (struct lang_hooks): Remove decode_option.
5386         * opts.c (handle_option): No longer use decode_option.
5387
5388 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5389
5390         * cfgloopanal.c (variable_initial_value): Update the set of altered
5391         registers correctly.
5392
5393 2003-06-11  Roger Sayle  <roger@eyesopen.com>
5394             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5395
5396         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5397         * config/i386/netbsd-elf.h: Likewise.
5398         * config/m32r/m32r.h: Likewise.
5399         * config/mn10300/mn10300.h: Likewise.
5400         * config/stormy16/stormy16.h: Likewise.
5401         * config/v850/v850.h: Likewise.
5402         * config/vax/netbsd-elf.h: Likewise.
5403         * config/xtensa/elf.h: Likewise.
5404         * config/xtensa/linux.h: Likewise.
5405
5406 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5407
5408         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5409         DWARF 2 default.
5410
5411         * config/mips/dbxmdebug.h: New file.
5412         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5413         gas and --with-stabs.
5414
5415 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
5416
5417         * expr.c (can_move_by_pieces): align argument may be unused.
5418
5419 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
5420
5421         * expr.c (convert_move): Handle moves between two CONCATs.
5422
5423 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5424
5425         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5426         !TARGET_H8300.
5427
5428 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5429
5430         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5431         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5432         (TARGET_RTL_DUMP): Likewise.
5433         (TARGET_SWITHCES): Remove -mrtl-dump.
5434
5435 2003-06-10  Richard Henderson  <rth@redhat.com>
5436
5437         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5438
5439 2003-06-10  Richard Henderson  <rth@redhat.com>
5440
5441         * config/ia64/ia64.md (call_gp): Fix memory mode.
5442
5443 2003-06-10  James E Wilson  <wilson@tuliptree.org>
5444
5445         PR target/8812
5446         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5447         hard regs for reload_reg_used_at_all and reg_class_contents checks.
5448
5449 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5450
5451         * config/h8300/h8300.c (print_operand): Remove support for
5452         operand character 'b'.
5453         Add the AND case to operand character 'c'.
5454         * config/h8300/h8300.md (two anonymous patterns): Replace
5455         operand character 'b' with 'c'.
5456
5457 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5458
5459         * config/h8300/h8300.c (print_operand): Remove support for
5460         operand character 'u'.
5461
5462 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5463
5464         * configure.in: Fix typo.
5465         * configure: Regenerate.
5466
5467 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
5468
5469         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5470         compilation guard.
5471
5472 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5473
5474         * sh-protos.h (function_symbol): Declare.
5475         * sh.c (expand_block_move, expand_ashiftrt): Use it.
5476         (sh_expand_prologue, sh_expand_epilogue): Likewise.
5477         (sh_initialize_trampoline): Likewise.
5478         (function_symbol): New function.
5479         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5480         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5481         (call_value_pop, shcompact_return_tramp): Likewise.
5482
5483         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5484
5485         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5486         target register.
5487
5488 2003-06-10  DJ Delorie  <dj@redhat.com>
5489
5490         * doc/md.texi (Machine Constraints): Document stormy's Z
5491         constraint.
5492
5493 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5494
5495         * except.c (call_site_base): Mark with GTY.
5496
5497 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
5498
5499         * arm-proto.h: Convert to ISO C90 prototypes.
5500         * arm.c: Likewise.
5501
5502 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5503
5504         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5505
5506 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
5507
5508         * calls.c (expand_call): Convert structure_value_addr to Pmode if
5509         necessary.
5510
5511 2003-06-10  Andrew Haley  <aph@redhat.com>
5512
5513         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5514         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5515         (lhd_decl_ok_for_sibcall): New.
5516         * langhooks.c (lhd_decl_ok_for_sibcall): New.
5517         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5518         * calls.c (expand_call): Check lang_hook before generating a
5519         sibcall.
5520
5521 2003-06-10  DJ Delorie  <dj@redhat.com>
5522
5523         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5524         which matches (const_int 0) for addhi3.
5525         * config/stormy16/stormy16.md: Document known constraints.
5526         (addhi3): Handle adding zero.
5527
5528 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5529
5530         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5531         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5532         * config/m32r/m32r-protos.h: Prototype it.
5533
5534 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5535
5536         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5537         common to rs6000 sysv targets.
5538         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5539         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5540
5541 2003-06-10  Nick Clifton  <nickc@redhat.com>
5542
5543         * config.gcc: Add arm-wince-pe target.
5544         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5545         Add comment about default apcs26 support.
5546         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5547         multilib.
5548         (MULTILIB_DIRNAMES): Add 'apcs32'.
5549         * config/arm/t-wince-pe: New makefile fragment.
5550         * config/arm/wince-pe.h: New file.  Overrides a few definitions
5551         in arm/pe.h
5552
5553 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5554
5555         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5556         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5557         when x is easily negated and f is sin, tan or atan.
5558         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5559         sin(x) with flag_unsafe_math_optimizations.
5560         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5561         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5562
5563 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5564
5565         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
5566         is a floating point type *and* we currently honor NaNs.
5567         (fold <NE_EXPR>): Likewise.
5568
5569 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5570
5571         PR c++/11131
5572         * tree-inline.c (inlinable_function_p): Call the language-specific
5573         hook early.
5574
5575 2003-06-09  David Taylor  <dtaylor@emc.com>
5576
5577         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
5578         the f_res field.
5579
5580 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5581
5582         * configure.in: Remove references to host_truncate_target.
5583         * configure: Regenerate.
5584         * config.gcc: Remove references to truncate_target,
5585         host_truncate_target.
5586
5587         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5588         Replace "build_canonical" with build, "host_canonical" with host.
5589         * configure.in: Use GCC_TOPLEV_SUBDIRS.
5590         * aclocal.m4: Include ../config/acx.m4.
5591         * configure: Regenerate.
5592
5593 2003-06-09  David Taylor  <dtaylor@emc.com>
5594
5595         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5596         bytes of padding in the __va_list_tag structure a name (reserved).
5597
5598 2003-06-09  Jason Merrill  <jason@redhat.com>
5599
5600         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
5601
5602 2003-06-09  Osku Salerma  <osku@iki.fi>
5603
5604         * c-format.c (check_format_string, get_constant): New.
5605         (handle_format_attribute, handle_format_arg_attribute,
5606         decode_format_attr): Change to use above functions.
5607
5608 2003-06-09  Richard Henderson  <rth@redhat.com>
5609
5610         * stmt.c (expand_asm_operands): Re-word warning.
5611
5612 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
5613
5614         PR target/8787
5615         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
5616         if -masm=intel.
5617
5618 2003-06-09  James E Wilson  <wilson@tuliptree.org>
5619
5620         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
5621         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
5622         Add libgcc exception.
5623
5624 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
5625             Ayal Zaks  <gcchaifa@us.ibm.com>
5626
5627         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
5628         (insvsi*): Add insert_word attribute.
5629         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
5630         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5631         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
5632
5633 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
5634
5635         * fold-const.c (fold): Fix a comment typo.
5636
5637 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
5638
5639         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
5640         removed.
5641
5642 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
5643
5644         * sh.c (gen_block_redirect): Use locators.
5645
5646 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
5647
5648         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
5649         cast to int.
5650
5651 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5652
5653         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
5654         operators.
5655         * configure: Regenerated.
5656
5657 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5658             Alexandre Oliva  <aoliva@redhat.com>
5659
5660         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5661         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5662         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5663         n32/64 PIC.
5664         (MUST_SAVE_REGISTERS): Delete.
5665         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5666         (machine_function): Add global_pointer field.
5667         (mips_classify_constant): Check for (const $gp) using pointer equality
5668         with pic_offset_table_rtx.
5669         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5670         (mips_restore_gp): Use current_function_outgoing_args_size.
5671         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5672         GP_REG_FIRST + 28.  Handle relocation strings that have
5673         more than one '('.
5674         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5675         (mips_global_pointer): New function.
5676         (mips_save_reg_p): New function, mostly split out from...
5677         (compute_frame_size): ...here.  Remove handling of extra_size.
5678         Reclaim args_size if no variables depend on it.  Don't treat gp
5679         as a special case: handle it in the main GPR loop.
5680         (mips_initial_elimination_offset): Fix comment.
5681         (save_restore_insns): Save every register in the GPR mask,
5682         removing distinction between mask and real_mask.
5683         (mips_output_function_prologue): Update .frame psuedo-op after
5684         the removal of extra_size.  Move the SVR4 PIC stack allocation
5685         and cprestore instructions to mips_expand_prologue.
5686         (mips_gp_insn): New function.
5687         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5688         the chosen global pointer.  Handle SVR4 PIC stack allocation
5689         in the same way as other ABIs.  Adjust varargs code accordingly.
5690         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
5691         to emit the loadgp sequence.  Follow it with a loadgp_blockage
5692         if not using explicit relocs.
5693         (mips_output_function_epilogue): Reinstate the default gp register.
5694         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5695         (mips16_optimize_gp): Likewise.
5696         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5697         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5698         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5699         (loadgp): Remove.
5700         (loadgp_blockage, cprestore): New instructions.
5701         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
5702         pic_offset_table_rtx.
5703         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5704         (builtin_longjmp): Use gen_raw_REG to force use of $28.
5705
5706 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5707
5708         * config/mips/mips-protos.h (mips_output_division): Declare.
5709         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5710         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5711         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5712         (TARGET_CHECK_ZERO_DIV): New macro.
5713         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5714         * config/mips/mips.c (mips_output_division): New function.
5715         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5716         account when calculating the default length of a division.
5717         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5718         Enable regardless of optimization level.  Use mips_output_division.
5719         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5720         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5721         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5722         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5723         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5724         umoddi3_internal): Remove.
5725
5726 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5727
5728         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5729         (mips_sw_reg_names): Likewise.
5730         (mips_regno_to_class): Change hilo entry to NO_REGS.
5731         (hilo_operand): Use MD_REG_P.
5732         (extend_operator): New predicate.
5733         (override_options): Remove 'a' constraint.
5734         (mips_secondary_reload_class): Remove hilo handling.  Also remove
5735         handling of (plus sp reg) reloads for mips16.
5736         (mips_register_move_cost): Remove hilo handling.
5737         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5738         (MD_REG_LAST): Remove hilo from range.
5739         (HILO_REGNUM): Delete.
5740         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5741         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5742         (PREDICATE_CODES): Add entry for extend_operator.
5743         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5744         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5745         Remove constraints from multiplication define_expands.  Remove
5746         clobbers from "decorative" define_expand patterns.
5747         (UNSPEC_HILO_DELAY): Delete.
5748         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5749         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5750         Adjust C code to just emit insns for !TARGET_64BIT.
5751         (mulsidi3_internal): Rename to mulsidi3_32bit.
5752         (mulsidi3_64bit): Use a "d" constraint for the destination.
5753         Use extend_operator so that the pattern can handle umulsidi3 as well.
5754         Split the instruction after reload.
5755         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5756         (umulsidi3_internal): Rename to umulsidi3_32bit.
5757         (umulsidi3_64bit): Remove.
5758         (*smsac_di, *umsac_di): Line-wrap fixes.
5759         (udivsi3_internal): Don't allow operand 2 to be constant.
5760         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5761         (movdi_internal2, movsi_internal): Remove hilo alternatives.
5762         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5763
5764 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5765
5766         PR target/10913
5767         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5768         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5769         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5770         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5771         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5772         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5773         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5774         asm_out_text_file with asm_out_file.
5775         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5776         * config/mips/elf.h (TEXT_SECTION): Undefine.
5777         * config/mips/elf64.h (TEXT_SECION): Undefine.
5778         * config/mips/openbsd.h (TEXT_SECION): Undefine.
5779         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5780         (override_options): Disable small-data optimizations unless using
5781         gas or explicit relocations.
5782         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5783         iris6_asm_named_section, iris6_asm_file_start): Remove code for
5784         handling TARGET_FILE_SWITCHING.
5785         (copy_file_data): Move into TARGET_IRIX6 block.
5786
5787 2003-06-08  Richard Henderson  <rth@redhat.com>
5788
5789         * expr.h (EXPAND_MEMORY): New.
5790         * expr.c (expand_expr): Check it.
5791         * stmt.c (expand_asm_operands): Provide it when the constraint
5792         requires a memory.  Warn for memory input constraints without
5793         a memory operand.
5794
5795 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5796
5797         * varasm.c: Don't include c-tree.h.
5798
5799 2003-06-08  Andreas Jaeger  <aj@suse.de>
5800
5801         * predict.h: Convert to ISO C90 prototypes.
5802         * predict.c: Likewise.
5803         * tree-dump.h: Likewise.
5804         * tree-dump.c: Likewise.
5805         * diagnostic.h: Likewise.
5806         * diagnostic.c: Likewise.
5807         * combine.c: Likewise.
5808
5809         * rtl.h: Convert prototypes of combine.c to ISO C90.
5810
5811 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
5812
5813         * cfglayout.c (insn_scope): New static function
5814         (block_locators_*, line_locators*, file_locators*): New static varrays.
5815         (scope_to_insns_initialize): Use them.
5816         (insn_line, insn_file): New functions.
5817         (scope_to_insns_finalize): Use insn_scope.
5818         (prologue_locator, epilogue_locator): New global variables.
5819         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5820         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5821         (emit_insn_after_scope, emit_insn_before_scope
5822         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5823         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5824         (emit_insn_after_setloc, emit_insn_before_setloc
5825         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5826         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5827         use locators.
5828         * final.c (notice_source_line): Use locators.
5829         (final_start_function): Set initial source file and line.
5830         (final_scan_insn): Use locators.
5831         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5832         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5833         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5834         noce_process_if_block, find_cond_trap): Likewise.
5835         * integrate.c (copy_insn_list): Likewise.
5836         * jump.c (duplicate_loop_exit_test): LIkewise.
5837         * print-rtl.c (print_rtx): Print locators.
5838         * recog.c (peephole2_optimize): Likewise.
5839         * rtl.h (INSN_SCOPE): Remove.
5840         (emit_insn_after_scope, emit_insn_before_scope
5841         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5842         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5843         (emit_insn_after_setloc, emit_insn_before_setloc
5844         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5845         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5846         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5847         * unroll.c (copy_loop_body): Use locators.
5848         * function.c (set_insn_locators): New function.
5849         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5850
5851 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5852
5853         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5854         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5855         _fixsfdi _fixunssfdi.
5856         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5857         popcounthi2.
5858         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5859         * config/h8300/clzhi2.c: New.
5860         * config/h8300/ctzhi2.c: Likewise.
5861         * config/h8300/parityhi2.c: Likewise.
5862         * config/h8300/popcounthi2.c: Likewise.
5863
5864 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
5865
5866         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5867         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5868
5869         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5870         (dump_bb): New based on old dump_bb in cfgrtl.c
5871         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5872         * cfghooks.h (cfgh_verify_flow_info): Return status.
5873         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5874         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5875         (dump_bb): Remove generic parts.
5876         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5877         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5878
5879 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5880
5881         * Makefile.in: Rename options.c and options.h to c-options.c and
5882         c-options.h.
5883         (OBJS): Remove options.o.
5884         * c-opts.c: Don'tInclude c-options.h instead of options.h.
5885         * opts.c: Don't include options.h.
5886         (find_opt): Can't use enum opt_code or N_OPTS.
5887         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5888         * opts.sh: ... here.
5889
5890 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5891             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5892
5893         PR pch/9830
5894         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5895         if HAVE_MINCORE is defined.
5896         (MAP_FAILED): Define if not defined.
5897         (gt_pch_save): Test against MAP_FAILED.
5898         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5899         the mapping address to the preferred base after checking it
5900         is possible to do so. Test against MAP_FAILED.
5901         * configure.in: Test for the presence of mincore in libc.
5902         * config.in: Regenerate.
5903         * configure: Regenerate.
5904
5905 2003-06-07  Richard Henderson  <rth@redhat.com>
5906
5907         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5908         conditional compilation guard.
5909
5910 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5911
5912         * optabs.c (expand_abs): Set result_unsignedp to 1 if
5913         flag_trav is zero.
5914
5915 2003-06-07  Richard Henderson  <rth@redhat.com>
5916
5917         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5918
5919 2003-06-07  Richard Henderson  <rth@redhat.com>
5920
5921         * basic-block.h (EDGE_SIBCALL): New.
5922         (EDGE_ALL_FLAGS): Update.
5923         * cfg.c (dump_edge_info): Add sibcall name.
5924         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5925         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5926
5927 2003-06-07  Andreas Jaeger  <aj@suse.de>
5928
5929         * mklibgcc.in (lib2funcs): Remove _exit.
5930         * libgcc2.c: Remove L_exit.
5931         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5932
5933         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5934
5935         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5936
5937         * ggc.h: Convert to ISO C90 prototypes.
5938         * ggc-none.c: Likewise.
5939         * ggc-common.c: Likewise.
5940         * ggc-page.c: Likewise.
5941         * ggc-simple.c: Likewise.
5942
5943         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5944
5945         * system.h: Poison INIT_SECTION_PREAMBLE.
5946
5947 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
5948
5949         * config.gcc (with_cpu handling): Translate sparc64 in
5950         $machine to --with-cpu=v9.
5951         * config/alpha/alpha.c
5952         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5953         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5954
5955         * target.h: New hook asm_out.file_end.
5956         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
5957         * toplev.c (compile_file): Use targetm.asm_out.file_end.
5958         * system.h: Poison ASM_FILE_END.
5959         * varasm.c (file_end_indicate_exec_stack): New.
5960         * output.h: Prototype it.
5961         * doc/tm.texi: Document TARGET_ASM_FILE_END and
5962         file_end_indicate_exec_stack.  Delete references to attasm.h.
5963
5964         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5965         (ASM_FILE_END): Delete; move code...
5966         * config/darwin.c (darwin_file_end): Here; new function.
5967         * config/darwin-protos.h: Prototype it.
5968         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5969         rename unicosmk_file_end.
5970         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5971         * config/arm/arm.c (aof_file_end): ... here; new static function.
5972         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5973         Make aof_dump_imports and aof_dump_pic_table static.
5974         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5975         Set TARGET_ASM_FILE_END to avr_file_end.
5976         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
5977         Set TARGET_ASM_FILE_END to c4x_file_end.
5978         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5979         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
5980         h8300_file_end.
5981         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5982         * config/i370/i370.c (i370_file_end): ... here; new static function.
5983         Set TARGET_ASM_FILE_END to i370_file_end.
5984          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5985          Take no arguments.  Call file_end_indicate_exec_stack if
5986          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5987         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5988         Define NEED_INDICATE_EXEC_STACK to 0.
5989         * config/i386/linux.h, config/i386/linux64.h: Redefine
5990         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5991         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5992         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5993         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5994         ia64_hpux_file_end, make static.  Take no arguments.
5995         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5996         commands_in_prologues, commands_in_epilogues): Delete.
5997         (function_epilogue): Update to match.
5998         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5999         make static.  Take no arguments.
6000         (iris6_asm_file_end): Rename iris6_file_end, make static, use
6001         mips_file_end, take no arguments.
6002         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
6003         appropriate.
6004         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
6005         make static, take no arguments. Set TARGET_ASM_FILE_END to
6006         mmix_file_end.
6007         * config/pa/pa.c (output_deferred_plabels): Make static, take
6008         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
6009         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
6010         (ASM_FILE_END): Delete; move code...
6011         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
6012         new static function.
6013
6014         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
6015         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
6016         Don't set ASM_FILE_END.
6017         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
6018         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
6019         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
6020         file_end_indicate_exec_stack; don't set ASM_FILE_END.
6021         * config/alpha/unicosmk.h, config/i386/cygming.h
6022         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6023         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
6024         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
6025         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
6026         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
6027         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
6028
6029 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
6030
6031         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
6032         specified.
6033
6034 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
6035
6036         * Makefile.in (stageprofile_build): Kill redundant target.
6037         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
6038
6039 2003-06-07  Andreas Jaeger  <aj@suse.de>
6040
6041         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
6042
6043         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
6044         * config/dsp16xx/dsp16xx.h: Likewise.
6045         * config/i386/i386.h: Likewise.
6046         * config/ip2k/ip2k.h: Likewise.
6047
6048 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
6049
6050         * Makefile.in (OJBS, c-opts.o): Update.
6051         (c-options.c, c-options.h): Rename options.h and options.c.
6052         (options.h): Rename options_.h.
6053         (opts.o): New.
6054         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
6055         (c_common_init_options): Update prototype.
6056         * c-lang.c (c_init_options): Update prototype.
6057         (LANG_HOOKS_HANDLE_OPTION): Override.
6058         (LANG_HOOKS_DECODE_OPTION): Drop.
6059         * c-opts.c: Include opts.h and options.h instead of c-options.h
6060         and c-options.c.
6061         (lang_flags): Move to file scope.
6062         (find_opt, c_common_decode_option): Remove.
6063         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
6064         CL_REJECT_NEGATIVE): Move to opts.h.
6065         (missing_arg): Update prototype.
6066         (c_common_init_options): Update for new prototype.
6067         (c_common_handle_options): Filenames are passed as N_OPTS.
6068         * hooks.c (hook_int_void_0): New.
6069         * hooks.h (hook_int_void_0): New.
6070         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
6071         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
6072         (LANG_HOOKS_INITIALIZER): Update.
6073         * langhooks.h (init_options): Update.
6074         (handle_option): New.
6075         * opts.c, opts.h: New files.
6076         * opts.sh: Update c file to include opts.h and options.h.
6077         * toplev.c: Include opts.h; change options.h to options_.h.
6078         (parse_options_and_default_flags): Get lang_mask, use
6079         handle_option for language-specific handling.
6080         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
6081         (LANG_HOOKS_HANDLE_OPTION): Override.
6082         (objc_init_options): Update.
6083
6084 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
6085             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
6086
6087         PR other/7031
6088         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
6089         gcov.
6090
6091 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
6092
6093         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
6094         section names.
6095         * configure: Regenerate.
6096
6097 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
6098
6099         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
6100
6101 2003-06-06  James E Wilson  <wilson@tuliptree.org>
6102
6103         PR inline-asm/10890
6104         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
6105         different in fields.
6106
6107 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6108
6109         * configure.in: Make $(target_subdir) correspond with top level usage.
6110         * Makefile.in: Likewise.
6111         * configure: Regenerate.
6112
6113 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6114
6115         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
6116         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
6117         unsigned HOST_WIDE_INT.
6118         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
6119         Likewise.
6120         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
6121         Likewise.
6122
6123 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6124
6125         * doc/install.texi (Prerequisites): New section documenting
6126         tools and packages necessary prior to building and/or
6127         modifying GCC.
6128         * doc/install.texi2html: Also generate prerequisites.html.
6129
6130 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
6131
6132         PR target/11052
6133         * ifcvt.c (noce_process_if_block): Fail if the destination has
6134         side-effects.
6135
6136 2003-06-06  Jason Merrill  <jason@redhat.com>
6137
6138         * stmt.c (resolve_asm_operand_names): Rename from
6139         resolve_operand_names.  No longer static.  Avoid needless copying.
6140         Don't build array of constraints.
6141         (expand_asm_operands): Build it here.
6142         * tree.h: Declare resolve_asm_operand_names.
6143
6144         * stmt.c (expand_decl): Put artificial vars into registers even
6145         when not optimizing, and don't mark the regs as user vars.
6146
6147 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
6148
6149         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
6150         of the generated register.
6151
6152 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
6153
6154         * config.gcc: Add a missing sparc64 case.
6155
6156 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
6157
6158         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
6159         the .hidden assembly stubs.
6160
6161 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
6162
6163         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
6164         and x86_64-*-*.
6165
6166         * config/i386/mmintrin.h: Update version and add alternate
6167         intrinsic names.
6168         * config/i386/xmmintrin.h: Likewise.
6169
6170         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
6171         intrinsics to ...
6172         * config/i386/emmintrin.h: Here. New file.
6173
6174 2003-06-06  Roger Sayle  <roger@eyesopen.com>
6175
6176         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
6177         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
6178         when the ABS_EXPR (fabs or abs) is not required.
6179         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6180         always nonnegative from fold to here.  Additionally, cabs and fabs
6181         are always non-negative, and pow and atan are non-negative if
6182         their first argument is non-negative.
6183
6184         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6185         Evaluate cabs of a constant at compile-time.  Convert cabs of a
6186         non-complex argument into fabs.  Convert cabs(z) into
6187         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6188         -funsafe-math-optimizations or -ffast-math.
6189         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6190         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6191
6192 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
6193
6194         * sourcebuild.texi (Front End Directory): Document new hooks.
6195
6196 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
6197
6198         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6199         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6200         stack frames.
6201         (pro_epilogue_adjust_stack_rex64_2): New pattern
6202
6203 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
6204                                Pop Sebastian
6205                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6206
6207         * cfghooks.h, cfghooks.c: New files.
6208         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6209         (OBJS): Add cfghooks.o.
6210         (cfghooks.o): New rule.
6211         * basic-block.h (split_edge): Rename to rtl_split_edge.
6212         (verify_flow_info): Rename to rtl_verify_flow_info.
6213         (cfghooks.h): Included here.
6214         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6215         (verify_flow_info): Renamed rtl_verify_flow_info.
6216         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6217
6218         * basic-block.h (split_block, split_edge, flow_delete_block,
6219         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6220         (flow_delete_block_noexpunge):  Return void.
6221         * cfg.c (verify_flow_info): New function.
6222         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6223         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6224         Use delete_block.
6225         * cfglayout.c (function_footer): Rename to...
6226         (cfg_layout_function_footer): ... this variable
6227         (unlink_insn_chain): Make global.
6228         (fixup_reorder_chain, record_effective_endpoints): Update.
6229         (cleanup_unconditional_jumps): Use delete_block.
6230         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6231         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6232         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6233         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
6234         (cfg_layout_function_footer): Declare.
6235         * cfgloopmanip (split_loop_bb): Do not update RBI.
6236         (remove_bbs): Use delete_block.
6237         (loop_reidrect_edge, loop_delete_branch_edge): Use
6238         redirect_edge_and_branch.
6239         (create_preheader): Use split_block and redirect_edge_and_branch_force.
6240         (split_edge_with): Likewise.
6241         * cfgrtl.c: Include cfglayout.h
6242         (split_edge): Rename to ...
6243         (rtl_split_edge) ... this one; make local.
6244         (redirect_edge_and_branch): Rename to ...
6245         (rtl_redirect_edge_and_branch) ... this one; make local.
6246         (redirect_edge_and_branch_force): Rename to ...
6247         (rtl_redirect_edge_and_branch_force) ... this one; make local.
6248         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6249         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6250         cfglayout.c; update to directly call RTL counterparts.
6251         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6252         * ifcvt.c (find_cond_trap): Use delete_block.
6253         (find_if_case_1): Use delete_block.
6254         (find_if_case_2): Use delete_block.
6255         * rtl.h (unlink_insn_chain): Declare.
6256         * toplev.c (rtl_reigster_cfg_hooks): New.
6257
6258 2003-06-05  Richard Henderson  <rth@redhat.com>
6259
6260         * recog.c (peephole2_optimize): Revert last change.
6261
6262 2003-06-05  Richard Henderson  <rth@redhat.com>
6263
6264         * recog.c (peephole2_optimize): Don't split block unless
6265         can_throw_internal.
6266
6267 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
6268
6269         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6270         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6271
6272 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
6273
6274         PR optimization/4490
6275         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6276         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
6277         documentation to accurately reflect what these options do.
6278
6279 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6280
6281         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
6282         (ENDFILE_SPEC): Redefine to handle -pie.
6283
6284 2003-06-05  Phil Edwards <phil@jaj.com>
6285
6286         * Makefile.in (qmtest-g++): Use target_alias, not target.
6287
6288 2003-06-05  Per Bothner  <pbothner@apple.com>
6289
6290         * toplev.c (push_srcloc):  Simplify behavior to save current location
6291         and set current location to parameters.
6292         (pop_srcloc):  Simplify semantics.
6293         (lang_dependent_init):  Remove now-useless initial push_srcloc.
6294
6295 2003-05-06  Richard Henderson  <rth@redhat.com>
6296
6297         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6298         language-specific tree codes.
6299
6300 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6301
6302         PR middle-end/9986
6303         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6304         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6305
6306 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
6307
6308         * install.tex: Document profiledbootstrap.
6309
6310         * configure.in:  Add support for lang.stageprofile and
6311         lang.stagefeedback
6312         * Makefile.in (clean, distclean): Kill new stages
6313         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6314         (STAGE2_FLAGS_TO_PASS): ... this one.
6315         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6316         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6317         (stageprofile_build, stageprofile_copy, stagefeedback_build,
6318         stagefeedback_copy): New.
6319         (restageprofile, restagefeedback, stageprofile-start,
6320         stageprofile, stagefeedback-start): Likewise.
6321
6322 2003-06-05  David Miller  <davem@redhat.com>
6323             Richard Henderson  <rth@redhat.com>
6324
6325         * optabs.c (HAVE_conditional_trap): Provide default.
6326         (gen_conditional_trap): Likewise.
6327         (init_optabs): Merge init_traps.
6328         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
6329
6330 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
6331
6332         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6333         is REG for nonzero_bits (REG) == 8.
6334
6335 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6336
6337         * i386.md (align): Fix warning; clarify what to do when no p2align
6338         is available.
6339
6340 2003-06-05  Nick Clifton  <nickc@redhat.com>
6341
6342         * config.gcc (m32r-elf): Revert previous delta.
6343         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6344         multilibs.  Remove m32rx specific version.
6345         (crtfini.o): Likewise.
6346         (EXTRA_MULTILIB_PARTS): Define.
6347
6348 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6349
6350         * doc/md.texi (Machine Constraints): Correct the meaning of
6351         constraints related to floating-point registers on SPARC.
6352
6353 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6354             Paolo Bonzini  <bonzini@gnu.org>
6355
6356         PR target/10663
6357         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6358         assembler and linker output to /dev/null.
6359         Use a 'sed' construct instead of 'grep -A1'.
6360         * configure: Regenerate.
6361
6362 2003-06-04  Richard Henderson  <rth@redhat.com>
6363
6364         * config/i386/i386.c (struct ix86_address): Add seg.
6365         (no_seg_address_operand): New.
6366         (ix86_decompose_address): Restructure PLUS loop.  Accept one
6367         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
6368         to test for a regnum, not stack_pointer_rtx.
6369         (ix86_address_cost): Reduce cost if non-default segment.
6370         (legitimate_address_p): Remove UNSPEC_TP check.
6371         (get_thread_pointer): Add to_reg argument.  Don't represent
6372         the thread pointer as a memory load.
6373         (legitimize_tls_address): Split out of ...
6374         (legitimize_address): ... here.
6375         (print_operand_address): Handle parts.seg.
6376         (ix86_expand_move): Use legitimize_tls_address.
6377         (ix86_rtx_costs): Handle UNSPEC_TP.
6378         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6379         (TARGET_TLS_DIRECT_SEG_REFS): New.
6380         (TARGET_SWITCHES): Add tls-direct-seg-refs.
6381         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6382         (PREDICATE_CODES): Add no_seg_address_operand.
6383         * config/i386/i386.md (lea_1): Use it.
6384         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6385         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6386         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6387         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6388         * doc/invoke.texi: Add -mtls-direct-seg-refs.
6389
6390 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6391
6392         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6393         (QMTEST_GPP_TESTS): Use "g++" by default.
6394         (stamp-qmtest): Tweak database creation.
6395         (QMTEST_DIR/context): Update context file format.
6396         (qmtest-g++): Tweak command-line.
6397
6398 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6399
6400         * Makefile.in (varasm.o): Don't set -Wno-error.
6401         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6402
6403 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
6404
6405         PR bootstrap/3163
6406         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6407         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6408         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6409         and AC_CHECK_FUNCS lists, respectively.  Use
6410         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6411         AC_FUNC_MMAP_FILE.
6412         * configure, config.in: Regenerate.
6413
6414 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6415
6416         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6417         * arm.c (arm_output_function_prologue): Fix format specifiers.
6418         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6419         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6420         HOST_WIDE_INT_PRINT_DEC.
6421         * vax.c (vax_output_function_prologue): Fix format specifiers.
6422
6423 2003-06-04  Richard Henderson  <rth@redhat.com>
6424
6425         * cse.c (find_best_addr): Consider binary operators even if second
6426         argument is not CONST_INT.
6427
6428 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6429
6430         * doc/invoke.texi (max-cse-path-length): Document.
6431
6432 2003-06-04  Richard Henderson  <rth@redhat.com>
6433
6434         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6435
6436 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
6437
6438         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6439         Remove semi-colon at the end of the expression.
6440
6441 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6442
6443         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6444         * i370.h (mvs_function_name_length): Likewise.
6445         * i960.h (CONSTANT_ALIGNMENT): Likewise.
6446         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6447         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6448         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6449         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6450         variable.
6451
6452 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6453
6454         * config.gcc: Reorganize --with-cpu logic.  Set
6455         configure_default_options according to the default CPU, --with-cpu,
6456         --with-arch, --with-tune, --with-schedule, --with-abi, and
6457         --with-float.  Check for legal values of various options.
6458         * configure.in: Define configure_default_options in configargs.h.
6459         * configure: Regenerated.
6460         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6461         (TARGET_DEFAULT_FLOAT_P): New macros.
6462         * gcc.c (do_option_spec): New function.
6463         (struct default_spec, option_default_specs): New.
6464         (main): Call do_option_spec.
6465         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6466         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6467         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6468
6469         * doc/install.texi: Update --with-cpu documentation.  Mention
6470         --with-arch, --with-schedule, --with-tune, --with-abi, and
6471         --with-float.
6472         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6473
6474 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6475
6476         * config.gcc: Only process --with-cpu logic in the third pass.
6477
6478 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6479
6480         * config.gcc: Reorganize --with-cpu section.  Remove an
6481         obsolete comment about the default CPU for x86-64.  Fix
6482         a typo for the ep9312.  Update the list of supported PowerPC
6483         CPUs.  Support a limited set of new --with-cpu options
6484         for i386.
6485
6486 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
6487
6488         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6489         complex numbers <= 32 bits into two registers.
6490
6491 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6492
6493         * alpha.c (print_operand_address): Fix format specifier warnings.
6494         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6495         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6496         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6497         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6498         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6499         ASM_OUTPUT_SKIP): Likewise.
6500         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6501         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6502         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6503         Likewise.
6504         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6505         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6506         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6507         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6508         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6509         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6510         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6511         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6512         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6513         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6514
6515 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
6516
6517         * c-decl.c (c_init_decl_processing): Clear input_file_name
6518         while building common nodes.
6519         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6520         Don't add working directory for strings like <built-in> .
6521
6522 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
6523
6524         * doc/install.texi (*-ibm-aix*): Native as and ld required
6525         to bootstrap on AIX 5L.
6526
6527 2003-06-04  Richard Henderson  <rth@redhat.com>
6528
6529         * c-common.c (handle_cleanup_attribute): New.
6530         (c_common_attributes): Add it.
6531         * c-decl.c (finish_decl): Honor the cleanup attribute.
6532         * doc/extend.texi (Variable Attributes): Document it.
6533
6534         * unwind-c.c: New file.
6535         * Makefile.in (LIB2ADDEH): Add it.
6536         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6537         config/ia64/t-ia64: Likewise.
6538
6539 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6540
6541         * function.c (trampolines_created): New variable.
6542         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6543         * function.h (trampolines_created): Add.
6544         * config/s390/linux.h (ASM_FILE_END): Define.
6545         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6546         * config/m68k/linux.h (ASM_FILE_END): Define.
6547         * config/rs6000/linux.h (ASM_FILE_END): Define.
6548         * config/rs6000/linux64.h (ASM_FILE_END): Define.
6549         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6550         * config/sparc/linux.h (ASM_FILE_END): Define.
6551         * config/sparc/linux64.h (ASM_FILE_END): Define.
6552         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6553         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6554         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6555
6556 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
6557
6558         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6559         (ix86_reorg): Use it.
6560         * i386.md (align): New insn pattern.
6561
6562 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6563
6564         * toplev.c (rest_of_type_compilation): Fix typo.
6565
6566 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6567             Alan Modra  <amodra@bigpond.net.au>
6568
6569         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6570         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6571         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6572         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6573         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6574         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6575         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6576         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6577
6578         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6579         Pass it to $gcc_cv_as.
6580         * configure: Rebuilt.
6581
6582         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6583         (print_operand): Allow TARGET_AIX to be non-constant.
6584         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6585         Define unconditionally.
6586         (rs6000_elf_declare_function_name): New function.
6587         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6588         non-constant.
6589         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6590         to 1.
6591         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6592         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6593         is defined.
6594         (TARGET_AIX): Define to 1 if TARGET_64BIT.
6595         (PROCESSOR_DEFAULT): Remove.
6596         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6597         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6598         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
6599         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
6600         -m32 and -m64.
6601         (MULTILIB_DEFAULTS): Define.
6602         (SUBSUBTARGET_EXTRA_SPECS): Define.
6603         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
6604         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
6605         (TARGET_NO_TOC): Remove.
6606         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
6607         TARGET_PROTOTYPE): Define to 0.
6608         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
6609         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
6610         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
6611         if !TARGET_64BIT.
6612         (USER_LABEL_PREFIX): Remove.
6613         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
6614         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
6615         if TARGET_64BIT.
6616         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
6617         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
6618         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
6619         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
6620         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6621         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
6622         TARGET_64BIT.
6623         (RS6000_CALL_GLUE): Likewise.
6624         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
6625         RESTORE_FP_SUFFIX): Likewise.
6626         (ASM_DECLARE_FUNCTION_NAME): Remove.
6627         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
6628         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
6629         name if TARGET_64BIT.
6630         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
6631         !TARGET_64BIT.
6632         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
6633         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
6634         (DRAFT_V4_STRUCT_RET): Define.
6635         (SIGNAL_FRAMESIZE): New enum value.
6636         (MD_FALLBACK_FRAME_STATE_FOR): Define.
6637         * config/rs6000/default64.h: New file.
6638         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
6639         options.
6640         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
6641         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
6642         if !TARGET_64BIT.
6643         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6644         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
6645         function.
6646         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
6647         (TARGET_OS_CPP_BUILTINS): Use it.
6648         (CPP_SYSV_SPEC): Remove.
6649         (CPP_SPEC): Remove cpp_sysv.
6650         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
6651         Add SUBSUBTARGET_EXTRA_SPECS.
6652         (SUBSUBTARGET_EXTRA_SPECS): Define.
6653         * config/rs6000/biarch64.h: New file.
6654         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
6655         New prototype.
6656         * config/rs6000/x-linux64: New file.
6657         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
6658         multilibs.
6659         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6660         * config/rs6000/eabi-cn.asm: Likewise.
6661         * config/rs6000/tramp.asm: Likewise.
6662         * config/rs6000/sol-ci.asm: Likewise.
6663         * config/rs6000/sol-cn.asm: Likewise.
6664         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6665         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6666         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6667         _CALL_AIXDESC section.
6668         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6669         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6670         or default32.
6671
6672 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6673
6674         * config.gcc: Revert accidentally committed ARM changes.
6675
6676 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6677
6678         * builtins.c (dconstpi, dconste): New mathematical constants.
6679         (init_builtin_dconsts): New function to initialize dconstpi
6680         and dconste.
6681         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
6682         compile time with -ffast-math when x is an integer constant.
6683         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
6684         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6685
6686 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6687
6688         * calls.c (expand_call): Avoid calling pure or const functions
6689         when the result is ignored (or void) and none of the arguments
6690         are volatile.  Move warning diagnostic earlier in function.
6691
6692 2003-06-04  Andreas Jaeger  <aj@suse.de>
6693
6694         * system.h: Do not poison TDESC_SECTION_ASM_OP,
6695         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6696
6697 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6698
6699         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6700         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6701         handle %ll, optimize regular character case.
6702
6703 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6704
6705         * Makefile.in (cse.o): Add params.h dependency.
6706         * cse.c: Include params.h.
6707         (PATHLENGTH): Removed.
6708         (struct cse_basic_block_data): Make path array dynamic.
6709         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6710         of PATHLENGTH.
6711         (cse_main, cse_basic_block): Allocate path array.
6712         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6713
6714 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6715
6716         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6717         * i386.md (UNSPEC_REP): New constant.
6718         (return_internal_long): New pattern.
6719
6720 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6721
6722         PR optimization/11018
6723         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6724         consistently to decide whether the scratch register is really
6725         required.
6726
6727 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6728
6729         PR optimization/10876
6730         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6731         new 'O' constraint for constant 4096.
6732         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6733         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6734         Do not transform into MINUS insn for constant 4096.
6735         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6736         for constant 4096 as third operand.
6737         (addsi3 expander): Remove.
6738         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6739         new alternative for constant 4096 as third operand.
6740         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6741         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6742         operand.
6743         (subsi3 expander): Remove.
6744         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6745         constant 4096 as third operand.
6746         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6747         the SPARC port.
6748
6749 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
6750
6751         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6752
6753 2003-06-04  Andreas Jaeger  <aj@suse.de>
6754
6755         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6756
6757         * config/i386/i386.c (ix86_expand_prologue): Do not use
6758         SUBTARGET_PROLOGUE.
6759
6760         * system.h: Poision SUBTARGET_PROLOGUE.
6761
6762         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6763
6764         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6765         dependend code.
6766
6767         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6768
6769         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6770         INSN_CACHE_LINE_WIDTH.
6771
6772         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6773         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6774         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6775
6776         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6777         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6778
6779         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6780         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6781         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6782         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6783         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6784         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6785
6786         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6787         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6788         DBX_WORKING_DIRECTORY.
6789
6790         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6791         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6792
6793         * config/frv/frv-protos.h: Remove unused const_section
6794         declaration.
6795         * config/vax/vax-protos.h: Likewise.
6796
6797         * output.h: Remove CONST_SECTION_ASM_OP usage.
6798
6799         * system.h: Poison CONST_SECTION_ASM_OP.
6800
6801         * crtstuff.c (__do_global_dtors_aux): Remove usage of
6802         CRT_GET_RFIB_TEXT.
6803         (frame_dummy): Likewise.
6804         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6805         * system.h: Poison CRT_GET_RFIB_TEXT.
6806
6807         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6808
6809         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6810         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6811         (recognized_function): Likewise.
6812         (read_scan_file): Likewise.
6813
6814 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6815
6816         * optabs.c (expand_binop): Optimize complex multiplication for
6817         the case of squaring a complex argument.
6818
6819 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6820
6821         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6822         non-volatile operands of binary operations.
6823         (prepare_cmp_insn): Likewise.
6824
6825 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6826
6827         * varasm.c (force_const_mem): Handle alignment of constants not
6828         representable as a type in the front-end language.
6829
6830 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6831
6832         * flow.c (initialize_uninitialized_subregs): Use
6833         emit_move_insn instead of emitting a hardcoded move.
6834
6835 2003-06-03  Richard Henderson  <rth@redhat.com>
6836
6837         * optabs.c (expand_abs_nojump): Split out from ...
6838         (expand_abs): ... here.
6839         * optabs.h (expand_abs_nojump): Declare.
6840         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6841         * Makefile.in (ifcvt.o): Depend on optabs.h.
6842
6843 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
6844
6845         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6846
6847 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
6848
6849         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6850         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6851         to yes.
6852         * configure.in: Allow default_use_cxa_atexit to determine the
6853         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6854         disabled.
6855         * configure: Regenerate.
6856
6857 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
6858
6859         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6860         * doc/gcc.texi: Remove vms.texi section.
6861         * doc/vms.texi: Remove obsolete file.
6862
6863 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6864
6865         * configure.in (inhibit_libc): Don't define when configuring
6866         with --with-newlib --with-headers.
6867         * configure: Regenerate.
6868
6869         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6870
6871 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6872
6873         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6874         IRIX 6 without GNU ld.
6875         * configure: Regenerate.
6876
6877 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6878
6879         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6880         of a complex number rather than invoke mov_optab directly.
6881
6882 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6883
6884         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6885         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6886
6887 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6888
6889         * config/i386/x86-64.h: Remove two target-independent comments;
6890          replace "GNU CC" with "GCC".
6891
6892 2003-06-03  Anthony Green  <green@redhat.com>
6893
6894         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6895
6896 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6897
6898         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6899         New builtins representing ISO C99's cabs, cabsf and cabsl.
6900         * builtins.c (expand_builtin_fabs): New function.
6901         (expand_builtin_cabs): New function.
6902         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6903         using expand_builtin_fabs and expand_builtin_cabs respectively.
6904
6905         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6906
6907 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6908
6909         * function.c (assign_parms): Split complex arguments.
6910
6911         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6912
6913         * expr.h (SPLIT_COMPLEX_ARGS): Define.
6914         (split_complex_types): Protoize.
6915         (split_complex_values): Protoize.
6916
6917         * calls.c (expand_call): Split complex arguments on architectures
6918         that require it.
6919         (split_complex_values): New.
6920         (split_complex_types): New.
6921
6922         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6923         (rs6000_function_value): Handle complex values on AIX.
6924         (rs6000_complex_function_value): New.
6925
6926         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6927
6928         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6929         (SPLIT_COMPLEX_ARGS): New.
6930
6931 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6932
6933         * configure.in (HAVE_LD_PIE): Check for ld -pie.
6934         * config.in: Rebuilt.
6935         * configure: Rebuilt.
6936         * toplev.c (flag_pie, flag_shlib): New variables.
6937         (f_options): Add -fpie and -fPIE.
6938         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6939         Set flag_shlib if flag_pic and not -fpie/-fPIE.
6940         * flags.h (flag_pic, flag_shlib): Add.
6941         * varasm.c (default_binds_local_p): Use flag_shlib instead of
6942         flag_pic.
6943         * gcc.c (LINK_PIE_SPEC): Define.
6944         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6945         (option_map): Add --pie -> -pie mapping.
6946         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6947         and -fPIE the same way as -fPIC.
6948         * config/openbsd.h (ASM_SPEC): Likewise.
6949         * config/frv/frv.h (ASM_SPEC): Likewise.
6950         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6951         * config/arm/semi.h (ASM_SPEC): Likewise.
6952         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6953         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6954         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6955         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6956         * config/m68k/linux.h (CPP_SPEC): Likewise.
6957         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6958         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6959         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6960         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6961         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6962         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6963         * config/netbsd-aout.h (ASM_SPEC): Likewise.
6964         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6965         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6966         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6967         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6968         * config/sparc/sparc.h (ASM_SPEC): Likewise.
6969         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6970         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6971         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6972         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6973         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6974         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6975         Simplify.
6976         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6977         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6978         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6979         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6980         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6981         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6982         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6983         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6984
6985 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6986
6987         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6988         != 0 handling.  Pass 0 to store_by_pieces.
6989         (expand_builtin_mempcpy): Add endp argument.  Don't call
6990         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6991         directly.  If ignoring result, only do expand_call.
6992         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6993         otherwise.
6994         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6995         store_by_pices callers.
6996         (expand_builtin): Adjust expand_builtin_memcpy and
6997         expand_builtin_mempcpy callers.
6998         * expr.c (can_move_by_pieces): New function.
6999         (move_by_pieces): Add endp argument, return to resp. memory at end
7000         or one byte earlier depending on endp.
7001         (store_by_pieces): Likewise.
7002         (emit_block_move): Adjust call to move_by_pieces.
7003         (emit_push_insn): Adjust move_by_pieces caller.
7004         * expr.h (can_move_by_pieces): New prototype.
7005         (store_by_pieces): Adjust prototypes.
7006         * rtl.h (move_by_pieces): Adjust prototype.
7007         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
7008         caller.
7009
7010 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
7011
7012         * doc/md.texi (Processor pipeline description): Improve wording.
7013
7014 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
7015
7016         * c-opts.c (c_common_handle_option): New, pulled out of
7017         c_common_decode_option.  Substitute uses of argv.
7018         (c_common_decode_option): Broken into two.
7019
7020 2003-06-02  Roger Sayle  <roger@eyesopen.com>
7021             Zack Weinberg  <zack@codesourcery.com>
7022
7023         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
7024         test of TREE_CONSTANT_POOL_ADDRESS_P.
7025
7026 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7027
7028         * mips.c: Don't include output.h twice.
7029         * stormy16.c: Likewise.
7030         * xtensa.c: Likewise.
7031         * output.h: Protect against multiple inclusion.
7032
7033 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
7034
7035         * sh.h (OLD_ARG_MODE): New macro.
7036         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
7037         (FUNCTION_ARG_1): Break out of:
7038         (FUNCTION_ARG).  Use OLD_ARG_MODE.
7039
7040 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7041
7042         * gcc/config.gcc Add support multilib parts for m32rx processor.
7043
7044 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7045
7046         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
7047         (mostlyclean): Delete c-options.c and c-options.h.
7048
7049 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
7050
7051         * c-opts.c (CL_REJECT_NEGATIVE): New.
7052         (c_common_decode_option): Update to use it.
7053         * c.opt: Update documentation; use RejectNegative.
7054         * opts.sh: Handle RejectNegative.
7055
7056 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
7057
7058         * ggc-page.c (init_ggc): Give better diagnostics on failure to
7059         open /dev/zero.
7060         * toplev.c (crash_signal): Reset handling for received signal
7061         to SIG_DFL.
7062
7063 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
7064
7065         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
7066         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
7067         (arm_use_dfa_pipeline_interface): Implement.
7068         * config/arm/arm.md (arm): New automaton.
7069         (write_buf): Remove function units; new cpu unit.
7070         (write_blockage): Remove function units; new cpu unit.
7071         (core): Remove function units; new cpu unit.
7072         (r_mem_f_wbuf): New instruction reservation.
7073         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
7074         (store1_ldsched, store2, store3, store4): Likewise.
7075         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
7076         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
7077         (multi_cycle, single_cycle): Likewise.
7078         * config/arm/fpa.md (armfp): New automaton.
7079         (fpa): Remove function units; new cpu unit.
7080         (fpa_mem): Remove function unit; new cpu unit.
7081         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
7082         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
7083
7084 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7085
7086         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
7087         * c-format.c (enum format_type): Add asm_fprintf_format_type.
7088         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
7089         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
7090         (format_types_orig): Renamed from format_types.  Add new data.
7091         (format_types): Declare as pointer.
7092         (handle_format_attribute): Move later in file so we have all
7093         necessary declarations.  Add section to capture HOST_WIDE_INT.
7094         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
7095         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
7096
7097 2003-06-01  Andreas Jaeger  <aj@suse.de>
7098
7099         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
7100         ROUND_TYPE_SIZE_UNIT.
7101
7102         * stor-layout.c (finalize_record_size): Remove usages of
7103         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7104         (finalize_type_size): Likewise.
7105         (layout_type): Likewise.
7106
7107         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7108
7109         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
7110
7111         * config/d30v/d30v.h: Remove text copied from the manual.
7112
7113 2003-06-01  Roger Sayle  <roger@eyesopen.com>
7114             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7115             Geoffrey Keating  <geoffk@apple.com>
7116
7117         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
7118         constants as condition code values.
7119
7120 2003-06-01  DJ Delorie  <dj@redhat.com>
7121
7122         * cppmacro.c (warn_of_redefinition): Handle cases where the two
7123         definitions have different numbers of tokens.
7124
7125 2003-06-01  Andreas Jaeger  <aj@suse.de>
7126
7127         * gen-protos.c (main): Readd unused attribute for argc.
7128
7129 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7130
7131         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
7132         * c.opt: End in blank line.
7133         * opts.sh: Take AWK from environment if available; use C locale.
7134
7135 2003-06-01  Andreas Schwab  <schwab@suse.de>
7136
7137         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
7138
7139 2003-06-01  Andreas Jaeger  <aj@suse.de>
7140
7141         * gen-protos.c (main): Revert patch to check for argument.
7142
7143 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7144
7145         PR target/11044
7146         * config/i386/i386.md (length attribute): Set length to 4
7147         for instructions of type "fcmp".
7148
7149 2003-06-01  Andreas Jaeger  <aj@suse.de>
7150
7151         * toplev.c: Use ISO C90 prototypes.
7152
7153         * toplev.h: Use ISO C90 prototypes.
7154
7155         * genrecog.c: Use ISO C90 prototypes.
7156         (nodes_identical): Correct declaration to match prototype.
7157         (maybe_both_true): Likewise.
7158         (merge_trees): Likewise.
7159
7160         * genpeep.c (gen_peephole): Remove #if 0 code.
7161         Use ISO C90 prototypes.
7162
7163         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
7164         Remove #if 0'ed function simplify_by_alternatives.
7165         (optimize_attrs): Remove #if 0'ed code.
7166         Remove ^L.
7167         Use ISO C90 prototypes.
7168         (make_canonical): Remove #if 0'ed code.
7169         (convert_const_symbol_ref): Remove #if 0'ed function.
7170
7171         * gen-protos.c (main): Check for argument.
7172
7173         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
7174
7175         * params.h: Use ISO C90 prototypes.
7176         * params.c: Likewise.
7177         * intl.c: Likewise.
7178         * intl.h: Likewise.
7179         * lists.c: Likewise.
7180         * errors.c: Likewise.
7181         * errors.h: Likewise.
7182         * gencodes.c: Likewise.
7183         * genpreds.c: Likewise.
7184         * genattr.c: Likewise.
7185         * gen-protos.c: Likewise.
7186         * genflags.c: Likewise
7187         * genconditions.c: Likewise.
7188         * genautomata.c: Likewise.
7189         * gencheck.c: Likewise.
7190         * genconfig.c: Likewise.
7191         * genconstants.c: Likewise.
7192         * genemit.c: Likewise.
7193         * genextract.c: Likewise.
7194         * gengenrtl.c: Likewise.
7195         * gengtype.c: Likewise.
7196         * gengtype.h: Likewise.
7197         * genopinit.c: Likewise.
7198         * genoutput.c: Likewise.
7199         * gensupport.c: Likewise.
7200         * gensupport.h: Likewise.
7201
7202         * sdbout.h: Use ISO C90 prototypes.
7203
7204         * sdbout.c (CONTIN): Removed empty macro.
7205         (sdbout_one_type): Remove CONTIN usages.
7206         Remove ^Ls.
7207         (tag_of_ru_type): Remove #if 0'ed function.
7208         (sdbout_symbol): Remove #if 0'ed code.
7209         (sdbout_one_type): Remove a #if 1.
7210         (sdbout_one_type): Remove #if 0'ed code.
7211         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7212         Remove PARAMS, use ISO C90 prototypes for all functions.
7213
7214 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
7215
7216         * rtl.def (CONST_DOUBLE): Update comment.
7217
7218 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7219
7220         * opts.sh: Remove path from sort.
7221
7222 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
7223
7224         PR/9680
7225         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7226         TARGET_SPE for SPE_VECTOR_MODE.
7227
7228 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
7229
7230         * toplev.c (botch): Remove.
7231         (do_abort): Remove.
7232         (set_Wunused): Comment.
7233         (set_Wextra): Comment.
7234         Remove ^L's.
7235         (rest_of_compilation): Factor out common code into functions.
7236         (rest_of_handle_inlining): New.
7237         (rest_of_handle_ssa): New.
7238         (rest_of_handle_cse): New.
7239         (rest_of_handle_gcse): New.
7240         (rest_of_handle_loop_optimize): New.
7241         (rest_of_handle_jump_bypass): New.
7242         (rest_of_handle_sibling_calls): New.
7243         (rest_of_handle_null_pointer): New.
7244         (rest_of_handle_addresof): New.
7245         (rest_of_handle_flow): New.
7246         (rest_of_handle_branch_prob): New.
7247         (rest_of_handle_if_conversion): New.
7248         (rest_of_handle_tracer): New.
7249         (rest_of_handle_loop2): New.
7250         (rest_of_handle_cse2): New.
7251         (rest_of_handle_life): New.
7252         (rest_of_handle_combine): New.
7253         (rest_of_handle_if_after_combine): New.
7254         (rest_of_handle_regmove): New.
7255         (rest_of_handle_sched): New.
7256         (rest_of_handle_old_regalloc): New.
7257         (rest_of_handle_new_regalloc): New.
7258         (rest_of_handle_regrename): New.
7259         (rest_of_handle_reorder_blocks): New.
7260         (rest_of_handle_sched2): New.
7261         (rest_of_handle_new_regalloc): New.
7262         (rest_of_handle_old_regalloc): New.
7263         (rest_of_handle_regrename): New.
7264         (rest_of_handle_reorder_blocks): New.
7265         (rest_of_handle_stack_regs): New.
7266         (rest_of_handle_machine_reorg): New.
7267         (rest_of_handle_delay_slots): New.
7268         (rest_of_handle_final): New.
7269
7270         * toplev.h (botch): Remove prototype.
7271         (do_abort): Same.
7272
7273 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7274
7275         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7276         * c-opts.c: Include c-options.h and c-options.c.
7277         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7278         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7279         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7280         OPT, opt_comp): Remove.
7281         (missing_arg, c_common_init_options, c_common_decode_option,
7282         write_langs): Update for macro redefinitions and enumeration
7283         name changes.
7284         * c.opt, opts.sh: New files.
7285         * doc/passes.texi: Update.
7286
7287 2003-05-31  Andreas Jaeger  <aj@suse.de>
7288
7289         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7290         usage.
7291
7292         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7293
7294         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7295
7296         * system.h: Poison ALLOCATE_TRAMPOLINE.
7297
7298         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7299         * system.h: Poison HANDLE_PRAGMA.
7300
7301 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
7302
7303         * doc/invoke.texi: Update dump file names.
7304
7305 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7306
7307         * c-format.c (format_length_info, format_char_info,
7308         format_flag_spec, format_flag_pair, format_kind_info):
7309         De-const-ify structure members.
7310
7311 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7312
7313         * flags.h (flag_wrapv): New flag controlling overflow semantics.
7314         * toplev.c (flag_wrapv): Declare the variable with default false.
7315         (lang_independent_options): New option "-fwrapv" to set the above.
7316
7317         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7318         as x, when signed arithmetic overflow wraps around.
7319         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7320         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7321         overflow when flag_wrapv is true.
7322
7323         * doc/invoke.texi: Document new -fwrapv command line option.
7324         * doc/c-tree.texi: Mention that the overflow semantics of
7325         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7326         upon both flag_wrapv and flag_trapv.
7327
7328 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7329
7330         * doc/install.texi (mips-sgi-irix5): Add missing
7331         HTML <hr> marker.
7332
7333 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7334
7335         * doc/md.texi (Machine Constraints): Document
7336         missing SPARC constraints.
7337
7338 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7339
7340         * doc/md.texi (Automaton pipeline description): Use
7341         "type" instead of "cpu" as the attribute in the examples.
7342
7343 2003-05-30  Stan Shebs  <shebs@apple.com>
7344
7345         * system.h: Poison OBJC_PROLOGUE.
7346
7347 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7348
7349         * emit-rtl.c (gen_complex_constant_part): New function for getting
7350         the constant real or imaginary part of a complex constant.
7351         (gen_realpart): Use it.
7352         (gen_imagpart): Likewise.
7353
7354 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
7355
7356         * doc/invoke.texi: Fix typos.
7357         * doc/rtl.texi: Likewise.
7358
7359 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7360
7361         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7362         mode.
7363         * config/h8300/crtn.asm: Likewise.
7364         * config/h8300/lib1funcs.asm: Likewise.
7365         * config/h8300/h8300.c (asm_file_start): Likewise.
7366         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7367         h8300snelf emulations for normal mode.
7368         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7369         emulations for normal mode.
7370
7371 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7372
7373         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7374         true if TARGET_NORMAL_MODE.
7375
7376 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7377
7378         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7379         making a substitution.
7380         (dead_libcall_p): If directly replacing a libcall with a
7381         constant value produces an invalid instruction, also try forcing
7382         the constant into the constant pool.
7383         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7384         obvious that the source is a constant.
7385         (compress_float_constant): Use set_unique_reg_note to place
7386         REG_EQUAL notes on instructions.
7387
7388 2003-05-30  Eric Christopher  <echristo@redhat.com>
7389
7390         * config/mips/mips.c (extern_list): Add GTY marker.
7391         (extern_head): Separate out definition. Add marker.
7392         (mips_output_external): Use ggc_alloc for extern_list
7393         allocation.
7394         (mips_output_external_libcall): Ditto.
7395
7396 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
7397
7398         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7399         later.
7400
7401 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7402
7403         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7404         warnings.
7405         (PRINT_OPERAND): Likewise.
7406
7407 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7408
7409         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7410         -mdebug/-no-mdebug switches ...
7411         (MDEBUG_ASM_SPEC): ... here.
7412         Use only with gas.
7413         (EXTRA_SPECS): Initialize mdebug_asm_spec.
7414
7415 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
7416
7417         * gthr-gnat.c: Remove #undef UNUSED.
7418         (__gnat_default_lock, __gnat_default_unlock): Prototype.
7419         (__gnat_task_lock, __gnat_task_unlock): Make declarations
7420         prototypes.
7421         (__gnat_install_locks): Convert declaration to ISO C90, make
7422         parameter declarations prototypes, and remove blank line.
7423         * gthr-gnat.h (__gnat_install_locks): Make parameter
7424         declarations prototypes.
7425
7426 2003-05-29  Jason Merrill  <jason@redhat.com>
7427
7428         * Makefile.in (unstrap): Remove stage_last after make unstage1.
7429
7430 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7431
7432         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7433
7434 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7435             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
7436
7437         PR bootstrap/10169
7438         * mips-tfile.c (main): Use getopt_long instead of getopt.
7439         Add new command line option --version to display version.
7440         Treat --verbose like -v to report a single line version.
7441         (options): New global variable for getopt_long.
7442         * mips-tdump.c (main): Use getopt_long instead of getopt.
7443         New command line options -v, --version and -verbose to display
7444         the program version number (to match mips-tfile's behavior).
7445         (options): New global variable for getopt_long.
7446
7447         * gcov.c (options): Zero-terminate getopt_long array.
7448         * gcov-dump.c (options): Likewise.
7449
7450         * Makefile.in (mips-tdump.o): Add dependency on version.h.
7451
7452 2003-05-29  Stan Shebs  <shebs@apple.com>
7453
7454         Remove OBJC_PROLOGUE everywhere.
7455         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7456         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7457         * config/d30v/d30v.h: Similarly.
7458         * config/ip2k/ip2k.h: Similarly.
7459         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7460
7461 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7462
7463         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7464         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
7465         (expand_unreachable_stmt): Expand unreachable while statements
7466         using genrtl_do_stmt_1.
7467
7468 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
7469
7470         * config/mips/mips-protos.h (mips_output_load_label): Declare.
7471         * config/mips/mips.c (mips_output_load_label): New function.
7472         (mips_output_conditional_branch): Use it.
7473         * config/mips/mips.md (jump): And here.
7474
7475 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
7476
7477         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7478         (xtensa_split_operand_pair): New proto.
7479         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7480         (smalloffset_double_mem_p): Delete.
7481         (gen_float_relational, printx, print_operand, xtensa_va_arg):
7482         Fix whitespace.
7483         (xtensa_split_operand_pair): New.
7484         (xtensa_dbx_register_number): Fix formatting.
7485         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7486         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7487         instead of splitting them into single-word moves.  Remove unnecessary
7488         checks for reload_in_progress and reload_completed.
7489         (movdi_internal, movdf_internal): Change to post-reload split patterns.
7490         Add constraints to allow constant operands.
7491         (movsf_internal): Allow CONST_INT operands.
7492
7493 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
7494
7495         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7496         fragment i386/x-mingw32.
7497         * config/i386/x-mingw32: New file. Make local_includedir
7498         relative to EXEC_PREFIX.
7499
7500 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
7501
7502         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7503         (MD_STARTFILE_PREFIX): Define.
7504
7505 2003-05-27  Denis Chertykov  <denisc@overta.ru>
7506
7507         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7508         VOIDmode.
7509         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7510         call of cselib_invalidate_regno.
7511
7512 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
7513
7514         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7515         -lthread to -lpthread.
7516
7517 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7518             Bruce Korb  <bkorb@gnu.org>
7519             Arno Klaassen  <arno@heho.snv.jussieu.fr>
7520
7521         * fixinc/inclhack.def: Add missing declaration of getpagesize()
7522         to unistd.h on Solaris 2.5.1.
7523         Fix prototype of recv() and send() in sys/socket.h on
7524         Solaris 2.5.1 and 2.6.
7525         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7526         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7527         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7528         * fixinc/fixincl.x: Regenerate.
7529
7530 2003-05-27  Jason Merrill  <jason@redhat.com>
7531
7532         * tree.c (expr_first, expr_length): New fns.
7533         * tree.h: Declare them.
7534
7535         * tree.c (iterative_hash_expr): Hash commutative expressions
7536         consistently.
7537
7538 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7539
7540         * tree.h (contains_placeholder_p): Now returns bool.
7541         (CONTAINS_PLACEHOLDER_P): New macro.
7542         (type_contains_placeholder_p): New function.
7543         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7544         (contains_placeholder_p): Now returns bool.
7545         Rework to use CONTAINS_PLACEHOLDER_P macro.
7546         (type_contains_placeholder_p): New function.
7547         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7548         type_contains_placeholder_p.
7549         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7550         Use CONTAINS_PLACEHOLDER_P macro.
7551         * builtins.c (fold_builtin): Likewise.
7552         * calls.c (initialize_argument_information): Likewise.
7553         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7554         * explow.c (expr_size): Likewise.
7555         * expr.c (store_constructor, get_inner_reference): Likewise.
7556         * function.c (assign_parms): Likewise.
7557         * stor-layout.c (variable_size): Likewise.
7558
7559 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
7560
7561         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
7562         attribute.
7563
7564 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7565
7566         * doc/contrib.texi (Contributors): Update Kean Johnston.
7567
7568 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
7569
7570         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7571
7572 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7573
7574         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7575         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7576         Replace "GNU CC" with "GCC".
7577
7578 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
7579
7580         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7581         intermediate computation.
7582
7583 2003-05-23  Eric Christopher  <echristo@redhat.com>
7584
7585         * config/mips/mips.md (clzsi, clzdi): New patterns.
7586
7587 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
7588
7589         * gcc.c (default_compilers): Use -o to specify preprocessor's output
7590         file.  Make -no-integrated-cpp work when building PCH files.
7591         * objc/lang-specs.h: Likewise.
7592
7593 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7594
7595         * fixinc/Makefile.in: Correct description.
7596         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7597         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
7598         fixinc/genfixes: Replace "GNU CC" with "GCC".
7599
7600 2003-05-23  Roger Sayle  <roger@eyesopen.com>
7601
7602         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
7603         builtin functions (and their __builtin_* variants).
7604         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
7605         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
7606         optimizing.
7607
7608         * doc/extend.texi: Document new tan and atan builtins, and
7609         their float and long double variants.
7610
7611 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
7612
7613         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7614         __sparcv9 in the TARGET_ARCH64 case.
7615
7616 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
7617
7618         * i386.c (ix86_reorg): Calls are also jumps.
7619
7620 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7621
7622         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
7623         note containing an EXPR_LIST, process all the arguments.
7624
7625 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
7626                                Andreas Jaeger  <aj@suse.de>
7627
7628         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
7629         do not use assertion.
7630
7631 2003-05-23  Mike Stump  <mrs@apple.com>
7632
7633         * tlink.c (scan_linker_output): Add support for darwin linker, as it
7634         emits unresolved symbols one per line, consuming the entire line.
7635
7636 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
7637             Zack Weinberg <zack@codesourcery.com>
7638
7639         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
7640         * config/m68k/m68k.c (m68k_output_function_prologue):
7641         Remove code under #if NEED_PROBE.
7642         * config/m68k/m68k.h: Don't define NEED_PROBE.
7643         * config/m68k/m68k.md: Remove "probe" insn.
7644         * doc/md.texi: Remove documentation of "probe" pattern.
7645
7646 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
7647
7648         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
7649
7650 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7651
7652         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
7653         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
7654
7655 2003-05-22  Roger Sayle  <roger@eyesopen.com>
7656
7657         * real.c (real_maxval): New function to return the largest finite
7658         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7659         * real.h (real_maxval): Prototype here.
7660         * fold-const.c (fold_inf_compare): Transform comparisons against
7661         +-Infinity into comparisons against DBL_MAX (or equivalent).
7662
7663 2003-05-22  Mike Stump  <mrs@apple.com>
7664
7665         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7666         default.
7667
7668 2003-05-22  DJ Delorie  <dj@redhat.com>
7669
7670         * calls.c (expand_call): If the arg block is going to grow
7671         downward, we need argblock to point to the top of the block,
7672         not the bottom.
7673
7674 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7675
7676         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7677
7678         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7679         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7680
7681 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7682
7683         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7684         * m68k.c: Likewise.
7685         * m68k.h: Likewise.
7686
7687 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
7688
7689         PR other/2873
7690         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7691         expressions to prevent triggering on recent curses.h,
7692         linux/nls.h, or X11/Xlib.h.
7693         (stdio_va_list): Add _G_va_list to bypass pattern.
7694         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7695         * fixinc/fixincl.x: Regenerate.
7696
7697 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7698
7699         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7700         switches when --target-help option is specified.
7701
7702 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7703
7704         PR bootstrap/10805
7705         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7706         failure with Sun assembler 5.0 Alpha 03/27/98.
7707
7708 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
7709
7710         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7711         to match system compiler convention.
7712
7713 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7714
7715         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7716         value, not just if defined.
7717         Update copyright year.
7718
7719 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7720
7721         PR target/6428
7722         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7723         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
7724         option is used without `-static'.
7725         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7726         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7727
7728 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
7729
7730         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7731         TARGET_SERIALIZE_VOLATILE): Delete.
7732         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7733         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7734         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7735         "-mno-serialize-volatile".
7736         * config/xtensa/xtensa.c (print_operand): Remove checks of
7737         TARGET_SERIALIZE_VOLATILE.
7738         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7739         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7740         "-mserialize-volatile" and "-mno-serialize-volatile" options.
7741
7742 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7743
7744         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7745         (nested_function): Likewise.
7746         (notype_nested_function): Likewise.
7747
7748 2003-05-21  Nick Clifton  <nickc@redhat.com>
7749
7750         * config/stormy16/stormy-abi: Update overflow type for
7751         R_XSTORMY16_16 reloc.
7752
7753 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7754
7755         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7756         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7757         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7758         * print-tree.c (print_node): Remove ambient-boundedness.
7759         * tree.h (tree_common): Remove bounded_flag.
7760         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7761         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7762         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7763         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7764         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7765         Remove.
7766         (TYPE_QUALS): Remove BOUNDED.
7767         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7768         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7769         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7770         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7771         VA_LIST_POINTER_DEPTH): Remove.
7772         (struct tree_type): Remove pointer_depth.
7773
7774 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7775
7776         * c-pretty-print.c (pp_c_integer_literal): Use
7777         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7778
7779 2003-05-20  Roger Sayle  <roger@eyesopen.com>
7780             Kazu Hirata  <kazu@cs.umass.edu>
7781             Joern Rennecke  <joern.rennecke@superh.com>
7782
7783         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
7784         setcc and jump, if they exist.  If substituted instruction
7785         fails to validate, store current effort in a REG_EQUAL note.
7786         (cprop_insn): Don't attempt further substitutions if the
7787         current instruction has been deleted.
7788         (local_cprop_pass): Likewise.
7789
7790         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
7791         one is attached to the jump instruction.
7792         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7793
7794 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7795
7796         PR c++/9738
7797         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7798         even if not first.
7799
7800 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7801
7802         * genautomata.c (output_description, output_automaton_units,
7803         output_state_arcs): Add missing specifiers.
7804
7805 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
7806
7807         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7808         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7809         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
7810         (nsau): Rename to do_nsau.  Provide alternate version for use when
7811         the NSAU instruction is available.
7812         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7813         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7814         * config/xtensa/xtensa-config.h: Update comments to match binutils.
7815         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7816         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7817         (TARGET_ABS, TARGET_ADDX): Define.
7818         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7819         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7820         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7821         *subx8): Set predicate condition to TARGET_ADDX.
7822         (abssi2): Set predicate condition to TARGET_ABS.
7823         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7824         "-maddx", and "-mno-addx" options.
7825         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
7826
7827 2003-05-20  Kevin Ryde <user42@zip.com.au>
7828             Wolfgang Bangerth <bangerth@dealii.org>
7829
7830         PR/10355
7831         * doc/extend.texi: Put a warning into the documentation
7832         of attribute regparm.
7833
7834 2003-05-20  Jason Merrill  <jason@redhat.com>
7835
7836         * tree.c (expr_last): New fn.
7837         * tree.h: Declare it.
7838         * objc/objc-act (expr_last): Rename to objc_expr_last.
7839
7840 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7841
7842         * sh.c (sh_register_move_cost): Add clase for moving between
7843         FP registers and MAC registers.
7844
7845 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
7846
7847         * pa/milli64.S ($$mulI): Fix typo.
7848
7849 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
7850
7851         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7852         (nonlocal_set_p): Remove initial blank line.
7853         * dwarf2out.c (simple_type_size_in_bits): Likewise.
7854         * et-forest.c (et_forest_create): Likewise.
7855         * explow.c (stabilize): Likewise.
7856         * fix-header.c (write_lbrac): Likewise.
7857         * graph.c (start_fct, node_data): Likewise.
7858         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7859         * rtlanal.c (global_reg_mentioned_p): Likewise.
7860         * tree.c (bit_position): Likewise.
7861
7862 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
7863
7864         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7865         -lthread to -lpthread.
7866
7867 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
7868
7869         * c-opts.c (c_common_decode_option): Don't accept dollars
7870         as identifier characters in assembly.
7871         * doc/cpp.texi: Document this.
7872
7873 2003-05-19  Seth Arnold  <sarnold@wirex.com>
7874             Aldy Hernandez  <aldyh@redhat.com>
7875
7876         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7877         vrsave_size twice.
7878
7879 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
7880
7881         * doc/tm.texi (function_arg): Fix typo.
7882
7883 2003-05-19  Matt Austern  <austern@apple.com>
7884
7885         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7886         * c-common.h (warn_invalid_offsetof): Declare.
7887         * c-common.c (warn_invalid_offsetof): Define.
7888         * doc/invoke.texi: Document -Winvalid-offsetof.
7889         * testsuite/g++.dg/other/offsetof3.C: New.
7890         * testsuite/g++.dg/other/offsetof4.C: New.
7891
7892 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
7893             David Edelsohn  <edelsohn@gnu.org>
7894
7895         * config/rs6000/rs6000.c (rs6000_alignment_string,
7896         rs6000_alignment_flags): New variables.
7897         (rs6000_parse_alignment_option): New function.
7898         (rs6000_override_options): Call it.
7899         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7900         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7901         macros.
7902         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7903         natural alignment if TARGET_NATURAL_ALIGNMENT
7904         (ROUND_TYPE_ALIGN): Always use default record alignment if
7905         TAGET_NATURAL_ALIGNMENT.
7906         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7907         (ROUND_TYPE_ALIGN): Same.
7908         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7909         (ROUND_TYPE_ALIGN): Same.
7910         * doc/invoke.texi (Option Summary, PowerPC Options): Document
7911         new options.
7912
7913 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
7914
7915         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7916         of a function using ASMSPEC, prepend a star.
7917
7918 2003-05-19  Jason Merrill  <jason@redhat.com>
7919
7920         * tree-inline.c (copy_body_r): Avoid generating &* during inline
7921         substitution.
7922
7923 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
7924
7925         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7926         not mark assignments to the hard frame pointer as being stack
7927         frame related.
7928         (xstormy16_expand_epilogue): Mark adjustments to the stack
7929         pointer as being stack frame related.
7930
7931 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7932
7933         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7934         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7935         (PREDICATE_CODES): Add hilo_operand.
7936         * config/mips/mips.c (hilo_operand): New predicate.
7937         (mips_adjust_insn_length): Account for the number nops that might
7938         be needed to avoid hardware hazards.
7939         * config/mips/mips.md (dslot): Remove attribute.
7940         (hazard): New attribute.
7941         (can_delay): Use it.  Check for calls, branches & jumps.
7942         (muldi3): Use the standard dmult pattern for mips16 code.
7943         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7944
7945 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7946
7947         * config/mips/mips-protos.h (final_prescan_insn,
7948         mips_count_memory_refs, mips_fill_delay_slot): Remove.
7949         * config/mips/mips.h (delay_type, dslots_load_total,
7950         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7951         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7952         mips_load_reg3, mips_load_reg4): Remove.
7953         (MASK_STATS): Remove.
7954         (MASK_EXPLICIT_RELOCS): Reuse its value.
7955         (TARGET_STATS): Remove.
7956         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7957         Warn that -mstats is now ignored.
7958         (FINAL_PRESCAN_INSN): Undefine.
7959         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7960         (ASM_OUTPUT_REG_POP): Likewise.
7961         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7962         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7963         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7964         mips_fill_delay_slot, mips_count_memory_refs,
7965         final_prescan_insn): Remove.
7966         (output_block_move): Remove calls to mips_count_memory_refs.
7967         (print_operand): Remove printing of #nop for TARGET_STATS.
7968         (mips_output_function_epilogue): Remove TARGET_STATS code.
7969         Reorganize setting of fnnmae.
7970         * config/mips/mips.md: Remove handling of dslot statistics
7971         throughout file.  Change all fcmp patterns into normal asm
7972         templates, removing calls to mips_fill_delay_slot.
7973         * doc/invoke.texi: Remove documentation of -mstats.
7974
7975 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7976
7977         * config/mips/mips.c (mips_class_max_nregs): Return the number of
7978         words in the mode.
7979
7980 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7981
7982         * config/mips/mips.c (override_options): Disable explicit
7983         relocs for old ABIs unless using gas.
7984
7985 2003-05-18  Eric Christopher  <echristo@redhat.com>
7986
7987         * config/mips/mips.h: Remove definition of g_switch_value.
7988
7989 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7990
7991         * flags.h (g_switch_value): Change to an unsigned
7992         HOST_WIDE_INT.
7993         * toplev.c (g_switch_value): Likewise.
7994
7995         * config/alpha/alpha.c (small_symbolic_operand): Remove
7996         g_switch_value cast.
7997         (alpha_in_small_data_p): Cast size to an unsigned
7998         HOST_WIDE_INT.
7999
8000         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
8001         unsigned HOST_WIDE_INT.
8002         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
8003         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
8004
8005         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
8006         unsigned HOST_WIDE_INT.
8007         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
8008         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
8009         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
8010
8011         * config/rs6000/rs6000.c (rs6000_file_start): Use
8012         HOST_WIDE_INT_PRINT_UNSIGNED.
8013         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
8014         (rs6000_elf_in_small_data_p): Cast size to unsigned
8015         HOST_WIDE_INT.
8016         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
8017         Remove.
8018         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
8019         g_switch_set.
8020         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
8021         g_switch_value cast.
8022
8023 2003-05-18  Roger Sayle  <roger@eyesopen.com>
8024             Zack Weinberg  <zack@codesourcery.com>
8025
8026         PR middle-end/10472
8027         * builtins.c (expand_builtin_memcpy):  Call force_operand on
8028         expressions and use simplify_gen_binary to create the addition.
8029
8030 2003-05-18  Andreas Schwab  <schwab@suse.de>
8031
8032         * config/m68k/m68k.md: Use define_constants for unspec numbers.
8033
8034 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
8035
8036         * config/sparc/sparc.h: Define sparc for now.
8037
8038 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8039
8040         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
8041
8042         * config/stormy16/stormy16.h: Remove about 3000 lines of
8043         target-independent comments.  Update copyright notice.
8044
8045         * doc/collect2.texi: GNU CC -> GCC.
8046         * doc/headerdirs.texi: GNU CC -> GCC.
8047
8048 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
8049
8050         * hashtable.h (struct ht_identifier): Add data member "hash_value".
8051         * hashtable.c (ht_lookup): Use it when searching, remember.
8052         (ht_expand): Do not recompute.
8053         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
8054
8055 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
8056
8057         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
8058
8059 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
8060
8061         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
8062         Default here.
8063         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
8064         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
8065         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
8066         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
8067         config/arm/linux-elf.h, config/arm/rtems-elf.h,
8068         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
8069         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
8070         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
8071         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
8072         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
8073         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
8074         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
8075         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
8076         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
8077         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
8078         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
8079         Don't define __ELF__.
8080         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
8081         Define __ELF__.
8082         * doc/cpp.texi: Document __ELF__.
8083         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
8084
8085 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8086
8087         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
8088         always use stdarg.
8089         * c-errors.c (pedwarn_c99): Likewise.
8090         * c-format.c (status_warning): Likewise.
8091         * c-semantics.c (build_stmt): Likewise.
8092         * calls.c (emit_library_call, emit_library_call_value): Likewise.
8093         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
8094         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
8095         * diagnostic.c (build_message_string, output_printf,
8096         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
8097         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
8098         error_with_decl, fnotice): Likewise.
8099         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
8100         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
8101         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
8102         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
8103         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
8104         dw2_asm_output_encoded_addr_rtx): Likewise.
8105         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
8106         * errors.c (warning, error, fatal, internal_error): Likewise.
8107         * final.c (output_operand_lossage, asm_fprintf): Likewise.
8108         * fix-header.c (fatal): Likewise.
8109         * gcc.c (fatal, error, notice): Likewise.
8110         * gcov.c (fnotice): Likewise.
8111         * genattrtab.c (attr_rtx, attr_printf): Likewise.
8112         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
8113         * gensupport.c (message_with_line): Likewise.
8114         * mips-tfile.c (fatal, error): Likewise.
8115         * protoize.c (notice): Likewise.
8116         * ra-debug.c (ra_debug_msg): Likewise.
8117         * read-rtl.c (fatal_with_file_and_line): Likewise.
8118         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
8119         * tree.c (build, build_nt, build_function_type_list): Likewise.
8120
8121 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8122
8123         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
8124         * gcc.c (cpp_predefines): Remove.
8125         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
8126         (static_specs): Remove predefines.
8127         * system.h: Poison CPP_PREDEFINES.
8128         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
8129         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
8130
8131 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8132
8133         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
8134         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
8135         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
8136         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
8137
8138 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8139
8140         PR c/9209
8141         * c-common.c, c-common.h (dollars_in_ident): Remove.
8142         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
8143         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
8144         * cpphash.h (warned_dollar): Rename warn_dollars.
8145         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
8146         Permit dollars regardless of -std=.
8147         (post_options): Set warn_dollars.
8148         * cpplex.c (forms_identifier_p): Use warn_dollars.
8149         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
8150         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
8151         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
8152         Update documentation.
8153
8154 2003-05-17  Andreas Schwab  <schwab@suse.de>
8155
8156         * config/m68k/m68k.c (m68k_output_function_prologue): Use
8157         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
8158         formatting a HOST_WIDE_INT.
8159         (m68k_output_function_epilogue): Likewise.
8160
8161 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
8162
8163         * doc/install.texi: Remove information about desupported targets.
8164
8165 2003-05-17  Andreas Schwab  <schwab@suse.de>
8166
8167         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
8168         * config/m68k/linux.h: Likewise.
8169         * config/m68k/m68k-none.h: Likewise.
8170         * config/m68k/netbsd-elf.h: Likewise.
8171         * config/m68k/sgs.h: Likewise.
8172         * config/m68k/m68k.h: Likewise.
8173         * config/m68k/m68k.md: Likewise.
8174         * config/m68k/m68k.c: Likewise.
8175         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
8176         constraints.
8177         * doc/invoke.texi (Option Summary): Remove -mfpa.
8178         (M680x0 Options): Likewise.
8179
8180 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
8181
8182         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8183
8184 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8185
8186         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8187         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8188         config/sparc/rtemself.h, config/sparc/sol2-64.h,
8189         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8190         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8191
8192 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8193
8194         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8195         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8196
8197 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8198
8199         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8200         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8201         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8202         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8203         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8204         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8205         sparc/sysv4.h,
8206         * sparc/sysv4-only.h: New.
8207
8208 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
8209
8210         * function.c (assign_parms): Check for zero size args.
8211
8212 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8213
8214         * cfgloopanal.c (test_for_iteration): Use string concatentation on
8215         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8216         function calls into one.
8217         * dbxout.c (dbxout_symbol): Likewise.
8218         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8219         * dwarf2asm.c (dw2_asm_output_data_uleb128,
8220         dw2_asm_output_data_sleb128): Likewise.
8221         * genrecog.c (debug_decision_2): Likewise.
8222         * loop.c (emit_prefetch_instructions): Likewise.
8223         * print-rtl.c (print_rtx): Likewise.
8224         * print-tree.c (print_node_brief, print_node): Likewise.
8225         * ra-debug.c (dump_igraph, dump_graph_cost,
8226         dump_static_insn_cost): Likewise.
8227         * ra-rewrite.c (dump_cost): Likewise.
8228         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8229         * sreal.c (dump_sreal): Likewise.
8230         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8231         * varasm.c (assemble_vtable_entry): Likewise.
8232
8233         * avr.c (avr_output_function_prologue,
8234         avr_output_function_epilogue, print_operand): Fix format specifier
8235         warnings.
8236         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8237         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8238
8239 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
8240
8241         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8242         and ! TARGET_STRING cases.
8243
8244         * doc/cppopts.texi (-undef): Fix texinfo warning.
8245
8246         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8247         * cppfiles.c (validate_pch): When -H is used, print some information
8248         about PCH files found.
8249
8250 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8251
8252         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8253         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8254         * config/mips/t-sr71k: Likewise.
8255
8256 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8257
8258         * arc.c (arc_output_function_prologue,
8259         arc_output_function_epilogue): Fix format specifier warnings.
8260         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8261
8262         * v850.c (print_operand): Fix format specifier warnings.
8263
8264         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8265         specifier warnings.
8266
8267         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8268         format specifier warnings.
8269
8270         * ip2k.c (function_prologue, function_epilogue, print_operand):
8271         Fix format specifier warnings.
8272         * ip2k.md: Likewise.
8273
8274         * i960.c (i960_output_function_prologue, i960_print_operand,
8275         i960_print_operand_addr): Fix format specifier warnings.
8276
8277         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8278         (i370_output_function_prologue): Fix format specifier warnings.
8279         * i370.h (PRINT_OPERAND): Likewise.
8280
8281         * fr30.c (fr30_print_operand): Fix format specifier warnings.
8282
8283         * dsp16xx.c (print_operand_address): Fix format specifier warning.
8284         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8285
8286         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8287         specifier warnings.
8288
8289         * alpha.c (print_operand_address, alpha_start_function,
8290         unicosmk_output_ssib): Use string concatentation on
8291         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8292         function calls into one.
8293         * arm.c (arm_print_operand): Likewise.
8294         * cris.c (cris_asm_output_mi_thunk): Likewise.
8295         * frv.c (frv_asm_output_mi_thunk): Likewise.
8296         * ia64.c (ia64_print_operand, process_set): Likewise.
8297         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8298         Likewise.
8299         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8300         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8301         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8302         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8303         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8304         * s390.c (s390_assemble_integer): Likewise.
8305         * sparc.c (sparc_flat_function_prologue,
8306         sparc_flat_function_epilogue): Likewise.
8307         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8308         * vax.c (vax_output_mi_thunk): Likewise.
8309
8310         * frv.c (frv_print_operand_memory_reference): Fix format specifier
8311         warning.
8312         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8313
8314         * m68k.c (m68k_output_function_epilogue): Fix format specifier
8315         warnings.
8316
8317         * stormy16-protos.h (xs_hi_general_operand,
8318         xs_hi_nonmemory_operand): Prototype.
8319         * stormy16.c (xstormy16_output_shift): Fix format specifier
8320         warnings.
8321
8322         * cris.c: Fix format specifier warnings.
8323
8324 2003-05-16  Nick Clifton  <nickc@redhat.com>
8325
8326         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8327
8328 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
8329
8330         * doc/bugreport.texi: Remove most of the of the preface of the
8331         bugs section.
8332
8333 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
8334
8335         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8336         .save XX, r0.
8337
8338 2003-05-15  Roger Sayle  <roger@eyesopen.com>
8339
8340         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8341
8342 2003-05-15  Eric Christopher  <echristo@redhat.com>
8343
8344         * cfgcleanup.c (merge_blocks): Fix return value.
8345
8346 2003-05-15 Eric Christopher <echristo@redhat.com>
8347
8348         * combine.c (expand_compound_operation): Make sure
8349         that zero_extend operation is profitable.
8350
8351 2003-05-15  Richard Henderson  <rth@redhat.com>
8352
8353         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8354         code protected by USE_GNULIBC_1.
8355
8356 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
8357
8358         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
8359         remove hppa*-*-mpeix* which could not be built, and prune
8360         files from tmake_file= or tm_file= lists that don't exist.
8361
8362         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8363         * config/alpha/t-interix, config/arm/conix-elf.h
8364         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8365         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8366         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8367         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8368         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8369         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8370         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8371         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8372         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8373         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8374         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8375         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8376         * config/m68k/tower-as.h, config/m68k/tower.h
8377         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8378         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8379         * config/m88k/m88k-protos.h, config/m88k/m88k.c
8380         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8381         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8382         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8383         * config/mips/rtems64.h, config/mips/sni-gas.h
8384         * config/mips/sni-svr4.h, config/mips/t-ecoff
8385         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8386         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8387         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8388         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8389         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8390         * config/romp/romp-protos.h, config/romp/romp.c
8391         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8392         * config/rs6000/aix3newas.h, config/rs6000/mach.h
8393         * config/sparc/bsd.h, config/sparc/hal.h
8394         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8395         * config/sparc/lynx.h, config/sparc/netbsd.h
8396         * config/sparc/sp86x-aout.h, config/sparc/splet.h
8397         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8398         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8399         * config/sparc/t-halos, config/sparc/t-sparcbare
8400         * config/sparc/t-splet, config/sparc/t-sunos41
8401         * config/v850/rtems.h: Delete file.
8402
8403 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
8404
8405         * config/rs6000/rs6000-protos.h (function_value): Protoize.
8406
8407         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8408
8409         * config/rs6000/rs6000.c (rs6000_function_value): New.
8410
8411 2003-05-15  Philip Blundell  <philb@gnu.org>
8412
8413         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8414         All uses updated.
8415         (arm_tune_xscale): New variable.
8416         (arm_override_options): Set it.
8417         (arm_adjust_cost): Use it in place of arm_arch_xscale.
8418         (arm_gen_load_multiple): Likewise.
8419         (arm_gen_store_multiple): Likewise.
8420         * config/arm/arm.md (is_xscale): Likewise.
8421         * config/arm/arm.h (arm_tune_xscale): Declare.
8422
8423 2003-05-15  Philip Blundell  <philb@gnu.org>
8424
8425         PR target/10730
8426         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8427         involving invalid constants.
8428
8429 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8430
8431         * pa.c (hppa_expand_prologue): Remove blockage.
8432
8433 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
8434
8435         * doc/bugreport.texi: Remove most of the bug reporting
8436         instructions and merge them into bugs.html.
8437
8438 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
8439
8440         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8441         g_switch_value to unsigned HOST_WIDE_INT.
8442
8443 2003-05-14  Eric Christopher  <echristo@redhat.com>
8444
8445         * combine.c: Fix header comments.
8446         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8447         to all calls and prototype.
8448
8449 2003-05-14  Roger Sayle  <roger@eyesopen.com>
8450
8451         PR optimization/10764
8452         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8453         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8454         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
8455         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8456         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8457         the corresponding *fyl2x_?fxf3 instructions.
8458
8459 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
8460
8461         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8462         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8463         XCHAL_HAVE_L32R): New.
8464         * config/xtensa/xtensa-protos.h (non_const_move_operand,
8465         xtensa_load_constant, xtensa_function_prologue,
8466         xtensa_function_epilogue): Delete prototypes.
8467         (xtensa_expand_prologue): New.
8468         * config/xtensa/xtensa.c (frame_size_const,
8469         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8470         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8471         xtensa_function_prologue): Delete.
8472         (add_operand, xtensa_mem_offset): Formatting.
8473         (move_operand): If the const16 option is available, allow any SFmode
8474         and SImode constants.
8475         (xtensa_emit_move_sequence): Inline the former contents of
8476         xtensa_load_constant with modifications to handle the const16 option.
8477         (override_options): Add xtensa_char_to_class['W'] and set it to
8478         the general register class only if the const16 option is enabled.
8479         Fix formatting.  Disallow PIC when using the const16 option.
8480         (print_operand): Reorganize to switch on "letter" instead of the
8481         RTL code.  Add output_operand_lossage calls for invalid cases.
8482         Add support for 't' and 'b' letters.
8483         (xtensa_expand_prologue): New function to replace
8484         xtensa_function_prologue and xtensa_reorg.
8485         (xtensa_function_epilogue): Declare this as static.  Delete code
8486         to print the retw.n or retw instruction.
8487         (xtensa_return_addr): Use A0_REG instead of 0.
8488         (xtensa_rtx_costs): Add costs for using the const16 option.
8489         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8490         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8491         (TARGET_SWITCHES): Add "const16" and "no-const16".
8492         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8493         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8494         using the const16 option.
8495         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8496         (TRAMPOLINE_SIZE): Change from 49 to 59.
8497         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8498         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8499         when using the const16 option.
8500         (PREDICATE_CODES): Delete non_const_move_operand.
8501         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8502         UNSPECV_ENTRY.
8503         (movdi, movdf): If the source is a constant, always expand to a
8504         sequence of movsi insns.
8505         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8506         (movsi_internal, movsf_internal): Add alternative using const16 insns.
8507         (movsf): Add const16 support.
8508         (entry, prologue, epilogue): New.
8509         (set_frame_ptr): Add missing mode for unspec_volatile operation.
8510         Likewise for subsequent split pattern.
8511         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8512         "-mconst16" and "-mno-const16" options.
8513
8514 2003-05-14  Richard Henderson  <rth@redhat.com>
8515
8516         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8517         to be DImode register.  Merge load_symptr.
8518         * config/ia64/ia64.md (load_symptr): Remove.
8519
8520 2003-05-14  Richard Henderson  <rth@redhat.com>
8521
8522         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8523         DEFERRED_CONSTANT_P.
8524         * integrate.c (copy_rtx_and_substitute): Update use.
8525         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8526         to the copy generated.
8527         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8528         of the constant to see if we should emit.
8529         (mark_constant): Similarly.
8530         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8531
8532 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
8533
8534         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8535         move record condition.
8536         (movdi_internal2): Same.
8537
8538 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
8539
8540         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8541         (GCOV_TAG_*) Force type to gcov_unsigned_t.
8542         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8543         (struct gcov_var): Remove modified. Add start, length, offset,
8544         overread. Have buffer array for libgcov.
8545         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8546         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8547         * gcov-io.c (gcov_open): Set mode, do not read anything.
8548         (gcov_close): Write final block.
8549          (gcov_write_block, gcov_allocate): New.
8550         (gcov_write_bytes): Make static. Write or allocate buffer.
8551         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8552         null.
8553         (gcov_write_string): Adjust.
8554         (gcov_write_tag)
8555         (gcov_write_length): Adjust. Flush the block.
8556         (gcov_write_tag_length): Buffer can never be null.
8557         (gcov_read_bytes): Make static. Read in block.
8558         (gcov_sync): Moved here. Adjust.
8559         (gcov_seek): Moved here. Adjust.
8560         * coverage.c (read_counts_file): Adjust.
8561         * gcov-dump.c (print_prefix): Add position parameter.
8562         (flag_dump_positions): New flag.
8563         (options, main, print_usage): Add it.
8564         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8565         tag_summary): Adjust.
8566         * gcov.c (read_graph_file, read_count_file): Adjust.
8567         * libgcov.c (gcov_exit): Adjust.
8568
8569         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8570         (libgcov.a): Depend on libgcc.a.
8571         (gcov.o, gcov-dump.o): Add gcov-io.c.
8572         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8573
8574         * loop.c (check_dbra_loop): Factor common test.
8575
8576 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
8577
8578         * doc/md.texi (Automaton pipeline description): Grammar fixes.
8579
8580 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
8581
8582         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8583         (TARGET_INITIALIZER): Include it.
8584         * target.h (struct gcc_target): Add machine_dependent_reorg field.
8585         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8586         * system.h: Poison MACHINE_DEPENDENT_REORG.
8587
8588         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8589         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8590         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8591         (alpha_handle_trap_shadows): Remove "first insn" parameter.
8592         (alpha_align_insns): Likewise.
8593         (alpha_reorg): Likewise.  Make static.  Update calls to above
8594         functions.
8595
8596         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8597         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
8598         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8599         (arm_reorg): Remove parameter.  Make static.
8600
8601         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
8602         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
8603         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8604         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
8605         Remove parameter.
8606
8607         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
8608         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
8609         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8610         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
8611         Remove parameter.
8612
8613         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
8614         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
8615         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
8616
8617         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
8618         * config/frv/frv.c: Remove orphaned comment.
8619
8620         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
8621         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
8622         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8623         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
8624         Remove parameter.
8625
8626         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
8627         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
8628         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8629         (emit_insn_group_barriers): Remove "first insn" parameter.
8630         (emit_all_insn_group_barriers): Likewise.
8631         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
8632         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
8633
8634         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
8635         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
8636         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8637         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
8638         Remove parameter.
8639
8640         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
8641         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
8642         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8643         (m68hc11_reorg): Make static.  Remove parameter.
8644
8645         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
8646         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
8647         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8648         (conditionalize_optimization): Remove parameter.
8649         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
8650         Make static.  Update call to conditionalize_optimization.
8651
8652         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
8653         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
8654         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8655         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
8656         Make static.
8657
8658         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8659         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8660         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8661         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
8662         Remove parameter.
8663
8664         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8665         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8666         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8667         (pa_combine_instructions): Remove "first insn" parameter.
8668         (remove_useless_addtr_insns): Likewise.
8669         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
8670
8671         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8672         commented-out definition.
8673
8674         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8675         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8676         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8677         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
8678         Remove parameter.
8679
8680         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8681         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8682         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8683         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
8684         Remove parameter.
8685         (sh_output_mi_thunk): Call sh_reorg directly.
8686         * config/sh/sh.md: Update comment.
8687
8688         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8689         commented-out definition.
8690
8691         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8692         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8693         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8694         (v850_reorg): Make static.  Remove parameter.
8695
8696         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8697         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8698         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8699         (xtensa_reorg): Make static.  Remove parameter.
8700
8701         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8702         (TARGET_MACHINE_DEPENDENT_REORG): Document.
8703
8704 2003-05-13  Richard Henderson  <rth@redhat.com>
8705
8706         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8707         the old decl had instantiated DECL_RTL.
8708
8709 2003-05-13  Mike Stump  <mrs@apple.com>
8710
8711         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8712
8713 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
8714
8715         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8716         HOST_WIDE_INT argument.
8717
8718 2003-05-13  Jason Merrill  <jason@redhat.com>
8719
8720         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8721
8722         * tree.c (iterative_hash_expr): New fn.
8723
8724         * c-semantics.c (emit_local_var): Don't mess with temp slots if
8725         there's no initializer.
8726
8727 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8728
8729         * final.c (final_scan_insn): Apply the effects of frame-related
8730         delay slot insns before emitting a delayed branch.
8731
8732 2003-05-13  Nick Clifton  <nickc@redhat.com>
8733
8734         * config/mcore/mcore.md (jump): Use emit_jump_insn.
8735
8736 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8737
8738         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8739         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8740
8741 2003-05-12  DJ Delorie  <dj@redhat.com>
8742
8743         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8744         (emit_push_insn): Don't use push when the source alignment is less
8745         than the stack's push rounding.
8746
8747 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8748
8749         * diagnostic.c (output_format): Add support for %m.
8750         (output_printf, output_verbatim, diagnostic_set_info,
8751         verbatim): Set err_no field of the text_info structure being
8752         initialized.
8753         (fatal_io_error): Delete function.
8754         * diagnostic.h (text_info): Add err_no field.
8755         * toplev.h (fatal_io_error): Delete prototype.
8756
8757         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8758         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8759         * objc/objc-act.c: Replace all calls to fatal_io_error with
8760         calls to fatal_error; add ": %m" to the end of all the affected
8761         error messages.
8762
8763 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8764
8765         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8766         * rtl.h: Prototype it.
8767         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8768         when appropriate.
8769
8770 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8771
8772         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8773         ("*iorsi3_oi"): Likewise.
8774
8775 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
8776
8777         * arm.md (compare_scc): Use shorter sequence for EQ case.
8778         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8779         (and_scc_scc): Ensure split only applies when there is a dominance
8780         of the comparisons.
8781         (and_scc_scc_nodom): New insn-and-split pattern.
8782
8783 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8784
8785         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8786         to _Unwind_SetGRPtr().
8787
8788 2003-05-13  Michael Eager <eager@mvista.com>
8789
8790         * Makefile.in: Initialize program_transform_cross_name from
8791         @program_transform_name@ instead of target_alias.
8792
8793 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
8794             Alan Modra  <amodra@bigpond.net.au>
8795             Jakub Jelinek  <jakub@redhat.com>
8796
8797         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8798         * configure: Rebuild.
8799         * config/rs6000/rs6000-protos.h: Update.
8800         * config/rs6000/rs6000.c (rs6000_tls_size): New.
8801         (rs6000_tls_size_string): New.
8802         (rs6000_parse_tls_size_option): New.
8803         (rs6000_legitimize_tls_address): New.
8804         (rs6000_tls_get_addr): New.
8805         (rs6000_got_sym): New.
8806         (rs6000_tls_symbol_ref): New.
8807         (rs6000_tls_symbol_ref_1): New.
8808         (rs6000_get_some_local_dynamic_name): New.
8809         (rs6000_get_some_local_dynamic_name_1): New.
8810         (TARGET_HAVE_TLS): New.
8811         (TARGET_CANNOT_FORCE_CONST_MEM): New.
8812         (rs6000_override_options): Handle -mtls-size option.
8813         (constant_pool_expr_1): Handle TLS symbols.
8814         (rs6000_legitimize_address): Handle TLS symbols.
8815         (rs6000_tls_referenced_p): New.
8816         (rs6000_legitimate_address): Handle TLS symbols.
8817         (rs6000_emit_move): Handle TLS symbols.
8818         (print_operand): Handle TLS symbols.
8819         (uses_TOC): Handle TLS symbols.
8820         (rs6000_emit_prologue): Use symbol for unspec constant.
8821         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8822         (some_ld_name): New.
8823         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8824         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8825         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8826         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8827         Support TLS.
8828         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8829         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8830         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8831         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8832         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8833         tls_tls_64): New.
8834         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8835
8836 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
8837
8838         * Makefile.in (stage2_build, stage3_build, stage4_build):
8839         Set BUILD_CC to the same as CC.
8840
8841 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
8842
8843         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8844
8845 2003-05-12  Andreas Schwab  <schwab@suse.de>
8846
8847         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8848         as unused.
8849         (bundling): Initialize 'pos'.
8850         (ia64_expand_builtin): Initialize 'rmode'.
8851
8852 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
8853
8854         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8855         (ASM_OUTPUT_ALIGNED_COMMON): Same.
8856         (ASM_OUTPUT_LOCAL): Same.
8857
8858 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
8859
8860         * varasm.c (output_constant):  Fix underflow.
8861
8862 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
8863
8864         PR other/10745
8865         * configure.in: Correct detection of GNU ld version number.
8866         * configure: Regenerated.
8867
8868 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
8869
8870         * diagnostic.c (diagnostic_for_decl): Take a
8871         diagnostic_context argument.  Restructure to be consistent
8872         with diagnostic_report_diagnostic.
8873         (diagnostic_count_diagnostic): Now static.  Take a
8874         diagnostic_info argument, not just a diagnostic_t.  Some code
8875         moved here from internal_error.  Move a case label for
8876         clarity.
8877         (diagnostic_action_after_output): New function.  Code moved
8878         here from internal_error and fatal_error.
8879         (bug_report_request): New #define so that this text appears in
8880         only one place.
8881         (diagnostic_report_diagnostic): Update to match changes to
8882         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
8883         (diagnostic_set_info): Call gettext here.
8884
8885         (pedwarn): Update comment.  Don't call gettext here.
8886         (sorry): Use report_diagnostic.  Don't call gettext here.
8887         (fatal_error): Remove final fnotice and exit, but call
8888         real_abort to prevent warnings about noreturn function returning.
8889         (internal_error): Likewise.  Don't do ICE suppression here nor
8890         call context->internal_error.
8891         (warning_with_decl): Suppress for decls in system headers.
8892         Adjust call to diagnostic_for_decl.
8893         (pedwarn_with_decl): Likewise.
8894         (error_with_decl): Adjust call to diagnostic_for_decl.
8895         (error_recursion): Use bug_report_request.
8896
8897         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8898         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8899         diagnostic_count_diagnostic.
8900
8901 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8902
8903         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8904
8905 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
8906
8907         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8908         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8909         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
8910
8911 2003-05-12  Roger Sayle  <roger@eyesopen.com>
8912
8913         * doc/rtl.texi: Document zero_extract as a valid destination
8914         of a set insn.
8915
8916 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
8917
8918         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8919         '.'.  Change all local symbol definitions and references to use LSYM.
8920
8921 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
8922
8923         * expr.h (assemble_static_space): Update prototype.
8924         * output.h (assemble_zeros, output_constant): Likewise.
8925         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8926         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8927         it 64bit clean.
8928         * elf.h (ASM_OTUPUT_SKIP): Likewise.
8929         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8930         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8931         Expect HOST_WIDE_INT operand.
8932         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8933         Expect HOST_WIDE_INT operand.
8934         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8935         Expect HOST_WIDE_INT operand.
8936         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8937         HOST_WIDE_INT operand.
8938         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8939         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8940         * aout.h (ASM_OTUPUT_SKIP): Likewise.
8941         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8942         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8943         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8944         * frv.h (ASM_OTUPUT_SKIP): Likewise.
8945         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8946         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8947         Make it 64bit
8948         clean.
8949         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8950         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8951         Make it 64bit clean.
8952         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8953         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8954         HOST_WIDE_INT operand
8955         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8956         Expect HOST_WIDE_INT operand
8957         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8958         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8959         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8960         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8961         Likewise.
8962         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8963         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8964         Likewise.
8965         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8966         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8967         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8968         ASM_OUTPUT_SKIP): Likewise.
8969         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8970         Likewise.
8971         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8972         ASM_OUTPUT_SKIP): Likewise.
8973         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8974         ASM_OUTPUT_SKIP): Likewise.
8975         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8976         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8977         ASM_OUTPUT_SKIP): Likewise.
8978         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8979         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8980         ASM_OUTPUT_SKIP): Likewise.
8981         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8982         Likewise.
8983         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8984         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8985         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8986         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8987         ASM_OUTPUT_SKIP): Make it 64bit clean.
8988         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8989         Make it 64bit clean.
8990         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8991         ASM_OUTPUT_SKIP): Make it 64bit clean.
8992         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8993         64bit clean.
8994         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8995         HOST_WIDE_INT argument
8996         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8997         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8998         HOST_WIDE_INT argument
8999         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9000         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
9001         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9002         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9003         HOST_WIDE_INT argument
9004         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9005         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9006         * varasm.c (asm_output_bss, asm_output_aligned_bss,
9007         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
9008         HOST_WIDE_INT argument
9009
9010 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
9011
9012         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
9013         favor of walk_tree_without_duplicates.  Add comments.
9014
9015 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
9016
9017         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
9018         (struct alloc_pool_def): New element 'id'.
9019         * alloc-pool.c (fancy_abort): Extern function prototype.
9020         (abort): Macro which uses fancy_abort.
9021         (struct allocation_object_def): New structure.
9022         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
9023         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
9024         (last_id): New variable.
9025         (create_alloc_pool): Add the offset of u.data to size of element,
9026         increase and use last_id.
9027         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
9028         (pool_alloc): Likewise. Set ID for elements.
9029         (pool_free): Check whether the PTR was allocated from POOL.
9030
9031 2003-05-11  Richard Henderson  <rth@redhat.com>
9032
9033         PR c/10675
9034         * c-decl.c: Include hashtab.h.
9035         (detect_field_duplicates): New.
9036         (finish_struct): Use it.
9037         * Makefile.in (c-decl.o): Update.
9038         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
9039         (component_decl_list, component_decl_list2,
9040         components, components_notype): Build list in reverse order.
9041         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
9042
9043         * tree.c (chainon): Special case op2 null as well.
9044         Reorg for clarity.
9045
9046 2003-05-11  Roger Sayle  <roger@eyesopen.com>
9047
9048         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
9049         to implement log, logf and logl built-ins as inline x87 intrinsics.
9050         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
9051         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
9052         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
9053
9054         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
9055         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
9056
9057 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9058
9059         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
9060
9061         * sparc.c (print_operand): Fix uninitialized warning.
9062
9063 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9064
9065         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
9066         real insns.
9067         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
9068         condition.
9069
9070 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
9071
9072         * doc/cpp.texi: Fix typos.
9073
9074 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
9075
9076         * config/s390/s390.c (s390_function_arg_float): New function.
9077         (s390_function_arg_pass_by_reference): Use it.
9078         (s390_function_arg_advance): Likewise.
9079         (s390_function_arg): Likewise.
9080         (s390_va_arg): Likewise
9081
9082 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
9083
9084         * coverage.h (coverage_counter_alloc): New function.
9085         * function.h (struct function): Remove arc_profile flag.
9086         * coverage.c (fn_ident): Remove.
9087         (fn_b_ctrs, no_coverage): New.
9088         (get_coverage_counts): Use current_function_funcdef_no.
9089         (coverage_counter_alloc): New.
9090         (coverage_counter_ref): Adjust.
9091         (coverage_begin_output): Check no_coverage. Use
9092         current_function_funcdef_no.
9093         (coverage_end_function): Likewise.
9094         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
9095         than clearing flag_inline_functions. Do not clear arc_profile
9096         flag.
9097         * function.c (prepare_function_start): Do not set arc_profile
9098         flag.
9099         * profile.c (instrument_edges): Return number of instrumented
9100         edges. Use a for loop.
9101         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
9102         local to here and simplify. Use profile_arc_flag not arc_profile
9103         flag.
9104         (find_spanning_tree): Reformat.
9105         * toplev.c (rest_of_compilation): Use profile_arc_flags and
9106         flag_test_coverage rather than arc_profile flag.
9107
9108 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
9109
9110         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
9111
9112 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9113
9114         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
9115
9116 2003-05-11  Bruno Haible  <bruno@clisp.org>
9117
9118         * cppfiles.c (find_or_create_entry): Preserve errno.
9119
9120 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
9121
9122         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
9123         cpplib as it's a Standard Predefined Macro.
9124         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
9125         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
9126         __STDC_HOSTED__ appropriately.
9127         * cpplib.h (_cpp_init_builtins): Update.
9128         * fix-header.c (read_scan_file): Update.
9129         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
9130
9131 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9132
9133         PR C++/689
9134         PR C++/9257
9135         * c-opts.c (c_common_decode_option): Don't set
9136         warn_ctor_dtor_privacy wen -Wall.
9137         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
9138
9139 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
9140
9141         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
9142         patch.
9143
9144 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
9145
9146         * diagnostic.c: Reorder functions for clarity, putting all the
9147         functions in the "error" family next to each other, and
9148         likewise all the functions in the "error_with_decl" family.
9149         Some other routines were moved too.  Add comments.
9150         (vbuild_message_string): Fold into sole caller.
9151
9152
9153 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
9154
9155         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
9156         (EH_RETURN_HANDLER_RTX): Likewise.
9157         (expand_builtin_eh_return): Do not copy stack adjustment
9158         if EH_RETURN_STACKADJ_RTX is not defined.
9159         (expand_eh_return): Likewise.  Also, do not pass stack
9160         adjustment as argument to the eh_return pattern.
9161         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
9162         because EH_RETURN_STACKADJ_RTX is not defined.
9163         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
9164         is not defined, treat stack pointer like a regular register.
9165         (uw_init_context_1): Set up fake initial stack pointer register.
9166         (uw_install_context_1): Do not compute stack adjustment if
9167         EH_RETURN_STACKADJ_RTX is not defined.
9168
9169         * config/i386/i386.md ("eh_return"): Remove first argument.
9170         * config/mips/mips.md ("eh_return"): Likewise.
9171         * config/rs6000/rs6000.md ("eh_return"): Likewise.
9172         * config/sh/sh.md ("eh_return"): Likewise.
9173
9174         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
9175
9176 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
9177
9178         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9179
9180 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
9181
9182         * defaults.h (GCOV_TYPE_SIZE): Remove.
9183         * gcov-io.h (gcov_type): Set to specific mode int on target.
9184         (gcov_unsigned_t, gcov_position_t): New.
9185         (GCOV_TYPE_NODE): New.
9186         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9187         (GCOV_COUNTERS_SUMMABLE): New.
9188         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9189         gcov_ctr_info, gcov_info): Adjust types.
9190         (gcov_var): Adjust types.
9191         (gcov_write_unsigned, gcov_write_tag,
9192         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9193         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9194         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9195         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9196         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9197         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9198         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9199         __gcov_init, __gcov_merge_add): Adjust gcov types.
9200         * coverage.c (ctr_merge_functions): Constify.
9201         (ctr_names): New.
9202         (read_counts_file): Adjust gcov types. Only summarize & merge
9203         summable counters.
9204         (coverage_counter_ref): Use GCOV_TYPE_NODE.
9205         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9206         build_ctr_info_value, build_gcov_info): Adjust types.
9207         * profile.c (branch_prob): Adjust gcov types.
9208         * gcov_dump (dump_file): Adjust gcov types.
9209
9210 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
9211
9212         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9213         constants.
9214         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9215         * arm.c (arm_select_dominance_cc_mode): Renamed from
9216         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
9217         Callers updated.
9218         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9219
9220 2003-05-09  Roger Sayle  <roger@eyesopen.com>
9221
9222         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9223         as unsigned to avoid signed/unsigned comparison warnings.
9224
9225 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9226
9227         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9228         instruction if the Xtensa density option is enabled.
9229
9230 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
9231
9232        * mklibgcc.in: Remove extra quotes.
9233
9234 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
9235
9236         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9237         of int_ftype_void.
9238
9239 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
9240
9241         * reload1.c (reload_cse_move2add): Don't turn an implicit
9242         truncation into a self-set in the narrow mode.
9243
9244 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
9245
9246         * arm.md (clzsi2): The CLZ instruction is predicable.
9247
9248 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9249
9250         * config/xtensa/xtensa.c: Formatting.
9251
9252 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9253
9254         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9255         instead of TREE_OPERAND to access the operand of a
9256         CONSTRUCTOR node.
9257
9258 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9259
9260         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9261         one operand.
9262
9263 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9264
9265         * toplev.h (warning_with_file_and_line): Don't declare.
9266         (error_with_file_and_line): Likewise.
9267         * diagnostic.c (error_with_file_and_line): Remove.
9268         (warning_with_file_and_line): Likewise.
9269
9270 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9271
9272         * c-parse.in (if_stmt_locus): New object.
9273         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
9274         (select_or_iter_stmt rule): Likewise.
9275         (if_stmt_file): Remove.
9276         (if_stmt_line): Likewise.
9277         * jump.c: include "diagnostic.h"
9278         (never_reached_warning): Don't use warning_with_file_and_line.
9279         * Makefile.in (jump.o): Add dependce on diagnostic.h
9280
9281 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
9282
9283         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
9284         Move code handling pieces not larger than a word to..
9285         * function.c (assign_parms): ..here, but use change_address instead
9286         of adjust_address and operand_subword, and expand_binop instead of
9287         expand_shift.  Adjust calls to move_block_from_reg.
9288         * expr.h (move_block_from_reg): Update declaration.
9289         (copy_blkmode_from_reg): Formatting.
9290         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9291         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9292         move_block_from_reg calls.
9293         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9294         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9295         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9296         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9297         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9298         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9299         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9300         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9301         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9302
9303 2003-05-08  DJ Delorie  <dj@redhat.com>
9304
9305         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9306         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9307         variable-sized types).
9308         (xstormy16_function_arg): New.  Pass them that way too.
9309         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9310         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9311
9312 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
9313
9314         * mklibgcc.in: Use mkinstalldirs when installing multilib
9315         directories.
9316
9317 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
9318
9319         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9320         instead of CODE_FOR_jump
9321
9322 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
9323
9324         * objc/objc-act.c (error_with_ivar): Don't use
9325         error_with_file_and_line.
9326         (warn_with_method): Don't use warning_with_file_and_line.
9327
9328 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9329
9330         * stmt.c (emit_locus): New macro.
9331         (emit_filename): Remove.
9332         (emit_lineno): Likewise.
9333         (struct stmt_status): Replace members x_emit_filename and
9334         x_emit_lineno with x_emit_locus.
9335         (set_file_and_line_for_stmt): Adjust.
9336         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9337         (warn_if_unused_value): Likewise.
9338         (check_seenlabel): Likewise.
9339
9340 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9341
9342         * c-decl.c (define_label): Tidy.  Don't use any of
9343         error_with_file_and_line or warning_with_file_and_file.
9344         (pending_xref_error): Likewise.
9345         (store_parm_decls): Likewise.
9346         (current_function_prototype_locus): New object.  Package from
9347         current_function_prototype_file and current_function_prototype_line.
9348         (start_function): Use it.
9349         (current_function_prototype_file): Remove.
9350         (current_function_prototype_line): Remove;
9351
9352 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9353
9354         * builtins.c (readonly_data_expr): New function.
9355         (expand_builtin_memmove): Optimize any rodata source, not just
9356         strings.
9357
9358 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9359
9360         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9361
9362 2003-05-07  Richard Henderson  <rth@redhat.com>
9363
9364         * config/i386/i386.c (ix86_split_long_move): Fix base register
9365         mode for XFmode splits for TARGET_64BIT.
9366
9367 2003-05-07  Richard Henderson  <rth@redhat.com>
9368
9369         * sched-ebb.c (schedule_ebb): Supply the correct starting
9370         block number to save_line_notes.
9371
9372 2003-05-07  Richard Henderson  <rth@redhat.com>
9373
9374         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9375         (dump_file): Likewise.
9376
9377 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9378
9379         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9380         forget to preserve gp.
9381         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9382
9383         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9384         .prologue directive.
9385         Use .skip instead of data8 for .bss section to make Intel
9386         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
9387         explicit in the .mib bundles and remove the unnecessary stop
9388         bits.  Replace local labels with normal labels, to make ias
9389         happy.  Don't register __do_global_ctors_aux here, do it in
9390         crtend.asm instead.
9391
9392         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9393         __do_global_ctors_aux in .init_array section instead of
9394         declaring it as a hidden global.  Replace local labels with
9395         ordinary labels to make ias happy.
9396
9397 2003-05-07  Richard Henderson  <rth@redhat.com>
9398
9399         PR c++/10570
9400         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9401         * flags.h, toplev.c, doc/invoke.texi: Likewise.
9402
9403         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9404         * unwind.inc (_Unwind_DeleteException): Check for null
9405         exception_cleanup.
9406
9407         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9408         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9409         * unwind.h: Declare them.
9410         * libgcc-std.ver (GCC_3.3): Export them.
9411
9412 2003-05-07  Richard Henderson  <rth@redhat.com>
9413
9414         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9415         not _Unwind_Word.
9416
9417 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
9418
9419         * stmt.c (force_label_rtx): New function, based on logic
9420         formerly found in expand_expr.
9421         * expr.h: Prototype it.
9422         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9423         appropriate.
9424         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9425
9426         * print-tree.c (debug_tree): Free the table after we're done
9427         with it.  Use putc.
9428
9429 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
9430
9431         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9432         Unreverse arguments for __ev_subw.
9433
9434         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9435
9436 2003-05-07  Nick Clifton  <nickc@redhat.com>
9437
9438         * config/stormy16/stormy-abi: Update to include
9439         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9440         R_XSTORMY16_12 relocs.
9441
9442 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
9443
9444         * function.c (assign_parms): Correct reversed reg_parm_stack_space
9445         test.  Add partial in-regs size to stack_args_size.
9446
9447 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9448
9449         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9450         as a C only option.
9451
9452 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9453
9454         * gcov-io.h (GCOV_LOCKED): New #define.
9455         (GCOV_LINKAGE): Make sure it is #defined.
9456         (gcov_write_string, gcov_write_tag, gcov_write_length,
9457         gcov_read_string, gcov_time): Poison in libgcov.
9458         (gcov_seek_end): Remove.
9459         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9460         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9461         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9462         GCOV_TAG_SUMMARY_LENGTH): New #defines.
9463         (gcov_write_tag, gcov_write_length): Not in libgcov.
9464         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9465         (gcov_write_tag, gcov_write_length): Not in libgcov.
9466         (gcov_write_tag_length): New.
9467         (gcov_write_summary): Use gcov_write_tag_length.
9468         * libgcov.c: Always #include gcov-io.h.
9469         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9470         (GCOV_LINKAGE): Define to nothing for L_gcov.
9471         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9472         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9473         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9474         (read_count_file): Likewise.
9475         * gcov-dump.c (dump_file): Likewise.
9476         * coverag.c (read_counts_file): Likewise.
9477
9478 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
9479
9480         PR other/10658
9481         * gcc.c (process_command): Update copyright date.
9482
9483 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
9484
9485         * doc/install.texi (mips-*-*):  Add note about libstdc++.
9486
9487 2003-05-06  DJ Delorie  <dj@redhat.com>
9488
9489         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9490         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9491         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9492
9493 2003-05-06    <neil@cat.daikokuya.co.uk>
9494
9495         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9496         and -Wstrict-prototypes if C++.
9497
9498 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
9499
9500         * config/rs6000/linuxspe.h: New file.
9501
9502         * config.gcc: Add powerpc-*-linux-gnuspe* target.
9503
9504 2003-05-06  Richard Henderson  <rth@redhat.com>
9505
9506         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9507         previous frame didn't save sp.  Clear sp for next frame.
9508         (uw_install_context_1): Honor saved sp from frame.
9509
9510 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9511
9512         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9513         (mips_move_1word, mips_move_2words): Remove declaration.
9514         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9515         (mips_restore_gp): Remove insn argument.
9516         * config/mips/mips.h (FP_REG_RTX_P): New macro.
9517         * config/mips/mips.c (volatile_buffer): Remove.
9518         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9519         (mips_move_1word, mips_move_2words): Remove, replacing with...
9520         (mips_output_move): ...this new function.
9521         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
9522         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
9523         handling of floating-point constants.  Handle zero CONST_DOUBLE
9524         arguments.
9525         (mips_annotate_frame_insn): Replace with...
9526         (mips_set_frame_expr): ...this, which just takes one argument.
9527         (mips_frame_set): Change the register argument to an rtx.
9528         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9529         check whether moves should be split.  Use mips_split_64bit_move
9530         to split them.  Use mips_subword to generate the high and low
9531         parts of a paired FPR.  Adjust calls to frame_set and
9532         mips_set_frame_expr.
9533         (mips_expand_prologue): Simplify due to above changes.
9534         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
9535         targets, replacing xisting register-only versions.
9536         (UNSPEC_STORE_DF_HIGH): New unspec.
9537         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9538         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9539         (*paradoxical_extendhidi2): Remove.
9540         (movdi_internal, movdi_internal2): Use mips_output_move.
9541         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9542         (movsf_internal1, movsf_internal2): Likewise.
9543         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
9544         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
9545         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
9546         Add m <- G alternative.
9547         (load_df_low, load_df_high, store_df_low): New patterns.
9548         (movhi_internal): Use @ template instead of calling a function.
9549         Remove unnecessary 'z' alternatives.
9550         (movqi_internal): Likewise.
9551         (exception_receiver): Update call to mips_restore_gp.
9552
9553 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9554
9555         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9556         (mips_delegitimize_address): Declare.
9557         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9558         (FIND_BASE_TERM): Define.
9559         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9560         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9561         Handle small-data addresses.
9562
9563 2003-05-05  Roger Sayle  <roger@eyesopen.com>
9564
9565         * real.c (real_powi): New function to calculate the value of
9566         a real raised to an integer power, i.e. pow(x,n) for int n.
9567         (real_sqrt): Convert to using the faster do_add, do_multiply
9568         and do_divide API for consistency with the rest of real.c.
9569         * real.h (real_powi): Prototype here.
9570         * builtins.c (fold_builtin):  Avoid local variable mode when
9571         evaluating sqrt at compile time.  Attempt to evaluate pow at
9572         compile-time, by checking for an integral exponent.
9573
9574 2003-05-05  Richard Henderson  <rth@redhat.com>
9575
9576         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9577
9578 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
9579
9580         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9581         other FreeBSD ports.
9582         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9583         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9584
9585 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
9586
9587         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9588         expanded variables.
9589         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9590
9591 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
9592
9593         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9594         * varasm.c (struct varasm_status): Add deferred_constants field.
9595         (n_deferred_strings): Delete variable.
9596         (n_deferred_constants): New #define.
9597         (struct constant_descriptor_tree): Kill next and label fields.
9598         (const_hash_table, MAX_HASH_TABLE): Delete.
9599         (const_desc_htab): New static variable.
9600         (const_hash): Rename const_desc_hash, and make it fit the
9601         hashtab.h interface.
9602         (const_desc_eq): New.
9603         (const_hash_1, compare_constant): Const-ify arguments.
9604         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
9605         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
9606         (output_constant_def): Do the lookup/insert using the
9607         hashtab.h interface.  Don't muck with n_deferred_constants or
9608         DEFERRED_CONSTANT_P here.
9609         Always call maybe_output_constant_def_contents.
9610         (maybe_output_constant_def_contents): Take a pointer to the
9611         descriptor, not the EXP and RTL separately.  Return
9612         immediately if this constant is not deferred.  Defer output of
9613         everything, except writable string constants.  Update
9614         n_deferred_constants here.
9615         (output_constant_def_contents): Now takes just one argument,
9616         an rtx.  Clear DEFERRED_CONSTANT_P here.
9617         (mark_constant_pool): Update for rename of n_deferred_strings.
9618         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
9619
9620         (init_varasm_status): Clear p->deferred_constants.
9621         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
9622
9623 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9624
9625         * builtins.c (expand_builtin_stpcpy): Only expand when the length
9626         of the source string can be evaluated at compile-time.
9627
9628 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9629
9630         * testsuite/gcc.c-torture/compile/simd-6.c: New.
9631
9632         * c-typeck.c (digest_init): Handle arrays of vector constants.
9633
9634 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
9635
9636         * builtins.c (expand_builtin_mempcpy): New function.
9637         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
9638         ignored into strcpy no matter what arguments it has.
9639         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
9640         expand_builtin_mempcpy.
9641
9642 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9643
9644         * testsuite/gcc.dg/20030505.c: New.
9645
9646         * c-typeck.c (convert_for_assignment): Opaque pointers can
9647         interconvert.
9648
9649         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
9650         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
9651         (spe_init_builtins): Rename all pv2si_type_node to
9652         opaque_p_V2SI_type_node.
9653         Remove declaration of pv2si_type_node.
9654         (is_ev64_opaque_type): Accept opaque pointers.
9655
9656 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
9657
9658         * config/rs6000/rs6000.c (validate_condition_mode): Use
9659         flag_finite_math_only.
9660         (rs6000_reverse_condition): Never return UNKNOWN; use
9661         flag_finite_math_only.
9662         (rs6000_generate_compare): Use flag_finite_math_only.
9663         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
9664         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
9665         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
9666
9667         * toplev.c (check_global_declarations): Suppress not-used warning
9668         for volatile variables.
9669
9670 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
9671
9672         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9673         usage of bitfield instructions for mode1 != BLKmode, only ignoring
9674         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9675         (store_field): Likewise.
9676
9677 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9678
9679         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9680         evsubifw to builtins accepting 5-bit unsigned constants.
9681         (easy_vector_constant): Return if V1DImode.  Fix typo.
9682
9683 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9684
9685         * config/rs6000/spe.h: Revert licensing change from last patch.
9686
9687 2003-05-05  DJ Delorie  <dj@redhat.com>
9688
9689         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9690         before reload, but defer the split until after.
9691         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9692         to match.
9693
9694 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
9695
9696         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9697         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9698
9699 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9700
9701         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9702         is defined.
9703
9704 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9705
9706         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9707         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9708         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9709
9710         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9711         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9712         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9713         New.
9714
9715         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9716         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9717
9718         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9719         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9720         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9721         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9722         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9723         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9724         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9725         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9726         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9727         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9728         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9729         BUILT_IN_STRDUP): Add "nonnull" attribute.
9730
9731 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9732
9733         * expr.c (store_field): Don't clobber TEMP in shift: it might be
9734         a variable.
9735         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9736         whose purpose is to step up the alignment.
9737         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9738
9739         * stor-layout.c (compute_record_mode): Relax restriction
9740         on fields crossing word boundaries forcing BLKmode.
9741
9742 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
9743
9744         * cppinit.c (cpp_create_reader, post_options): Warn about
9745         trigraphs unless explicity set or -trigraphs.
9746         * cpplex.c (warn_in_comment): New.
9747         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9748         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9749         * doc/cppopts.texi, doc/cpp.texi: Update.
9750
9751 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9752
9753         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9754         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9755         namespace clash.
9756         (GCOV_MERGE_FUNCTIONS): New.
9757         (gcov_merge_fn): Declare.
9758         (struct gcov_ctr_info): New field "merge".
9759         (__gcov_merge_add): Declare.
9760         * coverage.c (ctr_merge_functions): New.
9761         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9762         of gcov_ctr_info type.
9763         * libgcov.c (__gcov_merge_add): New.
9764         (gcov_exit): Call a hook to merge values of counters.
9765
9766 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
9767
9768         * toplev.h (pedwarn_with_file_and_line): Don't declare.
9769         * diagnostic.c (pedwarn_with_file_and_line): Remove.
9770
9771 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9772
9773         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9774
9775 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9776
9777         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9778         expand_builtin_frame_address): Update prototypes.
9779         (expand_builtin_constant_p, expand_builtin_strlen,
9780         expand_builtin_strcpy, expand_builtin_memset,
9781         expand_builtin_bzero, expand_builtin_args_info,
9782         expand_builtin_frame_address): Pass in just the argument(s)
9783         needed, not the entire expression `exp'.
9784         (expand_builtin): Update all calls to these functions.
9785
9786 2003-05-03  Richard Henderson  <rth@redhat.com>
9787
9788         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9789         <BUILT_IN_DWARF_SP_COLUMN>: New.
9790         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9791         (BUILT_IN_DWARF_SP_COLUMN): New.
9792         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9793         (expand_builtin_dwarf_sp_column): New.
9794         * except.h: Update to match.
9795         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9796         (execute_cfa_program): Record location expression address
9797         before extracting length.
9798         (uw_update_context_1): Install old CFA into stack pointer column.
9799         (uw_init_context_1): Set cfa_reg to stack pointer column.
9800
9801 2003-05-03  Richard Henderson  <rth@redhat.com>
9802
9803         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9804         return bool.
9805         (toc_relative_expr_p): Likewise.
9806         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9807         (legitimate_constant_pool_address_p): Move from rs6000.h, change
9808         into a function, downcase all users.
9809         (legitimate_small_data_p): Likewise.
9810         (legitimate_offset_address_p): Likewise.
9811         (legitimate_indexed_address_p): Likewise.
9812         (legitimate_indirect_address_p): Likewise.
9813         (legitimate_lo_sum_address_p): Likewise.
9814         (rs6000_mode_dependent_address): Likewise.
9815         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9816         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9817         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9818         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9819         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9820         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9821         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9822         * config/rs6000/rs6000-protos.h: Update.
9823
9824 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
9825
9826         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9827         (REVERSE_CONDITION): Define.
9828
9829         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9830         to branch_positive_comparison_operator.
9831         (ccr_bit): Check that sCOND conditions are actually a positive bit.
9832         (print_operand): Remove %D substitution.
9833         (rs6000_emit_sCOND): Generate complement operation to ensure that
9834         sCOND input is a positive bit.
9835         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9836         same order as bCOND, and add the missing ones.  Remove the %D
9837         substitutions from the scc patterns.
9838
9839         * simplify-rtx.c (simplify_relational_operation): Add case for
9840         ! (fabs(x) < 0.0).
9841
9842 2003-05-03  Bruce Korb  <bkorb@gnu.org>
9843
9844         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9845         in fixincl.x
9846         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9847
9848 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
9849
9850         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
9851
9852 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
9853
9854         PR c/10604
9855         * c-common.c (warn_sign_compare): Initialize to -1.
9856         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9857         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9858         for C++ only.
9859         (c_common_post_options): Set warn_sign_compare from extra_warnings
9860         if it's still -1 at this point.
9861
9862         * toplev.c (maybe_warn_unused_parameter): New static variable.
9863         (set_Wextra): New static function.
9864         (W_options): Remove "extra".
9865         (decode_W_option): Call set_Wextra.
9866         (independent_decode_option): Likewise.
9867         (set_Wunused): Cooperate with set_Wextra in setting
9868         warn_unused_parameter.
9869         (rest_of_compilation): No need to check extra_warnings as
9870         well as warn_uninitialized.
9871
9872         * c-typeck.c (build_binary_op, build_conditional_expr):
9873         No need to check extra_warnings as well as warn_sign_compare.
9874         (internal_build_compound_expr): No need to check extra_warnings
9875         as well as warn_unused_value.
9876         * function.c (expand_function_end): No need to check extra_warnings
9877         as well as warn_unused_parameter.
9878         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9879         as well as warn_unused_value.
9880
9881         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9882
9883         * Makefile.in: Disable -Werror for gengtype-lex.o.
9884
9885 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
9886
9887         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9888         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9889         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9890         * calls.c (emit_call_1): Likewise.
9891         (expand_call): For calls initializing constant memory, replace
9892         emission of standalone mem /u clobber with function usage entry.
9893         * expr.c (emit_block_move_via_libcall): Likewise.
9894         * cse.c (count_reg_usage, case EXPR_LIST): New case.
9895         * flow.c (propagate_one_insn): Pass entire operand of
9896         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9897         * integrate.c (try_constants): For CALL_INSNs, substitute constants
9898         within the FUNCTION_USAGE also.
9899         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9900         FUNCTION_USAGE lists.
9901         * reload1.c (replace_pseudos_in): Renamed.
9902         (reload): Use it for clobbers surviving until the end of the reload.
9903
9904 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9905
9906         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9907         gen_lowpart on non-integer modes.
9908
9909         * stor-layout.c (place_field): When adjusting offset_align, use
9910         desired_align, not DECL_ALIGN.
9911
9912 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
9913
9914         * c-decl.c (pending_invalid_xref_file): Remove.
9915         (pending_invalid_xref_line): Remove.
9916         (pending_invalid_xref_location): New.
9917         (lookup_label): Use location_t and input_location directly.
9918         (lookup_tag): Likewise.
9919         (pending_xref_error): Likewise.
9920         (c_expand_body_1): Likewise.
9921         * c-common.c (x_expand_start_cond): Likewise.
9922         * c-semantics.c (genrtl_for_stmt): Likewise.
9923         (find_reachable_label): Likewise.
9924         * expr.c (expand_expr): Likewise.
9925         * integrate.c (output_inline_function): Likewise.
9926         * tree-inline.c (find_alloca_call): Likewise.
9927         (find_builtin_longjmp_call): Likewise.
9928         * gcc.c (input_filename): Make static.
9929
9930 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
9931
9932         * config/mips/mips.md: Fix comment typo.
9933
9934         * config/mips/mips.c (mips_integer_op): New structure.
9935         (MIPS_MAX_INTEGER_OPS): Define.
9936         (mips_const_insns): Use mips_build_integer to determine the number
9937         of instructions needed to load a CONST_INT.
9938         (move_operand): Reject compound CONST_INTs.
9939         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9940         (mips_move_integer): New fn.
9941         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9942         (mips_legitimize_move): Only legitimize constants when moving
9943         word or subword values.
9944
9945 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
9946
9947         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9948
9949 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9950
9951         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9952         modifying it.
9953
9954 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9955             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9956
9957         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9958         Hernandez, and Kazu Hirata.  Update Richard Henderson.
9959
9960 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
9961
9962         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9963         to tentative declaration.
9964
9965         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9966         (SYMBOL_FLAG_SMALL_V4): Delete.
9967         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9968         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9969         (rs6000_elf_in_small_data_p): Add extra section names.  Add
9970         comment about TREE_PUBLIC test.
9971
9972         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9973         expand_stmt on result of expand_unreachable_stmt.
9974
9975 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9976
9977         * doc/contrib.texi (Contributors): Add Daniel Berlin.
9978
9979 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
9980
9981         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9982         number of automata.
9983
9984         * config/rs6000/rs6000.c (symbol_ref_operand): Check
9985         SYMBOL_REF_FUNCTION_P on AIX.
9986         (current_file_function_operand): Same.
9987         * config/rs6000/rs6000.md (call,call_value): Force non-function
9988         symbol_ref into register on AIX.
9989
9990 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9991
9992         * calls.c (struct arg_data): Move offset, slot_offset, size and
9993         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9994         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9995         Delete alignment_pad var.  Don't calculate slot_offset here.
9996         (emit_library_call_value_1): Delete alignment_pad, offset and size
9997         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9998         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9999         partial in-regs here.  Formatting fixes.
10000         * expr.h (struct locate_and_pad_arg_data): New struct.
10001         (locate_and_pad_parm): Adjust declaration.
10002         * function.c (assign_parms): Localize vars.  Use "locate" instead of
10003         other arg location vars.  Don't invoke FUNCTION_ARG or
10004         FUNCTION_INCOMING_ARG unless pretend_named is different from
10005         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
10006         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
10007         Use slot_offset for stack home of reg parms.  Correct test for
10008         parm passed in memory.  Formatting fixes.
10009         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
10010         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
10011         Correct initial_offset_ptr handling.  Localize vars.  Always pad
10012         locate->offset even when in_regs.
10013
10014 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
10015
10016         * Makefile.in (TREE_H): Replace location.h with input.h.
10017         (GTFILES) Remove location.h
10018         (gt-lists.h): Replace gt-location.h with gt-input.h
10019         * input.h (input_filename, input_line): Remove variables.
10020         (location_s, location_t): Move from location.h.
10021         (input_location): New.
10022         (input_filename, input_line): New #defines.
10023         * location.h: Remove.
10024         * tree.h: Replace location.h with input.h.
10025         (input_filename, input_line): Remove.
10026         * diagnostic.h: Replace location.h with input.h.
10027         * gcc.h (input_filename, input_filename_length): Remove declarations.
10028         * toplev.c (input_filename, input_line): Remove.
10029         (input_location): Define.
10030         (push_srcloc, pop_srcloc): Adjust.
10031         * diagnostic.c (diagnostic_report_current_module): Adjust.
10032
10033 2003-05-02  Nick Clifton  <nickc@redhat.com>
10034
10035         * configure.in: Add xstormy16 to list of targets that has a nop
10036         instruction and hence which can be tested to see if the
10037         assembler supports the --gdwarf2 switch.
10038         * configure: Regenerate.
10039
10040 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
10041
10042         PR target/8257
10043         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
10044         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
10045         Avoid undefined shifts by making the shift operand unsigned.
10046
10047 2003-05-01  DJ Delorie  <dj@redhat.com>
10048
10049         * reload.c (find_reloads): Also check that all of a multi-reg
10050         value is in the class.
10051
10052 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10053
10054         * scan.h (lineno): Revert the rename here.
10055
10056 2003-05-01  Stan Shebs  <shebs@apple.com>
10057
10058         * config/darwin.c (darwin_encode_section_info): Call
10059         default_encode_section_info.
10060
10061 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
10062
10063         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
10064         (movsi_internal1): Use new mfjmpr attribute.
10065         (movhi_internal): Same.
10066         (movqi_internal): Same.
10067         (movcc_internal1): Same.
10068         (movdi_internal64): Same.
10069         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10070         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
10071         * config/rs6000/40x.md: Add fpu_405.
10072         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
10073         into power4misc automata.  Remove extraneous parentheses.
10074         * config/rs6000/440.md: New file.
10075         * config/rs6000/rs6000.c (processor_target_table): Add 440,
10076         440fp.  Rename 405f to 405fp.
10077         (function_arg_padding): Correct formatting.
10078         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
10079
10080 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10081
10082         * input.h (lineno): Rename to ...
10083         (input_line): ... here.
10084         * tree.h (lineno): Rename to ...
10085         (input_line): ... here.
10086         * scan.h (lineno): Rename to ...
10087         (input_line): ... here.
10088         * toplev.c (lineno): Rename to ...
10089         (input_line): ... here.
10090         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
10091         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
10092         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
10093         store_parm_decls, c_expand_body_1): Likewise.
10094         * c-errors.c (pedwarn_c99): Likewise.
10095         * c-format.c (status_warning): Likewise.
10096         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
10097         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
10098         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
10099         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
10100         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
10101         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
10102         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
10103         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
10104         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
10105         * coverage.c (create_coverage): Likewise.
10106         * diagnostic.c (pedwarn, sorry, error, fatal_error,
10107         internal_error, warning, diagnostic_report_current_module,
10108         inform): Likewise.
10109         * expr.c (expand_expr): Likewise.
10110         * integrate.c (expand_inline_function,
10111         output_inline_function): Likewise.
10112         * rtl-error.c (file_and_line_for_asm): Likewise.
10113         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
10114         walk_tree): Likewise.
10115         * tree.c (make_node): Likewise.
10116         * ada, cp, f, java, objc, treelang: Likewise.
10117         * objc/objc-act.c (objc_init): Rename lineno to input_line.
10118         (build_module_descriptor, build_selector_translation_table,
10119         build_protocol_template, build_method_prototype_list_template,
10120         build_category_template, build_selector_table,
10121         build_class_template, build_super_template, build_ivar_template,
10122         build_ivar_list_template, build_method_list_template,
10123         build_method_template, add_instance_variable): Likewise.
10124
10125         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
10126         name from input_filename.
10127
10128 2003-04-30  Eric Christopher  <echristo@redhat.com>
10129             Richard Sandiford <rsandifo@redhat.com>
10130
10131         * configure: Regenerate from patches below.
10132         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
10133         for all symbolic operands.
10134         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
10135         to function.
10136         * config/mips/linux.h: Fix typo.
10137         * Merge from mips-3_4-rewrite branch:
10138
10139         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
10140
10141                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
10142                 handling local labels when TARGET_ABICALLS.
10143
10144         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
10145
10146                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
10147                 integer argument.
10148                 (mips_expand_call): Likewise.
10149                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
10150                 (FIXED_REGISTERS): Clear $31 entry.
10151                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
10152                 (EPILOGUE_USES): Define.
10153                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
10154                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
10155                 (override_options): Add a 'j' register class.
10156                 (mips_expand_call): Handle sibcalls
10157                 (mips_expand_epilogue): Handle epilogues for sibcalls.
10158                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
10159                 (sibcall_epilogue): New pattern.
10160                 (call, call_value): Adjust calls to mips_expand_call.
10161                 (sibcall, sibcall_value): New expanders.
10162                 (sibcall_internal, sibcall_value_internal): New patterns.
10163                 (sibcall_value_multiple_internal): New pattern.
10164
10165         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
10166
10167                 * config/mips/mips.md (extended_mips16): New attribute.
10168                 (define_attr length): Default to 8 if extended_mips16 == yes.
10169                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
10170                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
10171                 (call_internal): Set extended_mips16 to yes for direct jumps.
10172                 Remove redundant mode attribute.
10173                 (call_value_internal, call_value_multiple_internal): Likewise.
10174                 (call_split): Remove redundant mode attribute.
10175                 (call_value_split, call_value_multiple_split): Likewise.
10176
10177                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
10178                 of unaligned offsets.
10179
10180                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10181                 of SYMBOL_GENERAL.
10182
10183         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10184
10185                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10186                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10187                 for mips16 code.
10188
10189         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10190
10191                 * config/mips/mips.h (ADDRESS_COST): Define.
10192
10193         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
10194
10195                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10196                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
10197                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10198
10199         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
10200
10201                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
10202                 of a two-instruction sequence.  Add register->memory alternative.
10203                 (truncdihi2, truncdiqi2): Likewise.
10204                 Rework shift/truncate instructions so that they only handle right
10205                 shifts of 32 (or more, in the case of arithmetic shifts).
10206                 Add patterns for truncate/sign-extend.
10207
10208         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10209
10210                 * configure.in (mips*-*-*): Check for explicit relocation support.
10211                 * configure: Regenerate.
10212
10213         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10214
10215                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10216                 and -mno-explicit-relocs.
10217                 (MASK_EXPLICIT_RELOCS): Define.
10218                 (TARGET_EXPLICIT_RELOCS): Use it.
10219                 (mips_split_addresses): Remove declaration.
10220                 * config/mips/mips.c (override_options): Update comment for
10221                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10222
10223         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10224
10225                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10226                 a CONST as identity.  Check the return value of gen_lowpart_common.
10227
10228         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10229
10230                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10231                 references for TARGET_EXPLICIT_RELOCS.
10232                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10233                 !TARGET_MIPS16.
10234
10235         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10236
10237                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10238                 (addsi3): Remove redundant constraints.
10239                 (addsi3_internal): Use separate register & constant alternatives.
10240                 Use a 'Q' constraint and "addiu" insn for the latter.
10241                 (adddi3_internal_3, addsi3_internal_2): Likewise.
10242
10243         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10244
10245                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10246                 (mips_expand_unaligned_store): Declare.
10247                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10248                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10249                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10250                 (UNSPEC_ULD, UNSPEC_USD): Remove.
10251                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10252                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10253                 (extv, extzv): Use mips_expand_unaligned_load.
10254                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
10255                 predicate for operand 3.
10256                 (movsi_ulw, movsi_usw): Replace with...
10257                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10258                 (movdi_uld, movdi_usd): Likewise replace with...
10259                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10260
10261         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
10262
10263                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10264                 * config/mips/mips.h (LEA_REGS): New register class.
10265                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10266                 (GR_REG_CLASS_P): Include LEA_REGS.
10267                 (DANGEROUS_FOR_LA25_P): New macro.
10268                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10269                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10270                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10271                 entries to LEA_REGS.
10272                 (mips_global_pic_constant_p): New function.
10273                 (override_options): Add 'e' register constraint.
10274                 (mips_secondary_reload_class): Return LEA_REGS when reloading
10275                 a dangerous constant into a class containing $25.
10276                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10277                 (movsi_internal): Likewise.
10278
10279         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10280
10281                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10282                 * config/mips/mips.md (call_split): New insn.
10283                 (call_value_split, call_value_multiple_split): New insns.
10284                 (call_internal): Turn into a define_insn_and_split.  Split the
10285                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10286                 (call_value_internal, call_value_multiple_internal): Likewise.
10287
10288         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10289
10290                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10291                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10292                 (mips_encode_section_info): Don't take symbol visibility into
10293                 account if TARGET_ABICALLS.  Add more commentary.
10294                 * config/mips/mips.md: Add commentary above reloc constants.
10295
10296         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
10297
10298                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10299                 from mips_legitimize_move.  Legitimize constant pool references.
10300                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
10301                 a REG_EQUAL note to the last instruction.
10302
10303         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
10304
10305                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10306                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10307                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10308                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10309                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10310                 (UNSPEC_RELOC_GPREL16): Rename to...
10311                 (RELOC_GPREL16): ...this.
10312                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10313                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10314                 (macro_calls): New attribute.
10315                 (length): Use it to set the default length of calls.  Don't allow
10316                 calls to have delay slots if macro_calls is "yes".
10317                 (luisi, luidi): New patterns.
10318                 (lowsi, lowdi): Use '%R' to print the relocation.
10319                 (lowdi_extend): Remove.
10320                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
10321                 (call_internal): Merge alternatives.  Always use "jal".
10322                 (call_value_internal, call_value_multiple_internal): Likewise.
10323                 (reloc_gprel16): Remove.
10324                 * config/mips/mips.c (mips_got_alias_set): New variable.
10325                 (mips_classify_constant): Handle the new relocation constants.
10326                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10327                 (mips_symbolic_address_p): Return false if generating explicit relocs.
10328                 Otherwise allow local PIC symbols to have an offset.
10329                 (mips_splittable_symbol_p): New function.
10330                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10331                 (mips_const_insns): Always accept HIGH.
10332                 (call_insn_operand): Don't accept global symbols if using explicit
10333                 relocs.
10334                 (move_operand): Don't accept HIGH when generating PIC.
10335                 (mips_reloc, mips_lui_reloc): New functions.
10336                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
10337                 be a valid right-hand-side for a SET pattern.
10338                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10339                 (mips_emit_high): New function.
10340                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10341                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
10342                 address should be used.  Use mips_emit_high to generate the
10343                 high part of such an address.  Adjust the global symbol + offset
10344                 case to match the change to mips_force_temprorary.
10345                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10346                 If generating explicit-reloc PIC, load the address of global
10347                 symbols from the GOT.  Use mips_emit_high to emit the high part
10348                 of an address.
10349                 (mips_simplify_dwarf_addr): New function.
10350                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10351                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10352                 (mips_expand_call): Load the addresses of global functions using
10353                 %call* relocs if generating explicit-reloc PIC.  Don't generate
10354                 an exception_receiver pattern.
10355                 (override_options): Initialize mips_got_alias_set.
10356                 (print_relocation): Remove in favor of...
10357                 (mips_reloc_string): ...this new function.
10358                 (print_operand): Handle '%R'.  Use mips_reloc_string.
10359                 (print_operand_address): Use print_operand to print the symbolic
10360                 part of a LO_SUM address.
10361                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10362                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
10363                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10364                 for local symbols.
10365
10366         2003-02-02  Eric Christopher  <echristo@redhat.com>
10367
10368                 * config/mips/mips.c (mips_sign_extend): Remove.
10369                 * config/mips/mips-protos.h: Ditto.
10370                 * config/mips/mips.md (movdi_internal2_extend): Remove.
10371                 (extendsidi2): Fix mode of convert_memory_address.
10372
10373         2003-01-24  Eric Christopher  <echristo@redhat.com>
10374
10375                 * config/mips/mips.md: Rewrite zero_extend* and extend*
10376                 patterns. Use explicit instructions and split after reload
10377                 for register extensions.
10378                 (ashlsi3_internal1_extend): New combiner pattern for
10379                 shift and extend combinations.
10380                 * config/mips/mips.h: Change Pmode back to ptr_mode
10381                 for performance enhancement.
10382                 * combine.c (expand_compound_operation): Make sure
10383                 that zero_extend operation is profitable.
10384
10385         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
10386
10387                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10388                 addresses depend on ptr_mode rather than Pmode.
10389                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10390                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10391                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10392                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10393                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
10394                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10395                 (tablejump_internal1): Remove condition.
10396                 (tablejump_internal2): Change condition to TARGET_64BIT.
10397                 (cpaddsi): Rename to...
10398                 (cpadd): ...this.
10399                 (cpadddi): Remove.
10400
10401         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10402
10403                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10404                 mips_address_cost, mips_check_split, double_memory_operand,
10405                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10406                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10407                 (mips_legitimate_address_p): Return bool.
10408                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10409                 mips_legitimize_address, mips_legitimize_move,
10410                 mips_expand_call): Declare.
10411                 (mips_return_addr): Move outside #ifdef RTX_CODE.
10412
10413                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10414                 (PIC_FN_ADDR_REG): New reg_class.
10415                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10416                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10417                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10418                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10419                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10420                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10421                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10422                 (LEGITIMATE_PIC_OPERAND): Undefine.
10423                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10424                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10425                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10426                 (FUNCTION_MODE): Change to SImode.
10427                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10428                 most constants.  Treat const_artih_operands specially if they
10429                 occur in a PLUS or MINUS.
10430                 (CONSTANT_POOL_COST): New macro.
10431                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10432                 Add LO_SUM handling.
10433                 (ADDRESS_COST): Undefine.
10434                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10435                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
10436                 to call_insn_operand and remove CONST_INT.
10437
10438                 * config/mips/mips.c: Include integrate.h.
10439                 (SINGLE_WORD_MODE_P): New macro.
10440                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10441                 (mips_constant_info, mips_address_info): New structs.
10442                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10443                 (mips_classify_constant, mips_classify_symbol,
10444                 mips_valid_base_register_p, mips_symbolic_address_p,
10445                 mips_classify_address, mips_symbol_insns,
10446                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10447                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10448                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10449                 mips_print_relocation): New functions.
10450                 (const_arith_operand): New operand predicate.
10451                 (arith_operand): Use it.
10452                 (mips_const_double_ok, mips16_simple_memory_operand,
10453                 simple_memory_operand, double_memory_operand, mips_check_split,
10454                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10455                 mips16_gp_offset_p, mips16_output_gp_offset,
10456                 mips16_constant_after_function_p, mips16_constant): Remove.
10457                 (call_insn_operand): Be more fussy about symbolic constants.
10458                 Use register_operand.
10459                 (move_operand): Use mips_symbolic_address_p to check symbolic
10460                 operands and general_operand to check the rest.
10461                 (symbolic_operand): Use mips_classify_constant.
10462                 (mips_legitimate_address_p): Use mips_classify_address.
10463                 (mips_move_1word): Combine handling of symbolic addresses.
10464                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10465                 (move_move_2words): Likewise.  Assume addresses are offsettable
10466                 if they need to refer to more than one word.  Add HIGH handling.
10467                 (mips_restore_gp): Use ptr_mode for the GP save slot.
10468                 (mips_expand_call): New function, combining the old mips.md
10469                 call and call_internal define_expands.  If the address isn't
10470                 a call_insn_operand, force it into a register.  For SVR4 PIC,
10471                 emit an exception_receiver instruction after the call.
10472                 (override_options): Only override flag_pic for TARGET_ABICALLS
10473                 if it is currently zero.  Allow mips_split_addresses when
10474                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10475                 Add new register class letter, 'c'.
10476                 (print_operand): Use mips_classify_constant for constant operands.
10477                 (print_operand_address): Use mips_classify_address.
10478                 (mips_output_function_prologue): Don't use .cprestore.
10479                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10480                 via the frame pointer if current_function_calls_eh_return.
10481                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10482                 to mark whether a symbol is local or global.
10483                 (build_mips16_call_stub): Expect the address of the function rather
10484                 than a MEM reference to it.  Update call generation sequences.
10485                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
10486                 small-data adjustments.
10487
10488                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
10489                 length for loads and stores.
10490                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10491                 (define_attr type): Add const and prefetch.
10492                 (define_attr length): Use mips_const_insns for const instructions.
10493                 Use mips_fetch_insns for load and store instructions.
10494                 (define_attr single_insn): New.
10495                 (define_attr can_delay): Use it.
10496                 (define_attr abicalls): Remove.
10497                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
10498                 (addsi3_internal_2): Add 'Q' constraint.
10499                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10500                 (high): Remove.
10501                 (lowsi): Renamed from low.
10502                 (lowdi): New pattern.
10503                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
10504                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10505                 (loadgp): Change operand 0 to an immediate_operand.
10506                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10507                 beforehand.
10508                 (cpaddsi, cpadddi): New patterns.
10509                 (tablejump_internal3, tablejump_internal4): Remove define_expands
10510                 and associated define_splits.
10511                 (call, call_value): Use mips_expand_call.
10512                 (call_internal): New, replacing all existing call_internal* insns.
10513                 (call_value_internal): Likewise call_value_internal*.
10514                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10515                 (untyped_call): Remove if (operands[0]) magic.
10516                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10517                 (prefetch_di_address, prefetch_di): Likewise.
10518                 (leasi, leadi): Remove.
10519                 (reloc_gprel16): New.
10520
10521                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10522                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10523                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10524
10525         2003-01-08  Eric Christopher  <echristo@redhat.com>
10526
10527                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10528                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10529                 configure check for libgloss.
10530                 * config/mips/elf64.h: Ditto.
10531                 * config/mips/mips.c: Remove ABI_MEABI.
10532                 * config/mips/mips.h: Ditto.
10533
10534         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
10535
10536                 Fix merge fallout.
10537                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10538                 (muldi3_internal): Remove outdated comment.
10539                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10540                 (*smsac_di, *umsac_di): Likewise.  Reformat.
10541                 (umulsi3_highpart): Minor formatting tweaks.
10542                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
10543                 redundant scratch operand.  Minor formatting tweak.
10544                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10545                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
10546                 (smulsi3_highpart): As for the unsigned version.
10547                 (smulsi3_highpart_internal): Likewise.
10548                 (smulsi3_highpart_mulhi_internal): Likewise.
10549                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10550                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10551                 (*smul_acc_di): Remove duplicated pattern.
10552                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10553                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10554                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10555
10556         2002-10-22  Eric Christopher  <echristo@redhat.com>
10557
10558                 * config/mips/mips-protos.h (mips_return_addr): New.
10559                 * config/mips/mips.c (mips_return_addr): New.
10560                 (movdi_operand): Remove.
10561                 (se_register_operand): Ditto.
10562                 (se_reg_or_0_operand): Ditto.
10563                 (se_uns_arith_operand): Ditto.
10564                 (se_arith_operand): Ditto.
10565                 (se_nonmemory_operand): Ditto.
10566                 (extend_operator): Ditto.
10567                 (highpart_shift_operator): Ditto.
10568                 (mips_initial_elimination_offset): Remove return address pointer
10569                 elimination.
10570                 (mips_reg_names): Remove $ra.
10571                 (mips_regno_to_class): Ditto.
10572                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10573                 and TARGET_64BIT.
10574                 (POINTER_BOUNDARY): Remove.
10575                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10576                 (PROMOTE_MODE): Promote to Pmode.
10577                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10578                 (Pmode): Define to TARGET_64BIT.
10579                 (FUNCTION_MODE): Define as Pmode.
10580                 (mips_args): Remove deleted functions.
10581                 (SIZE_TYPE): Depend on POINTER_SIZE.
10582                 (PTRDIFF_TYPE): Ditto.
10583                 (FIXED_REGISTERS): Fix extra registers.
10584                 (CALL_USED_REGISTERS): Ditto.
10585                 (CALL_REALLY_USED_REGISTERS): Ditto.
10586                 (RAP_REG_NUM): Remove.
10587                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10588                 (RETURN_ADDR_RTX): Define to mips_return_addr.
10589                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10590                 (CAN_ELIMINATE): Ditto.
10591                 * config/mips/mips.md: For DImode patterns, take into account
10592                 deletions above. Split mulsidi patterns into sign_extend and
10593                 zero_extend.
10594
10595         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
10596                     Michael Meissner  <meissner@redhat.com>
10597
10598                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
10599                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
10600                 mop up unnecessarly moves through LO.
10601                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
10602                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
10603                 change mtlo/macc sequences into mul/add sequences when a three-
10604                 address mul is available.
10605                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
10606                 (*mul_sub_si): Fix contraint for operand 5.
10607                 (*muls): Use in 32-bit code as well.
10608                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
10609                 if the destination is LO.  Remove duplicate define_split.
10610                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
10611                 (*msac_di): Likewise.  Fix formatting.
10612                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
10613                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
10614                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
10615                 (*xmulsi3_neg_highpart_mulhi): Likewise.
10616                 (*mul_acc_64bit_di): Remove.
10617                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
10618
10619         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10620
10621                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10622                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10623                 (MULTILIB_DIRNAMES): Remove long32.
10624                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10625                 (MULTILIB_REDUNDANT_DIRS): Remove.
10626
10627         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10628
10629                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10630                 * gcc.c (driver_self_specs): New variable.
10631                 (do_self_spec): New function.
10632                 (main): Use it to process driver_self_specs.
10633
10634         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
10635
10636                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
10637                 Remove DImode define_split for !TARGET_64BIT.
10638                 (anddi3): Remove !TARGET_64BIT support from here as well.
10639                 Change operand 2's predicate to se_uns_arith_operand.
10640                 Add constant alternatives to define_insn.
10641                 (iordi3, xordi3, *nordi3): Likewise.
10642                 (anddi3_internal1, xordi3_immed): Remove.
10643
10644         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10645
10646                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
10647                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
10648                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
10649                 * config/mips/mips.md: Apply same renaming here.
10650
10651         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10652
10653                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
10654                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
10655                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
10656                 * config/mips/mips.md (define_attr cpu): Remove r4320.
10657                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
10658
10659         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10660
10661                 * config/mips/mips.c (mips16_strings): New variable.
10662                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10663                 symbol in mips16_strings.  Free the list.
10664                 (mips_encode_section_info): Keep track of local strings.
10665
10666         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10667
10668                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10669                 (sordered_df, sordered_sf): Remove.
10670                 * config/mips/mips.c (get_float_compare_codes): New fn.
10671                 (gen_int_relational, gen_conditional_move): Use it.
10672
10673         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10674
10675                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10676                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10677                 * config/mips/mips.c (fcc_register_operand): New function.
10678                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10679                 (override_options): Allow TFmode values in float registers
10680                 if ISA_HAS_8CC.
10681                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10682                 to fcc_register_operand.  Remove misleading source constraint.
10683                 Use mips_emit_fcc_reload.
10684                 (reload_outcc): Duplicate reload_incc.
10685
10686
10687 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
10688
10689         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10690
10691 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
10692
10693         * tree-inline.c (inlinable_function_p): Back out last change, it's
10694         unnecessary.
10695
10696 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
10697
10698         * ggc-page.c (TREE_EXP_SIZE): Define.
10699         (extra_order_size_table): New entry for expr trees with
10700         two operands.
10701
10702 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10703
10704         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10705         (c_expand_start_cond): Adjust.
10706         (c_expand_end_cond): Don't use warning_with_file_and_file.
10707         (shadow_warning): Likewise.
10708
10709 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
10710
10711         * tree.h (DECL_POINTER_DEPTH): Remove.
10712         (struct tree_decl): Remove pointer_depth.
10713
10714 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
10715
10716         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10717         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10718         (rs6000_xcoff_encode_section_info): Remove.
10719         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10720         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10721         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10722         Use SYMBOL_REF_FLAGS.
10723         (rs6000_elf_encode_section_info): Call default_encode_section_info for
10724         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10725         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10726         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10727         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10728         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10729
10730 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10731
10732         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10733
10734 2003-04-30  Andreas Schwab  <schwab@suse.de>
10735
10736         * doc/extend.texi (Other Builtins): Enclose multiple word data
10737         type in braces for @deftypefn.
10738
10739 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10740
10741         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10742
10743         * doc/install.texi (--enable-threads): Document "gnat" option.
10744
10745 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10746
10747         * diagnostic.h (output_formatted_scalar): Tweak.
10748         * diagnostic.c (output_long_decimal): Likewise.
10749         (output_unsigned_decimal): Likewise.
10750         (output_long_unsigned_decimal): Likewise.
10751         (output_octal): Likewise.
10752         (output_long_octal): Likewise.
10753         (output_hexadecimal): Likewise.
10754         (output_long_hexadecimal): Likewise.
10755         (output_pointer): New function.
10756         (output_format): Use it.  Recognize "%p" format specifier.
10757
10758 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10759
10760         * function.c (purge_addressof_1): Postpone insn in fewer cases.
10761
10762 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10763
10764         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10765         call abort() after running out of stack space.
10766
10767         * c-typeck.c (function_types_compatible_p): Ignore incompatible
10768         'volatile' qualifiers on a function's return type in GNU mode.
10769
10770 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
10771
10772         * expr.c (emit_group_load): Dump parallels of simd types to
10773         memory.
10774
10775 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
10776
10777         * genautomata.c (add_vect): Check undefined value for range type
10778         too.
10779
10780 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
10781
10782         * configure.in:  More general test for cmp --ignore-initial.
10783         * configure:  Regenerate.
10784
10785 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10786
10787         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10788         (layout_decl, place_field): Likewise.
10789         Also make minor type and whitespace changes.
10790
10791         * tree.c (save_expr): Don't fold a COMPONENT_REF.
10792
10793 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
10794
10795         * calls.c (expand_call): When modes of target and valreg match, force
10796         sibcall failure when target is a MEM.
10797
10798 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10799
10800         * tree-inline.c (inlinable_function_p): Don't support inlining
10801         functions using varargs.
10802
10803         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10804
10805         * dwarf2out.c (output_call_frame_info): No need to output EH
10806         unwind information if all_throwers_are_sibcalls.
10807
10808         * c-semantics.c (expand_unreachable_stmt): Return a tree.
10809         (expand_stmt): Update for change to expand_unreachable_stmt.
10810         (expand_unreachable_if_stmt): Likewise.
10811
10812         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10813
10814 2003-04-29  Jason Merrill  <jason@redhat.com>
10815
10816         PR middle-end/10336
10817         * jump.c (never_reached_warning): Really stop looking if we reach
10818         the beginning of the function.
10819
10820 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
10821
10822         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10823         Remove redundant macros.
10824         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10825         (LOCAL_LABEL_PREFIX): Define unconditionally.
10826         (NO_DOT_IN_LABEL): Clarify comment.
10827         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10828         definition to "long int".
10829
10830 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
10831
10832         bootstrap/10452
10833         * gengtype-yacc.y: Improve portability.
10834
10835 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10836
10837         * config.gcc: Install obsolete target list for GCC 3.3.
10838         * doc/install.texi: Mention in specific-target instructions
10839         that certain configurations are deprecated.
10840
10841 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10842
10843         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10844
10845 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10846
10847         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10848         * gcc.c (display_help): Likewise.
10849         * toplev.c (f_options): Likewise.
10850         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10851         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10852         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10853         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10854         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10855
10856 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
10857
10858         * varasm.c (default_assemble_visibility): Use assemble_name.
10859
10860 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
10861
10862         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10863         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10864         (SIZE_TYPE): New macro.
10865         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10866         (SET_ASM_OP): New macro.
10867         (HANDLE_SYSV_PRAGMA): New macro.
10868         (ASM_WEAKEN_LABEL): New macro.
10869
10870 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10871
10872         PR c++/10180
10873         * tree-inline.c (expand_call_inline): Call push_srcloc when
10874         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
10875
10876 2003-04-28  Mike Stump  <mrs@apple.com>
10877
10878         * gdbinit.in: Update to reflect new identifier structure.
10879
10880 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
10881
10882         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10883         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10884         struct tree_complex, struct tree_vector): Remove RTL field.
10885         (CONSTRUCTOR_ELTS): Use elt 0.
10886         * tree.def (CONSTRUCTOR): Delete first of its two operands.
10887         * varasm.c (output_constant_def): Remove early exit if
10888         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
10889         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10890         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10891         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10892
10893 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10894
10895         * c-decl.c (finish_decl): When prototype with asmspec is found
10896         for built-in, adjust built_in_decls as well as expr.c decls.
10897         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10898         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10899         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10900
10901 2003-04-28  Richard Henderson  <rth@redhat.com>
10902
10903         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10904         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10905         integral constant mult operand.
10906         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10907         (const_smulsi3_highpart_v8plus): Likewise.
10908         (const_smulsi3_highpart): Likewise.
10909         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10910         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10911         (const_umulsi3_highpart_v8plus): Likewise.
10912         (const_umulsi3_highpart): Likewise.
10913
10914 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10915
10916         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10917         Define as 1.
10918
10919 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10920
10921         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10922
10923 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10924
10925         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10926         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10927         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10928         functions.
10929         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10930
10931 2003-04-28  Nick Clifton  <nickc@redhat.com>
10932
10933         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10934
10935 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10936
10937         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10938         output_constant_def, use its result instead of TREE_CST_RTL (exp).
10939         Can assume it has the form (mem (symbol_ref ".LCxxx")).
10940         (expand_expr <COMPONENT_REF>): Can always just extract the
10941         relevant field of a CONSTRUCTOR.
10942         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10943         ARRAY_RANGE_REF>): Make control flow explicit.
10944         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10945         an INTEGER_CST.
10946
10947 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
10948
10949         * reload1.c (reg_set_luid): Fix a comment typo.
10950
10951 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10952
10953         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10954         struct deferred_string, const_str_htab): Kill.
10955         (n_deferred_strings): New static variable.
10956         (build_constant_desc): Set SYMBOL_REF_DECL of the new
10957         symbol_ref to point to the constant.
10958         (output_constant_def): When a deferred string is forced out,
10959         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10960         (mark_constant): Likewise.
10961         (maybe_output_constant_def_contents): When deferring a string
10962         constant, just set STRING_POOL_ADDRESS_P and increment
10963         n_deferred_strings.
10964         (mark_constant_pool): Check n_deferred_strings, not the size
10965         of const_str_htab.
10966         (init_varasm_once): No need to create const_str_htab.
10967
10968         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10969         SYMBOL_REF_DECL points to a constant.
10970
10971 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
10972
10973         * varasm.c (output_constant_def): Split out two new static
10974         functions, build_constant_desc and maybe_output_constant_def_contents.
10975         Restructure for comprehensibility.  Don't call
10976         output_addressed_constants.  Treat defstr being non-NULL for
10977         STRING_POOL_ADDRESS_P constants as an invariant.
10978         (struct deferred_string): Remove labelno field.
10979         (output_constant_def_contents): Kill labelno argument. Call
10980         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
10981         asm_out.internal_label.
10982         (mark_constant): Update call to output_constant_def_contents.
10983         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10984         constants as an invariant.
10985
10986 2003-04-26  Richard Henderson  <rth@redhat.com>
10987
10988         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10989         (ix86_expand_call, ix86_rtx_consts): Likewise.
10990
10991 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10992
10993         * doc/md.texi (cmpstr): Document additional restrictions.
10994
10995 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10996
10997         * flags.h (time_report): Remove.
10998         * timevar.c (timevar_enable): New.
10999         (TIMEVAR_ENABLE): Remove, use timevar_enable.
11000         (timevar_init): Rename from init_timevar.
11001         * timevar.h (timevar_init): Rename from init_timevar.
11002         * toplev.c (time_report): Make static.
11003         (do_compile): Conditionally call init_timevar first.
11004         (preprocess_options): Move some code to do_compile.
11005
11006 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
11007
11008         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
11009
11010 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
11011
11012         * _cpp_lex_direct: Remove pointless code.
11013
11014 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11015
11016         * doc/extend.texi (Function Attributes): Document "near" and "far"
11017         for 68HC11 and 68HC12.
11018
11019 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11020
11021         * expr.c (store_field): When making temporary for store, don't
11022         make it TYPE_QUAL_CONST.
11023
11024 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
11025
11026         * toplev.c (read_integral_parameter):  Use "argument" in error
11027         message to distinguish it from actual invalid options.
11028
11029 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
11030
11031         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
11032         addition of __PIC__ and __pic__ macros.
11033         * config/xtensa/xtensa.h: Clean up indentation.
11034
11035 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
11036
11037         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
11038         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
11039         (SUBTARGET_CPP_SPEC): Define.
11040         (LIB_SPEC): Delete.
11041         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
11042         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
11043         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
11044         Define.
11045         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11046         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
11047
11048 2003-04-25  H.J. Lu <hjl@gnu.org>
11049
11050         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
11051         for return mode.
11052         (ia64_expand_builtin): Set rmode to SImode for
11053         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
11054         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
11055         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
11056         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
11057
11058 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
11059
11060         * configure.in (make_compare_target):  Test for GNU cmp and set this
11061         variable appropriately.
11062         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
11063         compare4-lean): Rename actual targets to slowcompare*.  New compare*
11064         targets depend on names based on make_compare_target.
11065         * configure:  Regenerated.
11066
11067 2003-04-25  Richard Henderson  <rth@redhat.com>
11068
11069         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
11070         to clobber ar.pfs and ar.unat.
11071         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
11072         fix test for spilling ar.pfs to the stack.
11073
11074 2003-04-25  Richard Henderson  <rth@redhat.com>
11075
11076         PR opt/10315
11077         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
11078         checks during reload; use validize_mem instead of adjust_address.
11079
11080 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
11081
11082         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
11083         return values from recog_memoized().
11084
11085 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11086
11087         PR opt/8705
11088         * gcse.c (try_replace_reg): On a successful substitution of a constant
11089         into a single set, try to simplify the source of the set.
11090         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
11091         constant source.
11092
11093 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
11094
11095         * cpplex.c (cpp_token_len): Tighten up.
11096         (cpp_token_as_text): Need extra byte now.
11097         * cpplib.c (glue_header_name): Need extra 2 bytes.
11098         * cppmacro.c (cpp_macro_definition): Need extra byte.
11099
11100 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
11101
11102         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
11103         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
11104         where they might be not present. Use their _sp64 equivalent
11105         instead.
11106
11107 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
11108
11109         * i386.md (cvtsi2sdq): Fix typo in previous patch.
11110
11111 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
11112
11113         * configure.in: Check whether mbstowcs works.
11114         * configure, config.in: Regenerate.
11115         * intl.c: Use HAVE_WORKING_MBSTOWCS.
11116
11117 2003-04-24  H.J. Lu <hjl@gnu.org>
11118
11119         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
11120         for __sync_bool_compare_and_swap_di for int return type.
11121
11122         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
11123         Change return type to int.
11124         (__sync_bool_compare_and_swap): Likewise.
11125
11126 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
11127
11128         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
11129         looking for fallthru edge.
11130
11131         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
11132         Fix.
11133         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
11134         athlon-fvector): New.
11135         (athlon_*): Revisit to match new optimization guide.
11136         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
11137         * i386.md (cvt??2?? patterns): Fix modes.
11138         (fistp patterns): Set modes.
11139
11140         Accidentaly commited with my earlier reload patch:
11141         PR c/10308
11142         * reload.c (find_reloads_address_1): Reload plus at the place of
11143         index register.
11144
11145 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11146
11147         New GCOV_TAG_FUNCTION layout
11148         * coverage.c (struct function_list): Replace name with ident.
11149         (struct counts_entry): Likewise.
11150         (fn_ident): New.
11151         (htab_counts_entry_hash, htab_counts_entry_eq,
11152         htab_counts_entry_del): Adjust.
11153         (reads_count_file, get_coverage_counts,
11154         coverage_begin_output, coverage_end_function): Adjust.
11155         (build_fn_info_type, build_fn_info_value): Likewise.
11156         * gcov-dump.c (tag_function): Adjust.
11157         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11158         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11159         * gcov.c (struct function_info): Add ident.
11160         (read_graph_file, read_count_file): Adjust.
11161         * libgcov.c (gcov_exit): Adjust.
11162
11163 2003-04-23  Richard Henderson  <rth@redhat.com>
11164
11165         PR opt/8300
11166         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
11167         after initialize_uninitialized_subregs; update reg info assuming
11168         new pseudos were created.
11169
11170 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11171
11172         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
11173         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
11174         (lex_string): Take cpp_string with full spelling.
11175         (cb_ident): Update.
11176         (c_lex): Update diagnostics.
11177         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11178         (create_literal): New.
11179         (lex_string): Unterminated literals have type CPP_OTHER.
11180         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
11181         for CPP_OTHER.
11182         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11183         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11184         * cpplib.c (parse_include, do_line, do_linemarker,
11185         destringize_and_run): Update for token storing full spelling.
11186         * cpplib.h: Update token spelling types.
11187         * cppmacro.c (stringify_arg, check_trad_stringification):
11188         Update for token storing full spelling.
11189
11190 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
11191
11192         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11193
11194 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
11195
11196         * arm.h (TARGET_OPTIONS): Add value field.
11197
11198 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11199
11200         * doc/extend.texi: Remove duplicate 2003 copyright date.
11201
11202 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
11203
11204         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11205         (libgcov.a): Depends on LIBGCC_DEPS.
11206         * basic-block.h (profile_info): Moved here from coverage.h. Made
11207         a pointer.
11208         * coverage.c (struct function_list): Fixed array of counter types.
11209         (struct counts_entry): Keyed by counter type, contains summary.
11210         (profile_info): Moved to profile.c.
11211         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11212         vars.
11213         (profiler_label): Remove.
11214         (ctr_labels): New.
11215         (set_purpose, label_for_tag, build_counter_section_fields,
11216         build_counter_section_value, build_counter_section_data_fields,
11217         build_counter_section_data_values, build_function_info_fields,
11218         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11219         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11220         build_ctr_info_value, build_gcov_info): New.
11221         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11222         (reads_counts_file): Adjust.
11223         (get_coverage_counts): Takes counter number. Add summary
11224         parameter. Adjust.
11225         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11226         create counter array labels.
11227         (coverage_end_function): Adjust.
11228         (create_coverage): Adjust.
11229         (find_counters_section): Remove.
11230         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11231         (struct section_info, struct profile_info): Remove.
11232         (profile_info): Moved to basic-block.h.
11233         (coverage_counter_ref): Takes a counter number.
11234         (get_coverage_counts): Takes a counter number. Added summary
11235         parameter.
11236         (find_counters_section): Remove.
11237         * gcov-dump.c (tag_arc_counts): Rename to ...
11238         (tag_counters): ... here. Adjust.
11239         (tag_table): Move tag_counters to 3rd entry. Remove
11240         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11241         (dump_file): Check for counter tag values here.
11242         (tag_summary): Adjust.
11243         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11244         * gcov-io.h (GCOV_LOCKED): New.
11245         (GCOV_TAG_ARC_COUNTS): Rename to ...
11246         (GCOV_TAG_COUNTS_BASE): ... here.
11247         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11248         Remove.
11249         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11250         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11251         GCOV_TAG_IS_COUNTER): New.
11252         (struct gcov_ctr_summary): New.
11253         (struct gcov_summary): Adjust.
11254         (struct gcov_counter_section): Remove.
11255         struct gcov_counter_section_data): Remove.
11256         (struct gcov_function_info): Rename to ...
11257         (struct gcov_fn_info): ... here. Adjust.
11258         (struct gcov_ctr_info): New.
11259         (struct gcov_info): Adjust.
11260         * gcov.c (read_count_file): Adjust.
11261         (output_lines): Adjust.
11262         * libgcov.c (gcov_exit): Adjust.
11263         (__gcov_flush): Adjust.
11264         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11265         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11266         probably_never_executed_bb_p, compute_frequency_function): Adjust
11267         profile_info use.
11268         * profile.c (struct counts_entry): Remove.
11269         (profile_info): Define here.
11270         (get_exec_counts): Adjust get_coverage_counts call.
11271         (compute_branch_probablilities): Remove find_counters_section
11272         call.
11273         (gen_edge_profiler): Adjust coverage_counter_ref call.
11274         * tracer.c (tail_duplicate): Adjust profile_info use.
11275
11276 2003-04-23  Roger Sayle  <roger@eyesopen.com>
11277
11278         PR optimization/10339
11279         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11280         directly instead of unsafely transforming call into a memcmp.
11281         (expand_builtin_strncmp): Likewise.
11282
11283 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11284
11285         * alias.c (mark_constant_function):  Check for constancy and
11286         purity even of void functions.  Update both the function decl
11287         and the cgraph RTL info with the results.
11288
11289 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11290
11291         * real.c (do_add): Change to return a bool indicating that the
11292         result of the operation may be inexact due to loss of precision.
11293         (do_multiply): Likewise.
11294         (do_divide): Likewise.
11295
11296 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
11297             Loren James Rittle  <ljrittle@acm.org>
11298
11299         * dwarf2out.c (fde_table_allocated): Mark with GTY.
11300         (decl_die_table_allocated): Likewise.
11301         (abbrev_die_table_allocated): Likewise.
11302         (line_info_table_allocated): Likewise.
11303         (separate_line_info_table_allocated): Likewise.
11304         (pubname_table_allocated): Likewise.
11305         (arange_table_allocated): Likewise.
11306         (ranges_table_allocated): Likewise.
11307         (decl_die_table_in_use): Unconditionalize; mark with GTY.
11308         (abbrev_die_table_in_use): Likewise.
11309         (line_info_table_in_use): Likewise.
11310         (separate_line_info_table_in_use): Likewise.
11311         (pubname_table_in_use): Likewise.
11312         (arange_table_in_use): Likewise.
11313         (ranges_table_in_use): Likewise.
11314         (have_location_lists): Likewise.
11315         (emitcount): New GTY-marked static, moved...
11316         (maybe_emit_file): ...from here.
11317         (label_num): New GTY-marked static, moved...
11318         (gen_internal_sym): ...from here.
11319
11320 2003-04-22  Richard Henderson  <rth@redhat.com>
11321
11322         PR 8866
11323         * rtl.h (MEM_NOTRAP_P): New.
11324         (MEM_COPY_ATTRIBUTES): Copy it.
11325         * rtlanal.c (may_trap_p): Check it.
11326         * expr.c (do_tablejump): Set it.
11327         * doc/rtl.texi (Flags): Document it.
11328
11329         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11330
11331 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
11332
11333         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11334         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11335
11336 2003-04-22  Vincent Celier <celier@gnat.com>
11337
11338         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11339         --enable-threads=gnat.
11340         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11341         * configure.in: Add gnat to the list of thread packages
11342         * configure: Rebuild.
11343         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11344
11345 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11346
11347         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11348
11349 2003-04-22  Devang Patel  <dpatel@apple.com>
11350
11351         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11352         parameter count.
11353         (_cpp_copy_replacement_text): Same.
11354
11355 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11356
11357         * c-lex.c (c_lex): Handle CPP_OTHER differently.
11358         * cppexp.c (_cpp_parse_expr): Similarly.
11359         * cpplex.c (SPELL_CHAR): Remove.
11360         (_cpp_lex_direct): Stray chars are saved as byte strings.
11361         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11362         handle SPELL_CHAR.
11363         (cpp_avoid_paste): Update handling of CPP_OTHER.
11364         * cpplib.h: Spell CPP_OTHER like a number.
11365         (struct cpp_token): Remove member c.
11366         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11367
11368 2003-04-22  David Turner <novalis@gnu.org>
11369
11370         * gbl-ctors.h: Add special license exception.
11371         * libgcc2.h: Likewise.
11372         * tsystem.h: Likewise.
11373         * gcov-io.h: Likewise.
11374
11375 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
11376
11377         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11378         macro defaulting to original BRANCH_COST heuristic.
11379         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11380
11381         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11382
11383 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
11384
11385         * config/rs6000/t-spe: Merge in t-fprules into file.
11386
11387         * config.gcc: Add t-spe to powerpc-eabispe.
11388
11389 2003-04-22  Kean Johnston  <jkj@sco.com>
11390
11391         * tlink.c (recompile_files): Add missing '=' to putenv calls
11392
11393 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11394
11395         * ginclude/stddef.h: Provide C++ safe offsetof.
11396
11397 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
11398
11399         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11400         for reg notes, if there are no substitutions, just use a SUBREG.
11401
11402 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11403
11404         * Makefile.in (calls.o): Depend on except.h.
11405         * calls.c: Include except.h.
11406         (emit_call_1): Call note_eh_region_may_contain_throw if
11407         appropriate.
11408         * except.c (eh_region): Add may_contain_throw.
11409         (expand_eh_region_end_cleanup): Do not include handler code when
11410         it cannot be reached.
11411         (note_eh_region_may_contain_throw): New function.
11412         * except.h (note_eh_region_may_contain_throw): New function.
11413
11414 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11415
11416         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11417         changes.
11418
11419 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
11420
11421         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11422         64-bit long doubles.
11423
11424 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
11425
11426         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11427         a number of conversions required for type consistency and previously
11428         stripped off by STRIP_NOPS.
11429
11430         * calls.c (expand_call): Prevent sibcall optimization for calls to
11431         nested subprograms.
11432
11433         * expmed.c (extract_bit_field): Reverse operands of && condition to
11434         prevent a potential division by zero in the previously first branch.
11435         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11436
11437 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
11438
11439         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11440         (subrange_type_die): Likewise.
11441         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11442         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11443
11444 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11445
11446         Break out coverage routines to new file.
11447         * Makefile.in (COVERAGE_H): New variable
11448         (C_OBJS): Add coverage.o
11449         (coverage.o): New target.
11450         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11451         dependencies.
11452         (GTFILES): Adjust.
11453         (gt-coverage.h): New target.
11454         (gt-profile.h): Remove.
11455         * profile.h: Remove. Move to ...
11456         * coverage.h: ... here. New. #include gcov-io.h.
11457         * gcov-io.h: Move function definitions to ...
11458         * gcov-io.c: ... here. New.
11459         * profile.c: Move coverage routines to coverage.c.
11460         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11461         end_branch_prob): Adjust.
11462         * coverage.c: New. Coverage routines from profile.c
11463         (coverage_counter_ref, coverage_init, coverage_finish,
11464         coverage_end_function, coverage_begin_output,
11465         coverage_counter_ref, get_coverage_counts): Define.
11466         * gcov-dump.c, gcov.c: #include gcov-io.c.
11467         * libgcov.c: Likewise. Adjust.
11468         * loop-init.c: Don't #include profile.h
11469         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11470         * rtl.h: Add coverage prototypes.
11471         * toplev.c (compile_file): Init coverage, not branch_prob.
11472         Always call coverage_finish.
11473         (rest_of_compilation): Call coverage_end_function.
11474
11475 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
11476
11477         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11478
11479 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
11480
11481         * c-ppoutput.c (cb_include): Don't take a cpp_token.
11482         * cppfiles.c: Don't undef strcmp.
11483         (find_include_file): Don't take a cpp_token.  Check for empty
11484         file names.
11485         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11486         (cpp_push_include): Simplify.
11487         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11488         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11489         (parse_include): Similary.  Don't check for zero-length filenames.
11490         (do_include_common, do_pragma_dependency): Update accordingly.
11491         * cpplib.h (struct cpp_callbacks): Change prototype of include.
11492
11493 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11494
11495         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11496         details of conflict handling.
11497
11498         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11499         when conversion overflows.
11500
11501         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11502
11503         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11504         before clearing.
11505
11506 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11507
11508         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11509         have the same form as the old RTL.
11510
11511 2003-04-21  Andreas Jaeger  <aj@suse.de>
11512
11513         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11514
11515 2003-04-20  Chris Lattner  <sabre@nondot.org>
11516             Zack Weinberg  <zack@codesourcery.com>
11517
11518         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11519         genrtl_cleanup_stmt.  Correct comment at head of
11520         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11521
11522         * stmt.c (struct nesting): Kill n_function_calls.
11523         (expand_start_bindings): Don't set
11524         thisblock->data.block.n_function_calls.
11525         (expand_end_bindings): Compare function_call_count against 0.
11526         (expand_cleanups): Kill DONT_DO argument; all callers passed
11527         NULL_TREE. All callers updated to match.
11528
11529 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11530
11531         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11532         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11533         (output_constant_def): Remove code predicated on
11534         defer_addressed_constants_flag.
11535
11536         * output.h: Remove prototypes of deleted functions.
11537         * c-typeck.c (constructor_subconstants_deferred): Kill.
11538         (struct initializer_stack): Remove 'deferred' field.
11539         (start_init): Remove all references to the above.
11540         (finish_init): Likewise. Also remove never-executed call to
11541         output_deferred_addressed_constants.  Pull assignment to
11542         defstr out of if expression.
11543
11544 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11545
11546         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11547         NOTE_NEWLINE): Remove.
11548         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11549         to handle new form of line note type.
11550
11551 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11552
11553         * target.h (encode_section_info): Add new argument carrying
11554         the RTL to be modified by the hook.
11555
11556         * varasm.c (make_decl_rtl, output_constant_def): Update calls
11557         to encode_section_info.
11558         (default_encode_section_info): Take and use RTL argument,
11559         don't use TREE_CST_RTL or DECL_RTL.
11560         * output.h: Update prototype of default_encode_section_info.
11561         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11562         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11563         Update calls to encode_section_info.
11564
11565         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11566         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11567         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11568         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11569         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11570         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11571         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11572         except for PE dllimport/dllexport.  Update calls to
11573         default_encode_section_info.
11574
11575         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11576         Update prototypes.
11577
11578         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11579
11580 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11581
11582         PR/8705
11583         * pa.md (movccfp): New expander.
11584         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11585         Reverse fcmp conditions.
11586
11587 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11588
11589         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11590         of operand 1 correctly.
11591
11592 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11593
11594         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11595         * gcov.c (output_lines): Don't be so fussy about going past EOF.
11596
11597 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11598
11599         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
11600         (cppcharset.o): New target.
11601         * c-lex.c (is_extended_char): Move to cppcharset.c.
11602         (utf8_extend_token): Delete.
11603         * cppcharset.c: New file.
11604         * cpphash.h (_cpp_valid_ucn): New.
11605         * cpplex.c (lex_identifier): Update prototype.
11606         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
11607         escapes.
11608         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
11609         in cppcharset.c.
11610         (lex_number, lex_identifier, cpp_parse_escape): Update.
11611         (_cpp_lex_direct): Update to handle UCNs.
11612         (cpp_avoid_paste): Don't paste to form a UCN.
11613
11614 2003-04-19  Roger Sayle  <roger@eyesopen.com>
11615
11616         * builtins.c (expand_builtin):  Don't expand a pure or const
11617         built-in function if the result will be ignored and none of
11618         its arguments are volatile.
11619
11620 2003-04-19  Kean Johnston  <jkj@sco.com>
11621
11622         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
11623         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
11624         target fragment now: t-sco5; dont compile crti.o.
11625         * config/i386/sco5.h: major overhaul to remove all COFF remnants
11626         and to use elfos.h for most definitions.
11627         (BSS_SECTION_ASM_OP): set correct segment attributes.
11628         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
11629         (DWARF2_UNWIND_INFO): Always set to 1.
11630         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
11631         (MD_STARTFILE_PREFIX_1): Define.
11632         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
11633         (DEFAULT_LINKER): Define if not specified to configure.
11634         (CTORS_SECTION_ASM_OP): Remove COFF crud.
11635         (DTORS_SECTION_ASM_OP): Remove COFF crud.
11636         (WINT_TYPE): Define.
11637         (SDB_DEBUGGING_INFO): Remove.
11638         (EXTRA_SECTIONS): Likewise.
11639         (EXTRA_SECTION_FUNCTIONS): Likewise.
11640         (CTOR_LIST_BEGIN): Likewise.
11641         (CTOR_LIST_END): Likewise.
11642         (INIT_SECTION_FUNCTION): Likewise.
11643         (FINI_SECTION_FUNCTION): Likewise.
11644         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
11645         (LOCAL_LABEL_PREFIX): Likewise.
11646         (NON_SAVING_SETJMP): Likewise.
11647         (RETURN_POPS_ARGS): Likewise.
11648         (ASM_OUTPUT_SKIP): Likewise.
11649         (TARGET_ASM_NAMED_SECTION): Likewise.
11650         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11651         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11652         (ASM_OUTPUT_IDENT): Likewise.
11653         (ASM_OUTPUT_CASE_LABEL): Likewise.
11654         (ASM_OUTPUT_ASCII): Likewise.
11655         (ASM_OUTPUT_LIMITED_STRING): Likewise.
11656         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
11657         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11658         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11659         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11660         (ASM_DECLARE_OBJECT_NAME): Likewise.
11661         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11662         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11663         (ASM_DECLARE_RESULT): Likewise.
11664         (ASM_WEAKEN_LABEL): Likewise.
11665         (SUPPORTS_WEAK): Likewise.
11666         (APPLY_RESULT_SIZE): Likewise.
11667         (LPREFIX): Likewise.
11668         (ALIGN_ASM_OP): Likewise.
11669         (ASCII_DATA_ASM_OP): Likewise.
11670         (IDENT_ASM_OP): Likewise.
11671         (ASM_SHORT): Likewise.
11672         (ASM_LONG): Likewise.
11673         (TYPE_ASM_OP): Likewise.
11674         (SIZE_ASM_OP): Likewise.
11675         (STRING_ASM_OP): Likewise.
11676         (SKIP_ASM_OP): Likewise.
11677         (EH_FRAME_SECTION_ASM_OP): Likewise.
11678         (READONLY_DATA_SECTION_ASM_OP): Likewise.
11679         (INIT_SECTION_ASM_OP): Likewise.
11680         (FINI_SECTION_ASM_OP): Likewise.
11681         (TEXT_SECTION_ASM_OP): Likewise.
11682         (DATA_SECTION_ASM_OP): Likewise.
11683         (TYPE_OPERANT_FORMAT): Likewise.
11684         (ASM_SPEC): Remove COFF code.
11685         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11686         cause -pg to emit an error; use pcrt1elf.o with -pp
11687         (ENDFILE_SPEC): Likewise.
11688         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11689         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11690         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11691         add -z alt_resolve to support weak symbols the way GCC wants them.
11692         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11693         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11694         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11695         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11696         (CRTSTUFF_T_CFLAGS_S): Define.
11697         (MULTILIB_OPTIONS): Likewise.
11698         (MULTILIB_DIRNAMES): Likewise.
11699         (MULTILIB_MATCHES): Likewise.
11700         (MULTILIB_EXTRA_OPTS): Likewise.
11701         (LIBGCC): Likewise.
11702         (INSTALL_LIBGCC): Likewise.
11703         (crti.o): Remove.
11704         * config/i386/t-sco5gas: Remove.
11705         * doc/install.texi: Updated for new OpenServer instructions.
11706         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11707
11708 2003-04-19  Kean Johnston  <jkj@sco.com>
11709
11710         * fixinc/check.tpl: Allow user to over-ride diff program.
11711         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11712         (sco_math): Added test for SCO math header files.
11713         (sco_regset): Added check for conflicts with ieeefp.h.
11714         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11715         * fixinc/fixincl.x: Regenerated
11716         * fixinc/tests/base/math.h: Added sco_math tests.
11717         * fixinc/tests/base/string.h: New file.
11718         * fixinc/tests/base/sys/regset.h: New file.
11719
11720 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11721
11722         * cpphash.h (struct cpp_buffer): Remove backup_to.
11723         * cpplex.c (BACKUP, get_effective_char): Die.
11724         (_cpp_skip_block_comment): Assume '*' is location on entry.
11725         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11726         (IF_NEXT_IS): Update.
11727         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11728
11729 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
11730
11731         * README.Portability: Move to a new section and obsolete K+R
11732         portability issues.
11733
11734 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
11735
11736         * rtlanal.c (subreg_offset_representable_p):  Fix call of
11737         subreg_lowpart.
11738
11739 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11740
11741         * cpphash.h (struct cpp_reader): New member warned_dollar.
11742         * cpplex.c (continues_identifier_p): New function.
11743         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11744         lex_number and lex_string, and simplify.
11745         (parse_slow, unescaped_terminator_p): Die.
11746         (_cpp_lex_direct): Update.
11747
11748 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11749
11750         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11751
11752 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
11753
11754         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11755         fork behavior.
11756
11757 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11758
11759         * cppexp.c (eval_token): Permit true and false even if pedantic.
11760
11761 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11762
11763         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11764
11765 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11766
11767         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11768         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11769         (struct include_file): Remove fefcnt, mapped members.
11770         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11771         (read_include_file): Don't use mmap, terminate buffers in '\r'.
11772         (purge_cache): Don't use munmap.
11773         * cpphash.h (CPP_BUF_COLUMN): Update.
11774         (lexer_state): Remove lexing_comment.
11775         (struct _cpp_line_note): New.
11776         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11777         next_line and need_line.  Remove col_adjust and saved_flags.
11778         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11779         _cpp_skip_block_comment, scan_out_logical_line): New.
11780         (_cpp_init_mbchar): Remove.
11781         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11782         (cpp_read_main_file): Set line to 1 earlier.
11783         (post_options): -traditional-cpp doesn't want trigraphs.
11784         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11785         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11786         _cpp_get_fresh_line): New.
11787         (handle_newline, skip_escaped_newlines, trigraph_p,
11788         continue_after_nul, _cpp_init_mbchar): Remove.
11789         (get_effective_char): Update.
11790         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11791         (skip_line_comment): Simplify.
11792         (skip_whitespace, parse_identifier, parse_slow, parse_number,
11793         parse_string): Update.
11794         (cpp_lex_direct): Use clean lines and process line notes.  Update.
11795         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11796         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11797         directly.
11798         (_cpp_handle_directive): Don't set saved_flags.
11799         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11800         cpp_undef, handle_assertion, cpp_push_buffer): Update.
11801         (_cpp_pop_buffer): Free notes.
11802         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11803         * cpppch.c (cpp_read_state): \n terminate buffer.
11804         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11805         (copy_comment): Use _cpp_skip_block_comment.
11806         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11807         Simplify.
11808         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11809         save_replacement_text): Update.
11810         (scan_out_logical_line): Update to use clean lines and process
11811         line notes.
11812         * fix-header.c (read_scan_file): Update.
11813
11814 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
11815
11816         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11817         null begin parameter (as well as pointer to null).
11818         (__deregister_frame_info_bases): Likewise.
11819
11820 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11821
11822         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11823         hard or virtual register and copy into pseudo if replacement fails.
11824
11825         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11826
11827         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11828
11829 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
11830
11831         * calls.c (expand_call): Move special case for constructor calls
11832         to right place. Ensures constructor calls used to initialize
11833         arguments get a clean outgoing argument block for themselves.
11834         Move check for stack deallocation completeness until after last
11835         deallocation.  Add stack_pointer_delta to set of state
11836         variables saved and restored along with current stack_level.
11837
11838         * integrate.c (expand_inline_function): Ensure non-const actuals
11839         don't end up const in the caller's flow after conversion to possibly
11840         const formal type.
11841
11842 2003-04-18  Vincent Celier  <celier@gnat.com>
11843
11844         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11845         and *_DIV_EXPR as TRUNC_*_EXPR.
11846
11847 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
11848
11849         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11850         for orphaned jump tables.
11851
11852 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
11853
11854         * reload1.c: Revert my previous patch on 2002-04-17.
11855
11856 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11857
11858         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11859         Add Segher Boessenkool.
11860
11861 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
11862
11863         PR c/9177
11864         * c-decl.c (c_expand_body): Don't garbage collect the function
11865         body if we are going to dump it later.
11866
11867 2003-04-18  Richard Henderson  <rth@redhat.com>
11868
11869         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11870         (alpha_end_function): Don't set them.
11871         (decl_in_text_section): Remove.
11872         (alpha_encode_section_info): Remove.
11873         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11874         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11875         sections, rather than decl_in_text_section results.
11876
11877 2003-04-18  Roger Sayle  <roger@eyesopen.com>
11878
11879         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11880         and SIGN_EXTRACT.
11881
11882 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11883
11884         PR optimization/7675
11885         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11886         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11887         nested functions if they refer to declarations from parent functions.
11888         * stmt.c (expand_decl): Don't put automatic variables in registers
11889         if the DECL_NONLOCAL flag is set.
11890
11891 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11892
11893         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11894         consider those to be movable where the source matches
11895         want_to_gcse_p.
11896         (update_ld_motion_stores): In comment, refer to
11897         compute_ld_motion_mems for validity of replacement.
11898
11899 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
11900
11901         * gcov-dump.c (tag_summary): Remove max_sum
11902         * gcov-io.h (gcov_summary, gcov_write_summary,
11903         gcov_read_summary): Kill max_sum.
11904         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
11905         message more verbose.
11906
11907         * emit-rtl.c (subreg_hard_regno):  Check that register is
11908         representable.
11909
11910         * reload.c (reload_inner_reg_of_subreg):  When register is not
11911         representable, reload the whole thing.
11912         (find_reloads): Likewsie.
11913         * rtlanal.c (subreg_representable_p):  New function.
11914
11915         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
11916         allow negative probabilities for edges from the call to exit.
11917         (branch_prob): Do not add fake edges for functions that may return
11918         twice.
11919
11920 2003-04-17  DJ Delorie  <dj@redhat.com>
11921
11922         * toplev.c (target_options): Add value field.
11923         (set_target_switch): Handle target options with values.
11924         * doc/tm.texi: Document how fixed vs variable target
11925         options work.
11926         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11927         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11928         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11929         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11930         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11931         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11932         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11933         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11934         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11935         Add value initializer to target options.
11936
11937 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
11938
11939         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11940
11941 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
11942
11943         * reload1.c (move2add_last_cc0): New.
11944         (reload_cse_move2add): Detect implicit sets.
11945         (move2add_note_store): Notice a store into cc0.
11946
11947 2003-04-17  Roger Sayle  <roger@eyesopen.com>
11948
11949         PR c/10375
11950         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11951         function attributes.
11952
11953 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11954
11955         * doc/sourcebuild.texi (Test Suites): Document support for testing
11956         binary compatibility (moved from testsuite/README.compat).
11957
11958 2003-04-17  Richard Henderson  <rth@redhat.com>
11959
11960         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11961
11962 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11963
11964         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11965         the one provided by the FSF.
11966
11967 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11968
11969         * doc/install.texi (Binaries): Update URL and list of platforms
11970         provided by ftp.thewrittenword.com.
11971
11972 2003-04-17  Richard Henderson  <rth@redhat.com>
11973
11974         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11975         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11976         * config/xtensa/xtensa.md (call, call_value): Likewise.
11977
11978 2003-04-17  Richard Henderson  <rth@redhat.com>
11979
11980         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11981         (print_operand_address): Likewise.
11982         (ep_memory_operand): Likewise.
11983         (special_symbolref_operand): Likewise.
11984         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11985         (v850_encode_section_info): Call default_encode_section_info.
11986         (v850_strip_name_encoding): Remove.
11987         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11988         (ASM_OUTPUT_LABELREF): Remove.
11989         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11990         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11991         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11992         (ENCODED_NAME_P): Remove.
11993         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11994         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11995         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11996
11997 2003-04-17  Richard Henderson  <rth@redhat.com>
11998
11999         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
12000         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
12001         SYMBOL_REF_FUNCTION_P.
12002
12003 2003-04-17  Richard Henderson  <rth@redhat.com>
12004
12005         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
12006         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
12007         (text_segment_operand): Likewise.
12008
12009 2003-04-17  Richard Henderson  <rth@redhat.com>
12010
12011         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
12012         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12013         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12014         (sh_encode_section_info): Remove.
12015         (sh_strip_name_encoding): Remove.
12016         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
12017         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
12018         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
12019         (ASM_OUTPUT_LABELREF): Remove.
12020         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
12021         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
12022
12023 2003-04-17  Richard Henderson  <rth@redhat.com>
12024
12025         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
12026         (tls_model_chars): Remove.
12027         (larl_operand): Use SYMBOL_REF_FLAGS.
12028         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12029         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12030         (s390_output_mi_thunk): Likewise.
12031         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
12032         (s390_function_profiler): Likewise.
12033         (s390_encode_section_info): Use default_encode_section_info
12034         and SYMBOL_FLAG_ALIGN1.
12035         (s390_strip_name_encoding): Remove.
12036         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
12037         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
12038         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
12039
12040 2003-04-17  Richard Henderson  <rth@redhat.com>
12041
12042         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
12043         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
12044         (print_operand_address): Likewise.
12045
12046         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
12047         * config/ns32k/ns32k.c (expand_block_move): Don't check
12048         flag_unroll_loops.
12049
12050 2003-04-17  Richard Henderson  <rth@redhat.com>
12051
12052         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
12053         SYMBOL_REF_FLAG.
12054
12055 2003-04-17  Richard Henderson  <rth@redhat.com>
12056
12057         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
12058
12059         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
12060         (SYMBOL_REF_MODEL): New.
12061         (LIT_NAME_P): Move from m32r.h.
12062         (m32r_select_section): Remove.
12063         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
12064         (m32r_strip_name_encoding): Remove.
12065         (m32r_in_small_data_p): New.
12066         (small_data_operand): Use SYMBOL_REF_SMALL_P.
12067         (addr24_operand): Use SYMBOL_REF_MODEL.
12068         (call26_operand): Likewise.
12069         (addr32_operand): Tidy.
12070         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12071         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
12072         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
12073         (READONLY_DATA_SECTION_ASM_OP): Remove.
12074         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
12075         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
12076         (TARGET_ASM_SELECT_SECTION): Remove.
12077         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
12078         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
12079         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
12080         (ASM_OUTPUT_LABELREF): Remove.
12081
12082 2003-04-17  Richard Henderson  <rth@redhat.com>
12083
12084         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
12085         (encode_section_info): Remove.
12086         * config/ip2k/ip2k-protos.h: Update.
12087
12088 2003-04-17  Richard Henderson  <rth@redhat.com>
12089
12090         * varasm.c (default_encode_section_info): Don't set
12091         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
12092         * config/i370/i370.c (i370_encode_section_info): Remove.
12093         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
12094         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
12095         * config/i370/i370.md (movsi): Likewise.
12096
12097         * config/i370/t-i370: Add missing backslash.
12098
12099 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
12100
12101         * doc/invoke.texi (inline-limit): Fix pasto.
12102
12103 2003-04-17  Richard Henderson  <rth@redhat.com>
12104
12105         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
12106         (small_call_insn_operand): Use it.
12107         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
12108         (h8300_eightbit_constant_address_p): Use it.
12109         (SYMBOL_FLAG_TINY_DATA): New.
12110         (h8300_tiny_constant_address_p): Use it.
12111         (h8300_encode_label, h8300_strip_name_encoding): Remove.
12112         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
12113         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
12114         (ASM_OUTPUT_LABELREF): Remove.
12115
12116 2003-04-16  Richard Henderson  <rth@redhat.com>
12117
12118         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
12119         all users with SYMBOL_REF_SMALL_P.
12120         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
12121         (frv_encode_section_info): Remove.
12122         (frv_strip_name_encoding): Remove.
12123         (frv_in_small_data_p): Merge tests from encode_section_info.
12124         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
12125         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
12126         (SDATA_NAME_P): Remove.
12127         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
12128         (ASM_OUTPUT_LABELREF): Remove.
12129         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
12130
12131         * config/frv/frv.c (frv_asm_out_constructor): New.
12132         (frv_asm_out_destructor): New.
12133         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
12134         (DTORS_SECTION_ASM_OP): New.
12135         (ASM_OUTPUT_CONSTRUCTOR): Remove.
12136         (ASM_OUTPUT_DESTRUCTOR): Remove.
12137
12138 2003-04-16  Richard Henderson  <rth@redhat.com>
12139
12140         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
12141         SYMBOL_REF_LOCAL_P; abort if not pic.
12142         (cris_encode_section_info): Remove.
12143
12144 2003-04-16  Richard Henderson  <rth@redhat.com>
12145
12146         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
12147         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
12148
12149         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
12150         flag_inline_trees.
12151
12152 2003-04-16  Richard Henderson  <rth@redhat.com>
12153
12154         * config/avr/avr.c (avr_encode_section_info): Remove.
12155         (avr_insert_attributes): New.
12156         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
12157         (avr_assemble_integer): Likewise.
12158
12159 2003-04-16  Richard Henderson  <rth@redhat.com>
12160
12161         * arc.c (arc_encode_section_info): Remove.
12162         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
12163         (arc_print_operand, arc_print_operand_address): Likewise.
12164         * arc.h (EXTRA_CONSTRAINT): Likewise.
12165
12166 2003-04-16  Roger Sayle  <roger@eyesopen.com>
12167
12168         * c-semantics.c (find_reachable_label): New function to find a
12169         potentially reachable label in an expression.
12170         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
12171         assumes the start of the IF_STMT is unreachable (dead) code.
12172         (expand_unreachable_stmt): Similar to expand_stmt but assumes
12173         the start of the statement list is unreachable (dead) code.
12174         (genrtl_if_stmt):  If the controlling expression of the IF
12175         is constant, use expand_unreachable_stmt for the THEN or ELSE
12176         clause as appropriate.
12177         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
12178         the body of a SWITCH statement.
12179         (expand_stmt): The code immediately following a "return",
12180         "break", "continue" or "goto" is unreachable.
12181         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12182
12183 2003-04-16  Richard Henderson  <rth@redhat.com>
12184
12185         * rtl.h (MEM_ALIAS_SET): Update documentation.
12186         * doc/rtl.texi (Special Accessors): New node.
12187         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12188
12189 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
12190
12191         * reload1.c (reload_cse_noop_set_p): Return false if mode of
12192         SET_DEST is not the same as that returned by...
12193         * cselib.h (cselib_reg_set_mode): ... new function.
12194         * cselib.c (cselib_reg_set_mode): Define it.
12195         (REG_VALUES): Document semantics of first element as set mode.
12196         (cselib_subst_to_values): Skip first element if ELT is NULL.
12197         (cselib_lookup): Likewise.  Insert past the first element.
12198         (cselib_invalidate_regno): NULLify first element.
12199         (cselib_record_set): Set first element.
12200
12201 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
12202
12203         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12204         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12205         * tree.h: Add prototypes for the two new functions.
12206         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12207         updates introduced in the previous revision by call to saved_expr_p.
12208         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12209
12210         * expr.c (store_field): Force usage of bitfield instructions when
12211         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12212         (expand_expr, case BIT_FIELD_REF): likewise.
12213
12214 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
12215
12216         PR middle-end/8866
12217         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12218         jumptables.
12219
12220 2003-04-16  Richard Henderson  <rth@redhat.com>
12221
12222         * config/ia64/ia64.c (sdata_symbolic_operand): Use
12223         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12224         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12225         (function_operand): Use SYMBOL_REF_FUNCTION_P.
12226         (ia64_expand_load_address): Likewise.
12227         (ia64_assemble_integer): Likewise.
12228         (ia64_encode_section_info): Remove.
12229         (ia64_strip_name_encoding): Remove.
12230         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12231         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12232
12233 2003-04-16  Richard Henderson  <rth@redhat.com>
12234
12235         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12236         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12237         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12238         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12239         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12240         (global_symbolic_operand): Similarly.
12241         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12242         (tls_symbolic_operand_type): Likewise.
12243         (alpha_encode_section_info): Use default_encode_section_info.
12244         (alpha_strip_name_encoding): Remove.
12245         (get_tls_get_addr): Split out from ...
12246         (alpha_legitimize_address): ... here.
12247         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12248         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12249         (alpha_initialize_trampoline): Use init_one_libfunc.
12250         (alpha_setup_incoming_varargs): Mark unused parameters.
12251         (alpha_initial_elimination_offset): Likewise.
12252         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12253         (unicosmk_unique_section): Use default_strip_name_encoding.
12254         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12255
12256 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
12257
12258         * config.gcc: Add t-spe for eabispe.
12259
12260         * config/rs6000/t-spe: New.
12261
12262 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
12263
12264         Re-apply this patch:
12265
12266         2002-05-16  Dale Johannesen  <dalej@apple.com>
12267           * combine.c (cant_combine_insn_p):  Reenable combinations
12268           involving hard regs unless CLASS_LIKELY_SPILLED_P.
12269
12270 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12271
12272         PR/10271
12273         * pa-protos.h (function_arg): Remove last argument.
12274         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
12275         * pa.h (struct hppa_args): Add member incoming.
12276         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12277         member incoming.
12278         (FUNCTION_ARG): Revise call to function_arg.
12279         (FUNCTION_INCOMING_ARG): Delete.
12280
12281 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12282
12283         * configure.in: Unify the code which creates symlinks to a
12284         just-built as, ld, objdump, and nm with the code that detects
12285         their presence for purposes of feature tests.
12286         * configure: Regenerate.
12287
12288 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12289
12290         * varasm.c (output_constant_def): Do not consult
12291         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
12292         (after_function_constants, output_after_function_constants): Delete.
12293         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12294         * config/mips/mips-protos.h, config/mips/mips.c
12295         (mips16_constant_after_function_p): Delete.
12296         * config/mips/mips.h: Delete #if-0-ed definition of
12297         CONSTANT_AFTER_FUNCTION_P.
12298         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12299         mention of CONSTANT_AFTER_FUNCTION_P in comment.
12300
12301 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
12302
12303         * tree.c (next_decl_uid): Mark with GTY.
12304         (next_type_uid): Likewise.
12305
12306 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12307
12308         PR target/9594:
12309         * sh.c (barrier_align): Also recognize stuff_delay_slot as
12310         an indicator that a barrier was created by branch splitting.
12311
12312 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12313
12314         * c-decl.c (implicitly_declare): Copy declarations that are going
12315         to be placed in a local scope.
12316
12317 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
12318
12319         * invoke.texi (Spec Files): Wrap if-exists-else example.
12320         (MCore): Remove duplicate @itemx entries and @opindex entries.
12321
12322 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
12323
12324         * unwind.inc (_Unwind_Backtrace): New function.
12325         * unwind.h (_Unwind_Backtrace): Declare it.
12326         * libgcc-std.ver (_Unwind_Backtrace): Export it.
12327
12328 2003-04-14  Jason Merrill  <jason@redhat.com>
12329
12330         PR middle-end/10336, c++/10401
12331         * jump.c (never_reached_warning): Also stop looking if we reach the
12332         beginning of the function.
12333
12334 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12335
12336         PR target/10338
12337         PR bootstrap/10198
12338         PR bootstrap/10140
12339         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12340
12341 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12342
12343         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12344
12345 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12346
12347         * optabs.c (expand_binop): In multi-word add cases, ensure
12348         XTARGET is copied to TARGET if they are different.
12349
12350 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
12351
12352         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12353         to region, possible after integration of function with unreachable
12354         regions that were optimized away.
12355
12356 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
12357
12358         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12359         instead of TOC_REGISTER in epilogue in
12360         current_function_calls_eh_return functions.
12361
12362 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12363
12364         * doc/extend.texi (Empty Structures): Correct description of G++'s
12365         handling of these structures.
12366
12367         * c-decl.c (grokdeclarator): Reject extern redeclarations of
12368         static variables.
12369
12370 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
12371
12372         * config/rs6000/rs6000.md (define_constants): Define constants for
12373         all UNSPEC usage, including new values for TLS support.
12374         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12375         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12376         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12377         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12378         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12379         eh_set_lr_di): Use them.
12380         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12381         rs6000_emit_epilogue) Use them.
12382
12383         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12384
12385 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
12386
12387         * Makefile.in (c-opts.o): Use custom action.
12388
12389 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
12390
12391         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12392
12393 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12394
12395         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12396         handle "superflat arrays" in Ada.
12397
12398         * integrate.c (expand_inline_function): Don't inline if would
12399         lose /u on a BLKmode TARGET.
12400
12401 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
12402
12403         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12404         extracted from dbxout_type.
12405         (dbxout_range_type): print large bounds in octal format.
12406         (dbxout_type): Replace extracted code by call to
12407         print_int_cst_bounds_in_octal_p.
12408
12409         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12410         of DW_LANG_Ada83 for Ada units.
12411
12412 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
12413
12414         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12415         temporary used to round CONST_INT sizes.
12416
12417         * tree.c (int_fits_type_p): Extract generic checks from the case
12418         of constant type bounds. Refine the checks against constant type
12419         bounds to allow for possible decisions against each of these bounds
12420         without requiring both bounds to be constant.
12421         (tree_int_cst_msb): Put back.
12422         * tree.h (tree_int_cst_msb): Likewise.
12423
12424         * global.c (global_conflicts): Prevent allocation of call clobbered
12425         hard regs to pseudos live across abnormal edges, as later passes are
12426         not ready to handle them.
12427
12428         * fold-const.c (fold): Reorder tests for conditional expressions.
12429
12430         * expr.c (highest_pow2_factor): Return unsigned.
12431         * expr.h (offset_address): Likewise.
12432         * emit-rtl.c (offset_address): POW2 argument now unsigned.
12433
12434 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12435
12436         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
12437         string literals at compile-time.
12438
12439 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12440
12441         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
12442         comparison operation and c1/c2 are floating point constants into
12443         x swap(cmp) (c1 - c2).
12444
12445 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
12446
12447         * genautomata.c (output_translate_vect): Fix a typo in loop
12448         condition.
12449
12450 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12451
12452         PR target/10377
12453         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12454         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12455         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12456         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12457         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12458         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12459         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12460         ("*extopqihi_swap_side", "*extopqisi_swap_side")
12461         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12462         When next to constraint R, replace constraint i with n.
12463
12464 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
12465
12466         PR opt/10024
12467         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12468
12469 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12470
12471         * doc/contrib.texi (Contributors): Correct my entry.
12472
12473 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12474
12475         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12476         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12477         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12478         implies DECL_BUILT_IN to simplify logic.
12479         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12480
12481 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12482
12483         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12484         (BT_FN_PTR_SIZE_SIZE): Likewise.
12485         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12486         New built-in functions for malloc, calloc and strdup respectively.
12487         * calls.c (special_function_p): No need to handle malloc-like
12488         functions any longer.  ECF_MALLOC is set via built-in attributes.
12489
12490         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12491
12492         * doc/extend.texi: Document these new built-in functions.
12493
12494 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12495
12496         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12497         (expand_builtin_stpcpy): New.
12498         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12499         * builtins.def: Add mempcpy & stpcpy support.
12500         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12501
12502 2003-04-13  Nick Clifton  <nickc@redhat.com>
12503
12504         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12505         "GCC".
12506         * config/rs6000/40x.md, config/rs6000/603.md,
12507         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12508         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12509         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12510         config/rs6000/aix43.h, config/rs6000/aix51.h,
12511         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12512         config/rs6000/altivec.h, config/rs6000/altivec.md,
12513         config/rs6000/beos.h, config/rs6000/darwin.h,
12514         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12515         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12516         config/rs6000/freebsd.h, config/rs6000/gnu.h,
12517         config/rs6000/host-darwin.c, config/rs6000/linux.h,
12518         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12519         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12520         config/rs6000/netbsd.h, config/rs6000/power4.md,
12521         config/rs6000/rios1.md, config/rs6000/rios2.md,
12522         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12523         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12524         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12525         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12526         config/rs6000/spe.md, config/rs6000/sysv4.h,
12527         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12528         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12529
12530 2003-04-13  Nick Clifton  <nickc@redhat.com>
12531
12532         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12533         support for -mcall-aix switch.
12534         * config/rs6000/eabiaix.h: Delete.
12535         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12536         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12537         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12538         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12539         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12540         debug_stack_info, output_function_profiler,
12541         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12542         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12543         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12544         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12545         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12546         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12547         multilibs.
12548         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12549         (MULTILIB_EXCEPTIONS): Delete.
12550         (MULTILIB_MATCHES): Remove mcall-aix matches.
12551
12552         * doc/fragments.texi: Replace -mcall-aix example with an ARM
12553         one.
12554         * doc/install.texi: Delete powerpc-*-eabiaix target.
12555         * doc/invoke.texi: Remove documentation of mcall-aix switch.
12556         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12557         * config.gcc: Delete powerpc-*-eabiaix target.
12558
12559 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
12560
12561         * doc/invoke.texi: Fix typos.
12562         * doc/tm.texi: Likewise.
12563
12564 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12565
12566         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12567
12568 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12569
12570         * tree.c (build_constructor): New function.
12571         * tree.h: Prototype it.
12572
12573         * c-typeck.c (build_c_cast, pop_init_level)
12574         * profile.c (build_function_info_value, build_gcov_info_value)
12575         (create_profiler):
12576         Use build_constructor.
12577
12578         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12579
12580         * objc/objc-act.c (build_constructor):
12581         Rename objc_build_constructor. Use build_constructor.
12582         (build_objc_string_object, objc_add_static_instance)
12583         (init_def_list, init_objc_symtab, init_module_descriptor)
12584         (generate_static_references, build_selector_translation_table)
12585         (build_descriptor_table_initializer, generate_descriptor_table)
12586         (build_protocol_initializer, build_ivar_list_initializer)
12587         (generate_ivars_list, build_dispatch_table_initializer)
12588         (generate_dispatch_table, generate_protocol_list)
12589         (build_category_initializer, build_shared_structure_initializer):
12590         Update to match.
12591
12592 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12593
12594         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12595
12596 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12597
12598         * config/m68hc11/m68hc11-protos.h
12599         (m68hc11_eq_compare_operator): Declare
12600         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
12601         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
12602         (d_register_operand): Check the operand mode.
12603         (hard_addr_reg_operand): Likewise.
12604
12605 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12606
12607         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
12608         pattern for dbcc/ibcc generation for 68HC12.
12609         ("doloop_end"): New pattern.
12610         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
12611         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
12612         ("m68hc12_dbcc_dec_qi"): New pattern.
12613         ("m68hc12_dbcc_inc_qi"): New pattern.
12614         (split): Add split for the above when we can't use dbcc/ibcc due to
12615         reloading.
12616         (peephole2): Add peephole2 to generate the above when possible.
12617
12618 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12619
12620         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
12621         mode of operand 0.
12622         (peephole2 optimize const load): Likewise for operand 2.
12623         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
12624         clobbers CC_REGNUM.
12625         ("*rotrhi3_with_carry"): Likewise.
12626         (ashift:DI 1 split): Update pattern to create the above rotate.
12627         (lshiftrt:DI 1 split): Likewise.
12628
12629 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12630
12631         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
12632         ("tstqi_z_used" split): Use it.
12633         ("cmphi_z_used"): Likewise.
12634         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
12635         ("cmpqi_z_used"): Likewise.
12636
12637 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12638
12639         PR c++/7910
12640         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
12641
12642 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12643
12644         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
12645         * configure, config.in: Regenerate.
12646         * intl.c (gcc_gettext_width): New function.
12647         * intl.h: Prototype it.
12648
12649 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12650
12651         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
12652         recognize -mnorelax.
12653         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
12654         (REG_CLASS_NAMES): Add its name.
12655         (REG_CLASS_CONTENTS): Define its content.
12656
12657 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12658
12659         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12660         parameters so that offsets are valid for far definition.
12661         (__mulsi3): Likewise and use ret to return.
12662         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12663
12664 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
12665
12666         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12667
12668 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
12669
12670         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
12671         containing a libgcc.a, move lib* to the corresponding stage dir.
12672
12673         * Makefile.in (stage1-start, stage2-start, stage3-start,
12674         stage4-start): Move $(SPECS) to specs in stage dir.
12675         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12676         back as $(SPECS).
12677
12678         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12679         object files from the non-libgcc/ multilib directories as well.
12680
12681 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
12682
12683         * profile.c (read_counts_file): Initialise 'checksum'.
12684
12685         * emit-rtl.c (gen_rtx): Really correct typo.
12686
12687         PR c++/9393
12688         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12689         * configure.in: Check for gettimeofday.
12690         * tree.c (flag_random_seed): Define.
12691         (default_flag_random_seed): New.
12692         (append_random_chars): Use flag_random_seed rather than trying
12693         to acquire randomness here.
12694         * tree.h (default_flag_random_seed): Declare.
12695         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12696         descriptions.
12697         (decode_f_option): Handle -frandom-seed.
12698         (print_switch_values): Call default_flag_random_seed.
12699         * flags.h (flag_random_seed): Declare.
12700         * configure: Regenerate.
12701         * config.in: Regenerate.
12702         * config/alpha/t-crtfm: Use -frandom-seed.
12703
12704         * doc/extend.texi (Empty Structures): New.
12705
12706         * c-pch.c: Include flags.h.  Add comments to routines.
12707         (struct c_pch_validity): New.
12708         (get_ident): Update PCH file version number.
12709         (pch_init): Output current debugging type.
12710         (c_common_valid_pch): Check debugging type.
12711         * Makefile.in (c-pch.o): Update dependencies.
12712         * flags.h (debug_type_names): Declare.
12713         * toplev.c (debug_type_names): Move out of decode_g_option.
12714
12715 2003-04-11  Eric Christopher  <echristo@redhat.com>
12716
12717         * emit-rtl.c (gen_rtx): Fix typos.
12718
12719 2003-04-11  Richard Henderson  <rth@redhat.com>
12720
12721         * emit-rtl.c (gen_rtx): Zero '0' fields.
12722
12723 2003-04-11  Richard Henderson  <rth@redhat.com>
12724
12725         PR c++/10202
12726         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12727         not COMPLETE_TYPE_P for re-invoking layout_decl.
12728
12729 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12730
12731         * doc/bugreport.texi: Fix paragraph breaking between sections
12732         in preparation for TeXinfo's paragraph indentation fixes.
12733         * doc/extend.texi: Ditto.
12734         * doc/invoke.texi: Ditto.
12735         * doc/objc.texi: Ditto.
12736         * doc/gcov.texi: Wrap 'gcov' in @command{}.
12737         * doc/invoke.texi (Darwin Options): Add a preamble.
12738
12739 2003-04-11  Richard Henderson  <rth@redhat.com>
12740
12741         * config/i386/i386.c (tls_model_chars): Remove.
12742         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12743         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12744         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12745         (tls_symbolic_operand_1): Likewise.
12746         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12747         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12748         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12749         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12750         bits "copied from i386.h" with default_encode_section_info.
12751
12752 2003-04-11  Richard Henderson  <rth@redhat.com>
12753
12754         * rtl.def (SYMBOL_REF): Add two 0 fields.
12755         * gengtype.c (adjust_field_rtx_def): Handle them.
12756         * print-rtl.c (print_rtx): Print them.
12757         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12758         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12759         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12760         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12761         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12762         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12763         (SYMBOL_FLAG_MACH_DEP): New.
12764         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12765         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12766         (assemble_static_space): Set SYMBOL_REF_FLAGS.
12767         (assemble_trampoline_template): Likewise.
12768         (output_constant_def, force_const_mem): Likewise.
12769         (default_encode_section_info): New.
12770         * output.h: Declare it.
12771         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12772
12773 2003-04-11  Richard Henderson  <rth@redhat.com>
12774
12775         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12776         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12777         * optabs.c (init_optabs): Initialize them.
12778         (init_libfuncs): Use init_one_libfunc.
12779         * calls.c (expand_call): Use gcov_flush_libfunc.
12780         * expr.c (store_constructor): Use setbits_libfunc.
12781         * function.c (expand_main_function): Use init_one_libfunc.
12782         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12783
12784 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
12785
12786         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12787         documentation; add DECL_FRIEND_CONTEXT.
12788
12789 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12790
12791         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
12792         notes on linker selection and configuration for 64-bit HP-UX port.
12793         * doc/invoke.texi (hppa): Remove hppa text from description for
12794         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
12795         and -threads options.
12796
12797         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12798         libc.a on libdld.sl when -static is specified and -nolibdld is not
12799         specified.
12800         * pa64-hpux.h (LIB_SPEC): Likewise.
12801         * pa-hpux11.h (LIB_SPEC): Likewise.
12802         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12803         is not specified.
12804
12805 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
12806
12807         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12808         not IDENTIFIER_LOCAL_VALUE.
12809
12810 2003-04-11  Richard Henderson  <rth@redhat.com>
12811
12812         PR c/10201
12813         * expr.c (expand_expr): Move DECL_RTL frobbing ...
12814         * stor-layout.c (layout_decl): ... here.
12815
12816 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
12817
12818         * doc/invoke.texi: Eliminate extra white-space caused by
12819         @gccoptlist{ on its own line.
12820         * doc/invoke.texi: Ensured there are two spaces between each option.
12821         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12822         Added @gol to options that didn't have them.
12823
12824 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12825
12826         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12827         gcov-iov.h.
12828
12829         Simplify interface to gcov reading and writing.
12830         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12831         gcov_alloc, gcov_modified, gcov_errored): Move into ...
12832         (struct gcov_var gcov_var): ... this static structure.
12833         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12834         Return void.
12835         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12836         read object.
12837         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12838         (gcov_reserve_length): Remove.
12839         (gcov_write_tag): New.
12840         (gcov_write_length): Adjust.
12841         (gcov_read_summary, gcov_write_summary): Adjust.
12842         (gcov_eof, gcov_ok): Rename to ...
12843         (gcov_is_eof, gcov_is_error): ... here. Return error code.
12844         (gcov_save_position, gcov_resync): Rename to ...
12845         (gcov_position, gcov_seek): ... here.
12846         (gcov_skip, gcov_skip_string): Remove.
12847         (gcov_error): Remove.
12848         (gcov_open, gcov_close): Adjust.
12849         * gcov.c (find_source): Take const char *, copy it on allocation.
12850         (read_graph_file): Adjust.
12851         (read_count_file): Adjust.
12852         * libgcov.c (gcov_exit): Adjust.
12853         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12854         tag_arc_counts, tag_summary): Return void. Adjust.
12855         (struct tag_format): Adjust proc member.
12856         (dump_file): Adjust gcov calls.
12857
12858 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
12859
12860         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12861         mkfixinc.sh.
12862         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12863         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12864         build != host sysrooted builds.
12865         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12866         TARGET_SYSTEM_ROOT even on sysrooted natives.
12867         * configure: Rebuilt.
12868
12869 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12870
12871         * c-decl.c (struct binding_level): Add shadowed_tags and
12872         function_body; remove this_block, tag_transparent, and
12873         subblocks_tag_transparent; update comments.
12874         (clear_binding_level, lookup_tag_reverse): Kill.
12875         (make_binding_level): Use ggc_alloc_cleared or memset.
12876         (lookup_tag): Remove struct binding_level* parameter.  All
12877         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12878         current_binding_level->tags if asked for thislevel_only or if
12879         we might have to diagnose "struct foo; union foo;"
12880         (pushlevel): Ignore argument.  Do not push another binding
12881         level on the transition from the parameters to the top level
12882         of the function body; just tweak the flags and proceed.
12883         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
12884         a function body, separate the parameter list from the
12885         top-level local variables.
12886         (set_block): Do nothing.
12887         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12888         shadowed_tags if necessary.
12889         (warn_if_shadowing): Nuke the special case for local shadowing
12890         parameter.
12891         (pushdecl): Do not create a shadow entry if we are replacing
12892         an older decl in the same binding level.
12893         (pushdecl_function_level): Tweak for new way of indicating
12894         function scope.
12895         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12896         (start_function): Don't set subblocks_tag_transparent.
12897         (finish_function): Fix up the binding_level stack for totally
12898         empty functions.  Otherwise, don't call poplevel.
12899
12900         * c-common.c (shadow_warning): MANDATORY argument is no longer
12901         necessary.  Always use plain warning.
12902         * c-common.h: Update to match.
12903
12904         * cfglayout.c (scope_to_insns_initialize): Clear block when we
12905         hit the FUNCTION_DECL.
12906         * function.c: Do not create cyclic tree structure.
12907
12908 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12909
12910         * c-tree.h (struct lang_identifier): Replace global_value,
12911         local_value members with symbol_value, tag_value.  Kill
12912         implicit_decl and limbo_value.
12913         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12914         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12915         C_MISSING_PROTOTYPE_WARNED): Kill.
12916         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12917         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12918         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12919         (implicit_decl_warning, lookup_name_current_level,
12920         record_function_scope_shadow): Don't prototype.
12921         (pushdecl_function_level): Prototype.
12922
12923         * c-decl.c (truly_local_externals): New variable.
12924         (struct binding_level): Adjust commentary.
12925         (get_function_binding_level, clear_limbo_values,
12926         record_function_scope_shadow): Kill.
12927         (lookup_name_current_level, implicit_decl_warning): Are now static.
12928         (any_external_decl, record_external_decl): New static functions.
12929         (clone_underlying type): Split out of pushdecl.
12930         (c_print_identifier): Update to match changes to struct
12931         lang_identifier.
12932         (poplevel): Delete #if 0 block.  Make externals invisible
12933         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
12934         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
12935         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12936         (duplicate-decls): For real parm decl after a forward decl,
12937         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
12938         foo(...) { } with only a warning.  Say whether a previous
12939         declaration was implicit.
12940         (warn_if_shadowing): Now handles all shadowing, not just
12941         local-over-local.  Clarify comments.
12942         (pushdecl): Rewritten.  There is no longer a distinction
12943         between global and local symbol values; they're all
12944         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
12945         DECL_EXTERNAL decls, and use any_external_decl to check
12946         against previous externals.  Kill #if 0 blocks.  Don't
12947         tolerate error_mark_node being NULL.
12948         (pushdecl_top_level): Handle only those cases which
12949         Objective C (the only user) needs.
12950         (pushdecl_function_level): New function.
12951         (implicitly_declare): Create ordinary decls with
12952         C_DECL_IMPLICIT set.  Recycle old decls, however they got
12953         created.
12954         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12955         for C_DECL_INVISIBLE symbols.
12956         (lookup_name_current_level): Likewise.  Use chain_member.
12957         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12958         Use pushdecl_function_level.
12959         (builtin_function): Use C_DECL_INVISIBLE.
12960         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12961         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12962         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12963         (identifier_global_value): Same.  Must scan
12964         global_binding_level in extremis.
12965
12966         * c-typeck.c (undeclared_variable): New static function, split
12967         from build_external_ref.
12968         (build_external_ref): Use DECL_CONTEXT, not
12969         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12970         an instance variable.  Restructure for clarity.
12971         * objc/objc-act.c: Use identifier_global_value, not
12972         IDENTIFIER_GLOBAL_VALUE.
12973
12974 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
12975
12976         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12977         not Working Paper.
12978         * doc/invoke.texi (C++ Dialect Options): Same.
12979
12980 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12981
12982         * tree.c (tree_operand_check_failed): New function.
12983         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12984         TREE_RTL_OPERAND_CHECK): New checking macros.
12985         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12986         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12987         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12988         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12989         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12990         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12991         checking macros.
12992
12993 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12994
12995         PR inline-asm/8803
12996         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12997         match after the virutal regs instantiation.
12998
12999 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
13000
13001         * ia64-protos.h (addp4_optimize_ok): New.
13002         * ia64.c (addp4_optimize_ok): New.
13003         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
13004         (*ptr_extend_plus_2): Ditto.
13005
13006 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
13007
13008         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
13009         not with convert_memory_address.
13010         (store_constructor): Ditto, and same for copy_size_rtx.
13011         (expand_expr): Ditto.
13012
13013 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
13014
13015         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
13016
13017 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
13018
13019         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
13020         even if it is configured to be write-through.
13021
13022 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
13023
13024         * config/s390/s390.c (larl_operand): Do not allow symbols
13025         marked with '@'.
13026         (s390_encode_section_info): Mark symbols with forced 1-byte
13027         alignment with '@'.
13028         (s390_strip_name_encoding): Strip '@'.
13029         (legitimize_pic_address): Handle symbols that are not valid
13030         LARL operands in 64-bit mode.
13031
13032 2003-04-10  Andrew Haley  <aph@redhat.com>
13033
13034         * tree-inline.c (inlinable_function_p): Disable inlining for
13035         synchronized methods.
13036
13037 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
13038
13039         * c-common.h (lang_statement_code_p): Remove declaration.
13040         (statement_code_p): Ditto.
13041         (c_common_stmt_codes): Define; list of c-common statement codes.
13042         (statement_code_p): New extern declaration.
13043         (STATEMENT_CODE_P): Define.
13044         (INIT_STATEMENT_CODES): Define.
13045         * c-common.c (statement_code_p): Kill the function, declare
13046         as an array of bools instead.
13047         (lang_statement_code_p): Remove.
13048         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
13049         (c_safe_from_p): Ditto.
13050         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
13051         to initialize the statement_code_p array.
13052         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
13053         statement_code_p.
13054         (copy_tree_r): Ditto.
13055         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
13056         statement tree codes.
13057         * cp/lex.c (cxx_init): Add missing print line break.  Use
13058         INIT_STATEMENT_CODES to initialize the statement_code_p array.
13059         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
13060         instead of statement_code_p.
13061         * cp/pt.c (tsubst_expr): Ditto.
13062         * cp/tree.c (verify_stmt_tree_r): Ditto.
13063         (cp_statement_code_p): Remove.
13064         (init_tree): Don't set lang_statement_code_p, it's gone.
13065
13066 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
13067             Zack Weinberg  <zack@codesourcery.com>
13068
13069         * regrename.c (struct du_chain): Use a bitfield for reg_class.
13070         * cse.c (struct qty_table_elem, struct table_elt, struct set):
13071         Use bitfields for fields holding enum rtx_code or
13072         enum machine_mode values.  Add comments explaining size choices.
13073
13074 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
13075
13076         * config/fp-bit.c (unpack_d): Handle pair of doubles with
13077         different signs correctly.
13078
13079 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
13080
13081         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
13082         (reg_pending_barrier): Make it of the enumeration type.
13083         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
13084         TRUE_BARRIER.
13085         (sched_analyze): Ditto.
13086         (sched_analyze_insn): Ditto.  Use anti-dependencies for
13087         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
13088         (init_deps_global): Initialize the barrier as NO_BARRIER.
13089
13090 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
13091
13092         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
13093         Check that asm insn starts on a new cycle.  Add nops after asm
13094         insn to end bundle.
13095         (bundling): Move insn type evaluation from the loop.  Call
13096         issue_nops_and_insn with the new parameter.  Ignore changing
13097         position for nops after asm insn.
13098
13099 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
13100
13101         * optabs.c: Comment that gen_add2_insn and others may actually
13102         return emitted insns, if the gen functions turn out to return
13103         emitted insns.
13104         * reload1.c (reload_cse_move2add): Cope with emitted insns from
13105         gen_add2_insn.
13106
13107 2003-04-09  Richard Henderson  <rth@redhat.com>
13108
13109         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
13110         but not tls_symbolic_operand.
13111         (ia64_expand_load_address): Remove scratch operand.
13112         (ia64_expand_tls_address): Split out from ia64_expand_move.
13113         (ia64_expand_move): Split symbolics only after reload.
13114         (ia64_emit_cond_move): New.
13115         * config/ia64/ia64-protos.h: Update.
13116         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
13117         (symbolic splitter): Accept SImode operands too.
13118         (cmove splitter): Use ia64_emit_cond_move.
13119
13120 2003-04-09  Nick Clifton  <nickc@redhat.com>
13121
13122         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
13123         newer.
13124         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
13125         instead of -mno-fpu.
13126         * config/arm/semi.h (ASM_SPEC): Likewise.
13127         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
13128         but only if -msoft-float is specified pass.  Otherwise pass
13129         -mfpu=softvfp.
13130
13131 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13132
13133         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
13134         free_EXPR_LIST_node.
13135
13136 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13137
13138         * fold-const.c (fold):  Use "fold" following build in more places.
13139         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
13140         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
13141
13142 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13143
13144         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
13145         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
13146         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
13147         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
13148         Delete function scope "fcode" variable to avoid shadowing.
13149
13150 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
13151
13152         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
13153         Take into account DWARF_INITIAL_LENGTH_SIZE.
13154
13155 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
13156
13157         * reorg.c (fill_slots_from_thread): When considering changing the
13158         insn following a reg-to-reg copy insn to use the source reg of the
13159         copy, bail out if there's overlap between the registers.
13160
13161 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13162
13163         * function.c (postponed_insns): New.
13164         (purge_addressof_1): Postpone processing of insns if addressofs
13165         are not put into stack.
13166         (purge_addressof): Process postponed insns.
13167
13168 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
13169
13170         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
13171         this is FP_MODE_DOUBLE .
13172         * sh.c (ra.h): #include.
13173         (push_regs): Add second parameter.  Changed all callers.
13174         If necessary, set fpscr before saving floating point registers.
13175         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
13176         do saves / restores with SZ == 1.
13177         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13178         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
13179         registers are being restored, restore FPSCR only after restoring them.
13180
13181 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
13182
13183         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13184         regardless of architecture.
13185         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13186
13187 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
13188
13189         * sh.c (push_regs, calc_live_regs): Return int.  Take single
13190         HARD_REG_SET * parameter.  Changed all callers.
13191
13192 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
13193
13194         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13195         GOTOFF operand.
13196         (legitimize_pic_address): Move plus outside the unspec.
13197         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
13198         for validity.
13199
13200 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
13201
13202         * gcov-io.h (gcov_save_position): Remove __inline__ from
13203         declaration.
13204
13205 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
13206
13207         * doc/install.texi: Use @command and @samp for single- and
13208         multi-word commands respectively.
13209         * doc/makefile.texi: Likewise.
13210         * doc/sourcebuild.texi: Likewise.
13211
13212 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13213             Richard Henderson  <rth@redhat.com>
13214
13215         PR c/9516
13216         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13217         favor of looping and tail recursion for TREE_LIST and binops.
13218
13219 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13220
13221         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13222         for insns without luid.
13223
13224 2003-04-07  Glen Nakamura  <glen@imodulo.com>
13225
13226         PR opt/8634
13227         * explow.c (maybe_set_unchanging): Don't flag non-static const
13228         aggregate type initializers with RTX_UNCHANGING_P.
13229
13230 2003-04-07  Richard Henderson  <rth@redhat.com>
13231
13232         PR opt/8634
13233         * function.c (purge_addressof_1): Don't try arithmetics for
13234         unchanging memories.
13235
13236 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
13237
13238         * doc/sourcebuild.texi (Test Suites): Document testing support for
13239         gcov and profile-directed optimizations; describe gcc.misc-tests.
13240
13241 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
13242
13243         PR target/10077
13244         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
13245
13246 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13247
13248         * doc/rtl.texi (Comparison operations): Update to
13249         record the allowed comparison modes.
13250
13251 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13252
13253         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13254         V2SI_type_node to opaque_V2SI_type_node.  Rename all
13255         V2SF_type_node to opaque_V2SF_type_node.
13256         (rs6000_init_builtins): Define opaque_V2SI_type_node and
13257         opaque_V2SF_type_node.
13258         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13259         opaque_V2SF_type_node are opaque types.
13260
13261 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13262
13263         * gcse.c (replace_store_insn): Use single_set.
13264
13265 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13266
13267         Change gcov file interface to single file at a time.
13268         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13269         Convert to C89 prototypes.
13270         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13271         gcov_error, gcov_modified): New static variables.
13272         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13273         functions.
13274         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13275         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13276         (gcov_read_summary, gcov_write_summary): Adjust.
13277         (gcov_save_position, gcov_reserve_length, gcov_write_length):
13278         Adjust.
13279         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13280         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13281         (da_file_position, da_file_seek, da_file_write, da_file_read):
13282         Remove.
13283         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13284         * gcov.c (gcov_type): Don't typedef here.
13285         (IN_GCOV): #define
13286         (read_graph_file, read_count_file): Adjust.
13287         * gcov-dump.c (gcov_type): Don't typedef here.
13288         (IN_GCOV): #define.
13289         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13290         Remove FILE parameter, adjust.
13291         (struct tag_format): Adjust proc member.
13292         (dump_file): Adjust.
13293         * libgcov.c (IN_LIBGCOV): #define.
13294         (gcov_exit): Adjust.
13295         * loop-init.c: Don't #include gcov-io.h
13296         * profile.c (struct counts_entry): New structure to hold counter
13297         values.
13298         (struct section_reference, struct da_index_entry): Remove.
13299         (bbg_file, da_file): Remove.
13300         (htab_counts_index_hash, htab_counts_index_eq,
13301         htab_counts_index_del): Replace with ...
13302         (htab_counts_entry_hash, htab_counts_entry_eq,
13303         htab_counts_entry_del): ... these.
13304         (cleanup_counts_index, index_counts_file): Remove.
13305         (read_counts_file): New function.
13306         (get_exec_counts): Adjust.
13307         (compute_branch_probabilities): Don't free the exec counts here.
13308         (branch_prob): Adjust.
13309         (init_branch_prob): Adjust.
13310         (end_branch_prob): Adjust.
13311
13312 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13313
13314         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13315         -mfloat-gprs.
13316
13317         * config/rs6000/rs6000.c: Delete rs6000_fprs.
13318         Declare rs6000_float_gprs.
13319         Declare rs6000_float_gprs_string.
13320         (rs6000_parse_float_gprs_option): New.
13321         (rs6000_override_options): Genericize rs6000_parse_* calls to use
13322         rs6000_parse_yes_no_option.
13323         Change check for cpu=8540, to use TARGET_E500.
13324         (rs6000_parse_isel_option): Delete.
13325         (rs6000_parse_spe_option): Delete.
13326         (rs6000_parse_vrsave_option): Delete.
13327
13328         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13329         Define rs6000_float_gprs_string.
13330         (TARGET_OPTIONS): Add rs6000_float_gprs option.
13331
13332         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13333
13334         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13335
13336 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
13337
13338         PR opt/10024
13339         * cfglayout.c (cfg_layout_redirect_edge):
13340         Redirect any branch edges unified with the fallthru one.
13341         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
13342         case fallthru edges when called via cfglayout.c
13343
13344 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13345
13346         * c-typeck.c (output_init_element): Check for type == error_mark_node.
13347
13348 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
13349
13350         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13351         split.
13352         (a splitter): Do zero-extension via HImode.
13353
13354 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
13355
13356         * doc/invoke.texi: Eliminate extra white-space caused by
13357         @gccoptlist{ on its own line.
13358         * doc/invoke.texi: Ensured there are two spaces between each option.
13359         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13360         Added @gol to options that didn't have them.
13361
13362 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
13363
13364         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13365
13366 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13367
13368         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13369         at the sizes of the relevant structures, rather than relying
13370         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
13371         sizes of any such we don't know about.  Use
13372         lang_hooks.identifier_size for IDENTIFIER_NODE.
13373
13374         (initializer_zerop): Use CONSTRUCTOR_ELTS.
13375         * tree.def: Update commentary.  Make fourth element of
13376         the definition for all 'c' and 'x' nodes zero.
13377
13378         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13379         * langhooks-def.h: Update to match.
13380         * langhooks.c: New default, lhd_tree_size.
13381
13382         * c-common.def (SRCLOC): Kill.
13383         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13384         Remove entirely - was already #if-ed out.
13385
13386
13387 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13388
13389         * mklibgcc.in: Use a here document to avoid running afoul of
13390         shells that generate control-A from "echo \1".
13391
13392 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
13393
13394         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13395         option.
13396
13397         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13398         rs6000_spe.
13399
13400         * config/rs6000/eabi.h (TARGET_E500): Define.
13401
13402         * config/rs6000/rs6000.h (TARGET_E500): Define.
13403         (TARGET_OPTIONS): Add spe= option.
13404         Declare rs6000_spe and rs6000_spe_string extern.
13405
13406         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13407         Change TARGET_SPE to TARGET_E500.
13408         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
13409         !TARGET_FPRS.
13410         (print_operand): Same.
13411         (rs6000_generate_compare): Same.
13412         (output_cbranch): Same.
13413         (rs6000_spe): Declare.
13414         (rs6000_spe_string): Declare.
13415         (rs6000_override_options): Call rs6000_parse_spe_option.
13416         (rs6000_parse_spe_option): New.
13417
13418 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
13419
13420         * hashtable.c (gcc_obstack_init): Delete this function
13421         and everything related to it.
13422         * hashtable.h: Remove prototype.
13423         * bitmap.c (bitmap_element_allocate): Cleanup redundant
13424         defines.  Cleanup some unnecessary whitespace.
13425         * defaults.h (obstack_chunk_alloc): Redefine with
13426         appropriate casts for libiberty obstacks.
13427         (obstack_chunk_free): Ditto.
13428         (OBSTACK_CHUNK_SIZE): Define, default to 0.
13429         (gcc_obstack_init): Define as a call to _obstack_begin.
13430         * tree.c (print_obstack_statistics): Delete this unused
13431         function.
13432         * tree.h (obstack): Don't forward-declare.
13433         (print_obstack_statistics): Delete prototype.
13434         (print_obstack_name): Ditto.
13435         (gcc_obstack_init): Ditto.
13436         * rtl.h (gcc_obstack_init): Ditto.
13437         * java/jv-scan.c (gcc_obstack_init): Delete this
13438         function, its prototype and related defines.
13439         * java/jvgenmain.c (gcc_obstack_init): Delete this
13440         function, and related defines.
13441         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13442         (obstack_chunk_free): Ditto
13443
13444 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
13445
13446         * dbxout.c (dbxout_handle_pch): Move prototype out from
13447         #if defined DBX_DEBUGGING_INFO.
13448
13449 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
13450
13451         * gcov.c (struct arc_info): Replace local_span with cycle.
13452         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13453         (solve_flow_graph): Set is_call_return.
13454         (add_line_counts): Adjust. In block mode, blocks attach to last line.
13455         (accumulate_line_counts): Find graph cycles, not spanning tree.
13456         (output_branch_count): Adjust.
13457         (output_lines): Adjust.
13458         * doc/gcov.texi: Update.
13459
13460 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
13461
13462         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13463         the second alternative to "#".
13464
13465 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13466
13467         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13468         (single_zero_operand): Likewise.
13469
13470 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
13471
13472         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
13473         * df.c: Include alloc-pool.h, not obstack.h.
13474         (df_ref_obstack): Remove.
13475         (df_ref_pool, df_link_pool): Add pools.
13476         (df_alloc): Init the new pools.
13477         (df_free): And free them.
13478         (df_link_create): Use the pools.
13479         (df_ref_create): Ditto.
13480
13481 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13482
13483         * simplify-rtx.c: Fix formatting.
13484
13485 2003-04-05  Andrew Pinski  <apinski@apple.com>
13486
13487         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13488         reg with reg1 == reg2 and offset1 = -8.
13489
13490 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
13491
13492         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13493         multiply costs.  Correct Power4 divide costs.
13494         * config/rs6000/power4.md: Restore multiply and FP latency.
13495
13496 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13497
13498         * alias.c (find_base_term): Export.
13499         * rtl.h (find_base_term): Declare.
13500         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13501         instead of flag_exceptions.  Move test for parameter passing ...
13502         (store_killed_in_insn): ... here.
13503
13504 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13505
13506         PR bootstrap/10267
13507         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13508         for configuring.
13509
13510 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13511
13512         * dbxout.c (scope_labelno): Add GTY.
13513         (have_used_extensions): Add GTY.
13514         (source_label_number): Add GTY.
13515         (lastfile): Add GTY.
13516         (lastfile_is_base): New.
13517         (base_input_file): New.
13518         (dbxout_handle_pch): New.
13519         (dbx_debug_hooks): Add handle_pch.
13520         (xcoff_debug_hooks): Likewise.
13521         (dbxout_function_end): Remove scope_labelno.
13522         (dbxout_init): Set base_input_file.
13523         (dbxout_handle_pch): New.
13524         (dbxout_source_file): Honour lastfile_is_base.
13525         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13526         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13527         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13528         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13529         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13530         * debug.h (struct gcc_debug_hooks): Add handle_pch.
13531         * c-pch.c (pch_init): Don't call start_source_file, but do call
13532         handle_pch.
13533         (c_common_write_pch): Call handle_pch.
13534         (c_common_read_pch): Don't call start_source_file,
13535         or end_source_file.
13536
13537 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
13538
13539         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13540         use of default attributes to agree MEM_ALIGN macro.
13541
13542 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
13543
13544         * dbxout.c (dbxout_type): When printing type index of range type
13545         whose bounds are printed in octal format, print type of parent type if
13546         it exists so enumerated type descriptions are not transformed
13547         into unsigned types.
13548
13549 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
13550
13551         * config/h8300/h8300-protos.h: Add a prototype for
13552         compute_a_shift_cc.
13553         * config/h8300/h8300.c (shift_one): Update the CC status.
13554         (shift_two): Likewise.
13555         (output_a_shift_cc): Set cc_inline and cc_special.
13556         (compute_a_shift_cc): New.
13557         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13558
13559 2003-04-04  Richard Henderson  <rth@redhat.com>
13560
13561         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13562
13563 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
13564
13565         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13566         * fixinc/fixincl.x: Rebuilt.
13567         * fixinc/tests/base/stdio.h: Regenerated.
13568
13569 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
13570
13571         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13572
13573 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
13574
13575         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13576         (NORMAL_MODE).
13577         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13578
13579 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13580
13581         * doc/contrib.texi (Contributors): Add entries for Wolfgang
13582         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13583         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13584         Danny Smith, and Ulrich Weigand.
13585         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13586         entry.
13587
13588 2003-04-04  Nick Clifton  <nickc@redhat.com>
13589
13590         * config/sparc/sol2-bi.h: Revert previous delta.
13591         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13592
13593 2003-04-04  Nick Clifton  <nickc@redhat.com>
13594
13595         * config/v850/v850.c (expand_prologue): Only use register save
13596         helper functions if long calls are not being used.
13597         Add a clobber of r11 id using long calls.
13598         (pattern_is_ok_for_prologue): Account for the extra clobber.
13599         (construct_save_jarl): Likewise.
13600         * config/v850/v850.md (prolog pattern): Do not use this pattern
13601         for v850e's.
13602
13603 2003-04-04  Andreas Schwab  <schwab@suse.de>
13604
13605         * stor-layout.c (layout_decl): Avoid syntax error in last change
13606         when PCC_BITFIELD_TYPE_MATTERS is defined but not
13607         EMPTY_FIELD_BOUNDARY.
13608
13609 2003-04-03  Jason Merrill  <jason@redhat.com>
13610
13611         PR c/10175
13612         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
13613         Look backwards for a line note.
13614
13615 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
13616
13617         * fix-header.c (read_scan_file): Defer switch processing.
13618
13619 2003-04-03  Matt Austern  <austern@apple.com>
13620
13621         * cpppch.c (reset_ht): Remove.
13622         (cpp_read_state): Remove loop to reset hashtable identifiers.
13623         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
13624         after pch file is written.
13625         * ggc.h (gt_pch_fixup_stringpool): Declare.
13626         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
13627         hashnode's value to another hashtable, then clear the original.
13628         (saved_ident_hash): Define.
13629         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
13630         store definitions in ident_hash, and clear ident_hash.
13631         (gt_pch_fixup_stringpool): Define.  Restore definitions from
13632         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
13633
13634 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13635
13636         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
13637
13638 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13639
13640         PR optimization/10157
13641         * gcse.c (can_copy_p): Rename it to can_copy.
13642         (can_copy_init_p): Remove.
13643         (compute_can_copy): Use can_copy instead of can_copy_p.
13644         (can_copy_p): New exported function. Call compute_can_copy.
13645         (hash_scan_set): Use it.
13646         (gcse_main): Don't call compute_can_copy.
13647         (bypass_jumps): Don't call compute_can_copy.
13648         * rtl.h (can_copy_p): Declare.
13649         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
13650         copy if the mode doesn't support copy operations.
13651
13652 2003-04-03  Jason Merrill  <jason@redhat.com>
13653
13654         * Makefile.in (unstrap): Also remove stage_last.
13655
13656         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
13657         (dwarf2out_source_line): Don't do anything if line==0.
13658
13659         * stor-layout.c (do_type_align): New fn, split out from...
13660         (layout_decl): ...here.  Do all alignment calculations for
13661         FIELD_DECLs here.
13662         (update_alignment_for_field): Not here.
13663         (start_record_layout, debug_rli): Remove unpadded_align.
13664         * tree.h (struct record_layout_info_s): Remove unpadded_align.
13665         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13666         or DECL_MODE on the CONST_DECLs.
13667         (finish_struct): Don't mess with DECL_ALIGN.
13668
13669 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
13670
13671         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13672
13673 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
13674
13675         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13676         function is an interrupt handler.
13677
13678         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13679         restoring target registers with EH_RETURN_STACKADJ_RTX; use
13680         multiple registers in round-robin fashion.
13681
13682 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13683
13684         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13685         * system.h (CHAR_BITFIELD): New.
13686
13687 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
13688
13689         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13690         and LE.
13691         (another peephole2): Likewise.
13692
13693 2003-04-03  Nick Clifton  <nickc@redhat.com>
13694
13695         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13696         (DEF_ARCH64_SPEC): Likewise.
13697
13698 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13699
13700         * i386.c (constant_address_p): Use legitimate_constant_p.
13701         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13702
13703 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13704
13705         * config/h8300/h8300-protos.h: Add a prototype for
13706         gtle_operator.
13707         * config/h8300/h8300.c (gtle_operator): New.
13708         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13709         gtle_operator.
13710         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13711         and LE.
13712
13713 2003-04-02  Richard Henderson  <rth@redhat.com>
13714
13715         * libgcc-std.ver (_Unwind_GetCFA): New.
13716         * unwind-dw2.c (_Unwind_GetCFA): New.
13717         * unwind-libunwind.c (_Unwind_GetCFA): New.
13718         * unwind-sjlj.c (_Unwind_GetCFA): New.
13719         * unwind.h: Declare it.
13720
13721 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
13722
13723         PR inline-asm/8088
13724         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
13725         when MMX/SSE is not available.
13726
13727 2003-04-02  Mike Stump  <mrs@apple.com>
13728
13729         * doc/install.texi (Specific): Update pointers to apple.com.
13730
13731 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
13732
13733         * i386.c (override_options):  Disable red zone by default on i386.
13734         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13735         Do not test TARGET_64BIT together with TARGET_RED_ZONE
13736
13737 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13738
13739         * config/h8300/h8300.md (a peephole2): Tighten the condition.
13740
13741 2003-04-02  Richard Henderson  <rth@redhat.com>
13742
13743         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13744
13745 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13746
13747         * config/h8300/h8300.md (a peephole2): New.
13748
13749 2003-04-02  Richard Henderson  <rth@redhat.com>
13750
13751         * except.c (sjlj_find_directly_reachable_regions): Recognize when
13752         must-not-throw region has been deleted.
13753
13754 2003-04-02  Richard Henderson  <rth@redhat.com>
13755
13756         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13757         optimization when flag_exceptions not enabled.
13758
13759 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13760
13761         * config/rs6000/rs6000.c
13762         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13763         macros.
13764         (rs6000_issue_rate): Add case for 8540.
13765         (rs6000_use_sched_lookahead): New function.
13766
13767         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13768         units into MU ones.
13769         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13770         reservation before retirement.
13771         (ppc8540_multiply, ppc8540_load, ppc8540_store,
13772         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13773         Remove additional cycle in the reservation before retirement.
13774         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13775         reservation of ppc8540_issue.
13776
13777 2003-04-02  Andreas Schwab  <schwab@suse.de>
13778
13779         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13780
13781 2003-04-01  Richard Henderson  <rth@redhat.com>
13782
13783         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13784         notes for nothrow calls if flag_forced_unwind_exceptions.
13785         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13786         (sjlj_find_directly_reachable_regions): Likewise.
13787         (reachable_handlers): Likewise.
13788         (can_throw_external): Likewise.
13789         (collect_one_action_chain): Record cleanups after catch-all and
13790         must-not-throw if flag_forced_unwind_exceptions.
13791         * flags.h (flag_forced_unwind_exceptions): Declare.
13792         * toplev.c (flag_forced_unwind_exceptions): New.
13793         (lang_independent_options): Add it.
13794         * doc/invoke.text: Add it.
13795
13796 2003-04-01  David Mosberger <davidm@hpl.hp.com>
13797
13798         * config/ia64/crti.asm: Clean up trailing whitespace.
13799         Remove trailing hashes (#) from identifiers.
13800
13801         * config/ia64/crtn.asm: Ditto.
13802
13803         * config/ia64/crtend.asm: Remove trailing hashes (#) from
13804         identifiers.
13805         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
13806         directives.  Drop explicit bundling---it just makes the code
13807         harder to read.  Don't save/restore gp needlessly.
13808
13809         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13810         identifiers (they're only needed if the identifier would clash
13811         with a register name otherwise).
13812         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13813         directives.  Drop explicit bundling---it just makes the code
13814         harder to read.
13815         (__do_jv_register_classes): Ditto.
13816         (.fini_array): Remove "progbits" (newer
13817         assemblers don't like wrong section-types).
13818         (.init_array): Ditto.
13819
13820 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13821
13822         PR fortran/9974
13823         * gcse.c (reg_killed_on_edge): New function to test whether the
13824         given reg is overwritten by any instruction queued on an edge.
13825         (bypass_block): Ignore substitutions killed on incoming edges.
13826         Don't bypass outgoing edges that have queued instructions.
13827
13828 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
13829
13830         * real.h (EXP_BITS): Make room for...
13831         (struct real_value): ... added canonical bit.
13832         (struct real_format): Added pnan.
13833         (mips_single_format, mips_double_format, mips_extended_format,
13834         mips_quad_format): New.
13835         * real.c: Copy p to pnan in all formats.
13836         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13837         (real_nan): Use pnan to compute significand's shift.
13838         (real_identical): Disregard significand in canonical
13839         NaNs.
13840         (real_hash): Likewise.  Take signalling into account.
13841         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13842         Disregard significand bits in canonical NaNs.  Set all bits of
13843         canonical NaN if !qnan_msb_set.
13844         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
13845         qnan_msb_set to tell the base double format.
13846         (ibm_extended_format): Use 53 as pnan.
13847         (mips_single_format, mips_double_format, mips_extended_format,
13848         mips_quad_format): Copied from the corresponding ieee/ibm
13849         formats, with qnan_msb_set false.
13850         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13851         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13852         * config/mips/mips.c (override_options): Use mips_single_format
13853         and mips_double_format.  Default TFmode to mips_quad_format.
13854         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13855         * config/mips/t-irix6: Likewise.
13856         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13857         * config/fp-bit.c (pack_d, unpack_d): Obey it.
13858
13859 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
13860
13861         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13862         (live_image_destructor): Reset image to initial state.
13863         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13864
13865 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
13866
13867         * config/sparc/sparc.c (input_operand): Accept bare
13868         CONSTANT_P_RTX operands.
13869
13870 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13871
13872         * gcse.c (struct ls_expr): Added pattern_regs field.
13873         (ldst_entry): Initialize it.
13874         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13875         (store_ops_ok): Use regs precomputed by them.
13876         (find_loads, store_killed_in_insn, load_kills_store): Change return
13877         type to bool.
13878         (store_killed_before, store_killed_after): Take position of register
13879         set in account.
13880         (reg_set_info): Store position of the setter.
13881         (gcse_main): Enable store motion.
13882         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13883         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13884         sharing.
13885         (simple_mem): Enable store motion of non-symbol mems.
13886         (regvec): Type changed.
13887         (LAST_AVAIL_CHECK_FAILURE): New.
13888         (compute_store_table_current_insn): New.
13889         (build_store_vectors): Computation of availability and anticipatability
13890         moved ...
13891         (compute_store_table, find_moveable_store): ... here.
13892         (delete_store): Remove senseless comment.
13893         (store_motion): Reorganize.
13894
13895 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
13896
13897         * config/mips/mips.c (override_options): Provide mappings for
13898         HI_REGNUM and LO_REGNUM.
13899         * config/mips/mips.h (MD_DBX_FIRST): Define.
13900
13901 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13902
13903         * combine.c (merge_outer_ops): Fix typo.
13904
13905         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13906
13907 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
13908
13909         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13910         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13911         imul_compare.  Add lmul_compare.
13912         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
13913         in second pair of dispatch slots.  Model stores more accurately.
13914         Tweak multiply model.  Add bypasses for CR instructions dependent
13915         on complicated compares.
13916         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13917         (muldi3): Add lmul_compare patterns.
13918         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13919         and FPSTORE_UX to split instructions and add COMPARE,
13920         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13921         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13922         (rs6000_rtx_costs): Separate POWER4 multiply case.
13923
13924 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
13925
13926         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13927         Do nothing if __builtin_return_address was not used.
13928
13929 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
13930
13931         * i386.md (test patterns):  Allow memory operand in operand1.
13932
13933 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
13934
13935         * testsuite/gcc.c-torture/execute/simd-3.c: New.
13936
13937         * expr.c (expand_expr): Handle VECTOR_CST.
13938         (const_vector_from_tree): New.
13939
13940         * varasm.c (output_constant): Handle VECTOR_CST.
13941
13942         * c-typeck.c (digest_init): Build a vector constant from a
13943         VECTOR_TYPE.
13944
13945         * config/rs6000/rs6000.c: Remove prototype for
13946         easy_vector_constant.
13947         (easy_vector_constant): Add mode parameter.  Rewrite to handle
13948         more easy constants.
13949         (rs6000_emit_move): Pass mode to easy_vector_constant.
13950         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13951         (emit_easy_vector_insn): New.
13952         (easy_vector_same): New.
13953         (EASY_VECTOR_15): New macro.
13954         (EASY_VECTOR_15_ADD_SELF): New macro.
13955         (bdesc_2arg): Rename to xorv2si3.
13956         (easy_vector_constant_add_self): New.
13957         (input_operand): Allow vector constants.
13958
13959         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13960         easy_vector_constant, easy_vector_constant_add_self.
13961         (EXTRA_CONSTRAINT): Add 'W'.
13962
13963         * config/rs6000/rs6000-protos.h: Add prototype for
13964         easy_vector_constant, emit_easy_vector_insn.
13965
13966         * config/rs6000/altivec.md (xorv8hi3): New.
13967         (xorv16qi3): New.
13968         Remove all _const0 patterns.
13969         (movv4si_internal): Rewrite to use code.  Add vector constant to
13970         vector alternative.  Add splitter.
13971         (movv8hi_internal): Same.
13972         (movv16qi_internal): Same.
13973         (movv4sf_internal): Same.
13974         Change the unspecs for vspltis* to use constants.
13975
13976         * config/rs6000/spe.md ("xorv4hi3"): New.
13977         ("spe_evxor"): Rename to xorv2si3.
13978         ("xorv1di3"): New.
13979         Remove all _const0 patterns.
13980         (movv2si_internal): Rewrite to use code.  Add vector constant to
13981         alternatives.  Add splitter.
13982         (movv4hi_internal): Add vector constant to alternatives.
13983         (movv1di_internal): Same.
13984         (movv2sf_internal): Same.
13985
13986 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13987
13988         PR c/9936
13989         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13990         variably-sized arrays in parameters.
13991         (set_save_expr_context): New function.
13992         (c_expand_body): Use it, via walk_tree.
13993
13994 2003-03-31  Eric Christopher  <echristo@redhat.com>
13995
13996         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13997         (combinable_i3pat): Remove call to expand_field_assignment and
13998         #if 0'd code.
13999
14000 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
14001
14002         PR c++/10278
14003         * c-common.c (finish_label_address_expr): Handle the
14004         error_mark_node.
14005
14006 2003-03-31  Richard Henderson  <rth@redhat.com>
14007
14008         * real.c (real_identical): Reorg so as to not compare
14009         signalling for normals.
14010
14011 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14012
14013         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
14014
14015 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14016
14017         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
14018         notes as they are boggus.
14019         (m68hc11_gen_movqi): Likewise.
14020
14021 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
14022
14023         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
14024         save the soft registers after the frame pointer so that gdb can unwind
14025         the frame more easily.
14026         (expand_epilogue): Likewise in opposite order; allow to use X register
14027         as scratch if the return value is by reference.
14028
14029 2003-03-31  Jason Merrill  <jason@redhat.com>
14030
14031         PR java/10145
14032         * stor-layout.c (update_alignment_for_field): Respect
14033         DECL_USER_ALIGN for zero-length bitfields, too.
14034         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
14035         fields.
14036
14037 2003-03-31  Matt Austern  <austern@apple.com>
14038
14039         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
14040         (count_defs): Keep track of number of defs as well as total size.
14041         (write_defs): Put every definition in cpp_savedstate's defs array.
14042         (comp_hashnode): Define.  Comparison function for qsort.
14043         (cpp_write_pch_deps): Sort definitions before writing them.
14044         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
14045         (collect_ht_nodes): Define.
14046         (cpp_valid_state): When verifying that undefined identifiers in
14047         the pch file are still undefined, read a sorted list of undefined
14048         identifiers, collect all defined identifiers into a sorted list,
14049         and walk through both lists to make sure there's no match.
14050
14051 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14052
14053         * config/h8300/h8300.md (a peephole2): New.
14054
14055 2003-03-31  Michael Matz  <matz@suse.de>
14056
14057         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
14058
14059 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
14060
14061         PR target/10177
14062         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
14063         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
14064         all call-clobbered registers as used.
14065
14066 2003-03-31  Michael Matz  <matz@suse.de>
14067
14068         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
14069         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
14070
14071 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
14072
14073         * gcov.c: Add -a & -u options.
14074         (struct arc_info): Add local_span, is_call_non_return,
14075         is_nonlocal_return, is_unconditional flags, remove is_call flag.
14076         (struct block_info): Add flags, is_call_site, is_nonlocal_return
14077         members. Make encodings a union with span member.
14078         (struct function_info): Add blocks_executed, line, src, line_next
14079         members.
14080         (struct coverage_info): Make branches a union with blocks member.
14081         (struct source_info): Add functions member.
14082         (object_summary, program_count): New global variables.
14083         (flag_all_blocks, flag_unconditional): New flags.
14084         (find_source, output_branch_count): New functions.
14085         (print_usage): Adjust.
14086         (options): Adjust.
14087         (process_args): Adjust.
14088         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
14089         <GCOV_TAG_BLOCKS>: Read flags.
14090         <GCOV_TAG_LINES>: Adjust.
14091         (read_count_file): Process SUMMARY tags.
14092         (solve_flow_graph): Set is_unconditional and clear is_call_site
14093         appropriately.
14094         (add_branch_counts): Adjust. Don't count unconditional branches.
14095         (add_line_counts): Deal with all-blocks mode, accumulate block
14096         coverage.
14097         (accumulate_line_counts): Adjust, generate local spanning tree for
14098         all-blocks mode.
14099         (output_lines): Adjust.
14100         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
14101         * doc/gcov.texi: Document.
14102
14103 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14104
14105         * config/h8300/h8300.md: Organize peephole2's that transform
14106         (compare (reg:HI) (const_int)).
14107
14108 2003-03-31  Roger Sayle  <roger@eyesopen.com>
14109
14110         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
14111         (init_emit_once): Initialize dconstm2 and dconsthalf here.
14112         * real.h (dconstm2, dconsthalf): Add prototypes here.
14113         * real.c (real_sqrt): Use dconsthalf rather than local copy.
14114         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
14115         exp(x/2.0) remember to fold the division if possible.
14116         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
14117         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
14118         1.0/(x*x) and pow(x,0.5) as sqrt(x).
14119
14120 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
14121
14122         * config/h8300/h8300.md (a new peephole2): New.
14123
14124 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
14125
14126         * gcse.c (simple_mem): Return false for floating-point accesses
14127         if flag_float_store is true.
14128
14129 2003-03-30  Roger Sayle  <roger@eyesopen.com>
14130
14131         * gcse.c (gcse_constant_p): New function to identify constants
14132         suitable for constant propagation, including COMPARE with two
14133         integer constant arguments.
14134         (hash_scan_set): Use gcse_constant_p.
14135         (find_avail_set): Likewise.
14136         (cprop_insn): Likewise.
14137         (do_local_cprop): Likewise.
14138         (find_implicit_sets): Likewise.
14139         (find_bypass_set): Likewise.
14140
14141 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
14142
14143         * except.h: Remove definition of varray_type.
14144
14145 2003-03-30  Richard Henderson  <rth@redhat.com>
14146
14147         PR opt/10011, opt/10252:
14148         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
14149         before post-gcse cse pass.
14150
14151 2003-03-30  Roger Sayle  <roger@eyesopen.com>
14152
14153         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
14154
14155 2003-03-30  DJ Delorie  <dj@redhat.com>
14156
14157         * profile.c (instrument_edges): Make sure any newly created
14158         jump insns have correct jump label info.
14159
14160 2003-03-30  Richard Henderson  <rth@redhat.com>
14161
14162         * cfgbuild.c (make_edges): Use tablejump_p.
14163         * cfgcleanup.c (label_is_jump_target_p): Likewise.
14164         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
14165         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
14166         (try_redirect_by_replacing_jump): Likewise.
14167         (redirect_edge_and_branch): Likewise.
14168         * cse.c (fold_rtx): Likewise.
14169         * jump.c (delete_related_insns): Likewise.
14170         * rtlanal.c (get_jump_table_offset): Likewise.
14171         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
14172
14173 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14174
14175         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
14176         (STRICT2_WARN): Likewise.
14177
14178 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14179
14180         PR other/6955
14181         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14182         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14183
14184 2003-03-30  Richard Henderson  <rth@redhat.com>
14185
14186         PR c/10083
14187         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14188         don't zero_extend const inputs.
14189
14190 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14191
14192         * reload1.c (reload_cse_move2add): Fix a comment typo.
14193
14194 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14195
14196         * config/h8300/h8300.md (a peephole2): Remove useless code.
14197
14198 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14199
14200         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14201         (*iorsi3_and_lshiftrt): Likewise.
14202         (*iorsi3_zero_extract): Likewise.
14203
14204 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14205
14206         * config/h8300/h8300.md (*insv_si_8_8): New.
14207         (*insv_si_8_8_lshiftrt_8): Likewise.
14208         (a peephole2): Likewise.
14209
14210 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14211
14212         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14213         Uniformly use bugfix instead of bug fix.
14214
14215 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14216
14217         PR doc/895
14218         * ONEWS: Remove those items that already appear in the EGCS
14219         release notes on our web pages.
14220
14221 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14222
14223         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14224         TARGET_HARD_FLOAT.  Reformat.
14225         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14226
14227 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
14228
14229         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14230         work on Solaris 2.5.1.
14231
14232 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
14233
14234         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14235         section of h8300.md
14236         (*addsi3_and_nor_r_1): Likewise.
14237
14238 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
14239
14240         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14241         set up before any trapping memory access if flag_non_call_exceptions.
14242
14243 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14244
14245         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14246
14247         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14248
14249 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
14250
14251         * configure.in: Clarify comments.
14252         * configure: Regenerate.
14253
14254 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
14255
14256         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14257         label even if pool empty when generating PIC.
14258         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14259
14260 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
14261             Dhananjay Deshpande  <dhananjayd@kpit.com>
14262
14263         PR target/10205
14264         * config/h8300/h8300.c (h8300_initial_elimination_offset):
14265         Correct the offset computation when TARGET_NORMAL.
14266
14267 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14268
14269         PR target/10067
14270         * config/sparc/sparc.md (jump pattern): Correct order
14271         when issuing the annuling marker.
14272
14273 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14274
14275         PR c/8281
14276         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14277         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14278
14279 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14280
14281         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14282         globalize_label.
14283         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14284         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14285         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14286         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14287         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14288         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14289         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14290
14291 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14292
14293         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14294         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
14295         notes after hoisting.
14296         (load_mems): Adjust replace_loop_mems call.
14297
14298 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14299             Richard Henderson  <rth@redhat.com>
14300
14301         PR target/10114 and PR target/10084
14302         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14303
14304 2003-03-27  Richard Henderson  <rth@redhat.com>
14305
14306         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14307
14308 2003-03-27  Roger Sayle  <roger@eyesopen.com>
14309
14310         * fold-const.c (fold_inf_compare):  New function to simplify FP
14311         comparisons against +Infinity or -Infinity.
14312         (fold):  Optimize floating point comparisons against Infs and NaNs.
14313
14314 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
14315
14316         * libgcov.c: Provide only dummy functions if libc is not available.
14317
14318 2003-03-27  Richard Henderson  <rth@redhat.com>
14319
14320         * real.h (struct real_value): Add signalling.
14321         (EXP_BITS): Decrement.
14322         * real.c (get_canonical_qnan): Don't set MSB-1.
14323         (get_canonical_snan): Likewise.  Set signalling.
14324         (real_identical): Compare signalling.
14325         (round_for_format): Remove force-one-bit on code.
14326         (real_nan): Likewise.  Set signalling.
14327         (encode_ieee_single): Add force-one-bit code; honor signalling.
14328         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14329         (decode_ieee_single): Set signalling.
14330         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14331
14332 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
14333
14334         PR ada/9953
14335         * ada/Makefile.in (gnatlib configuration for HPUX): Split
14336         the general section for HPUX into specific sections for
14337         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14338         11 case.
14339
14340 2003-03-27  Glen Nakamura  <glen@imodulo.com>
14341
14342         PR opt/10087
14343         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14344         while incrementing giv.
14345         (record_biv): Check for duplicate biv locations and
14346         set (struct induction *) v->same if found.
14347
14348 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
14349
14350         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14351         v0.9 API change: replace read of UNW_REG_HANDLER with
14352         unw_get_proc_info().
14353         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14354         with unw_get_proc_info().
14355         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14356         unw_get_proc_info().
14357
14358 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
14359
14360         * config/rs6000/8540.md: Use presence_set instead of absence_set.
14361
14362 2003-03-26  Richard Henderson  <rth@redhat.com>
14363
14364         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14365
14366 2003-03-26  Roger Sayle  <roger@eyesopen.com>
14367
14368         PR bootstrap/10051, PR bootstrap/10169.
14369         * mips-tfile.c (init_file): Don't provide a static initializer.
14370         (initialize_init_file): Initialize the contents of init_file.
14371         (add_file): Call initialize_init_file if not already initialized.
14372
14373 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
14374
14375         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14376         registers used for global asm variables.
14377         (s390_frame_info, s390_arg_frame_offset): Likewise.
14378         (s390_emit_prologue, s390_emit_epilogue): Likewise.
14379
14380 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
14381
14382         * config/rs6000/8540.md: New file.
14383
14384         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14385         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14386         reservations for imul.
14387
14388         * config/rs6000/rs6000.md: Include 8540.md.  Change
14389         delayed_compare onto mult_compare for insns generating
14390         multiplication.
14391         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14392         New type attribute values.
14393
14394         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14395         fpsimple instead of fp.
14396         (*divsf3_gpr): Use type vecfdiv instead of fp.
14397         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14398         instead of vecfloat.
14399         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14400         (spe_brinc): Use type brinc instead of veccomplex.
14401         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14402         veccomplex.
14403         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14404         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14405         *movv2sf_internal): Define type attribute values for all
14406         alternatives.
14407         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14408         of fpcompare.
14409         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14410         instead of fpcompare.
14411
14412 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
14413
14414         * config/rs6000/power4.md: Allow delay between dispatch and
14415         function units for simple instructions.  Correct store units.
14416         Allow branch to occupy as many dispatch slots as necessary.
14417
14418 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
14419
14420         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14421         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14422         zero extend old to it.
14423         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14424         operand.
14425
14426 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
14427
14428         PR target/7784
14429         * reload.c (find_reloads_address): Handle
14430         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14431         all base registers.
14432
14433 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
14434
14435         PR other/10203
14436         * version.c: Reference the GCC web site in the URL.
14437
14438 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
14439
14440         * c-incpath.c (add_standard_paths): Add both "translated" and
14441         non-translated header paths.
14442
14443 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
14444
14445         * doc/install.texi (*-*-freebsd*): Update with known status.
14446
14447 2003-03-21  Jason Merrill  <jason@redhat.com>
14448
14449         PR optimization/10171
14450         * unroll.c (unroll_loop): Don't delete the jump at the end unless
14451         we also delete a jump at the beginning.
14452
14453 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
14454
14455         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14456         contributor.
14457
14458 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
14459
14460         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14461         constants are not expensive.
14462
14463 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
14464
14465         PR opt/10056
14466         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
14467         jump jumping to the next instruction.
14468         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
14469
14470 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14471
14472         * doc/passes.texi (Passes): Properly document that we do not
14473         perform jump2 any longer; remove command-line option -dJ.
14474
14475 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14476
14477         PR optimization/8746
14478         * config/i386/i386.md (and promoting splitters): Disable HImode to
14479         SImode promoting when the sign bit matters and is not preserved, or
14480         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14481         for size.
14482
14483 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14484
14485         * config/h8300/h8300.md (a peephole2): Extend to support loads
14486         in QImode and HImode.
14487
14488 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
14489
14490         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14491         _return_far
14492         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14493         (MULTILIB_EXCEPTIONS): Likewise.
14494         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14495         by calling some board support routine.
14496         ("call_value"): Likewise.
14497         ("*return_void"): Likewise for return.
14498         ("*return_16bit"): Likewise.
14499         ("*return_32bit"): Likewise.
14500         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14501         for 68HC11 too.
14502         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14503         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14504         -mlong-calls for 68HC11.
14505         * config/m68hc11/larith.asm (declare_near): New macro.
14506         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14507         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14508         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14509         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14510         (__mulhi32): Likewise.
14511         (ret): Update macro for 68HC11.
14512         (__far_trampoline): Implement for 68HC11.
14513         (__call_a16, __call_a32, __return_void, __return_16): New support
14514         routines for 68HC11 memory bank switching calling support.
14515         (__return_32): Likewise.
14516
14517 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
14518
14519         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14520
14521 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
14522
14523         * doc/install.texi (Testing): Mention test result links from build
14524         status pages.
14525
14526 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
14527
14528         * function.c (put_var_into_stack): Change bool parameter to int.
14529         (gen_mem_addressof): Likewise.
14530         * rtl.h (gen_mem_addressof): Likewise.
14531         * tree.h (put_var_into_stack): Likewise.
14532         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14533         gen_mem_addressof or put_var_into_stack.
14534         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14535         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14536
14537 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14538
14539         * config/h8300/h8300.md (a peephole2): New.
14540
14541 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
14542
14543         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14544
14545 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14546
14547         * doc/contrib.texi (Contributors): Update Janis Johnson.
14548
14549 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14550
14551         PR target/10072
14552         * combine.c (simplify_if_then_else): Check that the mode
14553         has MODE_INT class before applying the (OP Z (mult COND C2))
14554         transformation.
14555
14556 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14557
14558         PR optimization/9414
14559         * config/sparc/sparc.md (widening peepholes): Use
14560         widen_memory_access instead of change_address.
14561
14562 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
14563
14564         PR c++/7086
14565         * c-typeck.c (c_mark_addressable): Adjust calls to
14566         put_var_into_stack.
14567         * expr.c (expand_expr): Likewise.
14568         * function.c (put_var_into_stack): Add rescan parameter.  Do not
14569         call fixup_var_refs when rescan is false.
14570         (gen_mem_addressof): Likewise.
14571         (assign_parms): Adjust calls to put_var_into_stack.
14572         (setjmp_protect): Likewise.
14573         (setjmp_protect_args): Likewise.
14574         * rtl.h (gen_mem_addressof): Change prototype.
14575         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14576         * tree.h (put_var_into_stack): Change prototype.
14577
14578 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
14579
14580         PR middle-end/9967
14581         * builtins.c (expand_builtin_fputs): When optimizing for size,
14582         don't transform fputs into fwrite.
14583
14584 2003-03-23  Glen Nakamura <glen@imodulo.com>
14585
14586         PR c/8224
14587         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14588         when signedness changes for division or modulus.
14589
14590 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
14591
14592         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14593         globalize_label.
14594
14595 2003-03-23  Roger Sayle  <roger@eyesopen.com>
14596
14597         PR c/10178
14598         * stmt.c (expand_end_case_type): Check for overflow in range when
14599         determining whether to use a bit-test implementation.
14600
14601 2003-03-23  Richard Henderson  <rth@redhat.com>
14602
14603         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
14604         before flow2.
14605         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
14606
14607 2003-03-23  Richard Henderson  <rth@redhat.com>
14608
14609         PR opt/10116
14610         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
14611         from then_bb or else_bb after flow2.
14612
14613 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
14614
14615         * configure.in: Check whether it is necessary to link against
14616         libm to use ldexp.
14617         * configure: Regenerate.
14618         * Makefile.in: Add LDEXP_LIB substitution variable.
14619
14620 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
14621
14622         * config/h8300/h8300.md: Fix comment typos.
14623
14624 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14625
14626         * pa.c (output_cbranch): Fix typo in comment.
14627
14628 2003-03-22  Richard Henderson <rth@redhat.com>
14629
14630         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
14631         after reload.
14632
14633 2003-03-22  DJ Delorie  <dj at redhat dot com>,
14634         Bruce Korb  <bkorb at gnu dot org>
14635
14636         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
14637         buggy Solaris 2.6 mutex/cond initializers.
14638         (solaris_mutex_init): Rename to solaris_mutex_init_2.
14639         * fixinc/fixincl.x: Regenerate.
14640         * fixinc/tests/base/pthread.h: Update.
14641         * fixinc/fixincl.c(initialize): be explicit about the default case
14642         and indicate verbose level when being very, very verbose.
14643         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
14644
14645 2003-03-22  Andreas Jaeger  <aj@suse.de>
14646
14647         * config/i386/i386.c (ix86_init_machine_status): Return value.
14648
14649 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14650
14651         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
14652         conditional branch to the following instruction.  Use next_real_insn
14653         instead of next_active_insn.
14654         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
14655         instead of next_active_insn.
14656
14657 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
14658
14659         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14660         instead of 'm' constraint in forced-split alternatives.
14661         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
14662         VALIDATE_ADDRESS parameter to operand_subword.
14663
14664 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
14665
14666         * config/h8300/h8300.c (notice_update_cc): Correctly handle
14667         the case where the set destination is STRICT_LOW_PART.
14668
14669 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
14670
14671         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14672         c30 instead of a c40 processor.
14673
14674 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
14675
14676         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
14677
14678 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14679
14680         * c-common.c: Include intl.h.
14681         (shadow_warning): Rewrite to allow better diagnostic translations.
14682         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
14683         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14684         use it throughout.
14685         * Makefile.in (c-common.o): Add intl.h.
14686
14687 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
14688
14689         * config.gcc: Remove 'float_format'.
14690
14691         * fixproto: Define NULL and size_t in generated stdlib.h and
14692         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
14693         Rearrange file generation loop for readability.  Generate time.h,
14694         string.h if missing.
14695         * tsystem.h: Include <string.h>, <time.h> unconditionally.
14696         * config.gcc: Blow away POSIX defines.
14697
14698 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14699
14700         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14701
14702 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14703
14704         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14705         writing .interrupt command.
14706         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14707         if it's a far or near function.
14708         ("call_value"): Likewise.
14709         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14710         near attributes.
14711         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14712         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14713         (m68hc11_initial_elimination_offset): Set current_function_far
14714         according to attributes.
14715         (expand_prologue): Likewise.
14716         (trap_handler_symbol): New global to keep track of trap handlers.
14717         (m68hc11_encode_section_info): Mark symbol as far if needed; set
14718         trap symbol.
14719         (m68hc11_is_far_symbol): New function.
14720         (m68hc11_is_trap_symbol): New function.
14721         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14722         (m68hc11_is_trap_symbol): Declare.
14723
14724 2003-03-21  Jan Hubicka  <jh@suse.cz>
14725
14726         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14727         only when amount of saved regs changed.
14728         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14729         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14730
14731 2003-03-21  Jan Hubicka  <jh@suse.cz>
14732
14733         PR inline-asm/7916
14734         * function.c (instantiate_virtual_regs_lossage): New function.
14735         (instantiate_virtual_regs_1): Use it.
14736         (instantiate_virtual_regs): Do not continue in substition when insn has
14737         been deleted.
14738
14739 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14740
14741         * combine.c (make_field_assignment): Fix a warning.
14742
14743 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14744
14745         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14746
14747 2003-03-21  Dale Johannesen  <dalej@apple.com>
14748
14749         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
14750         priority for R2 on Darwin.
14751         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
14752
14753 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14754
14755         * combine.c (make_field_assignment): Remove unnecessary AND
14756         when storing into zero_extract.
14757
14758 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14759
14760         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14761         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14762         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14763         in comment.
14764
14765 2003-03-21  DJ Delorie  <dj@redhat.com>
14766
14767         * optabs.c (init_integral_libfuncs): Make sure we init at least up
14768         to "long long" size words.
14769
14770 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
14771
14772         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14773         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14774         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14775
14776 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14777
14778         PR doc-bug/9813
14779         * doc/extend.texi: Move misplaced paragraph about underscores in
14780         variables in macros.
14781
14782 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14783             Richard Henderson  <rth@redhat.com>
14784
14785         PR optimization/8366
14786         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14787         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14788         PIC+SYMBOLIC_CONST in other modes than Pmode.
14789         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14790         the form PIC+SYMBOLIC_CONST as mode dependent.
14791
14792 2003-03-21  DJ Delorie  <dj@redhat.com>
14793
14794         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14795         sure we always emit at least one insn.
14796
14797 2003-03-21  Christopher Faylor  <cgf@redhat.com>
14798
14799         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14800         stub t-cygming. Use common target header cygming.h. Add extra
14801         c_target_obj and cxx_target_obj file. Default cygwin to posix
14802         threading. Enforce i386 as float format.
14803         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14804         Remove cygwin.h as target header. Use common target header
14805         cygming.h  Enforce i386 as float format. Correct typo.
14806         * config/i386/cygming.h: New file, containing definitions
14807         common to mingw32 and cygwin.
14808         * config/i386/cygwin.h: Remove definitions common to cygwin and
14809         mingw.  Simplify special spec logic.  Define "wrappers" around
14810         certain include path defines to accommodate -mno-cygwin.
14811         Remove some #if 0'ed code.
14812         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14813         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14814         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14815         * config/i386/mingw32.h: Remove definitions common to cygwin and
14816         mingw.
14817         (EXTRA_OS_CPP_BUILTINS): Adjust.
14818         (TARGET_VERSION): Define.
14819         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14820         mingw32.h definitions.
14821         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14822         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14823         Add compilation rules for cygwin1.o cygwin2.o.
14824         * config/i386/cygwin1.c: New file.
14825         * config/i386/cygwin2.c: New file.
14826         * config/i386/t-cygming: New makefile stub.
14827
14828 2003-03-20  Richard Henderson  <rth@redhat.com>
14829
14830         * fold-const.c (extract_muldiv_1): Revert changing order of
14831         operands in case MULT_EXPR of 2003-02-16 patch.
14832
14833 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
14834         Merge changes from new-regalloc-branch
14835
14836         From Michael Matz  <matz@suse.de>
14837         * df.c (df_ref_record_1): Move init of loc to safe point.
14838         Only recurse on interesting things in parallels.
14839         Handle CLASS_CANNOT_CHANGE_MODE smarter.
14840         (df_uses_record): Ditto.
14841
14842         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14843         it's already okay to use memory operands in (IE doesn't require
14844         adding another insn or anything).
14845
14846 2003-03-20  Richard Henderson  <rth@redhat.com>
14847
14848         PR middle-end/6348
14849         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14850         different from word_mode.
14851
14852 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14853
14854         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14855         source operand to those that can be extracted with bld.
14856
14857 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
14858
14859         PR 10066
14860         * arm.md (UNSPEC_PIC_BASE): New constant.
14861         (pic_add_dot_plus_four): Wrap with unspec.
14862         (pic_add_dot_plus_eight): Likewise.
14863
14864 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14865
14866         * config/h8300/h8300.md (*insv_si_1_n): New.
14867         (*insv_si_1_n_lshiftrt): Likewise.
14868
14869 2003-03-20  Roger Sayle  <roger@eyesopen.com>
14870
14871         * fold-const.c (fold_mathfn_compare): New function to simplify
14872         comparisons against built-in math functions.  Fold comparisons
14873         of sqrt against constants.
14874         (fold): Call fold_mathfn_compare when appropriate.
14875
14876 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
14877
14878         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14879         information.
14880
14881 2003-03-20  Per Bothner  <pbothner@apple.com>
14882
14883         Various cleanups to help compile server.
14884
14885         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
14886         and pass that to _cpp_init_hashtable.
14887         (cpp_read_main_file):  Drop hash_table* argument; don't call
14888         _cpp_init_hashtable.
14889         * cpplib.h:  Update declarations to match.
14890         * c-opts.c (c_common_init_options):  Pass ident_hash to
14891         cpp_create_reader.
14892         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
14893         * fix-header.c (read_scan_file):  Likewise pass NULL table to
14894         cpp_create_reader rather than cpp_read_main_file.
14895
14896         * cppfiles.c (cpp_rename_file):  Generalized and renamed
14897         to cpp_change_file.
14898         * cpplib.h:  Update declaration to match.
14899         * c-opts.c (push_command_line_line, finish_options):  Change
14900         cpp_rename_file calls to cpp_change_file.
14901
14902         * line-map.c (add_line_map):  Allow leaving the outermost file.
14903         Allowing entering an outermost-file after the initial time.
14904
14905         * toplev.c (pop_srcloc):  Allow popping from initial file.
14906
14907 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
14908
14909         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14910
14911 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14912
14913         * config/h8300/h8300.md (a peephole2): New.
14914
14915 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14916
14917         * config/h8300/h8300.md (*addsi3_and_r_1): New.
14918         (*addsi3_and_not_r_1): Likewise.
14919
14920 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
14921
14922         * Makefile.in (STRICT2_WARN): Add @WERROR@.
14923         (GCC_WARN_CFLAGS): Remove $(WERROR).
14924         (fixinc.sh-warn): New.
14925         * ada/Make-lang.in (ada-warn): Add $(WERROR).
14926         * cp/Make-lang.in (cp-warn): Add $(WERROR).
14927         * f/Make-lang.in (f-warn): Add $(WERROR).
14928         * java/Make-lang.in (java-warn): Add $(WERROR).
14929         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14930
14931 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
14932
14933         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14934         langhooks-def.h (lhd_tree_dump_dump_tree),
14935         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14936         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
14937         true and false in return statements.
14938
14939 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
14940
14941         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14942         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14943         DWARF_INITIAL_LENGTH_SIZE.
14944         (output_compilation_unit_header, output_pubnames, output_aranges)
14945         (output_line_info): Output 0xffffffff escape value for 64-bit
14946         DWARF extension.
14947         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14948
14949 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
14950
14951         * config/s390/s390.c (s390_preferred_reload_class): Do not
14952         force constants to the pool unless necessary.
14953         (s390_decompose_address): Prefer to use pointer as base,
14954         not index register.
14955         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14956         Q alternative.
14957         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14958         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14959         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14960         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14961         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14962
14963 2003-03-19  Jan Hubicka  <jh@suse.cz>
14964
14965         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14966         * i386.c (use_fast_prologue_epilogue): Remove.
14967         (ix86_frame): New field save_regs-using_mov;
14968         (ix86_compute_frame_layout):  Decide on fast prologues;
14969         allocate saved registers in red zone.
14970         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14971
14972 2003-03-19  Nick Clifton  <nickc@redhat.com>
14973
14974         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14975
14976 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14977
14978         PR 10062
14979         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14980         * pa-protos.h (output_lbranch): New prototype.
14981         * pa.c (compute_frame_size): Change size of the frame marker on the
14982         64-bit ports to 48 bytes.
14983         (pa_output_function_prologue): Document why SAVE_SP is set.
14984         (hppa_expand_prologue): Save previous stack pointer into frame marker
14985         on targets which use the hpux unwind library.
14986         (output_cbranch): Use output_lbranch.
14987         (output_lbranch): New function to output long unconditional branches.
14988         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14989         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14990         64-bit ports.
14991         * pa.md (jump): Use output_lbranch.
14992         (allocate_stack): New expander for dynamic stack allocation.
14993
14994 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14995
14996         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14997         when debugging on XCOFF targets.  Delete "abi" temp.
14998
14999         PR target/10073
15000         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
15001
15002 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
15003
15004         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
15005         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
15006         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15007
15008         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
15009         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
15010         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15011
15012 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
15013
15014         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
15015         the result of machopic_function_base_name.
15016         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
15017         string rather than a static array.
15018
15019         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
15020
15021         * gengtype.c: Include rtl.h.
15022         (enum rtx_code): Don't define.
15023         (rtx_format): Make declaration match rtl.h.
15024         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
15025         users.
15026         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
15027         * Makefile.in (gengtype.o): Update dependencies.
15028
15029 2003-03-18  Andreas Schwab  <schwab@suse.de>
15030
15031         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
15032         martin@blom.org.
15033
15034 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
15035
15036         * function.c (next_block_index): Mark with GTY.
15037
15038         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
15039
15040 2003-03-18  Richard Henderson  <rth@redhat.com>
15041
15042         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
15043         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
15044         until after reload.
15045
15046 2003-03-18  Richard Henderson  <rth@redhat.com>
15047
15048         * builtins.c (expand_builtin_unop): New target_mode operand;
15049         use it to convert the result to the correct mode.
15050         (expand_builtin): Update all callers.
15051
15052 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
15053
15054         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
15055
15056 2003-03-18  Jan Hubicka  <jh@suse.cz>
15057
15058         * i386.md:  Fix previous commit that mistakely applied the patch
15059         twice.
15060
15061         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
15062         canonicalized.
15063         (memrefs_conflict_p): Likewise.
15064         (addr_side_effect_eval): Canonicalize the constructed address.
15065
15066 2003-03-18  Jan Hubicka  <jh@suse.cz>
15067
15068         * i386.md (cvtts?2si peep2): New.
15069
15070 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
15071
15072         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
15073
15074 2003-03-18  Andreas Schwab  <schwab@suse.de>
15075
15076         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
15077         for format.
15078
15079 2003-03-17  Jason Merrill  <jason@redhat.com>
15080
15081         PR c++/10091
15082         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
15083         an unaligned member of TREE_ADDRESSABLE type.
15084
15085 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
15086
15087         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
15088         (TARGET_PROFILE_KERNEL): Define.
15089         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
15090         (PROFILE_BEFORE_PROLOGUE): Don't define.
15091         (PROFILE_KERNEL): Remove hacks.
15092         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
15093         (rs6000_stack_info): No need to save lr if just for profiling when
15094         TARGET_PROFILE_KERNEL.
15095         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
15096         (output_function_profiler): Localize label generation.  Emit code
15097         for kernel profiling.
15098
15099 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
15100
15101         * config/h8300/h8300-protos.h: Add a prototype for
15102         byte_accesses_mergeable_p.
15103         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
15104         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
15105         (a splitter): Likewise.
15106         (*iorsi3_ashift_16_ashift_24): Likewise.
15107         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
15108
15109 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15110
15111         * dwarf2asm.h: Delete obsolete comment.
15112         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
15113         dw2_asm_output_pcrel, dw2_asm_output_addr,
15114         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
15115         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
15116         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
15117         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
15118
15119 2003-03-17  Zack Weinberg <zack@codesourcery.com>
15120
15121         * c-tree.h (struct lang_identifier): Remove error_locus field.
15122         (IDENTIFIER_ERROR_LOCUS): Kill.
15123         (record_function_scope_shadow): New prototype.
15124         * c-typeck.c (build_external_ref): Don't complain if
15125         decl is error_mark_node.  When not at file scope, bind the
15126         decl's local value to error_mark_node to suppress further
15127         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
15128
15129         * c-decl.c (get_function_binding_level): New static function.
15130         (record_function_scope_shadow): New exported function.
15131         (c_make_fname_decl): Use get_function_binding_level.
15132
15133 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
15134
15135         * stmt.c (tail_recursion_args): Call promote_mode to set
15136         unsignedp flag correctly before calling convert_move.
15137
15138 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15139
15140         * loop-unroll.c (decide_peel_completely,
15141         decide_unroll_constant_iterations, decide_unroll_stupid,
15142         decide_unroll_runtime_iterations, decide_peel_simple): Set
15143         loop->has_desc.
15144
15145 2003-03-17  Jan Hubicka  <jh@suse.cz>
15146
15147         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
15148
15149 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
15150
15151         * function.c (assign_parms): For a struct value address passed as
15152         first argument, delay the function's result RTL setup code until
15153         after the emission of parameter conversions.
15154
15155 2003-03-17  Dave Love  <fx@gnu.org>
15156             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15157
15158         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
15159         __arch64__ to match Compaq cc.
15160
15161 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
15162
15163         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
15164         (c_common_init): Set EBCDIC in cpp options.
15165         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
15166         not conditional compilation.
15167         * cpplib.h (struct cpp_options): New entry EBCDIC.
15168
15169 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
15170
15171         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
15172
15173 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15174
15175         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
15176         argument to 0 for redirect_jump.
15177
15178 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
15179
15180         PR c++/8805
15181         * except.c (eh_region_u_cleanup): Add prev_try.
15182         (expand_eh_region_end_cleanup): Set it.
15183         (reachable_handlers): Use it to skip over cleanup blocks.
15184
15185 2003-03-17  Andreas Jaeger  <aj@suse.de>
15186
15187         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15188
15189 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
15190
15191         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15192         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15193         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15194         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15195
15196 2003-03-16  Richard Henderson  <rth@redhat.com>
15197
15198         * simplify-rtx (simplify_binary_operation): Don't abort for
15199         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15200
15201 2003-03-16  Richard Henderson  <rth@redhat.com>
15202
15203         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15204         optimize_size as well.
15205
15206 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
15207
15208         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15209         for D register to specify the low part of it, aka B.
15210         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15211         the register if we are loading 1 or -1 to it; avoid using temp
15212         register when moving X/Y to Y/X.
15213         (m68hc11_gen_movqi): Likewise.
15214         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15215
15216 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
15217
15218         PR optimization/9016
15219         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15220         into the constant pool.
15221
15222 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15223
15224         PR target/9164
15225         * tree.c (get_narrower): For extensions with unchanged bit number,
15226         return the unsignedness of the outer mode.
15227
15228 2003-03-16  Roger Sayle  <roger@eyesopen.com>
15229
15230         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
15231         to avoid "may be used uninitialized" warning on ia64-hpux.
15232         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15233
15234 2003-03-16  Andreas Jaeger  <aj@suse.de>
15235
15236         * configure.in: Improve check for memcheck.h.
15237         * configure: Regenerated.
15238
15239 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
15240
15241         * doc/cppopts.texi: Remove documentation of -A-.
15242
15243 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
15244
15245         * doc/libgcc.texi: Remove @tie.
15246
15247 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
15248
15249         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15250         (rtx_pair): Added new element update_label_nuses, renamed to
15251         replace_label_data.
15252         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15253         replace_label_data instead of rtx_pair.
15254         * loop.c (load_mems): Likewise.
15255         * rtlanal.c (replace_label): Replace label in pool constants and in
15256         INSN_LIST (in REG_LABEL note).
15257         (subrtx_p): Renamed to rtx_referenced_p.
15258         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15259         LABEL_REF with CODE_LABEL, traverse constants from pool.
15260
15261 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
15262             Zack Weinberg  <zack@codesourcery.com>
15263
15264         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15265         * doc/libgcc.texi: New file.
15266         * doc/interface.texi: Delete paragraph about libgcc interface.
15267         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15268
15269 2003-03-15  Jason Merrill  <jason@redhat.com>
15270
15271         PR debug/9039
15272         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15273
15274         PR debug/6387
15275         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15276         function DIEs at toplevel.
15277         (decls_for_scope): At -g1, don't descend into subblocks.
15278
15279 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
15280
15281         * varasm.c (struct rtx_const): Change type of un.addr member
15282         to struct holding an additional 'symbol' member.
15283         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15284         with equal string addresses as equal.
15285         (simplify_subtraction): Adapt to struct rtx_const change.
15286
15287 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15288
15289         * fix-header.c (read_scan_file): Read main file before handling -D.
15290
15291 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15292
15293         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15294         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15295         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15296         (find_sub_basic_blocks): Likewise.
15297         * cgraphunit.c (cgraph_expand_functions): Likewise.
15298         * dwarf2out.c (prune_unused_types): Likewise.
15299         * expr.c (store_field): Likewise.
15300         * genextract.c (print_path): Likewise.
15301         * haifa-sched.c (schedule_insn): Likewise.
15302         * lcm.c (compute_antinout_edge): Likewise.
15303         * loop-unroll.c (decide_peel_once_rolling): Likewise.
15304         * ra-colorize.c (ra_colorize_free_all): Likewise.
15305         * ra-debug.c (dump_igraph): Likewise.
15306         (debug_hard_reg_set): Likewise.
15307         * reg-stack.c (reg_to_stack): Likewise.
15308         * rtlanal.c (refers_to_regno_p): Likewise.
15309         * tracer.c (layout_superblocks): Likewise.
15310
15311 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15312
15313         * fix-header.c (read_scan_file): Fix thinko.
15314
15315 2003-03-15  Glen Nakamura  <glen@imodulo.com>
15316
15317         * reload1.c (choose_reload_regs): Use && instead of ||
15318         with REG_CANNOT_CHANGE_MODE_P condition.
15319
15320 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15321
15322         * Makefile.in: Update.
15323         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15324         * c-lex.c (init_c_lex): Register builtins hook is dead.
15325         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15326         (c_common_decode_option): Don't call cpp_handle_option.
15327         Handle -A, -D and -U.
15328         (handle_deferred_opts): Simplify.
15329         (finish_options): Define builtins and command line macros.
15330         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15331         * cppinit.c: Don't include intl.h.
15332         (init_builtins): Rename cpp_init_builtins.  No hook to call.
15333         (init_library): Don't need to sort options.
15334         (cpp_create_reader): Don't set pending.
15335         (cpp_destroy): Don't free pending.
15336         (struct pending_option, cl_directive_handler, struct cpp_pending,
15337         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15338         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15339         cl_options, cpp_handle_option): Remove.
15340         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15341         cpp_finish_options): Remove.
15342         (cpp_init_builtins): New.
15343         * fix-header.c (read_scan_file): Update to handle -D.  Fix
15344         handling of -I.  Replace call to cpp_finish_options.
15345
15346 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15347
15348         PR optimization/9387
15349         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15350         for conditional returns.
15351
15352 2003-03-14  Jason Merrill  <jason@redhat.com>
15353
15354         PR optimization/6871
15355         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15356
15357 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15358
15359         * c-opts.c (finish_options): New.
15360         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15361         (missing_arg): Handle OPT_include and OPT_imacros.
15362         (c_common_init, c_common_parse_file): Use finish_options.
15363         (handle_deferred_opts): Update.
15364         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15365         (cpp_finish_options): Don't handle -imacros here.
15366         (no_fil): Remove.
15367         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15368
15369 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15370
15371         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15372         rs6000_maybe_dead if !fromprolog.
15373
15374 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15375
15376         * Makefile.in: Update.
15377         * c-common.h (fe_file_change, pp_file_change): New.
15378         * c-lex.c (init_c_lex): Don't set cb_file_change.
15379         (c_common_parse_file): Move to c-opts.c.
15380         (cb_file_change): Rename fe_file_change.
15381         * c-opts.c: Include debug.h.
15382         (warn_unused_macros, include_cursor): New.
15383         (push_command_line_include, cb_file_change): New.
15384         (COMMAND_LINE_OPTIONS): Handle -include.
15385         (c_common_decode_option): Use local warn_unused_macros.
15386         Handle OPT_include.
15387         (c_common_post_options): Set file change callback.
15388         (handle_deferred_opts): Skip -include.  Don't free the array.
15389         (c_common_init): Call cpp_finish_options here, and push an
15390         initial -include file.
15391         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15392         (preprocess_file): Don't call cpp_finish_options.
15393         (init_pp_output): Don't set the file change callback.
15394         (pp_file_change): Return if no line commands or no output.
15395         * cpphash.h (next_include_file, first_unused_line): Remove.
15396         * cppinit.c (include_head, include_tail): Remove.
15397         (cpp_destroy): Don't free -include chain.
15398         (cpp_finish_options): Don't handle -include, or worry about
15399         -Wunused-macros.
15400         (_cpp_maybe_push_include_file): Remove.
15401         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15402         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15403         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15404         Used flag is set based upon the state of the warn_unused_macros
15405         flag, and so use of first_unused_line is unnecessary.
15406
15407 2003-03-13  Jan Hubicka  <jh@suse.cz>
15408
15409         * cselib.c (clear_table): Do not take argument; always clear just
15410         used slots.
15411         (cselib_process_insn):  Update call of clear_table
15412         (cselib_init): Do not call clear_table.
15413         (cselib_finish): Clear table.
15414
15415         * cse.c (count_reg_usage): Do not check side_effects_p.
15416         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15417         like noop.
15418         (find_reg_equal_equiv_note): Do not use find_reg_note.
15419
15420 2003-03-14  Richard Henderson  <rth@redhat.com>
15421
15422         PR target/9700
15423         * config/alpha/alpha.c (alpha_va_start): Account for
15424         current_function_pretend_args_size in the AP offset.
15425
15426         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15427         (INITIAL_ELIMINATION_OFFSET): Move out of line.
15428         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15429         (alpha_initial_elimination_offset) New.
15430         * config/alpha/alpha-protos.h: Update.
15431
15432 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15433
15434         * stmt.c (expand_start_case): Call emit_queue ().
15435
15436 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
15437             Alexandre Oliva  <aoliva@redhat.com>
15438
15439         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15440         words in new abis.
15441
15442 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15443
15444         PR optimization/8396
15445         * tree-inline.c (initialize_inlined_parameters): Make sure the value
15446         of read-only constant arguments is passed with the right type.
15447
15448 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
15449
15450         * doc/extend.texi (Function Names): Make the example compilable.
15451
15452 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
15453
15454         * config/rs6000/rs6000.c (processor_target_table): Really allow
15455         GP optional instructions on Power4.
15456
15457 2003-03-13  Roger Sayle  <roger@eyesopen.com>
15458
15459         * calls.c (flags_from_decl_or_type): Factor and remove redundant
15460         conditional tests.
15461
15462 2003-03-13  Mike Stump  <mrs@apple.com>
15463
15464         * ggc-page.c (struct page_entry): Remove varray.h header.
15465         Add index_by_depth field.
15466         Remove save_in_use_p field.
15467         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15468         by_depth_max, by_depth, and save_in_use fields.
15469         (INITIAL_PTE_COUNT): Add.
15470         (save_in_use_p_i): Add.
15471         (save_in_use_p): Add.
15472         (adjust_depth): Add.
15473         (move_ptes_to_front): Add.
15474         (push_depth): Add.
15475         (push_by_depth): Add.
15476         (prefetch): Add.
15477         (free_page): Add support for and use faster data structures.
15478         (ggc_alloc): Likewise.
15479         (init_ggc): Likewise.
15480         (ggc_recalculate_in_use_p): Likewise.
15481         (ggc_pop_context): Likewise.
15482         (clear_marks): Likewise.
15483         (ggc_pch_read): Likewise.
15484         * Makefile.in (ggc-page.o): Remove varray.h.
15485
15486 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15487
15488         * ChangeLog: Rotated last year's entries to...
15489         * ChangeLog.8: New.
15490
15491         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15492         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15493         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15494         config/ia64/ia64-protos.h, config/ia64/ia64.c,
15495         config/ia64/ia64.h, config/ia64/ia64.md,
15496         config/ia64/itanium1.md, config/ia64/itanium2.md,
15497         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15498         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15499
15500 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
15501
15502         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15503         Differentiate endianness.
15504         (s6000_override_options): Use cpu type instead of TARGET_SPE.
15505
15506 2003-03-13  Nick Clifton  <nickc@redhat.com>
15507
15508         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15509         LDM instructions with writeback enabled.
15510         (output_return_instruction): Likewise.
15511
15512         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15513         (CALL_USED_REGISTERS): Remove definition.
15514         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15515
15516 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
15517
15518         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15519         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15520         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15521         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15522         (rs6000_legitimize_address): Formatting.
15523         (rs6000_emit_move): Likewise.
15524         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15525         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15526         (rs6000_elf_select_section): Comment reason for shlib being
15527         set for ABI_AIX.
15528         (rs6000_elf_unique_section): Likewise.
15529         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15530         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15531         as well as flag_pic.
15532         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15533         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15534         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15535
15536 2003-03-13  Richard Henderson  <rth@redhat.com>
15537
15538         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15539
15540         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15541         (ia64_gp_save_reg): Remove.
15542         (struct ia64_frame_info): Move to the beginning of the file;
15543         add reg_save_gp.
15544         (ia64_expand_call): Rearrange for new call patterns.
15545         (ia64_reload_gp): New.
15546         (ia64_split_call): New.
15547         (ia64_compute_frame_size): Allocate reg_save_gp.
15548         (ia64_expand_prologue): Save reg_save_gp.
15549         (ia64_expand_epilogue): Don't restore gp.
15550         (ia64_hard_regno_rename_ok): Remove R4 hack.
15551         (ia64_function_ok_for_sibcall): New.
15552         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15553         call try_split on sibcall pattern.
15554         * config/ia64/ia64-protos.h: Update.
15555         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15556         Rename from nopic versions.  Confiscate 2nd argument to call as
15557         a marker.
15558         (call_pic, call_value_pic, sibcall_pic): Remove.
15559         (call_gp, call_value_gp, sibcall_gp): New.
15560         (builtin_setjmp_setup): Remove.
15561         (builtin_setjmp_receiver): Call ia64_reload_gp.
15562
15563 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15564
15565         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15566         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15567         "GNU CC" with "GCC".
15568
15569         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15570         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15571         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15572         GCC, not GNU CC.
15573
15574         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15575         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15576
15577         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15578         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15579         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15580         "GNU CC" with "GCC".
15581
15582         * config/v850/lib1funcs.asm, config/v850/rtems.h,
15583         config/v850/v850-c.c, config/v850/v850-protos.h,
15584         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15585         GCC, not GNU CC.
15586
15587         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15588         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15589         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15590         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15591         GNU CC.
15592
15593 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
15594
15595         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15596
15597 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15598
15599         * fixinc/fixinc.interix: Remove dead code (most of it).
15600         * fixinc/fixinc.dgux: Remove.
15601
15602         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
15603         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
15604
15605 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15606
15607         * pa.c (pa_init_builtins): Fix warning.
15608
15609 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
15610
15611         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
15612         (ASM_OUTPUT_XDATA_SHORT): Remove.
15613         (ASM_OUTPUT_XDATA_INT): Remove.
15614         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
15615         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
15616         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
15617         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
15618
15619 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
15620
15621         PR c++/7050
15622         * expr.c (store_expr): Don't attempt to store void-typed trees,
15623         just evaluate them for side effects.
15624
15625 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15626
15627         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
15628         * cppinit.c (push_include): Move with changes to cppfiles.c.
15629         (cpp_read_main_file): Mark named operators here...
15630         (cpp_finish_options): ...not here.  Update.
15631         (_cpp_maybe_push_include_file): Update.
15632         * cpplib.h (cpp_push_include, cpp_rename_file): New.
15633
15634 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15635
15636         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
15637         _gcc_COMPUTE_GAS_VERSION.
15638         * configure.in: Use them.
15639         * configure: Regenerate.
15640
15641 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
15642
15643         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
15644         to detect carry.
15645         (subdi3): Reorder emitted instructions.
15646
15647 2003-03-12  Andreas Jaeger  <aj@suse.de>
15648
15649         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
15650         NETBSD_OS_CPP_BUILTINS_LP64.
15651
15652 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15653
15654         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
15655         Rearrange.  Reorganize.
15656         * configure.in: Rearrange.
15657         * configure: Regenerate.
15658
15659 2003-03-12  Andreas Jaeger  <aj@suse.de>
15660
15661         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15662         LP64 targets.
15663
15664         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15665         _LP64.
15666
15667         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15668         _LP64 macros here.
15669         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15670
15671         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15672         NETBSD_OS_CPP_BUILTINS_LP64.
15673         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15674         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15675
15676         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15677
15678 2003-03-12  Jan Hubicka  <jh@suse.cz>
15679
15680         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15681
15682 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15683
15684         Fix PR target/9797 and PR c/9853.
15685         * stmt.c (expand_decl_init): Call push_temp_slots () and
15686         pop_temp_slots ().
15687
15688 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
15689
15690         * sh.c: Include basic-block.h.
15691         (sh_output_mi_thunk, emit_load_ptr): New functions.
15692         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15693
15694 2003-03-12  Nick Clifton  <nickc@redhat.com>
15695
15696         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15697         (CALL_USED_REGISTERS): Likewise.
15698         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15699         describing how this value is calculated.
15700
15701 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
15702
15703         * configure.in (rlim_t): Define to long if no valid definition
15704         found in sys/resource.h.
15705         * config.in, configure: Regenerate.
15706
15707 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15708
15709         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15710         TARGET_OS_CPP_BUILTINS.
15711         * config/mcore/mcore-pe.h: Similarly.
15712         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15713         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15714
15715 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15716
15717         PR c/9928
15718         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15719         only if it is a VAR_DECL.
15720
15721 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15722
15723         PR optimization/9888
15724         * config/i386/i386.md (jcc_1): Fix range.
15725         (jcc_2): Likewise.
15726         (jump): LIkewise.
15727         (doloop_end_internal): Likewise.
15728
15729 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
15730
15731         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15732         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15733         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15734         DLL_IMPORT_EXPORT_PREFIX and "i."
15735         (i386_pe_dllexport_name_p): Here.
15736         (i386_pe_dllimport_name_p): Here.
15737         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15738         not 9 chars when getting identifier name.
15739         (i386_pe_mark_dllimport): Here.
15740         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15741         not 9 chars when getting identifier name. Correct comment.
15742         (i386_pe_strip_name_encoding): Here. Add comments for different
15743         cases.
15744         (gen_fastcall_suffix): Break down xmalloc() argument to
15745         components.
15746         (gen_stdcall_suffix): Likewise.
15747         Update copyright year.
15748
15749 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15750
15751         PR optimization/9888
15752         * config/i386/i386.md (movsi_1): Remove special alternatives
15753         for %eax register.
15754         (movsi_1_nointernunit): Likewise.
15755         (movhi_1): Likewise.
15756         * config/i386/i386.c (memory_address_length): Do not use
15757         short displacement when there is no base.
15758         (ix86_attr_length_address_default): Handle LEA instructions.
15759
15760 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15761
15762         * c-cppbuiltin.c (builtin_define_std): Make non-static.
15763
15764 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
15765
15766         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15767         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15768         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15769         * config/freebsd.h (CPP_PREDEFINES): Remove.
15770         (TARGET_OS_CPP_BUILTINS): New.
15771         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15772         instead of TARGET_OS_CPP_BUILTINS.
15773         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15774
15775 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
15776
15777         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15778
15779 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15780
15781         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15782         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
15783
15784         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15785
15786 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15787
15788         * toplev.c (independent_decode_option): Return success for --help,
15789         --target-help and --version.
15790
15791 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15792
15793         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15794         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
15795         specified.
15796         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15797         DRIVER_SELF_SPECS.
15798         (LINK_SPEC): Let endian options affect the linker emulation name.
15799
15800 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
15801
15802         * sh.md (reload_inqi): Fix mode for source in second set.
15803
15804 2003-03-11  Jan Hubicka  <jh@suse.cz>
15805
15806         * cselib.c (cselib_invalidate_mem_1): Move too ...
15807         (cselib_invalidate_mem): ... here; use new list
15808         (dummy_val, first_containing_mem): New static variables.
15809         (clear_table): Initialize first_containing_mem.
15810         (discard_useless_values):  Compact the containing_mem list.
15811         (add_mem_for_addr): Add to the list.
15812         * cselib.h (cselib_val): Add next_containing_mem.
15813
15814 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15815
15816         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15817         instructions for e500.
15818
15819 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15820
15821         * Makefile.in: Update.
15822         * c-cppbuiltin.c: Include tm_p.h.
15823
15824 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15825
15826         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15827
15828         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15829         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15830         (_Unwind_SetGR): Same.
15831         (_Unwind_GetGRPtr): New.
15832         (_Unwind_SetGRPtr): New.
15833         (uw_update_context_1): Use accesor functions instead of accessing
15834         context->reg[] directly.
15835         (uw_install_context_1): Same.
15836         (execute_cfa_program): Same.
15837         (__frame_state_for): Same.
15838
15839         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15840         the synthetic register offset.
15841
15842         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15843
15844 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
15845
15846         * config/cris/cris.md: Remove lingering EGCS reference.
15847         ("*extopqihi_side_biap"): For HI operation, match
15848         cris_additive_operand_extend_operator, not
15849         cris_operand_extend_operator.  Adjust condition.
15850         ("*extopqihi_side", "*extopqihi"): Ditto.
15851         ("*extopqisi_side_biap"): Correct operand numbers in condition.
15852         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15853         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15854         ("*extophisi_swap"): Ditto.
15855         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15856         PLUS, not cris_operand_extend_operator.  Adjust condition and
15857         output template.
15858         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15859         * config/cris/cris.h (PREDICATE_CODES): Add
15860         cris_additive_operand_extend_operator.
15861         * config/cris/cris.c (cris_additive_operand_extend_operator):
15862         New predicate.
15863
15864 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
15865
15866         * df.c (read_modify_subreg_p): Change from static to global.
15867         * df.h (read_modify_subreg_p): Add prototype.
15868         * sched-deps.c (sched_analyze_1): Generate true dependency for
15869         strict_low_part, certain subregs and zero/sign_extract.
15870
15871 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15872
15873         * Makefile.in: Update.
15874         * c-common.c: Don't include real.h or except.h.
15875         (REGISTER_PREFIX): Remove.
15876         (builtin_define_std, builtin_define_with_value,
15877         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15878         builtin_define_type_max, builtin_define_type_precision,
15879         builtin_define_float_constants): Move to c-cppbuiltin.c.
15880         (c_stddef_cpp_builtins): New.
15881         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15882         * c-cppbuiltin.c: New, extracted from c-common.c.
15883         (define__GNUC__): New.
15884         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15885         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15886         (cpp_unique_options): Don't support no-gcc.
15887         (do_spec_1): Remove support of version specs.
15888         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15889         * doc/passes.texi: Update.
15890         * doc/tm.texi: Update.
15891
15892 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15893
15894         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15895
15896 2003-03-10  Andrew Pinski  <apinski@apple.com>
15897
15898         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15899         is on should not get here.
15900         (machopic_indirect_data_reference): If dynamic-no-pic is on just
15901         generate high/low parts of the address.
15902         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15903         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15904         symbol and labels with a new reg.  Dynamic-no-pic does not have a
15905         pic_offset_table_rtx.
15906         (machopic_select_section): Change references of flag_pic to
15907         MACHOPIC_INDIRECT.
15908         (machopic_asm_out_destructor): Likewise.
15909         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15910         reference of flag_pic to MACHOPIC_INDIRECT.
15911         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15912         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15913         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15914         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15915         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15916         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15917         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15918         (TARGET_DYNAMIC_NO_PIC): Define.
15919         (SUBTARGET_SWITCHES): Define, have sub-target switches for
15920         dynamic-no-pic.
15921         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15922         rs6000_override_options to here. Dynamic-no-pic overrides
15923         pic.
15924         (CC1_SPEC): Change from not static then pic to not static and not
15925         dynamic-no-pic then pic.
15926         * config/rs6000/rs6000.c (rs6000_override_options): Move the
15927         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15928         (rs6000_legitimize_reload_address): Add case for loading floating in
15929         dynamic-no-pic.
15930         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
15931         of flag_pic to MACHOPIC_INDIRECT.
15932         (secondary_reload_class): Conditional change the reference of
15933         flag_pic to MACHOPIC_INDIRECT.
15934         (rs6000_output_mi_thunk): Change reference of flag_pic to
15935         MACHOPIC_INDIRECT.
15936         (output_profile_hook): Likewise.
15937         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15938         * config/rs6000/rs6000.md (movdf_low): Add the case for
15939         MACHO_DYNAMIC_NO_PIC_P.
15940         (call): Change references for flag_pic in TARGET_MACHO to
15941         MACHOPIC_INDIRECT.
15942         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15943         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
15944         * doc/invoke.texi (-mdynamic-no-pic): Document.
15945
15946 2003-03-10  Devang Patel  <dpatel@apple.com>
15947
15948         PR c++/9394
15949         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15950         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15951         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15952         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15953         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15954         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15955
15956 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15957
15958         PR optimization/7189
15959         * toplev.c (rest_of_compilation):  Move
15960         check_function_return_warnings up to just after
15961         delete_unreachable_blocks.
15962
15963 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15964
15965         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15966         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15967         Declare.
15968         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15969         for reg rename optimization to avoid using Z and Y registers.
15970
15971 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15972
15973         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15974         when adding to X and Y since leax/leay are fast.
15975         ("*addhi3"): Accept 'I' constraint when adding to address register.
15976         ("rotlhi3"): Operand 1 must be a register_operand.
15977         (peephole2): New peephole to optimize some adds.
15978         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15979         to represent -2 .. 2 small integer range.
15980
15981 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15982
15983         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15984         each 16-bit rotation.
15985
15986 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
15987
15988         * c-opts.c (add_prefixed_path): Don't use concat.  When
15989         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15990         cpp_GCC_INCLUDE_DIR_len characters.
15991
15992 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15993
15994         * testsuite/gcc.dg/altivec-9.c: New file.
15995
15996         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15997         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15998
15999 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
16000
16001         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
16002         vectors.
16003         (__ev_convert_u64): Remove macro.  Define as inline.
16004         (__ev_convert_s64): Same.
16005
16006 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
16007
16008         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
16009         (rs6000_stack_t): Add spe_64bit_regs_used.
16010
16011         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
16012         spe_64bit_regs_used, and use it to determine the size of the
16013         frame.
16014         (spe_func_has_64bit_regs_p): New.
16015         (spe_synthesize_frame_save): New.
16016         (rs6000_frame_related): Handle SPE synthetic registers.
16017         (rs6000_emit_prologue): Only save in 64-bits if the function used
16018         any registers in 64-bit mode.
16019         (rs6000_emit_epilogue): Same, but for restore.
16020
16021 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
16022
16023         * arm.h (enum floating_point_type): Delete.  Replace with...
16024         (enum fputype): ... new.
16025         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
16026         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
16027         * arm.md (attr fpu): Reworked for new underlying enum values.
16028         * arm.c (arm_fpu_arch): Now enum fputype.
16029         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
16030         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
16031         Update uses of arm_fpu_arch and arm_fpu_tune.
16032
16033 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
16034
16035         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
16036         (try_crossjump_to_edge): Replace refereces to one jump table by
16037         references to identical jump table.
16038         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
16039         (replace_label): Moved to rtlanal.c.
16040         (struct rtx_pair): Moved to rtl.h.
16041         * rtl.h (struct rtx_pair): Moved from loop.c.
16042         (replace_label): New extern function.
16043         (subrtx_p): New extern function.
16044         (tablejump_p): New extern function.
16045         * rtlanal.c (replace_label): Moved from loop.c.
16046         (subrtx_p_1): New static function.
16047         (subrtx_p): New function.
16048         (tablejump_p): New function.
16049
16050 2003-03-10  Jan Hubicka  <jh@suse.cz>
16051
16052         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
16053
16054         * cfgcleanup.c (merge_blocks): Return where to iterate next.
16055         (try_optimize_cfg): Use return value of merge_blocks
16056
16057 2003-03-10  Michael Matz  <matz@suse.de>
16058
16059         * cfg.c (unchecked_make_edge): New.
16060         (cached_make_edge): Use it.
16061         * basic-block.h (unchecked_make_edge): Declare.
16062         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
16063
16064 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
16065
16066         * fpa.md: New file.  Move all patterns relating to FPA co-processor
16067         to here...
16068         * arm.md: ... from here.
16069         (cirrus.md, fpa.md): Include at end of description.
16070         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
16071         (pic_load_addr_based): Remove register constraint from expander.
16072         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
16073         (sordered, sungt, sunle, sunge, sunlt): Likewise.
16074         (eh_epilogue, tablejump): Likewise.
16075
16076 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16077
16078         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
16079         on operands if it has a PLACEHOLDER_EXPR.
16080
16081 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
16082             Mostafa Hagog
16083
16084         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
16085         condition.
16086
16087 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
16088
16089         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
16090         * config/ip2k/ip2k.h: Similarly.
16091         * config/m32r/m32r.h: Similarly.
16092         * config/m68hc11/m68hc11.h: Similarly.
16093         * config/mn10200/mn10200.h: Similarly.
16094         * config/mn10300/mn10300.h: Similarly.
16095         * config/pdp11/pdp11.h: Similarly.
16096         * config/v850/v850.h: Similarly.
16097         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
16098         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
16099         * config/mips/iris3.h: Remove #if 0 block.
16100
16101 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16102             Joern Rennecke <joern.rennecke@superh.com>
16103
16104         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
16105         pending argument upon return from handle_braces here.
16106         (do_spec_2): Instead handle it upon return from do_spec_1 here.
16107
16108 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16109             Joern Rennecke <joern.rennecke@superh.com>
16110
16111         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
16112         pending argument upon return from handle_braces here.
16113         (do_spec_2): Instead handle it upon return from do_spec_1 here.
16114
16115 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16116
16117         * varasm.c (make_decl_one_only): Use declare_weak().
16118
16119 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16120
16121         PR middle-end/9986
16122         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
16123         after the common builtins.
16124         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
16125         * pa.c (TARGET_INIT_BUILTINS): Define.
16126         (pa_init_builtins): New function.
16127
16128         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
16129         space has been allocated for the outgoing arguments, set the arg
16130         pointer for a call emitted after virtuals have been instantiated
16131         using the stack pointer offset, otherwise abort.
16132
16133 2003-03-09  DJ Delorie  <dj@redhat.com>
16134
16135         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
16136
16137 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
16138
16139         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
16140         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
16141         conversion to integer.
16142         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
16143
16144 2003-03-09  Roger Sayle  <roger@eyesopen.com>
16145
16146         * builtins.def: Fix typo and improve grammar.
16147         * loop-unroll.c (decide_peel_completely): Tidy log message.
16148
16149 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
16150
16151         * config/h8300/h8300.md (*tstsi_upper_bit): New.
16152         (*iorsi3_e2f): Likewise.
16153
16154 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16155
16156         * config/h8300/h8300.c (h8300_and_costs): Return the number of
16157         assembly instructions needed.
16158         (h8300_shift_costs): Likewise.
16159
16160 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
16161
16162         * config/cris/aout.h (ENDFILE_SPEC): Undef.
16163
16164         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
16165         moves from here ...
16166         * expr.c (emit_move_insn_1): ... to here.
16167
16168         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
16169         (TARGET_OS_CPP_BUILTINS): New macro.
16170         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
16171         (TARGET_OS_CPP_BUILTINS): New macro.
16172         (CPP_PREDEFINES): Don't define.  Move old definitions and...
16173         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
16174         (TARGET_CPU_CPP_BUILTINS): New macro.
16175         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
16176         definitions and the optional __PIC__, __pic__ and
16177         __NO_UNDERSCORES__ definitions to...
16178         (TARGET_OS_CPP_BUILTINS): New macro.
16179
16180         * flags.h (flag_leading_underscore): Declare.
16181
16182         * c-opts.c (c_common_post_options): On fopen failure, return
16183         false, not NULL.
16184
16185 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16186
16187         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16188         config.h.
16189         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16190         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16191
16192 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16193
16194         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16195         CPP_PREDEFINES.
16196         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16197         CPP_PREDEFINES.
16198
16199 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16200
16201         * c-common.h (c_common_init, c_common_post_options): Update.
16202         * c-objc-common.c (c_objc_common_init): Update for new prototype.
16203         * c-opts.c (saved_lineno): New.
16204         (c_common_post_options, c_common_init): Update prototypes,
16205         move call to cpp_read_main_file from latter to former.
16206         * c-tree.h (c_ojbc_common_init): Update.
16207         * langhooks-def.h (lhd_post_options): New.
16208         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16209         * langhooks.c (lhd_post_options): New.
16210         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16211         * toplev.c (no_backend): New.
16212         (process_options): Call post_options hook and set main_input_filename
16213         and input_filename here.
16214         (lang_dependent_init, do_compile): post_options hook moved to
16215         process_options.
16216         * objc/objc-act.c (objc_init): Update prototype.
16217         * objc/objc-act.h (objc_init): Update prototype.
16218
16219 2003-03-08  Roger Sayle  <roger@eyesopen.com>
16220
16221         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16222         a complex or vector type, using a load in the original mode.
16223
16224 2003-03-08  Jan Hubicka  <jh@suse.cz>
16225
16226         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16227         * gt-cgraph.h: New GC file.
16228         * cgraph.c (known_fns): New static variable.
16229         (cgraph_node): Add the decl into varray.
16230
16231 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16232
16233         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16234
16235 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
16236
16237         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16238         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16239         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16240         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16241         All callers changed.
16242         * arm.md, arm.h, arm-protos.h: Updated.
16243
16244         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16245         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16246         * arm.c (arm_regno_class, f_register_operand): Updated.
16247
16248 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16249
16250         * config/cris/cris.h: Remove EGCS references.
16251         (CPP_SPEC): Remove "-$".
16252         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16253
16254 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16255
16256         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16257         preference to CPP_PREDEFINES.
16258
16259 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16260
16261         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16262
16263 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16264
16265         * config/h8300/h8300.md (*extzv_16_8): New.
16266
16267 2003-03-08  Jan Hubicka  <jh@suse.cz>
16268
16269         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16270         * cgraph.h: (cgraph_local_info): Add can_inline_once
16271         (cgraph_global_info): Add inline_once.
16272         (cgraph_node): Add previous.
16273         (cgraph_remove_node): New.
16274         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16275         function.
16276         (cgraph_optimize): Call it.
16277         (cgraph_finalize_function):  Set inlinable flags.
16278         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
16279         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
16280         (cgraph_expand_function): Likewise.
16281         * cgraph.c
16282         (cgraph_node): Put nodes into doubly linked chain.
16283         (cgraph_remove_node): New function.
16284         * flags.h (flag_inline_functions_called_once): Declare.
16285         * tree-inline.c: Include cgraph.h
16286         (inlinable_functions_p): Add extra argument to bypass limits.
16287         (expand_call_inline):  Obey cgraph flag.
16288         * tree-inline.h (tree_inlinable_function_p): Update prototype.
16289
16290 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16291
16292         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16293         irreducible loops.
16294
16295         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16296         loops info correctly.
16297
16298 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
16299
16300         PR middle-end/7796
16301         * unroll.c (calculate_giv_inc): Handle constants being
16302         loaded with LSHIFTRT.
16303
16304 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
16305
16306         * config/rs6000/rs6000.c (processor_target_table): Do not disable
16307         GP optional instructions on Power3, Power4, 620, and 630.
16308
16309 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
16310
16311         * calls.c: Fix comment formatting.
16312         * cfgloopanal.c: Likewise.
16313         * cfgloopmanip.c: Likewise.
16314         * combine.c: Likewise.
16315         * dwarf2out.c: Likewise.
16316         * ggc-common.c: Likewise.
16317         * langhooks.c: Likewise.
16318         * loop-unroll.c: Likewise.
16319         * loop.c: Likewise.
16320         * ra-build.c: Likewise.
16321         * sbitmap.c: Likewise.
16322         * toplev.c: Likewise.
16323
16324 2003-03-07  James E Wilson  <wilson@tuliptree.org>
16325
16326         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16327
16328 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
16329
16330         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16331         support -no-integrated-cpp.
16332
16333         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16334         than langhooks.name.
16335
16336 2003-03-07  Michael Matz  <matz@suse.de>
16337
16338         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16339         (DF_FOR_REGALLOC): New.
16340         * df.c (df_ref_record): Set DF_REF_STRIPPED.
16341         (read_modify_subreg_p): Simplify.
16342         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16343         Use DF_FOR_REGALLOC.
16344         * ra.h (struct web): New member subreg_stripped.
16345         (invalid_mode_change_regs): Declare.
16346         * ra.c (invalid_mode_change_regs): New.
16347         (init_ra): Initialize it.
16348         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16349         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16350         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16351         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16352         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16353
16354 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
16355
16356         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16357         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16358         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16359         machine description file from ...
16360         * cirrus.md: ... here.
16361
16362 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16363
16364         * config/h8300/h8300.md (a peephole2): Don't use
16365         reg_overlap_mentioned_p.
16366
16367 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
16368
16369         * c-pch.c: Include langhooks.h.
16370         (IDENT_LENGTH): New.
16371         (get_ident): New.
16372         (pch_ident): Delete.
16373         (pch_init): Use get_ident, IDENT_LENGTH.
16374         (c_common_valid_pch): Likewise.  Also, use actual language
16375         in warning message.
16376         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16377
16378         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
16379         c-parse.in.
16380         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16381         gt-objc-objc-act.h.
16382         (gt-objc-objc-act.h): New rule.
16383         * objc/lang-specs.h: Support PCH.
16384         * objc/objc-act.c: Include gt-objc-objc-act.h.
16385         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16386         (build_selector_reference_decl): Move idx out, mark for PCH.
16387         (build_class_reference_decl): Likewise.
16388         (build_objc_string_decl): Move *_idx out, mark for PCH.
16389         (build_tmp_function_decl): Move xxx out, mark for PCH.
16390
16391 2003-03-06  Dale Johannesen  <dalej@apple.com>
16392
16393         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
16394         global functions for inlining on Darwin.
16395
16396 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
16397
16398         * haifa-sched.c (schedule_block): Don't call reorder when sorting
16399         is prohibited.
16400
16401 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
16402
16403         * Makefile.in (c-ppoutput.o): Update.
16404         * c-common.h (init_pp_output): New.
16405         (preprocess_file): Update.
16406         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16407         Register builtins.
16408         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16409         Make call to cpp_read_main_file common to whether preprocessing
16410         or not.  Don't register builtins.
16411         * c-ppoutput.c: Include c-pragma.h.
16412         (setup_callbacks): Rename init_pp_output.
16413         (preprocess_file): No longer setup callbacks or call
16414         cpp_read_main_file.
16415         * cpphash.h (_cpp_init_mbchar): New.
16416         * cppinit.c (init_library): Call _cpp_init_mbchar.
16417         * cpplex.c (_cpp_init_mbchar): New.
16418
16419 2003-03-06  Roger Sayle  <roger@eyesopen.com>
16420
16421         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16422         MEM, try loading the MEM into a register and taking the low-part
16423         of that, to help CSE see the use of the MEM in its true mode.
16424
16425 2003-03-05  Tom Tromey  <tromey@redhat.com>
16426
16427         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16428         Define.
16429
16430 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
16431
16432         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16433         operand 2.
16434         ("*ineqbranchsi"): Likewise.
16435
16436 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
16437
16438         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16439         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
16440         register store followed by a stack increment.
16441
16442 2003-03-05  Chris Moller  <cmoller@redhat.com>
16443
16444         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16445         to inhibit saving CARRY_REGS.
16446
16447         * config/stormy16/stormy16.c (xs_hi_general_operand):
16448         added predicate to detect and error-out on out-of-range
16449         const_ints for movhi.
16450         * config/stormy16/stormy16.md (movhi): use
16451         xs_hi_general_operand.
16452
16453         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16454         added a check for local vbl size overflow.
16455         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16456         added predicate to detect and error-out on out-of-range
16457         const_ints for addhi and subhi.
16458         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16459         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16460
16461         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16462         add a term to accept PRE_MODIFY addresses.
16463         * config/stormy16/stormy16.c (xstormy16_expand_move):
16464         add code to expand PRE_MODIFY addresses to an add followed
16465         by a move.
16466
16467 2003-03-06  Jason Merrill  <jason@redhat.com>
16468
16469         * tree-inline.c (inlinable_function_p): Revert earlier change
16470         pending investigation.
16471
16472 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16473
16474         * config/h8300/h8300.md (a new peephole2): New.
16475
16476 2003-03-06  Jan Hubicka  <jh@suse.cz>
16477
16478         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16479
16480 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16481
16482         * dwarf2out.c (size_of_die): Compute size of external reference to
16483         die correctly.
16484
16485 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
16486
16487         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16488         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16489         expanders.
16490
16491 2003-03-05  Roger Sayle  <roger@eyesopen.com>
16492
16493         * expr.h (lang_expand_expr): Delete obsolete prototype.
16494
16495 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16496
16497         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16498
16499 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16500
16501         * config/h8300/h8300.md (a peephole2): Generalize to
16502         accept a memory operand.
16503
16504 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
16505
16506         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16507         * config/alpha/alpha.c (print_operand, case '+'): New.
16508         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16509         (call_value_osf_1_noreturn): Likewise.
16510
16511 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16512
16513         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16514         (expand_end_bindings): Likewise.
16515
16516 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16517
16518         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16519         (epilogue): Don't generate return_external_pic when emitting PA 2.0
16520         code.
16521
16522 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
16523
16524         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16525
16526         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16527
16528         * hooks.c (hook_rtx_rtx_null): New.
16529
16530         * hooks.h (hook_rtx_rtx_null): Protoize.
16531
16532         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16533         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16534
16535         * target.h (struct gcc_target): Add dwarf_register_span.
16536
16537         * dwarf2out.c (multiple_reg_loc_descriptor): New.
16538         (one_reg_loc_descriptor): New.
16539         (reg_loc_descriptor): Add support for values that span more than
16540         one register.
16541
16542 2003-03-05  Jan Hubicka  <jh@suse.cz>
16543
16544         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16545         * alias.c:  Include cgraph.h
16546         (mark_constant_function): Use cgraph_rtl_info.
16547         * calls.c:  Include cgraph.h
16548         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16549         calls.
16550         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16551         * cgraph.c (cgraph_rtl_info): New function.
16552         * cgraph.h (cgraph_rtl_info): Declare
16553         (cgraph_rtl_info): Likewise.
16554         * function.h (struct function): Add recursive_call_emit.
16555         * toplev.c: Include cgraph.h.
16556         (rest_of_compilation): Set preferred_incoming_stack_boundary.
16557
16558 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16559
16560         * config/h8300/h8300.c (output_simode_bld): Clear the
16561         destination first if possible.
16562         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16563         alternative.
16564         (extzv_1_r_inv_h8300hs): Likewise.
16565
16566 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16567
16568         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16569         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16570         * cfgloop.c (flow_loop_free): Made global.
16571         (establish_preds): New static function.
16572         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16573         (get_loop_exit_edges): New.
16574         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16575         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16576         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16577         loops.
16578         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16579         removability of an edge.
16580         (fix_irreducible_loops): New static function.
16581         (find_path, remove_path): Add ability to remove enclosing loops.
16582         (unloop): New.
16583         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16584         flags.
16585         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16586         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16587         not neccessary.
16588         (decide_peel_completely, peel_loops_completely): Allow complete peeling
16589         of non-duplicable once rolling loops.
16590         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16591
16592 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
16593
16594         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16595         for align_jumps is 4.
16596
16597         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
16598         use GENERAL_REGS.
16599
16600 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
16601
16602         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
16603         according to va_arg type.
16604         (EXPAND_BUILTIN_VA_ARG): Remove.
16605         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
16606         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
16607
16608 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
16609
16610         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
16611         else clauses.
16612
16613 2003-03-05  Michael Matz  <matz@suse.de>
16614
16615         * i386/i386.c (ix86_save_reg): Also test
16616         current_function_uses_const_pool.
16617
16618 2003-03-05  Michael Matz  <matz@suse.de>
16619
16620         * unwind.h: Add the GPL exception.
16621         * Makefile.in (USER_H): Add unwind.h.
16622
16623 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
16624
16625         PR c/9799
16626         * c-typeck.c (push_init_level): Add sanity check.
16627
16628 2003-03-05  Jan Hubicka  <jh@suse.cz>
16629
16630         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
16631         RTL inlining is done.
16632
16633         * cgraphunit.c (cgraph_mark_local_functions): New local function.
16634         (cgraph_optimize): Mark local functions.
16635         * i386-protos.h (init_cumulative_args): Update prototype.
16636         * i386.c (init_cumulative_args): Use register passing convention for
16637         local functions.
16638
16639         * cgraph.c (cgraph_global_info_ready): New global variable
16640         (cgraph_local_info, cgraph_global_info): New functions.
16641         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
16642         structures.
16643         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
16644         Declare.
16645         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
16646         (cgraph_mark_functions_to_output): Use inline_many.
16647         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
16648         (cgraph_expand_functions): Expand inline functions last.
16649         (cgraph_optimize): Do not emit uneeded functions.
16650
16651 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16652
16653         * expr.c (convert_modes): Check for legal hard register.
16654
16655 2003-03-04  Tom Tromey  <tromey@redhat.com>
16656
16657         * doc/sourcebuild.texi (Front End Directory): Document tags.
16658         * configure: Rebuilt.
16659         * configure.in (target_list): Added tags.
16660         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
16661         TAGS files by reference.
16662         * objc/Make-lang.in (objc.tags): New target.
16663
16664 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16665
16666         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16667         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16668         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16669         gcov_read_string, gcov_write_length): Modified to enable reading/
16670         writing of whole .da file just once.
16671         (da_file_open, da_file_close, da_file_eof, da_file_error,
16672         da_file_position, da_file_seek, da_file_write, da_file_read): New
16673         functions.
16674         (actual_da_file, actual_da_file_position, actual_da_file_length,
16675         actual_da_file_buffer, actual_da_file_buffer_size): New static
16676         functions.
16677         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16678         just once.
16679
16680
16681 2003-03-04  Andreas Schwab  <schwab@suse.de>
16682
16683         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16684         offset without frame pointer.
16685
16686 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16687
16688         * expr.c (expand_expr): Call promote_mode to set unsignedp.
16689
16690 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
16691
16692         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16693         * configure: Regenerated.
16694         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16695
16696 2003-03-04  Andreas Jaeger  <aj@suse.de>
16697
16698         * configure.in: Check for <memcheck.h>.
16699         * configure: Regenerated.
16700
16701         * config.in: Define HAVE_MEMCHECK_H.
16702
16703         * ggc-common.c: Use <memcheck.h> if available instead of
16704         <valgrind.h>.
16705         * ggc-page.c: Likewise.
16706         * cppfiles.c: Likewise.
16707
16708 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
16709
16710         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16711
16712 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16713
16714         PR c/9262
16715         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16716         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16717
16718 2003-03-04  Jan Hubicka  <jh@suse.cz>
16719
16720         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
16721         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16722         for -O3.
16723
16724 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
16725
16726         * configure.in: Delete three unused variables.  Move a variable
16727         definition closer to its use.  Simplify use_collect2 logic.  Start to
16728         organize.  Simplify tests for in-tree gas and ld.
16729         * configure: Regenerate.
16730
16731 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
16732
16733         * Makefile.in: Update.
16734         * c-common.c (flag_no_line_commands, flag_no_output,
16735         flag_dump_macros, flag_dump_includes): New.
16736         * c-common.h (flag_no_line_commands, flag_no_output,
16737         flag_dump_macros, flag_dump_includes, preprocess_file): New.
16738         (init_c_lex): Update prototype.
16739         * c-lex.c (init_c_lex): Update prototype; move some code to
16740         c_common_init.
16741         * c-opts.c (preprocess_file): Subsume into c_common_init.
16742         (c_common_decode_option): Update flags.
16743         (c_common_init): Move code from preprocess_file and init_c_lex.
16744         (sanitize_cpp_opts): Update.
16745         * c-ppoutput.c: New, cppmain.c almost verbatim.
16746         * cpphash.h (struct printer): Remove.
16747         (struct cpp_reader): Remove print.
16748         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16749         cpp_preprocess_file): Remove.
16750         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16751         and dump_includes.
16752         * cppmain.c: Remove.
16753         * doc/passes.texi: Update.
16754
16755 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16756
16757         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
16758         (assign_stack_local_1): Perform overall stack alignment only when
16759         STACK_ALIGNMENT_NEEDED is nonzero.
16760         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16761
16762         * pa.c (compute_frame_size): Rename fsize to size.  Account for
16763         alignment to a word boundary before general register save block.  Only
16764         account for double-word alignment before floating point register save
16765         block if one or more are saved.  Don't allocate space for %r3 when
16766         frame pointer is needed.
16767         (hppa_expand_prologue): Include alignment to word boundary in local
16768         frame size.
16769         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16770         (STACK_ALIGNMENT_NEEDED): Define.
16771
16772 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
16773
16774         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16775         global register variables.
16776
16777 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16778
16779         * reload.c (reload_adjust_reg_for_mode): New function.
16780         (subst_reloads): Call it.
16781         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16782         * reload.h (reload_adjust_reg_for_mode): Declare.
16783         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16784         Call it.
16785
16786 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16787
16788         * optabs.c (add_equal_note): Delete SUBREG_REG use.
16789         Fixes PR c/7872.
16790
16791 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16792
16793         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16794         (*ixorsi3_lshiftrt_16): New.
16795         (*iorsi3_ashift_16): Remove.
16796
16797 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16798
16799         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16800         pattern.
16801
16802 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16803
16804         * doc/install.texi (Specific): Update entry for powerpc-darwin.
16805
16806 2003-03-03  Richard Henderson  <rth@redhat.com>
16807
16808         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16809
16810 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
16811
16812         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16813         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16814         (rs6000_variable_issue): Do not return negative value.
16815         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16816         scheduling pass.
16817
16818 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16819
16820         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16821         prune_unused_types calls.
16822
16823 2003-03-03  Jason Merrill  <jason@redhat.com>
16824
16825         * tree-inline.c (find_builtin_longjmp_call): Save and restore
16826         lineno and input_filename.
16827         (find_alloca_call): Likewise.
16828         (inlinable_function_p): Run the langhook earlier.
16829
16830         * calls.c (compute_argument_addresses): Give the new MEMs a
16831         minimum alignment of PARM_BOUNDARY.
16832
16833 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16834
16835         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16836         subtarget_asm_isa_spec.
16837         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16838         (ASM_SPEC): Define as SH_ASM_SPEC.
16839         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16840         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16841         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16842         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16843
16844         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16845         and align_jumps if not set.
16846         Force align_jumps to be at least 2.
16847         When relaxing, force align_functions to be at least the maximum of
16848         align_loops, align_jumps and 4.
16849         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16850         (sh_loop_align): Honour align_loops_log.
16851
16852         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16853         to check for indirect_jump_scratch.
16854         (indirect_jump_scratch): Add second set.
16855         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16856         when looking for indirect_jump_scratch.
16857         Extract scratch register taking new structure of indirect_jump_scratch
16858         into account.
16859         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16860
16861 2003-03-03  Jan Hubicka  <jh@suse.cz>
16862
16863         * calls.c (rtx_for_function_call): Take the address as an argument
16864         (expand_call): Do not modify the expression.
16865
16866         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
16867         optimizing.
16868
16869 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16870
16871         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16872         TARGET_H8300H and TARGET_H8300S.
16873
16874 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16875
16876         * config/h8300/h8300.md (a peephole2): New.
16877
16878 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16879
16880         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16881         operands[0] and operands[1] are different.
16882
16883 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16884
16885         * reload1.c (reload_cse_move2add): Remove variable success.
16886
16887 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16888
16889         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16890         warnings.
16891
16892 2003-03-02  Richard Henderson  <rth@redhat.com>
16893
16894         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16895         * config.in, configure: Rebuild.
16896         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16897         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16898         paired ldtoffx and ldxmov annotations.
16899         (load_symptr_internal1): Remove.
16900         (load_symptr_high, load_symptr_low): New.
16901
16902 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16903
16904         * c-incpath.c (add_path): Fix sysp assignment.
16905
16906 2003-03-02  Kurt Garloff  <garloff@suse.de>
16907
16908         * params.def: Introduce parameter max-inline-insns-rtl for
16909         a separate limit for the RTL inliner.
16910         * params.h: Likewise.
16911         * integrate.c (function_cannot_inline_p): Use it.
16912         * toplev.c (decode_f_option): Set multiple parameters
16913         controlling inlining with -finline-limit.
16914         * params.def: Fix orthographic and typographic errors.
16915         * doc/invoke.texi: Document parameters controlling inlining
16916         and the way -finline-limit sets multiple of them.
16917
16918         * tree.h (struct tree_decl): Introduce inlined_function_flag,
16919         recording whether the function became eligible for inlining
16920         by a compiler flag rather than the declaration.
16921         Provide DID_INLINE_FUNC macro to access it.
16922         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16923         * cp/decl.c (grokfndecl): Likewise.
16924         * toplev.c (rest_of_compilation): Likewise.
16925         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16926         * print-tree.c (print_node): Report it.
16927         * params.def: Introduce new max-inline-insns-auto limit.
16928         * params.h: Likewise.
16929         * tree-inline.c (inlinable_function_p): Apply it to functions
16930         with DID_INLINE_FUNC set.
16931         * toplev.c (decode_f_option): Initialize it from -finline-limit
16932         value.
16933         * doc/invoke.texi: Document new parameter.
16934
16935 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
16936
16937         * fix-header.c (read_scan_file): Don't reference simplify_path.
16938
16939 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16940
16941         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16942         min/max instructions by default as may result in reload errors.
16943
16944 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16945
16946         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16947         avoid reload problems; define split for it.
16948
16949 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16950
16951         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16952         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16953         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16954         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16955         rotatert and rotate.
16956         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16957         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16958         ("*rotrhi3_addr"): New split for shift insns on address register.
16959         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16960         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16961         (___rotrhi3): Likewise.
16962         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16963
16964 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16965
16966         * toplev.c (aux_base_name): Moved from toplev.h.
16967         (filename): Constify.
16968         (lang_dependent_init): Don't duplicate name.
16969         (process_options): Set aux_base_name here, not...
16970         (do_compile): ...here.  Change protoype.
16971         (toplev_main): Move some code from do_compile.
16972         * toplev.h: Remove aux_base_name.
16973
16974 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16975
16976         * config/h8300/h8300-protos.h: Add a prototype for
16977         iorxor_operator.
16978         * config/h8300/h8300.c (print_operand): Handle 'c'.
16979         (iorxor_operator): New.
16980         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16981         * config/h8300/h8300.md (*iorhi3_zext): Remove.
16982         (*iorsi3_zexthi): Likewise.
16983         (*iorsi3_zextsi): Likewise.
16984         (*xorhi3_zextqi): Likewise.
16985         (*xorsi3_zexthi): Likewise.
16986         (*xorsi3_zextsi): Likewise.
16987         (*ixorhi3_zext): New.
16988         (*ixorsi3_zext_qi): Likewise.
16989         (*ixorsi3_zext_hi): Likewise.
16990
16991 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16992
16993         * c-incpath.c (remove_component_p, simplify_path): Move back to
16994         cppfiles.c.
16995         (remove_duplicates): Use cpp_simplify_path.
16996         * c-incpath.h (simplify_path): Remove.
16997         * c-lex.c: Don't include c-incpath.h.
16998         (init_c_lex): Remove simplify_path.
16999         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
17000         (find_or_create_entry, validate_pch): Revert.
17001
17002 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
17003
17004         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
17005           an external cpp during compilation.
17006         (option_map): Likewise.
17007         * objc/lang-specs.h (default_compilers): Similarly.
17008         * doc/invoke.texi: Document -no-integrated-cpp flag.
17009
17010 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
17011
17012         * config/h8300/h8300.md (zero_extendqisi2): Change to an
17013         expander.
17014         (*zero_extendqisi2_h8300): New.
17015         (*zero_extendqisi2_h8300hs): New.
17016         (two splitters): New.
17017
17018 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17019
17020         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
17021
17022 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17023
17024         * config/h8300/h8300.md (a peephole2): Remove dead code.
17025
17026 2003-03-01  Roger Sayle  <roger@eyesopen.com>
17027
17028         PR c++/9367
17029         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
17030         (BT_FN_INT_CONST_STRING_VALIST_ARG,
17031         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
17032         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
17033         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
17034         BT_FN_INT_STRING_CONST_STRING_VAR,
17035         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
17036         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
17037         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
17038         ATTR_NONNULL_3): Also include the nothrow attribute.
17039         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
17040         vsnprintf, vscanf, vsscanf): Don't define attributes here.
17041         * builtins.def (putchar, puts): Make full C89 built-ins.
17042         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
17043         vsscanf, vsnprintf, vsprintf): New built-ins.
17044         * c-common.c (c_common_nodes_and_builtins): Handle new macro
17045         DEF_FUNCTION_TYPE_VAR_3.
17046
17047         * doc/extend.texi: Document these new built-in functions.
17048
17049 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17050
17051         * config/h8300/h8300.md (a peephole2): New.
17052
17053 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
17054
17055         * predict.c (estimate_bb_frequencies): Correctly set
17056         real_values_initialized after initialization.
17057
17058 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
17059
17060         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
17061         cppinit.o, cppdefault.o, fix-header): Update.
17062         * c-incpath.c: New file.
17063         * c-incpath.h: New file.
17064         * c-lex.c: Include c-incpath.h.
17065         (init_c_lex): Register path simplifier.
17066         * c-opts.c: Include cppdefault.h and c-incpath.h.
17067         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
17068         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
17069         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
17070         (missing_arg, c_common_decode_option): Handle them.
17071         (c_common_post_options): Register include chains.
17072         (print_help): Update.
17073         * cppdefault.h (struct default include): Update.
17074         Move some macros to ...
17075         * cppdefault.c: ... here.
17076         (cpp_include_defaults): Add extra field add_sysroot.
17077         * cppfiles.c (include_file, search_from, find_or_create_entry,
17078         cpp_included, find_include_file, remap_filename): Update for
17079         renaming of search_path to cpp_path, and of the chain headers.
17080         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
17081         * cpphash.h (struct search_path): Move to cpplib.h.
17082         (struct cpp_buffer, struct cpp_reader): Update.
17083         (_cpp_simplify_pathname): Remove.
17084         * cppinit.c: Don't include prefix.h and cppdefault.h.
17085         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
17086         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
17087         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
17088         no_pth, cpp_handle_options): Remove.
17089         (struct pending_option): Remove chain members.
17090         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
17091         cpp_handle_option): Update.
17092         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
17093         (struct cpp_options): Remove quote_include, bracket_include,
17094         include_prefix, include_prefix_len, verbose, ignore_srcdir,
17095         no_standard_includes, no_standard_cplusplus_includes.
17096         (struct cpp_callbacks): Add simplify_path.
17097         (cpp_handle_options): Remove.
17098         * fix-header.c: Include c-incpath.h.
17099         (read_scan_file): Update to use c-incpath functionality.
17100         * doc/passes.texi: Update.
17101
17102 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17103
17104         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
17105         satisfies EXTRA_CONSTRAINT 'U'.
17106
17107 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
17108
17109         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
17110         register.
17111         (*tst_extzv_memqi_1_n): Change to a splitter.
17112         (a peephole2): Update.
17113
17114 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
17115
17116         * predict.c (estimate_bb_frequencies): Initialize the sreal
17117         constants once per compilation.
17118
17119 2003-02-28  Richard Henderson  <rth@redhat.com>
17120
17121         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
17122
17123 2003-02-28  scott snyder  <snyder@fnal.gov>
17124
17125         * flags.h: Add flag_eliminate_unused_debug_types.
17126         * toplev.c: Add flag_eliminate_unused_debug_types.
17127         (f_options): Add -feliminate-unused-debug-types.
17128         * dwarf2out.c (struct file_table): Add emitted member.
17129         (splice_child_die): Fix the parent pointer for the child being
17130         spliced.
17131         (lookup_filename): Maintain file_table.emitted array.  Don't
17132         output .file directive here.
17133         (maybe_emit_file): (new)
17134         (init_file_table): Set up file_table.emitted.
17135         (dwarf2out_source_line): Use maybe_emit_file.
17136         (dwarf2out_start_source_file): Use maybe_emit_file.
17137         (dwarf2out_init): Use maybe_emit_file.
17138         (prune_unused_types_walk_attribs): (new)
17139         (prune_unused_types_mark): (new)
17140         (prune_unused_types_walk): (new)
17141         (prune_unused_types_prune): (new)
17142         (prune_unused_types): (new)
17143         (dwarf2out_finish): Call prune_unused_types if
17144         flag_eliminate_unused_debug_types is set.
17145         * doc/invoke.texi (Option Summary): Add
17146         -feliminate-unused-debug-types.
17147         (Debugging Options): Likewise.
17148
17149 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
17150
17151         * doc/invoke.texi: Change .pch to .gch.
17152         * cppfiles.c (open_file_pch): Likewise.
17153         * gcc.c (default_compilers): Likewise.
17154
17155 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
17156
17157         * floatlib.c: Remove.
17158
17159 2003-02-28  Jason Merrill  <jason@redhat.com>
17160
17161         * stor-layout.c (variable_size): Leave a "minus 1" outside the
17162         SAVE_EXPR.
17163
17164 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
17165
17166         * config/rs6000/power4.md: Add compare bypass.
17167
17168 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
17169
17170         * config/netbsd.h: Update copyright years.
17171         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
17172         -pthread is specified on the command line.
17173
17174 2003-02-28  Dale Johannesen <dalej@apple.com>
17175
17176         * loop.c (struct movable): Add insert_temp, shrink savemode.
17177         (scan_loop): Accept invariants that require copying; mark as
17178         insert_temp.
17179         (combine_movables): Don't combine insert_temp movables.
17180         (move_movables): Insert copies for insert_temp movables.
17181         Don't record the info based on regno for insert_temp's.
17182
17183 2003-02-28  Joel Sherrill <joel@OARcorp.com>
17184
17185         PR 9638/other
17186         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17187         this constant defaults to 1.
17188
17189 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
17190
17191         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17192
17193 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
17194
17195         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17196         ARMv5e processor, not just for XScale.  Instructions are predicable.
17197         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17198
17199 2003-02-28  Nick Clifton  <nickc@redhat.com>
17200
17201         * config/arm/arm.c (note_invalid_constants): Change parameter type
17202         from bool to int.
17203
17204 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
17205
17206         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17207         test of bit 7.
17208         (*tst_extzv_memqi_1_n): Likewise.
17209         (a peephole2): New.
17210
17211 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
17212
17213         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17214         #ifndef __mips16.
17215
17216 2003-02-28  Jan Hubicka  <jh@suse.cz>
17217
17218         * combine.c (gen_lowpart_for_combine): Update handling of
17219         subregs_of_mode
17220         * flow.c (life_analysis, mark_used_regs): Likewise.
17221         * regclass.c (subregs_of_mode): Turn into single bitmap.
17222         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17223         dealing with subregs_of_mode
17224         * regs.h (subregs_of_mode): Update prototype.
17225
17226 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
17227
17228         * emit-rtl.c (set_reg_attrs_for_parm): New function.
17229         * rtl.h (set_reg_attrs_for_parm): New exported function.
17230         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17231         set_reg_attrs_from_mem.
17232
17233 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17234             Zack Weinberg <zack@codesourcery.com>
17235
17236         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
17237
17238 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
17239
17240         * reload1.c (sext_for_mode): Remove.
17241         (reload_cse_move2add): Use trunc_int_for_mode instead of
17242         sext_for_mode.
17243         (move2add_note_store): Likewise.
17244         Reset register information if we see a set in non-integer
17245         mode.
17246
17247 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
17248
17249         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17250         option.
17251         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17252         * config/rs6000/aix51.h: Same.
17253         * config/rs6000/aix52.h: Same.
17254         * config/rs6000/power4.md: Additional VMX bypasses.
17255
17256 2003-02-27   Geert Bosch <bosch@gnat.com>
17257
17258         * toplev.c (print_version): Add indentation for GGC heuristics and
17259         output after printing version information.
17260
17261 2003-02-27  James E Wilson  <wilson@tuliptree.org>
17262
17263         * combine.c (simplify_comparison): Require integral mode when
17264         permuting SUBREG with AND.
17265
17266 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
17267
17268         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17269
17270 2003-02-27  Nick Clifton  <nickc@redhat.com>
17271
17272         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17273         deleted when cirrus instructions were added.
17274
17275 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
17276
17277         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17278         POSIX thread support by default.
17279
17280 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17281
17282         * config/i386/cygwin.h: Don't include any other files directly.
17283         * config/i386/mingw32.h: Don't include cygwin.h directly.
17284         * config.gcc (cygwin, mingw32, uwin): Instead make these files
17285         explicit in the tm_files variable.
17286
17287 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
17288
17289         * config/rs6000/rs6000.md: Add TI constant splitter.
17290
17291 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
17292
17293         * builtins.c (purge_builtin_constant_p): Handle subreg of
17294         constant_p_rtx too.
17295
17296         * function.c (assign_stack_local_1): Truncate constant added to
17297         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17298
17299 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
17300
17301         * config.gcc: Add power4 to PowerPC with_cpu list.
17302
17303 2003-02-26  Jan Hubicka  <jh@suse.cz>
17304
17305         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17306
17307 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17308
17309         * gcov-dump.c (print_prefix): Fix signedness warning.
17310         * gcov-io.h (struct counter_section, struct counter_section_data): New.
17311         (struct function_info): n_arc_counts field removed, n_counter_sections,
17312         counter_sections fields added.
17313         (struct gcov_info): arc_counts, n_arc_counts fields removed,
17314         n_counter_sections, counter_sections fields added.
17315         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17316         profile sections.
17317         * profile.h (MAX_COUNTER_SECTIONS): New.
17318         (struct section_info): New.
17319         (struct profile_info): count_instrumented_edges,
17320         count_edges_instrumented_now fields removed, n_sections, section_info
17321         fields added.
17322         (find_counters_section): Declare.
17323         * profile.c (struct function_list): count_edges field removed,
17324         n_counter_sections, counter_sections fields added.
17325         (set_purpose, label_for_tag, build_counter_section_fields,
17326         build_counter_section_value, build_counter_section_data_fields,
17327         build_counter_section_data_value, build_function_info_fields,
17328         build_function_info_value, build_gcov_info_fields,
17329         build_gcov_info_value): New static functions.
17330         (find_counters_section): New function.
17331         (instrument_edges, get_exec_counts, compute_branch_probabilities,
17332         branch_prob, create_profiler): Modified to support multiple profile
17333         sections.
17334
17335 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17336
17337         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17338         is 8 * STACK_BOUNDARY.
17339         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17340
17341 2003-02-26  Michael Matz  <matz@suse.de>
17342
17343         * ra-colorize.c (merge_moves): Fix list handling.
17344
17345 2003-02-26  Nick Clifton  <nickc@redhat.com>
17346
17347         * config/arm/arm.c (is_load_address): Rename to...
17348         (arm_memory_load_p) ... this and make it check for SUBREGs and
17349         constant loads that will be converted into loads from the
17350         minipool.
17351         (is_cirrus_insn): Rename to ...
17352         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
17353         of CIRRUS_NO with CIRRUS_NOT.
17354         (cirrus_reorg): Use renamed functions.
17355         (note_invalid_constants): Change from a void function to bool.
17356         Add an extra parameter, saying whether the fixups should be
17357         pushed.  Return true if fixups are needed.
17358         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
17359         of CIRRUS_NO with CIRRUS_NOT.
17360         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17361         other floating point co-processors can also affect this.
17362         * config/arm/arm.md ("type" attribute): Add mav_farith and
17363         mav_dmult.  Replace references to "cirrus_type" attribute with
17364         "type".
17365         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17366         ("cirrus_type" attribute): Delete - use "type" instead.
17367         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17368         'normal'.
17369
17370 2003-02-25  Jan Hubicka  <jh@suse.cz>
17371
17372         * objc-act.c: Include cgraph.h
17373         (mark_referenced_methods): New function.
17374         (objc_init): Call it.
17375         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17376
17377         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17378         mode.
17379
17380         * optabs.c (expand_fix): Do not widen the input operand.
17381
17382         * expr.c (emit_group_store):  Fix crash when converting single
17383         register into complex register.
17384
17385         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17386         * alias.c: Include timevar.h
17387         (init_alias_analysis):  Set timevar
17388         * jump.c: Include timevar.h
17389         (rebuild_jump_labels):  Set timevar
17390         * regcalss.c: Include timevar.h
17391         (reg_scan):  Set timevar
17392         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17393
17394 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17395
17396         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17397
17398         * Makefile.in (loop-unroll.o): New.
17399         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17400         (unroll_and_peel_loops): Declare.
17401         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17402         flag_old_unroll_loops.
17403         * loop.c (loop_invariant_p): Ditto.
17404         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17405         flag_old_unroll_all_loops.
17406         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17407         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17408         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17409         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17410         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17411         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17412         PARAM_MAX_ONCE_PEELED_INSNS): New.
17413         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17414         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17415         instead of old one.
17416         (flag_peel_loops): New.
17417         (lang_independent_options): The new flags added.
17418         (rest_of_compilation): Call new unroller.
17419         (process_options): Setup flags for coexistence of old and new unroller.
17420         * doc/invoke.texi: Document new options.
17421         * doc/passes.texi: Document new unroller pass.
17422
17423 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
17424
17425         * fixinc/fixincl.x: Regenerate
17426
17427 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
17428
17429         * function.c (assign_parms): Set reg_attrs for parameters passed in
17430         registers.
17431
17432 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
17433
17434         PR target/9681
17435         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17436
17437 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
17438
17439         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17440         pseudo-op.
17441
17442 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17443
17444         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
17445         * cse.c (invalidate_skipped_set):  Likewise.
17446         * integrate.c (subst_constants):  Likewise.
17447         * jump.c (reversed_comparison_code_parts):  Likewise.
17448         * loop.c (canonicalize_condition):  Likewise.
17449         * simplify-rtx.c (simplify_relational_operation):  Likewise.
17450
17451 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17452
17453         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17454         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
17455         the appropriate macro to define built-in function.
17456         (fmod,fmodf,fmodl): New built-in functions.
17457
17458         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17459
17460 2003-02-25  Richard Henderson  <rth@redhat.com>
17461
17462         * config/i386/i386.c (function_arg): Pass variable sized
17463         structures correctly on the stack.
17464
17465 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17466
17467         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17468         does not reduce the cost of SET.
17469
17470 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17471
17472         PR target/9732
17473         * config/rs6000/rs6000.c (first_reg_to_save): Handle
17474         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17475         (rs6000_emit_prologue): Likewise.
17476         (rs6000_emit_epilogue): Likewise.
17477         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17478         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17479
17480 2003-02-25  Richard Henderson  <rth@redhat.com>
17481
17482         * real.c (real_to_integer2): Force overflow result only for
17483         unsigned overflow.
17484
17485 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17486
17487         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17488
17489 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
17490             Richard Henderson  <rth@redhat.com>
17491
17492         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17493         there is no similar load.
17494
17495 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
17496             Richard Henderson  <rth@redhat.com>
17497
17498         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17499         sched-rgn.c.
17500         (add_forward_dependence): New function prototype.
17501
17502         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17503         sched-init.h.
17504         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17505         them to haifa-sched.c.
17506
17507         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17508         haifa_classify_insn): Move them from sched-rgn.c.
17509
17510         * sched-deps.c (add_dependence): Return flag of creating a new
17511         entry.
17512         (add_forward_dependence): New function.
17513         (compute_forward_dependences): Use the function.
17514
17515         * sched-ebb.c (earliest_block_with_similiar_load): New function.
17516         (add_deps_for_risky_insns): New function.
17517         (schedule_ebb): Call the function.
17518
17519 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
17520
17521         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17522         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
17523
17524         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17525         opaque types fail.
17526
17527         * c-typeck.c (comptypes): Change call to vector_types_compatible
17528         to vector_opaque_p.
17529         (convert_for_assignment): Call vector_opaque_p instead of
17530         vector_types_compatible.
17531         (really_start_incremental_init): Disallow initialization of opaque
17532         types.
17533
17534         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17535         Define TARGET_VECTOR_OPAQUE_P.
17536         (TARGET_INITIALIZER): Same.
17537
17538         * target.h (struct gcc_target): Remove vector_types_compatible.
17539         Add vector_opaque_p.
17540
17541         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17542         Remove.
17543         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17544         a vector type.  Change return type to bool.
17545         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17546         (TARGET_VECTOR_OPAQUE_P): Define.
17547
17548         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17549         target hook.
17550         Include target.h.
17551         (cp_parser_init_declarator): Fix typo in function comments.
17552
17553 2003-02-25  Jan Hubicka  <jh@suse.cz>
17554
17555         * Makefile.in (lcm.o):  Add dependency on function.h
17556         * lcm.c (function.h): Include.
17557         * i386.c (machine_function, ix86_stack_locals,
17558         * ix86_save_varrargs_registers) : Move to
17559         ...
17560         * i386.h (machine_function, ix86_stack_locals,
17561         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17562         (ix86_optimize_mode_switching): New.
17563         * i386.md (fix patterns): Set ix86_optimize_mode_switching
17564
17565 2003-02-25  Nick Clifton  <nickc@redhat.com>
17566
17567         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
17568         of fourth arg is 'fndecl' not 'indirect'.  Update comment
17569         describing the function's parameters.
17570
17571 2003-02-24  Jan Hubicka  <jh@suse.cz>
17572
17573         * combine.c (simplify_shift_const):  Fix previous patch.
17574
17575 2003-02-24  Jeff Law  <law@redhat.com>
17576
17577         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17578         alternative.
17579         (testsi_1, testhi_1, testqi_1): Likewise.
17580
17581 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17582
17583         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17584         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17585         * doc/extend.texi (Tru64 Pragmas): Reflect this.
17586
17587         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17588         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17589         * fixinc/fixincl.x: Regenerate.
17590         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17591         testcase.
17592         Fixes PR c/5059, c/6126, other/9671.
17593
17594 2003-02-24  Roger Sayle  <roger@eyesopen.com>
17595
17596         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
17597         from handle_braces in "%{...}".
17598
17599 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
17600
17601         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
17602         (prepare_move_operands): Handle TLS operands.
17603         (tls_symbolic_operand): New.
17604         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
17605         (legitimize_pic_address): Do nothing for the TLS symbol.
17606         (sh_encode_section_info): Handle TLS case.
17607         (sh_strip_name_encoding): Drop TLS encoding.
17608         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
17609         * config/sh/sh.h (SH_TLS_ENCODING): Define.
17610         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
17611         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
17612         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
17613         * config/sh/sh.md: Define TLS UNSPEC constants.
17614         (type): Add tls_load.
17615         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
17616         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
17617         ("tls_initial_exec"): New insn.
17618         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
17619         ("load_gbr"): New insn.
17620
17621         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
17622         * configure: Regenerate.
17623
17624 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
17625
17626         PR 9297, PR 9722
17627         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
17628         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
17629         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
17630         (enum block_op_methods): Reorder for better store_expr optimization.
17631         * expr.c (store_expr): Test bit 1 of "want_value" for call param
17632         stores, test bit 0 for original want_value meaning.  Pass
17633         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
17634         recursive calls, and calls to expand_param.
17635         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
17636         expected, set target to 0 rather than to subtarget.  Formatting.
17637
17638 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
17639
17640         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
17641
17642 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17643
17644         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
17645         new default behavior.
17646         * ggc-common.c: Include sys/resource.h.
17647         (ggc_rlimit_bound): New function.
17648         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
17649         defaults to account for rlimits.
17650
17651 2003-02-22  Richard Henderson  <rth@redhat.com>
17652
17653         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
17654
17655 2003-02-22  Kelley Cook <kelley@dwhoops.info>
17656
17657         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
17658         (ix86_tune_string): Rename from ix86_cpu_string.
17659
17660 2003-02-22  Kelley Cook <kelleycook@comcast.net>
17661
17662         * config/i386/i386.c: Replace "mcpu" with "mtune".
17663         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17664         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17665         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17666         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
17667
17668 2003-02-23  Andreas Schwab  <schwab@suse.de>
17669
17670         * config.gcc: Delete references to m68k/t-linux and
17671         m68k/t-linux-aout.
17672         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17673
17674 2003-02-22  Jan Hubicka  <jh@suse.cz>
17675
17676         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
17677         of track scheduling patch.
17678
17679 2003-02-22  Jan Hubicka  <jh@suse.cz>
17680
17681         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17682         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17683
17684 2003-02-22  Jan Hubicka  <jh@suse.cz>
17685
17686         * c-decl.c (c_expand_body_1): Fix.
17687
17688 2003-02-22  Jan Hubicka  <jh@suse.cz>
17689
17690         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17691
17692         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
17693         when not optimizing.
17694         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17695         when not expensive.
17696         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
17697         optimizing;  Delete trivially dead insns early; fix optimize check.
17698
17699         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17700         dependency on cgraph.h
17701         * c-decl.c: Include cgraph.h
17702         (finish_function): Update call of tree_inlinable_function_p.
17703         * c-objc-common.c: Include cgraph.h
17704         * cgraph.h: New file.
17705         * cgraphunit.c: New file.
17706         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17707         (cgraph_nodes, cgraph_n_nodes): Globalize.
17708         (cgraph_finalize_function, cgraph_finalize_compilation_unit
17709         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17710         Move into cgraphunit.c
17711         * tree-inline.c: Include cgraph.h
17712         * tree-inline.c: Include cgraph.h
17713
17714 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
17715
17716         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17717         for copying a register.
17718
17719 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
17720
17721         PR other/3782
17722         * toplev.c (process_options): If flag_detailed_statistics is set,
17723         then set time_report as well.
17724
17725         PR c/8828
17726         * jump.c (never_reached_warning): Don't fall through BARRRIER
17727         insns.  Update comments to reflect what the function really does.
17728
17729 2003-02-21  Roger Sayle  <roger@eyesopen.com>
17730
17731         * fold-const.c (omit_one_operand): No longer static.
17732         * tree.h (omit_one_operand): Prototype here.
17733         (div_and_round_double): Keep fold-const.c prototypes together.
17734         * builtins.c (builtin_mathfn_code): Handle binary built-in
17735         funtions, such as "pow" and "atan2".
17736         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17737         Simplify optimizations using "type" the builtin's return type.
17738
17739 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
17740
17741         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17742         Fix functionalization typo.
17743
17744         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17745         in an asm.
17746
17747 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17748
17749         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17750         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17751         documentation.
17752         * ggc-common.c: Include params.h
17753         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17754         init_ggc_heuristics): New functions.
17755         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17756         init_ggc_heuristics): Prototype.
17757         * toplev.c (print_version):  Output GGC heuristics.
17758         (parse_options_and_default_flags): Call init_ggc_heuristics.
17759
17760 2003-02-22  Jan Hubicka  <jh@suse.cz>
17761
17762         * i386.c (def_builtin):  Special case 64bit builtins.
17763         (MASK_SSE164, MASK_SSE264): New constants.
17764         (builtin_description): Add 64bit builtins.
17765         (ix86_init_mmx_sse_builtins): Likewise.
17766         * i386.h (enum ix86_builtins): Likewise.
17767         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17768         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17769         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17770         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17771         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17772         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17773         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17774
17775 2003-02-22  Jan Hubicka  <jh@suse.cz>
17776
17777         * i386.c (builtin_description): Add __builtin_ia32_paddq and
17778         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17779          and __builtin_ia32_psubq128.
17780         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17781         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17782         (mmx_adddi3, mmx_subdi3): New.
17783         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17784         * xmmintrin.h (_mm_movepi64_pi64): New.
17785         (_mm_add_epi64, _mm_sub_epi64): fix.
17786         (_mm_mul_pu16): Rename to...
17787         (_mm_mul_su32): ... this one.
17788
17789         * builtins.c (expand_builtin_expect):  Do not predict
17790         flag_guess_branch_prob is not set.
17791         * c-semantics.c (expand_stmt): Likewise.
17792         * predict.c (predict_insn): Likewise.
17793         * stmt.c (expand_continue_loop): Likewise.
17794         * toplev.c (rest_of_compilation): Do not call
17795         note_prediction_to_br_prob and note_prediction_to_br_prob
17796         when not optimizing.
17797
17798 2003-02-21  Jan Hubicka  <jh@suse.cz>
17799
17800         * cfgrtl.c (commit_edge_insertions):  Call
17801         find_many_sub_basic_block only when some code has been emitted.
17802         (commit_edge_insertions_watch_calls): Bring into sync with
17803         commit_edge_insertions
17804
17805 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
17806
17807         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17808
17809         * sh.md (binary_sf_op): Use extra constant operand instead of
17810         negating constant operand 4.
17811         * sh.c (sh_expand_binop_v2sf): Supply it.
17812
17813 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
17814
17815         * cpphash.h (struct lexer_state): Add directive_wants_padding.
17816         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17817         for directives of type INCL.
17818         (glue_header_name, parse_include): Use get_token_no_padding.
17819         * cppmacro.c (replace_args): If directive_wants_padding,
17820         provide padding tokens.
17821
17822 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
17823
17824         * config/h8300/h8300.md (a peephole2): New.
17825
17826 2003-02-21  Jan Hubicka  <jh@suse.cz>
17827
17828         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17829         (commit_edge_insertions): Call find_many_sub_basic_blocks
17830
17831         * reg-stack.c (convert_regs): Cleax aux for blocks.
17832
17833 2003-02-21  Jan Hubicka  <jh@suse.cz>
17834
17835         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17836
17837 2003-02-21  Glen Nakamura  <glen@imodulo.com>
17838
17839         PR optimization/8613
17840         * builtins.c (expand_builtin): Emit postincrements before expanding
17841         builtin functions.
17842
17843 2003-02-21  Ben Elliston  <bje@redhat.com>
17844
17845         PR other/5634
17846         * doc/install.texi (Configuration): Explain using $HOME instead of
17847         the ~ metacharacter when referring to home directories.
17848
17849 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
17850
17851         * configure.in (TARGET_SYSTEM_ROOT): Set default to
17852         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
17853         '${exec_prefix}' (in addition to the expansion thereof) as
17854         relocatable.
17855         * configure: Rebuilt.
17856
17857 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17858
17859         * config/h8300/h8300.md (addhi3_incdec): Change the name to
17860         *addhi3_incdec.
17861         (addsi3_incdec): Change the name to *addsi3_incdec.
17862
17863 2003-02-20  Roger Sayle  <roger@eyesopen.com>
17864
17865         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17866
17867 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
17868
17869         PR fortran/9038
17870         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17871         options to be ignored.
17872         (c_common_decode_option): Ignore them when preprocessing.
17873
17874 2003-02-20  Jan Hubicka  <jh@suse.cz>
17875
17876         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17877         global variables.
17878         (lang_independent_options):  Add -fsched2-use-superblocks
17879         -fsced2-use-traces.
17880         (rest_of_compilation): Deal with it.
17881         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
17882         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17883         Declare.
17884         * rtl.h (reg_to_stack):  Update prototype.
17885         * reg-stack.c (reg_to_stack): Return when something has changed;
17886         update liveness when executing after superblock scheduling.
17887
17888         * combine.c (simplify_shift_const):  Simplify few special cases
17889         into constants.
17890
17891 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17892
17893         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17894         (add.,subf.,neg.): Change attribute to fast_compare.
17895         All DFA descriptions updated.
17896
17897 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
17898
17899         Change base class access representation.
17900         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17901         TREE_VIA_PRIVATE): Remove.
17902         (BINFO_BASEACCESSES): New binfo elt.
17903         (BINFO_BASEACCESS): New accessor.
17904         (BINFO_ELTS): Increase.
17905         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17906         (access_public_node, access_protected_node,
17907         access_private_node): New global nodes.
17908         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17909         * dbxout.c (dbxout_type): Adjust.
17910         * dwarf2out.c (gen_inheritance_die): Add access parameter.
17911         (gen_member_die): Adjust.
17912         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17913         (output_type): Adjust.
17914         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17915
17916         Change base class access representation. Share virtual base
17917         binfos.
17918         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17919         call.
17920         * cp/class.c (build_base_path): Likewise.
17921         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17922         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17923         (make_new_vtable): Adjust.
17924         (force_canonical_binfo_r): Delete.
17925         (force_canonical_binfo): Delete.
17926         (mark_primary_virtual_base): Delete.
17927         (dfs_unshared_virtual_bases): Delete.
17928         (mark_primary_bases): Adjust.
17929         (maybe_warn_about_overly_private_class): Adjust.
17930         (dfs_base_derived_from): Delete.
17931         (base_derived_from): Follow the inheritance chain.
17932         (struct find_final_overrider_data): Add vpath member.
17933         (dfs_find_final_overrider): Adjust.
17934         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17935         (find_final_overrider): Adjust.
17936         (update_vtable_entry_for_fn): Adjust.
17937         (modify_all_vtables): Adjust.
17938         (walk_subobject_offsets): Adjust.
17939         (layout_nonempty_base_or_field): Adjust.
17940         (layout_empty_base): Remove last parameter. Adjust.
17941         (build_base_field): Adjust.
17942         (build_base_fields): Adjust.
17943         (propagate_binfo_offsets): Remove last parameter. Adjust.
17944         (dfs_set_offset_for_unshared_vbases): Delete.
17945         (layout_virtual_bases): Adjust.
17946         (finish_struct_1): Adjust.
17947         (init_class_processing): Don't init access nodes.
17948         (dfs_get_primary_binfo): Delete.
17949         (get_primary_binfo): Adjust.
17950         (dump_class_hierarchy_r): Remove most derived arg, add IGO
17951         parameter. Adjust.
17952         (dump_class_hierarchy): Adjust.
17953         (finish_vtbls): Adjust.
17954         (get_original_base): Delete.
17955         (build_vtt_inits): Adjust.
17956         (dfs_build_secondary_vptr_vtt_inits): Adjust.
17957         (dfs_ctor_vtable_bases_queue_p): Adjust.
17958         (build_ctor_vtbl_group): Adjust.
17959         (dfs_accumulate_vtbl_inits): Adjust.
17960         (build_vtbl_initializer): Adjust.
17961         (build_vbase_offset_vtbl_entries): Adjust.
17962         (add_vcall_offset_vtbl_entries_1): Adjust.
17963         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17964         (access_*_node): Remove.
17965         (CANONICAL_BINFO): Delete.
17966         (BINFO_UNSHARED_MARKED): Remove.
17967         (BINFO_MARKED): Set LANG_FLAG_0 directly.
17968         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17969         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17970         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17971         Delete.
17972         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17973         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17974         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17975         Delete.
17976         (BINFO_DEPENDENT_BASE_P): New.
17977         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17978         index.
17979         (markedp, unmarkedp): Adjust.
17980         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17981         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17982         find_vbase_instance, binfo_for_vbase): Delete.
17983         (copied_binfo, original_binfo): Declare.
17984         (finish_base_specifier): Add virtual_p arg.
17985         (unshare_base_binfos): Delete.
17986         (copy_base_binfos): Declare.
17987         (reverse_path): Delete.
17988         * cp/decl.c (xref_basetypes): Access and virtuality passed
17989         differently. Don't copy direct base binfos here. Call
17990         copy_base_binfos.
17991         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17992         (initialize_vtbl_ptrs): Adjust.
17993         (expand_member_init): Adjust.
17994         * cp/parser.c (cp_parser_base_specifier): Adjust.
17995         * cp/pt.c (instantiate_class_template): Adjust.
17996         (get_template_base_recursive): Adjust.
17997         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17998         (get_pseudo_ti_desc): Adjust.
17999         * cp/tree.c (unshare_base_binfos): Rename to ...
18000         (copy_base_binfos): ... here, reimplement.
18001         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
18002         (reverse_path): Remove.
18003         * cp/typeck.c (get_delta_difference): Adjust error messages.
18004         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
18005         * cp/search.c (lookup_base_r): Adjust.
18006         (dynamic_cast_base_recurse): Adjust.
18007         (canonical_binfo): Remove.
18008         (dfs_canonical_queue): Remove.
18009         (dfs_assert_unmarked_p): Remove.
18010         (assert_canonical_unmarked): Remove.
18011         (shared_marked_p, shared_unmarked_p): Remove.
18012         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
18013         (dfs_access_in_type): Adjust.
18014         (access_in_type): Adjust.
18015         (dfs_accessible_queue_p): Adjust.
18016         (dfs_accessible_p): Adjust.
18017         (is_subobject_of_p_1, is_subobject_of_p): Remove.
18018         (struct lookup_field_info): Remove from_dep_base_p field.
18019         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
18020         (lookup_field_r): Remove dependent base code.
18021         (lookup_member): Likewise.
18022         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
18023         (dfs_unmarked_real_bases_queue_p): Remove.
18024         (dfs_marked_real_bases_queue_p): Remove.
18025         (dfs_skip_vbases): Remove.
18026         (dfs_get_pure_virtuals): Adjust.
18027         (markedp, unmarkedp): Adjust.
18028         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
18029         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
18030         (dfs_unmark): Adjust.
18031         (dfs_get_vbase_types):Remove.
18032         (dfs_build_inheritance_graph_order): Remove.
18033         (get_vbase_types): Remove
18034         (dfs_find_vbase_instance): Remove.
18035         (find_vbase_instance): Remove.
18036         (dfs_debug_unmarkedp): Adjust.
18037         (dependent_base_p): Remove.
18038         (dfs_push_type_decls): Adjust.
18039         (dfs_push_decls): Adjust.
18040         (dfs_no_overlap_yet): Adjust.
18041         (copied_binfo): New function.
18042         (original_binfo): New function.
18043         (binfo_for_vbase): Remove.
18044
18045         Change base class access representation.
18046         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
18047         (add_interface_do): Likewise.
18048
18049 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
18050
18051         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18052         * config/rs6000/power4.md (power4-store,power4-vecstore): New
18053         insn reservations.
18054         (power4-fpstore): Compact.
18055
18056 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
18057
18058         * config/h8300/h8300.md (*iorsi3_w): New.
18059
18060 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
18061
18062         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
18063         * rtl.c (reg_note_name): Likewise.
18064         * rtl.h (enum reg_note): Likewise.
18065         * doc/invoke.texi: Likewise.
18066         * doc/rtl.texi: Likewise.
18067
18068 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
18069
18070         * bb-reorder.c (find_traces_1_round): Fix comment typo.
18071
18072 2003-02-19  Roger Sayle  <roger@eyesopen.com>
18073
18074         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
18075         addition in the presence of signaling NaNs.
18076
18077 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
18078
18079         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
18080
18081 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18082
18083         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
18084         ORing with 0xffff??00 with the highest bit of the ?? part set.
18085         (compute_logical_op_length): Update.
18086         (compute_logical_op_cc): Likewise.
18087
18088 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
18089
18090         * bb-reorder.c (find_traces_1_round): Fixed condition for small
18091         destination block with multiple predecessors.
18092         (connect_traces): Check whether the block is a start of trace.
18093
18094 2003-02-19  Jan Hubicka  <jh@suse.cz>
18095
18096         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
18097         * function.c (assign_params): Likewise.
18098         * arm-protos.h (arm_init_cumulative_args): Update prototype.
18099         * arm.c (arm_init_cumulative_args): Update function.
18100         * arm.h (INIT_CUMULATIVE_ARGS): Update.
18101         * avr-protos.h (init_cumulative_args): Update prototype.
18102         * avr.c (init_cumulative_args): Update function.
18103         * avr.h (INIT_CUMULATIVE_ARGS): Update.
18104         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
18105         * d30v.c (d30v_init_cumulative_args): Update function.
18106         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
18107         * frv-protos.h (frv_init_cumulative_args): Update prototype.
18108         * frv.c (frv_init_cumulative_args): Update function.
18109         * frv.h (INIT_CUMULATIVE_ARGS): Update.
18110         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
18111         * pa.h (INIT_CUMULATIVE_ARGS): Update.
18112         * sparc-protos.h (init_cumulative_args): Update prototype.
18113         * sparc.c (init_cumulative_args): Update function.
18114         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
18115         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
18116
18117 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18118
18119         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
18120         (*ashiftsi_sextqi_7): Likewise.
18121
18122 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18123
18124         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
18125         ISO C99 and C++.
18126
18127         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
18128         for C++ on IRIX 6.5.1[89].
18129         * fixinc/tests/base/internal/sgimacros.h: New file.
18130
18131         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
18132         * fixinc/tests/base/internal/wchar_core.h: New file.
18133
18134         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
18135         socklen_t definition.
18136         * fixinc/fixincl.x: Regenerate.
18137         * fixinc/tests/base/sys/socket.h: New file.
18138         Fixes PR libgcj/9652.
18139
18140 2003-02-19  Jan Hubicka  <jh@suse.cz>
18141
18142         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
18143
18144 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
18145
18146         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
18147         align_jumps_max_skip and align_loops_max_skip.
18148
18149 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
18150
18151         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
18152         test size if named section.
18153
18154 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
18155
18156         * expr.c (expand_expr): Use gen_int_mode for the argument
18157         to gen_rtx_MULT.
18158
18159 2003-02-19  Jan Hubicka  <jh@suse.cz>
18160
18161         * i386.md (cosxf2):  Fix conditional.
18162
18163 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18164
18165         * config/h8300/h8300.md (extendqisi2): Change to an expander.
18166         (*extendqisi2_h8300): New.
18167         (*extendqisi2_h8300hs): Likewise.
18168
18169 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
18170
18171         * config/h8300/h8300-protos.h: Update the prototype for
18172         split_adds_subs.  Remove the prototypes for
18173         const_int_le_2_operand and const_int_le_6_operand.
18174         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
18175         (const_int_le_2_operand): Remove.
18176         (const_int_le_6_operand): Likewise.
18177         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18178         for const_int_le_2_operand and const_int_le_6_operand.
18179         * config/h8300/h8300.md: Update all uses of split_adds_subs.
18180         (a peephole2): New.
18181
18182 2003-02-18  Jan Hubicka  <jh@suse.cz>
18183
18184         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18185         (cgraph_expand_function): Rewrite.
18186
18187 2003-02-18  Matt Austern <austern@apple.com>
18188
18189         * toplev.c, langhooks.c, langhooks-def.h: Move
18190         write_global_declarations from toplev.c to langhooks.c.
18191
18192 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18193
18194         * config/h8300/h8300.c (general_operand_src): Always check
18195         MODE.
18196         (general_operand_dst): Likewise.
18197
18198 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18199
18200         * convert.c (convert_to_real): Also optimize (float)log(x) into
18201         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18202
18203 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
18204
18205         * config/sh/sh.c (unspec_caller_rtx_p): New.
18206         (sh_cannot_copy_insn_p): New.
18207         (TARGET_CANNOT_COPY_INSN_P): New.
18208
18209 2003-02-18  Richard Henderson  <rth@redhat.com>
18210
18211         * c-common.c (handle_used_attribute): Accept static data too.
18212
18213 2003-02-18  Nick Clifton  <nickc@redhat.com>
18214             Aldy Hernandez  <aldyh@redhat.com>
18215
18216         * testsuite/gcc.dg/20030218-1.c: New.
18217
18218         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18219
18220         * target-def.h (TARGET_INITIALIZER): Add
18221         TARGET_VECTOR_TYPES_COMPATIBLE.
18222         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18223
18224         * target.h (struct gcc_target): Add field vector_types_compatible.
18225
18226         * c-typeck.c (comptypes): Take into account
18227         TARGET_VECTOR_TYPES_COMPATIBLE.
18228         (convert_for_assignment): Same.
18229
18230         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18231         (rs6000_spe_vector_types_compatible): New.
18232         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18233
18234 2003-02-19  Andreas Schwab  <schwab@suse.de>
18235
18236         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18237         * toplev.c: Include langhooks-def.h.
18238
18239 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
18240
18241         * config/mips/mips.h (enum processor_type): Sort entries
18242         alphabetically.
18243         * config/mips/mips.md (define_attr cpu): Sync with processor_type
18244         enum values, including adding entries that were missing.
18245
18246 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
18247
18248         * sh.c (calc_live_regs): Also check GET_CODE when checking if
18249         initial value for PR_REG is still the PR_REG register.
18250
18251 2003-02-18  Jim Wilson  <wilson@redhat.com>
18252
18253         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18254         instruction in output template.
18255         (bsp_value): Change output template from string to C code, add %,
18256         before actual instruction.
18257         (flushrs): Mark as not predicable.
18258
18259 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
18260
18261         * inclhack.def (netbsd_bogus_semicolon): New fix.
18262         * fixincl.x: Rebuilt.
18263         * tests/base/ctype.h: Update.
18264
18265 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18266
18267         * fold-const.c (negate_expr_p): New function to determine whether
18268         an expression can be negated cheaply.
18269         (fold) [MINUS_EXPR]: Use it to determine whether to transform
18270         -A - B into -B - A for floating point types.
18271
18272 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18273
18274         * sbitmap.c (sbitmap_resize): New function.
18275         * sbitmap.h (sbitmap_resize): Prototype here.
18276         * recog.c (split_all_insns): Use sbitmap_resize.
18277
18278 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18279
18280         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18281         insn length.
18282         (extendqisi2): Likewise.
18283         (*extendhisi2_h8300): Likewise.
18284
18285 2003-02-18  Matt Austern <austern@apple.com>
18286
18287         * langhooks.h, langhooks-def.h: introduce new langhook,
18288         final_write_globals, with write_global_declarations as default.
18289         * toplev.c: Move invocation of wrapup_global_declarations from
18290         compile_file to new function, write_global_declarations.  Change
18291         compile_file to use final_write_globals hook.  Change
18292         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18293         conditional.
18294
18295 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18296
18297         * pa.md: Correct and enhance comment.
18298
18299 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
18300
18301         * gcc.c (validate_switches): Don't scan past closing '}'.
18302
18303 2003-02-18  Ben Elliston  <bje@redhat.com>
18304
18305         PR c++/1607
18306         * doc/extend.texi (Function Attributes): Document the effect of
18307         the C++ "this" parameter on the counting of arguments for the
18308         "format" and "format_arg" attributes.
18309
18310 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
18311
18312         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18313         (__ev_stdw): Same.
18314         (__ev_stdh): Same.
18315
18316 2003-02-17  Jan Hubicka  <jh@suse.cz>
18317
18318         * recog.c (split_all_insns):  Fix memory overflow.
18319
18320 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
18321
18322         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18323         (cmphi): Likewise.
18324         (*cmphi_h8300): Likewise.
18325         (*cmphi_h8300hs): Likewise.
18326         (cmpsi): Likewise.
18327         (7 peephole2): Likewise.
18328
18329 2003-02-16  Jan Hubicka  <jh@suse.cz>
18330
18331         * c-typeck.c (build_c_cast):  Fold constant variables into
18332         initial values.
18333
18334 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18335
18336         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18337         (Binaries): Ditto for Sinix/Reliant Unix.
18338
18339 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
18340
18341         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18342         not overlap the final result register.
18343
18344 2003-02-16 Arend Bayer <arend.bayer@web.de>
18345            Richard Henderson  <rth@redhat.com>
18346
18347         PR c/8068
18348         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18349         rearrange mult arguments for less recursion.
18350         (extract_muldiv): New.  Prevent runaway recursion.
18351
18352 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
18353
18354         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18355         MASK_ALIGN_DOUBLE.
18356
18357 2003-02-15  Roger Sayle  <roger@eyesopen.com>
18358
18359         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18360         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18361         (ext_80387_constants_table): Global table of 80387 special constants
18362         guarded by ext_80387_constants_init flag when not initialized.
18363         (init_ext_80387_constants): New function to initialize this table.
18364         (standard_80387_constant_p): Extend to recognize extra 80387
18365         constants, in XFmode, on processors where this is a win.
18366         (standard_80387_constant_opcode): New function to return the
18367         opcode associated with standard_80387_constant_p.
18368         (standard_80387_constant_rtx): New function to return the XFmode
18369         CONST_DOUBLE associated with standard_80387_constant_p.
18370         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18371
18372         * config/i386/i386-protos.h (standard_80387_constant_opcode):
18373         Prototype here.
18374         (standard_80387_constant_rtx): Likewise.
18375
18376         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18377         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18378         *movtf_integer): Simplify using new standard_80387_constant_opcode.
18379
18380 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
18381
18382         * doc/invoke.texi (Optimize Options): Correct @option syntax.
18383
18384 2003-02-15  Richard Henderson  <rth@redhat.com>
18385
18386         * Makefile.in (cfglayout.o): Depend on TARGET_H.
18387         * cfglayout.c: Include target.h.
18388         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18389         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18390         * target.h (struct gcc_target): Add cannot_copy_insn_p.
18391
18392         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18393         (TARGET_CANNOT_COPY_INSN_P): New.
18394         (override_options): Revert 2003-02-08 hack.
18395
18396 2003-02-15  Richard Henderson  <rth@redhat.com>
18397
18398         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18399         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18400
18401 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
18402
18403         * config/rs6000/rs6000.h (processor_type): Add PPC440.
18404         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18405         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18406         TARGET_SCHED_VARIABLE_ISSUE): Define.
18407         (rs6000_use_dfa_pipeline_interface): New function.
18408         (rs6000_multipass_dfa_lookahead): New Function.
18409         (rs6000_variable_issue): New function.
18410         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18411         (rs6000_issue_rate): Add PPC440.
18412         * config/rs6000/rs6000.md (unspec list): Correct typo.
18413         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18414         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18415         cmp, delayed_cr, mfcr, mtcr.
18416         (automata_option): Set "ndfa".
18417         (extendMMNN2): Update attributes.
18418         (movcc_internal1): Discourage move to non-cr0.  Update
18419         attributes.
18420         (movMM_update): Update attributes.
18421         (cmpMM_internal): Update attributes.
18422         (sCC CR materialization): Update attributes.
18423         (branch patterns): Do not discourage non-cr0.
18424         (cr logical patterns): Prefer destructive register allocation.
18425         Update attributes.
18426         (movesi_from_cr): Update attribute.
18427         (mtcrf_operation): Update attribute.
18428         (mtcrfsi): Update attribute.
18429         * config/rs6000/40x.md: New file.
18430         * config/rs6000/603.md: New file.
18431         * config/rs6000/6xx.md: New file.
18432         * config/rs6000/7450.md: New file.
18433         * config/rs6000/7xx.md: New file.
18434         * config/rs6000/mpc.md: New file.
18435         * config/rs6000/power4.md: New file.
18436         * config/rs6000/rios1.md: New file.
18437         * config/rs6000/rios2.md: New file.
18438         * config/rs6000/rs64.md: New file.
18439         [Some DFA descriptions based on work by Michael Hayes]
18440
18441 2003-02-15  Richard Henderson  <rth@redhat.com>
18442
18443         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18444         successors with multiple predecessors.
18445         (connect_traces): Try harder to copy traces of length 1.
18446
18447         * function.h (struct function): Add computed_goto_common_label,
18448         computed_goto_common_reg.
18449         * function.c (free_after_compilation): Zap them.
18450         * stmt.c (expand_computed_goto): Use them to produce one
18451         indirect branch per function.
18452
18453 2003-02-15  Richard Henderson  <rth@redhat.com>
18454
18455         * cfgcleanup.c: Include params.h.
18456         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
18457         too many outgoing edges from a block.
18458         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18459         * params.def (max-crossjump-edges): New.
18460         * doc/invoke.texi: Document it.
18461
18462 2003-02-15  Richard Henderson  <rth@redhat.com>
18463
18464         * recog.c (split_all_insns): Include new blocks in life update;
18465         do a global life update.
18466
18467 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
18468
18469         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18470         Update copyright.
18471         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18472         -mno-cygwin case.
18473
18474 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18475
18476         PR optimization/7702
18477         * reload1.c (reload_cse_simplify_set): Honor
18478         CANNOT_CHANGE_MODE_CLASS.
18479
18480 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
18481
18482         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18483         function.
18484         * config/mn10300/mn10300-protos.h: Declare it.
18485         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18486         attribute cc of instructions that may use clr.
18487
18488 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18489
18490         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18491         (x - (x & y)) is found.
18492
18493 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18494
18495         * configure.in: Fix typo.
18496         * configure: Regenerate.
18497
18498 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18499
18500         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18501
18502 2003-02-13  Adam Nemet  <anemet@lnxw.com>
18503
18504         PR opt/2391
18505         * combine.c: Fix spelling in comment.
18506         (cached_nonzero_bits): New function.
18507         (cached_num_sign_bit_copies): New function.
18508         (nonzero_bits_with_known): New macro.
18509         (num_sign_bit_copies_with_known): New macro.
18510         (nonzero_bits1): Rename from nonzero_bits.  Add three new
18511         arguments.  Change calls from nonzero_bits to
18512         nonzero_bits_with_known.
18513         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
18514         three new arguments.  Change calls from num_sign_bit_copies to
18515         num_sign_bit_copies_with_known.
18516         (nonzero_bits): New macro.
18517         (num_sign_bit_copies): New macro.
18518         (update_table_tick): Don't traverse identical subexpression more
18519         than once.
18520         (get_last_value_validate): Likewise.
18521
18522 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
18523
18524         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18525         * function.h (struct emit_status): Length of regno_pointer_align
18526         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18527         not regno_pointer_align_length (i.e. length actually used, not
18528         length as allocated)
18529
18530         * config/i386/i386.c (struct stack_local_entry): New.
18531         (struct machine_function): Replace huge array with alist.
18532         (assign_386_stack_local): Change to match.
18533
18534 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
18535
18536         * inclhack.def (hpux_long_double): Tighten select and add bypass
18537         regexp.
18538         * fixincl.x: Rebuilt.
18539
18540 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
18541
18542         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18543         edge and block ends with a jump insn it must be simple jump.
18544
18545 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
18546
18547         * Makefile.in (PREPROCESSOR_DEFINES): Add
18548         @TARGET_SYSTEM_ROOT_DEFINE@.
18549         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18550         is specified or if building a cross compiler.
18551         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18552         if the sysroot is under $exec_prefix.
18553         * configure: Regenerated.
18554         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18555         defined.
18556         (struct default_include): Add add_sysroot field.
18557         (cpp_SYSROOT): Declare.
18558         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18559         field.
18560         (cpp_SYSROOT): New variable.
18561         * cppinit.c (cpp_create_reader): Initialize
18562         CPP_OPTION (pfile, sysroot).
18563         (init_standard_includes): Handle add_sysroot.  Do not
18564         add unrelocated copies of relocated directories.
18565         (COMMAND_LINE_OPTIONS): Add -isysroot.
18566         (cpp_handle_option): Handle -isysroot.
18567         * cpplib.h (struct cpp_options): Add sysroot member.
18568         * gcc.c (The Specs Language): Update description of %I.
18569         (target_system_root_changed): New variable.
18570         (process_command): Conditionalize make_relative_prefix call
18571         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
18572         target_system_root_changed.
18573         (do_spec_1): Add -isysroot to %I.
18574         * doc/invoke.texi (Spec Files): Update description of %I.
18575         * doc/install.texi (--with-sysroot): Update comment about
18576         relocation.
18577
18578 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
18579
18580         * config/h8300/h8300.md (a peephole2): New.
18581
18582 2003-02-13  Robert Lipe <robertlipe@usa.net>
18583             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18584
18585         * doc/install.texi (Specific): Update three SCO-related URLs.
18586
18587 2003-02-13  Andreas Schwab  <schwab@suse.de>
18588
18589         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18590         Parenthesize properly.
18591         (NPREDECESORS): Parenthesize properly.
18592
18593 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
18594
18595         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18596
18597 2003-02-12  Roger Sayle  <roger@eyesopen.com>
18598
18599         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
18600         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
18601
18602         * reg-stack.c (subst_stack_regs_pat): Add support for binary
18603         UNSPEC instructions (e.g. "fpatan").
18604
18605 2003-02-12  Mike Stump  <mrs@apple.com>
18606
18607         * varray.c (element_size): Remove.
18608         (uses_ggc): Remove.
18609         (element): Add.
18610         (varray_init): Use new interface.
18611         (varray_grow): Use new interface.
18612         (varray_clear): Use new interface.
18613
18614 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18615
18616         * config/rs6000/spe.h: Add casts to the arguments of the following
18617         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
18618         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
18619         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
18620         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
18621         __ev_get_u16, __ev_get_s16.
18622
18623 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18624
18625         * config/h8300/h8300.md (a peephole2): New.
18626
18627 2003-02-12  Jan Hubicka  <jh@suse.cz>
18628
18629         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
18630         (OBJS): Add callgraph.o
18631         (callgraph.o): New.
18632         * c-decl.c (expand_body_1): Break out from ...
18633         (expand_body): This one;  change calling convention
18634         (finish_function): Move some of expand_body logic here.
18635         (c_expand_deferred_function): Update call of expand_body
18636         (c_expand_stmt): Use c_expand_body_1.
18637         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
18638         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
18639         * c-tree.h (c_expand_body): Declare.
18640         * callgraph.c: New file.
18641         * flags.h (flag_unit_at_a_time): Declare.
18642         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
18643         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
18644         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
18645         * langhooks.h (struct lang_hooks_for_callgraph): New.
18646         (struct lang_hooks): Add callgraph field.
18647         * toplev.c (flag_unit_at_a_time): New.
18648         (lang_independent_options): Add flag_unit_at_a_time.
18649         (process_options): Disable unit-at-a-time mode for frontends not
18650         supporting callgraph.
18651         * tree-inline.c (typedef struct inline_data): Add "decl"
18652         (expand_call_inline): Update callgraph.
18653         (optimize_inline_calls): Set id.decl.
18654         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
18655         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
18656         cgraph_calls_p): Declare.
18657         * invoke.texi (-funit-at-a-time): Document
18658
18659 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18660
18661         * config/rs6000/spe.h: Fix misc formatting.
18662         (__ev_create_ufix32_fs): Cast ev argument.
18663         (__ev_create_sfix32_fs): Same.
18664         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18665         (__ev_get_ufix32_fs_internal): Same.
18666
18667 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
18668
18669         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18670         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18671
18672 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
18673
18674         * cpplib.c (do_include_common): Move warnings for
18675         #include_next and #import out to callers.  Use early-return
18676         instead of nested ifs.  Don't do check_eol here.
18677         (parse_include): Do check_eol here with the rest of the
18678         parsing stuff.
18679         (do_include_next, do_import): Now handle warnings.
18680
18681 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18682
18683         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18684
18685 2003-02-12  Jan Hubicka  <jh@suse.cz>
18686
18687         * predict.c (estimate_probability):  Fix roundoff error.
18688
18689 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18690
18691         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18692         (two peephole2): New.
18693
18694 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18695
18696         * config/h8300/h8300.md (several peephole2): Replace
18697         find_regno_note with peep2_reg_dead_p.
18698
18699 2003-02-11  Richard Henderson  <rth@redhat.com>
18700
18701         * gcse.c (lookup_set): Remove unused argument PAT.  Update
18702         both callers.
18703
18704 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18705
18706         * diagnostic.c (real_abort): New.
18707         (diagnostic_report_diagnostic): Call real_abort on error.
18708         * diagnostic.h (diagnostic_abort_on_error): New.
18709         (struct diagnostic_context): Add abort_on_error field.
18710         * toplev.c (setup_core_dumping): New.
18711         (decode_d_option): Handle 'H' case.
18712         * doc/invoke.texi (Debugging Options): Document -dH.
18713
18714 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
18715
18716         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18717         which refers to obsolete directories.
18718
18719 2003-02-11  Richard Henderson  <rth@redhat.com>
18720
18721         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18722
18723 2002-10-21  Jan Hubicka  <jh@suse.cz>
18724
18725         * i386.c (contains_128bit_aligned_vector_p): New function.
18726         (ix86_function_arg_boundary): Properly align vector modes.
18727
18728 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
18729
18730         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18731         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18732         as a SET pattern.
18733
18734 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18735
18736         * builtins.c:  Fix failure caused by commiting wrong patch.
18737
18738 2003-02-11  Dale Johannesen  <dalej@apple.com>
18739         * ra-build.c (compare_and_free_webs):  Relax checking.
18740         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
18741         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
18742
18743 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18744
18745         PR optimization/9651
18746         * rtlanal.c (may_trap_p): Handle FIX.
18747
18748 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
18749
18750         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18751         * doc/invoke.texi: Extra alias.
18752
18753 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18754
18755         * config/rs6000/host-darwin.c: Fix comment.
18756
18757 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
18758
18759         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18760         predicate for mod result.
18761
18762 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18763
18764         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18765         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18766         * fixincl.x: Rebuilt.
18767         * tests/base/stdlib.h: Update.
18768         * tests/base/ctype.h: New file.
18769
18770 2003-02-11  Jan Hubicka  <jh@suse.cz>
18771
18772         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18773
18774 2003-02-11  Richard Henderson  <rth@redhat.com>
18775
18776         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18777         appropriated as globals.
18778         (ix86_expand_clrstr): Similarly.
18779         * config/i386/i386.md (cmpstrsi): Similarly.
18780
18781 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18782
18783         * config/h8300/h8300.md (a peephole2): Add a case of 255.
18784
18785 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18786
18787         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18788         (pow_optab, atan2_optab): Define corresponding macros.
18789         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18790         * genopinit.c (optabs): Implement pow_optab and atan2_optab
18791         using pow?f3 and atan2?f3 patterns.
18792         * builtins.c (expand_errno_check): New function to update errno
18793         if necessary, split out from expand_builtin_mathfn.
18794         (expand_builtin_mathfn): Use expand_errno_check.
18795         (expand_builtin_mathfn_2): New function to handle expanding binary
18796         math functions, reusing the code in expand_errno_check.
18797         (expand_builtin): Handle the pow and atan2 math built-ins,
18798         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18799         expand_builtin_mathfn_2.
18800
18801         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18802
18803 2003-02-11  Jan Hubicka  <jh@suse.cz>
18804
18805         * combine.c (combine_simplify_rtx): Fix folding of
18806         nested float_truncates.
18807
18808 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18809
18810         * config/h8300/h8300.md (a peephole2): Fix a typo.
18811
18812 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
18813
18814         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18815         register number.
18816
18817 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18818
18819         * config/h8300/h8300-protos.h: Add a prototype for
18820         gtuleu_operator.
18821         * config/h8300/h8300.c (gtuleu_operator): New.
18822         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18823         * config/h8300/h8300.md (a peephole2): New.
18824
18825 2003-02-11  Jan Hubicka  <jh@suse.cz>
18826
18827         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18828
18829 2003-02-11  Jan Hubicka  <jh@suse.cz>
18830
18831         * predict.c (choose_function_section): Choose sections correctly.
18832
18833 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18834
18835         * reload1.c (first_label_num): New.
18836         (reload): Index offsets_known_at and offsets_at using difference of
18837         label number and first label number.  Don't use offset pointers.
18838         (set_label_offsets, set_initial_label_offsets): Likewise.
18839
18840 2003-02-10  Roger Sayle  <roger@eyesopen.com>
18841
18842         * mips-tfile.c (init_file): Add missing initializers in the
18843         "#ifdef __alpha" case.
18844         (file_offset, max_file_offset): Declare as unsigned long.
18845         (write_varray): Cast to "unsigned long" in comparisons against
18846         either file_offset or max_file_offset.
18847         (write_object): Likewise.
18848         (read_seek): Likewise.
18849         (copy_object): Likewise. Declare "ifd" as int to match its use
18850         in add_ext_symbol, and avoid signed/unsigned conditional warning.
18851
18852 2003-02-10  Nick Clifton  <nickc@redhat.com>
18853             Aldy Hernandez  <aldyh@redhat.com>
18854
18855         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18856         override options which have been specified on the command line.
18857
18858 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18859
18860         * config/h8300/h8300.md (abssf2): New.
18861         (*abssf2_h8300): Likewise.
18862         (*abssf2_h8300hs): Likewise.
18863
18864 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
18865
18866         * tree.c (build_tree_list):  Fix parameter names in comment.
18867
18868 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
18869
18870         * config/rs6000/ppc64-fp.c: New file.
18871         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18872
18873 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18874
18875         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18876         * bb-reorder.c (make_reorder_chain): Deleted.
18877         (make_reorder_chain_1): Deleted.
18878         (find_traces): New function.
18879         (rotate_loop): New function.
18880         (mark_bb_visited): New function.
18881         (find_traces_1_round): New function.
18882         (copy_bb): New function.
18883         (bb_to_key): New function.
18884         (better_edge_p): New function.
18885         (connect_traces): New function.
18886         (copy_bb_p): New function.
18887         (get_uncond_jump_length): New function.
18888         (reorder_basic_blocks): Use new functions (Software Trace Cache).
18889         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18890         boundaries.
18891
18892 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
18893
18894         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18895
18896 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18897
18898         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18899         (DECL_LIVE_RANGE_RTL): Remove.
18900
18901 2003-02-10  Nick Clifton  <nickc@redhat.com>
18902
18903         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18904         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18905         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18906         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18907         config/arm/freebsd.h, config/arm/linux-elf.h,
18908         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18909         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18910         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18911         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18912         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18913         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18914         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18915         and reformat as appropriate.
18916
18917 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18918
18919         * config/h8300/clzsi2.c: Remove.
18920         * config/h8300/ctzsi2.c: Likewise.
18921         * config/h8300/paritysi2.c: Likewise.
18922         * config/h8300/popcountsi2.c: Likewise.
18923         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18924         ctzsi2, paritysi2, and popcountsi2.
18925
18926 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
18927             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
18928
18929         PR c/7741
18930         * c-decl.c (duplicate_decls): Discard the initializer of the
18931         new decl when the types are conflicting.
18932
18933 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18934
18935         * Makefile.in (sreal.o): Added.
18936         (predict.o): Depends on sreal.h instead of real.h.
18937         * sreal.c: New file.
18938         * sreal.h: New file.
18939         * predict.c: Use sreal.c instead of real.c.
18940
18941 2003-02-10  Nick Clifton  <nickc@redhat.com>
18942
18943         * Contributed support for the Cirrus EP9312 "Maverick"
18944         floating point co-processor.  Written by Aldy Hernandez
18945         <aldyh@redhat.com>.
18946         (config/arm/arm.c): Add Cirrus support.
18947         (config/arm/arm.h): Likewise.
18948         (config/arm/aout.h): Likewise.
18949         (config/arm/arm.md): Likewise.
18950         (config/arm/arm-protos.h): Likewise.
18951         (config.gcc): Likewise.
18952         (doc/invoke.texi): Describe new -mcpu value and new
18953         -mcirrus-fix-invalid-insns switch,
18954         (cirrus.md): New file.
18955
18956 2003-02-10  Jan Hubicka  <jh@suse.cz>
18957
18958         * combine.c (combine_simplify_rtx): Simplify using
18959         (float_truncate (float x)) is (float x)
18960         (float_extend (float_extend x)) is (float_extend x).
18961
18962 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
18963
18964         * calls.c (try_to_integrate): Tidy stack_usage_map access.
18965         (emit_library_call_value_1): Likewise.  Formatting.
18966         (store_one_arg): Likewise.
18967
18968 2003-02-09  Nick Clifton  <nickc@redhat.com>
18969             Aldy Hernandez  <aldyh@redhat.com>
18970
18971         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18972         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18973         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18974         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18975         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18976         docs.  Add range test for immediate value.
18977
18978 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
18979
18980         Rename spe_evxor to xorv2si3.
18981         (xorv4hi3): New.
18982         (xorv1di3): New.
18983
18984 2003-02-10  Glen Nakamura  <glen@imodulo.com>
18985
18986         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18987         tag.
18988
18989 2003-02-10  Jan Hubicka  <jh@suse.cz>
18990
18991         * i386.c (vector_move_operand): New predicate.
18992         (ix86_expand_vector_move): Be happy about 0.
18993         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18994         * i386.md (mov*_internal): Add 'C' alternative.
18995
18996 2003-02-09  Jan Hubicka  <jh@suse.cz>
18997
18998         * i386.md (floathi*): Deal with SSE.
18999
19000 2003-02-09  Jan Hubicka  <jh@suse.cz>
19001
19002         * simplify-rtx.c (simplify_unary_operation,
19003         simplify_binary_operation):  Deal with vector modes
19004         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
19005
19006 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
19007
19008         * toplev.c (rest_of_compilation): Recompute register usage after
19009         split_all_insns.
19010
19011 2003-02-09  Richard Henderson  <rth@redhat.com>
19012
19013         * libgcc-std.ver (__clztf2): New.
19014         (__ctztf2, __popcounttf2, __paritytf2): New.
19015         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
19016         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
19017         adjust code to match the different type sizes.
19018         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
19019         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
19020
19021         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
19022         TImode; select word_mode and twice that.
19023         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
19024         select the modes from float, double, and long double.
19025         (init_optabs): Remove duplicate initializations.
19026
19027 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
19028
19029         * doc/install.texi: Squeeze and streamline section on
19030         testing and regression checking.
19031
19032 2003-02-09  Jan Hubicka  <jh@suse.cz>
19033
19034         * i386.md (ahi?v*3): Set third operand type to TImode.
19035         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
19036
19037         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
19038         integer mode.
19039
19040         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
19041         Change code so they are arithmetic expressions now.
19042         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
19043         simplify_ternary_operation): Deal with VEC_* expressions.
19044
19045         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
19046
19047 2003-02-08  Jan Hubicka  <jh@suse.cz>
19048
19049         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
19050         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
19051         possibly got duplicated.
19052
19053 2003-02-08  Richard Henderson  <rth@redhat.com>
19054
19055         * config/alpha/alpha.c (override_options): Turn off explicit
19056         relocs until post-peep2 code duplication resolved.
19057
19058 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19059
19060         * optabs.c (expand_unop): Widen clz properly when clz is done
19061         via libcall.
19062
19063 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19064
19065         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
19066         * config/h8300/crti.asm: Likewise.
19067         * config/h8300/crtn.asm: Likewise.
19068         * config/h8300/ctzsi2.c: Likewise.
19069         * config/h8300/fixunssfsi.c: Likewise.
19070         * config/h8300/h8300-protos.h: Likewise.
19071         * config/h8300/h8300.c: Likewise.
19072         * config/h8300/h8300.h: Likewise.
19073         * config/h8300/h8300.md: Likewise.
19074         * config/h8300/paritysi2.c: Likewise.
19075         * config/h8300/popcountsi2.c: Likewise.
19076         * config/h8300/rtems.h: Likewise.
19077
19078 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19079
19080         * doc/invoke.texi: Documentation for my previous commit.
19081         * doc/passes.texi: Ditto.
19082
19083 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19084
19085         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
19086         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19087         Declare.
19088         (DLTHE_FLAG_UPDATE_FREQ): New.
19089         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
19090         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
19091         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
19092         fix_bb_placement, fix_bb_placements, place_new_loop,
19093         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
19094         New static functions.
19095         (fix_loop_placement, can_duplicate_loop_p,
19096         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19097         New functions.
19098
19099         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
19100         unswitch_loops): Declare.
19101         * loop-init.c: New file.
19102         * loop-unswitch.c: New file.
19103         * Makefile.in (loop-init.o, loop-unswitch.o): New.
19104         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
19105         * toplev.c (DFI_loop2): New dump.
19106         (flag_unswitch_loops): New.
19107         (lang_independent_options): Add it.
19108         (rest_of_compilation): Call new loop optimizer.
19109         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
19110
19111 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
19112
19113         * config/h8300/clzsi2.c: New.
19114         * config/h8300/ctzsi2.c: Likewise.
19115         * config/h8300/paritysi2.c: Likewise.
19116         * config/h8300/popcountsi2.c: Likewise.
19117         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
19118
19119 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
19120
19121         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
19122         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
19123         (ctzsi2): New pattern.
19124         (ffssi2): Use clz instead of unspec.
19125         (clzdi2): Rename from cntlzd2.
19126         (ctzdi2): New pattern.
19127         (ffsdi2): Use clz instead of unspec.
19128
19129 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
19130
19131         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
19132         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
19133         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
19134         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
19135
19136 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
19137
19138         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
19139
19140 2003-02-07  Richard Henderson  <rth@redhat.com>
19141
19142         PR 9226
19143         * gcse.c (local_cprop_find_used_regs): New.
19144         (local_cprop_pass): Use it.
19145
19146 2003-02-07  Fred Fish  <fnf@intrinsity.com>
19147
19148         * mips-tfile.c (parse_def): Parenthesize assignments to fix
19149         precedence bugs.
19150
19151 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
19152
19153         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
19154
19155 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19156
19157         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
19158         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
19159         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
19160         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
19161         builtin functions (and their __builtin_* variants).
19162         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
19163         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
19164         when not optimizing.
19165
19166         * doc/extend.texi: Document new pow and atan2 builtins, and
19167         their float and long double variants.  Realphabetize builtins.
19168
19169 2003-02-07  Jan Hubicka  <jh@suse.cz>
19170
19171         * i386.md (sse2_nandv2di3): Fix.
19172
19173 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
19174
19175         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
19176         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
19177         definition.
19178         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19179         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19180
19181 2003-02-07  Jan Hubicka  <jh@suse.cz>
19182
19183         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19184
19185 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
19186
19187         * cfg.c (dump_flow_info): Add back accidently deleted line.
19188
19189 2003-02-07  Andrey Petrov <petrov@netbsd.org>
19190
19191         * optabs.c (expand_float): Search wider integer modes first.
19192
19193 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
19194
19195         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19196         based on preprocessor flag.
19197
19198 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19199             Richard Henderson  <rth@redhat.com>
19200
19201         * gcse.c (implicit_sets): New.
19202         (compute_hash_table_work): Include them in hash table.
19203         (find_implicit_sets, fis_get_condition): New.
19204         (one_cprop_pass): Allocate and free implicit_sets; call
19205         find_implicit_sets before building hash table.
19206
19207 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
19208
19209         * config/t-netbsd (USER_H): Revert previous change.
19210
19211 2003-02-07  Gabor Greif  <ggreif@lucent.com>
19212
19213         * doc/c-tree.texi (Namespaces): Fix typo.
19214
19215 2003-02-07  Jan Hubicka  <jh@suse.cz>
19216
19217         * regrename.c (do_replace, find_oldest_value_reg,
19218         copyprop_hardreg_forward_1): Update register attributes.
19219
19220 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
19221
19222         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19223         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19224         variables starting with underscore.
19225         (struct unit_usage): New structure.
19226         (unit_usages, cycle_alt_unit_usages): New global variables.
19227         (check_unit_distribution_in_reserv): Remove it.
19228         (store_alt_unit_usage): New function.
19229         (check_regexp_units_distribution): Rewrite it.
19230
19231 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19232
19233         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19234         target_cpu_default.
19235         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19236         if not MASK_NO_SPACE_REGS.
19237         (output_call): Adjust return pointer, don't load new space register
19238         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19239         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19240         TARGET_NO_SPACE_REGS is true.
19241         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19242         conditions.
19243         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19244         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19245         true.  Use bve when TARGET_64BIT is true.
19246
19247 2003-02-06  Richard Henderson  <rth@redhat.com>
19248
19249         * combine.c (nonzero_bits): Fix double break.
19250
19251 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
19252             Richard Henderson <rth@redhat.com>
19253
19254         PR c/9530
19255         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19256         from functions that return a float to functions that don't.
19257
19258 2003-02-06  Jan Hubicka  <jh@suse.cz>
19259
19260         * i386.c (x86_inter_unit_moves): New variable.
19261         (ix86_secondary_memory_needed): Fix 64bit case, honor
19262         TARGET_INTER_UNIT_MOVES
19263         * i386.h (x86_inter_unit_moves): Declare.
19264         (TARGET_INTER_UNIT_MOVES): New macro.
19265         * i386.md (movsi_1): Cleanup constraints; disable
19266         when not doing inter-unit moves.
19267         (movsi_1_nointernunit): New.
19268         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19269         (movdi_1_rex64_nointerunit): New.
19270         (mivsf_1): disable when not doing inter-unit moves.
19271         (movsf_1_nointerunit): New.
19272
19273         * basic-block.h (inside_basic_block_p):  Declare.
19274         * cfgbuild.c (inside_basic_block_p): Make global.
19275         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19276         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
19277         update CFG.
19278         (fix_basic_block_boundaries, add_missing_bbs): New.
19279         (rank): Use profile.
19280         (scheudle_ebbs): Rely on CFG; update coments.
19281
19282 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
19283
19284         * Makefile.in (host_hook_obj): New.
19285         (OBJS): Add $(host_hook_obj).
19286         (host_default.o): New rule.
19287         * config.gcc (host_hook_obj): New, default to host-default.o.
19288         (powerpc-*-darwin*): Use host-darwin.o.
19289         (out_host_hook_obj): New.
19290         * configure: Regenerate.
19291         * configure.in: Print information about out_host_hook_obj, substitute
19292         into output files.
19293         * host-default.c: New file.
19294         * hosthooks.h: New file.
19295         * toplev.c (general_init): Call host_hooks.extra_signals.
19296         * config/rs6000/host-darwin.c: New file.
19297         * config/rs6000/x-darwin: New file.
19298         * doc/hostconfig.texi: Add documentation for new host hook.
19299         Rearrange existing documentation.
19300
19301 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19302
19303         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19304         with *targetm.delegitimize_address.
19305         (rtl_for_decl_location): Likewise.
19306         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
19307         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19308
19309         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19310         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19311         prototype.
19312         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19313         i386_simplify_dwarf_addr.  Made static.  Prototyped.
19314         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19315         i386_simplify_dwarf_addr to ix86_delegitimize_address.
19316         (ix86_find_base_term): Likewise.
19317         (maybe_get_pool_constant): Likewise.
19318
19319         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19320         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19321         prototype.
19322         * config/s390/s390.c (s390_delegitimize_address): Renamed from
19323         s390_simplify_dwarf_addr.  Made static.  Prototyped.
19324         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19325
19326 2003-02-05  Richard Henderson  <rth@redhat.com>
19327
19328         PR c/8602
19329         * integrate.c (output_inline_function): Reset input_filename
19330         and lineno from the decl before rest_of_compilation.
19331
19332 2003-02-05  Richard Henderson  <rth@redhat.com>
19333
19334         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19335         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19336         * doc/rtl.texi, doc/tm.texi: Document them.
19337
19338         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19339         of the value at zero properly.
19340         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19341         * simplify-rtx.c (simplify_unary_operation): Likewise.
19342
19343         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19344         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19345
19346         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19347         (TARGET_EXPAND_BUILTIN): Remove.
19348         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19349         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19350         (enum arm_builtins): Remove.
19351         * config/arm/arm.md (UNSPEC_CLZ): Remove.
19352         (clzsi2): Rename from clz; use clz instead of unspec.
19353         (ctzsi2): New.
19354         * config/arm/arm-protos.h: Update.
19355
19356 2003-02-05  Jan Hubicka  <jh@suse.cz>
19357
19358         * i386-protos.h (x86_emit_floatuns):  Declare.
19359         * i386.c (x86_emit_floatuns): New global function.
19360         * i386.md (floatunssisf2, floatunsdisf2,
19361         floatunsdidf2):  New patterns.
19362
19363 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19364
19365         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19366
19367 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
19368
19369         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19370           config/ia64/linux.h
19371
19372 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19373
19374         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19375
19376 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
19377
19378         PR optimization/8555
19379         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19380         instead of aborting.
19381
19382 2003-02-04  Richard Henderson  <rth@redhat.com>
19383
19384         * config/i386/i386.md (UNSPEC_BSF): Remove.
19385         (ffssi2): Split into cmove and no_cmove insns and splitters;
19386         lose pentium float trick for now.
19387         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19388         (ctzsi2, clzsi2, bsr): New.
19389
19390 2003-02-04  Richard Henderson  <rth@redhat.com>
19391
19392         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19393         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19394         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19395         (ffsdi2): Use popcount instead of unspec.
19396         (popcountdi2): Rename from *popcnt.
19397         (ctzdi2, clzdi2, getf_exp_tf): New.
19398
19399 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
19400
19401         * genconfig.c (main): Generate CC0_P.
19402         * rtl.h (CC0_P): Remove.
19403
19404 2003-02-04  Richard Henderson  <rth@redhat.com>
19405
19406         * libgcc2.h, libgcc2.c (__ffsSI2): New.
19407         (__ffsDI2): Rename from __ffsdi2.
19408         * mklibgcc.in (lib2funcs): Add _ffssi2.
19409
19410 2003-02-04  Richard Henderson  <rth@redhat.com>
19411
19412         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19413         rounds with a "bit table" lookup.
19414
19415 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
19416
19417         * reload.c (find_reloads): Do not use the mode specified in the insn
19418         pattern as reload mode for address operands.  Do not generate optional
19419         reloads for operands where a mandatory reload was already pushed.
19420
19421 2003-02-04  Richard Henderson  <rth@redhat.com>
19422
19423         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19424         builtins instead of inline assembly.
19425
19426 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19427
19428         PR c/9376
19429         * libgcc2.c (__subvdi3): Fix typo.
19430
19431 2003-02-04  Jan Hubicka  <jh@suse.cz>
19432
19433         * i386.md (movti_rex64):  Fix constraint.
19434
19435 2003-02-04  Jan Hubicka  <jh@suse.cz>
19436
19437         * i386.md (vector push splitters):  Fix typo in resolving conflict.
19438
19439 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
19440
19441         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19442
19443 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
19444
19445         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
19446         for recent libstdc++.  Remove formatting cruft.
19447
19448 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
19449
19450         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19451         attribute even if input file name is absolute, but one of the
19452         includes is relative.
19453
19454 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19455
19456         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19457         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19458         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
19459
19460 2003-02-03  Richard Henderson  <rth@redhat.com>
19461
19462         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19463         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19464         return type to "int".  Shuffle declarations and undef int trap.
19465         * libgcc2.h: Remove their declarations.
19466         * optabs.c (expand_unop): Force outmode to int for bitops.
19467
19468 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
19469
19470         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19471         coprocessor registers before floating-point registers.
19472         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19473         to account for a previously removed register.
19474         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19475         Delete unused macros.
19476
19477 2003-02-03  Jan Hubicka  <jh@suse.cz>
19478
19479         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
19480         (mov*_internal): Fix predicates; require one of operands to not be
19481         memory.
19482         (SSE?MMX move expanders):  Fix predicates; force one of operands to
19483         register.
19484         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19485         (movups/movupd/movdqu patterns): Force one of operands to not be
19486         memory.
19487
19488 2003-02-03  Roger Sayle  <roger@eyesopen.com>
19489
19490         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19491         takes a single rtx and returns it unmodified.
19492         * hooks.h (hook_rtx_rtx_identity): Prototype here.
19493         * target.h (struct gcc_target): Add "delegitimize_address"
19494         field to target structure.
19495         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
19496         for delegitimize_address target using hook_rtx_rtx_identity.
19497         (TARGET_INITIALIZER): Initialize delegitimize_address field
19498         using TARGET_DELEGITIMIZE_ADDRESS macro.
19499         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19500         extensions of constant pool references.  Use delegitimize_address
19501         to undo the obfuscation of "-fpic".
19502         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19503
19504         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19505         i386_simplify_dwarf_addr.
19506         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19507         (maybe_get_pool_constant): Likewise.
19508
19509 2003-02-03  Jan Hubicka  <jh@suse.cz>
19510
19511         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
19512
19513 2003-02-03  Jan Hubicka  <jh@suse.cz>
19514
19515         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19516
19517 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19518
19519         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
19520         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
19521
19522 2003-02-02  Andreas Schwab  <schwab@suse.de>
19523
19524         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19525
19526 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
19527
19528         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19529         (epilogue_insns): Likewise.
19530
19531 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19532
19533         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19534
19535 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19536
19537         * pa-protos.h (attr_length_millicode_call): Remove second argument.
19538         (attr_length_indirect_call, attr_length_indirect_call,
19539         attr_length_save_restore_dltp): New prototypes.
19540         * pa.c (attr_length_millicode_call): Remove second argument.  Check
19541         INSN_ADDRESSES_SET_P in distance calculation.
19542         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19543         INSN_ADDRESSES.
19544         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19545         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19546         Call attr_length_call directly.
19547         (attr_length_indirect_call, output_indirect_call,
19548         attr_length_save_restore_dltp): New functions.
19549         * pa.md (attr_length_millicode_call): Drop second argument from all
19550         patterns.
19551         (return_internal_pic): Delete.
19552         (return_external_pic): Remove use of PIC register and pic operand and
19553         flag checks.
19554         (epilogue): Use return_internal for both normal and pic code.
19555         (call, call_value): Emit new 32-bit pic patterns for symref and
19556         indirect calls.  Remove uses for arg pointer and pic register.
19557         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19558         call_reg_pic_post_reload, call_val_symref_pic,
19559         call_val_symref_pic_post_reload, call_val_reg_pic,
19560         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19561         Implement define_split and define_peephole2 patterns for pre reload
19562         patterns.
19563         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19564         call_value_internal_reg_64bit): Shorten names.
19565         (all call patterns): Explicitly indicate registers used and clobbered.
19566         Use attr_length_indirect_call and attr_length_save_restore_dltp for
19567         attribute length calculation.  Move code generation for indirect calls
19568         to output_indirect_call.
19569         (sibcall, sibcall_value): Don't restore PIC register.
19570         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19571         register retore.
19572
19573 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19574
19575         * doc/install.texi (Testing): Simplify and compress instructions
19576         concerning Dejagnu.
19577
19578 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19579
19580         * collect2.c (pexecute_pid): Rename to pid.
19581         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19582         pid.
19583
19584 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
19585
19586         * doc/extend.texi (Function Attributes): Remove documentation
19587         for PowerPC Windows NT function attributes..
19588
19589 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
19590
19591         * dwarf2out.c (gen_type_die): Check for typedefs before calling
19592         for TYPE_MAIN_VARIANT.
19593
19594 2003-02-01  Richard Henderson  <rth@redhat.com>
19595
19596         * libgcc2.c: Include auto-host.h.
19597         (ATTRIBUTE_HIDDEN): New.
19598         (__clz_tab): Don't declare here for clz and ctz.
19599         (__clzsi2, __clzdi2): Use count_leading_zeros.
19600         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
19601         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
19602         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
19603         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
19604
19605 2003-02-01  Richard Henderson  <rth@redhat.com>
19606
19607         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
19608         to the conditional.
19609         (ashlsi3_1_zext splitter): Likewise.
19610
19611 2003-02-01  Richard Henderson  <rth@redhat.com>
19612
19613         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
19614         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19615         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
19616         return type to Wtype.
19617
19618         * libgcc-std.ver (GCC_3.4): Fix inheritance.
19619
19620         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
19621         expander input constraint.
19622
19623 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19624
19625         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
19626         OTI_parity.
19627         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
19628         * optabs.c (widen_clz, expand_parity): New.
19629         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
19630         for libcalls to clz, ctz, popcount, and parity.
19631         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
19632         parity_optab, and set up libfunc handlers.
19633         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19634         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
19635         __popcount_tab): New.
19636         * libgcc2.h: Declare them.
19637         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
19638         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
19639         and parity_optab.
19640         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
19641         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
19642         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
19643         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
19644         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
19645         BUILT_IN_PARITYLL): New.
19646         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
19647         and add optab argument.
19648         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
19649         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
19650         * expr.c (expand_expr): Handle them.
19651         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19652         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
19653         * reload1.c (eliminate_regs): Handle them.
19654         (elimination_effects): Likewise.
19655         * function.c (instantiate_virtual_regs_1): Likewise
19656         * genattrtab.c (check_attr_value): Likewise.
19657         * simplify-rtx.c (simplify_unary_operation): Likewise.
19658         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19659         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19660         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19661         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19662         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19663         __builtin_arm_clz.
19664         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19665         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
19666         * doc/extend.texi (Other Builtins): Add new builtins.
19667         * doc/md.texi (Standard Names): Add new patterns.
19668
19669 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
19670
19671         * reload.c: Revert 2003-01-31 change.
19672
19673 2003-02-01  Jan Hubicka  <jh@suse.cz>
19674
19675         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
19676
19677 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
19678
19679         * flags.h (flag_volatile): Remove declaration.
19680         (flag_volatile_global, flag_volatile_static): Likewise.
19681         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19682         * toplev.c (flag_volatile): Remove definition.
19683         (flag_volatile_global, flag_volatile_static): Likewise.
19684         (f_options): Remove corresponding entries here.
19685         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19686         or flag_volatile_static.
19687         * doc/invoke.texi: Remove documentation of -fvolatile,
19688         -fvolatile-global and -fvolatile-static.
19689
19690 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19691
19692         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19693         updating of total_code_bytes from prologue to epilogue.
19694
19695 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
19696
19697         * reload.c (find_reloads): Do not use the mode specified in the insn
19698         pattern as reload mode for address operands.  Do not generate optional
19699         reloads for operands where a mandatory reload was already pushed.
19700         Generate optional reloads only in the final pass though find_reloads.
19701         (have_replacement_p): New function.
19702
19703 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19704
19705         * doc/install.texi (Testing): Remove a reference to our obsolete
19706         /testresults web pages and strip redundant information concerning
19707         test results.
19708         (Binaries): Refer to Microsoft Windows instead of listing all
19709         possible variants.
19710
19711 2003-02-01  Jan Hubicka  <jh@suse.cz>
19712
19713         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
19714         RTL chain.
19715
19716         * combine.c (simplify_set): Reverse order of ragumetns to
19717         REG_CANNOT_CHANGE_MODE_P
19718         * df.c (df_def_record_1): Likewise.
19719         * recog.c (register_operand): Likewise.
19720         * simplify-rtx.c (simplify_subreg): Likewise.
19721         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19722         CANNOT_CHANGE_MODE_CLASS.
19723         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19724         Likewise.
19725         * reload.c (push_reload): Likewise.
19726         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19727         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19728         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19729         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19730         * mips.c (mips_cannot_change_mode_class): Update.
19731         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19732         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19733         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19734         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19735         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19736         * sh.c (sh_cannot_change_mode_class): Update.
19737         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19738         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19739
19740 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
19741
19742         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19743         change to LINK_COMMAND_SPEC in gcc.c.
19744
19745 2003-01-31  Jan Hubicka  <jh@suse.cz>
19746
19747         PR c/9506
19748         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19749
19750 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19751
19752         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19753         duplicated code.
19754
19755 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
19756
19757         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19758         (BINFO_ELTS): New #define.
19759         * stor-layout.c (finalize_record_size): Don't set them.
19760         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19761         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19762         (BINFO_LANG_ELTS): New #define.
19763         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19764         * java/class.c (make_class): Use BINFO_ELTS.
19765         (set_super_info): Likewse.
19766         (add_interface_do): Likewise.
19767         * objc/objc-act.c (start_class): Use BINFO_ELTS.
19768
19769 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19770
19771         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19772         (times): Don't ever declare if not HAVE_TIMES.
19773         (clock): Don't ever declare if not HAVE_CLOCK.
19774
19775 2003-01-30  Richard Henderson  <rth@redhat.com>
19776
19777         * flow.c (update_life_info): Zap life info after cleanup_cfg.
19778         (regno_uninitialized): Use correct live at function entry set.
19779         (regno_clobbered_at_setjmp): Likewise.
19780
19781         * expr.c (store_expr): Promote all MEM intermediates to regs.
19782
19783 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19784
19785         * config/arm/arm.c: Fix comment typos.
19786         * config/arm/arm.h: Likewise.
19787         * config/arm/netbsd-elf.h: Likewise.
19788         * config/arm/netbsd.h: Likewise.
19789
19790 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
19791
19792         * gengtype.c (struct walk_type_data): Add needs_cast_p.
19793         (walk_type): Set needs_cast_p in walk_type_data.
19794         (write_types_process_field): Supply casts when required to suppress
19795         warnings.
19796         (write_root): Cast gt_pch_n_S to suppress warning.
19797         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19798         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19799         when they might exist.
19800         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19801         insn-conditions.o, and rs6000.o.
19802
19803 2003-01-30  Richard Henderson  <rth@redhat.com>
19804
19805         * ggc-page.c (G.context_depth_allocations): New.
19806         (G.context_depth_collections): New.
19807         (alloc_page): Set G.context_depth_allocations.
19808         (ggc_collect): Set G.context_depth_collections.
19809         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19810         (ggc_pop_context): Early exit for no allocations or collections.
19811
19812 2003-01-30  Richard Henderson  <rth@redhat.com>
19813
19814         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19815
19816 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
19817
19818         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19819         size, the link register is always saved if any other register is
19820         saved.
19821
19822 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19823
19824         * config/h8300/h8300-protos.h: Update the prototype for
19825         compute_plussi_cc.
19826         (cpp_reader): Declare before it is used.
19827         * config/h8300/h8300.c (compute_plussi_cc): Change the return
19828         type to int.
19829         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19830         see an unknown H8 variant.
19831
19832 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19833
19834         PR target/9316
19835         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19836         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19837         * config/rs6000/t-rtems: New file. multilib variants to match OS.
19838         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19839         rs6000/t-ppcgas so we get the desired multilibs.
19840
19841 2003-01-30  Nick Clifton  <nickc@redhat.com>
19842
19843         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19844         when popping saved IP register off the stack.
19845
19846 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19847
19848         * config/rs6000/aix43.h: Fix comment typos.
19849         * config/rs6000/aix51.h: Likewise.
19850         * config/rs6000/aix52.h: Likewise.
19851         * config/rs6000/altivec.h: Likewise.
19852         * config/rs6000/rs6000.c: Likewise.
19853         * config/rs6000/rs6000.h: Likewise.
19854         * config/rs6000/rs6000.md: Likewise.
19855         * config/rs6000/spe.md: Likewise.
19856
19857 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
19858
19859         * c-common.c (builtin_define_float_constants): Define
19860         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19861
19862 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19863
19864         * config/sh/lib1funcs.asm: Fix comment typos.
19865         * config/sh/linux.h: Likewise.
19866         * config/sh/sh.c: Likewise.
19867         * config/sh/sh.md: Likewise.
19868
19869 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
19870
19871         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19872
19873 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
19874
19875         * config/fp-bit.h (__make_dp): Declare if TMODES.
19876
19877 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
19878
19879         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19880         general_operand_src and general_operand_dst.
19881
19882 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
19883
19884         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19885         Return true for variable sized types.
19886         (rs6000_va_arg): Handle variable sized types passed by reference
19887         on non-SVR4 ABI.
19888
19889 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
19890
19891         * arm.c (arm_legtimize_address): New function.
19892         * arm-protos.h (arm_legtimize_address): Add prototype.
19893         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19894         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19895         do ... while (0)
19896
19897 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19898
19899         PR bootstrap/9296
19900         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
19901         depended on it being defined until now.
19902
19903 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19904
19905         PR target/9295
19906         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19907         RTEMS code knows which C++ initialization style the toolset
19908         configuration is using.
19909
19910 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19911
19912         PR bootstrap/9293
19913         * config/m68k/t-crtstuff: Replace spaces with tabs, add
19914          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19915
19916 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19917
19918         PR bootstrap/9292
19919         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
19920         RTEMS threads.
19921         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19922
19923 2003-01-29  Nick Clifton  <nickc@redhat.com>
19924
19925         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19926         not $(srcdir).
19927
19928 2003-01-29  Andrew Haley  <aph@redhat.com>
19929
19930         * tree-inline.c (walk_tree): Add CHAR_TYPE.
19931
19932 2003-01-29  Jan Hubicka  <jh@suse.cz>
19933
19934         * i386.md (subdi3_carry_rex64): Fix typo.
19935
19936 2003-01-28  Stan Shebs  <shebs@apple.com>
19937
19938         * coretypes.h (cpp_reader): Forward declare struct.
19939         * c-pragma.h (cpp_reader): Remove forward declaration.
19940         * hashtable.h (cpp_reader): Likewise.
19941         * scan.h (cpp_reader): Likewise.
19942         * tree.h (cpp_reader): Likewise.
19943         * config/darwin-protos.h (cpp_reader): Likewise.
19944         * config/arm/arm-protos.h (cpp_reader): Likewise.
19945         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19946         struct cpp_reader in prototypes.
19947
19948 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
19949
19950         * doc/install.texi: Add documentation for installation into
19951         tooldirs and with DESTDIR.
19952
19953 2003-01-28  Richard Henderson  <rth@redhat.com>
19954
19955         * config.gcc (ia64*-*-aix*): Remove.
19956         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19957         * config/ia64/unwind-aix.c: Remove file.
19958
19959 2003-01-28  Andreas Schwab  <schwab@suse.de>
19960
19961         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19962         register.
19963         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19964         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19965         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19966         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19967         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19968         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19969         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19970
19971 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19972
19973         * combine.c (nonzero_bits): Fix check for negative divide operands.
19974
19975 2003-01-28  Richard Henderson  <rth@redhat.com>
19976
19977         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19978         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19979
19980 2003-01-28  Richard Henderson  <rth@redhat.com>
19981
19982         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19983
19984         * config/cris/cris.c (cris_address_cost): Make static.
19985         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19986         * config/cris/cris.h (ADDRESS_COST): Remove.
19987         * config/cris/cris-protos.h: Update.
19988
19989 2003-01-23  Mike Stump  <mrs@apple.com>
19990
19991         * regclass.c (init_reg_autoinc): New function.
19992         (regclass): Move initialization of forbidden_inc_dec_class from
19993         here...
19994         (init_regs): to here.  Avoids reinitialization for each function,
19995         saving compilation time.
19996
19997 2003-01-28  Jason Merrill  <jason@redhat.com>
19998
19999         * cpplib.h (struct cpp_options): Add warn_deprecated field.
20000         * cppinit.c (cpp_create_reader): Turn it on by default.
20001         * c-opts.c (c_common_decode_option): Set it.
20002         * cpplib.c (do_pragma_once): Only complain about #pragma once
20003         if warn_deprecated is set.
20004
20005 2003-01-28  Dale Johannesen  <dalej@apple.com>
20006
20007         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
20008         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
20009         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
20010
20011 2003-01-28  Richard Henderson  <rth@redhat.com>
20012
20013         * target.h (targetm.address_cost): New.
20014         * target-def.h (TARGET_ADDRESS_COST): New.
20015         (TARGET_RTX_COSTS): Uncomment.  Oops.
20016         * cse.c (address_cost): Use new target hook.
20017         (default_address_cost): New.
20018         * output.h (default_address_cost): Declare.
20019         * hooks.c (hook_int_rtx_0): New.
20020         * hooks.h (hook_int_rtx_0): Declare.
20021         * loop.c (combine_givs_p): Remove if 0 code.
20022         * system.h (ADDRESS_COST): Poison.
20023
20024         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
20025         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
20026         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
20027         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
20028         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
20029         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
20030         config/xtensa/xtensa.c, config/xtensa/xtensa.h
20031         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
20032         (ADDRESS_COST): Remove.
20033
20034         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
20035         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20036         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20037         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
20038         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
20039         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
20040         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
20041         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
20042         config/mips/mips.c, config/mips/mips.h,
20043         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20044         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
20045         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
20046         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
20047         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
20048         config/vax/vax.c, config/vax/vax.h
20049         (foo_address_cost): Make static.
20050         (TARGET_ADDRESS_COST): New.
20051         (ADDRESS_COST): Remove.
20052
20053         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
20054         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
20055         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
20056         config/stormy16/stormy16.h
20057         (ADDRESS_COST): Move code ...
20058         (foo_address_cost): ... here.
20059         (TARGET_ADDRESS_COST): New.
20060
20061         * config/m32r/m32r.c (m32r_address_cost): Remove.
20062         * config/m32r/m32r-protos.h: Update.
20063
20064         * config/mmix/mmix.c (mmix_address_cost): Remove.
20065         * config/mmix/mmix-protos.h: Update.
20066
20067         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
20068         mn10300_address_cost; move unsig allocation ...
20069         (mn10300_address_cost): ... here.
20070         (TARGET_ADDRESS_COST): New.
20071         * config/mn10300/mn10300-protos.h: Update.
20072         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
20073
20074         * doc/tm.texi: Update.
20075
20076 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
20077
20078         * haifa-sched.c (schedule_insn): Return necessary cycle advance
20079         after issuing the insn.
20080         (rank_for_schedule): Make a insn with /S the highest priority
20081         insn.
20082         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
20083         (choose_ready): Check SCHED_GROUP_P.
20084         (schedule_block): Advance cycle after issuing insn if it is
20085         necessary.  Don't reorder insns if there is an insn with /S.
20086         (set_priorities): Ignore schedule groups.
20087
20088         * sched-deps.c (remove_dependence, group_leader): Remove the
20089         functions.
20090         (add_dependence): Ignore schedule groups.
20091         (set_sched_group_p): Don't make copy of dependencies from previous
20092         insn of the schedule group.  Add anti-dependency to the previous
20093         insn of the schedule group.
20094         (compute_forward_dependences): Ignore schedule groups.
20095
20096         * sched-ebb.c (init_ready_list): Ignore schedule groups.
20097
20098         * sched-rgn.c (init_ready_list): Ditto.
20099         (can_schedule_ready_p): Ditto.
20100
20101 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
20102
20103         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
20104         register to another one.
20105
20106 2003-01-28  Richard Henderson  <rth@redhat.com>
20107
20108         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
20109
20110 2003-01-28  Roger Sayle  <roger@eyesopen.com>
20111
20112         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
20113
20114 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
20115
20116         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
20117         class contains a floating-point register, return the size of the
20118         mode in half words.
20119
20120 2003-01-28  Jan Hubicka  <jh@suse.cz>
20121
20122         * i386.c (ix86_carry_flag_operator):  New predicate.
20123         (fcmov_operator): Fix whitespace.
20124         (ix86_expand_carry_flag_compare):  Deal with floating point.
20125         (ix86_expand_int_movcc): Deal with fp; update insn expansion
20126         (ix86_expand_int_addcc): Likewise.
20127         (ix86_expand_strlensi_unroll_1): likewsie.
20128         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
20129         * i386.md (add?i_carry_rex64): Use new predicate.
20130         (sub?i3_carry_rex64): Likewise.
20131         (x86_mov?icc_0_m1*): Likewise.
20132
20133 2003-01-28  Andreas Schwab  <schwab@suse.de>
20134
20135         * cfgloopmanip.c (create_preheader): Initialize src to avoid
20136         warning.
20137
20138         * expmed.c (emit_store_flag): Fix cast to avoid sign
20139         comparison warning.
20140
20141         * combine.c (force_to_mode): Add cast to fix warning when
20142         STORE_FLAG_VALUE is negative.
20143
20144 2003-01-27  Richard Henderson  <rth@redhat.com>
20145
20146         * Makefile.in (cse.o): Depend on TARGET_H.
20147         * cse.c (rtx_cost): Use targetm.rtx_costs.
20148         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
20149         * doc/tm.texi: Update.
20150
20151         * target.h (targetm.rtx_costs): New.
20152         * target-def.h (TARGET_RTX_COSTS): New.
20153         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
20154         * hooks.h: Update.
20155
20156         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
20157         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
20158         * config/alpha/alpha.h (PROCESSOR_MAX): New.
20159         (CONST_COSTS, RTX_COSTS): Remove.
20160
20161         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
20162         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
20163         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
20164         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
20165         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
20166         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
20167         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
20168         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
20169         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
20170         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
20171         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
20172         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
20173         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
20174         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
20175         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
20176         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
20177         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20178         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20179         config/v850/v850.c, config/v850/v850.h,
20180         config/xtensa/xtensa.c, config/xtensa/xtensa.h
20181         (CONST_COSTS, RTX_COSTS): Move code ...
20182         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20183
20184         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20185         (arm_rtx_costs, TARGET_RTX_COSTS): New.
20186         * config/arm/arm-protos.h: Update.
20187         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20188
20189         * config/avr/avr.h (CONST_COSTS): Move code ...
20190         * config/avr/avr.c (avr_rtx_costs): ... here.
20191         (default_rtx_costs): Make static.
20192         * config/avr/avr-protos.h: Update.
20193
20194         * config/h8300/h8300.c (const_costs): Make static.
20195         (h8300_and_costs, h8300_shift_costs): Likewise.
20196         * config/h8300/h8300-protos.h: Update.
20197
20198         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20199         (CONST_COSTS): Move code ...
20200         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
20201         default_rtx_costs; update for signature change.
20202         * config/ip2k/ip2k-protos.h: Update.
20203
20204         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20205         (CONST_COSTS): Move code ...
20206         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20207         (TARGET_RTX_COSTS): New.
20208         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20209         * config/m68hc11/m68hc11-protos.h: Update.
20210
20211         * config/m68k/m68k.c (const_int_cost): Make static.
20212         * config/m68k/m68k-protos.h: Update.
20213
20214         * config/mcore/mcore.c (mcore_const_costs): Make static.
20215         (mcore_and_cost, mcore_ior_cost): Likewise.
20216         * config/mcore/mcore-protos.h: Update.
20217
20218         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20219         (mmix_rtx_cost_recalculated): Remove.
20220         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20221         * config/mmix/mmix-protos.h: Update.
20222
20223         * config/sh/sh.c (shiftcosts): Make static.
20224         (addsubcosts, andcosts, multcosts): Likewise.
20225         * config/sh/sh-protos.h: Update.
20226
20227         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20228         (sparc_rtx_costs): Make static; update for change in signature.
20229         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20230         * config/sparc/sparc-protos.h: Update.
20231
20232         * config/v850/v850.c (const_costs): Make static.
20233         * config/v850/v850-protos.h: Update.
20234
20235         * config/vax/vax.h (RTX_COSTS): Remove.
20236         (CONST_COSTS): Move code ...
20237         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20238         from vax_rtx_cost.
20239         (vax_rtx_costs, TARGET_RTX_COSTS): New.
20240
20241 2003-01-27  Richard Henderson  <rth@redhat.com>
20242
20243         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
20244         * config/vax/vax-protos.h: Update.  Really.
20245
20246 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
20247
20248         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20249         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20250         zero if no hardware floating point.
20251         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20252         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20253         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20254         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20255         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20256         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20257         even FP registers on N32 and N64.
20258         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20259         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20260         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
20261         even-register-like alignment to 128-bit arguments.
20262         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20263         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
20264         on N32 or N64.
20265         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20266         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20267         (TPBIT): Set to tp-bit.c.
20268         (tp-bit.c): Create out of fp-bit.c.
20269
20270 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20271
20272         * c-parse.in: Remove '%expect 32' directive in objc mode.
20273
20274 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
20275
20276         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20277         (LIBGCOV): New variable.
20278         (libgcc.mk): Add LIBGCOV.
20279         (LIBGCC_DEPS): Add libgcov.c.
20280         (libgcov.a): New target.
20281         (clean): Remove libgcov.a.
20282         (install-libgcc): Do libgcov too.
20283         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20284         with libgcov.a.
20285         * libgcc2.c (L_gcov): Move into ...
20286         * libgcov.c: ... here. New file.
20287         * mklibgcc.in: Add libgcov rules.
20288         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20289
20290         * doc/invoke.texi (profile-arcs, test-coverage): Update and
20291         clarify.
20292
20293         * profile.c (index_counts_file): Remove duplicate check for open file.
20294
20295 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
20296
20297         * gcc/doc/invoke.texi (Optimization Options): Group together
20298         optional and experimental flags.  Move trapv and bounds-check
20299         out of this section.  Group floating point flags together.
20300         (Code Gen Options): Move trapv and bounds-check to here.
20301
20302 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
20303
20304         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20305
20306 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
20307
20308         PR optimization/9090
20309         * function.c (purge_addressof_1): After pushing an addressed register
20310         onto the stack, simplify the result.
20311
20312 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20313
20314         * doc/extend.texi: Fix typo.
20315
20316 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20317
20318         * doc/cppopts.texi: Fix typo.
20319         * doc/objc.texi: Likewise.
20320         * doc/passes.texi: Likewise.
20321
20322 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
20323
20324         * real.c (ibm_extended_format): Add 53 to minimum exponent.
20325         (encode_ibm_extended): Adjust.
20326
20327 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
20328
20329         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20330         timevar_id enumerations.
20331
20332 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20333
20334         * combine.c: Fix formatting.
20335
20336 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20337
20338         * doc/gccint.texi: Update the copyright.
20339
20340 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20341
20342         * doc/cpp.texi: Fix typos.
20343         * doc/extend.texi: Likewise.
20344         * doc/gty.texi: Likewise.
20345         * doc/install.texi: Likewise.
20346         * doc/passes.texi: Likewise.
20347         * doc/rtl.texi: Likewise.
20348         * doc/tm.texi: Likewise.
20349
20350 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20351
20352         * config/ia64/fde-glibc.c: Fix comment typos.
20353         * config/ia64/hpux.h: Likewise.
20354         * config/ia64/ia64.c: Likewise.
20355         * config/ia64/ia64.h: Likewise.
20356         * config/ia64/unwind-ia64.c: Likewise.
20357
20358 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20359
20360         * config/i386/i386-modes.def: Fix comment typos.
20361         * config/i386/i386.c: Likewise.
20362         * config/i386/i386.md: Likewise.
20363
20364 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
20365
20366         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20367         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20368         ASM_FINISH_DECLARE_OBJECT before defining it.
20369         * toplev.c (rest_of_decl_compilation):  Don't define
20370         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
20371         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20372         parameters for DWARF2 targets because they _are_ used.
20373
20374 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20375
20376         * fp-bit.h: Define macros for TFmode floating-point constants
20377         in IBM-extended TFmode types.
20378         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20379         widths.
20380         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20381         TFmode type.
20382
20383         * config/fp-bit.h: Define macros for TFmode floating-point
20384         constants in IEEE quad TFmode type.  Declare functions according
20385         to L_ macros.
20386         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20387         (TFtype, TItype, UTItype): Define if TMODES is defined.
20388         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20389         (F_T_BITOFF, D_T_BITOFF): Define.
20390         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20391         guaranteed to be wide enough.
20392         * config/fp-bit.c: Check for L_ macros for tf functions.
20393         (__thenan_tf): New.
20394         (nan): Adjust.
20395         (pack_d, unpack_d): Support IEEE 854 quad type.
20396         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
20397         from FRAC_NBITS, FRAC_BITS and NGARDS.
20398         (usi_to_float): Cast constants to be shifted to fractype
20399         instead of assuming long long is wide enough.
20400         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20401
20402 2003-01-26  Andreas Jaeger  <aj@suse.de>
20403
20404         * df.c: Remove prototype of unused function df_regno_rtl_debug.
20405
20406 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20407
20408         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20409         (DBBIT_FUNCS): Added _df_to_tf.
20410         (TPBIT_FUNCS): New.
20411         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20412         (LIBGCC_DEPS): Added TPBIT.
20413         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20414
20415         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20416         been able to move the result to target.
20417
20418         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20419         for the appropriate mode.
20420
20421         * calls.c (emit_library_call_value_1): Handle return values
20422         in a PARALLEL.
20423
20424         * rtl.c (get_mode_alignment): Moved to...
20425         * stor-layout.c: ... here.
20426
20427         * print-rtl.c (print_rtx): Don't print MEM details in
20428         GENERATOR_FILEs.
20429
20430 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
20431
20432         * df.h: Update comments, tidy formatting.
20433         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20434         REVERSE, UNION, INTERSECTION.  All uses updated.
20435         (OLD_DF_INTERFACE): Remove.
20436         (struct insn_info): Remove commented out insn field.
20437         * df.c: Update comments, tidy formatting.
20438         (df_def_table_realloc): Remove.
20439
20440
20441 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
20442
20443         * calls.c (save_fixed_argument_area): Tidy.
20444         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
20445         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
20446         call chain loop at 1 if !try_tail_call.  Formatting.
20447         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20448         Use save_fixed_argument_area and restore_fixed_argument_area.
20449
20450 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20451
20452         * df.c (df_uses_record): Handle CC0.
20453
20454 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
20455
20456         * reload.c (maybe_memory_address_p): New function.
20457         (find_reloads_address): Use it instead of memory_address_p.
20458
20459 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
20460
20461         * final.c (shorten_branches): Align the address of code label
20462         when computing initial lengths and addresses.
20463
20464 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20465
20466         * config/m68hc11/m68hc11.md: Fix a comment typo.
20467
20468 2003-01-25  Andreas Jaeger  <aj@suse.de>
20469
20470         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20471         TARGET_MACHO.
20472
20473 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20474
20475         * gcse.c (bypass_last_basic_block): New global variable.
20476         (bypass_block):  Use redirect_edge_and_branch_force to redirect
20477         fall-through edges.  Use bypass_last_basic_block to determine
20478         which blocks have valid PRE information.
20479         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20480
20481 2003-01-25  Jan Hubicka  <jh@suse.cz>
20482
20483         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20484
20485 2003-01-25  Jan Hubicka  <jh@suse.cz>
20486                               Eric Botcazou <ebotcazou@libertysurf.fr>
20487         PR opt/8492
20488         * gcse.c (one_cprop_pass): Delete unreachable blocks.
20489
20490 2003-01-25  Richard Henderson  <rth@redhat.com>
20491
20492         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20493         from ia64_aix_select_rtx_section.
20494         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20495         instead of saving and restoring flag_pic.
20496         (ia64_rwreloc_unique_section): Similarly.
20497         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20498         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20499         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20500         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20501
20502 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20503
20504         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20505         comment.
20506
20507 2003-01-25  Richard Henderson  <rth@redhat.com>
20508
20509         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20510
20511 2003-01-25  Kelley Cook <kelleycook@comcast.net>
20512
20513         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20514
20515 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
20516
20517         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20518         type for bitmaps.  Use unsigned long.
20519         (nBITMAP_WORD_BITS): New macro.
20520         (BITMAP_WORD_BITS): New macro.
20521         (rest of file): Use it.
20522         * bitmap.c: Use it.
20523
20524 2003-01-25  Richard Henderson  <rth@redhat.com>
20525
20526         2002-02-19  Robert Lipe  <robertlipe@usa.net>
20527         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20528
20529 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20530
20531         * builtins.c (purge_builtin_constant_p): Scan insn stream
20532         sequentially rather than by basic block.
20533         * function.c (purge_addressof): Simplify test with INSN_P.
20534
20535 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20536
20537         * combine.c (simplify_comparison, case AND): Remove a redundant test.
20538
20539 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20540
20541         * function.h (struct function): New field calls_constant_p.
20542         (current_function_calls_constant_p): New macro for above.
20543         * function.c (prepare_function_start): Initialize calls_eh_return
20544         and calls_constant_p.
20545         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20546         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20547         when the current_function_calls_constant_p.
20548         * integrate.c (expand_inline_function): Set calls_constant_p if
20549         the function being inlined has calls_constant_p set.
20550
20551 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20552
20553         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20554         optimizing, even if flag_gcse is true.
20555         * toplev.c (rest_of_compilation): purge_builtin_constant_p
20556         only needs to be called when "optimize > 0 && flag_gcse".
20557
20558 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20559
20560         * stmt.c (emit_case_bit_tests): New routine to implement suitable
20561         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20562         (case_bit_test_cmp): New comparison function for "qsort" to order
20563         case_bit_tests by decreasing number of destination nodes.
20564         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20565         (expand_end_case_type): Use emit_case_bit_tests to implement
20566         suitable switch statments.
20567         (CASE_USE_BIT_TESTS): New target macro to disable the above.
20568         * Makefile.in (stmt.o): Add dependency on optab.h.
20569         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20570
20571 2003-01-23  Andreas Schwab  <schwab@suse.de>
20572
20573         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20574         __do_global_ctors_aux hidden global and don't put it in
20575         .init_array.
20576         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20577         instead so that it comes first.
20578
20579 2003-01-25  Jan Hubicka  <jh@suse.cz>
20580
20581         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
20582         subreg is read/modify.
20583
20584 2003-01-25  Jan Hubicka  <jh@suse.cz>
20585
20586         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20587         do libcall for large blocks.
20588         * i386.md (comi patterns): Set type to ssecomi.
20589         (sse2_unpck?pd): Fix mode of vec_select.
20590
20591         * cse.c: Include except.h
20592         (cse_set_around_loop):  Do not create new basic blocks.
20593         * Makefile.in (cse.o): Add dependnecy on except.h
20594
20595 2003-01-25  Jan Hubicka  <jh@suse.cz>
20596
20597         * builtins.c (fold_trunc_transparent_mathfn): New function.
20598         (fold_builtin): Use it.
20599         * convert.c (convert_to_real): Re-enable code to convert
20600         math functions; add support for floor familly functions.
20601
20602 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20603
20604         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
20605         dependencies on coretypes.h and $(TM_H).
20606
20607 2003-01-25  Jan Hubicka  <jh@suse.cz>
20608
20609         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
20610
20611 2003-01-24  Stuart Hastings  <stuart@apple.com>
20612
20613         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
20614
20615 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20616
20617         * config/c4x/c4x.md (UNSPEC_BU): New constants.
20618         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
20619         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
20620         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
20621         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
20622         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
20623         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
20624         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
20625
20626 2003-01-24  Jan Hubicka  <jh@suse.cz>
20627
20628         * emit-rtl.c (reg_attrs_htab): New static variable.
20629         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
20630         functions.
20631         (reg_rtx): Do not maintain regno_decl.
20632         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
20633         set_mem_attrs_from_reg): New global function.
20634         (init_emit): Do not initialize regno_decl.
20635         (init_emit_once): initialize reg_attrs_htab.
20636         * final.c (alter_subreg): Do not replace REG by SUBREG.
20637         (gen_mem_expr_from_op): Improve output.
20638         (output_asm_operands): Likewise.
20639         * function.c (assign_params): Do not set REGNO_DECL.
20640         * function.h (struct function): Kill regno_decl.
20641         (REGNO_DECL): Kill.
20642         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
20643         * print_rtl.c (print_rtx): Output REG information.
20644         * regclass.c (reg_scan_mark_refs): Update attrs.
20645         * reload1.c (alter_reg): Likewise.
20646         * simplify_rtx.c (simplify_subreg): Likewise.
20647         * stmt.c (expand_decl): Likewise.
20648         * rtl.def (REG): Add new field.
20649         * rtl.h (struct reg_attrs): New.
20650         (rtunion_def): At rtreg.
20651         (X0MEMATTR): Add checking.
20652         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
20653         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
20654         Declare.
20655         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
20656
20657 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20658
20659         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20660         (xtensa_emit_call, print_operand): Fix printf format strings
20661         to avoid compile warnings.
20662         (xtensa_function_prologue, xtensa_function_epilogue): Change type
20663         of "size" argument to HOST_WIDE_INT to fix compile warnings.
20664         * config/xtensa/xtensa-protos.h
20665         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20666
20667 2003-01-24  Jan Hubicka  <jh@suse.cz>
20668
20669         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20670         (implicit_built_in_decls): New global array.
20671         (mathfn_built_in): New global function.
20672         (fold_trunc_transparent_mathfn): New static function
20673         (expand_builtin_strstr, expand_bultin_strchr,
20674         expand_builtin_strpbrk, expand_builtin_strcpy,
20675         expand_builtin_strncpy, expand_bultin_strcmp,
20676         expand_bultin_strncat, expand_builtin_fputs): Use
20677         implicint_built_in_decls.
20678         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20679         * builtins.def: Fix comments.
20680         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20681         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20682         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20683         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20684         (DEF_C99_C90RES_BULTIN): New.
20685         (*f, *l builtins): Update.
20686         * c-common.c (DEF_BUILTIN): Initialize implicit array.
20687         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20688         * convert.c (strip_float_extensions): New global function.
20689         * tree.h (DEF_BUILTIN): Accept 10 arguments.
20690         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20691         Declare.
20692         * java/builtins.c (define_builtin): Handle implicit.
20693         (DEF_BUILTIN): Update.
20694         * tm.texi (TARGET_C99_FUNCTIONS): Document.
20695         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20696         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20697         when using glibc2.
20698
20699 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20700
20701         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20702         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
20703         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20704         * config/xtensa/crti.asm: New file.
20705         * config/xtensa/crtn.asm: New file.
20706         * config/xtensa/t-elf: New file.
20707         * config/xtensa/t-linux: New file.
20708         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20709         Move various CFLAGS settings to new t-elf file.
20710
20711 2003-01-24  Richard Henderson  <rth@redhat.com>
20712
20713         PR optimization/4382
20714         * tree-inline.c (find_builtin_longjmp_call_1): New.
20715         (find_builtin_longjmp_call): New.
20716         (inlinable_function_p): Use it.
20717
20718 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20719
20720         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20721         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20722         * config/i386/i386.c (function_arg_pass_by_reference): New.
20723         (ix86_va_arg): Support arguments passed by reference.
20724
20725 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20726
20727         * cfgloopanal.c: New file.
20728         * cfgloopmanip.c: New file.
20729         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20730         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20731         cfglayout.o): Add dependency on cfgloop.h.
20732         (cfgloop.o): Add flags.h dependency.
20733         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20734         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20735         (struct loop, struct loops, flow_loops_find, flow_loops_update,
20736         flow_loops_free, flow_loops_dump, flow_loop_dump,
20737         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20738         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20739         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20740         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20741         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20742         find_common_loop, verify_loop_structure): Declarations moved to ...
20743         * cfgloop.h: New file.
20744         * bb-reorder.c (reorder_basic_blocks): Modified.
20745         * cfglayout.c: Include cfgloop.h.
20746         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20747         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20748         (break_superblocks): New static function.
20749         (cfg_layout_finalize): Use it.
20750         (cfg_layout_split_block): New function.
20751         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20752         fields.
20753         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20754         changed.
20755         (cfg_layout_split_block): Declare.
20756         * cfgloop.c: Include cfgloop.h and flags.h.
20757         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20758         get_loop_body): Avoid signed versus unsigned comparison warnings.
20759         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20760         loop_latch_edge): Modified.
20761         (verify_loop_structure): Modified to use flags stored in loop structure;
20762         check irreducible loops.
20763         (cancel_loop, cancel_loop_tree): New functions.
20764         (estimate_probability): Use loop analysis code for predictions.
20765         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
20766         warnings.
20767         * doloop.c: Include cfgloop.h.
20768         * loop.c: Include cfgloop.h.
20769         * predict.c: Include cfgloop.h.
20770         * toplev.c: Include cfgloop.h.
20771         * unroll.c: Include cfgloop.h.
20772         * tracer.c (tracer): Modified.
20773
20774 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20775
20776         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20777
20778 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
20779
20780         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20781         * configure: Regenerate.
20782
20783         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20784         (tls_symbolic_reference_mentioned_p): Add prototype.
20785         (s390_tls_get_offset): Add prototype.
20786         (emit_pic_move): Remove prototype, replace by ...
20787         (emit_symbolic_move): .. this new prototype.
20788
20789         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20790         (tls_model_chars): New global variable.
20791         (s390_encode_section_info): Encode TLS model.
20792         Use targetm.binds_local_p to check for local symbols.
20793         (s390_strip_name_encoding): New function.
20794         (TARGET_STRIP_NAME_ENCODING): Define.
20795
20796         (get_thread_pointer): New function.
20797         (legitimize_tls_address): New function.
20798         (legitimize_address): Call it.
20799         (emit_pic_move): Remove, replace by ...
20800         (emit_symbolic_move): ... this new function.
20801
20802         (larl_operand): Handle TLS operands.
20803         (legitimate_constant_p): Likewise.
20804         (s390_decompose_address): Likewise.
20805         (s390_cannot_force_const_mem): New function.
20806         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20807
20808         (s390_output_symbolic_const): Handle TLS unspecs.
20809         (print_operand): New code 'J'.
20810         (machine_function): Add struct member 'some_ld_name'.
20811         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20812
20813         (enum s390_builtin): New type.
20814         (code_for_builtin_64, code_for_builtin_31): New global variables.
20815         (s390_init_builtins, s390_expand_builtin): New functions.
20816         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20817
20818         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20819         (ASM_OUTPUT_LABELREF): Define.
20820         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20821
20822         * config/s390/s390.md: Define TLS UNSPEC constants.
20823         ("movdi", "movsi"): Handle TLS operands.
20824         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20825         ("*tls_load_64", "*tls_load_31"): New insns.
20826         ("call_value_tls", "call_value_tls_exp"): New expanders.
20827         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20828         "bas_tls_64", "bas_tls_31"): New insns.
20829
20830 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20831
20832         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20833         spe ABI is configured, if requested.
20834
20835 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20836
20837         * doc/passes.texi: Fix typo.
20838
20839 2003-01-24  Andreas Schwab  <schwab@suse.de>
20840
20841         * stor-layout.c (excess_unit_span): Only define if used.
20842
20843 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
20844
20845         * gcc/doc/invoke.texi (Optimization Options): List -O levels
20846         for each optimization flag.
20847
20848 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20849
20850         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20851
20852 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20853
20854         * doc/bugreport.texi: Use @command instead of @code for commands.
20855         * doc/collect2.texi: Likewise.
20856         * doc/headerdirs.texi: Likewise.
20857         * doc/invoke.texi: Likewise.
20858         * doc/standards.texi: Likewise.
20859         * doc/tm.texi: Likewise.
20860         * doc/trouble.texi: Likewise.
20861
20862 2003-01-24  Nick Clifton  <nickc@redhat.com>
20863
20864         * config/arm/arm.c (use_return_insn): Do not use a single return
20865         instruction for interrupt handelrs which have to create a stack
20866         frame.
20867         (arm_expand_prologue): Do not pre-bias the return address of
20868         interrupt handlers which create a stack frame.
20869
20870 2003-01-24  Nick Clifton  <nickc@redhat.com>
20871
20872         * Add sh2e support:
20873
20874         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
20875
20876                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20877                 med_cbranches.  Fix logic in short_cbranches.
20878
20879         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
20880
20881                 * config/sh/sh.md (delay for cbranch): Don't annul delay
20882                 slots on SH2e.
20883                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20884                 cbranch with unfilled delay slot on SH2e.
20885                 (output_branch): Fill with a nop the delay slot of a
20886                 branch that required a delay slot but didn't get one.
20887
20888         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
20889
20890                 * doc/invoke.texi (SH options): Document -m2e.
20891                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20892                 * config/sh/lib1funcs.asm: Likewise.
20893                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20894                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20895                 not __sh1__.
20896                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20897                 SH2E up.
20898                 (SH3E_BIT): Renamed to...
20899                 (SH_E_BIT): ... this.  Replace all uses.
20900                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20901                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20902                 (TARGET_SWITCHES): Added 2e.
20903                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20904                 (processor_type): Added PROCESSOR_SH2E.
20905                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20906                 TARGET_SH2E, except in sqrtsf2_i.
20907                 (attribute cpu): Added sh2e.
20908                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20909                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20910                 * config.gcc: Add sh2e target support.
20911
20912 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
20913
20914         Rename -W to -Wextra.
20915         * c-decl.c:  Update comments.
20916         * c-typeck.c:  Likewise.
20917         * flags.h:  Likewise.
20918         * function.c:  Likewise.
20919         * stmt.c:  Likewise.
20920         * toplev.c:  Update comments.
20921         (W_options):  Add 'extra'.
20922         (display_help):  Remove '-W'.
20923         (decode_W_option):  Special warn_uninitialized treatment in the case
20924         of -Wextra.
20925         * doc/invoke.texi:  Update with new entries.
20926
20927 2003-01-23  Richard Henderson  <rth@redhat.com>
20928
20929         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20930         in no-else-block case.  Add commentary.
20931
20932 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20933
20934         * configure.in: Revert last change.
20935
20936 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20937
20938         * configure.in: Don't include ansidecl.h in tconfig.h.
20939         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20940         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20941         ATTRIBUTE_UNUSED.
20942
20943         * configure: Regenerate.
20944
20945 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20946
20947         PR java/6748
20948         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20949         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20950         kernels.
20951
20952 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20953
20954         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20955
20956 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
20957
20958         * genattrtab.c (write_attr_get): Mark 'insn' paramter
20959         as ATTRIBUTE_UNUSED.
20960
20961 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
20962
20963         * arm.c (thumb_base_register_rtx_p): New function.
20964         (thumb_index_register_rtx_p): New function.
20965         (thumb_legitimate_address_p): New function.
20966         (thumb_legitimate_offset_p): New function.
20967         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20968         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20969         definitions.
20970         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20971         (THUMB_LEGITIMATE_OFFSET): Delte.
20972         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20973         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20974         (thumb_legitimate_offset_p): Likewise.
20975
20976 2003-01-23  Andreas Schwab  <schwab@suse.de>
20977
20978         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20979
20980 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20981
20982         * fixinc/Makefile.in (FL_LIST): Revert last change.
20983
20984 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20985
20986         PR other/7341
20987         * invoke.texi (ftest-coverage): Fix broken cross-reference.
20988         Change @code to @command for gcov command.
20989
20990         * gcc.texi: Adjust title of gcov section.
20991         Adjust copyright.
20992         * gcov.texi: Likewise.
20993
20994 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20995
20996         PR optimization/8423
20997         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20998         its argument is constant, or 0 if !flag_gcse.
20999         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
21000         if it's argument is constant.
21001         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
21002         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
21003         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
21004         * builtins.c (purge_builtin_constant_p): New function to force
21005         instantiation of any remaining CONSTANT_P_RTX nodes.
21006         * rtl.h (purge_builtin_constant_p): Prototype here.
21007         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
21008         pass after GCSE and before loop.
21009         (flag_gcse): No longer static.
21010         * flags.h (flag_gcse): Prototype here.
21011
21012 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
21013
21014         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
21015         introduced by last change.
21016
21017 2003-01-22  Andreas Schwab  <schwab@suse.de>
21018
21019         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
21020
21021 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
21022
21023         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
21024         request a scratch reg on H8S when the shift count is 8.
21025
21026 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
21027
21028         * config/s390/s390-protos.h (preferred_la_operand_p):
21029         Remove second parameter.
21030         * config/s390/s390.c (preferred_la_operand_p): Likewise.
21031         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
21032         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
21033         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
21034         Add peepholes to transform ADD to LOAD ADDRESS.
21035
21036 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
21037
21038         * arm.c (arm_address_register_rtx_p): New function.
21039         (arm_legitimate_address_p): New function.
21040         (arm_legitimate_index_p): New function.
21041         (legitimize_pic_address): Use arm_legitimate_index_p.
21042         * arm-protos.h (arm_legtimate_address_p): Add prototype.
21043         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
21044         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
21045
21046 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
21047
21048         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
21049         * config/s390/2064.md (define_bypass): Correct 'Load' and
21050         'Load-address' bypass values.
21051
21052 2003-01-22  Andreas Schwab  <schwab@suse.de>
21053
21054         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
21055
21056 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21057
21058         * genautomata.c (output_internal_insn_latency_func,
21059         output_print_reservation_func): Short circuit when there is no
21060         automaton to generate code for.
21061
21062 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21063
21064         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
21065         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
21066
21067 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
21068
21069         * config/rs6000/rs6000.md: Remove warning.
21070         (builtin_setjmp_receiver): Likewise.
21071         * config/darwin.c (update_stubs): Slightly improve terrible hack
21072         with identifiers.  Add comment pointing out problems with it.
21073         (update_non_lazy_ptrs): Likewise.
21074
21075 2003-01-21  Richard Henderson  <rth@redhat.com>
21076
21077         * dwarf2out.c (lookup_filename): Fix printf format warning.
21078         * system.h (fread_unlocked, fwrite_unlocked): Undef.
21079
21080         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
21081         (fixincl.o-warn, gnu-regex.o-warn): New.
21082         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
21083         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
21084         * fixinc/fixincl.c (process): Fix printf format warning.
21085
21086 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
21087
21088         * dwarf2out (output_file_names): Don't crash if called
21089         with empty file_table.
21090
21091 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21092
21093         * genautomata.c (output_internal_insn_latency_func): Add
21094         missing break statement to generated code.
21095
21096 2003-01-21  Roger Sayle  <roger@eyesopen.com>
21097
21098         * stmt.c (same_case_target_p): New function to determine whether
21099         two case labels branch to the same target.  Split out from...
21100         (group_case_nodes): ... here.  Use same_case_target_p instead.
21101         (strip_default_case_nodes): Remove explicit case nodes
21102         that branch to the default destination.
21103         (expand_end_case_type): Call strip_default_case_nodes after
21104         group_case_nodes, to simplify the case-list before we count it.
21105         Only generate table_label RTX when actually needed.  Try to share
21106         thiscase->exit_label and thiscase->data.case_stmt.default_label
21107         when a switch has no explicit default case.  Simplify test for
21108         constant index.
21109
21110 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
21111
21112         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
21113         \t.
21114         (*negsf2_h8300hs): Likewise.
21115         (*addsi3_lshiftrt_16_zexthi): Likewise.
21116         (*iorhi3_lshiftrt_8): Likewise.
21117
21118 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
21119
21120         * dwarf2out.c (fde_table_in_use): Mark GTY.
21121         (dwarf2out_cfi_label_num): New variable, marked GTY.
21122         (dwarf2out_cfi_label): Use it instead of static label_num.
21123         * emit-rtl.c (label_num): Mark GTY.
21124
21125 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
21126
21127         * config/h8300/h8300.c (output_plussi): Support H8/300.
21128         (compute_plussi_length): Likewise.
21129         (compute_plussi_cc): Likewise.
21130         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
21131         output assembly instructions.
21132
21133 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21134
21135         * calls.c (fix_unsafe_tree): Prototype.
21136
21137         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
21138         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
21139         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
21140         c-parse.o-warn): Add -Wno-error.
21141         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
21142
21143         * configure.in (--enable-werror): Add new flag.
21144         * doc/install.texi (--enable-werror): Document.
21145         * configure: Regenerate.
21146
21147         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
21148
21149 2003-01-21  Andreas Schwab  <schwab@suse.de>
21150
21151         * genautomata.c (output_internal_insn_latency_func): Fix missing
21152         close paren in output.
21153
21154 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21155
21156         * genautomata.c: Space savings in generated code:
21157         (output_dfa_insn_code_func): Split out the table-enlargement
21158         path to an out-of-line static function, dfa_insn_code_enlarge.
21159         (output_internal_insn_latency_func): Use a lookup table for the
21160         default latencies.
21161         (output_print_reservation_func): Use a lookup table for the
21162         strings.
21163
21164 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
21165
21166         PR opt/7507
21167         * calls.c (fix_unsafe_tree): Split out from ...
21168         (expand_call): ... here.  Use it on the function address too.
21169
21170 2003-01-20  Richard Henderson  <rth@redhat.com>
21171
21172         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
21173
21174 2003-01-20  Richard Henderson  <rth@redhat.com>
21175
21176         PR opt/7154
21177         * stmt.c (expand_asm_operands): Validize memory operands.
21178
21179 2003-01-20  Richard Henderson  <rth@redhat.com>
21180
21181         PR opt/8848
21182         * ifcvt.c (noce_process_if_block): Correct arguments to
21183         modified_between_p for no-else-block case.
21184
21185 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21186
21187         * config/h8300/h8300.c (const_costs): Remove a warning.
21188         (output_plussi): Likewise.
21189         (compute_plussi_length): Likewise.
21190         (compute_plussi_cc): Likewise.
21191
21192 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21193
21194         * config/h8300/h8300.md (addsi_h8300): Remove the last
21195         alternative.
21196
21197 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21198
21199         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21200
21201 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21202
21203         * system.h (__NO_STRING_INLINES): Define.
21204
21205 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21206
21207         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21208         is not a scalar int mode.
21209
21210 2003-01-20  Roger Sayle  <roger@eyesopen.com>
21211
21212         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21213         insn's notes following a substitution inside a libcall.
21214
21215 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
21216
21217         * configure.in: Check for system-provided 'uchar' type.
21218         * configure, config.in: Regenerate.
21219         * cpphash.h: Only typedef 'uchar' if the system doesn't.
21220
21221 2003-01-20  Richard Henderson  <rth@redhat.com>
21222
21223         * expr.h (MUST_PASS_IN_STACK): Move implementation...
21224         * calls.c (default_must_pass_in_stack): ... here.
21225
21226 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
21227
21228         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21229
21230         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21231
21232         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21233         Wrap up definition of `insn_alts'.
21234
21235         * genattrtab.c (main): Wrap up `insn_alts'.
21236
21237 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21238
21239         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21240         prototyping.
21241         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21242
21243         * config.in, configure: Regenerate.
21244
21245 2003-01-20  Nick Clifton  <nickc@redhat.com>
21246
21247         * config/arm/arm.md (sibcall_epilogue): Add an
21248         UNSPEC_PROLOGUE_USE to prevent the link register from being
21249         considered dead.
21250
21251 2003-01-20  Jan Hubicka  <jh@suse.cz>
21252
21253         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
21254
21255 2003-01-20  Andreas Schwab  <schwab@suse.de>
21256
21257         * system.h: Don't declare strsignal if the decl test hasn't been
21258         run yet.
21259
21260 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21261
21262         * config/h8300/h8300.c (notice_update_cc): Don't assume that
21263         recog_data.operands[0] is always associated with cc0.
21264
21265 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
21266
21267         * collect2.c (ldgetname): Expand declaration to prototype.
21268         * read-rtl.c (atoll): Add prototype.
21269         * system.h (strsignal): Also declare if no declaration found.
21270
21271 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
21272
21273         * config.gcc (mips64*-*-linux*): Added.
21274         * config/mips/linux64.h, config/mips/t-linux64: New file.
21275         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21276         * config/mips/mips.c (override_options): Use it.
21277         * config/mips/mips.h (TARGET_SWITCHES): Added...
21278         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21279         * Makefile.in (SPECS): New.
21280         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21281         * gcc.c (process_command): Move self-spec processing past spec
21282         file loading.
21283         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21284         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21285         CRTSTUFF_T_CFLAGS.
21286         (SPECS): Document.
21287         * doc/invoke.texi (-mabi-fake-default): Document.
21288
21289 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
21290
21291         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21292         z_reg, z_reg_qi): Declare static and GTY().
21293         (da_reg): Remove.
21294         (create_regs_rtx): Don't create da_reg.
21295         ("gt-m68hc11.h"): Include for GTY roots.
21296         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21297         and GTY() here.
21298         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21299         (m68hc11_soft_tmp_reg): Likewise.
21300         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21301
21302 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
21303
21304         * basic-block.h: Fix comment formatting.
21305         * calls.c: Likewise.
21306         * combine.c: Likewise.
21307         * convert.c: Likewise.
21308         * gcov.c: Likewise.
21309         * haifa-sched.c: Likewise.
21310         * libgcc2.c: Likewise.
21311         * loop.c: Likewise.
21312         * profile.c: Likewise.
21313         * system.h: Likewise.
21314
21315 2003-01-18  Roger Sayle  <roger@eyesopen.com>
21316
21317         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21318
21319 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21320
21321         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21322
21323 2003-01-17  Dale Johannesen  <dalej@apple.com>
21324
21325         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
21326           (*floatunssidf2_internal):  Ditto.
21327
21328 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21329
21330         * alias.c: Fix comment typos.
21331         * basic-block.h: Likewise.
21332         * c-common.c: Likewise.
21333         * c-common.h: Likewise.
21334         * c-decl.c: Likewise.
21335         * c-opts.c: Likewise.
21336         * c-pragma.c: Likewise.
21337         * c-pretty-print.h: Likewise.
21338         * cfg.c: Likewise.
21339         * cfganal.c: Likewise.
21340         * cfgbuild.c: Likewise.
21341         * cfgcleanup.c: Likewise.
21342         * cfglayout.c: Likewise.
21343         * cfgrtl.c: Likewise.
21344         * convert.c: Likewise.
21345         * cpphash.h: Likewise.
21346         * cpplex.c: Likewise.
21347         * cpplib.h: Likewise.
21348         * df.h: Likewise.
21349         * diagnostic.c: Likewise.
21350         * diagnostic.h: Likewise.
21351         * dwarf2.h: Likewise.
21352
21353 2003-01-17  Stan Shebs  <shebs@apple.com>
21354
21355         * config/darwin-protos.h: Forward-declare struct cpp_reader.
21356
21357 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
21358
21359         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21360         mistake in last checkin.
21361
21362 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21363
21364         * et-forest.c: Fix comment typos.
21365         * et-forest.h: Likewise.
21366         * except.c: Likewise.
21367         * expr.c: Likewise.
21368         * flags.h: Likewise.
21369         * flow.c: Likewise.
21370         * gcc.c: Likewise.
21371         * gcse.c: Likewise.
21372         * genattrtab.c: Likewise.
21373         * genautomata.c: Likewise.
21374         * gengtype.c: Likewise.
21375         * genrecog.c: Likewise.
21376         * global.c: Likewise.
21377         * gthr-rtems.h: Likewise.
21378
21379 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21380
21381         * i386.c (x86_function_profiler): Fix format specifier.
21382
21383 2003-01-17  Richard Henderson  <rth@redhat.com>
21384
21385         * gengtype.c (walk_type): Allow paramN_is.
21386
21387 2003-01-17  Nick Clifton  <nickc@redhat.com>
21388
21389         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21390
21391 2003-01-16  Richard Henderson  <rth@redhat.com>
21392
21393         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21394
21395 2003-01-16  Richard Henderson  <rth@redhat.com>
21396
21397         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21398         (alpha_next_sequence_number): Likewise.
21399         (alpha_this_literal_sequence_number): Likewise.
21400         (alpha_this_gpdisp_sequence_number): Likewise.
21401         (struct alpha_funcs, alpha_funcs_num): Likewise.
21402         (struct alpha_links): Fix branch merge error.
21403         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21404
21405 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
21406
21407         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
21408         R. Ghazi.
21409
21410 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
21411
21412         * ifcvt.c: Fix comment typos.
21413         * lcm.c: Likewise.
21414         * libgcc2.c: Likewise.
21415         * local-alloc.c: Likewise.
21416         * loop.c: Likewise.
21417         * predict.c: Likewise.
21418         * ra-build.c: Likewise.
21419         * ra.c: Likewise.
21420         * ra-colorize.c: Likewise.
21421         * ra.h: Likewise.
21422         * ra-rewrite.c: Likewise.
21423         * regmove.c: Likewise.
21424         * reload.h: Likewise.
21425         * rtlanal.c: Likewise.
21426         * toplev.c: Likewise.
21427         * tree.h: Likewise.
21428         * unwind-dw2-fde-glibc.c: Likewise.
21429         * vmsdbgout.c: Likewise.
21430
21431 2003-01-16  Richard Henderson  <rth@redhat.com>
21432
21433         * dwarf2out.c (struct file_table): Remove.
21434         (FILE_TABLE_INCREMENT): Remove.
21435         (file_table): Make a varray; mark for GC.  Update all users.
21436         (file_table_last_lookup_index): Extract from struct file_table.
21437         (output_file_names): Fix unsigned compare warnings.
21438         (add_name_attribute): Remove inline marker.
21439         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21440         (lookup_filename): Don't manage size of file_table.
21441         (init_file_table): Allocate file_table with GC.
21442         (dwarf2out_init): Don't record main_input_filename here.
21443         (dwarf2out_finish): Do it here instead.
21444
21445 2003-01-16  Bruce Korb  <bkorb@gnu.org>
21446
21447         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21448
21449 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
21450
21451         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21452         instead of rotldi3_mextr.
21453
21454 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
21455
21456         * haifa-sched.c (move_insn): Restore moving all schedule group.
21457         (set_priorities): Restore taking SCHED_GROUP_P into account.
21458
21459         * sched-deps.c (add_dependence): Restore processing the last group
21460         insn.
21461         (remove_dependence, group_leader): Restore the functions.
21462         (set_sched_group_p): Restore adding dependencies from previous insn
21463         in the group.
21464         (compute_forward_dependences): Restore usage of group_leader.
21465
21466         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21467         account.
21468
21469         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21470         account.
21471         (can_schedule_ready_p): Ditto.
21472         (add_branch_dependences): Restore skipping over the group insns.
21473
21474 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21475
21476         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21477         68HC12 pre/post inc/dec side effects.
21478
21479 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21480
21481         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21482
21483 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
21484
21485         * sh.md (mshflo_w_x): Fix description of operation.
21486
21487 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
21488
21489         * config/rs6000/rs6000.h: Mention Altivec registers in
21490         commentary.  Fix typo.
21491
21492 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
21493
21494         * config/rs6000/rs6000.md (movti_string): Remove clobber.
21495         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21496         generate PARALLEL with clobber for TARGET_POWER.
21497
21498 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21499
21500         * ra-colorize.c (colorize_one_web): Initialize variable.
21501         * regmove.c (fixup_match_1): Likewise.
21502         * reload1.c (reload_as_needed): Likewise.
21503         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21504
21505 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21506
21507         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21508
21509 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21510
21511         * dbxout.c (lastfile, cwd): Fix `unused' warning.
21512         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21513         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21514         is_main_source, file_table, decl_die_table_in_use,
21515         abbrev_die_table_in_use, line_info_table_in_use,
21516         separate_line_info_table_in_use, pubname_table_in_use,
21517         arange_table_in_use, ranges_table_in_use,
21518         current_function_has_inlines): Likewise.
21519         * flow.c (life_analysis): Likewise.
21520         * genemit.c (gen_insn): Likewise.
21521         * protoize.c (cplus_suffix): Likewise.
21522
21523         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21524         * arm.h (ROUND_UP_WORD): Likewise.
21525
21526         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21527         warning.
21528         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21529         init_emit_once): Likewise.
21530         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21531         Likewise.
21532         * function.c (assign_stack_temp_for_type): Likewise.
21533         * loop.c (loop_invariant_p): Likewise.
21534         * recog.c (push_operand): Likewise.
21535         * regclass.c (init_reg_sets_1): Likewise.
21536         * reload.c (update_auto_inc_notes): Likewise.
21537         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21538         * stmt.c (expand_asm_operands): Likewise.
21539         * stor-layout.c (start_record_layout): Likewise.
21540
21541 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21542
21543         * config/c4x/c4x.md (epilogue): Correct last patch.
21544
21545 2003-01-15  Richard Henderson  <rth@redhat.com>
21546
21547         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21548         also check that GP is being used.
21549         (alpha_find_lo_sum_using_gp): New.
21550         (alpha_does_function_need_gp): Use get_attr_usegp.
21551         * config/alpha/alpha-protos.h: Update.
21552         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
21553         as needed.
21554
21555 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21556
21557         * gcse.c (one_cprop_pass): Change function arguments to take both
21558         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21559         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21560         (bypass_jumps): New function to perform separate jump bypassing pass.
21561         * rtl.h (bypass_jumps): Add function prototype.
21562         * timevar.def (TV_BYPASS): New timing variable.
21563         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21564         (dump_file): New entry for the bypass RTL dump file.
21565         (rest_of_compilation): Insert new jump bypassing optimization
21566         pass after loop.
21567         * doc/passes.texi: Document new pass.
21568
21569 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21570
21571         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21572         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21573         * pa.h (TARGET_SOM_SDEF): Define.
21574         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21575
21576 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21577
21578         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21579         allocate 4-bytes of locals on 68HC11.
21580         (expand_epilogue): Likewise.
21581         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21582
21583 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21584
21585         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21586         and -mshort-double to the assembler to specify the ABI.
21587         (LINK_SPEC): Likewise.
21588         (CPP_SPEC): Pass HCS12 specific define.
21589         (MASK_M68S12): New define.
21590         (TARGET_M68S12): Likewise.
21591         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21592         (TARGET_VERSION): Update.
21593         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21594         (LINK_SPEC): Update.
21595         (ASM_SPEC): Update.
21596         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21597         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
21598
21599 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21600
21601         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
21602         the return code.
21603
21604 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21605
21606         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
21607         flag before setting it.
21608
21609 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21610
21611         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
21612         when loop condition is known true, i.e.  "while (1) { ... }".
21613         (genrtl_for_stmt): Similarly for "for" statements.
21614
21615 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21616
21617         * real.c (real_sqrt): Return a bool result indicating whether
21618         a floating point exception or trap should be raised.
21619         * real.h (real_sqrt): Update function prototype.
21620         * builtins.c (fold_builtin): Only fold non-trapping square
21621         roots unless we're ignoring errno and trapping math.
21622
21623 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
21624
21625         * expr.h (emit_conditional_add): Add PARAMS to declaration.
21626         * gengtype-lex.l (malloc, realloc): Move defines after include of
21627         system.h.  Remove duplicate include of system.h.
21628
21629 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21630
21631         PR middle-end/9009
21632         * optabs.c (expand_unop):  When manipulating the FP sign bit
21633         using integer operations, account for targets with different
21634         integer and FP word orders.
21635         (expand_abs): Likewise.
21636
21637 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
21638
21639         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
21640         file extension in section name.
21641
21642 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21643
21644         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
21645         constant offset.
21646
21647 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21648
21649         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
21650         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
21651         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
21652         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
21653
21654 2003-01-15  Jan Hubicka  <jh@suse.cz>
21655
21656         PR f/9258
21657         * global.c (struct allocno): Add no_stack_reg.
21658         (global_conflicts): Set no_stack_reg.
21659         (find_reg): Use it.
21660
21661         * convert.c (convert_to_real): Fold - and abs only when profitable.
21662         * fold-const.c (fold): Fold truncates in - and abs.
21663
21664 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21665
21666         Segher Boessenkool  <segher@koffie.nl>
21667
21668         * predict.c (real_inv_br_prob_base): New variable.
21669         (propagate_freq): Use multiply by reciprocal instead of
21670         division.  Don't divide by 1.0 at all.
21671         (estimate_bb_frequencies): Similar.
21672
21673 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21674
21675         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21676         * configure: Rebuilt.
21677
21678 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
21679
21680         * config/s390/s390.c (s390_safe_attr_type): New function.
21681         (s390_use_dfa_pipeline_interface): New function, return true for z900.
21682         (s390_issue_rate): New function.
21683         (s390_agen_dep_p): New function.
21684         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21685         (s390_adjust_cost): Return 'cost' if new DFA is used.
21686         (s390_adjust_priority): Delete function.
21687         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21688         * config/s390/s390.md (atype attribute): Attribute 'atype' default
21689         determined by 'op_type'.
21690         (type attribute): Added more type attributes.
21691         * config/s390/2064.md: New DFA description for z900 pipeline.
21692
21693 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21694
21695         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21696         forced to memory.  Fixes PR bootstrap/9036.
21697
21698         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21699         to set $gp before the call.
21700
21701 2003-01-14  Richard Henderson  <rth@redhat.com>
21702
21703         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21704         for force_const_mem.
21705
21706 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21707
21708         * genattr.c (main): Rearrange output to avoid prototype warning.
21709         * genautomata.c (transform_3): Fix ambiguous-else warning.
21710         * local-alloc.c (requires_inout): Add parentheses around
21711         assignment used as truth-value.
21712         * timevar.c: Move system includes above local includes.  Include
21713         toplev.h
21714         * Makefile.in (timevar.o): Depend on toplev.h.
21715
21716 2003-01-14  Denis Chertykov  <denisc@overta.ru>
21717
21718         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21719         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21720
21721         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21722         attributes.
21723         (TARGET_ATTRIBUTE_TABLE): New macro.
21724         (valid_machine_type_attribute): Remove.
21725         (valid_machine_decl_attribute): Remove.
21726         (ip2k_handle_progmem_attribute): New function.
21727         (ip2k_handle_fndecl_attribute): New function.
21728
21729 2003-01-10  Andrew Haley  <aph@redhat.com>
21730
21731         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21732         registers to be in correct order.  Add rip.
21733
21734 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
21735
21736         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21737         (*iorsi3_and_lshiftrt_9_sb): Likewise.
21738
21739 2003-01-14  Jan Hubicka  <jh@suse.cz>
21740
21741         * convert.c (strip_float_extensions):  Look for narrowest type handling
21742         FP constants.
21743
21744         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
21745         float1 CMP float2.
21746         * convert.c (strip_float_extensions): Make global.
21747         * tree.h (strip_float_extensions): Declare.
21748
21749 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21750
21751         * timevar.def: define TV_NAME_LOOKUP.
21752         * timevar.c (timevar_pop): Be verbose when aborting.
21753
21754 2003-01-13  Andreas Schwab  <schwab@suse.de>
21755
21756         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21757         $(parsedir), just move the temporary file at the end.
21758         ($(parsedir)/gengtype-yacc.c): Likewise.
21759
21760 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
21761
21762         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21763         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
21764         splitting.
21765         * configure: Rebuilt.
21766
21767 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21768
21769         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21770         internal_mcount): Don't use PARAMS.
21771         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21772         ISO C style.
21773         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21774
21775 2003-01-13  Andreas Schwab  <schwab@suse.de>
21776
21777         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21778         directive.
21779
21780 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
21781
21782         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21783         (*iorsi3_and_lshiftrt_n_sb): Likewise.
21784
21785 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
21786
21787         PR c++/9264
21788         * c-lex.c (c_lex): Set the token value to error_mark_node for
21789         invalid numeric constants.
21790
21791 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21792
21793         * c-pch.c (asm_file_startpos): Change to `long'.
21794         (pch_init): Use ftell, not ftello.
21795         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21796         Use `long' instead of `off_t'.
21797         (c_common_read_pch): Likewise.
21798         * ggc-common.c (gt_pch_save): Use long/ftell instead of
21799         off_t/ftello.
21800
21801 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
21802
21803         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21804
21805 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
21806
21807         * arm-protos.h (struct cpp_reader): Add declaration.
21808
21809 2003-01-11  Jan Hubicka  <jh@suse.cz>
21810
21811         PR target/9068
21812         * i386.c (output_fp_compare): Fix typo.
21813
21814 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
21815
21816         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21817
21818 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21819
21820         * Makefile.in (parsedir): New variable.
21821         (docobjdir): New variable.
21822         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21823         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21824         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21825         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21826         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21827         Use docobjdir.
21828         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21829         objc.maintainer-clean): Use parsedir.
21830
21831         * varasm.c (struct constant_descriptor_rtx): Remove unused
21832         `label' field.
21833
21834         * toplev.c (documented_lang_options): Document -Winvalid-pch.
21835
21836 2003-01-10  Richard Henderson  <rth@redhat.com>
21837
21838         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21839         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21840
21841 2003-01-10  Richard Henderson  <rth@redhat.com>
21842
21843         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21844         not INTEGRAL_MODE_P when widening extensions.
21845
21846 2003-01-10  Richard Henderson  <rth@redhat.com>
21847
21848         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21849
21850 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21851
21852         * ggc-page.c (ggc_collect): Avoid overflow computing
21853         min_expand.
21854
21855         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21856         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
21857         Remove calls.
21858         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21859
21860 2003-01-10  Jan Hubicka  <jh@suse.cz>
21861
21862         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21863         with weird operands.
21864
21865 2003-01-10  Dale Johannesen <dalej@apple.com>
21866
21867         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
21868         parameters.  Call check_sibcall_argument_overlap if indicated.
21869         (check_sibcall_argument_overlap):  Add mark_stored_args_map
21870         parameter.  Don't mark parameter area as clobbered if not set.
21871         (expand_call):  Adjust calls to above.
21872
21873 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21874
21875         * configure.in (linker read-only and read-write section mixing):
21876         Squelch some assembler warnings.
21877         * configure: Likewise.
21878
21879 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
21880
21881         * doc/invoke.texi: Document -mtune, delete -mcpu
21882         option for S/390 and zSeries.
21883         * config/s390/s390.c (s390_tune_string) New variable.
21884         (s390_cpu_string) Delete variable.
21885         (override_options): Use s390_tune_string instead of
21886         s390_cpu_string.
21887         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21888
21889 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
21890
21891         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21892
21893 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
21894
21895         * jump.c (next_nonnote_insn_in_loop): New function.
21896         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21897         next_nonnote_insn.
21898         (duplicate_loop_exit_test). Likewise.
21899
21900 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21901
21902         Merge from pch-branch:
21903
21904         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
21905
21906         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21907         load.
21908
21909         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
21910
21911         * cpplib.c (count_registered_pragmas): New function.
21912         (save_registered_pragmas): New function.
21913         (_cpp_save_pragma_names): New function.
21914         (restore_registered_pragmas): New function.
21915         (_cpp_restore_pragma_names): New function.
21916         * cpphash.h (_cpp_save_pragma_names): Prototype.
21917         (_cpp_restore_pragma_names): Likewise.
21918         * cpppch.c (struct save_macro_item): Split from save_macro_data.
21919         (struct save_macro_data): New field 'saved_pragmas'.
21920         (save_macros): Update for changes to struct save_macro_data.
21921         (cpp_prepare_state): Call _cpp_save_pragma_names, update
21922         for changes to struct save_macro_data.
21923         (cpp_read_state): Call _cpp_restore_pragma_names, update
21924         for changes to struct save_macro_data.
21925
21926         * cpppch.c (cpp_read_state): Restore the hashtable references
21927         in the cpp_reader.
21928
21929         * tree.h (built_in_decls): Mark for PCH.
21930
21931         * dbxout.c (lastfile): Don't mark for PCH.
21932
21933         * ggc.h: Document PCH calls into memory managers.
21934
21935         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
21936
21937         * doc/invoke.texi (Precompiled Headers): Document the
21938         directory form of PCH.
21939         * cppfiles.c (validate_pch): New function.
21940         (open_file_pch): Search suitably-named directories for PCH files.
21941
21942         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
21943
21944         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21945         reorder options.
21946         (Type Information): Mention that the information is also
21947         used to implement PCH.
21948         * doc/passes.texi (Passes): Improve documentation of
21949         language-specific files.
21950
21951         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
21952
21953         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21954         (struct walk_type_data): Add reorder_fn field.
21955         (walk_type): Process 'reorder' option.
21956         (write_types_process_field): Reorder parameters to gt_pch_note_object,
21957         call reorder_note_routine.
21958         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21959         (ggc_wtd): Update for change to struct write_types_data.
21960         (pch_wtd): Likewise.
21961         * ggc.h (gt_pch_note_object): Reorder parameters.
21962         (gt_handle_reorder): New definition.
21963         (gt_pch_note_reorder): New prototype.
21964         * ggc-common.c (struct ptr_data): Add reorder_fn.
21965         (gt_pch_note_object): Reorder parameters.
21966         (gt_pch_note_reorder): New.
21967         (gt_pch_save): Call reorder_fn.
21968         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21969
21970         * dbxout.c (cwd): Don't mark for PCH.
21971
21972         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
21973
21974         * gengtype.c (finish_root_table): Fix some warnings.
21975         (write_root): Handle TYPE_STRING.
21976         * ggc.h (gt_ggc_m_S): Add prototype.
21977         * stringpool.c (gt_ggc_m_S): New function.
21978
21979         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
21980
21981         * dwarf2out.c (dw2_string_counter): New.
21982         (AT_string_form): Use it.
21983         (same_dw_val_p): Update for removal of hashtable.h hash tables.
21984
21985         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
21986
21987         * dbxout.c: Include gt-dbxout.h.
21988         (lastfile): Mark for PCH/GGC.
21989         (cwd): Likewise.
21990         (struct typeinfo): Likewise.
21991         (typevec): Likewise.
21992         (typevec_len): Likewise.
21993         (next_type_number): Likewise.
21994         (struct dbx_file): Likewise.
21995         (current_file): Likewise.
21996         (next_file_number): Likewise.
21997         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21998         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21999         (dbxout_end_source_file): Don't free struct dbx_file.
22000         (dbxout_type): Use GGC to allocate typevec.
22001         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
22002         (GTFILES): Add dbxout.c.
22003         (gt-dbxout.h): New rule.
22004
22005         * Makefile.in (c-pch.o): Add debug.h as dependency.
22006         * c-pch.c: Include debug.h.
22007         (pch_init): Call start_source_file to keep nesting right.
22008         (c_common_read_pch): Add orig_name parameter.  Call
22009         start_source_file debug hook.  Call end_source_file debug hook.
22010         * c-common.h (c_common_read_pch): Update prototype.
22011         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
22012         callback.
22013         * cppfiles.c (struct include_file): Add new field `header_name'.
22014         (find_or_create_entry): Default it to `name'.
22015         (open_file_pch): Set it to the original header file searched for.
22016         (stack_include_file): Don't stack an empty buffer, just handle
22017         PCH files immediately.  Pass header_name field to read_pch callback.
22018
22019         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
22020
22021         * function.c (funcdef_no): Mark to be saved in a PCH.
22022
22023         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
22024
22025         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
22026
22027         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
22028
22029         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
22030
22031         * optabs.h (code_to_optab): Add GTY marker.
22032
22033         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
22034
22035         * Makefile.in (GTFILES): Add cpplib.h.
22036         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
22037         * c-decl.c (build_compound_literal): Don't use var_labelno.
22038         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
22039         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
22040         * varasm.c (const_labelno): Use gengtype to mark.
22041         (var_labelno): Likewise.
22042         (in_section): Likewise.
22043         (in_named_name): Likewise.
22044         (struct in_named_entry): Likewise.
22045         (in_named_htab): Likewise.
22046         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
22047         (init_varasm_once): Use GGC to allocate in_named_htab.
22048         * config/darwin.c (current_pic_label_num): Mark for PCH.
22049
22050         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
22051
22052         * ggc-simple.c (init_ggc_pch): New stub procedure.
22053         (ggc_pch_count_object): Likewise.
22054         (ggc_pch_total_size): Likewise.
22055         (ggc_pch_this_base): Likewise.
22056         (ggc_pch_alloc_object): Likewise.
22057         (ggc_pch_prepare_write): Likewise.
22058         (ggc_pch_write_object): Likewise
22059         (ggc_pch_finish): Likewise.
22060         (ggc_pch_read): Likewise.
22061
22062         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
22063
22064         * c-pch.c (c_common_write_pch): Write the macro definitions after
22065         the GCed data.
22066         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
22067         definitions after the GCed data.
22068         * cpplib.c (save_macros): New.
22069         (reset_ht): New.
22070         (cpp_write_pch_deps): Split out of cpp_write_pch.
22071         (cpp_write_pch_state): Split out of cpp_write_pch.
22072         (cpp_write_pch): Delete.
22073         (struct save_macro_data): Delete.
22074         (cpp_prepare_state): New.
22075         (cpp_read_state): Erase and restore initial macro definitions.
22076         * cpplib.h (struct save_macro_data): Forward-declare.
22077         (cpp_write_pch_deps): Prototype.
22078         (cpp_write_pch_state): Prototype.
22079         (cpp_write_pch): Delete prototype.
22080         (cpp_prepare_state): Prototype.
22081         (cpp_read_state): Add fourth argument.
22082
22083         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
22084
22085         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
22086         (write_array): Remove warning.
22087
22088         * gengtype.c (contains_scalar_p): New.
22089         (finish_root_table): Add the table to all languages, even if it's
22090         empty.
22091         (write_roots): Output gt_pch_scalar_rtab.
22092         * ggc-common.c (gt_pch_save): Write out scalars.
22093         (gt_pch_restore): Read scalars back.
22094
22095         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
22096         (struct page_entry): Delete pch_page field.
22097         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
22098         (clear_marks): Likewise.
22099         (sweep_pages): Likewise.
22100         (poison_pages): Likewise.
22101         (ggc_print_statistics): Likewise.
22102         (ggc_pch_read): Don't free objects read from a PCH.
22103         Properly set up in_use_p and page_tails.
22104
22105         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
22106
22107         * gengtype.c (struct write_types_data): New.
22108         (struct walk_type_data): Make `cookie' const; add extra
22109         prev_val item; add `orig_s' field.
22110         (walk_type): Update prev_val[3].
22111         (write_types_process_field): New.
22112         (write_func_for_structure): Take write_types_data structure.
22113         (write_types): New.
22114         (ggc_wtd): New.
22115         (pch_wtd): New.
22116         (write_types_local_process_field): New.
22117         (gc_mark_process_field): Delete.
22118         (write_local_func_for_structure): New.
22119         (gc_mark_func_name): Delete.
22120         (write_gc_types): Delete.
22121         (write_local): New.
22122         (finish_root_table): Don't include 'ggc_' in PFX.
22123         (write_root): Rename from write_root.  Fill pchw field of structures.
22124         (write_array): New.
22125         (write_roots): Rename from write_gc_roots.  Split out to write_array.
22126         Update to changes to other routines.  Write gt_pch_cache_rtab table.
22127         (main): Write PCH walking routines.
22128         * ggc-common.c: Include toplev.h, sys/mman.h.
22129         (ggc_mark_roots): For cache hashtables, also mark the hash table
22130         and the array of entries.
22131         (saving_htab): New.
22132         (struct ptr_data): New.
22133         (POINTER_HASH): New.
22134         (gt_pch_note_object): New.
22135         (saving_htab_hash): New.
22136         (saving_htab_eq): New.
22137         (struct traversal_state): New.
22138         (call_count): New.
22139         (call_alloc): New.
22140         (compare_ptr_data): New.
22141         (relocate_ptrs): New.
22142         (write_pch_globals): New.
22143         (struct mmap_info): New.
22144         (gt_pch_save): New.
22145         (gt_pch_restore): New.
22146         * ggc-page.c (ROUND_UP_VALUE): New.
22147         (ROUND_UP): New.
22148         (struct page_entry): Add field `pch_page'.
22149         (init_ggc): Use ROUND_UP.
22150         (struct ggc_pch_data): Declare.
22151         (init_ggc_pch): New.
22152         (ggc_pch_count_object): New.
22153         (ggc_pch_total_size): New.
22154         (ggc_pch_this_base): New.
22155         (ggc_pch_alloc_object): New.
22156         (ggc_pch_prepare_write): New.
22157         (ggc_pch_write_object): New.
22158         (ggc_pch_finish): New.
22159         (ggc_pch_read): New.
22160         * ggc.h (gt_pointer_operator): New.
22161         (gt_note_pointers): New.
22162         (gt_pch_note_object): New prototype.
22163         (gt_pointer_walker): New.
22164         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
22165         (LAST_GGC_ROOT_TAB): Update.
22166         (gt_pch_cache_rtab): Declare.
22167         (gt_pch_scalar_rtab): Declare.
22168         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
22169         (LAST_GGC_CACHE_TAB): Update.
22170         (gt_pch_save_stringpool): Declare.
22171         (gt_pch_restore_stringpool): Declare.
22172         (gt_pch_p_S): Declare.
22173         (gt_pch_n_S): Declare.
22174         (struct ggc_pch_data): Forward-declare.
22175         (init_ggc_pch): Declare.
22176         (ggc_pch_count_object): Declare.
22177         (ggc_pch_total_size): Declare.
22178         (ggc_pch_this_base): Declare.
22179         (ggc_pch_alloc_object): Declare.
22180         (ggc_pch_prepare_write): Declare.
22181         (ggc_pch_write_object): Declare.
22182         (ggc_pch_finish): Declare.
22183         (ggc_pch_read): Declare.
22184         (gt_pch_save): Declare.
22185         (gt_pch_restore): Declare.
22186         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22187         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22188         const_double_htab, mem_attrs_htab using GGC.
22189         * c-pch.c: Include ggc.h.
22190         (pch_init): Allow reading PCH file back.
22191         (c_common_write_pch): Call gt_pch_save.
22192         (c_common_read_pch): Call gt_pch_restore.
22193         * c-parse.in (init_reswords): Delete now-untrue comment.
22194         Allocate ridpointers using GGC.
22195         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22196         calling expand_deferred_fns.
22197         * c-common.h (ridpointers): Mark for GTY machinery.
22198         * Makefile.in (stringpool.o): Update dependencies.
22199         (c-pch.o): Update dependencies.
22200         (ggc-common.o): Update dependencies.
22201         * stringpool.c: Include gt-stringpool.h.
22202         (gt_pch_p_S): New.
22203         (gt_pch_n_S): New.
22204         (struct string_pool_data): New.
22205         (spd): New.
22206         (gt_pch_save_stringpool): New.
22207         (gt_pch_restore_stringpool): New.
22208         * tree.c (init_ttree): Make type_hash_table allocated using GC.
22209
22210         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
22211
22212         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22213         (output_mangled_typename): Don't pass size_t to printf.
22214
22215         * tree.h (union tree_type_symtab): Add tag to `address' field.
22216         (union tree_decl_u2): Add tag to 'i' field.
22217         * varasm.c (union rtx_const_un): Add tags to all fields.
22218         * gengtype.c (struct walk_type_data): New.
22219         (output_escaped_param): Take struct walk_type_data parameter.
22220         (write_gc_structure_fields): Delete.
22221         (walk_type): New.
22222         (write_gc_marker_routine_for_structure): Delete.
22223         (write_func_for_structure): New.
22224         (gc_mark_process_field): New.
22225         (gc_mark_func_name): New.
22226         (gc_counter): Delete.
22227         (write_gc_types): Use write_func_for_structure.
22228         (write_gc_roots): Use walk_type.
22229
22230         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
22231
22232         * ggc-common.c (ggc_mark_roots): Delete 'x'.
22233         (ggc_splay_dont_free): Fix warning about unused 'x'.
22234         (ggc_print_common_statistics): Remove warnings.
22235
22236         2002-10-01  Mike Stump  <mrs@apple.com>
22237
22238         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22239         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22240
22241         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
22242             Catherine Moore  <clm@redhat.com>
22243
22244         * Makefile (c-pch.o): Update dependencies.
22245         (LIBCPP_OBJS): Add cpppch.o.
22246         (cpppch.o): New.
22247         * c-common.c (c_common_init): Don't call pch_init here.
22248         * c-common.h (c_common_read_pch): Update prototype.
22249         * c-lex.c (c_common_parse_file): Call pch_init here.
22250         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22251         (c_common_decode_option): Handle them.
22252         * c-pch.c: Include c-pragma.h.
22253         (save_asm_offset): Delete.
22254         (pch_init): Move contents of save_asm_offset into here, call
22255         cpp_save_state.
22256         (c_common_write_pch): Call cpp_write_pch.
22257         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
22258         cpp_valid_state.
22259         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
22260         * cppfiles.c (stack_include_file): Update for change to
22261         parameters of cb.read_pch.
22262         * cpphash.h (struct cpp_reader): Add `savedstate' field.
22263         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22264         `restore_pch_deps' fields.
22265         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22266         (cpp_save_state): Prototype.
22267         (cpp_write_pch): Prototype.
22268         (cpp_valid_state): Prototype.
22269         (cpp_read_state): Prototype.
22270         * cpppch.c: New file.
22271         * flags.h (version_flag): Remove prototype.
22272         * mkdeps.c (deps_save): New.
22273         (deps_restore): New.
22274         * mkdeps.h (deps_save): Prototype.
22275         (deps_restore): Prototype.
22276         * toplev.c (late_init_hook): Delete.
22277         (version_flag): Make static again.
22278         (compile_file): Don't call late_init_hook.
22279         * toplev.h (late_init_hook): Delete.
22280         * doc/cppopts.texi: Document -fpch-deps.
22281         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22282
22283         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
22284
22285         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22286         callers.
22287         (c_common_valid_pch): Rename from c_valid_pch, change callers.
22288         (c_common_read_pch): Rename from c_read_pch, change callers.
22289
22290         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22291         a space between it and its argument.
22292
22293         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
22294
22295         * c-pch.c: New file.
22296         * toplev.h (late_init_hook): Declare.
22297         * toplev.c (late_init_hook): Define.
22298         (version_flag): Make globally visible.
22299         (compile_file): Call late_init_hook.
22300         (init_asm_output): Make output file seekable.
22301         * gcc.c (default_compilers): Update c-header rule.
22302         * flags.h (version_flag): Declare.
22303         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22304         fields.
22305         * cppfiles.c (struct include_file): Add 'pch' field.
22306         (INCLUDE_PCH_P): New.
22307         (open_file_pch): New.
22308         (stack_include_file): Handle PCH files specially.
22309         (find_include_file): Call open_file_pch instead of open_file.
22310         (_cpp_read_file): Explain why open_file is used instead of
22311         open_file_pch.
22312         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22313         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22314         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22315         in cpplib callbacks.
22316         * c-common.c (pch_file): Correct comment.
22317         (allow_pch): Define.
22318         (c_common_init): Call pch_init.
22319         * c-common.h (allow_pch): Declare.
22320         (pch_init): Declare.
22321         (c_valid_pch): Declare.
22322         (c_read_pch): Declare.
22323         (c_write_pch): Declare.
22324         * Makefile.in (c-pch.o): New.
22325         (C_AND_OBJC_OBJS): Add c-pch.o.
22326         * doc/invoke.texi (Precompiled Headers): Add index entries,
22327         complete truncated paragraph.
22328
22329         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
22330
22331         * c-common.c: (pch_file): Define.
22332         * c-common.h (pch_file): Declare.
22333         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22334         (missing_arg): Require --output-pch= to have an argument.
22335         (c_common_decode_option): Handle --output-pch=.
22336         * gcc.c: Document new %V.
22337         (default_compilers): Handle compiling C header files.
22338         (do_spec_1): Implement %V.
22339         (main): Handle "gcc foo.h" without trying to run linker.
22340         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22341         (Overall Options): Document what the driver does with header files,
22342         document new -x option possibilities.
22343         (Invoking G++): More documentation for PCH.
22344         (Precompiled Headers): New.
22345
22346         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
22347
22348         * ggc.h: Don't include varray.h.  Rearrange functions to be more
22349         organized.
22350         (ggc_add_root): Delete.
22351         (ggc_mark_rtx): Delete.
22352         (ggc_mark_tree): Delete.
22353         (struct ggc_statistics): Remove contents.
22354         * ggc-common.c: Remove unneeded includes.
22355         (struct ggc_root): Delete.
22356         (roots): Delete.
22357         (ggc_add_root): Delete.
22358         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
22359         (ggc_print_common_statistics): Remove most of the contents.
22360         * Makefile.in (GGC_H): No longer uses varray.h.
22361         (ggc-common.o): Update dependencies.
22362         (c-parse.o): Add varray.h to dependencies.
22363         (c-common.o): Add varray.h.
22364         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22365         (mark_ident_hash): Rename to ggc_mark_stringpool.
22366         (init_stringpool): Don't use ggc_add_root.
22367         * c-parse.in: Include varray.h.
22368         * c-common.c: Include varray.h.
22369         * objc/Make-lang.in (objc-act.o): Add varray.h.
22370         * objc/objc-act.c: Include varray.h.
22371
22372         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
22373
22374         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22375         (dw_cfi_oprnd1_desc): Likewise.
22376
22377         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
22378
22379         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22380         move out of ifdef.
22381         (alpha_links): Use gengtype to mark; move out of ifdef.
22382         (mark_alpha_links_node): Delete.
22383         (mark_alpha_links): Delete.
22384         (alpha_need_linkage): Use GGC to allocate splay tree, struct
22385         alpha_links, strings.  Don't use ggc_add_root.
22386         * ggc-common.c (ggc_splay_alloc): New.
22387         (ggc_splay_dont_free): New.
22388         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22389         (ggc_mark_tree): Likewise.
22390         (splay_tree_new_ggc): New.
22391         (ggc_splay_alloc): Declare.
22392         (ggc_splay_dont_free): Declare.
22393         * dwarf2asm.c: Include gt-dwarf2asm.h.
22394         (mark_indirect_pool_entry): Delete.
22395         (mark_indirect_pool): Delete.
22396         (indirect_pool): Use gengtype to mark.
22397         (dw2_force_const_mem): Don't use ggc_add_root.
22398         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22399         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22400         (gt-dwarf2asm.h): Depend on s-gtype.
22401
22402         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
22403
22404         * tree.h (union tree_type_symtab): Mark `die' field.
22405         * Makefile.in (dwarf2out.o): Update dependencies.
22406         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
22407         hash tables.
22408         (dw_cfi_oprnd1_desc): New function.
22409         (dw_cfi_oprnd2_desc): New function.
22410         (indirect_string_alloc): Delete.
22411         (debug_str_do_hash): New function.
22412         (debug_str_eq): New function.
22413         (mark_limbo_die_list): Delete.
22414         (dwarf2out_init): Don't call ggc_add_root.
22415
22416 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
22417
22418         The following changes are merged from itanium-sched-branch:
22419
22420         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22421
22422         * doc/md.texi: Clarify assignment of units to automata description.
22423
22424         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
22425
22426         * genautomata.c (unit_decl): Remove members
22427         `the_same_automaton_unit' and
22428         `the_same_automaton_message_reported_p'.
22429         (process_unit_to_form_the_same_automaton_unit_lists,
22430         form_the_same_automaton_unit_lists_from_regexp,
22431         form_the_same_automaton_unit_lists, the_same_automaton_lists):
22432         Remove them.
22433         (annotation_message_reported_p): New global variable.
22434         (check_unit_distribution_in_reserv,
22435         check_regexp_units_distribution): New functions.
22436         (check_unit_distributions_to_automata): Rewrite it.
22437
22438         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
22439
22440         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22441         Use continue instead of break if cycle is too big.
22442
22443         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
22444
22445         * genautomata.c (check_unit_distributions_to_automata): Output at
22446         most one message for a unit.
22447         (process_unit_to_form_the_same_automaton_unit_lists): Check
22448         automaton of units instead of units themself.
22449
22450         * doc/md.texi: Describe the constraint about assigning unit to
22451         automata.
22452
22453         2002-12-20  Jan Hubicka  <jH@suse.cz>
22454                     Vladimir Makarov  <vmakarov@redhat.com>
22455
22456         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22457         and `in_set_p'.
22458         (gen_cpu_unit): Initialize the new members.
22459         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
22460         up `min_occ_cycle_num'.
22461         (evaluate_max_reserv_cycles): Change the function call.
22462         (CLEAR_BIT): New macro.
22463         (states_union, state_shift): Use the mask.
22464         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22465         (form_reservs_matter): New function.
22466         (make_automaton): Call the function and use the mask.
22467         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22468         account.
22469
22470         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22471
22472         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22473
22474         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22475
22476         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22477         for Itanium.
22478
22479         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22480
22481         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22482         default cpu.
22483
22484         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22485                 2002-10-31  Dale Johannesen <dalej@apple.com>
22486
22487         * haifa-sched.c (find_set_reg_weight): New function.
22488         (find_insn_reg_weight): Use the new function.
22489         (schedule_block): Do sorting ready queue always
22490         after insn issue.
22491
22492         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
22493
22494         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22495
22496         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
22497
22498         * haifa-sched.c (choice_entry): New structure.
22499         (choice_stack, cycle_issued_insns): New variables.
22500         (max_issue): Rewrite it.
22501         (choose_ready): Set up ready_try for unknown insns too.
22502         (schedule_block): Allocate and free choice_stack.  Set up
22503         and modify cycle_issued_insns.
22504
22505         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22506         with and without filling the bundle.
22507         (bundling): Combine calls of issue_nops_and_insn.
22508
22509         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
22510
22511         * config/ia64/itanium1.md: New file.
22512
22513         * config/ia64/itanium2.md: New file.
22514
22515         * config/ia64/ia64.md: Move DFA descriptions into the new files.
22516         Remove the old pipeline description.
22517
22518         * config/ia64/ia64.c (ia64_override_options): Add aliases of
22519         itanium processor names.
22520
22521         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
22522
22523         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22524         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
22525
22526         * config/ia64/ia64.md: Add descriptions for Itanium2.
22527
22528         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22529
22530         * config/ia64/ia64.h (processor_type): New enumeration.
22531         (ia64_tune, ia64_tune_string): New external declarations.
22532         (TARGET_OPTIONS): Add option `tune='.
22533
22534         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22535         variables.
22536         (ia64_override_options): Set up `ia64_tune'.
22537         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22538         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22539         (bundling): Add nops for MM-insns only for Itanium.
22540         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22541         Itanium.
22542
22543         * config/ia64/ia64.md (cpu): New attribute.
22544         (DFA description): Enable it only for Itanium.
22545
22546         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22547                     Richard Henderson  <rth@redhat.com>
22548
22549         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22550         MASK_EARLY_STOP_BITS.
22551         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22552         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22553         `early-stop-bits'.
22554
22555         * config/ia64/ia64.c (ia64_dfa_new_cycle,
22556         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22557         instead of TARGET_TUNE_STOP_BITS.
22558
22559         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22560         `-mearly-stop-bits'.
22561
22562         * config/ia64/ia64.c (automata_option "v"): Comment it.
22563
22564         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
22565
22566         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22567         New macros.
22568         (TARGET_SWITCHES): Add entries for the new option.
22569
22570         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22571         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22572         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22573         global variables.
22574         (ia64_sched_reorder2): Set up `clocks'.
22575         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22576         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
22577         queue when TARGET_TUNE_STOP_BITS.
22578         (bundling): Insert additional nops for MM-insns.
22579         (final_emit_insn_group_barriers): Add insertion of stop bits
22580         according `stops_p'.
22581         (ia64_reorg): Initiate the new varibales.
22582
22583         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22584
22585         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
22586
22587         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22588         insns at the end of block insn scheduling.
22589
22590         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
22591
22592         * sched-deps.c (remove_dependence, group_leader): Remove it.
22593         (add_dependence): Add dependence to group leader to.
22594         (set_sched_group_p): Add dependence to the first insn of the
22595         schedule group too.
22596         (sched_analyze_insn): Make dependence to jump as anti-dependence.
22597         Change true dependence by anti-dependence when
22598         `reg_pending_barrier'.
22599
22600         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
22601         add_branch_dependences): Ignore schedule groups.
22602
22603         * sched-ebb.c (init_ready_list): Ditto.
22604
22605         * (move_insn, set_priorities): Ditto.
22606
22607         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
22608         flag is clear after reload.
22609         (adjust_cost): Change cost only for output dependencies.
22610
22611         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
22612
22613         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
22614
22615         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
22616
22617         * target.h (gcc_target): Add member
22618         `dependencies_evaluation_hook'.
22619
22620         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
22621         macro.
22622         (TARGET_SCHED): Add initiatialization of the new member.
22623
22624         * sched-ebb.c: Include `target.h'.
22625         (schedule_ebb): Call `dependencies_evaluation_hook'.
22626
22627         * sched-rgn.c (schedule_region): Call
22628         `dependencies_evaluation_hook'.
22629
22630         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22631         New macro.
22632         (ia64_dependencies_evaluation_hook): New function.
22633
22634         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22635         Describe the new hook.
22636
22637         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
22638
22639         * target.h (gcc_target): Add members
22640         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
22641
22642         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
22643         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
22644         macros.
22645         (TARGET_SCHED): Add initiatialization of the new members.
22646
22647         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
22648         insn scheduling too.
22649         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
22650         initialize `ready_try'.
22651         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
22652         `dfa_new_cycle' says not to do it.
22653
22654         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
22655         bundling.
22656
22657         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
22658
22659         * config/ia64/ia64.c: Include `hashtab.h'.
22660         (ia64_first_cycle_multipass_dfa_lookahead_guard,
22661         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22662         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22663         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22664         bundle_state_eq_p, insert_bundle_state,
22665         initiate_bundle_state_table, finish_bundle_state_table,
22666         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22667         get_template, get_next_important_insn, bundling): New functions.
22668         (ia64_internal_sched_reorder): Remove it.
22669         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22670         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22671         (ia64_safe_itanium_requires_unit0): Remove it.
22672         (group_barrier_needed_p): Place group barrier right before a real
22673         insn.
22674         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22675         Remove them.
22676         (bundle_name): New variable.
22677         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22678         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22679         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22680         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22681         temp_dfa_state, prev_cycle_state): New global variables.
22682         (insn_matches_slot, maybe_rotate, finish_last_head,
22683         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22684         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22685         find_best_packet, itanium_reorder, dump_current_packet,
22686         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22687         (sched_data, sched_ready, sched_types): Remove them.
22688         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22689         `init_insn_group_barriers'.
22690         (ia64_sched_reorder, ia64_sched_reorder2): Call
22691         ia64_dfa_sched_reorder.
22692         (ia64_variable_issue): Rewrite it.
22693         (bundle_state): New structure.
22694         (index_to_bundle_states, bundle_states_num,
22695         allocated_bundle_states_chain, free_bundle_state_chain): New
22696         global variables.
22697         (ia64_sched_finish): Add stop bits and call `bundling' after the
22698         2nd insn scheduling.
22699         (ia64_use_dfa_pipeline_interface): Return zero always.
22700         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22701         insn scheduling.
22702         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22703         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22704         (ia64_reorg): Add bundling insns.
22705
22706         * doc/tm.texi
22707         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22708         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22709
22710         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
22711
22712         * config/ia64/ia64.md: Add Itanium1 DFA description.
22713         (itanium_class): Add `nop' and `pre_cycle'.  Add
22714         define_function_unit for `nop'.
22715         (nop): Change attribute `itanium_class'.
22716         (pre_cycle): New define_insn.
22717
22718         * config/ia64/ia64-protos.h (bundling_p): New external variable.
22719         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22720         ia64_produce_address_p): New function prototypes.
22721
22722         * config/ia64/ia64.c (bundling_p): New global variable.
22723         (ia64_use_dfa_pipeline_interface,
22724         ia64_first_cycle_multipass_dfa_lookahead,
22725         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22726         functions.
22727         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22728         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22729         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22730         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22731         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22732         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22733         (dfa_pre_cycle_insn): New variable.
22734
22735         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22736
22737         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22738         constructions.
22739
22740         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22741         New function prototypes.
22742
22743         * genattrtab.c (main): Process the new constructions.
22744
22745         * genautomata.c (gen_presence_absence_set,
22746         process_presence_absence_names, process_presence_absence_patterns,
22747         add_presence_absence, check_absence_pattern_sets): Add parameter
22748         `final_p'.
22749         (unit_decl): Add new members `final_presence_list' and
22750         `final_absence_list'.
22751         (unit_pattern_rel_decl): Add new member `final_p'.
22752         (gen_final_presence_set, gen_final_absence_set): New functions.
22753         (process_decls): Use member `final_p'.
22754         (temp_reserv): New global variable.
22755         (reserv_sets_are_intersected): Add processing `final_presence_set'
22756         and `final_absence_set'.
22757         (initiate_states): Allocate `temp_reserv'.
22758         (unit_final_presence_set_table, unit_final_absence_set_table): New
22759         gloabal variables.
22760         (initiate_presence_absence_pattern_sets): Initiate them.
22761         (NDFA_to_DFA): Fix typo.
22762         (output_description): Output `final_presence_set' and
22763         `final_absence_set'.
22764
22765         * doc/md.texi (final_presence_set, final_absence_set): Describe
22766         them.
22767
22768         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22769
22770         * genautomata.c (transform_3): Process a missing case (nothing on
22771         unit place).
22772
22773         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22774
22775         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22776         comments about queried units and the minimization.
22777
22778         * doc/md.texi: Ditto.
22779
22780         * genautomata.c (create_composed_state): Return nonzero if the new
22781         state has been created.
22782         (first_cycle_unit_presence): New function.
22783         (state_is_differed): Add new parameter.  Use the new function.
22784         Take queried units into account.
22785         (partition_equiv_class): Pass additional parameter to
22786         `state_is_differed'.
22787         (merge_states): Process composed states too.
22788         (build_automaton, create_automata, output_min_issue_delay_table,
22789         output_tables, output_statistics): Output more information.
22790         (output_reserved_units_table): Use function
22791         `first_cycle_unit_presence'.
22792         (output_tables): Output table of queried units even if the
22793         minimization is switched on.
22794         (write_automata): Output code for querying units even if the
22795         minimization is switched on.
22796
22797         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
22798
22799         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22800         syntax of the constructions.
22801
22802         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22803         extended syntax of the constructions.
22804
22805         * genautomata.c (unit_rel_decl): Rename it to
22806         `unit_pattern_rel_decl'.
22807         (pattern_set_el, pattern_reserv): New structures.
22808         (pattern_set_el_t, pattern_reserv_t): New types.
22809         (gen_presence_absence_set): New function.
22810         (process_presence_absence): Remove it.
22811         (process_presence_absence_names,
22812         process_presence_absence_patterns): New functions.
22813         (get_presence_absence_set): Remove it.
22814         (initiate_presence_absence_sets): Rename it on
22815         `initiate_presence_absence_pattern_sets'.  Use new function
22816         `form_reserv_sets_list'.
22817         (form_reserv_sets_list, check_presence_pattern_sets,
22818         check_absence_pattern_sets, output_pattern_set_el_list): New
22819         functions.
22820         (unit_decl): Change types of members `presence_list' and
22821         `absence_list'.
22822         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22823         (decl): Change types of members `excl', `presence', and `absence'.
22824         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
22825         at the end of the vector.
22826         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22827         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22828         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22829         (gen_presence_set, gen_absence_set): Use new function
22830         `gen_presence_absence_set'.
22831         (add_presence_absence): Process `pattern_list' instead of
22832         `source_list'.
22833         (process_decls): USe new functions
22834         `process_presence_absence_names' and
22835         `process_presence_absence_patterns'.
22836         (reserv_sets_are_intersected): Use new function
22837         `check_presence_pattern_sets'.
22838         (presence_set, absence_set): Remove them.
22839         (unit_presence_set_table, unit_absence_set_table): New global
22840         variables.
22841         (output_description): Use new function
22842         `output_pattern_set_el_list'.
22843         (generate): Use `initiate_presence_absence_pattern_sets'.
22844
22845         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
22846
22847         * genattr.c (main): Add output of prototype of new interface
22848         function `dfa_clean_insn_cache'.
22849
22850         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22851         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22852         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22853         the generated code.
22854         (write_automata): Call the new function.
22855
22856 2003-01-09  Jan Hubicka  <jh@suse.cz>
22857
22858         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22859         correctly.
22860
22861 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
22862
22863         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22864
22865 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
22866
22867         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22868         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22869         (CONSTRAINT_LEN): Provide default definition.
22870         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22871         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22872         (EXTRA_CONSTRAINT_STR): Likewise.
22873         (REG_CLASS_FROM_CONSTRAINT): Define.
22874         * genoutput.c (check_constraint_len, constraint_len): New functions.
22875         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22876         constraint / modifier.
22877         (gen_insn): Call check_constraint_len.
22878         * local-alloc.c (block_alloc): Update to use new macros / pass
22879         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22880         * ra-build.c (handle_asm_insn): Likewise.
22881         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22882         (constrain_operands, peep2_find_free_register): Likewise.
22883         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22884         * regmove.c (find_matches): Likewise.
22885         * reload.c (push_secondary_reload, find_reloads): Likewise.
22886         (alternative_allows_memconst): Likewise.
22887         * reload1.c (maybe_fix_stack_asms): Likewise.
22888         (reload_cse_simplify_operands): Likewise.
22889         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22890         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22891         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22892         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22893         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22894         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22895
22896         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22897
22898 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22899
22900         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22901         length.
22902         (*extzv_1_r_h8300hs): Likewise.
22903         (*extzv_1_r_inv_h8300): Likewise.
22904         (*extzv_1_r_inv_h8300hs): Likewise.
22905
22906 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22907
22908         * config/h8300/h8300.h (PREDICATE_CODES): New.
22909
22910 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22911
22912         * config/h8300/h8300.md (*addsi3_upper): New.
22913         (*iorsi3_shift): Likewise.
22914         (two splitters): Likewise.
22915         (*addsi3_shift): Likewise.
22916         (two splitters): Likewise.
22917
22918 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
22919
22920         * Makefile.in (optabs.o): Add dependency on basic-block.h.
22921         * basic-block.h (control_flow_insn_p): Fuction was exported.
22922         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22923         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22924         notes only when the region is contained in a single basic block.
22925
22926 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22927
22928         PR inline-asm/8832
22929         * tree.h (expand_asm): New prototype.
22930         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22931         to do so.
22932         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22933         down to expand_asm.
22934         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22935         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22936         (volatile_refs_p) [ASM_INPUT]: Likewise.
22937         (side_effects_p) [ASM_INPUT]: Likewise.
22938
22939 2003-01-09  Jan Hubicka  <jh@suse.cz>
22940
22941         * i386.md (*mul*): FIx constraints; remove confused comment; fix
22942         athlon_decode attributes
22943         (imul/k8 optimization peep2s): New.
22944
22945         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22946         * i386.md (type attribute): Add ssecomi.
22947         (unit, memory, prefix attributes): Handle ssecomi.
22948         (cvt?2? patterns): Fix athlon_decode attribute
22949         (comi patterns): Set attribute to ssecomi.
22950
22951         PR target/8343
22952         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22953
22954 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
22955
22956         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22957         that match register_operands.
22958         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22959         register_operand the default case.
22960
22961 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22962
22963         PR c/8032
22964         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22965         an empty element, do not advance the pointer to unfilled
22966         fields if there are pending initializers.
22967
22968 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
22969
22970         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22971         (install-gcc-tooldir, install-cpp, installdirs,
22972         install-common, install-driver, install-info, install-man,
22973         install-headers, install-include-dir, install-headers-tar,
22974         install-headers-cpio, install-headers-cp, install-mkheaders,
22975         install-collect2, uninstall): Prepend $(DESTDIR) to
22976         destination paths in all (un)installation commands.
22977         (install-driver): Rewrite $(LN) commands to support DESTDIR
22978         with "ln" as well as with "ln -s".
22979         (installdirs): Simply use mkinstalldirs.
22980         (install-libgcc, install-multilib): Also pass DESTDIR.
22981         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22982         installation destination variable ldir.
22983         * config/alpha/t-osf4, config/arm/t-netbsd,
22984         config/ia64/t-hpux, config/mips/t-iris5-6,
22985         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22986         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22987         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22988         in the definition of SHLIB_INSTALL.
22989         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22990         $(libsubdir) in the installation commands.
22991
22992 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22993
22994         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22995         non-optimizing compile.
22996         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22997         compile.
22998
22999 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
23000
23001         * config/i386/i386.c (ix86_attribute_table): Add new attributes
23002         ms_struct and gcc_struct.
23003         (ix86_handle_struct_attribute): New function.
23004         (ix86_ms_bitfield_layout_p): Update to take new attributes
23005         into account.
23006         * doc/extend.texi: Document new attributes.
23007         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
23008
23009 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
23010
23011         PR optimization/8750
23012         * config/i386/i386.c (ix86_expand_prologue): Don't allow
23013         scheduling pass to move insns across __alloca call.
23014
23015 2003-01-08  Dale Johannesen  <dalej@apple.com>
23016
23017         * config/rs6000/rs6000.md:  Replace *store_multiple_string
23018         with *stmsi[3-8].
23019
23020 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
23021
23022         PR target/9210
23023         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
23024         Set SYMBOL_REF_FLAG on local data sym_ref.
23025
23026 2003-01-08  Dale Johannesen  <dalej@apple.com>
23027
23028         * function.c (assign_parms):  Don't set pretend_args_size if
23029           REG_PARM_STACK_SPACE.
23030           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
23031           pretend_args_size.
23032
23033 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
23034
23035         * gcc.hlp: Delete.
23036
23037 2003-01-09  Jan Hubicka  <jh@suse.cz>
23038
23039         * i386.c  (ix86_expand_int_addcc): Fix thinko.
23040
23041 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
23042
23043         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
23044         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
23045         as hook_bool_tree_hwi_hwi_tree_true.
23046         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
23047         (rs6000_emit_epilogue): Same.
23048         (rs6000_output_mi_thunk): Re-implement as RTL.
23049         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
23050         xcoffout_declare_function if any debugging enabled.
23051
23052 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
23053
23054         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
23055         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
23056         * config/mips/mips.h (enum processor_type): Rename
23057         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
23058         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
23059         Add PROCESSOR_M4K.
23060         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
23061         (ISA_MIPS32R2): New define.
23062         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
23063         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
23064         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
23065         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
23066         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
23067         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
23068         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
23069         compiling MIPS16 code.
23070         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
23071         comment.
23072         (ISA_HAS_SEB_SEH): New define.
23073         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
23074         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
23075         processor_type value renaming.  Add support for MIPS32R2.
23076         Clean up comments, and move "sb1" entry with other MIPS64 CPU
23077         entries.
23078         (override_options): Reimplement -mipsN option handling so that
23079         it will work correctly for -mips32r2.  Avoid branch-likely
23080         instructions on MIPS32R2.
23081         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
23082         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
23083         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
23084         (extendhisi2_hw, extendqisi2_hw): New.
23085         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
23086         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
23087         MIPS32R2, and MIPS64.
23088         (LINK_SPEC): Pass -mips32r2 to linker.
23089         * config/mips/t-isa3264: Built -mips32r2 multilibs.
23090         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
23091         for mips32r2 in the -march description.  Alphabetically sort
23092         CPU names in the -march description.  Add long-missed -mips32
23093         and -mips64 to MIPS option summary.
23094
23095         * config.gcc: Update copyright years to include 2003.
23096         * config/mips/mips.c: Likewise.
23097         * config/mips/mips.h: Likewise.
23098         * config/mips/mips.md: Likewise.
23099         * config/mips/netbsd.h: Likewise.
23100         * doc/invoke.texi: Likewise.
23101
23102 2003-01-08  Andreas Schwab  <schwab@suse.de>
23103
23104         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
23105         variable.
23106         * configure: Regenerated.
23107
23108 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
23109
23110         * config/h8300/h8300.c (output_logical_op): Replace byte/word
23111         extraction of det with b0, b1, w0, w2, etc.
23112         (compute_logical_op_length): Likewise.
23113         (compute_logical_op_cc): Likewise.
23114
23115 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
23116
23117         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
23118         HIGH on all variants.
23119
23120 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23121
23122         * Makefile.in (PARTITION_H): New.
23123         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
23124         * basic-block.h: Include hard-reg-set.h.
23125
23126 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
23127
23128         * arm.h (ENABLE_XF_PATTERNS): Delete.
23129         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
23130         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
23131         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
23132         (cmpxf_trap): Delete.
23133         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
23134
23135 2003-01-08  Jan Hubicka  <jh@suse.cz>
23136
23137         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
23138         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
23139         (add??cc): New expanders.
23140         * i386.c (expand_int_addcc): New function.
23141         * i386-protos.h (expand_int_addcc): Declare.
23142
23143         * alias.c (memory_modified_1): New static function.
23144         (memory_modified): New static varaible.
23145         (memory_modified_in_insn_p): New global function.
23146         * rtl.h (memory_modified_in_insn_p): Declare.
23147         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
23148         references.
23149
23150         * expr.h (emit_conditional_add): Declare.
23151
23152 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
23153
23154         PR other/8947
23155         * doc/invoke.texi (-malign-double): Explain that the option breaks
23156         binary compatibility.
23157
23158 2003-01-08  Andreas Schwab  <schwab@suse.de>
23159
23160         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
23161         should come from the generic *-*-linux* entry.
23162
23163 2003-01-07  Jan Hubicka  <jh@suse.cz>
23164
23165         * cselib.c (cselib_current_insn_in_libcall): New static variable.
23166         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
23167         we are inside libcall.
23168         * cselib.h (elt_loc_list): Add in_libcall.
23169         * gcse.c (do_local_cprop): Do not copy propagate using insns
23170         in libcalls.
23171
23172 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
23173
23174         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
23175         not normally affect to issue rate.
23176
23177 2003-01-07  Jan Hubicka  <jh@suse.cz>
23178
23179         * genopinit.c (optabs): Add addc_optab.
23180         * ifcvt.c (noce_try_store_flag): Rename to ...
23181         (noce_try_addcc): ... this one; handle generic conditional increment.
23182         (noce_process_if_block): Update noce_try_addcc call.
23183         * optabs.c (emit_conditional_add): New.
23184         (init_obtabs): Initialize addc_optab.
23185         * optabs.h (optab_index): Add OTI_addcc.
23186         (addcc_optab): New macro.
23187         * md.texi: Document addMcc
23188
23189         PR target/8322
23190         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23191         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23192         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23193
23194         * reload1.c (delete_output_reload): Avoid repeated attempts
23195         to delete insn.
23196
23197 2003-01-07  Andreas Schwab  <schwab@suse.de>
23198
23199         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23200         Move --enable-initfini-array check ...
23201         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
23202         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23203         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
23204         * configure: Rebuild.
23205
23206 2003-01-07  Richard Henderson  <rth@redhat.com>
23207
23208         * alias.c (find_base_value): Only use new_reg_base_value shortcut
23209         if the register is set once.
23210
23211 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23212
23213         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23214         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23215         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23216
23217 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
23218             Sunil Davasam  <sunil.k.davasam@intel.com>
23219
23220         PR libstdc++/9076
23221         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23222         DW_CFA_same_value, read next and ignore.
23223
23224 2003-01-07  Richard Henderson  <rth@redhat.com>
23225
23226         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23227
23228 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23229
23230         * cfg.c: Include alloc-pool.h
23231         (edge_pool): New pool.
23232         (bb_pool): New pool.
23233         (first_deleted_edge): Remove.
23234         (first_deleted_block): Remove.
23235         (init_flow): Alloc/free the pools.
23236         (free_edge): Use pools.
23237         (alloc_block): Ditto.
23238         (expunge_block): Ditto.
23239         (cached_make_edge): Ditto.
23240
23241         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23242
23243 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23244
23245         * et-forest.c: Include alloc-pool.h.
23246         (struct et_forest): Add node_pool and occur_pool.
23247         (et_forest_create): Create the new pools.
23248         (et_forest_delete): Delete them.
23249         (et_forest_add_node): Allocate and free using pools.
23250         (et_forest_add_edge): Ditto.
23251         (et_forest_remove_node): Ditto.
23252         (et_forest_remove_edge): Ditto.
23253
23254         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23255
23256 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
23257
23258         * config/h8300/h8300.c (output_logical_op): Simplify and
23259         optimize the handling of SImode.
23260         * config/h8300/h8300.c (compute_logical_op_length): Update
23261         accordingly.
23262         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23263
23264 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
23265
23266         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23267         big-endian correction to indirect arguments too.
23268
23269 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23270
23271         Segher Boessenkool  <segher@koffie.nl>
23272
23273         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23274         (alt_reg_names): Ditto, fix formatting.
23275         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23276
23277 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23278
23279         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23280         (output_logical_op): Constify intval and det.
23281         (compute_logical_length): Likewise.
23282         (compute_logical_cc): Likewise.
23283         (output_a_shift): Constify mask.
23284         (h8300_encode_label): Constify len.
23285
23286 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23287
23288         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23289         (h8300_expand_epilogue): Likewise.
23290
23291 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23292
23293         Segher Boessenkool  <segher@koffie.nl>
23294
23295         * config/rs6000/altivec.md: Remove spaces from assembler
23296         instruction argument lists.
23297
23298 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
23299
23300         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23301         c4x_assembler_function_p.
23302         (c4x_null_epilogue_p): Complement return value, all uses updated.
23303         (c4x_insert_attributes): Add naked.
23304         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23305         * doc/extend.texi: Update C4x function attributes.
23306
23307 2003-01-06  Richard Henderson  <rth@redhat.com>
23308
23309         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23310         properly when changing "local-ness".
23311         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23312
23313 2003-01-06  Dale Johannesen  <dalej@apple.com>
23314
23315         * config/darwin-protos.h:  Add prototypes for new section functions.
23316
23317 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
23318
23319         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23320         to EABI.
23321
23322 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
23323
23324         * hwint.h: If the current compiler has no 64-bit type at all,
23325         make HOST_WIDEST_INT 32 bits.
23326
23327 2003-01-06  Eric Christopher  <echristo@redhat.com>
23328
23329         * config/mips/mips.md (movdf_internal2): Fix constraints.
23330
23331 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23332
23333         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23334
23335 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
23336
23337         * config/mips/mips.md (leadi): Use dla rather than la.
23338
23339 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
23340
23341         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
23342         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
23343
23344 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
23345
23346         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23347         redefinition.
23348
23349 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23350
23351         * config/h8300/h8300.md (*extzv_8_23): New.
23352
23353 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
23354
23355         * pa64-hpux.h (JCR_SECTION_NAME): Define.
23356         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23357         USE_EH_FRAME_REGISTRY when defining.
23358
23359 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23360
23361         * config/h8300/h8300.c (output_a_shift): Do not output a
23362         variable shift.
23363         * config/h8300/h8300.md (two splitters): New.
23364
23365 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
23366
23367         * config/mips/mips.md: Disable the movstrsi define_split.
23368
23369 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23370
23371         * alloc-pool.c: Don't include "libiberty.h".
23372         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23373         * convert.c (convert_to_real): Hide unused variable.
23374
23375 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23376
23377         * Makefile.in (gtyp-gen.h): Const-ify.
23378         * gcov-dump.c (tag_table): Likewise.
23379
23380 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23381
23382         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23383         of *both* the file name and the fix name.
23384
23385 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
23386
23387         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
23388         collect2.
23389         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23390         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23391         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23392         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23393         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23394         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23395         elfos.h.
23396         (EH_FRAME_IN_DATA_SECTION): Delete define.
23397         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23398         (STARTFILE_SPEC): Use crtbegin.o.
23399         (ENDFILE_SPEC): Use crtend.o.
23400         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23401         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23402         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23403         DTOR_LIST_BEGIN): Define.
23404         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23405         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23406         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23407
23408 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
23409
23410         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23411         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23412         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
23413         Cleanup handling of replacement text.
23414         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23415
23416 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23417
23418         * fixinc/tests/base/math.h: removed obsolete results
23419         * fixinc/tests/base/stdlib.h: ditto
23420         * fixinc/tests/base/sys/param.h: ditto
23421         * fixinc/tests/base/sys/stat.h: ditto
23422         * fixinc/tests/base/time.h: ditto
23423         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23424         * fixinc/tests/base/sys/byteorder.h: ditto
23425         * fixinc/inclhack.def: Remove superfluous backslashes
23426
23427 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
23428
23429         * config/h8300/h8300-protos.h: Add prototypes for
23430         the new functions defined below.
23431         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23432         define.
23433         (dosize): Emit RTL instead of assembly code.
23434         (push): Likewise.
23435         (pop): Likewise.
23436         (h8300_output_function_prologue): Remove.
23437         (h8300_expand_prologue): New.
23438         (h8300_expand_epilogue): New.
23439         (h8300_output_function_epilogue): Do only the reset of
23440         pragma_saveall.
23441         * config/h8300/h8300.md (push_h8300): New.
23442         (push_h8300hs): Likewise.
23443         (pop_h8300): Likewise.
23444         (pop_h8300hs): Likewise.
23445         (*stm_h8300s_2): Change the name to stm_h8300s_2.
23446         (*stm_h8300s_3): Change the name to stm_h8300s_3.
23447         (*stm_h8300s_4): Change the name to stm_h8300s_4.
23448         (*ldm_h8300s_2): New.
23449         (*ldm_h8300s_3): Likewise.
23450         (*ldm_h8300s_4): Likewise.
23451         (return): Likewise.
23452         (*return_1): Likewise.
23453         (prologue): Likewise.
23454         (epilogue): Likewise.
23455         (monitor_prologue): Likewise.
23456
23457 2003-01-03  Dale Johannesen  <dalej@apple.com>
23458
23459         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
23460           machopic_picsymbol_stub1.
23461           (EXTRA_SECTION_FUNCTIONS):  Ditto.
23462         * rs6000/rs6000.c:  Update copyright.
23463           (machopic_output_stub):  Use them.  Remove an insn from stub code.
23464
23465 2003-01-02  Jason Merrill  <jason@redhat.com>
23466
23467         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23468
23469         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23470         static/external decls.
23471
23472         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23473         outermost scope.
23474         * c-decl.c (c_make_fname_decl): Push the decls there, too.
23475
23476 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
23477
23478         * config/h8300/h8300-protos.h: Add a prototype for
23479         h8300_current_function_interrupt_function_p.
23480         * config/h8300/h8300.c (interrupt_handler): Remove.
23481         (os_task): Likewise.
23482         (monitor): Likewise.
23483         (pragma_interrupt): New.
23484         (WORD_REG_USED): Use
23485         h8300_current_function_interrupt_function_p.
23486         (dosize): Likewise.
23487         (h8300_output_function_prologue): Likewise.
23488         Do not set interrupt_handler, os_task, monitor.
23489         (h8300_output_function_prologue): Use
23490         h8300_current_function_interrupt_function_p.
23491         Do not set interrupt_handler, os_task, monitor.
23492         (h8300_current_function_interrupt_function_p): New.
23493         (h8300_pr_interrupt): Set pragma_interrupt.
23494         (h8300_insert_attributes): Reset pragma_interrupt.
23495
23496 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23497
23498         * doc/install.texi (Configuration): Fix markup for reference to
23499         gcc/config.gcc.
23500
23501 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23502
23503         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23504         (*iorhi3_two_qi): Likewise.
23505         (*iorsi3_zexthi): Likewise.
23506         (*xorhi3_zextqi): Likewise.
23507         (*xorsi3_zexthi): Likewise.
23508         (*xorsi3_zextqi): Likewise.
23509
23510 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23511
23512         * config/h8300/h8300.c (stack_pointer_operand): New.
23513         (const_int_gt_2_operand): Likewise.
23514         (const_int_ge_8_operand): Likewise.
23515         * config/h8300/h8300.md (a splitter): Likewise.
23516         (a peephole2): Likewise.
23517         * config/h8300/h8300-protos.h: Add prototypes for the new
23518         functions above.
23519
23520 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
23521
23522         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23523         objc/objc-act.h: Fix copyright years.
23524
23525 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23526
23527         * doc/passes.texi: Fix documentation for -fssa-ccp
23528
23529 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
23530
23531         * gccbug.in: Update for new categories.
23532
23533 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23534
23535         * config/h8300/h8300.md: Reorder some patterns.
23536
23537 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23538
23539         * config/h8300/h8300.c (output_logical_op): Fix a warning.
23540
23541 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23542
23543         * config/darwin-protos.h, config/c4x/c4x-protos.h,
23544         config/cris/cris-protos.h, config/i370/i370-protos.h,
23545         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23546         config/v850/v850-protos.h: Use struct, and don't conditionally
23547         compile on GCC_C_PRAGMA_H.
23548
23549 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23550
23551         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23552         * config/h8300/h8300-protos.h: Likewise.
23553         * config/sh/sh-protos.h: Likewise.
23554
23555 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23556
23557         * config/arm/arm-protos.h: Use struct cpp_reader instead of
23558         cpp_reader.
23559         * config/h8300/h8300-protos.h: Likewise.
23560         * config/sh/sh-protos.h: Likewise.
23561
23562 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23563
23564         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23565         arm_pr_long_calls_off): Use struct.
23566         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23567         : Similarly.
23568         Don't include cpplib.h.
23569         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23570         sh_pr_nosave_low_regs): Similarly.
23571
23572 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23573
23574         * config/h8300/h8300.c: Include cpplib.h.
23575
23576 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23577
23578         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23579           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23580           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23581           "GCC" in the copyright header.
23582
23583 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23584
23585         * c-pragma.c (c_register_pragma): New.
23586         (init_pragma): Use it.
23587         * c-pragma.h (cpp_register_pragma): Don't declare.
23588         (c_register_pragma): New.
23589         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23590         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23591         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23592         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23593         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23594         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23595         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23596         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23597         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
23598         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
23599         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
23600         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
23601
23602 See ChangeLog.8 for earlier changes.