* config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
[official-gcc.git] / gcc / ChangeLog
blob3eefd6441b3796fca2e85c86c1913c436a22a24e
1 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
4         Use ARRAY_SIZE.
5         * config/frv/frv.c (frv_expand_builtin): Likewise.
6         * config/sh/sh.c (sh_media_init_builtins): Likewise.
8 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
10         PR c++/10032
11         * doc/invoke.texi (C++ Dialect Options): Change documentation of
12         -fpermissive.
14 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
16         * tm.texi (RETURN_ADDR_OFFSET): Document.
18 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
20         * gcov-io.h: Update documentation.
21         (GCOV_UNSIGNED2STRING): New.
22         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
23         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
24         GCOV_TAG_SUMMARY_LENGTH): Adjust.
25         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
26         GCOV_TAG_COUNTER_NUM): New.
27         (GCOV_BLOCK_SIZE): Number of words.
28         (gcov_var): Adjust buffer type.
29         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
30         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
31         count, not byte count.
32         (gcov_open): Adjust overread init.
33         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
34         gcov_write_string, gcov_write_tag, gcov_write_length,
35         gcov_write_tag_length): Adjust.
36         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
37         (gcov_sync, gcov_seek): Adjust.
38         * gcov-dump.c (print_usage): Show gcc version only.
39         (dump_file): Use GCOV_UNSIGNED2STRING.
40         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
41         * gcov.c (print_version): Show gcc version only.
42         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
43         GCOV_TAG_*_NUM macros.
44         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
45         GCOV_TAG_COUNTER_LENGTH.
46         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
47         Use GCOV_TAG_COUNTER_NUM.
48         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
49         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
51 2003-07-10  Andreas Schwab  <schwab@suse.de>
53         * gcov-dump.c (dump_file): Fix missing address operator.
55 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
57         PR c/11449
58         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
59         of HOST_WIDE_INT.
60         (fold_single_bit_test): If sign_bit_p() fails, assume that the
61         bit being tested is not a sign bit.
63 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
65         * config/h8300/h8300.md (a peephole2): New.
67 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
69         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
70         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
71         from ld-linux.so.2 to ld.so.1.
72         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
73         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
74         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
75         nor -Wl,-rpath-link.
76         (LIB_SPEC): Add -rpath-link if !static.
77         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
78         * config/mn10300/mn10300.c (mn10300_protect_label): New
79         variable.
80         * config/mn10300/linux.h (PRINT_OPERAND,
81         PRINT_OPERAND_ADDRESS): Set it during their execution.
82         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
83         mn10300_protect_label is set.
84         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
85         -Wl,-rpath-link.
86         (LIB_SPEC, STARTFILE_SPEC): Define.
87         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
88         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
89         FLOAT_BIT_ORDER_MISMATCH.
90         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
91         * config.gcc (am33_2.0-*-linux*): Added.
92         * config/mn10300/linux.h: New.
93         * config/mn10300/t-linux: New.
95 2003-07-10  Andreas Jaeger  <aj@suse.de>
97         * fold-const.c: Properly wrap prototypes.
99 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
101         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
102         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
103         Moved from...
104         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
105         * config/mn10300/mn10300.h: GTY-declare it.
106         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
107         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
108         prototype.  Use incoming RTL argument.
109         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
110         * config/mn10300/mn10300.md (int_label): Move C statements...
111         (GOTaddr2picreg): ... here.
112         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
113         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
114         * config/mn10300/mn10300.c (mn10300_encode_section_info):
115         ... here.  New function.
116         (TARGET_ENCODE_SECTION_INFO): Define to it.
117         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
118         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
119         pattern name.
120         (mn10300_loadPC): Define as insn splittable after reload.
121         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
122         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
123         be defined in .rodata even in PIC, now that the assembler
124         supports that.
125         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
126         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
127         symbol take an underscore prefix.
128         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
129         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
130         legitimize_pic_address): Declare.
131         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
132         the PIC register as fixed.
133         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
134         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
135         PIC.
136         (LEGITIMATE_PIC_OPERAND_P): Define.
137         (PIC_OFFSET_TABLE_REGNUM): Define.
138         (GOT_SYMBOL_NAME): Define.
139         (SYMBOLIC_CONST_P): Define.
140         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
141         symbols.
142         (MN10300_GLOBAL_P): Test it.
143         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
144         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
145         * config/mn10300/mn10300.c (print_operand): Handle unspec.
146         (expand_prologue): Set PIC register.
147         (call_address_operand): Don't match SYMBOL_REFs in PIC.
148         (legitimize_address): Call legitimize_pic_address.
149         (legitimize_pic_address): New fn.
150         (legitimate_pic_operand_p): New fn.
151         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
152         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
153         UNSPEC_PLT): New constants.
154         (pop_pic_reg): New insn.
155         (movsi): Adjust non-PIC addresses.
156         (builtin_setjmp_receiver): Restore the PIC register.
157         (casesi): New insn.
158         (call): Adjust non-PIC addresses.
159         (int_label, GOTaddr2picreg): New expands.
160         (am33_loadPC): New insn.
161         (mn10300_loadPC): New expand.
162         (call_next_insn): New insn.
163         (add_GOT_to_pic_reg): New expand.
164         (symGOT2reg, symGOT2reg_i): New expands.
165         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
166         (sym2PIC, sym2PLT): New expands.
168 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
170         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
171         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
172         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
173         to flag_unsafe_math_optimizations.
174         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
175         * config/mn10300/mn10300.c (expand_prologue): Mark
176         FP-register-saving insns as frame-related.
177         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
178         * config/mn10300/mn10300.c
179         (mn10300_get_live_callee_saved_regs): Don't search past
180         LAST_EXTENDED_REGNUM.
181         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
182         * config/mn10300/mn10300.md: Remove excessive line breaks from
183         `@' output patterns that were accounted as additional
184         alternatives.
185         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
186         Re-introduce changes accidentally removed in Richard Sandiford's
187         2000-12-05's patch.
188         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
189         Re-instate am33-2 lost in merge from net GCC.
190         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
191         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
192         floating-point registers.
193         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
194         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
195         pessimizations that had gone in on 2000-05-08.
196         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
197         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
198         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
199         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
200         operand 0.
201         * (movhi): Likewise.
202         * (movsi): Likewise.
203         * (movsf): Likewise.
204         * (movdi): Likewise.
205         * (movdf): Likewise.
206         Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
207         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
208         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
209         (expand_prologue, expand_epilogue): Save and restore FP regs.
210         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
211         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
212         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
213         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
214         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
215         Do not clobber cc0.
216         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
217         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
218         Discourage the two-argument, longer opcodes.
219         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
220         ones.
221         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
222         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
223         * config/mn10300/mn10300.md (cmpsf): New pattern.
224         (branch): Test mdep.fpCC and output fbCC.
225         * config/mn10300/mn10300.c (print_operand): Output conditions.
226         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
227         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
228         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
229         mulsf3, divsf3): Use the `F' constraint for FP values.
230         * config/mn10300/mn10300.c (const_1f_operand): New function.
231         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
232         * config/mn10300/mn10300.md (sqrtsf2): New expand.
233         (rsqrtsf2): New insn.
234         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
235         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
236         previous check-in.
237         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
238         * config/mn10300/mn10300.md (abssf2, negdf2): On
239         TARGET_AM33_2, expand to...
240         (abssf2_am33_2, negdf2_am33_2): New insns.
241         (addsf3, subsf3, mulsf3, divsf3): Likewise.
242         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
243         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
244         movdi, movdf): Added FP regs.
245         * invoke.texi (-mam33-2, -mno-am33-2): Document.
246         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
247         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
248         New macros.
249         (REGNO_AM33_2_FP_P): Renamed to...
250         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
251         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
252         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
253         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
254         regs from GENERAL_REGS.
255         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
256         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
257         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
258         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
259         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
260         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
261         as FP_REGS.
262         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
263         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
264         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
265         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
266         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
267         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
268         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
269         AM33/2.0 floating-point registers.
270         (CONDITIONAL_REGISTER_USAGE): Adjust.
271         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
272         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
273         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
274         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
275         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
276         (MULTILIB_DIRNAMES): Likewise.
277         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
278         `__AM33_2__' when `-mam33-2' is given.
279         (TARGET_AM33_2): Define.
280         (TARGET_SWITCHES): Adjust.
281         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
282         when appropriate.
284 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
286         * doc/install.texi: Add missing @.
288 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
290         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
292 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
294         PR/11144
295         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
297 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
299         PR bootstrap/11043
300         * config/arc/t-arc: Replace bogus references to "x-crtinit.o", 
301         "x-crtfini.o" with "crtinit.o", "crtfini.o".
303         * fixinc/inclhack.def (limits_ifndefs): Add select test.
304         * fixinc/fixincl.x: Rebuild.
306         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
307         * fixinc/fixincl.x: Rebuild.
309 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
311         * doc/install.texi (Configuration): Document the valgrind option
312         to --enable-checking.
314 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
316         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
318 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
320         * c-lex.c (cb_ident): Cast cstr.text to const char *.
322 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
324         * gcov-io.h: Update documentation.
325         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
326         GCOV_NOTE_MAGIC.
327         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
328         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
329         (struct gcov_var): Change buffer's type. Add endian flag.
330         (gcov_open): Remove mode in libgcov.
331         (gcov_magic): Prototype.
332         * gcov-io.c (from_file): New.
333         (gcov_open): Clear endian flag.
334         (gcov_magic): New.
335         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
336         pointers.
337         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
338         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
339         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
340         * gcov-iov.c (main): Correct cast.
341         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
342         conversion.
343         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
344         (coverage_init): Use GCOV_NOTE_SUFFIX.
345         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
346         Rename to gcov_version, and return flag.
347         (gcov_exit): Use gcov_version.
348         (__gcov_init): Use gcov_version.
349         * Makefile.in (coverageexts): Update.
350         * gcov.c (print_version): Remove endianness conversion.
351         (create_file_names): Use GCOV_NOTE_SUFFIX.
352         (read_graph_file): Use gcov_magic.
353         (read_count_file): Likewise.
354         * gcov-dump.c (dump_file): Remove endianness conversion, use
355         gcov_magic.
357 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
359         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
360         coverage is on.
361         * configure: Regenerated.
362         * Makefile.in (ALL_CFLAGS): Correct its comment.
364 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
366         * fold-const.c (make_range): Do not access operand 1 for a
367         zero-operand operator.
369 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
371         * toplev.c (warn_dummy, W_options): Die.
372         (display_help): Don't print W_options.
373         * common.opt: Add W_options help from toplev.c.
375 2003-07-09  Andreas Jaeger  <aj@suse.de>
377         * opts.c (wrap_help): Only pass int arguments as arguments to
378         printf's '*' modifier.  Change argument of function.
380 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
382         * doc/invoke.texi: Fix misspelling of "@item".
384 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
386         * config/i386/i386.md: Remove an old comment about
387         NOTICE_UPDATE_CC.
389 Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
391         * cgraph.c (cgraph_node_name): New function.
392         (dump_cgraph): Use it.
393         * cgraph.h (cgraph_dump_file): Declare.
394         (cgraph_node_name): Declare.
395         * cgraphunit.c: Include timevar.h
396         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
397         (cgraph_optimize_function): Use TV_INTEGRATION.
398         (cgraph_mark_local_functions): reorganize dumps.
399         (cgraph_mark_functions_to_inline_once): Likewise.
400         (cgraph_optimize): Likewise; use timevar.
401         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
402         * toplev.c (dump_file_index): Add DFI_cgraph.
403         (dump_file_info): Likewise.
404         (cgraph_dump_file): New global variable.
405         (do_compile): Open and close cgraph dump.
406         * invoke.texi (-d): Document new flag; renumber.
408 2003-07-08  Roger Sayle  <roger@eyesopen.com>
410         PR c/11370
411         * calls.c (emit_call_1): Don't bother popping the arguments off of
412         the stack after a noreturn function call;  The adjustment is dead.
413         (expand_call): Likewise.
415 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
417         * expr.c (MOVE_MAX_PIECES): Move from here...
418         * defaults.h (MOVE_MAX_PIECES): ... to here.
420 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
422         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
424 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
426         * genattr.c (internal_dfa_insn_code): Don't prototype.
427         * genattrtab.c (attr_desc): Add `static_p' field.
428         (expand_units): Make blockage range and ready cost functions
429         static.
430         (write_attr_get): Don't add extern prototypes in C file.  Mark
431         static functions as appropriate.
432         (find_attr, make_internal_attr): Initialize static_p.
433         * genattrtab.h (ATTR_STATIC): New macro.
434         * genautomata.c (output_internal_reset_func): Mark output function
435         as inline.
436         (make_internal_dfa_insn_code_attr): Mark output function as static.
438 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
440         * genattrtab.h: Add new macros for attr `special' flags.
441         * genattrtab.c (attr_desc): Reorder/resize fields better.
442         Use attr `special' macros in all calls to make_internal_attr.
443         * genautomata.c: Likewise.
445 Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
447         * c-common.c (c_estimate_num_insns_1): New static function.
448         (c_estimate_num_insns): New global function.
449         * c-common.h (DECL_NUM_STMTS): Rename to...
450         (DECL_ESTIMATED_INSNS): ... this.
451         (c_estimate_num_insns): Declare.
452         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
453         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
454         * c-semantics.c (add_stmt): Do not account statements.
455         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
456         New.
457         * langhooks.h (lang_hooks_for_tree_inlining): Add
458         estimate_num_insns
459         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
460         to 100.
461         (max-inline-insns): set to 300.
462         (min-inline-insns): set to 10.
463         * tree-inline.c (struct inline_data): Rename inlined_stmts to
464         inlined-insns.
465         (INSNS_PER_STMT): Kill.
466         (inlinable_function_p): Compute and store body size.
467         (expand_call_inline): Likewise.
468         (optimize_inline_calls): Likewise.
470 2003-07-08  James E Wilson  <wilson@tuliptree.org>
472         PR target/10021
473         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
474         loop over new variable t2 instead of t.
476 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
478         PR bootstrap/11455
479         * config/i386/winnt.c: Replace use of error(), warning() with
480         error_with_decl(), warning_with_decl(),  throughout.
482 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
484         * opts.c (wrap_help): Use unsigned int, not size_t.
486 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
488         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
489         as .file/.loc directives are incompatible with linker relaxation.
491 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
493         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
494         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
495         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
496         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
497         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
498         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
499         Escape { and } characters which are not part of range expressions.
500         * fixinc/fixincl.x: Regenerate.
501         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
503 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
505         PR c/1687
506         * tree-inline.c (find_alloca_call): Use
507         walk_tree_without_duplicates, instead of walk_tree.
508         (find_builtin_longjmp_call): Likewise.
509         * c-objc-common.c (c_cannot_inline_fn): Likewise.
510         * c-semantics.c (find_reachable_label): Likewise.
512 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
514         PR c/11420
515         * config/i386/i386.c (ix86_check_movabs): New function.
516         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
517         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
518         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
520 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
522         * Makefile.in (install-po): Cope with empty CATALOGS.
524 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
526         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
527         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
528         (SECTION_FUNCTION_TEMPLATE): Delete.
529         * config/mips/elf.h: As for elf64.h.
530         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
531         * config/mips/linux.h: As for elf.h
532         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
533         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
534         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
535         of in_sdata from current_section_name and current_section_flags.
536         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
537         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
538         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
539         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
540         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
541         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
542         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
543         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
544         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
545         (override_options): Remove setting of MASK_GPOPT.
546         (mips_output_external): Use mips_in_small_data_p to check whether a
547         symbol needs an .extern directive.  Don't emit such directives for
548         TARGET_EXPLICIT_RELOCS.
549         (mips_declare_object): Update accordingly.
550         (mips_select_rtx_section): Call named_section rather than
551         SMALL_DATA_SECTION.
552         (mips_select_section): Use default_elf_section_section for everything
553         except .text string constants.
554         (mips_in_small_data_p): New function.
555         (mips_encode_section_info): Remove small data handling.
556         (mips_unique_section): Delete.
557         (iris6_section_type_flags): New function.
558         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
560 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
562         PR Target/11453
563         * pa.md: Disparage all mtsar constraints.
564         (extzv, extv, insv): Don't fail on length of {32|64}.
566 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
568         * system.h: Poison MAP_CHARACTER.
569         * config/i370/i370-protos.h (mvs_map_char): Delete.
570         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
571         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
572         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
574 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
576         * toplev.c (randomize): Correct call to time().
578 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
580         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
581         REG_EQUIV notes as well.
583 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
585         * doc/md.texi: Fix the description of addmodecc.
587 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
589         * Makefile.in (top_builddir): Set to "..", not ".".
590         (INTLLIBS, INTLDEPS): Delete.
591         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
592         (LIBDEPS): Add $(LIBICONV_DEP).
593         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
594         (INCLUDES): Replace -I../intl with @INCINTL@.
595         ($(top_builddir)/intl/libintl.a): Delete rule.
596         (stage2-start, stage3-start, stage4-start, stageprofile-start,
597         stagefeedback-start): Use $$ for variable to be evaluated by
598         shell, not make.
599         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
600         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
601         * aclocal.m4: sinclude ../config/progtest.m4.  Add
602         contents of lcmessage.m4 from gettext distro.
603         * configure.in: Check for wchar.h and setlocale.  Set
604         LIBICONV_DEP to the empty string and substitute it.
605         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
606         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
607         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
608         in $LIBINTL, to avoid linking it twice.
609         * configure, config.in: Regenerate.
611 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
613         * fixinc/mkfixinc.sh: Remove winnt support.
614         * fixinc/fixinc.winnt: Delete with extreme prejudice.
616 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
618         * Makefile.in: Update.
619         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
620         * c.opt: Update documentation.
621         * common.opt: Add some help text.
622         * opts.c: Include intl.h.
623         (wrap_help, print_help): New.
624         (find_opt, handle_option, common_handle_option): opt_text now
625         contains the '-'.  Use print_help to output help.
626         * opts.h (struct cl_option): New member "help".
627         * opts.sh: Update to handle help text output and to prepend
628         options with '-'.
629         * toplev.c (display_help): Remove some help text.
631 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
632             Fariborz Jahanian  <fjahanian@apple.com>
634         * configure.in: Test for PowerPC mfcr field support in assembler.
635         * config.in, configure: Regenderated.
637         * config/rs6000/power4.md: Add mfcrf reservation.
638         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
639         * config/rs6000/rs6000.c (mfcr_operation): Define.
640         (print_operand): Add 'Q' case for mfcrf.
641         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
642         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
643         (movcc_internal1): Emit optional field operand for mfcr and set
644         "type" attribute appropriately.
645         (mfcr SCC): Likewise.
646         (movesi_from_cr_one): New.
648 2003-07-07  Roger Sayle  <roger@eyesopen.com>
650         * config/i386/i386.md: Correct check-in of incorrect version.
652 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
654         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
655         adjacent stdio calls.
656         * c-decl.c (c_print_identifier): Likewise.
657         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
658         * print-rtl.c (print_rtx): Likewise.
659         * print-tree.c (print_node_brief, print_node): Likewise.
660         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
662         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
663         * config.in, configure: Regenerated.
665 2003-07-07  Roger Sayle  <roger@eyesopen.com>
667         PR target/10979
668         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
669         Changed to define_expand patterns that copy operand[1] to prevent
670         it from being clobbered before emitting an atan2?f3_1 insn.
671         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
672         patterns that actually specify the behaviour of x87's FPATAN.
674 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
676         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
677         clearing of SYMBOL_FLAG_LOCAL bit.
678         If vcall_offset fits into signed 16-bit immediate, use
679         one instruction for both addition and load.
681 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
683         * opts.c (common_handle_option): Correct handling of the
684         -falign- switches that do and don't take an argument.
686 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
688         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
689         today.
690         (pushhi1_h8300hs): Likewise.
692 2003-07-07  Andreas Jaeger  <aj@suse.de>
694         * genextract.c: Convert remaining prototypes to ISO C90.
696         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
697         * fold-const.c (fold_single_bit_test): Likewise.
698         * diagnostic.c (default_diagnostic_finalizer): Likewise.
699         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
701         * gengtype.c (write_array): Generate ISO C90 prototypes.
703         * genflags.c (gen_proto): Generate ISO C90 prototypes.
705 2003-07-07  Roger Sayle  <roger@eyesopen.com>
707         PR optimization/11059
708         * expr.c (can_store_by_pieces): Return true if length is zero.
709         (store_by_pieces): If length is zero and endp is two, abort,
710         othwerise, if length is zero and endp is not two, return "to".
711         (clear_by_pieces): Do nothing if length is zero.
712         (clear_storage): Do nothing if length is zero.
713         (store_constructor): Simplify code when size is zero, or the
714         target has already been cleared.  This avoids emitting a
715         blockage instruction when initializing empty structures.
717 2003-07-07  Andreas Jaeger  <aj@suse.de>
719         * mips-tfile.c: Convert prototypes to ISO C90.
720         * mips-tdump.c: Convert prototypes to ISO C90.
722 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
724         * rtl.h (emit_line_note): Take a location_t.
725         (emit_line_note_force): Remove.
726         (set_file_and_line_for_statement): Take a location_t.
727         * tree.g (emit_line_note): Take a location_t.
728         * emit-rtl.c (emit_line_note): Take a location_t.
729         (emit_line_note_force): Remove.
730         * function.c (init_function_start): Adjust emit_line_note call.
731         (expand_function_end): Use force_next_line_note, not
732         emit_line_note_force.
733         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
734         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
735         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
736         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
737         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
738         genrtl_continue_stmt, genrtl_switch_stmt,
739         genrtl_asm_stmt): Likewise.
740         * expr.c (expand_expr): Likewise.
741         * integrate.c (expand_inline_function): Likewise.
742         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
743         (expand_decl_init): Adjust emit_line_note call.
745 2003-07-07  Dale Johannesen  <dalej@apple.com>
747         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
749 2003-07-07  Andreas Jaeger  <aj@suse.de>
751         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
752         * config/i386/i386.c: Likewise.
754 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
756         * config/h8300/h8300.md: Use gen_int_mode instead of
757         GEN_INT (trunc_int_for_mode (...)).
759 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
761         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
762         2 bytes and then subtract 2 from the stack pointer.
763         (pushhi1_h8300hs): Likewise.
765 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
767         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
768         -frandom-seed.
769         * configure: Regenerated.
770         * Makefile.in: Remove extraneous comment.
771         * toplev.c (randomize): Protect against potential multiple calls.
772         * doc/invoke.texi (-frandom-seed): Document use for in coverage
773         files.
775 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
776             Eric Botcazou  <ebotcazou@libertysurf.fr>
778         PR optimization/11198
779         * alias.c (objects_must_conflict_p): Return 1 if the types have
780         the same alias set, not if the alias sets only conflict.
782 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
784         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
785         (convert_cset): Change inbuf to type ICONV_CONST char.
786         * Makefile.in (LIBS): Add LIBICONV.
788         * doc/invoke.texi (-falign-functions): Document that
789         when n is zero then a machine-dependent default is used.
790         (-falign-labels): Document that when n is zero then a
791         machine-dependent default is used and that -falign-labels =1
792         is equivalent to -fno-align-labels.
793         (-falign-loops): Likewise.
794         (-falign-jumps): Likewise.
796 2003-07-06  Art Haas  <ahaas@airmail.net>
798         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
799         initializer syntax.
801 2003-07-06  James E Wilson  <wilson@tuliptree.org>
803         PR optimization/9812
804         * rtl.h (mem_for_const_double): Delete prototype.
805         * varasm.c (mem_for_const_double): Delete function.
806         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
807         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
808         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
809         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
810         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
811         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
812         comment about confused support for XFmode constants.
814 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
816         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
818 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
820         * config/h8300/h8300.c: Fix comment typos.
821         * config/h8300/h8300.md: Likewise.
822         * config/i386/athlon.md: Likewise.
823         * config/i386/i386.c: Likewise.
824         * config/i386/pentium.md: Likewise.
825         * config/ia64/ia64.c: Likewise.
826         * config/ia64/itanium1.md: Likewise.
827         * config/ia64/itanium2.md: Likewise.
828         * config/m32r/m32r.md: Likewise.
829         * config/m68hc11/m68hc11.c: Likewise.
830         * config/mcore/mcore.c: Likewise.
831         * config/mips/sr71k.md: Likewise.
832         * config/mips/t-iris5-as: Likewise.
833         * config/mmix/mmix.h: Likewise.
834         * config/ns32k/ns32k.h: Likewise.
835         * config/ns32k/NOTES: Fix a typo.
837 2003-07-06  Andreas Jaeger  <aj@suse.de>
839         * stmt.c: Convert remaining prototypes to ISO C90.
840         * cfglayout.c: Likewise.
841         * dbxout.c: Likewise.
842         * gcc.c: Likewise.
843         * genemit.c: Likewise.
845         * basic-block.h: Convert prototypes to ISO C90.
846         * c-parse.in: Likewise.
847         * c-pragma.h: Likewise.
848         * c-typeck.c: Likewise.
849         * cfghooks.h: Likewise.
850         * cfgloopanal.c: Likewise.
851         * dbxout.h: Likewise.
852         * debug.h: Likewise.
853         * dwarf2asm.h: Likewise.
854         * gcov.c: Likewise.
855         * gengtype-lex.l: Likewise.
856         * sched-int.h: Likewise.
857         * timevar.c: Likewise.
859 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
861         * c-common.h (c_comon_handle_filename,
862         c_common_missing_arguement): New.
863         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
864         LANG_HOOKS_MISSING_ARGUMENT): New.
865         * c-opts.c (missing_arg): Rename c_common_missing_argument,
866         update to be an appropriate langhook.
867         (c_common_handle_option): Don't handle filenames.
868         (c_common_handle_filename): New.
869         * hooks.c (hook_void_constcharptr,
870         hook_bool_constcharptr_size_t_false): New.
871         * hooks.h (hook_void_constcharptr,
872         hook_bool_constcharptr_size_t_false): New.
873         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
874         LANG_HOOKS_MISSING_ARGUMENT): New.
875         (LANG_HOOKS_INITIALIZER): Update.
876         * langhooks.h (struct lang_hooks): Add handle_filename and
877         missing_argument.
878         * opts.c (handle_option): Don't handle filenames here, but ...
879         (handle_options): ... here.
880         (common_handle_option): Don't handle missing arguments here.
881         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
882         LANG_HOOKS_MISSING_ARGUMENT): New.
884 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
886         * Makfile.in: Remove traces of mbchar.
887         * c-parse.in (MULTIBYTE_CHARS): Remove.
888         * config.in (MULTIBYTE_CHARS): Remove.
889         * configure: Remove --enable-mbchar.
890         * configure.in: Remove --enable-mbchar.
891         * mbchar.c, mbchar.h: Remove.
892         * system.h: Poison MULTIBYTE_CHARS.
893         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
894         * config/linux.h (MULTIBYTE_CHARS): Remove.
895         * config/svr4.h (MULTIBYTE_CHARS): Remove.
896         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
898 2003-07-06  Andreas Jaeger  <aj@suse.de>
900         * varray.c (varray_check_failed): Fix typo.
902         * unroll.c: Convert prototypes to ISO C90.
903         * varasm.c: Likewise.
904         * varray.c: Likewise.
905         * varray.h: Likewise.
906         * vmsdbgout.c: Likewise.
907         * xcoffout.c: Likewise.
908         * xcoffout.h: Likewise.
910 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
912         * gcov-io.h: Add a local time stamp.
913         (struct gcov_info): Add stamp field.
914         (gcov_truncate): New.
915         * coverage.c (read_counts_file): Skip the stamp.
916         (coverage_begin_output): Write the stamp.
917         (build_gcov_info): Declare and init the stamp.
918         (coverage_finish): Only unlink data file, if stamp is zero.
919         * gcov-dump.c (dump_file): Dump the stamp.
920         * gcov.c (bbg_stamp): New.
921         (release_structures): Clear bbg_stamp.
922         (read_graph_file): Read stamp.
923         (read_count_file): Check stamp.
924         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
926 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
928         * tree.h (default_flag_random_seed): Remove.
929         * toplev.h (local_tick): Declare.
930         * tree.c (flag_random_seed, default_flag_random_seed): Move to
931         toplev.c.
932         (append_random_chars): Don't call default_flag_random_seed.
933         * toplev.c (flag_random_seed): Define here. Set local_tick.
934         (local_tick): Define.
935         (randomize): New, moved from tree.c.
936         (print_switch_values): Adjust.
937         (toplev_main): Call randomize.
939 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
941         * tree.h (crc32_string): Declare.
942         * tree.c (append_random_chars): Remove.
943         (crc32_string): New.
944         (get_file_function_name_long): Use crc32_string here.
946 2003-07-06  Andreas Jaeger  <aj@suse.de>
948         * gcc.c: Convert prototypes to ISO C90.
949         * gcc.h: Likewise.
950         * gcov-dump.c: Likewise.
951         * gcov-iov.c: Likewise.
952         * gcse.c: Likewise.
953         * genattrtab.h: Likewise.
954         * ggc.h: Likewise.
955         * global.c: Likewise.
956         * graph.c: Likewise.
957         * graph.h: Likewise.
958         * hosthooks.h: Likewise.
959         * hooks.h: Likewise.
960         * hooks.c: Likewise.
961         * hashtable.h: Likewise.
962         * hashtable.c: Likewise.
963         * haifa-sched.c: Likewise.
964         * integrate.h: Likewise.
965         * integrate.c: Likewise.
966         * input.h: Likewise.
967         * ifcvt.c: Likewise.
968         * jump.c: Likewise.
969         * langhooks-def.h: Likewise.  Add extern to prototypes.
970         * langhooks.c: Likewise.
971         * langhooks.h: Likewise.
972         * lcm.c: Likewise.
973         * local-alloc.c: Likewise.
974         * loop-init.c: Likewise.
975         * loop-unroll.c: Likewise.
976         * loop-unswitch.c: Likewise.
977         * loop.c: Likewise.
978         * loop.h: Likewise. Add extern to prototypes.
979         * machmode.h: Likewise.
980         * main.c: Likewise.
981         * mbchar.c: Likewise.
982         * mbchar.h: Likewise.
983         * mkdeps.c: Likewise.
984         * mkdeps.h: Likewise.
985         * optabs.c: Likewise.
986         * optabs.h: Likewise.
987         * output.h: Likewise.
988         * gccspec.c: Likwise.
989         * postreload.c: Likewise.
990         * prefix.c: Likewise.
991         * prefix.h: Likewise.
992         * print-rtl.c: Likewise.
993         * print-tree.c: Likewise.
994         * profile.c: Likewise.
995         * read-rtl.c: Likewise.
996         * real.c: Likewise.
997         * real.h: Likewise.
998         * recog.c: Likewise.
999         * recog.h: Likewise.
1000         * reg-stack.c: Likewise.
1001         * regclass.c: Likewise.
1002         * regmove.c: Likewise.
1003         * regrename.c: Likewise.
1004         * regs.h: Likewise.
1005         * reload.c: Likewise.
1006         * reload.h: Likewise.
1007         * reload1.c: Likewise.
1008         * reorg.c: Likewise.
1009         * resource.c: Likewise.
1010         * resource.h: Likewise.
1011         * rtl-error.c: Likewise.
1012         * rtl.c: Likewise.
1013         * rtl.h: Likewise.
1014         * rtlanal.c: Likewise.
1015         * sbitmap.c: Likewise.
1016         * sbitmap.h: Likewise.
1017         * scan-decls.c: Likewise.
1018         * scan.c: Likewise.
1019         * sched-deps.c: Likewise.
1020         * sched-ebb.c: Likewise.
1021         * sched-int.h: Likewise.
1022         * sched-rgn.c: Likewise.
1023         * sched-vis.c: Likewise.
1024         * sibcall.c: Likewise.
1025         * simplify-rtx.c: Likewise.
1026         * sreal.c: Likewise.
1027         * sreal.h: Likewise.
1028         * ssa-ccp.c: Likewise.
1029         * ssa-dce.c: Likewise.
1030         * ssa.c: Likewise.
1031         * ssa.h: Likewise.
1032         * stack.h: Likewise.
1033         * stmt.c: Likewise.
1034         * stor-layout.c: Likewise.
1035         * stringpool.c: Likewise.
1036         * target.h: Likewise.
1037         * timevar.c: Likewise.
1038         * timevar.h: Likewise.
1039         * tlink.c: Likewise.
1040         * tracer.c: Likewise.
1041         * tree-inline.c: Likewise.
1042         * tree-inline.h: Likewise.
1043         * tree.c: Likewise.
1044         * tree.h: Likewise.
1046 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1048         * combine.c (nonzero_bits1): Fix a warning.
1050 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1052         * config/h8300/h8300.c (compute_mov_length): Correct the
1053         length of loading CONST0_RTX (SFmode).
1055 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
1057         * toplev.c (output_clean_symbol_name): Remove.
1058         * toplev.h (output_clean_symbol_name): Remove.
1059         * config/alpha/alpha.c (unicosmk_output_module_name): Use
1060         lbasename & clean_symbol_name.
1062 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1064         * ggc.h: Follow spelling conventions.
1065         * config/i386/i386.c: Likewise.
1066         * config/i386/winnt.c: Likewise.
1067         * config/rs6000/rs6000.c: Likewise.
1069 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1071         * bt-load.c: Fix comment typos.
1072         * c-incpath.c: Likewise.
1073         * cfg.c: Likewise.
1074         * cfgcleanup.c: Likewise.
1075         * cfgloop.h: Likewise.
1076         * cfgloopmanip.c: Likewise.
1077         * cfgrtl.c: Likewise.
1078         * diagnostic.h: Likewise.
1079         * dwarfout.c: Likewise.
1080         * emit-rtl.c: Likewise.
1081         * et-forest.c: Likewise.
1082         * et-forest.h: Likewise.
1083         * expr.c: Likewise.
1084         * gcse.c: Likewise.
1085         * genattr.c: Likewise.
1086         * jump.c: Likewise.
1087         * langhooks.h: Likewise.
1088         * local-alloc.c: Likewise.
1089         * loop-unroll.c: Likewise.
1090         * loop-unswitch.c: Likewise.
1091         * ra-build.c: Likewise.
1092         * regclass.c: Likewise.
1093         * regmove.c: Likewise.
1094         * rtl.def: Likewise.
1095         * rtlanal.c: Likewise.
1096         * sched-ebb.c: Likewise.
1097         * sched-rgn.c: Likewise.
1098         * simplify-rtx.c: Likewise.
1099         * ssa.c: Likewise.
1100         * tracer.c: Likewise.
1101         * tree.c: Likewise.
1103 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
1105         * cppcharset.c: Use the correct return type for the fallback iconv
1106         macro.
1108 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1110         Blame to Jan Hubicka  <jh@suse.cz>
1111         * cfglayout.c (record_effective_endpoints): Split insns before
1112         first basic block correctly.
1114 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1116         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1117         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1118         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1120 2003-07-05  Andreas Jaeger  <aj@suse.de>
1122         * genattrtab.c (write_attr_get): Revert part of last patch to
1123         always write out a prototype.
1125         * genemit.c (gen_split): Readd lost unused attributes in last
1126         patch.
1128 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1130         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1131         different from header.
1133 2003-07-05  Andreas Schwab  <schwab@suse.de>
1135         * config/m68k/m68k.c: Remove code protected by CRDS.
1136         * config/m68k/m68k.md: Likewise.
1138 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
1140         PR driver/11417
1141         * c-opts.c (permit_fortran_options): New.
1142         (c_common_init_options): Accept fortran front end options if
1143         it looks like we might be preprocessing Fortran.
1144         (c_common_handle_option): Don't reject switch if permit_fotran_options.
1146 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1148         * genattr.c (internal_dfa_insn_code): Output prototype.
1149         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1150         * genautomata.c: Likewise.
1151         * genconditions.c: Likewise.
1152         * genemit.c: Likewise.
1153         * genextract.c: Likewise.
1154         * gengenrtl.c: Likewise.
1155         * gengtype.c: Likewise.
1156         * genopinit.c: Likewise.
1157         * genoutput.c: Likewise.
1158         * genpeep.c: Likewise.
1159         * genrecog.c: Likewise.
1161 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1163         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1164         (struct cpp_options): Add narrow_charset, wide_charset,
1165         bytes_big_endian fields.  Remove EBCDIC field.
1166         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1168         * cpphash.h: Include <iconv.h> if we have it, otherwise
1169         provide a dummy definition of iconv_t.
1170         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1171         (_cpp_valid_ucn): Update prototype.
1172         (_cpp_destroy_iconv): New prototype.
1174         * doc/cpp.texi: Document character set handling.
1175         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1176         * doc/extend.texi: Delete entire section on multiline strings.
1177         Rewrite section on __FUNCTION__ etc now that these are
1178         variables in C.
1180         * cppucnid.tab, cppucnid.pl: New files.
1181         * cppucnid.h: New generated file.
1182         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
1183         (iconv_open, iconv, iconv_close): Provide dummy definitions
1184         if !HAVE_ICONV.
1185         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1186         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1187         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1188         cpp_interpret_string, narrow_str_to_charconst,
1189         wide_str_to_charconst): New.
1190         (ucn_valid_in_identifier): Use a binary search through the
1191         ucnranges table defined in cppucnid.h, not a long chain of if
1192         statements.
1193         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
1194         character names are only valid in C++ and C99" to a warning.
1195         Issue the "meaning of \[uU] is different in traditional C"
1196         warning here.  Take care not to let iconv see an invalid UCS
1197         value if we get a malformed UCN.  Issue an error if we don't
1198         have iconv.
1199         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
1200         cpp_interpret_string to do the heavy lifting.
1202         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1203         narrow_charset, wide_charset fields of options structure.
1204         (cpp_destroy): Call _cpp_destroy_iconv.
1205         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1206         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1207         (cpp_interpret_charconst): Moved to cppcharset.c.
1208         * cpplib.c (dequote_string): Delete.
1209         (interpret_string_notranslate): New.
1210         (do_line, do_linemarker): Use interpret_string_notranslate.
1212         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1214         * c-common.c (fname_string, combine_strings): Delete.
1215         * c-common.h (fname_string, combine_strings): Delete prototypes.
1216         * c-lex.c (ignore_escape_flag): Delete.
1217         (cb_ident): Use cpp_interpret_string, not lex_string.
1218         (get_nonpadding_token): New function.
1219         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1220         Adjust calls to lex_string.  Don't write *value twice.
1221         (lex_string): Now handles string constant concatenation.
1222         Most of the work handed off to cpp_interpret_string.
1223         Call fix_string_type here.
1224         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1225         FUNC_NAME, throughout.
1226         (OBJC_STRING): New token type.
1227         (primary:STRING): No need to call fix_string_type here.
1228         (primary:objc_string): Make that OBJC_STRING.
1229         (objc_string nonterminal): Delete.
1230         (yylexname): Delete code to handle fake string constants.
1231         (yylexstring): Delete entirely.
1232         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
1233         to handle CPP_ATSIGN.
1235         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1236         * c-opts.c (missing_arg, c_common_handle_option): Handle
1237         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1238         (c_common_init): Set cpp_opts->bytes_big_endian, not
1239         cpp_opts->EBCDIC.  Call cpp_init_iconv.
1240         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1241         (TARGET_EBCDIC): Delete default definition.
1243         * objc/objc-act.c (build_objc_string_object): No need to
1244         handle string constant concatenation.
1246 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1248         * doc/install.texi: Fix typos.
1249         * doc/invoke.texi: Likewise.
1250         * doc/tm.texi: Likewise.
1252 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1254         * config/pa/fptr.c: Fix comment typos.
1255         * config/pa/pa-64.h: Likewise.
1256         * config/pa/pa.c: Likewise.
1257         * config/pa/pa.h: Likewise.
1258         * config/rs6000/603.md: Likewise.
1259         * config/rs6000/7xx.md: Likewise.
1260         * config/rs6000/darwin.h: Likewise.
1261         * config/rs6000/freebsd.h: Likewise.
1262         * config/rs6000/rs6000.c: Likewise.
1263         * config/rs6000/rs6000.md: Likewise.
1264         * config/rs6000/spe.h: Likewise.
1266 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
1268         * config/s390/2064.md: Change GNU CC to GCC.
1269         * config/s390/2084.md: Likewise.
1270         * config/s390/fixdfdi.h: Likewise.
1271         * config/s390/linux.h: Likewise.
1272         * config/s390/s390-modes.def: Likewise.
1273         * config/s390/s390-protos.h: Likewise.
1274         * config/s390/s390.c: Likewise.
1275         * config/s390/s390.h: Likewise.
1276         * config/s390/s390.md: Likewise.
1277         * config/s390/s390x.h: Likewise.
1279 2003-07-04  Jeff Law  <law@redhat.com>
1281         PR c/11428
1282         * expr.c (do_store_flag): Pass in the correct result type
1283         when calling fold_single_bit_test.
1284         * fold-const.c (fold_single_bit_test): Use result_type for the
1285         result when folding a sign bit test.
1287 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
1289         * opts.c (common_handle_options): Negate sense of -falign- switches.
1291 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1293         * Makefile.in: Replace PWD with PWD_COMMAND.
1295 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1297         * cfgloopanal.c (count_strange_loop_iterations): New static function.
1298         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1299         Handle strange loops.
1301 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1303         * install.texi: Even the g77 manpage is derived from
1304         the full g77 manual.
1306 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1308         * ABOUT-NLS: Delete.
1309         * intl: Delete entire directory.
1310         * aclocal.m4: Include ../config/gettext.m4.  Delete
1311         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1312         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1313         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1314         Remove intl/Makefile from all_outputs.
1315         * configure, config.in: Regenerate.
1316         * Makefile.in: Expunge all references to intl subdirectory.
1317         Add -I../intl to INCLUDES.
1318         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1320 2003-07-04  Roger Sayle  <roger@eyesopen.com>
1322         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1323         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1325 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1327         PR c++/5287, PR c++/7910, PR c++/11021
1328         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1329         dllimport attribute if function is defined at declaration, but
1330         report error instead. Likewise for dllimport'd variable
1331         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
1332         declared within functions, Report error if dllimport or dllexport
1333         symbol is not global.
1334         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1335         if defined after declaration or if inlined. Don't allow definition
1336         of static data members of C++ classes. Don't dllimport virtual
1337         methods.
1338         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1339         (i386_pe_mark_dllimport): Remove unnecessary checks.
1340         (i386_pe_encode_section_info): Warn if the dllimport attribute
1341         and symbol prefix have been instantiated and then overridden.
1343         * doc/extend.texi: Document dllimport and dllexport attributes.
1345         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1347 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1349         * config/kaos.h (CPP_PREDEFINES): Delete.
1350         (TARGET_OS_CPP_BUILTINS): New.
1352 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1354         * c-aux-info.c: Include toplev.h after c-tree.h.
1355         * c-common.c: Likewise.
1356         (GCC_DIAG_STYLE): Undef.
1357         * c-semantics.c (GCC_DIAG_STYLE): Define.
1358         * c-tree.h (GCC_DIAG_STYLE): Likewise.
1359         * diagnostic.h (inform): Move prototype to toplev.h.
1360         * jump.c: Include diagnostic.h before toplev.h.
1361         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1362         (warning, error, fatal_error, pedwarn, sorry, inform,
1363         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1365 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1367         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1368         at all if edge is not specified.
1369         (can_copy_bbs_p, copy_bbs): New.
1370         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1371         * cfgloop.c (get_loop_body): Comment more precisely.
1372         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1373         (scale_bbs_frequencies): Fix comment typo.
1374         (can_duplicate_loop_p): Use can_copy_bbs_p.
1375         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1377 2003-07-03  Devang Patel <dpatel@apple.com>
1379         * c-opts.c (c_common_parse_file): Remove extra
1380         debug_hooks->start_source_file call.
1382 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1384         * real.c (real_trunc, real_floor, real_ceil): New functions
1385         to implement trunc, floor and ceil respectively.
1386         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1387         * builtins.c (integer_valued_real_p): New function to test if
1388         a floating point expression has an integer valued result.
1389         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1390         foo(x) where foo is an integer rounding function.  Similarly,
1391         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1392         (double)(int)x when both foo and bar are integer rounding
1393         functions and we don't need to honor errno.
1394         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1395         New functions to fold trunc, floor and ceil.
1396         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1397         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1398         to fold BUILT_IN_CEIL*.
1399         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1400         the remaining integer rounding functions.
1402 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1404         * config/sparc/sparc.c (function_arg_partial_nregs): Use
1405         SPARC_INT_ARG_MAX to determine where to split unnamed
1406         complex FP arguments.
1408 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
1410         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1411         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1412         (merge_blocks_move_predecessor_nojumps,
1413          merge_blocks_move_successor_nojumps): Use merge_blocks.
1414         (try_optimize_cfg): Use merge_blocks_move.
1415         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
1416         (merge_blocks_nomove): Rename to rtl_merge_blocks.
1417         (cfg_layout_create_basic_block): New.
1418         (rtl_can_merge_blocks): New.
1419         (cfg_layout_split_block): Do not alloc aux by hand.
1420         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
1421         merge_blocks.
1422         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
1423         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
1424         * cfgloopmanip.c (loop_split_edge_with): Likewise.
1425         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
1427         * basic-block.h (basic_block_def): Add field 'rbi'.
1428         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
1429         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
1430         * cfg.c (entry_exit_blocks): Add new field.
1431         * cfglayout.c: Include alloc-pool.h;
1432         (cfg_layout_pool): New.
1433         (record_effective_endpoints, fixup_reorder_chain,
1434         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
1435         of rbi.
1436         (cfg_layout_initialize_rbi): New function.
1437         (cfg_layout_initialize): Use it.
1438         (cfg_layout_finalize): Clear rbi fields.
1439         * cfglayout.h (RBI): Kill.
1440         (cfg_layout_initialize_rbi): Declare.
1441         * cfgloopmanip.c (copy_bbs): Use rbi.
1442         (record_exit_edges): Likewise.
1443         (duplicate_loop_to_header_edge): Likewise.
1444         * cfgrtl.c (cfg_layout_create_basic_block): Use
1445         cfg_layout_initialize_rbi.
1446         (cfg_layout_split_block): Use rbi.
1447         (cfg_layout_delete_block): Likewise.
1448         * loop-init.c (loop_optimizer_finalize): Likewise.
1449         * loop-unswitch.c (unswitch_loop): Likewise.
1450         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
1452         * cfgrtl.c: Update comments.
1453         (try_redirect_by_replacing_jump): New argument.
1454         (redirect_branch_edge): Break out from ...
1455         (rtl_redirect_edge_and_branch): ... this one.
1456         (update_cfg_after_block_merging): Break out from ...
1457         (rtl_merge_blocks): ... this one.
1458         (cfg_layout_split_edge): New.
1459         (cfg_layout_merge_blocks): New.
1460         (cfg_layout_can_merge_blocks_p): New.
1461         (cfg_layout_redirect_edge_and_branch): Reorganize.
1462         (cfg_layout_rtl_cfg_hooks): Fill in.
1463         (cfg_layout_delete_block): Kill barriers.
1464         * cfganal.c (can_fallthru): Deal with exit blocks
1465         * cfglayout.c (cfg_layout_function_header): New function
1466         (record_effective_endpoints): Record function header.
1467         (fixup_reorder_chain): Fixup dead jumptables; place header
1469         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
1470         * bb-reorder.c (cfg_layout_initialize): Update call.
1471         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
1472         edges in cfglayout mode.
1473         * cfglayout.c (cleanup_unconditional_jumps): Kill.
1474         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
1475         * cfglayout.h (cfg_layout_initialize): Update prototype.
1476         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
1477         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
1478         * flow.c (propagate_block): Do not crash when basic block ends
1479         by first insn in the chain.
1480         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
1481         do loop discovery.
1482         * tracer.c (tracer): Update call of cfg_layout_initialize.
1484 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1486         * Makefile.in: Use dependency variables in lieu of explicit
1487         files throughout.
1489 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
1491         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1492         * tree.h: ...to here.
1494 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1496         * config/s390/2064.md: Fix comment typos.
1497         * config/s390/2084.md: Likewise.
1498         * config/s390/s390.c: Likewise.
1499         * config/s390/s390.md: Likewise.
1500         * config/sh/sh.c: Likewise.
1501         * config/sh/sh.h: Likewise.
1502         * config/sh/sh.md: Likewise.
1503         * config/sparc/sparc.c: Likewise.
1504         * config/sparc/sparc.h: Likewise.
1505         * config/sparc/sparc.md: Likewise.
1506         * config/stormy16/stormy16.c: Likewise.
1507         * config/stormy16/stormy16.h: Likewise.
1508         * config/stormy16/stormy-abi: Fix a typo.
1510 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
1512         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1514 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1516         * config/mips/mips.h (save_argv): Delete.
1518 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1520         PR target/10700
1521         * fold-const.c (extract_muldiv_1): There's nothing that can be done
1522         if the expression is a SAVE_EXPR.
1524 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1526         * config/m32r/m32r.c: Fix comment typos.
1527         * config/m68hc11/m68hc11.c: Likewise.
1528         * config/m68hc11/m68hc11.h: Likewise.
1529         * config/m68k/m68k.c: Likewise.
1530         * config/mcore/mcore.c: Likewise.
1531         * config/mcore/mcore.h: Likewise.
1532         * config/mcore/mcore.md: Likewise.
1533         * config/mips/mips.c: Likewise.
1534         * config/mips/mips.h: Likewise.
1535         * config/mips/mips.md: Likewise.
1536         * config/mips/netbsd.h: Likewise.
1537         * config/mn10300/mn10300.c: Likewise.
1539 2003-07-03  Andreas Schwab  <schwab@suse.de>
1541         * dbxout.c (pending_bincls): Move decl down inside
1542         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1544 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1546         * rtl.h (NOTE_DATA): Refer to whole union.
1547         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1549 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1551         PR optimization/11381
1552         * simplify-rtx.c (simplify_relational_operation): Check that
1553         two equal operands have no side-effects before simplifying
1554         the comparison.
1556 2003-07-02  Jeff Law  <law@redhat.com>
1558         * expr.c (do_store_flag): Remove special case folding for
1559         single bit tests.  Instead call back into the commonized folder
1560         routine.
1561         * fold-const.c (fold_single_bit_test): New function, mostly
1562         extracted from do_store_flag, with an additional case extracted
1563         from fold.
1564         (fold): Call fold_single_bit_test appropriately.
1565         * tree.h (fold_single_bit_test): Prototype.
1567 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
1569         * system.h: Include filenames.h.
1570         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1571         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1572         define based on HAVE_DOS_BASED_FILE_SYSTEM.
1573         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1574         * config/i386/xm-mingw32.h: Don't define
1575         HAVE_DOS_BASED_FILE_SYSTEM,
1576         DIR_SEPARATOR, or DIR_SEPARATOR_2.
1577         * doc/hostconfig.texi: Update to match.
1579         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1580         config/i386/cygwin.h:
1581         Use IS_ABSOLUTE_PATH throughout.
1582         * gcc.c (DIR_UP): Delete, unused.
1583         * protoize.c (IS_SAME_PATH): Define in terms of
1584         FILENAME_CMP.
1585         (is_abspath): Delete.
1587 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1589         * config/i386/emmintrin.h: Fix comment typos.
1590         * config/i386/i386.c: Likewise.
1591         * config/i386/i386.h: Likewise.
1592         * config/i386/sco5.h: Likewise.
1593         * config/ia64/ia64.c: Likewise.
1594         * config/ia64/itanium2.md: Likewise.
1596 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1598         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1599         DBX_USE_BINCL.
1600         (emit_bincl_stab): Same.
1601         (emit_pending_bincls): Same.
1603 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1605         * config/h8300/h8300.c (compute_mov_length): Fix the length of
1606         loading CONST0_RTX (SFmode).
1607         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1608         'G' to CONST0_RTX (SFmode).
1609         * config/h8300/h8300.md (movsf_h8300): Change the first
1610         constraint to 'G'.
1611         (movsf_h8300h): Likewise.
1613 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
1615         * c-common.h (c_common_init_options): New prototype.
1616         * c-opts.c (deferred_size): Remove.
1617         (defer_opt): Array is now pre-allocated.
1618         (c_common_init_options): Pre-allocate deferred_opts.  Make
1619         lang_flags unsigned.
1620         (push_command_line_options): Free deferred_opts.
1621         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1622         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1623         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1624         * langhooks.h (struct lang_hooks): New prototype for init_options.
1625         * main.c (main): Cast argv.
1626         * opts.c (handle_option, handle_options): Update prototypes.
1627         (decode_options): save_argc, save_argv are not global.  Constify.
1628         * opts.h (decode_options): New prototype.
1629         * toplev.c (general_init): New protoype.
1630         (save_argv): Make static.
1631         (save_argc): Remove.
1632         (print_switch_values, general_init): Constify.
1633         (toplev_main): Save argv.
1634         * toplev.h (toplev_main): Update prototype.
1635         (save_argc, save_argv): Remove.
1637 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
1639         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1640         (emit_bincl_stab): Same.
1641         (emit_pending_bincls): Same.
1643 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1645         PR c++/11072
1646         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1648 2003-07-02  Andreas Schwab  <schwab@suse.de>
1650         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1652 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1654         PR optimization/11210
1655         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1656         about the behaviour with regard to bitfields.
1657         * fold-const (decode_field_reference): Record outermost type in
1658         case the expression is a NOP. Strip all NOPs. Set the signedness
1659         to that of the outermost type (if any) when the bitsize is equal
1660         to the size of the type.
1662 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1664         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1665         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1666         (adddi3_internal_3, addsi3_internal_2): Likewise.
1668 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1670         * config/mips/mips.c (machine_function): Add new fields:
1671         ignore_hazard_length_p and all_noreorder_p.
1672         (mips_flag_delayed_branch): New variable.
1673         (override_options): Treat '/' as an operand punctuation character.
1674         Set up mips_flag_delayed_branch.
1675         (print_operand): Handle '/'.
1676         (mips_output_function_prologue): Put the whole function in
1677         .set noreorder and .set nomacro if all_noreorder_p is true.
1678         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1679         (mips16_optimize_gp): Remove "first insn" parameter.
1680         (mips16_lay_out_constants): New function, split out from mips_reorg.
1681         (mips_avoid_hazard, mips_avoid_hazards): New functions.
1682         (mips_reorg): For mips16 code, call mips16_lay_out_constant
1683         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
1684         do delayed-branch scheduling followed by hazard detection.
1685         (mips_adjust_insn_length): Only account for hazards if
1686         !ignore_hazard_length_p.
1687         (mips_output_load_label): Add a nop to the o32 sequence if
1688         the target suffers from load delays.
1689         (mips_output_conditional_branch): Add %/ to the end of branches.
1690         (mips_output_division): Fill the branch delay slot with %#.
1691         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1692         instructions.  End all other %* branches with %/.
1693         (ffssi2, ffsdi2): Fix lengths.
1694         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1695         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1696         (fix_truncsfsi2_macro): Likewise.
1697         (mov_lwl): Set hazard to "none".
1698         (ashldi3_internal): Fill the branch delay slot with %#.
1699         (ashrdi3_internal, lshrdi3_internal): Likewise.
1700         (exception_receiver): Explicitly set $28.
1701         (hazard_nop): New pattern.
1703 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
1705         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1706         before calling tree_inlinable_function_p.
1708 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1710         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1711         <internal/stdio_core.h> too.
1712         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1713         <internal/wchar_core.h> too.
1714         Substitute va_list uses in inline definition.
1715         * fixinc/fixincl.x: Regenerate.
1717 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1719         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1720         Undef before redefinition.
1721         (LABEL_AFTER_LOC): Likewise.
1722         (DEFAULT_SIGNED_CHAR): Likewise.
1723         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1724         Fix IRIX spelling.
1726         * config/mips/iris3.h: Remove, unused.
1727         * config/mips/iris4.h: Likewise.
1729         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1731         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1732         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1733         target_cpu_default.
1735         * config/mips/iris5.h: Move explicit includes ...
1736         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1738         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1739         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1740         tm_defines.
1742         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1743         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1744         target_cpu_default.
1746         * config/mips/iris6.h: Fix IRIX spelling.
1747         (MULTILIB_DEFAULTS): Undef before redefinition.
1749         * config/mips/iris6.h: Move explicit includes ...
1750         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1752 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
1754         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1755         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1756         Use next_needed field instead of aux to maintain the queue.
1757         * cgraph.h (cgraph_node): Add next_needed.
1758         (cgraph_varpool_node): Add next_needed; remove aux.
1759         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1761 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1763         * cgraphunit.c (cgraph_finalize_function): Set finalized.
1764         (cgraph_finalize_function): Do not examine inlinablility.
1765         (cgraph_finalize_compilation_unit): Do it here.
1766         * cgraph.h (cgraph_local_info): Add finalized field.
1768 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1770         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1771         (gt_pch_restore): Likewise.
1773 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1775         * config/alpha/alpha.c: Fix comment typos.
1776         * config/alpha/elf.h: Likewise.
1777         * config/arm/arm.c: Likewise.
1778         * config/arm/arm.h: Likewise.
1779         * config/arm/arm.md: Likewise.
1780         * config/arm/t-arm-coff: Likewise.
1781         * config/arm/t-strongarm-pe: Likewise.
1782         * config/arm/xscale-elf.h: Likewise.
1783         * config/avr/avr.h: Likewise.
1785 2003-07-01  Jeff Law  <law@redhat.com>
1787         * stmt.c (any_pending_cleanups): Remove another redundant test.
1789 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
1790             J"orn Rennecke <joern.rennecke@superh.com>
1792         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1793         for MEM case.
1795 2003-07-01  Devang Patel  <dpatel@apple.com>
1797         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1798         (binclstatus): New.
1799         (struct dbx_file): New members - bincl_status, pending_bincl_name and
1800         prev.
1801         (pending_bincls): New.
1802         (dbxout_init): Initialize new dbx_file members.
1803         (dbxout_start_source_file): Same.
1804         (emit_bincl_stab): New function.
1805         (emit_pending_bincls): Same.
1806         (emit_pending_bincls_if_required): Same.
1807         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
1808         processed.
1809         (dbxout_begin_block): Emit pending BINCL stabs.
1810         (dbxout_end_block): Same.
1811         (dbxout_function_decl): Same.
1812         (dbxout_continue): Same.
1813         (dbxout_type): Same.
1814         (dbxout_class_name_qualifiers): Same.
1815         (dbxout_symbol): Same.
1816         (dbxout_symbol_location): Same.
1817         (dbxout_parms): Same.
1819 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1821         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1822         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1824 2003-07-01  Andreas Jaeger  <aj@suse.de>
1826         * fold-const.c: Convert prototypes to ISO C90.
1827         * function.c: Likewise.
1828         * function.h: Likewise.
1830 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1832         * doc/contrib.texi: Fix typos.
1833         * doc/invoke.texi: Likewise.
1834         * doc/passes.texi: Likewise.
1835         * doc/sourcebuild.texi: Likewise.
1836         * doc/tm.texi: Likewise.
1838 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1840         * basic-block.h: Fix comment typos.
1841         * bb-reorder.c: Likewise.
1842         * c-format.c: Likewise.
1843         * cfgcleanup.c: Likewise.
1844         * cfghooks.h: Likewise.
1845         * cfgloop.c: Likewise.
1846         * cfgloopmanip.c: Likewise.
1847         * cfgrtl.c: Likewise.
1848         * cgraph.h: Likewise.
1849         * cgraphunit.c: Likewise.
1850         * combine.c: Likewise.
1851         * convert.c: Likewise.
1852         * dbxout.c: Likewise.
1853         * df.c: Likewise.
1854         * df.h: Likewise.
1855         * diagnostic.c: Likewise.
1856         * dwarf2out.c: Likewise.
1857         * et-forest.h: Likewise.
1858         * flow.c: Likewise.
1859         * fold-const.c: Likewise.
1860         * function.h: Likewise.
1861         * gcov-io.h: Likewise.
1862         * gcov.c: Likewise.
1863         * gcse.c: Likewise.
1864         * genautomata.c: Likewise.
1865         * ggc-common.c: Likewise.
1866         * ggc-page.c: Likewise.
1867         * loop-unroll.c: Likewise.
1868         * loop-unswitch.c: Likewise.
1869         * loop.c: Likewise.
1870         * mips-tfile.c: Likewise.
1871         * optabs.c: Likewise.
1872         * ra-build.c: Likewise.
1873         * ra-colorize.c: Likewise.
1874         * ra-rewrite.c: Likewise.
1875         * ra.h: Likewise.
1876         * regmove.c: Likewise.
1877         * reload.c: Likewise.
1878         * rtlanal.c: Likewise.
1879         * sched-ebb.c: Likewise.
1880         * sched-int.h: Likewise.
1881         * sched-vis.c: Likewise.
1882         * sreal.c: Likewise.
1883         * ssa-ccp.c: Likewise.
1884         * ssa.c: Likewise.
1885         * toplev.c: Likewise.
1886         * tree-inline.c: Likewise.
1887         * value-prof.c: Likewise.
1888         * value-prof.h: Likewise.
1890 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1892         * rtl.h (emit_line_note_after): Remove.
1893         (emit_note_copy_after, emit_note_copy): New.
1894         * emit-rtl.c (reorder_insns_with_line_notes): Replace
1895         emit_line_note_after with emit_note_copy_after.
1896         (emit_insn_after_with_line_notes): Likewise.
1897         (emit_line_note_after): Kill.
1898         (emit_note_copy_after): New.
1899         (emit_note_copy): New.
1900         * function.c (emit_return_into_block): Use emit_note_copy_after.
1901         (thread_prologue_and_epilogue_insns): Likewise.
1902         * integrate.c (expand_inline_function): Use emit_note_copy.
1903         (copy_insn_list): Likewise.
1904         * unroll.c (copy_loop_body): Likewise.
1905         * cfglayout.c (duplicate_insn_chain): Likewise.
1907 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1909         * c-tree.h (define_label): Replace filename and lineno arguments
1910         with a location_t.
1911         * c-decl.c (poplevel): Adjust define_label call.
1912         (pop_label_level): Likewise.
1913         (define_label): Replace filename and lineno arguments with a
1914         location_t.
1915         (store_parm_decls): Use DECL_SOURCE_LOCATION.
1916         * c-parse.in (label): Adjust define_label call.
1918 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
1920         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1921         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1922         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1923         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1924         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1926 2003-07-01  Andreas Jaeger  <aj@suse.de>
1928         * final.c: Convert prototypes to ISO C90.
1929         * flow.c: Likewise.
1930         * flags.h: Likewise.
1931         * gcov-io.c: Likewise.
1932         * gcov-io.h: Likewise.
1934 2003-06-30  Bruno Haible  <bruno@clisp.org>
1936         PR middle-end/6578
1937         * libgcc2.c (__subvsi3): Remove simplification that would not work
1938         when subtracting -0x80000000.
1939         (__subvdi3): Remove simplification that would return a wrong result.
1940         (__mulvsi3): Fix overflow check.
1941         (__absvdi2): Fix simplification that would return a wrong result.
1942         (__mulvdi3): Fix overflow check.
1944 2003-06-30  Jeff Law  <law@redhat.com>
1946         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1947         was always passed in the value '1'.  Simplify body appropriately.
1948         * tree.h (any_pending_cleanups): Corresponding changes.
1949         * calls.c: (expand_call): Corresponding changes.
1951 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1953         * combine.c (distribute_notes): Don't bother REG_WAS_0.
1954         * cse.c (cse_insn): Likewise.
1955         * final.c (final_scan_insn): Likewise.
1956         * jump.c (duplicate_loop_exit_test): Likewise.
1957         * rtl.c (reg_note_name): Remove REG_WAS_0.
1958         * rtl.h (REG_WAS_0): Remove.
1959         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1960         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1961         (output_movhi): Likewise.
1962         (output_movsisf): Likewise.
1963         (reg_was_0): Remove.
1964         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1965         REG_WAS_0.
1966         (m68hc11_gen_movqi): Likewise.
1967         * config/vax/vax-protos.h: Remove the prototype for
1968         reg_was_0_p.
1969         * config/vax/vax.c (follows_p): Remove.
1970         (reg_was_0_p): Likewise.
1971         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1972         (movhi): Likewise.
1973         (movqi): Likewise.
1974         * doc/rtl.texi (REG_WAS_0): Remove.
1976 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
1978         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1980 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
1982         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1983         top-level include directory.
1984         * config/xtensa/lib2funcs.S: Likewise.
1985         * config/xtensa/xtensa.h: Likewise.
1986         * config/xtensa/xtensa-config.h: Remove.
1987         * doc/install.texi: Update location of "xtensa-config.h" header.
1989 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1991         * config/s390/s390.c (s390_extra_constraint): New function.
1992         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1993         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1994         * config/s390/s390.c (q_constraint): Remove.
1995         * config/s390/s390-protos.h (q_constraint): Likewise.
1996         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1997         (EXTRA_ADDRESS_CONSTRAINT): Define.
1999         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2000         (DISP_IN_RANGE, s390_short_displacement): New.
2001         (legitimate_reload_operand_p): Support long displacements.
2002         (s390_decompose_address): Likewise.
2003         (legitimize_pic_address): Likewise.
2004         (legitimize_address): Likewise.
2005         (s390_fixup_clobbered_return_reg): Likewise.
2006         (s390_emit_prologue, s390_emit_epilogue): Likewise.
2007         (s390_output_mi_thunk): Likewise.
2009         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2010         (attr "atype", attr "length"): Add defaults for new op_types.
2011         (all insns): Change op_type attribute where appropriate.
2013         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2014         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2015         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2016         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2017         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2018         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2019         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2020         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2021         "*movdf_64", "*movdf_31", "*movsf",
2022         "*load_multiple_si", "*store_multiple_di",
2023         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2024         "*la_64", "*la_31", "*la_31_and", "force_la_31",
2025         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2026         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2027         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2028         "*addsi3_sign", "*addsi3_sub", "addsi3",
2029         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2030         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2031         "mulsi3"
2032         "*andsi3_cc", "*andsi3_cconly", "andsi3",
2033         "*andqi3_ss", "*andqi3_ss_inv",
2034         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2035         "*iorqi3_ss", "*iorqi3_ss_inv",
2036         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2037         "*xorqi3_ss", "*xorqi3_ss_inv",
2038         "*tls_load_31"): Add alternatives for long-displacement instructions.
2040         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2041         "*load_multiple_di", "*store_multiple_di",
2042         "*sethighqidi_64", "*zero_extendhisi2_31",
2043         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2044         "adddf3", "*adddf3", "*adddf3_ibm",
2045         "addsf3", "*addsf3", "*addsf3_ibm",
2046         "subdf3", "*subdf3", "*subdf3_ibm",
2047         "subsf3", "*subsf3", "*subsf3_ibm",
2048         "mulsi_6432", "divmoddisi3",
2049         "muldf3", "*muldf3", "*muldf3_ibm",
2050         "mulsf3", "*mulsf3", "*mulsf3_ibm",
2051         "divdf3", "*divdf3", "*divdf3_ibm",
2052         "divsf3", "div*sf3", "*divsf3_ibm",
2053         "sqrtdf2", "sqrtsf2",
2054         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2055         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2056         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2057         and address constraints for instructions that do not accept long
2058         displacements.
2060 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
2061             Ulrich Weigand  <uweigand@de.ibm.com>
2063         * config/s390/2084.md: New file.
2064         * config/s390/s390.md: Include it.
2065         * config/s390/s390.c (s390_adjust_priority): New function.
2066         (TARGET_SCHED_ADJUST_PRIORITY): Define.
2067         (s390_first_cycle_multipass_dfa_lookahead): New function.
2068         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2069         (s390_sched_reorder2): New function.
2070         (TARGET_SCHED_REORDER2): Define.
2071         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2072         (s390_issue_rate): Likewise.
2074 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2076         * Makefile.in (GTFILES): Add cgraph.h.
2077         * cgraph.c (known_decls): Remove.
2078         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2079         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2080         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2081         (cgraph_varpool_node): Likewise; add next pointer.
2082         (cgraph_varpool_nodes): New static variable.
2083         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2084         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2085         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2086         * gengtype.c (open_base_files): Include cgraph.h
2088 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2090         * Changelog: Remove ">>>>>>>" from previous change.
2092 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2094         * config/cris/cris.c: Fix spelling for "testcase".
2095         * config/cris/cris.h: Likewise.
2096         * config/cris/cris.md: Likewise.
2097         * config/mmix/crti.asm: Likewise.
2098         * config/mmix/mmix.h: Likewise.
2099         * config/mmix/mmix.md: Likewise.
2101 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2103         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2104         1.
2106 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2108         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2109         --with-mode configure options.
2110         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2111         (DRIVER_SELF_SPECS): Define.
2112         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2113         architecture to assembler.
2114         (LINK_SPEC): Merge 31-bit and 64-bit variants.
2115         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2116         * config/s390/s390.c (override_options): New default rules for
2117         architecture mode and cpu architecture selection.
2118         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2119         new default rules.
2121         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2122         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2123         * config/s390/s390.c (override_options): Add "z990" to
2124         processor_alias_table.
2125         * doc/invoke.texi (-march): Document "z990" processor type.
2127         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2128         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2129         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2130         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2131         * config/s390/s390.c (override_options): Replace enum pta_flags by
2132         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
2134         * config/s390/s390.c (s390_cpu): Rename to ...
2135         (s390_tune): ... this.
2136         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2137         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2138         * config/s390/s390.md (attr "cpu"): Likewise.
2140 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
2142         * c-common.c (enum c_language_kind, flag_objc): Remove.
2143         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2144         c_add_case_label, finish_label_addr_expr, boolean_increment):
2145         Use c_dialect_ macros.
2146         * c-common.h (enum c_language_kind): Extend.
2147         (c_dialect_cxx, c_dialect_objc): New.
2148         (flag_objc): Remove.
2149         (c_common_init_options): Update prototype.
2150         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2151         macros.
2152         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2153         macros.
2154         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2155         * c-lang.c (c_init_options): Remove.
2156         (c_language): Define.
2157         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2158         * c-lex.c (lex_charconst): Use c_dialect_ macros.
2159         * c-opts.c (lang_flags): Make function-local.
2160         (c_common_init_options): Use c_dialect_ macros.  Handle
2161         C++ diagnostic requirements.
2162         (c_common_handle_option, c_common_post_options): Use flag_cxx.
2163         * c-parse.in (init_reswords): Use c_dialect_objc ().
2164         * c-pch.c (get_ident): Use c_language.
2165         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2166         * c-typeck.c (comptypes, build_c_cast): Similarly.
2167         * objc/objc-lang.c (c_language): Define.
2168         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2169         (objc_init_options): Remove.
2171 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2173         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2174         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2176 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
2178         * doc/sourcebuild.texi: Don't reference gnats.html any more.
2180 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2182         * config/h8300/h8300.c (compute_mov_length): Fix length of
2183         mov:SF on H8/300.
2185 2003-06-30  Nick Clifton  <nickc@redhat.com>
2187         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2188         constant.
2190 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2192         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2194 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
2196         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2197         (altivec_in_gprs_p): New function.
2199         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2200         prototype.
2201         (altivec_in_gprs_p): New prototype.
2203         * config/rs6000/altivec.md (*movv4si_internal): Change
2204         multi-assembler alternative to '#'. Add postreload splitter to
2205         handle this cases.
2206         (*movv4hi_internal): Likewise.
2207         (*movv4qi_internal): Likewise.
2208         (*movv4sf_internal): Likewise.
2210 2003-06-30  Jason Merrill  <jason@redhat.com>
2212         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2213         * calls.c: Not here.
2215 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
2217         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2218         (bad_signed_byte_operand): Likewise.
2219         (arm_output_epilogue): Likewise.
2220         (arm_final_prescan_insn): Likewise.
2222 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2224         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2226 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2228         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2229         subsequent writes.
2231 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
2233         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2234         in cfglayout mode.
2236 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
2238         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2239         (init_ext_80387_constants): Likewise.
2240         (standard_80387_constant_rtx): Likewise.
2241         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2242         (atantf): Disable for !TARGET_128BIT_LONG_LONG
2243         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2244         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2245         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2246         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2247         (frndinttf2): New.
2248         (f2xm1tf2): New.
2249         (exp?f2): Use expsf2_tf when needed.
2250         (exp?f2_tf): New.
2251         (exptf): New.
2253 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2255         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2256         statement from tmake_file set.
2258 2003-06-29  James E Wilson  <wilson@tuliptree.org>
2260         * reload.c (find_reloads): Change push_reloads to push_reload in
2261         comment.
2262         * reload1.c (eliminate_regs): Likewise.
2263         (dump_needs): Delete prototype for deleted function.
2265 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2267         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2268         format attributes.
2269         * c-format.c (enum format_type): Add gcc_diag_format_type,
2270         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2271         (gcc_diag_length_specs, gcc_cdiag_length_specs,
2272         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2273         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2274         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2275         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2276         (format_types_orig): Add new data.
2277         (find_char_info_specifier_index, init_dynamic_diag_info): New
2278         functions.
2279         (handle_format_attribute): Update to handle new format attributes.
2281 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
2283         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
2285 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
2287         * doc/install.texi: Remove install documentation for obsoleted targets
2288         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2289         arm-*-aof.
2290         Update information about IA64 toolchain, AIX make requirements,
2291         and binutils for m68k-*-hpux and *-*-linuxaout targets.
2293 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
2295         * regmove.c (regmove_optimize): Don't try to make src and dst match
2296         when they are in different modes.
2298 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2300         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2301         busy work when builtin is not supported by the backend.
2303 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2305         * loop.c (count_one_set): Fix detection of registers set in more
2306         than one basic block.
2308 2003-06-29  Andreas Jaeger  <aj@suse.de>
2310         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2311         * system.h: Poison OBJ_FORMAT_ROSE.
2312         * doc/tm.texi (Macros for Initialization): Remove documentatin of
2313         OBJECT_FORMAT_ROSE.
2314         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2315         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2317 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2319         * pa.c (update_total_code_bytes): New function.
2320         (last_address): Number of bytes output for a function and its
2321         associated thunks.
2322         (compute_frame_size): Use BITS_PER_UNIT.
2323         (pa_output_function_epilogue): Compute last_address.  Use
2324         update_total_code_bytes.
2325         (output_lbranch): Handle long branch on portable runtime.
2326         (attr_length_millicode_call, attr_length_call,
2327         attr_length_indirect_call): Only use total_code_bytes for calls in
2328         the text section.
2329         (output_call): Only use an indirect call sequence when the target is
2330         not local.
2331         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
2332         test to determine when an IA-relative branch can be used.  Add various
2333         long branch sequences.  Avoid using an indirect branch on all ports
2334         except SOM.
2336 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
2338         * expr.c (clear_by_pieces): Fix prototype.
2340 2003-06-29  Andreas Jaeger  <aj@suse.de>
2342         * cse.c: Convert prototypes to ISO C90.
2343         * cselib.c: Likewise.
2344         * cselib.h: Likewise.
2345         * dbxout.c: Likewise.
2346         * debug.c: Likewise.
2347         * df.c: Likewise.
2348         * df.h: Likewise.
2349         * dojump.c: Likewise.
2350         * doloop.c: Likewise.
2351         * dominance.c: Likewise.
2352         * dwarf2asm.c: Likewise.
2353         * dwarf2out.c: Likewise.
2354         * dwarf2out.h: Likewise.
2355         * dwarfout.c: Likewise.
2356         * except.c: Likewise.
2357         * except.h: Likewise.
2358         * emit-rtl.c: Likewise.
2359         * et-forest.c: Likewise.
2360         * et-forest.h: Likewise.
2361         * except.c: Likewise.
2362         * explow.c: Likewise.
2363         * expmed.c: Likewise.
2364         * expr.c: Likewise.
2365         * expr.h: Likewise.
2367 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2369         * alloc-pool.c: Fix comment formatting.
2370         * bitmap.c: Likewise.
2371         * bitmap.h: Likewise.
2372         * bt-load.c: Likewise.
2373         * builtins.c: Likewise.
2374         * caller-save.c: Likewise.
2375         * cfganal.c: Likewise.
2376         * cfgrtl.c: Likewise.
2377         * collect2.c: Likewise.
2378         * cse.c: Likewise.
2379         * df.c: Likewise.
2380         * diagnostic.c: Likewise.
2381         * dwarf2out.c: Likewise.
2382         * dwarfout.c: Likewise.
2383         * expmed.c: Likewise.
2384         * final.c: Likewise.
2385         * flags.h: Likewise.
2386         * fold-const.c: Likewise.
2387         * gcc.c: Likewise.
2388         * gcov-io.h: Likewise.
2389         * gcov.c: Likewise.
2390         * genattrtab.c: Likewise.
2391         * genautomata.c: Likewise.
2392         * libgcov.c: Likewise.
2393         * mips-tfile.c: Likewise.
2394         * optabs.c: Likewise.
2395         * prefix.c: Likewise.
2396         * rtlanal.c: Likewise.
2397         * stmt.c: Likewise.
2398         * stor-layout.c: Likewise.
2399         * toplev.c: Likewise.
2400         * varasm.c: Likewise.
2401         * vmsdbgout.c: Likewise.
2403 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2405         * expr.c (emit_single_push_insn): If padding is needed
2406         downward, adjust the stack pointer first, and then store the
2407         data into the stack location using an offset.
2409 2003-06-29  Andreas Jaeger  <aj@suse.de>
2411         * collect2.h: Convert prototypes to ISO C90.
2412         * collect2.c: Likewise.
2413         * conflict.c: Likewise.
2414         * coverage.c: Likewise.
2415         * convert.h: Likewise.
2416         * convert.c: Likewise.
2418 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2420         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
2421         filename to <internal>.
2422         * tree.c (make_node): Just copy the current location.
2424 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2426         PR optimization/11210
2427         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
2429 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
2431         * toplev.c (flag_dummy): Remove.
2432         (f_options): Restore flag pointers.
2434 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
2436         * config/rs6000/rs6000.c (processor_target_table): Add 970.
2437         * config.gcc: Add 970.
2439 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2441         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
2442         -1) with ggc_strdup.
2443         * stmt.c (expand_asm_operands): Likewise.
2444         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
2446 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2448         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
2449         definition.
2451 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2453         * opts.c: Include insn-attr.h.
2454         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
2456 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
2458         * flow.c (propagate_one_insn): Use proper test for a register
2459         being part of the return value.
2461 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2463         * config/avr/avr.c: Fix a comment typo.
2465 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2467         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
2468         with avr_simplify_comparison_p.
2469         * config/avr/avr.c: Likewise.
2471 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2473         * builtins.c: Follow spelling conventions.
2474         * cgraph.c: Likewise.
2475         * cpplex.c: Likewise.
2476         * config/arm/arm.c: Likewise.
2477         * config/arm/iwmmxt.md: Likewise.
2478         * config/c4x/c4x-modes.def: Likewise.
2479         * config/c4x/c4x.c: Likewise.
2480         * config/c4x/c4x.h: Likewise.
2481         * config/c4x/c4x.md: Likewise.
2482         * config/i386/i386-interix.h: Likewise.
2483         * config/mips/mips.h: Likewise.
2485 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2487         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2488         __mc68020__ on TARGET_68020.
2490 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2492         * config/h8300/h8300.c: Fix a comment typo.
2494 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2496         * c-parse.in (yylexstring): Use a location_t.
2498         * diagnostic.h (diagnostic_set_info): Replace file and lineno
2499         parameters with a location_t.
2500         * diagnostic.c (diagnostic_set_info): Replace file and lineno
2501         parameters with a location_t.
2502         (inform, warning, pedwarn, error, sorry, fatal_error,
2503         internal_error, warning_with_decl, pedwarn_with_decl,
2504         error_with_decl): Adjust.
2505         * c-error.c (pedwarn_c99): Adjust.
2506         * c-format.c (status_warning): Adjust.
2507         * rtl-error.c (file_and_line_for_asm): Rename to ...
2508         (location_for_asm): Return a location_t.
2509         (diagnostic_for_asm): Adjust.
2511 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2513         * cpptrad.c (skip_macro_block_comment): New.
2514         (copy_comment): Use it if appropriate.
2516 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2518         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2519         definition.
2520         (store_killed_in_insn): Likewise.
2521         * print-rtl.c (print_rtx): Likewise.
2522         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2523         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2524         (m68hc11_reassign_regs): Likewise.
2525         (m68hc11_reorg): Likewise.
2527 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
2529         * diagnostic.c (output_integer_with_precision): New macro.
2530         (output_format): Use it.  Handle more format specifiers.
2531         (output_long_decimal): Remove.
2532         (output_unsigned_decimal): Likewise.
2533         (output_long_unsigned_decimal): Likewise.
2534         (output_octal): Likewise.
2535         (output_long_octal): Likewise.
2536         (output_hexadecimal): Likewise.
2537         (output_long_hexadecimal): Likewise.
2538         (output_long_long_decimal): Likewise.
2540 2003-06-28  Andreas Schwab  <schwab@suse.de>
2542         * config/ia64/ia64.md: Follow recent emit_note API change.
2544 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2546         * c-parse.in (%union): Replace filename & lineno with location.
2547         (save_filename, save_lineno): Remove.
2548         (save_location): New.
2549         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2550         nested_function, notype_nested_function, if_prefix, lineno_stmt,
2551         lineno_label, label): Adjust.
2553 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
2555         * builtins.c (c_strlen): Add only_value argument.
2556         Handle COND_EXPR and COMPOUND_EXPR.
2557         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2558         Adjust c_strlen callers.
2559         (expand_builtin_strcpy, expand_builtin_strncpy,
2560         expand_builtin_strcmp, expand_builtin_strncmp,
2561         expand_builtin_fputs, expand_builtin_sprintf,
2562         fold_builtin): Adjust c_strlen callers.
2564 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
2566         * bb-reorder.c (find_traces_1_round): Do not send basic block
2567         to next round when we are in the last round.
2569 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2571         * Makefile.in: Update.
2572         * opts.c: Include tm_p.h.
2573         (handle_options): Make static.
2574         (decode_options): Copied from toplev.c.
2575         * opts.h (decode_options): New.
2576         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2577         some to...
2578         (general_init): ...here.
2579         (toplev_main): Use decode_options instead.
2580         * toplev.h (save_argc, save_argv): New.
2582 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2584         * explow.c (find_next_ref): Remove.
2585         * rtl.h: Remove the prototype for find_next_ref.
2587 2003-06-27  Roger Sayle  <roger@eyesopen.com>
2589         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2590         call to match recent API change.
2592 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2594         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2595         declaration.
2597         * c-format.c (check_format_string, get_constant)
2598         * cfgrtl.c (rtl_split_edge):
2599         Mark the definition static, matching the forward declaration.
2601 2003-06-27  Gunther Nikl <gni@gecko.de>
2603         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2605         PR target/11014
2606         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2607         syntax for MIT / MOTOROLA.
2609         PR other/10240
2610         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2611         * configure: Rebuilt.
2613 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
2615         * config/mips/mips.c (mips_build_va_list): Make padding in
2616         va_list structure explicit to avoid -Wpadded warnings.
2618 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2620         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2621         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2622         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2623         Declare it.
2624         * config/s390/s390.md ("reload_outti", "reload_outdi",
2625         "reload_outdf"): New expanders.
2627         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2628         memory operands as source.
2629         ("movdi" + splitters): Likewise.
2630         ("movdf" + splitters): Likewise.
2631         * config/s390/s390.c (s390_split_ok_p): New function.
2632         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2634 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2636         * combine.c (force_to_mode): Replace the equality comparison
2637         of INTVALs with a pointer equality comparison.
2638         (simplify_comparison): Likewise.
2640 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2642         * jump.c (rtx_renumbered_equal_p): Replace an expression that
2643         is known to be 0 with 0.
2645 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2647         * gcse.c (expr_equiv_p): Replace expressions that are known to
2648         be 0 with 0.
2650 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2652         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2653         with a pointer equality comparison.
2655 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2657         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2658         are known to be not equivalent.
2660 2003-06-27  Richard Henderson  <rth@redhat.com>
2662         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2663         in floating point registers.  Validate that we don't receive complex
2664         values here.  Use #elif.
2665         (return_in_memory, function_value): New.
2666         (alpha_va_arg): Handle complex values as two arguments.
2667         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2668         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2669         (SPLIT_COMPLEX_ARGS): New.
2670         * config/alpha/alpha-protos.h: Update.
2672 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2674         * ggc-page.c (inverse_table): Change type of mult to size_t.
2675         (compute_inverse): Compute inverse using size_t, not unsigned int.
2676         Compute inverse also for sizes larger than half a machine page.
2678 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
2680         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
2681         when called before cgraph_optimize.
2683 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2685         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2686         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2687         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2689 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
2691         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2692         of known_decls.
2694 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
2696         * defaults.h (REGISTER_MOVE_COST): Define default here.
2697         * regclass.c: Don't define default REGISTER_MOVE_COST here.
2698         * reload.c, reload1.c: Ditto.
2700 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
2702         * flags.h: Really install previous change.
2704 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2706         * rtl.h (emit_note): Remove FILE parameter.
2707         * emit-rtl.c (emit_line_note): Adjust emit_note call.
2708         (emit_note): Remove FILE parameter. Adjust.
2709         * builtins.c (expand_builtin_expect): Adjust emit_note call.
2710         * c-semantics.c (genrtl_scope_stmt): Likewise.
2711         (expand_stmt): Likewise.
2712         * cfglayout.c (reemit_insn_block_notes): Likewise.
2713         (duplicate_insn_chain): Likewise.
2714         * except.c (expand_eh_region_start, expand_eh_region_end,
2715         sjlj_emit_function_enter): Likewise.
2716         * explow.c (probe_stack_range): Likewise.
2717         * expr.c (emit_block_move_via_loop): Likewise.
2718         * function.c (init_function_start, expand_function_start,
2719         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2720         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2721         * reg-stack.c (compensate_edge): Likewise.
2722         * reload1.c (reload): Likewise.
2723         * rtlanal.c (hoist_insn_to_edge): Likewise.
2724         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2725         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2726         expand_exit_loop_top_cond, expand_value_return,
2727         expand_start_bindings_and_block, expand_end_bindings,
2728         expand_decl_cleanup, expand_start_case): Likewise.
2729         * unroll.c (copy_loop_body
2730         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2731         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2732         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2733         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2734         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2735         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2736         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2738 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2740         * c-tree.h (grokfield): Remove unused filename and line parameters.
2741         * c-decl.c (grokfield): Remove unused filename and line parameters.
2742         * c-parse.in (component_decl): Adjust field grokking rules, adjust
2743         grokfield calls.
2744         (component_declarator): Likewise.
2745         (component_notype_declarator): Likewise.
2746         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2747         calls.
2748         (build_protocol_template, build_method_prototype_list_template,
2749         build_method_prototype_template, build_category_template,
2750         build_selector_template, build_class_template,
2751         build_super_template, build_ivar_template,
2752         build_ivar_list_template, build_method_list_template,
2753         build_method_template, add_instance_variable): Likewise.
2755 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2757         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2758         OP2 are known to be not equivalent.
2760 2003-06-26  Devang Patel <dpatel@apple.com>
2762         * final.c (debug_flush_symbol_queue): New function.
2763         (debug_queue_symbol): New function.
2764         (debug_free_queue): New function.
2765         (debug_nesting): New variable.
2766         (symbol_queue): New variable.
2767         (symbol_queue_index): Same.
2768         (symbol_queue_size): Same.
2769         * debug.h (debug_flush_symbol_queue): New.
2770         (debug_queue_symbol): New.
2771         (debug_free_queue): New.
2772         (debug_nesting): New.
2773         (symbol_queue_index): New.
2774         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2775         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2776         (dbxout_init): Delay symbol output.
2777         (dbxout_global_decl): Save, set and reset TREE_USED bit around
2778         dbxout_symbol() call.
2779         (dbxout_begin_function): Same.
2780         (dbxout_finish): Free symbol queue.
2781         (dbxout_type): Put appropriate symbols in queue.
2782         (dbxout_symbol): Put info for symbol's type in queue.
2783         Decrement/Increment nesting counts flush symbol queue appropriately.
2784         (dbxout_parms): Increment dbxout nesting.
2785         (dbxout_reg_parms): Same.
2786         * flags.h (flag_debug_only_used_symbols): New.
2787         * toplev.c (flag_debug_only_used_symbols): New variable.
2788         (lang_independent_options): Add entries for new option
2789         -feliminate-unused-debug-symbols.
2790         * common.opt: Add entry for -feliminate-unused-debug-symbols.
2791         * opts.c (common_handle_options): Same.
2792         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2793         -feliminate-unused-debug-symbols.
2794         * doc/invoke.texi (Debugging Options): Document
2795         -feliminate-unused-debug-symbols.
2797 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2798             Jakub Jelinek  <jakub@redhat.com>
2800         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2801         obtain the format string instead of using TREE_STRING_POINTER and
2802         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
2803         return value is unused or the length of src is a known constant.
2805 2003-06-26  Richard Henderson  <rth@redhat.com>
2807         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2809 2003-06-26  Richard Henderson  <rth@redhat.com>
2811         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2812         (ia64_split_call): Only load descriptor for GP register inputs.
2813         (ia64_expand_epilogue): Check current_frame_info.mask not
2814         current_function_is_leaf to restore ar.pfs.
2816 2003-06-26  Richard Henderson  <rth@redhat.com>
2818         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2819         instead of replacing it.
2821 2003-06-26  Richard Henderson  <rth@redhat.com>
2823         * flow.c (propagate_one_insn): Kill function return value
2824         registers across tail calls.
2826         * flow.c (propagate_one_insn): Preserve live-at-end registers
2827         across tail calls.
2829 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2831         * reload.c (can_reload_into): New function.
2832         (push_reload): Use it.
2834 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2836         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2837         references to the amount of a rotation.
2839 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2841         * config/sh/coff.h: Don't include dbxcoff.h.
2842         * config.gcc: List it here.
2844 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2846         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2847         earlier.  Don't check if SRC is a constant.
2849 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2851         * Makefile.in (OBJS): Add postreload.o.
2852         Remove cselib.h from the dependency list for reload1.o.
2853         Add a dependency list for postreload.o.
2854         * reload.h: Change the comment for the prototype of
2855         reload_cse_regs.
2856         * reload1.c: Don't include cselib.h.
2857         (reload_cse_regs): Move to postreload.c
2858         (reload_cse_regs_1): Likewise.
2859         (reload_cse_noop_set_p): Likewise.
2860         (reload_cse_simplify_set): Likewise.
2861         (reload_cse_simplify_operands): Likewise.
2862         (RELOAD_COMBINE_MAX_USES): Likewise.
2863         (reload_combine_ruid): Likewise.
2864         (LABEL_LIVE): Likewise.
2865         (reload_combine): Likewise.
2866         (reload_combine_note_use): Likewise.
2867         (reload_combine_note_store): Likewise.
2868         (reg_set_luid): Likewise.
2869         (reg_offset): Likewise.
2870         (reg_base_reg): Likewise.
2871         (reg_mode): Likewise.
2872         (move2add_luid): Likewise.
2873         (move2add_last_label_luid): Likewise.
2874         (MODES_OK_FOR_MOVE2ADD): Likewise.
2875         (reload_cse_move2add): Likewise.
2876         (move2add_note_store): Likewise.
2877         (reload_cse_simplify): Likewise.
2878         * postreload.c: New.
2880 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2882         * config/avr/avr.c (final_prescan_insn): Remove support for
2883         -mrtl.
2884         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2885         (TARGET_RTL_DUMP): Likewise.
2886         (TARGET_SWITCHES): Remove -mrtl.
2888 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2890         * config/h8300/h8300-protos.h: Change emit_a_rotate to
2891         output_a_rotate.  Add a prototype for compute_a_rotate_length.
2892         * config/h8300/h8300.c (emit_a_rotate): Change to
2893         output_a_rotate.
2894         (compute_a_rotate_length): New.
2895         (h8300_adjust_insn_length): Remove.
2896         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2897         * config/h8300/h8300.md (adjust_length): Remove.
2898         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2899         (*rotlhi3_1): Likewise.
2900         (*rotlsi3_1): Likewise.
2902 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2903             Richard Henderson  <rth@redhat.com>
2905         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2906         list against re-evaluation.  If expand_unop fails, call expand_call
2907         with the stabilized argument list rather than return NULL_RTX.
2908         (expand_builtin_mathfn2): Likewise, always stabilize the argument
2909         list, and call expand_call ourselves if expand_binop fails.
2911 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2913         PR optimization/11210
2914         * fold-const (decode_field_reference): Strip only NOPs that
2915         don't affect the sign.
2917 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2919         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2920         (pop_fpscr, fpu_switch): Likewise.
2922 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2924         * value-prof.c: New.
2925         * value-prof.h: New.
2926         * Makefile.in (value-prof.o): New.
2927         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2928         (profile.o): Add value-prof.h and tree.h dependency.
2929         * flags.h (flag_profile_values): Declare.
2930         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2931         Add new counters.
2932         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2933         GCOV_COUNTER_V_DELTA): New counter sections.
2934         (__gcov_merge_single, __gcov_merge_delta): Declare.
2935         * flow.c (mark_used_regs): Set subregs_of_mode only when the
2936         structure is initialized.
2937         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2938         * profile.c: Include value-prof.h and tree.h.
2939         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2940         gen_const_delta_profiler, instrument_values): New static functions.
2941         (get_exec_counts): Fix comment.
2942         (branch_prob): Invoke instrument_values.
2943         * toplev.c (flag_profile_values): New flag.
2944         * doc/invoke.texi (-fprofile-values): Document.
2946 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2948         * Makefile.in (cfgrtl.o): Add expr.h dependency.
2949         * cfgrtl.c: Include expr.h.
2950         (mark_killed_regs, safe_insert_insn_on_edge): New
2951         functions.
2952         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2953         * basic-block.h (safe_insert_insn_on_edge): Declare.
2955 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2957         * c-opts.c (missing_arg): Make non-static.
2958         (c_common_handle_option): Don't check for missing arguments.
2959         * opts.c (handle_option): Check for missing arguments.
2961 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
2963         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2965 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
2967         * configure.in (ld_vers): Portability [sed].
2968         * configure: Regenerate with autoconf213.
2970 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2972         * doc/extend.texi: Document new builtin functions for Intel
2973         Prescott New Intrunctions.
2975         * doc/invoke.texi: Document new command-line options, -mpni and
2976         -mno-pni, for Intel Prescott New Intrunctions.
2978         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2980         * config/i386/i386.c (override_options): Turn on MASK_SSE2
2981         for -mpni. Turn on MASK_SSE for -msse2.
2982         (bdesc_2arg): Add PNI builtins with 2 args.
2983         (bdesc_1arg): Add PNI builtins with 1 arg.
2984         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2985         (ix86_expand_builtin): Likewise.
2987         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2988         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2989         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2990         (TARGET_PNI): New.
2991         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2992         -mpni and -mno-pni.
2993         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2994         (ix86_builtins): Add PNI builtins.
2995         (config/i386/i386.md): Add PNI patterns.
2997         * config/i386/pmmintrin.h: New file.
2999 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3001         * config/h8300/h8300.md (call): Fix the insn lengths.
3002         (call_value): Likewise.
3004 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3006         * c-common.c (handle_used_attribute): Use mark_referenced.
3007         * varasm.c (mark_referenced): Break out from ...
3008         (assemble_name): ... here.
3009         * tree.h (mark_referenced): Declare.
3011 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
3013         * gccbug.in: Add PCH to list of categories.
3015 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3017         * cppfiles.c: Clarify comments.
3018         * cpphash.h: Likewise.
3019         * cpplib.h: Likewise.
3020         * cppmacro.c: Likewise.
3021         * mkdeps.h: Likewise.
3023 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3025         * c-opts.c (complain_wrong_lang, write_langs): Remove.
3026         (c_common_handle_option): Complaints about wrong language are
3027         handled in opts.c now.
3028         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3029         (find_opt): Fix thinko.
3030         (handle_option): Update prototype.  Complain about switches for
3031         a different front end.
3032         * opts.h (lang_names, handle_options): New.
3033         (handle_option): Remove.
3034         * opts.sh: Write out language names array.
3035         * toplev.c (parse_options_and_default_flags): Use handle_options.
3037 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3039         * config/i386/i386.c (MASK_SSE1): Removed.
3040         (MASK_SSE164): Removed.
3041         (MASK_SSE264): Removed.
3042         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3043         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3044         with MASK_SSE2 | MASK_64BIT.
3045         (bdesc_1arg): Likewise.
3046         (ix86_init_mmx_sse_builtins): Likewise.
3048         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3049         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3050         -msse2.
3052 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3054         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3055         (HOST_WIDE_INT_PRINT_DEC_SPACE,
3056         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3057         HOST_WIDEST_INT_PRINT_DEC_SPACE,
3058         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3059         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3060         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3061         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3063         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3064         * ra-debug.c (dump_static_insn_cost): Likewise.
3066 2003-06-26  Nick Clifton  <nickc@redhat.com>
3068         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3069         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3070         Replace occurances of '???' with 'XXX' incase they are
3071         mistaken for trigraphs.
3072         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3073         does not have a register for the first operand.
3075 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3077         * config/sh/sh.c (sh_register_move_cost):
3078         Add case for moving between MAC_REGS.
3080 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
3082         PR 10178
3083         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3084         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3085         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3086         to true.
3087         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3088         return 0.
3090 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3092         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3093         * bt-load.c: Include "tm_p.h".
3095 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3097         * config/h8300/h8300.c (compute_mov_length): Adjust for the
3098         new optimization.
3099         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3100         an SImode constant whose upper and lower are the same.
3102 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3104         * varasm.c (assemble_name): Mark needed variables even when
3105         global info is ready.
3107 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
3109         PR other/11280
3110         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3111         -freorder-functions description.
3113 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3115         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3117 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3119         * opts.c (common_handle_option): Add missing break;s.
3121 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3123         * config/h8300/h8300-protos.h: Add a prototype for
3124         compute_mov_length.
3125         * config/h8300/h8300.c (compute_mov_length): New.
3126         * config/h8300/h8300.md (*movqi_h8300): Use it.
3127         (*movqi_h8300hs): Likewise.
3128         (movstrictqi): Likewise.
3129         (*movhi_h8300): Likewise.
3130         (*movhi_h8300hs): Likewise.
3131         (movstricthi): Likewise.
3132         (*movsi_h8300): Likewise.
3133         (*movsf_h8300): Likewise.
3134         (*movsi_h8300hs): Likewise.
3135         (*movsf_h8300hs): Likewise.
3137 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3139         * jump.c (next_nondeleted_insn): Remove.
3140         * rtl.h: Remove the prototype for next_nondeleted_insn.
3142 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3144         PR optimization/11311
3145         * builtins.c (powi_cost): Fix typo.  The number of multiplications
3146         required is the number to reduce the argument, result, plus the
3147         cost of calculating the residual, val [not n, the original value].
3149 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3151         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3153 2003-06-24  Richard Henderson  <rth@redhat.com>
3154             (blame to: Loren James Rittle  <ljrittle@acm.org>)
3156         * real.h (ieee_extended_intel_96_round_53_format): New.
3157         * real.c (ieee_extended_intel_96_round_53_format): New.
3158         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3159         for XFmode and TFmode.
3161 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3163         * config/h8300/h8300.md (4 anonymous patterns): Give internal
3164         names.
3165         (movsi_h8300): Change the name to *movsi_h8300.
3166         (movsi_h8300hs): Change the name to *movsi_h8300hs.
3167         (movsf_h8300): Change the name to *movsf_h8300.
3168         (movsf_h8300hs): Change the name to *movsf_h8300hs.
3170 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3172         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3173         src twice.
3175 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
3177         Back out these patches:
3178          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
3179           * sh.h (OLD_ARG_MODE): New macro.
3180           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3181           (FUNCTION_ARG_1): Break out of:
3182           (FUNCTION_ARG).  Use OLD_ARG_MODE.
3183          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
3184           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3185           of the generated register.
3187         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3188         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3189         an even number of floating point regs are in use, use the same
3190         sequence of argument passing registers for SCmode as would be
3191         used for two SFmode values.
3192         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3193         swap real / imaginary parts in incoming SCmode values passed
3194         in registers.
3196 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3198         PR target/11260
3199         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3201 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
3203         * Makefile.in (cgraph.o): Depend on output.h, not depend on
3204         tree-inline.h
3205         * cgraph.c: Do not include tree-inline.h; include output.h
3206         (known_fns): Rename to ...
3207         (known_decls): ... this one; update all uses.
3208         (cgraph_varpool_hash): New static variable.
3209         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3210         variables.
3211         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3212         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3213         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3214         New functions.
3215         * cgraph.h (cgraph_varpool_node): New structure.
3216         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3217         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3218         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3219         cgraph_varpool_asemble_pending_decls): Declare.
3220         * cgraphunit.c (record_call_1): Notice variable references.
3221         (cgraph_finalize_compilation_unit): Assemble pending variables.
3222         * toplev.c (wrapup_global_declarations): Use varpool.
3223         (compile_file): Assemble pending declarations.
3224         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3225         * varasm.c (assemble_name): Notice varpool references.
3227 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
3229         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3230         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3231         * varasm.c (assemble_variable): Call prepare_assemble_variable.
3233 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3235         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3236         calls for pow, powf, powl and their __builtin_ variants.
3237         (expand_builtin_pow): If the second argument is a constant
3238         integer and compiling with -ffast-math, use expand_powi to
3239         generate RTL if powi_cost is less than POWI_MAX_MULTS.
3240         (powi_cost): New function to return the number of multiplications
3241         necessary to evaluate an Nth power, for integer constant N.
3242         (expand_powi): New function to expand the RTL for evaluating
3243         the Nth power of a floating point value, for integer constant N.
3245         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3247 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3249         * cgraph.c (cgraph_nodes_queue): Declare.
3250         (eq_node): Take identifier as p2.
3251         (cgraph_node): Update htab_find_slot_with_hash call.
3252         (cgraph_node_for_identifier): New.
3253         (cgraph_mark_needed_node): Move here from cgraphunit.c.
3254         * cgraph.h (cgraph_nodes_queue): Declare.
3255         (cgraph_node_for_identifier): Declare.
3256         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3257         instead of in cgraph_finalize_compilation_unit; constructors and
3258         destructors are entry points.
3259         (cgraph_finalize_compilation_unit): Reorganize debug outout;
3260         examine nested functions after lowerng; call collect_functions hook.
3261         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3262         (cgraph_finalize_compilation_unit): Do not collect entry points.
3263         * varasm.c: Include cgraph.h
3264         (assemble_name): Mark referenced identifier as needed.
3266         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3268 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3270         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3271         just SYMBOL_REF.
3272         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3273         mode, as it requires pic register loaded.
3275         * varasm.c (resolve_unique_section): Remove prototype.  No longer
3276         static.
3277         * tree.h (resolve_unique_section): New prototype.
3279 2003-06-23  Andreas Schwab  <schwab@suse.de>
3281         PR debug/9905
3282         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3283         recursing through first argument.
3285 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3287         * ChangeLog.1: Fix a typo.
3288         * cfgrtl.c: Fix comment typos.
3289         * dwarf2out.c: Likewise.
3290         * expmed.c: Likewise.
3291         * genrecog.c: Likewise.
3292         * jump.c: Likewise.
3293         * rtlanal.c: Likewise.
3294         * ssa-dce.c: Likewise.
3295         * toplev.c: Likewise.
3297 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3299         * doc/extend.texi: Fix typos.
3300         * doc/md.texi: Likewise.
3301         * doc/tm.texi: Likewise.
3303 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3305         * basic-block.h: Fix comment formatting.
3306         * bt-load.c: Likewise.
3307         * builtins.c: Likewise.
3308         * c-common.c: Likewise.
3309         * c-common.h: Likewise.
3310         * c-format.c: Likewise.
3311         * coverage.c: Likewise.
3312         * cpplib.h: Likewise.
3313         * cpppch.c: Likewise.
3314         * dbxout.c: Likewise.
3315         * diagnostic.c: Likewise.
3316         * dwarf2out.c: Likewise.
3317         * expr.c: Likewise.
3318         * fold-const.c: Likewise.
3319         * function.c: Likewise.
3320         * gcc.c: Likewise.
3321         * gcov-io.c: Likewise.
3322         * gcov-io.h: Likewise.
3323         * gcov.c: Likewise.
3324         * profile.c: Likewise.
3325         * real.h: Likewise.
3326         * sched-deps.c: Likewise.
3328 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3329             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3331         * doc/contrib.texi (Contributors): Add a note on testing and
3332         remove duplicates from testers list.
3334 2003-06-23  Nick Clifton  <nickc@redhat.com>
3336         * read-rtl.c (read_braced_string): Check for EOF.  If
3337         encountered issue an error message.
3339 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3341         * doc/invoke.texi: Document dump options, dT and dW.
3343 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3345         * genrecog.c (pred_table): Remove the entry for
3346         mode_independent_operand.
3347         * recog.c (next_insns_test_no_inequality): Remove.
3348         (mode_independent_operand): Likewise.
3349         * recog.h: Remove the prototype for mode_independent_operand.
3351 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3353         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3354         store into bit 0.
3355         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3356         second alternative to set_znv.
3357         (*extzv_1_r_inv_h8300hs): Likewise.
3359 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3361         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3362         set in_tree_gas_is_elf accordingly.
3363         (in_tree_ld): Find out whether LD emulation is ELF, set
3364         in_tree_ld_is_elf accordingly.
3365         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3366         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3367         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3368         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3369         grepping gas/Makefile.
3370         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3371         $in_tree_ld_is_elf instead of grepping ld/Makefile.
3372         * configure: Regenerate.
3374 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3376         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3377         up the stabilized argument list, not build_tree_list.
3378         (expand_builtin_strcpy): Construct new argument list manually
3379         instead of using chainon to modify the original argument list.
3380         (expand_builtin_stpcpy): Construct new argument list manually
3381         instead of using copy_list and chainon.
3382         (expand_builtin_sprintf): New function.  Optimize calls to
3383         sprintf when the format is "%s" or doesn't contain a '%'.
3384         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3385         expand_builtin_sprintf.
3387 2003-06-22  Andreas Schwab  <schwab@suse.de>
3389         * function.c (set_insn_locators): Mark as unused.
3391 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3393         * common.opt: Add -finline-limit.
3394         * opts.c (common_handle_options): Handle it.
3395         * opts.sh: Temporary kludge for -finline-limit.
3396         * toplev.c (decode_f_option, independent_decode_option): Die.
3397         (parse_options_and_default_flags): No independent_decode_option.
3399 2003-06-22  Andreas Jaeger  <aj@suse.de>
3401         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3403 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3405         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3407 2003-06-22  Andreas Schwab  <schwab@suse.de>
3409         * doc/invoke.texi: Remove leading `-' from options in index.
3411 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3413         * bt-load.c: Follow spelling conventions.
3415 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3417         * expr.c (emit_move_insn_1): Fix a comment typo.
3419 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3421         * doc/invoke.texi: Alphabetize dump options.
3423 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3425         * doc/invoke.texi: Remove a duplicate -dk.
3427 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3429         * doc/invoke.texi: Update dump file names.
3431 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
3433         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
3434         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
3436 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3438         * doc/rtl.texi: Fix the @findex for pre_modify.
3440 2003-06-22  Andreas Jaeger  <aj@suse.de>
3442         * caller-save.c: Convert to ISO C90.
3443         * calls.c: Likewise.
3444         * cfg.c: Likewise.
3445         * cfganal.c: Likewise.
3446         * cfgbuild.c: Likewise.
3447         * cfgcleanup.c: Likewise.
3448         * cfghooks.c: Likewise.
3449         * cfglayout.c: Likewise.
3450         * cfglayout.h: Likewise.
3451         * cfgloop.c: Likewise.
3452         * cfgloop.h: Likewise.
3453         * cfgloopanal.c: Likewise.
3454         * cfgloopmainip.c: Likewise.
3455         * cfgrtl.c: Likewise.
3457 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3459         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
3460         64-bit alignment.
3462 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3464         * arm.md (all call_value patterns): Remove register constraints on
3465         value operand.
3467 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3469         * common.opt: More -f switches.
3470         * opts.c (common_handle_options): Handle them.
3471         * toplev.c (time_report): Make extern.
3472         (f_options): USe flag_dummy.
3473         (decode_f_option): No need to use f_options now.
3474         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
3475         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
3477 2003-06-22  Andreas Jaeger  <aj@suse.de>
3479         * c-lex.c: Convert to ISO C90.
3480         * c-objc-common.c: Likewise.
3481         * c-opts.c: Likewise.
3482         * c-pch.c: Likewise.
3483         * c-ppoutput.c: Likewise.
3484         * c-pragma.h: Likewise.
3485         * c-pretty-print.c: Likewise.
3486         * c-pretty-print.h: Likewise.
3487         * c-semantics.c: Likewise.
3488         * c-tree.h: Likewise.
3489         * c-typeck.c: Likewise.
3491         * c-lang.c: Convert to ISO C90.
3493 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3495         * opts.c (find_opt): Fix to always guarantee a find of a
3496         switch with joined parameter.
3497         * opts.h (struct cl_option): New member back_chain.
3498         * opts.sh: Update to calculate and add back_chain member.
3500 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
3502         * diagnostic.h (output_host_wide_integer): Declare.
3503         * diagnostic.c (output_long_long_decicaml): New function.
3504         (output_host_wide_integer): Likewise.
3505         (output_format): Use them.  Handle "%ll" and "%w".
3507 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
3509         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3511 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
3513         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3514         * configure.in: Don't use gcc_AC_C_CHARSET.
3515         * configure, config.in: Regenerate.
3516         * config/i370/i370.c, config/i370/i370.h: Use
3517         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3518         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
3520 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
3522         * Makefile.in: Update.
3523         * common.opt: New switches.
3524         * opts.c: Include diagnostic.h.
3525         (common_handle_option): Handle new switches.
3526         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3527         flag_if_conversion2, flag_delete_null_pointer_checks,
3528         flag_rerun_cse_after_loop): Make extern.
3529         (flag_dummy): New.
3530         (f_options): Update to use flag_dummy for moved options.
3531         (decode_f_option): Some switches moved to opts.c.
3532         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3533         flag_if_conversion2, flag_delete_null_pointer_checks,
3534         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3535         flag_tracer, flag_thread_jumps, flag_unroll_loops,
3536         flag_unroll_all_loops, flag_unswitch_loops): New.
3538 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
3540         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3542 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
3544         * config/h8300/h8300-protos.h: Add a prototype for
3545         same_cmp_preceding_p.
3546         * config/h8300/h8300.c (same_cmp_preceding): New.
3547         * config/h8300/h8300.md: Extend peephole2's that transform
3548         compare:SI into shorter sequences so that they can deal with
3549         signed comparisons.
3551 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3553         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3555         Update Andreas Jaeger's entry.
3557         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3558         Loren J. Rittle.
3560 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3562         * mkconfig.sh: Add multiple inclusion guards to generated headers.
3564 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3566         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3567         * common.opt: Add remaining -W options and -g.
3568         * diagnostic.c (warnings_are_errors): Remove.
3569         * flags.h: Make most warning flags boolean.
3570         * opts.c (common_handle_option): Handle remaining -W options, and -g.
3571         Move many warning flags from toplev.c, making them boolean.
3572         * toplev.c: Remove many warning flags.
3573         (decode_W_option): Remove.
3574         (decode_g_option): Make extern.  Error on unknown switch.
3575         (lang_independent_W_options): Use warn_dummy.
3576         (independent_decode_option): Just handle -f switches now.
3577         * toplev.h (decode_g_option): New.
3579 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
3581         PR/11092
3582         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3583         vectors.
3585 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
3587         * opts.sh: Tweak awk script for portability.
3589 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3591         PR c++/10888
3592         * tree-inline.c (expand_call_inline): Do not warn about failing to
3593         inline functions declared in system headers.
3594         * doc/invoke.texi (-Winline): Expand on documentation.
3596 2003-06-20  Richard Henderson  <rth@redhat.com>
3598         * config/alpha/alpha.c (alpha_file_start): Disable
3599         file_start_file_directive for ELF and not MDEBUG.
3601 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
3603         * sh.h (ROUND_TYPE_ALIGN): Remove.
3605 2003-06-20  Richard Henderson  <rth@redhat.com>
3607         * hooks.c (hook_int_void_no_regs): Rename from
3608         hook_reg_class_void_no_regs; change return type.
3609         * hooks.h: Update.
3610         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3611         * target.h (branch_target_register_class): Change return type to int.
3612         Add documentation.
3613         * config/sh/sh.c (sh_target_reg_class): Change return type.
3614         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3616 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
3618         * c-format.c: Change _Bool to bool reverting part of the last
3619         patch.
3621 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3623         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3624         strip name encoding.
3626 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3628         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3629         * configure: Regenerate.
3630         Fixes PR driver/9362.
3632 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3634         * config/alpha/alpha.c (alpha_file_start): Fix typo.
3636 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3638         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3639         to ASM_OUTPUT_SOURCE_LINE.
3641 2003-06-20  Daniel Egger  <degger@fhm.edu>
3642             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3644         * doc/install.texi (Building): Correct and improve statement
3645         about parallel builds.
3647 2003-06-20  Andreas Jaeger  <aj@suse.de>
3649         * c-common.c: Change _Bool to bool reverting part of the last
3650         patch.
3652 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3654         * tree.h (expand_function_end): Remove all parameters.
3655         * function.c (expand_function_end): Remove all parameters.
3656         Use input_location. Never expand_end_bindings.
3657         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3658         * coverage.c (create_coverage): Likewise.
3660 2003-06-20  Nick Clifton  <nickc@redhat.com>
3662         * doc/extend.texi (ARM Built-in Functions): New node.  Document
3663         ARM builtin functions for iWMMXt support.
3665 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3667         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3668         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3669         (--with-as): Add @anchor.
3670         (--with-gnu-ld): Fix typo.
3671         (--with-ld): Add @uref to --with-as.
3673 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3675         * doc/tm.texi: Uniformly use @defmac for macros, rather than
3676         @table items.  Minor formatting and editorial corrections.
3678 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3680         * line-map.c, line-map.h: Convert to ISO prototypes.
3682 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3684         * gcse.c (store_killed_in_insn): Fix.
3686 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3688         * target.h (asm_out.file_start, file_start_app_off,
3689         file_start_file_directive): New hooks.
3690         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3691         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3692         New hook-definition macros.
3693         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3694         * varasm.c (default_file_start): New.
3695         * output.h: Prototype it.
3696         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3697         * system.h: Poison ASM_FILE_START.
3699         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3700         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3701         (unicosmk_asm_file_start): Rename unicosmk_file_start,
3702         make static, take no arguments.
3703         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3704         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3705         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3706         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
3707         comment.
3708         * config/arc/arc.c (arc_asm_file_start): Rename
3709         arc_file_start, take no arguments, make static.
3710         (TARGET_ASM_FILE_START): Set it.
3711         * config/arm/arm.c (aof_file_start): New static function.
3712         (TARGET_ASM_FILE_START): Set it, when appropriate.
3713         * config/arm/coff.h, config/arm/elf.h:
3714         Set TARGET_ASM_FILE_START_APP_OFF to true.
3715         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3716         take no arguments, make static.
3717         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3718         Set them.
3719         * config/c4x/c4x.c (c4x_file_start): New static function.
3720         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3721         Set them.
3722         * config/cris/cris.c (cris_file_start): New static function.
3723         (TARGET_ASM_FILE_START): Set it.
3724         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3725         dsp16xx_file_start, make static.
3726         (luxworks_dsp16xx_file_start): Delete.
3727         (TARGET_ASM_FILE_START): Set it.
3728         * config/h8300/h8300.c (asm_file_start): Rename
3729         h8300_file_start, make static, take no arguments.
3730         (TARGET_ASM_FILE_START): Set it.
3731         * config/i370/i370.c (i370_file_start): New static function.
3732         (TARGET_ASM_FILE_START): Set it.
3733         * config/i386/i386.c (x86_file_start): New static function.
3734         (TARGET_ASM_FILE_START): Set it.
3735         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3736         X86_FILE_START_FLTUSED): New macros, default to false.
3737         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3738         * config/i386/sysv4.h, config/i386/sco5.h: Override
3739         X86_FILE_START_VERSION_DIRECTIVE to true.
3740         * config/ia64/ia64.c (ia64_file_start): New static function.
3741         (TARGET_ASM_FILE_START): Set it.
3742         (emit_safe_across_calls): Take no arguments.
3743         * config/ia64/ia64.md: Update to match.
3744         * config/m32r/m32r.c (m32r_asm_file_start): Rename
3745         m32r_file_start, make static, take no arguments.
3746         (TARGET_ASM_FILE_START): Set it.
3747         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3748         m68hc11_file_start, make static, take no arguments.
3749         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3750         (print_options): Delete.
3751         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3752         (TARGET_ASM_FILE_START_APP_OFF): Set.
3753         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3754         m68k_hp320_file_start.
3755         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3756         Make static, take no arguments.
3757         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3758         * config/mmix/mmix.c (mmix_asm_file_start): Rename
3759         mmix_file_start, make static, take no arguments.
3760         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3761         * config/mn10300/mn10300.c (asm_file_start): Rename
3762         mn10300_file_start, make static, take no arguments.
3763         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3764         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3765         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3766         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3767         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3768         pa_hpux64_hpas_file_start): New static functions.
3769         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3770         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3771         pa_linux_file_start.
3772         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3773         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3774         appropriate.
3775         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3776         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3777         (rs6000_file_start): Make static, take no arguments.  Reset
3778         default_cpu under certain conditions.
3779         (rs6000_xcoff_file_start): New function.
3780         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3781         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3782         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3783         * config/sh/sh.c (output_file_start): Rename
3784         sh_file_start, make static, take no arguments.  Merge in old
3785         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3786         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3787         * config/sh/sh.c (TARGET_ELF): Define to 0.
3788         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3789         * config/v850/v850.c (asm_file_start): Delete.
3790         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3791         * config/vax/vax.c (vax_file_start): New static function.
3792         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3794         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3795         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3796         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3797         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3798         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3799         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3801         * config/darwin.h, config/elfos.h, config/alpha/elf.h
3802         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3803         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3804         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3805         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3806         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3807         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3808         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3809         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3810         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3811         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3812         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3813         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3814         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3815         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3816         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3817         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3818         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3820         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3821         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3822         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3823         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3824         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3825         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3826         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3828         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3829         Remove reference to ASM_FILE_START in comment.
3830         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3831         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3832         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3834 2003-06-19  Graeme Peterson <gp@qnx.com>
3836         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3837         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3838         sysroot_hdrs_suffix_spec): New.
3839         (static_specs): Initialize new variables.
3840         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3841         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3842         New macros.
3844 2003-06-19  Andreas Jaeger  <aj@suse.de>
3846         * c-aux-info.c: Convert to ISO C90.
3847         * c-pragma.c: Likewise.
3848         * c-common.c: Likewise.
3849         * c-common.h: Likewise.
3850         * c-convert.c: Likewise.
3851         * c-cppbuiltin.c: Likewise.
3852         * c-dump.c: Likewise.
3853         * c-decl.c: Likewise
3854         * c-format.c: Likewise.
3855         * c-incpath.c: Likewise.
3856         * c-incpath.h: Likewise.
3858 2003-06-19  Roger Sayle  <roger@eyesopen.com>
3860         * builtins.c (expand_errno_check): Assume that flag_errno_math
3861         and HONOR_NANS have been tested before calling here.  Only try
3862         to set errno ourselves if the decl can't throw an exception.
3863         (expand_builtin_mathfn): Move the code to stabilize the arg
3864         after the main switch, so that that its only done when needed.
3865         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3866         Don't modify the original expr when stabilizing the argument.
3867         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3868         the args after the main switch, and don't modify the orginal exp.
3870 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3872         * expr.c (const_vector_from_tree): Initialize remaining elements
3873         to 0.
3875 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3877         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3878         Change "fix" to "float".
3880 2003-06-19  Andreas Jaeger  <aj@suse.de>
3882         * c-tree.h: Remove declaration of poplevel.
3884         * tree.h: Remove declaration of approx_sqrt.
3886         * c-lex.c: Remove redundant declaration of asm_out_file.
3888         * flags.h: Remove declaration of warn_unknown_pragma and
3889         main_input_filename.
3891         * rtl.h: Remove functions from fold-const.c since they're already
3892         declared in tree.h.
3894         * regs.h: Remove redundant declaration of reg_names.
3896         * bt-load.c (migrate_btr_defs): Correct printf arguments.
3898         * protoize.c: Fix breakage from last patch.
3900 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3902         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3903         has been included.
3905 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3907         * config/sparc/sparc.c: Update copyright year.
3909 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
3911         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3912         to ABI_V4.
3914 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3916         PR bootstrap/4068
3917         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3919 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3921         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3922         to the end of the file.  Remove unnecessary prototypes.
3924 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
3926         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3927         calls to insn_default_latency and result_ready_cost.  Initialize
3928         def_latency to 1.
3930 2003-06-18  Richard Henderson  <rth@redhat.com>
3932         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3933         (_Unwind_FindEnclosingFunction): Implement.
3935 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
3937         * toplev.c (rest_of_handle_sched): Hide the entire function if
3938         INSN_SCHEDULING is not defined.
3939         (rest_of_compilation): Call rest_of_handle_sched() only when
3940         INSN_SCHEDULING is defined.
3942 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
3943             J"orn Rennecke <joern.rennecke@superh.com>
3945         * bt-load.c: New file.
3946         * Makefile.in (OBJS): Include bt-load.o
3947         (bt-load.o): Add dependencies.
3948         * flags.h (flag_branch_target_load_optimize): Declare.
3949         (flag_branch_target_load_optimize2): Likewise.
3950         * hooks.c (hook_reg_class_void_no_regs): New function.
3951         (hook_bool_bool_false): Likewise.
3952         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3953         * rtl.h (branch_target_load_optimize): Declare.
3954         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3955         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3956         (TARGET_INITIALIZER): Include these.
3957         * target.h (struct gcc_target): Add branch_target_register_class
3958         and branch_target_register_callee_saved members.
3959         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3960         (dump_file) Add "tars" entry.
3961         (flag_branch_target_load_optimize): New variable.
3962         (flag_branch_target_load_optimize2): Likewise.
3963         (lang_independent_options): Add entries for new options.
3964         (rest_of_compilation): Call branch_target_load_optimize.
3965         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3966         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3967         * doc/invoke.texi: Document -fbranch-target-load-optimize and
3968         -fbranch-target-load-optimize2.
3969         * rtl.h (epilogue_completed): Declare.
3970         * recog.c (epilogue_completed): New variable.
3971         * toplev.c (rest_of_compilation): Set it.
3972         * flow.c (mark_regs_live_at_end): Use it.
3973         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3974         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3975         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3976         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3978         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3979         (sh_target_reg_class): New function.
3980         (sh_optimize_target_register_callee_saved): Likwise.
3981         (shmedia_target_regs_stack_space): Likewise.
3982         (shmedia_reserve_space_for_target_registers_p): Likewise.
3983         (shmedia_target_regs_stack_adjust): Likewise.
3984         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3985         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3986         (calc_live_regs): If flag_branch_target_load_optimize2 and
3987         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3988         for target registers, make sure that we save all target registers.
3989         (sh_expand_prologue, sh_expand_epilogue): Take target register
3990         optimizations into account.  Collapse stack adjustments if that
3991         is beneficial.
3992         (initial_elimination_offset): Reserve space for target registers
3993         if necessary.
3994         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3995         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3997 2003-06-18  Nick Clifton  <nickc@redhat.com>
3999         * config.gcc: Add an extra_header for ARM targets.
4000         Support configuring with --with-cpu=iwmmxt.
4001         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4002         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4003         names.  Fix formatting.
4004         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4005         names.
4006         * config/arm/arm-protos.h (arm_emit_vector_const): New
4007         prototype.
4008         (arm_output_load_gr): New prototype.
4009         * config/arm/arm.c (extra_reg_names1): Delete.
4010         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4011         * arch_is_iwmmxt): Define.
4012         (all_cores, all_architecture): Add entry for iwmmxt.
4013         (arm_override_options): Add support for iwmmxt.
4014         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4015         arm_print_value, arm_rtx_costs_1, output_move_double,
4016         arm_compute_save_reg_mask, arm_output_epilogue,
4017         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4018         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4019         Likewise.
4020         (arm_init_cumulative_args): Count iwmmxt registers.
4021         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4022         has been set.
4023         (struct minipool_node): Add fix_size field.
4024         (add_minipool_forward_ref): Add support for 8-byte aligning of
4025         the pool.
4026         (add_minipool_backward_ref, add_minipool_offsets,
4027         dump_minipool, push_minipool_fix): Likewise.
4028         (struct builtin_description): New struct.
4029         (builtin_description): New array of iwmmxt builtin functions.
4030         (arm_init_iwmmxt_builtins): New function.
4031         (arm_init_builtins): New function.
4032         (safe_vector_operand): New function.
4033         (arm_expand_binop_builtin): New function.
4034         (arm_expand_unop_builtin): New function.
4035         (arm_expand_builtin): New function.
4036         (arm_emit_vector_const): New function.
4037         (arm_output_load_gr): New function.
4038         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4039         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4040         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4041         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4042         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4043         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4044         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4045         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4046         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4047         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4048         registers unless the iwmmxt target is selected.
4049         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4050         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4051         IS_IWMMXT_GR_REGNUM): Define.
4052         (FIRST_PSEUDO_REGISTER): Bump to 63.
4053         (struct machine_function): Add sibcall_blocked field.
4054         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4055         nargs fields.
4056         (enum arm_builtins): New enum list.
4057         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4058         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4059         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4060         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4061         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4062         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4063         (movv2si, movv4hi, movv8qi): New expands for vector moves.
4064         Include iwmmxt.md.
4065         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4066         multilib.
4067         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4068         * config/arm/mmintrin.h: New ARM specific header file.
4069         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4071 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
4073         * toplev.c (Remaining -d letters summary): Update.
4075 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4077         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4078         argument.
4079         (function_arg): Handle CALL_LIBCALL flag.
4080         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4081         prototype.
4082         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4083         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4084         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4085         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4087 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
4089         * Makefile.in: Update.
4090         * common.opt: New options.
4091         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4092         set_Wunused): New.
4093         (common_handle_option): Handle new options.
4094         * toplev.c (set_target_switch): Export.
4095         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4096         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4097         (independent_decode_option): More options handled in opts.c now.
4098         Change prototype.
4099         * toplev.h (set_target_switch): New.
4101 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
4103         PR debug/4252
4104         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4105         to dump_switch_p().
4106         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4107         from static strings in dump_files.
4109 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4111         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4112         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4113         libiberty macros.
4115 2003-06-17  Jason Merrill  <jason@redhat.com>
4117         PR c++/10929
4118         * tree-inline.c (expand_call_inline): Don't warn about failing to
4119         inline a function which was made inline by -finline-functions.
4121 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4123         * config/h8300/h8300-protos.h: Update to ISO C.
4124         * config/h8300/h8300.c: Likewise.
4125         * config/h8300/h8300.h: Likewise.
4126         * config/h8300/h8300.md: Likewise.
4128 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4130         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4131         * configure: Regenerate.
4132         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4134 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4136         * install.texi (Testing): Add information on how to run Java
4137         runtime tests separately.
4139 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4141         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4143         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4144         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4146 2003-06-17  Christopher Faylor  <cgf@redhat.com>
4148         * doc/install.texi: Add msvc rebuild caveat.
4150 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4152         * config/sh/coff.h: Replace Hitachi with Renesas.
4153         * config/sh/elf.h: Likewise.
4154         * config/sh/embed-elf.h: Likewise.
4155         * config/sh/lib1funcs.asm: Likewise.
4156         * config/sh/sh-protos.h: Likewise.
4157         * config/sh/sh.c: Likewise.
4158         * config/sh/sh.h: Likewise.
4159         * config/sh/sh.md: Likewise.
4161 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4163         * ChangeLog.3: Fix comment typos.
4164         * ChangeLog.6: Likewise.
4165         * config/d30v/d30v.c: Likewise.
4166         * config/h8300/h8300.md: Likewise.
4167         * config/m32r/m32r.md: Likewise.
4168         * config/mips/mips.c: Likewise.
4169         * config/mips/mips.md: Likewise.
4170         * config/ns32k/NOTES: Likewise.
4172 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4173             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4175         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4176         to run Java runtime tests separately.
4178 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4180         * config/h8300/h8300-protos.h: Update a comment.
4182 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4184         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4185         are aligned like integral modes.
4186         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4188         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4189         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4190         * sh.md (*pt): Remove.
4192         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4194         * sh.md (return_media_rte): New pattern.
4195         (return_media): Use it.
4197 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4199         * doc/contrib.texi: Replace Hitachi with Renesas.
4200         * doc/install.texi: Likewise.
4201         * doc/invoke.texi: Likewise.
4203 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4205         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4206         behaviour.
4208 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4210         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4212         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4213         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4215         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4216         -msdata=eabi usages.
4218         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4220 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4222         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4223         * fixinc/gnu-regex.c: Don't define `volatile'.
4224         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4225         * ggc-simple.c: Likewise.
4226         * system.h: Don't define `volatile'.
4228         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4229         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4230         call these macros.
4231         * config.in, configure: Regenerated.
4233 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4235         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4236         Handle POINTERS_EXTEND_UNSIGNED.
4238 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4240         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4241         !TARGET_IRIX6]: Define as NULL.
4243 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4245         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4247 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4249         * dbxout.c (dbxout_source_line_counter): New global variable.
4250         Mark it with GTY(()).
4251         (dbxout_source_line): Increment dbxout_source_line_counter
4252         and pass it to ASM_OUTPUT_SOURCE_LINE.
4253         * sdbout.c (sdbout_source_line_counter): New global variable.
4254         Mark it with GTY(()).
4255         (unnamed_struct_number): Mark it with GTY(()).
4256         (sdbout_source_line): Increment sdbout_source_line_counter
4257         and pass it to ASM_OUTPUT_SOURCE_LINE.
4258         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4259         (xcoffout_source_line): Pass 0 as third argument to
4260         ASM_OUTPUT_SOURCE_LINE.
4261         (xcoffout_begin_prologue): Likewise.
4262         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4263         Use it instead of 'sym_lineno' but without incrementing it.
4264         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4265         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4266         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4267         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4268         argument to ASM_OUTPUT_SOURCE_LINE.
4269         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4270         * config/arm/aout.h: Remove useless comment.
4271         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4272         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4273         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4274         Use it instead of 'sym_lineno' but without incrementing it.
4275         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4276         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4277         parameter. Use it instead of 'sym_lineno' but without incrementing it.
4278         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4279         argument to ASM_OUTPUT_SOURCE_LINE.
4280         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4281         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4282         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4283         Use it instead of 'sym_lineno' but without incrementing it.
4284         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4285         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4286         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4287         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4288         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4290 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
4292         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4293         (expand_block_move, output_block_move): Remove.
4294         * config/mips/mips.h (enum block_move_type): Remove.
4295         * config/mips/mips.c (block_move_call, output_block_move): Remove.
4296         (mips_block_move_straight, mips_adjust_block_mem): New function.
4297         (mips_block_move_loop): Renamed and reworked from block_move_loop.
4298         (mips_expand_block_move): Likewise expand_block_move.  Return false
4299         to fall back on the target-independent code.
4300         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4301         (movstrsi_internal*): Remove.
4303 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
4305         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4306         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4307         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4308         ISO C: new-style function declarations, no need for PARAMS,
4309         no special punctuation on indirect function calls, use string
4310         constant concatenation where convenient.
4312 2003-06-17  Andreas Jaeger  <aj@suse.de>
4314         * rtl.h: Remove declarations from coverage.h.
4315         * toplev.c: Include coverage.h.
4316         * Makefile.in (toplev.o): Depend on coverage.h.
4318         * toplev.h: Remove extra declaration of print_time.
4320         * gengtype.c (close_output_files): Remove duplicated declaration.
4322 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4324         * config/sparc/sysv4.h: Remove target-independent comment;
4325         replace "GNU CC" with "GCC".
4326         * config/vxworks.h: Replace "GNU compiler" with "GCC".
4327         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4328         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4329         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4330         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4331         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4332         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4333         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4334         config/sparc/sol2.h, config/sparc/sp64-aout.h,
4335         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4336         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4337         "GNU compiler", "GNU CC" with "GCC".
4338         * config/sparc/cypress.md, config/sparc/hypersparc.md,
4339         config/sparc/sparc-modes.def, config/sparc/sparc.c,
4340         config/sparc/sparc.md, config/sparc/sparclet.md,
4341         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4342         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4343         "GNU C Compiler" with "GCC".
4344         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4346 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
4348         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4349         constants.
4351         * testsuite/gcc.c-torture/execute/simd-4.c: New.
4353 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4355         * config/ip2k/ip2k.h: Remove target-independent comments.
4357         * config.gcc: Explicitly mention elfos.h in ip2k entry.
4358         * config/ip2k/ip2k.h: Don't #include it here.
4360 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4362         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4363         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4364         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4365         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4366         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4367         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4368         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4369         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4370         the PTR macro.
4372         * gengtype.c: Don't use UNION_INIT_ZERO.
4373         * system.h (UNION_INIT_ZERO): Delete.
4375 2003-06-16  Richard Henderson  <rth@redhat.com>
4377         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4378         GET_MODE_UNIT_SIZE when simplifying constant vectors.
4380 2003-06-16  Andreas Jaeger  <aj@suse.de>
4382         * timevar.c (get_run_time): Remove function provided also by
4383         libiberty.
4384         * timevar.h: Remove get_run_time declaration.
4386 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4388         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4389         unreachable code.
4391 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4393         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4394         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4395         use macros from "symcat.h", instead rely on ISO C.
4397         * system.h: Don't include "symcat.h".
4398         * configure.in (AC_C_STRINGIZE): Delete.
4399         * config.in, configure: Regenerate.
4401 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4403         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4405         * tree.h (STMT_CHECK): New macro.
4406         Also upper-case argument names on all checking macros and
4407         fix some whitespace problems; assume CODE argument does not
4408         have side-effects.
4410 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4412         * scan.h: Convert to ISO C.
4413         * system.h: Likewise.
4415         * c-format.c (dynamic_format_types): New pointer for dynamic data.
4416         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4417         New functions split out of...
4418         (handle_format_attribute): ...here.
4420 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4422         * sh.h (REG_CLASS_FROM_LETTER): Change to:
4423         (REG_CLASS_FROM_CONSTRAINT).
4424         (CONST_OK_FOR_I): Rename to:
4425         (CONST_OK_FOR_I08).  Changed all users.
4426         (CONST_OK_FOR_J): Rename to:
4427         (CONST_OK_FOR_I16).  Changed all users.
4428         (CONST_OK_FOR_K): Rename to:
4429         (CONST_OK_FOR_P27).  Changed all users.
4430         (CONST_OK_FOR_L): Rename to:
4431         (CONST_OK_FOR_K08).  Changed all users.
4432         (CONST_OK_FOR_O): Rename to:
4433         (CONST_OK_FOR_I06).  Changed all users.
4434         (CONST_OK_FOR_P): Rename to:
4435         (CONST_OK_FOR_I10).  Changed all users.
4436         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
4437         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
4438         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
4439         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
4440         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
4441         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
4442         (CONST_OK_FOR_LETTER_P): Replace with
4443         (CONST_OK_FOR_CONSTRAINT_P).
4444         (EXTRA_CONSTRAINT_S): Rename to:
4445         (EXTRA_CONSTRAINT_C16).  Changed all users.
4446         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
4447         (EXTRA_CONSTRAINT_T): Rename to:
4448         (EXTRA_CONSTRAINT_Csy).  Changed all users.
4449         (EXTRA_CONSTRAINT_Z): Remove.
4450         (EXTRA_CONSTRAINT): Replace with:
4451         (EXTRA_CONSTRAINT_STR).
4452         (EXTRA_CONSTRAINT_U): Rename to:
4453          (EXTRA_CONSTRAINT_Z).  Changed all users.
4454         * sh.c (and_operand): Use CONST_OK_FOR_J16.
4455         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
4456         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
4457         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
4458         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
4459         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
4460         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
4461         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
4462         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
4463         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
4464         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
4465         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
4466         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
4467         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
4468         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
4469         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
4470         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
4471         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
4472         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
4473         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
4474         (sssubv4hi3): Likewise.
4475         (movsf_i): Change I[08]/r to G/r.
4476         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
4478         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
4480 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
4482         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4484 2003-06-16  Andreas Jaeger  <aj@suse.de>
4486         * basic-block.h: Remove duplicate prototype of
4487         note_prediction_to_br_prob.
4489         * tree.h: Remove duplicate prototype of strip_float_extensions.
4491 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4493         * config/c4x/c4x.c: Don't include "c-tree.h".
4494         * config/pa/pa.c: Likewise.
4495         * langhooks.c: Likewise.
4496         * tree.h (poplevel): Declare.
4498 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4500         * config/h8300/h8300.c (const_costs): Move this to ...
4501         (h8300_rtx_costs): ... here.
4503 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4505         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4506         (tan_optab, atan_optab): Define corresponding macros.
4507         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4508         * genopinit.c (optabs): Implement tan_optab and atan_optab
4509         using tan?f2 and atan?f2 patterns.
4510         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4511         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4512         Change the default value of errno_set to false.
4513         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4514         using expand_builtin_mathfn.
4516         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4517         expander patterns implemented using existing atan2?f3 patterns.
4519 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4521         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4522         both operands of the addition equal, reuse the expanded RTL.
4523         (expand_expr <MULT_EXPR>): Likewise for multiplication.
4525 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4526             Jeff Law  <law@redhat.com>
4528         * fold-const.c (operand_equal_p): Consider two calls to "const"
4529         functions with identical non-volatile arguments to be equal.
4530         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4531         built-in function to be equal to the "foo" form.
4533 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4535         * config/rs6000/sysv4le.h: Remove target-independent comment.
4536         Replace "GNU compiler" with "GCC" in comment.
4538 2003-06-16  Andreas Jaeger  <aj@suse.de>
4540         * tracer.c: Remove duplicate declaration.
4542         * toplev.c: Remove extra declaration of decode_d_option.
4544         * ssa.c: Remove duplicate declaration.
4546         * sreal.c: Remove extra declaration of dump_sreal.
4548         * reload1.c: Remove duplicate declarations.
4550         * integrate.c: Remove extra declaration of
4551         set_decl_abstract_flags.
4553         * flow.c: Remove extra declaration of dump_flow_info.
4555         * alias.c: Remove extra declaration of get_addr.
4557 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4559         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4560         config/vxworks.h: GNU CC -> GCC.
4562         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4563         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4564         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4565         ssa.h, tree.def: Replace overly specific references to "GNU C"
4566         and "GNU C Compiler" with references to "GCC".
4568 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4570         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4571         memory reference.  Fix test that checks if operand 1 is using r0.
4572         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4574         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4575         defined.
4577 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4579         * function.h (struct emit_status): Remove x_last_linenum,
4580         x_last_filename. Add x_last_location.
4581         * rtl.h: #include "input.h".
4582         (NOTE_DATA): New.
4583         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4584         number notes.
4585         * emit-rtl.c (last_linenum, last_filename): Remove.
4586         (last_location): New.
4587         (emit_line_note_after): LINE must always be >= 0.
4588         (emit_line_note): Likewise. Check not duplicate here...
4589         (emit_note): ... rather than here.
4590         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4591         * integrate.c (expand_inline_function): Use emit_line_note for
4592         line number notes.
4593         (copy_insn_list): Likewise.
4594         * unroll.c (copy_loop_body): Likewise.
4595         * Makefile.in (RTL_H): Add input.h.
4597 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
4599         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4601 2003-06-16  Richard Henderson  <rth@redhat.com>
4603         * config/alpha/alpha-protos.h, config/alpha/elf.h,
4604         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4605         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4606         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
4607         Remove unneeded static function decls.
4609 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4611         * c-opts.c (c_common_handle_option): s/on/value/.
4612         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4613         directly rather than converting the argument.
4614         * c.opt: Update docs.  Use UInteger where appropriate.
4615         * common.opt: Use UInteger where appropriate.
4616         * opts.c (integral_argument): New.
4617         (handle_argument): Handle integral arguments, and optional
4618         joined arguments.
4619         (common_handle_option): Update.
4620         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4621         * opts.sh: Handle JoinedOrMissing and UInteger flags.
4623 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4625         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4626         unnecessary extern declaration.
4628 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4630         * config/gofast.h, config/interix.h, config/interix3.h,
4631         config/libgloss.h, config/linux-aout.h, config/linux.h,
4632         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4633         * config/kaos.h: "GNU compiler" -> GCC.
4634         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4636         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4637         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4638         GNU CC -> GCC.
4640         * config/svr3.h: Remove #if 0 code, misleading comments.
4641         GNU CC -> GCC.
4643 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
4645         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4646         main_input_filename to avoid conflict with input_filename macro.
4648 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4650         * config/mips/mips.h (asm_file_name, g_switch_set,
4651         g_switch_value): Remove.
4652         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4653         unnecessary extern declarations.
4655 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4657         * config/frv/frv.h: Remove declaration of g_switch_value.
4658         * config/m32r/m32r.h: Remove declaration of g_switch_value.
4659         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4661 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4663         * opts.sh: Quote '+' in regex.
4665 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
4667         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4668         * config/rs6000/rs6000.c: Include cfglayout.h.
4669         * config/alpha/alpha.c: Likewise.
4670         * config/ia64/ia64.c: Likewise.
4671         * config/sparc/sparc.c: Likewise.
4672         * config/sh/sh.c: Likewise.
4674 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4676         * opts.sh: Quote '+' in regex.
4678 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4680         * c-opts.c (lang_flags): Update for new spelling of flags.
4681         (write_langs): Similarly.
4682         * c.opt: Specify languages.
4683         * opts.h: Remove languages.
4684         * opts.sh: Recognise front-end defined languages.
4685         * doc/sourcebuild.texi: Update.
4687 2003-06-15  Andreas Jaeger  <aj@suse.de>
4689         * alloc-pool.c: Convert to ISO C90 prototypes.
4690         * alloc-pool.h: Likewise.
4691         * alias.c: Likewise.
4692         * attribs.c: Likewise.
4693         * bb-reorder.c: Likewise.
4694         * bitmap.h: Likewise.
4695         * bitmap.c: Likewise.
4696         * builtins.c: Likewise.
4698         * tree.h: Convert prototypes of attribs.c to ISO C90.
4699         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4700         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4701         * expr.h: Convert prototypes of builtins.c to ISO C90.
4703 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4705         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4706         implement exp, expf and expl built-ins as inline x87 intrinsics.
4707         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4708         represent x87's fscale, frndint and f2xm1 insns respectively.
4709         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4710         to encode x87's "fscale" instruction followed by a pop.
4711         (*frndintxf2): New insn pattern for "frndint".
4712         (*f2xm1xf2): New insn pattern for "f2xm1".
4714         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4715         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4716         UNSPEC_FPATAN.
4718 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4720         * gencheck.c (main): Avoid generating duplicate macros.
4722         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4723         knowing names of language subdirectories.
4725 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4727         * c-pch.c (asm_file_name): Remove.
4728         * common.opt: Add more switches.
4729         * flags.h (g_switch_set): Boolify.
4730         * opts.c (g_switch_value, g_switch_set, exit_after_options,
4731         version_flag): Move from toplev.c.
4732         (common_handle_option): Handle more switches from toplev.c.
4733         * toplev.c (display_help, display_target_options, decode_d_option,
4734         print_version): Make non-static, remove prototypes.
4735         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4736         (version_flag, g_switch_value, g_switch_set, exit_after_options):
4737         Remove.
4738         (independent_decode_option): Move some handlers to opts.c.
4739         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4740         exit_after_options, version_flag, display_help, display_target_options,
4741         print_version, decode_d_option): New.
4743 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4745         * config/alpha/alpha.md: Follow spelling conventions.
4746         * config/arm/arm.c: Likewise.
4747         * config/arm/arm.h: Likewise.
4748         * config/arm/arm.md: Likewise.
4749         * config/arm/crtn.asm: Likewise.
4750         * config/m32r/m32r.c: Likewise.
4751         * config/m32r/m32r.md: Likewise.
4752         * config/rs6000/rs6000.c: Likewise.
4754 2003-06-15  Richard Henderson  <rth@redhat.com>
4756         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4757         insn_locators_initialize.
4758         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4759         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4760         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4761         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4763 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4765         * builtins.c (expand_builtin_expect_jump): Remove redundant
4766         tests that are also in any_condjump_p().
4768 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4770         * libgcc2.c: Delete sysV68 L_trampoline section.
4771         * config/m68k/mot3300-crt0.S: Delete file.
4772         * config/m68k/mot3300Mcrt0.S: Likewise.
4774 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4776         * config/aoutos.h: Remove.
4777         * config.gcc: Remove reference to aoutos.h.
4778         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4780 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
4782         * doc/install.texi: Follow spelling conventions.
4783         * doc/tm.texi: Likewise.
4784         * config/fp-bit.c: Likewise.
4785         * config/arm/arm.c: Likewise.
4786         * config/frv/frv.c: Likewise.
4787         * config/ns32k/NOTES: Likewise.
4788         * config/ns32k/STATUS: Likewise.
4790 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4791             Zack Weinberg  <zack@codesourcery.com>
4793         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4794         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4795         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4797         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4798         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4799         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4800         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4801         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4802         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4803         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4804         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4805         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4806         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4807         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4808         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4809         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4810         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4811         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4812         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4813         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4814         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4815         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4816         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4818 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4820         * opts.sh (POSIXLY_CORRECT): Unset it.
4822         * tree.h (init_function_start): Remove filename and line paramters.
4823         * function.c (init_function_start): Remove filename and line
4824         parameters. Use DECL_SOURCE_LOCATION.
4825         * c-decl.c (store_parm_decls): Adjust init_function_start call.
4826         (c_expand_body_1): Likewise.
4827         * coverage.c (create_coverage): Likewise.
4828         * objc/objc-act.c (build_tmp_function_decl): Set line number to
4829         zero.
4830         (hack_method_prototype): Adjust init_function_start call.
4832 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4834         PR target/3724
4835         * arm/linux-elf.h (PROFILE_HOOK): Define.
4837 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4839         PR target/11183
4840         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4842 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4844         * opts.sh: Work around a mysterious feature in cygwin's gawk
4845         where specifying the input files explicitly has a different
4846         behavior to piping them via stdin.
4848 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4850         * doc/sourcebuild.texi: Update.
4852 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4854         PR target/11183
4855         * arm.c (output_move_double): Pass SImode to adjust_address.
4857 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4859         * Makefile.in: Update to use common.opt and lang_opt_files.
4860         (c-options.c, c-options.h): Remove.
4861         (options.c, options.h): Add.
4862         * c-opts.c: Include options.h not c-options.h.
4863         * common.opt: New file.
4864         * configure, configure.in: Add lang_opt_files.
4865         * opts.c: Include flags.h and diagnostic.h.
4866         (common_handle_option): New.
4867         (handle_option): Update to recognize common options and all
4868         language-dependent options.
4869         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4870         (struct cl_option): Make flags of type int.
4871         * opts.h: Flag option with front ends to which it applies.
4872         Handle duplicate options.
4873         * toplev.c (filename): Remove.
4874         (independent_decode_option): Don't handle filenames and -quiet.
4875         (process_options, do_compile): Update.
4877 2003-06-14  Nick Clifton  <nickc@redhat.com>
4879         * doc/install.texi (Specific): Add description of different
4880         ARM supported file format targets.
4882 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
4884         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4885         inside delay slots.
4887 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
4889         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4890         * unwind-pe.h (size_of_encoded_value): Do not define if
4891         NO_SIZE_OF_ENCODED_VALUE is defined.
4893 2003-06-13  Roger Sayle  <roger@eyesopen.com>
4895         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4896         expanding a complex constant into a CONCAT target.
4898 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
4900         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4901         (ASM_FILE_START_1): Delete.
4902         * config/i386/att.h, config/i386/sco5.h,
4903         config/i386/sysv3.h
4904         (ASM_FILE_START_1): Delete.
4906 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
4908         * config/i386/bsd.h: Remove ASM_FILE_START.
4909         * config/i386/djgpp.h: Likewise.
4910         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4912         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4913         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4915 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4917         PR bootstrap/10835
4918         * haifa-sched.c (max_lookahead_tries,
4919         cached_first_cycle_multipass_dfa_lookahead,
4920         cached_issue_rate): New variables.
4921         (max_issue): Check the number of tries.
4922         (choose_ready): Calculate max_lookahead_tries.
4923         (sched_init): Check cached_issue_rate.
4925 2003-06-13  Richard Henderson  <rth@redhat.com>
4927         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4928         * cfgrtl.c (purge_dead_edges): Expect it too.
4930 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
4931             Eric Botcazou  <ebotcazou@libertysurf.fr>
4933         PR bootstrap/10983
4934         * combine.c (make_extraction): Use gen_lowpart_for_combine
4935         when extracting from a REG and not in the destination of a SET.
4937 2003-06-13  Doug Evans  <dje@sebabeach.org>
4939         * tsystem.h (abort): Declare in inhibit_libc case to remove build
4940         warnings for addvsi3, et.al.
4942 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
4944         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4946         * simplify-rtx.c (simplify_subreg): Same.
4948         * emit-rtl.c (gen_lowpart_common): Same.
4950 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4952         * builtins.c: Fix comment typos.
4953         * fold-const.c: Likewise.
4955 2003-06-13  Doug Evans  <dje@sebabeach.org>
4956             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4958         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4959         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4960         (m32r_va_arg): Use it.
4961         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4962         (RETURN_IN_MEMORY): Ditto.
4964 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4966         * c-typeck.c: Remove #if 0 clauses.
4968         PR other/1494
4969         * config/alpha/openbsd.h, config/i386/openbsd.h,
4970         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4971         residual reference to EGCS.
4973 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
4975         * arm.c (output_call_mem): If the address references the link-register
4976         use an instruction sequence that avoids early-clobbering IP.
4977         (eliminate_lr2ip): Delete.
4979 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4981         * c-format.c (format_types_orig): Disallow '*' width/precision in
4982         asm_fprintf format checks.
4984 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
4986         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4987         non-integral types from integer register save area slots.
4989 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4991         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4993 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
4995         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4997 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4999         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5000         to file_end_indicate_exec_stack.
5002 2003-06-12  Richard Henderson  <rth@redhat.com>
5004         PR target/11089
5005         * config/i386/i386.md (sse_movaps): Use an expander to force
5006         one operand to be a register.
5007         (sse_movups): Likewise.
5009 2003-06-13  Doug Evans  <dje@sebabeach.org>
5011         Remove some build warnings.
5012         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5013         (__do_global_ctors,__do_global_dtors): Ditto.
5015 2003-06-12  Richard Henderson  <rth@redhat.com>
5017         PR middle-end/10557
5018         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5020 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5022         * config/m32r/m32r.md: Fix a comment typo.
5024 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5025             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5027         PR target/10142
5028         * config/sparc/sparc.c (function_arg_record_value_parms): Add
5029         new 'stack' field.
5030         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5031         integer slots for an integer field.
5032         (function_arg_record_value_3): Shift vector index.
5033         (function_arg_record_value_2): Likewise.
5034         (function_arg_record_value): Initialize 'stack' to 0.
5035         Set 'stack' to 1 if we run out of integer slots for an integer field.
5036         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5038 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5040         PR optimization/10955
5041         * unroll.c (unroll_loop): Fix off-by-one bug.
5043 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5045         * config/rs6000/rs6000.c (function_arg): Remove typo.
5047 2003-06-12  Richard Henderson  <rth@redhat.com>
5049         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5050         and UNSPEC_DTPOFF.
5052 2003-06-12  Richard Henderson  <rth@redhat.com>
5054         PR middle-end/10475
5055         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5056         for extracting sub-words.
5058 2003-06-12  Richard Henderson  <rth@redhat.com>
5060         PR target/7594
5061         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5062         (zero_extendqihi2, zero_extendqisi2): Likewise.
5064 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5066         * config/rs6000/rs6000.c (function_arg): Always split vectors for
5067         e500 if it's a stdarg function.
5068         (function_arg_advance): Advance 2 registers for vectors in a
5069         stdarg function.
5070         (init_cumulative_args): Initialize stdarg.
5071         (rs6000_spe_function_arg): New.
5073         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5075 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5077         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5079 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5081         PR middle-end/168
5082         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
5083         and multiplication of zero extensions, floating point division,
5084         and integer<->fp, fp<->fp and zero extension conversions.
5085         The built-in ceil and floor functions preserve signedness.
5087 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5089         * ChangeLog: Follow spelling conventions.
5090         * ChangeLog.2: Likewise.
5091         * c-decl.c: Likewise.
5092         * cfgloop.h: Likewise.
5093         * cgraph.c: Likewise.
5094         * coverage.c: Likewise.
5095         * cppcharset.c: Likewise.
5096         * cpphash.h: Likewise.
5097         * cpplex.c: Likewise.
5098         * cpplib.c: Likewise.
5099         * dbxout.c: Likewise.
5100         * df.c: Likewise.
5101         * dwarf2out.c: Likewise.
5102         * dwarfout.c: Likewise.
5103         * emit-rtl.c: Likewise.
5104         * explow.c: Likewise.
5105         * gcov-io.c: Likewise.
5106         * gcov-io.h: Likewise.
5107         * gcov.c: Likewise.
5108         * gengtype.c: Likewise.
5109         * ggc.h: Likewise.
5110         * opts.c: Likewise.
5111         * real.c: Likewise.
5112         * reload.c: Likewise.
5113         * stmt.c: Likewise.
5115 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
5117         * doc/install.texi (m32r-*-elf): Change company to Renesas.
5119 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
5121         * basic-block.h (flow_delete_block_noexpunge): Kill.
5122         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5123         rtl_delete_block.
5125 2003-06-10  Richard Henderson  <rth@redhat.com>
5127         PR inline-asm/4823
5128         * reg-stack.c (any_malformed_asm): New.
5129         (check_asm_stack_operands): Set it.
5130         (convert_regs_1): Check it before aborting.
5132 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5134         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5136 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
5138         * c-opts.c (complain_wrong_lang): Add on argument.
5139         Print no- switch if on is false.
5140         (c_common_decode_option): Adjust caller.
5142 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5144         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5145         to initialize GOT register.
5147 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5149         * fold-const.c (tree_expr_nonnegative_p): Add support for
5150         floating point constants, addition and multiplication.
5152 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
5154         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5155         constraint modifier for operand 0.
5157 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
5159         Don't warn on dollars in builtin macro definitions,
5160         e.g. __REGISTER_PREFIX__.
5161         * cpphash.h (struct cpp_reader): Move member warn_dollars...
5162         * cpplib.h (struct cpp_options): ...to here.  Change type to
5163         unsigned char.
5164         * cppinit.c (cpp_create_reader): Set it to 1 here.
5165         (post_options): Don't set it here.
5166         * c-opts.c (c_common_init_options): Reset it to 0 here.
5167         (finish_options): Set it here.
5168         * cpplex.c (forms_identifier_p): Tweak for new location of
5169         warn_dollars.
5171         * configure.in (assembler dwarf2 debug_line support): Define insn
5172         for cris-*-* and mmix-*-*.
5173         * configure: Regenerate.
5175 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
5177         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5178         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5179         (sh-*-elf*): Add sh*-*-kaos* support.
5180         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5181         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5182         config/sh/kaos-sh.h: New files.
5184 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5186         * gcse.c (fis_get_condition): Make it a global function.
5187         * reload1.c (reload_cse_move2add): Detect implicit sets.
5188         * rtl.h: Add a prototype for fis_get_condition.
5190 2003-06-11  Richard Henderson  <rth@redhat.com>
5192         * stmt.c (expand_asm_operands): Don't warn for memories with
5193         queued addresses.
5195 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5197         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5198         brackets.
5200 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5202         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5203         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5204         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5205         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5206         * langhooks.c (lhd_decode_option): Remove.
5207         * langhooks.h (struct lang_hooks): Remove decode_option.
5208         * opts.c (handle_option): No longer use decode_option.
5210 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5212         * cfgloopanal.c (variable_initial_value): Update the set of altered
5213         registers correctly.
5215 2003-06-11  Roger Sayle  <roger@eyesopen.com>
5216             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5218         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5219         * config/i386/netbsd-elf.h: Likewise.
5220         * config/m32r/m32r.h: Likewise.
5221         * config/mn10300/mn10300.h: Likewise.
5222         * config/stormy16/stormy16.h: Likewise.
5223         * config/v850/v850.h: Likewise.
5224         * config/vax/netbsd-elf.h: Likewise.
5225         * config/xtensa/elf.h: Likewise.
5226         * config/xtensa/linux.h: Likewise.
5228 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5230         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5231         DWARF 2 default.
5233         * config/mips/dbxmdebug.h: New file.
5234         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5235         gas and --with-stabs.
5237 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
5239         * expr.c (can_move_by_pieces): align argument may be unused.
5241 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
5243         * expr.c (convert_move): Handle moves between two CONCATs.
5245 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5247         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5248         !TARGET_H8300.
5250 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5252         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5253         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5254         (TARGET_RTL_DUMP): Likewise.
5255         (TARGET_SWITHCES): Remove -mrtl-dump.
5257 2003-06-10  Richard Henderson  <rth@redhat.com>
5259         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5261 2003-06-10  Richard Henderson  <rth@redhat.com>
5263         * config/ia64/ia64.md (call_gp): Fix memory mode.
5265 2003-06-10  James E Wilson  <wilson@tuliptree.org>
5267         PR target/8812
5268         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5269         hard regs for reload_reg_used_at_all and reg_class_contents checks.
5271 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5273         * config/h8300/h8300.c (print_operand): Remove support for
5274         operand character 'b'.
5275         Add the AND case to operand character 'c'.
5276         * config/h8300/h8300.md (two anonymous patterns): Replace
5277         operand character 'b' with 'c'.
5279 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5281         * config/h8300/h8300.c (print_operand): Remove support for
5282         operand character 'u'.
5284 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5286         * configure.in: Fix typo.
5287         * configure: Regenerate.
5289 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
5291         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5292         compilation guard.
5294 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5296         * sh-protos.h (function_symbol): Declare.
5297         * sh.c (expand_block_move, expand_ashiftrt): Use it.
5298         (sh_expand_prologue, sh_expand_epilogue): Likewise.
5299         (sh_initialize_trampoline): Likewise.
5300         (function_symbol): New function.
5301         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5302         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5303         (call_value_pop, shcompact_return_tramp): Likewise.
5305         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5307         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5308         target register.
5310 2003-06-10  DJ Delorie  <dj@redhat.com>
5312         * doc/md.texi (Machine Constraints): Document stormy's Z
5313         constraint.
5315 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5317         * except.c (call_site_base): Mark with GTY.
5319 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
5321         * arm-proto.h: Convert to ISO C90 prototypes.
5322         * arm.c: Likewise.
5324 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5326         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5328 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
5330         * calls.c (expand_call): Convert structure_value_addr to Pmode if
5331         necessary.
5333 2003-06-10  Andrew Haley  <aph@redhat.com>
5335         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5336         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5337         (lhd_decl_ok_for_sibcall): New.
5338         * langhooks.c (lhd_decl_ok_for_sibcall): New.
5339         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5340         * calls.c (expand_call): Check lang_hook before generating a
5341         sibcall.
5343 2003-06-10  DJ Delorie  <dj@redhat.com>
5345         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5346         which matches (const_int 0) for addhi3.
5347         * config/stormy16/stormy16.md: Document known constraints.
5348         (addhi3): Handle adding zero.
5350 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5352         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5353         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5354         * config/m32r/m32r-protos.h: Prototype it.
5356 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5358         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5359         common to rs6000 sysv targets.
5360         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5361         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5363 2003-06-10  Nick Clifton  <nickc@redhat.com>
5365         * config.gcc: Add arm-wince-pe target.
5366         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5367         Add comment about default apcs26 support.
5368         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5369         multilib.
5370         (MULTILIB_DIRNAMES): Add 'apcs32'.
5371         * config/arm/t-wince-pe: New makefile fragment.
5372         * config/arm/wince-pe.h: New file.  Overrides a few definitions
5373         in arm/pe.h
5375 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5377         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5378         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5379         when x is easily negated and f is sin, tan or atan.
5380         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5381         sin(x) with flag_unsafe_math_optimizations.
5382         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5383         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5385 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5387         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
5388         is a floating point type *and* we currently honor NaNs.
5389         (fold <NE_EXPR>): Likewise.
5391 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5393         PR c++/11131
5394         * tree-inline.c (inlinable_function_p): Call the language-specific
5395         hook early.
5397 2003-06-09  David Taylor  <dtaylor@emc.com>
5399         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
5400         the f_res field.
5402 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5404         * configure.in: Remove references to host_truncate_target.
5405         * configure: Regenerate.
5406         * config.gcc: Remove references to truncate_target,
5407         host_truncate_target.
5409         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5410         Replace "build_canonical" with build, "host_canonical" with host.
5411         * configure.in: Use GCC_TOPLEV_SUBDIRS.
5412         * aclocal.m4: Include ../config/acx.m4.
5413         * configure: Regenerate.
5415 2003-06-09  David Taylor  <dtaylor@emc.com>
5417         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5418         bytes of padding in the __va_list_tag structure a name (reserved).
5420 2003-06-09  Jason Merrill  <jason@redhat.com>
5422         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
5424 2003-06-09  Osku Salerma  <osku@iki.fi>
5426         * c-format.c (check_format_string, get_constant): New.
5427         (handle_format_attribute, handle_format_arg_attribute,
5428         decode_format_attr): Change to use above functions.
5430 2003-06-09  Richard Henderson  <rth@redhat.com>
5432         * stmt.c (expand_asm_operands): Re-word warning.
5434 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
5436         PR target/8787
5437         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
5438         if -masm=intel.
5440 2003-06-09  James E Wilson  <wilson@tuliptree.org>
5442         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
5443         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
5444         Add libgcc exception.
5446 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
5447             Ayal Zaks  <gcchaifa@us.ibm.com>
5449         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
5450         (insvsi*): Add insert_word attribute.
5451         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
5452         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5453         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
5455 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
5457         * fold-const.c (fold): Fix a comment typo.
5459 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
5461         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
5462         removed.
5464 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
5466         * sh.c (gen_block_redirect): Use locators.
5468 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
5470         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
5471         cast to int.
5473 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5475         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
5476         operators.
5477         * configure: Regenerated.
5479 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5480             Alexandre Oliva  <aoliva@redhat.com>
5482         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5483         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5484         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5485         n32/64 PIC.
5486         (MUST_SAVE_REGISTERS): Delete.
5487         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5488         (machine_function): Add global_pointer field.
5489         (mips_classify_constant): Check for (const $gp) using pointer equality
5490         with pic_offset_table_rtx.
5491         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5492         (mips_restore_gp): Use current_function_outgoing_args_size.
5493         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5494         GP_REG_FIRST + 28.  Handle relocation strings that have
5495         more than one '('.
5496         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5497         (mips_global_pointer): New function.
5498         (mips_save_reg_p): New function, mostly split out from...
5499         (compute_frame_size): ...here.  Remove handling of extra_size.
5500         Reclaim args_size if no variables depend on it.  Don't treat gp
5501         as a special case: handle it in the main GPR loop.
5502         (mips_initial_elimination_offset): Fix comment.
5503         (save_restore_insns): Save every register in the GPR mask,
5504         removing distinction between mask and real_mask.
5505         (mips_output_function_prologue): Update .frame psuedo-op after
5506         the removal of extra_size.  Move the SVR4 PIC stack allocation
5507         and cprestore instructions to mips_expand_prologue.
5508         (mips_gp_insn): New function.
5509         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5510         the chosen global pointer.  Handle SVR4 PIC stack allocation
5511         in the same way as other ABIs.  Adjust varargs code accordingly.
5512         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
5513         to emit the loadgp sequence.  Follow it with a loadgp_blockage
5514         if not using explicit relocs.
5515         (mips_output_function_epilogue): Reinstate the default gp register.
5516         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5517         (mips16_optimize_gp): Likewise.
5518         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5519         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5520         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5521         (loadgp): Remove.
5522         (loadgp_blockage, cprestore): New instructions.
5523         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
5524         pic_offset_table_rtx.
5525         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5526         (builtin_longjmp): Use gen_raw_REG to force use of $28.
5528 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5530         * config/mips/mips-protos.h (mips_output_division): Declare.
5531         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5532         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5533         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5534         (TARGET_CHECK_ZERO_DIV): New macro.
5535         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5536         * config/mips/mips.c (mips_output_division): New function.
5537         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5538         account when calculating the default length of a division.
5539         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5540         Enable regardless of optimization level.  Use mips_output_division.
5541         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5542         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5543         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5544         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5545         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5546         umoddi3_internal): Remove.
5548 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5550         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5551         (mips_sw_reg_names): Likewise.
5552         (mips_regno_to_class): Change hilo entry to NO_REGS.
5553         (hilo_operand): Use MD_REG_P.
5554         (extend_operator): New predicate.
5555         (override_options): Remove 'a' constraint.
5556         (mips_secondary_reload_class): Remove hilo handling.  Also remove
5557         handling of (plus sp reg) reloads for mips16.
5558         (mips_register_move_cost): Remove hilo handling.
5559         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5560         (MD_REG_LAST): Remove hilo from range.
5561         (HILO_REGNUM): Delete.
5562         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5563         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5564         (PREDICATE_CODES): Add entry for extend_operator.
5565         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5566         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5567         Remove constraints from multiplication define_expands.  Remove
5568         clobbers from "decorative" define_expand patterns.
5569         (UNSPEC_HILO_DELAY): Delete.
5570         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5571         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5572         Adjust C code to just emit insns for !TARGET_64BIT.
5573         (mulsidi3_internal): Rename to mulsidi3_32bit.
5574         (mulsidi3_64bit): Use a "d" constraint for the destination.
5575         Use extend_operator so that the pattern can handle umulsidi3 as well.
5576         Split the instruction after reload.
5577         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5578         (umulsidi3_internal): Rename to umulsidi3_32bit.
5579         (umulsidi3_64bit): Remove.
5580         (*smsac_di, *umsac_di): Line-wrap fixes.
5581         (udivsi3_internal): Don't allow operand 2 to be constant.
5582         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5583         (movdi_internal2, movsi_internal): Remove hilo alternatives.
5584         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5586 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5588         PR target/10913
5589         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5590         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5591         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5592         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5593         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5594         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5595         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5596         asm_out_text_file with asm_out_file.
5597         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5598         * config/mips/elf.h (TEXT_SECTION): Undefine.
5599         * config/mips/elf64.h (TEXT_SECION): Undefine.
5600         * config/mips/openbsd.h (TEXT_SECION): Undefine.
5601         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5602         (override_options): Disable small-data optimizations unless using
5603         gas or explicit relocations.
5604         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5605         iris6_asm_named_section, iris6_asm_file_start): Remove code for
5606         handling TARGET_FILE_SWITCHING.
5607         (copy_file_data): Move into TARGET_IRIX6 block.
5609 2003-06-08  Richard Henderson  <rth@redhat.com>
5611         * expr.h (EXPAND_MEMORY): New.
5612         * expr.c (expand_expr): Check it.
5613         * stmt.c (expand_asm_operands): Provide it when the constraint
5614         requires a memory.  Warn for memory input constraints without
5615         a memory operand.
5617 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5619         * varasm.c: Don't include c-tree.h.
5621 2003-06-08  Andreas Jaeger  <aj@suse.de>
5623         * predict.h: Convert to ISO C90 prototypes.
5624         * predict.c: Likewise.
5625         * tree-dump.h: Likewise.
5626         * tree-dump.c: Likewise.
5627         * diagnostic.h: Likewise.
5628         * diagnostic.c: Likewise.
5629         * combine.c: Likewise.
5631         * rtl.h: Convert prototypes of combine.c to ISO C90.
5633 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
5635         * cfglayout.c (insn_scope): New static function
5636         (block_locators_*, line_locators*, file_locators*): New static varrays.
5637         (scope_to_insns_initialize): Use them.
5638         (insn_line, insn_file): New functions.
5639         (scope_to_insns_finalize): Use insn_scope.
5640         (prologue_locator, epilogue_locator): New global variables.
5641         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5642         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5643         (emit_insn_after_scope, emit_insn_before_scope
5644         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5645         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5646         (emit_insn_after_setloc, emit_insn_before_setloc
5647         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5648         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5649         use locators.
5650         * final.c (notice_source_line): Use locators.
5651         (final_start_function): Set initial source file and line.
5652         (final_scan_insn): Use locators.
5653         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5654         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5655         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5656         noce_process_if_block, find_cond_trap): Likewise.
5657         * integrate.c (copy_insn_list): Likewise.
5658         * jump.c (duplicate_loop_exit_test): LIkewise.
5659         * print-rtl.c (print_rtx): Print locators.
5660         * recog.c (peephole2_optimize): Likewise.
5661         * rtl.h (INSN_SCOPE): Remove.
5662         (emit_insn_after_scope, emit_insn_before_scope
5663         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5664         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5665         (emit_insn_after_setloc, emit_insn_before_setloc
5666         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5667         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5668         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5669         * unroll.c (copy_loop_body): Use locators.
5670         * function.c (set_insn_locators): New function.
5671         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5673 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5675         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5676         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5677         _fixsfdi _fixunssfdi.
5678         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5679         popcounthi2.
5680         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5681         * config/h8300/clzhi2.c: New.
5682         * config/h8300/ctzhi2.c: Likewise.
5683         * config/h8300/parityhi2.c: Likewise.
5684         * config/h8300/popcounthi2.c: Likewise.
5686 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
5688         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5689         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5691         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5692         (dump_bb): New based on old dump_bb in cfgrtl.c
5693         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5694         * cfghooks.h (cfgh_verify_flow_info): Return status.
5695         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5696         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5697         (dump_bb): Remove generic parts.
5698         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5699         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5701 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5703         * Makefile.in: Rename options.c and options.h to c-options.c and
5704         c-options.h.
5705         (OBJS): Remove options.o.
5706         * c-opts.c: Don'tInclude c-options.h instead of options.h.
5707         * opts.c: Don't include options.h.
5708         (find_opt): Can't use enum opt_code or N_OPTS.
5709         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5710         * opts.sh: ... here.
5712 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5713             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5715         PR pch/9830
5716         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5717         if HAVE_MINCORE is defined.
5718         (MAP_FAILED): Define if not defined.
5719         (gt_pch_save): Test against MAP_FAILED.
5720         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5721         the mapping address to the preferred base after checking it
5722         is possible to do so. Test against MAP_FAILED.
5723         * configure.in: Test for the presence of mincore in libc.
5724         * config.in: Regenerate.
5725         * configure: Regenerate.
5727 2003-06-07  Richard Henderson  <rth@redhat.com>
5729         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5730         conditional compilation guard.
5732 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5734         * optabs.c (expand_abs): Set result_unsignedp to 1 if
5735         flag_trav is zero.
5737 2003-06-07  Richard Henderson  <rth@redhat.com>
5739         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5741 2003-06-07  Richard Henderson  <rth@redhat.com>
5743         * basic-block.h (EDGE_SIBCALL): New.
5744         (EDGE_ALL_FLAGS): Update.
5745         * cfg.c (dump_edge_info): Add sibcall name.
5746         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5747         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5749 2003-06-07  Andreas Jaeger  <aj@suse.de>
5751         * mklibgcc.in (lib2funcs): Remove _exit.
5752         * libgcc2.c: Remove L_exit.
5753         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5755         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5757         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5759         * ggc.h: Convert to ISO C90 prototypes.
5760         * ggc-none.c: Likewise.
5761         * ggc-common.c: Likewise.
5762         * ggc-page.c: Likewise.
5763         * ggc-simple.c: Likewise.
5765         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5767         * system.h: Poison INIT_SECTION_PREAMBLE.
5769 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
5771         * config.gcc (with_cpu handling): Translate sparc64 in
5772         $machine to --with-cpu=v9.
5773         * config/alpha/alpha.c
5774         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5775         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5777         * target.h: New hook asm_out.file_end.
5778         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
5779         * toplev.c (compile_file): Use targetm.asm_out.file_end.
5780         * system.h: Poison ASM_FILE_END.
5781         * varasm.c (file_end_indicate_exec_stack): New.
5782         * output.h: Prototype it.
5783         * doc/tm.texi: Document TARGET_ASM_FILE_END and
5784         file_end_indicate_exec_stack.  Delete references to attasm.h.
5786         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5787         (ASM_FILE_END): Delete; move code...
5788         * config/darwin.c (darwin_file_end): Here; new function.
5789         * config/darwin-protos.h: Prototype it.
5790         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5791         rename unicosmk_file_end.
5792         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5793         * config/arm/arm.c (aof_file_end): ... here; new static function.
5794         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5795         Make aof_dump_imports and aof_dump_pic_table static.
5796         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5797         Set TARGET_ASM_FILE_END to avr_file_end.
5798         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
5799         Set TARGET_ASM_FILE_END to c4x_file_end.
5800         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5801         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
5802         h8300_file_end.
5803         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5804         * config/i370/i370.c (i370_file_end): ... here; new static function.
5805         Set TARGET_ASM_FILE_END to i370_file_end.
5806          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5807          Take no arguments.  Call file_end_indicate_exec_stack if
5808          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5809         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5810         Define NEED_INDICATE_EXEC_STACK to 0.
5811         * config/i386/linux.h, config/i386/linux64.h: Redefine
5812         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5813         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5814         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5815         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5816         ia64_hpux_file_end, make static.  Take no arguments.
5817         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5818         commands_in_prologues, commands_in_epilogues): Delete.
5819         (function_epilogue): Update to match.
5820         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5821         make static.  Take no arguments.
5822         (iris6_asm_file_end): Rename iris6_file_end, make static, use
5823         mips_file_end, take no arguments.
5824         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5825         appropriate.
5826         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5827         make static, take no arguments. Set TARGET_ASM_FILE_END to
5828         mmix_file_end.
5829         * config/pa/pa.c (output_deferred_plabels): Make static, take
5830         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
5831         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5832         (ASM_FILE_END): Delete; move code...
5833         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5834         new static function.
5836         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5837         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5838         Don't set ASM_FILE_END.
5839         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5840         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5841         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5842         file_end_indicate_exec_stack; don't set ASM_FILE_END.
5843         * config/alpha/unicosmk.h, config/i386/cygming.h
5844         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5845         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5846         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5847         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5848         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5849         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5851 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
5853         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5854         specified.
5856 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
5858         * Makefile.in (stageprofile_build): Kill redundant target.
5859         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5861 2003-06-07  Andreas Jaeger  <aj@suse.de>
5863         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5865         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5866         * config/dsp16xx/dsp16xx.h: Likewise.
5867         * config/i386/i386.h: Likewise.
5868         * config/ip2k/ip2k.h: Likewise.
5870 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5872         * Makefile.in (OJBS, c-opts.o): Update.
5873         (c-options.c, c-options.h): Rename options.h and options.c.
5874         (options.h): Rename options_.h.
5875         (opts.o): New.
5876         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5877         (c_common_init_options): Update prototype.
5878         * c-lang.c (c_init_options): Update prototype.
5879         (LANG_HOOKS_HANDLE_OPTION): Override.
5880         (LANG_HOOKS_DECODE_OPTION): Drop.
5881         * c-opts.c: Include opts.h and options.h instead of c-options.h
5882         and c-options.c.
5883         (lang_flags): Move to file scope.
5884         (find_opt, c_common_decode_option): Remove.
5885         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5886         CL_REJECT_NEGATIVE): Move to opts.h.
5887         (missing_arg): Update prototype.
5888         (c_common_init_options): Update for new prototype.
5889         (c_common_handle_options): Filenames are passed as N_OPTS.
5890         * hooks.c (hook_int_void_0): New.
5891         * hooks.h (hook_int_void_0): New.
5892         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5893         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5894         (LANG_HOOKS_INITIALIZER): Update.
5895         * langhooks.h (init_options): Update.
5896         (handle_option): New.
5897         * opts.c, opts.h: New files.
5898         * opts.sh: Update c file to include opts.h and options.h.
5899         * toplev.c: Include opts.h; change options.h to options_.h.
5900         (parse_options_and_default_flags): Get lang_mask, use
5901         handle_option for language-specific handling.
5902         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5903         (LANG_HOOKS_HANDLE_OPTION): Override.
5904         (objc_init_options): Update.
5906 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
5907             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5909         PR other/7031
5910         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5911         gcov.
5913 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
5915         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5916         section names.
5917         * configure: Regenerate.
5919 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
5921         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5923 2003-06-06  James E Wilson  <wilson@tuliptree.org>
5925         PR inline-asm/10890
5926         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5927         different in fields.
5929 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5931         * configure.in: Make $(target_subdir) correspond with top level usage.
5932         * Makefile.in: Likewise.
5933         * configure: Regenerate.
5935 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5937         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5938         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5939         unsigned HOST_WIDE_INT.
5940         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5941         Likewise.
5942         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5943         Likewise.
5945 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5947         * doc/install.texi (Prerequisites): New section documenting
5948         tools and packages necessary prior to building and/or
5949         modifying GCC.
5950         * doc/install.texi2html: Also generate prerequisites.html.
5952 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5954         PR target/11052
5955         * ifcvt.c (noce_process_if_block): Fail if the destination has
5956         side-effects.
5958 2003-06-06  Jason Merrill  <jason@redhat.com>
5960         * stmt.c (resolve_asm_operand_names): Rename from
5961         resolve_operand_names.  No longer static.  Avoid needless copying.
5962         Don't build array of constraints.
5963         (expand_asm_operands): Build it here.
5964         * tree.h: Declare resolve_asm_operand_names.
5966         * stmt.c (expand_decl): Put artificial vars into registers even
5967         when not optimizing, and don't mark the regs as user vars.
5969 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
5971         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5972         of the generated register.
5974 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
5976         * config.gcc: Add a missing sparc64 case.
5978 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5980         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5981         the .hidden assembly stubs.
5983 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
5985         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5986         and x86_64-*-*.
5988         * config/i386/mmintrin.h: Update version and add alternate
5989         intrinsic names.
5990         * config/i386/xmmintrin.h: Likewise.
5992         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5993         intrinsics to ...
5994         * config/i386/emmintrin.h: Here. New file.
5996 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5998         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
5999         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
6000         when the ABS_EXPR (fabs or abs) is not required.
6001         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6002         always nonnegative from fold to here.  Additionally, cabs and fabs
6003         are always non-negative, and pow and atan are non-negative if
6004         their first argument is non-negative.
6006         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6007         Evaluate cabs of a constant at compile-time.  Convert cabs of a
6008         non-complex argument into fabs.  Convert cabs(z) into
6009         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6010         -funsafe-math-optimizations or -ffast-math.
6011         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6012         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6014 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
6016         * sourcebuild.texi (Front End Directory): Document new hooks.
6018 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
6020         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6021         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6022         stack frames.
6023         (pro_epilogue_adjust_stack_rex64_2): New pattern
6025 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
6026                                Pop Sebastian
6027                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6029         * cfghooks.h, cfghooks.c: New files.
6030         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6031         (OBJS): Add cfghooks.o.
6032         (cfghooks.o): New rule.
6033         * basic-block.h (split_edge): Rename to rtl_split_edge.
6034         (verify_flow_info): Rename to rtl_verify_flow_info.
6035         (cfghooks.h): Included here.
6036         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6037         (verify_flow_info): Renamed rtl_verify_flow_info.
6038         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6040         * basic-block.h (split_block, split_edge, flow_delete_block,
6041         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6042         (flow_delete_block_noexpunge):  Return void.
6043         * cfg.c (verify_flow_info): New function.
6044         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6045         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6046         Use delete_block.
6047         * cfglayout.c (function_footer): Rename to...
6048         (cfg_layout_function_footer): ... this variable
6049         (unlink_insn_chain): Make global.
6050         (fixup_reorder_chain, record_effective_endpoints): Update.
6051         (cleanup_unconditional_jumps): Use delete_block.
6052         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6053         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6054         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6055         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
6056         (cfg_layout_function_footer): Declare.
6057         * cfgloopmanip (split_loop_bb): Do not update RBI.
6058         (remove_bbs): Use delete_block.
6059         (loop_reidrect_edge, loop_delete_branch_edge): Use
6060         redirect_edge_and_branch.
6061         (create_preheader): Use split_block and redirect_edge_and_branch_force.
6062         (split_edge_with): Likewise.
6063         * cfgrtl.c: Include cfglayout.h
6064         (split_edge): Rename to ...
6065         (rtl_split_edge) ... this one; make local.
6066         (redirect_edge_and_branch): Rename to ...
6067         (rtl_redirect_edge_and_branch) ... this one; make local.
6068         (redirect_edge_and_branch_force): Rename to ...
6069         (rtl_redirect_edge_and_branch_force) ... this one; make local.
6070         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6071         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6072         cfglayout.c; update to directly call RTL counterparts.
6073         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6074         * ifcvt.c (find_cond_trap): Use delete_block.
6075         (find_if_case_1): Use delete_block.
6076         (find_if_case_2): Use delete_block.
6077         * rtl.h (unlink_insn_chain): Declare.
6078         * toplev.c (rtl_reigster_cfg_hooks): New.
6080 2003-06-05  Richard Henderson  <rth@redhat.com>
6082         * recog.c (peephole2_optimize): Revert last change.
6084 2003-06-05  Richard Henderson  <rth@redhat.com>
6086         * recog.c (peephole2_optimize): Don't split block unless
6087         can_throw_internal.
6089 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
6091         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6092         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6094 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
6096         PR optimization/4490
6097         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6098         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
6099         documentation to accurately reflect what these options do.
6101 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6103         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
6104         (ENDFILE_SPEC): Redefine to handle -pie.
6106 2003-06-05  Phil Edwards <phil@jaj.com>
6108         * Makefile.in (qmtest-g++): Use target_alias, not target.
6110 2003-06-05  Per Bothner  <pbothner@apple.com>
6112         * toplev.c (push_srcloc):  Simplify behavior to save current location
6113         and set current location to parameters.
6114         (pop_srcloc):  Simplify semantics.
6115         (lang_dependent_init):  Remove now-useless initial push_srcloc.
6117 2003-05-06  Richard Henderson  <rth@redhat.com>
6119         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6120         language-specific tree codes.
6122 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6124         PR middle-end/9986
6125         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6126         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6128 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
6130         * install.tex: Document profiledbootstrap.
6132         * configure.in:  Add support for lang.stageprofile and
6133         lang.stagefeedback
6134         * Makefile.in (clean, distclean): Kill new stages
6135         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6136         (STAGE2_FLAGS_TO_PASS): ... this one.
6137         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6138         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6139         (stageprofile_build, stageprofile_copy, stagefeedback_build,
6140         stagefeedback_copy): New.
6141         (restageprofile, restagefeedback, stageprofile-start,
6142         stageprofile, stagefeedback-start): Likewise.
6144 2003-06-05  David Miller  <davem@redhat.com>
6145             Richard Henderson  <rth@redhat.com>
6147         * optabs.c (HAVE_conditional_trap): Provide default.
6148         (gen_conditional_trap): Likewise.
6149         (init_optabs): Merge init_traps.
6150         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
6152 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
6154         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6155         is REG for nonzero_bits (REG) == 8.
6157 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6159         * i386.md (align): Fix warning; clarify what to do when no p2align
6160         is available.
6162 2003-06-05  Nick Clifton  <nickc@redhat.com>
6164         * config.gcc (m32r-elf): Revert previous delta.
6165         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6166         multilibs.  Remove m32rx specific version.
6167         (crtfini.o): Likewise.
6168         (EXTRA_MULTILIB_PARTS): Define.
6170 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6172         * doc/md.texi (Machine Constraints): Correct the meaning of
6173         constraints related to floating-point registers on SPARC.
6175 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6176             Paolo Bonzini  <bonzini@gnu.org>
6178         PR target/10663
6179         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6180         assembler and linker output to /dev/null.
6181         Use a 'sed' construct instead of 'grep -A1'.
6182         * configure: Regenerate.
6184 2003-06-04  Richard Henderson  <rth@redhat.com>
6186         * config/i386/i386.c (struct ix86_address): Add seg.
6187         (no_seg_address_operand): New.
6188         (ix86_decompose_address): Restructure PLUS loop.  Accept one
6189         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
6190         to test for a regnum, not stack_pointer_rtx.
6191         (ix86_address_cost): Reduce cost if non-default segment.
6192         (legitimate_address_p): Remove UNSPEC_TP check.
6193         (get_thread_pointer): Add to_reg argument.  Don't represent
6194         the thread pointer as a memory load.
6195         (legitimize_tls_address): Split out of ...
6196         (legitimize_address): ... here.
6197         (print_operand_address): Handle parts.seg.
6198         (ix86_expand_move): Use legitimize_tls_address.
6199         (ix86_rtx_costs): Handle UNSPEC_TP.
6200         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6201         (TARGET_TLS_DIRECT_SEG_REFS): New.
6202         (TARGET_SWITCHES): Add tls-direct-seg-refs.
6203         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6204         (PREDICATE_CODES): Add no_seg_address_operand.
6205         * config/i386/i386.md (lea_1): Use it.
6206         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6207         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6208         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6209         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6210         * doc/invoke.texi: Add -mtls-direct-seg-refs.
6212 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6214         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6215         (QMTEST_GPP_TESTS): Use "g++" by default.
6216         (stamp-qmtest): Tweak database creation.
6217         (QMTEST_DIR/context): Update context file format.
6218         (qmtest-g++): Tweak command-line.
6220 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6222         * Makefile.in (varasm.o): Don't set -Wno-error.
6223         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6225 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
6227         PR bootstrap/3163
6228         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6229         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6230         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6231         and AC_CHECK_FUNCS lists, respectively.  Use
6232         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6233         AC_FUNC_MMAP_FILE.
6234         * configure, config.in: Regenerate.
6236 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6238         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6239         * arm.c (arm_output_function_prologue): Fix format specifiers.
6240         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6241         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6242         HOST_WIDE_INT_PRINT_DEC.
6243         * vax.c (vax_output_function_prologue): Fix format specifiers.
6245 2003-06-04  Richard Henderson  <rth@redhat.com>
6247         * cse.c (find_best_addr): Consider binary operators even if second
6248         argument is not CONST_INT.
6250 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6252         * doc/invoke.texi (max-cse-path-length): Document.
6254 2003-06-04  Richard Henderson  <rth@redhat.com>
6256         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6258 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
6260         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6261         Remove semi-colon at the end of the expression.
6263 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6265         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6266         * i370.h (mvs_function_name_length): Likewise.
6267         * i960.h (CONSTANT_ALIGNMENT): Likewise.
6268         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6269         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6270         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6271         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6272         variable.
6274 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6276         * config.gcc: Reorganize --with-cpu logic.  Set
6277         configure_default_options according to the default CPU, --with-cpu,
6278         --with-arch, --with-tune, --with-schedule, --with-abi, and
6279         --with-float.  Check for legal values of various options.
6280         * configure.in: Define configure_default_options in configargs.h.
6281         * configure: Regenerated.
6282         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6283         (TARGET_DEFAULT_FLOAT_P): New macros.
6284         * gcc.c (do_option_spec): New function.
6285         (struct default_spec, option_default_specs): New.
6286         (main): Call do_option_spec.
6287         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6288         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6289         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6291         * doc/install.texi: Update --with-cpu documentation.  Mention
6292         --with-arch, --with-schedule, --with-tune, --with-abi, and
6293         --with-float.
6294         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6296 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6298         * config.gcc: Only process --with-cpu logic in the third pass.
6300 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6302         * config.gcc: Reorganize --with-cpu section.  Remove an
6303         obsolete comment about the default CPU for x86-64.  Fix
6304         a typo for the ep9312.  Update the list of supported PowerPC
6305         CPUs.  Support a limited set of new --with-cpu options
6306         for i386.
6308 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
6310         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6311         complex numbers <= 32 bits into two registers.
6313 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6315         * alpha.c (print_operand_address): Fix format specifier warnings.
6316         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6317         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6318         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6319         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6320         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6321         ASM_OUTPUT_SKIP): Likewise.
6322         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6323         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6324         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6325         Likewise.
6326         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6327         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6328         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6329         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6330         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6331         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6332         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6333         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6334         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6335         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6337 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
6339         * c-decl.c (c_init_decl_processing): Clear input_file_name
6340         while building common nodes.
6341         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6342         Don't add working directory for strings like <built-in> .
6344 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
6346         * doc/install.texi (*-ibm-aix*): Native as and ld required
6347         to bootstrap on AIX 5L.
6349 2003-06-04  Richard Henderson  <rth@redhat.com>
6351         * c-common.c (handle_cleanup_attribute): New.
6352         (c_common_attributes): Add it.
6353         * c-decl.c (finish_decl): Honor the cleanup attribute.
6354         * doc/extend.texi (Variable Attributes): Document it.
6356         * unwind-c.c: New file.
6357         * Makefile.in (LIB2ADDEH): Add it.
6358         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6359         config/ia64/t-ia64: Likewise.
6361 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6363         * function.c (trampolines_created): New variable.
6364         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6365         * function.h (trampolines_created): Add.
6366         * config/s390/linux.h (ASM_FILE_END): Define.
6367         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6368         * config/m68k/linux.h (ASM_FILE_END): Define.
6369         * config/rs6000/linux.h (ASM_FILE_END): Define.
6370         * config/rs6000/linux64.h (ASM_FILE_END): Define.
6371         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6372         * config/sparc/linux.h (ASM_FILE_END): Define.
6373         * config/sparc/linux64.h (ASM_FILE_END): Define.
6374         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6375         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6376         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6378 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
6380         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6381         (ix86_reorg): Use it.
6382         * i386.md (align): New insn pattern.
6384 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6386         * toplev.c (rest_of_type_compilation): Fix typo.
6388 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6389             Alan Modra  <amodra@bigpond.net.au>
6391         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6392         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6393         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6394         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6395         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6396         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6397         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6398         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6400         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6401         Pass it to $gcc_cv_as.
6402         * configure: Rebuilt.
6404         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6405         (print_operand): Allow TARGET_AIX to be non-constant.
6406         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6407         Define unconditionally.
6408         (rs6000_elf_declare_function_name): New function.
6409         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6410         non-constant.
6411         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6412         to 1.
6413         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6414         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6415         is defined.
6416         (TARGET_AIX): Define to 1 if TARGET_64BIT.
6417         (PROCESSOR_DEFAULT): Remove.
6418         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6419         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6420         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
6421         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
6422         -m32 and -m64.
6423         (MULTILIB_DEFAULTS): Define.
6424         (SUBSUBTARGET_EXTRA_SPECS): Define.
6425         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
6426         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
6427         (TARGET_NO_TOC): Remove.
6428         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
6429         TARGET_PROTOTYPE): Define to 0.
6430         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
6431         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
6432         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
6433         if !TARGET_64BIT.
6434         (USER_LABEL_PREFIX): Remove.
6435         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
6436         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
6437         if TARGET_64BIT.
6438         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
6439         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
6440         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
6441         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
6442         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6443         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
6444         TARGET_64BIT.
6445         (RS6000_CALL_GLUE): Likewise.
6446         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
6447         RESTORE_FP_SUFFIX): Likewise.
6448         (ASM_DECLARE_FUNCTION_NAME): Remove.
6449         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
6450         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
6451         name if TARGET_64BIT.
6452         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
6453         !TARGET_64BIT.
6454         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
6455         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
6456         (DRAFT_V4_STRUCT_RET): Define.
6457         (SIGNAL_FRAMESIZE): New enum value.
6458         (MD_FALLBACK_FRAME_STATE_FOR): Define.
6459         * config/rs6000/default64.h: New file.
6460         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
6461         options.
6462         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
6463         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
6464         if !TARGET_64BIT.
6465         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6466         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
6467         function.
6468         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
6469         (TARGET_OS_CPP_BUILTINS): Use it.
6470         (CPP_SYSV_SPEC): Remove.
6471         (CPP_SPEC): Remove cpp_sysv.
6472         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
6473         Add SUBSUBTARGET_EXTRA_SPECS.
6474         (SUBSUBTARGET_EXTRA_SPECS): Define.
6475         * config/rs6000/biarch64.h: New file.
6476         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
6477         New prototype.
6478         * config/rs6000/x-linux64: New file.
6479         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
6480         multilibs.
6481         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6482         * config/rs6000/eabi-cn.asm: Likewise.
6483         * config/rs6000/tramp.asm: Likewise.
6484         * config/rs6000/sol-ci.asm: Likewise.
6485         * config/rs6000/sol-cn.asm: Likewise.
6486         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6487         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6488         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6489         _CALL_AIXDESC section.
6490         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6491         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6492         or default32.
6494 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6496         * config.gcc: Revert accidentally committed ARM changes.
6498 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6500         * builtins.c (dconstpi, dconste): New mathematical constants.
6501         (init_builtin_dconsts): New function to initialize dconstpi
6502         and dconste.
6503         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
6504         compile time with -ffast-math when x is an integer constant.
6505         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
6506         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6508 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6510         * calls.c (expand_call): Avoid calling pure or const functions
6511         when the result is ignored (or void) and none of the arguments
6512         are volatile.  Move warning diagnostic earlier in function.
6514 2003-06-04  Andreas Jaeger  <aj@suse.de>
6516         * system.h: Do not poison TDESC_SECTION_ASM_OP,
6517         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6519 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6521         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6522         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6523         handle %ll, optimize regular character case.
6525 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6527         * Makefile.in (cse.o): Add params.h dependency.
6528         * cse.c: Include params.h.
6529         (PATHLENGTH): Removed.
6530         (struct cse_basic_block_data): Make path array dynamic.
6531         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6532         of PATHLENGTH.
6533         (cse_main, cse_basic_block): Allocate path array.
6534         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6536 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6538         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6539         * i386.md (UNSPEC_REP): New constant.
6540         (return_internal_long): New pattern.
6542 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6544         PR optimization/11018
6545         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6546         consistently to decide whether the scratch register is really
6547         required.
6549 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6551         PR optimization/10876
6552         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6553         new 'O' constraint for constant 4096.
6554         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6555         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6556         Do not transform into MINUS insn for constant 4096.
6557         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6558         for constant 4096 as third operand.
6559         (addsi3 expander): Remove.
6560         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6561         new alternative for constant 4096 as third operand.
6562         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6563         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6564         operand.
6565         (subsi3 expander): Remove.
6566         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6567         constant 4096 as third operand.
6568         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6569         the SPARC port.
6571 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
6573         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6575 2003-06-04  Andreas Jaeger  <aj@suse.de>
6577         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6579         * config/i386/i386.c (ix86_expand_prologue): Do not use
6580         SUBTARGET_PROLOGUE.
6582         * system.h: Poision SUBTARGET_PROLOGUE.
6584         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6586         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6587         dependend code.
6589         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6591         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6592         INSN_CACHE_LINE_WIDTH.
6594         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6595         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6596         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6598         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6599         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6601         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6602         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6603         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6604         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6605         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6606         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6608         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6609         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6610         DBX_WORKING_DIRECTORY.
6612         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6613         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6615         * config/frv/frv-protos.h: Remove unused const_section
6616         declaration.
6617         * config/vax/vax-protos.h: Likewise.
6619         * output.h: Remove CONST_SECTION_ASM_OP usage.
6621         * system.h: Poison CONST_SECTION_ASM_OP.
6623         * crtstuff.c (__do_global_dtors_aux): Remove usage of
6624         CRT_GET_RFIB_TEXT.
6625         (frame_dummy): Likewise.
6626         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6627         * system.h: Poison CRT_GET_RFIB_TEXT.
6629         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6631         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6632         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6633         (recognized_function): Likewise.
6634         (read_scan_file): Likewise.
6636 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6638         * optabs.c (expand_binop): Optimize complex multiplication for
6639         the case of squaring a complex argument.
6641 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6643         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6644         non-volatile operands of binary operations.
6645         (prepare_cmp_insn): Likewise.
6647 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6649         * varasm.c (force_const_mem): Handle alignment of constants not
6650         representable as a type in the front-end language.
6652 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6654         * flow.c (initialize_uninitialized_subregs): Use
6655         emit_move_insn instead of emitting a hardcoded move.
6657 2003-06-03  Richard Henderson  <rth@redhat.com>
6659         * optabs.c (expand_abs_nojump): Split out from ...
6660         (expand_abs): ... here.
6661         * optabs.h (expand_abs_nojump): Declare.
6662         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6663         * Makefile.in (ifcvt.o): Depend on optabs.h.
6665 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
6667         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6669 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
6671         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6672         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6673         to yes.
6674         * configure.in: Allow default_use_cxa_atexit to determine the
6675         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6676         disabled.
6677         * configure: Regenerate.
6679 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
6681         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6682         * doc/gcc.texi: Remove vms.texi section.
6683         * doc/vms.texi: Remove obsolete file.
6685 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6687         * configure.in (inhibit_libc): Don't define when configuring
6688         with --with-newlib --with-headers.
6689         * configure: Regenerate.
6691         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6693 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6695         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6696         IRIX 6 without GNU ld.
6697         * configure: Regenerate.
6699 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6701         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6702         of a complex number rather than invoke mov_optab directly.
6704 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6706         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6707         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6709 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6711         * config/i386/x86-64.h: Remove two target-independent comments;
6712          replace "GNU CC" with "GCC".
6714 2003-06-03  Anthony Green  <green@redhat.com>
6716         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6718 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6720         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6721         New builtins representing ISO C99's cabs, cabsf and cabsl.
6722         * builtins.c (expand_builtin_fabs): New function.
6723         (expand_builtin_cabs): New function.
6724         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6725         using expand_builtin_fabs and expand_builtin_cabs respectively.
6727         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6729 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6731         * function.c (assign_parms): Split complex arguments.
6733         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6735         * expr.h (SPLIT_COMPLEX_ARGS): Define.
6736         (split_complex_types): Protoize.
6737         (split_complex_values): Protoize.
6739         * calls.c (expand_call): Split complex arguments on architectures
6740         that require it.
6741         (split_complex_values): New.
6742         (split_complex_types): New.
6744         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6745         (rs6000_function_value): Handle complex values on AIX.
6746         (rs6000_complex_function_value): New.
6748         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6750         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6751         (SPLIT_COMPLEX_ARGS): New.
6753 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6755         * configure.in (HAVE_LD_PIE): Check for ld -pie.
6756         * config.in: Rebuilt.
6757         * configure: Rebuilt.
6758         * toplev.c (flag_pie, flag_shlib): New variables.
6759         (f_options): Add -fpie and -fPIE.
6760         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6761         Set flag_shlib if flag_pic and not -fpie/-fPIE.
6762         * flags.h (flag_pic, flag_shlib): Add.
6763         * varasm.c (default_binds_local_p): Use flag_shlib instead of
6764         flag_pic.
6765         * gcc.c (LINK_PIE_SPEC): Define.
6766         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6767         (option_map): Add --pie -> -pie mapping.
6768         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6769         and -fPIE the same way as -fPIC.
6770         * config/openbsd.h (ASM_SPEC): Likewise.
6771         * config/frv/frv.h (ASM_SPEC): Likewise.
6772         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6773         * config/arm/semi.h (ASM_SPEC): Likewise.
6774         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6775         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6776         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6777         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6778         * config/m68k/linux.h (CPP_SPEC): Likewise.
6779         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6780         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6781         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6782         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6783         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6784         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6785         * config/netbsd-aout.h (ASM_SPEC): Likewise.
6786         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6787         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6788         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6789         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6790         * config/sparc/sparc.h (ASM_SPEC): Likewise.
6791         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6792         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6793         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6794         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6795         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6796         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6797         Simplify.
6798         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6799         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6800         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6801         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6802         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6803         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6804         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6805         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6807 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6809         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6810         != 0 handling.  Pass 0 to store_by_pieces.
6811         (expand_builtin_mempcpy): Add endp argument.  Don't call
6812         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6813         directly.  If ignoring result, only do expand_call.
6814         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6815         otherwise.
6816         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6817         store_by_pices callers.
6818         (expand_builtin): Adjust expand_builtin_memcpy and
6819         expand_builtin_mempcpy callers.
6820         * expr.c (can_move_by_pieces): New function.
6821         (move_by_pieces): Add endp argument, return to resp. memory at end
6822         or one byte earlier depending on endp.
6823         (store_by_pieces): Likewise.
6824         (emit_block_move): Adjust call to move_by_pieces.
6825         (emit_push_insn): Adjust move_by_pieces caller.
6826         * expr.h (can_move_by_pieces): New prototype.
6827         (store_by_pieces): Adjust prototypes.
6828         * rtl.h (move_by_pieces): Adjust prototype.
6829         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6830         caller.
6832 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
6834         * doc/md.texi (Processor pipeline description): Improve wording.
6836 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
6838         * c-opts.c (c_common_handle_option): New, pulled out of
6839         c_common_decode_option.  Substitute uses of argv.
6840         (c_common_decode_option): Broken into two.
6842 2003-06-02  Roger Sayle  <roger@eyesopen.com>
6843             Zack Weinberg  <zack@codesourcery.com>
6845         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
6846         test of TREE_CONSTANT_POOL_ADDRESS_P.
6848 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6850         * mips.c: Don't include output.h twice.
6851         * stormy16.c: Likewise.
6852         * xtensa.c: Likewise.
6853         * output.h: Protect against multiple inclusion.
6855 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
6857         * sh.h (OLD_ARG_MODE): New macro.
6858         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6859         (FUNCTION_ARG_1): Break out of:
6860         (FUNCTION_ARG).  Use OLD_ARG_MODE.
6862 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6864         * gcc/config.gcc Add support multilib parts for m32rx processor.
6866 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6868         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6869         (mostlyclean): Delete c-options.c and c-options.h.
6871 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
6873         * c-opts.c (CL_REJECT_NEGATIVE): New.
6874         (c_common_decode_option): Update to use it.
6875         * c.opt: Update documentation; use RejectNegative.
6876         * opts.sh: Handle RejectNegative.
6878 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
6880         * ggc-page.c (init_ggc): Give better diagnostics on failure to
6881         open /dev/zero.
6882         * toplev.c (crash_signal): Reset handling for received signal
6883         to SIG_DFL.
6885 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
6887         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6888         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6889         (arm_use_dfa_pipeline_interface): Implement.
6890         * config/arm/arm.md (arm): New automaton.
6891         (write_buf): Remove function units; new cpu unit.
6892         (write_blockage): Remove function units; new cpu unit.
6893         (core): Remove function units; new cpu unit.
6894         (r_mem_f_wbuf): New instruction reservation.
6895         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6896         (store1_ldsched, store2, store3, store4): Likewise.
6897         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6898         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6899         (multi_cycle, single_cycle): Likewise.
6900         * config/arm/fpa.md (armfp): New automaton.
6901         (fpa): Remove function units; new cpu unit.
6902         (fpa_mem): Remove function unit; new cpu unit.
6903         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6904         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6906 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6908         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6909         * c-format.c (enum format_type): Add asm_fprintf_format_type.
6910         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6911         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6912         (format_types_orig): Renamed from format_types.  Add new data.
6913         (format_types): Declare as pointer.
6914         (handle_format_attribute): Move later in file so we have all
6915         necessary declarations.  Add section to capture HOST_WIDE_INT.
6916         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6917         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6919 2003-06-01  Andreas Jaeger  <aj@suse.de>
6921         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6922         ROUND_TYPE_SIZE_UNIT.
6924         * stor-layout.c (finalize_record_size): Remove usages of
6925         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6926         (finalize_type_size): Likewise.
6927         (layout_type): Likewise.
6929         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6931         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6933         * config/d30v/d30v.h: Remove text copied from the manual.
6935 2003-06-01  Roger Sayle  <roger@eyesopen.com>
6936             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6937             Geoffrey Keating  <geoffk@apple.com>
6939         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6940         constants as condition code values.
6942 2003-06-01  DJ Delorie  <dj@redhat.com>
6944         * cppmacro.c (warn_of_redefinition): Handle cases where the two
6945         definitions have different numbers of tokens.
6947 2003-06-01  Andreas Jaeger  <aj@suse.de>
6949         * gen-protos.c (main): Readd unused attribute for argc.
6951 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6953         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6954         * c.opt: End in blank line.
6955         * opts.sh: Take AWK from environment if available; use C locale.
6957 2003-06-01  Andreas Schwab  <schwab@suse.de>
6959         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6961 2003-06-01  Andreas Jaeger  <aj@suse.de>
6963         * gen-protos.c (main): Revert patch to check for argument.
6965 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6967         PR target/11044
6968         * config/i386/i386.md (length attribute): Set length to 4
6969         for instructions of type "fcmp".
6971 2003-06-01  Andreas Jaeger  <aj@suse.de>
6973         * toplev.c: Use ISO C90 prototypes.
6975         * toplev.h: Use ISO C90 prototypes.
6977         * genrecog.c: Use ISO C90 prototypes.
6978         (nodes_identical): Correct declaration to match prototype.
6979         (maybe_both_true): Likewise.
6980         (merge_trees): Likewise.
6982         * genpeep.c (gen_peephole): Remove #if 0 code.
6983         Use ISO C90 prototypes.
6985         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6986         Remove #if 0'ed function simplify_by_alternatives.
6987         (optimize_attrs): Remove #if 0'ed code.
6988         Remove ^L.
6989         Use ISO C90 prototypes.
6990         (make_canonical): Remove #if 0'ed code.
6991         (convert_const_symbol_ref): Remove #if 0'ed function.
6993         * gen-protos.c (main): Check for argument.
6995         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6997         * params.h: Use ISO C90 prototypes.
6998         * params.c: Likewise.
6999         * intl.c: Likewise.
7000         * intl.h: Likewise.
7001         * lists.c: Likewise.
7002         * errors.c: Likewise.
7003         * errors.h: Likewise.
7004         * gencodes.c: Likewise.
7005         * genpreds.c: Likewise.
7006         * genattr.c: Likewise.
7007         * gen-protos.c: Likewise.
7008         * genflags.c: Likewise
7009         * genconditions.c: Likewise.
7010         * genautomata.c: Likewise.
7011         * gencheck.c: Likewise.
7012         * genconfig.c: Likewise.
7013         * genconstants.c: Likewise.
7014         * genemit.c: Likewise.
7015         * genextract.c: Likewise.
7016         * gengenrtl.c: Likewise.
7017         * gengtype.c: Likewise.
7018         * gengtype.h: Likewise.
7019         * genopinit.c: Likewise.
7020         * genoutput.c: Likewise.
7021         * gensupport.c: Likewise.
7022         * gensupport.h: Likewise.
7024         * sdbout.h: Use ISO C90 prototypes.
7026         * sdbout.c (CONTIN): Removed empty macro.
7027         (sdbout_one_type): Remove CONTIN usages.
7028         Remove ^Ls.
7029         (tag_of_ru_type): Remove #if 0'ed function.
7030         (sdbout_symbol): Remove #if 0'ed code.
7031         (sdbout_one_type): Remove a #if 1.
7032         (sdbout_one_type): Remove #if 0'ed code.
7033         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7034         Remove PARAMS, use ISO C90 prototypes for all functions.
7036 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
7038         * rtl.def (CONST_DOUBLE): Update comment.
7040 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7042         * opts.sh: Remove path from sort.
7044 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
7046         PR/9680
7047         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7048         TARGET_SPE for SPE_VECTOR_MODE.
7050 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
7052         * toplev.c (botch): Remove.
7053         (do_abort): Remove.
7054         (set_Wunused): Comment.
7055         (set_Wextra): Comment.
7056         Remove ^L's.
7057         (rest_of_compilation): Factor out common code into functions.
7058         (rest_of_handle_inlining): New.
7059         (rest_of_handle_ssa): New.
7060         (rest_of_handle_cse): New.
7061         (rest_of_handle_gcse): New.
7062         (rest_of_handle_loop_optimize): New.
7063         (rest_of_handle_jump_bypass): New.
7064         (rest_of_handle_sibling_calls): New.
7065         (rest_of_handle_null_pointer): New.
7066         (rest_of_handle_addresof): New.
7067         (rest_of_handle_flow): New.
7068         (rest_of_handle_branch_prob): New.
7069         (rest_of_handle_if_conversion): New.
7070         (rest_of_handle_tracer): New.
7071         (rest_of_handle_loop2): New.
7072         (rest_of_handle_cse2): New.
7073         (rest_of_handle_life): New.
7074         (rest_of_handle_combine): New.
7075         (rest_of_handle_if_after_combine): New.
7076         (rest_of_handle_regmove): New.
7077         (rest_of_handle_sched): New.
7078         (rest_of_handle_old_regalloc): New.
7079         (rest_of_handle_new_regalloc): New.
7080         (rest_of_handle_regrename): New.
7081         (rest_of_handle_reorder_blocks): New.
7082         (rest_of_handle_sched2): New.
7083         (rest_of_handle_new_regalloc): New.
7084         (rest_of_handle_old_regalloc): New.
7085         (rest_of_handle_regrename): New.
7086         (rest_of_handle_reorder_blocks): New.
7087         (rest_of_handle_stack_regs): New.
7088         (rest_of_handle_machine_reorg): New.
7089         (rest_of_handle_delay_slots): New.
7090         (rest_of_handle_final): New.
7092         * toplev.h (botch): Remove prototype.
7093         (do_abort): Same.
7095 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7097         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7098         * c-opts.c: Include c-options.h and c-options.c.
7099         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7100         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7101         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7102         OPT, opt_comp): Remove.
7103         (missing_arg, c_common_init_options, c_common_decode_option,
7104         write_langs): Update for macro redefinitions and enumeration
7105         name changes.
7106         * c.opt, opts.sh: New files.
7107         * doc/passes.texi: Update.
7109 2003-05-31  Andreas Jaeger  <aj@suse.de>
7111         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7112         usage.
7114         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7116         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7118         * system.h: Poison ALLOCATE_TRAMPOLINE.
7120         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7121         * system.h: Poison HANDLE_PRAGMA.
7123 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
7125         * doc/invoke.texi: Update dump file names.
7127 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7129         * c-format.c (format_length_info, format_char_info,
7130         format_flag_spec, format_flag_pair, format_kind_info):
7131         De-const-ify structure members.
7133 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7135         * flags.h (flag_wrapv): New flag controlling overflow semantics.
7136         * toplev.c (flag_wrapv): Declare the variable with default false.
7137         (lang_independent_options): New option "-fwrapv" to set the above.
7139         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7140         as x, when signed arithmetic overflow wraps around.
7141         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7142         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7143         overflow when flag_wrapv is true.
7145         * doc/invoke.texi: Document new -fwrapv command line option.
7146         * doc/c-tree.texi: Mention that the overflow semantics of
7147         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7148         upon both flag_wrapv and flag_trapv.
7150 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7152         * doc/install.texi (mips-sgi-irix5): Add missing
7153         HTML <hr> marker.
7155 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7157         * doc/md.texi (Machine Constraints): Document
7158         missing SPARC constraints.
7160 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7162         * doc/md.texi (Automaton pipeline description): Use
7163         "type" instead of "cpu" as the attribute in the examples.
7165 2003-05-30  Stan Shebs  <shebs@apple.com>
7167         * system.h: Poison OBJC_PROLOGUE.
7169 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7171         * emit-rtl.c (gen_complex_constant_part): New function for getting
7172         the constant real or imaginary part of a complex constant.
7173         (gen_realpart): Use it.
7174         (gen_imagpart): Likewise.
7176 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
7178         * doc/invoke.texi: Fix typos.
7179         * doc/rtl.texi: Likewise.
7181 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7183         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7184         mode.
7185         * config/h8300/crtn.asm: Likewise.
7186         * config/h8300/lib1funcs.asm: Likewise.
7187         * config/h8300/h8300.c (asm_file_start): Likewise.
7188         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7189         h8300snelf emulations for normal mode.
7190         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7191         emulations for normal mode.
7193 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7195         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7196         true if TARGET_NORMAL_MODE.
7198 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7200         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7201         making a substitution.
7202         (dead_libcall_p): If directly replacing a libcall with a
7203         constant value produces an invalid instruction, also try forcing
7204         the constant into the constant pool.
7205         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7206         obvious that the source is a constant.
7207         (compress_float_constant): Use set_unique_reg_note to place
7208         REG_EQUAL notes on instructions.
7210 2003-05-30  Eric Christopher  <echristo@redhat.com>
7212         * config/mips/mips.c (extern_list): Add GTY marker.
7213         (extern_head): Separate out definition. Add marker.
7214         (mips_output_external): Use ggc_alloc for extern_list
7215         allocation.
7216         (mips_output_external_libcall): Ditto.
7218 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
7220         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7221         later.
7223 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7225         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7226         warnings.
7227         (PRINT_OPERAND): Likewise.
7229 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7231         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7232         -mdebug/-no-mdebug switches ...
7233         (MDEBUG_ASM_SPEC): ... here.
7234         Use only with gas.
7235         (EXTRA_SPECS): Initialize mdebug_asm_spec.
7237 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
7239         * gthr-gnat.c: Remove #undef UNUSED.
7240         (__gnat_default_lock, __gnat_default_unlock): Prototype.
7241         (__gnat_task_lock, __gnat_task_unlock): Make declarations
7242         prototypes.
7243         (__gnat_install_locks): Convert declaration to ISO C90, make
7244         parameter declarations prototypes, and remove blank line.
7245         * gthr-gnat.h (__gnat_install_locks): Make parameter
7246         declarations prototypes.
7248 2003-05-29  Jason Merrill  <jason@redhat.com>
7250         * Makefile.in (unstrap): Remove stage_last after make unstage1.
7252 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7254         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7256 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7257             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
7259         PR bootstrap/10169
7260         * mips-tfile.c (main): Use getopt_long instead of getopt.
7261         Add new command line option --version to display version.
7262         Treat --verbose like -v to report a single line version.
7263         (options): New global variable for getopt_long.
7264         * mips-tdump.c (main): Use getopt_long instead of getopt.
7265         New command line options -v, --version and -verbose to display
7266         the program version number (to match mips-tfile's behavior).
7267         (options): New global variable for getopt_long.
7269         * gcov.c (options): Zero-terminate getopt_long array.
7270         * gcov-dump.c (options): Likewise.
7272         * Makefile.in (mips-tdump.o): Add dependency on version.h.
7274 2003-05-29  Stan Shebs  <shebs@apple.com>
7276         Remove OBJC_PROLOGUE everywhere.
7277         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7278         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7279         * config/d30v/d30v.h: Similarly.
7280         * config/ip2k/ip2k.h: Similarly.
7281         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7283 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7285         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7286         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
7287         (expand_unreachable_stmt): Expand unreachable while statements
7288         using genrtl_do_stmt_1.
7290 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
7292         * config/mips/mips-protos.h (mips_output_load_label): Declare.
7293         * config/mips/mips.c (mips_output_load_label): New function.
7294         (mips_output_conditional_branch): Use it.
7295         * config/mips/mips.md (jump): And here.
7297 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
7299         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7300         (xtensa_split_operand_pair): New proto.
7301         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7302         (smalloffset_double_mem_p): Delete.
7303         (gen_float_relational, printx, print_operand, xtensa_va_arg):
7304         Fix whitespace.
7305         (xtensa_split_operand_pair): New.
7306         (xtensa_dbx_register_number): Fix formatting.
7307         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7308         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7309         instead of splitting them into single-word moves.  Remove unnecessary
7310         checks for reload_in_progress and reload_completed.
7311         (movdi_internal, movdf_internal): Change to post-reload split patterns.
7312         Add constraints to allow constant operands.
7313         (movsf_internal): Allow CONST_INT operands.
7315 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
7317         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7318         fragment i386/x-mingw32.
7319         * config/i386/x-mingw32: New file. Make local_includedir
7320         relative to EXEC_PREFIX.
7322 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
7324         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7325         (MD_STARTFILE_PREFIX): Define.
7327 2003-05-27  Denis Chertykov  <denisc@overta.ru>
7329         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7330         VOIDmode.
7331         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7332         call of cselib_invalidate_regno.
7334 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
7336         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7337         -lthread to -lpthread.
7339 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7340             Bruce Korb  <bkorb@gnu.org>
7341             Arno Klaassen  <arno@heho.snv.jussieu.fr>
7343         * fixinc/inclhack.def: Add missing declaration of getpagesize()
7344         to unistd.h on Solaris 2.5.1.
7345         Fix prototype of recv() and send() in sys/socket.h on
7346         Solaris 2.5.1 and 2.6.
7347         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7348         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7349         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7350         * fixinc/fixincl.x: Regenerate.
7352 2003-05-27  Jason Merrill  <jason@redhat.com>
7354         * tree.c (expr_first, expr_length): New fns.
7355         * tree.h: Declare them.
7357         * tree.c (iterative_hash_expr): Hash commutative expressions
7358         consistently.
7360 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7362         * tree.h (contains_placeholder_p): Now returns bool.
7363         (CONTAINS_PLACEHOLDER_P): New macro.
7364         (type_contains_placeholder_p): New function.
7365         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7366         (contains_placeholder_p): Now returns bool.
7367         Rework to use CONTAINS_PLACEHOLDER_P macro.
7368         (type_contains_placeholder_p): New function.
7369         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7370         type_contains_placeholder_p.
7371         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7372         Use CONTAINS_PLACEHOLDER_P macro.
7373         * builtins.c (fold_builtin): Likewise.
7374         * calls.c (initialize_argument_information): Likewise.
7375         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7376         * explow.c (expr_size): Likewise.
7377         * expr.c (store_constructor, get_inner_reference): Likewise.
7378         * function.c (assign_parms): Likewise.
7379         * stor-layout.c (variable_size): Likewise.
7381 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
7383         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
7384         attribute.
7386 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7388         * doc/contrib.texi (Contributors): Update Kean Johnston.
7390 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
7392         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7394 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7396         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7397         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7398         Replace "GNU CC" with "GCC".
7400 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
7402         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7403         intermediate computation.
7405 2003-05-23  Eric Christopher  <echristo@redhat.com>
7407         * config/mips/mips.md (clzsi, clzdi): New patterns.
7409 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
7411         * gcc.c (default_compilers): Use -o to specify preprocessor's output
7412         file.  Make -no-integrated-cpp work when building PCH files.
7413         * objc/lang-specs.h: Likewise.
7415 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7417         * fixinc/Makefile.in: Correct description.
7418         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7419         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
7420         fixinc/genfixes: Replace "GNU CC" with "GCC".
7422 2003-05-23  Roger Sayle  <roger@eyesopen.com>
7424         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
7425         builtin functions (and their __builtin_* variants).
7426         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
7427         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
7428         optimizing.
7430         * doc/extend.texi: Document new tan and atan builtins, and
7431         their float and long double variants.
7433 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
7435         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7436         __sparcv9 in the TARGET_ARCH64 case.
7438 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
7440         * i386.c (ix86_reorg): Calls are also jumps.
7442 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7444         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
7445         note containing an EXPR_LIST, process all the arguments.
7447 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
7448                                Andreas Jaeger  <aj@suse.de>
7450         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
7451         do not use assertion.
7453 2003-05-23  Mike Stump  <mrs@apple.com>
7455         * tlink.c (scan_linker_output): Add support for darwin linker, as it
7456         emits unresolved symbols one per line, consuming the entire line.
7458 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
7459             Zack Weinberg <zack@codesourcery.com>
7461         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
7462         * config/m68k/m68k.c (m68k_output_function_prologue):
7463         Remove code under #if NEED_PROBE.
7464         * config/m68k/m68k.h: Don't define NEED_PROBE.
7465         * config/m68k/m68k.md: Remove "probe" insn.
7466         * doc/md.texi: Remove documentation of "probe" pattern.
7468 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
7470         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
7472 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7474         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
7475         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
7477 2003-05-22  Roger Sayle  <roger@eyesopen.com>
7479         * real.c (real_maxval): New function to return the largest finite
7480         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7481         * real.h (real_maxval): Prototype here.
7482         * fold-const.c (fold_inf_compare): Transform comparisons against
7483         +-Infinity into comparisons against DBL_MAX (or equivalent).
7485 2003-05-22  Mike Stump  <mrs@apple.com>
7487         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7488         default.
7490 2003-05-22  DJ Delorie  <dj@redhat.com>
7492         * calls.c (expand_call): If the arg block is going to grow
7493         downward, we need argblock to point to the top of the block,
7494         not the bottom.
7496 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7498         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7500         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7501         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7503 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7505         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7506         * m68k.c: Likewise.
7507         * m68k.h: Likewise.
7509 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
7511         PR other/2873
7512         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7513         expressions to prevent triggering on recent curses.h,
7514         linux/nls.h, or X11/Xlib.h.
7515         (stdio_va_list): Add _G_va_list to bypass pattern.
7516         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7517         * fixinc/fixincl.x: Regenerate.
7519 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7521         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7522         switches when --target-help option is specified.
7524 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7526         PR bootstrap/10805
7527         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7528         failure with Sun assembler 5.0 Alpha 03/27/98.
7530 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
7532         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7533         to match system compiler convention.
7535 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7537         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7538         value, not just if defined.
7539         Update copyright year.
7541 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7543         PR target/6428
7544         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7545         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
7546         option is used without `-static'.
7547         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7548         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7550 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
7552         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7553         TARGET_SERIALIZE_VOLATILE): Delete.
7554         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7555         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7556         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7557         "-mno-serialize-volatile".
7558         * config/xtensa/xtensa.c (print_operand): Remove checks of
7559         TARGET_SERIALIZE_VOLATILE.
7560         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7561         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7562         "-mserialize-volatile" and "-mno-serialize-volatile" options.
7564 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7566         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7567         (nested_function): Likewise.
7568         (notype_nested_function): Likewise.
7570 2003-05-21  Nick Clifton  <nickc@redhat.com>
7572         * config/stormy16/stormy-abi: Update overflow type for
7573         R_XSTORMY16_16 reloc.
7575 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7577         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7578         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7579         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7580         * print-tree.c (print_node): Remove ambient-boundedness.
7581         * tree.h (tree_common): Remove bounded_flag.
7582         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7583         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7584         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7585         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7586         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7587         Remove.
7588         (TYPE_QUALS): Remove BOUNDED.
7589         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7590         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7591         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7592         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7593         VA_LIST_POINTER_DEPTH): Remove.
7594         (struct tree_type): Remove pointer_depth.
7596 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7598         * c-pretty-print.c (pp_c_integer_literal): Use
7599         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7601 2003-05-20  Roger Sayle  <roger@eyesopen.com>
7602             Kazu Hirata  <kazu@cs.umass.edu>
7603             Joern Rennecke  <joern.rennecke@superh.com>
7605         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
7606         setcc and jump, if they exist.  If substituted instruction
7607         fails to validate, store current effort in a REG_EQUAL note.
7608         (cprop_insn): Don't attempt further substitutions if the
7609         current instruction has been deleted.
7610         (local_cprop_pass): Likewise.
7612         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
7613         one is attached to the jump instruction.
7614         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7616 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7618         PR c++/9738
7619         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7620         even if not first.
7622 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7624         * genautomata.c (output_description, output_automaton_units,
7625         output_state_arcs): Add missing specifiers.
7627 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
7629         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7630         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7631         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
7632         (nsau): Rename to do_nsau.  Provide alternate version for use when
7633         the NSAU instruction is available.
7634         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7635         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7636         * config/xtensa/xtensa-config.h: Update comments to match binutils.
7637         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7638         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7639         (TARGET_ABS, TARGET_ADDX): Define.
7640         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7641         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7642         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7643         *subx8): Set predicate condition to TARGET_ADDX.
7644         (abssi2): Set predicate condition to TARGET_ABS.
7645         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7646         "-maddx", and "-mno-addx" options.
7647         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
7649 2003-05-20  Kevin Ryde <user42@zip.com.au>
7650             Wolfgang Bangerth <bangerth@dealii.org>
7652         PR/10355
7653         * doc/extend.texi: Put a warning into the documentation
7654         of attribute regparm.
7656 2003-05-20  Jason Merrill  <jason@redhat.com>
7658         * tree.c (expr_last): New fn.
7659         * tree.h: Declare it.
7660         * objc/objc-act (expr_last): Rename to objc_expr_last.
7662 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7664         * sh.c (sh_register_move_cost): Add clase for moving between
7665         FP registers and MAC registers.
7667 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
7669         * pa/milli64.S ($$mulI): Fix typo.
7671 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
7673         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7674         (nonlocal_set_p): Remove initial blank line.
7675         * dwarf2out.c (simple_type_size_in_bits): Likewise.
7676         * et-forest.c (et_forest_create): Likewise.
7677         * explow.c (stabilize): Likewise.
7678         * fix-header.c (write_lbrac): Likewise.
7679         * graph.c (start_fct, node_data): Likewise.
7680         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7681         * rtlanal.c (global_reg_mentioned_p): Likewise.
7682         * tree.c (bit_position): Likewise.
7684 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
7686         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7687         -lthread to -lpthread.
7689 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
7691         * c-opts.c (c_common_decode_option): Don't accept dollars
7692         as identifier characters in assembly.
7693         * doc/cpp.texi: Document this.
7695 2003-05-19  Seth Arnold  <sarnold@wirex.com>
7696             Aldy Hernandez  <aldyh@redhat.com>
7698         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7699         vrsave_size twice.
7701 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
7703         * doc/tm.texi (function_arg): Fix typo.
7705 2003-05-19  Matt Austern  <austern@apple.com>
7707         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7708         * c-common.h (warn_invalid_offsetof): Declare.
7709         * c-common.c (warn_invalid_offsetof): Define.
7710         * doc/invoke.texi: Document -Winvalid-offsetof.
7711         * testsuite/g++.dg/other/offsetof3.C: New.
7712         * testsuite/g++.dg/other/offsetof4.C: New.
7714 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
7715             David Edelsohn  <edelsohn@gnu.org>
7717         * config/rs6000/rs6000.c (rs6000_alignment_string,
7718         rs6000_alignment_flags): New variables.
7719         (rs6000_parse_alignment_option): New function.
7720         (rs6000_override_options): Call it.
7721         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7722         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7723         macros.
7724         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7725         natural alignment if TARGET_NATURAL_ALIGNMENT
7726         (ROUND_TYPE_ALIGN): Always use default record alignment if
7727         TAGET_NATURAL_ALIGNMENT.
7728         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7729         (ROUND_TYPE_ALIGN): Same.
7730         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7731         (ROUND_TYPE_ALIGN): Same.
7732         * doc/invoke.texi (Option Summary, PowerPC Options): Document
7733         new options.
7735 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
7737         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7738         of a function using ASMSPEC, prepend a star.
7740 2003-05-19  Jason Merrill  <jason@redhat.com>
7742         * tree-inline.c (copy_body_r): Avoid generating &* during inline
7743         substitution.
7745 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
7747         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7748         not mark assignments to the hard frame pointer as being stack
7749         frame related.
7750         (xstormy16_expand_epilogue): Mark adjustments to the stack
7751         pointer as being stack frame related.
7753 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7755         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7756         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7757         (PREDICATE_CODES): Add hilo_operand.
7758         * config/mips/mips.c (hilo_operand): New predicate.
7759         (mips_adjust_insn_length): Account for the number nops that might
7760         be needed to avoid hardware hazards.
7761         * config/mips/mips.md (dslot): Remove attribute.
7762         (hazard): New attribute.
7763         (can_delay): Use it.  Check for calls, branches & jumps.
7764         (muldi3): Use the standard dmult pattern for mips16 code.
7765         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7767 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7769         * config/mips/mips-protos.h (final_prescan_insn,
7770         mips_count_memory_refs, mips_fill_delay_slot): Remove.
7771         * config/mips/mips.h (delay_type, dslots_load_total,
7772         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7773         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7774         mips_load_reg3, mips_load_reg4): Remove.
7775         (MASK_STATS): Remove.
7776         (MASK_EXPLICIT_RELOCS): Reuse its value.
7777         (TARGET_STATS): Remove.
7778         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7779         Warn that -mstats is now ignored.
7780         (FINAL_PRESCAN_INSN): Undefine.
7781         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7782         (ASM_OUTPUT_REG_POP): Likewise.
7783         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7784         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7785         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7786         mips_fill_delay_slot, mips_count_memory_refs,
7787         final_prescan_insn): Remove.
7788         (output_block_move): Remove calls to mips_count_memory_refs.
7789         (print_operand): Remove printing of #nop for TARGET_STATS.
7790         (mips_output_function_epilogue): Remove TARGET_STATS code.
7791         Reorganize setting of fnnmae.
7792         * config/mips/mips.md: Remove handling of dslot statistics
7793         throughout file.  Change all fcmp patterns into normal asm
7794         templates, removing calls to mips_fill_delay_slot.
7795         * doc/invoke.texi: Remove documentation of -mstats.
7797 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7799         * config/mips/mips.c (mips_class_max_nregs): Return the number of
7800         words in the mode.
7802 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7804         * config/mips/mips.c (override_options): Disable explicit
7805         relocs for old ABIs unless using gas.
7807 2003-05-18  Eric Christopher  <echristo@redhat.com>
7809         * config/mips/mips.h: Remove definition of g_switch_value.
7811 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7813         * flags.h (g_switch_value): Change to an unsigned
7814         HOST_WIDE_INT.
7815         * toplev.c (g_switch_value): Likewise.
7817         * config/alpha/alpha.c (small_symbolic_operand): Remove
7818         g_switch_value cast.
7819         (alpha_in_small_data_p): Cast size to an unsigned
7820         HOST_WIDE_INT.
7822         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7823         unsigned HOST_WIDE_INT.
7824         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7825         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7827         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7828         unsigned HOST_WIDE_INT.
7829         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7830         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7831         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7833         * config/rs6000/rs6000.c (rs6000_file_start): Use
7834         HOST_WIDE_INT_PRINT_UNSIGNED.
7835         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7836         (rs6000_elf_in_small_data_p): Cast size to unsigned
7837         HOST_WIDE_INT.
7838         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7839         Remove.
7840         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7841         g_switch_set.
7842         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7843         g_switch_value cast.
7845 2003-05-18  Roger Sayle  <roger@eyesopen.com>
7846             Zack Weinberg  <zack@codesourcery.com>
7848         PR middle-end/10472
7849         * builtins.c (expand_builtin_memcpy):  Call force_operand on
7850         expressions and use simplify_gen_binary to create the addition.
7852 2003-05-18  Andreas Schwab  <schwab@suse.de>
7854         * config/m68k/m68k.md: Use define_constants for unspec numbers.
7856 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7858         * config/sparc/sparc.h: Define sparc for now.
7860 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7862         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7864         * config/stormy16/stormy16.h: Remove about 3000 lines of
7865         target-independent comments.  Update copyright notice.
7867         * doc/collect2.texi: GNU CC -> GCC.
7868         * doc/headerdirs.texi: GNU CC -> GCC.
7870 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
7872         * hashtable.h (struct ht_identifier): Add data member "hash_value".
7873         * hashtable.c (ht_lookup): Use it when searching, remember.
7874         (ht_expand): Do not recompute.
7875         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7877 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7879         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7881 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7883         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7884         Default here.
7885         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7886         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7887         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7888         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7889         config/arm/linux-elf.h, config/arm/rtems-elf.h,
7890         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7891         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7892         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7893         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7894         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7895         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7896         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7897         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7898         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7899         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7900         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7901         Don't define __ELF__.
7902         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7903         Define __ELF__.
7904         * doc/cpp.texi: Document __ELF__.
7905         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
7907 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7909         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7910         always use stdarg.
7911         * c-errors.c (pedwarn_c99): Likewise.
7912         * c-format.c (status_warning): Likewise.
7913         * c-semantics.c (build_stmt): Likewise.
7914         * calls.c (emit_library_call, emit_library_call_value): Likewise.
7915         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7916         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7917         * diagnostic.c (build_message_string, output_printf,
7918         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7919         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7920         error_with_decl, fnotice): Likewise.
7921         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7922         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7923         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7924         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7925         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7926         dw2_asm_output_encoded_addr_rtx): Likewise.
7927         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7928         * errors.c (warning, error, fatal, internal_error): Likewise.
7929         * final.c (output_operand_lossage, asm_fprintf): Likewise.
7930         * fix-header.c (fatal): Likewise.
7931         * gcc.c (fatal, error, notice): Likewise.
7932         * gcov.c (fnotice): Likewise.
7933         * genattrtab.c (attr_rtx, attr_printf): Likewise.
7934         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7935         * gensupport.c (message_with_line): Likewise.
7936         * mips-tfile.c (fatal, error): Likewise.
7937         * protoize.c (notice): Likewise.
7938         * ra-debug.c (ra_debug_msg): Likewise.
7939         * read-rtl.c (fatal_with_file_and_line): Likewise.
7940         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7941         * tree.c (build, build_nt, build_function_type_list): Likewise.
7943 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7945         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7946         * gcc.c (cpp_predefines): Remove.
7947         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7948         (static_specs): Remove predefines.
7949         * system.h: Poison CPP_PREDEFINES.
7950         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7951         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7953 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7955         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7956         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7957         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7958         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7960 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7962         PR c/9209
7963         * c-common.c, c-common.h (dollars_in_ident): Remove.
7964         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7965         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7966         * cpphash.h (warned_dollar): Rename warn_dollars.
7967         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7968         Permit dollars regardless of -std=.
7969         (post_options): Set warn_dollars.
7970         * cpplex.c (forms_identifier_p): Use warn_dollars.
7971         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7972         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7973         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7974         Update documentation.
7976 2003-05-17  Andreas Schwab  <schwab@suse.de>
7978         * config/m68k/m68k.c (m68k_output_function_prologue): Use
7979         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7980         formatting a HOST_WIDE_INT.
7981         (m68k_output_function_epilogue): Likewise.
7983 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
7985         * doc/install.texi: Remove information about desupported targets.
7987 2003-05-17  Andreas Schwab  <schwab@suse.de>
7989         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7990         * config/m68k/linux.h: Likewise.
7991         * config/m68k/m68k-none.h: Likewise.
7992         * config/m68k/netbsd-elf.h: Likewise.
7993         * config/m68k/sgs.h: Likewise.
7994         * config/m68k/m68k.h: Likewise.
7995         * config/m68k/m68k.md: Likewise.
7996         * config/m68k/m68k.c: Likewise.
7997         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7998         constraints.
7999         * doc/invoke.texi (Option Summary): Remove -mfpa.
8000         (M680x0 Options): Likewise.
8002 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
8004         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8006 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8008         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8009         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8010         config/sparc/rtemself.h, config/sparc/sol2-64.h,
8011         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8012         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8014 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8016         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8017         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8019 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8021         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8022         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8023         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8024         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8025         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8026         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8027         sparc/sysv4.h,
8028         * sparc/sysv4-only.h: New.
8030 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
8032         * function.c (assign_parms): Check for zero size args.
8034 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8036         * cfgloopanal.c (test_for_iteration): Use string concatentation on
8037         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8038         function calls into one.
8039         * dbxout.c (dbxout_symbol): Likewise.
8040         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8041         * dwarf2asm.c (dw2_asm_output_data_uleb128,
8042         dw2_asm_output_data_sleb128): Likewise.
8043         * genrecog.c (debug_decision_2): Likewise.
8044         * loop.c (emit_prefetch_instructions): Likewise.
8045         * print-rtl.c (print_rtx): Likewise.
8046         * print-tree.c (print_node_brief, print_node): Likewise.
8047         * ra-debug.c (dump_igraph, dump_graph_cost,
8048         dump_static_insn_cost): Likewise.
8049         * ra-rewrite.c (dump_cost): Likewise.
8050         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8051         * sreal.c (dump_sreal): Likewise.
8052         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8053         * varasm.c (assemble_vtable_entry): Likewise.
8055         * avr.c (avr_output_function_prologue,
8056         avr_output_function_epilogue, print_operand): Fix format specifier
8057         warnings.
8058         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8059         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8061 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
8063         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8064         and ! TARGET_STRING cases.
8066         * doc/cppopts.texi (-undef): Fix texinfo warning.
8068         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8069         * cppfiles.c (validate_pch): When -H is used, print some information
8070         about PCH files found.
8072 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8074         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8075         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8076         * config/mips/t-sr71k: Likewise.
8078 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8080         * arc.c (arc_output_function_prologue,
8081         arc_output_function_epilogue): Fix format specifier warnings.
8082         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8084         * v850.c (print_operand): Fix format specifier warnings.
8086         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8087         specifier warnings.
8089         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8090         format specifier warnings.
8092         * ip2k.c (function_prologue, function_epilogue, print_operand):
8093         Fix format specifier warnings.
8094         * ip2k.md: Likewise.
8096         * i960.c (i960_output_function_prologue, i960_print_operand,
8097         i960_print_operand_addr): Fix format specifier warnings.
8099         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8100         (i370_output_function_prologue): Fix format specifier warnings.
8101         * i370.h (PRINT_OPERAND): Likewise.
8103         * fr30.c (fr30_print_operand): Fix format specifier warnings.
8105         * dsp16xx.c (print_operand_address): Fix format specifier warning.
8106         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8108         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8109         specifier warnings.
8111         * alpha.c (print_operand_address, alpha_start_function,
8112         unicosmk_output_ssib): Use string concatentation on
8113         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8114         function calls into one.
8115         * arm.c (arm_print_operand): Likewise.
8116         * cris.c (cris_asm_output_mi_thunk): Likewise.
8117         * frv.c (frv_asm_output_mi_thunk): Likewise.
8118         * ia64.c (ia64_print_operand, process_set): Likewise.
8119         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8120         Likewise.
8121         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8122         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8123         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8124         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8125         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8126         * s390.c (s390_assemble_integer): Likewise.
8127         * sparc.c (sparc_flat_function_prologue,
8128         sparc_flat_function_epilogue): Likewise.
8129         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8130         * vax.c (vax_output_mi_thunk): Likewise.
8132         * frv.c (frv_print_operand_memory_reference): Fix format specifier
8133         warning.
8134         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8136         * m68k.c (m68k_output_function_epilogue): Fix format specifier
8137         warnings.
8139         * stormy16-protos.h (xs_hi_general_operand,
8140         xs_hi_nonmemory_operand): Prototype.
8141         * stormy16.c (xstormy16_output_shift): Fix format specifier
8142         warnings.
8144         * cris.c: Fix format specifier warnings.
8146 2003-05-16  Nick Clifton  <nickc@redhat.com>
8148         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8150 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
8152         * doc/bugreport.texi: Remove most of the of the preface of the
8153         bugs section.
8155 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
8157         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8158         .save XX, r0.
8160 2003-05-15  Roger Sayle  <roger@eyesopen.com>
8162         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8164 2003-05-15  Eric Christopher  <echristo@redhat.com>
8166         * cfgcleanup.c (merge_blocks): Fix return value.
8168 2003-05-15 Eric Christopher <echristo@redhat.com>
8170         * combine.c (expand_compound_operation): Make sure
8171         that zero_extend operation is profitable.
8173 2003-05-15  Richard Henderson  <rth@redhat.com>
8175         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8176         code protected by USE_GNULIBC_1.
8178 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
8180         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
8181         remove hppa*-*-mpeix* which could not be built, and prune
8182         files from tmake_file= or tm_file= lists that don't exist.
8184         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8185         * config/alpha/t-interix, config/arm/conix-elf.h
8186         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8187         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8188         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8189         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8190         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8191         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8192         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8193         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8194         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8195         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8196         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8197         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8198         * config/m68k/tower-as.h, config/m68k/tower.h
8199         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8200         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8201         * config/m88k/m88k-protos.h, config/m88k/m88k.c
8202         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8203         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8204         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8205         * config/mips/rtems64.h, config/mips/sni-gas.h
8206         * config/mips/sni-svr4.h, config/mips/t-ecoff
8207         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8208         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8209         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8210         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8211         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8212         * config/romp/romp-protos.h, config/romp/romp.c
8213         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8214         * config/rs6000/aix3newas.h, config/rs6000/mach.h
8215         * config/sparc/bsd.h, config/sparc/hal.h
8216         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8217         * config/sparc/lynx.h, config/sparc/netbsd.h
8218         * config/sparc/sp86x-aout.h, config/sparc/splet.h
8219         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8220         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8221         * config/sparc/t-halos, config/sparc/t-sparcbare
8222         * config/sparc/t-splet, config/sparc/t-sunos41
8223         * config/v850/rtems.h: Delete file.
8225 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
8227         * config/rs6000/rs6000-protos.h (function_value): Protoize.
8229         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8231         * config/rs6000/rs6000.c (rs6000_function_value): New.
8233 2003-05-15  Philip Blundell  <philb@gnu.org>
8235         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8236         All uses updated.
8237         (arm_tune_xscale): New variable.
8238         (arm_override_options): Set it.
8239         (arm_adjust_cost): Use it in place of arm_arch_xscale.
8240         (arm_gen_load_multiple): Likewise.
8241         (arm_gen_store_multiple): Likewise.
8242         * config/arm/arm.md (is_xscale): Likewise.
8243         * config/arm/arm.h (arm_tune_xscale): Declare.
8245 2003-05-15  Philip Blundell  <philb@gnu.org>
8247         PR target/10730
8248         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8249         involving invalid constants.
8251 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8253         * pa.c (hppa_expand_prologue): Remove blockage.
8255 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
8257         * doc/bugreport.texi: Remove most of the bug reporting
8258         instructions and merge them into bugs.html.
8260 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
8262         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8263         g_switch_value to unsigned HOST_WIDE_INT.
8265 2003-05-14  Eric Christopher  <echristo@redhat.com>
8267         * combine.c: Fix header comments.
8268         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8269         to all calls and prototype.
8271 2003-05-14  Roger Sayle  <roger@eyesopen.com>
8273         PR optimization/10764
8274         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8275         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8276         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
8277         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8278         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8279         the corresponding *fyl2x_?fxf3 instructions.
8281 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
8283         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8284         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8285         XCHAL_HAVE_L32R): New.
8286         * config/xtensa/xtensa-protos.h (non_const_move_operand,
8287         xtensa_load_constant, xtensa_function_prologue,
8288         xtensa_function_epilogue): Delete prototypes.
8289         (xtensa_expand_prologue): New.
8290         * config/xtensa/xtensa.c (frame_size_const,
8291         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8292         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8293         xtensa_function_prologue): Delete.
8294         (add_operand, xtensa_mem_offset): Formatting.
8295         (move_operand): If the const16 option is available, allow any SFmode
8296         and SImode constants.
8297         (xtensa_emit_move_sequence): Inline the former contents of
8298         xtensa_load_constant with modifications to handle the const16 option.
8299         (override_options): Add xtensa_char_to_class['W'] and set it to
8300         the general register class only if the const16 option is enabled.
8301         Fix formatting.  Disallow PIC when using the const16 option.
8302         (print_operand): Reorganize to switch on "letter" instead of the
8303         RTL code.  Add output_operand_lossage calls for invalid cases.
8304         Add support for 't' and 'b' letters.
8305         (xtensa_expand_prologue): New function to replace
8306         xtensa_function_prologue and xtensa_reorg.
8307         (xtensa_function_epilogue): Declare this as static.  Delete code
8308         to print the retw.n or retw instruction.
8309         (xtensa_return_addr): Use A0_REG instead of 0.
8310         (xtensa_rtx_costs): Add costs for using the const16 option.
8311         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8312         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8313         (TARGET_SWITCHES): Add "const16" and "no-const16".
8314         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8315         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8316         using the const16 option.
8317         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8318         (TRAMPOLINE_SIZE): Change from 49 to 59.
8319         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8320         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8321         when using the const16 option.
8322         (PREDICATE_CODES): Delete non_const_move_operand.
8323         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8324         UNSPECV_ENTRY.
8325         (movdi, movdf): If the source is a constant, always expand to a
8326         sequence of movsi insns.
8327         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8328         (movsi_internal, movsf_internal): Add alternative using const16 insns.
8329         (movsf): Add const16 support.
8330         (entry, prologue, epilogue): New.
8331         (set_frame_ptr): Add missing mode for unspec_volatile operation.
8332         Likewise for subsequent split pattern.
8333         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8334         "-mconst16" and "-mno-const16" options.
8336 2003-05-14  Richard Henderson  <rth@redhat.com>
8338         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8339         to be DImode register.  Merge load_symptr.
8340         * config/ia64/ia64.md (load_symptr): Remove.
8342 2003-05-14  Richard Henderson  <rth@redhat.com>
8344         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8345         DEFERRED_CONSTANT_P.
8346         * integrate.c (copy_rtx_and_substitute): Update use.
8347         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8348         to the copy generated.
8349         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8350         of the constant to see if we should emit.
8351         (mark_constant): Similarly.
8352         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8354 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
8356         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8357         move record condition.
8358         (movdi_internal2): Same.
8360 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
8362         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8363         (GCOV_TAG_*) Force type to gcov_unsigned_t.
8364         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8365         (struct gcov_var): Remove modified. Add start, length, offset,
8366         overread. Have buffer array for libgcov.
8367         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8368         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8369         * gcov-io.c (gcov_open): Set mode, do not read anything.
8370         (gcov_close): Write final block.
8371          (gcov_write_block, gcov_allocate): New.
8372         (gcov_write_bytes): Make static. Write or allocate buffer.
8373         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8374         null.
8375         (gcov_write_string): Adjust.
8376         (gcov_write_tag)
8377         (gcov_write_length): Adjust. Flush the block.
8378         (gcov_write_tag_length): Buffer can never be null.
8379         (gcov_read_bytes): Make static. Read in block.
8380         (gcov_sync): Moved here. Adjust.
8381         (gcov_seek): Moved here. Adjust.
8382         * coverage.c (read_counts_file): Adjust.
8383         * gcov-dump.c (print_prefix): Add position parameter.
8384         (flag_dump_positions): New flag.
8385         (options, main, print_usage): Add it.
8386         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8387         tag_summary): Adjust.
8388         * gcov.c (read_graph_file, read_count_file): Adjust.
8389         * libgcov.c (gcov_exit): Adjust.
8391         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8392         (libgcov.a): Depend on libgcc.a.
8393         (gcov.o, gcov-dump.o): Add gcov-io.c.
8394         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8396         * loop.c (check_dbra_loop): Factor common test.
8398 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
8400         * doc/md.texi (Automaton pipeline description): Grammar fixes.
8402 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
8404         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8405         (TARGET_INITIALIZER): Include it.
8406         * target.h (struct gcc_target): Add machine_dependent_reorg field.
8407         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8408         * system.h: Poison MACHINE_DEPENDENT_REORG.
8410         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8411         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8412         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8413         (alpha_handle_trap_shadows): Remove "first insn" parameter.
8414         (alpha_align_insns): Likewise.
8415         (alpha_reorg): Likewise.  Make static.  Update calls to above
8416         functions.
8418         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8419         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
8420         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8421         (arm_reorg): Remove parameter.  Make static.
8423         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
8424         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
8425         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8426         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
8427         Remove parameter.
8429         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
8430         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
8431         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8432         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
8433         Remove parameter.
8435         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
8436         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
8437         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
8439         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
8440         * config/frv/frv.c: Remove orphaned comment.
8442         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
8443         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
8444         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8445         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
8446         Remove parameter.
8448         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
8449         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
8450         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8451         (emit_insn_group_barriers): Remove "first insn" parameter.
8452         (emit_all_insn_group_barriers): Likewise.
8453         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
8454         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
8456         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
8457         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
8458         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8459         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
8460         Remove parameter.
8462         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
8463         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
8464         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8465         (m68hc11_reorg): Make static.  Remove parameter.
8467         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
8468         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
8469         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8470         (conditionalize_optimization): Remove parameter.
8471         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
8472         Make static.  Update call to conditionalize_optimization.
8474         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
8475         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
8476         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8477         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
8478         Make static.
8480         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8481         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8482         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8483         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
8484         Remove parameter.
8486         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8487         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8488         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8489         (pa_combine_instructions): Remove "first insn" parameter.
8490         (remove_useless_addtr_insns): Likewise.
8491         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
8493         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8494         commented-out definition.
8496         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8497         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8498         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8499         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
8500         Remove parameter.
8502         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8503         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8504         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8505         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
8506         Remove parameter.
8507         (sh_output_mi_thunk): Call sh_reorg directly.
8508         * config/sh/sh.md: Update comment.
8510         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8511         commented-out definition.
8513         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8514         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8515         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8516         (v850_reorg): Make static.  Remove parameter.
8518         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8519         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8520         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8521         (xtensa_reorg): Make static.  Remove parameter.
8523         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8524         (TARGET_MACHINE_DEPENDENT_REORG): Document.
8526 2003-05-13  Richard Henderson  <rth@redhat.com>
8528         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8529         the old decl had instantiated DECL_RTL.
8531 2003-05-13  Mike Stump  <mrs@apple.com>
8533         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8535 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
8537         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8538         HOST_WIDE_INT argument.
8540 2003-05-13  Jason Merrill  <jason@redhat.com>
8542         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8544         * tree.c (iterative_hash_expr): New fn.
8546         * c-semantics.c (emit_local_var): Don't mess with temp slots if
8547         there's no initializer.
8549 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8551         * final.c (final_scan_insn): Apply the effects of frame-related
8552         delay slot insns before emitting a delayed branch.
8554 2003-05-13  Nick Clifton  <nickc@redhat.com>
8556         * config/mcore/mcore.md (jump): Use emit_jump_insn.
8558 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8560         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8561         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8563 2003-05-12  DJ Delorie  <dj@redhat.com>
8565         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8566         (emit_push_insn): Don't use push when the source alignment is less
8567         than the stack's push rounding.
8569 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8571         * diagnostic.c (output_format): Add support for %m.
8572         (output_printf, output_verbatim, diagnostic_set_info,
8573         verbatim): Set err_no field of the text_info structure being
8574         initialized.
8575         (fatal_io_error): Delete function.
8576         * diagnostic.h (text_info): Add err_no field.
8577         * toplev.h (fatal_io_error): Delete prototype.
8579         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8580         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8581         * objc/objc-act.c: Replace all calls to fatal_io_error with
8582         calls to fatal_error; add ": %m" to the end of all the affected
8583         error messages.
8585 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8587         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8588         * rtl.h: Prototype it.
8589         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8590         when appropriate.
8592 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8594         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8595         ("*iorsi3_oi"): Likewise.
8597 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
8599         * arm.md (compare_scc): Use shorter sequence for EQ case.
8600         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8601         (and_scc_scc): Ensure split only applies when there is a dominance
8602         of the comparisons.
8603         (and_scc_scc_nodom): New insn-and-split pattern.
8605 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8607         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8608         to _Unwind_SetGRPtr().
8610 2003-05-13  Michael Eager <eager@mvista.com>
8612         * Makefile.in: Initialize program_transform_cross_name from
8613         @program_transform_name@ instead of target_alias.
8615 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
8616             Alan Modra  <amodra@bigpond.net.au>
8617             Jakub Jelinek  <jakub@redhat.com>
8619         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8620         * configure: Rebuild.
8621         * config/rs6000/rs6000-protos.h: Update.
8622         * config/rs6000/rs6000.c (rs6000_tls_size): New.
8623         (rs6000_tls_size_string): New.
8624         (rs6000_parse_tls_size_option): New.
8625         (rs6000_legitimize_tls_address): New.
8626         (rs6000_tls_get_addr): New.
8627         (rs6000_got_sym): New.
8628         (rs6000_tls_symbol_ref): New.
8629         (rs6000_tls_symbol_ref_1): New.
8630         (rs6000_get_some_local_dynamic_name): New.
8631         (rs6000_get_some_local_dynamic_name_1): New.
8632         (TARGET_HAVE_TLS): New.
8633         (TARGET_CANNOT_FORCE_CONST_MEM): New.
8634         (rs6000_override_options): Handle -mtls-size option.
8635         (constant_pool_expr_1): Handle TLS symbols.
8636         (rs6000_legitimize_address): Handle TLS symbols.
8637         (rs6000_tls_referenced_p): New.
8638         (rs6000_legitimate_address): Handle TLS symbols.
8639         (rs6000_emit_move): Handle TLS symbols.
8640         (print_operand): Handle TLS symbols.
8641         (uses_TOC): Handle TLS symbols.
8642         (rs6000_emit_prologue): Use symbol for unspec constant.
8643         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8644         (some_ld_name): New.
8645         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8646         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8647         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8648         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8649         Support TLS.
8650         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8651         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8652         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8653         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8654         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8655         tls_tls_64): New.
8656         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8658 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
8660         * Makefile.in (stage2_build, stage3_build, stage4_build):
8661         Set BUILD_CC to the same as CC.
8663 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
8665         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8667 2003-05-12  Andreas Schwab  <schwab@suse.de>
8669         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8670         as unused.
8671         (bundling): Initialize 'pos'.
8672         (ia64_expand_builtin): Initialize 'rmode'.
8674 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
8676         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8677         (ASM_OUTPUT_ALIGNED_COMMON): Same.
8678         (ASM_OUTPUT_LOCAL): Same.
8680 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
8682         * varasm.c (output_constant):  Fix underflow.
8684 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
8686         PR other/10745
8687         * configure.in: Correct detection of GNU ld version number.
8688         * configure: Regenerated.
8690 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
8692         * diagnostic.c (diagnostic_for_decl): Take a
8693         diagnostic_context argument.  Restructure to be consistent
8694         with diagnostic_report_diagnostic.
8695         (diagnostic_count_diagnostic): Now static.  Take a
8696         diagnostic_info argument, not just a diagnostic_t.  Some code
8697         moved here from internal_error.  Move a case label for
8698         clarity.
8699         (diagnostic_action_after_output): New function.  Code moved
8700         here from internal_error and fatal_error.
8701         (bug_report_request): New #define so that this text appears in
8702         only one place.
8703         (diagnostic_report_diagnostic): Update to match changes to
8704         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
8705         (diagnostic_set_info): Call gettext here.
8707         (pedwarn): Update comment.  Don't call gettext here.
8708         (sorry): Use report_diagnostic.  Don't call gettext here.
8709         (fatal_error): Remove final fnotice and exit, but call
8710         real_abort to prevent warnings about noreturn function returning.
8711         (internal_error): Likewise.  Don't do ICE suppression here nor
8712         call context->internal_error.
8713         (warning_with_decl): Suppress for decls in system headers.
8714         Adjust call to diagnostic_for_decl.
8715         (pedwarn_with_decl): Likewise.
8716         (error_with_decl): Adjust call to diagnostic_for_decl.
8717         (error_recursion): Use bug_report_request.
8719         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8720         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8721         diagnostic_count_diagnostic.
8723 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8725         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8727 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
8729         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8730         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8731         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
8733 2003-05-12  Roger Sayle  <roger@eyesopen.com>
8735         * doc/rtl.texi: Document zero_extract as a valid destination
8736         of a set insn.
8738 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
8740         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8741         '.'.  Change all local symbol definitions and references to use LSYM.
8743 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
8745         * expr.h (assemble_static_space): Update prototype.
8746         * output.h (assemble_zeros, output_constant): Likewise.
8747         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8748         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8749         it 64bit clean.
8750         * elf.h (ASM_OTUPUT_SKIP): Likewise.
8751         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8752         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8753         Expect HOST_WIDE_INT operand.
8754         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8755         Expect HOST_WIDE_INT operand.
8756         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8757         Expect HOST_WIDE_INT operand.
8758         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8759         HOST_WIDE_INT operand.
8760         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8761         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8762         * aout.h (ASM_OTUPUT_SKIP): Likewise.
8763         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8764         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8765         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8766         * frv.h (ASM_OTUPUT_SKIP): Likewise.
8767         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8768         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8769         Make it 64bit
8770         clean.
8771         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8772         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8773         Make it 64bit clean.
8774         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8775         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8776         HOST_WIDE_INT operand
8777         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8778         Expect HOST_WIDE_INT operand
8779         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8780         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8781         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8782         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8783         Likewise.
8784         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8785         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8786         Likewise.
8787         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8788         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8789         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8790         ASM_OUTPUT_SKIP): Likewise.
8791         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8792         Likewise.
8793         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8794         ASM_OUTPUT_SKIP): Likewise.
8795         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8796         ASM_OUTPUT_SKIP): Likewise.
8797         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8798         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8799         ASM_OUTPUT_SKIP): Likewise.
8800         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8801         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8802         ASM_OUTPUT_SKIP): Likewise.
8803         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8804         Likewise.
8805         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8806         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8807         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8808         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8809         ASM_OUTPUT_SKIP): Make it 64bit clean.
8810         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8811         Make it 64bit clean.
8812         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8813         ASM_OUTPUT_SKIP): Make it 64bit clean.
8814         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8815         64bit clean.
8816         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8817         HOST_WIDE_INT argument
8818         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8819         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8820         HOST_WIDE_INT argument
8821         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8822         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8823         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8824         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8825         HOST_WIDE_INT argument
8826         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8827         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8828         * varasm.c (asm_output_bss, asm_output_aligned_bss,
8829         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8830         HOST_WIDE_INT argument
8832 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
8834         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8835         favor of walk_tree_without_duplicates.  Add comments.
8837 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
8839         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8840         (struct alloc_pool_def): New element 'id'.
8841         * alloc-pool.c (fancy_abort): Extern function prototype.
8842         (abort): Macro which uses fancy_abort.
8843         (struct allocation_object_def): New structure.
8844         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8845         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8846         (last_id): New variable.
8847         (create_alloc_pool): Add the offset of u.data to size of element,
8848         increase and use last_id.
8849         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8850         (pool_alloc): Likewise. Set ID for elements.
8851         (pool_free): Check whether the PTR was allocated from POOL.
8853 2003-05-11  Richard Henderson  <rth@redhat.com>
8855         PR c/10675
8856         * c-decl.c: Include hashtab.h.
8857         (detect_field_duplicates): New.
8858         (finish_struct): Use it.
8859         * Makefile.in (c-decl.o): Update.
8860         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8861         (component_decl_list, component_decl_list2,
8862         components, components_notype): Build list in reverse order.
8863         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
8865         * tree.c (chainon): Special case op2 null as well.
8866         Reorg for clarity.
8868 2003-05-11  Roger Sayle  <roger@eyesopen.com>
8870         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8871         to implement log, logf and logl built-ins as inline x87 intrinsics.
8872         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8873         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8874         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8876         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8877         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8879 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8881         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8883         * sparc.c (print_operand): Fix uninitialized warning.
8885 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8887         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8888         real insns.
8889         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8890         condition.
8892 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8894         * doc/cpp.texi: Fix typos.
8896 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8898         * config/s390/s390.c (s390_function_arg_float): New function.
8899         (s390_function_arg_pass_by_reference): Use it.
8900         (s390_function_arg_advance): Likewise.
8901         (s390_function_arg): Likewise.
8902         (s390_va_arg): Likewise
8904 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
8906         * coverage.h (coverage_counter_alloc): New function.
8907         * function.h (struct function): Remove arc_profile flag.
8908         * coverage.c (fn_ident): Remove.
8909         (fn_b_ctrs, no_coverage): New.
8910         (get_coverage_counts): Use current_function_funcdef_no.
8911         (coverage_counter_alloc): New.
8912         (coverage_counter_ref): Adjust.
8913         (coverage_begin_output): Check no_coverage. Use
8914         current_function_funcdef_no.
8915         (coverage_end_function): Likewise.
8916         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8917         than clearing flag_inline_functions. Do not clear arc_profile
8918         flag.
8919         * function.c (prepare_function_start): Do not set arc_profile
8920         flag.
8921         * profile.c (instrument_edges): Return number of instrumented
8922         edges. Use a for loop.
8923         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8924         local to here and simplify. Use profile_arc_flag not arc_profile
8925         flag.
8926         (find_spanning_tree): Reformat.
8927         * toplev.c (rest_of_compilation): Use profile_arc_flags and
8928         flag_test_coverage rather than arc_profile flag.
8930 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
8932         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8934 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8936         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8938 2003-05-11  Bruno Haible  <bruno@clisp.org>
8940         * cppfiles.c (find_or_create_entry): Preserve errno.
8942 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8944         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8945         cpplib as it's a Standard Predefined Macro.
8946         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8947         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
8948         __STDC_HOSTED__ appropriately.
8949         * cpplib.h (_cpp_init_builtins): Update.
8950         * fix-header.c (read_scan_file): Update.
8951         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8953 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8955         PR C++/689
8956         PR C++/9257
8957         * c-opts.c (c_common_decode_option): Don't set
8958         warn_ctor_dtor_privacy wen -Wall.
8959         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8961 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
8963         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8964         patch.
8966 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
8968         * diagnostic.c: Reorder functions for clarity, putting all the
8969         functions in the "error" family next to each other, and
8970         likewise all the functions in the "error_with_decl" family.
8971         Some other routines were moved too.  Add comments.
8972         (vbuild_message_string): Fold into sole caller.
8975 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8977         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8978         (EH_RETURN_HANDLER_RTX): Likewise.
8979         (expand_builtin_eh_return): Do not copy stack adjustment
8980         if EH_RETURN_STACKADJ_RTX is not defined.
8981         (expand_eh_return): Likewise.  Also, do not pass stack
8982         adjustment as argument to the eh_return pattern.
8983         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8984         because EH_RETURN_STACKADJ_RTX is not defined.
8985         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8986         is not defined, treat stack pointer like a regular register.
8987         (uw_init_context_1): Set up fake initial stack pointer register.
8988         (uw_install_context_1): Do not compute stack adjustment if
8989         EH_RETURN_STACKADJ_RTX is not defined.
8991         * config/i386/i386.md ("eh_return"): Remove first argument.
8992         * config/mips/mips.md ("eh_return"): Likewise.
8993         * config/rs6000/rs6000.md ("eh_return"): Likewise.
8994         * config/sh/sh.md ("eh_return"): Likewise.
8996         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8998 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
9000         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9002 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
9004         * defaults.h (GCOV_TYPE_SIZE): Remove.
9005         * gcov-io.h (gcov_type): Set to specific mode int on target.
9006         (gcov_unsigned_t, gcov_position_t): New.
9007         (GCOV_TYPE_NODE): New.
9008         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9009         (GCOV_COUNTERS_SUMMABLE): New.
9010         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9011         gcov_ctr_info, gcov_info): Adjust types.
9012         (gcov_var): Adjust types.
9013         (gcov_write_unsigned, gcov_write_tag,
9014         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9015         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9016         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9017         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9018         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9019         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9020         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9021         __gcov_init, __gcov_merge_add): Adjust gcov types.
9022         * coverage.c (ctr_merge_functions): Constify.
9023         (ctr_names): New.
9024         (read_counts_file): Adjust gcov types. Only summarize & merge
9025         summable counters.
9026         (coverage_counter_ref): Use GCOV_TYPE_NODE.
9027         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9028         build_ctr_info_value, build_gcov_info): Adjust types.
9029         * profile.c (branch_prob): Adjust gcov types.
9030         * gcov_dump (dump_file): Adjust gcov types.
9032 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
9034         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9035         constants.
9036         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9037         * arm.c (arm_select_dominance_cc_mode): Renamed from
9038         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
9039         Callers updated.
9040         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9042 2003-05-09  Roger Sayle  <roger@eyesopen.com>
9044         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9045         as unsigned to avoid signed/unsigned comparison warnings.
9047 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9049         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9050         instruction if the Xtensa density option is enabled.
9052 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
9054        * mklibgcc.in: Remove extra quotes.
9056 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
9058         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9059         of int_ftype_void.
9061 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
9063         * reload1.c (reload_cse_move2add): Don't turn an implicit
9064         truncation into a self-set in the narrow mode.
9066 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
9068         * arm.md (clzsi2): The CLZ instruction is predicable.
9070 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9072         * config/xtensa/xtensa.c: Formatting.
9074 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9076         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9077         instead of TREE_OPERAND to access the operand of a
9078         CONSTRUCTOR node.
9080 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9082         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9083         one operand.
9085 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9087         * toplev.h (warning_with_file_and_line): Don't declare.
9088         (error_with_file_and_line): Likewise.
9089         * diagnostic.c (error_with_file_and_line): Remove.
9090         (warning_with_file_and_line): Likewise.
9092 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9094         * c-parse.in (if_stmt_locus): New object.
9095         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
9096         (select_or_iter_stmt rule): Likewise.
9097         (if_stmt_file): Remove.
9098         (if_stmt_line): Likewise.
9099         * jump.c: include "diagnostic.h"
9100         (never_reached_warning): Don't use warning_with_file_and_line.
9101         * Makefile.in (jump.o): Add dependce on diagnostic.h
9103 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
9105         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
9106         Move code handling pieces not larger than a word to..
9107         * function.c (assign_parms): ..here, but use change_address instead
9108         of adjust_address and operand_subword, and expand_binop instead of
9109         expand_shift.  Adjust calls to move_block_from_reg.
9110         * expr.h (move_block_from_reg): Update declaration.
9111         (copy_blkmode_from_reg): Formatting.
9112         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9113         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9114         move_block_from_reg calls.
9115         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9116         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9117         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9118         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9119         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9120         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9121         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9122         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9123         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9125 2003-05-08  DJ Delorie  <dj@redhat.com>
9127         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9128         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9129         variable-sized types).
9130         (xstormy16_function_arg): New.  Pass them that way too.
9131         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9132         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9134 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
9136         * mklibgcc.in: Use mkinstalldirs when installing multilib
9137         directories.
9139 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
9141         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9142         instead of CODE_FOR_jump
9144 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
9146         * objc/objc-act.c (error_with_ivar): Don't use
9147         error_with_file_and_line.
9148         (warn_with_method): Don't use warning_with_file_and_line.
9150 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9152         * stmt.c (emit_locus): New macro.
9153         (emit_filename): Remove.
9154         (emit_lineno): Likewise.
9155         (struct stmt_status): Replace members x_emit_filename and
9156         x_emit_lineno with x_emit_locus.
9157         (set_file_and_line_for_stmt): Adjust.
9158         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9159         (warn_if_unused_value): Likewise.
9160         (check_seenlabel): Likewise.
9162 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9164         * c-decl.c (define_label): Tidy.  Don't use any of
9165         error_with_file_and_line or warning_with_file_and_file.
9166         (pending_xref_error): Likewise.
9167         (store_parm_decls): Likewise.
9168         (current_function_prototype_locus): New object.  Package from
9169         current_function_prototype_file and current_function_prototype_line.
9170         (start_function): Use it.
9171         (current_function_prototype_file): Remove.
9172         (current_function_prototype_line): Remove;
9174 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9176         * builtins.c (readonly_data_expr): New function.
9177         (expand_builtin_memmove): Optimize any rodata source, not just
9178         strings.
9180 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9182         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9184 2003-05-07  Richard Henderson  <rth@redhat.com>
9186         * config/i386/i386.c (ix86_split_long_move): Fix base register
9187         mode for XFmode splits for TARGET_64BIT.
9189 2003-05-07  Richard Henderson  <rth@redhat.com>
9191         * sched-ebb.c (schedule_ebb): Supply the correct starting
9192         block number to save_line_notes.
9194 2003-05-07  Richard Henderson  <rth@redhat.com>
9196         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9197         (dump_file): Likewise.
9199 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9201         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9202         forget to preserve gp.
9203         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9205         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9206         .prologue directive.
9207         Use .skip instead of data8 for .bss section to make Intel
9208         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
9209         explicit in the .mib bundles and remove the unnecessary stop
9210         bits.  Replace local labels with normal labels, to make ias
9211         happy.  Don't register __do_global_ctors_aux here, do it in
9212         crtend.asm instead.
9214         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9215         __do_global_ctors_aux in .init_array section instead of
9216         declaring it as a hidden global.  Replace local labels with
9217         ordinary labels to make ias happy.
9219 2003-05-07  Richard Henderson  <rth@redhat.com>
9221         PR c++/10570
9222         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9223         * flags.h, toplev.c, doc/invoke.texi: Likewise.
9225         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9226         * unwind.inc (_Unwind_DeleteException): Check for null
9227         exception_cleanup.
9229         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9230         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9231         * unwind.h: Declare them.
9232         * libgcc-std.ver (GCC_3.3): Export them.
9234 2003-05-07  Richard Henderson  <rth@redhat.com>
9236         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9237         not _Unwind_Word.
9239 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
9241         * stmt.c (force_label_rtx): New function, based on logic
9242         formerly found in expand_expr.
9243         * expr.h: Prototype it.
9244         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9245         appropriate.
9246         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9248         * print-tree.c (debug_tree): Free the table after we're done
9249         with it.  Use putc.
9251 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
9253         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9254         Unreverse arguments for __ev_subw.
9256         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9258 2003-05-07  Nick Clifton  <nickc@redhat.com>
9260         * config/stormy16/stormy-abi: Update to include
9261         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9262         R_XSTORMY16_12 relocs.
9264 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
9266         * function.c (assign_parms): Correct reversed reg_parm_stack_space
9267         test.  Add partial in-regs size to stack_args_size.
9269 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9271         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9272         as a C only option.
9274 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9276         * gcov-io.h (GCOV_LOCKED): New #define.
9277         (GCOV_LINKAGE): Make sure it is #defined.
9278         (gcov_write_string, gcov_write_tag, gcov_write_length,
9279         gcov_read_string, gcov_time): Poison in libgcov.
9280         (gcov_seek_end): Remove.
9281         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9282         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9283         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9284         GCOV_TAG_SUMMARY_LENGTH): New #defines.
9285         (gcov_write_tag, gcov_write_length): Not in libgcov.
9286         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9287         (gcov_write_tag, gcov_write_length): Not in libgcov.
9288         (gcov_write_tag_length): New.
9289         (gcov_write_summary): Use gcov_write_tag_length.
9290         * libgcov.c: Always #include gcov-io.h.
9291         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9292         (GCOV_LINKAGE): Define to nothing for L_gcov.
9293         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9294         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9295         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9296         (read_count_file): Likewise.
9297         * gcov-dump.c (dump_file): Likewise.
9298         * coverag.c (read_counts_file): Likewise.
9300 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
9302         PR other/10658
9303         * gcc.c (process_command): Update copyright date.
9305 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
9307         * doc/install.texi (mips-*-*):  Add note about libstdc++.
9309 2003-05-06  DJ Delorie  <dj@redhat.com>
9311         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9312         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9313         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9315 2003-05-06    <neil@cat.daikokuya.co.uk>
9317         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9318         and -Wstrict-prototypes if C++.
9320 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
9322         * config/rs6000/linuxspe.h: New file.
9324         * config.gcc: Add powerpc-*-linux-gnuspe* target.
9326 2003-05-06  Richard Henderson  <rth@redhat.com>
9328         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9329         previous frame didn't save sp.  Clear sp for next frame.
9330         (uw_install_context_1): Honor saved sp from frame.
9332 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9334         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9335         (mips_move_1word, mips_move_2words): Remove declaration.
9336         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9337         (mips_restore_gp): Remove insn argument.
9338         * config/mips/mips.h (FP_REG_RTX_P): New macro.
9339         * config/mips/mips.c (volatile_buffer): Remove.
9340         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9341         (mips_move_1word, mips_move_2words): Remove, replacing with...
9342         (mips_output_move): ...this new function.
9343         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
9344         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
9345         handling of floating-point constants.  Handle zero CONST_DOUBLE
9346         arguments.
9347         (mips_annotate_frame_insn): Replace with...
9348         (mips_set_frame_expr): ...this, which just takes one argument.
9349         (mips_frame_set): Change the register argument to an rtx.
9350         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9351         check whether moves should be split.  Use mips_split_64bit_move
9352         to split them.  Use mips_subword to generate the high and low
9353         parts of a paired FPR.  Adjust calls to frame_set and
9354         mips_set_frame_expr.
9355         (mips_expand_prologue): Simplify due to above changes.
9356         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
9357         targets, replacing xisting register-only versions.
9358         (UNSPEC_STORE_DF_HIGH): New unspec.
9359         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9360         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9361         (*paradoxical_extendhidi2): Remove.
9362         (movdi_internal, movdi_internal2): Use mips_output_move.
9363         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9364         (movsf_internal1, movsf_internal2): Likewise.
9365         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
9366         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
9367         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
9368         Add m <- G alternative.
9369         (load_df_low, load_df_high, store_df_low): New patterns.
9370         (movhi_internal): Use @ template instead of calling a function.
9371         Remove unnecessary 'z' alternatives.
9372         (movqi_internal): Likewise.
9373         (exception_receiver): Update call to mips_restore_gp.
9375 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9377         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9378         (mips_delegitimize_address): Declare.
9379         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9380         (FIND_BASE_TERM): Define.
9381         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9382         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9383         Handle small-data addresses.
9385 2003-05-05  Roger Sayle  <roger@eyesopen.com>
9387         * real.c (real_powi): New function to calculate the value of
9388         a real raised to an integer power, i.e. pow(x,n) for int n.
9389         (real_sqrt): Convert to using the faster do_add, do_multiply
9390         and do_divide API for consistency with the rest of real.c.
9391         * real.h (real_powi): Prototype here.
9392         * builtins.c (fold_builtin):  Avoid local variable mode when
9393         evaluating sqrt at compile time.  Attempt to evaluate pow at
9394         compile-time, by checking for an integral exponent.
9396 2003-05-05  Richard Henderson  <rth@redhat.com>
9398         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9400 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
9402         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9403         other FreeBSD ports.
9404         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9405         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9407 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
9409         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9410         expanded variables.
9411         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9413 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
9415         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9416         * varasm.c (struct varasm_status): Add deferred_constants field.
9417         (n_deferred_strings): Delete variable.
9418         (n_deferred_constants): New #define.
9419         (struct constant_descriptor_tree): Kill next and label fields.
9420         (const_hash_table, MAX_HASH_TABLE): Delete.
9421         (const_desc_htab): New static variable.
9422         (const_hash): Rename const_desc_hash, and make it fit the
9423         hashtab.h interface.
9424         (const_desc_eq): New.
9425         (const_hash_1, compare_constant): Const-ify arguments.
9426         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
9427         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
9428         (output_constant_def): Do the lookup/insert using the
9429         hashtab.h interface.  Don't muck with n_deferred_constants or
9430         DEFERRED_CONSTANT_P here.
9431         Always call maybe_output_constant_def_contents.
9432         (maybe_output_constant_def_contents): Take a pointer to the
9433         descriptor, not the EXP and RTL separately.  Return
9434         immediately if this constant is not deferred.  Defer output of
9435         everything, except writable string constants.  Update
9436         n_deferred_constants here.
9437         (output_constant_def_contents): Now takes just one argument,
9438         an rtx.  Clear DEFERRED_CONSTANT_P here.
9439         (mark_constant_pool): Update for rename of n_deferred_strings.
9440         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
9442         (init_varasm_status): Clear p->deferred_constants.
9443         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
9445 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9447         * builtins.c (expand_builtin_stpcpy): Only expand when the length
9448         of the source string can be evaluated at compile-time.
9450 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9452         * testsuite/gcc.c-torture/compile/simd-6.c: New.
9454         * c-typeck.c (digest_init): Handle arrays of vector constants.
9456 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
9458         * builtins.c (expand_builtin_mempcpy): New function.
9459         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
9460         ignored into strcpy no matter what arguments it has.
9461         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
9462         expand_builtin_mempcpy.
9464 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9466         * testsuite/gcc.dg/20030505.c: New.
9468         * c-typeck.c (convert_for_assignment): Opaque pointers can
9469         interconvert.
9471         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
9472         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
9473         (spe_init_builtins): Rename all pv2si_type_node to
9474         opaque_p_V2SI_type_node.
9475         Remove declaration of pv2si_type_node.
9476         (is_ev64_opaque_type): Accept opaque pointers.
9478 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
9480         * config/rs6000/rs6000.c (validate_condition_mode): Use
9481         flag_finite_math_only.
9482         (rs6000_reverse_condition): Never return UNKNOWN; use
9483         flag_finite_math_only.
9484         (rs6000_generate_compare): Use flag_finite_math_only.
9485         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
9486         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
9487         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
9489         * toplev.c (check_global_declarations): Suppress not-used warning
9490         for volatile variables.
9492 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
9494         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9495         usage of bitfield instructions for mode1 != BLKmode, only ignoring
9496         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9497         (store_field): Likewise.
9499 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9501         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9502         evsubifw to builtins accepting 5-bit unsigned constants.
9503         (easy_vector_constant): Return if V1DImode.  Fix typo.
9505 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9507         * config/rs6000/spe.h: Revert licensing change from last patch.
9509 2003-05-05  DJ Delorie  <dj@redhat.com>
9511         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9512         before reload, but defer the split until after.
9513         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9514         to match.
9516 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
9518         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9519         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9521 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9523         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9524         is defined.
9526 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9528         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9529         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9530         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9532         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9533         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9534         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9535         New.
9537         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9538         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9540         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9541         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9542         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9543         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9544         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9545         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9546         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9547         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9548         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9549         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9550         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9551         BUILT_IN_STRDUP): Add "nonnull" attribute.
9553 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9555         * expr.c (store_field): Don't clobber TEMP in shift: it might be
9556         a variable.
9557         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9558         whose purpose is to step up the alignment.
9559         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9561         * stor-layout.c (compute_record_mode): Relax restriction
9562         on fields crossing word boundaries forcing BLKmode.
9564 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
9566         * cppinit.c (cpp_create_reader, post_options): Warn about
9567         trigraphs unless explicity set or -trigraphs.
9568         * cpplex.c (warn_in_comment): New.
9569         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9570         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9571         * doc/cppopts.texi, doc/cpp.texi: Update.
9573 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9575         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9576         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9577         namespace clash.
9578         (GCOV_MERGE_FUNCTIONS): New.
9579         (gcov_merge_fn): Declare.
9580         (struct gcov_ctr_info): New field "merge".
9581         (__gcov_merge_add): Declare.
9582         * coverage.c (ctr_merge_functions): New.
9583         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9584         of gcov_ctr_info type.
9585         * libgcov.c (__gcov_merge_add): New.
9586         (gcov_exit): Call a hook to merge values of counters.
9588 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
9590         * toplev.h (pedwarn_with_file_and_line): Don't declare.
9591         * diagnostic.c (pedwarn_with_file_and_line): Remove.
9593 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9595         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9597 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9599         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9600         expand_builtin_frame_address): Update prototypes.
9601         (expand_builtin_constant_p, expand_builtin_strlen,
9602         expand_builtin_strcpy, expand_builtin_memset,
9603         expand_builtin_bzero, expand_builtin_args_info,
9604         expand_builtin_frame_address): Pass in just the argument(s)
9605         needed, not the entire expression `exp'.
9606         (expand_builtin): Update all calls to these functions.
9608 2003-05-03  Richard Henderson  <rth@redhat.com>
9610         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9611         <BUILT_IN_DWARF_SP_COLUMN>: New.
9612         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9613         (BUILT_IN_DWARF_SP_COLUMN): New.
9614         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9615         (expand_builtin_dwarf_sp_column): New.
9616         * except.h: Update to match.
9617         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9618         (execute_cfa_program): Record location expression address
9619         before extracting length.
9620         (uw_update_context_1): Install old CFA into stack pointer column.
9621         (uw_init_context_1): Set cfa_reg to stack pointer column.
9623 2003-05-03  Richard Henderson  <rth@redhat.com>
9625         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9626         return bool.
9627         (toc_relative_expr_p): Likewise.
9628         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9629         (legitimate_constant_pool_address_p): Move from rs6000.h, change
9630         into a function, downcase all users.
9631         (legitimate_small_data_p): Likewise.
9632         (legitimate_offset_address_p): Likewise.
9633         (legitimate_indexed_address_p): Likewise.
9634         (legitimate_indirect_address_p): Likewise.
9635         (legitimate_lo_sum_address_p): Likewise.
9636         (rs6000_mode_dependent_address): Likewise.
9637         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9638         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9639         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9640         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9641         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9642         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9643         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9644         * config/rs6000/rs6000-protos.h: Update.
9646 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
9648         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9649         (REVERSE_CONDITION): Define.
9651         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9652         to branch_positive_comparison_operator.
9653         (ccr_bit): Check that sCOND conditions are actually a positive bit.
9654         (print_operand): Remove %D substitution.
9655         (rs6000_emit_sCOND): Generate complement operation to ensure that
9656         sCOND input is a positive bit.
9657         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9658         same order as bCOND, and add the missing ones.  Remove the %D
9659         substitutions from the scc patterns.
9661         * simplify-rtx.c (simplify_relational_operation): Add case for
9662         ! (fabs(x) < 0.0).
9664 2003-05-03  Bruce Korb  <bkorb@gnu.org>
9666         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9667         in fixincl.x
9668         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9670 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
9672         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
9674 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
9676         PR c/10604
9677         * c-common.c (warn_sign_compare): Initialize to -1.
9678         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9679         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9680         for C++ only.
9681         (c_common_post_options): Set warn_sign_compare from extra_warnings
9682         if it's still -1 at this point.
9684         * toplev.c (maybe_warn_unused_parameter): New static variable.
9685         (set_Wextra): New static function.
9686         (W_options): Remove "extra".
9687         (decode_W_option): Call set_Wextra.
9688         (independent_decode_option): Likewise.
9689         (set_Wunused): Cooperate with set_Wextra in setting
9690         warn_unused_parameter.
9691         (rest_of_compilation): No need to check extra_warnings as
9692         well as warn_uninitialized.
9694         * c-typeck.c (build_binary_op, build_conditional_expr):
9695         No need to check extra_warnings as well as warn_sign_compare.
9696         (internal_build_compound_expr): No need to check extra_warnings
9697         as well as warn_unused_value.
9698         * function.c (expand_function_end): No need to check extra_warnings
9699         as well as warn_unused_parameter.
9700         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9701         as well as warn_unused_value.
9703         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9705         * Makefile.in: Disable -Werror for gengtype-lex.o.
9707 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
9709         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9710         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9711         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9712         * calls.c (emit_call_1): Likewise.
9713         (expand_call): For calls initializing constant memory, replace
9714         emission of standalone mem /u clobber with function usage entry.
9715         * expr.c (emit_block_move_via_libcall): Likewise.
9716         * cse.c (count_reg_usage, case EXPR_LIST): New case.
9717         * flow.c (propagate_one_insn): Pass entire operand of
9718         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9719         * integrate.c (try_constants): For CALL_INSNs, substitute constants
9720         within the FUNCTION_USAGE also.
9721         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9722         FUNCTION_USAGE lists.
9723         * reload1.c (replace_pseudos_in): Renamed.
9724         (reload): Use it for clobbers surviving until the end of the reload.
9726 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9728         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9729         gen_lowpart on non-integer modes.
9731         * stor-layout.c (place_field): When adjusting offset_align, use
9732         desired_align, not DECL_ALIGN.
9734 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
9736         * c-decl.c (pending_invalid_xref_file): Remove.
9737         (pending_invalid_xref_line): Remove.
9738         (pending_invalid_xref_location): New.
9739         (lookup_label): Use location_t and input_location directly.
9740         (lookup_tag): Likewise.
9741         (pending_xref_error): Likewise.
9742         (c_expand_body_1): Likewise.
9743         * c-common.c (x_expand_start_cond): Likewise.
9744         * c-semantics.c (genrtl_for_stmt): Likewise.
9745         (find_reachable_label): Likewise.
9746         * expr.c (expand_expr): Likewise.
9747         * integrate.c (output_inline_function): Likewise.
9748         * tree-inline.c (find_alloca_call): Likewise.
9749         (find_builtin_longjmp_call): Likewise.
9750         * gcc.c (input_filename): Make static.
9752 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
9754         * config/mips/mips.md: Fix comment typo.
9756         * config/mips/mips.c (mips_integer_op): New structure.
9757         (MIPS_MAX_INTEGER_OPS): Define.
9758         (mips_const_insns): Use mips_build_integer to determine the number
9759         of instructions needed to load a CONST_INT.
9760         (move_operand): Reject compound CONST_INTs.
9761         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9762         (mips_move_integer): New fn.
9763         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9764         (mips_legitimize_move): Only legitimize constants when moving
9765         word or subword values.
9767 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
9769         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9771 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9773         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9774         modifying it.
9776 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9777             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9779         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9780         Hernandez, and Kazu Hirata.  Update Richard Henderson.
9782 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
9784         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9785         to tentative declaration.
9787         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9788         (SYMBOL_FLAG_SMALL_V4): Delete.
9789         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9790         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9791         (rs6000_elf_in_small_data_p): Add extra section names.  Add
9792         comment about TREE_PUBLIC test.
9794         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9795         expand_stmt on result of expand_unreachable_stmt.
9797 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9799         * doc/contrib.texi (Contributors): Add Daniel Berlin.
9801 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
9803         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9804         number of automata.
9806         * config/rs6000/rs6000.c (symbol_ref_operand): Check
9807         SYMBOL_REF_FUNCTION_P on AIX.
9808         (current_file_function_operand): Same.
9809         * config/rs6000/rs6000.md (call,call_value): Force non-function
9810         symbol_ref into register on AIX.
9812 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9814         * calls.c (struct arg_data): Move offset, slot_offset, size and
9815         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9816         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9817         Delete alignment_pad var.  Don't calculate slot_offset here.
9818         (emit_library_call_value_1): Delete alignment_pad, offset and size
9819         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9820         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9821         partial in-regs here.  Formatting fixes.
9822         * expr.h (struct locate_and_pad_arg_data): New struct.
9823         (locate_and_pad_parm): Adjust declaration.
9824         * function.c (assign_parms): Localize vars.  Use "locate" instead of
9825         other arg location vars.  Don't invoke FUNCTION_ARG or
9826         FUNCTION_INCOMING_ARG unless pretend_named is different from
9827         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
9828         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
9829         Use slot_offset for stack home of reg parms.  Correct test for
9830         parm passed in memory.  Formatting fixes.
9831         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
9832         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
9833         Correct initial_offset_ptr handling.  Localize vars.  Always pad
9834         locate->offset even when in_regs.
9836 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9838         * Makefile.in (TREE_H): Replace location.h with input.h.
9839         (GTFILES) Remove location.h
9840         (gt-lists.h): Replace gt-location.h with gt-input.h
9841         * input.h (input_filename, input_line): Remove variables.
9842         (location_s, location_t): Move from location.h.
9843         (input_location): New.
9844         (input_filename, input_line): New #defines.
9845         * location.h: Remove.
9846         * tree.h: Replace location.h with input.h.
9847         (input_filename, input_line): Remove.
9848         * diagnostic.h: Replace location.h with input.h.
9849         * gcc.h (input_filename, input_filename_length): Remove declarations.
9850         * toplev.c (input_filename, input_line): Remove.
9851         (input_location): Define.
9852         (push_srcloc, pop_srcloc): Adjust.
9853         * diagnostic.c (diagnostic_report_current_module): Adjust.
9855 2003-05-02  Nick Clifton  <nickc@redhat.com>
9857         * configure.in: Add xstormy16 to list of targets that has a nop
9858         instruction and hence which can be tested to see if the
9859         assembler supports the --gdwarf2 switch.
9860         * configure: Regenerate.
9862 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9864         PR target/8257
9865         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9866         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9867         Avoid undefined shifts by making the shift operand unsigned.
9869 2003-05-01  DJ Delorie  <dj@redhat.com>
9871         * reload.c (find_reloads): Also check that all of a multi-reg
9872         value is in the class.
9874 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9876         * scan.h (lineno): Revert the rename here.
9878 2003-05-01  Stan Shebs  <shebs@apple.com>
9880         * config/darwin.c (darwin_encode_section_info): Call
9881         default_encode_section_info.
9883 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
9885         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9886         (movsi_internal1): Use new mfjmpr attribute.
9887         (movhi_internal): Same.
9888         (movqi_internal): Same.
9889         (movcc_internal1): Same.
9890         (movdi_internal64): Same.
9891         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9892         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9893         * config/rs6000/40x.md: Add fpu_405.
9894         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9895         into power4misc automata.  Remove extraneous parentheses.
9896         * config/rs6000/440.md: New file.
9897         * config/rs6000/rs6000.c (processor_target_table): Add 440,
9898         440fp.  Rename 405f to 405fp.
9899         (function_arg_padding): Correct formatting.
9900         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9902 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9904         * input.h (lineno): Rename to ...
9905         (input_line): ... here.
9906         * tree.h (lineno): Rename to ...
9907         (input_line): ... here.
9908         * scan.h (lineno): Rename to ...
9909         (input_line): ... here.
9910         * toplev.c (lineno): Rename to ...
9911         (input_line): ... here.
9912         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
9913         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9914         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9915         store_parm_decls, c_expand_body_1): Likewise.
9916         * c-errors.c (pedwarn_c99): Likewise.
9917         * c-format.c (status_warning): Likewise.
9918         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9919         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9920         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9921         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9922         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9923         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9924         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9925         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9926         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9927         * coverage.c (create_coverage): Likewise.
9928         * diagnostic.c (pedwarn, sorry, error, fatal_error,
9929         internal_error, warning, diagnostic_report_current_module,
9930         inform): Likewise.
9931         * expr.c (expand_expr): Likewise.
9932         * integrate.c (expand_inline_function,
9933         output_inline_function): Likewise.
9934         * rtl-error.c (file_and_line_for_asm): Likewise.
9935         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9936         walk_tree): Likewise.
9937         * tree.c (make_node): Likewise.
9938         * ada, cp, f, java, objc, treelang: Likewise.
9939         * objc/objc-act.c (objc_init): Rename lineno to input_line.
9940         (build_module_descriptor, build_selector_translation_table,
9941         build_protocol_template, build_method_prototype_list_template,
9942         build_category_template, build_selector_table,
9943         build_class_template, build_super_template, build_ivar_template,
9944         build_ivar_list_template, build_method_list_template,
9945         build_method_template, add_instance_variable): Likewise.
9947         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9948         name from input_filename.
9950 2003-04-30  Eric Christopher  <echristo@redhat.com>
9951             Richard Sandiford <rsandifo@redhat.com>
9953         * configure: Regenerate from patches below.
9954         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9955         for all symbolic operands.
9956         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9957         to function.
9958         * config/mips/linux.h: Fix typo.
9959         * Merge from mips-3_4-rewrite branch:
9961         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
9963                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9964                 handling local labels when TARGET_ABICALLS.
9966         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
9968                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9969                 integer argument.
9970                 (mips_expand_call): Likewise.
9971                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9972                 (FIXED_REGISTERS): Clear $31 entry.
9973                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9974                 (EPILOGUE_USES): Define.
9975                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9976                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9977                 (override_options): Add a 'j' register class.
9978                 (mips_expand_call): Handle sibcalls
9979                 (mips_expand_epilogue): Handle epilogues for sibcalls.
9980                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9981                 (sibcall_epilogue): New pattern.
9982                 (call, call_value): Adjust calls to mips_expand_call.
9983                 (sibcall, sibcall_value): New expanders.
9984                 (sibcall_internal, sibcall_value_internal): New patterns.
9985                 (sibcall_value_multiple_internal): New pattern.
9987         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
9989                 * config/mips/mips.md (extended_mips16): New attribute.
9990                 (define_attr length): Default to 8 if extended_mips16 == yes.
9991                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9992                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9993                 (call_internal): Set extended_mips16 to yes for direct jumps.
9994                 Remove redundant mode attribute.
9995                 (call_value_internal, call_value_multiple_internal): Likewise.
9996                 (call_split): Remove redundant mode attribute.
9997                 (call_value_split, call_value_multiple_split): Likewise.
9999                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
10000                 of unaligned offsets.
10002                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10003                 of SYMBOL_GENERAL.
10005         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10007                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10008                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10009                 for mips16 code.
10011         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
10013                 * config/mips/mips.h (ADDRESS_COST): Define.
10015         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
10017                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10018                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
10019                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10021         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
10023                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
10024                 of a two-instruction sequence.  Add register->memory alternative.
10025                 (truncdihi2, truncdiqi2): Likewise.
10026                 Rework shift/truncate instructions so that they only handle right
10027                 shifts of 32 (or more, in the case of arithmetic shifts).
10028                 Add patterns for truncate/sign-extend.
10030         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10032                 * configure.in (mips*-*-*): Check for explicit relocation support.
10033                 * configure: Regenerate.
10035         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10037                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10038                 and -mno-explicit-relocs.
10039                 (MASK_EXPLICIT_RELOCS): Define.
10040                 (TARGET_EXPLICIT_RELOCS): Use it.
10041                 (mips_split_addresses): Remove declaration.
10042                 * config/mips/mips.c (override_options): Update comment for
10043                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10045         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10047                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10048                 a CONST as identity.  Check the return value of gen_lowpart_common.
10050         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10052                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10053                 references for TARGET_EXPLICIT_RELOCS.
10054                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10055                 !TARGET_MIPS16.
10057         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10059                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10060                 (addsi3): Remove redundant constraints.
10061                 (addsi3_internal): Use separate register & constant alternatives.
10062                 Use a 'Q' constraint and "addiu" insn for the latter.
10063                 (adddi3_internal_3, addsi3_internal_2): Likewise.
10065         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10067                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10068                 (mips_expand_unaligned_store): Declare.
10069                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10070                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10071                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10072                 (UNSPEC_ULD, UNSPEC_USD): Remove.
10073                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10074                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10075                 (extv, extzv): Use mips_expand_unaligned_load.
10076                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
10077                 predicate for operand 3.
10078                 (movsi_ulw, movsi_usw): Replace with...
10079                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10080                 (movdi_uld, movdi_usd): Likewise replace with...
10081                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10083         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
10085                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10086                 * config/mips/mips.h (LEA_REGS): New register class.
10087                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10088                 (GR_REG_CLASS_P): Include LEA_REGS.
10089                 (DANGEROUS_FOR_LA25_P): New macro.
10090                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10091                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10092                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10093                 entries to LEA_REGS.
10094                 (mips_global_pic_constant_p): New function.
10095                 (override_options): Add 'e' register constraint.
10096                 (mips_secondary_reload_class): Return LEA_REGS when reloading
10097                 a dangerous constant into a class containing $25.
10098                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10099                 (movsi_internal): Likewise.
10101         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10103                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10104                 * config/mips/mips.md (call_split): New insn.
10105                 (call_value_split, call_value_multiple_split): New insns.
10106                 (call_internal): Turn into a define_insn_and_split.  Split the
10107                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10108                 (call_value_internal, call_value_multiple_internal): Likewise.
10110         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10112                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10113                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10114                 (mips_encode_section_info): Don't take symbol visibility into
10115                 account if TARGET_ABICALLS.  Add more commentary.
10116                 * config/mips/mips.md: Add commentary above reloc constants.
10118         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
10120                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10121                 from mips_legitimize_move.  Legitimize constant pool references.
10122                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
10123                 a REG_EQUAL note to the last instruction.
10125         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
10127                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10128                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10129                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10130                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10131                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10132                 (UNSPEC_RELOC_GPREL16): Rename to...
10133                 (RELOC_GPREL16): ...this.
10134                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10135                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10136                 (macro_calls): New attribute.
10137                 (length): Use it to set the default length of calls.  Don't allow
10138                 calls to have delay slots if macro_calls is "yes".
10139                 (luisi, luidi): New patterns.
10140                 (lowsi, lowdi): Use '%R' to print the relocation.
10141                 (lowdi_extend): Remove.
10142                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
10143                 (call_internal): Merge alternatives.  Always use "jal".
10144                 (call_value_internal, call_value_multiple_internal): Likewise.
10145                 (reloc_gprel16): Remove.
10146                 * config/mips/mips.c (mips_got_alias_set): New variable.
10147                 (mips_classify_constant): Handle the new relocation constants.
10148                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10149                 (mips_symbolic_address_p): Return false if generating explicit relocs.
10150                 Otherwise allow local PIC symbols to have an offset.
10151                 (mips_splittable_symbol_p): New function.
10152                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10153                 (mips_const_insns): Always accept HIGH.
10154                 (call_insn_operand): Don't accept global symbols if using explicit
10155                 relocs.
10156                 (move_operand): Don't accept HIGH when generating PIC.
10157                 (mips_reloc, mips_lui_reloc): New functions.
10158                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
10159                 be a valid right-hand-side for a SET pattern.
10160                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10161                 (mips_emit_high): New function.
10162                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10163                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
10164                 address should be used.  Use mips_emit_high to generate the
10165                 high part of such an address.  Adjust the global symbol + offset
10166                 case to match the change to mips_force_temprorary.
10167                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10168                 If generating explicit-reloc PIC, load the address of global
10169                 symbols from the GOT.  Use mips_emit_high to emit the high part
10170                 of an address.
10171                 (mips_simplify_dwarf_addr): New function.
10172                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10173                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10174                 (mips_expand_call): Load the addresses of global functions using
10175                 %call* relocs if generating explicit-reloc PIC.  Don't generate
10176                 an exception_receiver pattern.
10177                 (override_options): Initialize mips_got_alias_set.
10178                 (print_relocation): Remove in favor of...
10179                 (mips_reloc_string): ...this new function.
10180                 (print_operand): Handle '%R'.  Use mips_reloc_string.
10181                 (print_operand_address): Use print_operand to print the symbolic
10182                 part of a LO_SUM address.
10183                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10184                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
10185                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10186                 for local symbols.
10188         2003-02-02  Eric Christopher  <echristo@redhat.com>
10190                 * config/mips/mips.c (mips_sign_extend): Remove.
10191                 * config/mips/mips-protos.h: Ditto.
10192                 * config/mips/mips.md (movdi_internal2_extend): Remove.
10193                 (extendsidi2): Fix mode of convert_memory_address.
10195         2003-01-24  Eric Christopher  <echristo@redhat.com>
10197                 * config/mips/mips.md: Rewrite zero_extend* and extend*
10198                 patterns. Use explicit instructions and split after reload
10199                 for register extensions.
10200                 (ashlsi3_internal1_extend): New combiner pattern for
10201                 shift and extend combinations.
10202                 * config/mips/mips.h: Change Pmode back to ptr_mode
10203                 for performance enhancement.
10204                 * combine.c (expand_compound_operation): Make sure
10205                 that zero_extend operation is profitable.
10207         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
10209                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10210                 addresses depend on ptr_mode rather than Pmode.
10211                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10212                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10213                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10214                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10215                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
10216                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10217                 (tablejump_internal1): Remove condition.
10218                 (tablejump_internal2): Change condition to TARGET_64BIT.
10219                 (cpaddsi): Rename to...
10220                 (cpadd): ...this.
10221                 (cpadddi): Remove.
10223         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10225                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10226                 mips_address_cost, mips_check_split, double_memory_operand,
10227                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10228                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10229                 (mips_legitimate_address_p): Return bool.
10230                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10231                 mips_legitimize_address, mips_legitimize_move,
10232                 mips_expand_call): Declare.
10233                 (mips_return_addr): Move outside #ifdef RTX_CODE.
10235                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10236                 (PIC_FN_ADDR_REG): New reg_class.
10237                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10238                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10239                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10240                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10241                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10242                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10243                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10244                 (LEGITIMATE_PIC_OPERAND): Undefine.
10245                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10246                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10247                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10248                 (FUNCTION_MODE): Change to SImode.
10249                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10250                 most constants.  Treat const_artih_operands specially if they
10251                 occur in a PLUS or MINUS.
10252                 (CONSTANT_POOL_COST): New macro.
10253                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10254                 Add LO_SUM handling.
10255                 (ADDRESS_COST): Undefine.
10256                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10257                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
10258                 to call_insn_operand and remove CONST_INT.
10260                 * config/mips/mips.c: Include integrate.h.
10261                 (SINGLE_WORD_MODE_P): New macro.
10262                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10263                 (mips_constant_info, mips_address_info): New structs.
10264                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10265                 (mips_classify_constant, mips_classify_symbol,
10266                 mips_valid_base_register_p, mips_symbolic_address_p,
10267                 mips_classify_address, mips_symbol_insns,
10268                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10269                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10270                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10271                 mips_print_relocation): New functions.
10272                 (const_arith_operand): New operand predicate.
10273                 (arith_operand): Use it.
10274                 (mips_const_double_ok, mips16_simple_memory_operand,
10275                 simple_memory_operand, double_memory_operand, mips_check_split,
10276                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10277                 mips16_gp_offset_p, mips16_output_gp_offset,
10278                 mips16_constant_after_function_p, mips16_constant): Remove.
10279                 (call_insn_operand): Be more fussy about symbolic constants.
10280                 Use register_operand.
10281                 (move_operand): Use mips_symbolic_address_p to check symbolic
10282                 operands and general_operand to check the rest.
10283                 (symbolic_operand): Use mips_classify_constant.
10284                 (mips_legitimate_address_p): Use mips_classify_address.
10285                 (mips_move_1word): Combine handling of symbolic addresses.
10286                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10287                 (move_move_2words): Likewise.  Assume addresses are offsettable
10288                 if they need to refer to more than one word.  Add HIGH handling.
10289                 (mips_restore_gp): Use ptr_mode for the GP save slot.
10290                 (mips_expand_call): New function, combining the old mips.md
10291                 call and call_internal define_expands.  If the address isn't
10292                 a call_insn_operand, force it into a register.  For SVR4 PIC,
10293                 emit an exception_receiver instruction after the call.
10294                 (override_options): Only override flag_pic for TARGET_ABICALLS
10295                 if it is currently zero.  Allow mips_split_addresses when
10296                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10297                 Add new register class letter, 'c'.
10298                 (print_operand): Use mips_classify_constant for constant operands.
10299                 (print_operand_address): Use mips_classify_address.
10300                 (mips_output_function_prologue): Don't use .cprestore.
10301                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10302                 via the frame pointer if current_function_calls_eh_return.
10303                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10304                 to mark whether a symbol is local or global.
10305                 (build_mips16_call_stub): Expect the address of the function rather
10306                 than a MEM reference to it.  Update call generation sequences.
10307                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
10308                 small-data adjustments.
10310                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
10311                 length for loads and stores.
10312                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10313                 (define_attr type): Add const and prefetch.
10314                 (define_attr length): Use mips_const_insns for const instructions.
10315                 Use mips_fetch_insns for load and store instructions.
10316                 (define_attr single_insn): New.
10317                 (define_attr can_delay): Use it.
10318                 (define_attr abicalls): Remove.
10319                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
10320                 (addsi3_internal_2): Add 'Q' constraint.
10321                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10322                 (high): Remove.
10323                 (lowsi): Renamed from low.
10324                 (lowdi): New pattern.
10325                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
10326                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10327                 (loadgp): Change operand 0 to an immediate_operand.
10328                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10329                 beforehand.
10330                 (cpaddsi, cpadddi): New patterns.
10331                 (tablejump_internal3, tablejump_internal4): Remove define_expands
10332                 and associated define_splits.
10333                 (call, call_value): Use mips_expand_call.
10334                 (call_internal): New, replacing all existing call_internal* insns.
10335                 (call_value_internal): Likewise call_value_internal*.
10336                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10337                 (untyped_call): Remove if (operands[0]) magic.
10338                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10339                 (prefetch_di_address, prefetch_di): Likewise.
10340                 (leasi, leadi): Remove.
10341                 (reloc_gprel16): New.
10343                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10344                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10345                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10347         2003-01-08  Eric Christopher  <echristo@redhat.com>
10349                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10350                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10351                 configure check for libgloss.
10352                 * config/mips/elf64.h: Ditto.
10353                 * config/mips/mips.c: Remove ABI_MEABI.
10354                 * config/mips/mips.h: Ditto.
10356         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
10358                 Fix merge fallout.
10359                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10360                 (muldi3_internal): Remove outdated comment.
10361                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10362                 (*smsac_di, *umsac_di): Likewise.  Reformat.
10363                 (umulsi3_highpart): Minor formatting tweaks.
10364                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
10365                 redundant scratch operand.  Minor formatting tweak.
10366                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10367                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
10368                 (smulsi3_highpart): As for the unsigned version.
10369                 (smulsi3_highpart_internal): Likewise.
10370                 (smulsi3_highpart_mulhi_internal): Likewise.
10371                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10372                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10373                 (*smul_acc_di): Remove duplicated pattern.
10374                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10375                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10376                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10378         2002-10-22  Eric Christopher  <echristo@redhat.com>
10380                 * config/mips/mips-protos.h (mips_return_addr): New.
10381                 * config/mips/mips.c (mips_return_addr): New.
10382                 (movdi_operand): Remove.
10383                 (se_register_operand): Ditto.
10384                 (se_reg_or_0_operand): Ditto.
10385                 (se_uns_arith_operand): Ditto.
10386                 (se_arith_operand): Ditto.
10387                 (se_nonmemory_operand): Ditto.
10388                 (extend_operator): Ditto.
10389                 (highpart_shift_operator): Ditto.
10390                 (mips_initial_elimination_offset): Remove return address pointer
10391                 elimination.
10392                 (mips_reg_names): Remove $ra.
10393                 (mips_regno_to_class): Ditto.
10394                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10395                 and TARGET_64BIT.
10396                 (POINTER_BOUNDARY): Remove.
10397                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10398                 (PROMOTE_MODE): Promote to Pmode.
10399                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10400                 (Pmode): Define to TARGET_64BIT.
10401                 (FUNCTION_MODE): Define as Pmode.
10402                 (mips_args): Remove deleted functions.
10403                 (SIZE_TYPE): Depend on POINTER_SIZE.
10404                 (PTRDIFF_TYPE): Ditto.
10405                 (FIXED_REGISTERS): Fix extra registers.
10406                 (CALL_USED_REGISTERS): Ditto.
10407                 (CALL_REALLY_USED_REGISTERS): Ditto.
10408                 (RAP_REG_NUM): Remove.
10409                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10410                 (RETURN_ADDR_RTX): Define to mips_return_addr.
10411                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10412                 (CAN_ELIMINATE): Ditto.
10413                 * config/mips/mips.md: For DImode patterns, take into account
10414                 deletions above. Split mulsidi patterns into sign_extend and
10415                 zero_extend.
10417         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
10418                     Michael Meissner  <meissner@redhat.com>
10420                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
10421                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
10422                 mop up unnecessarly moves through LO.
10423                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
10424                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
10425                 change mtlo/macc sequences into mul/add sequences when a three-
10426                 address mul is available.
10427                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
10428                 (*mul_sub_si): Fix contraint for operand 5.
10429                 (*muls): Use in 32-bit code as well.
10430                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
10431                 if the destination is LO.  Remove duplicate define_split.
10432                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
10433                 (*msac_di): Likewise.  Fix formatting.
10434                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
10435                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
10436                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
10437                 (*xmulsi3_neg_highpart_mulhi): Likewise.
10438                 (*mul_acc_64bit_di): Remove.
10439                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
10441         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10443                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10444                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10445                 (MULTILIB_DIRNAMES): Remove long32.
10446                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10447                 (MULTILIB_REDUNDANT_DIRS): Remove.
10449         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10451                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10452                 * gcc.c (driver_self_specs): New variable.
10453                 (do_self_spec): New function.
10454                 (main): Use it to process driver_self_specs.
10456         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
10458                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
10459                 Remove DImode define_split for !TARGET_64BIT.
10460                 (anddi3): Remove !TARGET_64BIT support from here as well.
10461                 Change operand 2's predicate to se_uns_arith_operand.
10462                 Add constant alternatives to define_insn.
10463                 (iordi3, xordi3, *nordi3): Likewise.
10464                 (anddi3_internal1, xordi3_immed): Remove.
10466         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10468                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
10469                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
10470                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
10471                 * config/mips/mips.md: Apply same renaming here.
10473         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10475                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
10476                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
10477                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
10478                 * config/mips/mips.md (define_attr cpu): Remove r4320.
10479                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
10481         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10483                 * config/mips/mips.c (mips16_strings): New variable.
10484                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10485                 symbol in mips16_strings.  Free the list.
10486                 (mips_encode_section_info): Keep track of local strings.
10488         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10490                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10491                 (sordered_df, sordered_sf): Remove.
10492                 * config/mips/mips.c (get_float_compare_codes): New fn.
10493                 (gen_int_relational, gen_conditional_move): Use it.
10495         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10497                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10498                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10499                 * config/mips/mips.c (fcc_register_operand): New function.
10500                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10501                 (override_options): Allow TFmode values in float registers
10502                 if ISA_HAS_8CC.
10503                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10504                 to fcc_register_operand.  Remove misleading source constraint.
10505                 Use mips_emit_fcc_reload.
10506                 (reload_outcc): Duplicate reload_incc.
10509 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
10511         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10513 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
10515         * tree-inline.c (inlinable_function_p): Back out last change, it's
10516         unnecessary.
10518 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
10520         * ggc-page.c (TREE_EXP_SIZE): Define.
10521         (extra_order_size_table): New entry for expr trees with
10522         two operands.
10524 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10526         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10527         (c_expand_start_cond): Adjust.
10528         (c_expand_end_cond): Don't use warning_with_file_and_file.
10529         (shadow_warning): Likewise.
10531 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
10533         * tree.h (DECL_POINTER_DEPTH): Remove.
10534         (struct tree_decl): Remove pointer_depth.
10536 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
10538         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10539         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10540         (rs6000_xcoff_encode_section_info): Remove.
10541         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10542         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10543         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10544         Use SYMBOL_REF_FLAGS.
10545         (rs6000_elf_encode_section_info): Call default_encode_section_info for
10546         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10547         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10548         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10549         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10550         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10552 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10554         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10556 2003-04-30  Andreas Schwab  <schwab@suse.de>
10558         * doc/extend.texi (Other Builtins): Enclose multiple word data
10559         type in braces for @deftypefn.
10561 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10563         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10565         * doc/install.texi (--enable-threads): Document "gnat" option.
10567 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10569         * diagnostic.h (output_formatted_scalar): Tweak.
10570         * diagnostic.c (output_long_decimal): Likewise.
10571         (output_unsigned_decimal): Likewise.
10572         (output_long_unsigned_decimal): Likewise.
10573         (output_octal): Likewise.
10574         (output_long_octal): Likewise.
10575         (output_hexadecimal): Likewise.
10576         (output_long_hexadecimal): Likewise.
10577         (output_pointer): New function.
10578         (output_format): Use it.  Recognize "%p" format specifier.
10580 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10582         * function.c (purge_addressof_1): Postpone insn in fewer cases.
10584 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10586         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10587         call abort() after running out of stack space.
10589         * c-typeck.c (function_types_compatible_p): Ignore incompatible
10590         'volatile' qualifiers on a function's return type in GNU mode.
10592 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
10594         * expr.c (emit_group_load): Dump parallels of simd types to
10595         memory.
10597 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
10599         * genautomata.c (add_vect): Check undefined value for range type
10600         too.
10602 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
10604         * configure.in:  More general test for cmp --ignore-initial.
10605         * configure:  Regenerate.
10607 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10609         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10610         (layout_decl, place_field): Likewise.
10611         Also make minor type and whitespace changes.
10613         * tree.c (save_expr): Don't fold a COMPONENT_REF.
10615 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
10617         * calls.c (expand_call): When modes of target and valreg match, force
10618         sibcall failure when target is a MEM.
10620 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10622         * tree-inline.c (inlinable_function_p): Don't support inlining
10623         functions using varargs.
10625         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10627         * dwarf2out.c (output_call_frame_info): No need to output EH
10628         unwind information if all_throwers_are_sibcalls.
10630         * c-semantics.c (expand_unreachable_stmt): Return a tree.
10631         (expand_stmt): Update for change to expand_unreachable_stmt.
10632         (expand_unreachable_if_stmt): Likewise.
10634         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10636 2003-04-29  Jason Merrill  <jason@redhat.com>
10638         PR middle-end/10336
10639         * jump.c (never_reached_warning): Really stop looking if we reach
10640         the beginning of the function.
10642 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
10644         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10645         Remove redundant macros.
10646         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10647         (LOCAL_LABEL_PREFIX): Define unconditionally.
10648         (NO_DOT_IN_LABEL): Clarify comment.
10649         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10650         definition to "long int".
10652 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
10654         bootstrap/10452
10655         * gengtype-yacc.y: Improve portability.
10657 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10659         * config.gcc: Install obsolete target list for GCC 3.3.
10660         * doc/install.texi: Mention in specific-target instructions
10661         that certain configurations are deprecated.
10663 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10665         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10667 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10669         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10670         * gcc.c (display_help): Likewise.
10671         * toplev.c (f_options): Likewise.
10672         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10673         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10674         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10675         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10676         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10678 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
10680         * varasm.c (default_assemble_visibility): Use assemble_name.
10682 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
10684         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10685         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10686         (SIZE_TYPE): New macro.
10687         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10688         (SET_ASM_OP): New macro.
10689         (HANDLE_SYSV_PRAGMA): New macro.
10690         (ASM_WEAKEN_LABEL): New macro.
10692 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10694         PR c++/10180
10695         * tree-inline.c (expand_call_inline): Call push_srcloc when
10696         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
10698 2003-04-28  Mike Stump  <mrs@apple.com>
10700         * gdbinit.in: Update to reflect new identifier structure.
10702 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
10704         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10705         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10706         struct tree_complex, struct tree_vector): Remove RTL field.
10707         (CONSTRUCTOR_ELTS): Use elt 0.
10708         * tree.def (CONSTRUCTOR): Delete first of its two operands.
10709         * varasm.c (output_constant_def): Remove early exit if
10710         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
10711         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10712         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10713         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10715 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10717         * c-decl.c (finish_decl): When prototype with asmspec is found
10718         for built-in, adjust built_in_decls as well as expr.c decls.
10719         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10720         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10721         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10723 2003-04-28  Richard Henderson  <rth@redhat.com>
10725         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10726         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10727         integral constant mult operand.
10728         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10729         (const_smulsi3_highpart_v8plus): Likewise.
10730         (const_smulsi3_highpart): Likewise.
10731         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10732         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10733         (const_umulsi3_highpart_v8plus): Likewise.
10734         (const_umulsi3_highpart): Likewise.
10736 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10738         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10739         Define as 1.
10741 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10743         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10745 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10747         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10748         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10749         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10750         functions.
10751         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10753 2003-04-28  Nick Clifton  <nickc@redhat.com>
10755         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10757 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10759         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10760         output_constant_def, use its result instead of TREE_CST_RTL (exp).
10761         Can assume it has the form (mem (symbol_ref ".LCxxx")).
10762         (expand_expr <COMPONENT_REF>): Can always just extract the
10763         relevant field of a CONSTRUCTOR.
10764         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10765         ARRAY_RANGE_REF>): Make control flow explicit.
10766         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10767         an INTEGER_CST.
10769 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
10771         * reload1.c (reg_set_luid): Fix a comment typo.
10773 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10775         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10776         struct deferred_string, const_str_htab): Kill.
10777         (n_deferred_strings): New static variable.
10778         (build_constant_desc): Set SYMBOL_REF_DECL of the new
10779         symbol_ref to point to the constant.
10780         (output_constant_def): When a deferred string is forced out,
10781         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10782         (mark_constant): Likewise.
10783         (maybe_output_constant_def_contents): When deferring a string
10784         constant, just set STRING_POOL_ADDRESS_P and increment
10785         n_deferred_strings.
10786         (mark_constant_pool): Check n_deferred_strings, not the size
10787         of const_str_htab.
10788         (init_varasm_once): No need to create const_str_htab.
10790         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10791         SYMBOL_REF_DECL points to a constant.
10793 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
10795         * varasm.c (output_constant_def): Split out two new static
10796         functions, build_constant_desc and maybe_output_constant_def_contents.
10797         Restructure for comprehensibility.  Don't call
10798         output_addressed_constants.  Treat defstr being non-NULL for
10799         STRING_POOL_ADDRESS_P constants as an invariant.
10800         (struct deferred_string): Remove labelno field.
10801         (output_constant_def_contents): Kill labelno argument. Call
10802         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
10803         asm_out.internal_label.
10804         (mark_constant): Update call to output_constant_def_contents.
10805         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10806         constants as an invariant.
10808 2003-04-26  Richard Henderson  <rth@redhat.com>
10810         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10811         (ix86_expand_call, ix86_rtx_consts): Likewise.
10813 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10815         * doc/md.texi (cmpstr): Document additional restrictions.
10817 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10819         * flags.h (time_report): Remove.
10820         * timevar.c (timevar_enable): New.
10821         (TIMEVAR_ENABLE): Remove, use timevar_enable.
10822         (timevar_init): Rename from init_timevar.
10823         * timevar.h (timevar_init): Rename from init_timevar.
10824         * toplev.c (time_report): Make static.
10825         (do_compile): Conditionally call init_timevar first.
10826         (preprocess_options): Move some code to do_compile.
10828 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
10830         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10832 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10834         * _cpp_lex_direct: Remove pointless code.
10836 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10838         * doc/extend.texi (Function Attributes): Document "near" and "far"
10839         for 68HC11 and 68HC12.
10841 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10843         * expr.c (store_field): When making temporary for store, don't
10844         make it TYPE_QUAL_CONST.
10846 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10848         * toplev.c (read_integral_parameter):  Use "argument" in error
10849         message to distinguish it from actual invalid options.
10851 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10853         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10854         addition of __PIC__ and __pic__ macros.
10855         * config/xtensa/xtensa.h: Clean up indentation.
10857 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10859         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10860         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
10861         (SUBTARGET_CPP_SPEC): Define.
10862         (LIB_SPEC): Delete.
10863         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10864         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10865         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10866         Define.
10867         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10868         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10870 2003-04-25  H.J. Lu <hjl@gnu.org>
10872         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10873         for return mode.
10874         (ia64_expand_builtin): Set rmode to SImode for
10875         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10876         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10877         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10878         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10880 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10882         * configure.in (make_compare_target):  Test for GNU cmp and set this
10883         variable appropriately.
10884         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10885         compare4-lean): Rename actual targets to slowcompare*.  New compare*
10886         targets depend on names based on make_compare_target.
10887         * configure:  Regenerated.
10889 2003-04-25  Richard Henderson  <rth@redhat.com>
10891         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10892         to clobber ar.pfs and ar.unat.
10893         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10894         fix test for spilling ar.pfs to the stack.
10896 2003-04-25  Richard Henderson  <rth@redhat.com>
10898         PR opt/10315
10899         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10900         checks during reload; use validize_mem instead of adjust_address.
10902 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
10904         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10905         return values from recog_memoized().
10907 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10909         PR opt/8705
10910         * gcse.c (try_replace_reg): On a successful substitution of a constant
10911         into a single set, try to simplify the source of the set.
10912         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10913         constant source.
10915 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
10917         * cpplex.c (cpp_token_len): Tighten up.
10918         (cpp_token_as_text): Need extra byte now.
10919         * cpplib.c (glue_header_name): Need extra 2 bytes.
10920         * cppmacro.c (cpp_macro_definition): Need extra byte.
10922 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
10924         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10925         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10926         where they might be not present. Use their _sp64 equivalent
10927         instead.
10929 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
10931         * i386.md (cvtsi2sdq): Fix typo in previous patch.
10933 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
10935         * configure.in: Check whether mbstowcs works.
10936         * configure, config.in: Regenerate.
10937         * intl.c: Use HAVE_WORKING_MBSTOWCS.
10939 2003-04-24  H.J. Lu <hjl@gnu.org>
10941         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10942         for __sync_bool_compare_and_swap_di for int return type.
10944         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10945         Change return type to int.
10946         (__sync_bool_compare_and_swap): Likewise.
10948 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
10950         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
10951         looking for fallthru edge.
10953         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10954         Fix.
10955         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10956         athlon-fvector): New.
10957         (athlon_*): Revisit to match new optimization guide.
10958         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
10959         * i386.md (cvt??2?? patterns): Fix modes.
10960         (fistp patterns): Set modes.
10962         Accidentaly commited with my earlier reload patch:
10963         PR c/10308
10964         * reload.c (find_reloads_address_1): Reload plus at the place of
10965         index register.
10967 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10969         New GCOV_TAG_FUNCTION layout
10970         * coverage.c (struct function_list): Replace name with ident.
10971         (struct counts_entry): Likewise.
10972         (fn_ident): New.
10973         (htab_counts_entry_hash, htab_counts_entry_eq,
10974         htab_counts_entry_del): Adjust.
10975         (reads_count_file, get_coverage_counts,
10976         coverage_begin_output, coverage_end_function): Adjust.
10977         (build_fn_info_type, build_fn_info_value): Likewise.
10978         * gcov-dump.c (tag_function): Adjust.
10979         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10980         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10981         * gcov.c (struct function_info): Add ident.
10982         (read_graph_file, read_count_file): Adjust.
10983         * libgcov.c (gcov_exit): Adjust.
10985 2003-04-23  Richard Henderson  <rth@redhat.com>
10987         PR opt/8300
10988         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10989         after initialize_uninitialized_subregs; update reg info assuming
10990         new pseudos were created.
10992 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10994         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10995         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10996         (lex_string): Take cpp_string with full spelling.
10997         (cb_ident): Update.
10998         (c_lex): Update diagnostics.
10999         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11000         (create_literal): New.
11001         (lex_string): Unterminated literals have type CPP_OTHER.
11002         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
11003         for CPP_OTHER.
11004         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11005         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11006         * cpplib.c (parse_include, do_line, do_linemarker,
11007         destringize_and_run): Update for token storing full spelling.
11008         * cpplib.h: Update token spelling types.
11009         * cppmacro.c (stringify_arg, check_trad_stringification):
11010         Update for token storing full spelling.
11012 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
11014         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11016 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
11018         * arm.h (TARGET_OPTIONS): Add value field.
11020 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11022         * doc/extend.texi: Remove duplicate 2003 copyright date.
11024 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
11026         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11027         (libgcov.a): Depends on LIBGCC_DEPS.
11028         * basic-block.h (profile_info): Moved here from coverage.h. Made
11029         a pointer.
11030         * coverage.c (struct function_list): Fixed array of counter types.
11031         (struct counts_entry): Keyed by counter type, contains summary.
11032         (profile_info): Moved to profile.c.
11033         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11034         vars.
11035         (profiler_label): Remove.
11036         (ctr_labels): New.
11037         (set_purpose, label_for_tag, build_counter_section_fields,
11038         build_counter_section_value, build_counter_section_data_fields,
11039         build_counter_section_data_values, build_function_info_fields,
11040         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11041         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11042         build_ctr_info_value, build_gcov_info): New.
11043         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11044         (reads_counts_file): Adjust.
11045         (get_coverage_counts): Takes counter number. Add summary
11046         parameter. Adjust.
11047         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11048         create counter array labels.
11049         (coverage_end_function): Adjust.
11050         (create_coverage): Adjust.
11051         (find_counters_section): Remove.
11052         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11053         (struct section_info, struct profile_info): Remove.
11054         (profile_info): Moved to basic-block.h.
11055         (coverage_counter_ref): Takes a counter number.
11056         (get_coverage_counts): Takes a counter number. Added summary
11057         parameter.
11058         (find_counters_section): Remove.
11059         * gcov-dump.c (tag_arc_counts): Rename to ...
11060         (tag_counters): ... here. Adjust.
11061         (tag_table): Move tag_counters to 3rd entry. Remove
11062         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11063         (dump_file): Check for counter tag values here.
11064         (tag_summary): Adjust.
11065         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11066         * gcov-io.h (GCOV_LOCKED): New.
11067         (GCOV_TAG_ARC_COUNTS): Rename to ...
11068         (GCOV_TAG_COUNTS_BASE): ... here.
11069         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11070         Remove.
11071         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11072         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11073         GCOV_TAG_IS_COUNTER): New.
11074         (struct gcov_ctr_summary): New.
11075         (struct gcov_summary): Adjust.
11076         (struct gcov_counter_section): Remove.
11077         struct gcov_counter_section_data): Remove.
11078         (struct gcov_function_info): Rename to ...
11079         (struct gcov_fn_info): ... here. Adjust.
11080         (struct gcov_ctr_info): New.
11081         (struct gcov_info): Adjust.
11082         * gcov.c (read_count_file): Adjust.
11083         (output_lines): Adjust.
11084         * libgcov.c (gcov_exit): Adjust.
11085         (__gcov_flush): Adjust.
11086         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11087         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11088         probably_never_executed_bb_p, compute_frequency_function): Adjust
11089         profile_info use.
11090         * profile.c (struct counts_entry): Remove.
11091         (profile_info): Define here.
11092         (get_exec_counts): Adjust get_coverage_counts call.
11093         (compute_branch_probablilities): Remove find_counters_section
11094         call.
11095         (gen_edge_profiler): Adjust coverage_counter_ref call.
11096         * tracer.c (tail_duplicate): Adjust profile_info use.
11098 2003-04-23  Roger Sayle  <roger@eyesopen.com>
11100         PR optimization/10339
11101         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11102         directly instead of unsafely transforming call into a memcmp.
11103         (expand_builtin_strncmp): Likewise.
11105 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11107         * alias.c (mark_constant_function):  Check for constancy and
11108         purity even of void functions.  Update both the function decl
11109         and the cgraph RTL info with the results.
11111 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11113         * real.c (do_add): Change to return a bool indicating that the
11114         result of the operation may be inexact due to loss of precision.
11115         (do_multiply): Likewise.
11116         (do_divide): Likewise.
11118 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
11119             Loren James Rittle  <ljrittle@acm.org>
11121         * dwarf2out.c (fde_table_allocated): Mark with GTY.
11122         (decl_die_table_allocated): Likewise.
11123         (abbrev_die_table_allocated): Likewise.
11124         (line_info_table_allocated): Likewise.
11125         (separate_line_info_table_allocated): Likewise.
11126         (pubname_table_allocated): Likewise.
11127         (arange_table_allocated): Likewise.
11128         (ranges_table_allocated): Likewise.
11129         (decl_die_table_in_use): Unconditionalize; mark with GTY.
11130         (abbrev_die_table_in_use): Likewise.
11131         (line_info_table_in_use): Likewise.
11132         (separate_line_info_table_in_use): Likewise.
11133         (pubname_table_in_use): Likewise.
11134         (arange_table_in_use): Likewise.
11135         (ranges_table_in_use): Likewise.
11136         (have_location_lists): Likewise.
11137         (emitcount): New GTY-marked static, moved...
11138         (maybe_emit_file): ...from here.
11139         (label_num): New GTY-marked static, moved...
11140         (gen_internal_sym): ...from here.
11142 2003-04-22  Richard Henderson  <rth@redhat.com>
11144         PR 8866
11145         * rtl.h (MEM_NOTRAP_P): New.
11146         (MEM_COPY_ATTRIBUTES): Copy it.
11147         * rtlanal.c (may_trap_p): Check it.
11148         * expr.c (do_tablejump): Set it.
11149         * doc/rtl.texi (Flags): Document it.
11151         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11153 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
11155         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11156         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11158 2003-04-22  Vincent Celier <celier@gnat.com>
11160         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11161         --enable-threads=gnat.
11162         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11163         * configure.in: Add gnat to the list of thread packages
11164         * configure: Rebuild.
11165         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11167 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11169         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11171 2003-04-22  Devang Patel  <dpatel@apple.com>
11173         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11174         parameter count.
11175         (_cpp_copy_replacement_text): Same.
11177 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11179         * c-lex.c (c_lex): Handle CPP_OTHER differently.
11180         * cppexp.c (_cpp_parse_expr): Similarly.
11181         * cpplex.c (SPELL_CHAR): Remove.
11182         (_cpp_lex_direct): Stray chars are saved as byte strings.
11183         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11184         handle SPELL_CHAR.
11185         (cpp_avoid_paste): Update handling of CPP_OTHER.
11186         * cpplib.h: Spell CPP_OTHER like a number.
11187         (struct cpp_token): Remove member c.
11188         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11190 2003-04-22  David Turner <novalis@gnu.org>
11192         * gbl-ctors.h: Add special license exception.
11193         * libgcc2.h: Likewise.
11194         * tsystem.h: Likewise.
11195         * gcov-io.h: Likewise.
11197 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
11199         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11200         macro defaulting to original BRANCH_COST heuristic.
11201         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11203         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11205 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
11207         * config/rs6000/t-spe: Merge in t-fprules into file.
11209         * config.gcc: Add t-spe to powerpc-eabispe.
11211 2003-04-22  Kean Johnston  <jkj@sco.com>
11213         * tlink.c (recompile_files): Add missing '=' to putenv calls
11215 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11217         * ginclude/stddef.h: Provide C++ safe offsetof.
11219 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
11221         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11222         for reg notes, if there are no substitutions, just use a SUBREG.
11224 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11226         * Makefile.in (calls.o): Depend on except.h.
11227         * calls.c: Include except.h.
11228         (emit_call_1): Call note_eh_region_may_contain_throw if
11229         appropriate.
11230         * except.c (eh_region): Add may_contain_throw.
11231         (expand_eh_region_end_cleanup): Do not include handler code when
11232         it cannot be reached.
11233         (note_eh_region_may_contain_throw): New function.
11234         * except.h (note_eh_region_may_contain_throw): New function.
11236 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11238         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11239         changes.
11241 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
11243         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11244         64-bit long doubles.
11246 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
11248         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11249         a number of conversions required for type consistency and previously
11250         stripped off by STRIP_NOPS.
11252         * calls.c (expand_call): Prevent sibcall optimization for calls to
11253         nested subprograms.
11255         * expmed.c (extract_bit_field): Reverse operands of && condition to
11256         prevent a potential division by zero in the previously first branch.
11257         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11259 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
11261         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11262         (subrange_type_die): Likewise.
11263         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11264         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11266 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11268         Break out coverage routines to new file.
11269         * Makefile.in (COVERAGE_H): New variable
11270         (C_OBJS): Add coverage.o
11271         (coverage.o): New target.
11272         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11273         dependencies.
11274         (GTFILES): Adjust.
11275         (gt-coverage.h): New target.
11276         (gt-profile.h): Remove.
11277         * profile.h: Remove. Move to ...
11278         * coverage.h: ... here. New. #include gcov-io.h.
11279         * gcov-io.h: Move function definitions to ...
11280         * gcov-io.c: ... here. New.
11281         * profile.c: Move coverage routines to coverage.c.
11282         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11283         end_branch_prob): Adjust.
11284         * coverage.c: New. Coverage routines from profile.c
11285         (coverage_counter_ref, coverage_init, coverage_finish,
11286         coverage_end_function, coverage_begin_output,
11287         coverage_counter_ref, get_coverage_counts): Define.
11288         * gcov-dump.c, gcov.c: #include gcov-io.c.
11289         * libgcov.c: Likewise. Adjust.
11290         * loop-init.c: Don't #include profile.h
11291         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11292         * rtl.h: Add coverage prototypes.
11293         * toplev.c (compile_file): Init coverage, not branch_prob.
11294         Always call coverage_finish.
11295         (rest_of_compilation): Call coverage_end_function.
11297 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
11299         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11301 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
11303         * c-ppoutput.c (cb_include): Don't take a cpp_token.
11304         * cppfiles.c: Don't undef strcmp.
11305         (find_include_file): Don't take a cpp_token.  Check for empty
11306         file names.
11307         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11308         (cpp_push_include): Simplify.
11309         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11310         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11311         (parse_include): Similary.  Don't check for zero-length filenames.
11312         (do_include_common, do_pragma_dependency): Update accordingly.
11313         * cpplib.h (struct cpp_callbacks): Change prototype of include.
11315 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11317         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11318         details of conflict handling.
11320         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11321         when conversion overflows.
11323         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11325         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11326         before clearing.
11328 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11330         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11331         have the same form as the old RTL.
11333 2003-04-21  Andreas Jaeger  <aj@suse.de>
11335         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11337 2003-04-20  Chris Lattner  <sabre@nondot.org>
11338             Zack Weinberg  <zack@codesourcery.com>
11340         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11341         genrtl_cleanup_stmt.  Correct comment at head of
11342         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11344         * stmt.c (struct nesting): Kill n_function_calls.
11345         (expand_start_bindings): Don't set
11346         thisblock->data.block.n_function_calls.
11347         (expand_end_bindings): Compare function_call_count against 0.
11348         (expand_cleanups): Kill DONT_DO argument; all callers passed
11349         NULL_TREE. All callers updated to match.
11351 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11353         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11354         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11355         (output_constant_def): Remove code predicated on
11356         defer_addressed_constants_flag.
11358         * output.h: Remove prototypes of deleted functions.
11359         * c-typeck.c (constructor_subconstants_deferred): Kill.
11360         (struct initializer_stack): Remove 'deferred' field.
11361         (start_init): Remove all references to the above.
11362         (finish_init): Likewise. Also remove never-executed call to
11363         output_deferred_addressed_constants.  Pull assignment to
11364         defstr out of if expression.
11366 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11368         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11369         NOTE_NEWLINE): Remove.
11370         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11371         to handle new form of line note type.
11373 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11375         * target.h (encode_section_info): Add new argument carrying
11376         the RTL to be modified by the hook.
11378         * varasm.c (make_decl_rtl, output_constant_def): Update calls
11379         to encode_section_info.
11380         (default_encode_section_info): Take and use RTL argument,
11381         don't use TREE_CST_RTL or DECL_RTL.
11382         * output.h: Update prototype of default_encode_section_info.
11383         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11384         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11385         Update calls to encode_section_info.
11387         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11388         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11389         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11390         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11391         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11392         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11393         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11394         except for PE dllimport/dllexport.  Update calls to
11395         default_encode_section_info.
11397         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11398         Update prototypes.
11400         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11402 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11404         PR/8705
11405         * pa.md (movccfp): New expander.
11406         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11407         Reverse fcmp conditions.
11409 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11411         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11412         of operand 1 correctly.
11414 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11416         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11417         * gcov.c (output_lines): Don't be so fussy about going past EOF.
11419 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11421         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
11422         (cppcharset.o): New target.
11423         * c-lex.c (is_extended_char): Move to cppcharset.c.
11424         (utf8_extend_token): Delete.
11425         * cppcharset.c: New file.
11426         * cpphash.h (_cpp_valid_ucn): New.
11427         * cpplex.c (lex_identifier): Update prototype.
11428         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
11429         escapes.
11430         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
11431         in cppcharset.c.
11432         (lex_number, lex_identifier, cpp_parse_escape): Update.
11433         (_cpp_lex_direct): Update to handle UCNs.
11434         (cpp_avoid_paste): Don't paste to form a UCN.
11436 2003-04-19  Roger Sayle  <roger@eyesopen.com>
11438         * builtins.c (expand_builtin):  Don't expand a pure or const
11439         built-in function if the result will be ignored and none of
11440         its arguments are volatile.
11442 2003-04-19  Kean Johnston  <jkj@sco.com>
11444         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
11445         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
11446         target fragment now: t-sco5; dont compile crti.o.
11447         * config/i386/sco5.h: major overhaul to remove all COFF remnants
11448         and to use elfos.h for most definitions.
11449         (BSS_SECTION_ASM_OP): set correct segment attributes.
11450         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
11451         (DWARF2_UNWIND_INFO): Always set to 1.
11452         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
11453         (MD_STARTFILE_PREFIX_1): Define.
11454         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
11455         (DEFAULT_LINKER): Define if not specified to configure.
11456         (CTORS_SECTION_ASM_OP): Remove COFF crud.
11457         (DTORS_SECTION_ASM_OP): Remove COFF crud.
11458         (WINT_TYPE): Define.
11459         (SDB_DEBUGGING_INFO): Remove.
11460         (EXTRA_SECTIONS): Likewise.
11461         (EXTRA_SECTION_FUNCTIONS): Likewise.
11462         (CTOR_LIST_BEGIN): Likewise.
11463         (CTOR_LIST_END): Likewise.
11464         (INIT_SECTION_FUNCTION): Likewise.
11465         (FINI_SECTION_FUNCTION): Likewise.
11466         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
11467         (LOCAL_LABEL_PREFIX): Likewise.
11468         (NON_SAVING_SETJMP): Likewise.
11469         (RETURN_POPS_ARGS): Likewise.
11470         (ASM_OUTPUT_SKIP): Likewise.
11471         (TARGET_ASM_NAMED_SECTION): Likewise.
11472         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11473         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11474         (ASM_OUTPUT_IDENT): Likewise.
11475         (ASM_OUTPUT_CASE_LABEL): Likewise.
11476         (ASM_OUTPUT_ASCII): Likewise.
11477         (ASM_OUTPUT_LIMITED_STRING): Likewise.
11478         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
11479         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11480         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11481         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11482         (ASM_DECLARE_OBJECT_NAME): Likewise.
11483         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11484         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11485         (ASM_DECLARE_RESULT): Likewise.
11486         (ASM_WEAKEN_LABEL): Likewise.
11487         (SUPPORTS_WEAK): Likewise.
11488         (APPLY_RESULT_SIZE): Likewise.
11489         (LPREFIX): Likewise.
11490         (ALIGN_ASM_OP): Likewise.
11491         (ASCII_DATA_ASM_OP): Likewise.
11492         (IDENT_ASM_OP): Likewise.
11493         (ASM_SHORT): Likewise.
11494         (ASM_LONG): Likewise.
11495         (TYPE_ASM_OP): Likewise.
11496         (SIZE_ASM_OP): Likewise.
11497         (STRING_ASM_OP): Likewise.
11498         (SKIP_ASM_OP): Likewise.
11499         (EH_FRAME_SECTION_ASM_OP): Likewise.
11500         (READONLY_DATA_SECTION_ASM_OP): Likewise.
11501         (INIT_SECTION_ASM_OP): Likewise.
11502         (FINI_SECTION_ASM_OP): Likewise.
11503         (TEXT_SECTION_ASM_OP): Likewise.
11504         (DATA_SECTION_ASM_OP): Likewise.
11505         (TYPE_OPERANT_FORMAT): Likewise.
11506         (ASM_SPEC): Remove COFF code.
11507         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11508         cause -pg to emit an error; use pcrt1elf.o with -pp
11509         (ENDFILE_SPEC): Likewise.
11510         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11511         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11512         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11513         add -z alt_resolve to support weak symbols the way GCC wants them.
11514         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11515         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11516         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11517         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11518         (CRTSTUFF_T_CFLAGS_S): Define.
11519         (MULTILIB_OPTIONS): Likewise.
11520         (MULTILIB_DIRNAMES): Likewise.
11521         (MULTILIB_MATCHES): Likewise.
11522         (MULTILIB_EXTRA_OPTS): Likewise.
11523         (LIBGCC): Likewise.
11524         (INSTALL_LIBGCC): Likewise.
11525         (crti.o): Remove.
11526         * config/i386/t-sco5gas: Remove.
11527         * doc/install.texi: Updated for new OpenServer instructions.
11528         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11530 2003-04-19  Kean Johnston  <jkj@sco.com>
11532         * fixinc/check.tpl: Allow user to over-ride diff program.
11533         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11534         (sco_math): Added test for SCO math header files.
11535         (sco_regset): Added check for conflicts with ieeefp.h.
11536         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11537         * fixinc/fixincl.x: Regenerated
11538         * fixinc/tests/base/math.h: Added sco_math tests.
11539         * fixinc/tests/base/string.h: New file.
11540         * fixinc/tests/base/sys/regset.h: New file.
11542 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11544         * cpphash.h (struct cpp_buffer): Remove backup_to.
11545         * cpplex.c (BACKUP, get_effective_char): Die.
11546         (_cpp_skip_block_comment): Assume '*' is location on entry.
11547         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11548         (IF_NEXT_IS): Update.
11549         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11551 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
11553         * README.Portability: Move to a new section and obsolete K+R
11554         portability issues.
11556 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
11558         * rtlanal.c (subreg_offset_representable_p):  Fix call of
11559         subreg_lowpart.
11561 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11563         * cpphash.h (struct cpp_reader): New member warned_dollar.
11564         * cpplex.c (continues_identifier_p): New function.
11565         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11566         lex_number and lex_string, and simplify.
11567         (parse_slow, unescaped_terminator_p): Die.
11568         (_cpp_lex_direct): Update.
11570 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11572         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11574 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
11576         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11577         fork behavior.
11579 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11581         * cppexp.c (eval_token): Permit true and false even if pedantic.
11583 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11585         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11587 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11589         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11590         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11591         (struct include_file): Remove fefcnt, mapped members.
11592         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11593         (read_include_file): Don't use mmap, terminate buffers in '\r'.
11594         (purge_cache): Don't use munmap.
11595         * cpphash.h (CPP_BUF_COLUMN): Update.
11596         (lexer_state): Remove lexing_comment.
11597         (struct _cpp_line_note): New.
11598         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11599         next_line and need_line.  Remove col_adjust and saved_flags.
11600         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11601         _cpp_skip_block_comment, scan_out_logical_line): New.
11602         (_cpp_init_mbchar): Remove.
11603         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11604         (cpp_read_main_file): Set line to 1 earlier.
11605         (post_options): -traditional-cpp doesn't want trigraphs.
11606         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11607         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11608         _cpp_get_fresh_line): New.
11609         (handle_newline, skip_escaped_newlines, trigraph_p,
11610         continue_after_nul, _cpp_init_mbchar): Remove.
11611         (get_effective_char): Update.
11612         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11613         (skip_line_comment): Simplify.
11614         (skip_whitespace, parse_identifier, parse_slow, parse_number,
11615         parse_string): Update.
11616         (cpp_lex_direct): Use clean lines and process line notes.  Update.
11617         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11618         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11619         directly.
11620         (_cpp_handle_directive): Don't set saved_flags.
11621         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11622         cpp_undef, handle_assertion, cpp_push_buffer): Update.
11623         (_cpp_pop_buffer): Free notes.
11624         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11625         * cpppch.c (cpp_read_state): \n terminate buffer.
11626         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11627         (copy_comment): Use _cpp_skip_block_comment.
11628         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11629         Simplify.
11630         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11631         save_replacement_text): Update.
11632         (scan_out_logical_line): Update to use clean lines and process
11633         line notes.
11634         * fix-header.c (read_scan_file): Update.
11636 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
11638         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11639         null begin parameter (as well as pointer to null).
11640         (__deregister_frame_info_bases): Likewise.
11642 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11644         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11645         hard or virtual register and copy into pseudo if replacement fails.
11647         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11649         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11651 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
11653         * calls.c (expand_call): Move special case for constructor calls
11654         to right place. Ensures constructor calls used to initialize
11655         arguments get a clean outgoing argument block for themselves.
11656         Move check for stack deallocation completeness until after last
11657         deallocation.  Add stack_pointer_delta to set of state
11658         variables saved and restored along with current stack_level.
11660         * integrate.c (expand_inline_function): Ensure non-const actuals
11661         don't end up const in the caller's flow after conversion to possibly
11662         const formal type.
11664 2003-04-18  Vincent Celier  <celier@gnat.com>
11666         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11667         and *_DIV_EXPR as TRUNC_*_EXPR.
11669 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
11671         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11672         for orphaned jump tables.
11674 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
11676         * reload1.c: Revert my previous patch on 2002-04-17.
11678 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11680         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11681         Add Segher Boessenkool.
11683 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
11685         PR c/9177
11686         * c-decl.c (c_expand_body): Don't garbage collect the function
11687         body if we are going to dump it later.
11689 2003-04-18  Richard Henderson  <rth@redhat.com>
11691         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11692         (alpha_end_function): Don't set them.
11693         (decl_in_text_section): Remove.
11694         (alpha_encode_section_info): Remove.
11695         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11696         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11697         sections, rather than decl_in_text_section results.
11699 2003-04-18  Roger Sayle  <roger@eyesopen.com>
11701         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11702         and SIGN_EXTRACT.
11704 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11706         PR optimization/7675
11707         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11708         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11709         nested functions if they refer to declarations from parent functions.
11710         * stmt.c (expand_decl): Don't put automatic variables in registers
11711         if the DECL_NONLOCAL flag is set.
11713 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11715         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11716         consider those to be movable where the source matches
11717         want_to_gcse_p.
11718         (update_ld_motion_stores): In comment, refer to
11719         compute_ld_motion_mems for validity of replacement.
11721 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
11723         * gcov-dump.c (tag_summary): Remove max_sum
11724         * gcov-io.h (gcov_summary, gcov_write_summary,
11725         gcov_read_summary): Kill max_sum.
11726         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
11727         message more verbose.
11729         * emit-rtl.c (subreg_hard_regno):  Check that register is
11730         representable.
11732         * reload.c (reload_inner_reg_of_subreg):  When register is not
11733         representable, reload the whole thing.
11734         (find_reloads): Likewsie.
11735         * rtlanal.c (subreg_representable_p):  New function.
11737         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
11738         allow negative probabilities for edges from the call to exit.
11739         (branch_prob): Do not add fake edges for functions that may return
11740         twice.
11742 2003-04-17  DJ Delorie  <dj@redhat.com>
11744         * toplev.c (target_options): Add value field.
11745         (set_target_switch): Handle target options with values.
11746         * doc/tm.texi: Document how fixed vs variable target
11747         options work.
11748         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11749         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11750         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11751         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11752         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11753         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11754         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11755         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11756         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11757         Add value initializer to target options.
11759 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
11761         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11763 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
11765         * reload1.c (move2add_last_cc0): New.
11766         (reload_cse_move2add): Detect implicit sets.
11767         (move2add_note_store): Notice a store into cc0.
11769 2003-04-17  Roger Sayle  <roger@eyesopen.com>
11771         PR c/10375
11772         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11773         function attributes.
11775 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11777         * doc/sourcebuild.texi (Test Suites): Document support for testing
11778         binary compatibility (moved from testsuite/README.compat).
11780 2003-04-17  Richard Henderson  <rth@redhat.com>
11782         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11784 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11786         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11787         the one provided by the FSF.
11789 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11791         * doc/install.texi (Binaries): Update URL and list of platforms
11792         provided by ftp.thewrittenword.com.
11794 2003-04-17  Richard Henderson  <rth@redhat.com>
11796         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11797         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11798         * config/xtensa/xtensa.md (call, call_value): Likewise.
11800 2003-04-17  Richard Henderson  <rth@redhat.com>
11802         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11803         (print_operand_address): Likewise.
11804         (ep_memory_operand): Likewise.
11805         (special_symbolref_operand): Likewise.
11806         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11807         (v850_encode_section_info): Call default_encode_section_info.
11808         (v850_strip_name_encoding): Remove.
11809         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11810         (ASM_OUTPUT_LABELREF): Remove.
11811         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11812         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11813         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11814         (ENCODED_NAME_P): Remove.
11815         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11816         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11817         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11819 2003-04-17  Richard Henderson  <rth@redhat.com>
11821         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11822         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11823         SYMBOL_REF_FUNCTION_P.
11825 2003-04-17  Richard Henderson  <rth@redhat.com>
11827         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11828         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11829         (text_segment_operand): Likewise.
11831 2003-04-17  Richard Henderson  <rth@redhat.com>
11833         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11834         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11835         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11836         (sh_encode_section_info): Remove.
11837         (sh_strip_name_encoding): Remove.
11838         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11839         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11840         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11841         (ASM_OUTPUT_LABELREF): Remove.
11842         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11843         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11845 2003-04-17  Richard Henderson  <rth@redhat.com>
11847         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11848         (tls_model_chars): Remove.
11849         (larl_operand): Use SYMBOL_REF_FLAGS.
11850         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11851         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11852         (s390_output_mi_thunk): Likewise.
11853         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11854         (s390_function_profiler): Likewise.
11855         (s390_encode_section_info): Use default_encode_section_info
11856         and SYMBOL_FLAG_ALIGN1.
11857         (s390_strip_name_encoding): Remove.
11858         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11859         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11860         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11862 2003-04-17  Richard Henderson  <rth@redhat.com>
11864         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11865         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11866         (print_operand_address): Likewise.
11868         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11869         * config/ns32k/ns32k.c (expand_block_move): Don't check
11870         flag_unroll_loops.
11872 2003-04-17  Richard Henderson  <rth@redhat.com>
11874         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11875         SYMBOL_REF_FLAG.
11877 2003-04-17  Richard Henderson  <rth@redhat.com>
11879         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11881         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11882         (SYMBOL_REF_MODEL): New.
11883         (LIT_NAME_P): Move from m32r.h.
11884         (m32r_select_section): Remove.
11885         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11886         (m32r_strip_name_encoding): Remove.
11887         (m32r_in_small_data_p): New.
11888         (small_data_operand): Use SYMBOL_REF_SMALL_P.
11889         (addr24_operand): Use SYMBOL_REF_MODEL.
11890         (call26_operand): Likewise.
11891         (addr32_operand): Tidy.
11892         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11893         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11894         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11895         (READONLY_DATA_SECTION_ASM_OP): Remove.
11896         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11897         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11898         (TARGET_ASM_SELECT_SECTION): Remove.
11899         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11900         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11901         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11902         (ASM_OUTPUT_LABELREF): Remove.
11904 2003-04-17  Richard Henderson  <rth@redhat.com>
11906         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11907         (encode_section_info): Remove.
11908         * config/ip2k/ip2k-protos.h: Update.
11910 2003-04-17  Richard Henderson  <rth@redhat.com>
11912         * varasm.c (default_encode_section_info): Don't set
11913         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11914         * config/i370/i370.c (i370_encode_section_info): Remove.
11915         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11916         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11917         * config/i370/i370.md (movsi): Likewise.
11919         * config/i370/t-i370: Add missing backslash.
11921 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11923         * doc/invoke.texi (inline-limit): Fix pasto.
11925 2003-04-17  Richard Henderson  <rth@redhat.com>
11927         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11928         (small_call_insn_operand): Use it.
11929         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11930         (h8300_eightbit_constant_address_p): Use it.
11931         (SYMBOL_FLAG_TINY_DATA): New.
11932         (h8300_tiny_constant_address_p): Use it.
11933         (h8300_encode_label, h8300_strip_name_encoding): Remove.
11934         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11935         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11936         (ASM_OUTPUT_LABELREF): Remove.
11938 2003-04-16  Richard Henderson  <rth@redhat.com>
11940         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
11941         all users with SYMBOL_REF_SMALL_P.
11942         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11943         (frv_encode_section_info): Remove.
11944         (frv_strip_name_encoding): Remove.
11945         (frv_in_small_data_p): Merge tests from encode_section_info.
11946         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11947         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11948         (SDATA_NAME_P): Remove.
11949         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11950         (ASM_OUTPUT_LABELREF): Remove.
11951         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11953         * config/frv/frv.c (frv_asm_out_constructor): New.
11954         (frv_asm_out_destructor): New.
11955         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11956         (DTORS_SECTION_ASM_OP): New.
11957         (ASM_OUTPUT_CONSTRUCTOR): Remove.
11958         (ASM_OUTPUT_DESTRUCTOR): Remove.
11960 2003-04-16  Richard Henderson  <rth@redhat.com>
11962         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11963         SYMBOL_REF_LOCAL_P; abort if not pic.
11964         (cris_encode_section_info): Remove.
11966 2003-04-16  Richard Henderson  <rth@redhat.com>
11968         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11969         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11971         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11972         flag_inline_trees.
11974 2003-04-16  Richard Henderson  <rth@redhat.com>
11976         * config/avr/avr.c (avr_encode_section_info): Remove.
11977         (avr_insert_attributes): New.
11978         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11979         (avr_assemble_integer): Likewise.
11981 2003-04-16  Richard Henderson  <rth@redhat.com>
11983         * arc.c (arc_encode_section_info): Remove.
11984         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11985         (arc_print_operand, arc_print_operand_address): Likewise.
11986         * arc.h (EXTRA_CONSTRAINT): Likewise.
11988 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11990         * c-semantics.c (find_reachable_label): New function to find a
11991         potentially reachable label in an expression.
11992         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11993         assumes the start of the IF_STMT is unreachable (dead) code.
11994         (expand_unreachable_stmt): Similar to expand_stmt but assumes
11995         the start of the statement list is unreachable (dead) code.
11996         (genrtl_if_stmt):  If the controlling expression of the IF
11997         is constant, use expand_unreachable_stmt for the THEN or ELSE
11998         clause as appropriate.
11999         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
12000         the body of a SWITCH statement.
12001         (expand_stmt): The code immediately following a "return",
12002         "break", "continue" or "goto" is unreachable.
12003         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12005 2003-04-16  Richard Henderson  <rth@redhat.com>
12007         * rtl.h (MEM_ALIAS_SET): Update documentation.
12008         * doc/rtl.texi (Special Accessors): New node.
12009         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12011 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
12013         * reload1.c (reload_cse_noop_set_p): Return false if mode of
12014         SET_DEST is not the same as that returned by...
12015         * cselib.h (cselib_reg_set_mode): ... new function.
12016         * cselib.c (cselib_reg_set_mode): Define it.
12017         (REG_VALUES): Document semantics of first element as set mode.
12018         (cselib_subst_to_values): Skip first element if ELT is NULL.
12019         (cselib_lookup): Likewise.  Insert past the first element.
12020         (cselib_invalidate_regno): NULLify first element.
12021         (cselib_record_set): Set first element.
12023 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
12025         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12026         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12027         * tree.h: Add prototypes for the two new functions.
12028         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12029         updates introduced in the previous revision by call to saved_expr_p.
12030         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12032         * expr.c (store_field): Force usage of bitfield instructions when
12033         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12034         (expand_expr, case BIT_FIELD_REF): likewise.
12036 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
12038         PR middle-end/8866
12039         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12040         jumptables.
12042 2003-04-16  Richard Henderson  <rth@redhat.com>
12044         * config/ia64/ia64.c (sdata_symbolic_operand): Use
12045         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12046         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12047         (function_operand): Use SYMBOL_REF_FUNCTION_P.
12048         (ia64_expand_load_address): Likewise.
12049         (ia64_assemble_integer): Likewise.
12050         (ia64_encode_section_info): Remove.
12051         (ia64_strip_name_encoding): Remove.
12052         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12053         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12055 2003-04-16  Richard Henderson  <rth@redhat.com>
12057         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12058         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12059         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12060         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12061         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12062         (global_symbolic_operand): Similarly.
12063         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12064         (tls_symbolic_operand_type): Likewise.
12065         (alpha_encode_section_info): Use default_encode_section_info.
12066         (alpha_strip_name_encoding): Remove.
12067         (get_tls_get_addr): Split out from ...
12068         (alpha_legitimize_address): ... here.
12069         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12070         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12071         (alpha_initialize_trampoline): Use init_one_libfunc.
12072         (alpha_setup_incoming_varargs): Mark unused parameters.
12073         (alpha_initial_elimination_offset): Likewise.
12074         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12075         (unicosmk_unique_section): Use default_strip_name_encoding.
12076         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12078 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
12080         * config.gcc: Add t-spe for eabispe.
12082         * config/rs6000/t-spe: New.
12084 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
12086         Re-apply this patch:
12088         2002-05-16  Dale Johannesen  <dalej@apple.com>
12089           * combine.c (cant_combine_insn_p):  Reenable combinations
12090           involving hard regs unless CLASS_LIKELY_SPILLED_P.
12092 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12094         PR/10271
12095         * pa-protos.h (function_arg): Remove last argument.
12096         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
12097         * pa.h (struct hppa_args): Add member incoming.
12098         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12099         member incoming.
12100         (FUNCTION_ARG): Revise call to function_arg.
12101         (FUNCTION_INCOMING_ARG): Delete.
12103 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12105         * configure.in: Unify the code which creates symlinks to a
12106         just-built as, ld, objdump, and nm with the code that detects
12107         their presence for purposes of feature tests.
12108         * configure: Regenerate.
12110 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12112         * varasm.c (output_constant_def): Do not consult
12113         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
12114         (after_function_constants, output_after_function_constants): Delete.
12115         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12116         * config/mips/mips-protos.h, config/mips/mips.c
12117         (mips16_constant_after_function_p): Delete.
12118         * config/mips/mips.h: Delete #if-0-ed definition of
12119         CONSTANT_AFTER_FUNCTION_P.
12120         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12121         mention of CONSTANT_AFTER_FUNCTION_P in comment.
12123 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
12125         * tree.c (next_decl_uid): Mark with GTY.
12126         (next_type_uid): Likewise.
12128 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12130         PR target/9594:
12131         * sh.c (barrier_align): Also recognize stuff_delay_slot as
12132         an indicator that a barrier was created by branch splitting.
12134 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12136         * c-decl.c (implicitly_declare): Copy declarations that are going
12137         to be placed in a local scope.
12139 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
12141         * invoke.texi (Spec Files): Wrap if-exists-else example.
12142         (MCore): Remove duplicate @itemx entries and @opindex entries.
12144 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
12146         * unwind.inc (_Unwind_Backtrace): New function.
12147         * unwind.h (_Unwind_Backtrace): Declare it.
12148         * libgcc-std.ver (_Unwind_Backtrace): Export it.
12150 2003-04-14  Jason Merrill  <jason@redhat.com>
12152         PR middle-end/10336, c++/10401
12153         * jump.c (never_reached_warning): Also stop looking if we reach the
12154         beginning of the function.
12156 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12158         PR target/10338
12159         PR bootstrap/10198
12160         PR bootstrap/10140
12161         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12163 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12165         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12167 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12169         * optabs.c (expand_binop): In multi-word add cases, ensure
12170         XTARGET is copied to TARGET if they are different.
12172 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
12174         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12175         to region, possible after integration of function with unreachable
12176         regions that were optimized away.
12178 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
12180         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12181         instead of TOC_REGISTER in epilogue in
12182         current_function_calls_eh_return functions.
12184 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12186         * doc/extend.texi (Empty Structures): Correct description of G++'s
12187         handling of these structures.
12189         * c-decl.c (grokdeclarator): Reject extern redeclarations of
12190         static variables.
12192 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
12194         * config/rs6000/rs6000.md (define_constants): Define constants for
12195         all UNSPEC usage, including new values for TLS support.
12196         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12197         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12198         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12199         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12200         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12201         eh_set_lr_di): Use them.
12202         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12203         rs6000_emit_epilogue) Use them.
12205         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12207 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
12209         * Makefile.in (c-opts.o): Use custom action.
12211 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
12213         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12215 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12217         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12218         handle "superflat arrays" in Ada.
12220         * integrate.c (expand_inline_function): Don't inline if would
12221         lose /u on a BLKmode TARGET.
12223 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
12225         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12226         extracted from dbxout_type.
12227         (dbxout_range_type): print large bounds in octal format.
12228         (dbxout_type): Replace extracted code by call to
12229         print_int_cst_bounds_in_octal_p.
12231         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12232         of DW_LANG_Ada83 for Ada units.
12234 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
12236         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12237         temporary used to round CONST_INT sizes.
12239         * tree.c (int_fits_type_p): Extract generic checks from the case
12240         of constant type bounds. Refine the checks against constant type
12241         bounds to allow for possible decisions against each of these bounds
12242         without requiring both bounds to be constant.
12243         (tree_int_cst_msb): Put back.
12244         * tree.h (tree_int_cst_msb): Likewise.
12246         * global.c (global_conflicts): Prevent allocation of call clobbered
12247         hard regs to pseudos live across abnormal edges, as later passes are
12248         not ready to handle them.
12250         * fold-const.c (fold): Reorder tests for conditional expressions.
12252         * expr.c (highest_pow2_factor): Return unsigned.
12253         * expr.h (offset_address): Likewise.
12254         * emit-rtl.c (offset_address): POW2 argument now unsigned.
12256 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12258         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
12259         string literals at compile-time.
12261 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12263         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
12264         comparison operation and c1/c2 are floating point constants into
12265         x swap(cmp) (c1 - c2).
12267 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
12269         * genautomata.c (output_translate_vect): Fix a typo in loop
12270         condition.
12272 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12274         PR target/10377
12275         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12276         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12277         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12278         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12279         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12280         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12281         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12282         ("*extopqihi_swap_side", "*extopqisi_swap_side")
12283         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12284         When next to constraint R, replace constraint i with n.
12286 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
12288         PR opt/10024
12289         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12291 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12293         * doc/contrib.texi (Contributors): Correct my entry.
12295 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12297         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12298         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12299         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12300         implies DECL_BUILT_IN to simplify logic.
12301         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12303 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12305         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12306         (BT_FN_PTR_SIZE_SIZE): Likewise.
12307         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12308         New built-in functions for malloc, calloc and strdup respectively.
12309         * calls.c (special_function_p): No need to handle malloc-like
12310         functions any longer.  ECF_MALLOC is set via built-in attributes.
12312         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12314         * doc/extend.texi: Document these new built-in functions.
12316 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12318         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12319         (expand_builtin_stpcpy): New.
12320         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12321         * builtins.def: Add mempcpy & stpcpy support.
12322         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12324 2003-04-13  Nick Clifton  <nickc@redhat.com>
12326         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12327         "GCC".
12328         * config/rs6000/40x.md, config/rs6000/603.md,
12329         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12330         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12331         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12332         config/rs6000/aix43.h, config/rs6000/aix51.h,
12333         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12334         config/rs6000/altivec.h, config/rs6000/altivec.md,
12335         config/rs6000/beos.h, config/rs6000/darwin.h,
12336         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12337         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12338         config/rs6000/freebsd.h, config/rs6000/gnu.h,
12339         config/rs6000/host-darwin.c, config/rs6000/linux.h,
12340         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12341         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12342         config/rs6000/netbsd.h, config/rs6000/power4.md,
12343         config/rs6000/rios1.md, config/rs6000/rios2.md,
12344         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12345         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12346         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12347         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12348         config/rs6000/spe.md, config/rs6000/sysv4.h,
12349         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12350         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12352 2003-04-13  Nick Clifton  <nickc@redhat.com>
12354         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12355         support for -mcall-aix switch.
12356         * config/rs6000/eabiaix.h: Delete.
12357         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12358         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12359         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12360         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12361         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12362         debug_stack_info, output_function_profiler,
12363         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12364         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12365         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12366         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12367         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12368         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12369         multilibs.
12370         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12371         (MULTILIB_EXCEPTIONS): Delete.
12372         (MULTILIB_MATCHES): Remove mcall-aix matches.
12374         * doc/fragments.texi: Replace -mcall-aix example with an ARM
12375         one.
12376         * doc/install.texi: Delete powerpc-*-eabiaix target.
12377         * doc/invoke.texi: Remove documentation of mcall-aix switch.
12378         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12379         * config.gcc: Delete powerpc-*-eabiaix target.
12381 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
12383         * doc/invoke.texi: Fix typos.
12384         * doc/tm.texi: Likewise.
12386 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12388         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12390 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12392         * tree.c (build_constructor): New function.
12393         * tree.h: Prototype it.
12395         * c-typeck.c (build_c_cast, pop_init_level)
12396         * profile.c (build_function_info_value, build_gcov_info_value)
12397         (create_profiler):
12398         Use build_constructor.
12400         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12402         * objc/objc-act.c (build_constructor):
12403         Rename objc_build_constructor. Use build_constructor.
12404         (build_objc_string_object, objc_add_static_instance)
12405         (init_def_list, init_objc_symtab, init_module_descriptor)
12406         (generate_static_references, build_selector_translation_table)
12407         (build_descriptor_table_initializer, generate_descriptor_table)
12408         (build_protocol_initializer, build_ivar_list_initializer)
12409         (generate_ivars_list, build_dispatch_table_initializer)
12410         (generate_dispatch_table, generate_protocol_list)
12411         (build_category_initializer, build_shared_structure_initializer):
12412         Update to match.
12414 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12416         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12418 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12420         * config/m68hc11/m68hc11-protos.h
12421         (m68hc11_eq_compare_operator): Declare
12422         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
12423         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
12424         (d_register_operand): Check the operand mode.
12425         (hard_addr_reg_operand): Likewise.
12427 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12429         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
12430         pattern for dbcc/ibcc generation for 68HC12.
12431         ("doloop_end"): New pattern.
12432         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
12433         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
12434         ("m68hc12_dbcc_dec_qi"): New pattern.
12435         ("m68hc12_dbcc_inc_qi"): New pattern.
12436         (split): Add split for the above when we can't use dbcc/ibcc due to
12437         reloading.
12438         (peephole2): Add peephole2 to generate the above when possible.
12440 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12442         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
12443         mode of operand 0.
12444         (peephole2 optimize const load): Likewise for operand 2.
12445         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
12446         clobbers CC_REGNUM.
12447         ("*rotrhi3_with_carry"): Likewise.
12448         (ashift:DI 1 split): Update pattern to create the above rotate.
12449         (lshiftrt:DI 1 split): Likewise.
12451 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12453         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
12454         ("tstqi_z_used" split): Use it.
12455         ("cmphi_z_used"): Likewise.
12456         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
12457         ("cmpqi_z_used"): Likewise.
12459 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12461         PR c++/7910
12462         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
12464 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12466         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
12467         * configure, config.in: Regenerate.
12468         * intl.c (gcc_gettext_width): New function.
12469         * intl.h: Prototype it.
12471 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12473         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
12474         recognize -mnorelax.
12475         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
12476         (REG_CLASS_NAMES): Add its name.
12477         (REG_CLASS_CONTENTS): Define its content.
12479 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12481         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12482         parameters so that offsets are valid for far definition.
12483         (__mulsi3): Likewise and use ret to return.
12484         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12486 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
12488         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12490 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
12492         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
12493         containing a libgcc.a, move lib* to the corresponding stage dir.
12495         * Makefile.in (stage1-start, stage2-start, stage3-start,
12496         stage4-start): Move $(SPECS) to specs in stage dir.
12497         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12498         back as $(SPECS).
12500         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12501         object files from the non-libgcc/ multilib directories as well.
12503 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
12505         * profile.c (read_counts_file): Initialise 'checksum'.
12507         * emit-rtl.c (gen_rtx): Really correct typo.
12509         PR c++/9393
12510         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12511         * configure.in: Check for gettimeofday.
12512         * tree.c (flag_random_seed): Define.
12513         (default_flag_random_seed): New.
12514         (append_random_chars): Use flag_random_seed rather than trying
12515         to acquire randomness here.
12516         * tree.h (default_flag_random_seed): Declare.
12517         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12518         descriptions.
12519         (decode_f_option): Handle -frandom-seed.
12520         (print_switch_values): Call default_flag_random_seed.
12521         * flags.h (flag_random_seed): Declare.
12522         * configure: Regenerate.
12523         * config.in: Regenerate.
12524         * config/alpha/t-crtfm: Use -frandom-seed.
12526         * doc/extend.texi (Empty Structures): New.
12528         * c-pch.c: Include flags.h.  Add comments to routines.
12529         (struct c_pch_validity): New.
12530         (get_ident): Update PCH file version number.
12531         (pch_init): Output current debugging type.
12532         (c_common_valid_pch): Check debugging type.
12533         * Makefile.in (c-pch.o): Update dependencies.
12534         * flags.h (debug_type_names): Declare.
12535         * toplev.c (debug_type_names): Move out of decode_g_option.
12537 2003-04-11  Eric Christopher  <echristo@redhat.com>
12539         * emit-rtl.c (gen_rtx): Fix typos.
12541 2003-04-11  Richard Henderson  <rth@redhat.com>
12543         * emit-rtl.c (gen_rtx): Zero '0' fields.
12545 2003-04-11  Richard Henderson  <rth@redhat.com>
12547         PR c++/10202
12548         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12549         not COMPLETE_TYPE_P for re-invoking layout_decl.
12551 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12553         * doc/bugreport.texi: Fix paragraph breaking between sections
12554         in preparation for TeXinfo's paragraph indentation fixes.
12555         * doc/extend.texi: Ditto.
12556         * doc/invoke.texi: Ditto.
12557         * doc/objc.texi: Ditto.
12558         * doc/gcov.texi: Wrap 'gcov' in @command{}.
12559         * doc/invoke.texi (Darwin Options): Add a preamble.
12561 2003-04-11  Richard Henderson  <rth@redhat.com>
12563         * config/i386/i386.c (tls_model_chars): Remove.
12564         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12565         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12566         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12567         (tls_symbolic_operand_1): Likewise.
12568         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12569         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12570         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12571         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12572         bits "copied from i386.h" with default_encode_section_info.
12574 2003-04-11  Richard Henderson  <rth@redhat.com>
12576         * rtl.def (SYMBOL_REF): Add two 0 fields.
12577         * gengtype.c (adjust_field_rtx_def): Handle them.
12578         * print-rtl.c (print_rtx): Print them.
12579         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12580         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12581         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12582         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12583         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12584         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12585         (SYMBOL_FLAG_MACH_DEP): New.
12586         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12587         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12588         (assemble_static_space): Set SYMBOL_REF_FLAGS.
12589         (assemble_trampoline_template): Likewise.
12590         (output_constant_def, force_const_mem): Likewise.
12591         (default_encode_section_info): New.
12592         * output.h: Declare it.
12593         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12595 2003-04-11  Richard Henderson  <rth@redhat.com>
12597         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12598         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12599         * optabs.c (init_optabs): Initialize them.
12600         (init_libfuncs): Use init_one_libfunc.
12601         * calls.c (expand_call): Use gcov_flush_libfunc.
12602         * expr.c (store_constructor): Use setbits_libfunc.
12603         * function.c (expand_main_function): Use init_one_libfunc.
12604         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12606 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
12608         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12609         documentation; add DECL_FRIEND_CONTEXT.
12611 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12613         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
12614         notes on linker selection and configuration for 64-bit HP-UX port.
12615         * doc/invoke.texi (hppa): Remove hppa text from description for
12616         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
12617         and -threads options.
12619         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12620         libc.a on libdld.sl when -static is specified and -nolibdld is not
12621         specified.
12622         * pa64-hpux.h (LIB_SPEC): Likewise.
12623         * pa-hpux11.h (LIB_SPEC): Likewise.
12624         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12625         is not specified.
12627 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
12629         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12630         not IDENTIFIER_LOCAL_VALUE.
12632 2003-04-11  Richard Henderson  <rth@redhat.com>
12634         PR c/10201
12635         * expr.c (expand_expr): Move DECL_RTL frobbing ...
12636         * stor-layout.c (layout_decl): ... here.
12638 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
12640         * doc/invoke.texi: Eliminate extra white-space caused by
12641         @gccoptlist{ on its own line.
12642         * doc/invoke.texi: Ensured there are two spaces between each option.
12643         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12644         Added @gol to options that didn't have them.
12646 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12648         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12649         gcov-iov.h.
12651         Simplify interface to gcov reading and writing.
12652         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12653         gcov_alloc, gcov_modified, gcov_errored): Move into ...
12654         (struct gcov_var gcov_var): ... this static structure.
12655         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12656         Return void.
12657         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12658         read object.
12659         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12660         (gcov_reserve_length): Remove.
12661         (gcov_write_tag): New.
12662         (gcov_write_length): Adjust.
12663         (gcov_read_summary, gcov_write_summary): Adjust.
12664         (gcov_eof, gcov_ok): Rename to ...
12665         (gcov_is_eof, gcov_is_error): ... here. Return error code.
12666         (gcov_save_position, gcov_resync): Rename to ...
12667         (gcov_position, gcov_seek): ... here.
12668         (gcov_skip, gcov_skip_string): Remove.
12669         (gcov_error): Remove.
12670         (gcov_open, gcov_close): Adjust.
12671         * gcov.c (find_source): Take const char *, copy it on allocation.
12672         (read_graph_file): Adjust.
12673         (read_count_file): Adjust.
12674         * libgcov.c (gcov_exit): Adjust.
12675         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12676         tag_arc_counts, tag_summary): Return void. Adjust.
12677         (struct tag_format): Adjust proc member.
12678         (dump_file): Adjust gcov calls.
12680 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
12682         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12683         mkfixinc.sh.
12684         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12685         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12686         build != host sysrooted builds.
12687         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12688         TARGET_SYSTEM_ROOT even on sysrooted natives.
12689         * configure: Rebuilt.
12691 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12693         * c-decl.c (struct binding_level): Add shadowed_tags and
12694         function_body; remove this_block, tag_transparent, and
12695         subblocks_tag_transparent; update comments.
12696         (clear_binding_level, lookup_tag_reverse): Kill.
12697         (make_binding_level): Use ggc_alloc_cleared or memset.
12698         (lookup_tag): Remove struct binding_level* parameter.  All
12699         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12700         current_binding_level->tags if asked for thislevel_only or if
12701         we might have to diagnose "struct foo; union foo;"
12702         (pushlevel): Ignore argument.  Do not push another binding
12703         level on the transition from the parameters to the top level
12704         of the function body; just tweak the flags and proceed.
12705         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
12706         a function body, separate the parameter list from the
12707         top-level local variables.
12708         (set_block): Do nothing.
12709         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12710         shadowed_tags if necessary.
12711         (warn_if_shadowing): Nuke the special case for local shadowing
12712         parameter.
12713         (pushdecl): Do not create a shadow entry if we are replacing
12714         an older decl in the same binding level.
12715         (pushdecl_function_level): Tweak for new way of indicating
12716         function scope.
12717         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12718         (start_function): Don't set subblocks_tag_transparent.
12719         (finish_function): Fix up the binding_level stack for totally
12720         empty functions.  Otherwise, don't call poplevel.
12722         * c-common.c (shadow_warning): MANDATORY argument is no longer
12723         necessary.  Always use plain warning.
12724         * c-common.h: Update to match.
12726         * cfglayout.c (scope_to_insns_initialize): Clear block when we
12727         hit the FUNCTION_DECL.
12728         * function.c: Do not create cyclic tree structure.
12730 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12732         * c-tree.h (struct lang_identifier): Replace global_value,
12733         local_value members with symbol_value, tag_value.  Kill
12734         implicit_decl and limbo_value.
12735         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12736         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12737         C_MISSING_PROTOTYPE_WARNED): Kill.
12738         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12739         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12740         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12741         (implicit_decl_warning, lookup_name_current_level,
12742         record_function_scope_shadow): Don't prototype.
12743         (pushdecl_function_level): Prototype.
12745         * c-decl.c (truly_local_externals): New variable.
12746         (struct binding_level): Adjust commentary.
12747         (get_function_binding_level, clear_limbo_values,
12748         record_function_scope_shadow): Kill.
12749         (lookup_name_current_level, implicit_decl_warning): Are now static.
12750         (any_external_decl, record_external_decl): New static functions.
12751         (clone_underlying type): Split out of pushdecl.
12752         (c_print_identifier): Update to match changes to struct
12753         lang_identifier.
12754         (poplevel): Delete #if 0 block.  Make externals invisible
12755         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
12756         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
12757         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12758         (duplicate-decls): For real parm decl after a forward decl,
12759         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
12760         foo(...) { } with only a warning.  Say whether a previous
12761         declaration was implicit.
12762         (warn_if_shadowing): Now handles all shadowing, not just
12763         local-over-local.  Clarify comments.
12764         (pushdecl): Rewritten.  There is no longer a distinction
12765         between global and local symbol values; they're all
12766         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
12767         DECL_EXTERNAL decls, and use any_external_decl to check
12768         against previous externals.  Kill #if 0 blocks.  Don't
12769         tolerate error_mark_node being NULL.
12770         (pushdecl_top_level): Handle only those cases which
12771         Objective C (the only user) needs.
12772         (pushdecl_function_level): New function.
12773         (implicitly_declare): Create ordinary decls with
12774         C_DECL_IMPLICIT set.  Recycle old decls, however they got
12775         created.
12776         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12777         for C_DECL_INVISIBLE symbols.
12778         (lookup_name_current_level): Likewise.  Use chain_member.
12779         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12780         Use pushdecl_function_level.
12781         (builtin_function): Use C_DECL_INVISIBLE.
12782         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12783         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12784         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12785         (identifier_global_value): Same.  Must scan
12786         global_binding_level in extremis.
12788         * c-typeck.c (undeclared_variable): New static function, split
12789         from build_external_ref.
12790         (build_external_ref): Use DECL_CONTEXT, not
12791         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12792         an instance variable.  Restructure for clarity.
12793         * objc/objc-act.c: Use identifier_global_value, not
12794         IDENTIFIER_GLOBAL_VALUE.
12796 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
12798         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12799         not Working Paper.
12800         * doc/invoke.texi (C++ Dialect Options): Same.
12802 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12804         * tree.c (tree_operand_check_failed): New function.
12805         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12806         TREE_RTL_OPERAND_CHECK): New checking macros.
12807         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12808         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12809         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12810         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12811         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12812         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12813         checking macros.
12815 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12817         PR inline-asm/8803
12818         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12819         match after the virutal regs instantiation.
12821 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12823         * ia64-protos.h (addp4_optimize_ok): New.
12824         * ia64.c (addp4_optimize_ok): New.
12825         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12826         (*ptr_extend_plus_2): Ditto.
12828 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12830         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12831         not with convert_memory_address.
12832         (store_constructor): Ditto, and same for copy_size_rtx.
12833         (expand_expr): Ditto.
12835 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
12837         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12839 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
12841         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12842         even if it is configured to be write-through.
12844 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
12846         * config/s390/s390.c (larl_operand): Do not allow symbols
12847         marked with '@'.
12848         (s390_encode_section_info): Mark symbols with forced 1-byte
12849         alignment with '@'.
12850         (s390_strip_name_encoding): Strip '@'.
12851         (legitimize_pic_address): Handle symbols that are not valid
12852         LARL operands in 64-bit mode.
12854 2003-04-10  Andrew Haley  <aph@redhat.com>
12856         * tree-inline.c (inlinable_function_p): Disable inlining for
12857         synchronized methods.
12859 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
12861         * c-common.h (lang_statement_code_p): Remove declaration.
12862         (statement_code_p): Ditto.
12863         (c_common_stmt_codes): Define; list of c-common statement codes.
12864         (statement_code_p): New extern declaration.
12865         (STATEMENT_CODE_P): Define.
12866         (INIT_STATEMENT_CODES): Define.
12867         * c-common.c (statement_code_p): Kill the function, declare
12868         as an array of bools instead.
12869         (lang_statement_code_p): Remove.
12870         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12871         (c_safe_from_p): Ditto.
12872         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12873         to initialize the statement_code_p array.
12874         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12875         statement_code_p.
12876         (copy_tree_r): Ditto.
12877         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12878         statement tree codes.
12879         * cp/lex.c (cxx_init): Add missing print line break.  Use
12880         INIT_STATEMENT_CODES to initialize the statement_code_p array.
12881         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12882         instead of statement_code_p.
12883         * cp/pt.c (tsubst_expr): Ditto.
12884         * cp/tree.c (verify_stmt_tree_r): Ditto.
12885         (cp_statement_code_p): Remove.
12886         (init_tree): Don't set lang_statement_code_p, it's gone.
12888 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12889             Zack Weinberg  <zack@codesourcery.com>
12891         * regrename.c (struct du_chain): Use a bitfield for reg_class.
12892         * cse.c (struct qty_table_elem, struct table_elt, struct set):
12893         Use bitfields for fields holding enum rtx_code or
12894         enum machine_mode values.  Add comments explaining size choices.
12896 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12898         * config/fp-bit.c (unpack_d): Handle pair of doubles with
12899         different signs correctly.
12901 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12903         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12904         (reg_pending_barrier): Make it of the enumeration type.
12905         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12906         TRUE_BARRIER.
12907         (sched_analyze): Ditto.
12908         (sched_analyze_insn): Ditto.  Use anti-dependencies for
12909         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12910         (init_deps_global): Initialize the barrier as NO_BARRIER.
12912 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12914         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12915         Check that asm insn starts on a new cycle.  Add nops after asm
12916         insn to end bundle.
12917         (bundling): Move insn type evaluation from the loop.  Call
12918         issue_nops_and_insn with the new parameter.  Ignore changing
12919         position for nops after asm insn.
12921 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12923         * optabs.c: Comment that gen_add2_insn and others may actually
12924         return emitted insns, if the gen functions turn out to return
12925         emitted insns.
12926         * reload1.c (reload_cse_move2add): Cope with emitted insns from
12927         gen_add2_insn.
12929 2003-04-09  Richard Henderson  <rth@redhat.com>
12931         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12932         but not tls_symbolic_operand.
12933         (ia64_expand_load_address): Remove scratch operand.
12934         (ia64_expand_tls_address): Split out from ia64_expand_move.
12935         (ia64_expand_move): Split symbolics only after reload.
12936         (ia64_emit_cond_move): New.
12937         * config/ia64/ia64-protos.h: Update.
12938         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12939         (symbolic splitter): Accept SImode operands too.
12940         (cmove splitter): Use ia64_emit_cond_move.
12942 2003-04-09  Nick Clifton  <nickc@redhat.com>
12944         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12945         newer.
12946         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12947         instead of -mno-fpu.
12948         * config/arm/semi.h (ASM_SPEC): Likewise.
12949         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12950         but only if -msoft-float is specified pass.  Otherwise pass
12951         -mfpu=softvfp.
12953 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12955         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12956         free_EXPR_LIST_node.
12958 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12960         * fold-const.c (fold):  Use "fold" following build in more places.
12961         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12962         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12964 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12966         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
12967         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12968         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12969         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12970         Delete function scope "fcode" variable to avoid shadowing.
12972 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
12974         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12975         Take into account DWARF_INITIAL_LENGTH_SIZE.
12977 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
12979         * reorg.c (fill_slots_from_thread): When considering changing the
12980         insn following a reg-to-reg copy insn to use the source reg of the
12981         copy, bail out if there's overlap between the registers.
12983 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12985         * function.c (postponed_insns): New.
12986         (purge_addressof_1): Postpone processing of insns if addressofs
12987         are not put into stack.
12988         (purge_addressof): Process postponed insns.
12990 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12992         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12993         this is FP_MODE_DOUBLE .
12994         * sh.c (ra.h): #include.
12995         (push_regs): Add second parameter.  Changed all callers.
12996         If necessary, set fpscr before saving floating point registers.
12997         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12998         do saves / restores with SZ == 1.
12999         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13000         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
13001         registers are being restored, restore FPSCR only after restoring them.
13003 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
13005         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13006         regardless of architecture.
13007         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13009 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
13011         * sh.c (push_regs, calc_live_regs): Return int.  Take single
13012         HARD_REG_SET * parameter.  Changed all callers.
13014 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
13016         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13017         GOTOFF operand.
13018         (legitimize_pic_address): Move plus outside the unspec.
13019         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
13020         for validity.
13022 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
13024         * gcov-io.h (gcov_save_position): Remove __inline__ from
13025         declaration.
13027 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
13029         * doc/install.texi: Use @command and @samp for single- and
13030         multi-word commands respectively.
13031         * doc/makefile.texi: Likewise.
13032         * doc/sourcebuild.texi: Likewise.
13034 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13035             Richard Henderson  <rth@redhat.com>
13037         PR c/9516
13038         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13039         favor of looping and tail recursion for TREE_LIST and binops.
13041 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13043         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13044         for insns without luid.
13046 2003-04-07  Glen Nakamura  <glen@imodulo.com>
13048         PR opt/8634
13049         * explow.c (maybe_set_unchanging): Don't flag non-static const
13050         aggregate type initializers with RTX_UNCHANGING_P.
13052 2003-04-07  Richard Henderson  <rth@redhat.com>
13054         PR opt/8634
13055         * function.c (purge_addressof_1): Don't try arithmetics for
13056         unchanging memories.
13058 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
13060         * doc/sourcebuild.texi (Test Suites): Document testing support for
13061         gcov and profile-directed optimizations; describe gcc.misc-tests.
13063 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
13065         PR target/10077
13066         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
13068 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13070         * doc/rtl.texi (Comparison operations): Update to
13071         record the allowed comparison modes.
13073 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13075         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13076         V2SI_type_node to opaque_V2SI_type_node.  Rename all
13077         V2SF_type_node to opaque_V2SF_type_node.
13078         (rs6000_init_builtins): Define opaque_V2SI_type_node and
13079         opaque_V2SF_type_node.
13080         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13081         opaque_V2SF_type_node are opaque types.
13083 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13085         * gcse.c (replace_store_insn): Use single_set.
13087 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13089         Change gcov file interface to single file at a time.
13090         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13091         Convert to C89 prototypes.
13092         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13093         gcov_error, gcov_modified): New static variables.
13094         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13095         functions.
13096         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13097         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13098         (gcov_read_summary, gcov_write_summary): Adjust.
13099         (gcov_save_position, gcov_reserve_length, gcov_write_length):
13100         Adjust.
13101         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13102         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13103         (da_file_position, da_file_seek, da_file_write, da_file_read):
13104         Remove.
13105         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13106         * gcov.c (gcov_type): Don't typedef here.
13107         (IN_GCOV): #define
13108         (read_graph_file, read_count_file): Adjust.
13109         * gcov-dump.c (gcov_type): Don't typedef here.
13110         (IN_GCOV): #define.
13111         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13112         Remove FILE parameter, adjust.
13113         (struct tag_format): Adjust proc member.
13114         (dump_file): Adjust.
13115         * libgcov.c (IN_LIBGCOV): #define.
13116         (gcov_exit): Adjust.
13117         * loop-init.c: Don't #include gcov-io.h
13118         * profile.c (struct counts_entry): New structure to hold counter
13119         values.
13120         (struct section_reference, struct da_index_entry): Remove.
13121         (bbg_file, da_file): Remove.
13122         (htab_counts_index_hash, htab_counts_index_eq,
13123         htab_counts_index_del): Replace with ...
13124         (htab_counts_entry_hash, htab_counts_entry_eq,
13125         htab_counts_entry_del): ... these.
13126         (cleanup_counts_index, index_counts_file): Remove.
13127         (read_counts_file): New function.
13128         (get_exec_counts): Adjust.
13129         (compute_branch_probabilities): Don't free the exec counts here.
13130         (branch_prob): Adjust.
13131         (init_branch_prob): Adjust.
13132         (end_branch_prob): Adjust.
13134 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13136         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13137         -mfloat-gprs.
13139         * config/rs6000/rs6000.c: Delete rs6000_fprs.
13140         Declare rs6000_float_gprs.
13141         Declare rs6000_float_gprs_string.
13142         (rs6000_parse_float_gprs_option): New.
13143         (rs6000_override_options): Genericize rs6000_parse_* calls to use
13144         rs6000_parse_yes_no_option.
13145         Change check for cpu=8540, to use TARGET_E500.
13146         (rs6000_parse_isel_option): Delete.
13147         (rs6000_parse_spe_option): Delete.
13148         (rs6000_parse_vrsave_option): Delete.
13150         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13151         Define rs6000_float_gprs_string.
13152         (TARGET_OPTIONS): Add rs6000_float_gprs option.
13154         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13156         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13158 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
13160         PR opt/10024
13161         * cfglayout.c (cfg_layout_redirect_edge):
13162         Redirect any branch edges unified with the fallthru one.
13163         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
13164         case fallthru edges when called via cfglayout.c
13166 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13168         * c-typeck.c (output_init_element): Check for type == error_mark_node.
13170 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
13172         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13173         split.
13174         (a splitter): Do zero-extension via HImode.
13176 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
13178         * doc/invoke.texi: Eliminate extra white-space caused by
13179         @gccoptlist{ on its own line.
13180         * doc/invoke.texi: Ensured there are two spaces between each option.
13181         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13182         Added @gol to options that didn't have them.
13184 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
13186         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13188 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13190         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13191         at the sizes of the relevant structures, rather than relying
13192         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
13193         sizes of any such we don't know about.  Use
13194         lang_hooks.identifier_size for IDENTIFIER_NODE.
13196         (initializer_zerop): Use CONSTRUCTOR_ELTS.
13197         * tree.def: Update commentary.  Make fourth element of
13198         the definition for all 'c' and 'x' nodes zero.
13200         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13201         * langhooks-def.h: Update to match.
13202         * langhooks.c: New default, lhd_tree_size.
13204         * c-common.def (SRCLOC): Kill.
13205         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13206         Remove entirely - was already #if-ed out.
13209 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13211         * mklibgcc.in: Use a here document to avoid running afoul of
13212         shells that generate control-A from "echo \1".
13214 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
13216         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13217         option.
13219         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13220         rs6000_spe.
13222         * config/rs6000/eabi.h (TARGET_E500): Define.
13224         * config/rs6000/rs6000.h (TARGET_E500): Define.
13225         (TARGET_OPTIONS): Add spe= option.
13226         Declare rs6000_spe and rs6000_spe_string extern.
13228         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13229         Change TARGET_SPE to TARGET_E500.
13230         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
13231         !TARGET_FPRS.
13232         (print_operand): Same.
13233         (rs6000_generate_compare): Same.
13234         (output_cbranch): Same.
13235         (rs6000_spe): Declare.
13236         (rs6000_spe_string): Declare.
13237         (rs6000_override_options): Call rs6000_parse_spe_option.
13238         (rs6000_parse_spe_option): New.
13240 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
13242         * hashtable.c (gcc_obstack_init): Delete this function
13243         and everything related to it.
13244         * hashtable.h: Remove prototype.
13245         * bitmap.c (bitmap_element_allocate): Cleanup redundant
13246         defines.  Cleanup some unnecessary whitespace.
13247         * defaults.h (obstack_chunk_alloc): Redefine with
13248         appropriate casts for libiberty obstacks.
13249         (obstack_chunk_free): Ditto.
13250         (OBSTACK_CHUNK_SIZE): Define, default to 0.
13251         (gcc_obstack_init): Define as a call to _obstack_begin.
13252         * tree.c (print_obstack_statistics): Delete this unused
13253         function.
13254         * tree.h (obstack): Don't forward-declare.
13255         (print_obstack_statistics): Delete prototype.
13256         (print_obstack_name): Ditto.
13257         (gcc_obstack_init): Ditto.
13258         * rtl.h (gcc_obstack_init): Ditto.
13259         * java/jv-scan.c (gcc_obstack_init): Delete this
13260         function, its prototype and related defines.
13261         * java/jvgenmain.c (gcc_obstack_init): Delete this
13262         function, and related defines.
13263         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13264         (obstack_chunk_free): Ditto
13266 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
13268         * dbxout.c (dbxout_handle_pch): Move prototype out from
13269         #if defined DBX_DEBUGGING_INFO.
13271 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
13273         * gcov.c (struct arc_info): Replace local_span with cycle.
13274         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13275         (solve_flow_graph): Set is_call_return.
13276         (add_line_counts): Adjust. In block mode, blocks attach to last line.
13277         (accumulate_line_counts): Find graph cycles, not spanning tree.
13278         (output_branch_count): Adjust.
13279         (output_lines): Adjust.
13280         * doc/gcov.texi: Update.
13282 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
13284         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13285         the second alternative to "#".
13287 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13289         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13290         (single_zero_operand): Likewise.
13292 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
13294         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
13295         * df.c: Include alloc-pool.h, not obstack.h.
13296         (df_ref_obstack): Remove.
13297         (df_ref_pool, df_link_pool): Add pools.
13298         (df_alloc): Init the new pools.
13299         (df_free): And free them.
13300         (df_link_create): Use the pools.
13301         (df_ref_create): Ditto.
13303 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13305         * simplify-rtx.c: Fix formatting.
13307 2003-04-05  Andrew Pinski  <apinski@apple.com>
13309         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13310         reg with reg1 == reg2 and offset1 = -8.
13312 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
13314         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13315         multiply costs.  Correct Power4 divide costs.
13316         * config/rs6000/power4.md: Restore multiply and FP latency.
13318 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13320         * alias.c (find_base_term): Export.
13321         * rtl.h (find_base_term): Declare.
13322         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13323         instead of flag_exceptions.  Move test for parameter passing ...
13324         (store_killed_in_insn): ... here.
13326 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13328         PR bootstrap/10267
13329         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13330         for configuring.
13332 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13334         * dbxout.c (scope_labelno): Add GTY.
13335         (have_used_extensions): Add GTY.
13336         (source_label_number): Add GTY.
13337         (lastfile): Add GTY.
13338         (lastfile_is_base): New.
13339         (base_input_file): New.
13340         (dbxout_handle_pch): New.
13341         (dbx_debug_hooks): Add handle_pch.
13342         (xcoff_debug_hooks): Likewise.
13343         (dbxout_function_end): Remove scope_labelno.
13344         (dbxout_init): Set base_input_file.
13345         (dbxout_handle_pch): New.
13346         (dbxout_source_file): Honour lastfile_is_base.
13347         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13348         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13349         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13350         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13351         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13352         * debug.h (struct gcc_debug_hooks): Add handle_pch.
13353         * c-pch.c (pch_init): Don't call start_source_file, but do call
13354         handle_pch.
13355         (c_common_write_pch): Call handle_pch.
13356         (c_common_read_pch): Don't call start_source_file,
13357         or end_source_file.
13359 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
13361         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13362         use of default attributes to agree MEM_ALIGN macro.
13364 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
13366         * dbxout.c (dbxout_type): When printing type index of range type
13367         whose bounds are printed in octal format, print type of parent type if
13368         it exists so enumerated type descriptions are not transformed
13369         into unsigned types.
13371 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
13373         * config/h8300/h8300-protos.h: Add a prototype for
13374         compute_a_shift_cc.
13375         * config/h8300/h8300.c (shift_one): Update the CC status.
13376         (shift_two): Likewise.
13377         (output_a_shift_cc): Set cc_inline and cc_special.
13378         (compute_a_shift_cc): New.
13379         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13381 2003-04-04  Richard Henderson  <rth@redhat.com>
13383         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13385 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
13387         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13388         * fixinc/fixincl.x: Rebuilt.
13389         * fixinc/tests/base/stdio.h: Regenerated.
13391 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
13393         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13395 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
13397         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13398         (NORMAL_MODE).
13399         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13401 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13403         * doc/contrib.texi (Contributors): Add entries for Wolfgang
13404         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13405         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13406         Danny Smith, and Ulrich Weigand.
13407         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13408         entry.
13410 2003-04-04  Nick Clifton  <nickc@redhat.com>
13412         * config/sparc/sol2-bi.h: Revert previous delta.
13413         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13415 2003-04-04  Nick Clifton  <nickc@redhat.com>
13417         * config/v850/v850.c (expand_prologue): Only use register save
13418         helper functions if long calls are not being used.
13419         Add a clobber of r11 id using long calls.
13420         (pattern_is_ok_for_prologue): Account for the extra clobber.
13421         (construct_save_jarl): Likewise.
13422         * config/v850/v850.md (prolog pattern): Do not use this pattern
13423         for v850e's.
13425 2003-04-04  Andreas Schwab  <schwab@suse.de>
13427         * stor-layout.c (layout_decl): Avoid syntax error in last change
13428         when PCC_BITFIELD_TYPE_MATTERS is defined but not
13429         EMPTY_FIELD_BOUNDARY.
13431 2003-04-03  Jason Merrill  <jason@redhat.com>
13433         PR c/10175
13434         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
13435         Look backwards for a line note.
13437 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
13439         * fix-header.c (read_scan_file): Defer switch processing.
13441 2003-04-03  Matt Austern  <austern@apple.com>
13443         * cpppch.c (reset_ht): Remove.
13444         (cpp_read_state): Remove loop to reset hashtable identifiers.
13445         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
13446         after pch file is written.
13447         * ggc.h (gt_pch_fixup_stringpool): Declare.
13448         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
13449         hashnode's value to another hashtable, then clear the original.
13450         (saved_ident_hash): Define.
13451         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
13452         store definitions in ident_hash, and clear ident_hash.
13453         (gt_pch_fixup_stringpool): Define.  Restore definitions from
13454         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
13456 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13458         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
13460 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13462         PR optimization/10157
13463         * gcse.c (can_copy_p): Rename it to can_copy.
13464         (can_copy_init_p): Remove.
13465         (compute_can_copy): Use can_copy instead of can_copy_p.
13466         (can_copy_p): New exported function. Call compute_can_copy.
13467         (hash_scan_set): Use it.
13468         (gcse_main): Don't call compute_can_copy.
13469         (bypass_jumps): Don't call compute_can_copy.
13470         * rtl.h (can_copy_p): Declare.
13471         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
13472         copy if the mode doesn't support copy operations.
13474 2003-04-03  Jason Merrill  <jason@redhat.com>
13476         * Makefile.in (unstrap): Also remove stage_last.
13478         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
13479         (dwarf2out_source_line): Don't do anything if line==0.
13481         * stor-layout.c (do_type_align): New fn, split out from...
13482         (layout_decl): ...here.  Do all alignment calculations for
13483         FIELD_DECLs here.
13484         (update_alignment_for_field): Not here.
13485         (start_record_layout, debug_rli): Remove unpadded_align.
13486         * tree.h (struct record_layout_info_s): Remove unpadded_align.
13487         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13488         or DECL_MODE on the CONST_DECLs.
13489         (finish_struct): Don't mess with DECL_ALIGN.
13491 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
13493         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13495 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
13497         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13498         function is an interrupt handler.
13500         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13501         restoring target registers with EH_RETURN_STACKADJ_RTX; use
13502         multiple registers in round-robin fashion.
13504 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13506         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13507         * system.h (CHAR_BITFIELD): New.
13509 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
13511         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13512         and LE.
13513         (another peephole2): Likewise.
13515 2003-04-03  Nick Clifton  <nickc@redhat.com>
13517         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13518         (DEF_ARCH64_SPEC): Likewise.
13520 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13522         * i386.c (constant_address_p): Use legitimate_constant_p.
13523         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13525 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13527         * config/h8300/h8300-protos.h: Add a prototype for
13528         gtle_operator.
13529         * config/h8300/h8300.c (gtle_operator): New.
13530         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13531         gtle_operator.
13532         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13533         and LE.
13535 2003-04-02  Richard Henderson  <rth@redhat.com>
13537         * libgcc-std.ver (_Unwind_GetCFA): New.
13538         * unwind-dw2.c (_Unwind_GetCFA): New.
13539         * unwind-libunwind.c (_Unwind_GetCFA): New.
13540         * unwind-sjlj.c (_Unwind_GetCFA): New.
13541         * unwind.h: Declare it.
13543 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
13545         PR inline-asm/8088
13546         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
13547         when MMX/SSE is not available.
13549 2003-04-02  Mike Stump  <mrs@apple.com>
13551         * doc/install.texi (Specific): Update pointers to apple.com.
13553 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
13555         * i386.c (override_options):  Disable red zone by default on i386.
13556         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13557         Do not test TARGET_64BIT together with TARGET_RED_ZONE
13559 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13561         * config/h8300/h8300.md (a peephole2): Tighten the condition.
13563 2003-04-02  Richard Henderson  <rth@redhat.com>
13565         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13567 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13569         * config/h8300/h8300.md (a peephole2): New.
13571 2003-04-02  Richard Henderson  <rth@redhat.com>
13573         * except.c (sjlj_find_directly_reachable_regions): Recognize when
13574         must-not-throw region has been deleted.
13576 2003-04-02  Richard Henderson  <rth@redhat.com>
13578         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13579         optimization when flag_exceptions not enabled.
13581 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13583         * config/rs6000/rs6000.c
13584         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13585         macros.
13586         (rs6000_issue_rate): Add case for 8540.
13587         (rs6000_use_sched_lookahead): New function.
13589         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13590         units into MU ones.
13591         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13592         reservation before retirement.
13593         (ppc8540_multiply, ppc8540_load, ppc8540_store,
13594         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13595         Remove additional cycle in the reservation before retirement.
13596         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13597         reservation of ppc8540_issue.
13599 2003-04-02  Andreas Schwab  <schwab@suse.de>
13601         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13603 2003-04-01  Richard Henderson  <rth@redhat.com>
13605         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13606         notes for nothrow calls if flag_forced_unwind_exceptions.
13607         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13608         (sjlj_find_directly_reachable_regions): Likewise.
13609         (reachable_handlers): Likewise.
13610         (can_throw_external): Likewise.
13611         (collect_one_action_chain): Record cleanups after catch-all and
13612         must-not-throw if flag_forced_unwind_exceptions.
13613         * flags.h (flag_forced_unwind_exceptions): Declare.
13614         * toplev.c (flag_forced_unwind_exceptions): New.
13615         (lang_independent_options): Add it.
13616         * doc/invoke.text: Add it.
13618 2003-04-01  David Mosberger <davidm@hpl.hp.com>
13620         * config/ia64/crti.asm: Clean up trailing whitespace.
13621         Remove trailing hashes (#) from identifiers.
13623         * config/ia64/crtn.asm: Ditto.
13625         * config/ia64/crtend.asm: Remove trailing hashes (#) from
13626         identifiers.
13627         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
13628         directives.  Drop explicit bundling---it just makes the code
13629         harder to read.  Don't save/restore gp needlessly.
13631         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13632         identifiers (they're only needed if the identifier would clash
13633         with a register name otherwise).
13634         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13635         directives.  Drop explicit bundling---it just makes the code
13636         harder to read.
13637         (__do_jv_register_classes): Ditto.
13638         (.fini_array): Remove "progbits" (newer
13639         assemblers don't like wrong section-types).
13640         (.init_array): Ditto.
13642 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13644         PR fortran/9974
13645         * gcse.c (reg_killed_on_edge): New function to test whether the
13646         given reg is overwritten by any instruction queued on an edge.
13647         (bypass_block): Ignore substitutions killed on incoming edges.
13648         Don't bypass outgoing edges that have queued instructions.
13650 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
13652         * real.h (EXP_BITS): Make room for...
13653         (struct real_value): ... added canonical bit.
13654         (struct real_format): Added pnan.
13655         (mips_single_format, mips_double_format, mips_extended_format,
13656         mips_quad_format): New.
13657         * real.c: Copy p to pnan in all formats.
13658         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13659         (real_nan): Use pnan to compute significand's shift.
13660         (real_identical): Disregard significand in canonical
13661         NaNs.
13662         (real_hash): Likewise.  Take signalling into account.
13663         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13664         Disregard significand bits in canonical NaNs.  Set all bits of
13665         canonical NaN if !qnan_msb_set.
13666         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
13667         qnan_msb_set to tell the base double format.
13668         (ibm_extended_format): Use 53 as pnan.
13669         (mips_single_format, mips_double_format, mips_extended_format,
13670         mips_quad_format): Copied from the corresponding ieee/ibm
13671         formats, with qnan_msb_set false.
13672         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13673         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13674         * config/mips/mips.c (override_options): Use mips_single_format
13675         and mips_double_format.  Default TFmode to mips_quad_format.
13676         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13677         * config/mips/t-irix6: Likewise.
13678         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13679         * config/fp-bit.c (pack_d, unpack_d): Obey it.
13681 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
13683         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13684         (live_image_destructor): Reset image to initial state.
13685         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13687 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
13689         * config/sparc/sparc.c (input_operand): Accept bare
13690         CONSTANT_P_RTX operands.
13692 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13694         * gcse.c (struct ls_expr): Added pattern_regs field.
13695         (ldst_entry): Initialize it.
13696         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13697         (store_ops_ok): Use regs precomputed by them.
13698         (find_loads, store_killed_in_insn, load_kills_store): Change return
13699         type to bool.
13700         (store_killed_before, store_killed_after): Take position of register
13701         set in account.
13702         (reg_set_info): Store position of the setter.
13703         (gcse_main): Enable store motion.
13704         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13705         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13706         sharing.
13707         (simple_mem): Enable store motion of non-symbol mems.
13708         (regvec): Type changed.
13709         (LAST_AVAIL_CHECK_FAILURE): New.
13710         (compute_store_table_current_insn): New.
13711         (build_store_vectors): Computation of availability and anticipatability
13712         moved ...
13713         (compute_store_table, find_moveable_store): ... here.
13714         (delete_store): Remove senseless comment.
13715         (store_motion): Reorganize.
13717 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
13719         * config/mips/mips.c (override_options): Provide mappings for
13720         HI_REGNUM and LO_REGNUM.
13721         * config/mips/mips.h (MD_DBX_FIRST): Define.
13723 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13725         * combine.c (merge_outer_ops): Fix typo.
13727         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13729 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
13731         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13732         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13733         imul_compare.  Add lmul_compare.
13734         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
13735         in second pair of dispatch slots.  Model stores more accurately.
13736         Tweak multiply model.  Add bypasses for CR instructions dependent
13737         on complicated compares.
13738         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13739         (muldi3): Add lmul_compare patterns.
13740         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13741         and FPSTORE_UX to split instructions and add COMPARE,
13742         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13743         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13744         (rs6000_rtx_costs): Separate POWER4 multiply case.
13746 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
13748         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13749         Do nothing if __builtin_return_address was not used.
13751 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
13753         * i386.md (test patterns):  Allow memory operand in operand1.
13755 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
13757         * testsuite/gcc.c-torture/execute/simd-3.c: New.
13759         * expr.c (expand_expr): Handle VECTOR_CST.
13760         (const_vector_from_tree): New.
13762         * varasm.c (output_constant): Handle VECTOR_CST.
13764         * c-typeck.c (digest_init): Build a vector constant from a
13765         VECTOR_TYPE.
13767         * config/rs6000/rs6000.c: Remove prototype for
13768         easy_vector_constant.
13769         (easy_vector_constant): Add mode parameter.  Rewrite to handle
13770         more easy constants.
13771         (rs6000_emit_move): Pass mode to easy_vector_constant.
13772         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13773         (emit_easy_vector_insn): New.
13774         (easy_vector_same): New.
13775         (EASY_VECTOR_15): New macro.
13776         (EASY_VECTOR_15_ADD_SELF): New macro.
13777         (bdesc_2arg): Rename to xorv2si3.
13778         (easy_vector_constant_add_self): New.
13779         (input_operand): Allow vector constants.
13781         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13782         easy_vector_constant, easy_vector_constant_add_self.
13783         (EXTRA_CONSTRAINT): Add 'W'.
13785         * config/rs6000/rs6000-protos.h: Add prototype for
13786         easy_vector_constant, emit_easy_vector_insn.
13788         * config/rs6000/altivec.md (xorv8hi3): New.
13789         (xorv16qi3): New.
13790         Remove all _const0 patterns.
13791         (movv4si_internal): Rewrite to use code.  Add vector constant to
13792         vector alternative.  Add splitter.
13793         (movv8hi_internal): Same.
13794         (movv16qi_internal): Same.
13795         (movv4sf_internal): Same.
13796         Change the unspecs for vspltis* to use constants.
13798         * config/rs6000/spe.md ("xorv4hi3"): New.
13799         ("spe_evxor"): Rename to xorv2si3.
13800         ("xorv1di3"): New.
13801         Remove all _const0 patterns.
13802         (movv2si_internal): Rewrite to use code.  Add vector constant to
13803         alternatives.  Add splitter.
13804         (movv4hi_internal): Add vector constant to alternatives.
13805         (movv1di_internal): Same.
13806         (movv2sf_internal): Same.
13808 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13810         PR c/9936
13811         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13812         variably-sized arrays in parameters.
13813         (set_save_expr_context): New function.
13814         (c_expand_body): Use it, via walk_tree.
13816 2003-03-31  Eric Christopher  <echristo@redhat.com>
13818         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13819         (combinable_i3pat): Remove call to expand_field_assignment and
13820         #if 0'd code.
13822 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13824         PR c++/10278
13825         * c-common.c (finish_label_address_expr): Handle the
13826         error_mark_node.
13828 2003-03-31  Richard Henderson  <rth@redhat.com>
13830         * real.c (real_identical): Reorg so as to not compare
13831         signalling for normals.
13833 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13835         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13837 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13839         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13840         notes as they are boggus.
13841         (m68hc11_gen_movqi): Likewise.
13843 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13845         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13846         save the soft registers after the frame pointer so that gdb can unwind
13847         the frame more easily.
13848         (expand_epilogue): Likewise in opposite order; allow to use X register
13849         as scratch if the return value is by reference.
13851 2003-03-31  Jason Merrill  <jason@redhat.com>
13853         PR java/10145
13854         * stor-layout.c (update_alignment_for_field): Respect
13855         DECL_USER_ALIGN for zero-length bitfields, too.
13856         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13857         fields.
13859 2003-03-31  Matt Austern  <austern@apple.com>
13861         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13862         (count_defs): Keep track of number of defs as well as total size.
13863         (write_defs): Put every definition in cpp_savedstate's defs array.
13864         (comp_hashnode): Define.  Comparison function for qsort.
13865         (cpp_write_pch_deps): Sort definitions before writing them.
13866         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13867         (collect_ht_nodes): Define.
13868         (cpp_valid_state): When verifying that undefined identifiers in
13869         the pch file are still undefined, read a sorted list of undefined
13870         identifiers, collect all defined identifiers into a sorted list,
13871         and walk through both lists to make sure there's no match.
13873 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13875         * config/h8300/h8300.md (a peephole2): New.
13877 2003-03-31  Michael Matz  <matz@suse.de>
13879         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13881 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
13883         PR target/10177
13884         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13885         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13886         all call-clobbered registers as used.
13888 2003-03-31  Michael Matz  <matz@suse.de>
13890         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13891         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13893 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13895         * gcov.c: Add -a & -u options.
13896         (struct arc_info): Add local_span, is_call_non_return,
13897         is_nonlocal_return, is_unconditional flags, remove is_call flag.
13898         (struct block_info): Add flags, is_call_site, is_nonlocal_return
13899         members. Make encodings a union with span member.
13900         (struct function_info): Add blocks_executed, line, src, line_next
13901         members.
13902         (struct coverage_info): Make branches a union with blocks member.
13903         (struct source_info): Add functions member.
13904         (object_summary, program_count): New global variables.
13905         (flag_all_blocks, flag_unconditional): New flags.
13906         (find_source, output_branch_count): New functions.
13907         (print_usage): Adjust.
13908         (options): Adjust.
13909         (process_args): Adjust.
13910         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13911         <GCOV_TAG_BLOCKS>: Read flags.
13912         <GCOV_TAG_LINES>: Adjust.
13913         (read_count_file): Process SUMMARY tags.
13914         (solve_flow_graph): Set is_unconditional and clear is_call_site
13915         appropriately.
13916         (add_branch_counts): Adjust. Don't count unconditional branches.
13917         (add_line_counts): Deal with all-blocks mode, accumulate block
13918         coverage.
13919         (accumulate_line_counts): Adjust, generate local spanning tree for
13920         all-blocks mode.
13921         (output_lines): Adjust.
13922         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13923         * doc/gcov.texi: Document.
13925 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13927         * config/h8300/h8300.md: Organize peephole2's that transform
13928         (compare (reg:HI) (const_int)).
13930 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13932         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13933         (init_emit_once): Initialize dconstm2 and dconsthalf here.
13934         * real.h (dconstm2, dconsthalf): Add prototypes here.
13935         * real.c (real_sqrt): Use dconsthalf rather than local copy.
13936         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13937         exp(x/2.0) remember to fold the division if possible.
13938         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13939         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13940         1.0/(x*x) and pow(x,0.5) as sqrt(x).
13942 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13944         * config/h8300/h8300.md (a new peephole2): New.
13946 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13948         * gcse.c (simple_mem): Return false for floating-point accesses
13949         if flag_float_store is true.
13951 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13953         * gcse.c (gcse_constant_p): New function to identify constants
13954         suitable for constant propagation, including COMPARE with two
13955         integer constant arguments.
13956         (hash_scan_set): Use gcse_constant_p.
13957         (find_avail_set): Likewise.
13958         (cprop_insn): Likewise.
13959         (do_local_cprop): Likewise.
13960         (find_implicit_sets): Likewise.
13961         (find_bypass_set): Likewise.
13963 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
13965         * except.h: Remove definition of varray_type.
13967 2003-03-30  Richard Henderson  <rth@redhat.com>
13969         PR opt/10011, opt/10252:
13970         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13971         before post-gcse cse pass.
13973 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13975         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13977 2003-03-30  DJ Delorie  <dj@redhat.com>
13979         * profile.c (instrument_edges): Make sure any newly created
13980         jump insns have correct jump label info.
13982 2003-03-30  Richard Henderson  <rth@redhat.com>
13984         * cfgbuild.c (make_edges): Use tablejump_p.
13985         * cfgcleanup.c (label_is_jump_target_p): Likewise.
13986         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13987         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13988         (try_redirect_by_replacing_jump): Likewise.
13989         (redirect_edge_and_branch): Likewise.
13990         * cse.c (fold_rtx): Likewise.
13991         * jump.c (delete_related_insns): Likewise.
13992         * rtlanal.c (get_jump_table_offset): Likewise.
13993         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13995 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13997         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13998         (STRICT2_WARN): Likewise.
14000 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14002         PR other/6955
14003         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14004         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14006 2003-03-30  Richard Henderson  <rth@redhat.com>
14008         PR c/10083
14009         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14010         don't zero_extend const inputs.
14012 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14014         * reload1.c (reload_cse_move2add): Fix a comment typo.
14016 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14018         * config/h8300/h8300.md (a peephole2): Remove useless code.
14020 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14022         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14023         (*iorsi3_and_lshiftrt): Likewise.
14024         (*iorsi3_zero_extract): Likewise.
14026 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14028         * config/h8300/h8300.md (*insv_si_8_8): New.
14029         (*insv_si_8_8_lshiftrt_8): Likewise.
14030         (a peephole2): Likewise.
14032 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14034         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14035         Uniformly use bugfix instead of bug fix.
14037 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14039         PR doc/895
14040         * ONEWS: Remove those items that already appear in the EGCS
14041         release notes on our web pages.
14043 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14045         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14046         TARGET_HARD_FLOAT.  Reformat.
14047         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14049 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
14051         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14052         work on Solaris 2.5.1.
14054 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
14056         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14057         section of h8300.md
14058         (*addsi3_and_nor_r_1): Likewise.
14060 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
14062         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14063         set up before any trapping memory access if flag_non_call_exceptions.
14065 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14067         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14069         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14071 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
14073         * configure.in: Clarify comments.
14074         * configure: Regenerate.
14076 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
14078         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14079         label even if pool empty when generating PIC.
14080         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14082 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
14083             Dhananjay Deshpande  <dhananjayd@kpit.com>
14085         PR target/10205
14086         * config/h8300/h8300.c (h8300_initial_elimination_offset):
14087         Correct the offset computation when TARGET_NORMAL.
14089 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14091         PR target/10067
14092         * config/sparc/sparc.md (jump pattern): Correct order
14093         when issuing the annuling marker.
14095 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14097         PR c/8281
14098         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14099         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14101 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14103         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14104         globalize_label.
14105         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14106         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14107         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14108         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14109         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14110         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14111         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14113 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14115         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14116         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
14117         notes after hoisting.
14118         (load_mems): Adjust replace_loop_mems call.
14120 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14121             Richard Henderson  <rth@redhat.com>
14123         PR target/10114 and PR target/10084
14124         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14126 2003-03-27  Richard Henderson  <rth@redhat.com>
14128         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14130 2003-03-27  Roger Sayle  <roger@eyesopen.com>
14132         * fold-const.c (fold_inf_compare):  New function to simplify FP
14133         comparisons against +Infinity or -Infinity.
14134         (fold):  Optimize floating point comparisons against Infs and NaNs.
14136 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
14138         * libgcov.c: Provide only dummy functions if libc is not available.
14140 2003-03-27  Richard Henderson  <rth@redhat.com>
14142         * real.h (struct real_value): Add signalling.
14143         (EXP_BITS): Decrement.
14144         * real.c (get_canonical_qnan): Don't set MSB-1.
14145         (get_canonical_snan): Likewise.  Set signalling.
14146         (real_identical): Compare signalling.
14147         (round_for_format): Remove force-one-bit on code.
14148         (real_nan): Likewise.  Set signalling.
14149         (encode_ieee_single): Add force-one-bit code; honor signalling.
14150         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14151         (decode_ieee_single): Set signalling.
14152         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14154 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
14156         PR ada/9953
14157         * ada/Makefile.in (gnatlib configuration for HPUX): Split
14158         the general section for HPUX into specific sections for
14159         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14160         11 case.
14162 2003-03-27  Glen Nakamura  <glen@imodulo.com>
14164         PR opt/10087
14165         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14166         while incrementing giv.
14167         (record_biv): Check for duplicate biv locations and
14168         set (struct induction *) v->same if found.
14170 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
14172         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14173         v0.9 API change: replace read of UNW_REG_HANDLER with
14174         unw_get_proc_info().
14175         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14176         with unw_get_proc_info().
14177         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14178         unw_get_proc_info().
14180 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
14182         * config/rs6000/8540.md: Use presence_set instead of absence_set.
14184 2003-03-26  Richard Henderson  <rth@redhat.com>
14186         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14188 2003-03-26  Roger Sayle  <roger@eyesopen.com>
14190         PR bootstrap/10051, PR bootstrap/10169.
14191         * mips-tfile.c (init_file): Don't provide a static initializer.
14192         (initialize_init_file): Initialize the contents of init_file.
14193         (add_file): Call initialize_init_file if not already initialized.
14195 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
14197         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14198         registers used for global asm variables.
14199         (s390_frame_info, s390_arg_frame_offset): Likewise.
14200         (s390_emit_prologue, s390_emit_epilogue): Likewise.
14202 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
14204         * config/rs6000/8540.md: New file.
14206         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14207         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14208         reservations for imul.
14210         * config/rs6000/rs6000.md: Include 8540.md.  Change
14211         delayed_compare onto mult_compare for insns generating
14212         multiplication.
14213         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14214         New type attribute values.
14216         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14217         fpsimple instead of fp.
14218         (*divsf3_gpr): Use type vecfdiv instead of fp.
14219         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14220         instead of vecfloat.
14221         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14222         (spe_brinc): Use type brinc instead of veccomplex.
14223         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14224         veccomplex.
14225         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14226         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14227         *movv2sf_internal): Define type attribute values for all
14228         alternatives.
14229         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14230         of fpcompare.
14231         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14232         instead of fpcompare.
14234 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
14236         * config/rs6000/power4.md: Allow delay between dispatch and
14237         function units for simple instructions.  Correct store units.
14238         Allow branch to occupy as many dispatch slots as necessary.
14240 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
14242         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14243         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14244         zero extend old to it.
14245         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14246         operand.
14248 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
14250         PR target/7784
14251         * reload.c (find_reloads_address): Handle
14252         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14253         all base registers.
14255 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
14257         PR other/10203
14258         * version.c: Reference the GCC web site in the URL.
14260 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
14262         * c-incpath.c (add_standard_paths): Add both "translated" and
14263         non-translated header paths.
14265 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
14267         * doc/install.texi (*-*-freebsd*): Update with known status.
14269 2003-03-21  Jason Merrill  <jason@redhat.com>
14271         PR optimization/10171
14272         * unroll.c (unroll_loop): Don't delete the jump at the end unless
14273         we also delete a jump at the beginning.
14275 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
14277         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14278         contributor.
14280 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
14282         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14283         constants are not expensive.
14285 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
14287         PR opt/10056
14288         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
14289         jump jumping to the next instruction.
14290         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
14292 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14294         * doc/passes.texi (Passes): Properly document that we do not
14295         perform jump2 any longer; remove command-line option -dJ.
14297 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14299         PR optimization/8746
14300         * config/i386/i386.md (and promoting splitters): Disable HImode to
14301         SImode promoting when the sign bit matters and is not preserved, or
14302         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14303         for size.
14305 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14307         * config/h8300/h8300.md (a peephole2): Extend to support loads
14308         in QImode and HImode.
14310 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
14312         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14313         _return_far
14314         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14315         (MULTILIB_EXCEPTIONS): Likewise.
14316         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14317         by calling some board support routine.
14318         ("call_value"): Likewise.
14319         ("*return_void"): Likewise for return.
14320         ("*return_16bit"): Likewise.
14321         ("*return_32bit"): Likewise.
14322         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14323         for 68HC11 too.
14324         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14325         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14326         -mlong-calls for 68HC11.
14327         * config/m68hc11/larith.asm (declare_near): New macro.
14328         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14329         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14330         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14331         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14332         (__mulhi32): Likewise.
14333         (ret): Update macro for 68HC11.
14334         (__far_trampoline): Implement for 68HC11.
14335         (__call_a16, __call_a32, __return_void, __return_16): New support
14336         routines for 68HC11 memory bank switching calling support.
14337         (__return_32): Likewise.
14339 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
14341         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14343 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
14345         * doc/install.texi (Testing): Mention test result links from build
14346         status pages.
14348 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
14350         * function.c (put_var_into_stack): Change bool parameter to int.
14351         (gen_mem_addressof): Likewise.
14352         * rtl.h (gen_mem_addressof): Likewise.
14353         * tree.h (put_var_into_stack): Likewise.
14354         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14355         gen_mem_addressof or put_var_into_stack.
14356         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14357         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14359 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14361         * config/h8300/h8300.md (a peephole2): New.
14363 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
14365         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14367 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14369         * doc/contrib.texi (Contributors): Update Janis Johnson.
14371 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14373         PR target/10072
14374         * combine.c (simplify_if_then_else): Check that the mode
14375         has MODE_INT class before applying the (OP Z (mult COND C2))
14376         transformation.
14378 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14380         PR optimization/9414
14381         * config/sparc/sparc.md (widening peepholes): Use
14382         widen_memory_access instead of change_address.
14384 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
14386         PR c++/7086
14387         * c-typeck.c (c_mark_addressable): Adjust calls to
14388         put_var_into_stack.
14389         * expr.c (expand_expr): Likewise.
14390         * function.c (put_var_into_stack): Add rescan parameter.  Do not
14391         call fixup_var_refs when rescan is false.
14392         (gen_mem_addressof): Likewise.
14393         (assign_parms): Adjust calls to put_var_into_stack.
14394         (setjmp_protect): Likewise.
14395         (setjmp_protect_args): Likewise.
14396         * rtl.h (gen_mem_addressof): Change prototype.
14397         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14398         * tree.h (put_var_into_stack): Change prototype.
14400 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
14402         PR middle-end/9967
14403         * builtins.c (expand_builtin_fputs): When optimizing for size,
14404         don't transform fputs into fwrite.
14406 2003-03-23  Glen Nakamura <glen@imodulo.com>
14408         PR c/8224
14409         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14410         when signedness changes for division or modulus.
14412 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
14414         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14415         globalize_label.
14417 2003-03-23  Roger Sayle  <roger@eyesopen.com>
14419         PR c/10178
14420         * stmt.c (expand_end_case_type): Check for overflow in range when
14421         determining whether to use a bit-test implementation.
14423 2003-03-23  Richard Henderson  <rth@redhat.com>
14425         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
14426         before flow2.
14427         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
14429 2003-03-23  Richard Henderson  <rth@redhat.com>
14431         PR opt/10116
14432         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
14433         from then_bb or else_bb after flow2.
14435 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
14437         * configure.in: Check whether it is necessary to link against
14438         libm to use ldexp.
14439         * configure: Regenerate.
14440         * Makefile.in: Add LDEXP_LIB substitution variable.
14442 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
14444         * config/h8300/h8300.md: Fix comment typos.
14446 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14448         * pa.c (output_cbranch): Fix typo in comment.
14450 2003-03-22  Richard Henderson <rth@redhat.com>
14452         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
14453         after reload.
14455 2003-03-22  DJ Delorie  <dj at redhat dot com>,
14456         Bruce Korb  <bkorb at gnu dot org>
14458         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
14459         buggy Solaris 2.6 mutex/cond initializers.
14460         (solaris_mutex_init): Rename to solaris_mutex_init_2.
14461         * fixinc/fixincl.x: Regenerate.
14462         * fixinc/tests/base/pthread.h: Update.
14463         * fixinc/fixincl.c(initialize): be explicit about the default case
14464         and indicate verbose level when being very, very verbose.
14465         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
14467 2003-03-22  Andreas Jaeger  <aj@suse.de>
14469         * config/i386/i386.c (ix86_init_machine_status): Return value.
14471 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14473         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
14474         conditional branch to the following instruction.  Use next_real_insn
14475         instead of next_active_insn.
14476         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
14477         instead of next_active_insn.
14479 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
14481         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14482         instead of 'm' constraint in forced-split alternatives.
14483         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
14484         VALIDATE_ADDRESS parameter to operand_subword.
14486 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
14488         * config/h8300/h8300.c (notice_update_cc): Correctly handle
14489         the case where the set destination is STRICT_LOW_PART.
14491 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
14493         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14494         c30 instead of a c40 processor.
14496 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
14498         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
14500 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14502         * c-common.c: Include intl.h.
14503         (shadow_warning): Rewrite to allow better diagnostic translations.
14504         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
14505         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14506         use it throughout.
14507         * Makefile.in (c-common.o): Add intl.h.
14509 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
14511         * config.gcc: Remove 'float_format'.
14513         * fixproto: Define NULL and size_t in generated stdlib.h and
14514         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
14515         Rearrange file generation loop for readability.  Generate time.h,
14516         string.h if missing.
14517         * tsystem.h: Include <string.h>, <time.h> unconditionally.
14518         * config.gcc: Blow away POSIX defines.
14520 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14522         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14524 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14526         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14527         writing .interrupt command.
14528         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14529         if it's a far or near function.
14530         ("call_value"): Likewise.
14531         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14532         near attributes.
14533         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14534         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14535         (m68hc11_initial_elimination_offset): Set current_function_far
14536         according to attributes.
14537         (expand_prologue): Likewise.
14538         (trap_handler_symbol): New global to keep track of trap handlers.
14539         (m68hc11_encode_section_info): Mark symbol as far if needed; set
14540         trap symbol.
14541         (m68hc11_is_far_symbol): New function.
14542         (m68hc11_is_trap_symbol): New function.
14543         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14544         (m68hc11_is_trap_symbol): Declare.
14546 2003-03-21  Jan Hubicka  <jh@suse.cz>
14548         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14549         only when amount of saved regs changed.
14550         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14551         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14553 2003-03-21  Jan Hubicka  <jh@suse.cz>
14555         PR inline-asm/7916
14556         * function.c (instantiate_virtual_regs_lossage): New function.
14557         (instantiate_virtual_regs_1): Use it.
14558         (instantiate_virtual_regs): Do not continue in substition when insn has
14559         been deleted.
14561 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14563         * combine.c (make_field_assignment): Fix a warning.
14565 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14567         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14569 2003-03-21  Dale Johannesen  <dalej@apple.com>
14571         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
14572         priority for R2 on Darwin.
14573         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
14575 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14577         * combine.c (make_field_assignment): Remove unnecessary AND
14578         when storing into zero_extract.
14580 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14582         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14583         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14584         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14585         in comment.
14587 2003-03-21  DJ Delorie  <dj@redhat.com>
14589         * optabs.c (init_integral_libfuncs): Make sure we init at least up
14590         to "long long" size words.
14592 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
14594         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14595         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14596         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14598 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14600         PR doc-bug/9813
14601         * doc/extend.texi: Move misplaced paragraph about underscores in
14602         variables in macros.
14604 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14605             Richard Henderson  <rth@redhat.com>
14607         PR optimization/8366
14608         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14609         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14610         PIC+SYMBOLIC_CONST in other modes than Pmode.
14611         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14612         the form PIC+SYMBOLIC_CONST as mode dependent.
14614 2003-03-21  DJ Delorie  <dj@redhat.com>
14616         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14617         sure we always emit at least one insn.
14619 2003-03-21  Christopher Faylor  <cgf@redhat.com>
14621         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14622         stub t-cygming. Use common target header cygming.h. Add extra
14623         c_target_obj and cxx_target_obj file. Default cygwin to posix
14624         threading. Enforce i386 as float format.
14625         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14626         Remove cygwin.h as target header. Use common target header
14627         cygming.h  Enforce i386 as float format. Correct typo.
14628         * config/i386/cygming.h: New file, containing definitions
14629         common to mingw32 and cygwin.
14630         * config/i386/cygwin.h: Remove definitions common to cygwin and
14631         mingw.  Simplify special spec logic.  Define "wrappers" around
14632         certain include path defines to accommodate -mno-cygwin.
14633         Remove some #if 0'ed code.
14634         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14635         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14636         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14637         * config/i386/mingw32.h: Remove definitions common to cygwin and
14638         mingw.
14639         (EXTRA_OS_CPP_BUILTINS): Adjust.
14640         (TARGET_VERSION): Define.
14641         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14642         mingw32.h definitions.
14643         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14644         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14645         Add compilation rules for cygwin1.o cygwin2.o.
14646         * config/i386/cygwin1.c: New file.
14647         * config/i386/cygwin2.c: New file.
14648         * config/i386/t-cygming: New makefile stub.
14650 2003-03-20  Richard Henderson  <rth@redhat.com>
14652         * fold-const.c (extract_muldiv_1): Revert changing order of
14653         operands in case MULT_EXPR of 2003-02-16 patch.
14655 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
14656         Merge changes from new-regalloc-branch
14658         From Michael Matz  <matz@suse.de>
14659         * df.c (df_ref_record_1): Move init of loc to safe point.
14660         Only recurse on interesting things in parallels.
14661         Handle CLASS_CANNOT_CHANGE_MODE smarter.
14662         (df_uses_record): Ditto.
14664         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14665         it's already okay to use memory operands in (IE doesn't require
14666         adding another insn or anything).
14668 2003-03-20  Richard Henderson  <rth@redhat.com>
14670         PR middle-end/6348
14671         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14672         different from word_mode.
14674 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14676         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14677         source operand to those that can be extracted with bld.
14679 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
14681         PR 10066
14682         * arm.md (UNSPEC_PIC_BASE): New constant.
14683         (pic_add_dot_plus_four): Wrap with unspec.
14684         (pic_add_dot_plus_eight): Likewise.
14686 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14688         * config/h8300/h8300.md (*insv_si_1_n): New.
14689         (*insv_si_1_n_lshiftrt): Likewise.
14691 2003-03-20  Roger Sayle  <roger@eyesopen.com>
14693         * fold-const.c (fold_mathfn_compare): New function to simplify
14694         comparisons against built-in math functions.  Fold comparisons
14695         of sqrt against constants.
14696         (fold): Call fold_mathfn_compare when appropriate.
14698 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
14700         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14701         information.
14703 2003-03-20  Per Bothner  <pbothner@apple.com>
14705         Various cleanups to help compile server.
14707         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
14708         and pass that to _cpp_init_hashtable.
14709         (cpp_read_main_file):  Drop hash_table* argument; don't call
14710         _cpp_init_hashtable.
14711         * cpplib.h:  Update declarations to match.
14712         * c-opts.c (c_common_init_options):  Pass ident_hash to
14713         cpp_create_reader.
14714         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
14715         * fix-header.c (read_scan_file):  Likewise pass NULL table to
14716         cpp_create_reader rather than cpp_read_main_file.
14718         * cppfiles.c (cpp_rename_file):  Generalized and renamed
14719         to cpp_change_file.
14720         * cpplib.h:  Update declaration to match.
14721         * c-opts.c (push_command_line_line, finish_options):  Change
14722         cpp_rename_file calls to cpp_change_file.
14724         * line-map.c (add_line_map):  Allow leaving the outermost file.
14725         Allowing entering an outermost-file after the initial time.
14727         * toplev.c (pop_srcloc):  Allow popping from initial file.
14729 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
14731         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14733 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14735         * config/h8300/h8300.md (a peephole2): New.
14737 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14739         * config/h8300/h8300.md (*addsi3_and_r_1): New.
14740         (*addsi3_and_not_r_1): Likewise.
14742 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
14744         * Makefile.in (STRICT2_WARN): Add @WERROR@.
14745         (GCC_WARN_CFLAGS): Remove $(WERROR).
14746         (fixinc.sh-warn): New.
14747         * ada/Make-lang.in (ada-warn): Add $(WERROR).
14748         * cp/Make-lang.in (cp-warn): Add $(WERROR).
14749         * f/Make-lang.in (f-warn): Add $(WERROR).
14750         * java/Make-lang.in (java-warn): Add $(WERROR).
14751         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14753 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
14755         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14756         langhooks-def.h (lhd_tree_dump_dump_tree),
14757         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14758         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
14759         true and false in return statements.
14761 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
14763         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14764         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14765         DWARF_INITIAL_LENGTH_SIZE.
14766         (output_compilation_unit_header, output_pubnames, output_aranges)
14767         (output_line_info): Output 0xffffffff escape value for 64-bit
14768         DWARF extension.
14769         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14771 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
14773         * config/s390/s390.c (s390_preferred_reload_class): Do not
14774         force constants to the pool unless necessary.
14775         (s390_decompose_address): Prefer to use pointer as base,
14776         not index register.
14777         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14778         Q alternative.
14779         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14780         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14781         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14782         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14783         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14785 2003-03-19  Jan Hubicka  <jh@suse.cz>
14787         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14788         * i386.c (use_fast_prologue_epilogue): Remove.
14789         (ix86_frame): New field save_regs-using_mov;
14790         (ix86_compute_frame_layout):  Decide on fast prologues;
14791         allocate saved registers in red zone.
14792         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14794 2003-03-19  Nick Clifton  <nickc@redhat.com>
14796         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14798 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14800         PR 10062
14801         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14802         * pa-protos.h (output_lbranch): New prototype.
14803         * pa.c (compute_frame_size): Change size of the frame marker on the
14804         64-bit ports to 48 bytes.
14805         (pa_output_function_prologue): Document why SAVE_SP is set.
14806         (hppa_expand_prologue): Save previous stack pointer into frame marker
14807         on targets which use the hpux unwind library.
14808         (output_cbranch): Use output_lbranch.
14809         (output_lbranch): New function to output long unconditional branches.
14810         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14811         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14812         64-bit ports.
14813         * pa.md (jump): Use output_lbranch.
14814         (allocate_stack): New expander for dynamic stack allocation.
14816 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14818         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14819         when debugging on XCOFF targets.  Delete "abi" temp.
14821         PR target/10073
14822         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14824 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
14826         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14827         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14828         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14830         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14831         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14832         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14834 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14836         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14837         the result of machopic_function_base_name.
14838         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14839         string rather than a static array.
14841         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14843         * gengtype.c: Include rtl.h.
14844         (enum rtx_code): Don't define.
14845         (rtx_format): Make declaration match rtl.h.
14846         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
14847         users.
14848         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14849         * Makefile.in (gengtype.o): Update dependencies.
14851 2003-03-18  Andreas Schwab  <schwab@suse.de>
14853         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
14854         martin@blom.org.
14856 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14858         * function.c (next_block_index): Mark with GTY.
14860         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14862 2003-03-18  Richard Henderson  <rth@redhat.com>
14864         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14865         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14866         until after reload.
14868 2003-03-18  Richard Henderson  <rth@redhat.com>
14870         * builtins.c (expand_builtin_unop): New target_mode operand;
14871         use it to convert the result to the correct mode.
14872         (expand_builtin): Update all callers.
14874 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
14876         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14878 2003-03-18  Jan Hubicka  <jh@suse.cz>
14880         * i386.md:  Fix previous commit that mistakely applied the patch
14881         twice.
14883         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14884         canonicalized.
14885         (memrefs_conflict_p): Likewise.
14886         (addr_side_effect_eval): Canonicalize the constructed address.
14888 2003-03-18  Jan Hubicka  <jh@suse.cz>
14890         * i386.md (cvtts?2si peep2): New.
14892 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
14894         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14896 2003-03-18  Andreas Schwab  <schwab@suse.de>
14898         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14899         for format.
14901 2003-03-17  Jason Merrill  <jason@redhat.com>
14903         PR c++/10091
14904         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14905         an unaligned member of TREE_ADDRESSABLE type.
14907 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
14909         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14910         (TARGET_PROFILE_KERNEL): Define.
14911         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14912         (PROFILE_BEFORE_PROLOGUE): Don't define.
14913         (PROFILE_KERNEL): Remove hacks.
14914         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14915         (rs6000_stack_info): No need to save lr if just for profiling when
14916         TARGET_PROFILE_KERNEL.
14917         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14918         (output_function_profiler): Localize label generation.  Emit code
14919         for kernel profiling.
14921 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
14923         * config/h8300/h8300-protos.h: Add a prototype for
14924         byte_accesses_mergeable_p.
14925         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14926         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14927         (a splitter): Likewise.
14928         (*iorsi3_ashift_16_ashift_24): Likewise.
14929         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14931 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14933         * dwarf2asm.h: Delete obsolete comment.
14934         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14935         dw2_asm_output_pcrel, dw2_asm_output_addr,
14936         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14937         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14938         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14939         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14941 2003-03-17  Zack Weinberg <zack@codesourcery.com>
14943         * c-tree.h (struct lang_identifier): Remove error_locus field.
14944         (IDENTIFIER_ERROR_LOCUS): Kill.
14945         (record_function_scope_shadow): New prototype.
14946         * c-typeck.c (build_external_ref): Don't complain if
14947         decl is error_mark_node.  When not at file scope, bind the
14948         decl's local value to error_mark_node to suppress further
14949         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14951         * c-decl.c (get_function_binding_level): New static function.
14952         (record_function_scope_shadow): New exported function.
14953         (c_make_fname_decl): Use get_function_binding_level.
14955 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
14957         * stmt.c (tail_recursion_args): Call promote_mode to set
14958         unsignedp flag correctly before calling convert_move.
14960 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14962         * loop-unroll.c (decide_peel_completely,
14963         decide_unroll_constant_iterations, decide_unroll_stupid,
14964         decide_unroll_runtime_iterations, decide_peel_simple): Set
14965         loop->has_desc.
14967 2003-03-17  Jan Hubicka  <jh@suse.cz>
14969         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14971 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
14973         * function.c (assign_parms): For a struct value address passed as
14974         first argument, delay the function's result RTL setup code until
14975         after the emission of parameter conversions.
14977 2003-03-17  Dave Love  <fx@gnu.org>
14978             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14980         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14981         __arch64__ to match Compaq cc.
14983 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14985         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14986         (c_common_init): Set EBCDIC in cpp options.
14987         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14988         not conditional compilation.
14989         * cpplib.h (struct cpp_options): New entry EBCDIC.
14991 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14993         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14995 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14997         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14998         argument to 0 for redirect_jump.
15000 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
15002         PR c++/8805
15003         * except.c (eh_region_u_cleanup): Add prev_try.
15004         (expand_eh_region_end_cleanup): Set it.
15005         (reachable_handlers): Use it to skip over cleanup blocks.
15007 2003-03-17  Andreas Jaeger  <aj@suse.de>
15009         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15011 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
15013         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15014         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15015         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15016         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15018 2003-03-16  Richard Henderson  <rth@redhat.com>
15020         * simplify-rtx (simplify_binary_operation): Don't abort for
15021         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15023 2003-03-16  Richard Henderson  <rth@redhat.com>
15025         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15026         optimize_size as well.
15028 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
15030         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15031         for D register to specify the low part of it, aka B.
15032         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15033         the register if we are loading 1 or -1 to it; avoid using temp
15034         register when moving X/Y to Y/X.
15035         (m68hc11_gen_movqi): Likewise.
15036         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15038 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
15040         PR optimization/9016
15041         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15042         into the constant pool.
15044 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15046         PR target/9164
15047         * tree.c (get_narrower): For extensions with unchanged bit number,
15048         return the unsignedness of the outer mode.
15050 2003-03-16  Roger Sayle  <roger@eyesopen.com>
15052         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
15053         to avoid "may be used uninitialized" warning on ia64-hpux.
15054         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15056 2003-03-16  Andreas Jaeger  <aj@suse.de>
15058         * configure.in: Improve check for memcheck.h.
15059         * configure: Regenerated.
15061 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
15063         * doc/cppopts.texi: Remove documentation of -A-.
15065 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
15067         * doc/libgcc.texi: Remove @tie.
15069 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
15071         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15072         (rtx_pair): Added new element update_label_nuses, renamed to
15073         replace_label_data.
15074         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15075         replace_label_data instead of rtx_pair.
15076         * loop.c (load_mems): Likewise.
15077         * rtlanal.c (replace_label): Replace label in pool constants and in
15078         INSN_LIST (in REG_LABEL note).
15079         (subrtx_p): Renamed to rtx_referenced_p.
15080         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15081         LABEL_REF with CODE_LABEL, traverse constants from pool.
15083 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
15084             Zack Weinberg  <zack@codesourcery.com>
15086         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15087         * doc/libgcc.texi: New file.
15088         * doc/interface.texi: Delete paragraph about libgcc interface.
15089         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15091 2003-03-15  Jason Merrill  <jason@redhat.com>
15093         PR debug/9039
15094         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15096         PR debug/6387
15097         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15098         function DIEs at toplevel.
15099         (decls_for_scope): At -g1, don't descend into subblocks.
15101 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
15103         * varasm.c (struct rtx_const): Change type of un.addr member
15104         to struct holding an additional 'symbol' member.
15105         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15106         with equal string addresses as equal.
15107         (simplify_subtraction): Adapt to struct rtx_const change.
15109 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15111         * fix-header.c (read_scan_file): Read main file before handling -D.
15113 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15115         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15116         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15117         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15118         (find_sub_basic_blocks): Likewise.
15119         * cgraphunit.c (cgraph_expand_functions): Likewise.
15120         * dwarf2out.c (prune_unused_types): Likewise.
15121         * expr.c (store_field): Likewise.
15122         * genextract.c (print_path): Likewise.
15123         * haifa-sched.c (schedule_insn): Likewise.
15124         * lcm.c (compute_antinout_edge): Likewise.
15125         * loop-unroll.c (decide_peel_once_rolling): Likewise.
15126         * ra-colorize.c (ra_colorize_free_all): Likewise.
15127         * ra-debug.c (dump_igraph): Likewise.
15128         (debug_hard_reg_set): Likewise.
15129         * reg-stack.c (reg_to_stack): Likewise.
15130         * rtlanal.c (refers_to_regno_p): Likewise.
15131         * tracer.c (layout_superblocks): Likewise.
15133 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15135         * fix-header.c (read_scan_file): Fix thinko.
15137 2003-03-15  Glen Nakamura  <glen@imodulo.com>
15139         * reload1.c (choose_reload_regs): Use && instead of ||
15140         with REG_CANNOT_CHANGE_MODE_P condition.
15142 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15144         * Makefile.in: Update.
15145         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15146         * c-lex.c (init_c_lex): Register builtins hook is dead.
15147         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15148         (c_common_decode_option): Don't call cpp_handle_option.
15149         Handle -A, -D and -U.
15150         (handle_deferred_opts): Simplify.
15151         (finish_options): Define builtins and command line macros.
15152         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15153         * cppinit.c: Don't include intl.h.
15154         (init_builtins): Rename cpp_init_builtins.  No hook to call.
15155         (init_library): Don't need to sort options.
15156         (cpp_create_reader): Don't set pending.
15157         (cpp_destroy): Don't free pending.
15158         (struct pending_option, cl_directive_handler, struct cpp_pending,
15159         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15160         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15161         cl_options, cpp_handle_option): Remove.
15162         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15163         cpp_finish_options): Remove.
15164         (cpp_init_builtins): New.
15165         * fix-header.c (read_scan_file): Update to handle -D.  Fix
15166         handling of -I.  Replace call to cpp_finish_options.
15168 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15170         PR optimization/9387
15171         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15172         for conditional returns.
15174 2003-03-14  Jason Merrill  <jason@redhat.com>
15176         PR optimization/6871
15177         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15179 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15181         * c-opts.c (finish_options): New.
15182         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15183         (missing_arg): Handle OPT_include and OPT_imacros.
15184         (c_common_init, c_common_parse_file): Use finish_options.
15185         (handle_deferred_opts): Update.
15186         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15187         (cpp_finish_options): Don't handle -imacros here.
15188         (no_fil): Remove.
15189         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15191 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15193         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15194         rs6000_maybe_dead if !fromprolog.
15196 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15198         * Makefile.in: Update.
15199         * c-common.h (fe_file_change, pp_file_change): New.
15200         * c-lex.c (init_c_lex): Don't set cb_file_change.
15201         (c_common_parse_file): Move to c-opts.c.
15202         (cb_file_change): Rename fe_file_change.
15203         * c-opts.c: Include debug.h.
15204         (warn_unused_macros, include_cursor): New.
15205         (push_command_line_include, cb_file_change): New.
15206         (COMMAND_LINE_OPTIONS): Handle -include.
15207         (c_common_decode_option): Use local warn_unused_macros.
15208         Handle OPT_include.
15209         (c_common_post_options): Set file change callback.
15210         (handle_deferred_opts): Skip -include.  Don't free the array.
15211         (c_common_init): Call cpp_finish_options here, and push an
15212         initial -include file.
15213         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15214         (preprocess_file): Don't call cpp_finish_options.
15215         (init_pp_output): Don't set the file change callback.
15216         (pp_file_change): Return if no line commands or no output.
15217         * cpphash.h (next_include_file, first_unused_line): Remove.
15218         * cppinit.c (include_head, include_tail): Remove.
15219         (cpp_destroy): Don't free -include chain.
15220         (cpp_finish_options): Don't handle -include, or worry about
15221         -Wunused-macros.
15222         (_cpp_maybe_push_include_file): Remove.
15223         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15224         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15225         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15226         Used flag is set based upon the state of the warn_unused_macros
15227         flag, and so use of first_unused_line is unnecessary.
15229 2003-03-13  Jan Hubicka  <jh@suse.cz>
15231         * cselib.c (clear_table): Do not take argument; always clear just
15232         used slots.
15233         (cselib_process_insn):  Update call of clear_table
15234         (cselib_init): Do not call clear_table.
15235         (cselib_finish): Clear table.
15237         * cse.c (count_reg_usage): Do not check side_effects_p.
15238         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15239         like noop.
15240         (find_reg_equal_equiv_note): Do not use find_reg_note.
15242 2003-03-14  Richard Henderson  <rth@redhat.com>
15244         PR target/9700
15245         * config/alpha/alpha.c (alpha_va_start): Account for
15246         current_function_pretend_args_size in the AP offset.
15248         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15249         (INITIAL_ELIMINATION_OFFSET): Move out of line.
15250         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15251         (alpha_initial_elimination_offset) New.
15252         * config/alpha/alpha-protos.h: Update.
15254 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15256         * stmt.c (expand_start_case): Call emit_queue ().
15258 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
15259             Alexandre Oliva  <aoliva@redhat.com>
15261         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15262         words in new abis.
15264 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15266         PR optimization/8396
15267         * tree-inline.c (initialize_inlined_parameters): Make sure the value
15268         of read-only constant arguments is passed with the right type.
15270 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
15272         * doc/extend.texi (Function Names): Make the example compilable.
15274 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
15276         * config/rs6000/rs6000.c (processor_target_table): Really allow
15277         GP optional instructions on Power4.
15279 2003-03-13  Roger Sayle  <roger@eyesopen.com>
15281         * calls.c (flags_from_decl_or_type): Factor and remove redundant
15282         conditional tests.
15284 2003-03-13  Mike Stump  <mrs@apple.com>
15286         * ggc-page.c (struct page_entry): Remove varray.h header.
15287         Add index_by_depth field.
15288         Remove save_in_use_p field.
15289         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15290         by_depth_max, by_depth, and save_in_use fields.
15291         (INITIAL_PTE_COUNT): Add.
15292         (save_in_use_p_i): Add.
15293         (save_in_use_p): Add.
15294         (adjust_depth): Add.
15295         (move_ptes_to_front): Add.
15296         (push_depth): Add.
15297         (push_by_depth): Add.
15298         (prefetch): Add.
15299         (free_page): Add support for and use faster data structures.
15300         (ggc_alloc): Likewise.
15301         (init_ggc): Likewise.
15302         (ggc_recalculate_in_use_p): Likewise.
15303         (ggc_pop_context): Likewise.
15304         (clear_marks): Likewise.
15305         (ggc_pch_read): Likewise.
15306         * Makefile.in (ggc-page.o): Remove varray.h.
15308 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15310         * ChangeLog: Rotated last year's entries to...
15311         * ChangeLog.8: New.
15313         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15314         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15315         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15316         config/ia64/ia64-protos.h, config/ia64/ia64.c,
15317         config/ia64/ia64.h, config/ia64/ia64.md,
15318         config/ia64/itanium1.md, config/ia64/itanium2.md,
15319         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15320         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15322 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
15324         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15325         Differentiate endianness.
15326         (s6000_override_options): Use cpu type instead of TARGET_SPE.
15328 2003-03-13  Nick Clifton  <nickc@redhat.com>
15330         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15331         LDM instructions with writeback enabled.
15332         (output_return_instruction): Likewise.
15334         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15335         (CALL_USED_REGISTERS): Remove definition.
15336         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15338 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
15340         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15341         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15342         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15343         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15344         (rs6000_legitimize_address): Formatting.
15345         (rs6000_emit_move): Likewise.
15346         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15347         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15348         (rs6000_elf_select_section): Comment reason for shlib being
15349         set for ABI_AIX.
15350         (rs6000_elf_unique_section): Likewise.
15351         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15352         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15353         as well as flag_pic.
15354         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15355         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15356         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15358 2003-03-13  Richard Henderson  <rth@redhat.com>
15360         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15362         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15363         (ia64_gp_save_reg): Remove.
15364         (struct ia64_frame_info): Move to the beginning of the file;
15365         add reg_save_gp.
15366         (ia64_expand_call): Rearrange for new call patterns.
15367         (ia64_reload_gp): New.
15368         (ia64_split_call): New.
15369         (ia64_compute_frame_size): Allocate reg_save_gp.
15370         (ia64_expand_prologue): Save reg_save_gp.
15371         (ia64_expand_epilogue): Don't restore gp.
15372         (ia64_hard_regno_rename_ok): Remove R4 hack.
15373         (ia64_function_ok_for_sibcall): New.
15374         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15375         call try_split on sibcall pattern.
15376         * config/ia64/ia64-protos.h: Update.
15377         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15378         Rename from nopic versions.  Confiscate 2nd argument to call as
15379         a marker.
15380         (call_pic, call_value_pic, sibcall_pic): Remove.
15381         (call_gp, call_value_gp, sibcall_gp): New.
15382         (builtin_setjmp_setup): Remove.
15383         (builtin_setjmp_receiver): Call ia64_reload_gp.
15385 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15387         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15388         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15389         "GNU CC" with "GCC".
15391         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15392         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15393         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15394         GCC, not GNU CC.
15396         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15397         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15399         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15400         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15401         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15402         "GNU CC" with "GCC".
15404         * config/v850/lib1funcs.asm, config/v850/rtems.h,
15405         config/v850/v850-c.c, config/v850/v850-protos.h,
15406         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15407         GCC, not GNU CC.
15409         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15410         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15411         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15412         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15413         GNU CC.
15415 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
15417         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15419 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15421         * fixinc/fixinc.interix: Remove dead code (most of it).
15422         * fixinc/fixinc.dgux: Remove.
15424         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
15425         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
15427 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15429         * pa.c (pa_init_builtins): Fix warning.
15431 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
15433         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
15434         (ASM_OUTPUT_XDATA_SHORT): Remove.
15435         (ASM_OUTPUT_XDATA_INT): Remove.
15436         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
15437         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
15438         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
15439         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
15441 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
15443         PR c++/7050
15444         * expr.c (store_expr): Don't attempt to store void-typed trees,
15445         just evaluate them for side effects.
15447 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15449         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
15450         * cppinit.c (push_include): Move with changes to cppfiles.c.
15451         (cpp_read_main_file): Mark named operators here...
15452         (cpp_finish_options): ...not here.  Update.
15453         (_cpp_maybe_push_include_file): Update.
15454         * cpplib.h (cpp_push_include, cpp_rename_file): New.
15456 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15458         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
15459         _gcc_COMPUTE_GAS_VERSION.
15460         * configure.in: Use them.
15461         * configure: Regenerate.
15463 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
15465         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
15466         to detect carry.
15467         (subdi3): Reorder emitted instructions.
15469 2003-03-12  Andreas Jaeger  <aj@suse.de>
15471         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
15472         NETBSD_OS_CPP_BUILTINS_LP64.
15474 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15476         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
15477         Rearrange.  Reorganize.
15478         * configure.in: Rearrange.
15479         * configure: Regenerate.
15481 2003-03-12  Andreas Jaeger  <aj@suse.de>
15483         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15484         LP64 targets.
15486         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15487         _LP64.
15489         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15490         _LP64 macros here.
15491         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15493         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15494         NETBSD_OS_CPP_BUILTINS_LP64.
15495         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15496         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15498         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15500 2003-03-12  Jan Hubicka  <jh@suse.cz>
15502         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15504 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15506         Fix PR target/9797 and PR c/9853.
15507         * stmt.c (expand_decl_init): Call push_temp_slots () and
15508         pop_temp_slots ().
15510 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
15512         * sh.c: Include basic-block.h.
15513         (sh_output_mi_thunk, emit_load_ptr): New functions.
15514         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15516 2003-03-12  Nick Clifton  <nickc@redhat.com>
15518         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15519         (CALL_USED_REGISTERS): Likewise.
15520         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15521         describing how this value is calculated.
15523 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
15525         * configure.in (rlim_t): Define to long if no valid definition
15526         found in sys/resource.h.
15527         * config.in, configure: Regenerate.
15529 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15531         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15532         TARGET_OS_CPP_BUILTINS.
15533         * config/mcore/mcore-pe.h: Similarly.
15534         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15535         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15537 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15539         PR c/9928
15540         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15541         only if it is a VAR_DECL.
15543 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15545         PR optimization/9888
15546         * config/i386/i386.md (jcc_1): Fix range.
15547         (jcc_2): Likewise.
15548         (jump): LIkewise.
15549         (doloop_end_internal): Likewise.
15551 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
15553         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15554         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15555         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15556         DLL_IMPORT_EXPORT_PREFIX and "i."
15557         (i386_pe_dllexport_name_p): Here.
15558         (i386_pe_dllimport_name_p): Here.
15559         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15560         not 9 chars when getting identifier name.
15561         (i386_pe_mark_dllimport): Here.
15562         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15563         not 9 chars when getting identifier name. Correct comment.
15564         (i386_pe_strip_name_encoding): Here. Add comments for different
15565         cases.
15566         (gen_fastcall_suffix): Break down xmalloc() argument to
15567         components.
15568         (gen_stdcall_suffix): Likewise.
15569         Update copyright year.
15571 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15573         PR optimization/9888
15574         * config/i386/i386.md (movsi_1): Remove special alternatives
15575         for %eax register.
15576         (movsi_1_nointernunit): Likewise.
15577         (movhi_1): Likewise.
15578         * config/i386/i386.c (memory_address_length): Do not use
15579         short displacement when there is no base.
15580         (ix86_attr_length_address_default): Handle LEA instructions.
15582 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15584         * c-cppbuiltin.c (builtin_define_std): Make non-static.
15586 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
15588         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15589         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15590         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15591         * config/freebsd.h (CPP_PREDEFINES): Remove.
15592         (TARGET_OS_CPP_BUILTINS): New.
15593         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15594         instead of TARGET_OS_CPP_BUILTINS.
15595         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15597 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
15599         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15601 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15603         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15604         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
15606         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15608 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15610         * toplev.c (independent_decode_option): Return success for --help,
15611         --target-help and --version.
15613 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15615         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15616         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
15617         specified.
15618         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15619         DRIVER_SELF_SPECS.
15620         (LINK_SPEC): Let endian options affect the linker emulation name.
15622 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
15624         * sh.md (reload_inqi): Fix mode for source in second set.
15626 2003-03-11  Jan Hubicka  <jh@suse.cz>
15628         * cselib.c (cselib_invalidate_mem_1): Move too ...
15629         (cselib_invalidate_mem): ... here; use new list
15630         (dummy_val, first_containing_mem): New static variables.
15631         (clear_table): Initialize first_containing_mem.
15632         (discard_useless_values):  Compact the containing_mem list.
15633         (add_mem_for_addr): Add to the list.
15634         * cselib.h (cselib_val): Add next_containing_mem.
15636 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15638         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15639         instructions for e500.
15641 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15643         * Makefile.in: Update.
15644         * c-cppbuiltin.c: Include tm_p.h.
15646 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15648         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15650         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15651         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15652         (_Unwind_SetGR): Same.
15653         (_Unwind_GetGRPtr): New.
15654         (_Unwind_SetGRPtr): New.
15655         (uw_update_context_1): Use accesor functions instead of accessing
15656         context->reg[] directly.
15657         (uw_install_context_1): Same.
15658         (execute_cfa_program): Same.
15659         (__frame_state_for): Same.
15661         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15662         the synthetic register offset.
15664         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15666 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
15668         * config/cris/cris.md: Remove lingering EGCS reference.
15669         ("*extopqihi_side_biap"): For HI operation, match
15670         cris_additive_operand_extend_operator, not
15671         cris_operand_extend_operator.  Adjust condition.
15672         ("*extopqihi_side", "*extopqihi"): Ditto.
15673         ("*extopqisi_side_biap"): Correct operand numbers in condition.
15674         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15675         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15676         ("*extophisi_swap"): Ditto.
15677         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15678         PLUS, not cris_operand_extend_operator.  Adjust condition and
15679         output template.
15680         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15681         * config/cris/cris.h (PREDICATE_CODES): Add
15682         cris_additive_operand_extend_operator.
15683         * config/cris/cris.c (cris_additive_operand_extend_operator):
15684         New predicate.
15686 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
15688         * df.c (read_modify_subreg_p): Change from static to global.
15689         * df.h (read_modify_subreg_p): Add prototype.
15690         * sched-deps.c (sched_analyze_1): Generate true dependency for
15691         strict_low_part, certain subregs and zero/sign_extract.
15693 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15695         * Makefile.in: Update.
15696         * c-common.c: Don't include real.h or except.h.
15697         (REGISTER_PREFIX): Remove.
15698         (builtin_define_std, builtin_define_with_value,
15699         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15700         builtin_define_type_max, builtin_define_type_precision,
15701         builtin_define_float_constants): Move to c-cppbuiltin.c.
15702         (c_stddef_cpp_builtins): New.
15703         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15704         * c-cppbuiltin.c: New, extracted from c-common.c.
15705         (define__GNUC__): New.
15706         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15707         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15708         (cpp_unique_options): Don't support no-gcc.
15709         (do_spec_1): Remove support of version specs.
15710         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15711         * doc/passes.texi: Update.
15712         * doc/tm.texi: Update.
15714 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15716         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15718 2003-03-10  Andrew Pinski  <apinski@apple.com>
15720         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15721         is on should not get here.
15722         (machopic_indirect_data_reference): If dynamic-no-pic is on just
15723         generate high/low parts of the address.
15724         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15725         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15726         symbol and labels with a new reg.  Dynamic-no-pic does not have a
15727         pic_offset_table_rtx.
15728         (machopic_select_section): Change references of flag_pic to
15729         MACHOPIC_INDIRECT.
15730         (machopic_asm_out_destructor): Likewise.
15731         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15732         reference of flag_pic to MACHOPIC_INDIRECT.
15733         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15734         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15735         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15736         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15737         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15738         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15739         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15740         (TARGET_DYNAMIC_NO_PIC): Define.
15741         (SUBTARGET_SWITCHES): Define, have sub-target switches for
15742         dynamic-no-pic.
15743         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15744         rs6000_override_options to here. Dynamic-no-pic overrides
15745         pic.
15746         (CC1_SPEC): Change from not static then pic to not static and not
15747         dynamic-no-pic then pic.
15748         * config/rs6000/rs6000.c (rs6000_override_options): Move the
15749         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15750         (rs6000_legitimize_reload_address): Add case for loading floating in
15751         dynamic-no-pic.
15752         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
15753         of flag_pic to MACHOPIC_INDIRECT.
15754         (secondary_reload_class): Conditional change the reference of
15755         flag_pic to MACHOPIC_INDIRECT.
15756         (rs6000_output_mi_thunk): Change reference of flag_pic to
15757         MACHOPIC_INDIRECT.
15758         (output_profile_hook): Likewise.
15759         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15760         * config/rs6000/rs6000.md (movdf_low): Add the case for
15761         MACHO_DYNAMIC_NO_PIC_P.
15762         (call): Change references for flag_pic in TARGET_MACHO to
15763         MACHOPIC_INDIRECT.
15764         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15765         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
15766         * doc/invoke.texi (-mdynamic-no-pic): Document.
15768 2003-03-10  Devang Patel  <dpatel@apple.com>
15770         PR c++/9394
15771         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15772         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15773         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15774         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15775         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15776         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15778 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15780         PR optimization/7189
15781         * toplev.c (rest_of_compilation):  Move
15782         check_function_return_warnings up to just after
15783         delete_unreachable_blocks.
15785 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15787         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15788         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15789         Declare.
15790         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15791         for reg rename optimization to avoid using Z and Y registers.
15793 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15795         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15796         when adding to X and Y since leax/leay are fast.
15797         ("*addhi3"): Accept 'I' constraint when adding to address register.
15798         ("rotlhi3"): Operand 1 must be a register_operand.
15799         (peephole2): New peephole to optimize some adds.
15800         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15801         to represent -2 .. 2 small integer range.
15803 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15805         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15806         each 16-bit rotation.
15808 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
15810         * c-opts.c (add_prefixed_path): Don't use concat.  When
15811         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15812         cpp_GCC_INCLUDE_DIR_len characters.
15814 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15816         * testsuite/gcc.dg/altivec-9.c: New file.
15818         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15819         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15821 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15823         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15824         vectors.
15825         (__ev_convert_u64): Remove macro.  Define as inline.
15826         (__ev_convert_s64): Same.
15828 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15830         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15831         (rs6000_stack_t): Add spe_64bit_regs_used.
15833         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15834         spe_64bit_regs_used, and use it to determine the size of the
15835         frame.
15836         (spe_func_has_64bit_regs_p): New.
15837         (spe_synthesize_frame_save): New.
15838         (rs6000_frame_related): Handle SPE synthetic registers.
15839         (rs6000_emit_prologue): Only save in 64-bits if the function used
15840         any registers in 64-bit mode.
15841         (rs6000_emit_epilogue): Same, but for restore.
15843 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15845         * arm.h (enum floating_point_type): Delete.  Replace with...
15846         (enum fputype): ... new.
15847         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
15848         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15849         * arm.md (attr fpu): Reworked for new underlying enum values.
15850         * arm.c (arm_fpu_arch): Now enum fputype.
15851         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
15852         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15853         Update uses of arm_fpu_arch and arm_fpu_tune.
15855 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
15857         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15858         (try_crossjump_to_edge): Replace refereces to one jump table by
15859         references to identical jump table.
15860         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15861         (replace_label): Moved to rtlanal.c.
15862         (struct rtx_pair): Moved to rtl.h.
15863         * rtl.h (struct rtx_pair): Moved from loop.c.
15864         (replace_label): New extern function.
15865         (subrtx_p): New extern function.
15866         (tablejump_p): New extern function.
15867         * rtlanal.c (replace_label): Moved from loop.c.
15868         (subrtx_p_1): New static function.
15869         (subrtx_p): New function.
15870         (tablejump_p): New function.
15872 2003-03-10  Jan Hubicka  <jh@suse.cz>
15874         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15876         * cfgcleanup.c (merge_blocks): Return where to iterate next.
15877         (try_optimize_cfg): Use return value of merge_blocks
15879 2003-03-10  Michael Matz  <matz@suse.de>
15881         * cfg.c (unchecked_make_edge): New.
15882         (cached_make_edge): Use it.
15883         * basic-block.h (unchecked_make_edge): Declare.
15884         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15886 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15888         * fpa.md: New file.  Move all patterns relating to FPA co-processor
15889         to here...
15890         * arm.md: ... from here.
15891         (cirrus.md, fpa.md): Include at end of description.
15892         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15893         (pic_load_addr_based): Remove register constraint from expander.
15894         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15895         (sordered, sungt, sunle, sunge, sunlt): Likewise.
15896         (eh_epilogue, tablejump): Likewise.
15898 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15900         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15901         on operands if it has a PLACEHOLDER_EXPR.
15903 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
15904             Mostafa Hagog
15906         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15907         condition.
15909 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
15911         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15912         * config/ip2k/ip2k.h: Similarly.
15913         * config/m32r/m32r.h: Similarly.
15914         * config/m68hc11/m68hc11.h: Similarly.
15915         * config/mn10200/mn10200.h: Similarly.
15916         * config/mn10300/mn10300.h: Similarly.
15917         * config/pdp11/pdp11.h: Similarly.
15918         * config/v850/v850.h: Similarly.
15919         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15920         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15921         * config/mips/iris3.h: Remove #if 0 block.
15923 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15924             Joern Rennecke <joern.rennecke@superh.com>
15926         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15927         pending argument upon return from handle_braces here.
15928         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15930 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15931             Joern Rennecke <joern.rennecke@superh.com>
15933         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15934         pending argument upon return from handle_braces here.
15935         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15937 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15939         * varasm.c (make_decl_one_only): Use declare_weak().
15941 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15943         PR middle-end/9986
15944         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15945         after the common builtins.
15946         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15947         * pa.c (TARGET_INIT_BUILTINS): Define.
15948         (pa_init_builtins): New function.
15950         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15951         space has been allocated for the outgoing arguments, set the arg
15952         pointer for a call emitted after virtuals have been instantiated
15953         using the stack pointer offset, otherwise abort.
15955 2003-03-09  DJ Delorie  <dj@redhat.com>
15957         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15959 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
15961         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15962         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15963         conversion to integer.
15964         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15966 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15968         * builtins.def: Fix typo and improve grammar.
15969         * loop-unroll.c (decide_peel_completely): Tidy log message.
15971 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
15973         * config/h8300/h8300.md (*tstsi_upper_bit): New.
15974         (*iorsi3_e2f): Likewise.
15976 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15978         * config/h8300/h8300.c (h8300_and_costs): Return the number of
15979         assembly instructions needed.
15980         (h8300_shift_costs): Likewise.
15982 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
15984         * config/cris/aout.h (ENDFILE_SPEC): Undef.
15986         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15987         moves from here ...
15988         * expr.c (emit_move_insn_1): ... to here.
15990         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15991         (TARGET_OS_CPP_BUILTINS): New macro.
15992         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15993         (TARGET_OS_CPP_BUILTINS): New macro.
15994         (CPP_PREDEFINES): Don't define.  Move old definitions and...
15995         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15996         (TARGET_CPU_CPP_BUILTINS): New macro.
15997         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15998         definitions and the optional __PIC__, __pic__ and
15999         __NO_UNDERSCORES__ definitions to...
16000         (TARGET_OS_CPP_BUILTINS): New macro.
16002         * flags.h (flag_leading_underscore): Declare.
16004         * c-opts.c (c_common_post_options): On fopen failure, return
16005         false, not NULL.
16007 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16009         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16010         config.h.
16011         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16012         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16014 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16016         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16017         CPP_PREDEFINES.
16018         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16019         CPP_PREDEFINES.
16021 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16023         * c-common.h (c_common_init, c_common_post_options): Update.
16024         * c-objc-common.c (c_objc_common_init): Update for new prototype.
16025         * c-opts.c (saved_lineno): New.
16026         (c_common_post_options, c_common_init): Update prototypes,
16027         move call to cpp_read_main_file from latter to former.
16028         * c-tree.h (c_ojbc_common_init): Update.
16029         * langhooks-def.h (lhd_post_options): New.
16030         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16031         * langhooks.c (lhd_post_options): New.
16032         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16033         * toplev.c (no_backend): New.
16034         (process_options): Call post_options hook and set main_input_filename
16035         and input_filename here.
16036         (lang_dependent_init, do_compile): post_options hook moved to
16037         process_options.
16038         * objc/objc-act.c (objc_init): Update prototype.
16039         * objc/objc-act.h (objc_init): Update prototype.
16041 2003-03-08  Roger Sayle  <roger@eyesopen.com>
16043         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16044         a complex or vector type, using a load in the original mode.
16046 2003-03-08  Jan Hubicka  <jh@suse.cz>
16048         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16049         * gt-cgraph.h: New GC file.
16050         * cgraph.c (known_fns): New static variable.
16051         (cgraph_node): Add the decl into varray.
16053 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16055         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16057 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
16059         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16060         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16061         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16062         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16063         All callers changed.
16064         * arm.md, arm.h, arm-protos.h: Updated.
16066         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16067         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16068         * arm.c (arm_regno_class, f_register_operand): Updated.
16070 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16072         * config/cris/cris.h: Remove EGCS references.
16073         (CPP_SPEC): Remove "-$".
16074         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16076 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16078         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16079         preference to CPP_PREDEFINES.
16081 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16083         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16085 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16087         * config/h8300/h8300.md (*extzv_16_8): New.
16089 2003-03-08  Jan Hubicka  <jh@suse.cz>
16091         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16092         * cgraph.h: (cgraph_local_info): Add can_inline_once
16093         (cgraph_global_info): Add inline_once.
16094         (cgraph_node): Add previous.
16095         (cgraph_remove_node): New.
16096         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16097         function.
16098         (cgraph_optimize): Call it.
16099         (cgraph_finalize_function):  Set inlinable flags.
16100         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
16101         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
16102         (cgraph_expand_function): Likewise.
16103         * cgraph.c
16104         (cgraph_node): Put nodes into doubly linked chain.
16105         (cgraph_remove_node): New function.
16106         * flags.h (flag_inline_functions_called_once): Declare.
16107         * tree-inline.c: Include cgraph.h
16108         (inlinable_functions_p): Add extra argument to bypass limits.
16109         (expand_call_inline):  Obey cgraph flag.
16110         * tree-inline.h (tree_inlinable_function_p): Update prototype.
16112 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16114         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16115         irreducible loops.
16117         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16118         loops info correctly.
16120 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
16122         PR middle-end/7796
16123         * unroll.c (calculate_giv_inc): Handle constants being
16124         loaded with LSHIFTRT.
16126 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
16128         * config/rs6000/rs6000.c (processor_target_table): Do not disable
16129         GP optional instructions on Power3, Power4, 620, and 630.
16131 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
16133         * calls.c: Fix comment formatting.
16134         * cfgloopanal.c: Likewise.
16135         * cfgloopmanip.c: Likewise.
16136         * combine.c: Likewise.
16137         * dwarf2out.c: Likewise.
16138         * ggc-common.c: Likewise.
16139         * langhooks.c: Likewise.
16140         * loop-unroll.c: Likewise.
16141         * loop.c: Likewise.
16142         * ra-build.c: Likewise.
16143         * sbitmap.c: Likewise.
16144         * toplev.c: Likewise.
16146 2003-03-07  James E Wilson  <wilson@tuliptree.org>
16148         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16150 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
16152         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16153         support -no-integrated-cpp.
16155         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16156         than langhooks.name.
16158 2003-03-07  Michael Matz  <matz@suse.de>
16160         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16161         (DF_FOR_REGALLOC): New.
16162         * df.c (df_ref_record): Set DF_REF_STRIPPED.
16163         (read_modify_subreg_p): Simplify.
16164         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16165         Use DF_FOR_REGALLOC.
16166         * ra.h (struct web): New member subreg_stripped.
16167         (invalid_mode_change_regs): Declare.
16168         * ra.c (invalid_mode_change_regs): New.
16169         (init_ra): Initialize it.
16170         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16171         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16172         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16173         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16174         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16176 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
16178         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16179         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16180         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16181         machine description file from ...
16182         * cirrus.md: ... here.
16184 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16186         * config/h8300/h8300.md (a peephole2): Don't use
16187         reg_overlap_mentioned_p.
16189 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
16191         * c-pch.c: Include langhooks.h.
16192         (IDENT_LENGTH): New.
16193         (get_ident): New.
16194         (pch_ident): Delete.
16195         (pch_init): Use get_ident, IDENT_LENGTH.
16196         (c_common_valid_pch): Likewise.  Also, use actual language
16197         in warning message.
16198         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16200         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
16201         c-parse.in.
16202         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16203         gt-objc-objc-act.h.
16204         (gt-objc-objc-act.h): New rule.
16205         * objc/lang-specs.h: Support PCH.
16206         * objc/objc-act.c: Include gt-objc-objc-act.h.
16207         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16208         (build_selector_reference_decl): Move idx out, mark for PCH.
16209         (build_class_reference_decl): Likewise.
16210         (build_objc_string_decl): Move *_idx out, mark for PCH.
16211         (build_tmp_function_decl): Move xxx out, mark for PCH.
16213 2003-03-06  Dale Johannesen  <dalej@apple.com>
16215         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
16216         global functions for inlining on Darwin.
16218 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
16220         * haifa-sched.c (schedule_block): Don't call reorder when sorting
16221         is prohibited.
16223 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
16225         * Makefile.in (c-ppoutput.o): Update.
16226         * c-common.h (init_pp_output): New.
16227         (preprocess_file): Update.
16228         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16229         Register builtins.
16230         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16231         Make call to cpp_read_main_file common to whether preprocessing
16232         or not.  Don't register builtins.
16233         * c-ppoutput.c: Include c-pragma.h.
16234         (setup_callbacks): Rename init_pp_output.
16235         (preprocess_file): No longer setup callbacks or call
16236         cpp_read_main_file.
16237         * cpphash.h (_cpp_init_mbchar): New.
16238         * cppinit.c (init_library): Call _cpp_init_mbchar.
16239         * cpplex.c (_cpp_init_mbchar): New.
16241 2003-03-06  Roger Sayle  <roger@eyesopen.com>
16243         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16244         MEM, try loading the MEM into a register and taking the low-part
16245         of that, to help CSE see the use of the MEM in its true mode.
16247 2003-03-05  Tom Tromey  <tromey@redhat.com>
16249         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16250         Define.
16252 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
16254         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16255         operand 2.
16256         ("*ineqbranchsi"): Likewise.
16258 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
16260         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16261         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
16262         register store followed by a stack increment.
16264 2003-03-05  Chris Moller  <cmoller@redhat.com>
16266         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16267         to inhibit saving CARRY_REGS.
16269         * config/stormy16/stormy16.c (xs_hi_general_operand):
16270         added predicate to detect and error-out on out-of-range
16271         const_ints for movhi.
16272         * config/stormy16/stormy16.md (movhi): use
16273         xs_hi_general_operand.
16275         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16276         added a check for local vbl size overflow.
16277         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16278         added predicate to detect and error-out on out-of-range
16279         const_ints for addhi and subhi.
16280         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16281         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16283         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16284         add a term to accept PRE_MODIFY addresses.
16285         * config/stormy16/stormy16.c (xstormy16_expand_move):
16286         add code to expand PRE_MODIFY addresses to an add followed
16287         by a move.
16289 2003-03-06  Jason Merrill  <jason@redhat.com>
16291         * tree-inline.c (inlinable_function_p): Revert earlier change
16292         pending investigation.
16294 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16296         * config/h8300/h8300.md (a new peephole2): New.
16298 2003-03-06  Jan Hubicka  <jh@suse.cz>
16300         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16302 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16304         * dwarf2out.c (size_of_die): Compute size of external reference to
16305         die correctly.
16307 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
16309         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16310         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16311         expanders.
16313 2003-03-05  Roger Sayle  <roger@eyesopen.com>
16315         * expr.h (lang_expand_expr): Delete obsolete prototype.
16317 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16319         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16321 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16323         * config/h8300/h8300.md (a peephole2): Generalize to
16324         accept a memory operand.
16326 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
16328         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16329         * config/alpha/alpha.c (print_operand, case '+'): New.
16330         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16331         (call_value_osf_1_noreturn): Likewise.
16333 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16335         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16336         (expand_end_bindings): Likewise.
16338 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16340         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16341         (epilogue): Don't generate return_external_pic when emitting PA 2.0
16342         code.
16344 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
16346         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16348         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16350         * hooks.c (hook_rtx_rtx_null): New.
16352         * hooks.h (hook_rtx_rtx_null): Protoize.
16354         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16355         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16357         * target.h (struct gcc_target): Add dwarf_register_span.
16359         * dwarf2out.c (multiple_reg_loc_descriptor): New.
16360         (one_reg_loc_descriptor): New.
16361         (reg_loc_descriptor): Add support for values that span more than
16362         one register.
16364 2003-03-05  Jan Hubicka  <jh@suse.cz>
16366         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16367         * alias.c:  Include cgraph.h
16368         (mark_constant_function): Use cgraph_rtl_info.
16369         * calls.c:  Include cgraph.h
16370         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16371         calls.
16372         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16373         * cgraph.c (cgraph_rtl_info): New function.
16374         * cgraph.h (cgraph_rtl_info): Declare
16375         (cgraph_rtl_info): Likewise.
16376         * function.h (struct function): Add recursive_call_emit.
16377         * toplev.c: Include cgraph.h.
16378         (rest_of_compilation): Set preferred_incoming_stack_boundary.
16380 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16382         * config/h8300/h8300.c (output_simode_bld): Clear the
16383         destination first if possible.
16384         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16385         alternative.
16386         (extzv_1_r_inv_h8300hs): Likewise.
16388 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16390         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16391         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16392         * cfgloop.c (flow_loop_free): Made global.
16393         (establish_preds): New static function.
16394         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16395         (get_loop_exit_edges): New.
16396         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16397         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16398         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16399         loops.
16400         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16401         removability of an edge.
16402         (fix_irreducible_loops): New static function.
16403         (find_path, remove_path): Add ability to remove enclosing loops.
16404         (unloop): New.
16405         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16406         flags.
16407         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16408         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16409         not neccessary.
16410         (decide_peel_completely, peel_loops_completely): Allow complete peeling
16411         of non-duplicable once rolling loops.
16412         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16414 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
16416         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16417         for align_jumps is 4.
16419         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
16420         use GENERAL_REGS.
16422 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
16424         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
16425         according to va_arg type.
16426         (EXPAND_BUILTIN_VA_ARG): Remove.
16427         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
16428         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
16430 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
16432         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
16433         else clauses.
16435 2003-03-05  Michael Matz  <matz@suse.de>
16437         * i386/i386.c (ix86_save_reg): Also test
16438         current_function_uses_const_pool.
16440 2003-03-05  Michael Matz  <matz@suse.de>
16442         * unwind.h: Add the GPL exception.
16443         * Makefile.in (USER_H): Add unwind.h.
16445 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
16447         PR c/9799
16448         * c-typeck.c (push_init_level): Add sanity check.
16450 2003-03-05  Jan Hubicka  <jh@suse.cz>
16452         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
16453         RTL inlining is done.
16455         * cgraphunit.c (cgraph_mark_local_functions): New local function.
16456         (cgraph_optimize): Mark local functions.
16457         * i386-protos.h (init_cumulative_args): Update prototype.
16458         * i386.c (init_cumulative_args): Use register passing convention for
16459         local functions.
16461         * cgraph.c (cgraph_global_info_ready): New global variable
16462         (cgraph_local_info, cgraph_global_info): New functions.
16463         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
16464         structures.
16465         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
16466         Declare.
16467         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
16468         (cgraph_mark_functions_to_output): Use inline_many.
16469         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
16470         (cgraph_expand_functions): Expand inline functions last.
16471         (cgraph_optimize): Do not emit uneeded functions.
16473 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16475         * expr.c (convert_modes): Check for legal hard register.
16477 2003-03-04  Tom Tromey  <tromey@redhat.com>
16479         * doc/sourcebuild.texi (Front End Directory): Document tags.
16480         * configure: Rebuilt.
16481         * configure.in (target_list): Added tags.
16482         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
16483         TAGS files by reference.
16484         * objc/Make-lang.in (objc.tags): New target.
16486 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16488         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16489         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16490         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16491         gcov_read_string, gcov_write_length): Modified to enable reading/
16492         writing of whole .da file just once.
16493         (da_file_open, da_file_close, da_file_eof, da_file_error,
16494         da_file_position, da_file_seek, da_file_write, da_file_read): New
16495         functions.
16496         (actual_da_file, actual_da_file_position, actual_da_file_length,
16497         actual_da_file_buffer, actual_da_file_buffer_size): New static
16498         functions.
16499         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16500         just once.
16503 2003-03-04  Andreas Schwab  <schwab@suse.de>
16505         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16506         offset without frame pointer.
16508 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16510         * expr.c (expand_expr): Call promote_mode to set unsignedp.
16512 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
16514         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16515         * configure: Regenerated.
16516         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16518 2003-03-04  Andreas Jaeger  <aj@suse.de>
16520         * configure.in: Check for <memcheck.h>.
16521         * configure: Regenerated.
16523         * config.in: Define HAVE_MEMCHECK_H.
16525         * ggc-common.c: Use <memcheck.h> if available instead of
16526         <valgrind.h>.
16527         * ggc-page.c: Likewise.
16528         * cppfiles.c: Likewise.
16530 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
16532         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16534 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16536         PR c/9262
16537         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16538         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16540 2003-03-04  Jan Hubicka  <jh@suse.cz>
16542         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
16543         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16544         for -O3.
16546 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
16548         * configure.in: Delete three unused variables.  Move a variable
16549         definition closer to its use.  Simplify use_collect2 logic.  Start to
16550         organize.  Simplify tests for in-tree gas and ld.
16551         * configure: Regenerate.
16553 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
16555         * Makefile.in: Update.
16556         * c-common.c (flag_no_line_commands, flag_no_output,
16557         flag_dump_macros, flag_dump_includes): New.
16558         * c-common.h (flag_no_line_commands, flag_no_output,
16559         flag_dump_macros, flag_dump_includes, preprocess_file): New.
16560         (init_c_lex): Update prototype.
16561         * c-lex.c (init_c_lex): Update prototype; move some code to
16562         c_common_init.
16563         * c-opts.c (preprocess_file): Subsume into c_common_init.
16564         (c_common_decode_option): Update flags.
16565         (c_common_init): Move code from preprocess_file and init_c_lex.
16566         (sanitize_cpp_opts): Update.
16567         * c-ppoutput.c: New, cppmain.c almost verbatim.
16568         * cpphash.h (struct printer): Remove.
16569         (struct cpp_reader): Remove print.
16570         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16571         cpp_preprocess_file): Remove.
16572         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16573         and dump_includes.
16574         * cppmain.c: Remove.
16575         * doc/passes.texi: Update.
16577 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16579         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
16580         (assign_stack_local_1): Perform overall stack alignment only when
16581         STACK_ALIGNMENT_NEEDED is nonzero.
16582         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16584         * pa.c (compute_frame_size): Rename fsize to size.  Account for
16585         alignment to a word boundary before general register save block.  Only
16586         account for double-word alignment before floating point register save
16587         block if one or more are saved.  Don't allocate space for %r3 when
16588         frame pointer is needed.
16589         (hppa_expand_prologue): Include alignment to word boundary in local
16590         frame size.
16591         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16592         (STACK_ALIGNMENT_NEEDED): Define.
16594 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
16596         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16597         global register variables.
16599 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16601         * reload.c (reload_adjust_reg_for_mode): New function.
16602         (subst_reloads): Call it.
16603         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16604         * reload.h (reload_adjust_reg_for_mode): Declare.
16605         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16606         Call it.
16608 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16610         * optabs.c (add_equal_note): Delete SUBREG_REG use.
16611         Fixes PR c/7872.
16613 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16615         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16616         (*ixorsi3_lshiftrt_16): New.
16617         (*iorsi3_ashift_16): Remove.
16619 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16621         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16622         pattern.
16624 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16626         * doc/install.texi (Specific): Update entry for powerpc-darwin.
16628 2003-03-03  Richard Henderson  <rth@redhat.com>
16630         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16632 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
16634         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16635         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16636         (rs6000_variable_issue): Do not return negative value.
16637         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16638         scheduling pass.
16640 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16642         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16643         prune_unused_types calls.
16645 2003-03-03  Jason Merrill  <jason@redhat.com>
16647         * tree-inline.c (find_builtin_longjmp_call): Save and restore
16648         lineno and input_filename.
16649         (find_alloca_call): Likewise.
16650         (inlinable_function_p): Run the langhook earlier.
16652         * calls.c (compute_argument_addresses): Give the new MEMs a
16653         minimum alignment of PARM_BOUNDARY.
16655 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16657         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16658         subtarget_asm_isa_spec.
16659         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16660         (ASM_SPEC): Define as SH_ASM_SPEC.
16661         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16662         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16663         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16664         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16666         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16667         and align_jumps if not set.
16668         Force align_jumps to be at least 2.
16669         When relaxing, force align_functions to be at least the maximum of
16670         align_loops, align_jumps and 4.
16671         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16672         (sh_loop_align): Honour align_loops_log.
16674         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16675         to check for indirect_jump_scratch.
16676         (indirect_jump_scratch): Add second set.
16677         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16678         when looking for indirect_jump_scratch.
16679         Extract scratch register taking new structure of indirect_jump_scratch
16680         into account.
16681         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16683 2003-03-03  Jan Hubicka  <jh@suse.cz>
16685         * calls.c (rtx_for_function_call): Take the address as an argument
16686         (expand_call): Do not modify the expression.
16688         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
16689         optimizing.
16691 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16693         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16694         TARGET_H8300H and TARGET_H8300S.
16696 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16698         * config/h8300/h8300.md (a peephole2): New.
16700 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16702         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16703         operands[0] and operands[1] are different.
16705 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16707         * reload1.c (reload_cse_move2add): Remove variable success.
16709 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16711         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16712         warnings.
16714 2003-03-02  Richard Henderson  <rth@redhat.com>
16716         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16717         * config.in, configure: Rebuild.
16718         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16719         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16720         paired ldtoffx and ldxmov annotations.
16721         (load_symptr_internal1): Remove.
16722         (load_symptr_high, load_symptr_low): New.
16724 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16726         * c-incpath.c (add_path): Fix sysp assignment.
16728 2003-03-02  Kurt Garloff  <garloff@suse.de>
16730         * params.def: Introduce parameter max-inline-insns-rtl for
16731         a separate limit for the RTL inliner.
16732         * params.h: Likewise.
16733         * integrate.c (function_cannot_inline_p): Use it.
16734         * toplev.c (decode_f_option): Set multiple parameters
16735         controlling inlining with -finline-limit.
16736         * params.def: Fix orthographic and typographic errors.
16737         * doc/invoke.texi: Document parameters controlling inlining
16738         and the way -finline-limit sets multiple of them.
16740         * tree.h (struct tree_decl): Introduce inlined_function_flag,
16741         recording whether the function became eligible for inlining
16742         by a compiler flag rather than the declaration.
16743         Provide DID_INLINE_FUNC macro to access it.
16744         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16745         * cp/decl.c (grokfndecl): Likewise.
16746         * toplev.c (rest_of_compilation): Likewise.
16747         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16748         * print-tree.c (print_node): Report it.
16749         * params.def: Introduce new max-inline-insns-auto limit.
16750         * params.h: Likewise.
16751         * tree-inline.c (inlinable_function_p): Apply it to functions
16752         with DID_INLINE_FUNC set.
16753         * toplev.c (decode_f_option): Initialize it from -finline-limit
16754         value.
16755         * doc/invoke.texi: Document new parameter.
16757 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
16759         * fix-header.c (read_scan_file): Don't reference simplify_path.
16761 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16763         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16764         min/max instructions by default as may result in reload errors.
16766 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16768         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16769         avoid reload problems; define split for it.
16771 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16773         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16774         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16775         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16776         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16777         rotatert and rotate.
16778         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16779         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16780         ("*rotrhi3_addr"): New split for shift insns on address register.
16781         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16782         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16783         (___rotrhi3): Likewise.
16784         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16786 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16788         * toplev.c (aux_base_name): Moved from toplev.h.
16789         (filename): Constify.
16790         (lang_dependent_init): Don't duplicate name.
16791         (process_options): Set aux_base_name here, not...
16792         (do_compile): ...here.  Change protoype.
16793         (toplev_main): Move some code from do_compile.
16794         * toplev.h: Remove aux_base_name.
16796 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16798         * config/h8300/h8300-protos.h: Add a prototype for
16799         iorxor_operator.
16800         * config/h8300/h8300.c (print_operand): Handle 'c'.
16801         (iorxor_operator): New.
16802         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16803         * config/h8300/h8300.md (*iorhi3_zext): Remove.
16804         (*iorsi3_zexthi): Likewise.
16805         (*iorsi3_zextsi): Likewise.
16806         (*xorhi3_zextqi): Likewise.
16807         (*xorsi3_zexthi): Likewise.
16808         (*xorsi3_zextsi): Likewise.
16809         (*ixorhi3_zext): New.
16810         (*ixorsi3_zext_qi): Likewise.
16811         (*ixorsi3_zext_hi): Likewise.
16813 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16815         * c-incpath.c (remove_component_p, simplify_path): Move back to
16816         cppfiles.c.
16817         (remove_duplicates): Use cpp_simplify_path.
16818         * c-incpath.h (simplify_path): Remove.
16819         * c-lex.c: Don't include c-incpath.h.
16820         (init_c_lex): Remove simplify_path.
16821         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16822         (find_or_create_entry, validate_pch): Revert.
16824 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
16826         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16827           an external cpp during compilation.
16828         (option_map): Likewise.
16829         * objc/lang-specs.h (default_compilers): Similarly.
16830         * doc/invoke.texi: Document -no-integrated-cpp flag.
16832 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16834         * config/h8300/h8300.md (zero_extendqisi2): Change to an
16835         expander.
16836         (*zero_extendqisi2_h8300): New.
16837         (*zero_extendqisi2_h8300hs): New.
16838         (two splitters): New.
16840 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16842         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16844 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16846         * config/h8300/h8300.md (a peephole2): Remove dead code.
16848 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16850         PR c++/9367
16851         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16852         (BT_FN_INT_CONST_STRING_VALIST_ARG,
16853         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16854         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16855         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16856         BT_FN_INT_STRING_CONST_STRING_VAR,
16857         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16858         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16859         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16860         ATTR_NONNULL_3): Also include the nothrow attribute.
16861         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16862         vsnprintf, vscanf, vsscanf): Don't define attributes here.
16863         * builtins.def (putchar, puts): Make full C89 built-ins.
16864         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16865         vsscanf, vsnprintf, vsprintf): New built-ins.
16866         * c-common.c (c_common_nodes_and_builtins): Handle new macro
16867         DEF_FUNCTION_TYPE_VAR_3.
16869         * doc/extend.texi: Document these new built-in functions.
16871 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16873         * config/h8300/h8300.md (a peephole2): New.
16875 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16877         * predict.c (estimate_bb_frequencies): Correctly set
16878         real_values_initialized after initialization.
16880 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
16882         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16883         cppinit.o, cppdefault.o, fix-header): Update.
16884         * c-incpath.c: New file.
16885         * c-incpath.h: New file.
16886         * c-lex.c: Include c-incpath.h.
16887         (init_c_lex): Register path simplifier.
16888         * c-opts.c: Include cppdefault.h and c-incpath.h.
16889         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16890         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16891         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16892         (missing_arg, c_common_decode_option): Handle them.
16893         (c_common_post_options): Register include chains.
16894         (print_help): Update.
16895         * cppdefault.h (struct default include): Update.
16896         Move some macros to ...
16897         * cppdefault.c: ... here.
16898         (cpp_include_defaults): Add extra field add_sysroot.
16899         * cppfiles.c (include_file, search_from, find_or_create_entry,
16900         cpp_included, find_include_file, remap_filename): Update for
16901         renaming of search_path to cpp_path, and of the chain headers.
16902         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16903         * cpphash.h (struct search_path): Move to cpplib.h.
16904         (struct cpp_buffer, struct cpp_reader): Update.
16905         (_cpp_simplify_pathname): Remove.
16906         * cppinit.c: Don't include prefix.h and cppdefault.h.
16907         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16908         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16909         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16910         no_pth, cpp_handle_options): Remove.
16911         (struct pending_option): Remove chain members.
16912         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16913         cpp_handle_option): Update.
16914         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16915         (struct cpp_options): Remove quote_include, bracket_include,
16916         include_prefix, include_prefix_len, verbose, ignore_srcdir,
16917         no_standard_includes, no_standard_cplusplus_includes.
16918         (struct cpp_callbacks): Add simplify_path.
16919         (cpp_handle_options): Remove.
16920         * fix-header.c: Include c-incpath.h.
16921         (read_scan_file): Update to use c-incpath functionality.
16922         * doc/passes.texi: Update.
16924 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16926         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16927         satisfies EXTRA_CONSTRAINT 'U'.
16929 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16931         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16932         register.
16933         (*tst_extzv_memqi_1_n): Change to a splitter.
16934         (a peephole2): Update.
16936 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16938         * predict.c (estimate_bb_frequencies): Initialize the sreal
16939         constants once per compilation.
16941 2003-02-28  Richard Henderson  <rth@redhat.com>
16943         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16945 2003-02-28  scott snyder  <snyder@fnal.gov>
16947         * flags.h: Add flag_eliminate_unused_debug_types.
16948         * toplev.c: Add flag_eliminate_unused_debug_types.
16949         (f_options): Add -feliminate-unused-debug-types.
16950         * dwarf2out.c (struct file_table): Add emitted member.
16951         (splice_child_die): Fix the parent pointer for the child being
16952         spliced.
16953         (lookup_filename): Maintain file_table.emitted array.  Don't
16954         output .file directive here.
16955         (maybe_emit_file): (new)
16956         (init_file_table): Set up file_table.emitted.
16957         (dwarf2out_source_line): Use maybe_emit_file.
16958         (dwarf2out_start_source_file): Use maybe_emit_file.
16959         (dwarf2out_init): Use maybe_emit_file.
16960         (prune_unused_types_walk_attribs): (new)
16961         (prune_unused_types_mark): (new)
16962         (prune_unused_types_walk): (new)
16963         (prune_unused_types_prune): (new)
16964         (prune_unused_types): (new)
16965         (dwarf2out_finish): Call prune_unused_types if
16966         flag_eliminate_unused_debug_types is set.
16967         * doc/invoke.texi (Option Summary): Add
16968         -feliminate-unused-debug-types.
16969         (Debugging Options): Likewise.
16971 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16973         * doc/invoke.texi: Change .pch to .gch.
16974         * cppfiles.c (open_file_pch): Likewise.
16975         * gcc.c (default_compilers): Likewise.
16977 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
16979         * floatlib.c: Remove.
16981 2003-02-28  Jason Merrill  <jason@redhat.com>
16983         * stor-layout.c (variable_size): Leave a "minus 1" outside the
16984         SAVE_EXPR.
16986 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
16988         * config/rs6000/power4.md: Add compare bypass.
16990 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
16992         * config/netbsd.h: Update copyright years.
16993         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16994         -pthread is specified on the command line.
16996 2003-02-28  Dale Johannesen <dalej@apple.com>
16998         * loop.c (struct movable): Add insert_temp, shrink savemode.
16999         (scan_loop): Accept invariants that require copying; mark as
17000         insert_temp.
17001         (combine_movables): Don't combine insert_temp movables.
17002         (move_movables): Insert copies for insert_temp movables.
17003         Don't record the info based on regno for insert_temp's.
17005 2003-02-28  Joel Sherrill <joel@OARcorp.com>
17007         PR 9638/other
17008         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17009         this constant defaults to 1.
17011 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
17013         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17015 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
17017         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17018         ARMv5e processor, not just for XScale.  Instructions are predicable.
17019         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17021 2003-02-28  Nick Clifton  <nickc@redhat.com>
17023         * config/arm/arm.c (note_invalid_constants): Change parameter type
17024         from bool to int.
17026 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
17028         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17029         test of bit 7.
17030         (*tst_extzv_memqi_1_n): Likewise.
17031         (a peephole2): New.
17033 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
17035         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17036         #ifndef __mips16.
17038 2003-02-28  Jan Hubicka  <jh@suse.cz>
17040         * combine.c (gen_lowpart_for_combine): Update handling of
17041         subregs_of_mode
17042         * flow.c (life_analysis, mark_used_regs): Likewise.
17043         * regclass.c (subregs_of_mode): Turn into single bitmap.
17044         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17045         dealing with subregs_of_mode
17046         * regs.h (subregs_of_mode): Update prototype.
17048 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
17050         * emit-rtl.c (set_reg_attrs_for_parm): New function.
17051         * rtl.h (set_reg_attrs_for_parm): New exported function.
17052         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17053         set_reg_attrs_from_mem.
17055 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17056             Zack Weinberg <zack@codesourcery.com>
17058         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
17060 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
17062         * reload1.c (sext_for_mode): Remove.
17063         (reload_cse_move2add): Use trunc_int_for_mode instead of
17064         sext_for_mode.
17065         (move2add_note_store): Likewise.
17066         Reset register information if we see a set in non-integer
17067         mode.
17069 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
17071         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17072         option.
17073         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17074         * config/rs6000/aix51.h: Same.
17075         * config/rs6000/aix52.h: Same.
17076         * config/rs6000/power4.md: Additional VMX bypasses.
17078 2003-02-27   Geert Bosch <bosch@gnat.com>
17080         * toplev.c (print_version): Add indentation for GGC heuristics and
17081         output after printing version information.
17083 2003-02-27  James E Wilson  <wilson@tuliptree.org>
17085         * combine.c (simplify_comparison): Require integral mode when
17086         permuting SUBREG with AND.
17088 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
17090         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17092 2003-02-27  Nick Clifton  <nickc@redhat.com>
17094         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17095         deleted when cirrus instructions were added.
17097 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
17099         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17100         POSIX thread support by default.
17102 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17104         * config/i386/cygwin.h: Don't include any other files directly.
17105         * config/i386/mingw32.h: Don't include cygwin.h directly.
17106         * config.gcc (cygwin, mingw32, uwin): Instead make these files
17107         explicit in the tm_files variable.
17109 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
17111         * config/rs6000/rs6000.md: Add TI constant splitter.
17113 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
17115         * builtins.c (purge_builtin_constant_p): Handle subreg of
17116         constant_p_rtx too.
17118         * function.c (assign_stack_local_1): Truncate constant added to
17119         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17121 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
17123         * config.gcc: Add power4 to PowerPC with_cpu list.
17125 2003-02-26  Jan Hubicka  <jh@suse.cz>
17127         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17129 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17131         * gcov-dump.c (print_prefix): Fix signedness warning.
17132         * gcov-io.h (struct counter_section, struct counter_section_data): New.
17133         (struct function_info): n_arc_counts field removed, n_counter_sections,
17134         counter_sections fields added.
17135         (struct gcov_info): arc_counts, n_arc_counts fields removed,
17136         n_counter_sections, counter_sections fields added.
17137         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17138         profile sections.
17139         * profile.h (MAX_COUNTER_SECTIONS): New.
17140         (struct section_info): New.
17141         (struct profile_info): count_instrumented_edges,
17142         count_edges_instrumented_now fields removed, n_sections, section_info
17143         fields added.
17144         (find_counters_section): Declare.
17145         * profile.c (struct function_list): count_edges field removed,
17146         n_counter_sections, counter_sections fields added.
17147         (set_purpose, label_for_tag, build_counter_section_fields,
17148         build_counter_section_value, build_counter_section_data_fields,
17149         build_counter_section_data_value, build_function_info_fields,
17150         build_function_info_value, build_gcov_info_fields,
17151         build_gcov_info_value): New static functions.
17152         (find_counters_section): New function.
17153         (instrument_edges, get_exec_counts, compute_branch_probabilities,
17154         branch_prob, create_profiler): Modified to support multiple profile
17155         sections.
17157 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17159         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17160         is 8 * STACK_BOUNDARY.
17161         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17163 2003-02-26  Michael Matz  <matz@suse.de>
17165         * ra-colorize.c (merge_moves): Fix list handling.
17167 2003-02-26  Nick Clifton  <nickc@redhat.com>
17169         * config/arm/arm.c (is_load_address): Rename to...
17170         (arm_memory_load_p) ... this and make it check for SUBREGs and
17171         constant loads that will be converted into loads from the
17172         minipool.
17173         (is_cirrus_insn): Rename to ...
17174         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
17175         of CIRRUS_NO with CIRRUS_NOT.
17176         (cirrus_reorg): Use renamed functions.
17177         (note_invalid_constants): Change from a void function to bool.
17178         Add an extra parameter, saying whether the fixups should be
17179         pushed.  Return true if fixups are needed.
17180         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
17181         of CIRRUS_NO with CIRRUS_NOT.
17182         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17183         other floating point co-processors can also affect this.
17184         * config/arm/arm.md ("type" attribute): Add mav_farith and
17185         mav_dmult.  Replace references to "cirrus_type" attribute with
17186         "type".
17187         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17188         ("cirrus_type" attribute): Delete - use "type" instead.
17189         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17190         'normal'.
17192 2003-02-25  Jan Hubicka  <jh@suse.cz>
17194         * objc-act.c: Include cgraph.h
17195         (mark_referenced_methods): New function.
17196         (objc_init): Call it.
17197         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17199         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17200         mode.
17202         * optabs.c (expand_fix): Do not widen the input operand.
17204         * expr.c (emit_group_store):  Fix crash when converting single
17205         register into complex register.
17207         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17208         * alias.c: Include timevar.h
17209         (init_alias_analysis):  Set timevar
17210         * jump.c: Include timevar.h
17211         (rebuild_jump_labels):  Set timevar
17212         * regcalss.c: Include timevar.h
17213         (reg_scan):  Set timevar
17214         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17216 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17218         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17220         * Makefile.in (loop-unroll.o): New.
17221         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17222         (unroll_and_peel_loops): Declare.
17223         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17224         flag_old_unroll_loops.
17225         * loop.c (loop_invariant_p): Ditto.
17226         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17227         flag_old_unroll_all_loops.
17228         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17229         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17230         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17231         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17232         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17233         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17234         PARAM_MAX_ONCE_PEELED_INSNS): New.
17235         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17236         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17237         instead of old one.
17238         (flag_peel_loops): New.
17239         (lang_independent_options): The new flags added.
17240         (rest_of_compilation): Call new unroller.
17241         (process_options): Setup flags for coexistence of old and new unroller.
17242         * doc/invoke.texi: Document new options.
17243         * doc/passes.texi: Document new unroller pass.
17245 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
17247         * fixinc/fixincl.x: Regenerate
17249 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
17251         * function.c (assign_parms): Set reg_attrs for parameters passed in
17252         registers.
17254 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
17256         PR target/9681
17257         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17259 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
17261         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17262         pseudo-op.
17264 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17266         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
17267         * cse.c (invalidate_skipped_set):  Likewise.
17268         * integrate.c (subst_constants):  Likewise.
17269         * jump.c (reversed_comparison_code_parts):  Likewise.
17270         * loop.c (canonicalize_condition):  Likewise.
17271         * simplify-rtx.c (simplify_relational_operation):  Likewise.
17273 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17275         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17276         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
17277         the appropriate macro to define built-in function.
17278         (fmod,fmodf,fmodl): New built-in functions.
17280         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17282 2003-02-25  Richard Henderson  <rth@redhat.com>
17284         * config/i386/i386.c (function_arg): Pass variable sized
17285         structures correctly on the stack.
17287 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17289         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17290         does not reduce the cost of SET.
17292 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17294         PR target/9732
17295         * config/rs6000/rs6000.c (first_reg_to_save): Handle
17296         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17297         (rs6000_emit_prologue): Likewise.
17298         (rs6000_emit_epilogue): Likewise.
17299         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17300         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17302 2003-02-25  Richard Henderson  <rth@redhat.com>
17304         * real.c (real_to_integer2): Force overflow result only for
17305         unsigned overflow.
17307 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17309         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17311 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
17312             Richard Henderson  <rth@redhat.com>
17314         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17315         there is no similar load.
17317 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
17318             Richard Henderson  <rth@redhat.com>
17320         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17321         sched-rgn.c.
17322         (add_forward_dependence): New function prototype.
17324         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17325         sched-init.h.
17326         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17327         them to haifa-sched.c.
17329         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17330         haifa_classify_insn): Move them from sched-rgn.c.
17332         * sched-deps.c (add_dependence): Return flag of creating a new
17333         entry.
17334         (add_forward_dependence): New function.
17335         (compute_forward_dependences): Use the function.
17337         * sched-ebb.c (earliest_block_with_similiar_load): New function.
17338         (add_deps_for_risky_insns): New function.
17339         (schedule_ebb): Call the function.
17341 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
17343         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17344         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
17346         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17347         opaque types fail.
17349         * c-typeck.c (comptypes): Change call to vector_types_compatible
17350         to vector_opaque_p.
17351         (convert_for_assignment): Call vector_opaque_p instead of
17352         vector_types_compatible.
17353         (really_start_incremental_init): Disallow initialization of opaque
17354         types.
17356         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17357         Define TARGET_VECTOR_OPAQUE_P.
17358         (TARGET_INITIALIZER): Same.
17360         * target.h (struct gcc_target): Remove vector_types_compatible.
17361         Add vector_opaque_p.
17363         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17364         Remove.
17365         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17366         a vector type.  Change return type to bool.
17367         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17368         (TARGET_VECTOR_OPAQUE_P): Define.
17370         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17371         target hook.
17372         Include target.h.
17373         (cp_parser_init_declarator): Fix typo in function comments.
17375 2003-02-25  Jan Hubicka  <jh@suse.cz>
17377         * Makefile.in (lcm.o):  Add dependency on function.h
17378         * lcm.c (function.h): Include.
17379         * i386.c (machine_function, ix86_stack_locals,
17380         * ix86_save_varrargs_registers) : Move to
17381         ...
17382         * i386.h (machine_function, ix86_stack_locals,
17383         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17384         (ix86_optimize_mode_switching): New.
17385         * i386.md (fix patterns): Set ix86_optimize_mode_switching
17387 2003-02-25  Nick Clifton  <nickc@redhat.com>
17389         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
17390         of fourth arg is 'fndecl' not 'indirect'.  Update comment
17391         describing the function's parameters.
17393 2003-02-24  Jan Hubicka  <jh@suse.cz>
17395         * combine.c (simplify_shift_const):  Fix previous patch.
17397 2003-02-24  Jeff Law  <law@redhat.com>
17399         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17400         alternative.
17401         (testsi_1, testhi_1, testqi_1): Likewise.
17403 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17405         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17406         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17407         * doc/extend.texi (Tru64 Pragmas): Reflect this.
17409         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17410         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17411         * fixinc/fixincl.x: Regenerate.
17412         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17413         testcase.
17414         Fixes PR c/5059, c/6126, other/9671.
17416 2003-02-24  Roger Sayle  <roger@eyesopen.com>
17418         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
17419         from handle_braces in "%{...}".
17421 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
17423         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
17424         (prepare_move_operands): Handle TLS operands.
17425         (tls_symbolic_operand): New.
17426         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
17427         (legitimize_pic_address): Do nothing for the TLS symbol.
17428         (sh_encode_section_info): Handle TLS case.
17429         (sh_strip_name_encoding): Drop TLS encoding.
17430         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
17431         * config/sh/sh.h (SH_TLS_ENCODING): Define.
17432         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
17433         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
17434         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
17435         * config/sh/sh.md: Define TLS UNSPEC constants.
17436         (type): Add tls_load.
17437         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
17438         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
17439         ("tls_initial_exec"): New insn.
17440         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
17441         ("load_gbr"): New insn.
17443         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
17444         * configure: Regenerate.
17446 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
17448         PR 9297, PR 9722
17449         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
17450         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
17451         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
17452         (enum block_op_methods): Reorder for better store_expr optimization.
17453         * expr.c (store_expr): Test bit 1 of "want_value" for call param
17454         stores, test bit 0 for original want_value meaning.  Pass
17455         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
17456         recursive calls, and calls to expand_param.
17457         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
17458         expected, set target to 0 rather than to subtarget.  Formatting.
17460 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
17462         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
17464 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17466         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
17467         new default behavior.
17468         * ggc-common.c: Include sys/resource.h.
17469         (ggc_rlimit_bound): New function.
17470         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
17471         defaults to account for rlimits.
17473 2003-02-22  Richard Henderson  <rth@redhat.com>
17475         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
17477 2003-02-22  Kelley Cook <kelley@dwhoops.info>
17479         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
17480         (ix86_tune_string): Rename from ix86_cpu_string.
17482 2003-02-22  Kelley Cook <kelleycook@comcast.net>
17484         * config/i386/i386.c: Replace "mcpu" with "mtune".
17485         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17486         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17487         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17488         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
17490 2003-02-23  Andreas Schwab  <schwab@suse.de>
17492         * config.gcc: Delete references to m68k/t-linux and
17493         m68k/t-linux-aout.
17494         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17496 2003-02-22  Jan Hubicka  <jh@suse.cz>
17498         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
17499         of track scheduling patch.
17501 2003-02-22  Jan Hubicka  <jh@suse.cz>
17503         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17504         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17506 2003-02-22  Jan Hubicka  <jh@suse.cz>
17508         * c-decl.c (c_expand_body_1): Fix.
17510 2003-02-22  Jan Hubicka  <jh@suse.cz>
17512         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17514         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
17515         when not optimizing.
17516         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17517         when not expensive.
17518         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
17519         optimizing;  Delete trivially dead insns early; fix optimize check.
17521         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17522         dependency on cgraph.h
17523         * c-decl.c: Include cgraph.h
17524         (finish_function): Update call of tree_inlinable_function_p.
17525         * c-objc-common.c: Include cgraph.h
17526         * cgraph.h: New file.
17527         * cgraphunit.c: New file.
17528         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17529         (cgraph_nodes, cgraph_n_nodes): Globalize.
17530         (cgraph_finalize_function, cgraph_finalize_compilation_unit
17531         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17532         Move into cgraphunit.c
17533         * tree-inline.c: Include cgraph.h
17534         * tree-inline.c: Include cgraph.h
17536 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
17538         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17539         for copying a register.
17541 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
17543         PR other/3782
17544         * toplev.c (process_options): If flag_detailed_statistics is set,
17545         then set time_report as well.
17547         PR c/8828
17548         * jump.c (never_reached_warning): Don't fall through BARRRIER
17549         insns.  Update comments to reflect what the function really does.
17551 2003-02-21  Roger Sayle  <roger@eyesopen.com>
17553         * fold-const.c (omit_one_operand): No longer static.
17554         * tree.h (omit_one_operand): Prototype here.
17555         (div_and_round_double): Keep fold-const.c prototypes together.
17556         * builtins.c (builtin_mathfn_code): Handle binary built-in
17557         funtions, such as "pow" and "atan2".
17558         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17559         Simplify optimizations using "type" the builtin's return type.
17561 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
17563         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17564         Fix functionalization typo.
17566         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17567         in an asm.
17569 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17571         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17572         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17573         documentation.
17574         * ggc-common.c: Include params.h
17575         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17576         init_ggc_heuristics): New functions.
17577         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17578         init_ggc_heuristics): Prototype.
17579         * toplev.c (print_version):  Output GGC heuristics.
17580         (parse_options_and_default_flags): Call init_ggc_heuristics.
17582 2003-02-22  Jan Hubicka  <jh@suse.cz>
17584         * i386.c (def_builtin):  Special case 64bit builtins.
17585         (MASK_SSE164, MASK_SSE264): New constants.
17586         (builtin_description): Add 64bit builtins.
17587         (ix86_init_mmx_sse_builtins): Likewise.
17588         * i386.h (enum ix86_builtins): Likewise.
17589         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17590         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17591         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17592         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17593         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17594         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17595         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17597 2003-02-22  Jan Hubicka  <jh@suse.cz>
17599         * i386.c (builtin_description): Add __builtin_ia32_paddq and
17600         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17601          and __builtin_ia32_psubq128.
17602         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17603         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17604         (mmx_adddi3, mmx_subdi3): New.
17605         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17606         * xmmintrin.h (_mm_movepi64_pi64): New.
17607         (_mm_add_epi64, _mm_sub_epi64): fix.
17608         (_mm_mul_pu16): Rename to...
17609         (_mm_mul_su32): ... this one.
17611         * builtins.c (expand_builtin_expect):  Do not predict
17612         flag_guess_branch_prob is not set.
17613         * c-semantics.c (expand_stmt): Likewise.
17614         * predict.c (predict_insn): Likewise.
17615         * stmt.c (expand_continue_loop): Likewise.
17616         * toplev.c (rest_of_compilation): Do not call
17617         note_prediction_to_br_prob and note_prediction_to_br_prob
17618         when not optimizing.
17620 2003-02-21  Jan Hubicka  <jh@suse.cz>
17622         * cfgrtl.c (commit_edge_insertions):  Call
17623         find_many_sub_basic_block only when some code has been emitted.
17624         (commit_edge_insertions_watch_calls): Bring into sync with
17625         commit_edge_insertions
17627 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
17629         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17631         * sh.md (binary_sf_op): Use extra constant operand instead of
17632         negating constant operand 4.
17633         * sh.c (sh_expand_binop_v2sf): Supply it.
17635 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
17637         * cpphash.h (struct lexer_state): Add directive_wants_padding.
17638         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17639         for directives of type INCL.
17640         (glue_header_name, parse_include): Use get_token_no_padding.
17641         * cppmacro.c (replace_args): If directive_wants_padding,
17642         provide padding tokens.
17644 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
17646         * config/h8300/h8300.md (a peephole2): New.
17648 2003-02-21  Jan Hubicka  <jh@suse.cz>
17650         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17651         (commit_edge_insertions): Call find_many_sub_basic_blocks
17653         * reg-stack.c (convert_regs): Cleax aux for blocks.
17655 2003-02-21  Jan Hubicka  <jh@suse.cz>
17657         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17659 2003-02-21  Glen Nakamura  <glen@imodulo.com>
17661         PR optimization/8613
17662         * builtins.c (expand_builtin): Emit postincrements before expanding
17663         builtin functions.
17665 2003-02-21  Ben Elliston  <bje@redhat.com>
17667         PR other/5634
17668         * doc/install.texi (Configuration): Explain using $HOME instead of
17669         the ~ metacharacter when referring to home directories.
17671 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
17673         * configure.in (TARGET_SYSTEM_ROOT): Set default to
17674         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
17675         '${exec_prefix}' (in addition to the expansion thereof) as
17676         relocatable.
17677         * configure: Rebuilt.
17679 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17681         * config/h8300/h8300.md (addhi3_incdec): Change the name to
17682         *addhi3_incdec.
17683         (addsi3_incdec): Change the name to *addsi3_incdec.
17685 2003-02-20  Roger Sayle  <roger@eyesopen.com>
17687         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17689 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
17691         PR fortran/9038
17692         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17693         options to be ignored.
17694         (c_common_decode_option): Ignore them when preprocessing.
17696 2003-02-20  Jan Hubicka  <jh@suse.cz>
17698         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17699         global variables.
17700         (lang_independent_options):  Add -fsched2-use-superblocks
17701         -fsced2-use-traces.
17702         (rest_of_compilation): Deal with it.
17703         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
17704         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17705         Declare.
17706         * rtl.h (reg_to_stack):  Update prototype.
17707         * reg-stack.c (reg_to_stack): Return when something has changed;
17708         update liveness when executing after superblock scheduling.
17710         * combine.c (simplify_shift_const):  Simplify few special cases
17711         into constants.
17713 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17715         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17716         (add.,subf.,neg.): Change attribute to fast_compare.
17717         All DFA descriptions updated.
17719 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
17721         Change base class access representation.
17722         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17723         TREE_VIA_PRIVATE): Remove.
17724         (BINFO_BASEACCESSES): New binfo elt.
17725         (BINFO_BASEACCESS): New accessor.
17726         (BINFO_ELTS): Increase.
17727         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17728         (access_public_node, access_protected_node,
17729         access_private_node): New global nodes.
17730         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17731         * dbxout.c (dbxout_type): Adjust.
17732         * dwarf2out.c (gen_inheritance_die): Add access parameter.
17733         (gen_member_die): Adjust.
17734         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17735         (output_type): Adjust.
17736         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17738         Change base class access representation. Share virtual base
17739         binfos.
17740         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17741         call.
17742         * cp/class.c (build_base_path): Likewise.
17743         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17744         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17745         (make_new_vtable): Adjust.
17746         (force_canonical_binfo_r): Delete.
17747         (force_canonical_binfo): Delete.
17748         (mark_primary_virtual_base): Delete.
17749         (dfs_unshared_virtual_bases): Delete.
17750         (mark_primary_bases): Adjust.
17751         (maybe_warn_about_overly_private_class): Adjust.
17752         (dfs_base_derived_from): Delete.
17753         (base_derived_from): Follow the inheritance chain.
17754         (struct find_final_overrider_data): Add vpath member.
17755         (dfs_find_final_overrider): Adjust.
17756         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17757         (find_final_overrider): Adjust.
17758         (update_vtable_entry_for_fn): Adjust.
17759         (modify_all_vtables): Adjust.
17760         (walk_subobject_offsets): Adjust.
17761         (layout_nonempty_base_or_field): Adjust.
17762         (layout_empty_base): Remove last parameter. Adjust.
17763         (build_base_field): Adjust.
17764         (build_base_fields): Adjust.
17765         (propagate_binfo_offsets): Remove last parameter. Adjust.
17766         (dfs_set_offset_for_unshared_vbases): Delete.
17767         (layout_virtual_bases): Adjust.
17768         (finish_struct_1): Adjust.
17769         (init_class_processing): Don't init access nodes.
17770         (dfs_get_primary_binfo): Delete.
17771         (get_primary_binfo): Adjust.
17772         (dump_class_hierarchy_r): Remove most derived arg, add IGO
17773         parameter. Adjust.
17774         (dump_class_hierarchy): Adjust.
17775         (finish_vtbls): Adjust.
17776         (get_original_base): Delete.
17777         (build_vtt_inits): Adjust.
17778         (dfs_build_secondary_vptr_vtt_inits): Adjust.
17779         (dfs_ctor_vtable_bases_queue_p): Adjust.
17780         (build_ctor_vtbl_group): Adjust.
17781         (dfs_accumulate_vtbl_inits): Adjust.
17782         (build_vtbl_initializer): Adjust.
17783         (build_vbase_offset_vtbl_entries): Adjust.
17784         (add_vcall_offset_vtbl_entries_1): Adjust.
17785         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17786         (access_*_node): Remove.
17787         (CANONICAL_BINFO): Delete.
17788         (BINFO_UNSHARED_MARKED): Remove.
17789         (BINFO_MARKED): Set LANG_FLAG_0 directly.
17790         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17791         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17792         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17793         Delete.
17794         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17795         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17796         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17797         Delete.
17798         (BINFO_DEPENDENT_BASE_P): New.
17799         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17800         index.
17801         (markedp, unmarkedp): Adjust.
17802         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17803         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17804         find_vbase_instance, binfo_for_vbase): Delete.
17805         (copied_binfo, original_binfo): Declare.
17806         (finish_base_specifier): Add virtual_p arg.
17807         (unshare_base_binfos): Delete.
17808         (copy_base_binfos): Declare.
17809         (reverse_path): Delete.
17810         * cp/decl.c (xref_basetypes): Access and virtuality passed
17811         differently. Don't copy direct base binfos here. Call
17812         copy_base_binfos.
17813         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17814         (initialize_vtbl_ptrs): Adjust.
17815         (expand_member_init): Adjust.
17816         * cp/parser.c (cp_parser_base_specifier): Adjust.
17817         * cp/pt.c (instantiate_class_template): Adjust.
17818         (get_template_base_recursive): Adjust.
17819         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17820         (get_pseudo_ti_desc): Adjust.
17821         * cp/tree.c (unshare_base_binfos): Rename to ...
17822         (copy_base_binfos): ... here, reimplement.
17823         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17824         (reverse_path): Remove.
17825         * cp/typeck.c (get_delta_difference): Adjust error messages.
17826         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17827         * cp/search.c (lookup_base_r): Adjust.
17828         (dynamic_cast_base_recurse): Adjust.
17829         (canonical_binfo): Remove.
17830         (dfs_canonical_queue): Remove.
17831         (dfs_assert_unmarked_p): Remove.
17832         (assert_canonical_unmarked): Remove.
17833         (shared_marked_p, shared_unmarked_p): Remove.
17834         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17835         (dfs_access_in_type): Adjust.
17836         (access_in_type): Adjust.
17837         (dfs_accessible_queue_p): Adjust.
17838         (dfs_accessible_p): Adjust.
17839         (is_subobject_of_p_1, is_subobject_of_p): Remove.
17840         (struct lookup_field_info): Remove from_dep_base_p field.
17841         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17842         (lookup_field_r): Remove dependent base code.
17843         (lookup_member): Likewise.
17844         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17845         (dfs_unmarked_real_bases_queue_p): Remove.
17846         (dfs_marked_real_bases_queue_p): Remove.
17847         (dfs_skip_vbases): Remove.
17848         (dfs_get_pure_virtuals): Adjust.
17849         (markedp, unmarkedp): Adjust.
17850         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17851         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17852         (dfs_unmark): Adjust.
17853         (dfs_get_vbase_types):Remove.
17854         (dfs_build_inheritance_graph_order): Remove.
17855         (get_vbase_types): Remove
17856         (dfs_find_vbase_instance): Remove.
17857         (find_vbase_instance): Remove.
17858         (dfs_debug_unmarkedp): Adjust.
17859         (dependent_base_p): Remove.
17860         (dfs_push_type_decls): Adjust.
17861         (dfs_push_decls): Adjust.
17862         (dfs_no_overlap_yet): Adjust.
17863         (copied_binfo): New function.
17864         (original_binfo): New function.
17865         (binfo_for_vbase): Remove.
17867         Change base class access representation.
17868         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17869         (add_interface_do): Likewise.
17871 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17873         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17874         * config/rs6000/power4.md (power4-store,power4-vecstore): New
17875         insn reservations.
17876         (power4-fpstore): Compact.
17878 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17880         * config/h8300/h8300.md (*iorsi3_w): New.
17882 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17884         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17885         * rtl.c (reg_note_name): Likewise.
17886         * rtl.h (enum reg_note): Likewise.
17887         * doc/invoke.texi: Likewise.
17888         * doc/rtl.texi: Likewise.
17890 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17892         * bb-reorder.c (find_traces_1_round): Fix comment typo.
17894 2003-02-19  Roger Sayle  <roger@eyesopen.com>
17896         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17897         addition in the presence of signaling NaNs.
17899 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
17901         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17903 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17905         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17906         ORing with 0xffff??00 with the highest bit of the ?? part set.
17907         (compute_logical_op_length): Update.
17908         (compute_logical_op_cc): Likewise.
17910 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
17912         * bb-reorder.c (find_traces_1_round): Fixed condition for small
17913         destination block with multiple predecessors.
17914         (connect_traces): Check whether the block is a start of trace.
17916 2003-02-19  Jan Hubicka  <jh@suse.cz>
17918         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17919         * function.c (assign_params): Likewise.
17920         * arm-protos.h (arm_init_cumulative_args): Update prototype.
17921         * arm.c (arm_init_cumulative_args): Update function.
17922         * arm.h (INIT_CUMULATIVE_ARGS): Update.
17923         * avr-protos.h (init_cumulative_args): Update prototype.
17924         * avr.c (init_cumulative_args): Update function.
17925         * avr.h (INIT_CUMULATIVE_ARGS): Update.
17926         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17927         * d30v.c (d30v_init_cumulative_args): Update function.
17928         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17929         * frv-protos.h (frv_init_cumulative_args): Update prototype.
17930         * frv.c (frv_init_cumulative_args): Update function.
17931         * frv.h (INIT_CUMULATIVE_ARGS): Update.
17932         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17933         * pa.h (INIT_CUMULATIVE_ARGS): Update.
17934         * sparc-protos.h (init_cumulative_args): Update prototype.
17935         * sparc.c (init_cumulative_args): Update function.
17936         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17937         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17939 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17941         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17942         (*ashiftsi_sextqi_7): Likewise.
17944 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17946         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17947         ISO C99 and C++.
17949         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17950         for C++ on IRIX 6.5.1[89].
17951         * fixinc/tests/base/internal/sgimacros.h: New file.
17953         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17954         * fixinc/tests/base/internal/wchar_core.h: New file.
17956         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17957         socklen_t definition.
17958         * fixinc/fixincl.x: Regenerate.
17959         * fixinc/tests/base/sys/socket.h: New file.
17960         Fixes PR libgcj/9652.
17962 2003-02-19  Jan Hubicka  <jh@suse.cz>
17964         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17966 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
17968         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17969         align_jumps_max_skip and align_loops_max_skip.
17971 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
17973         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17974         test size if named section.
17976 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
17978         * expr.c (expand_expr): Use gen_int_mode for the argument
17979         to gen_rtx_MULT.
17981 2003-02-19  Jan Hubicka  <jh@suse.cz>
17983         * i386.md (cosxf2):  Fix conditional.
17985 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17987         * config/h8300/h8300.md (extendqisi2): Change to an expander.
17988         (*extendqisi2_h8300): New.
17989         (*extendqisi2_h8300hs): Likewise.
17991 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17993         * config/h8300/h8300-protos.h: Update the prototype for
17994         split_adds_subs.  Remove the prototypes for
17995         const_int_le_2_operand and const_int_le_6_operand.
17996         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17997         (const_int_le_2_operand): Remove.
17998         (const_int_le_6_operand): Likewise.
17999         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18000         for const_int_le_2_operand and const_int_le_6_operand.
18001         * config/h8300/h8300.md: Update all uses of split_adds_subs.
18002         (a peephole2): New.
18004 2003-02-18  Jan Hubicka  <jh@suse.cz>
18006         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18007         (cgraph_expand_function): Rewrite.
18009 2003-02-18  Matt Austern <austern@apple.com>
18011         * toplev.c, langhooks.c, langhooks-def.h: Move
18012         write_global_declarations from toplev.c to langhooks.c.
18014 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18016         * config/h8300/h8300.c (general_operand_src): Always check
18017         MODE.
18018         (general_operand_dst): Likewise.
18020 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18022         * convert.c (convert_to_real): Also optimize (float)log(x) into
18023         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18025 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
18027         * config/sh/sh.c (unspec_caller_rtx_p): New.
18028         (sh_cannot_copy_insn_p): New.
18029         (TARGET_CANNOT_COPY_INSN_P): New.
18031 2003-02-18  Richard Henderson  <rth@redhat.com>
18033         * c-common.c (handle_used_attribute): Accept static data too.
18035 2003-02-18  Nick Clifton  <nickc@redhat.com>
18036             Aldy Hernandez  <aldyh@redhat.com>
18038         * testsuite/gcc.dg/20030218-1.c: New.
18040         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18042         * target-def.h (TARGET_INITIALIZER): Add
18043         TARGET_VECTOR_TYPES_COMPATIBLE.
18044         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18046         * target.h (struct gcc_target): Add field vector_types_compatible.
18048         * c-typeck.c (comptypes): Take into account
18049         TARGET_VECTOR_TYPES_COMPATIBLE.
18050         (convert_for_assignment): Same.
18052         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18053         (rs6000_spe_vector_types_compatible): New.
18054         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18056 2003-02-19  Andreas Schwab  <schwab@suse.de>
18058         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18059         * toplev.c: Include langhooks-def.h.
18061 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
18063         * config/mips/mips.h (enum processor_type): Sort entries
18064         alphabetically.
18065         * config/mips/mips.md (define_attr cpu): Sync with processor_type
18066         enum values, including adding entries that were missing.
18068 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
18070         * sh.c (calc_live_regs): Also check GET_CODE when checking if
18071         initial value for PR_REG is still the PR_REG register.
18073 2003-02-18  Jim Wilson  <wilson@redhat.com>
18075         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18076         instruction in output template.
18077         (bsp_value): Change output template from string to C code, add %,
18078         before actual instruction.
18079         (flushrs): Mark as not predicable.
18081 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
18083         * inclhack.def (netbsd_bogus_semicolon): New fix.
18084         * fixincl.x: Rebuilt.
18085         * tests/base/ctype.h: Update.
18087 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18089         * fold-const.c (negate_expr_p): New function to determine whether
18090         an expression can be negated cheaply.
18091         (fold) [MINUS_EXPR]: Use it to determine whether to transform
18092         -A - B into -B - A for floating point types.
18094 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18096         * sbitmap.c (sbitmap_resize): New function.
18097         * sbitmap.h (sbitmap_resize): Prototype here.
18098         * recog.c (split_all_insns): Use sbitmap_resize.
18100 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18102         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18103         insn length.
18104         (extendqisi2): Likewise.
18105         (*extendhisi2_h8300): Likewise.
18107 2003-02-18  Matt Austern <austern@apple.com>
18109         * langhooks.h, langhooks-def.h: introduce new langhook,
18110         final_write_globals, with write_global_declarations as default.
18111         * toplev.c: Move invocation of wrapup_global_declarations from
18112         compile_file to new function, write_global_declarations.  Change
18113         compile_file to use final_write_globals hook.  Change
18114         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18115         conditional.
18117 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18119         * pa.md: Correct and enhance comment.
18121 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
18123         * gcc.c (validate_switches): Don't scan past closing '}'.
18125 2003-02-18  Ben Elliston  <bje@redhat.com>
18127         PR c++/1607
18128         * doc/extend.texi (Function Attributes): Document the effect of
18129         the C++ "this" parameter on the counting of arguments for the
18130         "format" and "format_arg" attributes.
18132 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
18134         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18135         (__ev_stdw): Same.
18136         (__ev_stdh): Same.
18138 2003-02-17  Jan Hubicka  <jh@suse.cz>
18140         * recog.c (split_all_insns):  Fix memory overflow.
18142 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
18144         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18145         (cmphi): Likewise.
18146         (*cmphi_h8300): Likewise.
18147         (*cmphi_h8300hs): Likewise.
18148         (cmpsi): Likewise.
18149         (7 peephole2): Likewise.
18151 2003-02-16  Jan Hubicka  <jh@suse.cz>
18153         * c-typeck.c (build_c_cast):  Fold constant variables into
18154         initial values.
18156 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18158         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18159         (Binaries): Ditto for Sinix/Reliant Unix.
18161 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
18163         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18164         not overlap the final result register.
18166 2003-02-16 Arend Bayer <arend.bayer@web.de>
18167            Richard Henderson  <rth@redhat.com>
18169         PR c/8068
18170         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18171         rearrange mult arguments for less recursion.
18172         (extract_muldiv): New.  Prevent runaway recursion.
18174 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
18176         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18177         MASK_ALIGN_DOUBLE.
18179 2003-02-15  Roger Sayle  <roger@eyesopen.com>
18181         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18182         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18183         (ext_80387_constants_table): Global table of 80387 special constants
18184         guarded by ext_80387_constants_init flag when not initialized.
18185         (init_ext_80387_constants): New function to initialize this table.
18186         (standard_80387_constant_p): Extend to recognize extra 80387
18187         constants, in XFmode, on processors where this is a win.
18188         (standard_80387_constant_opcode): New function to return the
18189         opcode associated with standard_80387_constant_p.
18190         (standard_80387_constant_rtx): New function to return the XFmode
18191         CONST_DOUBLE associated with standard_80387_constant_p.
18192         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18194         * config/i386/i386-protos.h (standard_80387_constant_opcode):
18195         Prototype here.
18196         (standard_80387_constant_rtx): Likewise.
18198         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18199         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18200         *movtf_integer): Simplify using new standard_80387_constant_opcode.
18202 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
18204         * doc/invoke.texi (Optimize Options): Correct @option syntax.
18206 2003-02-15  Richard Henderson  <rth@redhat.com>
18208         * Makefile.in (cfglayout.o): Depend on TARGET_H.
18209         * cfglayout.c: Include target.h.
18210         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18211         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18212         * target.h (struct gcc_target): Add cannot_copy_insn_p.
18214         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18215         (TARGET_CANNOT_COPY_INSN_P): New.
18216         (override_options): Revert 2003-02-08 hack.
18218 2003-02-15  Richard Henderson  <rth@redhat.com>
18220         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18221         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18223 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
18225         * config/rs6000/rs6000.h (processor_type): Add PPC440.
18226         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18227         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18228         TARGET_SCHED_VARIABLE_ISSUE): Define.
18229         (rs6000_use_dfa_pipeline_interface): New function.
18230         (rs6000_multipass_dfa_lookahead): New Function.
18231         (rs6000_variable_issue): New function.
18232         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18233         (rs6000_issue_rate): Add PPC440.
18234         * config/rs6000/rs6000.md (unspec list): Correct typo.
18235         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18236         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18237         cmp, delayed_cr, mfcr, mtcr.
18238         (automata_option): Set "ndfa".
18239         (extendMMNN2): Update attributes.
18240         (movcc_internal1): Discourage move to non-cr0.  Update
18241         attributes.
18242         (movMM_update): Update attributes.
18243         (cmpMM_internal): Update attributes.
18244         (sCC CR materialization): Update attributes.
18245         (branch patterns): Do not discourage non-cr0.
18246         (cr logical patterns): Prefer destructive register allocation.
18247         Update attributes.
18248         (movesi_from_cr): Update attribute.
18249         (mtcrf_operation): Update attribute.
18250         (mtcrfsi): Update attribute.
18251         * config/rs6000/40x.md: New file.
18252         * config/rs6000/603.md: New file.
18253         * config/rs6000/6xx.md: New file.
18254         * config/rs6000/7450.md: New file.
18255         * config/rs6000/7xx.md: New file.
18256         * config/rs6000/mpc.md: New file.
18257         * config/rs6000/power4.md: New file.
18258         * config/rs6000/rios1.md: New file.
18259         * config/rs6000/rios2.md: New file.
18260         * config/rs6000/rs64.md: New file.
18261         [Some DFA descriptions based on work by Michael Hayes]
18263 2003-02-15  Richard Henderson  <rth@redhat.com>
18265         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18266         successors with multiple predecessors.
18267         (connect_traces): Try harder to copy traces of length 1.
18269         * function.h (struct function): Add computed_goto_common_label,
18270         computed_goto_common_reg.
18271         * function.c (free_after_compilation): Zap them.
18272         * stmt.c (expand_computed_goto): Use them to produce one
18273         indirect branch per function.
18275 2003-02-15  Richard Henderson  <rth@redhat.com>
18277         * cfgcleanup.c: Include params.h.
18278         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
18279         too many outgoing edges from a block.
18280         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18281         * params.def (max-crossjump-edges): New.
18282         * doc/invoke.texi: Document it.
18284 2003-02-15  Richard Henderson  <rth@redhat.com>
18286         * recog.c (split_all_insns): Include new blocks in life update;
18287         do a global life update.
18289 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
18291         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18292         Update copyright.
18293         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18294         -mno-cygwin case.
18296 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18298         PR optimization/7702
18299         * reload1.c (reload_cse_simplify_set): Honor
18300         CANNOT_CHANGE_MODE_CLASS.
18302 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
18304         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18305         function.
18306         * config/mn10300/mn10300-protos.h: Declare it.
18307         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18308         attribute cc of instructions that may use clr.
18310 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18312         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18313         (x - (x & y)) is found.
18315 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18317         * configure.in: Fix typo.
18318         * configure: Regenerate.
18320 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18322         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18324 2003-02-13  Adam Nemet  <anemet@lnxw.com>
18326         PR opt/2391
18327         * combine.c: Fix spelling in comment.
18328         (cached_nonzero_bits): New function.
18329         (cached_num_sign_bit_copies): New function.
18330         (nonzero_bits_with_known): New macro.
18331         (num_sign_bit_copies_with_known): New macro.
18332         (nonzero_bits1): Rename from nonzero_bits.  Add three new
18333         arguments.  Change calls from nonzero_bits to
18334         nonzero_bits_with_known.
18335         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
18336         three new arguments.  Change calls from num_sign_bit_copies to
18337         num_sign_bit_copies_with_known.
18338         (nonzero_bits): New macro.
18339         (num_sign_bit_copies): New macro.
18340         (update_table_tick): Don't traverse identical subexpression more
18341         than once.
18342         (get_last_value_validate): Likewise.
18344 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
18346         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18347         * function.h (struct emit_status): Length of regno_pointer_align
18348         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18349         not regno_pointer_align_length (i.e. length actually used, not
18350         length as allocated)
18352         * config/i386/i386.c (struct stack_local_entry): New.
18353         (struct machine_function): Replace huge array with alist.
18354         (assign_386_stack_local): Change to match.
18356 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
18358         * inclhack.def (hpux_long_double): Tighten select and add bypass
18359         regexp.
18360         * fixincl.x: Rebuilt.
18362 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
18364         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18365         edge and block ends with a jump insn it must be simple jump.
18367 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
18369         * Makefile.in (PREPROCESSOR_DEFINES): Add
18370         @TARGET_SYSTEM_ROOT_DEFINE@.
18371         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18372         is specified or if building a cross compiler.
18373         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18374         if the sysroot is under $exec_prefix.
18375         * configure: Regenerated.
18376         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18377         defined.
18378         (struct default_include): Add add_sysroot field.
18379         (cpp_SYSROOT): Declare.
18380         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18381         field.
18382         (cpp_SYSROOT): New variable.
18383         * cppinit.c (cpp_create_reader): Initialize
18384         CPP_OPTION (pfile, sysroot).
18385         (init_standard_includes): Handle add_sysroot.  Do not
18386         add unrelocated copies of relocated directories.
18387         (COMMAND_LINE_OPTIONS): Add -isysroot.
18388         (cpp_handle_option): Handle -isysroot.
18389         * cpplib.h (struct cpp_options): Add sysroot member.
18390         * gcc.c (The Specs Language): Update description of %I.
18391         (target_system_root_changed): New variable.
18392         (process_command): Conditionalize make_relative_prefix call
18393         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
18394         target_system_root_changed.
18395         (do_spec_1): Add -isysroot to %I.
18396         * doc/invoke.texi (Spec Files): Update description of %I.
18397         * doc/install.texi (--with-sysroot): Update comment about
18398         relocation.
18400 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
18402         * config/h8300/h8300.md (a peephole2): New.
18404 2003-02-13  Robert Lipe <robertlipe@usa.net>
18405             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18407         * doc/install.texi (Specific): Update three SCO-related URLs.
18409 2003-02-13  Andreas Schwab  <schwab@suse.de>
18411         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18412         Parenthesize properly.
18413         (NPREDECESORS): Parenthesize properly.
18415 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
18417         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18419 2003-02-12  Roger Sayle  <roger@eyesopen.com>
18421         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
18422         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
18424         * reg-stack.c (subst_stack_regs_pat): Add support for binary
18425         UNSPEC instructions (e.g. "fpatan").
18427 2003-02-12  Mike Stump  <mrs@apple.com>
18429         * varray.c (element_size): Remove.
18430         (uses_ggc): Remove.
18431         (element): Add.
18432         (varray_init): Use new interface.
18433         (varray_grow): Use new interface.
18434         (varray_clear): Use new interface.
18436 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18438         * config/rs6000/spe.h: Add casts to the arguments of the following
18439         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
18440         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
18441         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
18442         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
18443         __ev_get_u16, __ev_get_s16.
18445 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18447         * config/h8300/h8300.md (a peephole2): New.
18449 2003-02-12  Jan Hubicka  <jh@suse.cz>
18451         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
18452         (OBJS): Add callgraph.o
18453         (callgraph.o): New.
18454         * c-decl.c (expand_body_1): Break out from ...
18455         (expand_body): This one;  change calling convention
18456         (finish_function): Move some of expand_body logic here.
18457         (c_expand_deferred_function): Update call of expand_body
18458         (c_expand_stmt): Use c_expand_body_1.
18459         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
18460         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
18461         * c-tree.h (c_expand_body): Declare.
18462         * callgraph.c: New file.
18463         * flags.h (flag_unit_at_a_time): Declare.
18464         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
18465         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
18466         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
18467         * langhooks.h (struct lang_hooks_for_callgraph): New.
18468         (struct lang_hooks): Add callgraph field.
18469         * toplev.c (flag_unit_at_a_time): New.
18470         (lang_independent_options): Add flag_unit_at_a_time.
18471         (process_options): Disable unit-at-a-time mode for frontends not
18472         supporting callgraph.
18473         * tree-inline.c (typedef struct inline_data): Add "decl"
18474         (expand_call_inline): Update callgraph.
18475         (optimize_inline_calls): Set id.decl.
18476         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
18477         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
18478         cgraph_calls_p): Declare.
18479         * invoke.texi (-funit-at-a-time): Document
18481 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18483         * config/rs6000/spe.h: Fix misc formatting.
18484         (__ev_create_ufix32_fs): Cast ev argument.
18485         (__ev_create_sfix32_fs): Same.
18486         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18487         (__ev_get_ufix32_fs_internal): Same.
18489 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
18491         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18492         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18494 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
18496         * cpplib.c (do_include_common): Move warnings for
18497         #include_next and #import out to callers.  Use early-return
18498         instead of nested ifs.  Don't do check_eol here.
18499         (parse_include): Do check_eol here with the rest of the
18500         parsing stuff.
18501         (do_include_next, do_import): Now handle warnings.
18503 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18505         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18507 2003-02-12  Jan Hubicka  <jh@suse.cz>
18509         * predict.c (estimate_probability):  Fix roundoff error.
18511 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18513         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18514         (two peephole2): New.
18516 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18518         * config/h8300/h8300.md (several peephole2): Replace
18519         find_regno_note with peep2_reg_dead_p.
18521 2003-02-11  Richard Henderson  <rth@redhat.com>
18523         * gcse.c (lookup_set): Remove unused argument PAT.  Update
18524         both callers.
18526 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18528         * diagnostic.c (real_abort): New.
18529         (diagnostic_report_diagnostic): Call real_abort on error.
18530         * diagnostic.h (diagnostic_abort_on_error): New.
18531         (struct diagnostic_context): Add abort_on_error field.
18532         * toplev.c (setup_core_dumping): New.
18533         (decode_d_option): Handle 'H' case.
18534         * doc/invoke.texi (Debugging Options): Document -dH.
18536 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
18538         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18539         which refers to obsolete directories.
18541 2003-02-11  Richard Henderson  <rth@redhat.com>
18543         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18545 2002-10-21  Jan Hubicka  <jh@suse.cz>
18547         * i386.c (contains_128bit_aligned_vector_p): New function.
18548         (ix86_function_arg_boundary): Properly align vector modes.
18550 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
18552         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18553         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18554         as a SET pattern.
18556 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18558         * builtins.c:  Fix failure caused by commiting wrong patch.
18560 2003-02-11  Dale Johannesen  <dalej@apple.com>
18561         * ra-build.c (compare_and_free_webs):  Relax checking.
18562         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
18563         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
18565 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18567         PR optimization/9651
18568         * rtlanal.c (may_trap_p): Handle FIX.
18570 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
18572         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18573         * doc/invoke.texi: Extra alias.
18575 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18577         * config/rs6000/host-darwin.c: Fix comment.
18579 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
18581         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18582         predicate for mod result.
18584 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18586         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18587         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18588         * fixincl.x: Rebuilt.
18589         * tests/base/stdlib.h: Update.
18590         * tests/base/ctype.h: New file.
18592 2003-02-11  Jan Hubicka  <jh@suse.cz>
18594         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18596 2003-02-11  Richard Henderson  <rth@redhat.com>
18598         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18599         appropriated as globals.
18600         (ix86_expand_clrstr): Similarly.
18601         * config/i386/i386.md (cmpstrsi): Similarly.
18603 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18605         * config/h8300/h8300.md (a peephole2): Add a case of 255.
18607 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18609         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18610         (pow_optab, atan2_optab): Define corresponding macros.
18611         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18612         * genopinit.c (optabs): Implement pow_optab and atan2_optab
18613         using pow?f3 and atan2?f3 patterns.
18614         * builtins.c (expand_errno_check): New function to update errno
18615         if necessary, split out from expand_builtin_mathfn.
18616         (expand_builtin_mathfn): Use expand_errno_check.
18617         (expand_builtin_mathfn_2): New function to handle expanding binary
18618         math functions, reusing the code in expand_errno_check.
18619         (expand_builtin): Handle the pow and atan2 math built-ins,
18620         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18621         expand_builtin_mathfn_2.
18623         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18625 2003-02-11  Jan Hubicka  <jh@suse.cz>
18627         * combine.c (combine_simplify_rtx): Fix folding of
18628         nested float_truncates.
18630 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18632         * config/h8300/h8300.md (a peephole2): Fix a typo.
18634 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
18636         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18637         register number.
18639 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18641         * config/h8300/h8300-protos.h: Add a prototype for
18642         gtuleu_operator.
18643         * config/h8300/h8300.c (gtuleu_operator): New.
18644         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18645         * config/h8300/h8300.md (a peephole2): New.
18647 2003-02-11  Jan Hubicka  <jh@suse.cz>
18649         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18651 2003-02-11  Jan Hubicka  <jh@suse.cz>
18653         * predict.c (choose_function_section): Choose sections correctly.
18655 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18657         * reload1.c (first_label_num): New.
18658         (reload): Index offsets_known_at and offsets_at using difference of
18659         label number and first label number.  Don't use offset pointers.
18660         (set_label_offsets, set_initial_label_offsets): Likewise.
18662 2003-02-10  Roger Sayle  <roger@eyesopen.com>
18664         * mips-tfile.c (init_file): Add missing initializers in the
18665         "#ifdef __alpha" case.
18666         (file_offset, max_file_offset): Declare as unsigned long.
18667         (write_varray): Cast to "unsigned long" in comparisons against
18668         either file_offset or max_file_offset.
18669         (write_object): Likewise.
18670         (read_seek): Likewise.
18671         (copy_object): Likewise. Declare "ifd" as int to match its use
18672         in add_ext_symbol, and avoid signed/unsigned conditional warning.
18674 2003-02-10  Nick Clifton  <nickc@redhat.com>
18675             Aldy Hernandez  <aldyh@redhat.com>
18677         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18678         override options which have been specified on the command line.
18680 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18682         * config/h8300/h8300.md (abssf2): New.
18683         (*abssf2_h8300): Likewise.
18684         (*abssf2_h8300hs): Likewise.
18686 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
18688         * tree.c (build_tree_list):  Fix parameter names in comment.
18690 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
18692         * config/rs6000/ppc64-fp.c: New file.
18693         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18695 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18697         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18698         * bb-reorder.c (make_reorder_chain): Deleted.
18699         (make_reorder_chain_1): Deleted.
18700         (find_traces): New function.
18701         (rotate_loop): New function.
18702         (mark_bb_visited): New function.
18703         (find_traces_1_round): New function.
18704         (copy_bb): New function.
18705         (bb_to_key): New function.
18706         (better_edge_p): New function.
18707         (connect_traces): New function.
18708         (copy_bb_p): New function.
18709         (get_uncond_jump_length): New function.
18710         (reorder_basic_blocks): Use new functions (Software Trace Cache).
18711         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18712         boundaries.
18714 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
18716         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18718 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18720         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18721         (DECL_LIVE_RANGE_RTL): Remove.
18723 2003-02-10  Nick Clifton  <nickc@redhat.com>
18725         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18726         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18727         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18728         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18729         config/arm/freebsd.h, config/arm/linux-elf.h,
18730         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18731         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18732         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18733         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18734         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18735         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18736         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18737         and reformat as appropriate.
18739 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18741         * config/h8300/clzsi2.c: Remove.
18742         * config/h8300/ctzsi2.c: Likewise.
18743         * config/h8300/paritysi2.c: Likewise.
18744         * config/h8300/popcountsi2.c: Likewise.
18745         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18746         ctzsi2, paritysi2, and popcountsi2.
18748 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
18749             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
18751         PR c/7741
18752         * c-decl.c (duplicate_decls): Discard the initializer of the
18753         new decl when the types are conflicting.
18755 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18757         * Makefile.in (sreal.o): Added.
18758         (predict.o): Depends on sreal.h instead of real.h.
18759         * sreal.c: New file.
18760         * sreal.h: New file.
18761         * predict.c: Use sreal.c instead of real.c.
18763 2003-02-10  Nick Clifton  <nickc@redhat.com>
18765         * Contributed support for the Cirrus EP9312 "Maverick"
18766         floating point co-processor.  Written by Aldy Hernandez
18767         <aldyh@redhat.com>.
18768         (config/arm/arm.c): Add Cirrus support.
18769         (config/arm/arm.h): Likewise.
18770         (config/arm/aout.h): Likewise.
18771         (config/arm/arm.md): Likewise.
18772         (config/arm/arm-protos.h): Likewise.
18773         (config.gcc): Likewise.
18774         (doc/invoke.texi): Describe new -mcpu value and new
18775         -mcirrus-fix-invalid-insns switch,
18776         (cirrus.md): New file.
18778 2003-02-10  Jan Hubicka  <jh@suse.cz>
18780         * combine.c (combine_simplify_rtx): Simplify using
18781         (float_truncate (float x)) is (float x)
18782         (float_extend (float_extend x)) is (float_extend x).
18784 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
18786         * calls.c (try_to_integrate): Tidy stack_usage_map access.
18787         (emit_library_call_value_1): Likewise.  Formatting.
18788         (store_one_arg): Likewise.
18790 2003-02-09  Nick Clifton  <nickc@redhat.com>
18791             Aldy Hernandez  <aldyh@redhat.com>
18793         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18794         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18795         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18796         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18797         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18798         docs.  Add range test for immediate value.
18800 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
18802         Rename spe_evxor to xorv2si3.
18803         (xorv4hi3): New.
18804         (xorv1di3): New.
18806 2003-02-10  Glen Nakamura  <glen@imodulo.com>
18808         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18809         tag.
18811 2003-02-10  Jan Hubicka  <jh@suse.cz>
18813         * i386.c (vector_move_operand): New predicate.
18814         (ix86_expand_vector_move): Be happy about 0.
18815         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18816         * i386.md (mov*_internal): Add 'C' alternative.
18818 2003-02-09  Jan Hubicka  <jh@suse.cz>
18820         * i386.md (floathi*): Deal with SSE.
18822 2003-02-09  Jan Hubicka  <jh@suse.cz>
18824         * simplify-rtx.c (simplify_unary_operation,
18825         simplify_binary_operation):  Deal with vector modes
18826         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
18828 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
18830         * toplev.c (rest_of_compilation): Recompute register usage after
18831         split_all_insns.
18833 2003-02-09  Richard Henderson  <rth@redhat.com>
18835         * libgcc-std.ver (__clztf2): New.
18836         (__ctztf2, __popcounttf2, __paritytf2): New.
18837         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18838         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18839         adjust code to match the different type sizes.
18840         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18841         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18843         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18844         TImode; select word_mode and twice that.
18845         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18846         select the modes from float, double, and long double.
18847         (init_optabs): Remove duplicate initializations.
18849 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18851         * doc/install.texi: Squeeze and streamline section on
18852         testing and regression checking.
18854 2003-02-09  Jan Hubicka  <jh@suse.cz>
18856         * i386.md (ahi?v*3): Set third operand type to TImode.
18857         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18859         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18860         integer mode.
18862         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18863         Change code so they are arithmetic expressions now.
18864         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18865         simplify_ternary_operation): Deal with VEC_* expressions.
18867         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
18869 2003-02-08  Jan Hubicka  <jh@suse.cz>
18871         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
18872         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
18873         possibly got duplicated.
18875 2003-02-08  Richard Henderson  <rth@redhat.com>
18877         * config/alpha/alpha.c (override_options): Turn off explicit
18878         relocs until post-peep2 code duplication resolved.
18880 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18882         * optabs.c (expand_unop): Widen clz properly when clz is done
18883         via libcall.
18885 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18887         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18888         * config/h8300/crti.asm: Likewise.
18889         * config/h8300/crtn.asm: Likewise.
18890         * config/h8300/ctzsi2.c: Likewise.
18891         * config/h8300/fixunssfsi.c: Likewise.
18892         * config/h8300/h8300-protos.h: Likewise.
18893         * config/h8300/h8300.c: Likewise.
18894         * config/h8300/h8300.h: Likewise.
18895         * config/h8300/h8300.md: Likewise.
18896         * config/h8300/paritysi2.c: Likewise.
18897         * config/h8300/popcountsi2.c: Likewise.
18898         * config/h8300/rtems.h: Likewise.
18900 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18902         * doc/invoke.texi: Documentation for my previous commit.
18903         * doc/passes.texi: Ditto.
18905 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18907         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18908         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18909         Declare.
18910         (DLTHE_FLAG_UPDATE_FREQ): New.
18911         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18912         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18913         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18914         fix_bb_placement, fix_bb_placements, place_new_loop,
18915         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18916         New static functions.
18917         (fix_loop_placement, can_duplicate_loop_p,
18918         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18919         New functions.
18921         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18922         unswitch_loops): Declare.
18923         * loop-init.c: New file.
18924         * loop-unswitch.c: New file.
18925         * Makefile.in (loop-init.o, loop-unswitch.o): New.
18926         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18927         * toplev.c (DFI_loop2): New dump.
18928         (flag_unswitch_loops): New.
18929         (lang_independent_options): Add it.
18930         (rest_of_compilation): Call new loop optimizer.
18931         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18933 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18935         * config/h8300/clzsi2.c: New.
18936         * config/h8300/ctzsi2.c: Likewise.
18937         * config/h8300/paritysi2.c: Likewise.
18938         * config/h8300/popcountsi2.c: Likewise.
18939         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18941 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
18943         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18944         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18945         (ctzsi2): New pattern.
18946         (ffssi2): Use clz instead of unspec.
18947         (clzdi2): Rename from cntlzd2.
18948         (ctzdi2): New pattern.
18949         (ffsdi2): Use clz instead of unspec.
18951 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
18953         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18954         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18955         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18956         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18958 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18960         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18962 2003-02-07  Richard Henderson  <rth@redhat.com>
18964         PR 9226
18965         * gcse.c (local_cprop_find_used_regs): New.
18966         (local_cprop_pass): Use it.
18968 2003-02-07  Fred Fish  <fnf@intrinsity.com>
18970         * mips-tfile.c (parse_def): Parenthesize assignments to fix
18971         precedence bugs.
18973 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
18975         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18977 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18979         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18980         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18981         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18982         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18983         builtin functions (and their __builtin_* variants).
18984         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18985         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18986         when not optimizing.
18988         * doc/extend.texi: Document new pow and atan2 builtins, and
18989         their float and long double variants.  Realphabetize builtins.
18991 2003-02-07  Jan Hubicka  <jh@suse.cz>
18993         * i386.md (sse2_nandv2di3): Fix.
18995 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
18997         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18998         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18999         definition.
19000         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19001         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19003 2003-02-07  Jan Hubicka  <jh@suse.cz>
19005         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19007 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
19009         * cfg.c (dump_flow_info): Add back accidently deleted line.
19011 2003-02-07  Andrey Petrov <petrov@netbsd.org>
19013         * optabs.c (expand_float): Search wider integer modes first.
19015 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
19017         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19018         based on preprocessor flag.
19020 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19021             Richard Henderson  <rth@redhat.com>
19023         * gcse.c (implicit_sets): New.
19024         (compute_hash_table_work): Include them in hash table.
19025         (find_implicit_sets, fis_get_condition): New.
19026         (one_cprop_pass): Allocate and free implicit_sets; call
19027         find_implicit_sets before building hash table.
19029 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
19031         * config/t-netbsd (USER_H): Revert previous change.
19033 2003-02-07  Gabor Greif  <ggreif@lucent.com>
19035         * doc/c-tree.texi (Namespaces): Fix typo.
19037 2003-02-07  Jan Hubicka  <jh@suse.cz>
19039         * regrename.c (do_replace, find_oldest_value_reg,
19040         copyprop_hardreg_forward_1): Update register attributes.
19042 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
19044         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19045         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19046         variables starting with underscore.
19047         (struct unit_usage): New structure.
19048         (unit_usages, cycle_alt_unit_usages): New global variables.
19049         (check_unit_distribution_in_reserv): Remove it.
19050         (store_alt_unit_usage): New function.
19051         (check_regexp_units_distribution): Rewrite it.
19053 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19055         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19056         target_cpu_default.
19057         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19058         if not MASK_NO_SPACE_REGS.
19059         (output_call): Adjust return pointer, don't load new space register
19060         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19061         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19062         TARGET_NO_SPACE_REGS is true.
19063         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19064         conditions.
19065         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19066         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19067         true.  Use bve when TARGET_64BIT is true.
19069 2003-02-06  Richard Henderson  <rth@redhat.com>
19071         * combine.c (nonzero_bits): Fix double break.
19073 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
19074             Richard Henderson <rth@redhat.com>
19076         PR c/9530
19077         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19078         from functions that return a float to functions that don't.
19080 2003-02-06  Jan Hubicka  <jh@suse.cz>
19082         * i386.c (x86_inter_unit_moves): New variable.
19083         (ix86_secondary_memory_needed): Fix 64bit case, honor
19084         TARGET_INTER_UNIT_MOVES
19085         * i386.h (x86_inter_unit_moves): Declare.
19086         (TARGET_INTER_UNIT_MOVES): New macro.
19087         * i386.md (movsi_1): Cleanup constraints; disable
19088         when not doing inter-unit moves.
19089         (movsi_1_nointernunit): New.
19090         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19091         (movdi_1_rex64_nointerunit): New.
19092         (mivsf_1): disable when not doing inter-unit moves.
19093         (movsf_1_nointerunit): New.
19095         * basic-block.h (inside_basic_block_p):  Declare.
19096         * cfgbuild.c (inside_basic_block_p): Make global.
19097         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19098         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
19099         update CFG.
19100         (fix_basic_block_boundaries, add_missing_bbs): New.
19101         (rank): Use profile.
19102         (scheudle_ebbs): Rely on CFG; update coments.
19104 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
19106         * Makefile.in (host_hook_obj): New.
19107         (OBJS): Add $(host_hook_obj).
19108         (host_default.o): New rule.
19109         * config.gcc (host_hook_obj): New, default to host-default.o.
19110         (powerpc-*-darwin*): Use host-darwin.o.
19111         (out_host_hook_obj): New.
19112         * configure: Regenerate.
19113         * configure.in: Print information about out_host_hook_obj, substitute
19114         into output files.
19115         * host-default.c: New file.
19116         * hosthooks.h: New file.
19117         * toplev.c (general_init): Call host_hooks.extra_signals.
19118         * config/rs6000/host-darwin.c: New file.
19119         * config/rs6000/x-darwin: New file.
19120         * doc/hostconfig.texi: Add documentation for new host hook.
19121         Rearrange existing documentation.
19123 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19125         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19126         with *targetm.delegitimize_address.
19127         (rtl_for_decl_location): Likewise.
19128         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
19129         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19131         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19132         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19133         prototype.
19134         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19135         i386_simplify_dwarf_addr.  Made static.  Prototyped.
19136         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19137         i386_simplify_dwarf_addr to ix86_delegitimize_address.
19138         (ix86_find_base_term): Likewise.
19139         (maybe_get_pool_constant): Likewise.
19141         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19142         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19143         prototype.
19144         * config/s390/s390.c (s390_delegitimize_address): Renamed from
19145         s390_simplify_dwarf_addr.  Made static.  Prototyped.
19146         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19148 2003-02-05  Richard Henderson  <rth@redhat.com>
19150         PR c/8602
19151         * integrate.c (output_inline_function): Reset input_filename
19152         and lineno from the decl before rest_of_compilation.
19154 2003-02-05  Richard Henderson  <rth@redhat.com>
19156         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19157         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19158         * doc/rtl.texi, doc/tm.texi: Document them.
19160         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19161         of the value at zero properly.
19162         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19163         * simplify-rtx.c (simplify_unary_operation): Likewise.
19165         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19166         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19168         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19169         (TARGET_EXPAND_BUILTIN): Remove.
19170         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19171         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19172         (enum arm_builtins): Remove.
19173         * config/arm/arm.md (UNSPEC_CLZ): Remove.
19174         (clzsi2): Rename from clz; use clz instead of unspec.
19175         (ctzsi2): New.
19176         * config/arm/arm-protos.h: Update.
19178 2003-02-05  Jan Hubicka  <jh@suse.cz>
19180         * i386-protos.h (x86_emit_floatuns):  Declare.
19181         * i386.c (x86_emit_floatuns): New global function.
19182         * i386.md (floatunssisf2, floatunsdisf2,
19183         floatunsdidf2):  New patterns.
19185 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19187         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19189 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
19191         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19192           config/ia64/linux.h
19194 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19196         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19198 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
19200         PR optimization/8555
19201         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19202         instead of aborting.
19204 2003-02-04  Richard Henderson  <rth@redhat.com>
19206         * config/i386/i386.md (UNSPEC_BSF): Remove.
19207         (ffssi2): Split into cmove and no_cmove insns and splitters;
19208         lose pentium float trick for now.
19209         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19210         (ctzsi2, clzsi2, bsr): New.
19212 2003-02-04  Richard Henderson  <rth@redhat.com>
19214         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19215         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19216         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19217         (ffsdi2): Use popcount instead of unspec.
19218         (popcountdi2): Rename from *popcnt.
19219         (ctzdi2, clzdi2, getf_exp_tf): New.
19221 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
19223         * genconfig.c (main): Generate CC0_P.
19224         * rtl.h (CC0_P): Remove.
19226 2003-02-04  Richard Henderson  <rth@redhat.com>
19228         * libgcc2.h, libgcc2.c (__ffsSI2): New.
19229         (__ffsDI2): Rename from __ffsdi2.
19230         * mklibgcc.in (lib2funcs): Add _ffssi2.
19232 2003-02-04  Richard Henderson  <rth@redhat.com>
19234         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19235         rounds with a "bit table" lookup.
19237 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
19239         * reload.c (find_reloads): Do not use the mode specified in the insn
19240         pattern as reload mode for address operands.  Do not generate optional
19241         reloads for operands where a mandatory reload was already pushed.
19243 2003-02-04  Richard Henderson  <rth@redhat.com>
19245         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19246         builtins instead of inline assembly.
19248 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19250         PR c/9376
19251         * libgcc2.c (__subvdi3): Fix typo.
19253 2003-02-04  Jan Hubicka  <jh@suse.cz>
19255         * i386.md (movti_rex64):  Fix constraint.
19257 2003-02-04  Jan Hubicka  <jh@suse.cz>
19259         * i386.md (vector push splitters):  Fix typo in resolving conflict.
19261 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
19263         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19265 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
19267         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
19268         for recent libstdc++.  Remove formatting cruft.
19270 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
19272         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19273         attribute even if input file name is absolute, but one of the
19274         includes is relative.
19276 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19278         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19279         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19280         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
19282 2003-02-03  Richard Henderson  <rth@redhat.com>
19284         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19285         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19286         return type to "int".  Shuffle declarations and undef int trap.
19287         * libgcc2.h: Remove their declarations.
19288         * optabs.c (expand_unop): Force outmode to int for bitops.
19290 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
19292         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19293         coprocessor registers before floating-point registers.
19294         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19295         to account for a previously removed register.
19296         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19297         Delete unused macros.
19299 2003-02-03  Jan Hubicka  <jh@suse.cz>
19301         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
19302         (mov*_internal): Fix predicates; require one of operands to not be
19303         memory.
19304         (SSE?MMX move expanders):  Fix predicates; force one of operands to
19305         register.
19306         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19307         (movups/movupd/movdqu patterns): Force one of operands to not be
19308         memory.
19310 2003-02-03  Roger Sayle  <roger@eyesopen.com>
19312         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19313         takes a single rtx and returns it unmodified.
19314         * hooks.h (hook_rtx_rtx_identity): Prototype here.
19315         * target.h (struct gcc_target): Add "delegitimize_address"
19316         field to target structure.
19317         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
19318         for delegitimize_address target using hook_rtx_rtx_identity.
19319         (TARGET_INITIALIZER): Initialize delegitimize_address field
19320         using TARGET_DELEGITIMIZE_ADDRESS macro.
19321         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19322         extensions of constant pool references.  Use delegitimize_address
19323         to undo the obfuscation of "-fpic".
19324         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19326         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19327         i386_simplify_dwarf_addr.
19328         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19329         (maybe_get_pool_constant): Likewise.
19331 2003-02-03  Jan Hubicka  <jh@suse.cz>
19333         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
19335 2003-02-03  Jan Hubicka  <jh@suse.cz>
19337         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19339 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19341         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
19342         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
19344 2003-02-02  Andreas Schwab  <schwab@suse.de>
19346         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19348 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
19350         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19351         (epilogue_insns): Likewise.
19353 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19355         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19357 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19359         * pa-protos.h (attr_length_millicode_call): Remove second argument.
19360         (attr_length_indirect_call, attr_length_indirect_call,
19361         attr_length_save_restore_dltp): New prototypes.
19362         * pa.c (attr_length_millicode_call): Remove second argument.  Check
19363         INSN_ADDRESSES_SET_P in distance calculation.
19364         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19365         INSN_ADDRESSES.
19366         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19367         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19368         Call attr_length_call directly.
19369         (attr_length_indirect_call, output_indirect_call,
19370         attr_length_save_restore_dltp): New functions.
19371         * pa.md (attr_length_millicode_call): Drop second argument from all
19372         patterns.
19373         (return_internal_pic): Delete.
19374         (return_external_pic): Remove use of PIC register and pic operand and
19375         flag checks.
19376         (epilogue): Use return_internal for both normal and pic code.
19377         (call, call_value): Emit new 32-bit pic patterns for symref and
19378         indirect calls.  Remove uses for arg pointer and pic register.
19379         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19380         call_reg_pic_post_reload, call_val_symref_pic,
19381         call_val_symref_pic_post_reload, call_val_reg_pic,
19382         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19383         Implement define_split and define_peephole2 patterns for pre reload
19384         patterns.
19385         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19386         call_value_internal_reg_64bit): Shorten names.
19387         (all call patterns): Explicitly indicate registers used and clobbered.
19388         Use attr_length_indirect_call and attr_length_save_restore_dltp for
19389         attribute length calculation.  Move code generation for indirect calls
19390         to output_indirect_call.
19391         (sibcall, sibcall_value): Don't restore PIC register.
19392         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19393         register retore.
19395 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19397         * doc/install.texi (Testing): Simplify and compress instructions
19398         concerning Dejagnu.
19400 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19402         * collect2.c (pexecute_pid): Rename to pid.
19403         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19404         pid.
19406 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
19408         * doc/extend.texi (Function Attributes): Remove documentation
19409         for PowerPC Windows NT function attributes..
19411 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
19413         * dwarf2out.c (gen_type_die): Check for typedefs before calling
19414         for TYPE_MAIN_VARIANT.
19416 2003-02-01  Richard Henderson  <rth@redhat.com>
19418         * libgcc2.c: Include auto-host.h.
19419         (ATTRIBUTE_HIDDEN): New.
19420         (__clz_tab): Don't declare here for clz and ctz.
19421         (__clzsi2, __clzdi2): Use count_leading_zeros.
19422         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
19423         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
19424         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
19425         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
19427 2003-02-01  Richard Henderson  <rth@redhat.com>
19429         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
19430         to the conditional.
19431         (ashlsi3_1_zext splitter): Likewise.
19433 2003-02-01  Richard Henderson  <rth@redhat.com>
19435         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
19436         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19437         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
19438         return type to Wtype.
19440         * libgcc-std.ver (GCC_3.4): Fix inheritance.
19442         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
19443         expander input constraint.
19445 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19447         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
19448         OTI_parity.
19449         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
19450         * optabs.c (widen_clz, expand_parity): New.
19451         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
19452         for libcalls to clz, ctz, popcount, and parity.
19453         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
19454         parity_optab, and set up libfunc handlers.
19455         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19456         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
19457         __popcount_tab): New.
19458         * libgcc2.h: Declare them.
19459         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
19460         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
19461         and parity_optab.
19462         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
19463         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
19464         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
19465         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
19466         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
19467         BUILT_IN_PARITYLL): New.
19468         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
19469         and add optab argument.
19470         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
19471         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
19472         * expr.c (expand_expr): Handle them.
19473         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19474         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
19475         * reload1.c (eliminate_regs): Handle them.
19476         (elimination_effects): Likewise.
19477         * function.c (instantiate_virtual_regs_1): Likewise
19478         * genattrtab.c (check_attr_value): Likewise.
19479         * simplify-rtx.c (simplify_unary_operation): Likewise.
19480         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19481         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19482         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19483         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19484         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19485         __builtin_arm_clz.
19486         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19487         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
19488         * doc/extend.texi (Other Builtins): Add new builtins.
19489         * doc/md.texi (Standard Names): Add new patterns.
19491 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
19493         * reload.c: Revert 2003-01-31 change.
19495 2003-02-01  Jan Hubicka  <jh@suse.cz>
19497         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
19499 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
19501         * flags.h (flag_volatile): Remove declaration.
19502         (flag_volatile_global, flag_volatile_static): Likewise.
19503         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19504         * toplev.c (flag_volatile): Remove definition.
19505         (flag_volatile_global, flag_volatile_static): Likewise.
19506         (f_options): Remove corresponding entries here.
19507         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19508         or flag_volatile_static.
19509         * doc/invoke.texi: Remove documentation of -fvolatile,
19510         -fvolatile-global and -fvolatile-static.
19512 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19514         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19515         updating of total_code_bytes from prologue to epilogue.
19517 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
19519         * reload.c (find_reloads): Do not use the mode specified in the insn
19520         pattern as reload mode for address operands.  Do not generate optional
19521         reloads for operands where a mandatory reload was already pushed.
19522         Generate optional reloads only in the final pass though find_reloads.
19523         (have_replacement_p): New function.
19525 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19527         * doc/install.texi (Testing): Remove a reference to our obsolete
19528         /testresults web pages and strip redundant information concerning
19529         test results.
19530         (Binaries): Refer to Microsoft Windows instead of listing all
19531         possible variants.
19533 2003-02-01  Jan Hubicka  <jh@suse.cz>
19535         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
19536         RTL chain.
19538         * combine.c (simplify_set): Reverse order of ragumetns to
19539         REG_CANNOT_CHANGE_MODE_P
19540         * df.c (df_def_record_1): Likewise.
19541         * recog.c (register_operand): Likewise.
19542         * simplify-rtx.c (simplify_subreg): Likewise.
19543         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19544         CANNOT_CHANGE_MODE_CLASS.
19545         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19546         Likewise.
19547         * reload.c (push_reload): Likewise.
19548         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19549         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19550         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19551         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19552         * mips.c (mips_cannot_change_mode_class): Update.
19553         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19554         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19555         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19556         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19557         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19558         * sh.c (sh_cannot_change_mode_class): Update.
19559         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19560         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19562 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
19564         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19565         change to LINK_COMMAND_SPEC in gcc.c.
19567 2003-01-31  Jan Hubicka  <jh@suse.cz>
19569         PR c/9506
19570         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19572 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19574         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19575         duplicated code.
19577 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
19579         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19580         (BINFO_ELTS): New #define.
19581         * stor-layout.c (finalize_record_size): Don't set them.
19582         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19583         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19584         (BINFO_LANG_ELTS): New #define.
19585         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19586         * java/class.c (make_class): Use BINFO_ELTS.
19587         (set_super_info): Likewse.
19588         (add_interface_do): Likewise.
19589         * objc/objc-act.c (start_class): Use BINFO_ELTS.
19591 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19593         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19594         (times): Don't ever declare if not HAVE_TIMES.
19595         (clock): Don't ever declare if not HAVE_CLOCK.
19597 2003-01-30  Richard Henderson  <rth@redhat.com>
19599         * flow.c (update_life_info): Zap life info after cleanup_cfg.
19600         (regno_uninitialized): Use correct live at function entry set.
19601         (regno_clobbered_at_setjmp): Likewise.
19603         * expr.c (store_expr): Promote all MEM intermediates to regs.
19605 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19607         * config/arm/arm.c: Fix comment typos.
19608         * config/arm/arm.h: Likewise.
19609         * config/arm/netbsd-elf.h: Likewise.
19610         * config/arm/netbsd.h: Likewise.
19612 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
19614         * gengtype.c (struct walk_type_data): Add needs_cast_p.
19615         (walk_type): Set needs_cast_p in walk_type_data.
19616         (write_types_process_field): Supply casts when required to suppress
19617         warnings.
19618         (write_root): Cast gt_pch_n_S to suppress warning.
19619         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19620         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19621         when they might exist.
19622         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19623         insn-conditions.o, and rs6000.o.
19625 2003-01-30  Richard Henderson  <rth@redhat.com>
19627         * ggc-page.c (G.context_depth_allocations): New.
19628         (G.context_depth_collections): New.
19629         (alloc_page): Set G.context_depth_allocations.
19630         (ggc_collect): Set G.context_depth_collections.
19631         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19632         (ggc_pop_context): Early exit for no allocations or collections.
19634 2003-01-30  Richard Henderson  <rth@redhat.com>
19636         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19638 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
19640         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19641         size, the link register is always saved if any other register is
19642         saved.
19644 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19646         * config/h8300/h8300-protos.h: Update the prototype for
19647         compute_plussi_cc.
19648         (cpp_reader): Declare before it is used.
19649         * config/h8300/h8300.c (compute_plussi_cc): Change the return
19650         type to int.
19651         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19652         see an unknown H8 variant.
19654 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19656         PR target/9316
19657         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19658         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19659         * config/rs6000/t-rtems: New file. multilib variants to match OS.
19660         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19661         rs6000/t-ppcgas so we get the desired multilibs.
19663 2003-01-30  Nick Clifton  <nickc@redhat.com>
19665         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19666         when popping saved IP register off the stack.
19668 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19670         * config/rs6000/aix43.h: Fix comment typos.
19671         * config/rs6000/aix51.h: Likewise.
19672         * config/rs6000/aix52.h: Likewise.
19673         * config/rs6000/altivec.h: Likewise.
19674         * config/rs6000/rs6000.c: Likewise.
19675         * config/rs6000/rs6000.h: Likewise.
19676         * config/rs6000/rs6000.md: Likewise.
19677         * config/rs6000/spe.md: Likewise.
19679 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
19681         * c-common.c (builtin_define_float_constants): Define
19682         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19684 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19686         * config/sh/lib1funcs.asm: Fix comment typos.
19687         * config/sh/linux.h: Likewise.
19688         * config/sh/sh.c: Likewise.
19689         * config/sh/sh.md: Likewise.
19691 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
19693         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19695 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
19697         * config/fp-bit.h (__make_dp): Declare if TMODES.
19699 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
19701         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19702         general_operand_src and general_operand_dst.
19704 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
19706         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19707         Return true for variable sized types.
19708         (rs6000_va_arg): Handle variable sized types passed by reference
19709         on non-SVR4 ABI.
19711 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
19713         * arm.c (arm_legtimize_address): New function.
19714         * arm-protos.h (arm_legtimize_address): Add prototype.
19715         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19716         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19717         do ... while (0)
19719 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19721         PR bootstrap/9296
19722         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
19723         depended on it being defined until now.
19725 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19727         PR target/9295
19728         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19729         RTEMS code knows which C++ initialization style the toolset
19730         configuration is using.
19732 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19734         PR bootstrap/9293
19735         * config/m68k/t-crtstuff: Replace spaces with tabs, add
19736          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19738 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19740         PR bootstrap/9292
19741         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
19742         RTEMS threads.
19743         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19745 2003-01-29  Nick Clifton  <nickc@redhat.com>
19747         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19748         not $(srcdir).
19750 2003-01-29  Andrew Haley  <aph@redhat.com>
19752         * tree-inline.c (walk_tree): Add CHAR_TYPE.
19754 2003-01-29  Jan Hubicka  <jh@suse.cz>
19756         * i386.md (subdi3_carry_rex64): Fix typo.
19758 2003-01-28  Stan Shebs  <shebs@apple.com>
19760         * coretypes.h (cpp_reader): Forward declare struct.
19761         * c-pragma.h (cpp_reader): Remove forward declaration.
19762         * hashtable.h (cpp_reader): Likewise.
19763         * scan.h (cpp_reader): Likewise.
19764         * tree.h (cpp_reader): Likewise.
19765         * config/darwin-protos.h (cpp_reader): Likewise.
19766         * config/arm/arm-protos.h (cpp_reader): Likewise.
19767         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19768         struct cpp_reader in prototypes.
19770 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
19772         * doc/install.texi: Add documentation for installation into
19773         tooldirs and with DESTDIR.
19775 2003-01-28  Richard Henderson  <rth@redhat.com>
19777         * config.gcc (ia64*-*-aix*): Remove.
19778         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19779         * config/ia64/unwind-aix.c: Remove file.
19781 2003-01-28  Andreas Schwab  <schwab@suse.de>
19783         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19784         register.
19785         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19786         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19787         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19788         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19789         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19790         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19791         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19793 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19795         * combine.c (nonzero_bits): Fix check for negative divide operands.
19797 2003-01-28  Richard Henderson  <rth@redhat.com>
19799         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19800         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19802 2003-01-28  Richard Henderson  <rth@redhat.com>
19804         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19806         * config/cris/cris.c (cris_address_cost): Make static.
19807         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19808         * config/cris/cris.h (ADDRESS_COST): Remove.
19809         * config/cris/cris-protos.h: Update.
19811 2003-01-23  Mike Stump  <mrs@apple.com>
19813         * regclass.c (init_reg_autoinc): New function.
19814         (regclass): Move initialization of forbidden_inc_dec_class from
19815         here...
19816         (init_regs): to here.  Avoids reinitialization for each function,
19817         saving compilation time.
19819 2003-01-28  Jason Merrill  <jason@redhat.com>
19821         * cpplib.h (struct cpp_options): Add warn_deprecated field.
19822         * cppinit.c (cpp_create_reader): Turn it on by default.
19823         * c-opts.c (c_common_decode_option): Set it.
19824         * cpplib.c (do_pragma_once): Only complain about #pragma once
19825         if warn_deprecated is set.
19827 2003-01-28  Dale Johannesen  <dalej@apple.com>
19829         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
19830         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
19831         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
19833 2003-01-28  Richard Henderson  <rth@redhat.com>
19835         * target.h (targetm.address_cost): New.
19836         * target-def.h (TARGET_ADDRESS_COST): New.
19837         (TARGET_RTX_COSTS): Uncomment.  Oops.
19838         * cse.c (address_cost): Use new target hook.
19839         (default_address_cost): New.
19840         * output.h (default_address_cost): Declare.
19841         * hooks.c (hook_int_rtx_0): New.
19842         * hooks.h (hook_int_rtx_0): Declare.
19843         * loop.c (combine_givs_p): Remove if 0 code.
19844         * system.h (ADDRESS_COST): Poison.
19846         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19847         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19848         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19849         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19850         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19851         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19852         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19853         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19854         (ADDRESS_COST): Remove.
19856         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19857         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19858         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19859         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19860         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19861         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19862         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19863         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19864         config/mips/mips.c, config/mips/mips.h,
19865         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19866         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19867         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19868         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19869         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19870         config/vax/vax.c, config/vax/vax.h
19871         (foo_address_cost): Make static.
19872         (TARGET_ADDRESS_COST): New.
19873         (ADDRESS_COST): Remove.
19875         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19876         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19877         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19878         config/stormy16/stormy16.h
19879         (ADDRESS_COST): Move code ...
19880         (foo_address_cost): ... here.
19881         (TARGET_ADDRESS_COST): New.
19883         * config/m32r/m32r.c (m32r_address_cost): Remove.
19884         * config/m32r/m32r-protos.h: Update.
19886         * config/mmix/mmix.c (mmix_address_cost): Remove.
19887         * config/mmix/mmix-protos.h: Update.
19889         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19890         mn10300_address_cost; move unsig allocation ...
19891         (mn10300_address_cost): ... here.
19892         (TARGET_ADDRESS_COST): New.
19893         * config/mn10300/mn10300-protos.h: Update.
19894         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19896         * doc/tm.texi: Update.
19898 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19900         * haifa-sched.c (schedule_insn): Return necessary cycle advance
19901         after issuing the insn.
19902         (rank_for_schedule): Make a insn with /S the highest priority
19903         insn.
19904         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
19905         (choose_ready): Check SCHED_GROUP_P.
19906         (schedule_block): Advance cycle after issuing insn if it is
19907         necessary.  Don't reorder insns if there is an insn with /S.
19908         (set_priorities): Ignore schedule groups.
19910         * sched-deps.c (remove_dependence, group_leader): Remove the
19911         functions.
19912         (add_dependence): Ignore schedule groups.
19913         (set_sched_group_p): Don't make copy of dependencies from previous
19914         insn of the schedule group.  Add anti-dependency to the previous
19915         insn of the schedule group.
19916         (compute_forward_dependences): Ignore schedule groups.
19918         * sched-ebb.c (init_ready_list): Ignore schedule groups.
19920         * sched-rgn.c (init_ready_list): Ditto.
19921         (can_schedule_ready_p): Ditto.
19923 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19925         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19926         register to another one.
19928 2003-01-28  Richard Henderson  <rth@redhat.com>
19930         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19932 2003-01-28  Roger Sayle  <roger@eyesopen.com>
19934         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19936 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19938         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19939         class contains a floating-point register, return the size of the
19940         mode in half words.
19942 2003-01-28  Jan Hubicka  <jh@suse.cz>
19944         * i386.c (ix86_carry_flag_operator):  New predicate.
19945         (fcmov_operator): Fix whitespace.
19946         (ix86_expand_carry_flag_compare):  Deal with floating point.
19947         (ix86_expand_int_movcc): Deal with fp; update insn expansion
19948         (ix86_expand_int_addcc): Likewise.
19949         (ix86_expand_strlensi_unroll_1): likewsie.
19950         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19951         * i386.md (add?i_carry_rex64): Use new predicate.
19952         (sub?i3_carry_rex64): Likewise.
19953         (x86_mov?icc_0_m1*): Likewise.
19955 2003-01-28  Andreas Schwab  <schwab@suse.de>
19957         * cfgloopmanip.c (create_preheader): Initialize src to avoid
19958         warning.
19960         * expmed.c (emit_store_flag): Fix cast to avoid sign
19961         comparison warning.
19963         * combine.c (force_to_mode): Add cast to fix warning when
19964         STORE_FLAG_VALUE is negative.
19966 2003-01-27  Richard Henderson  <rth@redhat.com>
19968         * Makefile.in (cse.o): Depend on TARGET_H.
19969         * cse.c (rtx_cost): Use targetm.rtx_costs.
19970         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19971         * doc/tm.texi: Update.
19973         * target.h (targetm.rtx_costs): New.
19974         * target-def.h (TARGET_RTX_COSTS): New.
19975         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19976         * hooks.h: Update.
19978         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19979         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19980         * config/alpha/alpha.h (PROCESSOR_MAX): New.
19981         (CONST_COSTS, RTX_COSTS): Remove.
19983         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19984         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19985         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19986         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19987         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19988         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19989         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19990         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19991         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19992         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19993         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19994         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19995         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19996         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19997         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19998         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19999         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20000         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20001         config/v850/v850.c, config/v850/v850.h,
20002         config/xtensa/xtensa.c, config/xtensa/xtensa.h
20003         (CONST_COSTS, RTX_COSTS): Move code ...
20004         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20006         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20007         (arm_rtx_costs, TARGET_RTX_COSTS): New.
20008         * config/arm/arm-protos.h: Update.
20009         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20011         * config/avr/avr.h (CONST_COSTS): Move code ...
20012         * config/avr/avr.c (avr_rtx_costs): ... here.
20013         (default_rtx_costs): Make static.
20014         * config/avr/avr-protos.h: Update.
20016         * config/h8300/h8300.c (const_costs): Make static.
20017         (h8300_and_costs, h8300_shift_costs): Likewise.
20018         * config/h8300/h8300-protos.h: Update.
20020         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20021         (CONST_COSTS): Move code ...
20022         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
20023         default_rtx_costs; update for signature change.
20024         * config/ip2k/ip2k-protos.h: Update.
20026         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20027         (CONST_COSTS): Move code ...
20028         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20029         (TARGET_RTX_COSTS): New.
20030         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20031         * config/m68hc11/m68hc11-protos.h: Update.
20033         * config/m68k/m68k.c (const_int_cost): Make static.
20034         * config/m68k/m68k-protos.h: Update.
20036         * config/mcore/mcore.c (mcore_const_costs): Make static.
20037         (mcore_and_cost, mcore_ior_cost): Likewise.
20038         * config/mcore/mcore-protos.h: Update.
20040         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20041         (mmix_rtx_cost_recalculated): Remove.
20042         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20043         * config/mmix/mmix-protos.h: Update.
20045         * config/sh/sh.c (shiftcosts): Make static.
20046         (addsubcosts, andcosts, multcosts): Likewise.
20047         * config/sh/sh-protos.h: Update.
20049         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20050         (sparc_rtx_costs): Make static; update for change in signature.
20051         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20052         * config/sparc/sparc-protos.h: Update.
20054         * config/v850/v850.c (const_costs): Make static.
20055         * config/v850/v850-protos.h: Update.
20057         * config/vax/vax.h (RTX_COSTS): Remove.
20058         (CONST_COSTS): Move code ...
20059         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20060         from vax_rtx_cost.
20061         (vax_rtx_costs, TARGET_RTX_COSTS): New.
20063 2003-01-27  Richard Henderson  <rth@redhat.com>
20065         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
20066         * config/vax/vax-protos.h: Update.  Really.
20068 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
20070         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20071         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20072         zero if no hardware floating point.
20073         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20074         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20075         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20076         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20077         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20078         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20079         even FP registers on N32 and N64.
20080         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20081         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20082         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
20083         even-register-like alignment to 128-bit arguments.
20084         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20085         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
20086         on N32 or N64.
20087         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20088         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20089         (TPBIT): Set to tp-bit.c.
20090         (tp-bit.c): Create out of fp-bit.c.
20092 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20094         * c-parse.in: Remove '%expect 32' directive in objc mode.
20096 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
20098         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20099         (LIBGCOV): New variable.
20100         (libgcc.mk): Add LIBGCOV.
20101         (LIBGCC_DEPS): Add libgcov.c.
20102         (libgcov.a): New target.
20103         (clean): Remove libgcov.a.
20104         (install-libgcc): Do libgcov too.
20105         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20106         with libgcov.a.
20107         * libgcc2.c (L_gcov): Move into ...
20108         * libgcov.c: ... here. New file.
20109         * mklibgcc.in: Add libgcov rules.
20110         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20112         * doc/invoke.texi (profile-arcs, test-coverage): Update and
20113         clarify.
20115         * profile.c (index_counts_file): Remove duplicate check for open file.
20117 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
20119         * gcc/doc/invoke.texi (Optimization Options): Group together
20120         optional and experimental flags.  Move trapv and bounds-check
20121         out of this section.  Group floating point flags together.
20122         (Code Gen Options): Move trapv and bounds-check to here.
20124 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
20126         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20128 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
20130         PR optimization/9090
20131         * function.c (purge_addressof_1): After pushing an addressed register
20132         onto the stack, simplify the result.
20134 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20136         * doc/extend.texi: Fix typo.
20138 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20140         * doc/cppopts.texi: Fix typo.
20141         * doc/objc.texi: Likewise.
20142         * doc/passes.texi: Likewise.
20144 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
20146         * real.c (ibm_extended_format): Add 53 to minimum exponent.
20147         (encode_ibm_extended): Adjust.
20149 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
20151         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20152         timevar_id enumerations.
20154 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20156         * combine.c: Fix formatting.
20158 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20160         * doc/gccint.texi: Update the copyright.
20162 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20164         * doc/cpp.texi: Fix typos.
20165         * doc/extend.texi: Likewise.
20166         * doc/gty.texi: Likewise.
20167         * doc/install.texi: Likewise.
20168         * doc/passes.texi: Likewise.
20169         * doc/rtl.texi: Likewise.
20170         * doc/tm.texi: Likewise.
20172 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20174         * config/ia64/fde-glibc.c: Fix comment typos.
20175         * config/ia64/hpux.h: Likewise.
20176         * config/ia64/ia64.c: Likewise.
20177         * config/ia64/ia64.h: Likewise.
20178         * config/ia64/unwind-ia64.c: Likewise.
20180 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20182         * config/i386/i386-modes.def: Fix comment typos.
20183         * config/i386/i386.c: Likewise.
20184         * config/i386/i386.md: Likewise.
20186 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
20188         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20189         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20190         ASM_FINISH_DECLARE_OBJECT before defining it.
20191         * toplev.c (rest_of_decl_compilation):  Don't define
20192         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
20193         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20194         parameters for DWARF2 targets because they _are_ used.
20196 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20198         * fp-bit.h: Define macros for TFmode floating-point constants
20199         in IBM-extended TFmode types.
20200         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20201         widths.
20202         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20203         TFmode type.
20205         * config/fp-bit.h: Define macros for TFmode floating-point
20206         constants in IEEE quad TFmode type.  Declare functions according
20207         to L_ macros.
20208         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20209         (TFtype, TItype, UTItype): Define if TMODES is defined.
20210         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20211         (F_T_BITOFF, D_T_BITOFF): Define.
20212         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20213         guaranteed to be wide enough.
20214         * config/fp-bit.c: Check for L_ macros for tf functions.
20215         (__thenan_tf): New.
20216         (nan): Adjust.
20217         (pack_d, unpack_d): Support IEEE 854 quad type.
20218         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
20219         from FRAC_NBITS, FRAC_BITS and NGARDS.
20220         (usi_to_float): Cast constants to be shifted to fractype
20221         instead of assuming long long is wide enough.
20222         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20224 2003-01-26  Andreas Jaeger  <aj@suse.de>
20226         * df.c: Remove prototype of unused function df_regno_rtl_debug.
20228 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20230         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20231         (DBBIT_FUNCS): Added _df_to_tf.
20232         (TPBIT_FUNCS): New.
20233         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20234         (LIBGCC_DEPS): Added TPBIT.
20235         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20237         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20238         been able to move the result to target.
20240         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20241         for the appropriate mode.
20243         * calls.c (emit_library_call_value_1): Handle return values
20244         in a PARALLEL.
20246         * rtl.c (get_mode_alignment): Moved to...
20247         * stor-layout.c: ... here.
20249         * print-rtl.c (print_rtx): Don't print MEM details in
20250         GENERATOR_FILEs.
20252 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
20254         * df.h: Update comments, tidy formatting.
20255         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20256         REVERSE, UNION, INTERSECTION.  All uses updated.
20257         (OLD_DF_INTERFACE): Remove.
20258         (struct insn_info): Remove commented out insn field.
20259         * df.c: Update comments, tidy formatting.
20260         (df_def_table_realloc): Remove.
20263 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
20265         * calls.c (save_fixed_argument_area): Tidy.
20266         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
20267         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
20268         call chain loop at 1 if !try_tail_call.  Formatting.
20269         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20270         Use save_fixed_argument_area and restore_fixed_argument_area.
20272 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20274         * df.c (df_uses_record): Handle CC0.
20276 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
20278         * reload.c (maybe_memory_address_p): New function.
20279         (find_reloads_address): Use it instead of memory_address_p.
20281 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
20283         * final.c (shorten_branches): Align the address of code label
20284         when computing initial lengths and addresses.
20286 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20288         * config/m68hc11/m68hc11.md: Fix a comment typo.
20290 2003-01-25  Andreas Jaeger  <aj@suse.de>
20292         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20293         TARGET_MACHO.
20295 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20297         * gcse.c (bypass_last_basic_block): New global variable.
20298         (bypass_block):  Use redirect_edge_and_branch_force to redirect
20299         fall-through edges.  Use bypass_last_basic_block to determine
20300         which blocks have valid PRE information.
20301         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20303 2003-01-25  Jan Hubicka  <jh@suse.cz>
20305         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20307 2003-01-25  Jan Hubicka  <jh@suse.cz>
20308                               Eric Botcazou <ebotcazou@libertysurf.fr>
20309         PR opt/8492
20310         * gcse.c (one_cprop_pass): Delete unreachable blocks.
20312 2003-01-25  Richard Henderson  <rth@redhat.com>
20314         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20315         from ia64_aix_select_rtx_section.
20316         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20317         instead of saving and restoring flag_pic.
20318         (ia64_rwreloc_unique_section): Similarly.
20319         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20320         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20321         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20322         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20324 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20326         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20327         comment.
20329 2003-01-25  Richard Henderson  <rth@redhat.com>
20331         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20333 2003-01-25  Kelley Cook <kelleycook@comcast.net>
20335         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20337 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
20339         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20340         type for bitmaps.  Use unsigned long.
20341         (nBITMAP_WORD_BITS): New macro.
20342         (BITMAP_WORD_BITS): New macro.
20343         (rest of file): Use it.
20344         * bitmap.c: Use it.
20346 2003-01-25  Richard Henderson  <rth@redhat.com>
20348         2002-02-19  Robert Lipe  <robertlipe@usa.net>
20349         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20351 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20353         * builtins.c (purge_builtin_constant_p): Scan insn stream
20354         sequentially rather than by basic block.
20355         * function.c (purge_addressof): Simplify test with INSN_P.
20357 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20359         * combine.c (simplify_comparison, case AND): Remove a redundant test.
20361 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20363         * function.h (struct function): New field calls_constant_p.
20364         (current_function_calls_constant_p): New macro for above.
20365         * function.c (prepare_function_start): Initialize calls_eh_return
20366         and calls_constant_p.
20367         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20368         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20369         when the current_function_calls_constant_p.
20370         * integrate.c (expand_inline_function): Set calls_constant_p if
20371         the function being inlined has calls_constant_p set.
20373 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20375         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20376         optimizing, even if flag_gcse is true.
20377         * toplev.c (rest_of_compilation): purge_builtin_constant_p
20378         only needs to be called when "optimize > 0 && flag_gcse".
20380 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20382         * stmt.c (emit_case_bit_tests): New routine to implement suitable
20383         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20384         (case_bit_test_cmp): New comparison function for "qsort" to order
20385         case_bit_tests by decreasing number of destination nodes.
20386         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20387         (expand_end_case_type): Use emit_case_bit_tests to implement
20388         suitable switch statments.
20389         (CASE_USE_BIT_TESTS): New target macro to disable the above.
20390         * Makefile.in (stmt.o): Add dependency on optab.h.
20391         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20393 2003-01-23  Andreas Schwab  <schwab@suse.de>
20395         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20396         __do_global_ctors_aux hidden global and don't put it in
20397         .init_array.
20398         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20399         instead so that it comes first.
20401 2003-01-25  Jan Hubicka  <jh@suse.cz>
20403         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
20404         subreg is read/modify.
20406 2003-01-25  Jan Hubicka  <jh@suse.cz>
20408         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20409         do libcall for large blocks.
20410         * i386.md (comi patterns): Set type to ssecomi.
20411         (sse2_unpck?pd): Fix mode of vec_select.
20413         * cse.c: Include except.h
20414         (cse_set_around_loop):  Do not create new basic blocks.
20415         * Makefile.in (cse.o): Add dependnecy on except.h
20417 2003-01-25  Jan Hubicka  <jh@suse.cz>
20419         * builtins.c (fold_trunc_transparent_mathfn): New function.
20420         (fold_builtin): Use it.
20421         * convert.c (convert_to_real): Re-enable code to convert
20422         math functions; add support for floor familly functions.
20424 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20426         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
20427         dependencies on coretypes.h and $(TM_H).
20429 2003-01-25  Jan Hubicka  <jh@suse.cz>
20431         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
20433 2003-01-24  Stuart Hastings  <stuart@apple.com>
20435         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
20437 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20439         * config/c4x/c4x.md (UNSPEC_BU): New constants.
20440         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
20441         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
20442         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
20443         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
20444         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
20445         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
20446         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
20448 2003-01-24  Jan Hubicka  <jh@suse.cz>
20450         * emit-rtl.c (reg_attrs_htab): New static variable.
20451         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
20452         functions.
20453         (reg_rtx): Do not maintain regno_decl.
20454         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
20455         set_mem_attrs_from_reg): New global function.
20456         (init_emit): Do not initialize regno_decl.
20457         (init_emit_once): initialize reg_attrs_htab.
20458         * final.c (alter_subreg): Do not replace REG by SUBREG.
20459         (gen_mem_expr_from_op): Improve output.
20460         (output_asm_operands): Likewise.
20461         * function.c (assign_params): Do not set REGNO_DECL.
20462         * function.h (struct function): Kill regno_decl.
20463         (REGNO_DECL): Kill.
20464         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
20465         * print_rtl.c (print_rtx): Output REG information.
20466         * regclass.c (reg_scan_mark_refs): Update attrs.
20467         * reload1.c (alter_reg): Likewise.
20468         * simplify_rtx.c (simplify_subreg): Likewise.
20469         * stmt.c (expand_decl): Likewise.
20470         * rtl.def (REG): Add new field.
20471         * rtl.h (struct reg_attrs): New.
20472         (rtunion_def): At rtreg.
20473         (X0MEMATTR): Add checking.
20474         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
20475         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
20476         Declare.
20477         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
20479 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20481         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20482         (xtensa_emit_call, print_operand): Fix printf format strings
20483         to avoid compile warnings.
20484         (xtensa_function_prologue, xtensa_function_epilogue): Change type
20485         of "size" argument to HOST_WIDE_INT to fix compile warnings.
20486         * config/xtensa/xtensa-protos.h
20487         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20489 2003-01-24  Jan Hubicka  <jh@suse.cz>
20491         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20492         (implicit_built_in_decls): New global array.
20493         (mathfn_built_in): New global function.
20494         (fold_trunc_transparent_mathfn): New static function
20495         (expand_builtin_strstr, expand_bultin_strchr,
20496         expand_builtin_strpbrk, expand_builtin_strcpy,
20497         expand_builtin_strncpy, expand_bultin_strcmp,
20498         expand_bultin_strncat, expand_builtin_fputs): Use
20499         implicint_built_in_decls.
20500         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20501         * builtins.def: Fix comments.
20502         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20503         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20504         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20505         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20506         (DEF_C99_C90RES_BULTIN): New.
20507         (*f, *l builtins): Update.
20508         * c-common.c (DEF_BUILTIN): Initialize implicit array.
20509         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20510         * convert.c (strip_float_extensions): New global function.
20511         * tree.h (DEF_BUILTIN): Accept 10 arguments.
20512         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20513         Declare.
20514         * java/builtins.c (define_builtin): Handle implicit.
20515         (DEF_BUILTIN): Update.
20516         * tm.texi (TARGET_C99_FUNCTIONS): Document.
20517         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20518         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20519         when using glibc2.
20521 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20523         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20524         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
20525         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20526         * config/xtensa/crti.asm: New file.
20527         * config/xtensa/crtn.asm: New file.
20528         * config/xtensa/t-elf: New file.
20529         * config/xtensa/t-linux: New file.
20530         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20531         Move various CFLAGS settings to new t-elf file.
20533 2003-01-24  Richard Henderson  <rth@redhat.com>
20535         PR optimization/4382
20536         * tree-inline.c (find_builtin_longjmp_call_1): New.
20537         (find_builtin_longjmp_call): New.
20538         (inlinable_function_p): Use it.
20540 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20542         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20543         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20544         * config/i386/i386.c (function_arg_pass_by_reference): New.
20545         (ix86_va_arg): Support arguments passed by reference.
20547 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20549         * cfgloopanal.c: New file.
20550         * cfgloopmanip.c: New file.
20551         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20552         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20553         cfglayout.o): Add dependency on cfgloop.h.
20554         (cfgloop.o): Add flags.h dependency.
20555         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20556         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20557         (struct loop, struct loops, flow_loops_find, flow_loops_update,
20558         flow_loops_free, flow_loops_dump, flow_loop_dump,
20559         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20560         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20561         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20562         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20563         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20564         find_common_loop, verify_loop_structure): Declarations moved to ...
20565         * cfgloop.h: New file.
20566         * bb-reorder.c (reorder_basic_blocks): Modified.
20567         * cfglayout.c: Include cfgloop.h.
20568         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20569         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20570         (break_superblocks): New static function.
20571         (cfg_layout_finalize): Use it.
20572         (cfg_layout_split_block): New function.
20573         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20574         fields.
20575         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20576         changed.
20577         (cfg_layout_split_block): Declare.
20578         * cfgloop.c: Include cfgloop.h and flags.h.
20579         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20580         get_loop_body): Avoid signed versus unsigned comparison warnings.
20581         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20582         loop_latch_edge): Modified.
20583         (verify_loop_structure): Modified to use flags stored in loop structure;
20584         check irreducible loops.
20585         (cancel_loop, cancel_loop_tree): New functions.
20586         (estimate_probability): Use loop analysis code for predictions.
20587         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
20588         warnings.
20589         * doloop.c: Include cfgloop.h.
20590         * loop.c: Include cfgloop.h.
20591         * predict.c: Include cfgloop.h.
20592         * toplev.c: Include cfgloop.h.
20593         * unroll.c: Include cfgloop.h.
20594         * tracer.c (tracer): Modified.
20596 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20598         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20600 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
20602         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20603         * configure: Regenerate.
20605         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20606         (tls_symbolic_reference_mentioned_p): Add prototype.
20607         (s390_tls_get_offset): Add prototype.
20608         (emit_pic_move): Remove prototype, replace by ...
20609         (emit_symbolic_move): .. this new prototype.
20611         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20612         (tls_model_chars): New global variable.
20613         (s390_encode_section_info): Encode TLS model.
20614         Use targetm.binds_local_p to check for local symbols.
20615         (s390_strip_name_encoding): New function.
20616         (TARGET_STRIP_NAME_ENCODING): Define.
20618         (get_thread_pointer): New function.
20619         (legitimize_tls_address): New function.
20620         (legitimize_address): Call it.
20621         (emit_pic_move): Remove, replace by ...
20622         (emit_symbolic_move): ... this new function.
20624         (larl_operand): Handle TLS operands.
20625         (legitimate_constant_p): Likewise.
20626         (s390_decompose_address): Likewise.
20627         (s390_cannot_force_const_mem): New function.
20628         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20630         (s390_output_symbolic_const): Handle TLS unspecs.
20631         (print_operand): New code 'J'.
20632         (machine_function): Add struct member 'some_ld_name'.
20633         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20635         (enum s390_builtin): New type.
20636         (code_for_builtin_64, code_for_builtin_31): New global variables.
20637         (s390_init_builtins, s390_expand_builtin): New functions.
20638         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20640         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20641         (ASM_OUTPUT_LABELREF): Define.
20642         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20644         * config/s390/s390.md: Define TLS UNSPEC constants.
20645         ("movdi", "movsi"): Handle TLS operands.
20646         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20647         ("*tls_load_64", "*tls_load_31"): New insns.
20648         ("call_value_tls", "call_value_tls_exp"): New expanders.
20649         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20650         "bas_tls_64", "bas_tls_31"): New insns.
20652 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20654         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20655         spe ABI is configured, if requested.
20657 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20659         * doc/passes.texi: Fix typo.
20661 2003-01-24  Andreas Schwab  <schwab@suse.de>
20663         * stor-layout.c (excess_unit_span): Only define if used.
20665 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
20667         * gcc/doc/invoke.texi (Optimization Options): List -O levels
20668         for each optimization flag.
20670 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20672         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20674 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20676         * doc/bugreport.texi: Use @command instead of @code for commands.
20677         * doc/collect2.texi: Likewise.
20678         * doc/headerdirs.texi: Likewise.
20679         * doc/invoke.texi: Likewise.
20680         * doc/standards.texi: Likewise.
20681         * doc/tm.texi: Likewise.
20682         * doc/trouble.texi: Likewise.
20684 2003-01-24  Nick Clifton  <nickc@redhat.com>
20686         * config/arm/arm.c (use_return_insn): Do not use a single return
20687         instruction for interrupt handelrs which have to create a stack
20688         frame.
20689         (arm_expand_prologue): Do not pre-bias the return address of
20690         interrupt handlers which create a stack frame.
20692 2003-01-24  Nick Clifton  <nickc@redhat.com>
20694         * Add sh2e support:
20696         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
20698                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20699                 med_cbranches.  Fix logic in short_cbranches.
20701         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
20703                 * config/sh/sh.md (delay for cbranch): Don't annul delay
20704                 slots on SH2e.
20705                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20706                 cbranch with unfilled delay slot on SH2e.
20707                 (output_branch): Fill with a nop the delay slot of a
20708                 branch that required a delay slot but didn't get one.
20710         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
20712                 * doc/invoke.texi (SH options): Document -m2e.
20713                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20714                 * config/sh/lib1funcs.asm: Likewise.
20715                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20716                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20717                 not __sh1__.
20718                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20719                 SH2E up.
20720                 (SH3E_BIT): Renamed to...
20721                 (SH_E_BIT): ... this.  Replace all uses.
20722                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20723                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20724                 (TARGET_SWITCHES): Added 2e.
20725                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20726                 (processor_type): Added PROCESSOR_SH2E.
20727                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20728                 TARGET_SH2E, except in sqrtsf2_i.
20729                 (attribute cpu): Added sh2e.
20730                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20731                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20732                 * config.gcc: Add sh2e target support.
20734 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
20736         Rename -W to -Wextra.
20737         * c-decl.c:  Update comments.
20738         * c-typeck.c:  Likewise.
20739         * flags.h:  Likewise.
20740         * function.c:  Likewise.
20741         * stmt.c:  Likewise.
20742         * toplev.c:  Update comments.
20743         (W_options):  Add 'extra'.
20744         (display_help):  Remove '-W'.
20745         (decode_W_option):  Special warn_uninitialized treatment in the case
20746         of -Wextra.
20747         * doc/invoke.texi:  Update with new entries.
20749 2003-01-23  Richard Henderson  <rth@redhat.com>
20751         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20752         in no-else-block case.  Add commentary.
20754 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20756         * configure.in: Revert last change.
20758 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20760         * configure.in: Don't include ansidecl.h in tconfig.h.
20761         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20762         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20763         ATTRIBUTE_UNUSED.
20765         * configure: Regenerate.
20767 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20769         PR java/6748
20770         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20771         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20772         kernels.
20774 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20776         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20778 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
20780         * genattrtab.c (write_attr_get): Mark 'insn' paramter
20781         as ATTRIBUTE_UNUSED.
20783 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
20785         * arm.c (thumb_base_register_rtx_p): New function.
20786         (thumb_index_register_rtx_p): New function.
20787         (thumb_legitimate_address_p): New function.
20788         (thumb_legitimate_offset_p): New function.
20789         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20790         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20791         definitions.
20792         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20793         (THUMB_LEGITIMATE_OFFSET): Delte.
20794         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20795         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20796         (thumb_legitimate_offset_p): Likewise.
20798 2003-01-23  Andreas Schwab  <schwab@suse.de>
20800         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20802 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20804         * fixinc/Makefile.in (FL_LIST): Revert last change.
20806 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20808         PR other/7341
20809         * invoke.texi (ftest-coverage): Fix broken cross-reference.
20810         Change @code to @command for gcov command.
20812         * gcc.texi: Adjust title of gcov section.
20813         Adjust copyright.
20814         * gcov.texi: Likewise.
20816 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20818         PR optimization/8423
20819         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20820         its argument is constant, or 0 if !flag_gcse.
20821         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20822         if it's argument is constant.
20823         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20824         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20825         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20826         * builtins.c (purge_builtin_constant_p): New function to force
20827         instantiation of any remaining CONSTANT_P_RTX nodes.
20828         * rtl.h (purge_builtin_constant_p): Prototype here.
20829         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20830         pass after GCSE and before loop.
20831         (flag_gcse): No longer static.
20832         * flags.h (flag_gcse): Prototype here.
20834 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20836         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20837         introduced by last change.
20839 2003-01-22  Andreas Schwab  <schwab@suse.de>
20841         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20843 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
20845         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20846         request a scratch reg on H8S when the shift count is 8.
20848 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20850         * config/s390/s390-protos.h (preferred_la_operand_p):
20851         Remove second parameter.
20852         * config/s390/s390.c (preferred_la_operand_p): Likewise.
20853         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20854         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20855         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20856         Add peepholes to transform ADD to LOAD ADDRESS.
20858 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
20860         * arm.c (arm_address_register_rtx_p): New function.
20861         (arm_legitimate_address_p): New function.
20862         (arm_legitimate_index_p): New function.
20863         (legitimize_pic_address): Use arm_legitimate_index_p.
20864         * arm-protos.h (arm_legtimate_address_p): Add prototype.
20865         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20866         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20868 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
20870         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20871         * config/s390/2064.md (define_bypass): Correct 'Load' and
20872         'Load-address' bypass values.
20874 2003-01-22  Andreas Schwab  <schwab@suse.de>
20876         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20878 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20880         * genautomata.c (output_internal_insn_latency_func,
20881         output_print_reservation_func): Short circuit when there is no
20882         automaton to generate code for.
20884 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20886         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20887         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20889 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
20891         * config/rs6000/rs6000.md: Remove warning.
20892         (builtin_setjmp_receiver): Likewise.
20893         * config/darwin.c (update_stubs): Slightly improve terrible hack
20894         with identifiers.  Add comment pointing out problems with it.
20895         (update_non_lazy_ptrs): Likewise.
20897 2003-01-21  Richard Henderson  <rth@redhat.com>
20899         * dwarf2out.c (lookup_filename): Fix printf format warning.
20900         * system.h (fread_unlocked, fwrite_unlocked): Undef.
20902         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20903         (fixincl.o-warn, gnu-regex.o-warn): New.
20904         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20905         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20906         * fixinc/fixincl.c (process): Fix printf format warning.
20908 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20910         * dwarf2out (output_file_names): Don't crash if called
20911         with empty file_table.
20913 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20915         * genautomata.c (output_internal_insn_latency_func): Add
20916         missing break statement to generated code.
20918 2003-01-21  Roger Sayle  <roger@eyesopen.com>
20920         * stmt.c (same_case_target_p): New function to determine whether
20921         two case labels branch to the same target.  Split out from...
20922         (group_case_nodes): ... here.  Use same_case_target_p instead.
20923         (strip_default_case_nodes): Remove explicit case nodes
20924         that branch to the default destination.
20925         (expand_end_case_type): Call strip_default_case_nodes after
20926         group_case_nodes, to simplify the case-list before we count it.
20927         Only generate table_label RTX when actually needed.  Try to share
20928         thiscase->exit_label and thiscase->data.case_stmt.default_label
20929         when a switch has no explicit default case.  Simplify test for
20930         constant index.
20932 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20934         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20935         \t.
20936         (*negsf2_h8300hs): Likewise.
20937         (*addsi3_lshiftrt_16_zexthi): Likewise.
20938         (*iorhi3_lshiftrt_8): Likewise.
20940 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20942         * dwarf2out.c (fde_table_in_use): Mark GTY.
20943         (dwarf2out_cfi_label_num): New variable, marked GTY.
20944         (dwarf2out_cfi_label): Use it instead of static label_num.
20945         * emit-rtl.c (label_num): Mark GTY.
20947 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20949         * config/h8300/h8300.c (output_plussi): Support H8/300.
20950         (compute_plussi_length): Likewise.
20951         (compute_plussi_cc): Likewise.
20952         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20953         output assembly instructions.
20955 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20957         * calls.c (fix_unsafe_tree): Prototype.
20959         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20960         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20961         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20962         c-parse.o-warn): Add -Wno-error.
20963         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20965         * configure.in (--enable-werror): Add new flag.
20966         * doc/install.texi (--enable-werror): Document.
20967         * configure: Regenerate.
20969         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20971 2003-01-21  Andreas Schwab  <schwab@suse.de>
20973         * genautomata.c (output_internal_insn_latency_func): Fix missing
20974         close paren in output.
20976 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20978         * genautomata.c: Space savings in generated code:
20979         (output_dfa_insn_code_func): Split out the table-enlargement
20980         path to an out-of-line static function, dfa_insn_code_enlarge.
20981         (output_internal_insn_latency_func): Use a lookup table for the
20982         default latencies.
20983         (output_print_reservation_func): Use a lookup table for the
20984         strings.
20986 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
20988         PR opt/7507
20989         * calls.c (fix_unsafe_tree): Split out from ...
20990         (expand_call): ... here.  Use it on the function address too.
20992 2003-01-20  Richard Henderson  <rth@redhat.com>
20994         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20996 2003-01-20  Richard Henderson  <rth@redhat.com>
20998         PR opt/7154
20999         * stmt.c (expand_asm_operands): Validize memory operands.
21001 2003-01-20  Richard Henderson  <rth@redhat.com>
21003         PR opt/8848
21004         * ifcvt.c (noce_process_if_block): Correct arguments to
21005         modified_between_p for no-else-block case.
21007 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21009         * config/h8300/h8300.c (const_costs): Remove a warning.
21010         (output_plussi): Likewise.
21011         (compute_plussi_length): Likewise.
21012         (compute_plussi_cc): Likewise.
21014 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21016         * config/h8300/h8300.md (addsi_h8300): Remove the last
21017         alternative.
21019 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21021         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21023 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21025         * system.h (__NO_STRING_INLINES): Define.
21027 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21029         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21030         is not a scalar int mode.
21032 2003-01-20  Roger Sayle  <roger@eyesopen.com>
21034         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21035         insn's notes following a substitution inside a libcall.
21037 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
21039         * configure.in: Check for system-provided 'uchar' type.
21040         * configure, config.in: Regenerate.
21041         * cpphash.h: Only typedef 'uchar' if the system doesn't.
21043 2003-01-20  Richard Henderson  <rth@redhat.com>
21045         * expr.h (MUST_PASS_IN_STACK): Move implementation...
21046         * calls.c (default_must_pass_in_stack): ... here.
21048 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
21050         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21052         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21054         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21055         Wrap up definition of `insn_alts'.
21057         * genattrtab.c (main): Wrap up `insn_alts'.
21059 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21061         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21062         prototyping.
21063         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21065         * config.in, configure: Regenerate.
21067 2003-01-20  Nick Clifton  <nickc@redhat.com>
21069         * config/arm/arm.md (sibcall_epilogue): Add an
21070         UNSPEC_PROLOGUE_USE to prevent the link register from being
21071         considered dead.
21073 2003-01-20  Jan Hubicka  <jh@suse.cz>
21075         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
21077 2003-01-20  Andreas Schwab  <schwab@suse.de>
21079         * system.h: Don't declare strsignal if the decl test hasn't been
21080         run yet.
21082 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21084         * config/h8300/h8300.c (notice_update_cc): Don't assume that
21085         recog_data.operands[0] is always associated with cc0.
21087 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
21089         * collect2.c (ldgetname): Expand declaration to prototype.
21090         * read-rtl.c (atoll): Add prototype.
21091         * system.h (strsignal): Also declare if no declaration found.
21093 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
21095         * config.gcc (mips64*-*-linux*): Added.
21096         * config/mips/linux64.h, config/mips/t-linux64: New file.
21097         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21098         * config/mips/mips.c (override_options): Use it.
21099         * config/mips/mips.h (TARGET_SWITCHES): Added...
21100         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21101         * Makefile.in (SPECS): New.
21102         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21103         * gcc.c (process_command): Move self-spec processing past spec
21104         file loading.
21105         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21106         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21107         CRTSTUFF_T_CFLAGS.
21108         (SPECS): Document.
21109         * doc/invoke.texi (-mabi-fake-default): Document.
21111 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
21113         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21114         z_reg, z_reg_qi): Declare static and GTY().
21115         (da_reg): Remove.
21116         (create_regs_rtx): Don't create da_reg.
21117         ("gt-m68hc11.h"): Include for GTY roots.
21118         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21119         and GTY() here.
21120         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21121         (m68hc11_soft_tmp_reg): Likewise.
21122         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21124 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
21126         * basic-block.h: Fix comment formatting.
21127         * calls.c: Likewise.
21128         * combine.c: Likewise.
21129         * convert.c: Likewise.
21130         * gcov.c: Likewise.
21131         * haifa-sched.c: Likewise.
21132         * libgcc2.c: Likewise.
21133         * loop.c: Likewise.
21134         * profile.c: Likewise.
21135         * system.h: Likewise.
21137 2003-01-18  Roger Sayle  <roger@eyesopen.com>
21139         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21141 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21143         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21145 2003-01-17  Dale Johannesen  <dalej@apple.com>
21147         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
21148           (*floatunssidf2_internal):  Ditto.
21150 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21152         * alias.c: Fix comment typos.
21153         * basic-block.h: Likewise.
21154         * c-common.c: Likewise.
21155         * c-common.h: Likewise.
21156         * c-decl.c: Likewise.
21157         * c-opts.c: Likewise.
21158         * c-pragma.c: Likewise.
21159         * c-pretty-print.h: Likewise.
21160         * cfg.c: Likewise.
21161         * cfganal.c: Likewise.
21162         * cfgbuild.c: Likewise.
21163         * cfgcleanup.c: Likewise.
21164         * cfglayout.c: Likewise.
21165         * cfgrtl.c: Likewise.
21166         * convert.c: Likewise.
21167         * cpphash.h: Likewise.
21168         * cpplex.c: Likewise.
21169         * cpplib.h: Likewise.
21170         * df.h: Likewise.
21171         * diagnostic.c: Likewise.
21172         * diagnostic.h: Likewise.
21173         * dwarf2.h: Likewise.
21175 2003-01-17  Stan Shebs  <shebs@apple.com>
21177         * config/darwin-protos.h: Forward-declare struct cpp_reader.
21179 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
21181         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21182         mistake in last checkin.
21184 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21186         * et-forest.c: Fix comment typos.
21187         * et-forest.h: Likewise.
21188         * except.c: Likewise.
21189         * expr.c: Likewise.
21190         * flags.h: Likewise.
21191         * flow.c: Likewise.
21192         * gcc.c: Likewise.
21193         * gcse.c: Likewise.
21194         * genattrtab.c: Likewise.
21195         * genautomata.c: Likewise.
21196         * gengtype.c: Likewise.
21197         * genrecog.c: Likewise.
21198         * global.c: Likewise.
21199         * gthr-rtems.h: Likewise.
21201 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21203         * i386.c (x86_function_profiler): Fix format specifier.
21205 2003-01-17  Richard Henderson  <rth@redhat.com>
21207         * gengtype.c (walk_type): Allow paramN_is.
21209 2003-01-17  Nick Clifton  <nickc@redhat.com>
21211         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21213 2003-01-16  Richard Henderson  <rth@redhat.com>
21215         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21217 2003-01-16  Richard Henderson  <rth@redhat.com>
21219         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21220         (alpha_next_sequence_number): Likewise.
21221         (alpha_this_literal_sequence_number): Likewise.
21222         (alpha_this_gpdisp_sequence_number): Likewise.
21223         (struct alpha_funcs, alpha_funcs_num): Likewise.
21224         (struct alpha_links): Fix branch merge error.
21225         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21227 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
21229         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
21230         R. Ghazi.
21232 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
21234         * ifcvt.c: Fix comment typos.
21235         * lcm.c: Likewise.
21236         * libgcc2.c: Likewise.
21237         * local-alloc.c: Likewise.
21238         * loop.c: Likewise.
21239         * predict.c: Likewise.
21240         * ra-build.c: Likewise.
21241         * ra.c: Likewise.
21242         * ra-colorize.c: Likewise.
21243         * ra.h: Likewise.
21244         * ra-rewrite.c: Likewise.
21245         * regmove.c: Likewise.
21246         * reload.h: Likewise.
21247         * rtlanal.c: Likewise.
21248         * toplev.c: Likewise.
21249         * tree.h: Likewise.
21250         * unwind-dw2-fde-glibc.c: Likewise.
21251         * vmsdbgout.c: Likewise.
21253 2003-01-16  Richard Henderson  <rth@redhat.com>
21255         * dwarf2out.c (struct file_table): Remove.
21256         (FILE_TABLE_INCREMENT): Remove.
21257         (file_table): Make a varray; mark for GC.  Update all users.
21258         (file_table_last_lookup_index): Extract from struct file_table.
21259         (output_file_names): Fix unsigned compare warnings.
21260         (add_name_attribute): Remove inline marker.
21261         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21262         (lookup_filename): Don't manage size of file_table.
21263         (init_file_table): Allocate file_table with GC.
21264         (dwarf2out_init): Don't record main_input_filename here.
21265         (dwarf2out_finish): Do it here instead.
21267 2003-01-16  Bruce Korb  <bkorb@gnu.org>
21269         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21271 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
21273         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21274         instead of rotldi3_mextr.
21276 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
21278         * haifa-sched.c (move_insn): Restore moving all schedule group.
21279         (set_priorities): Restore taking SCHED_GROUP_P into account.
21281         * sched-deps.c (add_dependence): Restore processing the last group
21282         insn.
21283         (remove_dependence, group_leader): Restore the functions.
21284         (set_sched_group_p): Restore adding dependencies from previous insn
21285         in the group.
21286         (compute_forward_dependences): Restore usage of group_leader.
21288         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21289         account.
21291         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21292         account.
21293         (can_schedule_ready_p): Ditto.
21294         (add_branch_dependences): Restore skipping over the group insns.
21296 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21298         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21299         68HC12 pre/post inc/dec side effects.
21301 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21303         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21305 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
21307         * sh.md (mshflo_w_x): Fix description of operation.
21309 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
21311         * config/rs6000/rs6000.h: Mention Altivec registers in
21312         commentary.  Fix typo.
21314 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
21316         * config/rs6000/rs6000.md (movti_string): Remove clobber.
21317         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21318         generate PARALLEL with clobber for TARGET_POWER.
21320 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21322         * ra-colorize.c (colorize_one_web): Initialize variable.
21323         * regmove.c (fixup_match_1): Likewise.
21324         * reload1.c (reload_as_needed): Likewise.
21325         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21327 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21329         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21331 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21333         * dbxout.c (lastfile, cwd): Fix `unused' warning.
21334         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21335         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21336         is_main_source, file_table, decl_die_table_in_use,
21337         abbrev_die_table_in_use, line_info_table_in_use,
21338         separate_line_info_table_in_use, pubname_table_in_use,
21339         arange_table_in_use, ranges_table_in_use,
21340         current_function_has_inlines): Likewise.
21341         * flow.c (life_analysis): Likewise.
21342         * genemit.c (gen_insn): Likewise.
21343         * protoize.c (cplus_suffix): Likewise.
21345         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21346         * arm.h (ROUND_UP_WORD): Likewise.
21348         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21349         warning.
21350         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21351         init_emit_once): Likewise.
21352         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21353         Likewise.
21354         * function.c (assign_stack_temp_for_type): Likewise.
21355         * loop.c (loop_invariant_p): Likewise.
21356         * recog.c (push_operand): Likewise.
21357         * regclass.c (init_reg_sets_1): Likewise.
21358         * reload.c (update_auto_inc_notes): Likewise.
21359         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21360         * stmt.c (expand_asm_operands): Likewise.
21361         * stor-layout.c (start_record_layout): Likewise.
21363 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21365         * config/c4x/c4x.md (epilogue): Correct last patch.
21367 2003-01-15  Richard Henderson  <rth@redhat.com>
21369         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21370         also check that GP is being used.
21371         (alpha_find_lo_sum_using_gp): New.
21372         (alpha_does_function_need_gp): Use get_attr_usegp.
21373         * config/alpha/alpha-protos.h: Update.
21374         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
21375         as needed.
21377 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21379         * gcse.c (one_cprop_pass): Change function arguments to take both
21380         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21381         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21382         (bypass_jumps): New function to perform separate jump bypassing pass.
21383         * rtl.h (bypass_jumps): Add function prototype.
21384         * timevar.def (TV_BYPASS): New timing variable.
21385         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21386         (dump_file): New entry for the bypass RTL dump file.
21387         (rest_of_compilation): Insert new jump bypassing optimization
21388         pass after loop.
21389         * doc/passes.texi: Document new pass.
21391 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21393         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21394         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21395         * pa.h (TARGET_SOM_SDEF): Define.
21396         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21398 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21400         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21401         allocate 4-bytes of locals on 68HC11.
21402         (expand_epilogue): Likewise.
21403         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21405 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21407         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21408         and -mshort-double to the assembler to specify the ABI.
21409         (LINK_SPEC): Likewise.
21410         (CPP_SPEC): Pass HCS12 specific define.
21411         (MASK_M68S12): New define.
21412         (TARGET_M68S12): Likewise.
21413         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21414         (TARGET_VERSION): Update.
21415         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21416         (LINK_SPEC): Update.
21417         (ASM_SPEC): Update.
21418         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21419         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
21421 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21423         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
21424         the return code.
21426 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21428         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
21429         flag before setting it.
21431 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21433         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
21434         when loop condition is known true, i.e.  "while (1) { ... }".
21435         (genrtl_for_stmt): Similarly for "for" statements.
21437 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21439         * real.c (real_sqrt): Return a bool result indicating whether
21440         a floating point exception or trap should be raised.
21441         * real.h (real_sqrt): Update function prototype.
21442         * builtins.c (fold_builtin): Only fold non-trapping square
21443         roots unless we're ignoring errno and trapping math.
21445 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
21447         * expr.h (emit_conditional_add): Add PARAMS to declaration.
21448         * gengtype-lex.l (malloc, realloc): Move defines after include of
21449         system.h.  Remove duplicate include of system.h.
21451 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21453         PR middle-end/9009
21454         * optabs.c (expand_unop):  When manipulating the FP sign bit
21455         using integer operations, account for targets with different
21456         integer and FP word orders.
21457         (expand_abs): Likewise.
21459 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
21461         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
21462         file extension in section name.
21464 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21466         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
21467         constant offset.
21469 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21471         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
21472         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
21473         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
21474         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
21476 2003-01-15  Jan Hubicka  <jh@suse.cz>
21478         PR f/9258
21479         * global.c (struct allocno): Add no_stack_reg.
21480         (global_conflicts): Set no_stack_reg.
21481         (find_reg): Use it.
21483         * convert.c (convert_to_real): Fold - and abs only when profitable.
21484         * fold-const.c (fold): Fold truncates in - and abs.
21486 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21488         Segher Boessenkool  <segher@koffie.nl>
21490         * predict.c (real_inv_br_prob_base): New variable.
21491         (propagate_freq): Use multiply by reciprocal instead of
21492         division.  Don't divide by 1.0 at all.
21493         (estimate_bb_frequencies): Similar.
21495 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21497         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21498         * configure: Rebuilt.
21500 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
21502         * config/s390/s390.c (s390_safe_attr_type): New function.
21503         (s390_use_dfa_pipeline_interface): New function, return true for z900.
21504         (s390_issue_rate): New function.
21505         (s390_agen_dep_p): New function.
21506         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21507         (s390_adjust_cost): Return 'cost' if new DFA is used.
21508         (s390_adjust_priority): Delete function.
21509         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21510         * config/s390/s390.md (atype attribute): Attribute 'atype' default
21511         determined by 'op_type'.
21512         (type attribute): Added more type attributes.
21513         * config/s390/2064.md: New DFA description for z900 pipeline.
21515 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21517         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21518         forced to memory.  Fixes PR bootstrap/9036.
21520         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21521         to set $gp before the call.
21523 2003-01-14  Richard Henderson  <rth@redhat.com>
21525         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21526         for force_const_mem.
21528 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21530         * genattr.c (main): Rearrange output to avoid prototype warning.
21531         * genautomata.c (transform_3): Fix ambiguous-else warning.
21532         * local-alloc.c (requires_inout): Add parentheses around
21533         assignment used as truth-value.
21534         * timevar.c: Move system includes above local includes.  Include
21535         toplev.h
21536         * Makefile.in (timevar.o): Depend on toplev.h.
21538 2003-01-14  Denis Chertykov  <denisc@overta.ru>
21540         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21541         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21543         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21544         attributes.
21545         (TARGET_ATTRIBUTE_TABLE): New macro.
21546         (valid_machine_type_attribute): Remove.
21547         (valid_machine_decl_attribute): Remove.
21548         (ip2k_handle_progmem_attribute): New function.
21549         (ip2k_handle_fndecl_attribute): New function.
21551 2003-01-10  Andrew Haley  <aph@redhat.com>
21553         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21554         registers to be in correct order.  Add rip.
21556 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
21558         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21559         (*iorsi3_and_lshiftrt_9_sb): Likewise.
21561 2003-01-14  Jan Hubicka  <jh@suse.cz>
21563         * convert.c (strip_float_extensions):  Look for narrowest type handling
21564         FP constants.
21566         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
21567         float1 CMP float2.
21568         * convert.c (strip_float_extensions): Make global.
21569         * tree.h (strip_float_extensions): Declare.
21571 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21573         * timevar.def: define TV_NAME_LOOKUP.
21574         * timevar.c (timevar_pop): Be verbose when aborting.
21576 2003-01-13  Andreas Schwab  <schwab@suse.de>
21578         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21579         $(parsedir), just move the temporary file at the end.
21580         ($(parsedir)/gengtype-yacc.c): Likewise.
21582 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
21584         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21585         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
21586         splitting.
21587         * configure: Rebuilt.
21589 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21591         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21592         internal_mcount): Don't use PARAMS.
21593         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21594         ISO C style.
21595         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21597 2003-01-13  Andreas Schwab  <schwab@suse.de>
21599         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21600         directive.
21602 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
21604         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21605         (*iorsi3_and_lshiftrt_n_sb): Likewise.
21607 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
21609         PR c++/9264
21610         * c-lex.c (c_lex): Set the token value to error_mark_node for
21611         invalid numeric constants.
21613 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21615         * c-pch.c (asm_file_startpos): Change to `long'.
21616         (pch_init): Use ftell, not ftello.
21617         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21618         Use `long' instead of `off_t'.
21619         (c_common_read_pch): Likewise.
21620         * ggc-common.c (gt_pch_save): Use long/ftell instead of
21621         off_t/ftello.
21623 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
21625         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21627 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
21629         * arm-protos.h (struct cpp_reader): Add declaration.
21631 2003-01-11  Jan Hubicka  <jh@suse.cz>
21633         PR target/9068
21634         * i386.c (output_fp_compare): Fix typo.
21636 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
21638         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21640 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21642         * Makefile.in (parsedir): New variable.
21643         (docobjdir): New variable.
21644         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21645         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21646         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21647         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21648         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21649         Use docobjdir.
21650         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21651         objc.maintainer-clean): Use parsedir.
21653         * varasm.c (struct constant_descriptor_rtx): Remove unused
21654         `label' field.
21656         * toplev.c (documented_lang_options): Document -Winvalid-pch.
21658 2003-01-10  Richard Henderson  <rth@redhat.com>
21660         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21661         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21663 2003-01-10  Richard Henderson  <rth@redhat.com>
21665         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21666         not INTEGRAL_MODE_P when widening extensions.
21668 2003-01-10  Richard Henderson  <rth@redhat.com>
21670         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21672 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21674         * ggc-page.c (ggc_collect): Avoid overflow computing
21675         min_expand.
21677         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21678         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
21679         Remove calls.
21680         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21682 2003-01-10  Jan Hubicka  <jh@suse.cz>
21684         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21685         with weird operands.
21687 2003-01-10  Dale Johannesen <dalej@apple.com>
21689         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
21690         parameters.  Call check_sibcall_argument_overlap if indicated.
21691         (check_sibcall_argument_overlap):  Add mark_stored_args_map
21692         parameter.  Don't mark parameter area as clobbered if not set.
21693         (expand_call):  Adjust calls to above.
21695 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21697         * configure.in (linker read-only and read-write section mixing):
21698         Squelch some assembler warnings.
21699         * configure: Likewise.
21701 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
21703         * doc/invoke.texi: Document -mtune, delete -mcpu
21704         option for S/390 and zSeries.
21705         * config/s390/s390.c (s390_tune_string) New variable.
21706         (s390_cpu_string) Delete variable.
21707         (override_options): Use s390_tune_string instead of
21708         s390_cpu_string.
21709         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21711 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
21713         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21715 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
21717         * jump.c (next_nonnote_insn_in_loop): New function.
21718         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21719         next_nonnote_insn.
21720         (duplicate_loop_exit_test). Likewise.
21722 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21724         Merge from pch-branch:
21726         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
21728         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21729         load.
21731         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
21733         * cpplib.c (count_registered_pragmas): New function.
21734         (save_registered_pragmas): New function.
21735         (_cpp_save_pragma_names): New function.
21736         (restore_registered_pragmas): New function.
21737         (_cpp_restore_pragma_names): New function.
21738         * cpphash.h (_cpp_save_pragma_names): Prototype.
21739         (_cpp_restore_pragma_names): Likewise.
21740         * cpppch.c (struct save_macro_item): Split from save_macro_data.
21741         (struct save_macro_data): New field 'saved_pragmas'.
21742         (save_macros): Update for changes to struct save_macro_data.
21743         (cpp_prepare_state): Call _cpp_save_pragma_names, update
21744         for changes to struct save_macro_data.
21745         (cpp_read_state): Call _cpp_restore_pragma_names, update
21746         for changes to struct save_macro_data.
21748         * cpppch.c (cpp_read_state): Restore the hashtable references
21749         in the cpp_reader.
21751         * tree.h (built_in_decls): Mark for PCH.
21753         * dbxout.c (lastfile): Don't mark for PCH.
21755         * ggc.h: Document PCH calls into memory managers.
21757         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
21759         * doc/invoke.texi (Precompiled Headers): Document the
21760         directory form of PCH.
21761         * cppfiles.c (validate_pch): New function.
21762         (open_file_pch): Search suitably-named directories for PCH files.
21764         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
21766         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21767         reorder options.
21768         (Type Information): Mention that the information is also
21769         used to implement PCH.
21770         * doc/passes.texi (Passes): Improve documentation of
21771         language-specific files.
21773         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
21775         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21776         (struct walk_type_data): Add reorder_fn field.
21777         (walk_type): Process 'reorder' option.
21778         (write_types_process_field): Reorder parameters to gt_pch_note_object,
21779         call reorder_note_routine.
21780         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21781         (ggc_wtd): Update for change to struct write_types_data.
21782         (pch_wtd): Likewise.
21783         * ggc.h (gt_pch_note_object): Reorder parameters.
21784         (gt_handle_reorder): New definition.
21785         (gt_pch_note_reorder): New prototype.
21786         * ggc-common.c (struct ptr_data): Add reorder_fn.
21787         (gt_pch_note_object): Reorder parameters.
21788         (gt_pch_note_reorder): New.
21789         (gt_pch_save): Call reorder_fn.
21790         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21792         * dbxout.c (cwd): Don't mark for PCH.
21794         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
21796         * gengtype.c (finish_root_table): Fix some warnings.
21797         (write_root): Handle TYPE_STRING.
21798         * ggc.h (gt_ggc_m_S): Add prototype.
21799         * stringpool.c (gt_ggc_m_S): New function.
21801         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
21803         * dwarf2out.c (dw2_string_counter): New.
21804         (AT_string_form): Use it.
21805         (same_dw_val_p): Update for removal of hashtable.h hash tables.
21807         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
21809         * dbxout.c: Include gt-dbxout.h.
21810         (lastfile): Mark for PCH/GGC.
21811         (cwd): Likewise.
21812         (struct typeinfo): Likewise.
21813         (typevec): Likewise.
21814         (typevec_len): Likewise.
21815         (next_type_number): Likewise.
21816         (struct dbx_file): Likewise.
21817         (current_file): Likewise.
21818         (next_file_number): Likewise.
21819         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21820         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21821         (dbxout_end_source_file): Don't free struct dbx_file.
21822         (dbxout_type): Use GGC to allocate typevec.
21823         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21824         (GTFILES): Add dbxout.c.
21825         (gt-dbxout.h): New rule.
21827         * Makefile.in (c-pch.o): Add debug.h as dependency.
21828         * c-pch.c: Include debug.h.
21829         (pch_init): Call start_source_file to keep nesting right.
21830         (c_common_read_pch): Add orig_name parameter.  Call
21831         start_source_file debug hook.  Call end_source_file debug hook.
21832         * c-common.h (c_common_read_pch): Update prototype.
21833         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21834         callback.
21835         * cppfiles.c (struct include_file): Add new field `header_name'.
21836         (find_or_create_entry): Default it to `name'.
21837         (open_file_pch): Set it to the original header file searched for.
21838         (stack_include_file): Don't stack an empty buffer, just handle
21839         PCH files immediately.  Pass header_name field to read_pch callback.
21841         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
21843         * function.c (funcdef_no): Mark to be saved in a PCH.
21845         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
21847         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21849         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21851         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
21853         * optabs.h (code_to_optab): Add GTY marker.
21855         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
21857         * Makefile.in (GTFILES): Add cpplib.h.
21858         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21859         * c-decl.c (build_compound_literal): Don't use var_labelno.
21860         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21861         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21862         * varasm.c (const_labelno): Use gengtype to mark.
21863         (var_labelno): Likewise.
21864         (in_section): Likewise.
21865         (in_named_name): Likewise.
21866         (struct in_named_entry): Likewise.
21867         (in_named_htab): Likewise.
21868         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21869         (init_varasm_once): Use GGC to allocate in_named_htab.
21870         * config/darwin.c (current_pic_label_num): Mark for PCH.
21872         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
21874         * ggc-simple.c (init_ggc_pch): New stub procedure.
21875         (ggc_pch_count_object): Likewise.
21876         (ggc_pch_total_size): Likewise.
21877         (ggc_pch_this_base): Likewise.
21878         (ggc_pch_alloc_object): Likewise.
21879         (ggc_pch_prepare_write): Likewise.
21880         (ggc_pch_write_object): Likewise
21881         (ggc_pch_finish): Likewise.
21882         (ggc_pch_read): Likewise.
21884         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
21886         * c-pch.c (c_common_write_pch): Write the macro definitions after
21887         the GCed data.
21888         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
21889         definitions after the GCed data.
21890         * cpplib.c (save_macros): New.
21891         (reset_ht): New.
21892         (cpp_write_pch_deps): Split out of cpp_write_pch.
21893         (cpp_write_pch_state): Split out of cpp_write_pch.
21894         (cpp_write_pch): Delete.
21895         (struct save_macro_data): Delete.
21896         (cpp_prepare_state): New.
21897         (cpp_read_state): Erase and restore initial macro definitions.
21898         * cpplib.h (struct save_macro_data): Forward-declare.
21899         (cpp_write_pch_deps): Prototype.
21900         (cpp_write_pch_state): Prototype.
21901         (cpp_write_pch): Delete prototype.
21902         (cpp_prepare_state): Prototype.
21903         (cpp_read_state): Add fourth argument.
21905         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
21907         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21908         (write_array): Remove warning.
21910         * gengtype.c (contains_scalar_p): New.
21911         (finish_root_table): Add the table to all languages, even if it's
21912         empty.
21913         (write_roots): Output gt_pch_scalar_rtab.
21914         * ggc-common.c (gt_pch_save): Write out scalars.
21915         (gt_pch_restore): Read scalars back.
21917         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21918         (struct page_entry): Delete pch_page field.
21919         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21920         (clear_marks): Likewise.
21921         (sweep_pages): Likewise.
21922         (poison_pages): Likewise.
21923         (ggc_print_statistics): Likewise.
21924         (ggc_pch_read): Don't free objects read from a PCH.
21925         Properly set up in_use_p and page_tails.
21927         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
21929         * gengtype.c (struct write_types_data): New.
21930         (struct walk_type_data): Make `cookie' const; add extra
21931         prev_val item; add `orig_s' field.
21932         (walk_type): Update prev_val[3].
21933         (write_types_process_field): New.
21934         (write_func_for_structure): Take write_types_data structure.
21935         (write_types): New.
21936         (ggc_wtd): New.
21937         (pch_wtd): New.
21938         (write_types_local_process_field): New.
21939         (gc_mark_process_field): Delete.
21940         (write_local_func_for_structure): New.
21941         (gc_mark_func_name): Delete.
21942         (write_gc_types): Delete.
21943         (write_local): New.
21944         (finish_root_table): Don't include 'ggc_' in PFX.
21945         (write_root): Rename from write_root.  Fill pchw field of structures.
21946         (write_array): New.
21947         (write_roots): Rename from write_gc_roots.  Split out to write_array.
21948         Update to changes to other routines.  Write gt_pch_cache_rtab table.
21949         (main): Write PCH walking routines.
21950         * ggc-common.c: Include toplev.h, sys/mman.h.
21951         (ggc_mark_roots): For cache hashtables, also mark the hash table
21952         and the array of entries.
21953         (saving_htab): New.
21954         (struct ptr_data): New.
21955         (POINTER_HASH): New.
21956         (gt_pch_note_object): New.
21957         (saving_htab_hash): New.
21958         (saving_htab_eq): New.
21959         (struct traversal_state): New.
21960         (call_count): New.
21961         (call_alloc): New.
21962         (compare_ptr_data): New.
21963         (relocate_ptrs): New.
21964         (write_pch_globals): New.
21965         (struct mmap_info): New.
21966         (gt_pch_save): New.
21967         (gt_pch_restore): New.
21968         * ggc-page.c (ROUND_UP_VALUE): New.
21969         (ROUND_UP): New.
21970         (struct page_entry): Add field `pch_page'.
21971         (init_ggc): Use ROUND_UP.
21972         (struct ggc_pch_data): Declare.
21973         (init_ggc_pch): New.
21974         (ggc_pch_count_object): New.
21975         (ggc_pch_total_size): New.
21976         (ggc_pch_this_base): New.
21977         (ggc_pch_alloc_object): New.
21978         (ggc_pch_prepare_write): New.
21979         (ggc_pch_write_object): New.
21980         (ggc_pch_finish): New.
21981         (ggc_pch_read): New.
21982         * ggc.h (gt_pointer_operator): New.
21983         (gt_note_pointers): New.
21984         (gt_pch_note_object): New prototype.
21985         (gt_pointer_walker): New.
21986         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21987         (LAST_GGC_ROOT_TAB): Update.
21988         (gt_pch_cache_rtab): Declare.
21989         (gt_pch_scalar_rtab): Declare.
21990         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21991         (LAST_GGC_CACHE_TAB): Update.
21992         (gt_pch_save_stringpool): Declare.
21993         (gt_pch_restore_stringpool): Declare.
21994         (gt_pch_p_S): Declare.
21995         (gt_pch_n_S): Declare.
21996         (struct ggc_pch_data): Forward-declare.
21997         (init_ggc_pch): Declare.
21998         (ggc_pch_count_object): Declare.
21999         (ggc_pch_total_size): Declare.
22000         (ggc_pch_this_base): Declare.
22001         (ggc_pch_alloc_object): Declare.
22002         (ggc_pch_prepare_write): Declare.
22003         (ggc_pch_write_object): Declare.
22004         (ggc_pch_finish): Declare.
22005         (ggc_pch_read): Declare.
22006         (gt_pch_save): Declare.
22007         (gt_pch_restore): Declare.
22008         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22009         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22010         const_double_htab, mem_attrs_htab using GGC.
22011         * c-pch.c: Include ggc.h.
22012         (pch_init): Allow reading PCH file back.
22013         (c_common_write_pch): Call gt_pch_save.
22014         (c_common_read_pch): Call gt_pch_restore.
22015         * c-parse.in (init_reswords): Delete now-untrue comment.
22016         Allocate ridpointers using GGC.
22017         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22018         calling expand_deferred_fns.
22019         * c-common.h (ridpointers): Mark for GTY machinery.
22020         * Makefile.in (stringpool.o): Update dependencies.
22021         (c-pch.o): Update dependencies.
22022         (ggc-common.o): Update dependencies.
22023         * stringpool.c: Include gt-stringpool.h.
22024         (gt_pch_p_S): New.
22025         (gt_pch_n_S): New.
22026         (struct string_pool_data): New.
22027         (spd): New.
22028         (gt_pch_save_stringpool): New.
22029         (gt_pch_restore_stringpool): New.
22030         * tree.c (init_ttree): Make type_hash_table allocated using GC.
22032         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
22034         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22035         (output_mangled_typename): Don't pass size_t to printf.
22037         * tree.h (union tree_type_symtab): Add tag to `address' field.
22038         (union tree_decl_u2): Add tag to 'i' field.
22039         * varasm.c (union rtx_const_un): Add tags to all fields.
22040         * gengtype.c (struct walk_type_data): New.
22041         (output_escaped_param): Take struct walk_type_data parameter.
22042         (write_gc_structure_fields): Delete.
22043         (walk_type): New.
22044         (write_gc_marker_routine_for_structure): Delete.
22045         (write_func_for_structure): New.
22046         (gc_mark_process_field): New.
22047         (gc_mark_func_name): New.
22048         (gc_counter): Delete.
22049         (write_gc_types): Use write_func_for_structure.
22050         (write_gc_roots): Use walk_type.
22052         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
22054         * ggc-common.c (ggc_mark_roots): Delete 'x'.
22055         (ggc_splay_dont_free): Fix warning about unused 'x'.
22056         (ggc_print_common_statistics): Remove warnings.
22058         2002-10-01  Mike Stump  <mrs@apple.com>
22060         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22061         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22063         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
22064             Catherine Moore  <clm@redhat.com>
22066         * Makefile (c-pch.o): Update dependencies.
22067         (LIBCPP_OBJS): Add cpppch.o.
22068         (cpppch.o): New.
22069         * c-common.c (c_common_init): Don't call pch_init here.
22070         * c-common.h (c_common_read_pch): Update prototype.
22071         * c-lex.c (c_common_parse_file): Call pch_init here.
22072         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22073         (c_common_decode_option): Handle them.
22074         * c-pch.c: Include c-pragma.h.
22075         (save_asm_offset): Delete.
22076         (pch_init): Move contents of save_asm_offset into here, call
22077         cpp_save_state.
22078         (c_common_write_pch): Call cpp_write_pch.
22079         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
22080         cpp_valid_state.
22081         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
22082         * cppfiles.c (stack_include_file): Update for change to
22083         parameters of cb.read_pch.
22084         * cpphash.h (struct cpp_reader): Add `savedstate' field.
22085         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22086         `restore_pch_deps' fields.
22087         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22088         (cpp_save_state): Prototype.
22089         (cpp_write_pch): Prototype.
22090         (cpp_valid_state): Prototype.
22091         (cpp_read_state): Prototype.
22092         * cpppch.c: New file.
22093         * flags.h (version_flag): Remove prototype.
22094         * mkdeps.c (deps_save): New.
22095         (deps_restore): New.
22096         * mkdeps.h (deps_save): Prototype.
22097         (deps_restore): Prototype.
22098         * toplev.c (late_init_hook): Delete.
22099         (version_flag): Make static again.
22100         (compile_file): Don't call late_init_hook.
22101         * toplev.h (late_init_hook): Delete.
22102         * doc/cppopts.texi: Document -fpch-deps.
22103         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22105         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
22107         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22108         callers.
22109         (c_common_valid_pch): Rename from c_valid_pch, change callers.
22110         (c_common_read_pch): Rename from c_read_pch, change callers.
22112         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22113         a space between it and its argument.
22115         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
22117         * c-pch.c: New file.
22118         * toplev.h (late_init_hook): Declare.
22119         * toplev.c (late_init_hook): Define.
22120         (version_flag): Make globally visible.
22121         (compile_file): Call late_init_hook.
22122         (init_asm_output): Make output file seekable.
22123         * gcc.c (default_compilers): Update c-header rule.
22124         * flags.h (version_flag): Declare.
22125         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22126         fields.
22127         * cppfiles.c (struct include_file): Add 'pch' field.
22128         (INCLUDE_PCH_P): New.
22129         (open_file_pch): New.
22130         (stack_include_file): Handle PCH files specially.
22131         (find_include_file): Call open_file_pch instead of open_file.
22132         (_cpp_read_file): Explain why open_file is used instead of
22133         open_file_pch.
22134         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22135         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22136         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22137         in cpplib callbacks.
22138         * c-common.c (pch_file): Correct comment.
22139         (allow_pch): Define.
22140         (c_common_init): Call pch_init.
22141         * c-common.h (allow_pch): Declare.
22142         (pch_init): Declare.
22143         (c_valid_pch): Declare.
22144         (c_read_pch): Declare.
22145         (c_write_pch): Declare.
22146         * Makefile.in (c-pch.o): New.
22147         (C_AND_OBJC_OBJS): Add c-pch.o.
22148         * doc/invoke.texi (Precompiled Headers): Add index entries,
22149         complete truncated paragraph.
22151         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
22153         * c-common.c: (pch_file): Define.
22154         * c-common.h (pch_file): Declare.
22155         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22156         (missing_arg): Require --output-pch= to have an argument.
22157         (c_common_decode_option): Handle --output-pch=.
22158         * gcc.c: Document new %V.
22159         (default_compilers): Handle compiling C header files.
22160         (do_spec_1): Implement %V.
22161         (main): Handle "gcc foo.h" without trying to run linker.
22162         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22163         (Overall Options): Document what the driver does with header files,
22164         document new -x option possibilities.
22165         (Invoking G++): More documentation for PCH.
22166         (Precompiled Headers): New.
22168         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
22170         * ggc.h: Don't include varray.h.  Rearrange functions to be more
22171         organized.
22172         (ggc_add_root): Delete.
22173         (ggc_mark_rtx): Delete.
22174         (ggc_mark_tree): Delete.
22175         (struct ggc_statistics): Remove contents.
22176         * ggc-common.c: Remove unneeded includes.
22177         (struct ggc_root): Delete.
22178         (roots): Delete.
22179         (ggc_add_root): Delete.
22180         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
22181         (ggc_print_common_statistics): Remove most of the contents.
22182         * Makefile.in (GGC_H): No longer uses varray.h.
22183         (ggc-common.o): Update dependencies.
22184         (c-parse.o): Add varray.h to dependencies.
22185         (c-common.o): Add varray.h.
22186         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22187         (mark_ident_hash): Rename to ggc_mark_stringpool.
22188         (init_stringpool): Don't use ggc_add_root.
22189         * c-parse.in: Include varray.h.
22190         * c-common.c: Include varray.h.
22191         * objc/Make-lang.in (objc-act.o): Add varray.h.
22192         * objc/objc-act.c: Include varray.h.
22194         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
22196         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22197         (dw_cfi_oprnd1_desc): Likewise.
22199         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
22201         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22202         move out of ifdef.
22203         (alpha_links): Use gengtype to mark; move out of ifdef.
22204         (mark_alpha_links_node): Delete.
22205         (mark_alpha_links): Delete.
22206         (alpha_need_linkage): Use GGC to allocate splay tree, struct
22207         alpha_links, strings.  Don't use ggc_add_root.
22208         * ggc-common.c (ggc_splay_alloc): New.
22209         (ggc_splay_dont_free): New.
22210         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22211         (ggc_mark_tree): Likewise.
22212         (splay_tree_new_ggc): New.
22213         (ggc_splay_alloc): Declare.
22214         (ggc_splay_dont_free): Declare.
22215         * dwarf2asm.c: Include gt-dwarf2asm.h.
22216         (mark_indirect_pool_entry): Delete.
22217         (mark_indirect_pool): Delete.
22218         (indirect_pool): Use gengtype to mark.
22219         (dw2_force_const_mem): Don't use ggc_add_root.
22220         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22221         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22222         (gt-dwarf2asm.h): Depend on s-gtype.
22224         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
22226         * tree.h (union tree_type_symtab): Mark `die' field.
22227         * Makefile.in (dwarf2out.o): Update dependencies.
22228         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
22229         hash tables.
22230         (dw_cfi_oprnd1_desc): New function.
22231         (dw_cfi_oprnd2_desc): New function.
22232         (indirect_string_alloc): Delete.
22233         (debug_str_do_hash): New function.
22234         (debug_str_eq): New function.
22235         (mark_limbo_die_list): Delete.
22236         (dwarf2out_init): Don't call ggc_add_root.
22238 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
22240         The following changes are merged from itanium-sched-branch:
22242         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22244         * doc/md.texi: Clarify assignment of units to automata description.
22246         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
22248         * genautomata.c (unit_decl): Remove members
22249         `the_same_automaton_unit' and
22250         `the_same_automaton_message_reported_p'.
22251         (process_unit_to_form_the_same_automaton_unit_lists,
22252         form_the_same_automaton_unit_lists_from_regexp,
22253         form_the_same_automaton_unit_lists, the_same_automaton_lists):
22254         Remove them.
22255         (annotation_message_reported_p): New global variable.
22256         (check_unit_distribution_in_reserv,
22257         check_regexp_units_distribution): New functions.
22258         (check_unit_distributions_to_automata): Rewrite it.
22260         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
22262         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22263         Use continue instead of break if cycle is too big.
22265         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
22267         * genautomata.c (check_unit_distributions_to_automata): Output at
22268         most one message for a unit.
22269         (process_unit_to_form_the_same_automaton_unit_lists): Check
22270         automaton of units instead of units themself.
22272         * doc/md.texi: Describe the constraint about assigning unit to
22273         automata.
22275         2002-12-20  Jan Hubicka  <jH@suse.cz>
22276                     Vladimir Makarov  <vmakarov@redhat.com>
22278         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22279         and `in_set_p'.
22280         (gen_cpu_unit): Initialize the new members.
22281         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
22282         up `min_occ_cycle_num'.
22283         (evaluate_max_reserv_cycles): Change the function call.
22284         (CLEAR_BIT): New macro.
22285         (states_union, state_shift): Use the mask.
22286         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22287         (form_reservs_matter): New function.
22288         (make_automaton): Call the function and use the mask.
22289         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22290         account.
22292         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22294         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22296         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22298         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22299         for Itanium.
22301         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22303         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22304         default cpu.
22306         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22307                 2002-10-31  Dale Johannesen <dalej@apple.com>
22309         * haifa-sched.c (find_set_reg_weight): New function.
22310         (find_insn_reg_weight): Use the new function.
22311         (schedule_block): Do sorting ready queue always
22312         after insn issue.
22314         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
22316         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22318         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
22320         * haifa-sched.c (choice_entry): New structure.
22321         (choice_stack, cycle_issued_insns): New variables.
22322         (max_issue): Rewrite it.
22323         (choose_ready): Set up ready_try for unknown insns too.
22324         (schedule_block): Allocate and free choice_stack.  Set up
22325         and modify cycle_issued_insns.
22327         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22328         with and without filling the bundle.
22329         (bundling): Combine calls of issue_nops_and_insn.
22331         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
22333         * config/ia64/itanium1.md: New file.
22335         * config/ia64/itanium2.md: New file.
22337         * config/ia64/ia64.md: Move DFA descriptions into the new files.
22338         Remove the old pipeline description.
22340         * config/ia64/ia64.c (ia64_override_options): Add aliases of
22341         itanium processor names.
22343         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
22345         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22346         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
22348         * config/ia64/ia64.md: Add descriptions for Itanium2.
22350         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22352         * config/ia64/ia64.h (processor_type): New enumeration.
22353         (ia64_tune, ia64_tune_string): New external declarations.
22354         (TARGET_OPTIONS): Add option `tune='.
22356         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22357         variables.
22358         (ia64_override_options): Set up `ia64_tune'.
22359         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22360         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22361         (bundling): Add nops for MM-insns only for Itanium.
22362         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22363         Itanium.
22365         * config/ia64/ia64.md (cpu): New attribute.
22366         (DFA description): Enable it only for Itanium.
22368         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22369                     Richard Henderson  <rth@redhat.com>
22371         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22372         MASK_EARLY_STOP_BITS.
22373         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22374         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22375         `early-stop-bits'.
22377         * config/ia64/ia64.c (ia64_dfa_new_cycle,
22378         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22379         instead of TARGET_TUNE_STOP_BITS.
22381         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22382         `-mearly-stop-bits'.
22384         * config/ia64/ia64.c (automata_option "v"): Comment it.
22386         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
22388         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22389         New macros.
22390         (TARGET_SWITCHES): Add entries for the new option.
22392         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22393         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22394         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22395         global variables.
22396         (ia64_sched_reorder2): Set up `clocks'.
22397         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22398         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
22399         queue when TARGET_TUNE_STOP_BITS.
22400         (bundling): Insert additional nops for MM-insns.
22401         (final_emit_insn_group_barriers): Add insertion of stop bits
22402         according `stops_p'.
22403         (ia64_reorg): Initiate the new varibales.
22405         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22407         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
22409         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22410         insns at the end of block insn scheduling.
22412         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
22414         * sched-deps.c (remove_dependence, group_leader): Remove it.
22415         (add_dependence): Add dependence to group leader to.
22416         (set_sched_group_p): Add dependence to the first insn of the
22417         schedule group too.
22418         (sched_analyze_insn): Make dependence to jump as anti-dependence.
22419         Change true dependence by anti-dependence when
22420         `reg_pending_barrier'.
22422         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
22423         add_branch_dependences): Ignore schedule groups.
22425         * sched-ebb.c (init_ready_list): Ditto.
22427         * (move_insn, set_priorities): Ditto.
22429         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
22430         flag is clear after reload.
22431         (adjust_cost): Change cost only for output dependencies.
22433         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
22435         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
22437         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
22439         * target.h (gcc_target): Add member
22440         `dependencies_evaluation_hook'.
22442         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
22443         macro.
22444         (TARGET_SCHED): Add initiatialization of the new member.
22446         * sched-ebb.c: Include `target.h'.
22447         (schedule_ebb): Call `dependencies_evaluation_hook'.
22449         * sched-rgn.c (schedule_region): Call
22450         `dependencies_evaluation_hook'.
22452         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22453         New macro.
22454         (ia64_dependencies_evaluation_hook): New function.
22456         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22457         Describe the new hook.
22459         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
22461         * target.h (gcc_target): Add members
22462         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
22464         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
22465         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
22466         macros.
22467         (TARGET_SCHED): Add initiatialization of the new members.
22469         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
22470         insn scheduling too.
22471         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
22472         initialize `ready_try'.
22473         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
22474         `dfa_new_cycle' says not to do it.
22476         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
22477         bundling.
22479         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
22481         * config/ia64/ia64.c: Include `hashtab.h'.
22482         (ia64_first_cycle_multipass_dfa_lookahead_guard,
22483         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22484         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22485         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22486         bundle_state_eq_p, insert_bundle_state,
22487         initiate_bundle_state_table, finish_bundle_state_table,
22488         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22489         get_template, get_next_important_insn, bundling): New functions.
22490         (ia64_internal_sched_reorder): Remove it.
22491         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22492         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22493         (ia64_safe_itanium_requires_unit0): Remove it.
22494         (group_barrier_needed_p): Place group barrier right before a real
22495         insn.
22496         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22497         Remove them.
22498         (bundle_name): New variable.
22499         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22500         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22501         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22502         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22503         temp_dfa_state, prev_cycle_state): New global variables.
22504         (insn_matches_slot, maybe_rotate, finish_last_head,
22505         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22506         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22507         find_best_packet, itanium_reorder, dump_current_packet,
22508         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22509         (sched_data, sched_ready, sched_types): Remove them.
22510         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22511         `init_insn_group_barriers'.
22512         (ia64_sched_reorder, ia64_sched_reorder2): Call
22513         ia64_dfa_sched_reorder.
22514         (ia64_variable_issue): Rewrite it.
22515         (bundle_state): New structure.
22516         (index_to_bundle_states, bundle_states_num,
22517         allocated_bundle_states_chain, free_bundle_state_chain): New
22518         global variables.
22519         (ia64_sched_finish): Add stop bits and call `bundling' after the
22520         2nd insn scheduling.
22521         (ia64_use_dfa_pipeline_interface): Return zero always.
22522         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22523         insn scheduling.
22524         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22525         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22526         (ia64_reorg): Add bundling insns.
22528         * doc/tm.texi
22529         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22530         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22532         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
22534         * config/ia64/ia64.md: Add Itanium1 DFA description.
22535         (itanium_class): Add `nop' and `pre_cycle'.  Add
22536         define_function_unit for `nop'.
22537         (nop): Change attribute `itanium_class'.
22538         (pre_cycle): New define_insn.
22540         * config/ia64/ia64-protos.h (bundling_p): New external variable.
22541         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22542         ia64_produce_address_p): New function prototypes.
22544         * config/ia64/ia64.c (bundling_p): New global variable.
22545         (ia64_use_dfa_pipeline_interface,
22546         ia64_first_cycle_multipass_dfa_lookahead,
22547         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22548         functions.
22549         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22550         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22551         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22552         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22553         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22554         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22555         (dfa_pre_cycle_insn): New variable.
22557         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22559         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22560         constructions.
22562         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22563         New function prototypes.
22565         * genattrtab.c (main): Process the new constructions.
22567         * genautomata.c (gen_presence_absence_set,
22568         process_presence_absence_names, process_presence_absence_patterns,
22569         add_presence_absence, check_absence_pattern_sets): Add parameter
22570         `final_p'.
22571         (unit_decl): Add new members `final_presence_list' and
22572         `final_absence_list'.
22573         (unit_pattern_rel_decl): Add new member `final_p'.
22574         (gen_final_presence_set, gen_final_absence_set): New functions.
22575         (process_decls): Use member `final_p'.
22576         (temp_reserv): New global variable.
22577         (reserv_sets_are_intersected): Add processing `final_presence_set'
22578         and `final_absence_set'.
22579         (initiate_states): Allocate `temp_reserv'.
22580         (unit_final_presence_set_table, unit_final_absence_set_table): New
22581         gloabal variables.
22582         (initiate_presence_absence_pattern_sets): Initiate them.
22583         (NDFA_to_DFA): Fix typo.
22584         (output_description): Output `final_presence_set' and
22585         `final_absence_set'.
22587         * doc/md.texi (final_presence_set, final_absence_set): Describe
22588         them.
22590         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22592         * genautomata.c (transform_3): Process a missing case (nothing on
22593         unit place).
22595         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22597         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22598         comments about queried units and the minimization.
22600         * doc/md.texi: Ditto.
22602         * genautomata.c (create_composed_state): Return nonzero if the new
22603         state has been created.
22604         (first_cycle_unit_presence): New function.
22605         (state_is_differed): Add new parameter.  Use the new function.
22606         Take queried units into account.
22607         (partition_equiv_class): Pass additional parameter to
22608         `state_is_differed'.
22609         (merge_states): Process composed states too.
22610         (build_automaton, create_automata, output_min_issue_delay_table,
22611         output_tables, output_statistics): Output more information.
22612         (output_reserved_units_table): Use function
22613         `first_cycle_unit_presence'.
22614         (output_tables): Output table of queried units even if the
22615         minimization is switched on.
22616         (write_automata): Output code for querying units even if the
22617         minimization is switched on.
22619         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
22621         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22622         syntax of the constructions.
22624         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22625         extended syntax of the constructions.
22627         * genautomata.c (unit_rel_decl): Rename it to
22628         `unit_pattern_rel_decl'.
22629         (pattern_set_el, pattern_reserv): New structures.
22630         (pattern_set_el_t, pattern_reserv_t): New types.
22631         (gen_presence_absence_set): New function.
22632         (process_presence_absence): Remove it.
22633         (process_presence_absence_names,
22634         process_presence_absence_patterns): New functions.
22635         (get_presence_absence_set): Remove it.
22636         (initiate_presence_absence_sets): Rename it on
22637         `initiate_presence_absence_pattern_sets'.  Use new function
22638         `form_reserv_sets_list'.
22639         (form_reserv_sets_list, check_presence_pattern_sets,
22640         check_absence_pattern_sets, output_pattern_set_el_list): New
22641         functions.
22642         (unit_decl): Change types of members `presence_list' and
22643         `absence_list'.
22644         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22645         (decl): Change types of members `excl', `presence', and `absence'.
22646         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
22647         at the end of the vector.
22648         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22649         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22650         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22651         (gen_presence_set, gen_absence_set): Use new function
22652         `gen_presence_absence_set'.
22653         (add_presence_absence): Process `pattern_list' instead of
22654         `source_list'.
22655         (process_decls): USe new functions
22656         `process_presence_absence_names' and
22657         `process_presence_absence_patterns'.
22658         (reserv_sets_are_intersected): Use new function
22659         `check_presence_pattern_sets'.
22660         (presence_set, absence_set): Remove them.
22661         (unit_presence_set_table, unit_absence_set_table): New global
22662         variables.
22663         (output_description): Use new function
22664         `output_pattern_set_el_list'.
22665         (generate): Use `initiate_presence_absence_pattern_sets'.
22667         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
22669         * genattr.c (main): Add output of prototype of new interface
22670         function `dfa_clean_insn_cache'.
22672         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22673         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22674         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22675         the generated code.
22676         (write_automata): Call the new function.
22678 2003-01-09  Jan Hubicka  <jh@suse.cz>
22680         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22681         correctly.
22683 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
22685         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22687 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
22689         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22690         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22691         (CONSTRAINT_LEN): Provide default definition.
22692         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22693         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22694         (EXTRA_CONSTRAINT_STR): Likewise.
22695         (REG_CLASS_FROM_CONSTRAINT): Define.
22696         * genoutput.c (check_constraint_len, constraint_len): New functions.
22697         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22698         constraint / modifier.
22699         (gen_insn): Call check_constraint_len.
22700         * local-alloc.c (block_alloc): Update to use new macros / pass
22701         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22702         * ra-build.c (handle_asm_insn): Likewise.
22703         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22704         (constrain_operands, peep2_find_free_register): Likewise.
22705         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22706         * regmove.c (find_matches): Likewise.
22707         * reload.c (push_secondary_reload, find_reloads): Likewise.
22708         (alternative_allows_memconst): Likewise.
22709         * reload1.c (maybe_fix_stack_asms): Likewise.
22710         (reload_cse_simplify_operands): Likewise.
22711         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22712         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22713         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22714         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22715         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22716         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22718         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22720 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22722         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22723         length.
22724         (*extzv_1_r_h8300hs): Likewise.
22725         (*extzv_1_r_inv_h8300): Likewise.
22726         (*extzv_1_r_inv_h8300hs): Likewise.
22728 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22730         * config/h8300/h8300.h (PREDICATE_CODES): New.
22732 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22734         * config/h8300/h8300.md (*addsi3_upper): New.
22735         (*iorsi3_shift): Likewise.
22736         (two splitters): Likewise.
22737         (*addsi3_shift): Likewise.
22738         (two splitters): Likewise.
22740 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
22742         * Makefile.in (optabs.o): Add dependency on basic-block.h.
22743         * basic-block.h (control_flow_insn_p): Fuction was exported.
22744         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22745         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22746         notes only when the region is contained in a single basic block.
22748 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22750         PR inline-asm/8832
22751         * tree.h (expand_asm): New prototype.
22752         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22753         to do so.
22754         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22755         down to expand_asm.
22756         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22757         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22758         (volatile_refs_p) [ASM_INPUT]: Likewise.
22759         (side_effects_p) [ASM_INPUT]: Likewise.
22761 2003-01-09  Jan Hubicka  <jh@suse.cz>
22763         * i386.md (*mul*): FIx constraints; remove confused comment; fix
22764         athlon_decode attributes
22765         (imul/k8 optimization peep2s): New.
22767         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22768         * i386.md (type attribute): Add ssecomi.
22769         (unit, memory, prefix attributes): Handle ssecomi.
22770         (cvt?2? patterns): Fix athlon_decode attribute
22771         (comi patterns): Set attribute to ssecomi.
22773         PR target/8343
22774         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22776 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
22778         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22779         that match register_operands.
22780         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22781         register_operand the default case.
22783 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22785         PR c/8032
22786         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22787         an empty element, do not advance the pointer to unfilled
22788         fields if there are pending initializers.
22790 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
22792         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22793         (install-gcc-tooldir, install-cpp, installdirs,
22794         install-common, install-driver, install-info, install-man,
22795         install-headers, install-include-dir, install-headers-tar,
22796         install-headers-cpio, install-headers-cp, install-mkheaders,
22797         install-collect2, uninstall): Prepend $(DESTDIR) to
22798         destination paths in all (un)installation commands.
22799         (install-driver): Rewrite $(LN) commands to support DESTDIR
22800         with "ln" as well as with "ln -s".
22801         (installdirs): Simply use mkinstalldirs.
22802         (install-libgcc, install-multilib): Also pass DESTDIR.
22803         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22804         installation destination variable ldir.
22805         * config/alpha/t-osf4, config/arm/t-netbsd,
22806         config/ia64/t-hpux, config/mips/t-iris5-6,
22807         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22808         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22809         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22810         in the definition of SHLIB_INSTALL.
22811         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22812         $(libsubdir) in the installation commands.
22814 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22816         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22817         non-optimizing compile.
22818         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22819         compile.
22821 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
22823         * config/i386/i386.c (ix86_attribute_table): Add new attributes
22824         ms_struct and gcc_struct.
22825         (ix86_handle_struct_attribute): New function.
22826         (ix86_ms_bitfield_layout_p): Update to take new attributes
22827         into account.
22828         * doc/extend.texi: Document new attributes.
22829         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22831 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
22833         PR optimization/8750
22834         * config/i386/i386.c (ix86_expand_prologue): Don't allow
22835         scheduling pass to move insns across __alloca call.
22837 2003-01-08  Dale Johannesen  <dalej@apple.com>
22839         * config/rs6000/rs6000.md:  Replace *store_multiple_string
22840         with *stmsi[3-8].
22842 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
22844         PR target/9210
22845         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22846         Set SYMBOL_REF_FLAG on local data sym_ref.
22848 2003-01-08  Dale Johannesen  <dalej@apple.com>
22850         * function.c (assign_parms):  Don't set pretend_args_size if
22851           REG_PARM_STACK_SPACE.
22852           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
22853           pretend_args_size.
22855 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
22857         * gcc.hlp: Delete.
22859 2003-01-09  Jan Hubicka  <jh@suse.cz>
22861         * i386.c  (ix86_expand_int_addcc): Fix thinko.
22863 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22865         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22866         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22867         as hook_bool_tree_hwi_hwi_tree_true.
22868         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22869         (rs6000_emit_epilogue): Same.
22870         (rs6000_output_mi_thunk): Re-implement as RTL.
22871         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22872         xcoffout_declare_function if any debugging enabled.
22874 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
22876         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22877         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22878         * config/mips/mips.h (enum processor_type): Rename
22879         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22880         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22881         Add PROCESSOR_M4K.
22882         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22883         (ISA_MIPS32R2): New define.
22884         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22885         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22886         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22887         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
22888         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
22889         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22890         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22891         compiling MIPS16 code.
22892         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22893         comment.
22894         (ISA_HAS_SEB_SEH): New define.
22895         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22896         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22897         processor_type value renaming.  Add support for MIPS32R2.
22898         Clean up comments, and move "sb1" entry with other MIPS64 CPU
22899         entries.
22900         (override_options): Reimplement -mipsN option handling so that
22901         it will work correctly for -mips32r2.  Avoid branch-likely
22902         instructions on MIPS32R2.
22903         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22904         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22905         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22906         (extendhisi2_hw, extendqisi2_hw): New.
22907         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22908         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
22909         MIPS32R2, and MIPS64.
22910         (LINK_SPEC): Pass -mips32r2 to linker.
22911         * config/mips/t-isa3264: Built -mips32r2 multilibs.
22912         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22913         for mips32r2 in the -march description.  Alphabetically sort
22914         CPU names in the -march description.  Add long-missed -mips32
22915         and -mips64 to MIPS option summary.
22917         * config.gcc: Update copyright years to include 2003.
22918         * config/mips/mips.c: Likewise.
22919         * config/mips/mips.h: Likewise.
22920         * config/mips/mips.md: Likewise.
22921         * config/mips/netbsd.h: Likewise.
22922         * doc/invoke.texi: Likewise.
22924 2003-01-08  Andreas Schwab  <schwab@suse.de>
22926         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22927         variable.
22928         * configure: Regenerated.
22930 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22932         * config/h8300/h8300.c (output_logical_op): Replace byte/word
22933         extraction of det with b0, b1, w0, w2, etc.
22934         (compute_logical_op_length): Likewise.
22935         (compute_logical_op_cc): Likewise.
22937 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22939         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22940         HIGH on all variants.
22942 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22944         * Makefile.in (PARTITION_H): New.
22945         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22946         * basic-block.h: Include hard-reg-set.h.
22948 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
22950         * arm.h (ENABLE_XF_PATTERNS): Delete.
22951         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22952         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22953         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22954         (cmpxf_trap): Delete.
22955         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22957 2003-01-08  Jan Hubicka  <jh@suse.cz>
22959         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22960         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22961         (add??cc): New expanders.
22962         * i386.c (expand_int_addcc): New function.
22963         * i386-protos.h (expand_int_addcc): Declare.
22965         * alias.c (memory_modified_1): New static function.
22966         (memory_modified): New static varaible.
22967         (memory_modified_in_insn_p): New global function.
22968         * rtl.h (memory_modified_in_insn_p): Declare.
22969         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22970         references.
22972         * expr.h (emit_conditional_add): Declare.
22974 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
22976         PR other/8947
22977         * doc/invoke.texi (-malign-double): Explain that the option breaks
22978         binary compatibility.
22980 2003-01-08  Andreas Schwab  <schwab@suse.de>
22982         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22983         should come from the generic *-*-linux* entry.
22985 2003-01-07  Jan Hubicka  <jh@suse.cz>
22987         * cselib.c (cselib_current_insn_in_libcall): New static variable.
22988         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22989         we are inside libcall.
22990         * cselib.h (elt_loc_list): Add in_libcall.
22991         * gcse.c (do_local_cprop): Do not copy propagate using insns
22992         in libcalls.
22994 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
22996         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22997         not normally affect to issue rate.
22999 2003-01-07  Jan Hubicka  <jh@suse.cz>
23001         * genopinit.c (optabs): Add addc_optab.
23002         * ifcvt.c (noce_try_store_flag): Rename to ...
23003         (noce_try_addcc): ... this one; handle generic conditional increment.
23004         (noce_process_if_block): Update noce_try_addcc call.
23005         * optabs.c (emit_conditional_add): New.
23006         (init_obtabs): Initialize addc_optab.
23007         * optabs.h (optab_index): Add OTI_addcc.
23008         (addcc_optab): New macro.
23009         * md.texi: Document addMcc
23011         PR target/8322
23012         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23013         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23014         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23016         * reload1.c (delete_output_reload): Avoid repeated attempts
23017         to delete insn.
23019 2003-01-07  Andreas Schwab  <schwab@suse.de>
23021         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23022         Move --enable-initfini-array check ...
23023         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
23024         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23025         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
23026         * configure: Rebuild.
23028 2003-01-07  Richard Henderson  <rth@redhat.com>
23030         * alias.c (find_base_value): Only use new_reg_base_value shortcut
23031         if the register is set once.
23033 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23035         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23036         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23037         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23039 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
23040             Sunil Davasam  <sunil.k.davasam@intel.com>
23042         PR libstdc++/9076
23043         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23044         DW_CFA_same_value, read next and ignore.
23046 2003-01-07  Richard Henderson  <rth@redhat.com>
23048         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23050 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23052         * cfg.c: Include alloc-pool.h
23053         (edge_pool): New pool.
23054         (bb_pool): New pool.
23055         (first_deleted_edge): Remove.
23056         (first_deleted_block): Remove.
23057         (init_flow): Alloc/free the pools.
23058         (free_edge): Use pools.
23059         (alloc_block): Ditto.
23060         (expunge_block): Ditto.
23061         (cached_make_edge): Ditto.
23063         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23065 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23067         * et-forest.c: Include alloc-pool.h.
23068         (struct et_forest): Add node_pool and occur_pool.
23069         (et_forest_create): Create the new pools.
23070         (et_forest_delete): Delete them.
23071         (et_forest_add_node): Allocate and free using pools.
23072         (et_forest_add_edge): Ditto.
23073         (et_forest_remove_node): Ditto.
23074         (et_forest_remove_edge): Ditto.
23076         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23078 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
23080         * config/h8300/h8300.c (output_logical_op): Simplify and
23081         optimize the handling of SImode.
23082         * config/h8300/h8300.c (compute_logical_op_length): Update
23083         accordingly.
23084         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23086 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
23088         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23089         big-endian correction to indirect arguments too.
23091 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23093         Segher Boessenkool  <segher@koffie.nl>
23095         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23096         (alt_reg_names): Ditto, fix formatting.
23097         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23099 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23101         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23102         (output_logical_op): Constify intval and det.
23103         (compute_logical_length): Likewise.
23104         (compute_logical_cc): Likewise.
23105         (output_a_shift): Constify mask.
23106         (h8300_encode_label): Constify len.
23108 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23110         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23111         (h8300_expand_epilogue): Likewise.
23113 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23115         Segher Boessenkool  <segher@koffie.nl>
23117         * config/rs6000/altivec.md: Remove spaces from assembler
23118         instruction argument lists.
23120 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
23122         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23123         c4x_assembler_function_p.
23124         (c4x_null_epilogue_p): Complement return value, all uses updated.
23125         (c4x_insert_attributes): Add naked.
23126         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23127         * doc/extend.texi: Update C4x function attributes.
23129 2003-01-06  Richard Henderson  <rth@redhat.com>
23131         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23132         properly when changing "local-ness".
23133         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23135 2003-01-06  Dale Johannesen  <dalej@apple.com>
23137         * config/darwin-protos.h:  Add prototypes for new section functions.
23139 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
23141         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23142         to EABI.
23144 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
23146         * hwint.h: If the current compiler has no 64-bit type at all,
23147         make HOST_WIDEST_INT 32 bits.
23149 2003-01-06  Eric Christopher  <echristo@redhat.com>
23151         * config/mips/mips.md (movdf_internal2): Fix constraints.
23153 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23155         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23157 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
23159         * config/mips/mips.md (leadi): Use dla rather than la.
23161 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
23163         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
23164         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
23166 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
23168         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23169         redefinition.
23171 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23173         * config/h8300/h8300.md (*extzv_8_23): New.
23175 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
23177         * pa64-hpux.h (JCR_SECTION_NAME): Define.
23178         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23179         USE_EH_FRAME_REGISTRY when defining.
23181 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23183         * config/h8300/h8300.c (output_a_shift): Do not output a
23184         variable shift.
23185         * config/h8300/h8300.md (two splitters): New.
23187 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
23189         * config/mips/mips.md: Disable the movstrsi define_split.
23191 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23193         * alloc-pool.c: Don't include "libiberty.h".
23194         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23195         * convert.c (convert_to_real): Hide unused variable.
23197 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23199         * Makefile.in (gtyp-gen.h): Const-ify.
23200         * gcov-dump.c (tag_table): Likewise.
23202 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23204         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23205         of *both* the file name and the fix name.
23207 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
23209         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
23210         collect2.
23211         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23212         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23213         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23214         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23215         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23216         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23217         elfos.h.
23218         (EH_FRAME_IN_DATA_SECTION): Delete define.
23219         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23220         (STARTFILE_SPEC): Use crtbegin.o.
23221         (ENDFILE_SPEC): Use crtend.o.
23222         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23223         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23224         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23225         DTOR_LIST_BEGIN): Define.
23226         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23227         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23228         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23230 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
23232         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23233         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23234         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
23235         Cleanup handling of replacement text.
23236         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23238 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23240         * fixinc/tests/base/math.h: removed obsolete results
23241         * fixinc/tests/base/stdlib.h: ditto
23242         * fixinc/tests/base/sys/param.h: ditto
23243         * fixinc/tests/base/sys/stat.h: ditto
23244         * fixinc/tests/base/time.h: ditto
23245         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23246         * fixinc/tests/base/sys/byteorder.h: ditto
23247         * fixinc/inclhack.def: Remove superfluous backslashes
23249 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
23251         * config/h8300/h8300-protos.h: Add prototypes for
23252         the new functions defined below.
23253         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23254         define.
23255         (dosize): Emit RTL instead of assembly code.
23256         (push): Likewise.
23257         (pop): Likewise.
23258         (h8300_output_function_prologue): Remove.
23259         (h8300_expand_prologue): New.
23260         (h8300_expand_epilogue): New.
23261         (h8300_output_function_epilogue): Do only the reset of
23262         pragma_saveall.
23263         * config/h8300/h8300.md (push_h8300): New.
23264         (push_h8300hs): Likewise.
23265         (pop_h8300): Likewise.
23266         (pop_h8300hs): Likewise.
23267         (*stm_h8300s_2): Change the name to stm_h8300s_2.
23268         (*stm_h8300s_3): Change the name to stm_h8300s_3.
23269         (*stm_h8300s_4): Change the name to stm_h8300s_4.
23270         (*ldm_h8300s_2): New.
23271         (*ldm_h8300s_3): Likewise.
23272         (*ldm_h8300s_4): Likewise.
23273         (return): Likewise.
23274         (*return_1): Likewise.
23275         (prologue): Likewise.
23276         (epilogue): Likewise.
23277         (monitor_prologue): Likewise.
23279 2003-01-03  Dale Johannesen  <dalej@apple.com>
23281         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
23282           machopic_picsymbol_stub1.
23283           (EXTRA_SECTION_FUNCTIONS):  Ditto.
23284         * rs6000/rs6000.c:  Update copyright.
23285           (machopic_output_stub):  Use them.  Remove an insn from stub code.
23287 2003-01-02  Jason Merrill  <jason@redhat.com>
23289         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23291         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23292         static/external decls.
23294         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23295         outermost scope.
23296         * c-decl.c (c_make_fname_decl): Push the decls there, too.
23298 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
23300         * config/h8300/h8300-protos.h: Add a prototype for
23301         h8300_current_function_interrupt_function_p.
23302         * config/h8300/h8300.c (interrupt_handler): Remove.
23303         (os_task): Likewise.
23304         (monitor): Likewise.
23305         (pragma_interrupt): New.
23306         (WORD_REG_USED): Use
23307         h8300_current_function_interrupt_function_p.
23308         (dosize): Likewise.
23309         (h8300_output_function_prologue): Likewise.
23310         Do not set interrupt_handler, os_task, monitor.
23311         (h8300_output_function_prologue): Use
23312         h8300_current_function_interrupt_function_p.
23313         Do not set interrupt_handler, os_task, monitor.
23314         (h8300_current_function_interrupt_function_p): New.
23315         (h8300_pr_interrupt): Set pragma_interrupt.
23316         (h8300_insert_attributes): Reset pragma_interrupt.
23318 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23320         * doc/install.texi (Configuration): Fix markup for reference to
23321         gcc/config.gcc.
23323 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23325         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23326         (*iorhi3_two_qi): Likewise.
23327         (*iorsi3_zexthi): Likewise.
23328         (*xorhi3_zextqi): Likewise.
23329         (*xorsi3_zexthi): Likewise.
23330         (*xorsi3_zextqi): Likewise.
23332 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23334         * config/h8300/h8300.c (stack_pointer_operand): New.
23335         (const_int_gt_2_operand): Likewise.
23336         (const_int_ge_8_operand): Likewise.
23337         * config/h8300/h8300.md (a splitter): Likewise.
23338         (a peephole2): Likewise.
23339         * config/h8300/h8300-protos.h: Add prototypes for the new
23340         functions above.
23342 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
23344         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23345         objc/objc-act.h: Fix copyright years.
23347 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23349         * doc/passes.texi: Fix documentation for -fssa-ccp
23351 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
23353         * gccbug.in: Update for new categories.
23355 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23357         * config/h8300/h8300.md: Reorder some patterns.
23359 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23361         * config/h8300/h8300.c (output_logical_op): Fix a warning.
23363 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23365         * config/darwin-protos.h, config/c4x/c4x-protos.h,
23366         config/cris/cris-protos.h, config/i370/i370-protos.h,
23367         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23368         config/v850/v850-protos.h: Use struct, and don't conditionally
23369         compile on GCC_C_PRAGMA_H.
23371 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23373         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23374         * config/h8300/h8300-protos.h: Likewise.
23375         * config/sh/sh-protos.h: Likewise.
23377 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23379         * config/arm/arm-protos.h: Use struct cpp_reader instead of
23380         cpp_reader.
23381         * config/h8300/h8300-protos.h: Likewise.
23382         * config/sh/sh-protos.h: Likewise.
23384 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23386         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23387         arm_pr_long_calls_off): Use struct.
23388         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23389         : Similarly.
23390         Don't include cpplib.h.
23391         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23392         sh_pr_nosave_low_regs): Similarly.
23394 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23396         * config/h8300/h8300.c: Include cpplib.h.
23398 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23400         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23401           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23402           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23403           "GCC" in the copyright header.
23405 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23407         * c-pragma.c (c_register_pragma): New.
23408         (init_pragma): Use it.
23409         * c-pragma.h (cpp_register_pragma): Don't declare.
23410         (c_register_pragma): New.
23411         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23412         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23413         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23414         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23415         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23416         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23417         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23418         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23419         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
23420         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
23421         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
23422         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
23424 See ChangeLog.8 for earlier changes.