OSDN Git Service

359cf6d79e2acab6ba026de35a4d5aabe50110f0
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * gcov-io.h: Update documentation.
4         (GCOV_UNSIGNED2STRING): New.
5         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
6         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
7         GCOV_TAG_SUMMARY_LENGTH): Adjust.
8         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
9         GCOV_TAG_COUNTER_NUM): New.
10         (GCOV_BLOCK_SIZE): Number of words.
11         (gcov_var): Adjust buffer type.
12         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
13         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
14         count, not byte count.
15         (gcov_open): Adjust overread init.
16         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
17         gcov_write_string, gcov_write_tag, gcov_write_length,
18         gcov_write_tag_length): Adjust.
19         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
20         (gcov_sync, gcov_seek): Adjust.
21         * gcov-dump.c (print_usage): Show gcc version only.
22         (dump_file): Use GCOV_UNSIGNED2STRING.
23         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
24         * gcov.c (print_version): Show gcc version only.
25         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
26         GCOV_TAG_*_NUM macros.
27         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
28         GCOV_TAG_COUNTER_LENGTH.
29         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
30         Use GCOV_TAG_COUNTER_NUM.
31         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
32         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
33
34 2003-07-10  Andreas Schwab  <schwab@suse.de>
35
36         * gcov-dump.c (dump_file): Fix missing address operator.
37
38 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
39
40         PR c/11449
41         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
42         of HOST_WIDE_INT.
43         (fold_single_bit_test): If sign_bit_p() fails, assume that the
44         bit being tested is not a sign bit.
45
46 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
47
48         * config/h8300/h8300.md (a peephole2): New.
49
50 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
51
52         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
53         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
54         from ld-linux.so.2 to ld.so.1.
55         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
56         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
57         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
58         nor -Wl,-rpath-link.
59         (LIB_SPEC): Add -rpath-link if !static.
60         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
61         * config/mn10300/mn10300.c (mn10300_protect_label): New
62         variable.
63         * config/mn10300/linux.h (PRINT_OPERAND,
64         PRINT_OPERAND_ADDRESS): Set it during their execution.
65         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
66         mn10300_protect_label is set.
67         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
68         -Wl,-rpath-link.
69         (LIB_SPEC, STARTFILE_SPEC): Define.
70         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
71         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
72         FLOAT_BIT_ORDER_MISMATCH.
73         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
74         * config.gcc (am33_2.0-*-linux*): Added.
75         * config/mn10300/linux.h: New.
76         * config/mn10300/t-linux: New.
77
78 2003-07-10  Andreas Jaeger  <aj@suse.de>
79
80         * fold-const.c: Properly wrap prototypes.
81
82 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
83
84         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
85         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
86         Moved from...
87         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
88         * config/mn10300/mn10300.h: GTY-declare it.
89         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
90         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
91         prototype.  Use incoming RTL argument.
92         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
93         * config/mn10300/mn10300.md (int_label): Move C statements...
94         (GOTaddr2picreg): ... here.
95         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
96         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
97         * config/mn10300/mn10300.c (mn10300_encode_section_info):
98         ... here.  New function.
99         (TARGET_ENCODE_SECTION_INFO): Define to it.
100         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
101         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
102         pattern name.
103         (mn10300_loadPC): Define as insn splittable after reload.
104         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
105         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
106         be defined in .rodata even in PIC, now that the assembler
107         supports that.
108         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
109         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
110         symbol take an underscore prefix.
111         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
112         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
113         legitimize_pic_address): Declare.
114         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
115         the PIC register as fixed.
116         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
117         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
118         PIC.
119         (LEGITIMATE_PIC_OPERAND_P): Define.
120         (PIC_OFFSET_TABLE_REGNUM): Define.
121         (GOT_SYMBOL_NAME): Define.
122         (SYMBOLIC_CONST_P): Define.
123         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
124         symbols.
125         (MN10300_GLOBAL_P): Test it.
126         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
127         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
128         * config/mn10300/mn10300.c (print_operand): Handle unspec.
129         (expand_prologue): Set PIC register.
130         (call_address_operand): Don't match SYMBOL_REFs in PIC.
131         (legitimize_address): Call legitimize_pic_address.
132         (legitimize_pic_address): New fn.
133         (legitimate_pic_operand_p): New fn.
134         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
135         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
136         UNSPEC_PLT): New constants.
137         (pop_pic_reg): New insn.
138         (movsi): Adjust non-PIC addresses.
139         (builtin_setjmp_receiver): Restore the PIC register.
140         (casesi): New insn.
141         (call): Adjust non-PIC addresses.
142         (int_label, GOTaddr2picreg): New expands.
143         (am33_loadPC): New insn.
144         (mn10300_loadPC): New expand.
145         (call_next_insn): New insn.
146         (add_GOT_to_pic_reg): New expand.
147         (symGOT2reg, symGOT2reg_i): New expands.
148         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
149         (sym2PIC, sym2PLT): New expands.
150
151 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
152
153         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
154         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
155         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
156         to flag_unsafe_math_optimizations.
157         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
158         * config/mn10300/mn10300.c (expand_prologue): Mark
159         FP-register-saving insns as frame-related.
160         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
161         * config/mn10300/mn10300.c
162         (mn10300_get_live_callee_saved_regs): Don't search past
163         LAST_EXTENDED_REGNUM.
164         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
165         * config/mn10300/mn10300.md: Remove excessive line breaks from
166         `@' output patterns that were accounted as additional
167         alternatives.
168         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
169         Re-introduce changes accidentally removed in Richard Sandiford's
170         2000-12-05's patch.
171         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
172         Re-instate am33-2 lost in merge from net GCC.
173         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
174         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
175         floating-point registers.
176         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
177         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
178         pessimizations that had gone in on 2000-05-08.
179         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
180         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
181         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
182         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
183         operand 0.
184         * (movhi): Likewise.
185         * (movsi): Likewise.
186         * (movsf): Likewise.
187         * (movdi): Likewise.
188         * (movdf): Likewise.
189         Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
190         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
191         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
192         (expand_prologue, expand_epilogue): Save and restore FP regs.
193         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
194         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
195         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
196         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
197         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
198         Do not clobber cc0.
199         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
200         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
201         Discourage the two-argument, longer opcodes.
202         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
203         ones.
204         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
205         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
206         * config/mn10300/mn10300.md (cmpsf): New pattern.
207         (branch): Test mdep.fpCC and output fbCC.
208         * config/mn10300/mn10300.c (print_operand): Output conditions.
209         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
210         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
211         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
212         mulsf3, divsf3): Use the `F' constraint for FP values.
213         * config/mn10300/mn10300.c (const_1f_operand): New function.
214         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
215         * config/mn10300/mn10300.md (sqrtsf2): New expand.
216         (rsqrtsf2): New insn.
217         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
218         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
219         previous check-in.
220         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
221         * config/mn10300/mn10300.md (abssf2, negdf2): On
222         TARGET_AM33_2, expand to...
223         (abssf2_am33_2, negdf2_am33_2): New insns.
224         (addsf3, subsf3, mulsf3, divsf3): Likewise.
225         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
226         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
227         movdi, movdf): Added FP regs.
228         * invoke.texi (-mam33-2, -mno-am33-2): Document.
229         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
230         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
231         New macros.
232         (REGNO_AM33_2_FP_P): Renamed to...
233         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
234         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
235         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
236         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
237         regs from GENERAL_REGS.
238         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
239         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
240         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
241         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
242         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
243         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
244         as FP_REGS.
245         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
246         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
247         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
248         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
249         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
250         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
251         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
252         AM33/2.0 floating-point registers.
253         (CONDITIONAL_REGISTER_USAGE): Adjust.
254         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
255         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
256         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
257         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
258         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
259         (MULTILIB_DIRNAMES): Likewise.
260         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
261         `__AM33_2__' when `-mam33-2' is given.
262         (TARGET_AM33_2): Define.
263         (TARGET_SWITCHES): Adjust.
264         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
265         when appropriate.
266
267 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
268
269         * doc/install.texi: Add missing @.
270
271 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
272
273         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
274
275 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
276
277         PR/11144
278         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
279
280 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
281
282         PR bootstrap/11043
283         * config/arc/t-arc: Replace bogus references to "x-crtinit.o", 
284         "x-crtfini.o" with "crtinit.o", "crtfini.o".
285
286         * fixinc/inclhack.def (limits_ifndefs): Add select test.
287         * fixinc/fixincl.x: Rebuild.
288
289         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
290         * fixinc/fixincl.x: Rebuild.
291
292 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
293
294         * doc/install.texi (Configuration): Document the valgrind option
295         to --enable-checking.
296
297 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
298
299         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
300
301 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
302
303         * c-lex.c (cb_ident): Cast cstr.text to const char *.
304
305 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
306
307         * gcov-io.h: Update documentation.
308         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
309         GCOV_NOTE_MAGIC.
310         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
311         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
312         (struct gcov_var): Change buffer's type. Add endian flag.
313         (gcov_open): Remove mode in libgcov.
314         (gcov_magic): Prototype.
315         * gcov-io.c (from_file): New.
316         (gcov_open): Clear endian flag.
317         (gcov_magic): New.
318         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
319         pointers.
320         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
321         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
322         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
323         * gcov-iov.c (main): Correct cast.
324         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
325         conversion.
326         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
327         (coverage_init): Use GCOV_NOTE_SUFFIX.
328         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
329         Rename to gcov_version, and return flag.
330         (gcov_exit): Use gcov_version.
331         (__gcov_init): Use gcov_version.
332         * Makefile.in (coverageexts): Update.
333         * gcov.c (print_version): Remove endianness conversion.
334         (create_file_names): Use GCOV_NOTE_SUFFIX.
335         (read_graph_file): Use gcov_magic.
336         (read_count_file): Likewise.
337         * gcov-dump.c (dump_file): Remove endianness conversion, use
338         gcov_magic.
339
340 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
341
342         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
343         coverage is on.
344         * configure: Regenerated.
345         * Makefile.in (ALL_CFLAGS): Correct its comment.
346
347 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
348
349         * fold-const.c (make_range): Do not access operand 1 for a
350         zero-operand operator.
351
352 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
353
354         * toplev.c (warn_dummy, W_options): Die.
355         (display_help): Don't print W_options.
356         * common.opt: Add W_options help from toplev.c.
357
358 2003-07-09  Andreas Jaeger  <aj@suse.de>
359
360         * opts.c (wrap_help): Only pass int arguments as arguments to
361         printf's '*' modifier.  Change argument of function.
362
363 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
364
365         * doc/invoke.texi: Fix misspelling of "@item".
366
367 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
368
369         * config/i386/i386.md: Remove an old comment about
370         NOTICE_UPDATE_CC.
371
372 Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
373
374         * cgraph.c (cgraph_node_name): New function.
375         (dump_cgraph): Use it.
376         * cgraph.h (cgraph_dump_file): Declare.
377         (cgraph_node_name): Declare.
378         * cgraphunit.c: Include timevar.h
379         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
380         (cgraph_optimize_function): Use TV_INTEGRATION.
381         (cgraph_mark_local_functions): reorganize dumps.
382         (cgraph_mark_functions_to_inline_once): Likewise.
383         (cgraph_optimize): Likewise; use timevar.
384         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
385         * toplev.c (dump_file_index): Add DFI_cgraph.
386         (dump_file_info): Likewise.
387         (cgraph_dump_file): New global variable.
388         (do_compile): Open and close cgraph dump.
389         * invoke.texi (-d): Document new flag; renumber.
390
391 2003-07-08  Roger Sayle  <roger@eyesopen.com>
392
393         PR c/11370
394         * calls.c (emit_call_1): Don't bother popping the arguments off of
395         the stack after a noreturn function call;  The adjustment is dead.
396         (expand_call): Likewise.
397
398 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
399
400         * expr.c (MOVE_MAX_PIECES): Move from here...
401         * defaults.h (MOVE_MAX_PIECES): ... to here.
402
403 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
404
405         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
406
407 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
408
409         * genattr.c (internal_dfa_insn_code): Don't prototype.
410         * genattrtab.c (attr_desc): Add `static_p' field.
411         (expand_units): Make blockage range and ready cost functions
412         static.
413         (write_attr_get): Don't add extern prototypes in C file.  Mark
414         static functions as appropriate.
415         (find_attr, make_internal_attr): Initialize static_p.
416         * genattrtab.h (ATTR_STATIC): New macro.
417         * genautomata.c (output_internal_reset_func): Mark output function
418         as inline.
419         (make_internal_dfa_insn_code_attr): Mark output function as static.
420
421 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
422
423         * genattrtab.h: Add new macros for attr `special' flags.
424         * genattrtab.c (attr_desc): Reorder/resize fields better.
425         Use attr `special' macros in all calls to make_internal_attr.
426         * genautomata.c: Likewise.
427
428 Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
429
430         * c-common.c (c_estimate_num_insns_1): New static function.
431         (c_estimate_num_insns): New global function.
432         * c-common.h (DECL_NUM_STMTS): Rename to...
433         (DECL_ESTIMATED_INSNS): ... this.
434         (c_estimate_num_insns): Declare.
435         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
436         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
437         * c-semantics.c (add_stmt): Do not account statements.
438         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
439         New.
440         * langhooks.h (lang_hooks_for_tree_inlining): Add
441         estimate_num_insns
442         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
443         to 100.
444         (max-inline-insns): set to 300.
445         (min-inline-insns): set to 10.
446         * tree-inline.c (struct inline_data): Rename inlined_stmts to
447         inlined-insns.
448         (INSNS_PER_STMT): Kill.
449         (inlinable_function_p): Compute and store body size.
450         (expand_call_inline): Likewise.
451         (optimize_inline_calls): Likewise.
452
453 2003-07-08  James E Wilson  <wilson@tuliptree.org>
454
455         PR target/10021
456         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
457         loop over new variable t2 instead of t.
458
459 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
460
461         PR bootstrap/11455
462         * config/i386/winnt.c: Replace use of error(), warning() with
463         error_with_decl(), warning_with_decl(),  throughout.
464
465 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
466
467         * opts.c (wrap_help): Use unsigned int, not size_t.
468
469 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
470
471         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
472         as .file/.loc directives are incompatible with linker relaxation.
473
474 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
475
476         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
477         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
478         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
479         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
480         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
481         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
482         Escape { and } characters which are not part of range expressions.
483         * fixinc/fixincl.x: Regenerate.
484         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
485
486 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
487
488         PR c/1687
489         * tree-inline.c (find_alloca_call): Use
490         walk_tree_without_duplicates, instead of walk_tree.
491         (find_builtin_longjmp_call): Likewise.
492         * c-objc-common.c (c_cannot_inline_fn): Likewise.
493         * c-semantics.c (find_reachable_label): Likewise.
494
495 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
496
497         PR c/11420
498         * config/i386/i386.c (ix86_check_movabs): New function.
499         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
500         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
501         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
502
503 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
504
505         * Makefile.in (install-po): Cope with empty CATALOGS.
506
507 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
508
509         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
510         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
511         (SECTION_FUNCTION_TEMPLATE): Delete.
512         * config/mips/elf.h: As for elf64.h.
513         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
514         * config/mips/linux.h: As for elf.h
515         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
516         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
517         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
518         of in_sdata from current_section_name and current_section_flags.
519         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
520         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
521         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
522         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
523         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
524         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
525         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
526         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
527         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
528         (override_options): Remove setting of MASK_GPOPT.
529         (mips_output_external): Use mips_in_small_data_p to check whether a
530         symbol needs an .extern directive.  Don't emit such directives for
531         TARGET_EXPLICIT_RELOCS.
532         (mips_declare_object): Update accordingly.
533         (mips_select_rtx_section): Call named_section rather than
534         SMALL_DATA_SECTION.
535         (mips_select_section): Use default_elf_section_section for everything
536         except .text string constants.
537         (mips_in_small_data_p): New function.
538         (mips_encode_section_info): Remove small data handling.
539         (mips_unique_section): Delete.
540         (iris6_section_type_flags): New function.
541         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
542
543 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
544
545         PR Target/11453
546         * pa.md: Disparage all mtsar constraints.
547         (extzv, extv, insv): Don't fail on length of {32|64}.
548
549 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
550
551         * system.h: Poison MAP_CHARACTER.
552         * config/i370/i370-protos.h (mvs_map_char): Delete.
553         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
554         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
555         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
556
557 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
558
559         * toplev.c (randomize): Correct call to time().
560
561 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
562
563         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
564         REG_EQUIV notes as well.
565
566 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
567
568         * doc/md.texi: Fix the description of addmodecc.
569
570 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
571
572         * Makefile.in (top_builddir): Set to "..", not ".".
573         (INTLLIBS, INTLDEPS): Delete.
574         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
575         (LIBDEPS): Add $(LIBICONV_DEP).
576         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
577         (INCLUDES): Replace -I../intl with @INCINTL@.
578         ($(top_builddir)/intl/libintl.a): Delete rule.
579         (stage2-start, stage3-start, stage4-start, stageprofile-start,
580         stagefeedback-start): Use $$ for variable to be evaluated by
581         shell, not make.
582         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
583         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
584         * aclocal.m4: sinclude ../config/progtest.m4.  Add
585         contents of lcmessage.m4 from gettext distro.
586         * configure.in: Check for wchar.h and setlocale.  Set
587         LIBICONV_DEP to the empty string and substitute it.
588         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
589         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
590         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
591         in $LIBINTL, to avoid linking it twice.
592         * configure, config.in: Regenerate.
593
594 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
595
596         * fixinc/mkfixinc.sh: Remove winnt support.
597         * fixinc/fixinc.winnt: Delete with extreme prejudice.
598
599 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
600
601         * Makefile.in: Update.
602         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
603         * c.opt: Update documentation.
604         * common.opt: Add some help text.
605         * opts.c: Include intl.h.
606         (wrap_help, print_help): New.
607         (find_opt, handle_option, common_handle_option): opt_text now
608         contains the '-'.  Use print_help to output help.
609         * opts.h (struct cl_option): New member "help".
610         * opts.sh: Update to handle help text output and to prepend
611         options with '-'.
612         * toplev.c (display_help): Remove some help text.
613
614 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
615             Fariborz Jahanian  <fjahanian@apple.com>
616
617         * configure.in: Test for PowerPC mfcr field support in assembler.
618         * config.in, configure: Regenderated.
619
620         * config/rs6000/power4.md: Add mfcrf reservation.
621         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
622         * config/rs6000/rs6000.c (mfcr_operation): Define.
623         (print_operand): Add 'Q' case for mfcrf.
624         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
625         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
626         (movcc_internal1): Emit optional field operand for mfcr and set
627         "type" attribute appropriately.
628         (mfcr SCC): Likewise.
629         (movesi_from_cr_one): New.
630
631 2003-07-07  Roger Sayle  <roger@eyesopen.com>
632
633         * config/i386/i386.md: Correct check-in of incorrect version.
634
635 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
636
637         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
638         adjacent stdio calls.
639         * c-decl.c (c_print_identifier): Likewise.
640         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
641         * print-rtl.c (print_rtx): Likewise.
642         * print-tree.c (print_node_brief, print_node): Likewise.
643         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
644
645         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
646         * config.in, configure: Regenerated.
647
648 2003-07-07  Roger Sayle  <roger@eyesopen.com>
649
650         PR target/10979
651         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
652         Changed to define_expand patterns that copy operand[1] to prevent
653         it from being clobbered before emitting an atan2?f3_1 insn.
654         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
655         patterns that actually specify the behaviour of x87's FPATAN.
656
657 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
658
659         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
660         clearing of SYMBOL_FLAG_LOCAL bit.
661         If vcall_offset fits into signed 16-bit immediate, use
662         one instruction for both addition and load.
663
664 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
665
666         * opts.c (common_handle_option): Correct handling of the
667         -falign- switches that do and don't take an argument.
668
669 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
670
671         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
672         today.
673         (pushhi1_h8300hs): Likewise.
674
675 2003-07-07  Andreas Jaeger  <aj@suse.de>
676
677         * genextract.c: Convert remaining prototypes to ISO C90.
678
679         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
680         * fold-const.c (fold_single_bit_test): Likewise.
681         * diagnostic.c (default_diagnostic_finalizer): Likewise.
682         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
683
684         * gengtype.c (write_array): Generate ISO C90 prototypes.
685
686         * genflags.c (gen_proto): Generate ISO C90 prototypes.
687
688 2003-07-07  Roger Sayle  <roger@eyesopen.com>
689
690         PR optimization/11059
691         * expr.c (can_store_by_pieces): Return true if length is zero.
692         (store_by_pieces): If length is zero and endp is two, abort,
693         othwerise, if length is zero and endp is not two, return "to".
694         (clear_by_pieces): Do nothing if length is zero.
695         (clear_storage): Do nothing if length is zero.
696         (store_constructor): Simplify code when size is zero, or the
697         target has already been cleared.  This avoids emitting a
698         blockage instruction when initializing empty structures.
699
700 2003-07-07  Andreas Jaeger  <aj@suse.de>
701
702         * mips-tfile.c: Convert prototypes to ISO C90.
703         * mips-tdump.c: Convert prototypes to ISO C90.
704
705 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
706
707         * rtl.h (emit_line_note): Take a location_t.
708         (emit_line_note_force): Remove.
709         (set_file_and_line_for_statement): Take a location_t.
710         * tree.g (emit_line_note): Take a location_t.
711         * emit-rtl.c (emit_line_note): Take a location_t.
712         (emit_line_note_force): Remove.
713         * function.c (init_function_start): Adjust emit_line_note call.
714         (expand_function_end): Use force_next_line_note, not
715         emit_line_note_force.
716         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
717         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
718         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
719         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
720         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
721         genrtl_continue_stmt, genrtl_switch_stmt,
722         genrtl_asm_stmt): Likewise.
723         * expr.c (expand_expr): Likewise.
724         * integrate.c (expand_inline_function): Likewise.
725         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
726         (expand_decl_init): Adjust emit_line_note call.
727
728 2003-07-07  Dale Johannesen  <dalej@apple.com>
729
730         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
731
732 2003-07-07  Andreas Jaeger  <aj@suse.de>
733
734         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
735         * config/i386/i386.c: Likewise.
736
737 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
738
739         * config/h8300/h8300.md: Use gen_int_mode instead of
740         GEN_INT (trunc_int_for_mode (...)).
741
742 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
743
744         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
745         2 bytes and then subtract 2 from the stack pointer.
746         (pushhi1_h8300hs): Likewise.
747
748 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
749
750         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
751         -frandom-seed.
752         * configure: Regenerated.
753         * Makefile.in: Remove extraneous comment.
754         * toplev.c (randomize): Protect against potential multiple calls.
755         * doc/invoke.texi (-frandom-seed): Document use for in coverage
756         files.
757
758 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
759             Eric Botcazou  <ebotcazou@libertysurf.fr>
760
761         PR optimization/11198
762         * alias.c (objects_must_conflict_p): Return 1 if the types have
763         the same alias set, not if the alias sets only conflict.
764
765 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
766
767         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
768         (convert_cset): Change inbuf to type ICONV_CONST char.
769         * Makefile.in (LIBS): Add LIBICONV.
770
771         * doc/invoke.texi (-falign-functions): Document that
772         when n is zero then a machine-dependent default is used.
773         (-falign-labels): Document that when n is zero then a
774         machine-dependent default is used and that -falign-labels =1
775         is equivalent to -fno-align-labels.
776         (-falign-loops): Likewise.
777         (-falign-jumps): Likewise.
778
779 2003-07-06  Art Haas  <ahaas@airmail.net>
780
781         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
782         initializer syntax.
783
784 2003-07-06  James E Wilson  <wilson@tuliptree.org>
785
786         PR optimization/9812
787         * rtl.h (mem_for_const_double): Delete prototype.
788         * varasm.c (mem_for_const_double): Delete function.
789         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
790         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
791         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
792         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
793         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
794         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
795         comment about confused support for XFmode constants.
796
797 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
798
799         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
800
801 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
802
803         * config/h8300/h8300.c: Fix comment typos.
804         * config/h8300/h8300.md: Likewise.
805         * config/i386/athlon.md: Likewise.
806         * config/i386/i386.c: Likewise.
807         * config/i386/pentium.md: Likewise.
808         * config/ia64/ia64.c: Likewise.
809         * config/ia64/itanium1.md: Likewise.
810         * config/ia64/itanium2.md: Likewise.
811         * config/m32r/m32r.md: Likewise.
812         * config/m68hc11/m68hc11.c: Likewise.
813         * config/mcore/mcore.c: Likewise.
814         * config/mips/sr71k.md: Likewise.
815         * config/mips/t-iris5-as: Likewise.
816         * config/mmix/mmix.h: Likewise.
817         * config/ns32k/ns32k.h: Likewise.
818         * config/ns32k/NOTES: Fix a typo.
819
820 2003-07-06  Andreas Jaeger  <aj@suse.de>
821
822         * stmt.c: Convert remaining prototypes to ISO C90.
823         * cfglayout.c: Likewise.
824         * dbxout.c: Likewise.
825         * gcc.c: Likewise.
826         * genemit.c: Likewise.
827
828         * basic-block.h: Convert prototypes to ISO C90.
829         * c-parse.in: Likewise.
830         * c-pragma.h: Likewise.
831         * c-typeck.c: Likewise.
832         * cfghooks.h: Likewise.
833         * cfgloopanal.c: Likewise.
834         * dbxout.h: Likewise.
835         * debug.h: Likewise.
836         * dwarf2asm.h: Likewise.
837         * gcov.c: Likewise.
838         * gengtype-lex.l: Likewise.
839         * sched-int.h: Likewise.
840         * timevar.c: Likewise.
841
842 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
843
844         * c-common.h (c_comon_handle_filename,
845         c_common_missing_arguement): New.
846         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
847         LANG_HOOKS_MISSING_ARGUMENT): New.
848         * c-opts.c (missing_arg): Rename c_common_missing_argument,
849         update to be an appropriate langhook.
850         (c_common_handle_option): Don't handle filenames.
851         (c_common_handle_filename): New.
852         * hooks.c (hook_void_constcharptr,
853         hook_bool_constcharptr_size_t_false): New.
854         * hooks.h (hook_void_constcharptr,
855         hook_bool_constcharptr_size_t_false): New.
856         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
857         LANG_HOOKS_MISSING_ARGUMENT): New.
858         (LANG_HOOKS_INITIALIZER): Update.
859         * langhooks.h (struct lang_hooks): Add handle_filename and
860         missing_argument.
861         * opts.c (handle_option): Don't handle filenames here, but ...
862         (handle_options): ... here.
863         (common_handle_option): Don't handle missing arguments here.
864         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
865         LANG_HOOKS_MISSING_ARGUMENT): New.
866
867 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
868
869         * Makfile.in: Remove traces of mbchar.
870         * c-parse.in (MULTIBYTE_CHARS): Remove.
871         * config.in (MULTIBYTE_CHARS): Remove.
872         * configure: Remove --enable-mbchar.
873         * configure.in: Remove --enable-mbchar.
874         * mbchar.c, mbchar.h: Remove.
875         * system.h: Poison MULTIBYTE_CHARS.
876         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
877         * config/linux.h (MULTIBYTE_CHARS): Remove.
878         * config/svr4.h (MULTIBYTE_CHARS): Remove.
879         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
880
881 2003-07-06  Andreas Jaeger  <aj@suse.de>
882
883         * varray.c (varray_check_failed): Fix typo.
884
885         * unroll.c: Convert prototypes to ISO C90.
886         * varasm.c: Likewise.
887         * varray.c: Likewise.
888         * varray.h: Likewise.
889         * vmsdbgout.c: Likewise.
890         * xcoffout.c: Likewise.
891         * xcoffout.h: Likewise.
892
893 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
894
895         * gcov-io.h: Add a local time stamp.
896         (struct gcov_info): Add stamp field.
897         (gcov_truncate): New.
898         * coverage.c (read_counts_file): Skip the stamp.
899         (coverage_begin_output): Write the stamp.
900         (build_gcov_info): Declare and init the stamp.
901         (coverage_finish): Only unlink data file, if stamp is zero.
902         * gcov-dump.c (dump_file): Dump the stamp.
903         * gcov.c (bbg_stamp): New.
904         (release_structures): Clear bbg_stamp.
905         (read_graph_file): Read stamp.
906         (read_count_file): Check stamp.
907         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
908
909 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
910
911         * tree.h (default_flag_random_seed): Remove.
912         * toplev.h (local_tick): Declare.
913         * tree.c (flag_random_seed, default_flag_random_seed): Move to
914         toplev.c.
915         (append_random_chars): Don't call default_flag_random_seed.
916         * toplev.c (flag_random_seed): Define here. Set local_tick.
917         (local_tick): Define.
918         (randomize): New, moved from tree.c.
919         (print_switch_values): Adjust.
920         (toplev_main): Call randomize.
921
922 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
923
924         * tree.h (crc32_string): Declare.
925         * tree.c (append_random_chars): Remove.
926         (crc32_string): New.
927         (get_file_function_name_long): Use crc32_string here.
928
929 2003-07-06  Andreas Jaeger  <aj@suse.de>
930
931         * gcc.c: Convert prototypes to ISO C90.
932         * gcc.h: Likewise.
933         * gcov-dump.c: Likewise.
934         * gcov-iov.c: Likewise.
935         * gcse.c: Likewise.
936         * genattrtab.h: Likewise.
937         * ggc.h: Likewise.
938         * global.c: Likewise.
939         * graph.c: Likewise.
940         * graph.h: Likewise.
941         * hosthooks.h: Likewise.
942         * hooks.h: Likewise.
943         * hooks.c: Likewise.
944         * hashtable.h: Likewise.
945         * hashtable.c: Likewise.
946         * haifa-sched.c: Likewise.
947         * integrate.h: Likewise.
948         * integrate.c: Likewise.
949         * input.h: Likewise.
950         * ifcvt.c: Likewise.
951         * jump.c: Likewise.
952         * langhooks-def.h: Likewise.  Add extern to prototypes.
953         * langhooks.c: Likewise.
954         * langhooks.h: Likewise.
955         * lcm.c: Likewise.
956         * local-alloc.c: Likewise.
957         * loop-init.c: Likewise.
958         * loop-unroll.c: Likewise.
959         * loop-unswitch.c: Likewise.
960         * loop.c: Likewise.
961         * loop.h: Likewise. Add extern to prototypes.
962         * machmode.h: Likewise.
963         * main.c: Likewise.
964         * mbchar.c: Likewise.
965         * mbchar.h: Likewise.
966         * mkdeps.c: Likewise.
967         * mkdeps.h: Likewise.
968         * optabs.c: Likewise.
969         * optabs.h: Likewise.
970         * output.h: Likewise.
971         * gccspec.c: Likwise.
972         * postreload.c: Likewise.
973         * prefix.c: Likewise.
974         * prefix.h: Likewise.
975         * print-rtl.c: Likewise.
976         * print-tree.c: Likewise.
977         * profile.c: Likewise.
978         * read-rtl.c: Likewise.
979         * real.c: Likewise.
980         * real.h: Likewise.
981         * recog.c: Likewise.
982         * recog.h: Likewise.
983         * reg-stack.c: Likewise.
984         * regclass.c: Likewise.
985         * regmove.c: Likewise.
986         * regrename.c: Likewise.
987         * regs.h: Likewise.
988         * reload.c: Likewise.
989         * reload.h: Likewise.
990         * reload1.c: Likewise.
991         * reorg.c: Likewise.
992         * resource.c: Likewise.
993         * resource.h: Likewise.
994         * rtl-error.c: Likewise.
995         * rtl.c: Likewise.
996         * rtl.h: Likewise.
997         * rtlanal.c: Likewise.
998         * sbitmap.c: Likewise.
999         * sbitmap.h: Likewise.
1000         * scan-decls.c: Likewise.
1001         * scan.c: Likewise.
1002         * sched-deps.c: Likewise.
1003         * sched-ebb.c: Likewise.
1004         * sched-int.h: Likewise.
1005         * sched-rgn.c: Likewise.
1006         * sched-vis.c: Likewise.
1007         * sibcall.c: Likewise.
1008         * simplify-rtx.c: Likewise.
1009         * sreal.c: Likewise.
1010         * sreal.h: Likewise.
1011         * ssa-ccp.c: Likewise.
1012         * ssa-dce.c: Likewise.
1013         * ssa.c: Likewise.
1014         * ssa.h: Likewise.
1015         * stack.h: Likewise.
1016         * stmt.c: Likewise.
1017         * stor-layout.c: Likewise.
1018         * stringpool.c: Likewise.
1019         * target.h: Likewise.
1020         * timevar.c: Likewise.
1021         * timevar.h: Likewise.
1022         * tlink.c: Likewise.
1023         * tracer.c: Likewise.
1024         * tree-inline.c: Likewise.
1025         * tree-inline.h: Likewise.
1026         * tree.c: Likewise.
1027         * tree.h: Likewise.
1028
1029 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1030
1031         * combine.c (nonzero_bits1): Fix a warning.
1032
1033 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1034
1035         * config/h8300/h8300.c (compute_mov_length): Correct the
1036         length of loading CONST0_RTX (SFmode).
1037
1038 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
1039
1040         * toplev.c (output_clean_symbol_name): Remove.
1041         * toplev.h (output_clean_symbol_name): Remove.
1042         * config/alpha/alpha.c (unicosmk_output_module_name): Use
1043         lbasename & clean_symbol_name.
1044
1045 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1046
1047         * ggc.h: Follow spelling conventions.
1048         * config/i386/i386.c: Likewise.
1049         * config/i386/winnt.c: Likewise.
1050         * config/rs6000/rs6000.c: Likewise.
1051
1052 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1053
1054         * bt-load.c: Fix comment typos.
1055         * c-incpath.c: Likewise.
1056         * cfg.c: Likewise.
1057         * cfgcleanup.c: Likewise.
1058         * cfgloop.h: Likewise.
1059         * cfgloopmanip.c: Likewise.
1060         * cfgrtl.c: Likewise.
1061         * diagnostic.h: Likewise.
1062         * dwarfout.c: Likewise.
1063         * emit-rtl.c: Likewise.
1064         * et-forest.c: Likewise.
1065         * et-forest.h: Likewise.
1066         * expr.c: Likewise.
1067         * gcse.c: Likewise.
1068         * genattr.c: Likewise.
1069         * jump.c: Likewise.
1070         * langhooks.h: Likewise.
1071         * local-alloc.c: Likewise.
1072         * loop-unroll.c: Likewise.
1073         * loop-unswitch.c: Likewise.
1074         * ra-build.c: Likewise.
1075         * regclass.c: Likewise.
1076         * regmove.c: Likewise.
1077         * rtl.def: Likewise.
1078         * rtlanal.c: Likewise.
1079         * sched-ebb.c: Likewise.
1080         * sched-rgn.c: Likewise.
1081         * simplify-rtx.c: Likewise.
1082         * ssa.c: Likewise.
1083         * tracer.c: Likewise.
1084         * tree.c: Likewise.
1085
1086 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
1087
1088         * cppcharset.c: Use the correct return type for the fallback iconv
1089         macro.
1090
1091 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1092
1093         Blame to Jan Hubicka  <jh@suse.cz>
1094         * cfglayout.c (record_effective_endpoints): Split insns before
1095         first basic block correctly.
1096
1097 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1098
1099         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1100         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1101         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1102
1103 2003-07-05  Andreas Jaeger  <aj@suse.de>
1104
1105         * genattrtab.c (write_attr_get): Revert part of last patch to
1106         always write out a prototype.
1107
1108         * genemit.c (gen_split): Readd lost unused attributes in last
1109         patch.
1110
1111 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1112
1113         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1114         different from header.
1115
1116 2003-07-05  Andreas Schwab  <schwab@suse.de>
1117
1118         * config/m68k/m68k.c: Remove code protected by CRDS.
1119         * config/m68k/m68k.md: Likewise.
1120
1121 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
1122
1123         PR driver/11417
1124         * c-opts.c (permit_fortran_options): New.
1125         (c_common_init_options): Accept fortran front end options if
1126         it looks like we might be preprocessing Fortran.
1127         (c_common_handle_option): Don't reject switch if permit_fotran_options.
1128
1129 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1130
1131         * genattr.c (internal_dfa_insn_code): Output prototype.
1132         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1133         * genautomata.c: Likewise.
1134         * genconditions.c: Likewise.
1135         * genemit.c: Likewise.
1136         * genextract.c: Likewise.
1137         * gengenrtl.c: Likewise.
1138         * gengtype.c: Likewise.
1139         * genopinit.c: Likewise.
1140         * genoutput.c: Likewise.
1141         * genpeep.c: Likewise.
1142         * genrecog.c: Likewise.
1143
1144 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1145
1146         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1147         (struct cpp_options): Add narrow_charset, wide_charset,
1148         bytes_big_endian fields.  Remove EBCDIC field.
1149         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1150
1151         * cpphash.h: Include <iconv.h> if we have it, otherwise
1152         provide a dummy definition of iconv_t.
1153         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1154         (_cpp_valid_ucn): Update prototype.
1155         (_cpp_destroy_iconv): New prototype.
1156
1157         * doc/cpp.texi: Document character set handling.
1158         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1159         * doc/extend.texi: Delete entire section on multiline strings.
1160         Rewrite section on __FUNCTION__ etc now that these are
1161         variables in C.
1162
1163         * cppucnid.tab, cppucnid.pl: New files.
1164         * cppucnid.h: New generated file.
1165         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
1166         (iconv_open, iconv, iconv_close): Provide dummy definitions
1167         if !HAVE_ICONV.
1168         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1169         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1170         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1171         cpp_interpret_string, narrow_str_to_charconst,
1172         wide_str_to_charconst): New.
1173         (ucn_valid_in_identifier): Use a binary search through the
1174         ucnranges table defined in cppucnid.h, not a long chain of if
1175         statements.
1176         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
1177         character names are only valid in C++ and C99" to a warning.
1178         Issue the "meaning of \[uU] is different in traditional C"
1179         warning here.  Take care not to let iconv see an invalid UCS
1180         value if we get a malformed UCN.  Issue an error if we don't
1181         have iconv.
1182         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
1183         cpp_interpret_string to do the heavy lifting.
1184
1185         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1186         narrow_charset, wide_charset fields of options structure.
1187         (cpp_destroy): Call _cpp_destroy_iconv.
1188         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1189         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1190         (cpp_interpret_charconst): Moved to cppcharset.c.
1191         * cpplib.c (dequote_string): Delete.
1192         (interpret_string_notranslate): New.
1193         (do_line, do_linemarker): Use interpret_string_notranslate.
1194
1195         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1196
1197         * c-common.c (fname_string, combine_strings): Delete.
1198         * c-common.h (fname_string, combine_strings): Delete prototypes.
1199         * c-lex.c (ignore_escape_flag): Delete.
1200         (cb_ident): Use cpp_interpret_string, not lex_string.
1201         (get_nonpadding_token): New function.
1202         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1203         Adjust calls to lex_string.  Don't write *value twice.
1204         (lex_string): Now handles string constant concatenation.
1205         Most of the work handed off to cpp_interpret_string.
1206         Call fix_string_type here.
1207         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1208         FUNC_NAME, throughout.
1209         (OBJC_STRING): New token type.
1210         (primary:STRING): No need to call fix_string_type here.
1211         (primary:objc_string): Make that OBJC_STRING.
1212         (objc_string nonterminal): Delete.
1213         (yylexname): Delete code to handle fake string constants.
1214         (yylexstring): Delete entirely.
1215         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
1216         to handle CPP_ATSIGN.
1217
1218         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1219         * c-opts.c (missing_arg, c_common_handle_option): Handle
1220         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1221         (c_common_init): Set cpp_opts->bytes_big_endian, not
1222         cpp_opts->EBCDIC.  Call cpp_init_iconv.
1223         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1224         (TARGET_EBCDIC): Delete default definition.
1225
1226         * objc/objc-act.c (build_objc_string_object): No need to
1227         handle string constant concatenation.
1228
1229 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1230
1231         * doc/install.texi: Fix typos.
1232         * doc/invoke.texi: Likewise.
1233         * doc/tm.texi: Likewise.
1234
1235 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1236
1237         * config/pa/fptr.c: Fix comment typos.
1238         * config/pa/pa-64.h: Likewise.
1239         * config/pa/pa.c: Likewise.
1240         * config/pa/pa.h: Likewise.
1241         * config/rs6000/603.md: Likewise.
1242         * config/rs6000/7xx.md: Likewise.
1243         * config/rs6000/darwin.h: Likewise.
1244         * config/rs6000/freebsd.h: Likewise.
1245         * config/rs6000/rs6000.c: Likewise.
1246         * config/rs6000/rs6000.md: Likewise.
1247         * config/rs6000/spe.h: Likewise.
1248
1249 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
1250
1251         * config/s390/2064.md: Change GNU CC to GCC.
1252         * config/s390/2084.md: Likewise.
1253         * config/s390/fixdfdi.h: Likewise.
1254         * config/s390/linux.h: Likewise.
1255         * config/s390/s390-modes.def: Likewise.
1256         * config/s390/s390-protos.h: Likewise.
1257         * config/s390/s390.c: Likewise.
1258         * config/s390/s390.h: Likewise.
1259         * config/s390/s390.md: Likewise.
1260         * config/s390/s390x.h: Likewise.
1261
1262 2003-07-04  Jeff Law  <law@redhat.com>
1263
1264         PR c/11428
1265         * expr.c (do_store_flag): Pass in the correct result type
1266         when calling fold_single_bit_test.
1267         * fold-const.c (fold_single_bit_test): Use result_type for the
1268         result when folding a sign bit test.
1269
1270 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
1271
1272         * opts.c (common_handle_options): Negate sense of -falign- switches.
1273
1274 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1275
1276         * Makefile.in: Replace PWD with PWD_COMMAND.
1277
1278 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1279
1280         * cfgloopanal.c (count_strange_loop_iterations): New static function.
1281         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1282         Handle strange loops.
1283
1284 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1285
1286         * install.texi: Even the g77 manpage is derived from
1287         the full g77 manual.
1288
1289 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1290
1291         * ABOUT-NLS: Delete.
1292         * intl: Delete entire directory.
1293         * aclocal.m4: Include ../config/gettext.m4.  Delete
1294         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1295         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1296         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1297         Remove intl/Makefile from all_outputs.
1298         * configure, config.in: Regenerate.
1299         * Makefile.in: Expunge all references to intl subdirectory.
1300         Add -I../intl to INCLUDES.
1301         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1302
1303 2003-07-04  Roger Sayle  <roger@eyesopen.com>
1304
1305         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1306         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1307
1308 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1309
1310         PR c++/5287, PR c++/7910, PR c++/11021
1311         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1312         dllimport attribute if function is defined at declaration, but
1313         report error instead. Likewise for dllimport'd variable
1314         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
1315         declared within functions, Report error if dllimport or dllexport
1316         symbol is not global.
1317         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1318         if defined after declaration or if inlined. Don't allow definition
1319         of static data members of C++ classes. Don't dllimport virtual
1320         methods.
1321         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1322         (i386_pe_mark_dllimport): Remove unnecessary checks.
1323         (i386_pe_encode_section_info): Warn if the dllimport attribute
1324         and symbol prefix have been instantiated and then overridden.
1325
1326         * doc/extend.texi: Document dllimport and dllexport attributes.
1327
1328         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1329
1330 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1331
1332         * config/kaos.h (CPP_PREDEFINES): Delete.
1333         (TARGET_OS_CPP_BUILTINS): New.
1334
1335 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1336
1337         * c-aux-info.c: Include toplev.h after c-tree.h.
1338         * c-common.c: Likewise.
1339         (GCC_DIAG_STYLE): Undef.
1340         * c-semantics.c (GCC_DIAG_STYLE): Define.
1341         * c-tree.h (GCC_DIAG_STYLE): Likewise.
1342         * diagnostic.h (inform): Move prototype to toplev.h.
1343         * jump.c: Include diagnostic.h before toplev.h.
1344         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1345         (warning, error, fatal_error, pedwarn, sorry, inform,
1346         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1347
1348 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1349
1350         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1351         at all if edge is not specified.
1352         (can_copy_bbs_p, copy_bbs): New.
1353         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1354         * cfgloop.c (get_loop_body): Comment more precisely.
1355         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1356         (scale_bbs_frequencies): Fix comment typo.
1357         (can_duplicate_loop_p): Use can_copy_bbs_p.
1358         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1359
1360 2003-07-03  Devang Patel <dpatel@apple.com>
1361
1362         * c-opts.c (c_common_parse_file): Remove extra
1363         debug_hooks->start_source_file call.
1364
1365 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1366
1367         * real.c (real_trunc, real_floor, real_ceil): New functions
1368         to implement trunc, floor and ceil respectively.
1369         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1370         * builtins.c (integer_valued_real_p): New function to test if
1371         a floating point expression has an integer valued result.
1372         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1373         foo(x) where foo is an integer rounding function.  Similarly,
1374         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1375         (double)(int)x when both foo and bar are integer rounding
1376         functions and we don't need to honor errno.
1377         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1378         New functions to fold trunc, floor and ceil.
1379         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1380         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1381         to fold BUILT_IN_CEIL*.
1382         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1383         the remaining integer rounding functions.
1384
1385 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1386
1387         * config/sparc/sparc.c (function_arg_partial_nregs): Use
1388         SPARC_INT_ARG_MAX to determine where to split unnamed
1389         complex FP arguments.
1390
1391 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
1392
1393         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1394         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1395         (merge_blocks_move_predecessor_nojumps,
1396          merge_blocks_move_successor_nojumps): Use merge_blocks.
1397         (try_optimize_cfg): Use merge_blocks_move.
1398         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
1399         (merge_blocks_nomove): Rename to rtl_merge_blocks.
1400         (cfg_layout_create_basic_block): New.
1401         (rtl_can_merge_blocks): New.
1402         (cfg_layout_split_block): Do not alloc aux by hand.
1403         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
1404         merge_blocks.
1405         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
1406         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
1407         * cfgloopmanip.c (loop_split_edge_with): Likewise.
1408         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
1409
1410         * basic-block.h (basic_block_def): Add field 'rbi'.
1411         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
1412         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
1413         * cfg.c (entry_exit_blocks): Add new field.
1414         * cfglayout.c: Include alloc-pool.h;
1415         (cfg_layout_pool): New.
1416         (record_effective_endpoints, fixup_reorder_chain,
1417         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
1418         of rbi.
1419         (cfg_layout_initialize_rbi): New function.
1420         (cfg_layout_initialize): Use it.
1421         (cfg_layout_finalize): Clear rbi fields.
1422         * cfglayout.h (RBI): Kill.
1423         (cfg_layout_initialize_rbi): Declare.
1424         * cfgloopmanip.c (copy_bbs): Use rbi.
1425         (record_exit_edges): Likewise.
1426         (duplicate_loop_to_header_edge): Likewise.
1427         * cfgrtl.c (cfg_layout_create_basic_block): Use
1428         cfg_layout_initialize_rbi.
1429         (cfg_layout_split_block): Use rbi.
1430         (cfg_layout_delete_block): Likewise.
1431         * loop-init.c (loop_optimizer_finalize): Likewise.
1432         * loop-unswitch.c (unswitch_loop): Likewise.
1433         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
1434
1435         * cfgrtl.c: Update comments.
1436         (try_redirect_by_replacing_jump): New argument.
1437         (redirect_branch_edge): Break out from ...
1438         (rtl_redirect_edge_and_branch): ... this one.
1439         (update_cfg_after_block_merging): Break out from ...
1440         (rtl_merge_blocks): ... this one.
1441         (cfg_layout_split_edge): New.
1442         (cfg_layout_merge_blocks): New.
1443         (cfg_layout_can_merge_blocks_p): New.
1444         (cfg_layout_redirect_edge_and_branch): Reorganize.
1445         (cfg_layout_rtl_cfg_hooks): Fill in.
1446         (cfg_layout_delete_block): Kill barriers.
1447         * cfganal.c (can_fallthru): Deal with exit blocks
1448         * cfglayout.c (cfg_layout_function_header): New function
1449         (record_effective_endpoints): Record function header.
1450         (fixup_reorder_chain): Fixup dead jumptables; place header
1451
1452         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
1453         * bb-reorder.c (cfg_layout_initialize): Update call.
1454         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
1455         edges in cfglayout mode.
1456         * cfglayout.c (cleanup_unconditional_jumps): Kill.
1457         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
1458         * cfglayout.h (cfg_layout_initialize): Update prototype.
1459         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
1460         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
1461         * flow.c (propagate_block): Do not crash when basic block ends
1462         by first insn in the chain.
1463         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
1464         do loop discovery.
1465         * tracer.c (tracer): Update call of cfg_layout_initialize.
1466
1467 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1468
1469         * Makefile.in: Use dependency variables in lieu of explicit
1470         files throughout.
1471
1472 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
1473
1474         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1475         * tree.h: ...to here.
1476
1477 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1478
1479         * config/s390/2064.md: Fix comment typos.
1480         * config/s390/2084.md: Likewise.
1481         * config/s390/s390.c: Likewise.
1482         * config/s390/s390.md: Likewise.
1483         * config/sh/sh.c: Likewise.
1484         * config/sh/sh.h: Likewise.
1485         * config/sh/sh.md: Likewise.
1486         * config/sparc/sparc.c: Likewise.
1487         * config/sparc/sparc.h: Likewise.
1488         * config/sparc/sparc.md: Likewise.
1489         * config/stormy16/stormy16.c: Likewise.
1490         * config/stormy16/stormy16.h: Likewise.
1491         * config/stormy16/stormy-abi: Fix a typo.
1492
1493 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
1494
1495         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1496
1497 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1498
1499         * config/mips/mips.h (save_argv): Delete.
1500
1501 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1502
1503         PR target/10700
1504         * fold-const.c (extract_muldiv_1): There's nothing that can be done
1505         if the expression is a SAVE_EXPR.
1506
1507 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1508
1509         * config/m32r/m32r.c: Fix comment typos.
1510         * config/m68hc11/m68hc11.c: Likewise.
1511         * config/m68hc11/m68hc11.h: Likewise.
1512         * config/m68k/m68k.c: Likewise.
1513         * config/mcore/mcore.c: Likewise.
1514         * config/mcore/mcore.h: Likewise.
1515         * config/mcore/mcore.md: Likewise.
1516         * config/mips/mips.c: Likewise.
1517         * config/mips/mips.h: Likewise.
1518         * config/mips/mips.md: Likewise.
1519         * config/mips/netbsd.h: Likewise.
1520         * config/mn10300/mn10300.c: Likewise.
1521
1522 2003-07-03  Andreas Schwab  <schwab@suse.de>
1523
1524         * dbxout.c (pending_bincls): Move decl down inside
1525         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1526
1527 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1528
1529         * rtl.h (NOTE_DATA): Refer to whole union.
1530         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1531
1532 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1533
1534         PR optimization/11381
1535         * simplify-rtx.c (simplify_relational_operation): Check that
1536         two equal operands have no side-effects before simplifying
1537         the comparison.
1538
1539 2003-07-02  Jeff Law  <law@redhat.com>
1540
1541         * expr.c (do_store_flag): Remove special case folding for
1542         single bit tests.  Instead call back into the commonized folder
1543         routine.
1544         * fold-const.c (fold_single_bit_test): New function, mostly
1545         extracted from do_store_flag, with an additional case extracted
1546         from fold.
1547         (fold): Call fold_single_bit_test appropriately.
1548         * tree.h (fold_single_bit_test): Prototype.
1549
1550 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
1551
1552         * system.h: Include filenames.h.
1553         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1554         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1555         define based on HAVE_DOS_BASED_FILE_SYSTEM.
1556         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1557         * config/i386/xm-mingw32.h: Don't define
1558         HAVE_DOS_BASED_FILE_SYSTEM,
1559         DIR_SEPARATOR, or DIR_SEPARATOR_2.
1560         * doc/hostconfig.texi: Update to match.
1561
1562         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1563         config/i386/cygwin.h:
1564         Use IS_ABSOLUTE_PATH throughout.
1565         * gcc.c (DIR_UP): Delete, unused.
1566         * protoize.c (IS_SAME_PATH): Define in terms of
1567         FILENAME_CMP.
1568         (is_abspath): Delete.
1569
1570 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1571
1572         * config/i386/emmintrin.h: Fix comment typos.
1573         * config/i386/i386.c: Likewise.
1574         * config/i386/i386.h: Likewise.
1575         * config/i386/sco5.h: Likewise.
1576         * config/ia64/ia64.c: Likewise.
1577         * config/ia64/itanium2.md: Likewise.
1578
1579 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1580
1581         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1582         DBX_USE_BINCL.
1583         (emit_bincl_stab): Same.
1584         (emit_pending_bincls): Same.
1585
1586 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1587
1588         * config/h8300/h8300.c (compute_mov_length): Fix the length of
1589         loading CONST0_RTX (SFmode).
1590         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1591         'G' to CONST0_RTX (SFmode).
1592         * config/h8300/h8300.md (movsf_h8300): Change the first
1593         constraint to 'G'.
1594         (movsf_h8300h): Likewise.
1595
1596 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
1597
1598         * c-common.h (c_common_init_options): New prototype.
1599         * c-opts.c (deferred_size): Remove.
1600         (defer_opt): Array is now pre-allocated.
1601         (c_common_init_options): Pre-allocate deferred_opts.  Make
1602         lang_flags unsigned.
1603         (push_command_line_options): Free deferred_opts.
1604         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1605         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1606         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1607         * langhooks.h (struct lang_hooks): New prototype for init_options.
1608         * main.c (main): Cast argv.
1609         * opts.c (handle_option, handle_options): Update prototypes.
1610         (decode_options): save_argc, save_argv are not global.  Constify.
1611         * opts.h (decode_options): New prototype.
1612         * toplev.c (general_init): New protoype.
1613         (save_argv): Make static.
1614         (save_argc): Remove.
1615         (print_switch_values, general_init): Constify.
1616         (toplev_main): Save argv.
1617         * toplev.h (toplev_main): Update prototype.
1618         (save_argc, save_argv): Remove.
1619
1620 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
1621
1622         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1623         (emit_bincl_stab): Same.
1624         (emit_pending_bincls): Same.
1625
1626 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1627
1628         PR c++/11072
1629         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1630
1631 2003-07-02  Andreas Schwab  <schwab@suse.de>
1632
1633         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1634
1635 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1636
1637         PR optimization/11210
1638         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1639         about the behaviour with regard to bitfields.
1640         * fold-const (decode_field_reference): Record outermost type in
1641         case the expression is a NOP. Strip all NOPs. Set the signedness
1642         to that of the outermost type (if any) when the bitsize is equal
1643         to the size of the type.
1644
1645 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1646
1647         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1648         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1649         (adddi3_internal_3, addsi3_internal_2): Likewise.
1650
1651 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1652
1653         * config/mips/mips.c (machine_function): Add new fields:
1654         ignore_hazard_length_p and all_noreorder_p.
1655         (mips_flag_delayed_branch): New variable.
1656         (override_options): Treat '/' as an operand punctuation character.
1657         Set up mips_flag_delayed_branch.
1658         (print_operand): Handle '/'.
1659         (mips_output_function_prologue): Put the whole function in
1660         .set noreorder and .set nomacro if all_noreorder_p is true.
1661         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1662         (mips16_optimize_gp): Remove "first insn" parameter.
1663         (mips16_lay_out_constants): New function, split out from mips_reorg.
1664         (mips_avoid_hazard, mips_avoid_hazards): New functions.
1665         (mips_reorg): For mips16 code, call mips16_lay_out_constant
1666         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
1667         do delayed-branch scheduling followed by hazard detection.
1668         (mips_adjust_insn_length): Only account for hazards if
1669         !ignore_hazard_length_p.
1670         (mips_output_load_label): Add a nop to the o32 sequence if
1671         the target suffers from load delays.
1672         (mips_output_conditional_branch): Add %/ to the end of branches.
1673         (mips_output_division): Fill the branch delay slot with %#.
1674         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1675         instructions.  End all other %* branches with %/.
1676         (ffssi2, ffsdi2): Fix lengths.
1677         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1678         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1679         (fix_truncsfsi2_macro): Likewise.
1680         (mov_lwl): Set hazard to "none".
1681         (ashldi3_internal): Fill the branch delay slot with %#.
1682         (ashrdi3_internal, lshrdi3_internal): Likewise.
1683         (exception_receiver): Explicitly set $28.
1684         (hazard_nop): New pattern.
1685
1686 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
1687
1688         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1689         before calling tree_inlinable_function_p.
1690
1691 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1692
1693         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1694         <internal/stdio_core.h> too.
1695         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1696         <internal/wchar_core.h> too.
1697         Substitute va_list uses in inline definition.
1698         * fixinc/fixincl.x: Regenerate.
1699
1700 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1701
1702         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1703         Undef before redefinition.
1704         (LABEL_AFTER_LOC): Likewise.
1705         (DEFAULT_SIGNED_CHAR): Likewise.
1706         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1707         Fix IRIX spelling.
1708
1709         * config/mips/iris3.h: Remove, unused.
1710         * config/mips/iris4.h: Likewise.
1711
1712         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1713
1714         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1715         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1716         target_cpu_default.
1717
1718         * config/mips/iris5.h: Move explicit includes ...
1719         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1720
1721         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1722         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1723         tm_defines.
1724
1725         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1726         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1727         target_cpu_default.
1728
1729         * config/mips/iris6.h: Fix IRIX spelling.
1730         (MULTILIB_DEFAULTS): Undef before redefinition.
1731
1732         * config/mips/iris6.h: Move explicit includes ...
1733         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1734
1735 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
1736
1737         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1738         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1739         Use next_needed field instead of aux to maintain the queue.
1740         * cgraph.h (cgraph_node): Add next_needed.
1741         (cgraph_varpool_node): Add next_needed; remove aux.
1742         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1743
1744 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1745
1746         * cgraphunit.c (cgraph_finalize_function): Set finalized.
1747         (cgraph_finalize_function): Do not examine inlinablility.
1748         (cgraph_finalize_compilation_unit): Do it here.
1749         * cgraph.h (cgraph_local_info): Add finalized field.
1750
1751 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1752
1753         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1754         (gt_pch_restore): Likewise.
1755
1756 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1757
1758         * config/alpha/alpha.c: Fix comment typos.
1759         * config/alpha/elf.h: Likewise.
1760         * config/arm/arm.c: Likewise.
1761         * config/arm/arm.h: Likewise.
1762         * config/arm/arm.md: Likewise.
1763         * config/arm/t-arm-coff: Likewise.
1764         * config/arm/t-strongarm-pe: Likewise.
1765         * config/arm/xscale-elf.h: Likewise.
1766         * config/avr/avr.h: Likewise.
1767
1768 2003-07-01  Jeff Law  <law@redhat.com>
1769
1770         * stmt.c (any_pending_cleanups): Remove another redundant test.
1771
1772 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
1773             J"orn Rennecke <joern.rennecke@superh.com>
1774
1775         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1776         for MEM case.
1777
1778 2003-07-01  Devang Patel  <dpatel@apple.com>
1779
1780         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1781         (binclstatus): New.
1782         (struct dbx_file): New members - bincl_status, pending_bincl_name and
1783         prev.
1784         (pending_bincls): New.
1785         (dbxout_init): Initialize new dbx_file members.
1786         (dbxout_start_source_file): Same.
1787         (emit_bincl_stab): New function.
1788         (emit_pending_bincls): Same.
1789         (emit_pending_bincls_if_required): Same.
1790         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
1791         processed.
1792         (dbxout_begin_block): Emit pending BINCL stabs.
1793         (dbxout_end_block): Same.
1794         (dbxout_function_decl): Same.
1795         (dbxout_continue): Same.
1796         (dbxout_type): Same.
1797         (dbxout_class_name_qualifiers): Same.
1798         (dbxout_symbol): Same.
1799         (dbxout_symbol_location): Same.
1800         (dbxout_parms): Same.
1801
1802 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1803
1804         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1805         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1806
1807 2003-07-01  Andreas Jaeger  <aj@suse.de>
1808
1809         * fold-const.c: Convert prototypes to ISO C90.
1810         * function.c: Likewise.
1811         * function.h: Likewise.
1812
1813 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1814
1815         * doc/contrib.texi: Fix typos.
1816         * doc/invoke.texi: Likewise.
1817         * doc/passes.texi: Likewise.
1818         * doc/sourcebuild.texi: Likewise.
1819         * doc/tm.texi: Likewise.
1820
1821 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1822
1823         * basic-block.h: Fix comment typos.
1824         * bb-reorder.c: Likewise.
1825         * c-format.c: Likewise.
1826         * cfgcleanup.c: Likewise.
1827         * cfghooks.h: Likewise.
1828         * cfgloop.c: Likewise.
1829         * cfgloopmanip.c: Likewise.
1830         * cfgrtl.c: Likewise.
1831         * cgraph.h: Likewise.
1832         * cgraphunit.c: Likewise.
1833         * combine.c: Likewise.
1834         * convert.c: Likewise.
1835         * dbxout.c: Likewise.
1836         * df.c: Likewise.
1837         * df.h: Likewise.
1838         * diagnostic.c: Likewise.
1839         * dwarf2out.c: Likewise.
1840         * et-forest.h: Likewise.
1841         * flow.c: Likewise.
1842         * fold-const.c: Likewise.
1843         * function.h: Likewise.
1844         * gcov-io.h: Likewise.
1845         * gcov.c: Likewise.
1846         * gcse.c: Likewise.
1847         * genautomata.c: Likewise.
1848         * ggc-common.c: Likewise.
1849         * ggc-page.c: Likewise.
1850         * loop-unroll.c: Likewise.
1851         * loop-unswitch.c: Likewise.
1852         * loop.c: Likewise.
1853         * mips-tfile.c: Likewise.
1854         * optabs.c: Likewise.
1855         * ra-build.c: Likewise.
1856         * ra-colorize.c: Likewise.
1857         * ra-rewrite.c: Likewise.
1858         * ra.h: Likewise.
1859         * regmove.c: Likewise.
1860         * reload.c: Likewise.
1861         * rtlanal.c: Likewise.
1862         * sched-ebb.c: Likewise.
1863         * sched-int.h: Likewise.
1864         * sched-vis.c: Likewise.
1865         * sreal.c: Likewise.
1866         * ssa-ccp.c: Likewise.
1867         * ssa.c: Likewise.
1868         * toplev.c: Likewise.
1869         * tree-inline.c: Likewise.
1870         * value-prof.c: Likewise.
1871         * value-prof.h: Likewise.
1872
1873 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1874
1875         * rtl.h (emit_line_note_after): Remove.
1876         (emit_note_copy_after, emit_note_copy): New.
1877         * emit-rtl.c (reorder_insns_with_line_notes): Replace
1878         emit_line_note_after with emit_note_copy_after.
1879         (emit_insn_after_with_line_notes): Likewise.
1880         (emit_line_note_after): Kill.
1881         (emit_note_copy_after): New.
1882         (emit_note_copy): New.
1883         * function.c (emit_return_into_block): Use emit_note_copy_after.
1884         (thread_prologue_and_epilogue_insns): Likewise.
1885         * integrate.c (expand_inline_function): Use emit_note_copy.
1886         (copy_insn_list): Likewise.
1887         * unroll.c (copy_loop_body): Likewise.
1888         * cfglayout.c (duplicate_insn_chain): Likewise.
1889
1890 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1891
1892         * c-tree.h (define_label): Replace filename and lineno arguments
1893         with a location_t.
1894         * c-decl.c (poplevel): Adjust define_label call.
1895         (pop_label_level): Likewise.
1896         (define_label): Replace filename and lineno arguments with a
1897         location_t.
1898         (store_parm_decls): Use DECL_SOURCE_LOCATION.
1899         * c-parse.in (label): Adjust define_label call.
1900
1901 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
1902
1903         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1904         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1905         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1906         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1907         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1908
1909 2003-07-01  Andreas Jaeger  <aj@suse.de>
1910
1911         * final.c: Convert prototypes to ISO C90.
1912         * flow.c: Likewise.
1913         * flags.h: Likewise.
1914         * gcov-io.c: Likewise.
1915         * gcov-io.h: Likewise.
1916
1917 2003-06-30  Bruno Haible  <bruno@clisp.org>
1918
1919         PR middle-end/6578
1920         * libgcc2.c (__subvsi3): Remove simplification that would not work
1921         when subtracting -0x80000000.
1922         (__subvdi3): Remove simplification that would return a wrong result.
1923         (__mulvsi3): Fix overflow check.
1924         (__absvdi2): Fix simplification that would return a wrong result.
1925         (__mulvdi3): Fix overflow check.
1926
1927 2003-06-30  Jeff Law  <law@redhat.com>
1928
1929         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1930         was always passed in the value '1'.  Simplify body appropriately.
1931         * tree.h (any_pending_cleanups): Corresponding changes.
1932         * calls.c: (expand_call): Corresponding changes.
1933
1934 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1935
1936         * combine.c (distribute_notes): Don't bother REG_WAS_0.
1937         * cse.c (cse_insn): Likewise.
1938         * final.c (final_scan_insn): Likewise.
1939         * jump.c (duplicate_loop_exit_test): Likewise.
1940         * rtl.c (reg_note_name): Remove REG_WAS_0.
1941         * rtl.h (REG_WAS_0): Remove.
1942         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1943         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1944         (output_movhi): Likewise.
1945         (output_movsisf): Likewise.
1946         (reg_was_0): Remove.
1947         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1948         REG_WAS_0.
1949         (m68hc11_gen_movqi): Likewise.
1950         * config/vax/vax-protos.h: Remove the prototype for
1951         reg_was_0_p.
1952         * config/vax/vax.c (follows_p): Remove.
1953         (reg_was_0_p): Likewise.
1954         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1955         (movhi): Likewise.
1956         (movqi): Likewise.
1957         * doc/rtl.texi (REG_WAS_0): Remove.
1958
1959 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
1960
1961         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1962
1963 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
1964
1965         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1966         top-level include directory.
1967         * config/xtensa/lib2funcs.S: Likewise.
1968         * config/xtensa/xtensa.h: Likewise.
1969         * config/xtensa/xtensa-config.h: Remove.
1970         * doc/install.texi: Update location of "xtensa-config.h" header.
1971
1972 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1973
1974         * config/s390/s390.c (s390_extra_constraint): New function.
1975         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1976         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1977         * config/s390/s390.c (q_constraint): Remove.
1978         * config/s390/s390-protos.h (q_constraint): Likewise.
1979         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1980         (EXTRA_ADDRESS_CONSTRAINT): Define.
1981
1982         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
1983         (DISP_IN_RANGE, s390_short_displacement): New.
1984         (legitimate_reload_operand_p): Support long displacements.
1985         (s390_decompose_address): Likewise.
1986         (legitimize_pic_address): Likewise.
1987         (legitimize_address): Likewise.
1988         (s390_fixup_clobbered_return_reg): Likewise.
1989         (s390_emit_prologue, s390_emit_epilogue): Likewise.
1990         (s390_output_mi_thunk): Likewise.
1991
1992         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
1993         (attr "atype", attr "length"): Add defaults for new op_types.
1994         (all insns): Change op_type attribute where appropriate.
1995
1996         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
1997         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
1998         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
1999         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2000         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2001         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2002         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2003         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2004         "*movdf_64", "*movdf_31", "*movsf",
2005         "*load_multiple_si", "*store_multiple_di",
2006         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2007         "*la_64", "*la_31", "*la_31_and", "force_la_31",
2008         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2009         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2010         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2011         "*addsi3_sign", "*addsi3_sub", "addsi3",
2012         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2013         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2014         "mulsi3"
2015         "*andsi3_cc", "*andsi3_cconly", "andsi3",
2016         "*andqi3_ss", "*andqi3_ss_inv",
2017         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2018         "*iorqi3_ss", "*iorqi3_ss_inv",
2019         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2020         "*xorqi3_ss", "*xorqi3_ss_inv",
2021         "*tls_load_31"): Add alternatives for long-displacement instructions.
2022
2023         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2024         "*load_multiple_di", "*store_multiple_di",
2025         "*sethighqidi_64", "*zero_extendhisi2_31",
2026         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2027         "adddf3", "*adddf3", "*adddf3_ibm",
2028         "addsf3", "*addsf3", "*addsf3_ibm",
2029         "subdf3", "*subdf3", "*subdf3_ibm",
2030         "subsf3", "*subsf3", "*subsf3_ibm",
2031         "mulsi_6432", "divmoddisi3",
2032         "muldf3", "*muldf3", "*muldf3_ibm",
2033         "mulsf3", "*mulsf3", "*mulsf3_ibm",
2034         "divdf3", "*divdf3", "*divdf3_ibm",
2035         "divsf3", "div*sf3", "*divsf3_ibm",
2036         "sqrtdf2", "sqrtsf2",
2037         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2038         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2039         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2040         and address constraints for instructions that do not accept long
2041         displacements.
2042
2043 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
2044             Ulrich Weigand  <uweigand@de.ibm.com>
2045
2046         * config/s390/2084.md: New file.
2047         * config/s390/s390.md: Include it.
2048         * config/s390/s390.c (s390_adjust_priority): New function.
2049         (TARGET_SCHED_ADJUST_PRIORITY): Define.
2050         (s390_first_cycle_multipass_dfa_lookahead): New function.
2051         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2052         (s390_sched_reorder2): New function.
2053         (TARGET_SCHED_REORDER2): Define.
2054         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2055         (s390_issue_rate): Likewise.
2056
2057 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2058
2059         * Makefile.in (GTFILES): Add cgraph.h.
2060         * cgraph.c (known_decls): Remove.
2061         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2062         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2063         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2064         (cgraph_varpool_node): Likewise; add next pointer.
2065         (cgraph_varpool_nodes): New static variable.
2066         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2067         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2068         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2069         * gengtype.c (open_base_files): Include cgraph.h
2070
2071 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2072
2073         * Changelog: Remove ">>>>>>>" from previous change.
2074
2075 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2076
2077         * config/cris/cris.c: Fix spelling for "testcase".
2078         * config/cris/cris.h: Likewise.
2079         * config/cris/cris.md: Likewise.
2080         * config/mmix/crti.asm: Likewise.
2081         * config/mmix/mmix.h: Likewise.
2082         * config/mmix/mmix.md: Likewise.
2083
2084 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2085
2086         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2087         1.
2088
2089 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2090
2091         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2092         --with-mode configure options.
2093         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2094         (DRIVER_SELF_SPECS): Define.
2095         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2096         architecture to assembler.
2097         (LINK_SPEC): Merge 31-bit and 64-bit variants.
2098         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2099         * config/s390/s390.c (override_options): New default rules for
2100         architecture mode and cpu architecture selection.
2101         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2102         new default rules.
2103
2104         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2105         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2106         * config/s390/s390.c (override_options): Add "z990" to
2107         processor_alias_table.
2108         * doc/invoke.texi (-march): Document "z990" processor type.
2109
2110         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2111         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2112         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2113         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2114         * config/s390/s390.c (override_options): Replace enum pta_flags by
2115         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
2116
2117         * config/s390/s390.c (s390_cpu): Rename to ...
2118         (s390_tune): ... this.
2119         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2120         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2121         * config/s390/s390.md (attr "cpu"): Likewise.
2122
2123 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
2124
2125         * c-common.c (enum c_language_kind, flag_objc): Remove.
2126         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2127         c_add_case_label, finish_label_addr_expr, boolean_increment):
2128         Use c_dialect_ macros.
2129         * c-common.h (enum c_language_kind): Extend.
2130         (c_dialect_cxx, c_dialect_objc): New.
2131         (flag_objc): Remove.
2132         (c_common_init_options): Update prototype.
2133         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2134         macros.
2135         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2136         macros.
2137         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2138         * c-lang.c (c_init_options): Remove.
2139         (c_language): Define.
2140         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2141         * c-lex.c (lex_charconst): Use c_dialect_ macros.
2142         * c-opts.c (lang_flags): Make function-local.
2143         (c_common_init_options): Use c_dialect_ macros.  Handle
2144         C++ diagnostic requirements.
2145         (c_common_handle_option, c_common_post_options): Use flag_cxx.
2146         * c-parse.in (init_reswords): Use c_dialect_objc ().
2147         * c-pch.c (get_ident): Use c_language.
2148         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2149         * c-typeck.c (comptypes, build_c_cast): Similarly.
2150         * objc/objc-lang.c (c_language): Define.
2151         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2152         (objc_init_options): Remove.
2153
2154 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2155
2156         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2157         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2158
2159 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
2160
2161         * doc/sourcebuild.texi: Don't reference gnats.html any more.
2162
2163 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2164
2165         * config/h8300/h8300.c (compute_mov_length): Fix length of
2166         mov:SF on H8/300.
2167
2168 2003-06-30  Nick Clifton  <nickc@redhat.com>
2169
2170         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2171         constant.
2172
2173 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2174
2175         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2176
2177 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
2178
2179         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2180         (altivec_in_gprs_p): New function.
2181
2182         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2183         prototype.
2184         (altivec_in_gprs_p): New prototype.
2185
2186         * config/rs6000/altivec.md (*movv4si_internal): Change
2187         multi-assembler alternative to '#'. Add postreload splitter to
2188         handle this cases.
2189         (*movv4hi_internal): Likewise.
2190         (*movv4qi_internal): Likewise.
2191         (*movv4sf_internal): Likewise.
2192
2193 2003-06-30  Jason Merrill  <jason@redhat.com>
2194
2195         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2196         * calls.c: Not here.
2197
2198 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
2199
2200         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2201         (bad_signed_byte_operand): Likewise.
2202         (arm_output_epilogue): Likewise.
2203         (arm_final_prescan_insn): Likewise.
2204
2205 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2206
2207         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2208
2209 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2210
2211         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2212         subsequent writes.
2213
2214 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
2215
2216         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2217         in cfglayout mode.
2218
2219 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
2220
2221         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2222         (init_ext_80387_constants): Likewise.
2223         (standard_80387_constant_rtx): Likewise.
2224         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2225         (atantf): Disable for !TARGET_128BIT_LONG_LONG
2226         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2227         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2228         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2229         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2230         (frndinttf2): New.
2231         (f2xm1tf2): New.
2232         (exp?f2): Use expsf2_tf when needed.
2233         (exp?f2_tf): New.
2234         (exptf): New.
2235
2236 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2237
2238         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2239         statement from tmake_file set.
2240
2241 2003-06-29  James E Wilson  <wilson@tuliptree.org>
2242
2243         * reload.c (find_reloads): Change push_reloads to push_reload in
2244         comment.
2245         * reload1.c (eliminate_regs): Likewise.
2246         (dump_needs): Delete prototype for deleted function.
2247
2248 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2249
2250         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2251         format attributes.
2252         * c-format.c (enum format_type): Add gcc_diag_format_type,
2253         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2254         (gcc_diag_length_specs, gcc_cdiag_length_specs,
2255         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2256         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2257         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2258         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2259         (format_types_orig): Add new data.
2260         (find_char_info_specifier_index, init_dynamic_diag_info): New
2261         functions.
2262         (handle_format_attribute): Update to handle new format attributes.
2263
2264 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
2265
2266         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
2267
2268 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
2269
2270         * doc/install.texi: Remove install documentation for obsoleted targets
2271         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2272         arm-*-aof.
2273         Update information about IA64 toolchain, AIX make requirements,
2274         and binutils for m68k-*-hpux and *-*-linuxaout targets.
2275
2276 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
2277
2278         * regmove.c (regmove_optimize): Don't try to make src and dst match
2279         when they are in different modes.
2280
2281 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2282
2283         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2284         busy work when builtin is not supported by the backend.
2285
2286 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2287
2288         * loop.c (count_one_set): Fix detection of registers set in more
2289         than one basic block.
2290
2291 2003-06-29  Andreas Jaeger  <aj@suse.de>
2292
2293         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2294         * system.h: Poison OBJ_FORMAT_ROSE.
2295         * doc/tm.texi (Macros for Initialization): Remove documentatin of
2296         OBJECT_FORMAT_ROSE.
2297         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2298         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2299
2300 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2301
2302         * pa.c (update_total_code_bytes): New function.
2303         (last_address): Number of bytes output for a function and its
2304         associated thunks.
2305         (compute_frame_size): Use BITS_PER_UNIT.
2306         (pa_output_function_epilogue): Compute last_address.  Use
2307         update_total_code_bytes.
2308         (output_lbranch): Handle long branch on portable runtime.
2309         (attr_length_millicode_call, attr_length_call,
2310         attr_length_indirect_call): Only use total_code_bytes for calls in
2311         the text section.
2312         (output_call): Only use an indirect call sequence when the target is
2313         not local.
2314         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
2315         test to determine when an IA-relative branch can be used.  Add various
2316         long branch sequences.  Avoid using an indirect branch on all ports
2317         except SOM.
2318
2319 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
2320
2321         * expr.c (clear_by_pieces): Fix prototype.
2322
2323 2003-06-29  Andreas Jaeger  <aj@suse.de>
2324
2325         * cse.c: Convert prototypes to ISO C90.
2326         * cselib.c: Likewise.
2327         * cselib.h: Likewise.
2328         * dbxout.c: Likewise.
2329         * debug.c: Likewise.
2330         * df.c: Likewise.
2331         * df.h: Likewise.
2332         * dojump.c: Likewise.
2333         * doloop.c: Likewise.
2334         * dominance.c: Likewise.
2335         * dwarf2asm.c: Likewise.
2336         * dwarf2out.c: Likewise.
2337         * dwarf2out.h: Likewise.
2338         * dwarfout.c: Likewise.
2339         * except.c: Likewise.
2340         * except.h: Likewise.
2341         * emit-rtl.c: Likewise.
2342         * et-forest.c: Likewise.
2343         * et-forest.h: Likewise.
2344         * except.c: Likewise.
2345         * explow.c: Likewise.
2346         * expmed.c: Likewise.
2347         * expr.c: Likewise.
2348         * expr.h: Likewise.
2349
2350 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2351
2352         * alloc-pool.c: Fix comment formatting.
2353         * bitmap.c: Likewise.
2354         * bitmap.h: Likewise.
2355         * bt-load.c: Likewise.
2356         * builtins.c: Likewise.
2357         * caller-save.c: Likewise.
2358         * cfganal.c: Likewise.
2359         * cfgrtl.c: Likewise.
2360         * collect2.c: Likewise.
2361         * cse.c: Likewise.
2362         * df.c: Likewise.
2363         * diagnostic.c: Likewise.
2364         * dwarf2out.c: Likewise.
2365         * dwarfout.c: Likewise.
2366         * expmed.c: Likewise.
2367         * final.c: Likewise.
2368         * flags.h: Likewise.
2369         * fold-const.c: Likewise.
2370         * gcc.c: Likewise.
2371         * gcov-io.h: Likewise.
2372         * gcov.c: Likewise.
2373         * genattrtab.c: Likewise.
2374         * genautomata.c: Likewise.
2375         * libgcov.c: Likewise.
2376         * mips-tfile.c: Likewise.
2377         * optabs.c: Likewise.
2378         * prefix.c: Likewise.
2379         * rtlanal.c: Likewise.
2380         * stmt.c: Likewise.
2381         * stor-layout.c: Likewise.
2382         * toplev.c: Likewise.
2383         * varasm.c: Likewise.
2384         * vmsdbgout.c: Likewise.
2385
2386 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2387
2388         * expr.c (emit_single_push_insn): If padding is needed
2389         downward, adjust the stack pointer first, and then store the
2390         data into the stack location using an offset.
2391
2392 2003-06-29  Andreas Jaeger  <aj@suse.de>
2393
2394         * collect2.h: Convert prototypes to ISO C90.
2395         * collect2.c: Likewise.
2396         * conflict.c: Likewise.
2397         * coverage.c: Likewise.
2398         * convert.h: Likewise.
2399         * convert.c: Likewise.
2400
2401 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2402
2403         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
2404         filename to <internal>.
2405         * tree.c (make_node): Just copy the current location.
2406
2407 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2408
2409         PR optimization/11210
2410         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
2411
2412 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
2413
2414         * toplev.c (flag_dummy): Remove.
2415         (f_options): Restore flag pointers.
2416
2417 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
2418
2419         * config/rs6000/rs6000.c (processor_target_table): Add 970.
2420         * config.gcc: Add 970.
2421
2422 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2423
2424         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
2425         -1) with ggc_strdup.
2426         * stmt.c (expand_asm_operands): Likewise.
2427         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
2428
2429 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2430
2431         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
2432         definition.
2433
2434 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2435
2436         * opts.c: Include insn-attr.h.
2437         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
2438
2439 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
2440
2441         * flow.c (propagate_one_insn): Use proper test for a register
2442         being part of the return value.
2443
2444 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2445
2446         * config/avr/avr.c: Fix a comment typo.
2447
2448 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2449
2450         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
2451         with avr_simplify_comparison_p.
2452         * config/avr/avr.c: Likewise.
2453
2454 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2455
2456         * builtins.c: Follow spelling conventions.
2457         * cgraph.c: Likewise.
2458         * cpplex.c: Likewise.
2459         * config/arm/arm.c: Likewise.
2460         * config/arm/iwmmxt.md: Likewise.
2461         * config/c4x/c4x-modes.def: Likewise.
2462         * config/c4x/c4x.c: Likewise.
2463         * config/c4x/c4x.h: Likewise.
2464         * config/c4x/c4x.md: Likewise.
2465         * config/i386/i386-interix.h: Likewise.
2466         * config/mips/mips.h: Likewise.
2467
2468 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2469
2470         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2471         __mc68020__ on TARGET_68020.
2472
2473 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2474
2475         * config/h8300/h8300.c: Fix a comment typo.
2476
2477 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2478
2479         * c-parse.in (yylexstring): Use a location_t.
2480
2481         * diagnostic.h (diagnostic_set_info): Replace file and lineno
2482         parameters with a location_t.
2483         * diagnostic.c (diagnostic_set_info): Replace file and lineno
2484         parameters with a location_t.
2485         (inform, warning, pedwarn, error, sorry, fatal_error,
2486         internal_error, warning_with_decl, pedwarn_with_decl,
2487         error_with_decl): Adjust.
2488         * c-error.c (pedwarn_c99): Adjust.
2489         * c-format.c (status_warning): Adjust.
2490         * rtl-error.c (file_and_line_for_asm): Rename to ...
2491         (location_for_asm): Return a location_t.
2492         (diagnostic_for_asm): Adjust.
2493
2494 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2495
2496         * cpptrad.c (skip_macro_block_comment): New.
2497         (copy_comment): Use it if appropriate.
2498
2499 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2500
2501         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2502         definition.
2503         (store_killed_in_insn): Likewise.
2504         * print-rtl.c (print_rtx): Likewise.
2505         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2506         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2507         (m68hc11_reassign_regs): Likewise.
2508         (m68hc11_reorg): Likewise.
2509
2510 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
2511
2512         * diagnostic.c (output_integer_with_precision): New macro.
2513         (output_format): Use it.  Handle more format specifiers.
2514         (output_long_decimal): Remove.
2515         (output_unsigned_decimal): Likewise.
2516         (output_long_unsigned_decimal): Likewise.
2517         (output_octal): Likewise.
2518         (output_long_octal): Likewise.
2519         (output_hexadecimal): Likewise.
2520         (output_long_hexadecimal): Likewise.
2521         (output_long_long_decimal): Likewise.
2522
2523 2003-06-28  Andreas Schwab  <schwab@suse.de>
2524
2525         * config/ia64/ia64.md: Follow recent emit_note API change.
2526
2527 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2528
2529         * c-parse.in (%union): Replace filename & lineno with location.
2530         (save_filename, save_lineno): Remove.
2531         (save_location): New.
2532         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2533         nested_function, notype_nested_function, if_prefix, lineno_stmt,
2534         lineno_label, label): Adjust.
2535
2536 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
2537
2538         * builtins.c (c_strlen): Add only_value argument.
2539         Handle COND_EXPR and COMPOUND_EXPR.
2540         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2541         Adjust c_strlen callers.
2542         (expand_builtin_strcpy, expand_builtin_strncpy,
2543         expand_builtin_strcmp, expand_builtin_strncmp,
2544         expand_builtin_fputs, expand_builtin_sprintf,
2545         fold_builtin): Adjust c_strlen callers.
2546
2547 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
2548
2549         * bb-reorder.c (find_traces_1_round): Do not send basic block
2550         to next round when we are in the last round.
2551
2552 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2553
2554         * Makefile.in: Update.
2555         * opts.c: Include tm_p.h.
2556         (handle_options): Make static.
2557         (decode_options): Copied from toplev.c.
2558         * opts.h (decode_options): New.
2559         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2560         some to...
2561         (general_init): ...here.
2562         (toplev_main): Use decode_options instead.
2563         * toplev.h (save_argc, save_argv): New.
2564
2565 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2566
2567         * explow.c (find_next_ref): Remove.
2568         * rtl.h: Remove the prototype for find_next_ref.
2569
2570 2003-06-27  Roger Sayle  <roger@eyesopen.com>
2571
2572         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2573         call to match recent API change.
2574
2575 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2576
2577         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2578         declaration.
2579
2580         * c-format.c (check_format_string, get_constant)
2581         * cfgrtl.c (rtl_split_edge):
2582         Mark the definition static, matching the forward declaration.
2583
2584 2003-06-27  Gunther Nikl <gni@gecko.de>
2585
2586         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2587
2588         PR target/11014
2589         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2590         syntax for MIT / MOTOROLA.
2591
2592         PR other/10240
2593         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2594         * configure: Rebuilt.
2595
2596 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
2597
2598         * config/mips/mips.c (mips_build_va_list): Make padding in
2599         va_list structure explicit to avoid -Wpadded warnings.
2600
2601 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2602
2603         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2604         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2605         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2606         Declare it.
2607         * config/s390/s390.md ("reload_outti", "reload_outdi",
2608         "reload_outdf"): New expanders.
2609
2610         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2611         memory operands as source.
2612         ("movdi" + splitters): Likewise.
2613         ("movdf" + splitters): Likewise.
2614         * config/s390/s390.c (s390_split_ok_p): New function.
2615         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2616
2617 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2618
2619         * combine.c (force_to_mode): Replace the equality comparison
2620         of INTVALs with a pointer equality comparison.
2621         (simplify_comparison): Likewise.
2622
2623 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2624
2625         * jump.c (rtx_renumbered_equal_p): Replace an expression that
2626         is known to be 0 with 0.
2627
2628 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2629
2630         * gcse.c (expr_equiv_p): Replace expressions that are known to
2631         be 0 with 0.
2632
2633 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2634
2635         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2636         with a pointer equality comparison.
2637
2638 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2639
2640         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2641         are known to be not equivalent.
2642
2643 2003-06-27  Richard Henderson  <rth@redhat.com>
2644
2645         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2646         in floating point registers.  Validate that we don't receive complex
2647         values here.  Use #elif.
2648         (return_in_memory, function_value): New.
2649         (alpha_va_arg): Handle complex values as two arguments.
2650         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2651         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2652         (SPLIT_COMPLEX_ARGS): New.
2653         * config/alpha/alpha-protos.h: Update.
2654
2655 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2656
2657         * ggc-page.c (inverse_table): Change type of mult to size_t.
2658         (compute_inverse): Compute inverse using size_t, not unsigned int.
2659         Compute inverse also for sizes larger than half a machine page.
2660
2661 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
2662
2663         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
2664         when called before cgraph_optimize.
2665
2666 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2667
2668         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2669         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2670         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2671
2672 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
2673
2674         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2675         of known_decls.
2676
2677 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
2678
2679         * defaults.h (REGISTER_MOVE_COST): Define default here.
2680         * regclass.c: Don't define default REGISTER_MOVE_COST here.
2681         * reload.c, reload1.c: Ditto.
2682
2683 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
2684
2685         * flags.h: Really install previous change.
2686
2687 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2688
2689         * rtl.h (emit_note): Remove FILE parameter.
2690         * emit-rtl.c (emit_line_note): Adjust emit_note call.
2691         (emit_note): Remove FILE parameter. Adjust.
2692         * builtins.c (expand_builtin_expect): Adjust emit_note call.
2693         * c-semantics.c (genrtl_scope_stmt): Likewise.
2694         (expand_stmt): Likewise.
2695         * cfglayout.c (reemit_insn_block_notes): Likewise.
2696         (duplicate_insn_chain): Likewise.
2697         * except.c (expand_eh_region_start, expand_eh_region_end,
2698         sjlj_emit_function_enter): Likewise.
2699         * explow.c (probe_stack_range): Likewise.
2700         * expr.c (emit_block_move_via_loop): Likewise.
2701         * function.c (init_function_start, expand_function_start,
2702         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2703         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2704         * reg-stack.c (compensate_edge): Likewise.
2705         * reload1.c (reload): Likewise.
2706         * rtlanal.c (hoist_insn_to_edge): Likewise.
2707         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2708         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2709         expand_exit_loop_top_cond, expand_value_return,
2710         expand_start_bindings_and_block, expand_end_bindings,
2711         expand_decl_cleanup, expand_start_case): Likewise.
2712         * unroll.c (copy_loop_body
2713         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2714         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2715         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2716         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2717         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2718         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2719         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2720
2721 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2722
2723         * c-tree.h (grokfield): Remove unused filename and line parameters.
2724         * c-decl.c (grokfield): Remove unused filename and line parameters.
2725         * c-parse.in (component_decl): Adjust field grokking rules, adjust
2726         grokfield calls.
2727         (component_declarator): Likewise.
2728         (component_notype_declarator): Likewise.
2729         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2730         calls.
2731         (build_protocol_template, build_method_prototype_list_template,
2732         build_method_prototype_template, build_category_template,
2733         build_selector_template, build_class_template,
2734         build_super_template, build_ivar_template,
2735         build_ivar_list_template, build_method_list_template,
2736         build_method_template, add_instance_variable): Likewise.
2737
2738 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2739
2740         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2741         OP2 are known to be not equivalent.
2742
2743 2003-06-26  Devang Patel <dpatel@apple.com>
2744
2745         * final.c (debug_flush_symbol_queue): New function.
2746         (debug_queue_symbol): New function.
2747         (debug_free_queue): New function.
2748         (debug_nesting): New variable.
2749         (symbol_queue): New variable.
2750         (symbol_queue_index): Same.
2751         (symbol_queue_size): Same.
2752         * debug.h (debug_flush_symbol_queue): New.
2753         (debug_queue_symbol): New.
2754         (debug_free_queue): New.
2755         (debug_nesting): New.
2756         (symbol_queue_index): New.
2757         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2758         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2759         (dbxout_init): Delay symbol output.
2760         (dbxout_global_decl): Save, set and reset TREE_USED bit around
2761         dbxout_symbol() call.
2762         (dbxout_begin_function): Same.
2763         (dbxout_finish): Free symbol queue.
2764         (dbxout_type): Put appropriate symbols in queue.
2765         (dbxout_symbol): Put info for symbol's type in queue.
2766         Decrement/Increment nesting counts flush symbol queue appropriately.
2767         (dbxout_parms): Increment dbxout nesting.
2768         (dbxout_reg_parms): Same.
2769         * flags.h (flag_debug_only_used_symbols): New.
2770         * toplev.c (flag_debug_only_used_symbols): New variable.
2771         (lang_independent_options): Add entries for new option
2772         -feliminate-unused-debug-symbols.
2773         * common.opt: Add entry for -feliminate-unused-debug-symbols.
2774         * opts.c (common_handle_options): Same.
2775         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2776         -feliminate-unused-debug-symbols.
2777         * doc/invoke.texi (Debugging Options): Document
2778         -feliminate-unused-debug-symbols.
2779
2780 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2781             Jakub Jelinek  <jakub@redhat.com>
2782
2783         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2784         obtain the format string instead of using TREE_STRING_POINTER and
2785         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
2786         return value is unused or the length of src is a known constant.
2787
2788 2003-06-26  Richard Henderson  <rth@redhat.com>
2789
2790         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2791
2792 2003-06-26  Richard Henderson  <rth@redhat.com>
2793
2794         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2795         (ia64_split_call): Only load descriptor for GP register inputs.
2796         (ia64_expand_epilogue): Check current_frame_info.mask not
2797         current_function_is_leaf to restore ar.pfs.
2798
2799 2003-06-26  Richard Henderson  <rth@redhat.com>
2800
2801         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2802         instead of replacing it.
2803
2804 2003-06-26  Richard Henderson  <rth@redhat.com>
2805
2806         * flow.c (propagate_one_insn): Kill function return value
2807         registers across tail calls.
2808
2809         * flow.c (propagate_one_insn): Preserve live-at-end registers
2810         across tail calls.
2811
2812 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2813
2814         * reload.c (can_reload_into): New function.
2815         (push_reload): Use it.
2816
2817 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2818
2819         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2820         references to the amount of a rotation.
2821
2822 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2823
2824         * config/sh/coff.h: Don't include dbxcoff.h.
2825         * config.gcc: List it here.
2826
2827 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2828
2829         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2830         earlier.  Don't check if SRC is a constant.
2831
2832 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2833
2834         * Makefile.in (OBJS): Add postreload.o.
2835         Remove cselib.h from the dependency list for reload1.o.
2836         Add a dependency list for postreload.o.
2837         * reload.h: Change the comment for the prototype of
2838         reload_cse_regs.
2839         * reload1.c: Don't include cselib.h.
2840         (reload_cse_regs): Move to postreload.c
2841         (reload_cse_regs_1): Likewise.
2842         (reload_cse_noop_set_p): Likewise.
2843         (reload_cse_simplify_set): Likewise.
2844         (reload_cse_simplify_operands): Likewise.
2845         (RELOAD_COMBINE_MAX_USES): Likewise.
2846         (reload_combine_ruid): Likewise.
2847         (LABEL_LIVE): Likewise.
2848         (reload_combine): Likewise.
2849         (reload_combine_note_use): Likewise.
2850         (reload_combine_note_store): Likewise.
2851         (reg_set_luid): Likewise.
2852         (reg_offset): Likewise.
2853         (reg_base_reg): Likewise.
2854         (reg_mode): Likewise.
2855         (move2add_luid): Likewise.
2856         (move2add_last_label_luid): Likewise.
2857         (MODES_OK_FOR_MOVE2ADD): Likewise.
2858         (reload_cse_move2add): Likewise.
2859         (move2add_note_store): Likewise.
2860         (reload_cse_simplify): Likewise.
2861         * postreload.c: New.
2862
2863 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2864
2865         * config/avr/avr.c (final_prescan_insn): Remove support for
2866         -mrtl.
2867         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2868         (TARGET_RTL_DUMP): Likewise.
2869         (TARGET_SWITCHES): Remove -mrtl.
2870
2871 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2872
2873         * config/h8300/h8300-protos.h: Change emit_a_rotate to
2874         output_a_rotate.  Add a prototype for compute_a_rotate_length.
2875         * config/h8300/h8300.c (emit_a_rotate): Change to
2876         output_a_rotate.
2877         (compute_a_rotate_length): New.
2878         (h8300_adjust_insn_length): Remove.
2879         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2880         * config/h8300/h8300.md (adjust_length): Remove.
2881         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2882         (*rotlhi3_1): Likewise.
2883         (*rotlsi3_1): Likewise.
2884
2885 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2886             Richard Henderson  <rth@redhat.com>
2887
2888         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2889         list against re-evaluation.  If expand_unop fails, call expand_call
2890         with the stabilized argument list rather than return NULL_RTX.
2891         (expand_builtin_mathfn2): Likewise, always stabilize the argument
2892         list, and call expand_call ourselves if expand_binop fails.
2893
2894 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2895
2896         PR optimization/11210
2897         * fold-const (decode_field_reference): Strip only NOPs that
2898         don't affect the sign.
2899
2900 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2901
2902         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2903         (pop_fpscr, fpu_switch): Likewise.
2904
2905 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2906
2907         * value-prof.c: New.
2908         * value-prof.h: New.
2909         * Makefile.in (value-prof.o): New.
2910         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2911         (profile.o): Add value-prof.h and tree.h dependency.
2912         * flags.h (flag_profile_values): Declare.
2913         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2914         Add new counters.
2915         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2916         GCOV_COUNTER_V_DELTA): New counter sections.
2917         (__gcov_merge_single, __gcov_merge_delta): Declare.
2918         * flow.c (mark_used_regs): Set subregs_of_mode only when the
2919         structure is initialized.
2920         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2921         * profile.c: Include value-prof.h and tree.h.
2922         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2923         gen_const_delta_profiler, instrument_values): New static functions.
2924         (get_exec_counts): Fix comment.
2925         (branch_prob): Invoke instrument_values.
2926         * toplev.c (flag_profile_values): New flag.
2927         * doc/invoke.texi (-fprofile-values): Document.
2928
2929 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2930
2931         * Makefile.in (cfgrtl.o): Add expr.h dependency.
2932         * cfgrtl.c: Include expr.h.
2933         (mark_killed_regs, safe_insert_insn_on_edge): New
2934         functions.
2935         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2936         * basic-block.h (safe_insert_insn_on_edge): Declare.
2937
2938 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2939
2940         * c-opts.c (missing_arg): Make non-static.
2941         (c_common_handle_option): Don't check for missing arguments.
2942         * opts.c (handle_option): Check for missing arguments.
2943
2944 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
2945
2946         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2947
2948 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
2949
2950         * configure.in (ld_vers): Portability [sed].
2951         * configure: Regenerate with autoconf213.
2952
2953 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2954
2955         * doc/extend.texi: Document new builtin functions for Intel
2956         Prescott New Intrunctions.
2957
2958         * doc/invoke.texi: Document new command-line options, -mpni and
2959         -mno-pni, for Intel Prescott New Intrunctions.
2960
2961         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2962
2963         * config/i386/i386.c (override_options): Turn on MASK_SSE2
2964         for -mpni. Turn on MASK_SSE for -msse2.
2965         (bdesc_2arg): Add PNI builtins with 2 args.
2966         (bdesc_1arg): Add PNI builtins with 1 arg.
2967         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2968         (ix86_expand_builtin): Likewise.
2969
2970         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2971         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2972         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2973         (TARGET_PNI): New.
2974         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2975         -mpni and -mno-pni.
2976         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2977         (ix86_builtins): Add PNI builtins.
2978         (config/i386/i386.md): Add PNI patterns.
2979
2980         * config/i386/pmmintrin.h: New file.
2981
2982 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2983
2984         * config/h8300/h8300.md (call): Fix the insn lengths.
2985         (call_value): Likewise.
2986
2987 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2988
2989         * c-common.c (handle_used_attribute): Use mark_referenced.
2990         * varasm.c (mark_referenced): Break out from ...
2991         (assemble_name): ... here.
2992         * tree.h (mark_referenced): Declare.
2993
2994 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
2995
2996         * gccbug.in: Add PCH to list of categories.
2997
2998 2003-06-25 Martin Schaffner <schaffner@gmx.li>
2999
3000         * cppfiles.c: Clarify comments.
3001         * cpphash.h: Likewise.
3002         * cpplib.h: Likewise.
3003         * cppmacro.c: Likewise.
3004         * mkdeps.h: Likewise.
3005
3006 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3007
3008         * c-opts.c (complain_wrong_lang, write_langs): Remove.
3009         (c_common_handle_option): Complaints about wrong language are
3010         handled in opts.c now.
3011         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3012         (find_opt): Fix thinko.
3013         (handle_option): Update prototype.  Complain about switches for
3014         a different front end.
3015         * opts.h (lang_names, handle_options): New.
3016         (handle_option): Remove.
3017         * opts.sh: Write out language names array.
3018         * toplev.c (parse_options_and_default_flags): Use handle_options.
3019
3020 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
3021
3022         * config/i386/i386.c (MASK_SSE1): Removed.
3023         (MASK_SSE164): Removed.
3024         (MASK_SSE264): Removed.
3025         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3026         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3027         with MASK_SSE2 | MASK_64BIT.
3028         (bdesc_1arg): Likewise.
3029         (ix86_init_mmx_sse_builtins): Likewise.
3030
3031         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3032         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3033         -msse2.
3034
3035 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3036
3037         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3038         (HOST_WIDE_INT_PRINT_DEC_SPACE,
3039         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3040         HOST_WIDEST_INT_PRINT_DEC_SPACE,
3041         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3042         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3043         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3044         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3045
3046         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3047         * ra-debug.c (dump_static_insn_cost): Likewise.
3048
3049 2003-06-26  Nick Clifton  <nickc@redhat.com>
3050
3051         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3052         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3053         Replace occurances of '???' with 'XXX' incase they are
3054         mistaken for trigraphs.
3055         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3056         does not have a register for the first operand.
3057
3058 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3059
3060         * config/sh/sh.c (sh_register_move_cost):
3061         Add case for moving between MAC_REGS.
3062
3063 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
3064
3065         PR 10178
3066         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3067         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3068         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3069         to true.
3070         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3071         return 0.
3072
3073 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3074
3075         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3076         * bt-load.c: Include "tm_p.h".
3077
3078 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3079
3080         * config/h8300/h8300.c (compute_mov_length): Adjust for the
3081         new optimization.
3082         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3083         an SImode constant whose upper and lower are the same.
3084
3085 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3086
3087         * varasm.c (assemble_name): Mark needed variables even when
3088         global info is ready.
3089
3090 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
3091
3092         PR other/11280
3093         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3094         -freorder-functions description.
3095
3096 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3097
3098         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3099
3100 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3101
3102         * opts.c (common_handle_option): Add missing break;s.
3103
3104 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3105
3106         * config/h8300/h8300-protos.h: Add a prototype for
3107         compute_mov_length.
3108         * config/h8300/h8300.c (compute_mov_length): New.
3109         * config/h8300/h8300.md (*movqi_h8300): Use it.
3110         (*movqi_h8300hs): Likewise.
3111         (movstrictqi): Likewise.
3112         (*movhi_h8300): Likewise.
3113         (*movhi_h8300hs): Likewise.
3114         (movstricthi): Likewise.
3115         (*movsi_h8300): Likewise.
3116         (*movsf_h8300): Likewise.
3117         (*movsi_h8300hs): Likewise.
3118         (*movsf_h8300hs): Likewise.
3119
3120 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3121
3122         * jump.c (next_nondeleted_insn): Remove.
3123         * rtl.h: Remove the prototype for next_nondeleted_insn.
3124
3125 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3126
3127         PR optimization/11311
3128         * builtins.c (powi_cost): Fix typo.  The number of multiplications
3129         required is the number to reduce the argument, result, plus the
3130         cost of calculating the residual, val [not n, the original value].
3131
3132 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3133
3134         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3135
3136 2003-06-24  Richard Henderson  <rth@redhat.com>
3137             (blame to: Loren James Rittle  <ljrittle@acm.org>)
3138
3139         * real.h (ieee_extended_intel_96_round_53_format): New.
3140         * real.c (ieee_extended_intel_96_round_53_format): New.
3141         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3142         for XFmode and TFmode.
3143
3144 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3145
3146         * config/h8300/h8300.md (4 anonymous patterns): Give internal
3147         names.
3148         (movsi_h8300): Change the name to *movsi_h8300.
3149         (movsi_h8300hs): Change the name to *movsi_h8300hs.
3150         (movsf_h8300): Change the name to *movsf_h8300.
3151         (movsf_h8300hs): Change the name to *movsf_h8300hs.
3152
3153 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3154
3155         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3156         src twice.
3157
3158 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
3159
3160         Back out these patches:
3161          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
3162           * sh.h (OLD_ARG_MODE): New macro.
3163           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3164           (FUNCTION_ARG_1): Break out of:
3165           (FUNCTION_ARG).  Use OLD_ARG_MODE.
3166          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
3167           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3168           of the generated register.
3169
3170         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3171         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3172         an even number of floating point regs are in use, use the same
3173         sequence of argument passing registers for SCmode as would be
3174         used for two SFmode values.
3175         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3176         swap real / imaginary parts in incoming SCmode values passed
3177         in registers.
3178
3179 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3180
3181         PR target/11260
3182         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3183
3184 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
3185
3186         * Makefile.in (cgraph.o): Depend on output.h, not depend on
3187         tree-inline.h
3188         * cgraph.c: Do not include tree-inline.h; include output.h
3189         (known_fns): Rename to ...
3190         (known_decls): ... this one; update all uses.
3191         (cgraph_varpool_hash): New static variable.
3192         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3193         variables.
3194         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3195         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3196         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3197         New functions.
3198         * cgraph.h (cgraph_varpool_node): New structure.
3199         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3200         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3201         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3202         cgraph_varpool_asemble_pending_decls): Declare.
3203         * cgraphunit.c (record_call_1): Notice variable references.
3204         (cgraph_finalize_compilation_unit): Assemble pending variables.
3205         * toplev.c (wrapup_global_declarations): Use varpool.
3206         (compile_file): Assemble pending declarations.
3207         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3208         * varasm.c (assemble_name): Notice varpool references.
3209
3210 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
3211
3212         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3213         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3214         * varasm.c (assemble_variable): Call prepare_assemble_variable.
3215
3216 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3217
3218         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3219         calls for pow, powf, powl and their __builtin_ variants.
3220         (expand_builtin_pow): If the second argument is a constant
3221         integer and compiling with -ffast-math, use expand_powi to
3222         generate RTL if powi_cost is less than POWI_MAX_MULTS.
3223         (powi_cost): New function to return the number of multiplications
3224         necessary to evaluate an Nth power, for integer constant N.
3225         (expand_powi): New function to expand the RTL for evaluating
3226         the Nth power of a floating point value, for integer constant N.
3227
3228         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3229
3230 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3231
3232         * cgraph.c (cgraph_nodes_queue): Declare.
3233         (eq_node): Take identifier as p2.
3234         (cgraph_node): Update htab_find_slot_with_hash call.
3235         (cgraph_node_for_identifier): New.
3236         (cgraph_mark_needed_node): Move here from cgraphunit.c.
3237         * cgraph.h (cgraph_nodes_queue): Declare.
3238         (cgraph_node_for_identifier): Declare.
3239         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3240         instead of in cgraph_finalize_compilation_unit; constructors and
3241         destructors are entry points.
3242         (cgraph_finalize_compilation_unit): Reorganize debug outout;
3243         examine nested functions after lowerng; call collect_functions hook.
3244         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3245         (cgraph_finalize_compilation_unit): Do not collect entry points.
3246         * varasm.c: Include cgraph.h
3247         (assemble_name): Mark referenced identifier as needed.
3248
3249         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3250
3251 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3252
3253         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3254         just SYMBOL_REF.
3255         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3256         mode, as it requires pic register loaded.
3257
3258         * varasm.c (resolve_unique_section): Remove prototype.  No longer
3259         static.
3260         * tree.h (resolve_unique_section): New prototype.
3261
3262 2003-06-23  Andreas Schwab  <schwab@suse.de>
3263
3264         PR debug/9905
3265         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3266         recursing through first argument.
3267
3268 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3269
3270         * ChangeLog.1: Fix a typo.
3271         * cfgrtl.c: Fix comment typos.
3272         * dwarf2out.c: Likewise.
3273         * expmed.c: Likewise.
3274         * genrecog.c: Likewise.
3275         * jump.c: Likewise.
3276         * rtlanal.c: Likewise.
3277         * ssa-dce.c: Likewise.
3278         * toplev.c: Likewise.
3279
3280 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3281
3282         * doc/extend.texi: Fix typos.
3283         * doc/md.texi: Likewise.
3284         * doc/tm.texi: Likewise.
3285
3286 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3287
3288         * basic-block.h: Fix comment formatting.
3289         * bt-load.c: Likewise.
3290         * builtins.c: Likewise.
3291         * c-common.c: Likewise.
3292         * c-common.h: Likewise.
3293         * c-format.c: Likewise.
3294         * coverage.c: Likewise.
3295         * cpplib.h: Likewise.
3296         * cpppch.c: Likewise.
3297         * dbxout.c: Likewise.
3298         * diagnostic.c: Likewise.
3299         * dwarf2out.c: Likewise.
3300         * expr.c: Likewise.
3301         * fold-const.c: Likewise.
3302         * function.c: Likewise.
3303         * gcc.c: Likewise.
3304         * gcov-io.c: Likewise.
3305         * gcov-io.h: Likewise.
3306         * gcov.c: Likewise.
3307         * profile.c: Likewise.
3308         * real.h: Likewise.
3309         * sched-deps.c: Likewise.
3310
3311 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3312             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3313
3314         * doc/contrib.texi (Contributors): Add a note on testing and
3315         remove duplicates from testers list.
3316
3317 2003-06-23  Nick Clifton  <nickc@redhat.com>
3318
3319         * read-rtl.c (read_braced_string): Check for EOF.  If
3320         encountered issue an error message.
3321
3322 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3323
3324         * doc/invoke.texi: Document dump options, dT and dW.
3325
3326 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3327
3328         * genrecog.c (pred_table): Remove the entry for
3329         mode_independent_operand.
3330         * recog.c (next_insns_test_no_inequality): Remove.
3331         (mode_independent_operand): Likewise.
3332         * recog.h: Remove the prototype for mode_independent_operand.
3333
3334 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3335
3336         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3337         store into bit 0.
3338         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3339         second alternative to set_znv.
3340         (*extzv_1_r_inv_h8300hs): Likewise.
3341
3342 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3343
3344         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3345         set in_tree_gas_is_elf accordingly.
3346         (in_tree_ld): Find out whether LD emulation is ELF, set
3347         in_tree_ld_is_elf accordingly.
3348         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3349         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3350         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3351         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3352         grepping gas/Makefile.
3353         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3354         $in_tree_ld_is_elf instead of grepping ld/Makefile.
3355         * configure: Regenerate.
3356
3357 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3358
3359         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3360         up the stabilized argument list, not build_tree_list.
3361         (expand_builtin_strcpy): Construct new argument list manually
3362         instead of using chainon to modify the original argument list.
3363         (expand_builtin_stpcpy): Construct new argument list manually
3364         instead of using copy_list and chainon.
3365         (expand_builtin_sprintf): New function.  Optimize calls to
3366         sprintf when the format is "%s" or doesn't contain a '%'.
3367         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3368         expand_builtin_sprintf.
3369
3370 2003-06-22  Andreas Schwab  <schwab@suse.de>
3371
3372         * function.c (set_insn_locators): Mark as unused.
3373
3374 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3375
3376         * common.opt: Add -finline-limit.
3377         * opts.c (common_handle_options): Handle it.
3378         * opts.sh: Temporary kludge for -finline-limit.
3379         * toplev.c (decode_f_option, independent_decode_option): Die.
3380         (parse_options_and_default_flags): No independent_decode_option.
3381
3382 2003-06-22  Andreas Jaeger  <aj@suse.de>
3383
3384         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3385
3386 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3387
3388         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3389
3390 2003-06-22  Andreas Schwab  <schwab@suse.de>
3391
3392         * doc/invoke.texi: Remove leading `-' from options in index.
3393
3394 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3395
3396         * bt-load.c: Follow spelling conventions.
3397
3398 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3399
3400         * expr.c (emit_move_insn_1): Fix a comment typo.
3401
3402 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3403
3404         * doc/invoke.texi: Alphabetize dump options.
3405
3406 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3407
3408         * doc/invoke.texi: Remove a duplicate -dk.
3409
3410 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3411
3412         * doc/invoke.texi: Update dump file names.
3413
3414 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
3415
3416         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
3417         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
3418
3419 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3420
3421         * doc/rtl.texi: Fix the @findex for pre_modify.
3422
3423 2003-06-22  Andreas Jaeger  <aj@suse.de>
3424
3425         * caller-save.c: Convert to ISO C90.
3426         * calls.c: Likewise.
3427         * cfg.c: Likewise.
3428         * cfganal.c: Likewise.
3429         * cfgbuild.c: Likewise.
3430         * cfgcleanup.c: Likewise.
3431         * cfghooks.c: Likewise.
3432         * cfglayout.c: Likewise.
3433         * cfglayout.h: Likewise.
3434         * cfgloop.c: Likewise.
3435         * cfgloop.h: Likewise.
3436         * cfgloopanal.c: Likewise.
3437         * cfgloopmainip.c: Likewise.
3438         * cfgrtl.c: Likewise.
3439
3440 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3441
3442         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
3443         64-bit alignment.
3444
3445 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3446
3447         * arm.md (all call_value patterns): Remove register constraints on
3448         value operand.
3449
3450 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3451
3452         * common.opt: More -f switches.
3453         * opts.c (common_handle_options): Handle them.
3454         * toplev.c (time_report): Make extern.
3455         (f_options): USe flag_dummy.
3456         (decode_f_option): No need to use f_options now.
3457         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
3458         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
3459
3460 2003-06-22  Andreas Jaeger  <aj@suse.de>
3461
3462         * c-lex.c: Convert to ISO C90.
3463         * c-objc-common.c: Likewise.
3464         * c-opts.c: Likewise.
3465         * c-pch.c: Likewise.
3466         * c-ppoutput.c: Likewise.
3467         * c-pragma.h: Likewise.
3468         * c-pretty-print.c: Likewise.
3469         * c-pretty-print.h: Likewise.
3470         * c-semantics.c: Likewise.
3471         * c-tree.h: Likewise.
3472         * c-typeck.c: Likewise.
3473
3474         * c-lang.c: Convert to ISO C90.
3475
3476 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3477
3478         * opts.c (find_opt): Fix to always guarantee a find of a
3479         switch with joined parameter.
3480         * opts.h (struct cl_option): New member back_chain.
3481         * opts.sh: Update to calculate and add back_chain member.
3482
3483 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
3484
3485         * diagnostic.h (output_host_wide_integer): Declare.
3486         * diagnostic.c (output_long_long_decicaml): New function.
3487         (output_host_wide_integer): Likewise.
3488         (output_format): Use them.  Handle "%ll" and "%w".
3489
3490 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
3491
3492         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3493
3494 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
3495
3496         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3497         * configure.in: Don't use gcc_AC_C_CHARSET.
3498         * configure, config.in: Regenerate.
3499         * config/i370/i370.c, config/i370/i370.h: Use
3500         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3501         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
3502
3503 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
3504
3505         * Makefile.in: Update.
3506         * common.opt: New switches.
3507         * opts.c: Include diagnostic.h.
3508         (common_handle_option): Handle new switches.
3509         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3510         flag_if_conversion2, flag_delete_null_pointer_checks,
3511         flag_rerun_cse_after_loop): Make extern.
3512         (flag_dummy): New.
3513         (f_options): Update to use flag_dummy for moved options.
3514         (decode_f_option): Some switches moved to opts.c.
3515         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3516         flag_if_conversion2, flag_delete_null_pointer_checks,
3517         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3518         flag_tracer, flag_thread_jumps, flag_unroll_loops,
3519         flag_unroll_all_loops, flag_unswitch_loops): New.
3520
3521 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
3522
3523         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3524
3525 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
3526
3527         * config/h8300/h8300-protos.h: Add a prototype for
3528         same_cmp_preceding_p.
3529         * config/h8300/h8300.c (same_cmp_preceding): New.
3530         * config/h8300/h8300.md: Extend peephole2's that transform
3531         compare:SI into shorter sequences so that they can deal with
3532         signed comparisons.
3533
3534 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3535
3536         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3537
3538         Update Andreas Jaeger's entry.
3539
3540         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3541         Loren J. Rittle.
3542
3543 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3544
3545         * mkconfig.sh: Add multiple inclusion guards to generated headers.
3546
3547 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3548
3549         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3550         * common.opt: Add remaining -W options and -g.
3551         * diagnostic.c (warnings_are_errors): Remove.
3552         * flags.h: Make most warning flags boolean.
3553         * opts.c (common_handle_option): Handle remaining -W options, and -g.
3554         Move many warning flags from toplev.c, making them boolean.
3555         * toplev.c: Remove many warning flags.
3556         (decode_W_option): Remove.
3557         (decode_g_option): Make extern.  Error on unknown switch.
3558         (lang_independent_W_options): Use warn_dummy.
3559         (independent_decode_option): Just handle -f switches now.
3560         * toplev.h (decode_g_option): New.
3561
3562 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
3563
3564         PR/11092
3565         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3566         vectors.
3567
3568 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
3569
3570         * opts.sh: Tweak awk script for portability.
3571
3572 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3573
3574         PR c++/10888
3575         * tree-inline.c (expand_call_inline): Do not warn about failing to
3576         inline functions declared in system headers.
3577         * doc/invoke.texi (-Winline): Expand on documentation.
3578
3579 2003-06-20  Richard Henderson  <rth@redhat.com>
3580
3581         * config/alpha/alpha.c (alpha_file_start): Disable
3582         file_start_file_directive for ELF and not MDEBUG.
3583
3584 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
3585
3586         * sh.h (ROUND_TYPE_ALIGN): Remove.
3587
3588 2003-06-20  Richard Henderson  <rth@redhat.com>
3589
3590         * hooks.c (hook_int_void_no_regs): Rename from
3591         hook_reg_class_void_no_regs; change return type.
3592         * hooks.h: Update.
3593         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3594         * target.h (branch_target_register_class): Change return type to int.
3595         Add documentation.
3596         * config/sh/sh.c (sh_target_reg_class): Change return type.
3597         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3598
3599 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
3600
3601         * c-format.c: Change _Bool to bool reverting part of the last
3602         patch.
3603
3604 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3605
3606         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3607         strip name encoding.
3608
3609 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3610
3611         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3612         * configure: Regenerate.
3613         Fixes PR driver/9362.
3614
3615 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3616
3617         * config/alpha/alpha.c (alpha_file_start): Fix typo.
3618
3619 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3620
3621         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3622         to ASM_OUTPUT_SOURCE_LINE.
3623
3624 2003-06-20  Daniel Egger  <degger@fhm.edu>
3625             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3626
3627         * doc/install.texi (Building): Correct and improve statement
3628         about parallel builds.
3629
3630 2003-06-20  Andreas Jaeger  <aj@suse.de>
3631
3632         * c-common.c: Change _Bool to bool reverting part of the last
3633         patch.
3634
3635 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3636
3637         * tree.h (expand_function_end): Remove all parameters.
3638         * function.c (expand_function_end): Remove all parameters.
3639         Use input_location. Never expand_end_bindings.
3640         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3641         * coverage.c (create_coverage): Likewise.
3642
3643 2003-06-20  Nick Clifton  <nickc@redhat.com>
3644
3645         * doc/extend.texi (ARM Built-in Functions): New node.  Document
3646         ARM builtin functions for iWMMXt support.
3647
3648 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3649
3650         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3651         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3652         (--with-as): Add @anchor.
3653         (--with-gnu-ld): Fix typo.
3654         (--with-ld): Add @uref to --with-as.
3655
3656 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3657
3658         * doc/tm.texi: Uniformly use @defmac for macros, rather than
3659         @table items.  Minor formatting and editorial corrections.
3660
3661 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3662
3663         * line-map.c, line-map.h: Convert to ISO prototypes.
3664
3665 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3666
3667         * gcse.c (store_killed_in_insn): Fix.
3668
3669 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3670
3671         * target.h (asm_out.file_start, file_start_app_off,
3672         file_start_file_directive): New hooks.
3673         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3674         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3675         New hook-definition macros.
3676         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3677         * varasm.c (default_file_start): New.
3678         * output.h: Prototype it.
3679         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3680         * system.h: Poison ASM_FILE_START.
3681
3682         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3683         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3684         (unicosmk_asm_file_start): Rename unicosmk_file_start,
3685         make static, take no arguments.
3686         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3687         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3688         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3689         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
3690         comment.
3691         * config/arc/arc.c (arc_asm_file_start): Rename
3692         arc_file_start, take no arguments, make static.
3693         (TARGET_ASM_FILE_START): Set it.
3694         * config/arm/arm.c (aof_file_start): New static function.
3695         (TARGET_ASM_FILE_START): Set it, when appropriate.
3696         * config/arm/coff.h, config/arm/elf.h:
3697         Set TARGET_ASM_FILE_START_APP_OFF to true.
3698         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3699         take no arguments, make static.
3700         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3701         Set them.
3702         * config/c4x/c4x.c (c4x_file_start): New static function.
3703         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3704         Set them.
3705         * config/cris/cris.c (cris_file_start): New static function.
3706         (TARGET_ASM_FILE_START): Set it.
3707         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3708         dsp16xx_file_start, make static.
3709         (luxworks_dsp16xx_file_start): Delete.
3710         (TARGET_ASM_FILE_START): Set it.
3711         * config/h8300/h8300.c (asm_file_start): Rename
3712         h8300_file_start, make static, take no arguments.
3713         (TARGET_ASM_FILE_START): Set it.
3714         * config/i370/i370.c (i370_file_start): New static function.
3715         (TARGET_ASM_FILE_START): Set it.
3716         * config/i386/i386.c (x86_file_start): New static function.
3717         (TARGET_ASM_FILE_START): Set it.
3718         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3719         X86_FILE_START_FLTUSED): New macros, default to false.
3720         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3721         * config/i386/sysv4.h, config/i386/sco5.h: Override
3722         X86_FILE_START_VERSION_DIRECTIVE to true.
3723         * config/ia64/ia64.c (ia64_file_start): New static function.
3724         (TARGET_ASM_FILE_START): Set it.
3725         (emit_safe_across_calls): Take no arguments.
3726         * config/ia64/ia64.md: Update to match.
3727         * config/m32r/m32r.c (m32r_asm_file_start): Rename
3728         m32r_file_start, make static, take no arguments.
3729         (TARGET_ASM_FILE_START): Set it.
3730         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3731         m68hc11_file_start, make static, take no arguments.
3732         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3733         (print_options): Delete.
3734         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3735         (TARGET_ASM_FILE_START_APP_OFF): Set.
3736         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3737         m68k_hp320_file_start.
3738         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3739         Make static, take no arguments.
3740         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3741         * config/mmix/mmix.c (mmix_asm_file_start): Rename
3742         mmix_file_start, make static, take no arguments.
3743         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3744         * config/mn10300/mn10300.c (asm_file_start): Rename
3745         mn10300_file_start, make static, take no arguments.
3746         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3747         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3748         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3749         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3750         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3751         pa_hpux64_hpas_file_start): New static functions.
3752         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3753         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3754         pa_linux_file_start.
3755         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3756         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3757         appropriate.
3758         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3759         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3760         (rs6000_file_start): Make static, take no arguments.  Reset
3761         default_cpu under certain conditions.
3762         (rs6000_xcoff_file_start): New function.
3763         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3764         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3765         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3766         * config/sh/sh.c (output_file_start): Rename
3767         sh_file_start, make static, take no arguments.  Merge in old
3768         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3769         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3770         * config/sh/sh.c (TARGET_ELF): Define to 0.
3771         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3772         * config/v850/v850.c (asm_file_start): Delete.
3773         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3774         * config/vax/vax.c (vax_file_start): New static function.
3775         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3776
3777         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3778         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3779         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3780         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3781         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3782         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3783
3784         * config/darwin.h, config/elfos.h, config/alpha/elf.h
3785         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3786         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3787         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3788         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3789         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3790         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3791         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3792         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3793         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3794         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3795         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3796         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3797         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3798         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3799         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3800         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3801         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3802
3803         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3804         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3805         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3806         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3807         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3808         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3809         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3810
3811         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3812         Remove reference to ASM_FILE_START in comment.
3813         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3814         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3815         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3816
3817 2003-06-19  Graeme Peterson <gp@qnx.com>
3818
3819         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3820         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3821         sysroot_hdrs_suffix_spec): New.
3822         (static_specs): Initialize new variables.
3823         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3824         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3825         New macros.
3826
3827 2003-06-19  Andreas Jaeger  <aj@suse.de>
3828
3829         * c-aux-info.c: Convert to ISO C90.
3830         * c-pragma.c: Likewise.
3831         * c-common.c: Likewise.
3832         * c-common.h: Likewise.
3833         * c-convert.c: Likewise.
3834         * c-cppbuiltin.c: Likewise.
3835         * c-dump.c: Likewise.
3836         * c-decl.c: Likewise
3837         * c-format.c: Likewise.
3838         * c-incpath.c: Likewise.
3839         * c-incpath.h: Likewise.
3840
3841 2003-06-19  Roger Sayle  <roger@eyesopen.com>
3842
3843         * builtins.c (expand_errno_check): Assume that flag_errno_math
3844         and HONOR_NANS have been tested before calling here.  Only try
3845         to set errno ourselves if the decl can't throw an exception.
3846         (expand_builtin_mathfn): Move the code to stabilize the arg
3847         after the main switch, so that that its only done when needed.
3848         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3849         Don't modify the original expr when stabilizing the argument.
3850         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3851         the args after the main switch, and don't modify the orginal exp.
3852
3853 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3854
3855         * expr.c (const_vector_from_tree): Initialize remaining elements
3856         to 0.
3857
3858 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3859
3860         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3861         Change "fix" to "float".
3862
3863 2003-06-19  Andreas Jaeger  <aj@suse.de>
3864
3865         * c-tree.h: Remove declaration of poplevel.
3866
3867         * tree.h: Remove declaration of approx_sqrt.
3868
3869         * c-lex.c: Remove redundant declaration of asm_out_file.
3870
3871         * flags.h: Remove declaration of warn_unknown_pragma and
3872         main_input_filename.
3873
3874         * rtl.h: Remove functions from fold-const.c since they're already
3875         declared in tree.h.
3876
3877         * regs.h: Remove redundant declaration of reg_names.
3878
3879         * bt-load.c (migrate_btr_defs): Correct printf arguments.
3880
3881         * protoize.c: Fix breakage from last patch.
3882
3883 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3884
3885         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3886         has been included.
3887
3888 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3889
3890         * config/sparc/sparc.c: Update copyright year.
3891
3892 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
3893
3894         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3895         to ABI_V4.
3896
3897 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3898
3899         PR bootstrap/4068
3900         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3901
3902 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3903
3904         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3905         to the end of the file.  Remove unnecessary prototypes.
3906
3907 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
3908
3909         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3910         calls to insn_default_latency and result_ready_cost.  Initialize
3911         def_latency to 1.
3912
3913 2003-06-18  Richard Henderson  <rth@redhat.com>
3914
3915         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3916         (_Unwind_FindEnclosingFunction): Implement.
3917
3918 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
3919
3920         * toplev.c (rest_of_handle_sched): Hide the entire function if
3921         INSN_SCHEDULING is not defined.
3922         (rest_of_compilation): Call rest_of_handle_sched() only when
3923         INSN_SCHEDULING is defined.
3924
3925 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
3926             J"orn Rennecke <joern.rennecke@superh.com>
3927
3928         * bt-load.c: New file.
3929         * Makefile.in (OBJS): Include bt-load.o
3930         (bt-load.o): Add dependencies.
3931         * flags.h (flag_branch_target_load_optimize): Declare.
3932         (flag_branch_target_load_optimize2): Likewise.
3933         * hooks.c (hook_reg_class_void_no_regs): New function.
3934         (hook_bool_bool_false): Likewise.
3935         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3936         * rtl.h (branch_target_load_optimize): Declare.
3937         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3938         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3939         (TARGET_INITIALIZER): Include these.
3940         * target.h (struct gcc_target): Add branch_target_register_class
3941         and branch_target_register_callee_saved members.
3942         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3943         (dump_file) Add "tars" entry.
3944         (flag_branch_target_load_optimize): New variable.
3945         (flag_branch_target_load_optimize2): Likewise.
3946         (lang_independent_options): Add entries for new options.
3947         (rest_of_compilation): Call branch_target_load_optimize.
3948         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3949         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3950         * doc/invoke.texi: Document -fbranch-target-load-optimize and
3951         -fbranch-target-load-optimize2.
3952         * rtl.h (epilogue_completed): Declare.
3953         * recog.c (epilogue_completed): New variable.
3954         * toplev.c (rest_of_compilation): Set it.
3955         * flow.c (mark_regs_live_at_end): Use it.
3956         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3957         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3958         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3959         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3960
3961         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3962         (sh_target_reg_class): New function.
3963         (sh_optimize_target_register_callee_saved): Likwise.
3964         (shmedia_target_regs_stack_space): Likewise.
3965         (shmedia_reserve_space_for_target_registers_p): Likewise.
3966         (shmedia_target_regs_stack_adjust): Likewise.
3967         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3968         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3969         (calc_live_regs): If flag_branch_target_load_optimize2 and
3970         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3971         for target registers, make sure that we save all target registers.
3972         (sh_expand_prologue, sh_expand_epilogue): Take target register
3973         optimizations into account.  Collapse stack adjustments if that
3974         is beneficial.
3975         (initial_elimination_offset): Reserve space for target registers
3976         if necessary.
3977         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3978         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3979
3980 2003-06-18  Nick Clifton  <nickc@redhat.com>
3981
3982         * config.gcc: Add an extra_header for ARM targets.
3983         Support configuring with --with-cpu=iwmmxt.
3984         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
3985         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
3986         names.  Fix formatting.
3987         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
3988         names.
3989         * config/arm/arm-protos.h (arm_emit_vector_const): New
3990         prototype.
3991         (arm_output_load_gr): New prototype.
3992         * config/arm/arm.c (extra_reg_names1): Delete.
3993         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
3994         * arch_is_iwmmxt): Define.
3995         (all_cores, all_architecture): Add entry for iwmmxt.
3996         (arm_override_options): Add support for iwmmxt.
3997         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
3998         arm_print_value, arm_rtx_costs_1, output_move_double,
3999         arm_compute_save_reg_mask, arm_output_epilogue,
4000         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4001         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4002         Likewise.
4003         (arm_init_cumulative_args): Count iwmmxt registers.
4004         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4005         has been set.
4006         (struct minipool_node): Add fix_size field.
4007         (add_minipool_forward_ref): Add support for 8-byte aligning of
4008         the pool.
4009         (add_minipool_backward_ref, add_minipool_offsets,
4010         dump_minipool, push_minipool_fix): Likewise.
4011         (struct builtin_description): New struct.
4012         (builtin_description): New array of iwmmxt builtin functions.
4013         (arm_init_iwmmxt_builtins): New function.
4014         (arm_init_builtins): New function.
4015         (safe_vector_operand): New function.
4016         (arm_expand_binop_builtin): New function.
4017         (arm_expand_unop_builtin): New function.
4018         (arm_expand_builtin): New function.
4019         (arm_emit_vector_const): New function.
4020         (arm_output_load_gr): New function.
4021         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4022         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4023         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4024         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4025         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4026         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4027         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4028         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4029         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4030         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4031         registers unless the iwmmxt target is selected.
4032         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4033         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4034         IS_IWMMXT_GR_REGNUM): Define.
4035         (FIRST_PSEUDO_REGISTER): Bump to 63.
4036         (struct machine_function): Add sibcall_blocked field.
4037         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4038         nargs fields.
4039         (enum arm_builtins): New enum list.
4040         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4041         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4042         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4043         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4044         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4045         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4046         (movv2si, movv4hi, movv8qi): New expands for vector moves.
4047         Include iwmmxt.md.
4048         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4049         multilib.
4050         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4051         * config/arm/mmintrin.h: New ARM specific header file.
4052         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4053
4054 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
4055
4056         * toplev.c (Remaining -d letters summary): Update.
4057
4058 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4059
4060         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4061         argument.
4062         (function_arg): Handle CALL_LIBCALL flag.
4063         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4064         prototype.
4065         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4066         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4067         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4068         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4069
4070 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
4071
4072         * Makefile.in: Update.
4073         * common.opt: New options.
4074         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4075         set_Wunused): New.
4076         (common_handle_option): Handle new options.
4077         * toplev.c (set_target_switch): Export.
4078         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4079         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4080         (independent_decode_option): More options handled in opts.c now.
4081         Change prototype.
4082         * toplev.h (set_target_switch): New.
4083
4084 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
4085
4086         PR debug/4252
4087         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4088         to dump_switch_p().
4089         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4090         from static strings in dump_files.
4091
4092 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4093
4094         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4095         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4096         libiberty macros.
4097
4098 2003-06-17  Jason Merrill  <jason@redhat.com>
4099
4100         PR c++/10929
4101         * tree-inline.c (expand_call_inline): Don't warn about failing to
4102         inline a function which was made inline by -finline-functions.
4103
4104 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4105
4106         * config/h8300/h8300-protos.h: Update to ISO C.
4107         * config/h8300/h8300.c: Likewise.
4108         * config/h8300/h8300.h: Likewise.
4109         * config/h8300/h8300.md: Likewise.
4110
4111 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4112
4113         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4114         * configure: Regenerate.
4115         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4116
4117 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4118
4119         * install.texi (Testing): Add information on how to run Java
4120         runtime tests separately.
4121
4122 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4123
4124         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4125
4126         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4127         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4128
4129 2003-06-17  Christopher Faylor  <cgf@redhat.com>
4130
4131         * doc/install.texi: Add msvc rebuild caveat.
4132
4133 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4134
4135         * config/sh/coff.h: Replace Hitachi with Renesas.
4136         * config/sh/elf.h: Likewise.
4137         * config/sh/embed-elf.h: Likewise.
4138         * config/sh/lib1funcs.asm: Likewise.
4139         * config/sh/sh-protos.h: Likewise.
4140         * config/sh/sh.c: Likewise.
4141         * config/sh/sh.h: Likewise.
4142         * config/sh/sh.md: Likewise.
4143
4144 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4145
4146         * ChangeLog.3: Fix comment typos.
4147         * ChangeLog.6: Likewise.
4148         * config/d30v/d30v.c: Likewise.
4149         * config/h8300/h8300.md: Likewise.
4150         * config/m32r/m32r.md: Likewise.
4151         * config/mips/mips.c: Likewise.
4152         * config/mips/mips.md: Likewise.
4153         * config/ns32k/NOTES: Likewise.
4154
4155 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4156             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4157
4158         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4159         to run Java runtime tests separately.
4160
4161 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4162
4163         * config/h8300/h8300-protos.h: Update a comment.
4164
4165 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4166
4167         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4168         are aligned like integral modes.
4169         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4170
4171         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4172         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4173         * sh.md (*pt): Remove.
4174
4175         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4176
4177         * sh.md (return_media_rte): New pattern.
4178         (return_media): Use it.
4179
4180 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4181
4182         * doc/contrib.texi: Replace Hitachi with Renesas.
4183         * doc/install.texi: Likewise.
4184         * doc/invoke.texi: Likewise.
4185
4186 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4187
4188         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4189         behaviour.
4190
4191 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4192
4193         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4194
4195         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4196         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4197
4198         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4199         -msdata=eabi usages.
4200
4201         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4202
4203 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4204
4205         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4206         * fixinc/gnu-regex.c: Don't define `volatile'.
4207         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4208         * ggc-simple.c: Likewise.
4209         * system.h: Don't define `volatile'.
4210
4211         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4212         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4213         call these macros.
4214         * config.in, configure: Regenerated.
4215
4216 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4217
4218         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4219         Handle POINTERS_EXTEND_UNSIGNED.
4220
4221 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4222
4223         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4224         !TARGET_IRIX6]: Define as NULL.
4225
4226 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4227
4228         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4229
4230 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4231
4232         * dbxout.c (dbxout_source_line_counter): New global variable.
4233         Mark it with GTY(()).
4234         (dbxout_source_line): Increment dbxout_source_line_counter
4235         and pass it to ASM_OUTPUT_SOURCE_LINE.
4236         * sdbout.c (sdbout_source_line_counter): New global variable.
4237         Mark it with GTY(()).
4238         (unnamed_struct_number): Mark it with GTY(()).
4239         (sdbout_source_line): Increment sdbout_source_line_counter
4240         and pass it to ASM_OUTPUT_SOURCE_LINE.
4241         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4242         (xcoffout_source_line): Pass 0 as third argument to
4243         ASM_OUTPUT_SOURCE_LINE.
4244         (xcoffout_begin_prologue): Likewise.
4245         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4246         Use it instead of 'sym_lineno' but without incrementing it.
4247         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4248         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4249         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4250         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4251         argument to ASM_OUTPUT_SOURCE_LINE.
4252         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4253         * config/arm/aout.h: Remove useless comment.
4254         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4255         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4256         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4257         Use it instead of 'sym_lineno' but without incrementing it.
4258         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4259         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4260         parameter. Use it instead of 'sym_lineno' but without incrementing it.
4261         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4262         argument to ASM_OUTPUT_SOURCE_LINE.
4263         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4264         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4265         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4266         Use it instead of 'sym_lineno' but without incrementing it.
4267         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4268         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4269         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4270         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4271         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4272
4273 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
4274
4275         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4276         (expand_block_move, output_block_move): Remove.
4277         * config/mips/mips.h (enum block_move_type): Remove.
4278         * config/mips/mips.c (block_move_call, output_block_move): Remove.
4279         (mips_block_move_straight, mips_adjust_block_mem): New function.
4280         (mips_block_move_loop): Renamed and reworked from block_move_loop.
4281         (mips_expand_block_move): Likewise expand_block_move.  Return false
4282         to fall back on the target-independent code.
4283         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4284         (movstrsi_internal*): Remove.
4285
4286 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
4287
4288         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4289         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4290         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4291         ISO C: new-style function declarations, no need for PARAMS,
4292         no special punctuation on indirect function calls, use string
4293         constant concatenation where convenient.
4294
4295 2003-06-17  Andreas Jaeger  <aj@suse.de>
4296
4297         * rtl.h: Remove declarations from coverage.h.
4298         * toplev.c: Include coverage.h.
4299         * Makefile.in (toplev.o): Depend on coverage.h.
4300
4301         * toplev.h: Remove extra declaration of print_time.
4302
4303         * gengtype.c (close_output_files): Remove duplicated declaration.
4304
4305 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4306
4307         * config/sparc/sysv4.h: Remove target-independent comment;
4308         replace "GNU CC" with "GCC".
4309         * config/vxworks.h: Replace "GNU compiler" with "GCC".
4310         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4311         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4312         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4313         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4314         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4315         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4316         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4317         config/sparc/sol2.h, config/sparc/sp64-aout.h,
4318         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4319         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4320         "GNU compiler", "GNU CC" with "GCC".
4321         * config/sparc/cypress.md, config/sparc/hypersparc.md,
4322         config/sparc/sparc-modes.def, config/sparc/sparc.c,
4323         config/sparc/sparc.md, config/sparc/sparclet.md,
4324         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4325         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4326         "GNU C Compiler" with "GCC".
4327         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4328
4329 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
4330
4331         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4332         constants.
4333
4334         * testsuite/gcc.c-torture/execute/simd-4.c: New.
4335
4336 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4337
4338         * config/ip2k/ip2k.h: Remove target-independent comments.
4339
4340         * config.gcc: Explicitly mention elfos.h in ip2k entry.
4341         * config/ip2k/ip2k.h: Don't #include it here.
4342
4343 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4344
4345         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4346         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4347         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4348         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4349         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4350         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4351         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4352         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4353         the PTR macro.
4354
4355         * gengtype.c: Don't use UNION_INIT_ZERO.
4356         * system.h (UNION_INIT_ZERO): Delete.
4357
4358 2003-06-16  Richard Henderson  <rth@redhat.com>
4359
4360         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4361         GET_MODE_UNIT_SIZE when simplifying constant vectors.
4362
4363 2003-06-16  Andreas Jaeger  <aj@suse.de>
4364
4365         * timevar.c (get_run_time): Remove function provided also by
4366         libiberty.
4367         * timevar.h: Remove get_run_time declaration.
4368
4369 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4370
4371         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4372         unreachable code.
4373
4374 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4375
4376         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4377         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4378         use macros from "symcat.h", instead rely on ISO C.
4379
4380         * system.h: Don't include "symcat.h".
4381         * configure.in (AC_C_STRINGIZE): Delete.
4382         * config.in, configure: Regenerate.
4383
4384 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4385
4386         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4387
4388         * tree.h (STMT_CHECK): New macro.
4389         Also upper-case argument names on all checking macros and
4390         fix some whitespace problems; assume CODE argument does not
4391         have side-effects.
4392
4393 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4394
4395         * scan.h: Convert to ISO C.
4396         * system.h: Likewise.
4397
4398         * c-format.c (dynamic_format_types): New pointer for dynamic data.
4399         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4400         New functions split out of...
4401         (handle_format_attribute): ...here.
4402
4403 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4404
4405         * sh.h (REG_CLASS_FROM_LETTER): Change to:
4406         (REG_CLASS_FROM_CONSTRAINT).
4407         (CONST_OK_FOR_I): Rename to:
4408         (CONST_OK_FOR_I08).  Changed all users.
4409         (CONST_OK_FOR_J): Rename to:
4410         (CONST_OK_FOR_I16).  Changed all users.
4411         (CONST_OK_FOR_K): Rename to:
4412         (CONST_OK_FOR_P27).  Changed all users.
4413         (CONST_OK_FOR_L): Rename to:
4414         (CONST_OK_FOR_K08).  Changed all users.
4415         (CONST_OK_FOR_O): Rename to:
4416         (CONST_OK_FOR_I06).  Changed all users.
4417         (CONST_OK_FOR_P): Rename to:
4418         (CONST_OK_FOR_I10).  Changed all users.
4419         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
4420         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
4421         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
4422         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
4423         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
4424         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
4425         (CONST_OK_FOR_LETTER_P): Replace with
4426         (CONST_OK_FOR_CONSTRAINT_P).
4427         (EXTRA_CONSTRAINT_S): Rename to:
4428         (EXTRA_CONSTRAINT_C16).  Changed all users.
4429         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
4430         (EXTRA_CONSTRAINT_T): Rename to:
4431         (EXTRA_CONSTRAINT_Csy).  Changed all users.
4432         (EXTRA_CONSTRAINT_Z): Remove.
4433         (EXTRA_CONSTRAINT): Replace with:
4434         (EXTRA_CONSTRAINT_STR).
4435         (EXTRA_CONSTRAINT_U): Rename to:
4436          (EXTRA_CONSTRAINT_Z).  Changed all users.
4437         * sh.c (and_operand): Use CONST_OK_FOR_J16.
4438         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
4439         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
4440         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
4441         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
4442         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
4443         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
4444         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
4445         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
4446         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
4447         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
4448         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
4449         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
4450         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
4451         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
4452         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
4453         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
4454         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
4455         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
4456         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
4457         (sssubv4hi3): Likewise.
4458         (movsf_i): Change I[08]/r to G/r.
4459         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
4460
4461         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
4462
4463 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
4464
4465         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4466
4467 2003-06-16  Andreas Jaeger  <aj@suse.de>
4468
4469         * basic-block.h: Remove duplicate prototype of
4470         note_prediction_to_br_prob.
4471
4472         * tree.h: Remove duplicate prototype of strip_float_extensions.
4473
4474 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4475
4476         * config/c4x/c4x.c: Don't include "c-tree.h".
4477         * config/pa/pa.c: Likewise.
4478         * langhooks.c: Likewise.
4479         * tree.h (poplevel): Declare.
4480
4481 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4482
4483         * config/h8300/h8300.c (const_costs): Move this to ...
4484         (h8300_rtx_costs): ... here.
4485
4486 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4487
4488         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4489         (tan_optab, atan_optab): Define corresponding macros.
4490         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4491         * genopinit.c (optabs): Implement tan_optab and atan_optab
4492         using tan?f2 and atan?f2 patterns.
4493         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4494         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4495         Change the default value of errno_set to false.
4496         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4497         using expand_builtin_mathfn.
4498
4499         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4500         expander patterns implemented using existing atan2?f3 patterns.
4501
4502 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4503
4504         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4505         both operands of the addition equal, reuse the expanded RTL.
4506         (expand_expr <MULT_EXPR>): Likewise for multiplication.
4507
4508 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4509             Jeff Law  <law@redhat.com>
4510
4511         * fold-const.c (operand_equal_p): Consider two calls to "const"
4512         functions with identical non-volatile arguments to be equal.
4513         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4514         built-in function to be equal to the "foo" form.
4515
4516 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4517
4518         * config/rs6000/sysv4le.h: Remove target-independent comment.
4519         Replace "GNU compiler" with "GCC" in comment.
4520
4521 2003-06-16  Andreas Jaeger  <aj@suse.de>
4522
4523         * tracer.c: Remove duplicate declaration.
4524
4525         * toplev.c: Remove extra declaration of decode_d_option.
4526
4527         * ssa.c: Remove duplicate declaration.
4528
4529         * sreal.c: Remove extra declaration of dump_sreal.
4530
4531         * reload1.c: Remove duplicate declarations.
4532
4533         * integrate.c: Remove extra declaration of
4534         set_decl_abstract_flags.
4535
4536         * flow.c: Remove extra declaration of dump_flow_info.
4537
4538         * alias.c: Remove extra declaration of get_addr.
4539
4540 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4541
4542         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4543         config/vxworks.h: GNU CC -> GCC.
4544
4545         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4546         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4547         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4548         ssa.h, tree.def: Replace overly specific references to "GNU C"
4549         and "GNU C Compiler" with references to "GCC".
4550
4551 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4552
4553         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4554         memory reference.  Fix test that checks if operand 1 is using r0.
4555         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4556
4557         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4558         defined.
4559
4560 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4561
4562         * function.h (struct emit_status): Remove x_last_linenum,
4563         x_last_filename. Add x_last_location.
4564         * rtl.h: #include "input.h".
4565         (NOTE_DATA): New.
4566         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4567         number notes.
4568         * emit-rtl.c (last_linenum, last_filename): Remove.
4569         (last_location): New.
4570         (emit_line_note_after): LINE must always be >= 0.
4571         (emit_line_note): Likewise. Check not duplicate here...
4572         (emit_note): ... rather than here.
4573         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4574         * integrate.c (expand_inline_function): Use emit_line_note for
4575         line number notes.
4576         (copy_insn_list): Likewise.
4577         * unroll.c (copy_loop_body): Likewise.
4578         * Makefile.in (RTL_H): Add input.h.
4579
4580 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
4581
4582         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4583
4584 2003-06-16  Richard Henderson  <rth@redhat.com>
4585
4586         * config/alpha/alpha-protos.h, config/alpha/elf.h,
4587         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4588         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4589         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
4590         Remove unneeded static function decls.
4591
4592 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4593
4594         * c-opts.c (c_common_handle_option): s/on/value/.
4595         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4596         directly rather than converting the argument.
4597         * c.opt: Update docs.  Use UInteger where appropriate.
4598         * common.opt: Use UInteger where appropriate.
4599         * opts.c (integral_argument): New.
4600         (handle_argument): Handle integral arguments, and optional
4601         joined arguments.
4602         (common_handle_option): Update.
4603         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4604         * opts.sh: Handle JoinedOrMissing and UInteger flags.
4605
4606 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4607
4608         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4609         unnecessary extern declaration.
4610
4611 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4612
4613         * config/gofast.h, config/interix.h, config/interix3.h,
4614         config/libgloss.h, config/linux-aout.h, config/linux.h,
4615         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4616         * config/kaos.h: "GNU compiler" -> GCC.
4617         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4618
4619         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4620         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4621         GNU CC -> GCC.
4622
4623         * config/svr3.h: Remove #if 0 code, misleading comments.
4624         GNU CC -> GCC.
4625
4626 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
4627
4628         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4629         main_input_filename to avoid conflict with input_filename macro.
4630
4631 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4632
4633         * config/mips/mips.h (asm_file_name, g_switch_set,
4634         g_switch_value): Remove.
4635         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4636         unnecessary extern declarations.
4637
4638 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4639
4640         * config/frv/frv.h: Remove declaration of g_switch_value.
4641         * config/m32r/m32r.h: Remove declaration of g_switch_value.
4642         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4643
4644 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4645
4646         * opts.sh: Quote '+' in regex.
4647
4648 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
4649
4650         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4651         * config/rs6000/rs6000.c: Include cfglayout.h.
4652         * config/alpha/alpha.c: Likewise.
4653         * config/ia64/ia64.c: Likewise.
4654         * config/sparc/sparc.c: Likewise.
4655         * config/sh/sh.c: Likewise.
4656
4657 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4658
4659         * opts.sh: Quote '+' in regex.
4660
4661 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4662
4663         * c-opts.c (lang_flags): Update for new spelling of flags.
4664         (write_langs): Similarly.
4665         * c.opt: Specify languages.
4666         * opts.h: Remove languages.
4667         * opts.sh: Recognise front-end defined languages.
4668         * doc/sourcebuild.texi: Update.
4669
4670 2003-06-15  Andreas Jaeger  <aj@suse.de>
4671
4672         * alloc-pool.c: Convert to ISO C90 prototypes.
4673         * alloc-pool.h: Likewise.
4674         * alias.c: Likewise.
4675         * attribs.c: Likewise.
4676         * bb-reorder.c: Likewise.
4677         * bitmap.h: Likewise.
4678         * bitmap.c: Likewise.
4679         * builtins.c: Likewise.
4680
4681         * tree.h: Convert prototypes of attribs.c to ISO C90.
4682         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4683         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4684         * expr.h: Convert prototypes of builtins.c to ISO C90.
4685
4686 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4687
4688         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4689         implement exp, expf and expl built-ins as inline x87 intrinsics.
4690         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4691         represent x87's fscale, frndint and f2xm1 insns respectively.
4692         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4693         to encode x87's "fscale" instruction followed by a pop.
4694         (*frndintxf2): New insn pattern for "frndint".
4695         (*f2xm1xf2): New insn pattern for "f2xm1".
4696
4697         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4698         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4699         UNSPEC_FPATAN.
4700
4701 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4702
4703         * gencheck.c (main): Avoid generating duplicate macros.
4704
4705         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4706         knowing names of language subdirectories.
4707
4708 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4709
4710         * c-pch.c (asm_file_name): Remove.
4711         * common.opt: Add more switches.
4712         * flags.h (g_switch_set): Boolify.
4713         * opts.c (g_switch_value, g_switch_set, exit_after_options,
4714         version_flag): Move from toplev.c.
4715         (common_handle_option): Handle more switches from toplev.c.
4716         * toplev.c (display_help, display_target_options, decode_d_option,
4717         print_version): Make non-static, remove prototypes.
4718         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4719         (version_flag, g_switch_value, g_switch_set, exit_after_options):
4720         Remove.
4721         (independent_decode_option): Move some handlers to opts.c.
4722         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4723         exit_after_options, version_flag, display_help, display_target_options,
4724         print_version, decode_d_option): New.
4725
4726 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4727
4728         * config/alpha/alpha.md: Follow spelling conventions.
4729         * config/arm/arm.c: Likewise.
4730         * config/arm/arm.h: Likewise.
4731         * config/arm/arm.md: Likewise.
4732         * config/arm/crtn.asm: Likewise.
4733         * config/m32r/m32r.c: Likewise.
4734         * config/m32r/m32r.md: Likewise.
4735         * config/rs6000/rs6000.c: Likewise.
4736
4737 2003-06-15  Richard Henderson  <rth@redhat.com>
4738
4739         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4740         insn_locators_initialize.
4741         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4742         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4743         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4744         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4745
4746 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4747
4748         * builtins.c (expand_builtin_expect_jump): Remove redundant
4749         tests that are also in any_condjump_p().
4750
4751 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4752
4753         * libgcc2.c: Delete sysV68 L_trampoline section.
4754         * config/m68k/mot3300-crt0.S: Delete file.
4755         * config/m68k/mot3300Mcrt0.S: Likewise.
4756
4757 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4758
4759         * config/aoutos.h: Remove.
4760         * config.gcc: Remove reference to aoutos.h.
4761         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4762
4763 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
4764
4765         * doc/install.texi: Follow spelling conventions.
4766         * doc/tm.texi: Likewise.
4767         * config/fp-bit.c: Likewise.
4768         * config/arm/arm.c: Likewise.
4769         * config/frv/frv.c: Likewise.
4770         * config/ns32k/NOTES: Likewise.
4771         * config/ns32k/STATUS: Likewise.
4772
4773 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4774             Zack Weinberg  <zack@codesourcery.com>
4775
4776         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4777         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4778         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4779
4780         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4781         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4782         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4783         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4784         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4785         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4786         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4787         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4788         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4789         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4790         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4791         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4792         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4793         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4794         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4795         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4796         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4797         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4798         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4799         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4800
4801 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4802
4803         * opts.sh (POSIXLY_CORRECT): Unset it.
4804
4805         * tree.h (init_function_start): Remove filename and line paramters.
4806         * function.c (init_function_start): Remove filename and line
4807         parameters. Use DECL_SOURCE_LOCATION.
4808         * c-decl.c (store_parm_decls): Adjust init_function_start call.
4809         (c_expand_body_1): Likewise.
4810         * coverage.c (create_coverage): Likewise.
4811         * objc/objc-act.c (build_tmp_function_decl): Set line number to
4812         zero.
4813         (hack_method_prototype): Adjust init_function_start call.
4814
4815 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4816
4817         PR target/3724
4818         * arm/linux-elf.h (PROFILE_HOOK): Define.
4819
4820 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4821
4822         PR target/11183
4823         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4824
4825 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4826
4827         * opts.sh: Work around a mysterious feature in cygwin's gawk
4828         where specifying the input files explicitly has a different
4829         behavior to piping them via stdin.
4830
4831 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4832
4833         * doc/sourcebuild.texi: Update.
4834
4835 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4836
4837         PR target/11183
4838         * arm.c (output_move_double): Pass SImode to adjust_address.
4839
4840 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4841
4842         * Makefile.in: Update to use common.opt and lang_opt_files.
4843         (c-options.c, c-options.h): Remove.
4844         (options.c, options.h): Add.
4845         * c-opts.c: Include options.h not c-options.h.
4846         * common.opt: New file.
4847         * configure, configure.in: Add lang_opt_files.
4848         * opts.c: Include flags.h and diagnostic.h.
4849         (common_handle_option): New.
4850         (handle_option): Update to recognize common options and all
4851         language-dependent options.
4852         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4853         (struct cl_option): Make flags of type int.
4854         * opts.h: Flag option with front ends to which it applies.
4855         Handle duplicate options.
4856         * toplev.c (filename): Remove.
4857         (independent_decode_option): Don't handle filenames and -quiet.
4858         (process_options, do_compile): Update.
4859
4860 2003-06-14  Nick Clifton  <nickc@redhat.com>
4861
4862         * doc/install.texi (Specific): Add description of different
4863         ARM supported file format targets.
4864
4865 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
4866
4867         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4868         inside delay slots.
4869
4870 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
4871
4872         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4873         * unwind-pe.h (size_of_encoded_value): Do not define if
4874         NO_SIZE_OF_ENCODED_VALUE is defined.
4875
4876 2003-06-13  Roger Sayle  <roger@eyesopen.com>
4877
4878         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4879         expanding a complex constant into a CONCAT target.
4880
4881 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
4882
4883         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4884         (ASM_FILE_START_1): Delete.
4885         * config/i386/att.h, config/i386/sco5.h,
4886         config/i386/sysv3.h
4887         (ASM_FILE_START_1): Delete.
4888
4889 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
4890
4891         * config/i386/bsd.h: Remove ASM_FILE_START.
4892         * config/i386/djgpp.h: Likewise.
4893         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4894
4895         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4896         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4897
4898 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4899
4900         PR bootstrap/10835
4901         * haifa-sched.c (max_lookahead_tries,
4902         cached_first_cycle_multipass_dfa_lookahead,
4903         cached_issue_rate): New variables.
4904         (max_issue): Check the number of tries.
4905         (choose_ready): Calculate max_lookahead_tries.
4906         (sched_init): Check cached_issue_rate.
4907
4908 2003-06-13  Richard Henderson  <rth@redhat.com>
4909
4910         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4911         * cfgrtl.c (purge_dead_edges): Expect it too.
4912
4913 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
4914             Eric Botcazou  <ebotcazou@libertysurf.fr>
4915
4916         PR bootstrap/10983
4917         * combine.c (make_extraction): Use gen_lowpart_for_combine
4918         when extracting from a REG and not in the destination of a SET.
4919
4920 2003-06-13  Doug Evans  <dje@sebabeach.org>
4921
4922         * tsystem.h (abort): Declare in inhibit_libc case to remove build
4923         warnings for addvsi3, et.al.
4924
4925 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
4926
4927         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4928
4929         * simplify-rtx.c (simplify_subreg): Same.
4930
4931         * emit-rtl.c (gen_lowpart_common): Same.
4932
4933 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4934
4935         * builtins.c: Fix comment typos.
4936         * fold-const.c: Likewise.
4937
4938 2003-06-13  Doug Evans  <dje@sebabeach.org>
4939             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4940
4941         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4942         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4943         (m32r_va_arg): Use it.
4944         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4945         (RETURN_IN_MEMORY): Ditto.
4946
4947 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4948
4949         * c-typeck.c: Remove #if 0 clauses.
4950
4951         PR other/1494
4952         * config/alpha/openbsd.h, config/i386/openbsd.h,
4953         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4954         residual reference to EGCS.
4955
4956 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
4957
4958         * arm.c (output_call_mem): If the address references the link-register
4959         use an instruction sequence that avoids early-clobbering IP.
4960         (eliminate_lr2ip): Delete.
4961
4962 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4963
4964         * c-format.c (format_types_orig): Disallow '*' width/precision in
4965         asm_fprintf format checks.
4966
4967 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
4968
4969         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4970         non-integral types from integer register save area slots.
4971
4972 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4973
4974         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4975
4976 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
4977
4978         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4979
4980 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4981
4982         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
4983         to file_end_indicate_exec_stack.
4984
4985 2003-06-12  Richard Henderson  <rth@redhat.com>
4986
4987         PR target/11089
4988         * config/i386/i386.md (sse_movaps): Use an expander to force
4989         one operand to be a register.
4990         (sse_movups): Likewise.
4991
4992 2003-06-13  Doug Evans  <dje@sebabeach.org>
4993
4994         Remove some build warnings.
4995         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
4996         (__do_global_ctors,__do_global_dtors): Ditto.
4997
4998 2003-06-12  Richard Henderson  <rth@redhat.com>
4999
5000         PR middle-end/10557
5001         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5002
5003 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
5004
5005         * config/m32r/m32r.md: Fix a comment typo.
5006
5007 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5008             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5009
5010         PR target/10142
5011         * config/sparc/sparc.c (function_arg_record_value_parms): Add
5012         new 'stack' field.
5013         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5014         integer slots for an integer field.
5015         (function_arg_record_value_3): Shift vector index.
5016         (function_arg_record_value_2): Likewise.
5017         (function_arg_record_value): Initialize 'stack' to 0.
5018         Set 'stack' to 1 if we run out of integer slots for an integer field.
5019         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5020
5021 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5022
5023         PR optimization/10955
5024         * unroll.c (unroll_loop): Fix off-by-one bug.
5025
5026 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5027
5028         * config/rs6000/rs6000.c (function_arg): Remove typo.
5029
5030 2003-06-12  Richard Henderson  <rth@redhat.com>
5031
5032         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5033         and UNSPEC_DTPOFF.
5034
5035 2003-06-12  Richard Henderson  <rth@redhat.com>
5036
5037         PR middle-end/10475
5038         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5039         for extracting sub-words.
5040
5041 2003-06-12  Richard Henderson  <rth@redhat.com>
5042
5043         PR target/7594
5044         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5045         (zero_extendqihi2, zero_extendqisi2): Likewise.
5046
5047 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5048
5049         * config/rs6000/rs6000.c (function_arg): Always split vectors for
5050         e500 if it's a stdarg function.
5051         (function_arg_advance): Advance 2 registers for vectors in a
5052         stdarg function.
5053         (init_cumulative_args): Initialize stdarg.
5054         (rs6000_spe_function_arg): New.
5055
5056         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5057
5058 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5059
5060         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5061
5062 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5063
5064         PR middle-end/168
5065         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
5066         and multiplication of zero extensions, floating point division,
5067         and integer<->fp, fp<->fp and zero extension conversions.
5068         The built-in ceil and floor functions preserve signedness.
5069
5070 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5071
5072         * ChangeLog: Follow spelling conventions.
5073         * ChangeLog.2: Likewise.
5074         * c-decl.c: Likewise.
5075         * cfgloop.h: Likewise.
5076         * cgraph.c: Likewise.
5077         * coverage.c: Likewise.
5078         * cppcharset.c: Likewise.
5079         * cpphash.h: Likewise.
5080         * cpplex.c: Likewise.
5081         * cpplib.c: Likewise.
5082         * dbxout.c: Likewise.
5083         * df.c: Likewise.
5084         * dwarf2out.c: Likewise.
5085         * dwarfout.c: Likewise.
5086         * emit-rtl.c: Likewise.
5087         * explow.c: Likewise.
5088         * gcov-io.c: Likewise.
5089         * gcov-io.h: Likewise.
5090         * gcov.c: Likewise.
5091         * gengtype.c: Likewise.
5092         * ggc.h: Likewise.
5093         * opts.c: Likewise.
5094         * real.c: Likewise.
5095         * reload.c: Likewise.
5096         * stmt.c: Likewise.
5097
5098 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
5099
5100         * doc/install.texi (m32r-*-elf): Change company to Renesas.
5101
5102 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
5103
5104         * basic-block.h (flow_delete_block_noexpunge): Kill.
5105         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5106         rtl_delete_block.
5107
5108 2003-06-10  Richard Henderson  <rth@redhat.com>
5109
5110         PR inline-asm/4823
5111         * reg-stack.c (any_malformed_asm): New.
5112         (check_asm_stack_operands): Set it.
5113         (convert_regs_1): Check it before aborting.
5114
5115 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5116
5117         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5118
5119 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
5120
5121         * c-opts.c (complain_wrong_lang): Add on argument.
5122         Print no- switch if on is false.
5123         (c_common_decode_option): Adjust caller.
5124
5125 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5126
5127         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5128         to initialize GOT register.
5129
5130 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5131
5132         * fold-const.c (tree_expr_nonnegative_p): Add support for
5133         floating point constants, addition and multiplication.
5134
5135 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
5136
5137         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5138         constraint modifier for operand 0.
5139
5140 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
5141
5142         Don't warn on dollars in builtin macro definitions,
5143         e.g. __REGISTER_PREFIX__.
5144         * cpphash.h (struct cpp_reader): Move member warn_dollars...
5145         * cpplib.h (struct cpp_options): ...to here.  Change type to
5146         unsigned char.
5147         * cppinit.c (cpp_create_reader): Set it to 1 here.
5148         (post_options): Don't set it here.
5149         * c-opts.c (c_common_init_options): Reset it to 0 here.
5150         (finish_options): Set it here.
5151         * cpplex.c (forms_identifier_p): Tweak for new location of
5152         warn_dollars.
5153
5154         * configure.in (assembler dwarf2 debug_line support): Define insn
5155         for cris-*-* and mmix-*-*.
5156         * configure: Regenerate.
5157
5158 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
5159
5160         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5161         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5162         (sh-*-elf*): Add sh*-*-kaos* support.
5163         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5164         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5165         config/sh/kaos-sh.h: New files.
5166
5167 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5168
5169         * gcse.c (fis_get_condition): Make it a global function.
5170         * reload1.c (reload_cse_move2add): Detect implicit sets.
5171         * rtl.h: Add a prototype for fis_get_condition.
5172
5173 2003-06-11  Richard Henderson  <rth@redhat.com>
5174
5175         * stmt.c (expand_asm_operands): Don't warn for memories with
5176         queued addresses.
5177
5178 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5179
5180         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5181         brackets.
5182
5183 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5184
5185         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5186         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5187         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5188         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5189         * langhooks.c (lhd_decode_option): Remove.
5190         * langhooks.h (struct lang_hooks): Remove decode_option.
5191         * opts.c (handle_option): No longer use decode_option.
5192
5193 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5194
5195         * cfgloopanal.c (variable_initial_value): Update the set of altered
5196         registers correctly.
5197
5198 2003-06-11  Roger Sayle  <roger@eyesopen.com>
5199             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5200
5201         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5202         * config/i386/netbsd-elf.h: Likewise.
5203         * config/m32r/m32r.h: Likewise.
5204         * config/mn10300/mn10300.h: Likewise.
5205         * config/stormy16/stormy16.h: Likewise.
5206         * config/v850/v850.h: Likewise.
5207         * config/vax/netbsd-elf.h: Likewise.
5208         * config/xtensa/elf.h: Likewise.
5209         * config/xtensa/linux.h: Likewise.
5210
5211 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5212
5213         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5214         DWARF 2 default.
5215
5216         * config/mips/dbxmdebug.h: New file.
5217         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5218         gas and --with-stabs.
5219
5220 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
5221
5222         * expr.c (can_move_by_pieces): align argument may be unused.
5223
5224 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
5225
5226         * expr.c (convert_move): Handle moves between two CONCATs.
5227
5228 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5229
5230         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5231         !TARGET_H8300.
5232
5233 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5234
5235         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5236         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5237         (TARGET_RTL_DUMP): Likewise.
5238         (TARGET_SWITHCES): Remove -mrtl-dump.
5239
5240 2003-06-10  Richard Henderson  <rth@redhat.com>
5241
5242         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5243
5244 2003-06-10  Richard Henderson  <rth@redhat.com>
5245
5246         * config/ia64/ia64.md (call_gp): Fix memory mode.
5247
5248 2003-06-10  James E Wilson  <wilson@tuliptree.org>
5249
5250         PR target/8812
5251         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5252         hard regs for reload_reg_used_at_all and reg_class_contents checks.
5253
5254 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5255
5256         * config/h8300/h8300.c (print_operand): Remove support for
5257         operand character 'b'.
5258         Add the AND case to operand character 'c'.
5259         * config/h8300/h8300.md (two anonymous patterns): Replace
5260         operand character 'b' with 'c'.
5261
5262 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5263
5264         * config/h8300/h8300.c (print_operand): Remove support for
5265         operand character 'u'.
5266
5267 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5268
5269         * configure.in: Fix typo.
5270         * configure: Regenerate.
5271
5272 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
5273
5274         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5275         compilation guard.
5276
5277 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5278
5279         * sh-protos.h (function_symbol): Declare.
5280         * sh.c (expand_block_move, expand_ashiftrt): Use it.
5281         (sh_expand_prologue, sh_expand_epilogue): Likewise.
5282         (sh_initialize_trampoline): Likewise.
5283         (function_symbol): New function.
5284         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5285         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5286         (call_value_pop, shcompact_return_tramp): Likewise.
5287
5288         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5289
5290         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5291         target register.
5292
5293 2003-06-10  DJ Delorie  <dj@redhat.com>
5294
5295         * doc/md.texi (Machine Constraints): Document stormy's Z
5296         constraint.
5297
5298 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5299
5300         * except.c (call_site_base): Mark with GTY.
5301
5302 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
5303
5304         * arm-proto.h: Convert to ISO C90 prototypes.
5305         * arm.c: Likewise.
5306
5307 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5308
5309         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5310
5311 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
5312
5313         * calls.c (expand_call): Convert structure_value_addr to Pmode if
5314         necessary.
5315
5316 2003-06-10  Andrew Haley  <aph@redhat.com>
5317
5318         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5319         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5320         (lhd_decl_ok_for_sibcall): New.
5321         * langhooks.c (lhd_decl_ok_for_sibcall): New.
5322         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5323         * calls.c (expand_call): Check lang_hook before generating a
5324         sibcall.
5325
5326 2003-06-10  DJ Delorie  <dj@redhat.com>
5327
5328         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5329         which matches (const_int 0) for addhi3.
5330         * config/stormy16/stormy16.md: Document known constraints.
5331         (addhi3): Handle adding zero.
5332
5333 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5334
5335         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5336         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5337         * config/m32r/m32r-protos.h: Prototype it.
5338
5339 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5340
5341         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5342         common to rs6000 sysv targets.
5343         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5344         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5345
5346 2003-06-10  Nick Clifton  <nickc@redhat.com>
5347
5348         * config.gcc: Add arm-wince-pe target.
5349         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5350         Add comment about default apcs26 support.
5351         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5352         multilib.
5353         (MULTILIB_DIRNAMES): Add 'apcs32'.
5354         * config/arm/t-wince-pe: New makefile fragment.
5355         * config/arm/wince-pe.h: New file.  Overrides a few definitions
5356         in arm/pe.h
5357
5358 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5359
5360         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5361         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5362         when x is easily negated and f is sin, tan or atan.
5363         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5364         sin(x) with flag_unsafe_math_optimizations.
5365         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5366         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5367
5368 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5369
5370         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
5371         is a floating point type *and* we currently honor NaNs.
5372         (fold <NE_EXPR>): Likewise.
5373
5374 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5375
5376         PR c++/11131
5377         * tree-inline.c (inlinable_function_p): Call the language-specific
5378         hook early.
5379
5380 2003-06-09  David Taylor  <dtaylor@emc.com>
5381
5382         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
5383         the f_res field.
5384
5385 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5386
5387         * configure.in: Remove references to host_truncate_target.
5388         * configure: Regenerate.
5389         * config.gcc: Remove references to truncate_target,
5390         host_truncate_target.
5391
5392         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5393         Replace "build_canonical" with build, "host_canonical" with host.
5394         * configure.in: Use GCC_TOPLEV_SUBDIRS.
5395         * aclocal.m4: Include ../config/acx.m4.
5396         * configure: Regenerate.
5397
5398 2003-06-09  David Taylor  <dtaylor@emc.com>
5399
5400         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5401         bytes of padding in the __va_list_tag structure a name (reserved).
5402
5403 2003-06-09  Jason Merrill  <jason@redhat.com>
5404
5405         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
5406
5407 2003-06-09  Osku Salerma  <osku@iki.fi>
5408
5409         * c-format.c (check_format_string, get_constant): New.
5410         (handle_format_attribute, handle_format_arg_attribute,
5411         decode_format_attr): Change to use above functions.
5412
5413 2003-06-09  Richard Henderson  <rth@redhat.com>
5414
5415         * stmt.c (expand_asm_operands): Re-word warning.
5416
5417 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
5418
5419         PR target/8787
5420         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
5421         if -masm=intel.
5422
5423 2003-06-09  James E Wilson  <wilson@tuliptree.org>
5424
5425         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
5426         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
5427         Add libgcc exception.
5428
5429 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
5430             Ayal Zaks  <gcchaifa@us.ibm.com>
5431
5432         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
5433         (insvsi*): Add insert_word attribute.
5434         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
5435         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5436         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
5437
5438 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
5439
5440         * fold-const.c (fold): Fix a comment typo.
5441
5442 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
5443
5444         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
5445         removed.
5446
5447 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
5448
5449         * sh.c (gen_block_redirect): Use locators.
5450
5451 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
5452
5453         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
5454         cast to int.
5455
5456 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5457
5458         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
5459         operators.
5460         * configure: Regenerated.
5461
5462 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5463             Alexandre Oliva  <aoliva@redhat.com>
5464
5465         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5466         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5467         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5468         n32/64 PIC.
5469         (MUST_SAVE_REGISTERS): Delete.
5470         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5471         (machine_function): Add global_pointer field.
5472         (mips_classify_constant): Check for (const $gp) using pointer equality
5473         with pic_offset_table_rtx.
5474         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5475         (mips_restore_gp): Use current_function_outgoing_args_size.
5476         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5477         GP_REG_FIRST + 28.  Handle relocation strings that have
5478         more than one '('.
5479         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5480         (mips_global_pointer): New function.
5481         (mips_save_reg_p): New function, mostly split out from...
5482         (compute_frame_size): ...here.  Remove handling of extra_size.
5483         Reclaim args_size if no variables depend on it.  Don't treat gp
5484         as a special case: handle it in the main GPR loop.
5485         (mips_initial_elimination_offset): Fix comment.
5486         (save_restore_insns): Save every register in the GPR mask,
5487         removing distinction between mask and real_mask.
5488         (mips_output_function_prologue): Update .frame psuedo-op after
5489         the removal of extra_size.  Move the SVR4 PIC stack allocation
5490         and cprestore instructions to mips_expand_prologue.
5491         (mips_gp_insn): New function.
5492         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5493         the chosen global pointer.  Handle SVR4 PIC stack allocation
5494         in the same way as other ABIs.  Adjust varargs code accordingly.
5495         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
5496         to emit the loadgp sequence.  Follow it with a loadgp_blockage
5497         if not using explicit relocs.
5498         (mips_output_function_epilogue): Reinstate the default gp register.
5499         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5500         (mips16_optimize_gp): Likewise.
5501         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5502         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5503         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5504         (loadgp): Remove.
5505         (loadgp_blockage, cprestore): New instructions.
5506         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
5507         pic_offset_table_rtx.
5508         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5509         (builtin_longjmp): Use gen_raw_REG to force use of $28.
5510
5511 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5512
5513         * config/mips/mips-protos.h (mips_output_division): Declare.
5514         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5515         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5516         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5517         (TARGET_CHECK_ZERO_DIV): New macro.
5518         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5519         * config/mips/mips.c (mips_output_division): New function.
5520         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5521         account when calculating the default length of a division.
5522         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5523         Enable regardless of optimization level.  Use mips_output_division.
5524         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5525         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5526         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5527         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5528         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5529         umoddi3_internal): Remove.
5530
5531 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5532
5533         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5534         (mips_sw_reg_names): Likewise.
5535         (mips_regno_to_class): Change hilo entry to NO_REGS.
5536         (hilo_operand): Use MD_REG_P.
5537         (extend_operator): New predicate.
5538         (override_options): Remove 'a' constraint.
5539         (mips_secondary_reload_class): Remove hilo handling.  Also remove
5540         handling of (plus sp reg) reloads for mips16.
5541         (mips_register_move_cost): Remove hilo handling.
5542         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5543         (MD_REG_LAST): Remove hilo from range.
5544         (HILO_REGNUM): Delete.
5545         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5546         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5547         (PREDICATE_CODES): Add entry for extend_operator.
5548         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5549         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5550         Remove constraints from multiplication define_expands.  Remove
5551         clobbers from "decorative" define_expand patterns.
5552         (UNSPEC_HILO_DELAY): Delete.
5553         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5554         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5555         Adjust C code to just emit insns for !TARGET_64BIT.
5556         (mulsidi3_internal): Rename to mulsidi3_32bit.
5557         (mulsidi3_64bit): Use a "d" constraint for the destination.
5558         Use extend_operator so that the pattern can handle umulsidi3 as well.
5559         Split the instruction after reload.
5560         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5561         (umulsidi3_internal): Rename to umulsidi3_32bit.
5562         (umulsidi3_64bit): Remove.
5563         (*smsac_di, *umsac_di): Line-wrap fixes.
5564         (udivsi3_internal): Don't allow operand 2 to be constant.
5565         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5566         (movdi_internal2, movsi_internal): Remove hilo alternatives.
5567         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5568
5569 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5570
5571         PR target/10913
5572         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5573         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5574         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5575         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5576         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5577         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5578         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5579         asm_out_text_file with asm_out_file.
5580         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5581         * config/mips/elf.h (TEXT_SECTION): Undefine.
5582         * config/mips/elf64.h (TEXT_SECION): Undefine.
5583         * config/mips/openbsd.h (TEXT_SECION): Undefine.
5584         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5585         (override_options): Disable small-data optimizations unless using
5586         gas or explicit relocations.
5587         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5588         iris6_asm_named_section, iris6_asm_file_start): Remove code for
5589         handling TARGET_FILE_SWITCHING.
5590         (copy_file_data): Move into TARGET_IRIX6 block.
5591
5592 2003-06-08  Richard Henderson  <rth@redhat.com>
5593
5594         * expr.h (EXPAND_MEMORY): New.
5595         * expr.c (expand_expr): Check it.
5596         * stmt.c (expand_asm_operands): Provide it when the constraint
5597         requires a memory.  Warn for memory input constraints without
5598         a memory operand.
5599
5600 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5601
5602         * varasm.c: Don't include c-tree.h.
5603
5604 2003-06-08  Andreas Jaeger  <aj@suse.de>
5605
5606         * predict.h: Convert to ISO C90 prototypes.
5607         * predict.c: Likewise.
5608         * tree-dump.h: Likewise.
5609         * tree-dump.c: Likewise.
5610         * diagnostic.h: Likewise.
5611         * diagnostic.c: Likewise.
5612         * combine.c: Likewise.
5613
5614         * rtl.h: Convert prototypes of combine.c to ISO C90.
5615
5616 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
5617
5618         * cfglayout.c (insn_scope): New static function
5619         (block_locators_*, line_locators*, file_locators*): New static varrays.
5620         (scope_to_insns_initialize): Use them.
5621         (insn_line, insn_file): New functions.
5622         (scope_to_insns_finalize): Use insn_scope.
5623         (prologue_locator, epilogue_locator): New global variables.
5624         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5625         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5626         (emit_insn_after_scope, emit_insn_before_scope
5627         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5628         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5629         (emit_insn_after_setloc, emit_insn_before_setloc
5630         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5631         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5632         use locators.
5633         * final.c (notice_source_line): Use locators.
5634         (final_start_function): Set initial source file and line.
5635         (final_scan_insn): Use locators.
5636         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5637         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5638         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5639         noce_process_if_block, find_cond_trap): Likewise.
5640         * integrate.c (copy_insn_list): Likewise.
5641         * jump.c (duplicate_loop_exit_test): LIkewise.
5642         * print-rtl.c (print_rtx): Print locators.
5643         * recog.c (peephole2_optimize): Likewise.
5644         * rtl.h (INSN_SCOPE): Remove.
5645         (emit_insn_after_scope, emit_insn_before_scope
5646         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5647         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5648         (emit_insn_after_setloc, emit_insn_before_setloc
5649         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5650         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5651         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5652         * unroll.c (copy_loop_body): Use locators.
5653         * function.c (set_insn_locators): New function.
5654         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5655
5656 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5657
5658         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5659         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5660         _fixsfdi _fixunssfdi.
5661         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5662         popcounthi2.
5663         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5664         * config/h8300/clzhi2.c: New.
5665         * config/h8300/ctzhi2.c: Likewise.
5666         * config/h8300/parityhi2.c: Likewise.
5667         * config/h8300/popcounthi2.c: Likewise.
5668
5669 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
5670
5671         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5672         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5673
5674         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5675         (dump_bb): New based on old dump_bb in cfgrtl.c
5676         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5677         * cfghooks.h (cfgh_verify_flow_info): Return status.
5678         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5679         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5680         (dump_bb): Remove generic parts.
5681         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5682         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5683
5684 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5685
5686         * Makefile.in: Rename options.c and options.h to c-options.c and
5687         c-options.h.
5688         (OBJS): Remove options.o.
5689         * c-opts.c: Don'tInclude c-options.h instead of options.h.
5690         * opts.c: Don't include options.h.
5691         (find_opt): Can't use enum opt_code or N_OPTS.
5692         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5693         * opts.sh: ... here.
5694
5695 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5696             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5697
5698         PR pch/9830
5699         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5700         if HAVE_MINCORE is defined.
5701         (MAP_FAILED): Define if not defined.
5702         (gt_pch_save): Test against MAP_FAILED.
5703         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5704         the mapping address to the preferred base after checking it
5705         is possible to do so. Test against MAP_FAILED.
5706         * configure.in: Test for the presence of mincore in libc.
5707         * config.in: Regenerate.
5708         * configure: Regenerate.
5709
5710 2003-06-07  Richard Henderson  <rth@redhat.com>
5711
5712         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5713         conditional compilation guard.
5714
5715 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5716
5717         * optabs.c (expand_abs): Set result_unsignedp to 1 if
5718         flag_trav is zero.
5719
5720 2003-06-07  Richard Henderson  <rth@redhat.com>
5721
5722         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5723
5724 2003-06-07  Richard Henderson  <rth@redhat.com>
5725
5726         * basic-block.h (EDGE_SIBCALL): New.
5727         (EDGE_ALL_FLAGS): Update.
5728         * cfg.c (dump_edge_info): Add sibcall name.
5729         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5730         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5731
5732 2003-06-07  Andreas Jaeger  <aj@suse.de>
5733
5734         * mklibgcc.in (lib2funcs): Remove _exit.
5735         * libgcc2.c: Remove L_exit.
5736         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5737
5738         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5739
5740         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5741
5742         * ggc.h: Convert to ISO C90 prototypes.
5743         * ggc-none.c: Likewise.
5744         * ggc-common.c: Likewise.
5745         * ggc-page.c: Likewise.
5746         * ggc-simple.c: Likewise.
5747
5748         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5749
5750         * system.h: Poison INIT_SECTION_PREAMBLE.
5751
5752 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
5753
5754         * config.gcc (with_cpu handling): Translate sparc64 in
5755         $machine to --with-cpu=v9.
5756         * config/alpha/alpha.c
5757         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5758         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5759
5760         * target.h: New hook asm_out.file_end.
5761         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
5762         * toplev.c (compile_file): Use targetm.asm_out.file_end.
5763         * system.h: Poison ASM_FILE_END.
5764         * varasm.c (file_end_indicate_exec_stack): New.
5765         * output.h: Prototype it.
5766         * doc/tm.texi: Document TARGET_ASM_FILE_END and
5767         file_end_indicate_exec_stack.  Delete references to attasm.h.
5768
5769         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5770         (ASM_FILE_END): Delete; move code...
5771         * config/darwin.c (darwin_file_end): Here; new function.
5772         * config/darwin-protos.h: Prototype it.
5773         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5774         rename unicosmk_file_end.
5775         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5776         * config/arm/arm.c (aof_file_end): ... here; new static function.
5777         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5778         Make aof_dump_imports and aof_dump_pic_table static.
5779         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5780         Set TARGET_ASM_FILE_END to avr_file_end.
5781         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
5782         Set TARGET_ASM_FILE_END to c4x_file_end.
5783         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5784         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
5785         h8300_file_end.
5786         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5787         * config/i370/i370.c (i370_file_end): ... here; new static function.
5788         Set TARGET_ASM_FILE_END to i370_file_end.
5789          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5790          Take no arguments.  Call file_end_indicate_exec_stack if
5791          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5792         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5793         Define NEED_INDICATE_EXEC_STACK to 0.
5794         * config/i386/linux.h, config/i386/linux64.h: Redefine
5795         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5796         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5797         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5798         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5799         ia64_hpux_file_end, make static.  Take no arguments.
5800         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5801         commands_in_prologues, commands_in_epilogues): Delete.
5802         (function_epilogue): Update to match.
5803         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5804         make static.  Take no arguments.
5805         (iris6_asm_file_end): Rename iris6_file_end, make static, use
5806         mips_file_end, take no arguments.
5807         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5808         appropriate.
5809         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5810         make static, take no arguments. Set TARGET_ASM_FILE_END to
5811         mmix_file_end.
5812         * config/pa/pa.c (output_deferred_plabels): Make static, take
5813         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
5814         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5815         (ASM_FILE_END): Delete; move code...
5816         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5817         new static function.
5818
5819         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5820         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5821         Don't set ASM_FILE_END.
5822         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5823         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5824         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5825         file_end_indicate_exec_stack; don't set ASM_FILE_END.
5826         * config/alpha/unicosmk.h, config/i386/cygming.h
5827         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5828         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5829         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5830         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5831         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5832         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5833
5834 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
5835
5836         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5837         specified.
5838
5839 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
5840
5841         * Makefile.in (stageprofile_build): Kill redundant target.
5842         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5843
5844 2003-06-07  Andreas Jaeger  <aj@suse.de>
5845
5846         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5847
5848         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5849         * config/dsp16xx/dsp16xx.h: Likewise.
5850         * config/i386/i386.h: Likewise.
5851         * config/ip2k/ip2k.h: Likewise.
5852
5853 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5854
5855         * Makefile.in (OJBS, c-opts.o): Update.
5856         (c-options.c, c-options.h): Rename options.h and options.c.
5857         (options.h): Rename options_.h.
5858         (opts.o): New.
5859         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5860         (c_common_init_options): Update prototype.
5861         * c-lang.c (c_init_options): Update prototype.
5862         (LANG_HOOKS_HANDLE_OPTION): Override.
5863         (LANG_HOOKS_DECODE_OPTION): Drop.
5864         * c-opts.c: Include opts.h and options.h instead of c-options.h
5865         and c-options.c.
5866         (lang_flags): Move to file scope.
5867         (find_opt, c_common_decode_option): Remove.
5868         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5869         CL_REJECT_NEGATIVE): Move to opts.h.
5870         (missing_arg): Update prototype.
5871         (c_common_init_options): Update for new prototype.
5872         (c_common_handle_options): Filenames are passed as N_OPTS.
5873         * hooks.c (hook_int_void_0): New.
5874         * hooks.h (hook_int_void_0): New.
5875         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5876         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5877         (LANG_HOOKS_INITIALIZER): Update.
5878         * langhooks.h (init_options): Update.
5879         (handle_option): New.
5880         * opts.c, opts.h: New files.
5881         * opts.sh: Update c file to include opts.h and options.h.
5882         * toplev.c: Include opts.h; change options.h to options_.h.
5883         (parse_options_and_default_flags): Get lang_mask, use
5884         handle_option for language-specific handling.
5885         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5886         (LANG_HOOKS_HANDLE_OPTION): Override.
5887         (objc_init_options): Update.
5888
5889 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
5890             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5891
5892         PR other/7031
5893         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5894         gcov.
5895
5896 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
5897
5898         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5899         section names.
5900         * configure: Regenerate.
5901
5902 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
5903
5904         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5905
5906 2003-06-06  James E Wilson  <wilson@tuliptree.org>
5907
5908         PR inline-asm/10890
5909         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5910         different in fields.
5911
5912 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5913
5914         * configure.in: Make $(target_subdir) correspond with top level usage.
5915         * Makefile.in: Likewise.
5916         * configure: Regenerate.
5917
5918 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5919
5920         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5921         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5922         unsigned HOST_WIDE_INT.
5923         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5924         Likewise.
5925         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5926         Likewise.
5927
5928 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5929
5930         * doc/install.texi (Prerequisites): New section documenting
5931         tools and packages necessary prior to building and/or
5932         modifying GCC.
5933         * doc/install.texi2html: Also generate prerequisites.html.
5934
5935 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5936
5937         PR target/11052
5938         * ifcvt.c (noce_process_if_block): Fail if the destination has
5939         side-effects.
5940
5941 2003-06-06  Jason Merrill  <jason@redhat.com>
5942
5943         * stmt.c (resolve_asm_operand_names): Rename from
5944         resolve_operand_names.  No longer static.  Avoid needless copying.
5945         Don't build array of constraints.
5946         (expand_asm_operands): Build it here.
5947         * tree.h: Declare resolve_asm_operand_names.
5948
5949         * stmt.c (expand_decl): Put artificial vars into registers even
5950         when not optimizing, and don't mark the regs as user vars.
5951
5952 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
5953
5954         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5955         of the generated register.
5956
5957 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
5958
5959         * config.gcc: Add a missing sparc64 case.
5960
5961 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5962
5963         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5964         the .hidden assembly stubs.
5965
5966 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
5967
5968         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5969         and x86_64-*-*.
5970
5971         * config/i386/mmintrin.h: Update version and add alternate
5972         intrinsic names.
5973         * config/i386/xmmintrin.h: Likewise.
5974
5975         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5976         intrinsics to ...
5977         * config/i386/emmintrin.h: Here. New file.
5978
5979 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5980
5981         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
5982         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
5983         when the ABS_EXPR (fabs or abs) is not required.
5984         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
5985         always nonnegative from fold to here.  Additionally, cabs and fabs
5986         are always non-negative, and pow and atan are non-negative if
5987         their first argument is non-negative.
5988
5989         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
5990         Evaluate cabs of a constant at compile-time.  Convert cabs of a
5991         non-complex argument into fabs.  Convert cabs(z) into
5992         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
5993         -funsafe-math-optimizations or -ffast-math.
5994         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
5995         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
5996
5997 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
5998
5999         * sourcebuild.texi (Front End Directory): Document new hooks.
6000
6001 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
6002
6003         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6004         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6005         stack frames.
6006         (pro_epilogue_adjust_stack_rex64_2): New pattern
6007
6008 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
6009                                Pop Sebastian
6010                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6011
6012         * cfghooks.h, cfghooks.c: New files.
6013         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6014         (OBJS): Add cfghooks.o.
6015         (cfghooks.o): New rule.
6016         * basic-block.h (split_edge): Rename to rtl_split_edge.
6017         (verify_flow_info): Rename to rtl_verify_flow_info.
6018         (cfghooks.h): Included here.
6019         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6020         (verify_flow_info): Renamed rtl_verify_flow_info.
6021         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6022
6023         * basic-block.h (split_block, split_edge, flow_delete_block,
6024         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6025         (flow_delete_block_noexpunge):  Return void.
6026         * cfg.c (verify_flow_info): New function.
6027         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6028         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6029         Use delete_block.
6030         * cfglayout.c (function_footer): Rename to...
6031         (cfg_layout_function_footer): ... this variable
6032         (unlink_insn_chain): Make global.
6033         (fixup_reorder_chain, record_effective_endpoints): Update.
6034         (cleanup_unconditional_jumps): Use delete_block.
6035         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6036         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6037         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6038         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
6039         (cfg_layout_function_footer): Declare.
6040         * cfgloopmanip (split_loop_bb): Do not update RBI.
6041         (remove_bbs): Use delete_block.
6042         (loop_reidrect_edge, loop_delete_branch_edge): Use
6043         redirect_edge_and_branch.
6044         (create_preheader): Use split_block and redirect_edge_and_branch_force.
6045         (split_edge_with): Likewise.
6046         * cfgrtl.c: Include cfglayout.h
6047         (split_edge): Rename to ...
6048         (rtl_split_edge) ... this one; make local.
6049         (redirect_edge_and_branch): Rename to ...
6050         (rtl_redirect_edge_and_branch) ... this one; make local.
6051         (redirect_edge_and_branch_force): Rename to ...
6052         (rtl_redirect_edge_and_branch_force) ... this one; make local.
6053         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6054         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6055         cfglayout.c; update to directly call RTL counterparts.
6056         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6057         * ifcvt.c (find_cond_trap): Use delete_block.
6058         (find_if_case_1): Use delete_block.
6059         (find_if_case_2): Use delete_block.
6060         * rtl.h (unlink_insn_chain): Declare.
6061         * toplev.c (rtl_reigster_cfg_hooks): New.
6062
6063 2003-06-05  Richard Henderson  <rth@redhat.com>
6064
6065         * recog.c (peephole2_optimize): Revert last change.
6066
6067 2003-06-05  Richard Henderson  <rth@redhat.com>
6068
6069         * recog.c (peephole2_optimize): Don't split block unless
6070         can_throw_internal.
6071
6072 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
6073
6074         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6075         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6076
6077 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
6078
6079         PR optimization/4490
6080         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6081         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
6082         documentation to accurately reflect what these options do.
6083
6084 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6085
6086         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
6087         (ENDFILE_SPEC): Redefine to handle -pie.
6088
6089 2003-06-05  Phil Edwards <phil@jaj.com>
6090
6091         * Makefile.in (qmtest-g++): Use target_alias, not target.
6092
6093 2003-06-05  Per Bothner  <pbothner@apple.com>
6094
6095         * toplev.c (push_srcloc):  Simplify behavior to save current location
6096         and set current location to parameters.
6097         (pop_srcloc):  Simplify semantics.
6098         (lang_dependent_init):  Remove now-useless initial push_srcloc.
6099
6100 2003-05-06  Richard Henderson  <rth@redhat.com>
6101
6102         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6103         language-specific tree codes.
6104
6105 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6106
6107         PR middle-end/9986
6108         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6109         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6110
6111 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
6112
6113         * install.tex: Document profiledbootstrap.
6114
6115         * configure.in:  Add support for lang.stageprofile and
6116         lang.stagefeedback
6117         * Makefile.in (clean, distclean): Kill new stages
6118         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6119         (STAGE2_FLAGS_TO_PASS): ... this one.
6120         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6121         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6122         (stageprofile_build, stageprofile_copy, stagefeedback_build,
6123         stagefeedback_copy): New.
6124         (restageprofile, restagefeedback, stageprofile-start,
6125         stageprofile, stagefeedback-start): Likewise.
6126
6127 2003-06-05  David Miller  <davem@redhat.com>
6128             Richard Henderson  <rth@redhat.com>
6129
6130         * optabs.c (HAVE_conditional_trap): Provide default.
6131         (gen_conditional_trap): Likewise.
6132         (init_optabs): Merge init_traps.
6133         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
6134
6135 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
6136
6137         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6138         is REG for nonzero_bits (REG) == 8.
6139
6140 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6141
6142         * i386.md (align): Fix warning; clarify what to do when no p2align
6143         is available.
6144
6145 2003-06-05  Nick Clifton  <nickc@redhat.com>
6146
6147         * config.gcc (m32r-elf): Revert previous delta.
6148         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6149         multilibs.  Remove m32rx specific version.
6150         (crtfini.o): Likewise.
6151         (EXTRA_MULTILIB_PARTS): Define.
6152
6153 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6154
6155         * doc/md.texi (Machine Constraints): Correct the meaning of
6156         constraints related to floating-point registers on SPARC.
6157
6158 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6159             Paolo Bonzini  <bonzini@gnu.org>
6160
6161         PR target/10663
6162         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6163         assembler and linker output to /dev/null.
6164         Use a 'sed' construct instead of 'grep -A1'.
6165         * configure: Regenerate.
6166
6167 2003-06-04  Richard Henderson  <rth@redhat.com>
6168
6169         * config/i386/i386.c (struct ix86_address): Add seg.
6170         (no_seg_address_operand): New.
6171         (ix86_decompose_address): Restructure PLUS loop.  Accept one
6172         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
6173         to test for a regnum, not stack_pointer_rtx.
6174         (ix86_address_cost): Reduce cost if non-default segment.
6175         (legitimate_address_p): Remove UNSPEC_TP check.
6176         (get_thread_pointer): Add to_reg argument.  Don't represent
6177         the thread pointer as a memory load.
6178         (legitimize_tls_address): Split out of ...
6179         (legitimize_address): ... here.
6180         (print_operand_address): Handle parts.seg.
6181         (ix86_expand_move): Use legitimize_tls_address.
6182         (ix86_rtx_costs): Handle UNSPEC_TP.
6183         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6184         (TARGET_TLS_DIRECT_SEG_REFS): New.
6185         (TARGET_SWITCHES): Add tls-direct-seg-refs.
6186         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6187         (PREDICATE_CODES): Add no_seg_address_operand.
6188         * config/i386/i386.md (lea_1): Use it.
6189         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6190         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6191         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6192         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6193         * doc/invoke.texi: Add -mtls-direct-seg-refs.
6194
6195 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6196
6197         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6198         (QMTEST_GPP_TESTS): Use "g++" by default.
6199         (stamp-qmtest): Tweak database creation.
6200         (QMTEST_DIR/context): Update context file format.
6201         (qmtest-g++): Tweak command-line.
6202
6203 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6204
6205         * Makefile.in (varasm.o): Don't set -Wno-error.
6206         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6207
6208 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
6209
6210         PR bootstrap/3163
6211         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6212         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6213         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6214         and AC_CHECK_FUNCS lists, respectively.  Use
6215         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6216         AC_FUNC_MMAP_FILE.
6217         * configure, config.in: Regenerate.
6218
6219 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6220
6221         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6222         * arm.c (arm_output_function_prologue): Fix format specifiers.
6223         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6224         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6225         HOST_WIDE_INT_PRINT_DEC.
6226         * vax.c (vax_output_function_prologue): Fix format specifiers.
6227
6228 2003-06-04  Richard Henderson  <rth@redhat.com>
6229
6230         * cse.c (find_best_addr): Consider binary operators even if second
6231         argument is not CONST_INT.
6232
6233 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6234
6235         * doc/invoke.texi (max-cse-path-length): Document.
6236
6237 2003-06-04  Richard Henderson  <rth@redhat.com>
6238
6239         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6240
6241 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
6242
6243         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6244         Remove semi-colon at the end of the expression.
6245
6246 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6247
6248         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6249         * i370.h (mvs_function_name_length): Likewise.
6250         * i960.h (CONSTANT_ALIGNMENT): Likewise.
6251         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6252         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6253         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6254         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6255         variable.
6256
6257 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6258
6259         * config.gcc: Reorganize --with-cpu logic.  Set
6260         configure_default_options according to the default CPU, --with-cpu,
6261         --with-arch, --with-tune, --with-schedule, --with-abi, and
6262         --with-float.  Check for legal values of various options.
6263         * configure.in: Define configure_default_options in configargs.h.
6264         * configure: Regenerated.
6265         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6266         (TARGET_DEFAULT_FLOAT_P): New macros.
6267         * gcc.c (do_option_spec): New function.
6268         (struct default_spec, option_default_specs): New.
6269         (main): Call do_option_spec.
6270         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6271         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6272         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6273
6274         * doc/install.texi: Update --with-cpu documentation.  Mention
6275         --with-arch, --with-schedule, --with-tune, --with-abi, and
6276         --with-float.
6277         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6278
6279 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6280
6281         * config.gcc: Only process --with-cpu logic in the third pass.
6282
6283 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6284
6285         * config.gcc: Reorganize --with-cpu section.  Remove an
6286         obsolete comment about the default CPU for x86-64.  Fix
6287         a typo for the ep9312.  Update the list of supported PowerPC
6288         CPUs.  Support a limited set of new --with-cpu options
6289         for i386.
6290
6291 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
6292
6293         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6294         complex numbers <= 32 bits into two registers.
6295
6296 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6297
6298         * alpha.c (print_operand_address): Fix format specifier warnings.
6299         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6300         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6301         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6302         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6303         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6304         ASM_OUTPUT_SKIP): Likewise.
6305         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6306         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6307         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6308         Likewise.
6309         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6310         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6311         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6312         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6313         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6314         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6315         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6316         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6317         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6318         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6319
6320 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
6321
6322         * c-decl.c (c_init_decl_processing): Clear input_file_name
6323         while building common nodes.
6324         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6325         Don't add working directory for strings like <built-in> .
6326
6327 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
6328
6329         * doc/install.texi (*-ibm-aix*): Native as and ld required
6330         to bootstrap on AIX 5L.
6331
6332 2003-06-04  Richard Henderson  <rth@redhat.com>
6333
6334         * c-common.c (handle_cleanup_attribute): New.
6335         (c_common_attributes): Add it.
6336         * c-decl.c (finish_decl): Honor the cleanup attribute.
6337         * doc/extend.texi (Variable Attributes): Document it.
6338
6339         * unwind-c.c: New file.
6340         * Makefile.in (LIB2ADDEH): Add it.
6341         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6342         config/ia64/t-ia64: Likewise.
6343
6344 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6345
6346         * function.c (trampolines_created): New variable.
6347         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6348         * function.h (trampolines_created): Add.
6349         * config/s390/linux.h (ASM_FILE_END): Define.
6350         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6351         * config/m68k/linux.h (ASM_FILE_END): Define.
6352         * config/rs6000/linux.h (ASM_FILE_END): Define.
6353         * config/rs6000/linux64.h (ASM_FILE_END): Define.
6354         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6355         * config/sparc/linux.h (ASM_FILE_END): Define.
6356         * config/sparc/linux64.h (ASM_FILE_END): Define.
6357         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6358         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6359         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6360
6361 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
6362
6363         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6364         (ix86_reorg): Use it.
6365         * i386.md (align): New insn pattern.
6366
6367 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6368
6369         * toplev.c (rest_of_type_compilation): Fix typo.
6370
6371 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6372             Alan Modra  <amodra@bigpond.net.au>
6373
6374         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6375         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6376         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6377         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6378         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6379         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6380         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6381         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6382
6383         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6384         Pass it to $gcc_cv_as.
6385         * configure: Rebuilt.
6386
6387         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6388         (print_operand): Allow TARGET_AIX to be non-constant.
6389         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6390         Define unconditionally.
6391         (rs6000_elf_declare_function_name): New function.
6392         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6393         non-constant.
6394         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6395         to 1.
6396         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6397         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6398         is defined.
6399         (TARGET_AIX): Define to 1 if TARGET_64BIT.
6400         (PROCESSOR_DEFAULT): Remove.
6401         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6402         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6403         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
6404         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
6405         -m32 and -m64.
6406         (MULTILIB_DEFAULTS): Define.
6407         (SUBSUBTARGET_EXTRA_SPECS): Define.
6408         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
6409         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
6410         (TARGET_NO_TOC): Remove.
6411         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
6412         TARGET_PROTOTYPE): Define to 0.
6413         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
6414         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
6415         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
6416         if !TARGET_64BIT.
6417         (USER_LABEL_PREFIX): Remove.
6418         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
6419         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
6420         if TARGET_64BIT.
6421         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
6422         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
6423         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
6424         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
6425         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6426         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
6427         TARGET_64BIT.
6428         (RS6000_CALL_GLUE): Likewise.
6429         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
6430         RESTORE_FP_SUFFIX): Likewise.
6431         (ASM_DECLARE_FUNCTION_NAME): Remove.
6432         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
6433         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
6434         name if TARGET_64BIT.
6435         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
6436         !TARGET_64BIT.
6437         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
6438         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
6439         (DRAFT_V4_STRUCT_RET): Define.
6440         (SIGNAL_FRAMESIZE): New enum value.
6441         (MD_FALLBACK_FRAME_STATE_FOR): Define.
6442         * config/rs6000/default64.h: New file.
6443         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
6444         options.
6445         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
6446         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
6447         if !TARGET_64BIT.
6448         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6449         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
6450         function.
6451         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
6452         (TARGET_OS_CPP_BUILTINS): Use it.
6453         (CPP_SYSV_SPEC): Remove.
6454         (CPP_SPEC): Remove cpp_sysv.
6455         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
6456         Add SUBSUBTARGET_EXTRA_SPECS.
6457         (SUBSUBTARGET_EXTRA_SPECS): Define.
6458         * config/rs6000/biarch64.h: New file.
6459         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
6460         New prototype.
6461         * config/rs6000/x-linux64: New file.
6462         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
6463         multilibs.
6464         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6465         * config/rs6000/eabi-cn.asm: Likewise.
6466         * config/rs6000/tramp.asm: Likewise.
6467         * config/rs6000/sol-ci.asm: Likewise.
6468         * config/rs6000/sol-cn.asm: Likewise.
6469         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6470         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6471         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6472         _CALL_AIXDESC section.
6473         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6474         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6475         or default32.
6476
6477 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6478
6479         * config.gcc: Revert accidentally committed ARM changes.
6480
6481 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6482
6483         * builtins.c (dconstpi, dconste): New mathematical constants.
6484         (init_builtin_dconsts): New function to initialize dconstpi
6485         and dconste.
6486         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
6487         compile time with -ffast-math when x is an integer constant.
6488         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
6489         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6490
6491 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6492
6493         * calls.c (expand_call): Avoid calling pure or const functions
6494         when the result is ignored (or void) and none of the arguments
6495         are volatile.  Move warning diagnostic earlier in function.
6496
6497 2003-06-04  Andreas Jaeger  <aj@suse.de>
6498
6499         * system.h: Do not poison TDESC_SECTION_ASM_OP,
6500         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6501
6502 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6503
6504         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6505         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6506         handle %ll, optimize regular character case.
6507
6508 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6509
6510         * Makefile.in (cse.o): Add params.h dependency.
6511         * cse.c: Include params.h.
6512         (PATHLENGTH): Removed.
6513         (struct cse_basic_block_data): Make path array dynamic.
6514         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6515         of PATHLENGTH.
6516         (cse_main, cse_basic_block): Allocate path array.
6517         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6518
6519 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6520
6521         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6522         * i386.md (UNSPEC_REP): New constant.
6523         (return_internal_long): New pattern.
6524
6525 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6526
6527         PR optimization/11018
6528         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6529         consistently to decide whether the scratch register is really
6530         required.
6531
6532 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6533
6534         PR optimization/10876
6535         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6536         new 'O' constraint for constant 4096.
6537         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6538         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6539         Do not transform into MINUS insn for constant 4096.
6540         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6541         for constant 4096 as third operand.
6542         (addsi3 expander): Remove.
6543         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6544         new alternative for constant 4096 as third operand.
6545         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6546         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6547         operand.
6548         (subsi3 expander): Remove.
6549         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6550         constant 4096 as third operand.
6551         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6552         the SPARC port.
6553
6554 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
6555
6556         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6557
6558 2003-06-04  Andreas Jaeger  <aj@suse.de>
6559
6560         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6561
6562         * config/i386/i386.c (ix86_expand_prologue): Do not use
6563         SUBTARGET_PROLOGUE.
6564
6565         * system.h: Poision SUBTARGET_PROLOGUE.
6566
6567         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6568
6569         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6570         dependend code.
6571
6572         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6573
6574         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6575         INSN_CACHE_LINE_WIDTH.
6576
6577         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6578         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6579         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6580
6581         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6582         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6583
6584         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6585         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6586         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6587         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6588         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6589         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6590
6591         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6592         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6593         DBX_WORKING_DIRECTORY.
6594
6595         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6596         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6597
6598         * config/frv/frv-protos.h: Remove unused const_section
6599         declaration.
6600         * config/vax/vax-protos.h: Likewise.
6601
6602         * output.h: Remove CONST_SECTION_ASM_OP usage.
6603
6604         * system.h: Poison CONST_SECTION_ASM_OP.
6605
6606         * crtstuff.c (__do_global_dtors_aux): Remove usage of
6607         CRT_GET_RFIB_TEXT.
6608         (frame_dummy): Likewise.
6609         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6610         * system.h: Poison CRT_GET_RFIB_TEXT.
6611
6612         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6613
6614         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6615         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6616         (recognized_function): Likewise.
6617         (read_scan_file): Likewise.
6618
6619 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6620
6621         * optabs.c (expand_binop): Optimize complex multiplication for
6622         the case of squaring a complex argument.
6623
6624 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6625
6626         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6627         non-volatile operands of binary operations.
6628         (prepare_cmp_insn): Likewise.
6629
6630 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6631
6632         * varasm.c (force_const_mem): Handle alignment of constants not
6633         representable as a type in the front-end language.
6634
6635 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6636
6637         * flow.c (initialize_uninitialized_subregs): Use
6638         emit_move_insn instead of emitting a hardcoded move.
6639
6640 2003-06-03  Richard Henderson  <rth@redhat.com>
6641
6642         * optabs.c (expand_abs_nojump): Split out from ...
6643         (expand_abs): ... here.
6644         * optabs.h (expand_abs_nojump): Declare.
6645         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6646         * Makefile.in (ifcvt.o): Depend on optabs.h.
6647
6648 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
6649
6650         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6651
6652 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
6653
6654         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6655         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6656         to yes.
6657         * configure.in: Allow default_use_cxa_atexit to determine the
6658         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6659         disabled.
6660         * configure: Regenerate.
6661
6662 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
6663
6664         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6665         * doc/gcc.texi: Remove vms.texi section.
6666         * doc/vms.texi: Remove obsolete file.
6667
6668 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6669
6670         * configure.in (inhibit_libc): Don't define when configuring
6671         with --with-newlib --with-headers.
6672         * configure: Regenerate.
6673
6674         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6675
6676 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6677
6678         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6679         IRIX 6 without GNU ld.
6680         * configure: Regenerate.
6681
6682 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6683
6684         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6685         of a complex number rather than invoke mov_optab directly.
6686
6687 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6688
6689         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6690         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6691
6692 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6693
6694         * config/i386/x86-64.h: Remove two target-independent comments;
6695          replace "GNU CC" with "GCC".
6696
6697 2003-06-03  Anthony Green  <green@redhat.com>
6698
6699         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6700
6701 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6702
6703         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6704         New builtins representing ISO C99's cabs, cabsf and cabsl.
6705         * builtins.c (expand_builtin_fabs): New function.
6706         (expand_builtin_cabs): New function.
6707         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6708         using expand_builtin_fabs and expand_builtin_cabs respectively.
6709
6710         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6711
6712 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6713
6714         * function.c (assign_parms): Split complex arguments.
6715
6716         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6717
6718         * expr.h (SPLIT_COMPLEX_ARGS): Define.
6719         (split_complex_types): Protoize.
6720         (split_complex_values): Protoize.
6721
6722         * calls.c (expand_call): Split complex arguments on architectures
6723         that require it.
6724         (split_complex_values): New.
6725         (split_complex_types): New.
6726
6727         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6728         (rs6000_function_value): Handle complex values on AIX.
6729         (rs6000_complex_function_value): New.
6730
6731         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6732
6733         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6734         (SPLIT_COMPLEX_ARGS): New.
6735
6736 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6737
6738         * configure.in (HAVE_LD_PIE): Check for ld -pie.
6739         * config.in: Rebuilt.
6740         * configure: Rebuilt.
6741         * toplev.c (flag_pie, flag_shlib): New variables.
6742         (f_options): Add -fpie and -fPIE.
6743         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6744         Set flag_shlib if flag_pic and not -fpie/-fPIE.
6745         * flags.h (flag_pic, flag_shlib): Add.
6746         * varasm.c (default_binds_local_p): Use flag_shlib instead of
6747         flag_pic.
6748         * gcc.c (LINK_PIE_SPEC): Define.
6749         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6750         (option_map): Add --pie -> -pie mapping.
6751         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6752         and -fPIE the same way as -fPIC.
6753         * config/openbsd.h (ASM_SPEC): Likewise.
6754         * config/frv/frv.h (ASM_SPEC): Likewise.
6755         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6756         * config/arm/semi.h (ASM_SPEC): Likewise.
6757         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6758         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6759         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6760         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6761         * config/m68k/linux.h (CPP_SPEC): Likewise.
6762         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6763         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6764         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6765         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6766         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6767         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6768         * config/netbsd-aout.h (ASM_SPEC): Likewise.
6769         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6770         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6771         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6772         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6773         * config/sparc/sparc.h (ASM_SPEC): Likewise.
6774         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6775         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6776         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6777         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6778         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6779         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6780         Simplify.
6781         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6782         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6783         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6784         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6785         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6786         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6787         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6788         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6789
6790 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6791
6792         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6793         != 0 handling.  Pass 0 to store_by_pieces.
6794         (expand_builtin_mempcpy): Add endp argument.  Don't call
6795         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6796         directly.  If ignoring result, only do expand_call.
6797         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6798         otherwise.
6799         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6800         store_by_pices callers.
6801         (expand_builtin): Adjust expand_builtin_memcpy and
6802         expand_builtin_mempcpy callers.
6803         * expr.c (can_move_by_pieces): New function.
6804         (move_by_pieces): Add endp argument, return to resp. memory at end
6805         or one byte earlier depending on endp.
6806         (store_by_pieces): Likewise.
6807         (emit_block_move): Adjust call to move_by_pieces.
6808         (emit_push_insn): Adjust move_by_pieces caller.
6809         * expr.h (can_move_by_pieces): New prototype.
6810         (store_by_pieces): Adjust prototypes.
6811         * rtl.h (move_by_pieces): Adjust prototype.
6812         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6813         caller.
6814
6815 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
6816
6817         * doc/md.texi (Processor pipeline description): Improve wording.
6818
6819 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
6820
6821         * c-opts.c (c_common_handle_option): New, pulled out of
6822         c_common_decode_option.  Substitute uses of argv.
6823         (c_common_decode_option): Broken into two.
6824
6825 2003-06-02  Roger Sayle  <roger@eyesopen.com>
6826             Zack Weinberg  <zack@codesourcery.com>
6827
6828         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
6829         test of TREE_CONSTANT_POOL_ADDRESS_P.
6830
6831 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6832
6833         * mips.c: Don't include output.h twice.
6834         * stormy16.c: Likewise.
6835         * xtensa.c: Likewise.
6836         * output.h: Protect against multiple inclusion.
6837
6838 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
6839
6840         * sh.h (OLD_ARG_MODE): New macro.
6841         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6842         (FUNCTION_ARG_1): Break out of:
6843         (FUNCTION_ARG).  Use OLD_ARG_MODE.
6844
6845 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6846
6847         * gcc/config.gcc Add support multilib parts for m32rx processor.
6848
6849 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6850
6851         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6852         (mostlyclean): Delete c-options.c and c-options.h.
6853
6854 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
6855
6856         * c-opts.c (CL_REJECT_NEGATIVE): New.
6857         (c_common_decode_option): Update to use it.
6858         * c.opt: Update documentation; use RejectNegative.
6859         * opts.sh: Handle RejectNegative.
6860
6861 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
6862
6863         * ggc-page.c (init_ggc): Give better diagnostics on failure to
6864         open /dev/zero.
6865         * toplev.c (crash_signal): Reset handling for received signal
6866         to SIG_DFL.
6867
6868 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
6869
6870         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6871         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6872         (arm_use_dfa_pipeline_interface): Implement.
6873         * config/arm/arm.md (arm): New automaton.
6874         (write_buf): Remove function units; new cpu unit.
6875         (write_blockage): Remove function units; new cpu unit.
6876         (core): Remove function units; new cpu unit.
6877         (r_mem_f_wbuf): New instruction reservation.
6878         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6879         (store1_ldsched, store2, store3, store4): Likewise.
6880         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6881         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6882         (multi_cycle, single_cycle): Likewise.
6883         * config/arm/fpa.md (armfp): New automaton.
6884         (fpa): Remove function units; new cpu unit.
6885         (fpa_mem): Remove function unit; new cpu unit.
6886         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6887         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6888
6889 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6890
6891         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6892         * c-format.c (enum format_type): Add asm_fprintf_format_type.
6893         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6894         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6895         (format_types_orig): Renamed from format_types.  Add new data.
6896         (format_types): Declare as pointer.
6897         (handle_format_attribute): Move later in file so we have all
6898         necessary declarations.  Add section to capture HOST_WIDE_INT.
6899         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6900         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6901
6902 2003-06-01  Andreas Jaeger  <aj@suse.de>
6903
6904         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6905         ROUND_TYPE_SIZE_UNIT.
6906
6907         * stor-layout.c (finalize_record_size): Remove usages of
6908         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6909         (finalize_type_size): Likewise.
6910         (layout_type): Likewise.
6911
6912         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6913
6914         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6915
6916         * config/d30v/d30v.h: Remove text copied from the manual.
6917
6918 2003-06-01  Roger Sayle  <roger@eyesopen.com>
6919             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6920             Geoffrey Keating  <geoffk@apple.com>
6921
6922         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6923         constants as condition code values.
6924
6925 2003-06-01  DJ Delorie  <dj@redhat.com>
6926
6927         * cppmacro.c (warn_of_redefinition): Handle cases where the two
6928         definitions have different numbers of tokens.
6929
6930 2003-06-01  Andreas Jaeger  <aj@suse.de>
6931
6932         * gen-protos.c (main): Readd unused attribute for argc.
6933
6934 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6935
6936         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6937         * c.opt: End in blank line.
6938         * opts.sh: Take AWK from environment if available; use C locale.
6939
6940 2003-06-01  Andreas Schwab  <schwab@suse.de>
6941
6942         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6943
6944 2003-06-01  Andreas Jaeger  <aj@suse.de>
6945
6946         * gen-protos.c (main): Revert patch to check for argument.
6947
6948 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6949
6950         PR target/11044
6951         * config/i386/i386.md (length attribute): Set length to 4
6952         for instructions of type "fcmp".
6953
6954 2003-06-01  Andreas Jaeger  <aj@suse.de>
6955
6956         * toplev.c: Use ISO C90 prototypes.
6957
6958         * toplev.h: Use ISO C90 prototypes.
6959
6960         * genrecog.c: Use ISO C90 prototypes.
6961         (nodes_identical): Correct declaration to match prototype.
6962         (maybe_both_true): Likewise.
6963         (merge_trees): Likewise.
6964
6965         * genpeep.c (gen_peephole): Remove #if 0 code.
6966         Use ISO C90 prototypes.
6967
6968         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6969         Remove #if 0'ed function simplify_by_alternatives.
6970         (optimize_attrs): Remove #if 0'ed code.
6971         Remove ^L.
6972         Use ISO C90 prototypes.
6973         (make_canonical): Remove #if 0'ed code.
6974         (convert_const_symbol_ref): Remove #if 0'ed function.
6975
6976         * gen-protos.c (main): Check for argument.
6977
6978         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6979
6980         * params.h: Use ISO C90 prototypes.
6981         * params.c: Likewise.
6982         * intl.c: Likewise.
6983         * intl.h: Likewise.
6984         * lists.c: Likewise.
6985         * errors.c: Likewise.
6986         * errors.h: Likewise.
6987         * gencodes.c: Likewise.
6988         * genpreds.c: Likewise.
6989         * genattr.c: Likewise.
6990         * gen-protos.c: Likewise.
6991         * genflags.c: Likewise
6992         * genconditions.c: Likewise.
6993         * genautomata.c: Likewise.
6994         * gencheck.c: Likewise.
6995         * genconfig.c: Likewise.
6996         * genconstants.c: Likewise.
6997         * genemit.c: Likewise.
6998         * genextract.c: Likewise.
6999         * gengenrtl.c: Likewise.
7000         * gengtype.c: Likewise.
7001         * gengtype.h: Likewise.
7002         * genopinit.c: Likewise.
7003         * genoutput.c: Likewise.
7004         * gensupport.c: Likewise.
7005         * gensupport.h: Likewise.
7006
7007         * sdbout.h: Use ISO C90 prototypes.
7008
7009         * sdbout.c (CONTIN): Removed empty macro.
7010         (sdbout_one_type): Remove CONTIN usages.
7011         Remove ^Ls.
7012         (tag_of_ru_type): Remove #if 0'ed function.
7013         (sdbout_symbol): Remove #if 0'ed code.
7014         (sdbout_one_type): Remove a #if 1.
7015         (sdbout_one_type): Remove #if 0'ed code.
7016         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7017         Remove PARAMS, use ISO C90 prototypes for all functions.
7018
7019 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
7020
7021         * rtl.def (CONST_DOUBLE): Update comment.
7022
7023 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
7024
7025         * opts.sh: Remove path from sort.
7026
7027 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
7028
7029         PR/9680
7030         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7031         TARGET_SPE for SPE_VECTOR_MODE.
7032
7033 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
7034
7035         * toplev.c (botch): Remove.
7036         (do_abort): Remove.
7037         (set_Wunused): Comment.
7038         (set_Wextra): Comment.
7039         Remove ^L's.
7040         (rest_of_compilation): Factor out common code into functions.
7041         (rest_of_handle_inlining): New.
7042         (rest_of_handle_ssa): New.
7043         (rest_of_handle_cse): New.
7044         (rest_of_handle_gcse): New.
7045         (rest_of_handle_loop_optimize): New.
7046         (rest_of_handle_jump_bypass): New.
7047         (rest_of_handle_sibling_calls): New.
7048         (rest_of_handle_null_pointer): New.
7049         (rest_of_handle_addresof): New.
7050         (rest_of_handle_flow): New.
7051         (rest_of_handle_branch_prob): New.
7052         (rest_of_handle_if_conversion): New.
7053         (rest_of_handle_tracer): New.
7054         (rest_of_handle_loop2): New.
7055         (rest_of_handle_cse2): New.
7056         (rest_of_handle_life): New.
7057         (rest_of_handle_combine): New.
7058         (rest_of_handle_if_after_combine): New.
7059         (rest_of_handle_regmove): New.
7060         (rest_of_handle_sched): New.
7061         (rest_of_handle_old_regalloc): New.
7062         (rest_of_handle_new_regalloc): New.
7063         (rest_of_handle_regrename): New.
7064         (rest_of_handle_reorder_blocks): New.
7065         (rest_of_handle_sched2): New.
7066         (rest_of_handle_new_regalloc): New.
7067         (rest_of_handle_old_regalloc): New.
7068         (rest_of_handle_regrename): New.
7069         (rest_of_handle_reorder_blocks): New.
7070         (rest_of_handle_stack_regs): New.
7071         (rest_of_handle_machine_reorg): New.
7072         (rest_of_handle_delay_slots): New.
7073         (rest_of_handle_final): New.
7074
7075         * toplev.h (botch): Remove prototype.
7076         (do_abort): Same.
7077
7078 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7079
7080         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7081         * c-opts.c: Include c-options.h and c-options.c.
7082         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7083         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7084         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7085         OPT, opt_comp): Remove.
7086         (missing_arg, c_common_init_options, c_common_decode_option,
7087         write_langs): Update for macro redefinitions and enumeration
7088         name changes.
7089         * c.opt, opts.sh: New files.
7090         * doc/passes.texi: Update.
7091
7092 2003-05-31  Andreas Jaeger  <aj@suse.de>
7093
7094         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7095         usage.
7096
7097         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7098
7099         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7100
7101         * system.h: Poison ALLOCATE_TRAMPOLINE.
7102
7103         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7104         * system.h: Poison HANDLE_PRAGMA.
7105
7106 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
7107
7108         * doc/invoke.texi: Update dump file names.
7109
7110 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7111
7112         * c-format.c (format_length_info, format_char_info,
7113         format_flag_spec, format_flag_pair, format_kind_info):
7114         De-const-ify structure members.
7115
7116 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7117
7118         * flags.h (flag_wrapv): New flag controlling overflow semantics.
7119         * toplev.c (flag_wrapv): Declare the variable with default false.
7120         (lang_independent_options): New option "-fwrapv" to set the above.
7121
7122         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7123         as x, when signed arithmetic overflow wraps around.
7124         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7125         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7126         overflow when flag_wrapv is true.
7127
7128         * doc/invoke.texi: Document new -fwrapv command line option.
7129         * doc/c-tree.texi: Mention that the overflow semantics of
7130         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7131         upon both flag_wrapv and flag_trapv.
7132
7133 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7134
7135         * doc/install.texi (mips-sgi-irix5): Add missing
7136         HTML <hr> marker.
7137
7138 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7139
7140         * doc/md.texi (Machine Constraints): Document
7141         missing SPARC constraints.
7142
7143 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7144
7145         * doc/md.texi (Automaton pipeline description): Use
7146         "type" instead of "cpu" as the attribute in the examples.
7147
7148 2003-05-30  Stan Shebs  <shebs@apple.com>
7149
7150         * system.h: Poison OBJC_PROLOGUE.
7151
7152 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7153
7154         * emit-rtl.c (gen_complex_constant_part): New function for getting
7155         the constant real or imaginary part of a complex constant.
7156         (gen_realpart): Use it.
7157         (gen_imagpart): Likewise.
7158
7159 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
7160
7161         * doc/invoke.texi: Fix typos.
7162         * doc/rtl.texi: Likewise.
7163
7164 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7165
7166         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7167         mode.
7168         * config/h8300/crtn.asm: Likewise.
7169         * config/h8300/lib1funcs.asm: Likewise.
7170         * config/h8300/h8300.c (asm_file_start): Likewise.
7171         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7172         h8300snelf emulations for normal mode.
7173         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7174         emulations for normal mode.
7175
7176 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7177
7178         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7179         true if TARGET_NORMAL_MODE.
7180
7181 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7182
7183         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7184         making a substitution.
7185         (dead_libcall_p): If directly replacing a libcall with a
7186         constant value produces an invalid instruction, also try forcing
7187         the constant into the constant pool.
7188         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7189         obvious that the source is a constant.
7190         (compress_float_constant): Use set_unique_reg_note to place
7191         REG_EQUAL notes on instructions.
7192
7193 2003-05-30  Eric Christopher  <echristo@redhat.com>
7194
7195         * config/mips/mips.c (extern_list): Add GTY marker.
7196         (extern_head): Separate out definition. Add marker.
7197         (mips_output_external): Use ggc_alloc for extern_list
7198         allocation.
7199         (mips_output_external_libcall): Ditto.
7200
7201 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
7202
7203         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7204         later.
7205
7206 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7207
7208         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7209         warnings.
7210         (PRINT_OPERAND): Likewise.
7211
7212 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7213
7214         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7215         -mdebug/-no-mdebug switches ...
7216         (MDEBUG_ASM_SPEC): ... here.
7217         Use only with gas.
7218         (EXTRA_SPECS): Initialize mdebug_asm_spec.
7219
7220 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
7221
7222         * gthr-gnat.c: Remove #undef UNUSED.
7223         (__gnat_default_lock, __gnat_default_unlock): Prototype.
7224         (__gnat_task_lock, __gnat_task_unlock): Make declarations
7225         prototypes.
7226         (__gnat_install_locks): Convert declaration to ISO C90, make
7227         parameter declarations prototypes, and remove blank line.
7228         * gthr-gnat.h (__gnat_install_locks): Make parameter
7229         declarations prototypes.
7230
7231 2003-05-29  Jason Merrill  <jason@redhat.com>
7232
7233         * Makefile.in (unstrap): Remove stage_last after make unstage1.
7234
7235 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7236
7237         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7238
7239 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7240             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
7241
7242         PR bootstrap/10169
7243         * mips-tfile.c (main): Use getopt_long instead of getopt.
7244         Add new command line option --version to display version.
7245         Treat --verbose like -v to report a single line version.
7246         (options): New global variable for getopt_long.
7247         * mips-tdump.c (main): Use getopt_long instead of getopt.
7248         New command line options -v, --version and -verbose to display
7249         the program version number (to match mips-tfile's behavior).
7250         (options): New global variable for getopt_long.
7251
7252         * gcov.c (options): Zero-terminate getopt_long array.
7253         * gcov-dump.c (options): Likewise.
7254
7255         * Makefile.in (mips-tdump.o): Add dependency on version.h.
7256
7257 2003-05-29  Stan Shebs  <shebs@apple.com>
7258
7259         Remove OBJC_PROLOGUE everywhere.
7260         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7261         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7262         * config/d30v/d30v.h: Similarly.
7263         * config/ip2k/ip2k.h: Similarly.
7264         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7265
7266 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7267
7268         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7269         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
7270         (expand_unreachable_stmt): Expand unreachable while statements
7271         using genrtl_do_stmt_1.
7272
7273 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
7274
7275         * config/mips/mips-protos.h (mips_output_load_label): Declare.
7276         * config/mips/mips.c (mips_output_load_label): New function.
7277         (mips_output_conditional_branch): Use it.
7278         * config/mips/mips.md (jump): And here.
7279
7280 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
7281
7282         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7283         (xtensa_split_operand_pair): New proto.
7284         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7285         (smalloffset_double_mem_p): Delete.
7286         (gen_float_relational, printx, print_operand, xtensa_va_arg):
7287         Fix whitespace.
7288         (xtensa_split_operand_pair): New.
7289         (xtensa_dbx_register_number): Fix formatting.
7290         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7291         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7292         instead of splitting them into single-word moves.  Remove unnecessary
7293         checks for reload_in_progress and reload_completed.
7294         (movdi_internal, movdf_internal): Change to post-reload split patterns.
7295         Add constraints to allow constant operands.
7296         (movsf_internal): Allow CONST_INT operands.
7297
7298 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
7299
7300         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7301         fragment i386/x-mingw32.
7302         * config/i386/x-mingw32: New file. Make local_includedir
7303         relative to EXEC_PREFIX.
7304
7305 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
7306
7307         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7308         (MD_STARTFILE_PREFIX): Define.
7309
7310 2003-05-27  Denis Chertykov  <denisc@overta.ru>
7311
7312         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7313         VOIDmode.
7314         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7315         call of cselib_invalidate_regno.
7316
7317 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
7318
7319         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7320         -lthread to -lpthread.
7321
7322 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7323             Bruce Korb  <bkorb@gnu.org>
7324             Arno Klaassen  <arno@heho.snv.jussieu.fr>
7325
7326         * fixinc/inclhack.def: Add missing declaration of getpagesize()
7327         to unistd.h on Solaris 2.5.1.
7328         Fix prototype of recv() and send() in sys/socket.h on
7329         Solaris 2.5.1 and 2.6.
7330         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7331         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7332         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7333         * fixinc/fixincl.x: Regenerate.
7334
7335 2003-05-27  Jason Merrill  <jason@redhat.com>
7336
7337         * tree.c (expr_first, expr_length): New fns.
7338         * tree.h: Declare them.
7339
7340         * tree.c (iterative_hash_expr): Hash commutative expressions
7341         consistently.
7342
7343 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7344
7345         * tree.h (contains_placeholder_p): Now returns bool.
7346         (CONTAINS_PLACEHOLDER_P): New macro.
7347         (type_contains_placeholder_p): New function.
7348         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7349         (contains_placeholder_p): Now returns bool.
7350         Rework to use CONTAINS_PLACEHOLDER_P macro.
7351         (type_contains_placeholder_p): New function.
7352         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7353         type_contains_placeholder_p.
7354         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7355         Use CONTAINS_PLACEHOLDER_P macro.
7356         * builtins.c (fold_builtin): Likewise.
7357         * calls.c (initialize_argument_information): Likewise.
7358         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7359         * explow.c (expr_size): Likewise.
7360         * expr.c (store_constructor, get_inner_reference): Likewise.
7361         * function.c (assign_parms): Likewise.
7362         * stor-layout.c (variable_size): Likewise.
7363
7364 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
7365
7366         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
7367         attribute.
7368
7369 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7370
7371         * doc/contrib.texi (Contributors): Update Kean Johnston.
7372
7373 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
7374
7375         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7376
7377 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7378
7379         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7380         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7381         Replace "GNU CC" with "GCC".
7382
7383 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
7384
7385         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7386         intermediate computation.
7387
7388 2003-05-23  Eric Christopher  <echristo@redhat.com>
7389
7390         * config/mips/mips.md (clzsi, clzdi): New patterns.
7391
7392 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
7393
7394         * gcc.c (default_compilers): Use -o to specify preprocessor's output
7395         file.  Make -no-integrated-cpp work when building PCH files.
7396         * objc/lang-specs.h: Likewise.
7397
7398 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7399
7400         * fixinc/Makefile.in: Correct description.
7401         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7402         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
7403         fixinc/genfixes: Replace "GNU CC" with "GCC".
7404
7405 2003-05-23  Roger Sayle  <roger@eyesopen.com>
7406
7407         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
7408         builtin functions (and their __builtin_* variants).
7409         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
7410         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
7411         optimizing.
7412
7413         * doc/extend.texi: Document new tan and atan builtins, and
7414         their float and long double variants.
7415
7416 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
7417
7418         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7419         __sparcv9 in the TARGET_ARCH64 case.
7420
7421 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
7422
7423         * i386.c (ix86_reorg): Calls are also jumps.
7424
7425 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7426
7427         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
7428         note containing an EXPR_LIST, process all the arguments.
7429
7430 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
7431                                Andreas Jaeger  <aj@suse.de>
7432
7433         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
7434         do not use assertion.
7435
7436 2003-05-23  Mike Stump  <mrs@apple.com>
7437
7438         * tlink.c (scan_linker_output): Add support for darwin linker, as it
7439         emits unresolved symbols one per line, consuming the entire line.
7440
7441 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
7442             Zack Weinberg <zack@codesourcery.com>
7443
7444         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
7445         * config/m68k/m68k.c (m68k_output_function_prologue):
7446         Remove code under #if NEED_PROBE.
7447         * config/m68k/m68k.h: Don't define NEED_PROBE.
7448         * config/m68k/m68k.md: Remove "probe" insn.
7449         * doc/md.texi: Remove documentation of "probe" pattern.
7450
7451 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
7452
7453         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
7454
7455 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7456
7457         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
7458         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
7459
7460 2003-05-22  Roger Sayle  <roger@eyesopen.com>
7461
7462         * real.c (real_maxval): New function to return the largest finite
7463         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7464         * real.h (real_maxval): Prototype here.
7465         * fold-const.c (fold_inf_compare): Transform comparisons against
7466         +-Infinity into comparisons against DBL_MAX (or equivalent).
7467
7468 2003-05-22  Mike Stump  <mrs@apple.com>
7469
7470         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7471         default.
7472
7473 2003-05-22  DJ Delorie  <dj@redhat.com>
7474
7475         * calls.c (expand_call): If the arg block is going to grow
7476         downward, we need argblock to point to the top of the block,
7477         not the bottom.
7478
7479 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7480
7481         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7482
7483         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7484         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7485
7486 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7487
7488         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7489         * m68k.c: Likewise.
7490         * m68k.h: Likewise.
7491
7492 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
7493
7494         PR other/2873
7495         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7496         expressions to prevent triggering on recent curses.h,
7497         linux/nls.h, or X11/Xlib.h.
7498         (stdio_va_list): Add _G_va_list to bypass pattern.
7499         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7500         * fixinc/fixincl.x: Regenerate.
7501
7502 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7503
7504         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7505         switches when --target-help option is specified.
7506
7507 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7508
7509         PR bootstrap/10805
7510         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7511         failure with Sun assembler 5.0 Alpha 03/27/98.
7512
7513 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
7514
7515         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7516         to match system compiler convention.
7517
7518 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7519
7520         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7521         value, not just if defined.
7522         Update copyright year.
7523
7524 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7525
7526         PR target/6428
7527         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7528         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
7529         option is used without `-static'.
7530         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7531         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7532
7533 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
7534
7535         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7536         TARGET_SERIALIZE_VOLATILE): Delete.
7537         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7538         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7539         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7540         "-mno-serialize-volatile".
7541         * config/xtensa/xtensa.c (print_operand): Remove checks of
7542         TARGET_SERIALIZE_VOLATILE.
7543         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7544         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7545         "-mserialize-volatile" and "-mno-serialize-volatile" options.
7546
7547 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7548
7549         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7550         (nested_function): Likewise.
7551         (notype_nested_function): Likewise.
7552
7553 2003-05-21  Nick Clifton  <nickc@redhat.com>
7554
7555         * config/stormy16/stormy-abi: Update overflow type for
7556         R_XSTORMY16_16 reloc.
7557
7558 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7559
7560         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7561         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7562         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7563         * print-tree.c (print_node): Remove ambient-boundedness.
7564         * tree.h (tree_common): Remove bounded_flag.
7565         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7566         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7567         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7568         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7569         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7570         Remove.
7571         (TYPE_QUALS): Remove BOUNDED.
7572         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7573         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7574         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7575         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7576         VA_LIST_POINTER_DEPTH): Remove.
7577         (struct tree_type): Remove pointer_depth.
7578
7579 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7580
7581         * c-pretty-print.c (pp_c_integer_literal): Use
7582         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7583
7584 2003-05-20  Roger Sayle  <roger@eyesopen.com>
7585             Kazu Hirata  <kazu@cs.umass.edu>
7586             Joern Rennecke  <joern.rennecke@superh.com>
7587
7588         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
7589         setcc and jump, if they exist.  If substituted instruction
7590         fails to validate, store current effort in a REG_EQUAL note.
7591         (cprop_insn): Don't attempt further substitutions if the
7592         current instruction has been deleted.
7593         (local_cprop_pass): Likewise.
7594
7595         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
7596         one is attached to the jump instruction.
7597         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7598
7599 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7600
7601         PR c++/9738
7602         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7603         even if not first.
7604
7605 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7606
7607         * genautomata.c (output_description, output_automaton_units,
7608         output_state_arcs): Add missing specifiers.
7609
7610 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
7611
7612         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7613         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7614         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
7615         (nsau): Rename to do_nsau.  Provide alternate version for use when
7616         the NSAU instruction is available.
7617         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7618         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7619         * config/xtensa/xtensa-config.h: Update comments to match binutils.
7620         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7621         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7622         (TARGET_ABS, TARGET_ADDX): Define.
7623         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7624         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7625         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7626         *subx8): Set predicate condition to TARGET_ADDX.
7627         (abssi2): Set predicate condition to TARGET_ABS.
7628         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7629         "-maddx", and "-mno-addx" options.
7630         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
7631
7632 2003-05-20  Kevin Ryde <user42@zip.com.au>
7633             Wolfgang Bangerth <bangerth@dealii.org>
7634
7635         PR/10355
7636         * doc/extend.texi: Put a warning into the documentation
7637         of attribute regparm.
7638
7639 2003-05-20  Jason Merrill  <jason@redhat.com>
7640
7641         * tree.c (expr_last): New fn.
7642         * tree.h: Declare it.
7643         * objc/objc-act (expr_last): Rename to objc_expr_last.
7644
7645 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7646
7647         * sh.c (sh_register_move_cost): Add clase for moving between
7648         FP registers and MAC registers.
7649
7650 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
7651
7652         * pa/milli64.S ($$mulI): Fix typo.
7653
7654 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
7655
7656         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7657         (nonlocal_set_p): Remove initial blank line.
7658         * dwarf2out.c (simple_type_size_in_bits): Likewise.
7659         * et-forest.c (et_forest_create): Likewise.
7660         * explow.c (stabilize): Likewise.
7661         * fix-header.c (write_lbrac): Likewise.
7662         * graph.c (start_fct, node_data): Likewise.
7663         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7664         * rtlanal.c (global_reg_mentioned_p): Likewise.
7665         * tree.c (bit_position): Likewise.
7666
7667 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
7668
7669         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7670         -lthread to -lpthread.
7671
7672 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
7673
7674         * c-opts.c (c_common_decode_option): Don't accept dollars
7675         as identifier characters in assembly.
7676         * doc/cpp.texi: Document this.
7677
7678 2003-05-19  Seth Arnold  <sarnold@wirex.com>
7679             Aldy Hernandez  <aldyh@redhat.com>
7680
7681         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7682         vrsave_size twice.
7683
7684 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
7685
7686         * doc/tm.texi (function_arg): Fix typo.
7687
7688 2003-05-19  Matt Austern  <austern@apple.com>
7689
7690         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7691         * c-common.h (warn_invalid_offsetof): Declare.
7692         * c-common.c (warn_invalid_offsetof): Define.
7693         * doc/invoke.texi: Document -Winvalid-offsetof.
7694         * testsuite/g++.dg/other/offsetof3.C: New.
7695         * testsuite/g++.dg/other/offsetof4.C: New.
7696
7697 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
7698             David Edelsohn  <edelsohn@gnu.org>
7699
7700         * config/rs6000/rs6000.c (rs6000_alignment_string,
7701         rs6000_alignment_flags): New variables.
7702         (rs6000_parse_alignment_option): New function.
7703         (rs6000_override_options): Call it.
7704         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7705         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7706         macros.
7707         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7708         natural alignment if TARGET_NATURAL_ALIGNMENT
7709         (ROUND_TYPE_ALIGN): Always use default record alignment if
7710         TAGET_NATURAL_ALIGNMENT.
7711         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7712         (ROUND_TYPE_ALIGN): Same.
7713         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7714         (ROUND_TYPE_ALIGN): Same.
7715         * doc/invoke.texi (Option Summary, PowerPC Options): Document
7716         new options.
7717
7718 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
7719
7720         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7721         of a function using ASMSPEC, prepend a star.
7722
7723 2003-05-19  Jason Merrill  <jason@redhat.com>
7724
7725         * tree-inline.c (copy_body_r): Avoid generating &* during inline
7726         substitution.
7727
7728 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
7729
7730         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7731         not mark assignments to the hard frame pointer as being stack
7732         frame related.
7733         (xstormy16_expand_epilogue): Mark adjustments to the stack
7734         pointer as being stack frame related.
7735
7736 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7737
7738         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7739         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7740         (PREDICATE_CODES): Add hilo_operand.
7741         * config/mips/mips.c (hilo_operand): New predicate.
7742         (mips_adjust_insn_length): Account for the number nops that might
7743         be needed to avoid hardware hazards.
7744         * config/mips/mips.md (dslot): Remove attribute.
7745         (hazard): New attribute.
7746         (can_delay): Use it.  Check for calls, branches & jumps.
7747         (muldi3): Use the standard dmult pattern for mips16 code.
7748         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7749
7750 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7751
7752         * config/mips/mips-protos.h (final_prescan_insn,
7753         mips_count_memory_refs, mips_fill_delay_slot): Remove.
7754         * config/mips/mips.h (delay_type, dslots_load_total,
7755         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7756         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7757         mips_load_reg3, mips_load_reg4): Remove.
7758         (MASK_STATS): Remove.
7759         (MASK_EXPLICIT_RELOCS): Reuse its value.
7760         (TARGET_STATS): Remove.
7761         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7762         Warn that -mstats is now ignored.
7763         (FINAL_PRESCAN_INSN): Undefine.
7764         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7765         (ASM_OUTPUT_REG_POP): Likewise.
7766         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7767         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7768         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7769         mips_fill_delay_slot, mips_count_memory_refs,
7770         final_prescan_insn): Remove.
7771         (output_block_move): Remove calls to mips_count_memory_refs.
7772         (print_operand): Remove printing of #nop for TARGET_STATS.
7773         (mips_output_function_epilogue): Remove TARGET_STATS code.
7774         Reorganize setting of fnnmae.
7775         * config/mips/mips.md: Remove handling of dslot statistics
7776         throughout file.  Change all fcmp patterns into normal asm
7777         templates, removing calls to mips_fill_delay_slot.
7778         * doc/invoke.texi: Remove documentation of -mstats.
7779
7780 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7781
7782         * config/mips/mips.c (mips_class_max_nregs): Return the number of
7783         words in the mode.
7784
7785 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7786
7787         * config/mips/mips.c (override_options): Disable explicit
7788         relocs for old ABIs unless using gas.
7789
7790 2003-05-18  Eric Christopher  <echristo@redhat.com>
7791
7792         * config/mips/mips.h: Remove definition of g_switch_value.
7793
7794 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7795
7796         * flags.h (g_switch_value): Change to an unsigned
7797         HOST_WIDE_INT.
7798         * toplev.c (g_switch_value): Likewise.
7799
7800         * config/alpha/alpha.c (small_symbolic_operand): Remove
7801         g_switch_value cast.
7802         (alpha_in_small_data_p): Cast size to an unsigned
7803         HOST_WIDE_INT.
7804
7805         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7806         unsigned HOST_WIDE_INT.
7807         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7808         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7809
7810         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7811         unsigned HOST_WIDE_INT.
7812         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7813         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7814         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7815
7816         * config/rs6000/rs6000.c (rs6000_file_start): Use
7817         HOST_WIDE_INT_PRINT_UNSIGNED.
7818         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7819         (rs6000_elf_in_small_data_p): Cast size to unsigned
7820         HOST_WIDE_INT.
7821         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7822         Remove.
7823         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7824         g_switch_set.
7825         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7826         g_switch_value cast.
7827
7828 2003-05-18  Roger Sayle  <roger@eyesopen.com>
7829             Zack Weinberg  <zack@codesourcery.com>
7830
7831         PR middle-end/10472
7832         * builtins.c (expand_builtin_memcpy):  Call force_operand on
7833         expressions and use simplify_gen_binary to create the addition.
7834
7835 2003-05-18  Andreas Schwab  <schwab@suse.de>
7836
7837         * config/m68k/m68k.md: Use define_constants for unspec numbers.
7838
7839 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7840
7841         * config/sparc/sparc.h: Define sparc for now.
7842
7843 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7844
7845         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7846
7847         * config/stormy16/stormy16.h: Remove about 3000 lines of
7848         target-independent comments.  Update copyright notice.
7849
7850         * doc/collect2.texi: GNU CC -> GCC.
7851         * doc/headerdirs.texi: GNU CC -> GCC.
7852
7853 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
7854
7855         * hashtable.h (struct ht_identifier): Add data member "hash_value".
7856         * hashtable.c (ht_lookup): Use it when searching, remember.
7857         (ht_expand): Do not recompute.
7858         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7859
7860 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7861
7862         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7863
7864 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7865
7866         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7867         Default here.
7868         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7869         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7870         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7871         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7872         config/arm/linux-elf.h, config/arm/rtems-elf.h,
7873         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7874         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7875         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7876         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7877         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7878         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7879         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7880         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7881         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7882         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7883         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7884         Don't define __ELF__.
7885         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7886         Define __ELF__.
7887         * doc/cpp.texi: Document __ELF__.
7888         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
7889
7890 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7891
7892         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7893         always use stdarg.
7894         * c-errors.c (pedwarn_c99): Likewise.
7895         * c-format.c (status_warning): Likewise.
7896         * c-semantics.c (build_stmt): Likewise.
7897         * calls.c (emit_library_call, emit_library_call_value): Likewise.
7898         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7899         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7900         * diagnostic.c (build_message_string, output_printf,
7901         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7902         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7903         error_with_decl, fnotice): Likewise.
7904         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7905         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7906         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7907         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7908         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7909         dw2_asm_output_encoded_addr_rtx): Likewise.
7910         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7911         * errors.c (warning, error, fatal, internal_error): Likewise.
7912         * final.c (output_operand_lossage, asm_fprintf): Likewise.
7913         * fix-header.c (fatal): Likewise.
7914         * gcc.c (fatal, error, notice): Likewise.
7915         * gcov.c (fnotice): Likewise.
7916         * genattrtab.c (attr_rtx, attr_printf): Likewise.
7917         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7918         * gensupport.c (message_with_line): Likewise.
7919         * mips-tfile.c (fatal, error): Likewise.
7920         * protoize.c (notice): Likewise.
7921         * ra-debug.c (ra_debug_msg): Likewise.
7922         * read-rtl.c (fatal_with_file_and_line): Likewise.
7923         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7924         * tree.c (build, build_nt, build_function_type_list): Likewise.
7925
7926 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7927
7928         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7929         * gcc.c (cpp_predefines): Remove.
7930         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7931         (static_specs): Remove predefines.
7932         * system.h: Poison CPP_PREDEFINES.
7933         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7934         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7935
7936 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7937
7938         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7939         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7940         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7941         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7942
7943 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7944
7945         PR c/9209
7946         * c-common.c, c-common.h (dollars_in_ident): Remove.
7947         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7948         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7949         * cpphash.h (warned_dollar): Rename warn_dollars.
7950         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7951         Permit dollars regardless of -std=.
7952         (post_options): Set warn_dollars.
7953         * cpplex.c (forms_identifier_p): Use warn_dollars.
7954         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7955         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7956         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7957         Update documentation.
7958
7959 2003-05-17  Andreas Schwab  <schwab@suse.de>
7960
7961         * config/m68k/m68k.c (m68k_output_function_prologue): Use
7962         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7963         formatting a HOST_WIDE_INT.
7964         (m68k_output_function_epilogue): Likewise.
7965
7966 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
7967
7968         * doc/install.texi: Remove information about desupported targets.
7969
7970 2003-05-17  Andreas Schwab  <schwab@suse.de>
7971
7972         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7973         * config/m68k/linux.h: Likewise.
7974         * config/m68k/m68k-none.h: Likewise.
7975         * config/m68k/netbsd-elf.h: Likewise.
7976         * config/m68k/sgs.h: Likewise.
7977         * config/m68k/m68k.h: Likewise.
7978         * config/m68k/m68k.md: Likewise.
7979         * config/m68k/m68k.c: Likewise.
7980         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7981         constraints.
7982         * doc/invoke.texi (Option Summary): Remove -mfpa.
7983         (M680x0 Options): Likewise.
7984
7985 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
7986
7987         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
7988
7989 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7990
7991         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
7992         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
7993         config/sparc/rtemself.h, config/sparc/sol2-64.h,
7994         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
7995         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
7996
7997 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7998
7999         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8000         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8001
8002 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
8003
8004         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8005         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8006         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8007         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8008         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8009         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8010         sparc/sysv4.h,
8011         * sparc/sysv4-only.h: New.
8012
8013 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
8014
8015         * function.c (assign_parms): Check for zero size args.
8016
8017 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8018
8019         * cfgloopanal.c (test_for_iteration): Use string concatentation on
8020         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8021         function calls into one.
8022         * dbxout.c (dbxout_symbol): Likewise.
8023         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8024         * dwarf2asm.c (dw2_asm_output_data_uleb128,
8025         dw2_asm_output_data_sleb128): Likewise.
8026         * genrecog.c (debug_decision_2): Likewise.
8027         * loop.c (emit_prefetch_instructions): Likewise.
8028         * print-rtl.c (print_rtx): Likewise.
8029         * print-tree.c (print_node_brief, print_node): Likewise.
8030         * ra-debug.c (dump_igraph, dump_graph_cost,
8031         dump_static_insn_cost): Likewise.
8032         * ra-rewrite.c (dump_cost): Likewise.
8033         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8034         * sreal.c (dump_sreal): Likewise.
8035         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8036         * varasm.c (assemble_vtable_entry): Likewise.
8037
8038         * avr.c (avr_output_function_prologue,
8039         avr_output_function_epilogue, print_operand): Fix format specifier
8040         warnings.
8041         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8042         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8043
8044 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
8045
8046         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8047         and ! TARGET_STRING cases.
8048
8049         * doc/cppopts.texi (-undef): Fix texinfo warning.
8050
8051         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8052         * cppfiles.c (validate_pch): When -H is used, print some information
8053         about PCH files found.
8054
8055 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8056
8057         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8058         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8059         * config/mips/t-sr71k: Likewise.
8060
8061 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8062
8063         * arc.c (arc_output_function_prologue,
8064         arc_output_function_epilogue): Fix format specifier warnings.
8065         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8066
8067         * v850.c (print_operand): Fix format specifier warnings.
8068
8069         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8070         specifier warnings.
8071
8072         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8073         format specifier warnings.
8074
8075         * ip2k.c (function_prologue, function_epilogue, print_operand):
8076         Fix format specifier warnings.
8077         * ip2k.md: Likewise.
8078
8079         * i960.c (i960_output_function_prologue, i960_print_operand,
8080         i960_print_operand_addr): Fix format specifier warnings.
8081
8082         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8083         (i370_output_function_prologue): Fix format specifier warnings.
8084         * i370.h (PRINT_OPERAND): Likewise.
8085
8086         * fr30.c (fr30_print_operand): Fix format specifier warnings.
8087
8088         * dsp16xx.c (print_operand_address): Fix format specifier warning.
8089         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8090
8091         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8092         specifier warnings.
8093
8094         * alpha.c (print_operand_address, alpha_start_function,
8095         unicosmk_output_ssib): Use string concatentation on
8096         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8097         function calls into one.
8098         * arm.c (arm_print_operand): Likewise.
8099         * cris.c (cris_asm_output_mi_thunk): Likewise.
8100         * frv.c (frv_asm_output_mi_thunk): Likewise.
8101         * ia64.c (ia64_print_operand, process_set): Likewise.
8102         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8103         Likewise.
8104         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8105         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8106         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8107         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8108         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8109         * s390.c (s390_assemble_integer): Likewise.
8110         * sparc.c (sparc_flat_function_prologue,
8111         sparc_flat_function_epilogue): Likewise.
8112         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8113         * vax.c (vax_output_mi_thunk): Likewise.
8114
8115         * frv.c (frv_print_operand_memory_reference): Fix format specifier
8116         warning.
8117         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8118
8119         * m68k.c (m68k_output_function_epilogue): Fix format specifier
8120         warnings.
8121
8122         * stormy16-protos.h (xs_hi_general_operand,
8123         xs_hi_nonmemory_operand): Prototype.
8124         * stormy16.c (xstormy16_output_shift): Fix format specifier
8125         warnings.
8126
8127         * cris.c: Fix format specifier warnings.
8128
8129 2003-05-16  Nick Clifton  <nickc@redhat.com>
8130
8131         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8132
8133 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
8134
8135         * doc/bugreport.texi: Remove most of the of the preface of the
8136         bugs section.
8137
8138 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
8139
8140         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8141         .save XX, r0.
8142
8143 2003-05-15  Roger Sayle  <roger@eyesopen.com>
8144
8145         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8146
8147 2003-05-15  Eric Christopher  <echristo@redhat.com>
8148
8149         * cfgcleanup.c (merge_blocks): Fix return value.
8150
8151 2003-05-15 Eric Christopher <echristo@redhat.com>
8152
8153         * combine.c (expand_compound_operation): Make sure
8154         that zero_extend operation is profitable.
8155
8156 2003-05-15  Richard Henderson  <rth@redhat.com>
8157
8158         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8159         code protected by USE_GNULIBC_1.
8160
8161 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
8162
8163         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
8164         remove hppa*-*-mpeix* which could not be built, and prune
8165         files from tmake_file= or tm_file= lists that don't exist.
8166
8167         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8168         * config/alpha/t-interix, config/arm/conix-elf.h
8169         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8170         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8171         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8172         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8173         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8174         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8175         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8176         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8177         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8178         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8179         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8180         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8181         * config/m68k/tower-as.h, config/m68k/tower.h
8182         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8183         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8184         * config/m88k/m88k-protos.h, config/m88k/m88k.c
8185         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8186         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8187         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8188         * config/mips/rtems64.h, config/mips/sni-gas.h
8189         * config/mips/sni-svr4.h, config/mips/t-ecoff
8190         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8191         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8192         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8193         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8194         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8195         * config/romp/romp-protos.h, config/romp/romp.c
8196         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8197         * config/rs6000/aix3newas.h, config/rs6000/mach.h
8198         * config/sparc/bsd.h, config/sparc/hal.h
8199         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8200         * config/sparc/lynx.h, config/sparc/netbsd.h
8201         * config/sparc/sp86x-aout.h, config/sparc/splet.h
8202         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8203         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8204         * config/sparc/t-halos, config/sparc/t-sparcbare
8205         * config/sparc/t-splet, config/sparc/t-sunos41
8206         * config/v850/rtems.h: Delete file.
8207
8208 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
8209
8210         * config/rs6000/rs6000-protos.h (function_value): Protoize.
8211
8212         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8213
8214         * config/rs6000/rs6000.c (rs6000_function_value): New.
8215
8216 2003-05-15  Philip Blundell  <philb@gnu.org>
8217
8218         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8219         All uses updated.
8220         (arm_tune_xscale): New variable.
8221         (arm_override_options): Set it.
8222         (arm_adjust_cost): Use it in place of arm_arch_xscale.
8223         (arm_gen_load_multiple): Likewise.
8224         (arm_gen_store_multiple): Likewise.
8225         * config/arm/arm.md (is_xscale): Likewise.
8226         * config/arm/arm.h (arm_tune_xscale): Declare.
8227
8228 2003-05-15  Philip Blundell  <philb@gnu.org>
8229
8230         PR target/10730
8231         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8232         involving invalid constants.
8233
8234 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8235
8236         * pa.c (hppa_expand_prologue): Remove blockage.
8237
8238 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
8239
8240         * doc/bugreport.texi: Remove most of the bug reporting
8241         instructions and merge them into bugs.html.
8242
8243 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
8244
8245         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8246         g_switch_value to unsigned HOST_WIDE_INT.
8247
8248 2003-05-14  Eric Christopher  <echristo@redhat.com>
8249
8250         * combine.c: Fix header comments.
8251         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8252         to all calls and prototype.
8253
8254 2003-05-14  Roger Sayle  <roger@eyesopen.com>
8255
8256         PR optimization/10764
8257         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8258         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8259         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
8260         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8261         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8262         the corresponding *fyl2x_?fxf3 instructions.
8263
8264 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
8265
8266         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8267         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8268         XCHAL_HAVE_L32R): New.
8269         * config/xtensa/xtensa-protos.h (non_const_move_operand,
8270         xtensa_load_constant, xtensa_function_prologue,
8271         xtensa_function_epilogue): Delete prototypes.
8272         (xtensa_expand_prologue): New.
8273         * config/xtensa/xtensa.c (frame_size_const,
8274         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8275         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8276         xtensa_function_prologue): Delete.
8277         (add_operand, xtensa_mem_offset): Formatting.
8278         (move_operand): If the const16 option is available, allow any SFmode
8279         and SImode constants.
8280         (xtensa_emit_move_sequence): Inline the former contents of
8281         xtensa_load_constant with modifications to handle the const16 option.
8282         (override_options): Add xtensa_char_to_class['W'] and set it to
8283         the general register class only if the const16 option is enabled.
8284         Fix formatting.  Disallow PIC when using the const16 option.
8285         (print_operand): Reorganize to switch on "letter" instead of the
8286         RTL code.  Add output_operand_lossage calls for invalid cases.
8287         Add support for 't' and 'b' letters.
8288         (xtensa_expand_prologue): New function to replace
8289         xtensa_function_prologue and xtensa_reorg.
8290         (xtensa_function_epilogue): Declare this as static.  Delete code
8291         to print the retw.n or retw instruction.
8292         (xtensa_return_addr): Use A0_REG instead of 0.
8293         (xtensa_rtx_costs): Add costs for using the const16 option.
8294         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8295         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8296         (TARGET_SWITCHES): Add "const16" and "no-const16".
8297         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8298         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8299         using the const16 option.
8300         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8301         (TRAMPOLINE_SIZE): Change from 49 to 59.
8302         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8303         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8304         when using the const16 option.
8305         (PREDICATE_CODES): Delete non_const_move_operand.
8306         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8307         UNSPECV_ENTRY.
8308         (movdi, movdf): If the source is a constant, always expand to a
8309         sequence of movsi insns.
8310         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8311         (movsi_internal, movsf_internal): Add alternative using const16 insns.
8312         (movsf): Add const16 support.
8313         (entry, prologue, epilogue): New.
8314         (set_frame_ptr): Add missing mode for unspec_volatile operation.
8315         Likewise for subsequent split pattern.
8316         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8317         "-mconst16" and "-mno-const16" options.
8318
8319 2003-05-14  Richard Henderson  <rth@redhat.com>
8320
8321         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8322         to be DImode register.  Merge load_symptr.
8323         * config/ia64/ia64.md (load_symptr): Remove.
8324
8325 2003-05-14  Richard Henderson  <rth@redhat.com>
8326
8327         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8328         DEFERRED_CONSTANT_P.
8329         * integrate.c (copy_rtx_and_substitute): Update use.
8330         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8331         to the copy generated.
8332         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8333         of the constant to see if we should emit.
8334         (mark_constant): Similarly.
8335         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8336
8337 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
8338
8339         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8340         move record condition.
8341         (movdi_internal2): Same.
8342
8343 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
8344
8345         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8346         (GCOV_TAG_*) Force type to gcov_unsigned_t.
8347         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8348         (struct gcov_var): Remove modified. Add start, length, offset,
8349         overread. Have buffer array for libgcov.
8350         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8351         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8352         * gcov-io.c (gcov_open): Set mode, do not read anything.
8353         (gcov_close): Write final block.
8354          (gcov_write_block, gcov_allocate): New.
8355         (gcov_write_bytes): Make static. Write or allocate buffer.
8356         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8357         null.
8358         (gcov_write_string): Adjust.
8359         (gcov_write_tag)
8360         (gcov_write_length): Adjust. Flush the block.
8361         (gcov_write_tag_length): Buffer can never be null.
8362         (gcov_read_bytes): Make static. Read in block.
8363         (gcov_sync): Moved here. Adjust.
8364         (gcov_seek): Moved here. Adjust.
8365         * coverage.c (read_counts_file): Adjust.
8366         * gcov-dump.c (print_prefix): Add position parameter.
8367         (flag_dump_positions): New flag.
8368         (options, main, print_usage): Add it.
8369         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8370         tag_summary): Adjust.
8371         * gcov.c (read_graph_file, read_count_file): Adjust.
8372         * libgcov.c (gcov_exit): Adjust.
8373
8374         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8375         (libgcov.a): Depend on libgcc.a.
8376         (gcov.o, gcov-dump.o): Add gcov-io.c.
8377         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8378
8379         * loop.c (check_dbra_loop): Factor common test.
8380
8381 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
8382
8383         * doc/md.texi (Automaton pipeline description): Grammar fixes.
8384
8385 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
8386
8387         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8388         (TARGET_INITIALIZER): Include it.
8389         * target.h (struct gcc_target): Add machine_dependent_reorg field.
8390         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8391         * system.h: Poison MACHINE_DEPENDENT_REORG.
8392
8393         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8394         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8395         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8396         (alpha_handle_trap_shadows): Remove "first insn" parameter.
8397         (alpha_align_insns): Likewise.
8398         (alpha_reorg): Likewise.  Make static.  Update calls to above
8399         functions.
8400
8401         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8402         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
8403         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8404         (arm_reorg): Remove parameter.  Make static.
8405
8406         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
8407         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
8408         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8409         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
8410         Remove parameter.
8411
8412         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
8413         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
8414         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8415         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
8416         Remove parameter.
8417
8418         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
8419         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
8420         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
8421
8422         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
8423         * config/frv/frv.c: Remove orphaned comment.
8424
8425         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
8426         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
8427         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8428         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
8429         Remove parameter.
8430
8431         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
8432         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
8433         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8434         (emit_insn_group_barriers): Remove "first insn" parameter.
8435         (emit_all_insn_group_barriers): Likewise.
8436         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
8437         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
8438
8439         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
8440         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
8441         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8442         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
8443         Remove parameter.
8444
8445         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
8446         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
8447         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8448         (m68hc11_reorg): Make static.  Remove parameter.
8449
8450         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
8451         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
8452         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8453         (conditionalize_optimization): Remove parameter.
8454         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
8455         Make static.  Update call to conditionalize_optimization.
8456
8457         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
8458         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
8459         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8460         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
8461         Make static.
8462
8463         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8464         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8465         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8466         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
8467         Remove parameter.
8468
8469         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8470         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8471         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8472         (pa_combine_instructions): Remove "first insn" parameter.
8473         (remove_useless_addtr_insns): Likewise.
8474         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
8475
8476         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8477         commented-out definition.
8478
8479         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8480         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8481         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8482         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
8483         Remove parameter.
8484
8485         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8486         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8487         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8488         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
8489         Remove parameter.
8490         (sh_output_mi_thunk): Call sh_reorg directly.
8491         * config/sh/sh.md: Update comment.
8492
8493         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8494         commented-out definition.
8495
8496         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8497         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8498         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8499         (v850_reorg): Make static.  Remove parameter.
8500
8501         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8502         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8503         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8504         (xtensa_reorg): Make static.  Remove parameter.
8505
8506         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8507         (TARGET_MACHINE_DEPENDENT_REORG): Document.
8508
8509 2003-05-13  Richard Henderson  <rth@redhat.com>
8510
8511         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8512         the old decl had instantiated DECL_RTL.
8513
8514 2003-05-13  Mike Stump  <mrs@apple.com>
8515
8516         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8517
8518 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
8519
8520         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8521         HOST_WIDE_INT argument.
8522
8523 2003-05-13  Jason Merrill  <jason@redhat.com>
8524
8525         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8526
8527         * tree.c (iterative_hash_expr): New fn.
8528
8529         * c-semantics.c (emit_local_var): Don't mess with temp slots if
8530         there's no initializer.
8531
8532 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8533
8534         * final.c (final_scan_insn): Apply the effects of frame-related
8535         delay slot insns before emitting a delayed branch.
8536
8537 2003-05-13  Nick Clifton  <nickc@redhat.com>
8538
8539         * config/mcore/mcore.md (jump): Use emit_jump_insn.
8540
8541 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8542
8543         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8544         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8545
8546 2003-05-12  DJ Delorie  <dj@redhat.com>
8547
8548         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8549         (emit_push_insn): Don't use push when the source alignment is less
8550         than the stack's push rounding.
8551
8552 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8553
8554         * diagnostic.c (output_format): Add support for %m.
8555         (output_printf, output_verbatim, diagnostic_set_info,
8556         verbatim): Set err_no field of the text_info structure being
8557         initialized.
8558         (fatal_io_error): Delete function.
8559         * diagnostic.h (text_info): Add err_no field.
8560         * toplev.h (fatal_io_error): Delete prototype.
8561
8562         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8563         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8564         * objc/objc-act.c: Replace all calls to fatal_io_error with
8565         calls to fatal_error; add ": %m" to the end of all the affected
8566         error messages.
8567
8568 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8569
8570         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8571         * rtl.h: Prototype it.
8572         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8573         when appropriate.
8574
8575 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8576
8577         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8578         ("*iorsi3_oi"): Likewise.
8579
8580 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
8581
8582         * arm.md (compare_scc): Use shorter sequence for EQ case.
8583         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8584         (and_scc_scc): Ensure split only applies when there is a dominance
8585         of the comparisons.
8586         (and_scc_scc_nodom): New insn-and-split pattern.
8587
8588 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8589
8590         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8591         to _Unwind_SetGRPtr().
8592
8593 2003-05-13  Michael Eager <eager@mvista.com>
8594
8595         * Makefile.in: Initialize program_transform_cross_name from
8596         @program_transform_name@ instead of target_alias.
8597
8598 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
8599             Alan Modra  <amodra@bigpond.net.au>
8600             Jakub Jelinek  <jakub@redhat.com>
8601
8602         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8603         * configure: Rebuild.
8604         * config/rs6000/rs6000-protos.h: Update.
8605         * config/rs6000/rs6000.c (rs6000_tls_size): New.
8606         (rs6000_tls_size_string): New.
8607         (rs6000_parse_tls_size_option): New.
8608         (rs6000_legitimize_tls_address): New.
8609         (rs6000_tls_get_addr): New.
8610         (rs6000_got_sym): New.
8611         (rs6000_tls_symbol_ref): New.
8612         (rs6000_tls_symbol_ref_1): New.
8613         (rs6000_get_some_local_dynamic_name): New.
8614         (rs6000_get_some_local_dynamic_name_1): New.
8615         (TARGET_HAVE_TLS): New.
8616         (TARGET_CANNOT_FORCE_CONST_MEM): New.
8617         (rs6000_override_options): Handle -mtls-size option.
8618         (constant_pool_expr_1): Handle TLS symbols.
8619         (rs6000_legitimize_address): Handle TLS symbols.
8620         (rs6000_tls_referenced_p): New.
8621         (rs6000_legitimate_address): Handle TLS symbols.
8622         (rs6000_emit_move): Handle TLS symbols.
8623         (print_operand): Handle TLS symbols.
8624         (uses_TOC): Handle TLS symbols.
8625         (rs6000_emit_prologue): Use symbol for unspec constant.
8626         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8627         (some_ld_name): New.
8628         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8629         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8630         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8631         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8632         Support TLS.
8633         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8634         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8635         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8636         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8637         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8638         tls_tls_64): New.
8639         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8640
8641 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
8642
8643         * Makefile.in (stage2_build, stage3_build, stage4_build):
8644         Set BUILD_CC to the same as CC.
8645
8646 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
8647
8648         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8649
8650 2003-05-12  Andreas Schwab  <schwab@suse.de>
8651
8652         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8653         as unused.
8654         (bundling): Initialize 'pos'.
8655         (ia64_expand_builtin): Initialize 'rmode'.
8656
8657 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
8658
8659         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8660         (ASM_OUTPUT_ALIGNED_COMMON): Same.
8661         (ASM_OUTPUT_LOCAL): Same.
8662
8663 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
8664
8665         * varasm.c (output_constant):  Fix underflow.
8666
8667 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
8668
8669         PR other/10745
8670         * configure.in: Correct detection of GNU ld version number.
8671         * configure: Regenerated.
8672
8673 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
8674
8675         * diagnostic.c (diagnostic_for_decl): Take a
8676         diagnostic_context argument.  Restructure to be consistent
8677         with diagnostic_report_diagnostic.
8678         (diagnostic_count_diagnostic): Now static.  Take a
8679         diagnostic_info argument, not just a diagnostic_t.  Some code
8680         moved here from internal_error.  Move a case label for
8681         clarity.
8682         (diagnostic_action_after_output): New function.  Code moved
8683         here from internal_error and fatal_error.
8684         (bug_report_request): New #define so that this text appears in
8685         only one place.
8686         (diagnostic_report_diagnostic): Update to match changes to
8687         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
8688         (diagnostic_set_info): Call gettext here.
8689
8690         (pedwarn): Update comment.  Don't call gettext here.
8691         (sorry): Use report_diagnostic.  Don't call gettext here.
8692         (fatal_error): Remove final fnotice and exit, but call
8693         real_abort to prevent warnings about noreturn function returning.
8694         (internal_error): Likewise.  Don't do ICE suppression here nor
8695         call context->internal_error.
8696         (warning_with_decl): Suppress for decls in system headers.
8697         Adjust call to diagnostic_for_decl.
8698         (pedwarn_with_decl): Likewise.
8699         (error_with_decl): Adjust call to diagnostic_for_decl.
8700         (error_recursion): Use bug_report_request.
8701
8702         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8703         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8704         diagnostic_count_diagnostic.
8705
8706 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8707
8708         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8709
8710 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
8711
8712         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8713         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8714         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
8715
8716 2003-05-12  Roger Sayle  <roger@eyesopen.com>
8717
8718         * doc/rtl.texi: Document zero_extract as a valid destination
8719         of a set insn.
8720
8721 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
8722
8723         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8724         '.'.  Change all local symbol definitions and references to use LSYM.
8725
8726 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
8727
8728         * expr.h (assemble_static_space): Update prototype.
8729         * output.h (assemble_zeros, output_constant): Likewise.
8730         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8731         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8732         it 64bit clean.
8733         * elf.h (ASM_OTUPUT_SKIP): Likewise.
8734         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8735         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8736         Expect HOST_WIDE_INT operand.
8737         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8738         Expect HOST_WIDE_INT operand.
8739         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8740         Expect HOST_WIDE_INT operand.
8741         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8742         HOST_WIDE_INT operand.
8743         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8744         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8745         * aout.h (ASM_OTUPUT_SKIP): Likewise.
8746         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8747         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8748         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8749         * frv.h (ASM_OTUPUT_SKIP): Likewise.
8750         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8751         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8752         Make it 64bit
8753         clean.
8754         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8755         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8756         Make it 64bit clean.
8757         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8758         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8759         HOST_WIDE_INT operand
8760         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8761         Expect HOST_WIDE_INT operand
8762         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8763         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8764         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8765         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8766         Likewise.
8767         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8768         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8769         Likewise.
8770         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8771         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8772         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8773         ASM_OUTPUT_SKIP): Likewise.
8774         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8775         Likewise.
8776         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8777         ASM_OUTPUT_SKIP): Likewise.
8778         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8779         ASM_OUTPUT_SKIP): Likewise.
8780         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8781         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8782         ASM_OUTPUT_SKIP): Likewise.
8783         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8784         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8785         ASM_OUTPUT_SKIP): Likewise.
8786         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8787         Likewise.
8788         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8789         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8790         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8791         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8792         ASM_OUTPUT_SKIP): Make it 64bit clean.
8793         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8794         Make it 64bit clean.
8795         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8796         ASM_OUTPUT_SKIP): Make it 64bit clean.
8797         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8798         64bit clean.
8799         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8800         HOST_WIDE_INT argument
8801         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8802         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8803         HOST_WIDE_INT argument
8804         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8805         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8806         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8807         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8808         HOST_WIDE_INT argument
8809         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8810         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8811         * varasm.c (asm_output_bss, asm_output_aligned_bss,
8812         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8813         HOST_WIDE_INT argument
8814
8815 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
8816
8817         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8818         favor of walk_tree_without_duplicates.  Add comments.
8819
8820 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
8821
8822         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8823         (struct alloc_pool_def): New element 'id'.
8824         * alloc-pool.c (fancy_abort): Extern function prototype.
8825         (abort): Macro which uses fancy_abort.
8826         (struct allocation_object_def): New structure.
8827         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8828         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8829         (last_id): New variable.
8830         (create_alloc_pool): Add the offset of u.data to size of element,
8831         increase and use last_id.
8832         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8833         (pool_alloc): Likewise. Set ID for elements.
8834         (pool_free): Check whether the PTR was allocated from POOL.
8835
8836 2003-05-11  Richard Henderson  <rth@redhat.com>
8837
8838         PR c/10675
8839         * c-decl.c: Include hashtab.h.
8840         (detect_field_duplicates): New.
8841         (finish_struct): Use it.
8842         * Makefile.in (c-decl.o): Update.
8843         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8844         (component_decl_list, component_decl_list2,
8845         components, components_notype): Build list in reverse order.
8846         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
8847
8848         * tree.c (chainon): Special case op2 null as well.
8849         Reorg for clarity.
8850
8851 2003-05-11  Roger Sayle  <roger@eyesopen.com>
8852
8853         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8854         to implement log, logf and logl built-ins as inline x87 intrinsics.
8855         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8856         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8857         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8858
8859         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8860         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8861
8862 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8863
8864         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8865
8866         * sparc.c (print_operand): Fix uninitialized warning.
8867
8868 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8869
8870         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8871         real insns.
8872         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8873         condition.
8874
8875 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8876
8877         * doc/cpp.texi: Fix typos.
8878
8879 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8880
8881         * config/s390/s390.c (s390_function_arg_float): New function.
8882         (s390_function_arg_pass_by_reference): Use it.
8883         (s390_function_arg_advance): Likewise.
8884         (s390_function_arg): Likewise.
8885         (s390_va_arg): Likewise
8886
8887 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
8888
8889         * coverage.h (coverage_counter_alloc): New function.
8890         * function.h (struct function): Remove arc_profile flag.
8891         * coverage.c (fn_ident): Remove.
8892         (fn_b_ctrs, no_coverage): New.
8893         (get_coverage_counts): Use current_function_funcdef_no.
8894         (coverage_counter_alloc): New.
8895         (coverage_counter_ref): Adjust.
8896         (coverage_begin_output): Check no_coverage. Use
8897         current_function_funcdef_no.
8898         (coverage_end_function): Likewise.
8899         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8900         than clearing flag_inline_functions. Do not clear arc_profile
8901         flag.
8902         * function.c (prepare_function_start): Do not set arc_profile
8903         flag.
8904         * profile.c (instrument_edges): Return number of instrumented
8905         edges. Use a for loop.
8906         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8907         local to here and simplify. Use profile_arc_flag not arc_profile
8908         flag.
8909         (find_spanning_tree): Reformat.
8910         * toplev.c (rest_of_compilation): Use profile_arc_flags and
8911         flag_test_coverage rather than arc_profile flag.
8912
8913 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
8914
8915         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8916
8917 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8918
8919         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8920
8921 2003-05-11  Bruno Haible  <bruno@clisp.org>
8922
8923         * cppfiles.c (find_or_create_entry): Preserve errno.
8924
8925 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8926
8927         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8928         cpplib as it's a Standard Predefined Macro.
8929         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8930         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
8931         __STDC_HOSTED__ appropriately.
8932         * cpplib.h (_cpp_init_builtins): Update.
8933         * fix-header.c (read_scan_file): Update.
8934         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8935
8936 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8937
8938         PR C++/689
8939         PR C++/9257
8940         * c-opts.c (c_common_decode_option): Don't set
8941         warn_ctor_dtor_privacy wen -Wall.
8942         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8943
8944 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
8945
8946         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8947         patch.
8948
8949 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
8950
8951         * diagnostic.c: Reorder functions for clarity, putting all the
8952         functions in the "error" family next to each other, and
8953         likewise all the functions in the "error_with_decl" family.
8954         Some other routines were moved too.  Add comments.
8955         (vbuild_message_string): Fold into sole caller.
8956
8957
8958 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8959
8960         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8961         (EH_RETURN_HANDLER_RTX): Likewise.
8962         (expand_builtin_eh_return): Do not copy stack adjustment
8963         if EH_RETURN_STACKADJ_RTX is not defined.
8964         (expand_eh_return): Likewise.  Also, do not pass stack
8965         adjustment as argument to the eh_return pattern.
8966         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8967         because EH_RETURN_STACKADJ_RTX is not defined.
8968         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8969         is not defined, treat stack pointer like a regular register.
8970         (uw_init_context_1): Set up fake initial stack pointer register.
8971         (uw_install_context_1): Do not compute stack adjustment if
8972         EH_RETURN_STACKADJ_RTX is not defined.
8973
8974         * config/i386/i386.md ("eh_return"): Remove first argument.
8975         * config/mips/mips.md ("eh_return"): Likewise.
8976         * config/rs6000/rs6000.md ("eh_return"): Likewise.
8977         * config/sh/sh.md ("eh_return"): Likewise.
8978
8979         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8980
8981 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
8982
8983         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
8984
8985 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
8986
8987         * defaults.h (GCOV_TYPE_SIZE): Remove.
8988         * gcov-io.h (gcov_type): Set to specific mode int on target.
8989         (gcov_unsigned_t, gcov_position_t): New.
8990         (GCOV_TYPE_NODE): New.
8991         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
8992         (GCOV_COUNTERS_SUMMABLE): New.
8993         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
8994         gcov_ctr_info, gcov_info): Adjust types.
8995         (gcov_var): Adjust types.
8996         (gcov_write_unsigned, gcov_write_tag,
8997         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8998         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8999         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9000         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9001         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9002         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9003         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9004         __gcov_init, __gcov_merge_add): Adjust gcov types.
9005         * coverage.c (ctr_merge_functions): Constify.
9006         (ctr_names): New.
9007         (read_counts_file): Adjust gcov types. Only summarize & merge
9008         summable counters.
9009         (coverage_counter_ref): Use GCOV_TYPE_NODE.
9010         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9011         build_ctr_info_value, build_gcov_info): Adjust types.
9012         * profile.c (branch_prob): Adjust gcov types.
9013         * gcov_dump (dump_file): Adjust gcov types.
9014
9015 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
9016
9017         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9018         constants.
9019         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9020         * arm.c (arm_select_dominance_cc_mode): Renamed from
9021         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
9022         Callers updated.
9023         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9024
9025 2003-05-09  Roger Sayle  <roger@eyesopen.com>
9026
9027         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9028         as unsigned to avoid signed/unsigned comparison warnings.
9029
9030 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9031
9032         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9033         instruction if the Xtensa density option is enabled.
9034
9035 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
9036
9037        * mklibgcc.in: Remove extra quotes.
9038
9039 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
9040
9041         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9042         of int_ftype_void.
9043
9044 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
9045
9046         * reload1.c (reload_cse_move2add): Don't turn an implicit
9047         truncation into a self-set in the narrow mode.
9048
9049 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
9050
9051         * arm.md (clzsi2): The CLZ instruction is predicable.
9052
9053 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9054
9055         * config/xtensa/xtensa.c: Formatting.
9056
9057 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9058
9059         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9060         instead of TREE_OPERAND to access the operand of a
9061         CONSTRUCTOR node.
9062
9063 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9064
9065         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9066         one operand.
9067
9068 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9069
9070         * toplev.h (warning_with_file_and_line): Don't declare.
9071         (error_with_file_and_line): Likewise.
9072         * diagnostic.c (error_with_file_and_line): Remove.
9073         (warning_with_file_and_line): Likewise.
9074
9075 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9076
9077         * c-parse.in (if_stmt_locus): New object.
9078         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
9079         (select_or_iter_stmt rule): Likewise.
9080         (if_stmt_file): Remove.
9081         (if_stmt_line): Likewise.
9082         * jump.c: include "diagnostic.h"
9083         (never_reached_warning): Don't use warning_with_file_and_line.
9084         * Makefile.in (jump.o): Add dependce on diagnostic.h
9085
9086 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
9087
9088         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
9089         Move code handling pieces not larger than a word to..
9090         * function.c (assign_parms): ..here, but use change_address instead
9091         of adjust_address and operand_subword, and expand_binop instead of
9092         expand_shift.  Adjust calls to move_block_from_reg.
9093         * expr.h (move_block_from_reg): Update declaration.
9094         (copy_blkmode_from_reg): Formatting.
9095         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9096         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9097         move_block_from_reg calls.
9098         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9099         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9100         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9101         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9102         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9103         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9104         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9105         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9106         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9107
9108 2003-05-08  DJ Delorie  <dj@redhat.com>
9109
9110         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9111         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9112         variable-sized types).
9113         (xstormy16_function_arg): New.  Pass them that way too.
9114         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9115         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9116
9117 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
9118
9119         * mklibgcc.in: Use mkinstalldirs when installing multilib
9120         directories.
9121
9122 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
9123
9124         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9125         instead of CODE_FOR_jump
9126
9127 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
9128
9129         * objc/objc-act.c (error_with_ivar): Don't use
9130         error_with_file_and_line.
9131         (warn_with_method): Don't use warning_with_file_and_line.
9132
9133 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9134
9135         * stmt.c (emit_locus): New macro.
9136         (emit_filename): Remove.
9137         (emit_lineno): Likewise.
9138         (struct stmt_status): Replace members x_emit_filename and
9139         x_emit_lineno with x_emit_locus.
9140         (set_file_and_line_for_stmt): Adjust.
9141         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9142         (warn_if_unused_value): Likewise.
9143         (check_seenlabel): Likewise.
9144
9145 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9146
9147         * c-decl.c (define_label): Tidy.  Don't use any of
9148         error_with_file_and_line or warning_with_file_and_file.
9149         (pending_xref_error): Likewise.
9150         (store_parm_decls): Likewise.
9151         (current_function_prototype_locus): New object.  Package from
9152         current_function_prototype_file and current_function_prototype_line.
9153         (start_function): Use it.
9154         (current_function_prototype_file): Remove.
9155         (current_function_prototype_line): Remove;
9156
9157 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9158
9159         * builtins.c (readonly_data_expr): New function.
9160         (expand_builtin_memmove): Optimize any rodata source, not just
9161         strings.
9162
9163 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9164
9165         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9166
9167 2003-05-07  Richard Henderson  <rth@redhat.com>
9168
9169         * config/i386/i386.c (ix86_split_long_move): Fix base register
9170         mode for XFmode splits for TARGET_64BIT.
9171
9172 2003-05-07  Richard Henderson  <rth@redhat.com>
9173
9174         * sched-ebb.c (schedule_ebb): Supply the correct starting
9175         block number to save_line_notes.
9176
9177 2003-05-07  Richard Henderson  <rth@redhat.com>
9178
9179         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9180         (dump_file): Likewise.
9181
9182 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9183
9184         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9185         forget to preserve gp.
9186         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9187
9188         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9189         .prologue directive.
9190         Use .skip instead of data8 for .bss section to make Intel
9191         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
9192         explicit in the .mib bundles and remove the unnecessary stop
9193         bits.  Replace local labels with normal labels, to make ias
9194         happy.  Don't register __do_global_ctors_aux here, do it in
9195         crtend.asm instead.
9196
9197         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9198         __do_global_ctors_aux in .init_array section instead of
9199         declaring it as a hidden global.  Replace local labels with
9200         ordinary labels to make ias happy.
9201
9202 2003-05-07  Richard Henderson  <rth@redhat.com>
9203
9204         PR c++/10570
9205         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9206         * flags.h, toplev.c, doc/invoke.texi: Likewise.
9207
9208         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9209         * unwind.inc (_Unwind_DeleteException): Check for null
9210         exception_cleanup.
9211
9212         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9213         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9214         * unwind.h: Declare them.
9215         * libgcc-std.ver (GCC_3.3): Export them.
9216
9217 2003-05-07  Richard Henderson  <rth@redhat.com>
9218
9219         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9220         not _Unwind_Word.
9221
9222 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
9223
9224         * stmt.c (force_label_rtx): New function, based on logic
9225         formerly found in expand_expr.
9226         * expr.h: Prototype it.
9227         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9228         appropriate.
9229         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9230
9231         * print-tree.c (debug_tree): Free the table after we're done
9232         with it.  Use putc.
9233
9234 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
9235
9236         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9237         Unreverse arguments for __ev_subw.
9238
9239         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9240
9241 2003-05-07  Nick Clifton  <nickc@redhat.com>
9242
9243         * config/stormy16/stormy-abi: Update to include
9244         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9245         R_XSTORMY16_12 relocs.
9246
9247 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
9248
9249         * function.c (assign_parms): Correct reversed reg_parm_stack_space
9250         test.  Add partial in-regs size to stack_args_size.
9251
9252 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9253
9254         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9255         as a C only option.
9256
9257 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9258
9259         * gcov-io.h (GCOV_LOCKED): New #define.
9260         (GCOV_LINKAGE): Make sure it is #defined.
9261         (gcov_write_string, gcov_write_tag, gcov_write_length,
9262         gcov_read_string, gcov_time): Poison in libgcov.
9263         (gcov_seek_end): Remove.
9264         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9265         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9266         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9267         GCOV_TAG_SUMMARY_LENGTH): New #defines.
9268         (gcov_write_tag, gcov_write_length): Not in libgcov.
9269         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9270         (gcov_write_tag, gcov_write_length): Not in libgcov.
9271         (gcov_write_tag_length): New.
9272         (gcov_write_summary): Use gcov_write_tag_length.
9273         * libgcov.c: Always #include gcov-io.h.
9274         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9275         (GCOV_LINKAGE): Define to nothing for L_gcov.
9276         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9277         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9278         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9279         (read_count_file): Likewise.
9280         * gcov-dump.c (dump_file): Likewise.
9281         * coverag.c (read_counts_file): Likewise.
9282
9283 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
9284
9285         PR other/10658
9286         * gcc.c (process_command): Update copyright date.
9287
9288 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
9289
9290         * doc/install.texi (mips-*-*):  Add note about libstdc++.
9291
9292 2003-05-06  DJ Delorie  <dj@redhat.com>
9293
9294         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9295         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9296         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9297
9298 2003-05-06    <neil@cat.daikokuya.co.uk>
9299
9300         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9301         and -Wstrict-prototypes if C++.
9302
9303 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
9304
9305         * config/rs6000/linuxspe.h: New file.
9306
9307         * config.gcc: Add powerpc-*-linux-gnuspe* target.
9308
9309 2003-05-06  Richard Henderson  <rth@redhat.com>
9310
9311         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9312         previous frame didn't save sp.  Clear sp for next frame.
9313         (uw_install_context_1): Honor saved sp from frame.
9314
9315 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9316
9317         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9318         (mips_move_1word, mips_move_2words): Remove declaration.
9319         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9320         (mips_restore_gp): Remove insn argument.
9321         * config/mips/mips.h (FP_REG_RTX_P): New macro.
9322         * config/mips/mips.c (volatile_buffer): Remove.
9323         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9324         (mips_move_1word, mips_move_2words): Remove, replacing with...
9325         (mips_output_move): ...this new function.
9326         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
9327         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
9328         handling of floating-point constants.  Handle zero CONST_DOUBLE
9329         arguments.
9330         (mips_annotate_frame_insn): Replace with...
9331         (mips_set_frame_expr): ...this, which just takes one argument.
9332         (mips_frame_set): Change the register argument to an rtx.
9333         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9334         check whether moves should be split.  Use mips_split_64bit_move
9335         to split them.  Use mips_subword to generate the high and low
9336         parts of a paired FPR.  Adjust calls to frame_set and
9337         mips_set_frame_expr.
9338         (mips_expand_prologue): Simplify due to above changes.
9339         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
9340         targets, replacing xisting register-only versions.
9341         (UNSPEC_STORE_DF_HIGH): New unspec.
9342         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9343         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9344         (*paradoxical_extendhidi2): Remove.
9345         (movdi_internal, movdi_internal2): Use mips_output_move.
9346         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9347         (movsf_internal1, movsf_internal2): Likewise.
9348         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
9349         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
9350         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
9351         Add m <- G alternative.
9352         (load_df_low, load_df_high, store_df_low): New patterns.
9353         (movhi_internal): Use @ template instead of calling a function.
9354         Remove unnecessary 'z' alternatives.
9355         (movqi_internal): Likewise.
9356         (exception_receiver): Update call to mips_restore_gp.
9357
9358 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9359
9360         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9361         (mips_delegitimize_address): Declare.
9362         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9363         (FIND_BASE_TERM): Define.
9364         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9365         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9366         Handle small-data addresses.
9367
9368 2003-05-05  Roger Sayle  <roger@eyesopen.com>
9369
9370         * real.c (real_powi): New function to calculate the value of
9371         a real raised to an integer power, i.e. pow(x,n) for int n.
9372         (real_sqrt): Convert to using the faster do_add, do_multiply
9373         and do_divide API for consistency with the rest of real.c.
9374         * real.h (real_powi): Prototype here.
9375         * builtins.c (fold_builtin):  Avoid local variable mode when
9376         evaluating sqrt at compile time.  Attempt to evaluate pow at
9377         compile-time, by checking for an integral exponent.
9378
9379 2003-05-05  Richard Henderson  <rth@redhat.com>
9380
9381         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9382
9383 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
9384
9385         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9386         other FreeBSD ports.
9387         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9388         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9389
9390 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
9391
9392         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9393         expanded variables.
9394         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9395
9396 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
9397
9398         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9399         * varasm.c (struct varasm_status): Add deferred_constants field.
9400         (n_deferred_strings): Delete variable.
9401         (n_deferred_constants): New #define.
9402         (struct constant_descriptor_tree): Kill next and label fields.
9403         (const_hash_table, MAX_HASH_TABLE): Delete.
9404         (const_desc_htab): New static variable.
9405         (const_hash): Rename const_desc_hash, and make it fit the
9406         hashtab.h interface.
9407         (const_desc_eq): New.
9408         (const_hash_1, compare_constant): Const-ify arguments.
9409         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
9410         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
9411         (output_constant_def): Do the lookup/insert using the
9412         hashtab.h interface.  Don't muck with n_deferred_constants or
9413         DEFERRED_CONSTANT_P here.
9414         Always call maybe_output_constant_def_contents.
9415         (maybe_output_constant_def_contents): Take a pointer to the
9416         descriptor, not the EXP and RTL separately.  Return
9417         immediately if this constant is not deferred.  Defer output of
9418         everything, except writable string constants.  Update
9419         n_deferred_constants here.
9420         (output_constant_def_contents): Now takes just one argument,
9421         an rtx.  Clear DEFERRED_CONSTANT_P here.
9422         (mark_constant_pool): Update for rename of n_deferred_strings.
9423         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
9424
9425         (init_varasm_status): Clear p->deferred_constants.
9426         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
9427
9428 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9429
9430         * builtins.c (expand_builtin_stpcpy): Only expand when the length
9431         of the source string can be evaluated at compile-time.
9432
9433 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9434
9435         * testsuite/gcc.c-torture/compile/simd-6.c: New.
9436
9437         * c-typeck.c (digest_init): Handle arrays of vector constants.
9438
9439 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
9440
9441         * builtins.c (expand_builtin_mempcpy): New function.
9442         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
9443         ignored into strcpy no matter what arguments it has.
9444         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
9445         expand_builtin_mempcpy.
9446
9447 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9448
9449         * testsuite/gcc.dg/20030505.c: New.
9450
9451         * c-typeck.c (convert_for_assignment): Opaque pointers can
9452         interconvert.
9453
9454         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
9455         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
9456         (spe_init_builtins): Rename all pv2si_type_node to
9457         opaque_p_V2SI_type_node.
9458         Remove declaration of pv2si_type_node.
9459         (is_ev64_opaque_type): Accept opaque pointers.
9460
9461 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
9462
9463         * config/rs6000/rs6000.c (validate_condition_mode): Use
9464         flag_finite_math_only.
9465         (rs6000_reverse_condition): Never return UNKNOWN; use
9466         flag_finite_math_only.
9467         (rs6000_generate_compare): Use flag_finite_math_only.
9468         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
9469         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
9470         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
9471
9472         * toplev.c (check_global_declarations): Suppress not-used warning
9473         for volatile variables.
9474
9475 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
9476
9477         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9478         usage of bitfield instructions for mode1 != BLKmode, only ignoring
9479         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9480         (store_field): Likewise.
9481
9482 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9483
9484         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9485         evsubifw to builtins accepting 5-bit unsigned constants.
9486         (easy_vector_constant): Return if V1DImode.  Fix typo.
9487
9488 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9489
9490         * config/rs6000/spe.h: Revert licensing change from last patch.
9491
9492 2003-05-05  DJ Delorie  <dj@redhat.com>
9493
9494         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9495         before reload, but defer the split until after.
9496         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9497         to match.
9498
9499 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
9500
9501         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9502         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9503
9504 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9505
9506         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9507         is defined.
9508
9509 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9510
9511         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9512         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9513         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9514
9515         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9516         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9517         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9518         New.
9519
9520         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9521         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9522
9523         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9524         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9525         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9526         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9527         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9528         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9529         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9530         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9531         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9532         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9533         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9534         BUILT_IN_STRDUP): Add "nonnull" attribute.
9535
9536 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9537
9538         * expr.c (store_field): Don't clobber TEMP in shift: it might be
9539         a variable.
9540         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9541         whose purpose is to step up the alignment.
9542         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9543
9544         * stor-layout.c (compute_record_mode): Relax restriction
9545         on fields crossing word boundaries forcing BLKmode.
9546
9547 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
9548
9549         * cppinit.c (cpp_create_reader, post_options): Warn about
9550         trigraphs unless explicity set or -trigraphs.
9551         * cpplex.c (warn_in_comment): New.
9552         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9553         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9554         * doc/cppopts.texi, doc/cpp.texi: Update.
9555
9556 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9557
9558         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9559         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9560         namespace clash.
9561         (GCOV_MERGE_FUNCTIONS): New.
9562         (gcov_merge_fn): Declare.
9563         (struct gcov_ctr_info): New field "merge".
9564         (__gcov_merge_add): Declare.
9565         * coverage.c (ctr_merge_functions): New.
9566         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9567         of gcov_ctr_info type.
9568         * libgcov.c (__gcov_merge_add): New.
9569         (gcov_exit): Call a hook to merge values of counters.
9570
9571 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
9572
9573         * toplev.h (pedwarn_with_file_and_line): Don't declare.
9574         * diagnostic.c (pedwarn_with_file_and_line): Remove.
9575
9576 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9577
9578         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9579
9580 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9581
9582         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9583         expand_builtin_frame_address): Update prototypes.
9584         (expand_builtin_constant_p, expand_builtin_strlen,
9585         expand_builtin_strcpy, expand_builtin_memset,
9586         expand_builtin_bzero, expand_builtin_args_info,
9587         expand_builtin_frame_address): Pass in just the argument(s)
9588         needed, not the entire expression `exp'.
9589         (expand_builtin): Update all calls to these functions.
9590
9591 2003-05-03  Richard Henderson  <rth@redhat.com>
9592
9593         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9594         <BUILT_IN_DWARF_SP_COLUMN>: New.
9595         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9596         (BUILT_IN_DWARF_SP_COLUMN): New.
9597         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9598         (expand_builtin_dwarf_sp_column): New.
9599         * except.h: Update to match.
9600         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9601         (execute_cfa_program): Record location expression address
9602         before extracting length.
9603         (uw_update_context_1): Install old CFA into stack pointer column.
9604         (uw_init_context_1): Set cfa_reg to stack pointer column.
9605
9606 2003-05-03  Richard Henderson  <rth@redhat.com>
9607
9608         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9609         return bool.
9610         (toc_relative_expr_p): Likewise.
9611         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9612         (legitimate_constant_pool_address_p): Move from rs6000.h, change
9613         into a function, downcase all users.
9614         (legitimate_small_data_p): Likewise.
9615         (legitimate_offset_address_p): Likewise.
9616         (legitimate_indexed_address_p): Likewise.
9617         (legitimate_indirect_address_p): Likewise.
9618         (legitimate_lo_sum_address_p): Likewise.
9619         (rs6000_mode_dependent_address): Likewise.
9620         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9621         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9622         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9623         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9624         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9625         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9626         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9627         * config/rs6000/rs6000-protos.h: Update.
9628
9629 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
9630
9631         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9632         (REVERSE_CONDITION): Define.
9633
9634         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9635         to branch_positive_comparison_operator.
9636         (ccr_bit): Check that sCOND conditions are actually a positive bit.
9637         (print_operand): Remove %D substitution.
9638         (rs6000_emit_sCOND): Generate complement operation to ensure that
9639         sCOND input is a positive bit.
9640         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9641         same order as bCOND, and add the missing ones.  Remove the %D
9642         substitutions from the scc patterns.
9643
9644         * simplify-rtx.c (simplify_relational_operation): Add case for
9645         ! (fabs(x) < 0.0).
9646
9647 2003-05-03  Bruce Korb  <bkorb@gnu.org>
9648
9649         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9650         in fixincl.x
9651         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9652
9653 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
9654
9655         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
9656
9657 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
9658
9659         PR c/10604
9660         * c-common.c (warn_sign_compare): Initialize to -1.
9661         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9662         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9663         for C++ only.
9664         (c_common_post_options): Set warn_sign_compare from extra_warnings
9665         if it's still -1 at this point.
9666
9667         * toplev.c (maybe_warn_unused_parameter): New static variable.
9668         (set_Wextra): New static function.
9669         (W_options): Remove "extra".
9670         (decode_W_option): Call set_Wextra.
9671         (independent_decode_option): Likewise.
9672         (set_Wunused): Cooperate with set_Wextra in setting
9673         warn_unused_parameter.
9674         (rest_of_compilation): No need to check extra_warnings as
9675         well as warn_uninitialized.
9676
9677         * c-typeck.c (build_binary_op, build_conditional_expr):
9678         No need to check extra_warnings as well as warn_sign_compare.
9679         (internal_build_compound_expr): No need to check extra_warnings
9680         as well as warn_unused_value.
9681         * function.c (expand_function_end): No need to check extra_warnings
9682         as well as warn_unused_parameter.
9683         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9684         as well as warn_unused_value.
9685
9686         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9687
9688         * Makefile.in: Disable -Werror for gengtype-lex.o.
9689
9690 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
9691
9692         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9693         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9694         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9695         * calls.c (emit_call_1): Likewise.
9696         (expand_call): For calls initializing constant memory, replace
9697         emission of standalone mem /u clobber with function usage entry.
9698         * expr.c (emit_block_move_via_libcall): Likewise.
9699         * cse.c (count_reg_usage, case EXPR_LIST): New case.
9700         * flow.c (propagate_one_insn): Pass entire operand of
9701         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9702         * integrate.c (try_constants): For CALL_INSNs, substitute constants
9703         within the FUNCTION_USAGE also.
9704         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9705         FUNCTION_USAGE lists.
9706         * reload1.c (replace_pseudos_in): Renamed.
9707         (reload): Use it for clobbers surviving until the end of the reload.
9708
9709 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9710
9711         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9712         gen_lowpart on non-integer modes.
9713
9714         * stor-layout.c (place_field): When adjusting offset_align, use
9715         desired_align, not DECL_ALIGN.
9716
9717 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
9718
9719         * c-decl.c (pending_invalid_xref_file): Remove.
9720         (pending_invalid_xref_line): Remove.
9721         (pending_invalid_xref_location): New.
9722         (lookup_label): Use location_t and input_location directly.
9723         (lookup_tag): Likewise.
9724         (pending_xref_error): Likewise.
9725         (c_expand_body_1): Likewise.
9726         * c-common.c (x_expand_start_cond): Likewise.
9727         * c-semantics.c (genrtl_for_stmt): Likewise.
9728         (find_reachable_label): Likewise.
9729         * expr.c (expand_expr): Likewise.
9730         * integrate.c (output_inline_function): Likewise.
9731         * tree-inline.c (find_alloca_call): Likewise.
9732         (find_builtin_longjmp_call): Likewise.
9733         * gcc.c (input_filename): Make static.
9734
9735 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
9736
9737         * config/mips/mips.md: Fix comment typo.
9738
9739         * config/mips/mips.c (mips_integer_op): New structure.
9740         (MIPS_MAX_INTEGER_OPS): Define.
9741         (mips_const_insns): Use mips_build_integer to determine the number
9742         of instructions needed to load a CONST_INT.
9743         (move_operand): Reject compound CONST_INTs.
9744         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9745         (mips_move_integer): New fn.
9746         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9747         (mips_legitimize_move): Only legitimize constants when moving
9748         word or subword values.
9749
9750 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
9751
9752         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9753
9754 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9755
9756         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9757         modifying it.
9758
9759 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9760             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9761
9762         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9763         Hernandez, and Kazu Hirata.  Update Richard Henderson.
9764
9765 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
9766
9767         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9768         to tentative declaration.
9769
9770         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9771         (SYMBOL_FLAG_SMALL_V4): Delete.
9772         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9773         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9774         (rs6000_elf_in_small_data_p): Add extra section names.  Add
9775         comment about TREE_PUBLIC test.
9776
9777         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9778         expand_stmt on result of expand_unreachable_stmt.
9779
9780 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9781
9782         * doc/contrib.texi (Contributors): Add Daniel Berlin.
9783
9784 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
9785
9786         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9787         number of automata.
9788
9789         * config/rs6000/rs6000.c (symbol_ref_operand): Check
9790         SYMBOL_REF_FUNCTION_P on AIX.
9791         (current_file_function_operand): Same.
9792         * config/rs6000/rs6000.md (call,call_value): Force non-function
9793         symbol_ref into register on AIX.
9794
9795 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9796
9797         * calls.c (struct arg_data): Move offset, slot_offset, size and
9798         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9799         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9800         Delete alignment_pad var.  Don't calculate slot_offset here.
9801         (emit_library_call_value_1): Delete alignment_pad, offset and size
9802         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9803         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9804         partial in-regs here.  Formatting fixes.
9805         * expr.h (struct locate_and_pad_arg_data): New struct.
9806         (locate_and_pad_parm): Adjust declaration.
9807         * function.c (assign_parms): Localize vars.  Use "locate" instead of
9808         other arg location vars.  Don't invoke FUNCTION_ARG or
9809         FUNCTION_INCOMING_ARG unless pretend_named is different from
9810         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
9811         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
9812         Use slot_offset for stack home of reg parms.  Correct test for
9813         parm passed in memory.  Formatting fixes.
9814         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
9815         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
9816         Correct initial_offset_ptr handling.  Localize vars.  Always pad
9817         locate->offset even when in_regs.
9818
9819 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9820
9821         * Makefile.in (TREE_H): Replace location.h with input.h.
9822         (GTFILES) Remove location.h
9823         (gt-lists.h): Replace gt-location.h with gt-input.h
9824         * input.h (input_filename, input_line): Remove variables.
9825         (location_s, location_t): Move from location.h.
9826         (input_location): New.
9827         (input_filename, input_line): New #defines.
9828         * location.h: Remove.
9829         * tree.h: Replace location.h with input.h.
9830         (input_filename, input_line): Remove.
9831         * diagnostic.h: Replace location.h with input.h.
9832         * gcc.h (input_filename, input_filename_length): Remove declarations.
9833         * toplev.c (input_filename, input_line): Remove.
9834         (input_location): Define.
9835         (push_srcloc, pop_srcloc): Adjust.
9836         * diagnostic.c (diagnostic_report_current_module): Adjust.
9837
9838 2003-05-02  Nick Clifton  <nickc@redhat.com>
9839
9840         * configure.in: Add xstormy16 to list of targets that has a nop
9841         instruction and hence which can be tested to see if the
9842         assembler supports the --gdwarf2 switch.
9843         * configure: Regenerate.
9844
9845 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9846
9847         PR target/8257
9848         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9849         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9850         Avoid undefined shifts by making the shift operand unsigned.
9851
9852 2003-05-01  DJ Delorie  <dj@redhat.com>
9853
9854         * reload.c (find_reloads): Also check that all of a multi-reg
9855         value is in the class.
9856
9857 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9858
9859         * scan.h (lineno): Revert the rename here.
9860
9861 2003-05-01  Stan Shebs  <shebs@apple.com>
9862
9863         * config/darwin.c (darwin_encode_section_info): Call
9864         default_encode_section_info.
9865
9866 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
9867
9868         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9869         (movsi_internal1): Use new mfjmpr attribute.
9870         (movhi_internal): Same.
9871         (movqi_internal): Same.
9872         (movcc_internal1): Same.
9873         (movdi_internal64): Same.
9874         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9875         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9876         * config/rs6000/40x.md: Add fpu_405.
9877         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9878         into power4misc automata.  Remove extraneous parentheses.
9879         * config/rs6000/440.md: New file.
9880         * config/rs6000/rs6000.c (processor_target_table): Add 440,
9881         440fp.  Rename 405f to 405fp.
9882         (function_arg_padding): Correct formatting.
9883         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9884
9885 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9886
9887         * input.h (lineno): Rename to ...
9888         (input_line): ... here.
9889         * tree.h (lineno): Rename to ...
9890         (input_line): ... here.
9891         * scan.h (lineno): Rename to ...
9892         (input_line): ... here.
9893         * toplev.c (lineno): Rename to ...
9894         (input_line): ... here.
9895         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
9896         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9897         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9898         store_parm_decls, c_expand_body_1): Likewise.
9899         * c-errors.c (pedwarn_c99): Likewise.
9900         * c-format.c (status_warning): Likewise.
9901         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9902         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9903         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9904         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9905         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9906         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9907         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9908         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9909         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9910         * coverage.c (create_coverage): Likewise.
9911         * diagnostic.c (pedwarn, sorry, error, fatal_error,
9912         internal_error, warning, diagnostic_report_current_module,
9913         inform): Likewise.
9914         * expr.c (expand_expr): Likewise.
9915         * integrate.c (expand_inline_function,
9916         output_inline_function): Likewise.
9917         * rtl-error.c (file_and_line_for_asm): Likewise.
9918         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9919         walk_tree): Likewise.
9920         * tree.c (make_node): Likewise.
9921         * ada, cp, f, java, objc, treelang: Likewise.
9922         * objc/objc-act.c (objc_init): Rename lineno to input_line.
9923         (build_module_descriptor, build_selector_translation_table,
9924         build_protocol_template, build_method_prototype_list_template,
9925         build_category_template, build_selector_table,
9926         build_class_template, build_super_template, build_ivar_template,
9927         build_ivar_list_template, build_method_list_template,
9928         build_method_template, add_instance_variable): Likewise.
9929
9930         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9931         name from input_filename.
9932
9933 2003-04-30  Eric Christopher  <echristo@redhat.com>
9934             Richard Sandiford <rsandifo@redhat.com>
9935
9936         * configure: Regenerate from patches below.
9937         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9938         for all symbolic operands.
9939         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9940         to function.
9941         * config/mips/linux.h: Fix typo.
9942         * Merge from mips-3_4-rewrite branch:
9943
9944         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
9945
9946                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9947                 handling local labels when TARGET_ABICALLS.
9948
9949         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
9950
9951                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9952                 integer argument.
9953                 (mips_expand_call): Likewise.
9954                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9955                 (FIXED_REGISTERS): Clear $31 entry.
9956                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9957                 (EPILOGUE_USES): Define.
9958                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9959                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9960                 (override_options): Add a 'j' register class.
9961                 (mips_expand_call): Handle sibcalls
9962                 (mips_expand_epilogue): Handle epilogues for sibcalls.
9963                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9964                 (sibcall_epilogue): New pattern.
9965                 (call, call_value): Adjust calls to mips_expand_call.
9966                 (sibcall, sibcall_value): New expanders.
9967                 (sibcall_internal, sibcall_value_internal): New patterns.
9968                 (sibcall_value_multiple_internal): New pattern.
9969
9970         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
9971
9972                 * config/mips/mips.md (extended_mips16): New attribute.
9973                 (define_attr length): Default to 8 if extended_mips16 == yes.
9974                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9975                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9976                 (call_internal): Set extended_mips16 to yes for direct jumps.
9977                 Remove redundant mode attribute.
9978                 (call_value_internal, call_value_multiple_internal): Likewise.
9979                 (call_split): Remove redundant mode attribute.
9980                 (call_value_split, call_value_multiple_split): Likewise.
9981
9982                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
9983                 of unaligned offsets.
9984
9985                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
9986                 of SYMBOL_GENERAL.
9987
9988         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9989
9990                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
9991                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
9992                 for mips16 code.
9993
9994         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9995
9996                 * config/mips/mips.h (ADDRESS_COST): Define.
9997
9998         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
9999
10000                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10001                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
10002                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10003
10004         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
10005
10006                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
10007                 of a two-instruction sequence.  Add register->memory alternative.
10008                 (truncdihi2, truncdiqi2): Likewise.
10009                 Rework shift/truncate instructions so that they only handle right
10010                 shifts of 32 (or more, in the case of arithmetic shifts).
10011                 Add patterns for truncate/sign-extend.
10012
10013         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10014
10015                 * configure.in (mips*-*-*): Check for explicit relocation support.
10016                 * configure: Regenerate.
10017
10018         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10019
10020                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10021                 and -mno-explicit-relocs.
10022                 (MASK_EXPLICIT_RELOCS): Define.
10023                 (TARGET_EXPLICIT_RELOCS): Use it.
10024                 (mips_split_addresses): Remove declaration.
10025                 * config/mips/mips.c (override_options): Update comment for
10026                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10027
10028         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10029
10030                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10031                 a CONST as identity.  Check the return value of gen_lowpart_common.
10032
10033         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10034
10035                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10036                 references for TARGET_EXPLICIT_RELOCS.
10037                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10038                 !TARGET_MIPS16.
10039
10040         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10041
10042                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10043                 (addsi3): Remove redundant constraints.
10044                 (addsi3_internal): Use separate register & constant alternatives.
10045                 Use a 'Q' constraint and "addiu" insn for the latter.
10046                 (adddi3_internal_3, addsi3_internal_2): Likewise.
10047
10048         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10049
10050                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10051                 (mips_expand_unaligned_store): Declare.
10052                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10053                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10054                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10055                 (UNSPEC_ULD, UNSPEC_USD): Remove.
10056                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10057                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10058                 (extv, extzv): Use mips_expand_unaligned_load.
10059                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
10060                 predicate for operand 3.
10061                 (movsi_ulw, movsi_usw): Replace with...
10062                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10063                 (movdi_uld, movdi_usd): Likewise replace with...
10064                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10065
10066         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
10067
10068                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10069                 * config/mips/mips.h (LEA_REGS): New register class.
10070                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10071                 (GR_REG_CLASS_P): Include LEA_REGS.
10072                 (DANGEROUS_FOR_LA25_P): New macro.
10073                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10074                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10075                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10076                 entries to LEA_REGS.
10077                 (mips_global_pic_constant_p): New function.
10078                 (override_options): Add 'e' register constraint.
10079                 (mips_secondary_reload_class): Return LEA_REGS when reloading
10080                 a dangerous constant into a class containing $25.
10081                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10082                 (movsi_internal): Likewise.
10083
10084         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10085
10086                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10087                 * config/mips/mips.md (call_split): New insn.
10088                 (call_value_split, call_value_multiple_split): New insns.
10089                 (call_internal): Turn into a define_insn_and_split.  Split the
10090                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10091                 (call_value_internal, call_value_multiple_internal): Likewise.
10092
10093         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10094
10095                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10096                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10097                 (mips_encode_section_info): Don't take symbol visibility into
10098                 account if TARGET_ABICALLS.  Add more commentary.
10099                 * config/mips/mips.md: Add commentary above reloc constants.
10100
10101         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
10102
10103                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10104                 from mips_legitimize_move.  Legitimize constant pool references.
10105                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
10106                 a REG_EQUAL note to the last instruction.
10107
10108         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
10109
10110                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10111                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10112                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10113                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10114                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10115                 (UNSPEC_RELOC_GPREL16): Rename to...
10116                 (RELOC_GPREL16): ...this.
10117                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10118                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10119                 (macro_calls): New attribute.
10120                 (length): Use it to set the default length of calls.  Don't allow
10121                 calls to have delay slots if macro_calls is "yes".
10122                 (luisi, luidi): New patterns.
10123                 (lowsi, lowdi): Use '%R' to print the relocation.
10124                 (lowdi_extend): Remove.
10125                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
10126                 (call_internal): Merge alternatives.  Always use "jal".
10127                 (call_value_internal, call_value_multiple_internal): Likewise.
10128                 (reloc_gprel16): Remove.
10129                 * config/mips/mips.c (mips_got_alias_set): New variable.
10130                 (mips_classify_constant): Handle the new relocation constants.
10131                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10132                 (mips_symbolic_address_p): Return false if generating explicit relocs.
10133                 Otherwise allow local PIC symbols to have an offset.
10134                 (mips_splittable_symbol_p): New function.
10135                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10136                 (mips_const_insns): Always accept HIGH.
10137                 (call_insn_operand): Don't accept global symbols if using explicit
10138                 relocs.
10139                 (move_operand): Don't accept HIGH when generating PIC.
10140                 (mips_reloc, mips_lui_reloc): New functions.
10141                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
10142                 be a valid right-hand-side for a SET pattern.
10143                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10144                 (mips_emit_high): New function.
10145                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10146                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
10147                 address should be used.  Use mips_emit_high to generate the
10148                 high part of such an address.  Adjust the global symbol + offset
10149                 case to match the change to mips_force_temprorary.
10150                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10151                 If generating explicit-reloc PIC, load the address of global
10152                 symbols from the GOT.  Use mips_emit_high to emit the high part
10153                 of an address.
10154                 (mips_simplify_dwarf_addr): New function.
10155                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10156                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10157                 (mips_expand_call): Load the addresses of global functions using
10158                 %call* relocs if generating explicit-reloc PIC.  Don't generate
10159                 an exception_receiver pattern.
10160                 (override_options): Initialize mips_got_alias_set.
10161                 (print_relocation): Remove in favor of...
10162                 (mips_reloc_string): ...this new function.
10163                 (print_operand): Handle '%R'.  Use mips_reloc_string.
10164                 (print_operand_address): Use print_operand to print the symbolic
10165                 part of a LO_SUM address.
10166                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10167                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
10168                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10169                 for local symbols.
10170
10171         2003-02-02  Eric Christopher  <echristo@redhat.com>
10172
10173                 * config/mips/mips.c (mips_sign_extend): Remove.
10174                 * config/mips/mips-protos.h: Ditto.
10175                 * config/mips/mips.md (movdi_internal2_extend): Remove.
10176                 (extendsidi2): Fix mode of convert_memory_address.
10177
10178         2003-01-24  Eric Christopher  <echristo@redhat.com>
10179
10180                 * config/mips/mips.md: Rewrite zero_extend* and extend*
10181                 patterns. Use explicit instructions and split after reload
10182                 for register extensions.
10183                 (ashlsi3_internal1_extend): New combiner pattern for
10184                 shift and extend combinations.
10185                 * config/mips/mips.h: Change Pmode back to ptr_mode
10186                 for performance enhancement.
10187                 * combine.c (expand_compound_operation): Make sure
10188                 that zero_extend operation is profitable.
10189
10190         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
10191
10192                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10193                 addresses depend on ptr_mode rather than Pmode.
10194                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10195                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10196                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10197                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10198                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
10199                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10200                 (tablejump_internal1): Remove condition.
10201                 (tablejump_internal2): Change condition to TARGET_64BIT.
10202                 (cpaddsi): Rename to...
10203                 (cpadd): ...this.
10204                 (cpadddi): Remove.
10205
10206         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10207
10208                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10209                 mips_address_cost, mips_check_split, double_memory_operand,
10210                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10211                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10212                 (mips_legitimate_address_p): Return bool.
10213                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10214                 mips_legitimize_address, mips_legitimize_move,
10215                 mips_expand_call): Declare.
10216                 (mips_return_addr): Move outside #ifdef RTX_CODE.
10217
10218                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10219                 (PIC_FN_ADDR_REG): New reg_class.
10220                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10221                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10222                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10223                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10224                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10225                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10226                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10227                 (LEGITIMATE_PIC_OPERAND): Undefine.
10228                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10229                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10230                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10231                 (FUNCTION_MODE): Change to SImode.
10232                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10233                 most constants.  Treat const_artih_operands specially if they
10234                 occur in a PLUS or MINUS.
10235                 (CONSTANT_POOL_COST): New macro.
10236                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10237                 Add LO_SUM handling.
10238                 (ADDRESS_COST): Undefine.
10239                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10240                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
10241                 to call_insn_operand and remove CONST_INT.
10242
10243                 * config/mips/mips.c: Include integrate.h.
10244                 (SINGLE_WORD_MODE_P): New macro.
10245                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10246                 (mips_constant_info, mips_address_info): New structs.
10247                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10248                 (mips_classify_constant, mips_classify_symbol,
10249                 mips_valid_base_register_p, mips_symbolic_address_p,
10250                 mips_classify_address, mips_symbol_insns,
10251                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10252                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10253                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10254                 mips_print_relocation): New functions.
10255                 (const_arith_operand): New operand predicate.
10256                 (arith_operand): Use it.
10257                 (mips_const_double_ok, mips16_simple_memory_operand,
10258                 simple_memory_operand, double_memory_operand, mips_check_split,
10259                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10260                 mips16_gp_offset_p, mips16_output_gp_offset,
10261                 mips16_constant_after_function_p, mips16_constant): Remove.
10262                 (call_insn_operand): Be more fussy about symbolic constants.
10263                 Use register_operand.
10264                 (move_operand): Use mips_symbolic_address_p to check symbolic
10265                 operands and general_operand to check the rest.
10266                 (symbolic_operand): Use mips_classify_constant.
10267                 (mips_legitimate_address_p): Use mips_classify_address.
10268                 (mips_move_1word): Combine handling of symbolic addresses.
10269                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10270                 (move_move_2words): Likewise.  Assume addresses are offsettable
10271                 if they need to refer to more than one word.  Add HIGH handling.
10272                 (mips_restore_gp): Use ptr_mode for the GP save slot.
10273                 (mips_expand_call): New function, combining the old mips.md
10274                 call and call_internal define_expands.  If the address isn't
10275                 a call_insn_operand, force it into a register.  For SVR4 PIC,
10276                 emit an exception_receiver instruction after the call.
10277                 (override_options): Only override flag_pic for TARGET_ABICALLS
10278                 if it is currently zero.  Allow mips_split_addresses when
10279                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10280                 Add new register class letter, 'c'.
10281                 (print_operand): Use mips_classify_constant for constant operands.
10282                 (print_operand_address): Use mips_classify_address.
10283                 (mips_output_function_prologue): Don't use .cprestore.
10284                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10285                 via the frame pointer if current_function_calls_eh_return.
10286                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10287                 to mark whether a symbol is local or global.
10288                 (build_mips16_call_stub): Expect the address of the function rather
10289                 than a MEM reference to it.  Update call generation sequences.
10290                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
10291                 small-data adjustments.
10292
10293                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
10294                 length for loads and stores.
10295                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10296                 (define_attr type): Add const and prefetch.
10297                 (define_attr length): Use mips_const_insns for const instructions.
10298                 Use mips_fetch_insns for load and store instructions.
10299                 (define_attr single_insn): New.
10300                 (define_attr can_delay): Use it.
10301                 (define_attr abicalls): Remove.
10302                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
10303                 (addsi3_internal_2): Add 'Q' constraint.
10304                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10305                 (high): Remove.
10306                 (lowsi): Renamed from low.
10307                 (lowdi): New pattern.
10308                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
10309                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10310                 (loadgp): Change operand 0 to an immediate_operand.
10311                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10312                 beforehand.
10313                 (cpaddsi, cpadddi): New patterns.
10314                 (tablejump_internal3, tablejump_internal4): Remove define_expands
10315                 and associated define_splits.
10316                 (call, call_value): Use mips_expand_call.
10317                 (call_internal): New, replacing all existing call_internal* insns.
10318                 (call_value_internal): Likewise call_value_internal*.
10319                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10320                 (untyped_call): Remove if (operands[0]) magic.
10321                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10322                 (prefetch_di_address, prefetch_di): Likewise.
10323                 (leasi, leadi): Remove.
10324                 (reloc_gprel16): New.
10325
10326                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10327                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10328                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10329
10330         2003-01-08  Eric Christopher  <echristo@redhat.com>
10331
10332                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10333                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10334                 configure check for libgloss.
10335                 * config/mips/elf64.h: Ditto.
10336                 * config/mips/mips.c: Remove ABI_MEABI.
10337                 * config/mips/mips.h: Ditto.
10338
10339         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
10340
10341                 Fix merge fallout.
10342                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10343                 (muldi3_internal): Remove outdated comment.
10344                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10345                 (*smsac_di, *umsac_di): Likewise.  Reformat.
10346                 (umulsi3_highpart): Minor formatting tweaks.
10347                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
10348                 redundant scratch operand.  Minor formatting tweak.
10349                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10350                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
10351                 (smulsi3_highpart): As for the unsigned version.
10352                 (smulsi3_highpart_internal): Likewise.
10353                 (smulsi3_highpart_mulhi_internal): Likewise.
10354                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10355                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10356                 (*smul_acc_di): Remove duplicated pattern.
10357                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10358                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10359                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10360
10361         2002-10-22  Eric Christopher  <echristo@redhat.com>
10362
10363                 * config/mips/mips-protos.h (mips_return_addr): New.
10364                 * config/mips/mips.c (mips_return_addr): New.
10365                 (movdi_operand): Remove.
10366                 (se_register_operand): Ditto.
10367                 (se_reg_or_0_operand): Ditto.
10368                 (se_uns_arith_operand): Ditto.
10369                 (se_arith_operand): Ditto.
10370                 (se_nonmemory_operand): Ditto.
10371                 (extend_operator): Ditto.
10372                 (highpart_shift_operator): Ditto.
10373                 (mips_initial_elimination_offset): Remove return address pointer
10374                 elimination.
10375                 (mips_reg_names): Remove $ra.
10376                 (mips_regno_to_class): Ditto.
10377                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10378                 and TARGET_64BIT.
10379                 (POINTER_BOUNDARY): Remove.
10380                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10381                 (PROMOTE_MODE): Promote to Pmode.
10382                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10383                 (Pmode): Define to TARGET_64BIT.
10384                 (FUNCTION_MODE): Define as Pmode.
10385                 (mips_args): Remove deleted functions.
10386                 (SIZE_TYPE): Depend on POINTER_SIZE.
10387                 (PTRDIFF_TYPE): Ditto.
10388                 (FIXED_REGISTERS): Fix extra registers.
10389                 (CALL_USED_REGISTERS): Ditto.
10390                 (CALL_REALLY_USED_REGISTERS): Ditto.
10391                 (RAP_REG_NUM): Remove.
10392                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10393                 (RETURN_ADDR_RTX): Define to mips_return_addr.
10394                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10395                 (CAN_ELIMINATE): Ditto.
10396                 * config/mips/mips.md: For DImode patterns, take into account
10397                 deletions above. Split mulsidi patterns into sign_extend and
10398                 zero_extend.
10399
10400         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
10401                     Michael Meissner  <meissner@redhat.com>
10402
10403                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
10404                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
10405                 mop up unnecessarly moves through LO.
10406                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
10407                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
10408                 change mtlo/macc sequences into mul/add sequences when a three-
10409                 address mul is available.
10410                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
10411                 (*mul_sub_si): Fix contraint for operand 5.
10412                 (*muls): Use in 32-bit code as well.
10413                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
10414                 if the destination is LO.  Remove duplicate define_split.
10415                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
10416                 (*msac_di): Likewise.  Fix formatting.
10417                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
10418                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
10419                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
10420                 (*xmulsi3_neg_highpart_mulhi): Likewise.
10421                 (*mul_acc_64bit_di): Remove.
10422                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
10423
10424         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10425
10426                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10427                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10428                 (MULTILIB_DIRNAMES): Remove long32.
10429                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10430                 (MULTILIB_REDUNDANT_DIRS): Remove.
10431
10432         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10433
10434                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10435                 * gcc.c (driver_self_specs): New variable.
10436                 (do_self_spec): New function.
10437                 (main): Use it to process driver_self_specs.
10438
10439         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
10440
10441                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
10442                 Remove DImode define_split for !TARGET_64BIT.
10443                 (anddi3): Remove !TARGET_64BIT support from here as well.
10444                 Change operand 2's predicate to se_uns_arith_operand.
10445                 Add constant alternatives to define_insn.
10446                 (iordi3, xordi3, *nordi3): Likewise.
10447                 (anddi3_internal1, xordi3_immed): Remove.
10448
10449         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10450
10451                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
10452                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
10453                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
10454                 * config/mips/mips.md: Apply same renaming here.
10455
10456         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10457
10458                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
10459                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
10460                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
10461                 * config/mips/mips.md (define_attr cpu): Remove r4320.
10462                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
10463
10464         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10465
10466                 * config/mips/mips.c (mips16_strings): New variable.
10467                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10468                 symbol in mips16_strings.  Free the list.
10469                 (mips_encode_section_info): Keep track of local strings.
10470
10471         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10472
10473                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10474                 (sordered_df, sordered_sf): Remove.
10475                 * config/mips/mips.c (get_float_compare_codes): New fn.
10476                 (gen_int_relational, gen_conditional_move): Use it.
10477
10478         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10479
10480                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10481                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10482                 * config/mips/mips.c (fcc_register_operand): New function.
10483                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10484                 (override_options): Allow TFmode values in float registers
10485                 if ISA_HAS_8CC.
10486                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10487                 to fcc_register_operand.  Remove misleading source constraint.
10488                 Use mips_emit_fcc_reload.
10489                 (reload_outcc): Duplicate reload_incc.
10490
10491
10492 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
10493
10494         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10495
10496 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
10497
10498         * tree-inline.c (inlinable_function_p): Back out last change, it's
10499         unnecessary.
10500
10501 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
10502
10503         * ggc-page.c (TREE_EXP_SIZE): Define.
10504         (extra_order_size_table): New entry for expr trees with
10505         two operands.
10506
10507 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10508
10509         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10510         (c_expand_start_cond): Adjust.
10511         (c_expand_end_cond): Don't use warning_with_file_and_file.
10512         (shadow_warning): Likewise.
10513
10514 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
10515
10516         * tree.h (DECL_POINTER_DEPTH): Remove.
10517         (struct tree_decl): Remove pointer_depth.
10518
10519 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
10520
10521         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10522         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10523         (rs6000_xcoff_encode_section_info): Remove.
10524         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10525         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10526         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10527         Use SYMBOL_REF_FLAGS.
10528         (rs6000_elf_encode_section_info): Call default_encode_section_info for
10529         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10530         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10531         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10532         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10533         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10534
10535 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10536
10537         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10538
10539 2003-04-30  Andreas Schwab  <schwab@suse.de>
10540
10541         * doc/extend.texi (Other Builtins): Enclose multiple word data
10542         type in braces for @deftypefn.
10543
10544 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10545
10546         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10547
10548         * doc/install.texi (--enable-threads): Document "gnat" option.
10549
10550 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10551
10552         * diagnostic.h (output_formatted_scalar): Tweak.
10553         * diagnostic.c (output_long_decimal): Likewise.
10554         (output_unsigned_decimal): Likewise.
10555         (output_long_unsigned_decimal): Likewise.
10556         (output_octal): Likewise.
10557         (output_long_octal): Likewise.
10558         (output_hexadecimal): Likewise.
10559         (output_long_hexadecimal): Likewise.
10560         (output_pointer): New function.
10561         (output_format): Use it.  Recognize "%p" format specifier.
10562
10563 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10564
10565         * function.c (purge_addressof_1): Postpone insn in fewer cases.
10566
10567 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10568
10569         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10570         call abort() after running out of stack space.
10571
10572         * c-typeck.c (function_types_compatible_p): Ignore incompatible
10573         'volatile' qualifiers on a function's return type in GNU mode.
10574
10575 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
10576
10577         * expr.c (emit_group_load): Dump parallels of simd types to
10578         memory.
10579
10580 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
10581
10582         * genautomata.c (add_vect): Check undefined value for range type
10583         too.
10584
10585 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
10586
10587         * configure.in:  More general test for cmp --ignore-initial.
10588         * configure:  Regenerate.
10589
10590 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10591
10592         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10593         (layout_decl, place_field): Likewise.
10594         Also make minor type and whitespace changes.
10595
10596         * tree.c (save_expr): Don't fold a COMPONENT_REF.
10597
10598 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
10599
10600         * calls.c (expand_call): When modes of target and valreg match, force
10601         sibcall failure when target is a MEM.
10602
10603 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10604
10605         * tree-inline.c (inlinable_function_p): Don't support inlining
10606         functions using varargs.
10607
10608         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10609
10610         * dwarf2out.c (output_call_frame_info): No need to output EH
10611         unwind information if all_throwers_are_sibcalls.
10612
10613         * c-semantics.c (expand_unreachable_stmt): Return a tree.
10614         (expand_stmt): Update for change to expand_unreachable_stmt.
10615         (expand_unreachable_if_stmt): Likewise.
10616
10617         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10618
10619 2003-04-29  Jason Merrill  <jason@redhat.com>
10620
10621         PR middle-end/10336
10622         * jump.c (never_reached_warning): Really stop looking if we reach
10623         the beginning of the function.
10624
10625 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
10626
10627         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10628         Remove redundant macros.
10629         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10630         (LOCAL_LABEL_PREFIX): Define unconditionally.
10631         (NO_DOT_IN_LABEL): Clarify comment.
10632         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10633         definition to "long int".
10634
10635 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
10636
10637         bootstrap/10452
10638         * gengtype-yacc.y: Improve portability.
10639
10640 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10641
10642         * config.gcc: Install obsolete target list for GCC 3.3.
10643         * doc/install.texi: Mention in specific-target instructions
10644         that certain configurations are deprecated.
10645
10646 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10647
10648         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10649
10650 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10651
10652         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10653         * gcc.c (display_help): Likewise.
10654         * toplev.c (f_options): Likewise.
10655         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10656         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10657         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10658         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10659         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10660
10661 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
10662
10663         * varasm.c (default_assemble_visibility): Use assemble_name.
10664
10665 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
10666
10667         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10668         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10669         (SIZE_TYPE): New macro.
10670         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10671         (SET_ASM_OP): New macro.
10672         (HANDLE_SYSV_PRAGMA): New macro.
10673         (ASM_WEAKEN_LABEL): New macro.
10674
10675 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10676
10677         PR c++/10180
10678         * tree-inline.c (expand_call_inline): Call push_srcloc when
10679         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
10680
10681 2003-04-28  Mike Stump  <mrs@apple.com>
10682
10683         * gdbinit.in: Update to reflect new identifier structure.
10684
10685 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
10686
10687         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10688         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10689         struct tree_complex, struct tree_vector): Remove RTL field.
10690         (CONSTRUCTOR_ELTS): Use elt 0.
10691         * tree.def (CONSTRUCTOR): Delete first of its two operands.
10692         * varasm.c (output_constant_def): Remove early exit if
10693         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
10694         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10695         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10696         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10697
10698 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10699
10700         * c-decl.c (finish_decl): When prototype with asmspec is found
10701         for built-in, adjust built_in_decls as well as expr.c decls.
10702         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10703         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10704         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10705
10706 2003-04-28  Richard Henderson  <rth@redhat.com>
10707
10708         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10709         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10710         integral constant mult operand.
10711         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10712         (const_smulsi3_highpart_v8plus): Likewise.
10713         (const_smulsi3_highpart): Likewise.
10714         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10715         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10716         (const_umulsi3_highpart_v8plus): Likewise.
10717         (const_umulsi3_highpart): Likewise.
10718
10719 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10720
10721         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10722         Define as 1.
10723
10724 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10725
10726         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10727
10728 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10729
10730         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10731         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10732         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10733         functions.
10734         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10735
10736 2003-04-28  Nick Clifton  <nickc@redhat.com>
10737
10738         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10739
10740 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10741
10742         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10743         output_constant_def, use its result instead of TREE_CST_RTL (exp).
10744         Can assume it has the form (mem (symbol_ref ".LCxxx")).
10745         (expand_expr <COMPONENT_REF>): Can always just extract the
10746         relevant field of a CONSTRUCTOR.
10747         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10748         ARRAY_RANGE_REF>): Make control flow explicit.
10749         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10750         an INTEGER_CST.
10751
10752 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
10753
10754         * reload1.c (reg_set_luid): Fix a comment typo.
10755
10756 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10757
10758         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10759         struct deferred_string, const_str_htab): Kill.
10760         (n_deferred_strings): New static variable.
10761         (build_constant_desc): Set SYMBOL_REF_DECL of the new
10762         symbol_ref to point to the constant.
10763         (output_constant_def): When a deferred string is forced out,
10764         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10765         (mark_constant): Likewise.
10766         (maybe_output_constant_def_contents): When deferring a string
10767         constant, just set STRING_POOL_ADDRESS_P and increment
10768         n_deferred_strings.
10769         (mark_constant_pool): Check n_deferred_strings, not the size
10770         of const_str_htab.
10771         (init_varasm_once): No need to create const_str_htab.
10772
10773         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10774         SYMBOL_REF_DECL points to a constant.
10775
10776 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
10777
10778         * varasm.c (output_constant_def): Split out two new static
10779         functions, build_constant_desc and maybe_output_constant_def_contents.
10780         Restructure for comprehensibility.  Don't call
10781         output_addressed_constants.  Treat defstr being non-NULL for
10782         STRING_POOL_ADDRESS_P constants as an invariant.
10783         (struct deferred_string): Remove labelno field.
10784         (output_constant_def_contents): Kill labelno argument. Call
10785         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
10786         asm_out.internal_label.
10787         (mark_constant): Update call to output_constant_def_contents.
10788         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10789         constants as an invariant.
10790
10791 2003-04-26  Richard Henderson  <rth@redhat.com>
10792
10793         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10794         (ix86_expand_call, ix86_rtx_consts): Likewise.
10795
10796 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10797
10798         * doc/md.texi (cmpstr): Document additional restrictions.
10799
10800 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10801
10802         * flags.h (time_report): Remove.
10803         * timevar.c (timevar_enable): New.
10804         (TIMEVAR_ENABLE): Remove, use timevar_enable.
10805         (timevar_init): Rename from init_timevar.
10806         * timevar.h (timevar_init): Rename from init_timevar.
10807         * toplev.c (time_report): Make static.
10808         (do_compile): Conditionally call init_timevar first.
10809         (preprocess_options): Move some code to do_compile.
10810
10811 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
10812
10813         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10814
10815 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10816
10817         * _cpp_lex_direct: Remove pointless code.
10818
10819 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10820
10821         * doc/extend.texi (Function Attributes): Document "near" and "far"
10822         for 68HC11 and 68HC12.
10823
10824 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10825
10826         * expr.c (store_field): When making temporary for store, don't
10827         make it TYPE_QUAL_CONST.
10828
10829 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10830
10831         * toplev.c (read_integral_parameter):  Use "argument" in error
10832         message to distinguish it from actual invalid options.
10833
10834 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10835
10836         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10837         addition of __PIC__ and __pic__ macros.
10838         * config/xtensa/xtensa.h: Clean up indentation.
10839
10840 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10841
10842         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10843         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
10844         (SUBTARGET_CPP_SPEC): Define.
10845         (LIB_SPEC): Delete.
10846         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10847         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10848         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10849         Define.
10850         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10851         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10852
10853 2003-04-25  H.J. Lu <hjl@gnu.org>
10854
10855         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10856         for return mode.
10857         (ia64_expand_builtin): Set rmode to SImode for
10858         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10859         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10860         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10861         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10862
10863 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10864
10865         * configure.in (make_compare_target):  Test for GNU cmp and set this
10866         variable appropriately.
10867         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10868         compare4-lean): Rename actual targets to slowcompare*.  New compare*
10869         targets depend on names based on make_compare_target.
10870         * configure:  Regenerated.
10871
10872 2003-04-25  Richard Henderson  <rth@redhat.com>
10873
10874         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10875         to clobber ar.pfs and ar.unat.
10876         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10877         fix test for spilling ar.pfs to the stack.
10878
10879 2003-04-25  Richard Henderson  <rth@redhat.com>
10880
10881         PR opt/10315
10882         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10883         checks during reload; use validize_mem instead of adjust_address.
10884
10885 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
10886
10887         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10888         return values from recog_memoized().
10889
10890 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10891
10892         PR opt/8705
10893         * gcse.c (try_replace_reg): On a successful substitution of a constant
10894         into a single set, try to simplify the source of the set.
10895         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10896         constant source.
10897
10898 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
10899
10900         * cpplex.c (cpp_token_len): Tighten up.
10901         (cpp_token_as_text): Need extra byte now.
10902         * cpplib.c (glue_header_name): Need extra 2 bytes.
10903         * cppmacro.c (cpp_macro_definition): Need extra byte.
10904
10905 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
10906
10907         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10908         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10909         where they might be not present. Use their _sp64 equivalent
10910         instead.
10911
10912 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
10913
10914         * i386.md (cvtsi2sdq): Fix typo in previous patch.
10915
10916 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
10917
10918         * configure.in: Check whether mbstowcs works.
10919         * configure, config.in: Regenerate.
10920         * intl.c: Use HAVE_WORKING_MBSTOWCS.
10921
10922 2003-04-24  H.J. Lu <hjl@gnu.org>
10923
10924         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10925         for __sync_bool_compare_and_swap_di for int return type.
10926
10927         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10928         Change return type to int.
10929         (__sync_bool_compare_and_swap): Likewise.
10930
10931 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
10932
10933         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
10934         looking for fallthru edge.
10935
10936         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10937         Fix.
10938         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10939         athlon-fvector): New.
10940         (athlon_*): Revisit to match new optimization guide.
10941         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
10942         * i386.md (cvt??2?? patterns): Fix modes.
10943         (fistp patterns): Set modes.
10944
10945         Accidentaly commited with my earlier reload patch:
10946         PR c/10308
10947         * reload.c (find_reloads_address_1): Reload plus at the place of
10948         index register.
10949
10950 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10951
10952         New GCOV_TAG_FUNCTION layout
10953         * coverage.c (struct function_list): Replace name with ident.
10954         (struct counts_entry): Likewise.
10955         (fn_ident): New.
10956         (htab_counts_entry_hash, htab_counts_entry_eq,
10957         htab_counts_entry_del): Adjust.
10958         (reads_count_file, get_coverage_counts,
10959         coverage_begin_output, coverage_end_function): Adjust.
10960         (build_fn_info_type, build_fn_info_value): Likewise.
10961         * gcov-dump.c (tag_function): Adjust.
10962         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10963         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10964         * gcov.c (struct function_info): Add ident.
10965         (read_graph_file, read_count_file): Adjust.
10966         * libgcov.c (gcov_exit): Adjust.
10967
10968 2003-04-23  Richard Henderson  <rth@redhat.com>
10969
10970         PR opt/8300
10971         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10972         after initialize_uninitialized_subregs; update reg info assuming
10973         new pseudos were created.
10974
10975 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10976
10977         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10978         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10979         (lex_string): Take cpp_string with full spelling.
10980         (cb_ident): Update.
10981         (c_lex): Update diagnostics.
10982         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
10983         (create_literal): New.
10984         (lex_string): Unterminated literals have type CPP_OTHER.
10985         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
10986         for CPP_OTHER.
10987         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
10988         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
10989         * cpplib.c (parse_include, do_line, do_linemarker,
10990         destringize_and_run): Update for token storing full spelling.
10991         * cpplib.h: Update token spelling types.
10992         * cppmacro.c (stringify_arg, check_trad_stringification):
10993         Update for token storing full spelling.
10994
10995 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
10996
10997         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
10998
10999 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
11000
11001         * arm.h (TARGET_OPTIONS): Add value field.
11002
11003 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11004
11005         * doc/extend.texi: Remove duplicate 2003 copyright date.
11006
11007 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
11008
11009         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11010         (libgcov.a): Depends on LIBGCC_DEPS.
11011         * basic-block.h (profile_info): Moved here from coverage.h. Made
11012         a pointer.
11013         * coverage.c (struct function_list): Fixed array of counter types.
11014         (struct counts_entry): Keyed by counter type, contains summary.
11015         (profile_info): Moved to profile.c.
11016         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11017         vars.
11018         (profiler_label): Remove.
11019         (ctr_labels): New.
11020         (set_purpose, label_for_tag, build_counter_section_fields,
11021         build_counter_section_value, build_counter_section_data_fields,
11022         build_counter_section_data_values, build_function_info_fields,
11023         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11024         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11025         build_ctr_info_value, build_gcov_info): New.
11026         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11027         (reads_counts_file): Adjust.
11028         (get_coverage_counts): Takes counter number. Add summary
11029         parameter. Adjust.
11030         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11031         create counter array labels.
11032         (coverage_end_function): Adjust.
11033         (create_coverage): Adjust.
11034         (find_counters_section): Remove.
11035         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11036         (struct section_info, struct profile_info): Remove.
11037         (profile_info): Moved to basic-block.h.
11038         (coverage_counter_ref): Takes a counter number.
11039         (get_coverage_counts): Takes a counter number. Added summary
11040         parameter.
11041         (find_counters_section): Remove.
11042         * gcov-dump.c (tag_arc_counts): Rename to ...
11043         (tag_counters): ... here. Adjust.
11044         (tag_table): Move tag_counters to 3rd entry. Remove
11045         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11046         (dump_file): Check for counter tag values here.
11047         (tag_summary): Adjust.
11048         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11049         * gcov-io.h (GCOV_LOCKED): New.
11050         (GCOV_TAG_ARC_COUNTS): Rename to ...
11051         (GCOV_TAG_COUNTS_BASE): ... here.
11052         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11053         Remove.
11054         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11055         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11056         GCOV_TAG_IS_COUNTER): New.
11057         (struct gcov_ctr_summary): New.
11058         (struct gcov_summary): Adjust.
11059         (struct gcov_counter_section): Remove.
11060         struct gcov_counter_section_data): Remove.
11061         (struct gcov_function_info): Rename to ...
11062         (struct gcov_fn_info): ... here. Adjust.
11063         (struct gcov_ctr_info): New.
11064         (struct gcov_info): Adjust.
11065         * gcov.c (read_count_file): Adjust.
11066         (output_lines): Adjust.
11067         * libgcov.c (gcov_exit): Adjust.
11068         (__gcov_flush): Adjust.
11069         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11070         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11071         probably_never_executed_bb_p, compute_frequency_function): Adjust
11072         profile_info use.
11073         * profile.c (struct counts_entry): Remove.
11074         (profile_info): Define here.
11075         (get_exec_counts): Adjust get_coverage_counts call.
11076         (compute_branch_probablilities): Remove find_counters_section
11077         call.
11078         (gen_edge_profiler): Adjust coverage_counter_ref call.
11079         * tracer.c (tail_duplicate): Adjust profile_info use.
11080
11081 2003-04-23  Roger Sayle  <roger@eyesopen.com>
11082
11083         PR optimization/10339
11084         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11085         directly instead of unsafely transforming call into a memcmp.
11086         (expand_builtin_strncmp): Likewise.
11087
11088 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11089
11090         * alias.c (mark_constant_function):  Check for constancy and
11091         purity even of void functions.  Update both the function decl
11092         and the cgraph RTL info with the results.
11093
11094 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11095
11096         * real.c (do_add): Change to return a bool indicating that the
11097         result of the operation may be inexact due to loss of precision.
11098         (do_multiply): Likewise.
11099         (do_divide): Likewise.
11100
11101 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
11102             Loren James Rittle  <ljrittle@acm.org>
11103
11104         * dwarf2out.c (fde_table_allocated): Mark with GTY.
11105         (decl_die_table_allocated): Likewise.
11106         (abbrev_die_table_allocated): Likewise.
11107         (line_info_table_allocated): Likewise.
11108         (separate_line_info_table_allocated): Likewise.
11109         (pubname_table_allocated): Likewise.
11110         (arange_table_allocated): Likewise.
11111         (ranges_table_allocated): Likewise.
11112         (decl_die_table_in_use): Unconditionalize; mark with GTY.
11113         (abbrev_die_table_in_use): Likewise.
11114         (line_info_table_in_use): Likewise.
11115         (separate_line_info_table_in_use): Likewise.
11116         (pubname_table_in_use): Likewise.
11117         (arange_table_in_use): Likewise.
11118         (ranges_table_in_use): Likewise.
11119         (have_location_lists): Likewise.
11120         (emitcount): New GTY-marked static, moved...
11121         (maybe_emit_file): ...from here.
11122         (label_num): New GTY-marked static, moved...
11123         (gen_internal_sym): ...from here.
11124
11125 2003-04-22  Richard Henderson  <rth@redhat.com>
11126
11127         PR 8866
11128         * rtl.h (MEM_NOTRAP_P): New.
11129         (MEM_COPY_ATTRIBUTES): Copy it.
11130         * rtlanal.c (may_trap_p): Check it.
11131         * expr.c (do_tablejump): Set it.
11132         * doc/rtl.texi (Flags): Document it.
11133
11134         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11135
11136 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
11137
11138         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11139         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11140
11141 2003-04-22  Vincent Celier <celier@gnat.com>
11142
11143         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11144         --enable-threads=gnat.
11145         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11146         * configure.in: Add gnat to the list of thread packages
11147         * configure: Rebuild.
11148         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11149
11150 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11151
11152         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11153
11154 2003-04-22  Devang Patel  <dpatel@apple.com>
11155
11156         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11157         parameter count.
11158         (_cpp_copy_replacement_text): Same.
11159
11160 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11161
11162         * c-lex.c (c_lex): Handle CPP_OTHER differently.
11163         * cppexp.c (_cpp_parse_expr): Similarly.
11164         * cpplex.c (SPELL_CHAR): Remove.
11165         (_cpp_lex_direct): Stray chars are saved as byte strings.
11166         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11167         handle SPELL_CHAR.
11168         (cpp_avoid_paste): Update handling of CPP_OTHER.
11169         * cpplib.h: Spell CPP_OTHER like a number.
11170         (struct cpp_token): Remove member c.
11171         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11172
11173 2003-04-22  David Turner <novalis@gnu.org>
11174
11175         * gbl-ctors.h: Add special license exception.
11176         * libgcc2.h: Likewise.
11177         * tsystem.h: Likewise.
11178         * gcov-io.h: Likewise.
11179
11180 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
11181
11182         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11183         macro defaulting to original BRANCH_COST heuristic.
11184         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11185
11186         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11187
11188 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
11189
11190         * config/rs6000/t-spe: Merge in t-fprules into file.
11191
11192         * config.gcc: Add t-spe to powerpc-eabispe.
11193
11194 2003-04-22  Kean Johnston  <jkj@sco.com>
11195
11196         * tlink.c (recompile_files): Add missing '=' to putenv calls
11197
11198 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11199
11200         * ginclude/stddef.h: Provide C++ safe offsetof.
11201
11202 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
11203
11204         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11205         for reg notes, if there are no substitutions, just use a SUBREG.
11206
11207 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11208
11209         * Makefile.in (calls.o): Depend on except.h.
11210         * calls.c: Include except.h.
11211         (emit_call_1): Call note_eh_region_may_contain_throw if
11212         appropriate.
11213         * except.c (eh_region): Add may_contain_throw.
11214         (expand_eh_region_end_cleanup): Do not include handler code when
11215         it cannot be reached.
11216         (note_eh_region_may_contain_throw): New function.
11217         * except.h (note_eh_region_may_contain_throw): New function.
11218
11219 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11220
11221         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11222         changes.
11223
11224 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
11225
11226         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11227         64-bit long doubles.
11228
11229 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
11230
11231         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11232         a number of conversions required for type consistency and previously
11233         stripped off by STRIP_NOPS.
11234
11235         * calls.c (expand_call): Prevent sibcall optimization for calls to
11236         nested subprograms.
11237
11238         * expmed.c (extract_bit_field): Reverse operands of && condition to
11239         prevent a potential division by zero in the previously first branch.
11240         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11241
11242 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
11243
11244         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11245         (subrange_type_die): Likewise.
11246         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11247         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11248
11249 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11250
11251         Break out coverage routines to new file.
11252         * Makefile.in (COVERAGE_H): New variable
11253         (C_OBJS): Add coverage.o
11254         (coverage.o): New target.
11255         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11256         dependencies.
11257         (GTFILES): Adjust.
11258         (gt-coverage.h): New target.
11259         (gt-profile.h): Remove.
11260         * profile.h: Remove. Move to ...
11261         * coverage.h: ... here. New. #include gcov-io.h.
11262         * gcov-io.h: Move function definitions to ...
11263         * gcov-io.c: ... here. New.
11264         * profile.c: Move coverage routines to coverage.c.
11265         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11266         end_branch_prob): Adjust.
11267         * coverage.c: New. Coverage routines from profile.c
11268         (coverage_counter_ref, coverage_init, coverage_finish,
11269         coverage_end_function, coverage_begin_output,
11270         coverage_counter_ref, get_coverage_counts): Define.
11271         * gcov-dump.c, gcov.c: #include gcov-io.c.
11272         * libgcov.c: Likewise. Adjust.
11273         * loop-init.c: Don't #include profile.h
11274         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11275         * rtl.h: Add coverage prototypes.
11276         * toplev.c (compile_file): Init coverage, not branch_prob.
11277         Always call coverage_finish.
11278         (rest_of_compilation): Call coverage_end_function.
11279
11280 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
11281
11282         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11283
11284 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
11285
11286         * c-ppoutput.c (cb_include): Don't take a cpp_token.
11287         * cppfiles.c: Don't undef strcmp.
11288         (find_include_file): Don't take a cpp_token.  Check for empty
11289         file names.
11290         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11291         (cpp_push_include): Simplify.
11292         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11293         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11294         (parse_include): Similary.  Don't check for zero-length filenames.
11295         (do_include_common, do_pragma_dependency): Update accordingly.
11296         * cpplib.h (struct cpp_callbacks): Change prototype of include.
11297
11298 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11299
11300         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11301         details of conflict handling.
11302
11303         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11304         when conversion overflows.
11305
11306         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11307
11308         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11309         before clearing.
11310
11311 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11312
11313         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11314         have the same form as the old RTL.
11315
11316 2003-04-21  Andreas Jaeger  <aj@suse.de>
11317
11318         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11319
11320 2003-04-20  Chris Lattner  <sabre@nondot.org>
11321             Zack Weinberg  <zack@codesourcery.com>
11322
11323         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11324         genrtl_cleanup_stmt.  Correct comment at head of
11325         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11326
11327         * stmt.c (struct nesting): Kill n_function_calls.
11328         (expand_start_bindings): Don't set
11329         thisblock->data.block.n_function_calls.
11330         (expand_end_bindings): Compare function_call_count against 0.
11331         (expand_cleanups): Kill DONT_DO argument; all callers passed
11332         NULL_TREE. All callers updated to match.
11333
11334 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11335
11336         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11337         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11338         (output_constant_def): Remove code predicated on
11339         defer_addressed_constants_flag.
11340
11341         * output.h: Remove prototypes of deleted functions.
11342         * c-typeck.c (constructor_subconstants_deferred): Kill.
11343         (struct initializer_stack): Remove 'deferred' field.
11344         (start_init): Remove all references to the above.
11345         (finish_init): Likewise. Also remove never-executed call to
11346         output_deferred_addressed_constants.  Pull assignment to
11347         defstr out of if expression.
11348
11349 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11350
11351         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11352         NOTE_NEWLINE): Remove.
11353         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11354         to handle new form of line note type.
11355
11356 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11357
11358         * target.h (encode_section_info): Add new argument carrying
11359         the RTL to be modified by the hook.
11360
11361         * varasm.c (make_decl_rtl, output_constant_def): Update calls
11362         to encode_section_info.
11363         (default_encode_section_info): Take and use RTL argument,
11364         don't use TREE_CST_RTL or DECL_RTL.
11365         * output.h: Update prototype of default_encode_section_info.
11366         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11367         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11368         Update calls to encode_section_info.
11369
11370         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11371         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11372         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11373         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11374         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11375         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11376         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11377         except for PE dllimport/dllexport.  Update calls to
11378         default_encode_section_info.
11379
11380         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11381         Update prototypes.
11382
11383         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11384
11385 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11386
11387         PR/8705
11388         * pa.md (movccfp): New expander.
11389         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11390         Reverse fcmp conditions.
11391
11392 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11393
11394         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11395         of operand 1 correctly.
11396
11397 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11398
11399         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11400         * gcov.c (output_lines): Don't be so fussy about going past EOF.
11401
11402 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11403
11404         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
11405         (cppcharset.o): New target.
11406         * c-lex.c (is_extended_char): Move to cppcharset.c.
11407         (utf8_extend_token): Delete.
11408         * cppcharset.c: New file.
11409         * cpphash.h (_cpp_valid_ucn): New.
11410         * cpplex.c (lex_identifier): Update prototype.
11411         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
11412         escapes.
11413         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
11414         in cppcharset.c.
11415         (lex_number, lex_identifier, cpp_parse_escape): Update.
11416         (_cpp_lex_direct): Update to handle UCNs.
11417         (cpp_avoid_paste): Don't paste to form a UCN.
11418
11419 2003-04-19  Roger Sayle  <roger@eyesopen.com>
11420
11421         * builtins.c (expand_builtin):  Don't expand a pure or const
11422         built-in function if the result will be ignored and none of
11423         its arguments are volatile.
11424
11425 2003-04-19  Kean Johnston  <jkj@sco.com>
11426
11427         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
11428         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
11429         target fragment now: t-sco5; dont compile crti.o.
11430         * config/i386/sco5.h: major overhaul to remove all COFF remnants
11431         and to use elfos.h for most definitions.
11432         (BSS_SECTION_ASM_OP): set correct segment attributes.
11433         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
11434         (DWARF2_UNWIND_INFO): Always set to 1.
11435         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
11436         (MD_STARTFILE_PREFIX_1): Define.
11437         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
11438         (DEFAULT_LINKER): Define if not specified to configure.
11439         (CTORS_SECTION_ASM_OP): Remove COFF crud.
11440         (DTORS_SECTION_ASM_OP): Remove COFF crud.
11441         (WINT_TYPE): Define.
11442         (SDB_DEBUGGING_INFO): Remove.
11443         (EXTRA_SECTIONS): Likewise.
11444         (EXTRA_SECTION_FUNCTIONS): Likewise.
11445         (CTOR_LIST_BEGIN): Likewise.
11446         (CTOR_LIST_END): Likewise.
11447         (INIT_SECTION_FUNCTION): Likewise.
11448         (FINI_SECTION_FUNCTION): Likewise.
11449         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
11450         (LOCAL_LABEL_PREFIX): Likewise.
11451         (NON_SAVING_SETJMP): Likewise.
11452         (RETURN_POPS_ARGS): Likewise.
11453         (ASM_OUTPUT_SKIP): Likewise.
11454         (TARGET_ASM_NAMED_SECTION): Likewise.
11455         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11456         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11457         (ASM_OUTPUT_IDENT): Likewise.
11458         (ASM_OUTPUT_CASE_LABEL): Likewise.
11459         (ASM_OUTPUT_ASCII): Likewise.
11460         (ASM_OUTPUT_LIMITED_STRING): Likewise.
11461         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
11462         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11463         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11464         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11465         (ASM_DECLARE_OBJECT_NAME): Likewise.
11466         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11467         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11468         (ASM_DECLARE_RESULT): Likewise.
11469         (ASM_WEAKEN_LABEL): Likewise.
11470         (SUPPORTS_WEAK): Likewise.
11471         (APPLY_RESULT_SIZE): Likewise.
11472         (LPREFIX): Likewise.
11473         (ALIGN_ASM_OP): Likewise.
11474         (ASCII_DATA_ASM_OP): Likewise.
11475         (IDENT_ASM_OP): Likewise.
11476         (ASM_SHORT): Likewise.
11477         (ASM_LONG): Likewise.
11478         (TYPE_ASM_OP): Likewise.
11479         (SIZE_ASM_OP): Likewise.
11480         (STRING_ASM_OP): Likewise.
11481         (SKIP_ASM_OP): Likewise.
11482         (EH_FRAME_SECTION_ASM_OP): Likewise.
11483         (READONLY_DATA_SECTION_ASM_OP): Likewise.
11484         (INIT_SECTION_ASM_OP): Likewise.
11485         (FINI_SECTION_ASM_OP): Likewise.
11486         (TEXT_SECTION_ASM_OP): Likewise.
11487         (DATA_SECTION_ASM_OP): Likewise.
11488         (TYPE_OPERANT_FORMAT): Likewise.
11489         (ASM_SPEC): Remove COFF code.
11490         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11491         cause -pg to emit an error; use pcrt1elf.o with -pp
11492         (ENDFILE_SPEC): Likewise.
11493         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11494         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11495         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11496         add -z alt_resolve to support weak symbols the way GCC wants them.
11497         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11498         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11499         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11500         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11501         (CRTSTUFF_T_CFLAGS_S): Define.
11502         (MULTILIB_OPTIONS): Likewise.
11503         (MULTILIB_DIRNAMES): Likewise.
11504         (MULTILIB_MATCHES): Likewise.
11505         (MULTILIB_EXTRA_OPTS): Likewise.
11506         (LIBGCC): Likewise.
11507         (INSTALL_LIBGCC): Likewise.
11508         (crti.o): Remove.
11509         * config/i386/t-sco5gas: Remove.
11510         * doc/install.texi: Updated for new OpenServer instructions.
11511         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11512
11513 2003-04-19  Kean Johnston  <jkj@sco.com>
11514
11515         * fixinc/check.tpl: Allow user to over-ride diff program.
11516         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11517         (sco_math): Added test for SCO math header files.
11518         (sco_regset): Added check for conflicts with ieeefp.h.
11519         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11520         * fixinc/fixincl.x: Regenerated
11521         * fixinc/tests/base/math.h: Added sco_math tests.
11522         * fixinc/tests/base/string.h: New file.
11523         * fixinc/tests/base/sys/regset.h: New file.
11524
11525 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11526
11527         * cpphash.h (struct cpp_buffer): Remove backup_to.
11528         * cpplex.c (BACKUP, get_effective_char): Die.
11529         (_cpp_skip_block_comment): Assume '*' is location on entry.
11530         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11531         (IF_NEXT_IS): Update.
11532         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11533
11534 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
11535
11536         * README.Portability: Move to a new section and obsolete K+R
11537         portability issues.
11538
11539 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
11540
11541         * rtlanal.c (subreg_offset_representable_p):  Fix call of
11542         subreg_lowpart.
11543
11544 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11545
11546         * cpphash.h (struct cpp_reader): New member warned_dollar.
11547         * cpplex.c (continues_identifier_p): New function.
11548         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11549         lex_number and lex_string, and simplify.
11550         (parse_slow, unescaped_terminator_p): Die.
11551         (_cpp_lex_direct): Update.
11552
11553 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11554
11555         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11556
11557 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
11558
11559         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11560         fork behavior.
11561
11562 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11563
11564         * cppexp.c (eval_token): Permit true and false even if pedantic.
11565
11566 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11567
11568         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11569
11570 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11571
11572         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11573         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11574         (struct include_file): Remove fefcnt, mapped members.
11575         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11576         (read_include_file): Don't use mmap, terminate buffers in '\r'.
11577         (purge_cache): Don't use munmap.
11578         * cpphash.h (CPP_BUF_COLUMN): Update.
11579         (lexer_state): Remove lexing_comment.
11580         (struct _cpp_line_note): New.
11581         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11582         next_line and need_line.  Remove col_adjust and saved_flags.
11583         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11584         _cpp_skip_block_comment, scan_out_logical_line): New.
11585         (_cpp_init_mbchar): Remove.
11586         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11587         (cpp_read_main_file): Set line to 1 earlier.
11588         (post_options): -traditional-cpp doesn't want trigraphs.
11589         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11590         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11591         _cpp_get_fresh_line): New.
11592         (handle_newline, skip_escaped_newlines, trigraph_p,
11593         continue_after_nul, _cpp_init_mbchar): Remove.
11594         (get_effective_char): Update.
11595         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11596         (skip_line_comment): Simplify.
11597         (skip_whitespace, parse_identifier, parse_slow, parse_number,
11598         parse_string): Update.
11599         (cpp_lex_direct): Use clean lines and process line notes.  Update.
11600         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11601         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11602         directly.
11603         (_cpp_handle_directive): Don't set saved_flags.
11604         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11605         cpp_undef, handle_assertion, cpp_push_buffer): Update.
11606         (_cpp_pop_buffer): Free notes.
11607         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11608         * cpppch.c (cpp_read_state): \n terminate buffer.
11609         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11610         (copy_comment): Use _cpp_skip_block_comment.
11611         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11612         Simplify.
11613         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11614         save_replacement_text): Update.
11615         (scan_out_logical_line): Update to use clean lines and process
11616         line notes.
11617         * fix-header.c (read_scan_file): Update.
11618
11619 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
11620
11621         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11622         null begin parameter (as well as pointer to null).
11623         (__deregister_frame_info_bases): Likewise.
11624
11625 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11626
11627         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11628         hard or virtual register and copy into pseudo if replacement fails.
11629
11630         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11631
11632         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11633
11634 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
11635
11636         * calls.c (expand_call): Move special case for constructor calls
11637         to right place. Ensures constructor calls used to initialize
11638         arguments get a clean outgoing argument block for themselves.
11639         Move check for stack deallocation completeness until after last
11640         deallocation.  Add stack_pointer_delta to set of state
11641         variables saved and restored along with current stack_level.
11642
11643         * integrate.c (expand_inline_function): Ensure non-const actuals
11644         don't end up const in the caller's flow after conversion to possibly
11645         const formal type.
11646
11647 2003-04-18  Vincent Celier  <celier@gnat.com>
11648
11649         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11650         and *_DIV_EXPR as TRUNC_*_EXPR.
11651
11652 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
11653
11654         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11655         for orphaned jump tables.
11656
11657 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
11658
11659         * reload1.c: Revert my previous patch on 2002-04-17.
11660
11661 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11662
11663         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11664         Add Segher Boessenkool.
11665
11666 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
11667
11668         PR c/9177
11669         * c-decl.c (c_expand_body): Don't garbage collect the function
11670         body if we are going to dump it later.
11671
11672 2003-04-18  Richard Henderson  <rth@redhat.com>
11673
11674         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11675         (alpha_end_function): Don't set them.
11676         (decl_in_text_section): Remove.
11677         (alpha_encode_section_info): Remove.
11678         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11679         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11680         sections, rather than decl_in_text_section results.
11681
11682 2003-04-18  Roger Sayle  <roger@eyesopen.com>
11683
11684         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11685         and SIGN_EXTRACT.
11686
11687 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11688
11689         PR optimization/7675
11690         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11691         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11692         nested functions if they refer to declarations from parent functions.
11693         * stmt.c (expand_decl): Don't put automatic variables in registers
11694         if the DECL_NONLOCAL flag is set.
11695
11696 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11697
11698         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11699         consider those to be movable where the source matches
11700         want_to_gcse_p.
11701         (update_ld_motion_stores): In comment, refer to
11702         compute_ld_motion_mems for validity of replacement.
11703
11704 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
11705
11706         * gcov-dump.c (tag_summary): Remove max_sum
11707         * gcov-io.h (gcov_summary, gcov_write_summary,
11708         gcov_read_summary): Kill max_sum.
11709         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
11710         message more verbose.
11711
11712         * emit-rtl.c (subreg_hard_regno):  Check that register is
11713         representable.
11714
11715         * reload.c (reload_inner_reg_of_subreg):  When register is not
11716         representable, reload the whole thing.
11717         (find_reloads): Likewsie.
11718         * rtlanal.c (subreg_representable_p):  New function.
11719
11720         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
11721         allow negative probabilities for edges from the call to exit.
11722         (branch_prob): Do not add fake edges for functions that may return
11723         twice.
11724
11725 2003-04-17  DJ Delorie  <dj@redhat.com>
11726
11727         * toplev.c (target_options): Add value field.
11728         (set_target_switch): Handle target options with values.
11729         * doc/tm.texi: Document how fixed vs variable target
11730         options work.
11731         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11732         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11733         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11734         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11735         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11736         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11737         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11738         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11739         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11740         Add value initializer to target options.
11741
11742 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
11743
11744         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11745
11746 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
11747
11748         * reload1.c (move2add_last_cc0): New.
11749         (reload_cse_move2add): Detect implicit sets.
11750         (move2add_note_store): Notice a store into cc0.
11751
11752 2003-04-17  Roger Sayle  <roger@eyesopen.com>
11753
11754         PR c/10375
11755         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11756         function attributes.
11757
11758 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11759
11760         * doc/sourcebuild.texi (Test Suites): Document support for testing
11761         binary compatibility (moved from testsuite/README.compat).
11762
11763 2003-04-17  Richard Henderson  <rth@redhat.com>
11764
11765         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11766
11767 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11768
11769         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11770         the one provided by the FSF.
11771
11772 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11773
11774         * doc/install.texi (Binaries): Update URL and list of platforms
11775         provided by ftp.thewrittenword.com.
11776
11777 2003-04-17  Richard Henderson  <rth@redhat.com>
11778
11779         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11780         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11781         * config/xtensa/xtensa.md (call, call_value): Likewise.
11782
11783 2003-04-17  Richard Henderson  <rth@redhat.com>
11784
11785         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11786         (print_operand_address): Likewise.
11787         (ep_memory_operand): Likewise.
11788         (special_symbolref_operand): Likewise.
11789         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11790         (v850_encode_section_info): Call default_encode_section_info.
11791         (v850_strip_name_encoding): Remove.
11792         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11793         (ASM_OUTPUT_LABELREF): Remove.
11794         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11795         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11796         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11797         (ENCODED_NAME_P): Remove.
11798         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11799         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11800         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11801
11802 2003-04-17  Richard Henderson  <rth@redhat.com>
11803
11804         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11805         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11806         SYMBOL_REF_FUNCTION_P.
11807
11808 2003-04-17  Richard Henderson  <rth@redhat.com>
11809
11810         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11811         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11812         (text_segment_operand): Likewise.
11813
11814 2003-04-17  Richard Henderson  <rth@redhat.com>
11815
11816         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11817         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11818         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11819         (sh_encode_section_info): Remove.
11820         (sh_strip_name_encoding): Remove.
11821         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11822         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11823         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11824         (ASM_OUTPUT_LABELREF): Remove.
11825         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11826         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11827
11828 2003-04-17  Richard Henderson  <rth@redhat.com>
11829
11830         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11831         (tls_model_chars): Remove.
11832         (larl_operand): Use SYMBOL_REF_FLAGS.
11833         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11834         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11835         (s390_output_mi_thunk): Likewise.
11836         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11837         (s390_function_profiler): Likewise.
11838         (s390_encode_section_info): Use default_encode_section_info
11839         and SYMBOL_FLAG_ALIGN1.
11840         (s390_strip_name_encoding): Remove.
11841         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11842         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11843         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11844
11845 2003-04-17  Richard Henderson  <rth@redhat.com>
11846
11847         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11848         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11849         (print_operand_address): Likewise.
11850
11851         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11852         * config/ns32k/ns32k.c (expand_block_move): Don't check
11853         flag_unroll_loops.
11854
11855 2003-04-17  Richard Henderson  <rth@redhat.com>
11856
11857         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11858         SYMBOL_REF_FLAG.
11859
11860 2003-04-17  Richard Henderson  <rth@redhat.com>
11861
11862         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11863
11864         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11865         (SYMBOL_REF_MODEL): New.
11866         (LIT_NAME_P): Move from m32r.h.
11867         (m32r_select_section): Remove.
11868         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11869         (m32r_strip_name_encoding): Remove.
11870         (m32r_in_small_data_p): New.
11871         (small_data_operand): Use SYMBOL_REF_SMALL_P.
11872         (addr24_operand): Use SYMBOL_REF_MODEL.
11873         (call26_operand): Likewise.
11874         (addr32_operand): Tidy.
11875         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11876         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11877         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11878         (READONLY_DATA_SECTION_ASM_OP): Remove.
11879         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11880         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11881         (TARGET_ASM_SELECT_SECTION): Remove.
11882         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11883         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11884         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11885         (ASM_OUTPUT_LABELREF): Remove.
11886
11887 2003-04-17  Richard Henderson  <rth@redhat.com>
11888
11889         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11890         (encode_section_info): Remove.
11891         * config/ip2k/ip2k-protos.h: Update.
11892
11893 2003-04-17  Richard Henderson  <rth@redhat.com>
11894
11895         * varasm.c (default_encode_section_info): Don't set
11896         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11897         * config/i370/i370.c (i370_encode_section_info): Remove.
11898         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11899         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11900         * config/i370/i370.md (movsi): Likewise.
11901
11902         * config/i370/t-i370: Add missing backslash.
11903
11904 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11905
11906         * doc/invoke.texi (inline-limit): Fix pasto.
11907
11908 2003-04-17  Richard Henderson  <rth@redhat.com>
11909
11910         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11911         (small_call_insn_operand): Use it.
11912         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11913         (h8300_eightbit_constant_address_p): Use it.
11914         (SYMBOL_FLAG_TINY_DATA): New.
11915         (h8300_tiny_constant_address_p): Use it.
11916         (h8300_encode_label, h8300_strip_name_encoding): Remove.
11917         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11918         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11919         (ASM_OUTPUT_LABELREF): Remove.
11920
11921 2003-04-16  Richard Henderson  <rth@redhat.com>
11922
11923         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
11924         all users with SYMBOL_REF_SMALL_P.
11925         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11926         (frv_encode_section_info): Remove.
11927         (frv_strip_name_encoding): Remove.
11928         (frv_in_small_data_p): Merge tests from encode_section_info.
11929         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11930         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11931         (SDATA_NAME_P): Remove.
11932         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11933         (ASM_OUTPUT_LABELREF): Remove.
11934         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11935
11936         * config/frv/frv.c (frv_asm_out_constructor): New.
11937         (frv_asm_out_destructor): New.
11938         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11939         (DTORS_SECTION_ASM_OP): New.
11940         (ASM_OUTPUT_CONSTRUCTOR): Remove.
11941         (ASM_OUTPUT_DESTRUCTOR): Remove.
11942
11943 2003-04-16  Richard Henderson  <rth@redhat.com>
11944
11945         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11946         SYMBOL_REF_LOCAL_P; abort if not pic.
11947         (cris_encode_section_info): Remove.
11948
11949 2003-04-16  Richard Henderson  <rth@redhat.com>
11950
11951         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11952         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11953
11954         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11955         flag_inline_trees.
11956
11957 2003-04-16  Richard Henderson  <rth@redhat.com>
11958
11959         * config/avr/avr.c (avr_encode_section_info): Remove.
11960         (avr_insert_attributes): New.
11961         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11962         (avr_assemble_integer): Likewise.
11963
11964 2003-04-16  Richard Henderson  <rth@redhat.com>
11965
11966         * arc.c (arc_encode_section_info): Remove.
11967         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11968         (arc_print_operand, arc_print_operand_address): Likewise.
11969         * arc.h (EXTRA_CONSTRAINT): Likewise.
11970
11971 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11972
11973         * c-semantics.c (find_reachable_label): New function to find a
11974         potentially reachable label in an expression.
11975         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11976         assumes the start of the IF_STMT is unreachable (dead) code.
11977         (expand_unreachable_stmt): Similar to expand_stmt but assumes
11978         the start of the statement list is unreachable (dead) code.
11979         (genrtl_if_stmt):  If the controlling expression of the IF
11980         is constant, use expand_unreachable_stmt for the THEN or ELSE
11981         clause as appropriate.
11982         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
11983         the body of a SWITCH statement.
11984         (expand_stmt): The code immediately following a "return",
11985         "break", "continue" or "goto" is unreachable.
11986         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
11987
11988 2003-04-16  Richard Henderson  <rth@redhat.com>
11989
11990         * rtl.h (MEM_ALIAS_SET): Update documentation.
11991         * doc/rtl.texi (Special Accessors): New node.
11992         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
11993
11994 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
11995
11996         * reload1.c (reload_cse_noop_set_p): Return false if mode of
11997         SET_DEST is not the same as that returned by...
11998         * cselib.h (cselib_reg_set_mode): ... new function.
11999         * cselib.c (cselib_reg_set_mode): Define it.
12000         (REG_VALUES): Document semantics of first element as set mode.
12001         (cselib_subst_to_values): Skip first element if ELT is NULL.
12002         (cselib_lookup): Likewise.  Insert past the first element.
12003         (cselib_invalidate_regno): NULLify first element.
12004         (cselib_record_set): Set first element.
12005
12006 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
12007
12008         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12009         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12010         * tree.h: Add prototypes for the two new functions.
12011         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12012         updates introduced in the previous revision by call to saved_expr_p.
12013         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12014
12015         * expr.c (store_field): Force usage of bitfield instructions when
12016         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12017         (expand_expr, case BIT_FIELD_REF): likewise.
12018
12019 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
12020
12021         PR middle-end/8866
12022         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12023         jumptables.
12024
12025 2003-04-16  Richard Henderson  <rth@redhat.com>
12026
12027         * config/ia64/ia64.c (sdata_symbolic_operand): Use
12028         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12029         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12030         (function_operand): Use SYMBOL_REF_FUNCTION_P.
12031         (ia64_expand_load_address): Likewise.
12032         (ia64_assemble_integer): Likewise.
12033         (ia64_encode_section_info): Remove.
12034         (ia64_strip_name_encoding): Remove.
12035         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12036         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12037
12038 2003-04-16  Richard Henderson  <rth@redhat.com>
12039
12040         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12041         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12042         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12043         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12044         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12045         (global_symbolic_operand): Similarly.
12046         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12047         (tls_symbolic_operand_type): Likewise.
12048         (alpha_encode_section_info): Use default_encode_section_info.
12049         (alpha_strip_name_encoding): Remove.
12050         (get_tls_get_addr): Split out from ...
12051         (alpha_legitimize_address): ... here.
12052         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12053         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12054         (alpha_initialize_trampoline): Use init_one_libfunc.
12055         (alpha_setup_incoming_varargs): Mark unused parameters.
12056         (alpha_initial_elimination_offset): Likewise.
12057         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12058         (unicosmk_unique_section): Use default_strip_name_encoding.
12059         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12060
12061 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
12062
12063         * config.gcc: Add t-spe for eabispe.
12064
12065         * config/rs6000/t-spe: New.
12066
12067 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
12068
12069         Re-apply this patch:
12070
12071         2002-05-16  Dale Johannesen  <dalej@apple.com>
12072           * combine.c (cant_combine_insn_p):  Reenable combinations
12073           involving hard regs unless CLASS_LIKELY_SPILLED_P.
12074
12075 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12076
12077         PR/10271
12078         * pa-protos.h (function_arg): Remove last argument.
12079         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
12080         * pa.h (struct hppa_args): Add member incoming.
12081         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12082         member incoming.
12083         (FUNCTION_ARG): Revise call to function_arg.
12084         (FUNCTION_INCOMING_ARG): Delete.
12085
12086 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12087
12088         * configure.in: Unify the code which creates symlinks to a
12089         just-built as, ld, objdump, and nm with the code that detects
12090         their presence for purposes of feature tests.
12091         * configure: Regenerate.
12092
12093 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12094
12095         * varasm.c (output_constant_def): Do not consult
12096         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
12097         (after_function_constants, output_after_function_constants): Delete.
12098         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12099         * config/mips/mips-protos.h, config/mips/mips.c
12100         (mips16_constant_after_function_p): Delete.
12101         * config/mips/mips.h: Delete #if-0-ed definition of
12102         CONSTANT_AFTER_FUNCTION_P.
12103         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12104         mention of CONSTANT_AFTER_FUNCTION_P in comment.
12105
12106 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
12107
12108         * tree.c (next_decl_uid): Mark with GTY.
12109         (next_type_uid): Likewise.
12110
12111 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12112
12113         PR target/9594:
12114         * sh.c (barrier_align): Also recognize stuff_delay_slot as
12115         an indicator that a barrier was created by branch splitting.
12116
12117 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12118
12119         * c-decl.c (implicitly_declare): Copy declarations that are going
12120         to be placed in a local scope.
12121
12122 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
12123
12124         * invoke.texi (Spec Files): Wrap if-exists-else example.
12125         (MCore): Remove duplicate @itemx entries and @opindex entries.
12126
12127 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
12128
12129         * unwind.inc (_Unwind_Backtrace): New function.
12130         * unwind.h (_Unwind_Backtrace): Declare it.
12131         * libgcc-std.ver (_Unwind_Backtrace): Export it.
12132
12133 2003-04-14  Jason Merrill  <jason@redhat.com>
12134
12135         PR middle-end/10336, c++/10401
12136         * jump.c (never_reached_warning): Also stop looking if we reach the
12137         beginning of the function.
12138
12139 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12140
12141         PR target/10338
12142         PR bootstrap/10198
12143         PR bootstrap/10140
12144         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12145
12146 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12147
12148         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12149
12150 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12151
12152         * optabs.c (expand_binop): In multi-word add cases, ensure
12153         XTARGET is copied to TARGET if they are different.
12154
12155 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
12156
12157         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12158         to region, possible after integration of function with unreachable
12159         regions that were optimized away.
12160
12161 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
12162
12163         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12164         instead of TOC_REGISTER in epilogue in
12165         current_function_calls_eh_return functions.
12166
12167 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12168
12169         * doc/extend.texi (Empty Structures): Correct description of G++'s
12170         handling of these structures.
12171
12172         * c-decl.c (grokdeclarator): Reject extern redeclarations of
12173         static variables.
12174
12175 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
12176
12177         * config/rs6000/rs6000.md (define_constants): Define constants for
12178         all UNSPEC usage, including new values for TLS support.
12179         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12180         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12181         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12182         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12183         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12184         eh_set_lr_di): Use them.
12185         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12186         rs6000_emit_epilogue) Use them.
12187
12188         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12189
12190 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
12191
12192         * Makefile.in (c-opts.o): Use custom action.
12193
12194 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
12195
12196         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12197
12198 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12199
12200         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12201         handle "superflat arrays" in Ada.
12202
12203         * integrate.c (expand_inline_function): Don't inline if would
12204         lose /u on a BLKmode TARGET.
12205
12206 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
12207
12208         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12209         extracted from dbxout_type.
12210         (dbxout_range_type): print large bounds in octal format.
12211         (dbxout_type): Replace extracted code by call to
12212         print_int_cst_bounds_in_octal_p.
12213
12214         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12215         of DW_LANG_Ada83 for Ada units.
12216
12217 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
12218
12219         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12220         temporary used to round CONST_INT sizes.
12221
12222         * tree.c (int_fits_type_p): Extract generic checks from the case
12223         of constant type bounds. Refine the checks against constant type
12224         bounds to allow for possible decisions against each of these bounds
12225         without requiring both bounds to be constant.
12226         (tree_int_cst_msb): Put back.
12227         * tree.h (tree_int_cst_msb): Likewise.
12228
12229         * global.c (global_conflicts): Prevent allocation of call clobbered
12230         hard regs to pseudos live across abnormal edges, as later passes are
12231         not ready to handle them.
12232
12233         * fold-const.c (fold): Reorder tests for conditional expressions.
12234
12235         * expr.c (highest_pow2_factor): Return unsigned.
12236         * expr.h (offset_address): Likewise.
12237         * emit-rtl.c (offset_address): POW2 argument now unsigned.
12238
12239 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12240
12241         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
12242         string literals at compile-time.
12243
12244 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12245
12246         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
12247         comparison operation and c1/c2 are floating point constants into
12248         x swap(cmp) (c1 - c2).
12249
12250 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
12251
12252         * genautomata.c (output_translate_vect): Fix a typo in loop
12253         condition.
12254
12255 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12256
12257         PR target/10377
12258         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12259         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12260         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12261         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12262         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12263         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12264         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12265         ("*extopqihi_swap_side", "*extopqisi_swap_side")
12266         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12267         When next to constraint R, replace constraint i with n.
12268
12269 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
12270
12271         PR opt/10024
12272         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12273
12274 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12275
12276         * doc/contrib.texi (Contributors): Correct my entry.
12277
12278 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12279
12280         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12281         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12282         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12283         implies DECL_BUILT_IN to simplify logic.
12284         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12285
12286 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12287
12288         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12289         (BT_FN_PTR_SIZE_SIZE): Likewise.
12290         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12291         New built-in functions for malloc, calloc and strdup respectively.
12292         * calls.c (special_function_p): No need to handle malloc-like
12293         functions any longer.  ECF_MALLOC is set via built-in attributes.
12294
12295         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12296
12297         * doc/extend.texi: Document these new built-in functions.
12298
12299 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12300
12301         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12302         (expand_builtin_stpcpy): New.
12303         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12304         * builtins.def: Add mempcpy & stpcpy support.
12305         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12306
12307 2003-04-13  Nick Clifton  <nickc@redhat.com>
12308
12309         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12310         "GCC".
12311         * config/rs6000/40x.md, config/rs6000/603.md,
12312         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12313         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12314         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12315         config/rs6000/aix43.h, config/rs6000/aix51.h,
12316         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12317         config/rs6000/altivec.h, config/rs6000/altivec.md,
12318         config/rs6000/beos.h, config/rs6000/darwin.h,
12319         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12320         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12321         config/rs6000/freebsd.h, config/rs6000/gnu.h,
12322         config/rs6000/host-darwin.c, config/rs6000/linux.h,
12323         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12324         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12325         config/rs6000/netbsd.h, config/rs6000/power4.md,
12326         config/rs6000/rios1.md, config/rs6000/rios2.md,
12327         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12328         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12329         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12330         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12331         config/rs6000/spe.md, config/rs6000/sysv4.h,
12332         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12333         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12334
12335 2003-04-13  Nick Clifton  <nickc@redhat.com>
12336
12337         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12338         support for -mcall-aix switch.
12339         * config/rs6000/eabiaix.h: Delete.
12340         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12341         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12342         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12343         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12344         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12345         debug_stack_info, output_function_profiler,
12346         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12347         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12348         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12349         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12350         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12351         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12352         multilibs.
12353         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12354         (MULTILIB_EXCEPTIONS): Delete.
12355         (MULTILIB_MATCHES): Remove mcall-aix matches.
12356
12357         * doc/fragments.texi: Replace -mcall-aix example with an ARM
12358         one.
12359         * doc/install.texi: Delete powerpc-*-eabiaix target.
12360         * doc/invoke.texi: Remove documentation of mcall-aix switch.
12361         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12362         * config.gcc: Delete powerpc-*-eabiaix target.
12363
12364 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
12365
12366         * doc/invoke.texi: Fix typos.
12367         * doc/tm.texi: Likewise.
12368
12369 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12370
12371         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12372
12373 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12374
12375         * tree.c (build_constructor): New function.
12376         * tree.h: Prototype it.
12377
12378         * c-typeck.c (build_c_cast, pop_init_level)
12379         * profile.c (build_function_info_value, build_gcov_info_value)
12380         (create_profiler):
12381         Use build_constructor.
12382
12383         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12384
12385         * objc/objc-act.c (build_constructor):
12386         Rename objc_build_constructor. Use build_constructor.
12387         (build_objc_string_object, objc_add_static_instance)
12388         (init_def_list, init_objc_symtab, init_module_descriptor)
12389         (generate_static_references, build_selector_translation_table)
12390         (build_descriptor_table_initializer, generate_descriptor_table)
12391         (build_protocol_initializer, build_ivar_list_initializer)
12392         (generate_ivars_list, build_dispatch_table_initializer)
12393         (generate_dispatch_table, generate_protocol_list)
12394         (build_category_initializer, build_shared_structure_initializer):
12395         Update to match.
12396
12397 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12398
12399         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12400
12401 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12402
12403         * config/m68hc11/m68hc11-protos.h
12404         (m68hc11_eq_compare_operator): Declare
12405         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
12406         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
12407         (d_register_operand): Check the operand mode.
12408         (hard_addr_reg_operand): Likewise.
12409
12410 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12411
12412         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
12413         pattern for dbcc/ibcc generation for 68HC12.
12414         ("doloop_end"): New pattern.
12415         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
12416         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
12417         ("m68hc12_dbcc_dec_qi"): New pattern.
12418         ("m68hc12_dbcc_inc_qi"): New pattern.
12419         (split): Add split for the above when we can't use dbcc/ibcc due to
12420         reloading.
12421         (peephole2): Add peephole2 to generate the above when possible.
12422
12423 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12424
12425         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
12426         mode of operand 0.
12427         (peephole2 optimize const load): Likewise for operand 2.
12428         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
12429         clobbers CC_REGNUM.
12430         ("*rotrhi3_with_carry"): Likewise.
12431         (ashift:DI 1 split): Update pattern to create the above rotate.
12432         (lshiftrt:DI 1 split): Likewise.
12433
12434 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12435
12436         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
12437         ("tstqi_z_used" split): Use it.
12438         ("cmphi_z_used"): Likewise.
12439         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
12440         ("cmpqi_z_used"): Likewise.
12441
12442 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12443
12444         PR c++/7910
12445         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
12446
12447 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12448
12449         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
12450         * configure, config.in: Regenerate.
12451         * intl.c (gcc_gettext_width): New function.
12452         * intl.h: Prototype it.
12453
12454 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12455
12456         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
12457         recognize -mnorelax.
12458         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
12459         (REG_CLASS_NAMES): Add its name.
12460         (REG_CLASS_CONTENTS): Define its content.
12461
12462 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12463
12464         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12465         parameters so that offsets are valid for far definition.
12466         (__mulsi3): Likewise and use ret to return.
12467         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12468
12469 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
12470
12471         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12472
12473 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
12474
12475         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
12476         containing a libgcc.a, move lib* to the corresponding stage dir.
12477
12478         * Makefile.in (stage1-start, stage2-start, stage3-start,
12479         stage4-start): Move $(SPECS) to specs in stage dir.
12480         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12481         back as $(SPECS).
12482
12483         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12484         object files from the non-libgcc/ multilib directories as well.
12485
12486 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
12487
12488         * profile.c (read_counts_file): Initialise 'checksum'.
12489
12490         * emit-rtl.c (gen_rtx): Really correct typo.
12491
12492         PR c++/9393
12493         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12494         * configure.in: Check for gettimeofday.
12495         * tree.c (flag_random_seed): Define.
12496         (default_flag_random_seed): New.
12497         (append_random_chars): Use flag_random_seed rather than trying
12498         to acquire randomness here.
12499         * tree.h (default_flag_random_seed): Declare.
12500         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12501         descriptions.
12502         (decode_f_option): Handle -frandom-seed.
12503         (print_switch_values): Call default_flag_random_seed.
12504         * flags.h (flag_random_seed): Declare.
12505         * configure: Regenerate.
12506         * config.in: Regenerate.
12507         * config/alpha/t-crtfm: Use -frandom-seed.
12508
12509         * doc/extend.texi (Empty Structures): New.
12510
12511         * c-pch.c: Include flags.h.  Add comments to routines.
12512         (struct c_pch_validity): New.
12513         (get_ident): Update PCH file version number.
12514         (pch_init): Output current debugging type.
12515         (c_common_valid_pch): Check debugging type.
12516         * Makefile.in (c-pch.o): Update dependencies.
12517         * flags.h (debug_type_names): Declare.
12518         * toplev.c (debug_type_names): Move out of decode_g_option.
12519
12520 2003-04-11  Eric Christopher  <echristo@redhat.com>
12521
12522         * emit-rtl.c (gen_rtx): Fix typos.
12523
12524 2003-04-11  Richard Henderson  <rth@redhat.com>
12525
12526         * emit-rtl.c (gen_rtx): Zero '0' fields.
12527
12528 2003-04-11  Richard Henderson  <rth@redhat.com>
12529
12530         PR c++/10202
12531         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12532         not COMPLETE_TYPE_P for re-invoking layout_decl.
12533
12534 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12535
12536         * doc/bugreport.texi: Fix paragraph breaking between sections
12537         in preparation for TeXinfo's paragraph indentation fixes.
12538         * doc/extend.texi: Ditto.
12539         * doc/invoke.texi: Ditto.
12540         * doc/objc.texi: Ditto.
12541         * doc/gcov.texi: Wrap 'gcov' in @command{}.
12542         * doc/invoke.texi (Darwin Options): Add a preamble.
12543
12544 2003-04-11  Richard Henderson  <rth@redhat.com>
12545
12546         * config/i386/i386.c (tls_model_chars): Remove.
12547         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12548         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12549         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12550         (tls_symbolic_operand_1): Likewise.
12551         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12552         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12553         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12554         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12555         bits "copied from i386.h" with default_encode_section_info.
12556
12557 2003-04-11  Richard Henderson  <rth@redhat.com>
12558
12559         * rtl.def (SYMBOL_REF): Add two 0 fields.
12560         * gengtype.c (adjust_field_rtx_def): Handle them.
12561         * print-rtl.c (print_rtx): Print them.
12562         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12563         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12564         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12565         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12566         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12567         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12568         (SYMBOL_FLAG_MACH_DEP): New.
12569         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12570         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12571         (assemble_static_space): Set SYMBOL_REF_FLAGS.
12572         (assemble_trampoline_template): Likewise.
12573         (output_constant_def, force_const_mem): Likewise.
12574         (default_encode_section_info): New.
12575         * output.h: Declare it.
12576         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12577
12578 2003-04-11  Richard Henderson  <rth@redhat.com>
12579
12580         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12581         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12582         * optabs.c (init_optabs): Initialize them.
12583         (init_libfuncs): Use init_one_libfunc.
12584         * calls.c (expand_call): Use gcov_flush_libfunc.
12585         * expr.c (store_constructor): Use setbits_libfunc.
12586         * function.c (expand_main_function): Use init_one_libfunc.
12587         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12588
12589 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
12590
12591         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12592         documentation; add DECL_FRIEND_CONTEXT.
12593
12594 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12595
12596         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
12597         notes on linker selection and configuration for 64-bit HP-UX port.
12598         * doc/invoke.texi (hppa): Remove hppa text from description for
12599         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
12600         and -threads options.
12601
12602         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12603         libc.a on libdld.sl when -static is specified and -nolibdld is not
12604         specified.
12605         * pa64-hpux.h (LIB_SPEC): Likewise.
12606         * pa-hpux11.h (LIB_SPEC): Likewise.
12607         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12608         is not specified.
12609
12610 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
12611
12612         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12613         not IDENTIFIER_LOCAL_VALUE.
12614
12615 2003-04-11  Richard Henderson  <rth@redhat.com>
12616
12617         PR c/10201
12618         * expr.c (expand_expr): Move DECL_RTL frobbing ...
12619         * stor-layout.c (layout_decl): ... here.
12620
12621 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
12622
12623         * doc/invoke.texi: Eliminate extra white-space caused by
12624         @gccoptlist{ on its own line.
12625         * doc/invoke.texi: Ensured there are two spaces between each option.
12626         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12627         Added @gol to options that didn't have them.
12628
12629 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12630
12631         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12632         gcov-iov.h.
12633
12634         Simplify interface to gcov reading and writing.
12635         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12636         gcov_alloc, gcov_modified, gcov_errored): Move into ...
12637         (struct gcov_var gcov_var): ... this static structure.
12638         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12639         Return void.
12640         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12641         read object.
12642         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12643         (gcov_reserve_length): Remove.
12644         (gcov_write_tag): New.
12645         (gcov_write_length): Adjust.
12646         (gcov_read_summary, gcov_write_summary): Adjust.
12647         (gcov_eof, gcov_ok): Rename to ...
12648         (gcov_is_eof, gcov_is_error): ... here. Return error code.
12649         (gcov_save_position, gcov_resync): Rename to ...
12650         (gcov_position, gcov_seek): ... here.
12651         (gcov_skip, gcov_skip_string): Remove.
12652         (gcov_error): Remove.
12653         (gcov_open, gcov_close): Adjust.
12654         * gcov.c (find_source): Take const char *, copy it on allocation.
12655         (read_graph_file): Adjust.
12656         (read_count_file): Adjust.
12657         * libgcov.c (gcov_exit): Adjust.
12658         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12659         tag_arc_counts, tag_summary): Return void. Adjust.
12660         (struct tag_format): Adjust proc member.
12661         (dump_file): Adjust gcov calls.
12662
12663 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
12664
12665         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12666         mkfixinc.sh.
12667         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12668         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12669         build != host sysrooted builds.
12670         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12671         TARGET_SYSTEM_ROOT even on sysrooted natives.
12672         * configure: Rebuilt.
12673
12674 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12675
12676         * c-decl.c (struct binding_level): Add shadowed_tags and
12677         function_body; remove this_block, tag_transparent, and
12678         subblocks_tag_transparent; update comments.
12679         (clear_binding_level, lookup_tag_reverse): Kill.
12680         (make_binding_level): Use ggc_alloc_cleared or memset.
12681         (lookup_tag): Remove struct binding_level* parameter.  All
12682         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12683         current_binding_level->tags if asked for thislevel_only or if
12684         we might have to diagnose "struct foo; union foo;"
12685         (pushlevel): Ignore argument.  Do not push another binding
12686         level on the transition from the parameters to the top level
12687         of the function body; just tweak the flags and proceed.
12688         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
12689         a function body, separate the parameter list from the
12690         top-level local variables.
12691         (set_block): Do nothing.
12692         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12693         shadowed_tags if necessary.
12694         (warn_if_shadowing): Nuke the special case for local shadowing
12695         parameter.
12696         (pushdecl): Do not create a shadow entry if we are replacing
12697         an older decl in the same binding level.
12698         (pushdecl_function_level): Tweak for new way of indicating
12699         function scope.
12700         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12701         (start_function): Don't set subblocks_tag_transparent.
12702         (finish_function): Fix up the binding_level stack for totally
12703         empty functions.  Otherwise, don't call poplevel.
12704
12705         * c-common.c (shadow_warning): MANDATORY argument is no longer
12706         necessary.  Always use plain warning.
12707         * c-common.h: Update to match.
12708
12709         * cfglayout.c (scope_to_insns_initialize): Clear block when we
12710         hit the FUNCTION_DECL.
12711         * function.c: Do not create cyclic tree structure.
12712
12713 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12714
12715         * c-tree.h (struct lang_identifier): Replace global_value,
12716         local_value members with symbol_value, tag_value.  Kill
12717         implicit_decl and limbo_value.
12718         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12719         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12720         C_MISSING_PROTOTYPE_WARNED): Kill.
12721         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12722         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12723         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12724         (implicit_decl_warning, lookup_name_current_level,
12725         record_function_scope_shadow): Don't prototype.
12726         (pushdecl_function_level): Prototype.
12727
12728         * c-decl.c (truly_local_externals): New variable.
12729         (struct binding_level): Adjust commentary.
12730         (get_function_binding_level, clear_limbo_values,
12731         record_function_scope_shadow): Kill.
12732         (lookup_name_current_level, implicit_decl_warning): Are now static.
12733         (any_external_decl, record_external_decl): New static functions.
12734         (clone_underlying type): Split out of pushdecl.
12735         (c_print_identifier): Update to match changes to struct
12736         lang_identifier.
12737         (poplevel): Delete #if 0 block.  Make externals invisible
12738         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
12739         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
12740         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12741         (duplicate-decls): For real parm decl after a forward decl,
12742         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
12743         foo(...) { } with only a warning.  Say whether a previous
12744         declaration was implicit.
12745         (warn_if_shadowing): Now handles all shadowing, not just
12746         local-over-local.  Clarify comments.
12747         (pushdecl): Rewritten.  There is no longer a distinction
12748         between global and local symbol values; they're all
12749         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
12750         DECL_EXTERNAL decls, and use any_external_decl to check
12751         against previous externals.  Kill #if 0 blocks.  Don't
12752         tolerate error_mark_node being NULL.
12753         (pushdecl_top_level): Handle only those cases which
12754         Objective C (the only user) needs.
12755         (pushdecl_function_level): New function.
12756         (implicitly_declare): Create ordinary decls with
12757         C_DECL_IMPLICIT set.  Recycle old decls, however they got
12758         created.
12759         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12760         for C_DECL_INVISIBLE symbols.
12761         (lookup_name_current_level): Likewise.  Use chain_member.
12762         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12763         Use pushdecl_function_level.
12764         (builtin_function): Use C_DECL_INVISIBLE.
12765         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12766         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12767         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12768         (identifier_global_value): Same.  Must scan
12769         global_binding_level in extremis.
12770
12771         * c-typeck.c (undeclared_variable): New static function, split
12772         from build_external_ref.
12773         (build_external_ref): Use DECL_CONTEXT, not
12774         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12775         an instance variable.  Restructure for clarity.
12776         * objc/objc-act.c: Use identifier_global_value, not
12777         IDENTIFIER_GLOBAL_VALUE.
12778
12779 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
12780
12781         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12782         not Working Paper.
12783         * doc/invoke.texi (C++ Dialect Options): Same.
12784
12785 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12786
12787         * tree.c (tree_operand_check_failed): New function.
12788         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12789         TREE_RTL_OPERAND_CHECK): New checking macros.
12790         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12791         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12792         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12793         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12794         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12795         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12796         checking macros.
12797
12798 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12799
12800         PR inline-asm/8803
12801         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12802         match after the virutal regs instantiation.
12803
12804 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12805
12806         * ia64-protos.h (addp4_optimize_ok): New.
12807         * ia64.c (addp4_optimize_ok): New.
12808         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12809         (*ptr_extend_plus_2): Ditto.
12810
12811 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12812
12813         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12814         not with convert_memory_address.
12815         (store_constructor): Ditto, and same for copy_size_rtx.
12816         (expand_expr): Ditto.
12817
12818 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
12819
12820         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12821
12822 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
12823
12824         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12825         even if it is configured to be write-through.
12826
12827 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
12828
12829         * config/s390/s390.c (larl_operand): Do not allow symbols
12830         marked with '@'.
12831         (s390_encode_section_info): Mark symbols with forced 1-byte
12832         alignment with '@'.
12833         (s390_strip_name_encoding): Strip '@'.
12834         (legitimize_pic_address): Handle symbols that are not valid
12835         LARL operands in 64-bit mode.
12836
12837 2003-04-10  Andrew Haley  <aph@redhat.com>
12838
12839         * tree-inline.c (inlinable_function_p): Disable inlining for
12840         synchronized methods.
12841
12842 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
12843
12844         * c-common.h (lang_statement_code_p): Remove declaration.
12845         (statement_code_p): Ditto.
12846         (c_common_stmt_codes): Define; list of c-common statement codes.
12847         (statement_code_p): New extern declaration.
12848         (STATEMENT_CODE_P): Define.
12849         (INIT_STATEMENT_CODES): Define.
12850         * c-common.c (statement_code_p): Kill the function, declare
12851         as an array of bools instead.
12852         (lang_statement_code_p): Remove.
12853         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12854         (c_safe_from_p): Ditto.
12855         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12856         to initialize the statement_code_p array.
12857         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12858         statement_code_p.
12859         (copy_tree_r): Ditto.
12860         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12861         statement tree codes.
12862         * cp/lex.c (cxx_init): Add missing print line break.  Use
12863         INIT_STATEMENT_CODES to initialize the statement_code_p array.
12864         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12865         instead of statement_code_p.
12866         * cp/pt.c (tsubst_expr): Ditto.
12867         * cp/tree.c (verify_stmt_tree_r): Ditto.
12868         (cp_statement_code_p): Remove.
12869         (init_tree): Don't set lang_statement_code_p, it's gone.
12870
12871 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12872             Zack Weinberg  <zack@codesourcery.com>
12873
12874         * regrename.c (struct du_chain): Use a bitfield for reg_class.
12875         * cse.c (struct qty_table_elem, struct table_elt, struct set):
12876         Use bitfields for fields holding enum rtx_code or
12877         enum machine_mode values.  Add comments explaining size choices.
12878
12879 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12880
12881         * config/fp-bit.c (unpack_d): Handle pair of doubles with
12882         different signs correctly.
12883
12884 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12885
12886         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12887         (reg_pending_barrier): Make it of the enumeration type.
12888         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12889         TRUE_BARRIER.
12890         (sched_analyze): Ditto.
12891         (sched_analyze_insn): Ditto.  Use anti-dependencies for
12892         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12893         (init_deps_global): Initialize the barrier as NO_BARRIER.
12894
12895 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12896
12897         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12898         Check that asm insn starts on a new cycle.  Add nops after asm
12899         insn to end bundle.
12900         (bundling): Move insn type evaluation from the loop.  Call
12901         issue_nops_and_insn with the new parameter.  Ignore changing
12902         position for nops after asm insn.
12903
12904 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12905
12906         * optabs.c: Comment that gen_add2_insn and others may actually
12907         return emitted insns, if the gen functions turn out to return
12908         emitted insns.
12909         * reload1.c (reload_cse_move2add): Cope with emitted insns from
12910         gen_add2_insn.
12911
12912 2003-04-09  Richard Henderson  <rth@redhat.com>
12913
12914         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12915         but not tls_symbolic_operand.
12916         (ia64_expand_load_address): Remove scratch operand.
12917         (ia64_expand_tls_address): Split out from ia64_expand_move.
12918         (ia64_expand_move): Split symbolics only after reload.
12919         (ia64_emit_cond_move): New.
12920         * config/ia64/ia64-protos.h: Update.
12921         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12922         (symbolic splitter): Accept SImode operands too.
12923         (cmove splitter): Use ia64_emit_cond_move.
12924
12925 2003-04-09  Nick Clifton  <nickc@redhat.com>
12926
12927         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12928         newer.
12929         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12930         instead of -mno-fpu.
12931         * config/arm/semi.h (ASM_SPEC): Likewise.
12932         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12933         but only if -msoft-float is specified pass.  Otherwise pass
12934         -mfpu=softvfp.
12935
12936 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12937
12938         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12939         free_EXPR_LIST_node.
12940
12941 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12942
12943         * fold-const.c (fold):  Use "fold" following build in more places.
12944         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12945         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12946
12947 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12948
12949         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
12950         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12951         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12952         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12953         Delete function scope "fcode" variable to avoid shadowing.
12954
12955 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
12956
12957         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12958         Take into account DWARF_INITIAL_LENGTH_SIZE.
12959
12960 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
12961
12962         * reorg.c (fill_slots_from_thread): When considering changing the
12963         insn following a reg-to-reg copy insn to use the source reg of the
12964         copy, bail out if there's overlap between the registers.
12965
12966 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12967
12968         * function.c (postponed_insns): New.
12969         (purge_addressof_1): Postpone processing of insns if addressofs
12970         are not put into stack.
12971         (purge_addressof): Process postponed insns.
12972
12973 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12974
12975         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12976         this is FP_MODE_DOUBLE .
12977         * sh.c (ra.h): #include.
12978         (push_regs): Add second parameter.  Changed all callers.
12979         If necessary, set fpscr before saving floating point registers.
12980         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12981         do saves / restores with SZ == 1.
12982         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
12983         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
12984         registers are being restored, restore FPSCR only after restoring them.
12985
12986 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
12987
12988         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
12989         regardless of architecture.
12990         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
12991
12992 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12993
12994         * sh.c (push_regs, calc_live_regs): Return int.  Take single
12995         HARD_REG_SET * parameter.  Changed all callers.
12996
12997 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
12998
12999         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13000         GOTOFF operand.
13001         (legitimize_pic_address): Move plus outside the unspec.
13002         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
13003         for validity.
13004
13005 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
13006
13007         * gcov-io.h (gcov_save_position): Remove __inline__ from
13008         declaration.
13009
13010 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
13011
13012         * doc/install.texi: Use @command and @samp for single- and
13013         multi-word commands respectively.
13014         * doc/makefile.texi: Likewise.
13015         * doc/sourcebuild.texi: Likewise.
13016
13017 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13018             Richard Henderson  <rth@redhat.com>
13019
13020         PR c/9516
13021         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13022         favor of looping and tail recursion for TREE_LIST and binops.
13023
13024 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13025
13026         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13027         for insns without luid.
13028
13029 2003-04-07  Glen Nakamura  <glen@imodulo.com>
13030
13031         PR opt/8634
13032         * explow.c (maybe_set_unchanging): Don't flag non-static const
13033         aggregate type initializers with RTX_UNCHANGING_P.
13034
13035 2003-04-07  Richard Henderson  <rth@redhat.com>
13036
13037         PR opt/8634
13038         * function.c (purge_addressof_1): Don't try arithmetics for
13039         unchanging memories.
13040
13041 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
13042
13043         * doc/sourcebuild.texi (Test Suites): Document testing support for
13044         gcov and profile-directed optimizations; describe gcc.misc-tests.
13045
13046 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
13047
13048         PR target/10077
13049         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
13050
13051 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13052
13053         * doc/rtl.texi (Comparison operations): Update to
13054         record the allowed comparison modes.
13055
13056 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13057
13058         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13059         V2SI_type_node to opaque_V2SI_type_node.  Rename all
13060         V2SF_type_node to opaque_V2SF_type_node.
13061         (rs6000_init_builtins): Define opaque_V2SI_type_node and
13062         opaque_V2SF_type_node.
13063         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13064         opaque_V2SF_type_node are opaque types.
13065
13066 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13067
13068         * gcse.c (replace_store_insn): Use single_set.
13069
13070 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13071
13072         Change gcov file interface to single file at a time.
13073         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13074         Convert to C89 prototypes.
13075         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13076         gcov_error, gcov_modified): New static variables.
13077         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13078         functions.
13079         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13080         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13081         (gcov_read_summary, gcov_write_summary): Adjust.
13082         (gcov_save_position, gcov_reserve_length, gcov_write_length):
13083         Adjust.
13084         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13085         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13086         (da_file_position, da_file_seek, da_file_write, da_file_read):
13087         Remove.
13088         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13089         * gcov.c (gcov_type): Don't typedef here.
13090         (IN_GCOV): #define
13091         (read_graph_file, read_count_file): Adjust.
13092         * gcov-dump.c (gcov_type): Don't typedef here.
13093         (IN_GCOV): #define.
13094         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13095         Remove FILE parameter, adjust.
13096         (struct tag_format): Adjust proc member.
13097         (dump_file): Adjust.
13098         * libgcov.c (IN_LIBGCOV): #define.
13099         (gcov_exit): Adjust.
13100         * loop-init.c: Don't #include gcov-io.h
13101         * profile.c (struct counts_entry): New structure to hold counter
13102         values.
13103         (struct section_reference, struct da_index_entry): Remove.
13104         (bbg_file, da_file): Remove.
13105         (htab_counts_index_hash, htab_counts_index_eq,
13106         htab_counts_index_del): Replace with ...
13107         (htab_counts_entry_hash, htab_counts_entry_eq,
13108         htab_counts_entry_del): ... these.
13109         (cleanup_counts_index, index_counts_file): Remove.
13110         (read_counts_file): New function.
13111         (get_exec_counts): Adjust.
13112         (compute_branch_probabilities): Don't free the exec counts here.
13113         (branch_prob): Adjust.
13114         (init_branch_prob): Adjust.
13115         (end_branch_prob): Adjust.
13116
13117 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13118
13119         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13120         -mfloat-gprs.
13121
13122         * config/rs6000/rs6000.c: Delete rs6000_fprs.
13123         Declare rs6000_float_gprs.
13124         Declare rs6000_float_gprs_string.
13125         (rs6000_parse_float_gprs_option): New.
13126         (rs6000_override_options): Genericize rs6000_parse_* calls to use
13127         rs6000_parse_yes_no_option.
13128         Change check for cpu=8540, to use TARGET_E500.
13129         (rs6000_parse_isel_option): Delete.
13130         (rs6000_parse_spe_option): Delete.
13131         (rs6000_parse_vrsave_option): Delete.
13132
13133         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13134         Define rs6000_float_gprs_string.
13135         (TARGET_OPTIONS): Add rs6000_float_gprs option.
13136
13137         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13138
13139         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13140
13141 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
13142
13143         PR opt/10024
13144         * cfglayout.c (cfg_layout_redirect_edge):
13145         Redirect any branch edges unified with the fallthru one.
13146         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
13147         case fallthru edges when called via cfglayout.c
13148
13149 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13150
13151         * c-typeck.c (output_init_element): Check for type == error_mark_node.
13152
13153 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
13154
13155         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13156         split.
13157         (a splitter): Do zero-extension via HImode.
13158
13159 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
13160
13161         * doc/invoke.texi: Eliminate extra white-space caused by
13162         @gccoptlist{ on its own line.
13163         * doc/invoke.texi: Ensured there are two spaces between each option.
13164         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13165         Added @gol to options that didn't have them.
13166
13167 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
13168
13169         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13170
13171 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13172
13173         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13174         at the sizes of the relevant structures, rather than relying
13175         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
13176         sizes of any such we don't know about.  Use
13177         lang_hooks.identifier_size for IDENTIFIER_NODE.
13178
13179         (initializer_zerop): Use CONSTRUCTOR_ELTS.
13180         * tree.def: Update commentary.  Make fourth element of
13181         the definition for all 'c' and 'x' nodes zero.
13182
13183         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13184         * langhooks-def.h: Update to match.
13185         * langhooks.c: New default, lhd_tree_size.
13186
13187         * c-common.def (SRCLOC): Kill.
13188         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13189         Remove entirely - was already #if-ed out.
13190
13191
13192 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13193
13194         * mklibgcc.in: Use a here document to avoid running afoul of
13195         shells that generate control-A from "echo \1".
13196
13197 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
13198
13199         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13200         option.
13201
13202         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13203         rs6000_spe.
13204
13205         * config/rs6000/eabi.h (TARGET_E500): Define.
13206
13207         * config/rs6000/rs6000.h (TARGET_E500): Define.
13208         (TARGET_OPTIONS): Add spe= option.
13209         Declare rs6000_spe and rs6000_spe_string extern.
13210
13211         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13212         Change TARGET_SPE to TARGET_E500.
13213         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
13214         !TARGET_FPRS.
13215         (print_operand): Same.
13216         (rs6000_generate_compare): Same.
13217         (output_cbranch): Same.
13218         (rs6000_spe): Declare.
13219         (rs6000_spe_string): Declare.
13220         (rs6000_override_options): Call rs6000_parse_spe_option.
13221         (rs6000_parse_spe_option): New.
13222
13223 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
13224
13225         * hashtable.c (gcc_obstack_init): Delete this function
13226         and everything related to it.
13227         * hashtable.h: Remove prototype.
13228         * bitmap.c (bitmap_element_allocate): Cleanup redundant
13229         defines.  Cleanup some unnecessary whitespace.
13230         * defaults.h (obstack_chunk_alloc): Redefine with
13231         appropriate casts for libiberty obstacks.
13232         (obstack_chunk_free): Ditto.
13233         (OBSTACK_CHUNK_SIZE): Define, default to 0.
13234         (gcc_obstack_init): Define as a call to _obstack_begin.
13235         * tree.c (print_obstack_statistics): Delete this unused
13236         function.
13237         * tree.h (obstack): Don't forward-declare.
13238         (print_obstack_statistics): Delete prototype.
13239         (print_obstack_name): Ditto.
13240         (gcc_obstack_init): Ditto.
13241         * rtl.h (gcc_obstack_init): Ditto.
13242         * java/jv-scan.c (gcc_obstack_init): Delete this
13243         function, its prototype and related defines.
13244         * java/jvgenmain.c (gcc_obstack_init): Delete this
13245         function, and related defines.
13246         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13247         (obstack_chunk_free): Ditto
13248
13249 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
13250
13251         * dbxout.c (dbxout_handle_pch): Move prototype out from
13252         #if defined DBX_DEBUGGING_INFO.
13253
13254 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
13255
13256         * gcov.c (struct arc_info): Replace local_span with cycle.
13257         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13258         (solve_flow_graph): Set is_call_return.
13259         (add_line_counts): Adjust. In block mode, blocks attach to last line.
13260         (accumulate_line_counts): Find graph cycles, not spanning tree.
13261         (output_branch_count): Adjust.
13262         (output_lines): Adjust.
13263         * doc/gcov.texi: Update.
13264
13265 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
13266
13267         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13268         the second alternative to "#".
13269
13270 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13271
13272         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13273         (single_zero_operand): Likewise.
13274
13275 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
13276
13277         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
13278         * df.c: Include alloc-pool.h, not obstack.h.
13279         (df_ref_obstack): Remove.
13280         (df_ref_pool, df_link_pool): Add pools.
13281         (df_alloc): Init the new pools.
13282         (df_free): And free them.
13283         (df_link_create): Use the pools.
13284         (df_ref_create): Ditto.
13285
13286 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13287
13288         * simplify-rtx.c: Fix formatting.
13289
13290 2003-04-05  Andrew Pinski  <apinski@apple.com>
13291
13292         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13293         reg with reg1 == reg2 and offset1 = -8.
13294
13295 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
13296
13297         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13298         multiply costs.  Correct Power4 divide costs.
13299         * config/rs6000/power4.md: Restore multiply and FP latency.
13300
13301 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13302
13303         * alias.c (find_base_term): Export.
13304         * rtl.h (find_base_term): Declare.
13305         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13306         instead of flag_exceptions.  Move test for parameter passing ...
13307         (store_killed_in_insn): ... here.
13308
13309 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13310
13311         PR bootstrap/10267
13312         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13313         for configuring.
13314
13315 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13316
13317         * dbxout.c (scope_labelno): Add GTY.
13318         (have_used_extensions): Add GTY.
13319         (source_label_number): Add GTY.
13320         (lastfile): Add GTY.
13321         (lastfile_is_base): New.
13322         (base_input_file): New.
13323         (dbxout_handle_pch): New.
13324         (dbx_debug_hooks): Add handle_pch.
13325         (xcoff_debug_hooks): Likewise.
13326         (dbxout_function_end): Remove scope_labelno.
13327         (dbxout_init): Set base_input_file.
13328         (dbxout_handle_pch): New.
13329         (dbxout_source_file): Honour lastfile_is_base.
13330         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13331         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13332         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13333         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13334         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13335         * debug.h (struct gcc_debug_hooks): Add handle_pch.
13336         * c-pch.c (pch_init): Don't call start_source_file, but do call
13337         handle_pch.
13338         (c_common_write_pch): Call handle_pch.
13339         (c_common_read_pch): Don't call start_source_file,
13340         or end_source_file.
13341
13342 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
13343
13344         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13345         use of default attributes to agree MEM_ALIGN macro.
13346
13347 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
13348
13349         * dbxout.c (dbxout_type): When printing type index of range type
13350         whose bounds are printed in octal format, print type of parent type if
13351         it exists so enumerated type descriptions are not transformed
13352         into unsigned types.
13353
13354 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
13355
13356         * config/h8300/h8300-protos.h: Add a prototype for
13357         compute_a_shift_cc.
13358         * config/h8300/h8300.c (shift_one): Update the CC status.
13359         (shift_two): Likewise.
13360         (output_a_shift_cc): Set cc_inline and cc_special.
13361         (compute_a_shift_cc): New.
13362         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13363
13364 2003-04-04  Richard Henderson  <rth@redhat.com>
13365
13366         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13367
13368 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
13369
13370         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13371         * fixinc/fixincl.x: Rebuilt.
13372         * fixinc/tests/base/stdio.h: Regenerated.
13373
13374 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
13375
13376         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13377
13378 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
13379
13380         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13381         (NORMAL_MODE).
13382         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13383
13384 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13385
13386         * doc/contrib.texi (Contributors): Add entries for Wolfgang
13387         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13388         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13389         Danny Smith, and Ulrich Weigand.
13390         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13391         entry.
13392
13393 2003-04-04  Nick Clifton  <nickc@redhat.com>
13394
13395         * config/sparc/sol2-bi.h: Revert previous delta.
13396         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13397
13398 2003-04-04  Nick Clifton  <nickc@redhat.com>
13399
13400         * config/v850/v850.c (expand_prologue): Only use register save
13401         helper functions if long calls are not being used.
13402         Add a clobber of r11 id using long calls.
13403         (pattern_is_ok_for_prologue): Account for the extra clobber.
13404         (construct_save_jarl): Likewise.
13405         * config/v850/v850.md (prolog pattern): Do not use this pattern
13406         for v850e's.
13407
13408 2003-04-04  Andreas Schwab  <schwab@suse.de>
13409
13410         * stor-layout.c (layout_decl): Avoid syntax error in last change
13411         when PCC_BITFIELD_TYPE_MATTERS is defined but not
13412         EMPTY_FIELD_BOUNDARY.
13413
13414 2003-04-03  Jason Merrill  <jason@redhat.com>
13415
13416         PR c/10175
13417         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
13418         Look backwards for a line note.
13419
13420 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
13421
13422         * fix-header.c (read_scan_file): Defer switch processing.
13423
13424 2003-04-03  Matt Austern  <austern@apple.com>
13425
13426         * cpppch.c (reset_ht): Remove.
13427         (cpp_read_state): Remove loop to reset hashtable identifiers.
13428         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
13429         after pch file is written.
13430         * ggc.h (gt_pch_fixup_stringpool): Declare.
13431         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
13432         hashnode's value to another hashtable, then clear the original.
13433         (saved_ident_hash): Define.
13434         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
13435         store definitions in ident_hash, and clear ident_hash.
13436         (gt_pch_fixup_stringpool): Define.  Restore definitions from
13437         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
13438
13439 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13440
13441         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
13442
13443 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13444
13445         PR optimization/10157
13446         * gcse.c (can_copy_p): Rename it to can_copy.
13447         (can_copy_init_p): Remove.
13448         (compute_can_copy): Use can_copy instead of can_copy_p.
13449         (can_copy_p): New exported function. Call compute_can_copy.
13450         (hash_scan_set): Use it.
13451         (gcse_main): Don't call compute_can_copy.
13452         (bypass_jumps): Don't call compute_can_copy.
13453         * rtl.h (can_copy_p): Declare.
13454         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
13455         copy if the mode doesn't support copy operations.
13456
13457 2003-04-03  Jason Merrill  <jason@redhat.com>
13458
13459         * Makefile.in (unstrap): Also remove stage_last.
13460
13461         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
13462         (dwarf2out_source_line): Don't do anything if line==0.
13463
13464         * stor-layout.c (do_type_align): New fn, split out from...
13465         (layout_decl): ...here.  Do all alignment calculations for
13466         FIELD_DECLs here.
13467         (update_alignment_for_field): Not here.
13468         (start_record_layout, debug_rli): Remove unpadded_align.
13469         * tree.h (struct record_layout_info_s): Remove unpadded_align.
13470         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13471         or DECL_MODE on the CONST_DECLs.
13472         (finish_struct): Don't mess with DECL_ALIGN.
13473
13474 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
13475
13476         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13477
13478 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
13479
13480         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13481         function is an interrupt handler.
13482
13483         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13484         restoring target registers with EH_RETURN_STACKADJ_RTX; use
13485         multiple registers in round-robin fashion.
13486
13487 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13488
13489         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13490         * system.h (CHAR_BITFIELD): New.
13491
13492 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
13493
13494         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13495         and LE.
13496         (another peephole2): Likewise.
13497
13498 2003-04-03  Nick Clifton  <nickc@redhat.com>
13499
13500         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13501         (DEF_ARCH64_SPEC): Likewise.
13502
13503 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13504
13505         * i386.c (constant_address_p): Use legitimate_constant_p.
13506         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13507
13508 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13509
13510         * config/h8300/h8300-protos.h: Add a prototype for
13511         gtle_operator.
13512         * config/h8300/h8300.c (gtle_operator): New.
13513         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13514         gtle_operator.
13515         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13516         and LE.
13517
13518 2003-04-02  Richard Henderson  <rth@redhat.com>
13519
13520         * libgcc-std.ver (_Unwind_GetCFA): New.
13521         * unwind-dw2.c (_Unwind_GetCFA): New.
13522         * unwind-libunwind.c (_Unwind_GetCFA): New.
13523         * unwind-sjlj.c (_Unwind_GetCFA): New.
13524         * unwind.h: Declare it.
13525
13526 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
13527
13528         PR inline-asm/8088
13529         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
13530         when MMX/SSE is not available.
13531
13532 2003-04-02  Mike Stump  <mrs@apple.com>
13533
13534         * doc/install.texi (Specific): Update pointers to apple.com.
13535
13536 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
13537
13538         * i386.c (override_options):  Disable red zone by default on i386.
13539         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13540         Do not test TARGET_64BIT together with TARGET_RED_ZONE
13541
13542 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13543
13544         * config/h8300/h8300.md (a peephole2): Tighten the condition.
13545
13546 2003-04-02  Richard Henderson  <rth@redhat.com>
13547
13548         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13549
13550 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13551
13552         * config/h8300/h8300.md (a peephole2): New.
13553
13554 2003-04-02  Richard Henderson  <rth@redhat.com>
13555
13556         * except.c (sjlj_find_directly_reachable_regions): Recognize when
13557         must-not-throw region has been deleted.
13558
13559 2003-04-02  Richard Henderson  <rth@redhat.com>
13560
13561         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13562         optimization when flag_exceptions not enabled.
13563
13564 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13565
13566         * config/rs6000/rs6000.c
13567         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13568         macros.
13569         (rs6000_issue_rate): Add case for 8540.
13570         (rs6000_use_sched_lookahead): New function.
13571
13572         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13573         units into MU ones.
13574         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13575         reservation before retirement.
13576         (ppc8540_multiply, ppc8540_load, ppc8540_store,
13577         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13578         Remove additional cycle in the reservation before retirement.
13579         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13580         reservation of ppc8540_issue.
13581
13582 2003-04-02  Andreas Schwab  <schwab@suse.de>
13583
13584         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13585
13586 2003-04-01  Richard Henderson  <rth@redhat.com>
13587
13588         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13589         notes for nothrow calls if flag_forced_unwind_exceptions.
13590         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13591         (sjlj_find_directly_reachable_regions): Likewise.
13592         (reachable_handlers): Likewise.
13593         (can_throw_external): Likewise.
13594         (collect_one_action_chain): Record cleanups after catch-all and
13595         must-not-throw if flag_forced_unwind_exceptions.
13596         * flags.h (flag_forced_unwind_exceptions): Declare.
13597         * toplev.c (flag_forced_unwind_exceptions): New.
13598         (lang_independent_options): Add it.
13599         * doc/invoke.text: Add it.
13600
13601 2003-04-01  David Mosberger <davidm@hpl.hp.com>
13602
13603         * config/ia64/crti.asm: Clean up trailing whitespace.
13604         Remove trailing hashes (#) from identifiers.
13605
13606         * config/ia64/crtn.asm: Ditto.
13607
13608         * config/ia64/crtend.asm: Remove trailing hashes (#) from
13609         identifiers.
13610         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
13611         directives.  Drop explicit bundling---it just makes the code
13612         harder to read.  Don't save/restore gp needlessly.
13613
13614         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13615         identifiers (they're only needed if the identifier would clash
13616         with a register name otherwise).
13617         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13618         directives.  Drop explicit bundling---it just makes the code
13619         harder to read.
13620         (__do_jv_register_classes): Ditto.
13621         (.fini_array): Remove "progbits" (newer
13622         assemblers don't like wrong section-types).
13623         (.init_array): Ditto.
13624
13625 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13626
13627         PR fortran/9974
13628         * gcse.c (reg_killed_on_edge): New function to test whether the
13629         given reg is overwritten by any instruction queued on an edge.
13630         (bypass_block): Ignore substitutions killed on incoming edges.
13631         Don't bypass outgoing edges that have queued instructions.
13632
13633 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
13634
13635         * real.h (EXP_BITS): Make room for...
13636         (struct real_value): ... added canonical bit.
13637         (struct real_format): Added pnan.
13638         (mips_single_format, mips_double_format, mips_extended_format,
13639         mips_quad_format): New.
13640         * real.c: Copy p to pnan in all formats.
13641         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13642         (real_nan): Use pnan to compute significand's shift.
13643         (real_identical): Disregard significand in canonical
13644         NaNs.
13645         (real_hash): Likewise.  Take signalling into account.
13646         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13647         Disregard significand bits in canonical NaNs.  Set all bits of
13648         canonical NaN if !qnan_msb_set.
13649         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
13650         qnan_msb_set to tell the base double format.
13651         (ibm_extended_format): Use 53 as pnan.
13652         (mips_single_format, mips_double_format, mips_extended_format,
13653         mips_quad_format): Copied from the corresponding ieee/ibm
13654         formats, with qnan_msb_set false.
13655         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13656         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13657         * config/mips/mips.c (override_options): Use mips_single_format
13658         and mips_double_format.  Default TFmode to mips_quad_format.
13659         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13660         * config/mips/t-irix6: Likewise.
13661         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13662         * config/fp-bit.c (pack_d, unpack_d): Obey it.
13663
13664 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
13665
13666         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13667         (live_image_destructor): Reset image to initial state.
13668         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13669
13670 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
13671
13672         * config/sparc/sparc.c (input_operand): Accept bare
13673         CONSTANT_P_RTX operands.
13674
13675 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13676
13677         * gcse.c (struct ls_expr): Added pattern_regs field.
13678         (ldst_entry): Initialize it.
13679         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13680         (store_ops_ok): Use regs precomputed by them.
13681         (find_loads, store_killed_in_insn, load_kills_store): Change return
13682         type to bool.
13683         (store_killed_before, store_killed_after): Take position of register
13684         set in account.
13685         (reg_set_info): Store position of the setter.
13686         (gcse_main): Enable store motion.
13687         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13688         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13689         sharing.
13690         (simple_mem): Enable store motion of non-symbol mems.
13691         (regvec): Type changed.
13692         (LAST_AVAIL_CHECK_FAILURE): New.
13693         (compute_store_table_current_insn): New.
13694         (build_store_vectors): Computation of availability and anticipatability
13695         moved ...
13696         (compute_store_table, find_moveable_store): ... here.
13697         (delete_store): Remove senseless comment.
13698         (store_motion): Reorganize.
13699
13700 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
13701
13702         * config/mips/mips.c (override_options): Provide mappings for
13703         HI_REGNUM and LO_REGNUM.
13704         * config/mips/mips.h (MD_DBX_FIRST): Define.
13705
13706 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13707
13708         * combine.c (merge_outer_ops): Fix typo.
13709
13710         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13711
13712 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
13713
13714         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13715         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13716         imul_compare.  Add lmul_compare.
13717         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
13718         in second pair of dispatch slots.  Model stores more accurately.
13719         Tweak multiply model.  Add bypasses for CR instructions dependent
13720         on complicated compares.
13721         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13722         (muldi3): Add lmul_compare patterns.
13723         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13724         and FPSTORE_UX to split instructions and add COMPARE,
13725         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13726         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13727         (rs6000_rtx_costs): Separate POWER4 multiply case.
13728
13729 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
13730
13731         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13732         Do nothing if __builtin_return_address was not used.
13733
13734 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
13735
13736         * i386.md (test patterns):  Allow memory operand in operand1.
13737
13738 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
13739
13740         * testsuite/gcc.c-torture/execute/simd-3.c: New.
13741
13742         * expr.c (expand_expr): Handle VECTOR_CST.
13743         (const_vector_from_tree): New.
13744
13745         * varasm.c (output_constant): Handle VECTOR_CST.
13746
13747         * c-typeck.c (digest_init): Build a vector constant from a
13748         VECTOR_TYPE.
13749
13750         * config/rs6000/rs6000.c: Remove prototype for
13751         easy_vector_constant.
13752         (easy_vector_constant): Add mode parameter.  Rewrite to handle
13753         more easy constants.
13754         (rs6000_emit_move): Pass mode to easy_vector_constant.
13755         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13756         (emit_easy_vector_insn): New.
13757         (easy_vector_same): New.
13758         (EASY_VECTOR_15): New macro.
13759         (EASY_VECTOR_15_ADD_SELF): New macro.
13760         (bdesc_2arg): Rename to xorv2si3.
13761         (easy_vector_constant_add_self): New.
13762         (input_operand): Allow vector constants.
13763
13764         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13765         easy_vector_constant, easy_vector_constant_add_self.
13766         (EXTRA_CONSTRAINT): Add 'W'.
13767
13768         * config/rs6000/rs6000-protos.h: Add prototype for
13769         easy_vector_constant, emit_easy_vector_insn.
13770
13771         * config/rs6000/altivec.md (xorv8hi3): New.
13772         (xorv16qi3): New.
13773         Remove all _const0 patterns.
13774         (movv4si_internal): Rewrite to use code.  Add vector constant to
13775         vector alternative.  Add splitter.
13776         (movv8hi_internal): Same.
13777         (movv16qi_internal): Same.
13778         (movv4sf_internal): Same.
13779         Change the unspecs for vspltis* to use constants.
13780
13781         * config/rs6000/spe.md ("xorv4hi3"): New.
13782         ("spe_evxor"): Rename to xorv2si3.
13783         ("xorv1di3"): New.
13784         Remove all _const0 patterns.
13785         (movv2si_internal): Rewrite to use code.  Add vector constant to
13786         alternatives.  Add splitter.
13787         (movv4hi_internal): Add vector constant to alternatives.
13788         (movv1di_internal): Same.
13789         (movv2sf_internal): Same.
13790
13791 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13792
13793         PR c/9936
13794         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13795         variably-sized arrays in parameters.
13796         (set_save_expr_context): New function.
13797         (c_expand_body): Use it, via walk_tree.
13798
13799 2003-03-31  Eric Christopher  <echristo@redhat.com>
13800
13801         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13802         (combinable_i3pat): Remove call to expand_field_assignment and
13803         #if 0'd code.
13804
13805 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13806
13807         PR c++/10278
13808         * c-common.c (finish_label_address_expr): Handle the
13809         error_mark_node.
13810
13811 2003-03-31  Richard Henderson  <rth@redhat.com>
13812
13813         * real.c (real_identical): Reorg so as to not compare
13814         signalling for normals.
13815
13816 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13817
13818         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13819
13820 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13821
13822         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13823         notes as they are boggus.
13824         (m68hc11_gen_movqi): Likewise.
13825
13826 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13827
13828         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13829         save the soft registers after the frame pointer so that gdb can unwind
13830         the frame more easily.
13831         (expand_epilogue): Likewise in opposite order; allow to use X register
13832         as scratch if the return value is by reference.
13833
13834 2003-03-31  Jason Merrill  <jason@redhat.com>
13835
13836         PR java/10145
13837         * stor-layout.c (update_alignment_for_field): Respect
13838         DECL_USER_ALIGN for zero-length bitfields, too.
13839         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13840         fields.
13841
13842 2003-03-31  Matt Austern  <austern@apple.com>
13843
13844         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13845         (count_defs): Keep track of number of defs as well as total size.
13846         (write_defs): Put every definition in cpp_savedstate's defs array.
13847         (comp_hashnode): Define.  Comparison function for qsort.
13848         (cpp_write_pch_deps): Sort definitions before writing them.
13849         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13850         (collect_ht_nodes): Define.
13851         (cpp_valid_state): When verifying that undefined identifiers in
13852         the pch file are still undefined, read a sorted list of undefined
13853         identifiers, collect all defined identifiers into a sorted list,
13854         and walk through both lists to make sure there's no match.
13855
13856 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13857
13858         * config/h8300/h8300.md (a peephole2): New.
13859
13860 2003-03-31  Michael Matz  <matz@suse.de>
13861
13862         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13863
13864 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
13865
13866         PR target/10177
13867         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13868         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13869         all call-clobbered registers as used.
13870
13871 2003-03-31  Michael Matz  <matz@suse.de>
13872
13873         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13874         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13875
13876 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13877
13878         * gcov.c: Add -a & -u options.
13879         (struct arc_info): Add local_span, is_call_non_return,
13880         is_nonlocal_return, is_unconditional flags, remove is_call flag.
13881         (struct block_info): Add flags, is_call_site, is_nonlocal_return
13882         members. Make encodings a union with span member.
13883         (struct function_info): Add blocks_executed, line, src, line_next
13884         members.
13885         (struct coverage_info): Make branches a union with blocks member.
13886         (struct source_info): Add functions member.
13887         (object_summary, program_count): New global variables.
13888         (flag_all_blocks, flag_unconditional): New flags.
13889         (find_source, output_branch_count): New functions.
13890         (print_usage): Adjust.
13891         (options): Adjust.
13892         (process_args): Adjust.
13893         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13894         <GCOV_TAG_BLOCKS>: Read flags.
13895         <GCOV_TAG_LINES>: Adjust.
13896         (read_count_file): Process SUMMARY tags.
13897         (solve_flow_graph): Set is_unconditional and clear is_call_site
13898         appropriately.
13899         (add_branch_counts): Adjust. Don't count unconditional branches.
13900         (add_line_counts): Deal with all-blocks mode, accumulate block
13901         coverage.
13902         (accumulate_line_counts): Adjust, generate local spanning tree for
13903         all-blocks mode.
13904         (output_lines): Adjust.
13905         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13906         * doc/gcov.texi: Document.
13907
13908 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13909
13910         * config/h8300/h8300.md: Organize peephole2's that transform
13911         (compare (reg:HI) (const_int)).
13912
13913 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13914
13915         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13916         (init_emit_once): Initialize dconstm2 and dconsthalf here.
13917         * real.h (dconstm2, dconsthalf): Add prototypes here.
13918         * real.c (real_sqrt): Use dconsthalf rather than local copy.
13919         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13920         exp(x/2.0) remember to fold the division if possible.
13921         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13922         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13923         1.0/(x*x) and pow(x,0.5) as sqrt(x).
13924
13925 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13926
13927         * config/h8300/h8300.md (a new peephole2): New.
13928
13929 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13930
13931         * gcse.c (simple_mem): Return false for floating-point accesses
13932         if flag_float_store is true.
13933
13934 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13935
13936         * gcse.c (gcse_constant_p): New function to identify constants
13937         suitable for constant propagation, including COMPARE with two
13938         integer constant arguments.
13939         (hash_scan_set): Use gcse_constant_p.
13940         (find_avail_set): Likewise.
13941         (cprop_insn): Likewise.
13942         (do_local_cprop): Likewise.
13943         (find_implicit_sets): Likewise.
13944         (find_bypass_set): Likewise.
13945
13946 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
13947
13948         * except.h: Remove definition of varray_type.
13949
13950 2003-03-30  Richard Henderson  <rth@redhat.com>
13951
13952         PR opt/10011, opt/10252:
13953         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13954         before post-gcse cse pass.
13955
13956 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13957
13958         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13959
13960 2003-03-30  DJ Delorie  <dj@redhat.com>
13961
13962         * profile.c (instrument_edges): Make sure any newly created
13963         jump insns have correct jump label info.
13964
13965 2003-03-30  Richard Henderson  <rth@redhat.com>
13966
13967         * cfgbuild.c (make_edges): Use tablejump_p.
13968         * cfgcleanup.c (label_is_jump_target_p): Likewise.
13969         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13970         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13971         (try_redirect_by_replacing_jump): Likewise.
13972         (redirect_edge_and_branch): Likewise.
13973         * cse.c (fold_rtx): Likewise.
13974         * jump.c (delete_related_insns): Likewise.
13975         * rtlanal.c (get_jump_table_offset): Likewise.
13976         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13977
13978 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13979
13980         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13981         (STRICT2_WARN): Likewise.
13982
13983 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13984
13985         PR other/6955
13986         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
13987         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
13988
13989 2003-03-30  Richard Henderson  <rth@redhat.com>
13990
13991         PR c/10083
13992         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
13993         don't zero_extend const inputs.
13994
13995 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13996
13997         * reload1.c (reload_cse_move2add): Fix a comment typo.
13998
13999 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
14000
14001         * config/h8300/h8300.md (a peephole2): Remove useless code.
14002
14003 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14004
14005         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14006         (*iorsi3_and_lshiftrt): Likewise.
14007         (*iorsi3_zero_extract): Likewise.
14008
14009 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
14010
14011         * config/h8300/h8300.md (*insv_si_8_8): New.
14012         (*insv_si_8_8_lshiftrt_8): Likewise.
14013         (a peephole2): Likewise.
14014
14015 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14016
14017         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14018         Uniformly use bugfix instead of bug fix.
14019
14020 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14021
14022         PR doc/895
14023         * ONEWS: Remove those items that already appear in the EGCS
14024         release notes on our web pages.
14025
14026 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14027
14028         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14029         TARGET_HARD_FLOAT.  Reformat.
14030         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14031
14032 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
14033
14034         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14035         work on Solaris 2.5.1.
14036
14037 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
14038
14039         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14040         section of h8300.md
14041         (*addsi3_and_nor_r_1): Likewise.
14042
14043 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
14044
14045         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14046         set up before any trapping memory access if flag_non_call_exceptions.
14047
14048 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14049
14050         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14051
14052         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14053
14054 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
14055
14056         * configure.in: Clarify comments.
14057         * configure: Regenerate.
14058
14059 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
14060
14061         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14062         label even if pool empty when generating PIC.
14063         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14064
14065 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
14066             Dhananjay Deshpande  <dhananjayd@kpit.com>
14067
14068         PR target/10205
14069         * config/h8300/h8300.c (h8300_initial_elimination_offset):
14070         Correct the offset computation when TARGET_NORMAL.
14071
14072 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14073
14074         PR target/10067
14075         * config/sparc/sparc.md (jump pattern): Correct order
14076         when issuing the annuling marker.
14077
14078 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14079
14080         PR c/8281
14081         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14082         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14083
14084 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14085
14086         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14087         globalize_label.
14088         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14089         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14090         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14091         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14092         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14093         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14094         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14095
14096 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14097
14098         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14099         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
14100         notes after hoisting.
14101         (load_mems): Adjust replace_loop_mems call.
14102
14103 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14104             Richard Henderson  <rth@redhat.com>
14105
14106         PR target/10114 and PR target/10084
14107         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14108
14109 2003-03-27  Richard Henderson  <rth@redhat.com>
14110
14111         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14112
14113 2003-03-27  Roger Sayle  <roger@eyesopen.com>
14114
14115         * fold-const.c (fold_inf_compare):  New function to simplify FP
14116         comparisons against +Infinity or -Infinity.
14117         (fold):  Optimize floating point comparisons against Infs and NaNs.
14118
14119 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
14120
14121         * libgcov.c: Provide only dummy functions if libc is not available.
14122
14123 2003-03-27  Richard Henderson  <rth@redhat.com>
14124
14125         * real.h (struct real_value): Add signalling.
14126         (EXP_BITS): Decrement.
14127         * real.c (get_canonical_qnan): Don't set MSB-1.
14128         (get_canonical_snan): Likewise.  Set signalling.
14129         (real_identical): Compare signalling.
14130         (round_for_format): Remove force-one-bit on code.
14131         (real_nan): Likewise.  Set signalling.
14132         (encode_ieee_single): Add force-one-bit code; honor signalling.
14133         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14134         (decode_ieee_single): Set signalling.
14135         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14136
14137 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
14138
14139         PR ada/9953
14140         * ada/Makefile.in (gnatlib configuration for HPUX): Split
14141         the general section for HPUX into specific sections for
14142         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14143         11 case.
14144
14145 2003-03-27  Glen Nakamura  <glen@imodulo.com>
14146
14147         PR opt/10087
14148         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14149         while incrementing giv.
14150         (record_biv): Check for duplicate biv locations and
14151         set (struct induction *) v->same if found.
14152
14153 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
14154
14155         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14156         v0.9 API change: replace read of UNW_REG_HANDLER with
14157         unw_get_proc_info().
14158         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14159         with unw_get_proc_info().
14160         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14161         unw_get_proc_info().
14162
14163 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
14164
14165         * config/rs6000/8540.md: Use presence_set instead of absence_set.
14166
14167 2003-03-26  Richard Henderson  <rth@redhat.com>
14168
14169         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14170
14171 2003-03-26  Roger Sayle  <roger@eyesopen.com>
14172
14173         PR bootstrap/10051, PR bootstrap/10169.
14174         * mips-tfile.c (init_file): Don't provide a static initializer.
14175         (initialize_init_file): Initialize the contents of init_file.
14176         (add_file): Call initialize_init_file if not already initialized.
14177
14178 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
14179
14180         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14181         registers used for global asm variables.
14182         (s390_frame_info, s390_arg_frame_offset): Likewise.
14183         (s390_emit_prologue, s390_emit_epilogue): Likewise.
14184
14185 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
14186
14187         * config/rs6000/8540.md: New file.
14188
14189         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14190         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14191         reservations for imul.
14192
14193         * config/rs6000/rs6000.md: Include 8540.md.  Change
14194         delayed_compare onto mult_compare for insns generating
14195         multiplication.
14196         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14197         New type attribute values.
14198
14199         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14200         fpsimple instead of fp.
14201         (*divsf3_gpr): Use type vecfdiv instead of fp.
14202         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14203         instead of vecfloat.
14204         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14205         (spe_brinc): Use type brinc instead of veccomplex.
14206         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14207         veccomplex.
14208         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14209         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14210         *movv2sf_internal): Define type attribute values for all
14211         alternatives.
14212         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14213         of fpcompare.
14214         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14215         instead of fpcompare.
14216
14217 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
14218
14219         * config/rs6000/power4.md: Allow delay between dispatch and
14220         function units for simple instructions.  Correct store units.
14221         Allow branch to occupy as many dispatch slots as necessary.
14222
14223 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
14224
14225         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14226         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14227         zero extend old to it.
14228         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14229         operand.
14230
14231 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
14232
14233         PR target/7784
14234         * reload.c (find_reloads_address): Handle
14235         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14236         all base registers.
14237
14238 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
14239
14240         PR other/10203
14241         * version.c: Reference the GCC web site in the URL.
14242
14243 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
14244
14245         * c-incpath.c (add_standard_paths): Add both "translated" and
14246         non-translated header paths.
14247
14248 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
14249
14250         * doc/install.texi (*-*-freebsd*): Update with known status.
14251
14252 2003-03-21  Jason Merrill  <jason@redhat.com>
14253
14254         PR optimization/10171
14255         * unroll.c (unroll_loop): Don't delete the jump at the end unless
14256         we also delete a jump at the beginning.
14257
14258 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
14259
14260         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14261         contributor.
14262
14263 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
14264
14265         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14266         constants are not expensive.
14267
14268 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
14269
14270         PR opt/10056
14271         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
14272         jump jumping to the next instruction.
14273         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
14274
14275 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14276
14277         * doc/passes.texi (Passes): Properly document that we do not
14278         perform jump2 any longer; remove command-line option -dJ.
14279
14280 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14281
14282         PR optimization/8746
14283         * config/i386/i386.md (and promoting splitters): Disable HImode to
14284         SImode promoting when the sign bit matters and is not preserved, or
14285         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14286         for size.
14287
14288 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14289
14290         * config/h8300/h8300.md (a peephole2): Extend to support loads
14291         in QImode and HImode.
14292
14293 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
14294
14295         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14296         _return_far
14297         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14298         (MULTILIB_EXCEPTIONS): Likewise.
14299         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14300         by calling some board support routine.
14301         ("call_value"): Likewise.
14302         ("*return_void"): Likewise for return.
14303         ("*return_16bit"): Likewise.
14304         ("*return_32bit"): Likewise.
14305         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14306         for 68HC11 too.
14307         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14308         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14309         -mlong-calls for 68HC11.
14310         * config/m68hc11/larith.asm (declare_near): New macro.
14311         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14312         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14313         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14314         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14315         (__mulhi32): Likewise.
14316         (ret): Update macro for 68HC11.
14317         (__far_trampoline): Implement for 68HC11.
14318         (__call_a16, __call_a32, __return_void, __return_16): New support
14319         routines for 68HC11 memory bank switching calling support.
14320         (__return_32): Likewise.
14321
14322 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
14323
14324         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14325
14326 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
14327
14328         * doc/install.texi (Testing): Mention test result links from build
14329         status pages.
14330
14331 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
14332
14333         * function.c (put_var_into_stack): Change bool parameter to int.
14334         (gen_mem_addressof): Likewise.
14335         * rtl.h (gen_mem_addressof): Likewise.
14336         * tree.h (put_var_into_stack): Likewise.
14337         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14338         gen_mem_addressof or put_var_into_stack.
14339         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14340         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14341
14342 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14343
14344         * config/h8300/h8300.md (a peephole2): New.
14345
14346 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
14347
14348         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14349
14350 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14351
14352         * doc/contrib.texi (Contributors): Update Janis Johnson.
14353
14354 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14355
14356         PR target/10072
14357         * combine.c (simplify_if_then_else): Check that the mode
14358         has MODE_INT class before applying the (OP Z (mult COND C2))
14359         transformation.
14360
14361 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14362
14363         PR optimization/9414
14364         * config/sparc/sparc.md (widening peepholes): Use
14365         widen_memory_access instead of change_address.
14366
14367 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
14368
14369         PR c++/7086
14370         * c-typeck.c (c_mark_addressable): Adjust calls to
14371         put_var_into_stack.
14372         * expr.c (expand_expr): Likewise.
14373         * function.c (put_var_into_stack): Add rescan parameter.  Do not
14374         call fixup_var_refs when rescan is false.
14375         (gen_mem_addressof): Likewise.
14376         (assign_parms): Adjust calls to put_var_into_stack.
14377         (setjmp_protect): Likewise.
14378         (setjmp_protect_args): Likewise.
14379         * rtl.h (gen_mem_addressof): Change prototype.
14380         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14381         * tree.h (put_var_into_stack): Change prototype.
14382
14383 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
14384
14385         PR middle-end/9967
14386         * builtins.c (expand_builtin_fputs): When optimizing for size,
14387         don't transform fputs into fwrite.
14388
14389 2003-03-23  Glen Nakamura <glen@imodulo.com>
14390
14391         PR c/8224
14392         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14393         when signedness changes for division or modulus.
14394
14395 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
14396
14397         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14398         globalize_label.
14399
14400 2003-03-23  Roger Sayle  <roger@eyesopen.com>
14401
14402         PR c/10178
14403         * stmt.c (expand_end_case_type): Check for overflow in range when
14404         determining whether to use a bit-test implementation.
14405
14406 2003-03-23  Richard Henderson  <rth@redhat.com>
14407
14408         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
14409         before flow2.
14410         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
14411
14412 2003-03-23  Richard Henderson  <rth@redhat.com>
14413
14414         PR opt/10116
14415         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
14416         from then_bb or else_bb after flow2.
14417
14418 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
14419
14420         * configure.in: Check whether it is necessary to link against
14421         libm to use ldexp.
14422         * configure: Regenerate.
14423         * Makefile.in: Add LDEXP_LIB substitution variable.
14424
14425 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
14426
14427         * config/h8300/h8300.md: Fix comment typos.
14428
14429 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14430
14431         * pa.c (output_cbranch): Fix typo in comment.
14432
14433 2003-03-22  Richard Henderson <rth@redhat.com>
14434
14435         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
14436         after reload.
14437
14438 2003-03-22  DJ Delorie  <dj at redhat dot com>,
14439         Bruce Korb  <bkorb at gnu dot org>
14440
14441         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
14442         buggy Solaris 2.6 mutex/cond initializers.
14443         (solaris_mutex_init): Rename to solaris_mutex_init_2.
14444         * fixinc/fixincl.x: Regenerate.
14445         * fixinc/tests/base/pthread.h: Update.
14446         * fixinc/fixincl.c(initialize): be explicit about the default case
14447         and indicate verbose level when being very, very verbose.
14448         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
14449
14450 2003-03-22  Andreas Jaeger  <aj@suse.de>
14451
14452         * config/i386/i386.c (ix86_init_machine_status): Return value.
14453
14454 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14455
14456         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
14457         conditional branch to the following instruction.  Use next_real_insn
14458         instead of next_active_insn.
14459         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
14460         instead of next_active_insn.
14461
14462 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
14463
14464         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14465         instead of 'm' constraint in forced-split alternatives.
14466         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
14467         VALIDATE_ADDRESS parameter to operand_subword.
14468
14469 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
14470
14471         * config/h8300/h8300.c (notice_update_cc): Correctly handle
14472         the case where the set destination is STRICT_LOW_PART.
14473
14474 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
14475
14476         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14477         c30 instead of a c40 processor.
14478
14479 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
14480
14481         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
14482
14483 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14484
14485         * c-common.c: Include intl.h.
14486         (shadow_warning): Rewrite to allow better diagnostic translations.
14487         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
14488         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14489         use it throughout.
14490         * Makefile.in (c-common.o): Add intl.h.
14491
14492 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
14493
14494         * config.gcc: Remove 'float_format'.
14495
14496         * fixproto: Define NULL and size_t in generated stdlib.h and
14497         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
14498         Rearrange file generation loop for readability.  Generate time.h,
14499         string.h if missing.
14500         * tsystem.h: Include <string.h>, <time.h> unconditionally.
14501         * config.gcc: Blow away POSIX defines.
14502
14503 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14504
14505         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14506
14507 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14508
14509         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14510         writing .interrupt command.
14511         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14512         if it's a far or near function.
14513         ("call_value"): Likewise.
14514         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14515         near attributes.
14516         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14517         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14518         (m68hc11_initial_elimination_offset): Set current_function_far
14519         according to attributes.
14520         (expand_prologue): Likewise.
14521         (trap_handler_symbol): New global to keep track of trap handlers.
14522         (m68hc11_encode_section_info): Mark symbol as far if needed; set
14523         trap symbol.
14524         (m68hc11_is_far_symbol): New function.
14525         (m68hc11_is_trap_symbol): New function.
14526         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14527         (m68hc11_is_trap_symbol): Declare.
14528
14529 2003-03-21  Jan Hubicka  <jh@suse.cz>
14530
14531         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14532         only when amount of saved regs changed.
14533         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14534         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14535
14536 2003-03-21  Jan Hubicka  <jh@suse.cz>
14537
14538         PR inline-asm/7916
14539         * function.c (instantiate_virtual_regs_lossage): New function.
14540         (instantiate_virtual_regs_1): Use it.
14541         (instantiate_virtual_regs): Do not continue in substition when insn has
14542         been deleted.
14543
14544 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14545
14546         * combine.c (make_field_assignment): Fix a warning.
14547
14548 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14549
14550         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14551
14552 2003-03-21  Dale Johannesen  <dalej@apple.com>
14553
14554         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
14555         priority for R2 on Darwin.
14556         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
14557
14558 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14559
14560         * combine.c (make_field_assignment): Remove unnecessary AND
14561         when storing into zero_extract.
14562
14563 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14564
14565         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14566         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14567         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14568         in comment.
14569
14570 2003-03-21  DJ Delorie  <dj@redhat.com>
14571
14572         * optabs.c (init_integral_libfuncs): Make sure we init at least up
14573         to "long long" size words.
14574
14575 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
14576
14577         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14578         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14579         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14580
14581 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14582
14583         PR doc-bug/9813
14584         * doc/extend.texi: Move misplaced paragraph about underscores in
14585         variables in macros.
14586
14587 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14588             Richard Henderson  <rth@redhat.com>
14589
14590         PR optimization/8366
14591         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14592         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14593         PIC+SYMBOLIC_CONST in other modes than Pmode.
14594         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14595         the form PIC+SYMBOLIC_CONST as mode dependent.
14596
14597 2003-03-21  DJ Delorie  <dj@redhat.com>
14598
14599         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14600         sure we always emit at least one insn.
14601
14602 2003-03-21  Christopher Faylor  <cgf@redhat.com>
14603
14604         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14605         stub t-cygming. Use common target header cygming.h. Add extra
14606         c_target_obj and cxx_target_obj file. Default cygwin to posix
14607         threading. Enforce i386 as float format.
14608         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14609         Remove cygwin.h as target header. Use common target header
14610         cygming.h  Enforce i386 as float format. Correct typo.
14611         * config/i386/cygming.h: New file, containing definitions
14612         common to mingw32 and cygwin.
14613         * config/i386/cygwin.h: Remove definitions common to cygwin and
14614         mingw.  Simplify special spec logic.  Define "wrappers" around
14615         certain include path defines to accommodate -mno-cygwin.
14616         Remove some #if 0'ed code.
14617         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14618         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14619         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14620         * config/i386/mingw32.h: Remove definitions common to cygwin and
14621         mingw.
14622         (EXTRA_OS_CPP_BUILTINS): Adjust.
14623         (TARGET_VERSION): Define.
14624         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14625         mingw32.h definitions.
14626         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14627         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14628         Add compilation rules for cygwin1.o cygwin2.o.
14629         * config/i386/cygwin1.c: New file.
14630         * config/i386/cygwin2.c: New file.
14631         * config/i386/t-cygming: New makefile stub.
14632
14633 2003-03-20  Richard Henderson  <rth@redhat.com>
14634
14635         * fold-const.c (extract_muldiv_1): Revert changing order of
14636         operands in case MULT_EXPR of 2003-02-16 patch.
14637
14638 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
14639         Merge changes from new-regalloc-branch
14640
14641         From Michael Matz  <matz@suse.de>
14642         * df.c (df_ref_record_1): Move init of loc to safe point.
14643         Only recurse on interesting things in parallels.
14644         Handle CLASS_CANNOT_CHANGE_MODE smarter.
14645         (df_uses_record): Ditto.
14646
14647         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14648         it's already okay to use memory operands in (IE doesn't require
14649         adding another insn or anything).
14650
14651 2003-03-20  Richard Henderson  <rth@redhat.com>
14652
14653         PR middle-end/6348
14654         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14655         different from word_mode.
14656
14657 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14658
14659         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14660         source operand to those that can be extracted with bld.
14661
14662 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
14663
14664         PR 10066
14665         * arm.md (UNSPEC_PIC_BASE): New constant.
14666         (pic_add_dot_plus_four): Wrap with unspec.
14667         (pic_add_dot_plus_eight): Likewise.
14668
14669 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14670
14671         * config/h8300/h8300.md (*insv_si_1_n): New.
14672         (*insv_si_1_n_lshiftrt): Likewise.
14673
14674 2003-03-20  Roger Sayle  <roger@eyesopen.com>
14675
14676         * fold-const.c (fold_mathfn_compare): New function to simplify
14677         comparisons against built-in math functions.  Fold comparisons
14678         of sqrt against constants.
14679         (fold): Call fold_mathfn_compare when appropriate.
14680
14681 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
14682
14683         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14684         information.
14685
14686 2003-03-20  Per Bothner  <pbothner@apple.com>
14687
14688         Various cleanups to help compile server.
14689
14690         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
14691         and pass that to _cpp_init_hashtable.
14692         (cpp_read_main_file):  Drop hash_table* argument; don't call
14693         _cpp_init_hashtable.
14694         * cpplib.h:  Update declarations to match.
14695         * c-opts.c (c_common_init_options):  Pass ident_hash to
14696         cpp_create_reader.
14697         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
14698         * fix-header.c (read_scan_file):  Likewise pass NULL table to
14699         cpp_create_reader rather than cpp_read_main_file.
14700
14701         * cppfiles.c (cpp_rename_file):  Generalized and renamed
14702         to cpp_change_file.
14703         * cpplib.h:  Update declaration to match.
14704         * c-opts.c (push_command_line_line, finish_options):  Change
14705         cpp_rename_file calls to cpp_change_file.
14706
14707         * line-map.c (add_line_map):  Allow leaving the outermost file.
14708         Allowing entering an outermost-file after the initial time.
14709
14710         * toplev.c (pop_srcloc):  Allow popping from initial file.
14711
14712 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
14713
14714         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14715
14716 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14717
14718         * config/h8300/h8300.md (a peephole2): New.
14719
14720 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14721
14722         * config/h8300/h8300.md (*addsi3_and_r_1): New.
14723         (*addsi3_and_not_r_1): Likewise.
14724
14725 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
14726
14727         * Makefile.in (STRICT2_WARN): Add @WERROR@.
14728         (GCC_WARN_CFLAGS): Remove $(WERROR).
14729         (fixinc.sh-warn): New.
14730         * ada/Make-lang.in (ada-warn): Add $(WERROR).
14731         * cp/Make-lang.in (cp-warn): Add $(WERROR).
14732         * f/Make-lang.in (f-warn): Add $(WERROR).
14733         * java/Make-lang.in (java-warn): Add $(WERROR).
14734         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14735
14736 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
14737
14738         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14739         langhooks-def.h (lhd_tree_dump_dump_tree),
14740         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14741         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
14742         true and false in return statements.
14743
14744 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
14745
14746         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14747         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14748         DWARF_INITIAL_LENGTH_SIZE.
14749         (output_compilation_unit_header, output_pubnames, output_aranges)
14750         (output_line_info): Output 0xffffffff escape value for 64-bit
14751         DWARF extension.
14752         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14753
14754 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
14755
14756         * config/s390/s390.c (s390_preferred_reload_class): Do not
14757         force constants to the pool unless necessary.
14758         (s390_decompose_address): Prefer to use pointer as base,
14759         not index register.
14760         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14761         Q alternative.
14762         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14763         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14764         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14765         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14766         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14767
14768 2003-03-19  Jan Hubicka  <jh@suse.cz>
14769
14770         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14771         * i386.c (use_fast_prologue_epilogue): Remove.
14772         (ix86_frame): New field save_regs-using_mov;
14773         (ix86_compute_frame_layout):  Decide on fast prologues;
14774         allocate saved registers in red zone.
14775         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14776
14777 2003-03-19  Nick Clifton  <nickc@redhat.com>
14778
14779         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14780
14781 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14782
14783         PR 10062
14784         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14785         * pa-protos.h (output_lbranch): New prototype.
14786         * pa.c (compute_frame_size): Change size of the frame marker on the
14787         64-bit ports to 48 bytes.
14788         (pa_output_function_prologue): Document why SAVE_SP is set.
14789         (hppa_expand_prologue): Save previous stack pointer into frame marker
14790         on targets which use the hpux unwind library.
14791         (output_cbranch): Use output_lbranch.
14792         (output_lbranch): New function to output long unconditional branches.
14793         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14794         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14795         64-bit ports.
14796         * pa.md (jump): Use output_lbranch.
14797         (allocate_stack): New expander for dynamic stack allocation.
14798
14799 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14800
14801         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14802         when debugging on XCOFF targets.  Delete "abi" temp.
14803
14804         PR target/10073
14805         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14806
14807 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
14808
14809         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14810         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14811         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14812
14813         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14814         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14815         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14816
14817 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14818
14819         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14820         the result of machopic_function_base_name.
14821         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14822         string rather than a static array.
14823
14824         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14825
14826         * gengtype.c: Include rtl.h.
14827         (enum rtx_code): Don't define.
14828         (rtx_format): Make declaration match rtl.h.
14829         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
14830         users.
14831         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14832         * Makefile.in (gengtype.o): Update dependencies.
14833
14834 2003-03-18  Andreas Schwab  <schwab@suse.de>
14835
14836         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
14837         martin@blom.org.
14838
14839 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14840
14841         * function.c (next_block_index): Mark with GTY.
14842
14843         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14844
14845 2003-03-18  Richard Henderson  <rth@redhat.com>
14846
14847         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14848         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14849         until after reload.
14850
14851 2003-03-18  Richard Henderson  <rth@redhat.com>
14852
14853         * builtins.c (expand_builtin_unop): New target_mode operand;
14854         use it to convert the result to the correct mode.
14855         (expand_builtin): Update all callers.
14856
14857 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
14858
14859         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14860
14861 2003-03-18  Jan Hubicka  <jh@suse.cz>
14862
14863         * i386.md:  Fix previous commit that mistakely applied the patch
14864         twice.
14865
14866         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14867         canonicalized.
14868         (memrefs_conflict_p): Likewise.
14869         (addr_side_effect_eval): Canonicalize the constructed address.
14870
14871 2003-03-18  Jan Hubicka  <jh@suse.cz>
14872
14873         * i386.md (cvtts?2si peep2): New.
14874
14875 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
14876
14877         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14878
14879 2003-03-18  Andreas Schwab  <schwab@suse.de>
14880
14881         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14882         for format.
14883
14884 2003-03-17  Jason Merrill  <jason@redhat.com>
14885
14886         PR c++/10091
14887         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14888         an unaligned member of TREE_ADDRESSABLE type.
14889
14890 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
14891
14892         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14893         (TARGET_PROFILE_KERNEL): Define.
14894         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14895         (PROFILE_BEFORE_PROLOGUE): Don't define.
14896         (PROFILE_KERNEL): Remove hacks.
14897         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14898         (rs6000_stack_info): No need to save lr if just for profiling when
14899         TARGET_PROFILE_KERNEL.
14900         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14901         (output_function_profiler): Localize label generation.  Emit code
14902         for kernel profiling.
14903
14904 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
14905
14906         * config/h8300/h8300-protos.h: Add a prototype for
14907         byte_accesses_mergeable_p.
14908         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14909         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14910         (a splitter): Likewise.
14911         (*iorsi3_ashift_16_ashift_24): Likewise.
14912         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14913
14914 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14915
14916         * dwarf2asm.h: Delete obsolete comment.
14917         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14918         dw2_asm_output_pcrel, dw2_asm_output_addr,
14919         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14920         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14921         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14922         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14923
14924 2003-03-17  Zack Weinberg <zack@codesourcery.com>
14925
14926         * c-tree.h (struct lang_identifier): Remove error_locus field.
14927         (IDENTIFIER_ERROR_LOCUS): Kill.
14928         (record_function_scope_shadow): New prototype.
14929         * c-typeck.c (build_external_ref): Don't complain if
14930         decl is error_mark_node.  When not at file scope, bind the
14931         decl's local value to error_mark_node to suppress further
14932         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14933
14934         * c-decl.c (get_function_binding_level): New static function.
14935         (record_function_scope_shadow): New exported function.
14936         (c_make_fname_decl): Use get_function_binding_level.
14937
14938 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
14939
14940         * stmt.c (tail_recursion_args): Call promote_mode to set
14941         unsignedp flag correctly before calling convert_move.
14942
14943 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14944
14945         * loop-unroll.c (decide_peel_completely,
14946         decide_unroll_constant_iterations, decide_unroll_stupid,
14947         decide_unroll_runtime_iterations, decide_peel_simple): Set
14948         loop->has_desc.
14949
14950 2003-03-17  Jan Hubicka  <jh@suse.cz>
14951
14952         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14953
14954 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
14955
14956         * function.c (assign_parms): For a struct value address passed as
14957         first argument, delay the function's result RTL setup code until
14958         after the emission of parameter conversions.
14959
14960 2003-03-17  Dave Love  <fx@gnu.org>
14961             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14962
14963         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14964         __arch64__ to match Compaq cc.
14965
14966 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14967
14968         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14969         (c_common_init): Set EBCDIC in cpp options.
14970         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14971         not conditional compilation.
14972         * cpplib.h (struct cpp_options): New entry EBCDIC.
14973
14974 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14975
14976         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14977
14978 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14979
14980         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14981         argument to 0 for redirect_jump.
14982
14983 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
14984
14985         PR c++/8805
14986         * except.c (eh_region_u_cleanup): Add prev_try.
14987         (expand_eh_region_end_cleanup): Set it.
14988         (reachable_handlers): Use it to skip over cleanup blocks.
14989
14990 2003-03-17  Andreas Jaeger  <aj@suse.de>
14991
14992         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
14993
14994 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
14995
14996         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
14997         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
14998         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
14999         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15000
15001 2003-03-16  Richard Henderson  <rth@redhat.com>
15002
15003         * simplify-rtx (simplify_binary_operation): Don't abort for
15004         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15005
15006 2003-03-16  Richard Henderson  <rth@redhat.com>
15007
15008         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15009         optimize_size as well.
15010
15011 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
15012
15013         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15014         for D register to specify the low part of it, aka B.
15015         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15016         the register if we are loading 1 or -1 to it; avoid using temp
15017         register when moving X/Y to Y/X.
15018         (m68hc11_gen_movqi): Likewise.
15019         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15020
15021 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
15022
15023         PR optimization/9016
15024         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15025         into the constant pool.
15026
15027 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15028
15029         PR target/9164
15030         * tree.c (get_narrower): For extensions with unchanged bit number,
15031         return the unsignedness of the outer mode.
15032
15033 2003-03-16  Roger Sayle  <roger@eyesopen.com>
15034
15035         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
15036         to avoid "may be used uninitialized" warning on ia64-hpux.
15037         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15038
15039 2003-03-16  Andreas Jaeger  <aj@suse.de>
15040
15041         * configure.in: Improve check for memcheck.h.
15042         * configure: Regenerated.
15043
15044 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
15045
15046         * doc/cppopts.texi: Remove documentation of -A-.
15047
15048 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
15049
15050         * doc/libgcc.texi: Remove @tie.
15051
15052 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
15053
15054         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15055         (rtx_pair): Added new element update_label_nuses, renamed to
15056         replace_label_data.
15057         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15058         replace_label_data instead of rtx_pair.
15059         * loop.c (load_mems): Likewise.
15060         * rtlanal.c (replace_label): Replace label in pool constants and in
15061         INSN_LIST (in REG_LABEL note).
15062         (subrtx_p): Renamed to rtx_referenced_p.
15063         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15064         LABEL_REF with CODE_LABEL, traverse constants from pool.
15065
15066 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
15067             Zack Weinberg  <zack@codesourcery.com>
15068
15069         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15070         * doc/libgcc.texi: New file.
15071         * doc/interface.texi: Delete paragraph about libgcc interface.
15072         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15073
15074 2003-03-15  Jason Merrill  <jason@redhat.com>
15075
15076         PR debug/9039
15077         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15078
15079         PR debug/6387
15080         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15081         function DIEs at toplevel.
15082         (decls_for_scope): At -g1, don't descend into subblocks.
15083
15084 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
15085
15086         * varasm.c (struct rtx_const): Change type of un.addr member
15087         to struct holding an additional 'symbol' member.
15088         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15089         with equal string addresses as equal.
15090         (simplify_subtraction): Adapt to struct rtx_const change.
15091
15092 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15093
15094         * fix-header.c (read_scan_file): Read main file before handling -D.
15095
15096 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15097
15098         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15099         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15100         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15101         (find_sub_basic_blocks): Likewise.
15102         * cgraphunit.c (cgraph_expand_functions): Likewise.
15103         * dwarf2out.c (prune_unused_types): Likewise.
15104         * expr.c (store_field): Likewise.
15105         * genextract.c (print_path): Likewise.
15106         * haifa-sched.c (schedule_insn): Likewise.
15107         * lcm.c (compute_antinout_edge): Likewise.
15108         * loop-unroll.c (decide_peel_once_rolling): Likewise.
15109         * ra-colorize.c (ra_colorize_free_all): Likewise.
15110         * ra-debug.c (dump_igraph): Likewise.
15111         (debug_hard_reg_set): Likewise.
15112         * reg-stack.c (reg_to_stack): Likewise.
15113         * rtlanal.c (refers_to_regno_p): Likewise.
15114         * tracer.c (layout_superblocks): Likewise.
15115
15116 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15117
15118         * fix-header.c (read_scan_file): Fix thinko.
15119
15120 2003-03-15  Glen Nakamura  <glen@imodulo.com>
15121
15122         * reload1.c (choose_reload_regs): Use && instead of ||
15123         with REG_CANNOT_CHANGE_MODE_P condition.
15124
15125 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15126
15127         * Makefile.in: Update.
15128         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15129         * c-lex.c (init_c_lex): Register builtins hook is dead.
15130         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15131         (c_common_decode_option): Don't call cpp_handle_option.
15132         Handle -A, -D and -U.
15133         (handle_deferred_opts): Simplify.
15134         (finish_options): Define builtins and command line macros.
15135         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15136         * cppinit.c: Don't include intl.h.
15137         (init_builtins): Rename cpp_init_builtins.  No hook to call.
15138         (init_library): Don't need to sort options.
15139         (cpp_create_reader): Don't set pending.
15140         (cpp_destroy): Don't free pending.
15141         (struct pending_option, cl_directive_handler, struct cpp_pending,
15142         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15143         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15144         cl_options, cpp_handle_option): Remove.
15145         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15146         cpp_finish_options): Remove.
15147         (cpp_init_builtins): New.
15148         * fix-header.c (read_scan_file): Update to handle -D.  Fix
15149         handling of -I.  Replace call to cpp_finish_options.
15150
15151 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15152
15153         PR optimization/9387
15154         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15155         for conditional returns.
15156
15157 2003-03-14  Jason Merrill  <jason@redhat.com>
15158
15159         PR optimization/6871
15160         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15161
15162 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15163
15164         * c-opts.c (finish_options): New.
15165         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15166         (missing_arg): Handle OPT_include and OPT_imacros.
15167         (c_common_init, c_common_parse_file): Use finish_options.
15168         (handle_deferred_opts): Update.
15169         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15170         (cpp_finish_options): Don't handle -imacros here.
15171         (no_fil): Remove.
15172         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15173
15174 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15175
15176         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15177         rs6000_maybe_dead if !fromprolog.
15178
15179 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15180
15181         * Makefile.in: Update.
15182         * c-common.h (fe_file_change, pp_file_change): New.
15183         * c-lex.c (init_c_lex): Don't set cb_file_change.
15184         (c_common_parse_file): Move to c-opts.c.
15185         (cb_file_change): Rename fe_file_change.
15186         * c-opts.c: Include debug.h.
15187         (warn_unused_macros, include_cursor): New.
15188         (push_command_line_include, cb_file_change): New.
15189         (COMMAND_LINE_OPTIONS): Handle -include.
15190         (c_common_decode_option): Use local warn_unused_macros.
15191         Handle OPT_include.
15192         (c_common_post_options): Set file change callback.
15193         (handle_deferred_opts): Skip -include.  Don't free the array.
15194         (c_common_init): Call cpp_finish_options here, and push an
15195         initial -include file.
15196         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15197         (preprocess_file): Don't call cpp_finish_options.
15198         (init_pp_output): Don't set the file change callback.
15199         (pp_file_change): Return if no line commands or no output.
15200         * cpphash.h (next_include_file, first_unused_line): Remove.
15201         * cppinit.c (include_head, include_tail): Remove.
15202         (cpp_destroy): Don't free -include chain.
15203         (cpp_finish_options): Don't handle -include, or worry about
15204         -Wunused-macros.
15205         (_cpp_maybe_push_include_file): Remove.
15206         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15207         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15208         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15209         Used flag is set based upon the state of the warn_unused_macros
15210         flag, and so use of first_unused_line is unnecessary.
15211
15212 2003-03-13  Jan Hubicka  <jh@suse.cz>
15213
15214         * cselib.c (clear_table): Do not take argument; always clear just
15215         used slots.
15216         (cselib_process_insn):  Update call of clear_table
15217         (cselib_init): Do not call clear_table.
15218         (cselib_finish): Clear table.
15219
15220         * cse.c (count_reg_usage): Do not check side_effects_p.
15221         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15222         like noop.
15223         (find_reg_equal_equiv_note): Do not use find_reg_note.
15224
15225 2003-03-14  Richard Henderson  <rth@redhat.com>
15226
15227         PR target/9700
15228         * config/alpha/alpha.c (alpha_va_start): Account for
15229         current_function_pretend_args_size in the AP offset.
15230
15231         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15232         (INITIAL_ELIMINATION_OFFSET): Move out of line.
15233         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15234         (alpha_initial_elimination_offset) New.
15235         * config/alpha/alpha-protos.h: Update.
15236
15237 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15238
15239         * stmt.c (expand_start_case): Call emit_queue ().
15240
15241 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
15242             Alexandre Oliva  <aoliva@redhat.com>
15243
15244         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15245         words in new abis.
15246
15247 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15248
15249         PR optimization/8396
15250         * tree-inline.c (initialize_inlined_parameters): Make sure the value
15251         of read-only constant arguments is passed with the right type.
15252
15253 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
15254
15255         * doc/extend.texi (Function Names): Make the example compilable.
15256
15257 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
15258
15259         * config/rs6000/rs6000.c (processor_target_table): Really allow
15260         GP optional instructions on Power4.
15261
15262 2003-03-13  Roger Sayle  <roger@eyesopen.com>
15263
15264         * calls.c (flags_from_decl_or_type): Factor and remove redundant
15265         conditional tests.
15266
15267 2003-03-13  Mike Stump  <mrs@apple.com>
15268
15269         * ggc-page.c (struct page_entry): Remove varray.h header.
15270         Add index_by_depth field.
15271         Remove save_in_use_p field.
15272         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15273         by_depth_max, by_depth, and save_in_use fields.
15274         (INITIAL_PTE_COUNT): Add.
15275         (save_in_use_p_i): Add.
15276         (save_in_use_p): Add.
15277         (adjust_depth): Add.
15278         (move_ptes_to_front): Add.
15279         (push_depth): Add.
15280         (push_by_depth): Add.
15281         (prefetch): Add.
15282         (free_page): Add support for and use faster data structures.
15283         (ggc_alloc): Likewise.
15284         (init_ggc): Likewise.
15285         (ggc_recalculate_in_use_p): Likewise.
15286         (ggc_pop_context): Likewise.
15287         (clear_marks): Likewise.
15288         (ggc_pch_read): Likewise.
15289         * Makefile.in (ggc-page.o): Remove varray.h.
15290
15291 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15292
15293         * ChangeLog: Rotated last year's entries to...
15294         * ChangeLog.8: New.
15295
15296         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15297         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15298         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15299         config/ia64/ia64-protos.h, config/ia64/ia64.c,
15300         config/ia64/ia64.h, config/ia64/ia64.md,
15301         config/ia64/itanium1.md, config/ia64/itanium2.md,
15302         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15303         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15304
15305 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
15306
15307         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15308         Differentiate endianness.
15309         (s6000_override_options): Use cpu type instead of TARGET_SPE.
15310
15311 2003-03-13  Nick Clifton  <nickc@redhat.com>
15312
15313         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15314         LDM instructions with writeback enabled.
15315         (output_return_instruction): Likewise.
15316
15317         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15318         (CALL_USED_REGISTERS): Remove definition.
15319         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15320
15321 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
15322
15323         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15324         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15325         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15326         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15327         (rs6000_legitimize_address): Formatting.
15328         (rs6000_emit_move): Likewise.
15329         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15330         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15331         (rs6000_elf_select_section): Comment reason for shlib being
15332         set for ABI_AIX.
15333         (rs6000_elf_unique_section): Likewise.
15334         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15335         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15336         as well as flag_pic.
15337         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15338         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15339         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15340
15341 2003-03-13  Richard Henderson  <rth@redhat.com>
15342
15343         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15344
15345         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15346         (ia64_gp_save_reg): Remove.
15347         (struct ia64_frame_info): Move to the beginning of the file;
15348         add reg_save_gp.
15349         (ia64_expand_call): Rearrange for new call patterns.
15350         (ia64_reload_gp): New.
15351         (ia64_split_call): New.
15352         (ia64_compute_frame_size): Allocate reg_save_gp.
15353         (ia64_expand_prologue): Save reg_save_gp.
15354         (ia64_expand_epilogue): Don't restore gp.
15355         (ia64_hard_regno_rename_ok): Remove R4 hack.
15356         (ia64_function_ok_for_sibcall): New.
15357         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15358         call try_split on sibcall pattern.
15359         * config/ia64/ia64-protos.h: Update.
15360         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15361         Rename from nopic versions.  Confiscate 2nd argument to call as
15362         a marker.
15363         (call_pic, call_value_pic, sibcall_pic): Remove.
15364         (call_gp, call_value_gp, sibcall_gp): New.
15365         (builtin_setjmp_setup): Remove.
15366         (builtin_setjmp_receiver): Call ia64_reload_gp.
15367
15368 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15369
15370         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15371         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15372         "GNU CC" with "GCC".
15373
15374         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15375         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15376         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15377         GCC, not GNU CC.
15378
15379         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15380         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15381
15382         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15383         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15384         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15385         "GNU CC" with "GCC".
15386
15387         * config/v850/lib1funcs.asm, config/v850/rtems.h,
15388         config/v850/v850-c.c, config/v850/v850-protos.h,
15389         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15390         GCC, not GNU CC.
15391
15392         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15393         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15394         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15395         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15396         GNU CC.
15397
15398 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
15399
15400         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15401
15402 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15403
15404         * fixinc/fixinc.interix: Remove dead code (most of it).
15405         * fixinc/fixinc.dgux: Remove.
15406
15407         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
15408         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
15409
15410 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15411
15412         * pa.c (pa_init_builtins): Fix warning.
15413
15414 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
15415
15416         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
15417         (ASM_OUTPUT_XDATA_SHORT): Remove.
15418         (ASM_OUTPUT_XDATA_INT): Remove.
15419         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
15420         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
15421         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
15422         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
15423
15424 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
15425
15426         PR c++/7050
15427         * expr.c (store_expr): Don't attempt to store void-typed trees,
15428         just evaluate them for side effects.
15429
15430 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15431
15432         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
15433         * cppinit.c (push_include): Move with changes to cppfiles.c.
15434         (cpp_read_main_file): Mark named operators here...
15435         (cpp_finish_options): ...not here.  Update.
15436         (_cpp_maybe_push_include_file): Update.
15437         * cpplib.h (cpp_push_include, cpp_rename_file): New.
15438
15439 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15440
15441         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
15442         _gcc_COMPUTE_GAS_VERSION.
15443         * configure.in: Use them.
15444         * configure: Regenerate.
15445
15446 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
15447
15448         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
15449         to detect carry.
15450         (subdi3): Reorder emitted instructions.
15451
15452 2003-03-12  Andreas Jaeger  <aj@suse.de>
15453
15454         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
15455         NETBSD_OS_CPP_BUILTINS_LP64.
15456
15457 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15458
15459         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
15460         Rearrange.  Reorganize.
15461         * configure.in: Rearrange.
15462         * configure: Regenerate.
15463
15464 2003-03-12  Andreas Jaeger  <aj@suse.de>
15465
15466         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15467         LP64 targets.
15468
15469         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15470         _LP64.
15471
15472         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15473         _LP64 macros here.
15474         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15475
15476         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15477         NETBSD_OS_CPP_BUILTINS_LP64.
15478         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15479         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15480
15481         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15482
15483 2003-03-12  Jan Hubicka  <jh@suse.cz>
15484
15485         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15486
15487 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15488
15489         Fix PR target/9797 and PR c/9853.
15490         * stmt.c (expand_decl_init): Call push_temp_slots () and
15491         pop_temp_slots ().
15492
15493 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
15494
15495         * sh.c: Include basic-block.h.
15496         (sh_output_mi_thunk, emit_load_ptr): New functions.
15497         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15498
15499 2003-03-12  Nick Clifton  <nickc@redhat.com>
15500
15501         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15502         (CALL_USED_REGISTERS): Likewise.
15503         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15504         describing how this value is calculated.
15505
15506 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
15507
15508         * configure.in (rlim_t): Define to long if no valid definition
15509         found in sys/resource.h.
15510         * config.in, configure: Regenerate.
15511
15512 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15513
15514         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15515         TARGET_OS_CPP_BUILTINS.
15516         * config/mcore/mcore-pe.h: Similarly.
15517         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15518         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15519
15520 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15521
15522         PR c/9928
15523         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15524         only if it is a VAR_DECL.
15525
15526 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15527
15528         PR optimization/9888
15529         * config/i386/i386.md (jcc_1): Fix range.
15530         (jcc_2): Likewise.
15531         (jump): LIkewise.
15532         (doloop_end_internal): Likewise.
15533
15534 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
15535
15536         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15537         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15538         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15539         DLL_IMPORT_EXPORT_PREFIX and "i."
15540         (i386_pe_dllexport_name_p): Here.
15541         (i386_pe_dllimport_name_p): Here.
15542         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15543         not 9 chars when getting identifier name.
15544         (i386_pe_mark_dllimport): Here.
15545         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15546         not 9 chars when getting identifier name. Correct comment.
15547         (i386_pe_strip_name_encoding): Here. Add comments for different
15548         cases.
15549         (gen_fastcall_suffix): Break down xmalloc() argument to
15550         components.
15551         (gen_stdcall_suffix): Likewise.
15552         Update copyright year.
15553
15554 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15555
15556         PR optimization/9888
15557         * config/i386/i386.md (movsi_1): Remove special alternatives
15558         for %eax register.
15559         (movsi_1_nointernunit): Likewise.
15560         (movhi_1): Likewise.
15561         * config/i386/i386.c (memory_address_length): Do not use
15562         short displacement when there is no base.
15563         (ix86_attr_length_address_default): Handle LEA instructions.
15564
15565 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15566
15567         * c-cppbuiltin.c (builtin_define_std): Make non-static.
15568
15569 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
15570
15571         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15572         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15573         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15574         * config/freebsd.h (CPP_PREDEFINES): Remove.
15575         (TARGET_OS_CPP_BUILTINS): New.
15576         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15577         instead of TARGET_OS_CPP_BUILTINS.
15578         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15579
15580 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
15581
15582         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15583
15584 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15585
15586         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15587         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
15588
15589         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15590
15591 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15592
15593         * toplev.c (independent_decode_option): Return success for --help,
15594         --target-help and --version.
15595
15596 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15597
15598         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15599         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
15600         specified.
15601         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15602         DRIVER_SELF_SPECS.
15603         (LINK_SPEC): Let endian options affect the linker emulation name.
15604
15605 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
15606
15607         * sh.md (reload_inqi): Fix mode for source in second set.
15608
15609 2003-03-11  Jan Hubicka  <jh@suse.cz>
15610
15611         * cselib.c (cselib_invalidate_mem_1): Move too ...
15612         (cselib_invalidate_mem): ... here; use new list
15613         (dummy_val, first_containing_mem): New static variables.
15614         (clear_table): Initialize first_containing_mem.
15615         (discard_useless_values):  Compact the containing_mem list.
15616         (add_mem_for_addr): Add to the list.
15617         * cselib.h (cselib_val): Add next_containing_mem.
15618
15619 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15620
15621         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15622         instructions for e500.
15623
15624 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15625
15626         * Makefile.in: Update.
15627         * c-cppbuiltin.c: Include tm_p.h.
15628
15629 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15630
15631         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15632
15633         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15634         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15635         (_Unwind_SetGR): Same.
15636         (_Unwind_GetGRPtr): New.
15637         (_Unwind_SetGRPtr): New.
15638         (uw_update_context_1): Use accesor functions instead of accessing
15639         context->reg[] directly.
15640         (uw_install_context_1): Same.
15641         (execute_cfa_program): Same.
15642         (__frame_state_for): Same.
15643
15644         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15645         the synthetic register offset.
15646
15647         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15648
15649 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
15650
15651         * config/cris/cris.md: Remove lingering EGCS reference.
15652         ("*extopqihi_side_biap"): For HI operation, match
15653         cris_additive_operand_extend_operator, not
15654         cris_operand_extend_operator.  Adjust condition.
15655         ("*extopqihi_side", "*extopqihi"): Ditto.
15656         ("*extopqisi_side_biap"): Correct operand numbers in condition.
15657         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15658         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15659         ("*extophisi_swap"): Ditto.
15660         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15661         PLUS, not cris_operand_extend_operator.  Adjust condition and
15662         output template.
15663         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15664         * config/cris/cris.h (PREDICATE_CODES): Add
15665         cris_additive_operand_extend_operator.
15666         * config/cris/cris.c (cris_additive_operand_extend_operator):
15667         New predicate.
15668
15669 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
15670
15671         * df.c (read_modify_subreg_p): Change from static to global.
15672         * df.h (read_modify_subreg_p): Add prototype.
15673         * sched-deps.c (sched_analyze_1): Generate true dependency for
15674         strict_low_part, certain subregs and zero/sign_extract.
15675
15676 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15677
15678         * Makefile.in: Update.
15679         * c-common.c: Don't include real.h or except.h.
15680         (REGISTER_PREFIX): Remove.
15681         (builtin_define_std, builtin_define_with_value,
15682         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15683         builtin_define_type_max, builtin_define_type_precision,
15684         builtin_define_float_constants): Move to c-cppbuiltin.c.
15685         (c_stddef_cpp_builtins): New.
15686         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15687         * c-cppbuiltin.c: New, extracted from c-common.c.
15688         (define__GNUC__): New.
15689         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15690         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15691         (cpp_unique_options): Don't support no-gcc.
15692         (do_spec_1): Remove support of version specs.
15693         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15694         * doc/passes.texi: Update.
15695         * doc/tm.texi: Update.
15696
15697 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15698
15699         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15700
15701 2003-03-10  Andrew Pinski  <apinski@apple.com>
15702
15703         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15704         is on should not get here.
15705         (machopic_indirect_data_reference): If dynamic-no-pic is on just
15706         generate high/low parts of the address.
15707         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15708         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15709         symbol and labels with a new reg.  Dynamic-no-pic does not have a
15710         pic_offset_table_rtx.
15711         (machopic_select_section): Change references of flag_pic to
15712         MACHOPIC_INDIRECT.
15713         (machopic_asm_out_destructor): Likewise.
15714         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15715         reference of flag_pic to MACHOPIC_INDIRECT.
15716         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15717         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15718         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15719         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15720         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15721         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15722         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15723         (TARGET_DYNAMIC_NO_PIC): Define.
15724         (SUBTARGET_SWITCHES): Define, have sub-target switches for
15725         dynamic-no-pic.
15726         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15727         rs6000_override_options to here. Dynamic-no-pic overrides
15728         pic.
15729         (CC1_SPEC): Change from not static then pic to not static and not
15730         dynamic-no-pic then pic.
15731         * config/rs6000/rs6000.c (rs6000_override_options): Move the
15732         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15733         (rs6000_legitimize_reload_address): Add case for loading floating in
15734         dynamic-no-pic.
15735         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
15736         of flag_pic to MACHOPIC_INDIRECT.
15737         (secondary_reload_class): Conditional change the reference of
15738         flag_pic to MACHOPIC_INDIRECT.
15739         (rs6000_output_mi_thunk): Change reference of flag_pic to
15740         MACHOPIC_INDIRECT.
15741         (output_profile_hook): Likewise.
15742         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15743         * config/rs6000/rs6000.md (movdf_low): Add the case for
15744         MACHO_DYNAMIC_NO_PIC_P.
15745         (call): Change references for flag_pic in TARGET_MACHO to
15746         MACHOPIC_INDIRECT.
15747         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15748         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
15749         * doc/invoke.texi (-mdynamic-no-pic): Document.
15750
15751 2003-03-10  Devang Patel  <dpatel@apple.com>
15752
15753         PR c++/9394
15754         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15755         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15756         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15757         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15758         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15759         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15760
15761 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15762
15763         PR optimization/7189
15764         * toplev.c (rest_of_compilation):  Move
15765         check_function_return_warnings up to just after
15766         delete_unreachable_blocks.
15767
15768 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15769
15770         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15771         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15772         Declare.
15773         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15774         for reg rename optimization to avoid using Z and Y registers.
15775
15776 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15777
15778         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15779         when adding to X and Y since leax/leay are fast.
15780         ("*addhi3"): Accept 'I' constraint when adding to address register.
15781         ("rotlhi3"): Operand 1 must be a register_operand.
15782         (peephole2): New peephole to optimize some adds.
15783         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15784         to represent -2 .. 2 small integer range.
15785
15786 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15787
15788         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15789         each 16-bit rotation.
15790
15791 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
15792
15793         * c-opts.c (add_prefixed_path): Don't use concat.  When
15794         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15795         cpp_GCC_INCLUDE_DIR_len characters.
15796
15797 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15798
15799         * testsuite/gcc.dg/altivec-9.c: New file.
15800
15801         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15802         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15803
15804 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15805
15806         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15807         vectors.
15808         (__ev_convert_u64): Remove macro.  Define as inline.
15809         (__ev_convert_s64): Same.
15810
15811 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15812
15813         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15814         (rs6000_stack_t): Add spe_64bit_regs_used.
15815
15816         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15817         spe_64bit_regs_used, and use it to determine the size of the
15818         frame.
15819         (spe_func_has_64bit_regs_p): New.
15820         (spe_synthesize_frame_save): New.
15821         (rs6000_frame_related): Handle SPE synthetic registers.
15822         (rs6000_emit_prologue): Only save in 64-bits if the function used
15823         any registers in 64-bit mode.
15824         (rs6000_emit_epilogue): Same, but for restore.
15825
15826 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15827
15828         * arm.h (enum floating_point_type): Delete.  Replace with...
15829         (enum fputype): ... new.
15830         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
15831         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15832         * arm.md (attr fpu): Reworked for new underlying enum values.
15833         * arm.c (arm_fpu_arch): Now enum fputype.
15834         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
15835         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15836         Update uses of arm_fpu_arch and arm_fpu_tune.
15837
15838 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
15839
15840         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15841         (try_crossjump_to_edge): Replace refereces to one jump table by
15842         references to identical jump table.
15843         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15844         (replace_label): Moved to rtlanal.c.
15845         (struct rtx_pair): Moved to rtl.h.
15846         * rtl.h (struct rtx_pair): Moved from loop.c.
15847         (replace_label): New extern function.
15848         (subrtx_p): New extern function.
15849         (tablejump_p): New extern function.
15850         * rtlanal.c (replace_label): Moved from loop.c.
15851         (subrtx_p_1): New static function.
15852         (subrtx_p): New function.
15853         (tablejump_p): New function.
15854
15855 2003-03-10  Jan Hubicka  <jh@suse.cz>
15856
15857         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15858
15859         * cfgcleanup.c (merge_blocks): Return where to iterate next.
15860         (try_optimize_cfg): Use return value of merge_blocks
15861
15862 2003-03-10  Michael Matz  <matz@suse.de>
15863
15864         * cfg.c (unchecked_make_edge): New.
15865         (cached_make_edge): Use it.
15866         * basic-block.h (unchecked_make_edge): Declare.
15867         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15868
15869 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15870
15871         * fpa.md: New file.  Move all patterns relating to FPA co-processor
15872         to here...
15873         * arm.md: ... from here.
15874         (cirrus.md, fpa.md): Include at end of description.
15875         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15876         (pic_load_addr_based): Remove register constraint from expander.
15877         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15878         (sordered, sungt, sunle, sunge, sunlt): Likewise.
15879         (eh_epilogue, tablejump): Likewise.
15880
15881 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15882
15883         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15884         on operands if it has a PLACEHOLDER_EXPR.
15885
15886 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
15887             Mostafa Hagog
15888
15889         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15890         condition.
15891
15892 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
15893
15894         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15895         * config/ip2k/ip2k.h: Similarly.
15896         * config/m32r/m32r.h: Similarly.
15897         * config/m68hc11/m68hc11.h: Similarly.
15898         * config/mn10200/mn10200.h: Similarly.
15899         * config/mn10300/mn10300.h: Similarly.
15900         * config/pdp11/pdp11.h: Similarly.
15901         * config/v850/v850.h: Similarly.
15902         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15903         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15904         * config/mips/iris3.h: Remove #if 0 block.
15905
15906 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15907             Joern Rennecke <joern.rennecke@superh.com>
15908
15909         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15910         pending argument upon return from handle_braces here.
15911         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15912
15913 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15914             Joern Rennecke <joern.rennecke@superh.com>
15915
15916         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15917         pending argument upon return from handle_braces here.
15918         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15919
15920 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15921
15922         * varasm.c (make_decl_one_only): Use declare_weak().
15923
15924 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15925
15926         PR middle-end/9986
15927         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15928         after the common builtins.
15929         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15930         * pa.c (TARGET_INIT_BUILTINS): Define.
15931         (pa_init_builtins): New function.
15932
15933         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15934         space has been allocated for the outgoing arguments, set the arg
15935         pointer for a call emitted after virtuals have been instantiated
15936         using the stack pointer offset, otherwise abort.
15937
15938 2003-03-09  DJ Delorie  <dj@redhat.com>
15939
15940         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15941
15942 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
15943
15944         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15945         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15946         conversion to integer.
15947         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15948
15949 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15950
15951         * builtins.def: Fix typo and improve grammar.
15952         * loop-unroll.c (decide_peel_completely): Tidy log message.
15953
15954 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
15955
15956         * config/h8300/h8300.md (*tstsi_upper_bit): New.
15957         (*iorsi3_e2f): Likewise.
15958
15959 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15960
15961         * config/h8300/h8300.c (h8300_and_costs): Return the number of
15962         assembly instructions needed.
15963         (h8300_shift_costs): Likewise.
15964
15965 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
15966
15967         * config/cris/aout.h (ENDFILE_SPEC): Undef.
15968
15969         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15970         moves from here ...
15971         * expr.c (emit_move_insn_1): ... to here.
15972
15973         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15974         (TARGET_OS_CPP_BUILTINS): New macro.
15975         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15976         (TARGET_OS_CPP_BUILTINS): New macro.
15977         (CPP_PREDEFINES): Don't define.  Move old definitions and...
15978         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15979         (TARGET_CPU_CPP_BUILTINS): New macro.
15980         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15981         definitions and the optional __PIC__, __pic__ and
15982         __NO_UNDERSCORES__ definitions to...
15983         (TARGET_OS_CPP_BUILTINS): New macro.
15984
15985         * flags.h (flag_leading_underscore): Declare.
15986
15987         * c-opts.c (c_common_post_options): On fopen failure, return
15988         false, not NULL.
15989
15990 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15991
15992         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
15993         config.h.
15994         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
15995         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
15996
15997 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15998
15999         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16000         CPP_PREDEFINES.
16001         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16002         CPP_PREDEFINES.
16003
16004 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16005
16006         * c-common.h (c_common_init, c_common_post_options): Update.
16007         * c-objc-common.c (c_objc_common_init): Update for new prototype.
16008         * c-opts.c (saved_lineno): New.
16009         (c_common_post_options, c_common_init): Update prototypes,
16010         move call to cpp_read_main_file from latter to former.
16011         * c-tree.h (c_ojbc_common_init): Update.
16012         * langhooks-def.h (lhd_post_options): New.
16013         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16014         * langhooks.c (lhd_post_options): New.
16015         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16016         * toplev.c (no_backend): New.
16017         (process_options): Call post_options hook and set main_input_filename
16018         and input_filename here.
16019         (lang_dependent_init, do_compile): post_options hook moved to
16020         process_options.
16021         * objc/objc-act.c (objc_init): Update prototype.
16022         * objc/objc-act.h (objc_init): Update prototype.
16023
16024 2003-03-08  Roger Sayle  <roger@eyesopen.com>
16025
16026         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16027         a complex or vector type, using a load in the original mode.
16028
16029 2003-03-08  Jan Hubicka  <jh@suse.cz>
16030
16031         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16032         * gt-cgraph.h: New GC file.
16033         * cgraph.c (known_fns): New static variable.
16034         (cgraph_node): Add the decl into varray.
16035
16036 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16037
16038         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16039
16040 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
16041
16042         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16043         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16044         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16045         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16046         All callers changed.
16047         * arm.md, arm.h, arm-protos.h: Updated.
16048
16049         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16050         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16051         * arm.c (arm_regno_class, f_register_operand): Updated.
16052
16053 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16054
16055         * config/cris/cris.h: Remove EGCS references.
16056         (CPP_SPEC): Remove "-$".
16057         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16058
16059 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16060
16061         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16062         preference to CPP_PREDEFINES.
16063
16064 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16065
16066         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16067
16068 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16069
16070         * config/h8300/h8300.md (*extzv_16_8): New.
16071
16072 2003-03-08  Jan Hubicka  <jh@suse.cz>
16073
16074         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16075         * cgraph.h: (cgraph_local_info): Add can_inline_once
16076         (cgraph_global_info): Add inline_once.
16077         (cgraph_node): Add previous.
16078         (cgraph_remove_node): New.
16079         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16080         function.
16081         (cgraph_optimize): Call it.
16082         (cgraph_finalize_function):  Set inlinable flags.
16083         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
16084         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
16085         (cgraph_expand_function): Likewise.
16086         * cgraph.c
16087         (cgraph_node): Put nodes into doubly linked chain.
16088         (cgraph_remove_node): New function.
16089         * flags.h (flag_inline_functions_called_once): Declare.
16090         * tree-inline.c: Include cgraph.h
16091         (inlinable_functions_p): Add extra argument to bypass limits.
16092         (expand_call_inline):  Obey cgraph flag.
16093         * tree-inline.h (tree_inlinable_function_p): Update prototype.
16094
16095 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16096
16097         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16098         irreducible loops.
16099
16100         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16101         loops info correctly.
16102
16103 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
16104
16105         PR middle-end/7796
16106         * unroll.c (calculate_giv_inc): Handle constants being
16107         loaded with LSHIFTRT.
16108
16109 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
16110
16111         * config/rs6000/rs6000.c (processor_target_table): Do not disable
16112         GP optional instructions on Power3, Power4, 620, and 630.
16113
16114 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
16115
16116         * calls.c: Fix comment formatting.
16117         * cfgloopanal.c: Likewise.
16118         * cfgloopmanip.c: Likewise.
16119         * combine.c: Likewise.
16120         * dwarf2out.c: Likewise.
16121         * ggc-common.c: Likewise.
16122         * langhooks.c: Likewise.
16123         * loop-unroll.c: Likewise.
16124         * loop.c: Likewise.
16125         * ra-build.c: Likewise.
16126         * sbitmap.c: Likewise.
16127         * toplev.c: Likewise.
16128
16129 2003-03-07  James E Wilson  <wilson@tuliptree.org>
16130
16131         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16132
16133 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
16134
16135         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16136         support -no-integrated-cpp.
16137
16138         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16139         than langhooks.name.
16140
16141 2003-03-07  Michael Matz  <matz@suse.de>
16142
16143         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16144         (DF_FOR_REGALLOC): New.
16145         * df.c (df_ref_record): Set DF_REF_STRIPPED.
16146         (read_modify_subreg_p): Simplify.
16147         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16148         Use DF_FOR_REGALLOC.
16149         * ra.h (struct web): New member subreg_stripped.
16150         (invalid_mode_change_regs): Declare.
16151         * ra.c (invalid_mode_change_regs): New.
16152         (init_ra): Initialize it.
16153         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16154         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16155         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16156         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16157         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16158
16159 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
16160
16161         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16162         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16163         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16164         machine description file from ...
16165         * cirrus.md: ... here.
16166
16167 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16168
16169         * config/h8300/h8300.md (a peephole2): Don't use
16170         reg_overlap_mentioned_p.
16171
16172 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
16173
16174         * c-pch.c: Include langhooks.h.
16175         (IDENT_LENGTH): New.
16176         (get_ident): New.
16177         (pch_ident): Delete.
16178         (pch_init): Use get_ident, IDENT_LENGTH.
16179         (c_common_valid_pch): Likewise.  Also, use actual language
16180         in warning message.
16181         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16182
16183         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
16184         c-parse.in.
16185         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16186         gt-objc-objc-act.h.
16187         (gt-objc-objc-act.h): New rule.
16188         * objc/lang-specs.h: Support PCH.
16189         * objc/objc-act.c: Include gt-objc-objc-act.h.
16190         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16191         (build_selector_reference_decl): Move idx out, mark for PCH.
16192         (build_class_reference_decl): Likewise.
16193         (build_objc_string_decl): Move *_idx out, mark for PCH.
16194         (build_tmp_function_decl): Move xxx out, mark for PCH.
16195
16196 2003-03-06  Dale Johannesen  <dalej@apple.com>
16197
16198         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
16199         global functions for inlining on Darwin.
16200
16201 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
16202
16203         * haifa-sched.c (schedule_block): Don't call reorder when sorting
16204         is prohibited.
16205
16206 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
16207
16208         * Makefile.in (c-ppoutput.o): Update.
16209         * c-common.h (init_pp_output): New.
16210         (preprocess_file): Update.
16211         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16212         Register builtins.
16213         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16214         Make call to cpp_read_main_file common to whether preprocessing
16215         or not.  Don't register builtins.
16216         * c-ppoutput.c: Include c-pragma.h.
16217         (setup_callbacks): Rename init_pp_output.
16218         (preprocess_file): No longer setup callbacks or call
16219         cpp_read_main_file.
16220         * cpphash.h (_cpp_init_mbchar): New.
16221         * cppinit.c (init_library): Call _cpp_init_mbchar.
16222         * cpplex.c (_cpp_init_mbchar): New.
16223
16224 2003-03-06  Roger Sayle  <roger@eyesopen.com>
16225
16226         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16227         MEM, try loading the MEM into a register and taking the low-part
16228         of that, to help CSE see the use of the MEM in its true mode.
16229
16230 2003-03-05  Tom Tromey  <tromey@redhat.com>
16231
16232         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16233         Define.
16234
16235 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
16236
16237         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16238         operand 2.
16239         ("*ineqbranchsi"): Likewise.
16240
16241 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
16242
16243         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16244         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
16245         register store followed by a stack increment.
16246
16247 2003-03-05  Chris Moller  <cmoller@redhat.com>
16248
16249         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16250         to inhibit saving CARRY_REGS.
16251
16252         * config/stormy16/stormy16.c (xs_hi_general_operand):
16253         added predicate to detect and error-out on out-of-range
16254         const_ints for movhi.
16255         * config/stormy16/stormy16.md (movhi): use
16256         xs_hi_general_operand.
16257
16258         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16259         added a check for local vbl size overflow.
16260         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16261         added predicate to detect and error-out on out-of-range
16262         const_ints for addhi and subhi.
16263         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16264         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16265
16266         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16267         add a term to accept PRE_MODIFY addresses.
16268         * config/stormy16/stormy16.c (xstormy16_expand_move):
16269         add code to expand PRE_MODIFY addresses to an add followed
16270         by a move.
16271
16272 2003-03-06  Jason Merrill  <jason@redhat.com>
16273
16274         * tree-inline.c (inlinable_function_p): Revert earlier change
16275         pending investigation.
16276
16277 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16278
16279         * config/h8300/h8300.md (a new peephole2): New.
16280
16281 2003-03-06  Jan Hubicka  <jh@suse.cz>
16282
16283         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16284
16285 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16286
16287         * dwarf2out.c (size_of_die): Compute size of external reference to
16288         die correctly.
16289
16290 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
16291
16292         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16293         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16294         expanders.
16295
16296 2003-03-05  Roger Sayle  <roger@eyesopen.com>
16297
16298         * expr.h (lang_expand_expr): Delete obsolete prototype.
16299
16300 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16301
16302         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16303
16304 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16305
16306         * config/h8300/h8300.md (a peephole2): Generalize to
16307         accept a memory operand.
16308
16309 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
16310
16311         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16312         * config/alpha/alpha.c (print_operand, case '+'): New.
16313         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16314         (call_value_osf_1_noreturn): Likewise.
16315
16316 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16317
16318         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16319         (expand_end_bindings): Likewise.
16320
16321 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16322
16323         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16324         (epilogue): Don't generate return_external_pic when emitting PA 2.0
16325         code.
16326
16327 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
16328
16329         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16330
16331         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16332
16333         * hooks.c (hook_rtx_rtx_null): New.
16334
16335         * hooks.h (hook_rtx_rtx_null): Protoize.
16336
16337         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16338         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16339
16340         * target.h (struct gcc_target): Add dwarf_register_span.
16341
16342         * dwarf2out.c (multiple_reg_loc_descriptor): New.
16343         (one_reg_loc_descriptor): New.
16344         (reg_loc_descriptor): Add support for values that span more than
16345         one register.
16346
16347 2003-03-05  Jan Hubicka  <jh@suse.cz>
16348
16349         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16350         * alias.c:  Include cgraph.h
16351         (mark_constant_function): Use cgraph_rtl_info.
16352         * calls.c:  Include cgraph.h
16353         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16354         calls.
16355         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16356         * cgraph.c (cgraph_rtl_info): New function.
16357         * cgraph.h (cgraph_rtl_info): Declare
16358         (cgraph_rtl_info): Likewise.
16359         * function.h (struct function): Add recursive_call_emit.
16360         * toplev.c: Include cgraph.h.
16361         (rest_of_compilation): Set preferred_incoming_stack_boundary.
16362
16363 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16364
16365         * config/h8300/h8300.c (output_simode_bld): Clear the
16366         destination first if possible.
16367         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16368         alternative.
16369         (extzv_1_r_inv_h8300hs): Likewise.
16370
16371 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16372
16373         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16374         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16375         * cfgloop.c (flow_loop_free): Made global.
16376         (establish_preds): New static function.
16377         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16378         (get_loop_exit_edges): New.
16379         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16380         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16381         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16382         loops.
16383         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16384         removability of an edge.
16385         (fix_irreducible_loops): New static function.
16386         (find_path, remove_path): Add ability to remove enclosing loops.
16387         (unloop): New.
16388         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16389         flags.
16390         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16391         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16392         not neccessary.
16393         (decide_peel_completely, peel_loops_completely): Allow complete peeling
16394         of non-duplicable once rolling loops.
16395         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16396
16397 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
16398
16399         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16400         for align_jumps is 4.
16401
16402         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
16403         use GENERAL_REGS.
16404
16405 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
16406
16407         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
16408         according to va_arg type.
16409         (EXPAND_BUILTIN_VA_ARG): Remove.
16410         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
16411         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
16412
16413 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
16414
16415         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
16416         else clauses.
16417
16418 2003-03-05  Michael Matz  <matz@suse.de>
16419
16420         * i386/i386.c (ix86_save_reg): Also test
16421         current_function_uses_const_pool.
16422
16423 2003-03-05  Michael Matz  <matz@suse.de>
16424
16425         * unwind.h: Add the GPL exception.
16426         * Makefile.in (USER_H): Add unwind.h.
16427
16428 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
16429
16430         PR c/9799
16431         * c-typeck.c (push_init_level): Add sanity check.
16432
16433 2003-03-05  Jan Hubicka  <jh@suse.cz>
16434
16435         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
16436         RTL inlining is done.
16437
16438         * cgraphunit.c (cgraph_mark_local_functions): New local function.
16439         (cgraph_optimize): Mark local functions.
16440         * i386-protos.h (init_cumulative_args): Update prototype.
16441         * i386.c (init_cumulative_args): Use register passing convention for
16442         local functions.
16443
16444         * cgraph.c (cgraph_global_info_ready): New global variable
16445         (cgraph_local_info, cgraph_global_info): New functions.
16446         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
16447         structures.
16448         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
16449         Declare.
16450         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
16451         (cgraph_mark_functions_to_output): Use inline_many.
16452         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
16453         (cgraph_expand_functions): Expand inline functions last.
16454         (cgraph_optimize): Do not emit uneeded functions.
16455
16456 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16457
16458         * expr.c (convert_modes): Check for legal hard register.
16459
16460 2003-03-04  Tom Tromey  <tromey@redhat.com>
16461
16462         * doc/sourcebuild.texi (Front End Directory): Document tags.
16463         * configure: Rebuilt.
16464         * configure.in (target_list): Added tags.
16465         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
16466         TAGS files by reference.
16467         * objc/Make-lang.in (objc.tags): New target.
16468
16469 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16470
16471         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16472         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16473         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16474         gcov_read_string, gcov_write_length): Modified to enable reading/
16475         writing of whole .da file just once.
16476         (da_file_open, da_file_close, da_file_eof, da_file_error,
16477         da_file_position, da_file_seek, da_file_write, da_file_read): New
16478         functions.
16479         (actual_da_file, actual_da_file_position, actual_da_file_length,
16480         actual_da_file_buffer, actual_da_file_buffer_size): New static
16481         functions.
16482         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16483         just once.
16484
16485
16486 2003-03-04  Andreas Schwab  <schwab@suse.de>
16487
16488         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16489         offset without frame pointer.
16490
16491 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16492
16493         * expr.c (expand_expr): Call promote_mode to set unsignedp.
16494
16495 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
16496
16497         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16498         * configure: Regenerated.
16499         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16500
16501 2003-03-04  Andreas Jaeger  <aj@suse.de>
16502
16503         * configure.in: Check for <memcheck.h>.
16504         * configure: Regenerated.
16505
16506         * config.in: Define HAVE_MEMCHECK_H.
16507
16508         * ggc-common.c: Use <memcheck.h> if available instead of
16509         <valgrind.h>.
16510         * ggc-page.c: Likewise.
16511         * cppfiles.c: Likewise.
16512
16513 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
16514
16515         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16516
16517 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16518
16519         PR c/9262
16520         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16521         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16522
16523 2003-03-04  Jan Hubicka  <jh@suse.cz>
16524
16525         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
16526         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16527         for -O3.
16528
16529 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
16530
16531         * configure.in: Delete three unused variables.  Move a variable
16532         definition closer to its use.  Simplify use_collect2 logic.  Start to
16533         organize.  Simplify tests for in-tree gas and ld.
16534         * configure: Regenerate.
16535
16536 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
16537
16538         * Makefile.in: Update.
16539         * c-common.c (flag_no_line_commands, flag_no_output,
16540         flag_dump_macros, flag_dump_includes): New.
16541         * c-common.h (flag_no_line_commands, flag_no_output,
16542         flag_dump_macros, flag_dump_includes, preprocess_file): New.
16543         (init_c_lex): Update prototype.
16544         * c-lex.c (init_c_lex): Update prototype; move some code to
16545         c_common_init.
16546         * c-opts.c (preprocess_file): Subsume into c_common_init.
16547         (c_common_decode_option): Update flags.
16548         (c_common_init): Move code from preprocess_file and init_c_lex.
16549         (sanitize_cpp_opts): Update.
16550         * c-ppoutput.c: New, cppmain.c almost verbatim.
16551         * cpphash.h (struct printer): Remove.
16552         (struct cpp_reader): Remove print.
16553         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16554         cpp_preprocess_file): Remove.
16555         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16556         and dump_includes.
16557         * cppmain.c: Remove.
16558         * doc/passes.texi: Update.
16559
16560 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16561
16562         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
16563         (assign_stack_local_1): Perform overall stack alignment only when
16564         STACK_ALIGNMENT_NEEDED is nonzero.
16565         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16566
16567         * pa.c (compute_frame_size): Rename fsize to size.  Account for
16568         alignment to a word boundary before general register save block.  Only
16569         account for double-word alignment before floating point register save
16570         block if one or more are saved.  Don't allocate space for %r3 when
16571         frame pointer is needed.
16572         (hppa_expand_prologue): Include alignment to word boundary in local
16573         frame size.
16574         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16575         (STACK_ALIGNMENT_NEEDED): Define.
16576
16577 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
16578
16579         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16580         global register variables.
16581
16582 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16583
16584         * reload.c (reload_adjust_reg_for_mode): New function.
16585         (subst_reloads): Call it.
16586         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16587         * reload.h (reload_adjust_reg_for_mode): Declare.
16588         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16589         Call it.
16590
16591 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16592
16593         * optabs.c (add_equal_note): Delete SUBREG_REG use.
16594         Fixes PR c/7872.
16595
16596 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16597
16598         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16599         (*ixorsi3_lshiftrt_16): New.
16600         (*iorsi3_ashift_16): Remove.
16601
16602 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16603
16604         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16605         pattern.
16606
16607 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16608
16609         * doc/install.texi (Specific): Update entry for powerpc-darwin.
16610
16611 2003-03-03  Richard Henderson  <rth@redhat.com>
16612
16613         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16614
16615 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
16616
16617         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16618         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16619         (rs6000_variable_issue): Do not return negative value.
16620         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16621         scheduling pass.
16622
16623 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16624
16625         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16626         prune_unused_types calls.
16627
16628 2003-03-03  Jason Merrill  <jason@redhat.com>
16629
16630         * tree-inline.c (find_builtin_longjmp_call): Save and restore
16631         lineno and input_filename.
16632         (find_alloca_call): Likewise.
16633         (inlinable_function_p): Run the langhook earlier.
16634
16635         * calls.c (compute_argument_addresses): Give the new MEMs a
16636         minimum alignment of PARM_BOUNDARY.
16637
16638 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16639
16640         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16641         subtarget_asm_isa_spec.
16642         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16643         (ASM_SPEC): Define as SH_ASM_SPEC.
16644         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16645         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16646         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16647         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16648
16649         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16650         and align_jumps if not set.
16651         Force align_jumps to be at least 2.
16652         When relaxing, force align_functions to be at least the maximum of
16653         align_loops, align_jumps and 4.
16654         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16655         (sh_loop_align): Honour align_loops_log.
16656
16657         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16658         to check for indirect_jump_scratch.
16659         (indirect_jump_scratch): Add second set.
16660         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16661         when looking for indirect_jump_scratch.
16662         Extract scratch register taking new structure of indirect_jump_scratch
16663         into account.
16664         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16665
16666 2003-03-03  Jan Hubicka  <jh@suse.cz>
16667
16668         * calls.c (rtx_for_function_call): Take the address as an argument
16669         (expand_call): Do not modify the expression.
16670
16671         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
16672         optimizing.
16673
16674 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16675
16676         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16677         TARGET_H8300H and TARGET_H8300S.
16678
16679 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16680
16681         * config/h8300/h8300.md (a peephole2): New.
16682
16683 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16684
16685         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16686         operands[0] and operands[1] are different.
16687
16688 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16689
16690         * reload1.c (reload_cse_move2add): Remove variable success.
16691
16692 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16693
16694         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16695         warnings.
16696
16697 2003-03-02  Richard Henderson  <rth@redhat.com>
16698
16699         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16700         * config.in, configure: Rebuild.
16701         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16702         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16703         paired ldtoffx and ldxmov annotations.
16704         (load_symptr_internal1): Remove.
16705         (load_symptr_high, load_symptr_low): New.
16706
16707 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16708
16709         * c-incpath.c (add_path): Fix sysp assignment.
16710
16711 2003-03-02  Kurt Garloff  <garloff@suse.de>
16712
16713         * params.def: Introduce parameter max-inline-insns-rtl for
16714         a separate limit for the RTL inliner.
16715         * params.h: Likewise.
16716         * integrate.c (function_cannot_inline_p): Use it.
16717         * toplev.c (decode_f_option): Set multiple parameters
16718         controlling inlining with -finline-limit.
16719         * params.def: Fix orthographic and typographic errors.
16720         * doc/invoke.texi: Document parameters controlling inlining
16721         and the way -finline-limit sets multiple of them.
16722
16723         * tree.h (struct tree_decl): Introduce inlined_function_flag,
16724         recording whether the function became eligible for inlining
16725         by a compiler flag rather than the declaration.
16726         Provide DID_INLINE_FUNC macro to access it.
16727         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16728         * cp/decl.c (grokfndecl): Likewise.
16729         * toplev.c (rest_of_compilation): Likewise.
16730         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16731         * print-tree.c (print_node): Report it.
16732         * params.def: Introduce new max-inline-insns-auto limit.
16733         * params.h: Likewise.
16734         * tree-inline.c (inlinable_function_p): Apply it to functions
16735         with DID_INLINE_FUNC set.
16736         * toplev.c (decode_f_option): Initialize it from -finline-limit
16737         value.
16738         * doc/invoke.texi: Document new parameter.
16739
16740 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
16741
16742         * fix-header.c (read_scan_file): Don't reference simplify_path.
16743
16744 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16745
16746         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16747         min/max instructions by default as may result in reload errors.
16748
16749 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16750
16751         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16752         avoid reload problems; define split for it.
16753
16754 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16755
16756         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16757         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16758         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16759         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16760         rotatert and rotate.
16761         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16762         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16763         ("*rotrhi3_addr"): New split for shift insns on address register.
16764         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16765         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16766         (___rotrhi3): Likewise.
16767         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16768
16769 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16770
16771         * toplev.c (aux_base_name): Moved from toplev.h.
16772         (filename): Constify.
16773         (lang_dependent_init): Don't duplicate name.
16774         (process_options): Set aux_base_name here, not...
16775         (do_compile): ...here.  Change protoype.
16776         (toplev_main): Move some code from do_compile.
16777         * toplev.h: Remove aux_base_name.
16778
16779 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16780
16781         * config/h8300/h8300-protos.h: Add a prototype for
16782         iorxor_operator.
16783         * config/h8300/h8300.c (print_operand): Handle 'c'.
16784         (iorxor_operator): New.
16785         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16786         * config/h8300/h8300.md (*iorhi3_zext): Remove.
16787         (*iorsi3_zexthi): Likewise.
16788         (*iorsi3_zextsi): Likewise.
16789         (*xorhi3_zextqi): Likewise.
16790         (*xorsi3_zexthi): Likewise.
16791         (*xorsi3_zextsi): Likewise.
16792         (*ixorhi3_zext): New.
16793         (*ixorsi3_zext_qi): Likewise.
16794         (*ixorsi3_zext_hi): Likewise.
16795
16796 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16797
16798         * c-incpath.c (remove_component_p, simplify_path): Move back to
16799         cppfiles.c.
16800         (remove_duplicates): Use cpp_simplify_path.
16801         * c-incpath.h (simplify_path): Remove.
16802         * c-lex.c: Don't include c-incpath.h.
16803         (init_c_lex): Remove simplify_path.
16804         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16805         (find_or_create_entry, validate_pch): Revert.
16806
16807 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
16808
16809         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16810           an external cpp during compilation.
16811         (option_map): Likewise.
16812         * objc/lang-specs.h (default_compilers): Similarly.
16813         * doc/invoke.texi: Document -no-integrated-cpp flag.
16814
16815 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16816
16817         * config/h8300/h8300.md (zero_extendqisi2): Change to an
16818         expander.
16819         (*zero_extendqisi2_h8300): New.
16820         (*zero_extendqisi2_h8300hs): New.
16821         (two splitters): New.
16822
16823 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16824
16825         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16826
16827 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16828
16829         * config/h8300/h8300.md (a peephole2): Remove dead code.
16830
16831 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16832
16833         PR c++/9367
16834         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16835         (BT_FN_INT_CONST_STRING_VALIST_ARG,
16836         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16837         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16838         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16839         BT_FN_INT_STRING_CONST_STRING_VAR,
16840         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16841         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16842         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16843         ATTR_NONNULL_3): Also include the nothrow attribute.
16844         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16845         vsnprintf, vscanf, vsscanf): Don't define attributes here.
16846         * builtins.def (putchar, puts): Make full C89 built-ins.
16847         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16848         vsscanf, vsnprintf, vsprintf): New built-ins.
16849         * c-common.c (c_common_nodes_and_builtins): Handle new macro
16850         DEF_FUNCTION_TYPE_VAR_3.
16851
16852         * doc/extend.texi: Document these new built-in functions.
16853
16854 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16855
16856         * config/h8300/h8300.md (a peephole2): New.
16857
16858 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16859
16860         * predict.c (estimate_bb_frequencies): Correctly set
16861         real_values_initialized after initialization.
16862
16863 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
16864
16865         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16866         cppinit.o, cppdefault.o, fix-header): Update.
16867         * c-incpath.c: New file.
16868         * c-incpath.h: New file.
16869         * c-lex.c: Include c-incpath.h.
16870         (init_c_lex): Register path simplifier.
16871         * c-opts.c: Include cppdefault.h and c-incpath.h.
16872         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16873         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16874         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16875         (missing_arg, c_common_decode_option): Handle them.
16876         (c_common_post_options): Register include chains.
16877         (print_help): Update.
16878         * cppdefault.h (struct default include): Update.
16879         Move some macros to ...
16880         * cppdefault.c: ... here.
16881         (cpp_include_defaults): Add extra field add_sysroot.
16882         * cppfiles.c (include_file, search_from, find_or_create_entry,
16883         cpp_included, find_include_file, remap_filename): Update for
16884         renaming of search_path to cpp_path, and of the chain headers.
16885         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16886         * cpphash.h (struct search_path): Move to cpplib.h.
16887         (struct cpp_buffer, struct cpp_reader): Update.
16888         (_cpp_simplify_pathname): Remove.
16889         * cppinit.c: Don't include prefix.h and cppdefault.h.
16890         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16891         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16892         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16893         no_pth, cpp_handle_options): Remove.
16894         (struct pending_option): Remove chain members.
16895         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16896         cpp_handle_option): Update.
16897         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16898         (struct cpp_options): Remove quote_include, bracket_include,
16899         include_prefix, include_prefix_len, verbose, ignore_srcdir,
16900         no_standard_includes, no_standard_cplusplus_includes.
16901         (struct cpp_callbacks): Add simplify_path.
16902         (cpp_handle_options): Remove.
16903         * fix-header.c: Include c-incpath.h.
16904         (read_scan_file): Update to use c-incpath functionality.
16905         * doc/passes.texi: Update.
16906
16907 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16908
16909         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16910         satisfies EXTRA_CONSTRAINT 'U'.
16911
16912 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16913
16914         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16915         register.
16916         (*tst_extzv_memqi_1_n): Change to a splitter.
16917         (a peephole2): Update.
16918
16919 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16920
16921         * predict.c (estimate_bb_frequencies): Initialize the sreal
16922         constants once per compilation.
16923
16924 2003-02-28  Richard Henderson  <rth@redhat.com>
16925
16926         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16927
16928 2003-02-28  scott snyder  <snyder@fnal.gov>
16929
16930         * flags.h: Add flag_eliminate_unused_debug_types.
16931         * toplev.c: Add flag_eliminate_unused_debug_types.
16932         (f_options): Add -feliminate-unused-debug-types.
16933         * dwarf2out.c (struct file_table): Add emitted member.
16934         (splice_child_die): Fix the parent pointer for the child being
16935         spliced.
16936         (lookup_filename): Maintain file_table.emitted array.  Don't
16937         output .file directive here.
16938         (maybe_emit_file): (new)
16939         (init_file_table): Set up file_table.emitted.
16940         (dwarf2out_source_line): Use maybe_emit_file.
16941         (dwarf2out_start_source_file): Use maybe_emit_file.
16942         (dwarf2out_init): Use maybe_emit_file.
16943         (prune_unused_types_walk_attribs): (new)
16944         (prune_unused_types_mark): (new)
16945         (prune_unused_types_walk): (new)
16946         (prune_unused_types_prune): (new)
16947         (prune_unused_types): (new)
16948         (dwarf2out_finish): Call prune_unused_types if
16949         flag_eliminate_unused_debug_types is set.
16950         * doc/invoke.texi (Option Summary): Add
16951         -feliminate-unused-debug-types.
16952         (Debugging Options): Likewise.
16953
16954 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16955
16956         * doc/invoke.texi: Change .pch to .gch.
16957         * cppfiles.c (open_file_pch): Likewise.
16958         * gcc.c (default_compilers): Likewise.
16959
16960 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
16961
16962         * floatlib.c: Remove.
16963
16964 2003-02-28  Jason Merrill  <jason@redhat.com>
16965
16966         * stor-layout.c (variable_size): Leave a "minus 1" outside the
16967         SAVE_EXPR.
16968
16969 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
16970
16971         * config/rs6000/power4.md: Add compare bypass.
16972
16973 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
16974
16975         * config/netbsd.h: Update copyright years.
16976         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16977         -pthread is specified on the command line.
16978
16979 2003-02-28  Dale Johannesen <dalej@apple.com>
16980
16981         * loop.c (struct movable): Add insert_temp, shrink savemode.
16982         (scan_loop): Accept invariants that require copying; mark as
16983         insert_temp.
16984         (combine_movables): Don't combine insert_temp movables.
16985         (move_movables): Insert copies for insert_temp movables.
16986         Don't record the info based on regno for insert_temp's.
16987
16988 2003-02-28  Joel Sherrill <joel@OARcorp.com>
16989
16990         PR 9638/other
16991         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
16992         this constant defaults to 1.
16993
16994 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
16995
16996         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
16997
16998 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
16999
17000         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17001         ARMv5e processor, not just for XScale.  Instructions are predicable.
17002         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17003
17004 2003-02-28  Nick Clifton  <nickc@redhat.com>
17005
17006         * config/arm/arm.c (note_invalid_constants): Change parameter type
17007         from bool to int.
17008
17009 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
17010
17011         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17012         test of bit 7.
17013         (*tst_extzv_memqi_1_n): Likewise.
17014         (a peephole2): New.
17015
17016 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
17017
17018         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17019         #ifndef __mips16.
17020
17021 2003-02-28  Jan Hubicka  <jh@suse.cz>
17022
17023         * combine.c (gen_lowpart_for_combine): Update handling of
17024         subregs_of_mode
17025         * flow.c (life_analysis, mark_used_regs): Likewise.
17026         * regclass.c (subregs_of_mode): Turn into single bitmap.
17027         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17028         dealing with subregs_of_mode
17029         * regs.h (subregs_of_mode): Update prototype.
17030
17031 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
17032
17033         * emit-rtl.c (set_reg_attrs_for_parm): New function.
17034         * rtl.h (set_reg_attrs_for_parm): New exported function.
17035         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17036         set_reg_attrs_from_mem.
17037
17038 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17039             Zack Weinberg <zack@codesourcery.com>
17040
17041         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
17042
17043 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
17044
17045         * reload1.c (sext_for_mode): Remove.
17046         (reload_cse_move2add): Use trunc_int_for_mode instead of
17047         sext_for_mode.
17048         (move2add_note_store): Likewise.
17049         Reset register information if we see a set in non-integer
17050         mode.
17051
17052 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
17053
17054         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17055         option.
17056         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17057         * config/rs6000/aix51.h: Same.
17058         * config/rs6000/aix52.h: Same.
17059         * config/rs6000/power4.md: Additional VMX bypasses.
17060
17061 2003-02-27   Geert Bosch <bosch@gnat.com>
17062
17063         * toplev.c (print_version): Add indentation for GGC heuristics and
17064         output after printing version information.
17065
17066 2003-02-27  James E Wilson  <wilson@tuliptree.org>
17067
17068         * combine.c (simplify_comparison): Require integral mode when
17069         permuting SUBREG with AND.
17070
17071 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
17072
17073         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17074
17075 2003-02-27  Nick Clifton  <nickc@redhat.com>
17076
17077         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17078         deleted when cirrus instructions were added.
17079
17080 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
17081
17082         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17083         POSIX thread support by default.
17084
17085 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17086
17087         * config/i386/cygwin.h: Don't include any other files directly.
17088         * config/i386/mingw32.h: Don't include cygwin.h directly.
17089         * config.gcc (cygwin, mingw32, uwin): Instead make these files
17090         explicit in the tm_files variable.
17091
17092 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
17093
17094         * config/rs6000/rs6000.md: Add TI constant splitter.
17095
17096 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
17097
17098         * builtins.c (purge_builtin_constant_p): Handle subreg of
17099         constant_p_rtx too.
17100
17101         * function.c (assign_stack_local_1): Truncate constant added to
17102         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17103
17104 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
17105
17106         * config.gcc: Add power4 to PowerPC with_cpu list.
17107
17108 2003-02-26  Jan Hubicka  <jh@suse.cz>
17109
17110         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17111
17112 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17113
17114         * gcov-dump.c (print_prefix): Fix signedness warning.
17115         * gcov-io.h (struct counter_section, struct counter_section_data): New.
17116         (struct function_info): n_arc_counts field removed, n_counter_sections,
17117         counter_sections fields added.
17118         (struct gcov_info): arc_counts, n_arc_counts fields removed,
17119         n_counter_sections, counter_sections fields added.
17120         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17121         profile sections.
17122         * profile.h (MAX_COUNTER_SECTIONS): New.
17123         (struct section_info): New.
17124         (struct profile_info): count_instrumented_edges,
17125         count_edges_instrumented_now fields removed, n_sections, section_info
17126         fields added.
17127         (find_counters_section): Declare.
17128         * profile.c (struct function_list): count_edges field removed,
17129         n_counter_sections, counter_sections fields added.
17130         (set_purpose, label_for_tag, build_counter_section_fields,
17131         build_counter_section_value, build_counter_section_data_fields,
17132         build_counter_section_data_value, build_function_info_fields,
17133         build_function_info_value, build_gcov_info_fields,
17134         build_gcov_info_value): New static functions.
17135         (find_counters_section): New function.
17136         (instrument_edges, get_exec_counts, compute_branch_probabilities,
17137         branch_prob, create_profiler): Modified to support multiple profile
17138         sections.
17139
17140 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17141
17142         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17143         is 8 * STACK_BOUNDARY.
17144         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17145
17146 2003-02-26  Michael Matz  <matz@suse.de>
17147
17148         * ra-colorize.c (merge_moves): Fix list handling.
17149
17150 2003-02-26  Nick Clifton  <nickc@redhat.com>
17151
17152         * config/arm/arm.c (is_load_address): Rename to...
17153         (arm_memory_load_p) ... this and make it check for SUBREGs and
17154         constant loads that will be converted into loads from the
17155         minipool.
17156         (is_cirrus_insn): Rename to ...
17157         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
17158         of CIRRUS_NO with CIRRUS_NOT.
17159         (cirrus_reorg): Use renamed functions.
17160         (note_invalid_constants): Change from a void function to bool.
17161         Add an extra parameter, saying whether the fixups should be
17162         pushed.  Return true if fixups are needed.
17163         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
17164         of CIRRUS_NO with CIRRUS_NOT.
17165         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17166         other floating point co-processors can also affect this.
17167         * config/arm/arm.md ("type" attribute): Add mav_farith and
17168         mav_dmult.  Replace references to "cirrus_type" attribute with
17169         "type".
17170         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17171         ("cirrus_type" attribute): Delete - use "type" instead.
17172         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17173         'normal'.
17174
17175 2003-02-25  Jan Hubicka  <jh@suse.cz>
17176
17177         * objc-act.c: Include cgraph.h
17178         (mark_referenced_methods): New function.
17179         (objc_init): Call it.
17180         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17181
17182         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17183         mode.
17184
17185         * optabs.c (expand_fix): Do not widen the input operand.
17186
17187         * expr.c (emit_group_store):  Fix crash when converting single
17188         register into complex register.
17189
17190         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17191         * alias.c: Include timevar.h
17192         (init_alias_analysis):  Set timevar
17193         * jump.c: Include timevar.h
17194         (rebuild_jump_labels):  Set timevar
17195         * regcalss.c: Include timevar.h
17196         (reg_scan):  Set timevar
17197         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17198
17199 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17200
17201         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17202
17203         * Makefile.in (loop-unroll.o): New.
17204         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17205         (unroll_and_peel_loops): Declare.
17206         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17207         flag_old_unroll_loops.
17208         * loop.c (loop_invariant_p): Ditto.
17209         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17210         flag_old_unroll_all_loops.
17211         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17212         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17213         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17214         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17215         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17216         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17217         PARAM_MAX_ONCE_PEELED_INSNS): New.
17218         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17219         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17220         instead of old one.
17221         (flag_peel_loops): New.
17222         (lang_independent_options): The new flags added.
17223         (rest_of_compilation): Call new unroller.
17224         (process_options): Setup flags for coexistence of old and new unroller.
17225         * doc/invoke.texi: Document new options.
17226         * doc/passes.texi: Document new unroller pass.
17227
17228 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
17229
17230         * fixinc/fixincl.x: Regenerate
17231
17232 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
17233
17234         * function.c (assign_parms): Set reg_attrs for parameters passed in
17235         registers.
17236
17237 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
17238
17239         PR target/9681
17240         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17241
17242 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
17243
17244         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17245         pseudo-op.
17246
17247 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17248
17249         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
17250         * cse.c (invalidate_skipped_set):  Likewise.
17251         * integrate.c (subst_constants):  Likewise.
17252         * jump.c (reversed_comparison_code_parts):  Likewise.
17253         * loop.c (canonicalize_condition):  Likewise.
17254         * simplify-rtx.c (simplify_relational_operation):  Likewise.
17255
17256 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17257
17258         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17259         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
17260         the appropriate macro to define built-in function.
17261         (fmod,fmodf,fmodl): New built-in functions.
17262
17263         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17264
17265 2003-02-25  Richard Henderson  <rth@redhat.com>
17266
17267         * config/i386/i386.c (function_arg): Pass variable sized
17268         structures correctly on the stack.
17269
17270 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17271
17272         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17273         does not reduce the cost of SET.
17274
17275 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17276
17277         PR target/9732
17278         * config/rs6000/rs6000.c (first_reg_to_save): Handle
17279         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17280         (rs6000_emit_prologue): Likewise.
17281         (rs6000_emit_epilogue): Likewise.
17282         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17283         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17284
17285 2003-02-25  Richard Henderson  <rth@redhat.com>
17286
17287         * real.c (real_to_integer2): Force overflow result only for
17288         unsigned overflow.
17289
17290 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17291
17292         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17293
17294 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
17295             Richard Henderson  <rth@redhat.com>
17296
17297         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17298         there is no similar load.
17299
17300 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
17301             Richard Henderson  <rth@redhat.com>
17302
17303         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17304         sched-rgn.c.
17305         (add_forward_dependence): New function prototype.
17306
17307         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17308         sched-init.h.
17309         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17310         them to haifa-sched.c.
17311
17312         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17313         haifa_classify_insn): Move them from sched-rgn.c.
17314
17315         * sched-deps.c (add_dependence): Return flag of creating a new
17316         entry.
17317         (add_forward_dependence): New function.
17318         (compute_forward_dependences): Use the function.
17319
17320         * sched-ebb.c (earliest_block_with_similiar_load): New function.
17321         (add_deps_for_risky_insns): New function.
17322         (schedule_ebb): Call the function.
17323
17324 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
17325
17326         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17327         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
17328
17329         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17330         opaque types fail.
17331
17332         * c-typeck.c (comptypes): Change call to vector_types_compatible
17333         to vector_opaque_p.
17334         (convert_for_assignment): Call vector_opaque_p instead of
17335         vector_types_compatible.
17336         (really_start_incremental_init): Disallow initialization of opaque
17337         types.
17338
17339         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17340         Define TARGET_VECTOR_OPAQUE_P.
17341         (TARGET_INITIALIZER): Same.
17342
17343         * target.h (struct gcc_target): Remove vector_types_compatible.
17344         Add vector_opaque_p.
17345
17346         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17347         Remove.
17348         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17349         a vector type.  Change return type to bool.
17350         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17351         (TARGET_VECTOR_OPAQUE_P): Define.
17352
17353         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17354         target hook.
17355         Include target.h.
17356         (cp_parser_init_declarator): Fix typo in function comments.
17357
17358 2003-02-25  Jan Hubicka  <jh@suse.cz>
17359
17360         * Makefile.in (lcm.o):  Add dependency on function.h
17361         * lcm.c (function.h): Include.
17362         * i386.c (machine_function, ix86_stack_locals,
17363         * ix86_save_varrargs_registers) : Move to
17364         ...
17365         * i386.h (machine_function, ix86_stack_locals,
17366         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17367         (ix86_optimize_mode_switching): New.
17368         * i386.md (fix patterns): Set ix86_optimize_mode_switching
17369
17370 2003-02-25  Nick Clifton  <nickc@redhat.com>
17371
17372         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
17373         of fourth arg is 'fndecl' not 'indirect'.  Update comment
17374         describing the function's parameters.
17375
17376 2003-02-24  Jan Hubicka  <jh@suse.cz>
17377
17378         * combine.c (simplify_shift_const):  Fix previous patch.
17379
17380 2003-02-24  Jeff Law  <law@redhat.com>
17381
17382         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17383         alternative.
17384         (testsi_1, testhi_1, testqi_1): Likewise.
17385
17386 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17387
17388         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17389         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17390         * doc/extend.texi (Tru64 Pragmas): Reflect this.
17391
17392         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17393         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17394         * fixinc/fixincl.x: Regenerate.
17395         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17396         testcase.
17397         Fixes PR c/5059, c/6126, other/9671.
17398
17399 2003-02-24  Roger Sayle  <roger@eyesopen.com>
17400
17401         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
17402         from handle_braces in "%{...}".
17403
17404 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
17405
17406         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
17407         (prepare_move_operands): Handle TLS operands.
17408         (tls_symbolic_operand): New.
17409         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
17410         (legitimize_pic_address): Do nothing for the TLS symbol.
17411         (sh_encode_section_info): Handle TLS case.
17412         (sh_strip_name_encoding): Drop TLS encoding.
17413         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
17414         * config/sh/sh.h (SH_TLS_ENCODING): Define.
17415         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
17416         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
17417         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
17418         * config/sh/sh.md: Define TLS UNSPEC constants.
17419         (type): Add tls_load.
17420         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
17421         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
17422         ("tls_initial_exec"): New insn.
17423         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
17424         ("load_gbr"): New insn.
17425
17426         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
17427         * configure: Regenerate.
17428
17429 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
17430
17431         PR 9297, PR 9722
17432         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
17433         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
17434         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
17435         (enum block_op_methods): Reorder for better store_expr optimization.
17436         * expr.c (store_expr): Test bit 1 of "want_value" for call param
17437         stores, test bit 0 for original want_value meaning.  Pass
17438         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
17439         recursive calls, and calls to expand_param.
17440         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
17441         expected, set target to 0 rather than to subtarget.  Formatting.
17442
17443 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
17444
17445         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
17446
17447 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17448
17449         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
17450         new default behavior.
17451         * ggc-common.c: Include sys/resource.h.
17452         (ggc_rlimit_bound): New function.
17453         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
17454         defaults to account for rlimits.
17455
17456 2003-02-22  Richard Henderson  <rth@redhat.com>
17457
17458         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
17459
17460 2003-02-22  Kelley Cook <kelley@dwhoops.info>
17461
17462         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
17463         (ix86_tune_string): Rename from ix86_cpu_string.
17464
17465 2003-02-22  Kelley Cook <kelleycook@comcast.net>
17466
17467         * config/i386/i386.c: Replace "mcpu" with "mtune".
17468         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17469         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17470         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17471         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
17472
17473 2003-02-23  Andreas Schwab  <schwab@suse.de>
17474
17475         * config.gcc: Delete references to m68k/t-linux and
17476         m68k/t-linux-aout.
17477         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17478
17479 2003-02-22  Jan Hubicka  <jh@suse.cz>
17480
17481         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
17482         of track scheduling patch.
17483
17484 2003-02-22  Jan Hubicka  <jh@suse.cz>
17485
17486         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17487         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17488
17489 2003-02-22  Jan Hubicka  <jh@suse.cz>
17490
17491         * c-decl.c (c_expand_body_1): Fix.
17492
17493 2003-02-22  Jan Hubicka  <jh@suse.cz>
17494
17495         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17496
17497         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
17498         when not optimizing.
17499         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17500         when not expensive.
17501         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
17502         optimizing;  Delete trivially dead insns early; fix optimize check.
17503
17504         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17505         dependency on cgraph.h
17506         * c-decl.c: Include cgraph.h
17507         (finish_function): Update call of tree_inlinable_function_p.
17508         * c-objc-common.c: Include cgraph.h
17509         * cgraph.h: New file.
17510         * cgraphunit.c: New file.
17511         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17512         (cgraph_nodes, cgraph_n_nodes): Globalize.
17513         (cgraph_finalize_function, cgraph_finalize_compilation_unit
17514         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17515         Move into cgraphunit.c
17516         * tree-inline.c: Include cgraph.h
17517         * tree-inline.c: Include cgraph.h
17518
17519 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
17520
17521         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17522         for copying a register.
17523
17524 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
17525
17526         PR other/3782
17527         * toplev.c (process_options): If flag_detailed_statistics is set,
17528         then set time_report as well.
17529
17530         PR c/8828
17531         * jump.c (never_reached_warning): Don't fall through BARRRIER
17532         insns.  Update comments to reflect what the function really does.
17533
17534 2003-02-21  Roger Sayle  <roger@eyesopen.com>
17535
17536         * fold-const.c (omit_one_operand): No longer static.
17537         * tree.h (omit_one_operand): Prototype here.
17538         (div_and_round_double): Keep fold-const.c prototypes together.
17539         * builtins.c (builtin_mathfn_code): Handle binary built-in
17540         funtions, such as "pow" and "atan2".
17541         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17542         Simplify optimizations using "type" the builtin's return type.
17543
17544 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
17545
17546         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17547         Fix functionalization typo.
17548
17549         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17550         in an asm.
17551
17552 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17553
17554         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17555         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17556         documentation.
17557         * ggc-common.c: Include params.h
17558         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17559         init_ggc_heuristics): New functions.
17560         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17561         init_ggc_heuristics): Prototype.
17562         * toplev.c (print_version):  Output GGC heuristics.
17563         (parse_options_and_default_flags): Call init_ggc_heuristics.
17564
17565 2003-02-22  Jan Hubicka  <jh@suse.cz>
17566
17567         * i386.c (def_builtin):  Special case 64bit builtins.
17568         (MASK_SSE164, MASK_SSE264): New constants.
17569         (builtin_description): Add 64bit builtins.
17570         (ix86_init_mmx_sse_builtins): Likewise.
17571         * i386.h (enum ix86_builtins): Likewise.
17572         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17573         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17574         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17575         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17576         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17577         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17578         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17579
17580 2003-02-22  Jan Hubicka  <jh@suse.cz>
17581
17582         * i386.c (builtin_description): Add __builtin_ia32_paddq and
17583         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17584          and __builtin_ia32_psubq128.
17585         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17586         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17587         (mmx_adddi3, mmx_subdi3): New.
17588         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17589         * xmmintrin.h (_mm_movepi64_pi64): New.
17590         (_mm_add_epi64, _mm_sub_epi64): fix.
17591         (_mm_mul_pu16): Rename to...
17592         (_mm_mul_su32): ... this one.
17593
17594         * builtins.c (expand_builtin_expect):  Do not predict
17595         flag_guess_branch_prob is not set.
17596         * c-semantics.c (expand_stmt): Likewise.
17597         * predict.c (predict_insn): Likewise.
17598         * stmt.c (expand_continue_loop): Likewise.
17599         * toplev.c (rest_of_compilation): Do not call
17600         note_prediction_to_br_prob and note_prediction_to_br_prob
17601         when not optimizing.
17602
17603 2003-02-21  Jan Hubicka  <jh@suse.cz>
17604
17605         * cfgrtl.c (commit_edge_insertions):  Call
17606         find_many_sub_basic_block only when some code has been emitted.
17607         (commit_edge_insertions_watch_calls): Bring into sync with
17608         commit_edge_insertions
17609
17610 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
17611
17612         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17613
17614         * sh.md (binary_sf_op): Use extra constant operand instead of
17615         negating constant operand 4.
17616         * sh.c (sh_expand_binop_v2sf): Supply it.
17617
17618 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
17619
17620         * cpphash.h (struct lexer_state): Add directive_wants_padding.
17621         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17622         for directives of type INCL.
17623         (glue_header_name, parse_include): Use get_token_no_padding.
17624         * cppmacro.c (replace_args): If directive_wants_padding,
17625         provide padding tokens.
17626
17627 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
17628
17629         * config/h8300/h8300.md (a peephole2): New.
17630
17631 2003-02-21  Jan Hubicka  <jh@suse.cz>
17632
17633         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17634         (commit_edge_insertions): Call find_many_sub_basic_blocks
17635
17636         * reg-stack.c (convert_regs): Cleax aux for blocks.
17637
17638 2003-02-21  Jan Hubicka  <jh@suse.cz>
17639
17640         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17641
17642 2003-02-21  Glen Nakamura  <glen@imodulo.com>
17643
17644         PR optimization/8613
17645         * builtins.c (expand_builtin): Emit postincrements before expanding
17646         builtin functions.
17647
17648 2003-02-21  Ben Elliston  <bje@redhat.com>
17649
17650         PR other/5634
17651         * doc/install.texi (Configuration): Explain using $HOME instead of
17652         the ~ metacharacter when referring to home directories.
17653
17654 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
17655
17656         * configure.in (TARGET_SYSTEM_ROOT): Set default to
17657         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
17658         '${exec_prefix}' (in addition to the expansion thereof) as
17659         relocatable.
17660         * configure: Rebuilt.
17661
17662 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17663
17664         * config/h8300/h8300.md (addhi3_incdec): Change the name to
17665         *addhi3_incdec.
17666         (addsi3_incdec): Change the name to *addsi3_incdec.
17667
17668 2003-02-20  Roger Sayle  <roger@eyesopen.com>
17669
17670         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17671
17672 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
17673
17674         PR fortran/9038
17675         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17676         options to be ignored.
17677         (c_common_decode_option): Ignore them when preprocessing.
17678
17679 2003-02-20  Jan Hubicka  <jh@suse.cz>
17680
17681         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17682         global variables.
17683         (lang_independent_options):  Add -fsched2-use-superblocks
17684         -fsced2-use-traces.
17685         (rest_of_compilation): Deal with it.
17686         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
17687         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17688         Declare.
17689         * rtl.h (reg_to_stack):  Update prototype.
17690         * reg-stack.c (reg_to_stack): Return when something has changed;
17691         update liveness when executing after superblock scheduling.
17692
17693         * combine.c (simplify_shift_const):  Simplify few special cases
17694         into constants.
17695
17696 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17697
17698         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17699         (add.,subf.,neg.): Change attribute to fast_compare.
17700         All DFA descriptions updated.
17701
17702 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
17703
17704         Change base class access representation.
17705         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17706         TREE_VIA_PRIVATE): Remove.
17707         (BINFO_BASEACCESSES): New binfo elt.
17708         (BINFO_BASEACCESS): New accessor.
17709         (BINFO_ELTS): Increase.
17710         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17711         (access_public_node, access_protected_node,
17712         access_private_node): New global nodes.
17713         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17714         * dbxout.c (dbxout_type): Adjust.
17715         * dwarf2out.c (gen_inheritance_die): Add access parameter.
17716         (gen_member_die): Adjust.
17717         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17718         (output_type): Adjust.
17719         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17720
17721         Change base class access representation. Share virtual base
17722         binfos.
17723         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17724         call.
17725         * cp/class.c (build_base_path): Likewise.
17726         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17727         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17728         (make_new_vtable): Adjust.
17729         (force_canonical_binfo_r): Delete.
17730         (force_canonical_binfo): Delete.
17731         (mark_primary_virtual_base): Delete.
17732         (dfs_unshared_virtual_bases): Delete.
17733         (mark_primary_bases): Adjust.
17734         (maybe_warn_about_overly_private_class): Adjust.
17735         (dfs_base_derived_from): Delete.
17736         (base_derived_from): Follow the inheritance chain.
17737         (struct find_final_overrider_data): Add vpath member.
17738         (dfs_find_final_overrider): Adjust.
17739         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17740         (find_final_overrider): Adjust.
17741         (update_vtable_entry_for_fn): Adjust.
17742         (modify_all_vtables): Adjust.
17743         (walk_subobject_offsets): Adjust.
17744         (layout_nonempty_base_or_field): Adjust.
17745         (layout_empty_base): Remove last parameter. Adjust.
17746         (build_base_field): Adjust.
17747         (build_base_fields): Adjust.
17748         (propagate_binfo_offsets): Remove last parameter. Adjust.
17749         (dfs_set_offset_for_unshared_vbases): Delete.
17750         (layout_virtual_bases): Adjust.
17751         (finish_struct_1): Adjust.
17752         (init_class_processing): Don't init access nodes.
17753         (dfs_get_primary_binfo): Delete.
17754         (get_primary_binfo): Adjust.
17755         (dump_class_hierarchy_r): Remove most derived arg, add IGO
17756         parameter. Adjust.
17757         (dump_class_hierarchy): Adjust.
17758         (finish_vtbls): Adjust.
17759         (get_original_base): Delete.
17760         (build_vtt_inits): Adjust.
17761         (dfs_build_secondary_vptr_vtt_inits): Adjust.
17762         (dfs_ctor_vtable_bases_queue_p): Adjust.
17763         (build_ctor_vtbl_group): Adjust.
17764         (dfs_accumulate_vtbl_inits): Adjust.
17765         (build_vtbl_initializer): Adjust.
17766         (build_vbase_offset_vtbl_entries): Adjust.
17767         (add_vcall_offset_vtbl_entries_1): Adjust.
17768         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17769         (access_*_node): Remove.
17770         (CANONICAL_BINFO): Delete.
17771         (BINFO_UNSHARED_MARKED): Remove.
17772         (BINFO_MARKED): Set LANG_FLAG_0 directly.
17773         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17774         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17775         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17776         Delete.
17777         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17778         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17779         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17780         Delete.
17781         (BINFO_DEPENDENT_BASE_P): New.
17782         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17783         index.
17784         (markedp, unmarkedp): Adjust.
17785         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17786         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17787         find_vbase_instance, binfo_for_vbase): Delete.
17788         (copied_binfo, original_binfo): Declare.
17789         (finish_base_specifier): Add virtual_p arg.
17790         (unshare_base_binfos): Delete.
17791         (copy_base_binfos): Declare.
17792         (reverse_path): Delete.
17793         * cp/decl.c (xref_basetypes): Access and virtuality passed
17794         differently. Don't copy direct base binfos here. Call
17795         copy_base_binfos.
17796         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17797         (initialize_vtbl_ptrs): Adjust.
17798         (expand_member_init): Adjust.
17799         * cp/parser.c (cp_parser_base_specifier): Adjust.
17800         * cp/pt.c (instantiate_class_template): Adjust.
17801         (get_template_base_recursive): Adjust.
17802         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17803         (get_pseudo_ti_desc): Adjust.
17804         * cp/tree.c (unshare_base_binfos): Rename to ...
17805         (copy_base_binfos): ... here, reimplement.
17806         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17807         (reverse_path): Remove.
17808         * cp/typeck.c (get_delta_difference): Adjust error messages.
17809         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17810         * cp/search.c (lookup_base_r): Adjust.
17811         (dynamic_cast_base_recurse): Adjust.
17812         (canonical_binfo): Remove.
17813         (dfs_canonical_queue): Remove.
17814         (dfs_assert_unmarked_p): Remove.
17815         (assert_canonical_unmarked): Remove.
17816         (shared_marked_p, shared_unmarked_p): Remove.
17817         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17818         (dfs_access_in_type): Adjust.
17819         (access_in_type): Adjust.
17820         (dfs_accessible_queue_p): Adjust.
17821         (dfs_accessible_p): Adjust.
17822         (is_subobject_of_p_1, is_subobject_of_p): Remove.
17823         (struct lookup_field_info): Remove from_dep_base_p field.
17824         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17825         (lookup_field_r): Remove dependent base code.
17826         (lookup_member): Likewise.
17827         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17828         (dfs_unmarked_real_bases_queue_p): Remove.
17829         (dfs_marked_real_bases_queue_p): Remove.
17830         (dfs_skip_vbases): Remove.
17831         (dfs_get_pure_virtuals): Adjust.
17832         (markedp, unmarkedp): Adjust.
17833         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17834         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17835         (dfs_unmark): Adjust.
17836         (dfs_get_vbase_types):Remove.
17837         (dfs_build_inheritance_graph_order): Remove.
17838         (get_vbase_types): Remove
17839         (dfs_find_vbase_instance): Remove.
17840         (find_vbase_instance): Remove.
17841         (dfs_debug_unmarkedp): Adjust.
17842         (dependent_base_p): Remove.
17843         (dfs_push_type_decls): Adjust.
17844         (dfs_push_decls): Adjust.
17845         (dfs_no_overlap_yet): Adjust.
17846         (copied_binfo): New function.
17847         (original_binfo): New function.
17848         (binfo_for_vbase): Remove.
17849
17850         Change base class access representation.
17851         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17852         (add_interface_do): Likewise.
17853
17854 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17855
17856         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17857         * config/rs6000/power4.md (power4-store,power4-vecstore): New
17858         insn reservations.
17859         (power4-fpstore): Compact.
17860
17861 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17862
17863         * config/h8300/h8300.md (*iorsi3_w): New.
17864
17865 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17866
17867         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17868         * rtl.c (reg_note_name): Likewise.
17869         * rtl.h (enum reg_note): Likewise.
17870         * doc/invoke.texi: Likewise.
17871         * doc/rtl.texi: Likewise.
17872
17873 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17874
17875         * bb-reorder.c (find_traces_1_round): Fix comment typo.
17876
17877 2003-02-19  Roger Sayle  <roger@eyesopen.com>
17878
17879         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17880         addition in the presence of signaling NaNs.
17881
17882 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
17883
17884         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17885
17886 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17887
17888         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17889         ORing with 0xffff??00 with the highest bit of the ?? part set.
17890         (compute_logical_op_length): Update.
17891         (compute_logical_op_cc): Likewise.
17892
17893 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
17894
17895         * bb-reorder.c (find_traces_1_round): Fixed condition for small
17896         destination block with multiple predecessors.
17897         (connect_traces): Check whether the block is a start of trace.
17898
17899 2003-02-19  Jan Hubicka  <jh@suse.cz>
17900
17901         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17902         * function.c (assign_params): Likewise.
17903         * arm-protos.h (arm_init_cumulative_args): Update prototype.
17904         * arm.c (arm_init_cumulative_args): Update function.
17905         * arm.h (INIT_CUMULATIVE_ARGS): Update.
17906         * avr-protos.h (init_cumulative_args): Update prototype.
17907         * avr.c (init_cumulative_args): Update function.
17908         * avr.h (INIT_CUMULATIVE_ARGS): Update.
17909         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17910         * d30v.c (d30v_init_cumulative_args): Update function.
17911         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17912         * frv-protos.h (frv_init_cumulative_args): Update prototype.
17913         * frv.c (frv_init_cumulative_args): Update function.
17914         * frv.h (INIT_CUMULATIVE_ARGS): Update.
17915         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17916         * pa.h (INIT_CUMULATIVE_ARGS): Update.
17917         * sparc-protos.h (init_cumulative_args): Update prototype.
17918         * sparc.c (init_cumulative_args): Update function.
17919         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17920         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17921
17922 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17923
17924         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17925         (*ashiftsi_sextqi_7): Likewise.
17926
17927 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17928
17929         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17930         ISO C99 and C++.
17931
17932         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17933         for C++ on IRIX 6.5.1[89].
17934         * fixinc/tests/base/internal/sgimacros.h: New file.
17935
17936         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17937         * fixinc/tests/base/internal/wchar_core.h: New file.
17938
17939         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17940         socklen_t definition.
17941         * fixinc/fixincl.x: Regenerate.
17942         * fixinc/tests/base/sys/socket.h: New file.
17943         Fixes PR libgcj/9652.
17944
17945 2003-02-19  Jan Hubicka  <jh@suse.cz>
17946
17947         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17948
17949 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
17950
17951         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17952         align_jumps_max_skip and align_loops_max_skip.
17953
17954 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
17955
17956         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17957         test size if named section.
17958
17959 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
17960
17961         * expr.c (expand_expr): Use gen_int_mode for the argument
17962         to gen_rtx_MULT.
17963
17964 2003-02-19  Jan Hubicka  <jh@suse.cz>
17965
17966         * i386.md (cosxf2):  Fix conditional.
17967
17968 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17969
17970         * config/h8300/h8300.md (extendqisi2): Change to an expander.
17971         (*extendqisi2_h8300): New.
17972         (*extendqisi2_h8300hs): Likewise.
17973
17974 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17975
17976         * config/h8300/h8300-protos.h: Update the prototype for
17977         split_adds_subs.  Remove the prototypes for
17978         const_int_le_2_operand and const_int_le_6_operand.
17979         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17980         (const_int_le_2_operand): Remove.
17981         (const_int_le_6_operand): Likewise.
17982         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
17983         for const_int_le_2_operand and const_int_le_6_operand.
17984         * config/h8300/h8300.md: Update all uses of split_adds_subs.
17985         (a peephole2): New.
17986
17987 2003-02-18  Jan Hubicka  <jh@suse.cz>
17988
17989         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
17990         (cgraph_expand_function): Rewrite.
17991
17992 2003-02-18  Matt Austern <austern@apple.com>
17993
17994         * toplev.c, langhooks.c, langhooks-def.h: Move
17995         write_global_declarations from toplev.c to langhooks.c.
17996
17997 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17998
17999         * config/h8300/h8300.c (general_operand_src): Always check
18000         MODE.
18001         (general_operand_dst): Likewise.
18002
18003 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18004
18005         * convert.c (convert_to_real): Also optimize (float)log(x) into
18006         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18007
18008 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
18009
18010         * config/sh/sh.c (unspec_caller_rtx_p): New.
18011         (sh_cannot_copy_insn_p): New.
18012         (TARGET_CANNOT_COPY_INSN_P): New.
18013
18014 2003-02-18  Richard Henderson  <rth@redhat.com>
18015
18016         * c-common.c (handle_used_attribute): Accept static data too.
18017
18018 2003-02-18  Nick Clifton  <nickc@redhat.com>
18019             Aldy Hernandez  <aldyh@redhat.com>
18020
18021         * testsuite/gcc.dg/20030218-1.c: New.
18022
18023         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18024
18025         * target-def.h (TARGET_INITIALIZER): Add
18026         TARGET_VECTOR_TYPES_COMPATIBLE.
18027         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18028
18029         * target.h (struct gcc_target): Add field vector_types_compatible.
18030
18031         * c-typeck.c (comptypes): Take into account
18032         TARGET_VECTOR_TYPES_COMPATIBLE.
18033         (convert_for_assignment): Same.
18034
18035         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18036         (rs6000_spe_vector_types_compatible): New.
18037         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18038
18039 2003-02-19  Andreas Schwab  <schwab@suse.de>
18040
18041         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18042         * toplev.c: Include langhooks-def.h.
18043
18044 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
18045
18046         * config/mips/mips.h (enum processor_type): Sort entries
18047         alphabetically.
18048         * config/mips/mips.md (define_attr cpu): Sync with processor_type
18049         enum values, including adding entries that were missing.
18050
18051 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
18052
18053         * sh.c (calc_live_regs): Also check GET_CODE when checking if
18054         initial value for PR_REG is still the PR_REG register.
18055
18056 2003-02-18  Jim Wilson  <wilson@redhat.com>
18057
18058         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18059         instruction in output template.
18060         (bsp_value): Change output template from string to C code, add %,
18061         before actual instruction.
18062         (flushrs): Mark as not predicable.
18063
18064 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
18065
18066         * inclhack.def (netbsd_bogus_semicolon): New fix.
18067         * fixincl.x: Rebuilt.
18068         * tests/base/ctype.h: Update.
18069
18070 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18071
18072         * fold-const.c (negate_expr_p): New function to determine whether
18073         an expression can be negated cheaply.
18074         (fold) [MINUS_EXPR]: Use it to determine whether to transform
18075         -A - B into -B - A for floating point types.
18076
18077 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18078
18079         * sbitmap.c (sbitmap_resize): New function.
18080         * sbitmap.h (sbitmap_resize): Prototype here.
18081         * recog.c (split_all_insns): Use sbitmap_resize.
18082
18083 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18084
18085         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18086         insn length.
18087         (extendqisi2): Likewise.
18088         (*extendhisi2_h8300): Likewise.
18089
18090 2003-02-18  Matt Austern <austern@apple.com>
18091
18092         * langhooks.h, langhooks-def.h: introduce new langhook,
18093         final_write_globals, with write_global_declarations as default.
18094         * toplev.c: Move invocation of wrapup_global_declarations from
18095         compile_file to new function, write_global_declarations.  Change
18096         compile_file to use final_write_globals hook.  Change
18097         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18098         conditional.
18099
18100 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18101
18102         * pa.md: Correct and enhance comment.
18103
18104 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
18105
18106         * gcc.c (validate_switches): Don't scan past closing '}'.
18107
18108 2003-02-18  Ben Elliston  <bje@redhat.com>
18109
18110         PR c++/1607
18111         * doc/extend.texi (Function Attributes): Document the effect of
18112         the C++ "this" parameter on the counting of arguments for the
18113         "format" and "format_arg" attributes.
18114
18115 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
18116
18117         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18118         (__ev_stdw): Same.
18119         (__ev_stdh): Same.
18120
18121 2003-02-17  Jan Hubicka  <jh@suse.cz>
18122
18123         * recog.c (split_all_insns):  Fix memory overflow.
18124
18125 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
18126
18127         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18128         (cmphi): Likewise.
18129         (*cmphi_h8300): Likewise.
18130         (*cmphi_h8300hs): Likewise.
18131         (cmpsi): Likewise.
18132         (7 peephole2): Likewise.
18133
18134 2003-02-16  Jan Hubicka  <jh@suse.cz>
18135
18136         * c-typeck.c (build_c_cast):  Fold constant variables into
18137         initial values.
18138
18139 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18140
18141         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18142         (Binaries): Ditto for Sinix/Reliant Unix.
18143
18144 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
18145
18146         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18147         not overlap the final result register.
18148
18149 2003-02-16 Arend Bayer <arend.bayer@web.de>
18150            Richard Henderson  <rth@redhat.com>
18151
18152         PR c/8068
18153         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18154         rearrange mult arguments for less recursion.
18155         (extract_muldiv): New.  Prevent runaway recursion.
18156
18157 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
18158
18159         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18160         MASK_ALIGN_DOUBLE.
18161
18162 2003-02-15  Roger Sayle  <roger@eyesopen.com>
18163
18164         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18165         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18166         (ext_80387_constants_table): Global table of 80387 special constants
18167         guarded by ext_80387_constants_init flag when not initialized.
18168         (init_ext_80387_constants): New function to initialize this table.
18169         (standard_80387_constant_p): Extend to recognize extra 80387
18170         constants, in XFmode, on processors where this is a win.
18171         (standard_80387_constant_opcode): New function to return the
18172         opcode associated with standard_80387_constant_p.
18173         (standard_80387_constant_rtx): New function to return the XFmode
18174         CONST_DOUBLE associated with standard_80387_constant_p.
18175         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18176
18177         * config/i386/i386-protos.h (standard_80387_constant_opcode):
18178         Prototype here.
18179         (standard_80387_constant_rtx): Likewise.
18180
18181         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18182         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18183         *movtf_integer): Simplify using new standard_80387_constant_opcode.
18184
18185 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
18186
18187         * doc/invoke.texi (Optimize Options): Correct @option syntax.
18188
18189 2003-02-15  Richard Henderson  <rth@redhat.com>
18190
18191         * Makefile.in (cfglayout.o): Depend on TARGET_H.
18192         * cfglayout.c: Include target.h.
18193         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18194         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18195         * target.h (struct gcc_target): Add cannot_copy_insn_p.
18196
18197         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18198         (TARGET_CANNOT_COPY_INSN_P): New.
18199         (override_options): Revert 2003-02-08 hack.
18200
18201 2003-02-15  Richard Henderson  <rth@redhat.com>
18202
18203         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18204         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18205
18206 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
18207
18208         * config/rs6000/rs6000.h (processor_type): Add PPC440.
18209         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18210         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18211         TARGET_SCHED_VARIABLE_ISSUE): Define.
18212         (rs6000_use_dfa_pipeline_interface): New function.
18213         (rs6000_multipass_dfa_lookahead): New Function.
18214         (rs6000_variable_issue): New function.
18215         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18216         (rs6000_issue_rate): Add PPC440.
18217         * config/rs6000/rs6000.md (unspec list): Correct typo.
18218         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18219         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18220         cmp, delayed_cr, mfcr, mtcr.
18221         (automata_option): Set "ndfa".
18222         (extendMMNN2): Update attributes.
18223         (movcc_internal1): Discourage move to non-cr0.  Update
18224         attributes.
18225         (movMM_update): Update attributes.
18226         (cmpMM_internal): Update attributes.
18227         (sCC CR materialization): Update attributes.
18228         (branch patterns): Do not discourage non-cr0.
18229         (cr logical patterns): Prefer destructive register allocation.
18230         Update attributes.
18231         (movesi_from_cr): Update attribute.
18232         (mtcrf_operation): Update attribute.
18233         (mtcrfsi): Update attribute.
18234         * config/rs6000/40x.md: New file.
18235         * config/rs6000/603.md: New file.
18236         * config/rs6000/6xx.md: New file.
18237         * config/rs6000/7450.md: New file.
18238         * config/rs6000/7xx.md: New file.
18239         * config/rs6000/mpc.md: New file.
18240         * config/rs6000/power4.md: New file.
18241         * config/rs6000/rios1.md: New file.
18242         * config/rs6000/rios2.md: New file.
18243         * config/rs6000/rs64.md: New file.
18244         [Some DFA descriptions based on work by Michael Hayes]
18245
18246 2003-02-15  Richard Henderson  <rth@redhat.com>
18247
18248         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18249         successors with multiple predecessors.
18250         (connect_traces): Try harder to copy traces of length 1.
18251
18252         * function.h (struct function): Add computed_goto_common_label,
18253         computed_goto_common_reg.
18254         * function.c (free_after_compilation): Zap them.
18255         * stmt.c (expand_computed_goto): Use them to produce one
18256         indirect branch per function.
18257
18258 2003-02-15  Richard Henderson  <rth@redhat.com>
18259
18260         * cfgcleanup.c: Include params.h.
18261         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
18262         too many outgoing edges from a block.
18263         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18264         * params.def (max-crossjump-edges): New.
18265         * doc/invoke.texi: Document it.
18266
18267 2003-02-15  Richard Henderson  <rth@redhat.com>
18268
18269         * recog.c (split_all_insns): Include new blocks in life update;
18270         do a global life update.
18271
18272 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
18273
18274         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18275         Update copyright.
18276         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18277         -mno-cygwin case.
18278
18279 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18280
18281         PR optimization/7702
18282         * reload1.c (reload_cse_simplify_set): Honor
18283         CANNOT_CHANGE_MODE_CLASS.
18284
18285 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
18286
18287         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18288         function.
18289         * config/mn10300/mn10300-protos.h: Declare it.
18290         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18291         attribute cc of instructions that may use clr.
18292
18293 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18294
18295         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18296         (x - (x & y)) is found.
18297
18298 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18299
18300         * configure.in: Fix typo.
18301         * configure: Regenerate.
18302
18303 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18304
18305         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18306
18307 2003-02-13  Adam Nemet  <anemet@lnxw.com>
18308
18309         PR opt/2391
18310         * combine.c: Fix spelling in comment.
18311         (cached_nonzero_bits): New function.
18312         (cached_num_sign_bit_copies): New function.
18313         (nonzero_bits_with_known): New macro.
18314         (num_sign_bit_copies_with_known): New macro.
18315         (nonzero_bits1): Rename from nonzero_bits.  Add three new
18316         arguments.  Change calls from nonzero_bits to
18317         nonzero_bits_with_known.
18318         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
18319         three new arguments.  Change calls from num_sign_bit_copies to
18320         num_sign_bit_copies_with_known.
18321         (nonzero_bits): New macro.
18322         (num_sign_bit_copies): New macro.
18323         (update_table_tick): Don't traverse identical subexpression more
18324         than once.
18325         (get_last_value_validate): Likewise.
18326
18327 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
18328
18329         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18330         * function.h (struct emit_status): Length of regno_pointer_align
18331         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18332         not regno_pointer_align_length (i.e. length actually used, not
18333         length as allocated)
18334
18335         * config/i386/i386.c (struct stack_local_entry): New.
18336         (struct machine_function): Replace huge array with alist.
18337         (assign_386_stack_local): Change to match.
18338
18339 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
18340
18341         * inclhack.def (hpux_long_double): Tighten select and add bypass
18342         regexp.
18343         * fixincl.x: Rebuilt.
18344
18345 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
18346
18347         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18348         edge and block ends with a jump insn it must be simple jump.
18349
18350 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
18351
18352         * Makefile.in (PREPROCESSOR_DEFINES): Add
18353         @TARGET_SYSTEM_ROOT_DEFINE@.
18354         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18355         is specified or if building a cross compiler.
18356         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18357         if the sysroot is under $exec_prefix.
18358         * configure: Regenerated.
18359         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18360         defined.
18361         (struct default_include): Add add_sysroot field.
18362         (cpp_SYSROOT): Declare.
18363         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18364         field.
18365         (cpp_SYSROOT): New variable.
18366         * cppinit.c (cpp_create_reader): Initialize
18367         CPP_OPTION (pfile, sysroot).
18368         (init_standard_includes): Handle add_sysroot.  Do not
18369         add unrelocated copies of relocated directories.
18370         (COMMAND_LINE_OPTIONS): Add -isysroot.
18371         (cpp_handle_option): Handle -isysroot.
18372         * cpplib.h (struct cpp_options): Add sysroot member.
18373         * gcc.c (The Specs Language): Update description of %I.
18374         (target_system_root_changed): New variable.
18375         (process_command): Conditionalize make_relative_prefix call
18376         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
18377         target_system_root_changed.
18378         (do_spec_1): Add -isysroot to %I.
18379         * doc/invoke.texi (Spec Files): Update description of %I.
18380         * doc/install.texi (--with-sysroot): Update comment about
18381         relocation.
18382
18383 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
18384
18385         * config/h8300/h8300.md (a peephole2): New.
18386
18387 2003-02-13  Robert Lipe <robertlipe@usa.net>
18388             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18389
18390         * doc/install.texi (Specific): Update three SCO-related URLs.
18391
18392 2003-02-13  Andreas Schwab  <schwab@suse.de>
18393
18394         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18395         Parenthesize properly.
18396         (NPREDECESORS): Parenthesize properly.
18397
18398 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
18399
18400         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18401
18402 2003-02-12  Roger Sayle  <roger@eyesopen.com>
18403
18404         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
18405         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
18406
18407         * reg-stack.c (subst_stack_regs_pat): Add support for binary
18408         UNSPEC instructions (e.g. "fpatan").
18409
18410 2003-02-12  Mike Stump  <mrs@apple.com>
18411
18412         * varray.c (element_size): Remove.
18413         (uses_ggc): Remove.
18414         (element): Add.
18415         (varray_init): Use new interface.
18416         (varray_grow): Use new interface.
18417         (varray_clear): Use new interface.
18418
18419 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18420
18421         * config/rs6000/spe.h: Add casts to the arguments of the following
18422         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
18423         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
18424         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
18425         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
18426         __ev_get_u16, __ev_get_s16.
18427
18428 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18429
18430         * config/h8300/h8300.md (a peephole2): New.
18431
18432 2003-02-12  Jan Hubicka  <jh@suse.cz>
18433
18434         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
18435         (OBJS): Add callgraph.o
18436         (callgraph.o): New.
18437         * c-decl.c (expand_body_1): Break out from ...
18438         (expand_body): This one;  change calling convention
18439         (finish_function): Move some of expand_body logic here.
18440         (c_expand_deferred_function): Update call of expand_body
18441         (c_expand_stmt): Use c_expand_body_1.
18442         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
18443         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
18444         * c-tree.h (c_expand_body): Declare.
18445         * callgraph.c: New file.
18446         * flags.h (flag_unit_at_a_time): Declare.
18447         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
18448         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
18449         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
18450         * langhooks.h (struct lang_hooks_for_callgraph): New.
18451         (struct lang_hooks): Add callgraph field.
18452         * toplev.c (flag_unit_at_a_time): New.
18453         (lang_independent_options): Add flag_unit_at_a_time.
18454         (process_options): Disable unit-at-a-time mode for frontends not
18455         supporting callgraph.
18456         * tree-inline.c (typedef struct inline_data): Add "decl"
18457         (expand_call_inline): Update callgraph.
18458         (optimize_inline_calls): Set id.decl.
18459         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
18460         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
18461         cgraph_calls_p): Declare.
18462         * invoke.texi (-funit-at-a-time): Document
18463
18464 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18465
18466         * config/rs6000/spe.h: Fix misc formatting.
18467         (__ev_create_ufix32_fs): Cast ev argument.
18468         (__ev_create_sfix32_fs): Same.
18469         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18470         (__ev_get_ufix32_fs_internal): Same.
18471
18472 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
18473
18474         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18475         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18476
18477 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
18478
18479         * cpplib.c (do_include_common): Move warnings for
18480         #include_next and #import out to callers.  Use early-return
18481         instead of nested ifs.  Don't do check_eol here.
18482         (parse_include): Do check_eol here with the rest of the
18483         parsing stuff.
18484         (do_include_next, do_import): Now handle warnings.
18485
18486 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18487
18488         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18489
18490 2003-02-12  Jan Hubicka  <jh@suse.cz>
18491
18492         * predict.c (estimate_probability):  Fix roundoff error.
18493
18494 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18495
18496         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18497         (two peephole2): New.
18498
18499 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18500
18501         * config/h8300/h8300.md (several peephole2): Replace
18502         find_regno_note with peep2_reg_dead_p.
18503
18504 2003-02-11  Richard Henderson  <rth@redhat.com>
18505
18506         * gcse.c (lookup_set): Remove unused argument PAT.  Update
18507         both callers.
18508
18509 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18510
18511         * diagnostic.c (real_abort): New.
18512         (diagnostic_report_diagnostic): Call real_abort on error.
18513         * diagnostic.h (diagnostic_abort_on_error): New.
18514         (struct diagnostic_context): Add abort_on_error field.
18515         * toplev.c (setup_core_dumping): New.
18516         (decode_d_option): Handle 'H' case.
18517         * doc/invoke.texi (Debugging Options): Document -dH.
18518
18519 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
18520
18521         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18522         which refers to obsolete directories.
18523
18524 2003-02-11  Richard Henderson  <rth@redhat.com>
18525
18526         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18527
18528 2002-10-21  Jan Hubicka  <jh@suse.cz>
18529
18530         * i386.c (contains_128bit_aligned_vector_p): New function.
18531         (ix86_function_arg_boundary): Properly align vector modes.
18532
18533 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
18534
18535         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18536         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18537         as a SET pattern.
18538
18539 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18540
18541         * builtins.c:  Fix failure caused by commiting wrong patch.
18542
18543 2003-02-11  Dale Johannesen  <dalej@apple.com>
18544         * ra-build.c (compare_and_free_webs):  Relax checking.
18545         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
18546         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
18547
18548 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18549
18550         PR optimization/9651
18551         * rtlanal.c (may_trap_p): Handle FIX.
18552
18553 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
18554
18555         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18556         * doc/invoke.texi: Extra alias.
18557
18558 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18559
18560         * config/rs6000/host-darwin.c: Fix comment.
18561
18562 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
18563
18564         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18565         predicate for mod result.
18566
18567 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18568
18569         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18570         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18571         * fixincl.x: Rebuilt.
18572         * tests/base/stdlib.h: Update.
18573         * tests/base/ctype.h: New file.
18574
18575 2003-02-11  Jan Hubicka  <jh@suse.cz>
18576
18577         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18578
18579 2003-02-11  Richard Henderson  <rth@redhat.com>
18580
18581         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18582         appropriated as globals.
18583         (ix86_expand_clrstr): Similarly.
18584         * config/i386/i386.md (cmpstrsi): Similarly.
18585
18586 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18587
18588         * config/h8300/h8300.md (a peephole2): Add a case of 255.
18589
18590 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18591
18592         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18593         (pow_optab, atan2_optab): Define corresponding macros.
18594         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18595         * genopinit.c (optabs): Implement pow_optab and atan2_optab
18596         using pow?f3 and atan2?f3 patterns.
18597         * builtins.c (expand_errno_check): New function to update errno
18598         if necessary, split out from expand_builtin_mathfn.
18599         (expand_builtin_mathfn): Use expand_errno_check.
18600         (expand_builtin_mathfn_2): New function to handle expanding binary
18601         math functions, reusing the code in expand_errno_check.
18602         (expand_builtin): Handle the pow and atan2 math built-ins,
18603         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18604         expand_builtin_mathfn_2.
18605
18606         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18607
18608 2003-02-11  Jan Hubicka  <jh@suse.cz>
18609
18610         * combine.c (combine_simplify_rtx): Fix folding of
18611         nested float_truncates.
18612
18613 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18614
18615         * config/h8300/h8300.md (a peephole2): Fix a typo.
18616
18617 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
18618
18619         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18620         register number.
18621
18622 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18623
18624         * config/h8300/h8300-protos.h: Add a prototype for
18625         gtuleu_operator.
18626         * config/h8300/h8300.c (gtuleu_operator): New.
18627         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18628         * config/h8300/h8300.md (a peephole2): New.
18629
18630 2003-02-11  Jan Hubicka  <jh@suse.cz>
18631
18632         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18633
18634 2003-02-11  Jan Hubicka  <jh@suse.cz>
18635
18636         * predict.c (choose_function_section): Choose sections correctly.
18637
18638 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18639
18640         * reload1.c (first_label_num): New.
18641         (reload): Index offsets_known_at and offsets_at using difference of
18642         label number and first label number.  Don't use offset pointers.
18643         (set_label_offsets, set_initial_label_offsets): Likewise.
18644
18645 2003-02-10  Roger Sayle  <roger@eyesopen.com>
18646
18647         * mips-tfile.c (init_file): Add missing initializers in the
18648         "#ifdef __alpha" case.
18649         (file_offset, max_file_offset): Declare as unsigned long.
18650         (write_varray): Cast to "unsigned long" in comparisons against
18651         either file_offset or max_file_offset.
18652         (write_object): Likewise.
18653         (read_seek): Likewise.
18654         (copy_object): Likewise. Declare "ifd" as int to match its use
18655         in add_ext_symbol, and avoid signed/unsigned conditional warning.
18656
18657 2003-02-10  Nick Clifton  <nickc@redhat.com>
18658             Aldy Hernandez  <aldyh@redhat.com>
18659
18660         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18661         override options which have been specified on the command line.
18662
18663 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18664
18665         * config/h8300/h8300.md (abssf2): New.
18666         (*abssf2_h8300): Likewise.
18667         (*abssf2_h8300hs): Likewise.
18668
18669 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
18670
18671         * tree.c (build_tree_list):  Fix parameter names in comment.
18672
18673 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
18674
18675         * config/rs6000/ppc64-fp.c: New file.
18676         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18677
18678 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18679
18680         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18681         * bb-reorder.c (make_reorder_chain): Deleted.
18682         (make_reorder_chain_1): Deleted.
18683         (find_traces): New function.
18684         (rotate_loop): New function.
18685         (mark_bb_visited): New function.
18686         (find_traces_1_round): New function.
18687         (copy_bb): New function.
18688         (bb_to_key): New function.
18689         (better_edge_p): New function.
18690         (connect_traces): New function.
18691         (copy_bb_p): New function.
18692         (get_uncond_jump_length): New function.
18693         (reorder_basic_blocks): Use new functions (Software Trace Cache).
18694         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18695         boundaries.
18696
18697 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
18698
18699         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18700
18701 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18702
18703         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18704         (DECL_LIVE_RANGE_RTL): Remove.
18705
18706 2003-02-10  Nick Clifton  <nickc@redhat.com>
18707
18708         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18709         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18710         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18711         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18712         config/arm/freebsd.h, config/arm/linux-elf.h,
18713         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18714         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18715         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18716         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18717         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18718         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18719         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18720         and reformat as appropriate.
18721
18722 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18723
18724         * config/h8300/clzsi2.c: Remove.
18725         * config/h8300/ctzsi2.c: Likewise.
18726         * config/h8300/paritysi2.c: Likewise.
18727         * config/h8300/popcountsi2.c: Likewise.
18728         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18729         ctzsi2, paritysi2, and popcountsi2.
18730
18731 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
18732             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
18733
18734         PR c/7741
18735         * c-decl.c (duplicate_decls): Discard the initializer of the
18736         new decl when the types are conflicting.
18737
18738 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18739
18740         * Makefile.in (sreal.o): Added.
18741         (predict.o): Depends on sreal.h instead of real.h.
18742         * sreal.c: New file.
18743         * sreal.h: New file.
18744         * predict.c: Use sreal.c instead of real.c.
18745
18746 2003-02-10  Nick Clifton  <nickc@redhat.com>
18747
18748         * Contributed support for the Cirrus EP9312 "Maverick"
18749         floating point co-processor.  Written by Aldy Hernandez
18750         <aldyh@redhat.com>.
18751         (config/arm/arm.c): Add Cirrus support.
18752         (config/arm/arm.h): Likewise.
18753         (config/arm/aout.h): Likewise.
18754         (config/arm/arm.md): Likewise.
18755         (config/arm/arm-protos.h): Likewise.
18756         (config.gcc): Likewise.
18757         (doc/invoke.texi): Describe new -mcpu value and new
18758         -mcirrus-fix-invalid-insns switch,
18759         (cirrus.md): New file.
18760
18761 2003-02-10  Jan Hubicka  <jh@suse.cz>
18762
18763         * combine.c (combine_simplify_rtx): Simplify using
18764         (float_truncate (float x)) is (float x)
18765         (float_extend (float_extend x)) is (float_extend x).
18766
18767 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
18768
18769         * calls.c (try_to_integrate): Tidy stack_usage_map access.
18770         (emit_library_call_value_1): Likewise.  Formatting.
18771         (store_one_arg): Likewise.
18772
18773 2003-02-09  Nick Clifton  <nickc@redhat.com>
18774             Aldy Hernandez  <aldyh@redhat.com>
18775
18776         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18777         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18778         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18779         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18780         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18781         docs.  Add range test for immediate value.
18782
18783 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
18784
18785         Rename spe_evxor to xorv2si3.
18786         (xorv4hi3): New.
18787         (xorv1di3): New.
18788
18789 2003-02-10  Glen Nakamura  <glen@imodulo.com>
18790
18791         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18792         tag.
18793
18794 2003-02-10  Jan Hubicka  <jh@suse.cz>
18795
18796         * i386.c (vector_move_operand): New predicate.
18797         (ix86_expand_vector_move): Be happy about 0.
18798         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18799         * i386.md (mov*_internal): Add 'C' alternative.
18800
18801 2003-02-09  Jan Hubicka  <jh@suse.cz>
18802
18803         * i386.md (floathi*): Deal with SSE.
18804
18805 2003-02-09  Jan Hubicka  <jh@suse.cz>
18806
18807         * simplify-rtx.c (simplify_unary_operation,
18808         simplify_binary_operation):  Deal with vector modes
18809         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
18810
18811 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
18812
18813         * toplev.c (rest_of_compilation): Recompute register usage after
18814         split_all_insns.
18815
18816 2003-02-09  Richard Henderson  <rth@redhat.com>
18817
18818         * libgcc-std.ver (__clztf2): New.
18819         (__ctztf2, __popcounttf2, __paritytf2): New.
18820         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18821         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18822         adjust code to match the different type sizes.
18823         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18824         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18825
18826         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18827         TImode; select word_mode and twice that.
18828         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18829         select the modes from float, double, and long double.
18830         (init_optabs): Remove duplicate initializations.
18831
18832 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18833
18834         * doc/install.texi: Squeeze and streamline section on
18835         testing and regression checking.
18836
18837 2003-02-09  Jan Hubicka  <jh@suse.cz>
18838
18839         * i386.md (ahi?v*3): Set third operand type to TImode.
18840         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18841
18842         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18843         integer mode.
18844
18845         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18846         Change code so they are arithmetic expressions now.
18847         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18848         simplify_ternary_operation): Deal with VEC_* expressions.
18849
18850         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
18851
18852 2003-02-08  Jan Hubicka  <jh@suse.cz>
18853
18854         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
18855         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
18856         possibly got duplicated.
18857
18858 2003-02-08  Richard Henderson  <rth@redhat.com>
18859
18860         * config/alpha/alpha.c (override_options): Turn off explicit
18861         relocs until post-peep2 code duplication resolved.
18862
18863 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18864
18865         * optabs.c (expand_unop): Widen clz properly when clz is done
18866         via libcall.
18867
18868 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18869
18870         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18871         * config/h8300/crti.asm: Likewise.
18872         * config/h8300/crtn.asm: Likewise.
18873         * config/h8300/ctzsi2.c: Likewise.
18874         * config/h8300/fixunssfsi.c: Likewise.
18875         * config/h8300/h8300-protos.h: Likewise.
18876         * config/h8300/h8300.c: Likewise.
18877         * config/h8300/h8300.h: Likewise.
18878         * config/h8300/h8300.md: Likewise.
18879         * config/h8300/paritysi2.c: Likewise.
18880         * config/h8300/popcountsi2.c: Likewise.
18881         * config/h8300/rtems.h: Likewise.
18882
18883 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18884
18885         * doc/invoke.texi: Documentation for my previous commit.
18886         * doc/passes.texi: Ditto.
18887
18888 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18889
18890         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18891         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18892         Declare.
18893         (DLTHE_FLAG_UPDATE_FREQ): New.
18894         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18895         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18896         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18897         fix_bb_placement, fix_bb_placements, place_new_loop,
18898         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18899         New static functions.
18900         (fix_loop_placement, can_duplicate_loop_p,
18901         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18902         New functions.
18903
18904         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18905         unswitch_loops): Declare.
18906         * loop-init.c: New file.
18907         * loop-unswitch.c: New file.
18908         * Makefile.in (loop-init.o, loop-unswitch.o): New.
18909         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18910         * toplev.c (DFI_loop2): New dump.
18911         (flag_unswitch_loops): New.
18912         (lang_independent_options): Add it.
18913         (rest_of_compilation): Call new loop optimizer.
18914         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18915
18916 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18917
18918         * config/h8300/clzsi2.c: New.
18919         * config/h8300/ctzsi2.c: Likewise.
18920         * config/h8300/paritysi2.c: Likewise.
18921         * config/h8300/popcountsi2.c: Likewise.
18922         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18923
18924 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
18925
18926         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18927         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18928         (ctzsi2): New pattern.
18929         (ffssi2): Use clz instead of unspec.
18930         (clzdi2): Rename from cntlzd2.
18931         (ctzdi2): New pattern.
18932         (ffsdi2): Use clz instead of unspec.
18933
18934 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
18935
18936         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18937         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18938         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18939         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18940
18941 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18942
18943         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18944
18945 2003-02-07  Richard Henderson  <rth@redhat.com>
18946
18947         PR 9226
18948         * gcse.c (local_cprop_find_used_regs): New.
18949         (local_cprop_pass): Use it.
18950
18951 2003-02-07  Fred Fish  <fnf@intrinsity.com>
18952
18953         * mips-tfile.c (parse_def): Parenthesize assignments to fix
18954         precedence bugs.
18955
18956 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
18957
18958         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18959
18960 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18961
18962         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18963         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18964         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18965         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18966         builtin functions (and their __builtin_* variants).
18967         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18968         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18969         when not optimizing.
18970
18971         * doc/extend.texi: Document new pow and atan2 builtins, and
18972         their float and long double variants.  Realphabetize builtins.
18973
18974 2003-02-07  Jan Hubicka  <jh@suse.cz>
18975
18976         * i386.md (sse2_nandv2di3): Fix.
18977
18978 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
18979
18980         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18981         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18982         definition.
18983         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
18984         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
18985
18986 2003-02-07  Jan Hubicka  <jh@suse.cz>
18987
18988         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
18989
18990 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
18991
18992         * cfg.c (dump_flow_info): Add back accidently deleted line.
18993
18994 2003-02-07  Andrey Petrov <petrov@netbsd.org>
18995
18996         * optabs.c (expand_float): Search wider integer modes first.
18997
18998 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
18999
19000         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19001         based on preprocessor flag.
19002
19003 2003-02-07  Roger Sayle  <roger@eyesopen.com>
19004             Richard Henderson  <rth@redhat.com>
19005
19006         * gcse.c (implicit_sets): New.
19007         (compute_hash_table_work): Include them in hash table.
19008         (find_implicit_sets, fis_get_condition): New.
19009         (one_cprop_pass): Allocate and free implicit_sets; call
19010         find_implicit_sets before building hash table.
19011
19012 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
19013
19014         * config/t-netbsd (USER_H): Revert previous change.
19015
19016 2003-02-07  Gabor Greif  <ggreif@lucent.com>
19017
19018         * doc/c-tree.texi (Namespaces): Fix typo.
19019
19020 2003-02-07  Jan Hubicka  <jh@suse.cz>
19021
19022         * regrename.c (do_replace, find_oldest_value_reg,
19023         copyprop_hardreg_forward_1): Update register attributes.
19024
19025 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
19026
19027         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19028         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19029         variables starting with underscore.
19030         (struct unit_usage): New structure.
19031         (unit_usages, cycle_alt_unit_usages): New global variables.
19032         (check_unit_distribution_in_reserv): Remove it.
19033         (store_alt_unit_usage): New function.
19034         (check_regexp_units_distribution): Rewrite it.
19035
19036 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19037
19038         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19039         target_cpu_default.
19040         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19041         if not MASK_NO_SPACE_REGS.
19042         (output_call): Adjust return pointer, don't load new space register
19043         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19044         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19045         TARGET_NO_SPACE_REGS is true.
19046         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19047         conditions.
19048         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19049         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19050         true.  Use bve when TARGET_64BIT is true.
19051
19052 2003-02-06  Richard Henderson  <rth@redhat.com>
19053
19054         * combine.c (nonzero_bits): Fix double break.
19055
19056 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
19057             Richard Henderson <rth@redhat.com>
19058
19059         PR c/9530
19060         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19061         from functions that return a float to functions that don't.
19062
19063 2003-02-06  Jan Hubicka  <jh@suse.cz>
19064
19065         * i386.c (x86_inter_unit_moves): New variable.
19066         (ix86_secondary_memory_needed): Fix 64bit case, honor
19067         TARGET_INTER_UNIT_MOVES
19068         * i386.h (x86_inter_unit_moves): Declare.
19069         (TARGET_INTER_UNIT_MOVES): New macro.
19070         * i386.md (movsi_1): Cleanup constraints; disable
19071         when not doing inter-unit moves.
19072         (movsi_1_nointernunit): New.
19073         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19074         (movdi_1_rex64_nointerunit): New.
19075         (mivsf_1): disable when not doing inter-unit moves.
19076         (movsf_1_nointerunit): New.
19077
19078         * basic-block.h (inside_basic_block_p):  Declare.
19079         * cfgbuild.c (inside_basic_block_p): Make global.
19080         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19081         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
19082         update CFG.
19083         (fix_basic_block_boundaries, add_missing_bbs): New.
19084         (rank): Use profile.
19085         (scheudle_ebbs): Rely on CFG; update coments.
19086
19087 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
19088
19089         * Makefile.in (host_hook_obj): New.
19090         (OBJS): Add $(host_hook_obj).
19091         (host_default.o): New rule.
19092         * config.gcc (host_hook_obj): New, default to host-default.o.
19093         (powerpc-*-darwin*): Use host-darwin.o.
19094         (out_host_hook_obj): New.
19095         * configure: Regenerate.
19096         * configure.in: Print information about out_host_hook_obj, substitute
19097         into output files.
19098         * host-default.c: New file.
19099         * hosthooks.h: New file.
19100         * toplev.c (general_init): Call host_hooks.extra_signals.
19101         * config/rs6000/host-darwin.c: New file.
19102         * config/rs6000/x-darwin: New file.
19103         * doc/hostconfig.texi: Add documentation for new host hook.
19104         Rearrange existing documentation.
19105
19106 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19107
19108         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19109         with *targetm.delegitimize_address.
19110         (rtl_for_decl_location): Likewise.
19111         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
19112         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19113
19114         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19115         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19116         prototype.
19117         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19118         i386_simplify_dwarf_addr.  Made static.  Prototyped.
19119         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19120         i386_simplify_dwarf_addr to ix86_delegitimize_address.
19121         (ix86_find_base_term): Likewise.
19122         (maybe_get_pool_constant): Likewise.
19123
19124         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19125         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19126         prototype.
19127         * config/s390/s390.c (s390_delegitimize_address): Renamed from
19128         s390_simplify_dwarf_addr.  Made static.  Prototyped.
19129         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19130
19131 2003-02-05  Richard Henderson  <rth@redhat.com>
19132
19133         PR c/8602
19134         * integrate.c (output_inline_function): Reset input_filename
19135         and lineno from the decl before rest_of_compilation.
19136
19137 2003-02-05  Richard Henderson  <rth@redhat.com>
19138
19139         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19140         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19141         * doc/rtl.texi, doc/tm.texi: Document them.
19142
19143         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19144         of the value at zero properly.
19145         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19146         * simplify-rtx.c (simplify_unary_operation): Likewise.
19147
19148         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19149         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19150
19151         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19152         (TARGET_EXPAND_BUILTIN): Remove.
19153         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19154         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19155         (enum arm_builtins): Remove.
19156         * config/arm/arm.md (UNSPEC_CLZ): Remove.
19157         (clzsi2): Rename from clz; use clz instead of unspec.
19158         (ctzsi2): New.
19159         * config/arm/arm-protos.h: Update.
19160
19161 2003-02-05  Jan Hubicka  <jh@suse.cz>
19162
19163         * i386-protos.h (x86_emit_floatuns):  Declare.
19164         * i386.c (x86_emit_floatuns): New global function.
19165         * i386.md (floatunssisf2, floatunsdisf2,
19166         floatunsdidf2):  New patterns.
19167
19168 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19169
19170         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19171
19172 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
19173
19174         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19175           config/ia64/linux.h
19176
19177 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19178
19179         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19180
19181 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
19182
19183         PR optimization/8555
19184         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19185         instead of aborting.
19186
19187 2003-02-04  Richard Henderson  <rth@redhat.com>
19188
19189         * config/i386/i386.md (UNSPEC_BSF): Remove.
19190         (ffssi2): Split into cmove and no_cmove insns and splitters;
19191         lose pentium float trick for now.
19192         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19193         (ctzsi2, clzsi2, bsr): New.
19194
19195 2003-02-04  Richard Henderson  <rth@redhat.com>
19196
19197         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19198         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19199         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19200         (ffsdi2): Use popcount instead of unspec.
19201         (popcountdi2): Rename from *popcnt.
19202         (ctzdi2, clzdi2, getf_exp_tf): New.
19203
19204 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
19205
19206         * genconfig.c (main): Generate CC0_P.
19207         * rtl.h (CC0_P): Remove.
19208
19209 2003-02-04  Richard Henderson  <rth@redhat.com>
19210
19211         * libgcc2.h, libgcc2.c (__ffsSI2): New.
19212         (__ffsDI2): Rename from __ffsdi2.
19213         * mklibgcc.in (lib2funcs): Add _ffssi2.
19214
19215 2003-02-04  Richard Henderson  <rth@redhat.com>
19216
19217         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19218         rounds with a "bit table" lookup.
19219
19220 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
19221
19222         * reload.c (find_reloads): Do not use the mode specified in the insn
19223         pattern as reload mode for address operands.  Do not generate optional
19224         reloads for operands where a mandatory reload was already pushed.
19225
19226 2003-02-04  Richard Henderson  <rth@redhat.com>
19227
19228         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19229         builtins instead of inline assembly.
19230
19231 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19232
19233         PR c/9376
19234         * libgcc2.c (__subvdi3): Fix typo.
19235
19236 2003-02-04  Jan Hubicka  <jh@suse.cz>
19237
19238         * i386.md (movti_rex64):  Fix constraint.
19239
19240 2003-02-04  Jan Hubicka  <jh@suse.cz>
19241
19242         * i386.md (vector push splitters):  Fix typo in resolving conflict.
19243
19244 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
19245
19246         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19247
19248 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
19249
19250         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
19251         for recent libstdc++.  Remove formatting cruft.
19252
19253 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
19254
19255         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19256         attribute even if input file name is absolute, but one of the
19257         includes is relative.
19258
19259 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19260
19261         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19262         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19263         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
19264
19265 2003-02-03  Richard Henderson  <rth@redhat.com>
19266
19267         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19268         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19269         return type to "int".  Shuffle declarations and undef int trap.
19270         * libgcc2.h: Remove their declarations.
19271         * optabs.c (expand_unop): Force outmode to int for bitops.
19272
19273 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
19274
19275         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19276         coprocessor registers before floating-point registers.
19277         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19278         to account for a previously removed register.
19279         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19280         Delete unused macros.
19281
19282 2003-02-03  Jan Hubicka  <jh@suse.cz>
19283
19284         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
19285         (mov*_internal): Fix predicates; require one of operands to not be
19286         memory.
19287         (SSE?MMX move expanders):  Fix predicates; force one of operands to
19288         register.
19289         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19290         (movups/movupd/movdqu patterns): Force one of operands to not be
19291         memory.
19292
19293 2003-02-03  Roger Sayle  <roger@eyesopen.com>
19294
19295         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19296         takes a single rtx and returns it unmodified.
19297         * hooks.h (hook_rtx_rtx_identity): Prototype here.
19298         * target.h (struct gcc_target): Add "delegitimize_address"
19299         field to target structure.
19300         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
19301         for delegitimize_address target using hook_rtx_rtx_identity.
19302         (TARGET_INITIALIZER): Initialize delegitimize_address field
19303         using TARGET_DELEGITIMIZE_ADDRESS macro.
19304         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19305         extensions of constant pool references.  Use delegitimize_address
19306         to undo the obfuscation of "-fpic".
19307         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19308
19309         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19310         i386_simplify_dwarf_addr.
19311         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19312         (maybe_get_pool_constant): Likewise.
19313
19314 2003-02-03  Jan Hubicka  <jh@suse.cz>
19315
19316         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
19317
19318 2003-02-03  Jan Hubicka  <jh@suse.cz>
19319
19320         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19321
19322 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19323
19324         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
19325         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
19326
19327 2003-02-02  Andreas Schwab  <schwab@suse.de>
19328
19329         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19330
19331 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
19332
19333         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19334         (epilogue_insns): Likewise.
19335
19336 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19337
19338         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19339
19340 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19341
19342         * pa-protos.h (attr_length_millicode_call): Remove second argument.
19343         (attr_length_indirect_call, attr_length_indirect_call,
19344         attr_length_save_restore_dltp): New prototypes.
19345         * pa.c (attr_length_millicode_call): Remove second argument.  Check
19346         INSN_ADDRESSES_SET_P in distance calculation.
19347         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19348         INSN_ADDRESSES.
19349         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19350         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19351         Call attr_length_call directly.
19352         (attr_length_indirect_call, output_indirect_call,
19353         attr_length_save_restore_dltp): New functions.
19354         * pa.md (attr_length_millicode_call): Drop second argument from all
19355         patterns.
19356         (return_internal_pic): Delete.
19357         (return_external_pic): Remove use of PIC register and pic operand and
19358         flag checks.
19359         (epilogue): Use return_internal for both normal and pic code.
19360         (call, call_value): Emit new 32-bit pic patterns for symref and
19361         indirect calls.  Remove uses for arg pointer and pic register.
19362         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19363         call_reg_pic_post_reload, call_val_symref_pic,
19364         call_val_symref_pic_post_reload, call_val_reg_pic,
19365         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19366         Implement define_split and define_peephole2 patterns for pre reload
19367         patterns.
19368         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19369         call_value_internal_reg_64bit): Shorten names.
19370         (all call patterns): Explicitly indicate registers used and clobbered.
19371         Use attr_length_indirect_call and attr_length_save_restore_dltp for
19372         attribute length calculation.  Move code generation for indirect calls
19373         to output_indirect_call.
19374         (sibcall, sibcall_value): Don't restore PIC register.
19375         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19376         register retore.
19377
19378 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19379
19380         * doc/install.texi (Testing): Simplify and compress instructions
19381         concerning Dejagnu.
19382
19383 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19384
19385         * collect2.c (pexecute_pid): Rename to pid.
19386         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19387         pid.
19388
19389 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
19390
19391         * doc/extend.texi (Function Attributes): Remove documentation
19392         for PowerPC Windows NT function attributes..
19393
19394 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
19395
19396         * dwarf2out.c (gen_type_die): Check for typedefs before calling
19397         for TYPE_MAIN_VARIANT.
19398
19399 2003-02-01  Richard Henderson  <rth@redhat.com>
19400
19401         * libgcc2.c: Include auto-host.h.
19402         (ATTRIBUTE_HIDDEN): New.
19403         (__clz_tab): Don't declare here for clz and ctz.
19404         (__clzsi2, __clzdi2): Use count_leading_zeros.
19405         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
19406         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
19407         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
19408         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
19409
19410 2003-02-01  Richard Henderson  <rth@redhat.com>
19411
19412         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
19413         to the conditional.
19414         (ashlsi3_1_zext splitter): Likewise.
19415
19416 2003-02-01  Richard Henderson  <rth@redhat.com>
19417
19418         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
19419         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19420         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
19421         return type to Wtype.
19422
19423         * libgcc-std.ver (GCC_3.4): Fix inheritance.
19424
19425         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
19426         expander input constraint.
19427
19428 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19429
19430         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
19431         OTI_parity.
19432         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
19433         * optabs.c (widen_clz, expand_parity): New.
19434         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
19435         for libcalls to clz, ctz, popcount, and parity.
19436         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
19437         parity_optab, and set up libfunc handlers.
19438         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19439         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
19440         __popcount_tab): New.
19441         * libgcc2.h: Declare them.
19442         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
19443         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
19444         and parity_optab.
19445         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
19446         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
19447         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
19448         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
19449         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
19450         BUILT_IN_PARITYLL): New.
19451         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
19452         and add optab argument.
19453         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
19454         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
19455         * expr.c (expand_expr): Handle them.
19456         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19457         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
19458         * reload1.c (eliminate_regs): Handle them.
19459         (elimination_effects): Likewise.
19460         * function.c (instantiate_virtual_regs_1): Likewise
19461         * genattrtab.c (check_attr_value): Likewise.
19462         * simplify-rtx.c (simplify_unary_operation): Likewise.
19463         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19464         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19465         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19466         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19467         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19468         __builtin_arm_clz.
19469         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19470         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
19471         * doc/extend.texi (Other Builtins): Add new builtins.
19472         * doc/md.texi (Standard Names): Add new patterns.
19473
19474 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
19475
19476         * reload.c: Revert 2003-01-31 change.
19477
19478 2003-02-01  Jan Hubicka  <jh@suse.cz>
19479
19480         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
19481
19482 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
19483
19484         * flags.h (flag_volatile): Remove declaration.
19485         (flag_volatile_global, flag_volatile_static): Likewise.
19486         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19487         * toplev.c (flag_volatile): Remove definition.
19488         (flag_volatile_global, flag_volatile_static): Likewise.
19489         (f_options): Remove corresponding entries here.
19490         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19491         or flag_volatile_static.
19492         * doc/invoke.texi: Remove documentation of -fvolatile,
19493         -fvolatile-global and -fvolatile-static.
19494
19495 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19496
19497         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19498         updating of total_code_bytes from prologue to epilogue.
19499
19500 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
19501
19502         * reload.c (find_reloads): Do not use the mode specified in the insn
19503         pattern as reload mode for address operands.  Do not generate optional
19504         reloads for operands where a mandatory reload was already pushed.
19505         Generate optional reloads only in the final pass though find_reloads.
19506         (have_replacement_p): New function.
19507
19508 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19509
19510         * doc/install.texi (Testing): Remove a reference to our obsolete
19511         /testresults web pages and strip redundant information concerning
19512         test results.
19513         (Binaries): Refer to Microsoft Windows instead of listing all
19514         possible variants.
19515
19516 2003-02-01  Jan Hubicka  <jh@suse.cz>
19517
19518         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
19519         RTL chain.
19520
19521         * combine.c (simplify_set): Reverse order of ragumetns to
19522         REG_CANNOT_CHANGE_MODE_P
19523         * df.c (df_def_record_1): Likewise.
19524         * recog.c (register_operand): Likewise.
19525         * simplify-rtx.c (simplify_subreg): Likewise.
19526         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19527         CANNOT_CHANGE_MODE_CLASS.
19528         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19529         Likewise.
19530         * reload.c (push_reload): Likewise.
19531         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19532         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19533         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19534         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19535         * mips.c (mips_cannot_change_mode_class): Update.
19536         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19537         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19538         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19539         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19540         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19541         * sh.c (sh_cannot_change_mode_class): Update.
19542         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19543         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19544
19545 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
19546
19547         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19548         change to LINK_COMMAND_SPEC in gcc.c.
19549
19550 2003-01-31  Jan Hubicka  <jh@suse.cz>
19551
19552         PR c/9506
19553         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19554
19555 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19556
19557         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19558         duplicated code.
19559
19560 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
19561
19562         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19563         (BINFO_ELTS): New #define.
19564         * stor-layout.c (finalize_record_size): Don't set them.
19565         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19566         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19567         (BINFO_LANG_ELTS): New #define.
19568         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19569         * java/class.c (make_class): Use BINFO_ELTS.
19570         (set_super_info): Likewse.
19571         (add_interface_do): Likewise.
19572         * objc/objc-act.c (start_class): Use BINFO_ELTS.
19573
19574 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19575
19576         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19577         (times): Don't ever declare if not HAVE_TIMES.
19578         (clock): Don't ever declare if not HAVE_CLOCK.
19579
19580 2003-01-30  Richard Henderson  <rth@redhat.com>
19581
19582         * flow.c (update_life_info): Zap life info after cleanup_cfg.
19583         (regno_uninitialized): Use correct live at function entry set.
19584         (regno_clobbered_at_setjmp): Likewise.
19585
19586         * expr.c (store_expr): Promote all MEM intermediates to regs.
19587
19588 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19589
19590         * config/arm/arm.c: Fix comment typos.
19591         * config/arm/arm.h: Likewise.
19592         * config/arm/netbsd-elf.h: Likewise.
19593         * config/arm/netbsd.h: Likewise.
19594
19595 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
19596
19597         * gengtype.c (struct walk_type_data): Add needs_cast_p.
19598         (walk_type): Set needs_cast_p in walk_type_data.
19599         (write_types_process_field): Supply casts when required to suppress
19600         warnings.
19601         (write_root): Cast gt_pch_n_S to suppress warning.
19602         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19603         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19604         when they might exist.
19605         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19606         insn-conditions.o, and rs6000.o.
19607
19608 2003-01-30  Richard Henderson  <rth@redhat.com>
19609
19610         * ggc-page.c (G.context_depth_allocations): New.
19611         (G.context_depth_collections): New.
19612         (alloc_page): Set G.context_depth_allocations.
19613         (ggc_collect): Set G.context_depth_collections.
19614         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19615         (ggc_pop_context): Early exit for no allocations or collections.
19616
19617 2003-01-30  Richard Henderson  <rth@redhat.com>
19618
19619         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19620
19621 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
19622
19623         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19624         size, the link register is always saved if any other register is
19625         saved.
19626
19627 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19628
19629         * config/h8300/h8300-protos.h: Update the prototype for
19630         compute_plussi_cc.
19631         (cpp_reader): Declare before it is used.
19632         * config/h8300/h8300.c (compute_plussi_cc): Change the return
19633         type to int.
19634         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19635         see an unknown H8 variant.
19636
19637 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19638
19639         PR target/9316
19640         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19641         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19642         * config/rs6000/t-rtems: New file. multilib variants to match OS.
19643         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19644         rs6000/t-ppcgas so we get the desired multilibs.
19645
19646 2003-01-30  Nick Clifton  <nickc@redhat.com>
19647
19648         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19649         when popping saved IP register off the stack.
19650
19651 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19652
19653         * config/rs6000/aix43.h: Fix comment typos.
19654         * config/rs6000/aix51.h: Likewise.
19655         * config/rs6000/aix52.h: Likewise.
19656         * config/rs6000/altivec.h: Likewise.
19657         * config/rs6000/rs6000.c: Likewise.
19658         * config/rs6000/rs6000.h: Likewise.
19659         * config/rs6000/rs6000.md: Likewise.
19660         * config/rs6000/spe.md: Likewise.
19661
19662 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
19663
19664         * c-common.c (builtin_define_float_constants): Define
19665         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19666
19667 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19668
19669         * config/sh/lib1funcs.asm: Fix comment typos.
19670         * config/sh/linux.h: Likewise.
19671         * config/sh/sh.c: Likewise.
19672         * config/sh/sh.md: Likewise.
19673
19674 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
19675
19676         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19677
19678 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
19679
19680         * config/fp-bit.h (__make_dp): Declare if TMODES.
19681
19682 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
19683
19684         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19685         general_operand_src and general_operand_dst.
19686
19687 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
19688
19689         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19690         Return true for variable sized types.
19691         (rs6000_va_arg): Handle variable sized types passed by reference
19692         on non-SVR4 ABI.
19693
19694 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
19695
19696         * arm.c (arm_legtimize_address): New function.
19697         * arm-protos.h (arm_legtimize_address): Add prototype.
19698         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19699         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19700         do ... while (0)
19701
19702 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19703
19704         PR bootstrap/9296
19705         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
19706         depended on it being defined until now.
19707
19708 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19709
19710         PR target/9295
19711         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19712         RTEMS code knows which C++ initialization style the toolset
19713         configuration is using.
19714
19715 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19716
19717         PR bootstrap/9293
19718         * config/m68k/t-crtstuff: Replace spaces with tabs, add
19719          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19720
19721 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19722
19723         PR bootstrap/9292
19724         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
19725         RTEMS threads.
19726         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19727
19728 2003-01-29  Nick Clifton  <nickc@redhat.com>
19729
19730         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19731         not $(srcdir).
19732
19733 2003-01-29  Andrew Haley  <aph@redhat.com>
19734
19735         * tree-inline.c (walk_tree): Add CHAR_TYPE.
19736
19737 2003-01-29  Jan Hubicka  <jh@suse.cz>
19738
19739         * i386.md (subdi3_carry_rex64): Fix typo.
19740
19741 2003-01-28  Stan Shebs  <shebs@apple.com>
19742
19743         * coretypes.h (cpp_reader): Forward declare struct.
19744         * c-pragma.h (cpp_reader): Remove forward declaration.
19745         * hashtable.h (cpp_reader): Likewise.
19746         * scan.h (cpp_reader): Likewise.
19747         * tree.h (cpp_reader): Likewise.
19748         * config/darwin-protos.h (cpp_reader): Likewise.
19749         * config/arm/arm-protos.h (cpp_reader): Likewise.
19750         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19751         struct cpp_reader in prototypes.
19752
19753 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
19754
19755         * doc/install.texi: Add documentation for installation into
19756         tooldirs and with DESTDIR.
19757
19758 2003-01-28  Richard Henderson  <rth@redhat.com>
19759
19760         * config.gcc (ia64*-*-aix*): Remove.
19761         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19762         * config/ia64/unwind-aix.c: Remove file.
19763
19764 2003-01-28  Andreas Schwab  <schwab@suse.de>
19765
19766         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19767         register.
19768         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19769         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19770         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19771         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19772         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19773         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19774         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19775
19776 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19777
19778         * combine.c (nonzero_bits): Fix check for negative divide operands.
19779
19780 2003-01-28  Richard Henderson  <rth@redhat.com>
19781
19782         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19783         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19784
19785 2003-01-28  Richard Henderson  <rth@redhat.com>
19786
19787         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19788
19789         * config/cris/cris.c (cris_address_cost): Make static.
19790         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19791         * config/cris/cris.h (ADDRESS_COST): Remove.
19792         * config/cris/cris-protos.h: Update.
19793
19794 2003-01-23  Mike Stump  <mrs@apple.com>
19795
19796         * regclass.c (init_reg_autoinc): New function.
19797         (regclass): Move initialization of forbidden_inc_dec_class from
19798         here...
19799         (init_regs): to here.  Avoids reinitialization for each function,
19800         saving compilation time.
19801
19802 2003-01-28  Jason Merrill  <jason@redhat.com>
19803
19804         * cpplib.h (struct cpp_options): Add warn_deprecated field.
19805         * cppinit.c (cpp_create_reader): Turn it on by default.
19806         * c-opts.c (c_common_decode_option): Set it.
19807         * cpplib.c (do_pragma_once): Only complain about #pragma once
19808         if warn_deprecated is set.
19809
19810 2003-01-28  Dale Johannesen  <dalej@apple.com>
19811
19812         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
19813         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
19814         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
19815
19816 2003-01-28  Richard Henderson  <rth@redhat.com>
19817
19818         * target.h (targetm.address_cost): New.
19819         * target-def.h (TARGET_ADDRESS_COST): New.
19820         (TARGET_RTX_COSTS): Uncomment.  Oops.
19821         * cse.c (address_cost): Use new target hook.
19822         (default_address_cost): New.
19823         * output.h (default_address_cost): Declare.
19824         * hooks.c (hook_int_rtx_0): New.
19825         * hooks.h (hook_int_rtx_0): Declare.
19826         * loop.c (combine_givs_p): Remove if 0 code.
19827         * system.h (ADDRESS_COST): Poison.
19828
19829         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19830         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19831         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19832         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19833         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19834         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19835         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19836         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19837         (ADDRESS_COST): Remove.
19838
19839         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19840         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19841         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19842         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19843         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19844         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19845         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19846         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19847         config/mips/mips.c, config/mips/mips.h,
19848         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19849         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19850         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19851         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19852         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19853         config/vax/vax.c, config/vax/vax.h
19854         (foo_address_cost): Make static.
19855         (TARGET_ADDRESS_COST): New.
19856         (ADDRESS_COST): Remove.
19857
19858         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19859         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19860         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19861         config/stormy16/stormy16.h
19862         (ADDRESS_COST): Move code ...
19863         (foo_address_cost): ... here.
19864         (TARGET_ADDRESS_COST): New.
19865
19866         * config/m32r/m32r.c (m32r_address_cost): Remove.
19867         * config/m32r/m32r-protos.h: Update.
19868
19869         * config/mmix/mmix.c (mmix_address_cost): Remove.
19870         * config/mmix/mmix-protos.h: Update.
19871
19872         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19873         mn10300_address_cost; move unsig allocation ...
19874         (mn10300_address_cost): ... here.
19875         (TARGET_ADDRESS_COST): New.
19876         * config/mn10300/mn10300-protos.h: Update.
19877         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19878
19879         * doc/tm.texi: Update.
19880
19881 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19882
19883         * haifa-sched.c (schedule_insn): Return necessary cycle advance
19884         after issuing the insn.
19885         (rank_for_schedule): Make a insn with /S the highest priority
19886         insn.
19887         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
19888         (choose_ready): Check SCHED_GROUP_P.
19889         (schedule_block): Advance cycle after issuing insn if it is
19890         necessary.  Don't reorder insns if there is an insn with /S.
19891         (set_priorities): Ignore schedule groups.
19892
19893         * sched-deps.c (remove_dependence, group_leader): Remove the
19894         functions.
19895         (add_dependence): Ignore schedule groups.
19896         (set_sched_group_p): Don't make copy of dependencies from previous
19897         insn of the schedule group.  Add anti-dependency to the previous
19898         insn of the schedule group.
19899         (compute_forward_dependences): Ignore schedule groups.
19900
19901         * sched-ebb.c (init_ready_list): Ignore schedule groups.
19902
19903         * sched-rgn.c (init_ready_list): Ditto.
19904         (can_schedule_ready_p): Ditto.
19905
19906 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19907
19908         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19909         register to another one.
19910
19911 2003-01-28  Richard Henderson  <rth@redhat.com>
19912
19913         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19914
19915 2003-01-28  Roger Sayle  <roger@eyesopen.com>
19916
19917         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19918
19919 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19920
19921         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19922         class contains a floating-point register, return the size of the
19923         mode in half words.
19924
19925 2003-01-28  Jan Hubicka  <jh@suse.cz>
19926
19927         * i386.c (ix86_carry_flag_operator):  New predicate.
19928         (fcmov_operator): Fix whitespace.
19929         (ix86_expand_carry_flag_compare):  Deal with floating point.
19930         (ix86_expand_int_movcc): Deal with fp; update insn expansion
19931         (ix86_expand_int_addcc): Likewise.
19932         (ix86_expand_strlensi_unroll_1): likewsie.
19933         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19934         * i386.md (add?i_carry_rex64): Use new predicate.
19935         (sub?i3_carry_rex64): Likewise.
19936         (x86_mov?icc_0_m1*): Likewise.
19937
19938 2003-01-28  Andreas Schwab  <schwab@suse.de>
19939
19940         * cfgloopmanip.c (create_preheader): Initialize src to avoid
19941         warning.
19942
19943         * expmed.c (emit_store_flag): Fix cast to avoid sign
19944         comparison warning.
19945
19946         * combine.c (force_to_mode): Add cast to fix warning when
19947         STORE_FLAG_VALUE is negative.
19948
19949 2003-01-27  Richard Henderson  <rth@redhat.com>
19950
19951         * Makefile.in (cse.o): Depend on TARGET_H.
19952         * cse.c (rtx_cost): Use targetm.rtx_costs.
19953         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19954         * doc/tm.texi: Update.
19955
19956         * target.h (targetm.rtx_costs): New.
19957         * target-def.h (TARGET_RTX_COSTS): New.
19958         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19959         * hooks.h: Update.
19960
19961         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19962         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19963         * config/alpha/alpha.h (PROCESSOR_MAX): New.
19964         (CONST_COSTS, RTX_COSTS): Remove.
19965
19966         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19967         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19968         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19969         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19970         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19971         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19972         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19973         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19974         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19975         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19976         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19977         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19978         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19979         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19980         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19981         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19982         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
19983         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
19984         config/v850/v850.c, config/v850/v850.h,
19985         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19986         (CONST_COSTS, RTX_COSTS): Move code ...
19987         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
19988
19989         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
19990         (arm_rtx_costs, TARGET_RTX_COSTS): New.
19991         * config/arm/arm-protos.h: Update.
19992         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
19993
19994         * config/avr/avr.h (CONST_COSTS): Move code ...
19995         * config/avr/avr.c (avr_rtx_costs): ... here.
19996         (default_rtx_costs): Make static.
19997         * config/avr/avr-protos.h: Update.
19998
19999         * config/h8300/h8300.c (const_costs): Make static.
20000         (h8300_and_costs, h8300_shift_costs): Likewise.
20001         * config/h8300/h8300-protos.h: Update.
20002
20003         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20004         (CONST_COSTS): Move code ...
20005         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
20006         default_rtx_costs; update for signature change.
20007         * config/ip2k/ip2k-protos.h: Update.
20008
20009         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20010         (CONST_COSTS): Move code ...
20011         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20012         (TARGET_RTX_COSTS): New.
20013         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20014         * config/m68hc11/m68hc11-protos.h: Update.
20015
20016         * config/m68k/m68k.c (const_int_cost): Make static.
20017         * config/m68k/m68k-protos.h: Update.
20018
20019         * config/mcore/mcore.c (mcore_const_costs): Make static.
20020         (mcore_and_cost, mcore_ior_cost): Likewise.
20021         * config/mcore/mcore-protos.h: Update.
20022
20023         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20024         (mmix_rtx_cost_recalculated): Remove.
20025         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20026         * config/mmix/mmix-protos.h: Update.
20027
20028         * config/sh/sh.c (shiftcosts): Make static.
20029         (addsubcosts, andcosts, multcosts): Likewise.
20030         * config/sh/sh-protos.h: Update.
20031
20032         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20033         (sparc_rtx_costs): Make static; update for change in signature.
20034         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20035         * config/sparc/sparc-protos.h: Update.
20036
20037         * config/v850/v850.c (const_costs): Make static.
20038         * config/v850/v850-protos.h: Update.
20039
20040         * config/vax/vax.h (RTX_COSTS): Remove.
20041         (CONST_COSTS): Move code ...
20042         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20043         from vax_rtx_cost.
20044         (vax_rtx_costs, TARGET_RTX_COSTS): New.
20045
20046 2003-01-27  Richard Henderson  <rth@redhat.com>
20047
20048         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
20049         * config/vax/vax-protos.h: Update.  Really.
20050
20051 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
20052
20053         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20054         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20055         zero if no hardware floating point.
20056         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20057         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20058         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20059         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20060         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20061         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20062         even FP registers on N32 and N64.
20063         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20064         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20065         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
20066         even-register-like alignment to 128-bit arguments.
20067         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20068         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
20069         on N32 or N64.
20070         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20071         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20072         (TPBIT): Set to tp-bit.c.
20073         (tp-bit.c): Create out of fp-bit.c.
20074
20075 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20076
20077         * c-parse.in: Remove '%expect 32' directive in objc mode.
20078
20079 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
20080
20081         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20082         (LIBGCOV): New variable.
20083         (libgcc.mk): Add LIBGCOV.
20084         (LIBGCC_DEPS): Add libgcov.c.
20085         (libgcov.a): New target.
20086         (clean): Remove libgcov.a.
20087         (install-libgcc): Do libgcov too.
20088         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20089         with libgcov.a.
20090         * libgcc2.c (L_gcov): Move into ...
20091         * libgcov.c: ... here. New file.
20092         * mklibgcc.in: Add libgcov rules.
20093         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20094
20095         * doc/invoke.texi (profile-arcs, test-coverage): Update and
20096         clarify.
20097
20098         * profile.c (index_counts_file): Remove duplicate check for open file.
20099
20100 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
20101
20102         * gcc/doc/invoke.texi (Optimization Options): Group together
20103         optional and experimental flags.  Move trapv and bounds-check
20104         out of this section.  Group floating point flags together.
20105         (Code Gen Options): Move trapv and bounds-check to here.
20106
20107 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
20108
20109         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20110
20111 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
20112
20113         PR optimization/9090
20114         * function.c (purge_addressof_1): After pushing an addressed register
20115         onto the stack, simplify the result.
20116
20117 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20118
20119         * doc/extend.texi: Fix typo.
20120
20121 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20122
20123         * doc/cppopts.texi: Fix typo.
20124         * doc/objc.texi: Likewise.
20125         * doc/passes.texi: Likewise.
20126
20127 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
20128
20129         * real.c (ibm_extended_format): Add 53 to minimum exponent.
20130         (encode_ibm_extended): Adjust.
20131
20132 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
20133
20134         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20135         timevar_id enumerations.
20136
20137 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20138
20139         * combine.c: Fix formatting.
20140
20141 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20142
20143         * doc/gccint.texi: Update the copyright.
20144
20145 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20146
20147         * doc/cpp.texi: Fix typos.
20148         * doc/extend.texi: Likewise.
20149         * doc/gty.texi: Likewise.
20150         * doc/install.texi: Likewise.
20151         * doc/passes.texi: Likewise.
20152         * doc/rtl.texi: Likewise.
20153         * doc/tm.texi: Likewise.
20154
20155 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20156
20157         * config/ia64/fde-glibc.c: Fix comment typos.
20158         * config/ia64/hpux.h: Likewise.
20159         * config/ia64/ia64.c: Likewise.
20160         * config/ia64/ia64.h: Likewise.
20161         * config/ia64/unwind-ia64.c: Likewise.
20162
20163 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20164
20165         * config/i386/i386-modes.def: Fix comment typos.
20166         * config/i386/i386.c: Likewise.
20167         * config/i386/i386.md: Likewise.
20168
20169 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
20170
20171         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20172         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20173         ASM_FINISH_DECLARE_OBJECT before defining it.
20174         * toplev.c (rest_of_decl_compilation):  Don't define
20175         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
20176         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20177         parameters for DWARF2 targets because they _are_ used.
20178
20179 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20180
20181         * fp-bit.h: Define macros for TFmode floating-point constants
20182         in IBM-extended TFmode types.
20183         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20184         widths.
20185         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20186         TFmode type.
20187
20188         * config/fp-bit.h: Define macros for TFmode floating-point
20189         constants in IEEE quad TFmode type.  Declare functions according
20190         to L_ macros.
20191         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20192         (TFtype, TItype, UTItype): Define if TMODES is defined.
20193         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20194         (F_T_BITOFF, D_T_BITOFF): Define.
20195         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20196         guaranteed to be wide enough.
20197         * config/fp-bit.c: Check for L_ macros for tf functions.
20198         (__thenan_tf): New.
20199         (nan): Adjust.
20200         (pack_d, unpack_d): Support IEEE 854 quad type.
20201         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
20202         from FRAC_NBITS, FRAC_BITS and NGARDS.
20203         (usi_to_float): Cast constants to be shifted to fractype
20204         instead of assuming long long is wide enough.
20205         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20206
20207 2003-01-26  Andreas Jaeger  <aj@suse.de>
20208
20209         * df.c: Remove prototype of unused function df_regno_rtl_debug.
20210
20211 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20212
20213         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20214         (DBBIT_FUNCS): Added _df_to_tf.
20215         (TPBIT_FUNCS): New.
20216         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20217         (LIBGCC_DEPS): Added TPBIT.
20218         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20219
20220         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20221         been able to move the result to target.
20222
20223         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20224         for the appropriate mode.
20225
20226         * calls.c (emit_library_call_value_1): Handle return values
20227         in a PARALLEL.
20228
20229         * rtl.c (get_mode_alignment): Moved to...
20230         * stor-layout.c: ... here.
20231
20232         * print-rtl.c (print_rtx): Don't print MEM details in
20233         GENERATOR_FILEs.
20234
20235 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
20236
20237         * df.h: Update comments, tidy formatting.
20238         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20239         REVERSE, UNION, INTERSECTION.  All uses updated.
20240         (OLD_DF_INTERFACE): Remove.
20241         (struct insn_info): Remove commented out insn field.
20242         * df.c: Update comments, tidy formatting.
20243         (df_def_table_realloc): Remove.
20244
20245
20246 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
20247
20248         * calls.c (save_fixed_argument_area): Tidy.
20249         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
20250         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
20251         call chain loop at 1 if !try_tail_call.  Formatting.
20252         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20253         Use save_fixed_argument_area and restore_fixed_argument_area.
20254
20255 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20256
20257         * df.c (df_uses_record): Handle CC0.
20258
20259 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
20260
20261         * reload.c (maybe_memory_address_p): New function.
20262         (find_reloads_address): Use it instead of memory_address_p.
20263
20264 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
20265
20266         * final.c (shorten_branches): Align the address of code label
20267         when computing initial lengths and addresses.
20268
20269 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20270
20271         * config/m68hc11/m68hc11.md: Fix a comment typo.
20272
20273 2003-01-25  Andreas Jaeger  <aj@suse.de>
20274
20275         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20276         TARGET_MACHO.
20277
20278 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20279
20280         * gcse.c (bypass_last_basic_block): New global variable.
20281         (bypass_block):  Use redirect_edge_and_branch_force to redirect
20282         fall-through edges.  Use bypass_last_basic_block to determine
20283         which blocks have valid PRE information.
20284         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20285
20286 2003-01-25  Jan Hubicka  <jh@suse.cz>
20287
20288         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20289
20290 2003-01-25  Jan Hubicka  <jh@suse.cz>
20291                               Eric Botcazou <ebotcazou@libertysurf.fr>
20292         PR opt/8492
20293         * gcse.c (one_cprop_pass): Delete unreachable blocks.
20294
20295 2003-01-25  Richard Henderson  <rth@redhat.com>
20296
20297         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20298         from ia64_aix_select_rtx_section.
20299         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20300         instead of saving and restoring flag_pic.
20301         (ia64_rwreloc_unique_section): Similarly.
20302         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20303         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20304         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20305         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20306
20307 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20308
20309         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20310         comment.
20311
20312 2003-01-25  Richard Henderson  <rth@redhat.com>
20313
20314         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20315
20316 2003-01-25  Kelley Cook <kelleycook@comcast.net>
20317
20318         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20319
20320 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
20321
20322         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20323         type for bitmaps.  Use unsigned long.
20324         (nBITMAP_WORD_BITS): New macro.
20325         (BITMAP_WORD_BITS): New macro.
20326         (rest of file): Use it.
20327         * bitmap.c: Use it.
20328
20329 2003-01-25  Richard Henderson  <rth@redhat.com>
20330
20331         2002-02-19  Robert Lipe  <robertlipe@usa.net>
20332         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20333
20334 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20335
20336         * builtins.c (purge_builtin_constant_p): Scan insn stream
20337         sequentially rather than by basic block.
20338         * function.c (purge_addressof): Simplify test with INSN_P.
20339
20340 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20341
20342         * combine.c (simplify_comparison, case AND): Remove a redundant test.
20343
20344 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20345
20346         * function.h (struct function): New field calls_constant_p.
20347         (current_function_calls_constant_p): New macro for above.
20348         * function.c (prepare_function_start): Initialize calls_eh_return
20349         and calls_constant_p.
20350         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20351         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20352         when the current_function_calls_constant_p.
20353         * integrate.c (expand_inline_function): Set calls_constant_p if
20354         the function being inlined has calls_constant_p set.
20355
20356 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20357
20358         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20359         optimizing, even if flag_gcse is true.
20360         * toplev.c (rest_of_compilation): purge_builtin_constant_p
20361         only needs to be called when "optimize > 0 && flag_gcse".
20362
20363 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20364
20365         * stmt.c (emit_case_bit_tests): New routine to implement suitable
20366         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20367         (case_bit_test_cmp): New comparison function for "qsort" to order
20368         case_bit_tests by decreasing number of destination nodes.
20369         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20370         (expand_end_case_type): Use emit_case_bit_tests to implement
20371         suitable switch statments.
20372         (CASE_USE_BIT_TESTS): New target macro to disable the above.
20373         * Makefile.in (stmt.o): Add dependency on optab.h.
20374         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20375
20376 2003-01-23  Andreas Schwab  <schwab@suse.de>
20377
20378         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20379         __do_global_ctors_aux hidden global and don't put it in
20380         .init_array.
20381         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20382         instead so that it comes first.
20383
20384 2003-01-25  Jan Hubicka  <jh@suse.cz>
20385
20386         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
20387         subreg is read/modify.
20388
20389 2003-01-25  Jan Hubicka  <jh@suse.cz>
20390
20391         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20392         do libcall for large blocks.
20393         * i386.md (comi patterns): Set type to ssecomi.
20394         (sse2_unpck?pd): Fix mode of vec_select.
20395
20396         * cse.c: Include except.h
20397         (cse_set_around_loop):  Do not create new basic blocks.
20398         * Makefile.in (cse.o): Add dependnecy on except.h
20399
20400 2003-01-25  Jan Hubicka  <jh@suse.cz>
20401
20402         * builtins.c (fold_trunc_transparent_mathfn): New function.
20403         (fold_builtin): Use it.
20404         * convert.c (convert_to_real): Re-enable code to convert
20405         math functions; add support for floor familly functions.
20406
20407 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20408
20409         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
20410         dependencies on coretypes.h and $(TM_H).
20411
20412 2003-01-25  Jan Hubicka  <jh@suse.cz>
20413
20414         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
20415
20416 2003-01-24  Stuart Hastings  <stuart@apple.com>
20417
20418         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
20419
20420 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20421
20422         * config/c4x/c4x.md (UNSPEC_BU): New constants.
20423         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
20424         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
20425         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
20426         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
20427         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
20428         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
20429         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
20430
20431 2003-01-24  Jan Hubicka  <jh@suse.cz>
20432
20433         * emit-rtl.c (reg_attrs_htab): New static variable.
20434         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
20435         functions.
20436         (reg_rtx): Do not maintain regno_decl.
20437         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
20438         set_mem_attrs_from_reg): New global function.
20439         (init_emit): Do not initialize regno_decl.
20440         (init_emit_once): initialize reg_attrs_htab.
20441         * final.c (alter_subreg): Do not replace REG by SUBREG.
20442         (gen_mem_expr_from_op): Improve output.
20443         (output_asm_operands): Likewise.
20444         * function.c (assign_params): Do not set REGNO_DECL.
20445         * function.h (struct function): Kill regno_decl.
20446         (REGNO_DECL): Kill.
20447         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
20448         * print_rtl.c (print_rtx): Output REG information.
20449         * regclass.c (reg_scan_mark_refs): Update attrs.
20450         * reload1.c (alter_reg): Likewise.
20451         * simplify_rtx.c (simplify_subreg): Likewise.
20452         * stmt.c (expand_decl): Likewise.
20453         * rtl.def (REG): Add new field.
20454         * rtl.h (struct reg_attrs): New.
20455         (rtunion_def): At rtreg.
20456         (X0MEMATTR): Add checking.
20457         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
20458         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
20459         Declare.
20460         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
20461
20462 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20463
20464         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20465         (xtensa_emit_call, print_operand): Fix printf format strings
20466         to avoid compile warnings.
20467         (xtensa_function_prologue, xtensa_function_epilogue): Change type
20468         of "size" argument to HOST_WIDE_INT to fix compile warnings.
20469         * config/xtensa/xtensa-protos.h
20470         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20471
20472 2003-01-24  Jan Hubicka  <jh@suse.cz>
20473
20474         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20475         (implicit_built_in_decls): New global array.
20476         (mathfn_built_in): New global function.
20477         (fold_trunc_transparent_mathfn): New static function
20478         (expand_builtin_strstr, expand_bultin_strchr,
20479         expand_builtin_strpbrk, expand_builtin_strcpy,
20480         expand_builtin_strncpy, expand_bultin_strcmp,
20481         expand_bultin_strncat, expand_builtin_fputs): Use
20482         implicint_built_in_decls.
20483         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20484         * builtins.def: Fix comments.
20485         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20486         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20487         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20488         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20489         (DEF_C99_C90RES_BULTIN): New.
20490         (*f, *l builtins): Update.
20491         * c-common.c (DEF_BUILTIN): Initialize implicit array.
20492         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20493         * convert.c (strip_float_extensions): New global function.
20494         * tree.h (DEF_BUILTIN): Accept 10 arguments.
20495         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20496         Declare.
20497         * java/builtins.c (define_builtin): Handle implicit.
20498         (DEF_BUILTIN): Update.
20499         * tm.texi (TARGET_C99_FUNCTIONS): Document.
20500         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20501         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20502         when using glibc2.
20503
20504 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20505
20506         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20507         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
20508         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20509         * config/xtensa/crti.asm: New file.
20510         * config/xtensa/crtn.asm: New file.
20511         * config/xtensa/t-elf: New file.
20512         * config/xtensa/t-linux: New file.
20513         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20514         Move various CFLAGS settings to new t-elf file.
20515
20516 2003-01-24  Richard Henderson  <rth@redhat.com>
20517
20518         PR optimization/4382
20519         * tree-inline.c (find_builtin_longjmp_call_1): New.
20520         (find_builtin_longjmp_call): New.
20521         (inlinable_function_p): Use it.
20522
20523 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20524
20525         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20526         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20527         * config/i386/i386.c (function_arg_pass_by_reference): New.
20528         (ix86_va_arg): Support arguments passed by reference.
20529
20530 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20531
20532         * cfgloopanal.c: New file.
20533         * cfgloopmanip.c: New file.
20534         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20535         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20536         cfglayout.o): Add dependency on cfgloop.h.
20537         (cfgloop.o): Add flags.h dependency.
20538         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20539         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20540         (struct loop, struct loops, flow_loops_find, flow_loops_update,
20541         flow_loops_free, flow_loops_dump, flow_loop_dump,
20542         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20543         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20544         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20545         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20546         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20547         find_common_loop, verify_loop_structure): Declarations moved to ...
20548         * cfgloop.h: New file.
20549         * bb-reorder.c (reorder_basic_blocks): Modified.
20550         * cfglayout.c: Include cfgloop.h.
20551         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20552         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20553         (break_superblocks): New static function.
20554         (cfg_layout_finalize): Use it.
20555         (cfg_layout_split_block): New function.
20556         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20557         fields.
20558         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20559         changed.
20560         (cfg_layout_split_block): Declare.
20561         * cfgloop.c: Include cfgloop.h and flags.h.
20562         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20563         get_loop_body): Avoid signed versus unsigned comparison warnings.
20564         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20565         loop_latch_edge): Modified.
20566         (verify_loop_structure): Modified to use flags stored in loop structure;
20567         check irreducible loops.
20568         (cancel_loop, cancel_loop_tree): New functions.
20569         (estimate_probability): Use loop analysis code for predictions.
20570         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
20571         warnings.
20572         * doloop.c: Include cfgloop.h.
20573         * loop.c: Include cfgloop.h.
20574         * predict.c: Include cfgloop.h.
20575         * toplev.c: Include cfgloop.h.
20576         * unroll.c: Include cfgloop.h.
20577         * tracer.c (tracer): Modified.
20578
20579 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20580
20581         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20582
20583 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
20584
20585         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20586         * configure: Regenerate.
20587
20588         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20589         (tls_symbolic_reference_mentioned_p): Add prototype.
20590         (s390_tls_get_offset): Add prototype.
20591         (emit_pic_move): Remove prototype, replace by ...
20592         (emit_symbolic_move): .. this new prototype.
20593
20594         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20595         (tls_model_chars): New global variable.
20596         (s390_encode_section_info): Encode TLS model.
20597         Use targetm.binds_local_p to check for local symbols.
20598         (s390_strip_name_encoding): New function.
20599         (TARGET_STRIP_NAME_ENCODING): Define.
20600
20601         (get_thread_pointer): New function.
20602         (legitimize_tls_address): New function.
20603         (legitimize_address): Call it.
20604         (emit_pic_move): Remove, replace by ...
20605         (emit_symbolic_move): ... this new function.
20606
20607         (larl_operand): Handle TLS operands.
20608         (legitimate_constant_p): Likewise.
20609         (s390_decompose_address): Likewise.
20610         (s390_cannot_force_const_mem): New function.
20611         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20612
20613         (s390_output_symbolic_const): Handle TLS unspecs.
20614         (print_operand): New code 'J'.
20615         (machine_function): Add struct member 'some_ld_name'.
20616         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20617
20618         (enum s390_builtin): New type.
20619         (code_for_builtin_64, code_for_builtin_31): New global variables.
20620         (s390_init_builtins, s390_expand_builtin): New functions.
20621         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20622
20623         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20624         (ASM_OUTPUT_LABELREF): Define.
20625         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20626
20627         * config/s390/s390.md: Define TLS UNSPEC constants.
20628         ("movdi", "movsi"): Handle TLS operands.
20629         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20630         ("*tls_load_64", "*tls_load_31"): New insns.
20631         ("call_value_tls", "call_value_tls_exp"): New expanders.
20632         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20633         "bas_tls_64", "bas_tls_31"): New insns.
20634
20635 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20636
20637         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20638         spe ABI is configured, if requested.
20639
20640 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20641
20642         * doc/passes.texi: Fix typo.
20643
20644 2003-01-24  Andreas Schwab  <schwab@suse.de>
20645
20646         * stor-layout.c (excess_unit_span): Only define if used.
20647
20648 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
20649
20650         * gcc/doc/invoke.texi (Optimization Options): List -O levels
20651         for each optimization flag.
20652
20653 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20654
20655         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20656
20657 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20658
20659         * doc/bugreport.texi: Use @command instead of @code for commands.
20660         * doc/collect2.texi: Likewise.
20661         * doc/headerdirs.texi: Likewise.
20662         * doc/invoke.texi: Likewise.
20663         * doc/standards.texi: Likewise.
20664         * doc/tm.texi: Likewise.
20665         * doc/trouble.texi: Likewise.
20666
20667 2003-01-24  Nick Clifton  <nickc@redhat.com>
20668
20669         * config/arm/arm.c (use_return_insn): Do not use a single return
20670         instruction for interrupt handelrs which have to create a stack
20671         frame.
20672         (arm_expand_prologue): Do not pre-bias the return address of
20673         interrupt handlers which create a stack frame.
20674
20675 2003-01-24  Nick Clifton  <nickc@redhat.com>
20676
20677         * Add sh2e support:
20678
20679         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
20680
20681                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20682                 med_cbranches.  Fix logic in short_cbranches.
20683
20684         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
20685
20686                 * config/sh/sh.md (delay for cbranch): Don't annul delay
20687                 slots on SH2e.
20688                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20689                 cbranch with unfilled delay slot on SH2e.
20690                 (output_branch): Fill with a nop the delay slot of a
20691                 branch that required a delay slot but didn't get one.
20692
20693         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
20694
20695                 * doc/invoke.texi (SH options): Document -m2e.
20696                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20697                 * config/sh/lib1funcs.asm: Likewise.
20698                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20699                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20700                 not __sh1__.
20701                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20702                 SH2E up.
20703                 (SH3E_BIT): Renamed to...
20704                 (SH_E_BIT): ... this.  Replace all uses.
20705                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20706                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20707                 (TARGET_SWITCHES): Added 2e.
20708                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20709                 (processor_type): Added PROCESSOR_SH2E.
20710                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20711                 TARGET_SH2E, except in sqrtsf2_i.
20712                 (attribute cpu): Added sh2e.
20713                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20714                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20715                 * config.gcc: Add sh2e target support.
20716
20717 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
20718
20719         Rename -W to -Wextra.
20720         * c-decl.c:  Update comments.
20721         * c-typeck.c:  Likewise.
20722         * flags.h:  Likewise.
20723         * function.c:  Likewise.
20724         * stmt.c:  Likewise.
20725         * toplev.c:  Update comments.
20726         (W_options):  Add 'extra'.
20727         (display_help):  Remove '-W'.
20728         (decode_W_option):  Special warn_uninitialized treatment in the case
20729         of -Wextra.
20730         * doc/invoke.texi:  Update with new entries.
20731
20732 2003-01-23  Richard Henderson  <rth@redhat.com>
20733
20734         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20735         in no-else-block case.  Add commentary.
20736
20737 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20738
20739         * configure.in: Revert last change.
20740
20741 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20742
20743         * configure.in: Don't include ansidecl.h in tconfig.h.
20744         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20745         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20746         ATTRIBUTE_UNUSED.
20747
20748         * configure: Regenerate.
20749
20750 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20751
20752         PR java/6748
20753         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20754         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20755         kernels.
20756
20757 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20758
20759         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20760
20761 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
20762
20763         * genattrtab.c (write_attr_get): Mark 'insn' paramter
20764         as ATTRIBUTE_UNUSED.
20765
20766 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
20767
20768         * arm.c (thumb_base_register_rtx_p): New function.
20769         (thumb_index_register_rtx_p): New function.
20770         (thumb_legitimate_address_p): New function.
20771         (thumb_legitimate_offset_p): New function.
20772         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20773         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20774         definitions.
20775         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20776         (THUMB_LEGITIMATE_OFFSET): Delte.
20777         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20778         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20779         (thumb_legitimate_offset_p): Likewise.
20780
20781 2003-01-23  Andreas Schwab  <schwab@suse.de>
20782
20783         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20784
20785 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20786
20787         * fixinc/Makefile.in (FL_LIST): Revert last change.
20788
20789 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20790
20791         PR other/7341
20792         * invoke.texi (ftest-coverage): Fix broken cross-reference.
20793         Change @code to @command for gcov command.
20794
20795         * gcc.texi: Adjust title of gcov section.
20796         Adjust copyright.
20797         * gcov.texi: Likewise.
20798
20799 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20800
20801         PR optimization/8423
20802         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20803         its argument is constant, or 0 if !flag_gcse.
20804         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20805         if it's argument is constant.
20806         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20807         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20808         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20809         * builtins.c (purge_builtin_constant_p): New function to force
20810         instantiation of any remaining CONSTANT_P_RTX nodes.
20811         * rtl.h (purge_builtin_constant_p): Prototype here.
20812         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20813         pass after GCSE and before loop.
20814         (flag_gcse): No longer static.
20815         * flags.h (flag_gcse): Prototype here.
20816
20817 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20818
20819         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20820         introduced by last change.
20821
20822 2003-01-22  Andreas Schwab  <schwab@suse.de>
20823
20824         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20825
20826 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
20827
20828         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20829         request a scratch reg on H8S when the shift count is 8.
20830
20831 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20832
20833         * config/s390/s390-protos.h (preferred_la_operand_p):
20834         Remove second parameter.
20835         * config/s390/s390.c (preferred_la_operand_p): Likewise.
20836         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20837         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20838         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20839         Add peepholes to transform ADD to LOAD ADDRESS.
20840
20841 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
20842
20843         * arm.c (arm_address_register_rtx_p): New function.
20844         (arm_legitimate_address_p): New function.
20845         (arm_legitimate_index_p): New function.
20846         (legitimize_pic_address): Use arm_legitimate_index_p.
20847         * arm-protos.h (arm_legtimate_address_p): Add prototype.
20848         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20849         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20850
20851 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
20852
20853         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20854         * config/s390/2064.md (define_bypass): Correct 'Load' and
20855         'Load-address' bypass values.
20856
20857 2003-01-22  Andreas Schwab  <schwab@suse.de>
20858
20859         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20860
20861 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20862
20863         * genautomata.c (output_internal_insn_latency_func,
20864         output_print_reservation_func): Short circuit when there is no
20865         automaton to generate code for.
20866
20867 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20868
20869         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20870         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20871
20872 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
20873
20874         * config/rs6000/rs6000.md: Remove warning.
20875         (builtin_setjmp_receiver): Likewise.
20876         * config/darwin.c (update_stubs): Slightly improve terrible hack
20877         with identifiers.  Add comment pointing out problems with it.
20878         (update_non_lazy_ptrs): Likewise.
20879
20880 2003-01-21  Richard Henderson  <rth@redhat.com>
20881
20882         * dwarf2out.c (lookup_filename): Fix printf format warning.
20883         * system.h (fread_unlocked, fwrite_unlocked): Undef.
20884
20885         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20886         (fixincl.o-warn, gnu-regex.o-warn): New.
20887         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20888         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20889         * fixinc/fixincl.c (process): Fix printf format warning.
20890
20891 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20892
20893         * dwarf2out (output_file_names): Don't crash if called
20894         with empty file_table.
20895
20896 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20897
20898         * genautomata.c (output_internal_insn_latency_func): Add
20899         missing break statement to generated code.
20900
20901 2003-01-21  Roger Sayle  <roger@eyesopen.com>
20902
20903         * stmt.c (same_case_target_p): New function to determine whether
20904         two case labels branch to the same target.  Split out from...
20905         (group_case_nodes): ... here.  Use same_case_target_p instead.
20906         (strip_default_case_nodes): Remove explicit case nodes
20907         that branch to the default destination.
20908         (expand_end_case_type): Call strip_default_case_nodes after
20909         group_case_nodes, to simplify the case-list before we count it.
20910         Only generate table_label RTX when actually needed.  Try to share
20911         thiscase->exit_label and thiscase->data.case_stmt.default_label
20912         when a switch has no explicit default case.  Simplify test for
20913         constant index.
20914
20915 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20916
20917         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20918         \t.
20919         (*negsf2_h8300hs): Likewise.
20920         (*addsi3_lshiftrt_16_zexthi): Likewise.
20921         (*iorhi3_lshiftrt_8): Likewise.
20922
20923 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20924
20925         * dwarf2out.c (fde_table_in_use): Mark GTY.
20926         (dwarf2out_cfi_label_num): New variable, marked GTY.
20927         (dwarf2out_cfi_label): Use it instead of static label_num.
20928         * emit-rtl.c (label_num): Mark GTY.
20929
20930 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20931
20932         * config/h8300/h8300.c (output_plussi): Support H8/300.
20933         (compute_plussi_length): Likewise.
20934         (compute_plussi_cc): Likewise.
20935         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20936         output assembly instructions.
20937
20938 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20939
20940         * calls.c (fix_unsafe_tree): Prototype.
20941
20942         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20943         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20944         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20945         c-parse.o-warn): Add -Wno-error.
20946         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20947
20948         * configure.in (--enable-werror): Add new flag.
20949         * doc/install.texi (--enable-werror): Document.
20950         * configure: Regenerate.
20951
20952         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20953
20954 2003-01-21  Andreas Schwab  <schwab@suse.de>
20955
20956         * genautomata.c (output_internal_insn_latency_func): Fix missing
20957         close paren in output.
20958
20959 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20960
20961         * genautomata.c: Space savings in generated code:
20962         (output_dfa_insn_code_func): Split out the table-enlargement
20963         path to an out-of-line static function, dfa_insn_code_enlarge.
20964         (output_internal_insn_latency_func): Use a lookup table for the
20965         default latencies.
20966         (output_print_reservation_func): Use a lookup table for the
20967         strings.
20968
20969 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
20970
20971         PR opt/7507
20972         * calls.c (fix_unsafe_tree): Split out from ...
20973         (expand_call): ... here.  Use it on the function address too.
20974
20975 2003-01-20  Richard Henderson  <rth@redhat.com>
20976
20977         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20978
20979 2003-01-20  Richard Henderson  <rth@redhat.com>
20980
20981         PR opt/7154
20982         * stmt.c (expand_asm_operands): Validize memory operands.
20983
20984 2003-01-20  Richard Henderson  <rth@redhat.com>
20985
20986         PR opt/8848
20987         * ifcvt.c (noce_process_if_block): Correct arguments to
20988         modified_between_p for no-else-block case.
20989
20990 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20991
20992         * config/h8300/h8300.c (const_costs): Remove a warning.
20993         (output_plussi): Likewise.
20994         (compute_plussi_length): Likewise.
20995         (compute_plussi_cc): Likewise.
20996
20997 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20998
20999         * config/h8300/h8300.md (addsi_h8300): Remove the last
21000         alternative.
21001
21002 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21003
21004         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21005
21006 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21007
21008         * system.h (__NO_STRING_INLINES): Define.
21009
21010 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21011
21012         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21013         is not a scalar int mode.
21014
21015 2003-01-20  Roger Sayle  <roger@eyesopen.com>
21016
21017         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21018         insn's notes following a substitution inside a libcall.
21019
21020 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
21021
21022         * configure.in: Check for system-provided 'uchar' type.
21023         * configure, config.in: Regenerate.
21024         * cpphash.h: Only typedef 'uchar' if the system doesn't.
21025
21026 2003-01-20  Richard Henderson  <rth@redhat.com>
21027
21028         * expr.h (MUST_PASS_IN_STACK): Move implementation...
21029         * calls.c (default_must_pass_in_stack): ... here.
21030
21031 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
21032
21033         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21034
21035         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21036
21037         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21038         Wrap up definition of `insn_alts'.
21039
21040         * genattrtab.c (main): Wrap up `insn_alts'.
21041
21042 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21043
21044         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21045         prototyping.
21046         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21047
21048         * config.in, configure: Regenerate.
21049
21050 2003-01-20  Nick Clifton  <nickc@redhat.com>
21051
21052         * config/arm/arm.md (sibcall_epilogue): Add an
21053         UNSPEC_PROLOGUE_USE to prevent the link register from being
21054         considered dead.
21055
21056 2003-01-20  Jan Hubicka  <jh@suse.cz>
21057
21058         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
21059
21060 2003-01-20  Andreas Schwab  <schwab@suse.de>
21061
21062         * system.h: Don't declare strsignal if the decl test hasn't been
21063         run yet.
21064
21065 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21066
21067         * config/h8300/h8300.c (notice_update_cc): Don't assume that
21068         recog_data.operands[0] is always associated with cc0.
21069
21070 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
21071
21072         * collect2.c (ldgetname): Expand declaration to prototype.
21073         * read-rtl.c (atoll): Add prototype.
21074         * system.h (strsignal): Also declare if no declaration found.
21075
21076 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
21077
21078         * config.gcc (mips64*-*-linux*): Added.
21079         * config/mips/linux64.h, config/mips/t-linux64: New file.
21080         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21081         * config/mips/mips.c (override_options): Use it.
21082         * config/mips/mips.h (TARGET_SWITCHES): Added...
21083         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21084         * Makefile.in (SPECS): New.
21085         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21086         * gcc.c (process_command): Move self-spec processing past spec
21087         file loading.
21088         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21089         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21090         CRTSTUFF_T_CFLAGS.
21091         (SPECS): Document.
21092         * doc/invoke.texi (-mabi-fake-default): Document.
21093
21094 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
21095
21096         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21097         z_reg, z_reg_qi): Declare static and GTY().
21098         (da_reg): Remove.
21099         (create_regs_rtx): Don't create da_reg.
21100         ("gt-m68hc11.h"): Include for GTY roots.
21101         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21102         and GTY() here.
21103         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21104         (m68hc11_soft_tmp_reg): Likewise.
21105         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21106
21107 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
21108
21109         * basic-block.h: Fix comment formatting.
21110         * calls.c: Likewise.
21111         * combine.c: Likewise.
21112         * convert.c: Likewise.
21113         * gcov.c: Likewise.
21114         * haifa-sched.c: Likewise.
21115         * libgcc2.c: Likewise.
21116         * loop.c: Likewise.
21117         * profile.c: Likewise.
21118         * system.h: Likewise.
21119
21120 2003-01-18  Roger Sayle  <roger@eyesopen.com>
21121
21122         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21123
21124 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21125
21126         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21127
21128 2003-01-17  Dale Johannesen  <dalej@apple.com>
21129
21130         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
21131           (*floatunssidf2_internal):  Ditto.
21132
21133 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21134
21135         * alias.c: Fix comment typos.
21136         * basic-block.h: Likewise.
21137         * c-common.c: Likewise.
21138         * c-common.h: Likewise.
21139         * c-decl.c: Likewise.
21140         * c-opts.c: Likewise.
21141         * c-pragma.c: Likewise.
21142         * c-pretty-print.h: Likewise.
21143         * cfg.c: Likewise.
21144         * cfganal.c: Likewise.
21145         * cfgbuild.c: Likewise.
21146         * cfgcleanup.c: Likewise.
21147         * cfglayout.c: Likewise.
21148         * cfgrtl.c: Likewise.
21149         * convert.c: Likewise.
21150         * cpphash.h: Likewise.
21151         * cpplex.c: Likewise.
21152         * cpplib.h: Likewise.
21153         * df.h: Likewise.
21154         * diagnostic.c: Likewise.
21155         * diagnostic.h: Likewise.
21156         * dwarf2.h: Likewise.
21157
21158 2003-01-17  Stan Shebs  <shebs@apple.com>
21159
21160         * config/darwin-protos.h: Forward-declare struct cpp_reader.
21161
21162 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
21163
21164         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21165         mistake in last checkin.
21166
21167 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21168
21169         * et-forest.c: Fix comment typos.
21170         * et-forest.h: Likewise.
21171         * except.c: Likewise.
21172         * expr.c: Likewise.
21173         * flags.h: Likewise.
21174         * flow.c: Likewise.
21175         * gcc.c: Likewise.
21176         * gcse.c: Likewise.
21177         * genattrtab.c: Likewise.
21178         * genautomata.c: Likewise.
21179         * gengtype.c: Likewise.
21180         * genrecog.c: Likewise.
21181         * global.c: Likewise.
21182         * gthr-rtems.h: Likewise.
21183
21184 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21185
21186         * i386.c (x86_function_profiler): Fix format specifier.
21187
21188 2003-01-17  Richard Henderson  <rth@redhat.com>
21189
21190         * gengtype.c (walk_type): Allow paramN_is.
21191
21192 2003-01-17  Nick Clifton  <nickc@redhat.com>
21193
21194         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21195
21196 2003-01-16  Richard Henderson  <rth@redhat.com>
21197
21198         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21199
21200 2003-01-16  Richard Henderson  <rth@redhat.com>
21201
21202         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21203         (alpha_next_sequence_number): Likewise.
21204         (alpha_this_literal_sequence_number): Likewise.
21205         (alpha_this_gpdisp_sequence_number): Likewise.
21206         (struct alpha_funcs, alpha_funcs_num): Likewise.
21207         (struct alpha_links): Fix branch merge error.
21208         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21209
21210 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
21211
21212         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
21213         R. Ghazi.
21214
21215 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
21216
21217         * ifcvt.c: Fix comment typos.
21218         * lcm.c: Likewise.
21219         * libgcc2.c: Likewise.
21220         * local-alloc.c: Likewise.
21221         * loop.c: Likewise.
21222         * predict.c: Likewise.
21223         * ra-build.c: Likewise.
21224         * ra.c: Likewise.
21225         * ra-colorize.c: Likewise.
21226         * ra.h: Likewise.
21227         * ra-rewrite.c: Likewise.
21228         * regmove.c: Likewise.
21229         * reload.h: Likewise.
21230         * rtlanal.c: Likewise.
21231         * toplev.c: Likewise.
21232         * tree.h: Likewise.
21233         * unwind-dw2-fde-glibc.c: Likewise.
21234         * vmsdbgout.c: Likewise.
21235
21236 2003-01-16  Richard Henderson  <rth@redhat.com>
21237
21238         * dwarf2out.c (struct file_table): Remove.
21239         (FILE_TABLE_INCREMENT): Remove.
21240         (file_table): Make a varray; mark for GC.  Update all users.
21241         (file_table_last_lookup_index): Extract from struct file_table.
21242         (output_file_names): Fix unsigned compare warnings.
21243         (add_name_attribute): Remove inline marker.
21244         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21245         (lookup_filename): Don't manage size of file_table.
21246         (init_file_table): Allocate file_table with GC.
21247         (dwarf2out_init): Don't record main_input_filename here.
21248         (dwarf2out_finish): Do it here instead.
21249
21250 2003-01-16  Bruce Korb  <bkorb@gnu.org>
21251
21252         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21253
21254 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
21255
21256         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21257         instead of rotldi3_mextr.
21258
21259 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
21260
21261         * haifa-sched.c (move_insn): Restore moving all schedule group.
21262         (set_priorities): Restore taking SCHED_GROUP_P into account.
21263
21264         * sched-deps.c (add_dependence): Restore processing the last group
21265         insn.
21266         (remove_dependence, group_leader): Restore the functions.
21267         (set_sched_group_p): Restore adding dependencies from previous insn
21268         in the group.
21269         (compute_forward_dependences): Restore usage of group_leader.
21270
21271         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21272         account.
21273
21274         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21275         account.
21276         (can_schedule_ready_p): Ditto.
21277         (add_branch_dependences): Restore skipping over the group insns.
21278
21279 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21280
21281         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21282         68HC12 pre/post inc/dec side effects.
21283
21284 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21285
21286         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21287
21288 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
21289
21290         * sh.md (mshflo_w_x): Fix description of operation.
21291
21292 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
21293
21294         * config/rs6000/rs6000.h: Mention Altivec registers in
21295         commentary.  Fix typo.
21296
21297 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
21298
21299         * config/rs6000/rs6000.md (movti_string): Remove clobber.
21300         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21301         generate PARALLEL with clobber for TARGET_POWER.
21302
21303 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21304
21305         * ra-colorize.c (colorize_one_web): Initialize variable.
21306         * regmove.c (fixup_match_1): Likewise.
21307         * reload1.c (reload_as_needed): Likewise.
21308         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21309
21310 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21311
21312         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21313
21314 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21315
21316         * dbxout.c (lastfile, cwd): Fix `unused' warning.
21317         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21318         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21319         is_main_source, file_table, decl_die_table_in_use,
21320         abbrev_die_table_in_use, line_info_table_in_use,
21321         separate_line_info_table_in_use, pubname_table_in_use,
21322         arange_table_in_use, ranges_table_in_use,
21323         current_function_has_inlines): Likewise.
21324         * flow.c (life_analysis): Likewise.
21325         * genemit.c (gen_insn): Likewise.
21326         * protoize.c (cplus_suffix): Likewise.
21327
21328         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21329         * arm.h (ROUND_UP_WORD): Likewise.
21330
21331         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21332         warning.
21333         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21334         init_emit_once): Likewise.
21335         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21336         Likewise.
21337         * function.c (assign_stack_temp_for_type): Likewise.
21338         * loop.c (loop_invariant_p): Likewise.
21339         * recog.c (push_operand): Likewise.
21340         * regclass.c (init_reg_sets_1): Likewise.
21341         * reload.c (update_auto_inc_notes): Likewise.
21342         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21343         * stmt.c (expand_asm_operands): Likewise.
21344         * stor-layout.c (start_record_layout): Likewise.
21345
21346 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21347
21348         * config/c4x/c4x.md (epilogue): Correct last patch.
21349
21350 2003-01-15  Richard Henderson  <rth@redhat.com>
21351
21352         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21353         also check that GP is being used.
21354         (alpha_find_lo_sum_using_gp): New.
21355         (alpha_does_function_need_gp): Use get_attr_usegp.
21356         * config/alpha/alpha-protos.h: Update.
21357         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
21358         as needed.
21359
21360 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21361
21362         * gcse.c (one_cprop_pass): Change function arguments to take both
21363         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21364         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21365         (bypass_jumps): New function to perform separate jump bypassing pass.
21366         * rtl.h (bypass_jumps): Add function prototype.
21367         * timevar.def (TV_BYPASS): New timing variable.
21368         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21369         (dump_file): New entry for the bypass RTL dump file.
21370         (rest_of_compilation): Insert new jump bypassing optimization
21371         pass after loop.
21372         * doc/passes.texi: Document new pass.
21373
21374 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21375
21376         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21377         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21378         * pa.h (TARGET_SOM_SDEF): Define.
21379         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21380
21381 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21382
21383         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21384         allocate 4-bytes of locals on 68HC11.
21385         (expand_epilogue): Likewise.
21386         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21387
21388 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21389
21390         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21391         and -mshort-double to the assembler to specify the ABI.
21392         (LINK_SPEC): Likewise.
21393         (CPP_SPEC): Pass HCS12 specific define.
21394         (MASK_M68S12): New define.
21395         (TARGET_M68S12): Likewise.
21396         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21397         (TARGET_VERSION): Update.
21398         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21399         (LINK_SPEC): Update.
21400         (ASM_SPEC): Update.
21401         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21402         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
21403
21404 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21405
21406         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
21407         the return code.
21408
21409 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21410
21411         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
21412         flag before setting it.
21413
21414 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21415
21416         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
21417         when loop condition is known true, i.e.  "while (1) { ... }".
21418         (genrtl_for_stmt): Similarly for "for" statements.
21419
21420 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21421
21422         * real.c (real_sqrt): Return a bool result indicating whether
21423         a floating point exception or trap should be raised.
21424         * real.h (real_sqrt): Update function prototype.
21425         * builtins.c (fold_builtin): Only fold non-trapping square
21426         roots unless we're ignoring errno and trapping math.
21427
21428 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
21429
21430         * expr.h (emit_conditional_add): Add PARAMS to declaration.
21431         * gengtype-lex.l (malloc, realloc): Move defines after include of
21432         system.h.  Remove duplicate include of system.h.
21433
21434 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21435
21436         PR middle-end/9009
21437         * optabs.c (expand_unop):  When manipulating the FP sign bit
21438         using integer operations, account for targets with different
21439         integer and FP word orders.
21440         (expand_abs): Likewise.
21441
21442 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
21443
21444         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
21445         file extension in section name.
21446
21447 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21448
21449         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
21450         constant offset.
21451
21452 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21453
21454         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
21455         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
21456         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
21457         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
21458
21459 2003-01-15  Jan Hubicka  <jh@suse.cz>
21460
21461         PR f/9258
21462         * global.c (struct allocno): Add no_stack_reg.
21463         (global_conflicts): Set no_stack_reg.
21464         (find_reg): Use it.
21465
21466         * convert.c (convert_to_real): Fold - and abs only when profitable.
21467         * fold-const.c (fold): Fold truncates in - and abs.
21468
21469 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21470
21471         Segher Boessenkool  <segher@koffie.nl>
21472
21473         * predict.c (real_inv_br_prob_base): New variable.
21474         (propagate_freq): Use multiply by reciprocal instead of
21475         division.  Don't divide by 1.0 at all.
21476         (estimate_bb_frequencies): Similar.
21477
21478 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21479
21480         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21481         * configure: Rebuilt.
21482
21483 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
21484
21485         * config/s390/s390.c (s390_safe_attr_type): New function.
21486         (s390_use_dfa_pipeline_interface): New function, return true for z900.
21487         (s390_issue_rate): New function.
21488         (s390_agen_dep_p): New function.
21489         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21490         (s390_adjust_cost): Return 'cost' if new DFA is used.
21491         (s390_adjust_priority): Delete function.
21492         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21493         * config/s390/s390.md (atype attribute): Attribute 'atype' default
21494         determined by 'op_type'.
21495         (type attribute): Added more type attributes.
21496         * config/s390/2064.md: New DFA description for z900 pipeline.
21497
21498 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21499
21500         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21501         forced to memory.  Fixes PR bootstrap/9036.
21502
21503         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21504         to set $gp before the call.
21505
21506 2003-01-14  Richard Henderson  <rth@redhat.com>
21507
21508         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21509         for force_const_mem.
21510
21511 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21512
21513         * genattr.c (main): Rearrange output to avoid prototype warning.
21514         * genautomata.c (transform_3): Fix ambiguous-else warning.
21515         * local-alloc.c (requires_inout): Add parentheses around
21516         assignment used as truth-value.
21517         * timevar.c: Move system includes above local includes.  Include
21518         toplev.h
21519         * Makefile.in (timevar.o): Depend on toplev.h.
21520
21521 2003-01-14  Denis Chertykov  <denisc@overta.ru>
21522
21523         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21524         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21525
21526         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21527         attributes.
21528         (TARGET_ATTRIBUTE_TABLE): New macro.
21529         (valid_machine_type_attribute): Remove.
21530         (valid_machine_decl_attribute): Remove.
21531         (ip2k_handle_progmem_attribute): New function.
21532         (ip2k_handle_fndecl_attribute): New function.
21533
21534 2003-01-10  Andrew Haley  <aph@redhat.com>
21535
21536         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21537         registers to be in correct order.  Add rip.
21538
21539 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
21540
21541         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21542         (*iorsi3_and_lshiftrt_9_sb): Likewise.
21543
21544 2003-01-14  Jan Hubicka  <jh@suse.cz>
21545
21546         * convert.c (strip_float_extensions):  Look for narrowest type handling
21547         FP constants.
21548
21549         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
21550         float1 CMP float2.
21551         * convert.c (strip_float_extensions): Make global.
21552         * tree.h (strip_float_extensions): Declare.
21553
21554 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21555
21556         * timevar.def: define TV_NAME_LOOKUP.
21557         * timevar.c (timevar_pop): Be verbose when aborting.
21558
21559 2003-01-13  Andreas Schwab  <schwab@suse.de>
21560
21561         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21562         $(parsedir), just move the temporary file at the end.
21563         ($(parsedir)/gengtype-yacc.c): Likewise.
21564
21565 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
21566
21567         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21568         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
21569         splitting.
21570         * configure: Rebuilt.
21571
21572 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21573
21574         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21575         internal_mcount): Don't use PARAMS.
21576         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21577         ISO C style.
21578         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21579
21580 2003-01-13  Andreas Schwab  <schwab@suse.de>
21581
21582         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21583         directive.
21584
21585 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
21586
21587         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21588         (*iorsi3_and_lshiftrt_n_sb): Likewise.
21589
21590 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
21591
21592         PR c++/9264
21593         * c-lex.c (c_lex): Set the token value to error_mark_node for
21594         invalid numeric constants.
21595
21596 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21597
21598         * c-pch.c (asm_file_startpos): Change to `long'.
21599         (pch_init): Use ftell, not ftello.
21600         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21601         Use `long' instead of `off_t'.
21602         (c_common_read_pch): Likewise.
21603         * ggc-common.c (gt_pch_save): Use long/ftell instead of
21604         off_t/ftello.
21605
21606 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
21607
21608         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21609
21610 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
21611
21612         * arm-protos.h (struct cpp_reader): Add declaration.
21613
21614 2003-01-11  Jan Hubicka  <jh@suse.cz>
21615
21616         PR target/9068
21617         * i386.c (output_fp_compare): Fix typo.
21618
21619 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
21620
21621         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21622
21623 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21624
21625         * Makefile.in (parsedir): New variable.
21626         (docobjdir): New variable.
21627         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21628         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21629         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21630         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21631         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21632         Use docobjdir.
21633         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21634         objc.maintainer-clean): Use parsedir.
21635
21636         * varasm.c (struct constant_descriptor_rtx): Remove unused
21637         `label' field.
21638
21639         * toplev.c (documented_lang_options): Document -Winvalid-pch.
21640
21641 2003-01-10  Richard Henderson  <rth@redhat.com>
21642
21643         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21644         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21645
21646 2003-01-10  Richard Henderson  <rth@redhat.com>
21647
21648         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21649         not INTEGRAL_MODE_P when widening extensions.
21650
21651 2003-01-10  Richard Henderson  <rth@redhat.com>
21652
21653         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21654
21655 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21656
21657         * ggc-page.c (ggc_collect): Avoid overflow computing
21658         min_expand.
21659
21660         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21661         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
21662         Remove calls.
21663         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21664
21665 2003-01-10  Jan Hubicka  <jh@suse.cz>
21666
21667         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21668         with weird operands.
21669
21670 2003-01-10  Dale Johannesen <dalej@apple.com>
21671
21672         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
21673         parameters.  Call check_sibcall_argument_overlap if indicated.
21674         (check_sibcall_argument_overlap):  Add mark_stored_args_map
21675         parameter.  Don't mark parameter area as clobbered if not set.
21676         (expand_call):  Adjust calls to above.
21677
21678 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21679
21680         * configure.in (linker read-only and read-write section mixing):
21681         Squelch some assembler warnings.
21682         * configure: Likewise.
21683
21684 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
21685
21686         * doc/invoke.texi: Document -mtune, delete -mcpu
21687         option for S/390 and zSeries.
21688         * config/s390/s390.c (s390_tune_string) New variable.
21689         (s390_cpu_string) Delete variable.
21690         (override_options): Use s390_tune_string instead of
21691         s390_cpu_string.
21692         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21693
21694 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
21695
21696         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21697
21698 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
21699
21700         * jump.c (next_nonnote_insn_in_loop): New function.
21701         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21702         next_nonnote_insn.
21703         (duplicate_loop_exit_test). Likewise.
21704
21705 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21706
21707         Merge from pch-branch:
21708
21709         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
21710
21711         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21712         load.
21713
21714         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
21715
21716         * cpplib.c (count_registered_pragmas): New function.
21717         (save_registered_pragmas): New function.
21718         (_cpp_save_pragma_names): New function.
21719         (restore_registered_pragmas): New function.
21720         (_cpp_restore_pragma_names): New function.
21721         * cpphash.h (_cpp_save_pragma_names): Prototype.
21722         (_cpp_restore_pragma_names): Likewise.
21723         * cpppch.c (struct save_macro_item): Split from save_macro_data.
21724         (struct save_macro_data): New field 'saved_pragmas'.
21725         (save_macros): Update for changes to struct save_macro_data.
21726         (cpp_prepare_state): Call _cpp_save_pragma_names, update
21727         for changes to struct save_macro_data.
21728         (cpp_read_state): Call _cpp_restore_pragma_names, update
21729         for changes to struct save_macro_data.
21730
21731         * cpppch.c (cpp_read_state): Restore the hashtable references
21732         in the cpp_reader.
21733
21734         * tree.h (built_in_decls): Mark for PCH.
21735
21736         * dbxout.c (lastfile): Don't mark for PCH.
21737
21738         * ggc.h: Document PCH calls into memory managers.
21739
21740         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
21741
21742         * doc/invoke.texi (Precompiled Headers): Document the
21743         directory form of PCH.
21744         * cppfiles.c (validate_pch): New function.
21745         (open_file_pch): Search suitably-named directories for PCH files.
21746
21747         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
21748
21749         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21750         reorder options.
21751         (Type Information): Mention that the information is also
21752         used to implement PCH.
21753         * doc/passes.texi (Passes): Improve documentation of
21754         language-specific files.
21755
21756         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
21757
21758         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21759         (struct walk_type_data): Add reorder_fn field.
21760         (walk_type): Process 'reorder' option.
21761         (write_types_process_field): Reorder parameters to gt_pch_note_object,
21762         call reorder_note_routine.
21763         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21764         (ggc_wtd): Update for change to struct write_types_data.
21765         (pch_wtd): Likewise.
21766         * ggc.h (gt_pch_note_object): Reorder parameters.
21767         (gt_handle_reorder): New definition.
21768         (gt_pch_note_reorder): New prototype.
21769         * ggc-common.c (struct ptr_data): Add reorder_fn.
21770         (gt_pch_note_object): Reorder parameters.
21771         (gt_pch_note_reorder): New.
21772         (gt_pch_save): Call reorder_fn.
21773         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21774
21775         * dbxout.c (cwd): Don't mark for PCH.
21776
21777         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
21778
21779         * gengtype.c (finish_root_table): Fix some warnings.
21780         (write_root): Handle TYPE_STRING.
21781         * ggc.h (gt_ggc_m_S): Add prototype.
21782         * stringpool.c (gt_ggc_m_S): New function.
21783
21784         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
21785
21786         * dwarf2out.c (dw2_string_counter): New.
21787         (AT_string_form): Use it.
21788         (same_dw_val_p): Update for removal of hashtable.h hash tables.
21789
21790         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
21791
21792         * dbxout.c: Include gt-dbxout.h.
21793         (lastfile): Mark for PCH/GGC.
21794         (cwd): Likewise.
21795         (struct typeinfo): Likewise.
21796         (typevec): Likewise.
21797         (typevec_len): Likewise.
21798         (next_type_number): Likewise.
21799         (struct dbx_file): Likewise.
21800         (current_file): Likewise.
21801         (next_file_number): Likewise.
21802         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21803         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21804         (dbxout_end_source_file): Don't free struct dbx_file.
21805         (dbxout_type): Use GGC to allocate typevec.
21806         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21807         (GTFILES): Add dbxout.c.
21808         (gt-dbxout.h): New rule.
21809
21810         * Makefile.in (c-pch.o): Add debug.h as dependency.
21811         * c-pch.c: Include debug.h.
21812         (pch_init): Call start_source_file to keep nesting right.
21813         (c_common_read_pch): Add orig_name parameter.  Call
21814         start_source_file debug hook.  Call end_source_file debug hook.
21815         * c-common.h (c_common_read_pch): Update prototype.
21816         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21817         callback.
21818         * cppfiles.c (struct include_file): Add new field `header_name'.
21819         (find_or_create_entry): Default it to `name'.
21820         (open_file_pch): Set it to the original header file searched for.
21821         (stack_include_file): Don't stack an empty buffer, just handle
21822         PCH files immediately.  Pass header_name field to read_pch callback.
21823
21824         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
21825
21826         * function.c (funcdef_no): Mark to be saved in a PCH.
21827
21828         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
21829
21830         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21831
21832         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21833
21834         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
21835
21836         * optabs.h (code_to_optab): Add GTY marker.
21837
21838         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
21839
21840         * Makefile.in (GTFILES): Add cpplib.h.
21841         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21842         * c-decl.c (build_compound_literal): Don't use var_labelno.
21843         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21844         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21845         * varasm.c (const_labelno): Use gengtype to mark.
21846         (var_labelno): Likewise.
21847         (in_section): Likewise.
21848         (in_named_name): Likewise.
21849         (struct in_named_entry): Likewise.
21850         (in_named_htab): Likewise.
21851         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21852         (init_varasm_once): Use GGC to allocate in_named_htab.
21853         * config/darwin.c (current_pic_label_num): Mark for PCH.
21854
21855         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
21856
21857         * ggc-simple.c (init_ggc_pch): New stub procedure.
21858         (ggc_pch_count_object): Likewise.
21859         (ggc_pch_total_size): Likewise.
21860         (ggc_pch_this_base): Likewise.
21861         (ggc_pch_alloc_object): Likewise.
21862         (ggc_pch_prepare_write): Likewise.
21863         (ggc_pch_write_object): Likewise
21864         (ggc_pch_finish): Likewise.
21865         (ggc_pch_read): Likewise.
21866
21867         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
21868
21869         * c-pch.c (c_common_write_pch): Write the macro definitions after
21870         the GCed data.
21871         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
21872         definitions after the GCed data.
21873         * cpplib.c (save_macros): New.
21874         (reset_ht): New.
21875         (cpp_write_pch_deps): Split out of cpp_write_pch.
21876         (cpp_write_pch_state): Split out of cpp_write_pch.
21877         (cpp_write_pch): Delete.
21878         (struct save_macro_data): Delete.
21879         (cpp_prepare_state): New.
21880         (cpp_read_state): Erase and restore initial macro definitions.
21881         * cpplib.h (struct save_macro_data): Forward-declare.
21882         (cpp_write_pch_deps): Prototype.
21883         (cpp_write_pch_state): Prototype.
21884         (cpp_write_pch): Delete prototype.
21885         (cpp_prepare_state): Prototype.
21886         (cpp_read_state): Add fourth argument.
21887
21888         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
21889
21890         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21891         (write_array): Remove warning.
21892
21893         * gengtype.c (contains_scalar_p): New.
21894         (finish_root_table): Add the table to all languages, even if it's
21895         empty.
21896         (write_roots): Output gt_pch_scalar_rtab.
21897         * ggc-common.c (gt_pch_save): Write out scalars.
21898         (gt_pch_restore): Read scalars back.
21899
21900         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21901         (struct page_entry): Delete pch_page field.
21902         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21903         (clear_marks): Likewise.
21904         (sweep_pages): Likewise.
21905         (poison_pages): Likewise.
21906         (ggc_print_statistics): Likewise.
21907         (ggc_pch_read): Don't free objects read from a PCH.
21908         Properly set up in_use_p and page_tails.
21909
21910         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
21911
21912         * gengtype.c (struct write_types_data): New.
21913         (struct walk_type_data): Make `cookie' const; add extra
21914         prev_val item; add `orig_s' field.
21915         (walk_type): Update prev_val[3].
21916         (write_types_process_field): New.
21917         (write_func_for_structure): Take write_types_data structure.
21918         (write_types): New.
21919         (ggc_wtd): New.
21920         (pch_wtd): New.
21921         (write_types_local_process_field): New.
21922         (gc_mark_process_field): Delete.
21923         (write_local_func_for_structure): New.
21924         (gc_mark_func_name): Delete.
21925         (write_gc_types): Delete.
21926         (write_local): New.
21927         (finish_root_table): Don't include 'ggc_' in PFX.
21928         (write_root): Rename from write_root.  Fill pchw field of structures.
21929         (write_array): New.
21930         (write_roots): Rename from write_gc_roots.  Split out to write_array.
21931         Update to changes to other routines.  Write gt_pch_cache_rtab table.
21932         (main): Write PCH walking routines.
21933         * ggc-common.c: Include toplev.h, sys/mman.h.
21934         (ggc_mark_roots): For cache hashtables, also mark the hash table
21935         and the array of entries.
21936         (saving_htab): New.
21937         (struct ptr_data): New.
21938         (POINTER_HASH): New.
21939         (gt_pch_note_object): New.
21940         (saving_htab_hash): New.
21941         (saving_htab_eq): New.
21942         (struct traversal_state): New.
21943         (call_count): New.
21944         (call_alloc): New.
21945         (compare_ptr_data): New.
21946         (relocate_ptrs): New.
21947         (write_pch_globals): New.
21948         (struct mmap_info): New.
21949         (gt_pch_save): New.
21950         (gt_pch_restore): New.
21951         * ggc-page.c (ROUND_UP_VALUE): New.
21952         (ROUND_UP): New.
21953         (struct page_entry): Add field `pch_page'.
21954         (init_ggc): Use ROUND_UP.
21955         (struct ggc_pch_data): Declare.
21956         (init_ggc_pch): New.
21957         (ggc_pch_count_object): New.
21958         (ggc_pch_total_size): New.
21959         (ggc_pch_this_base): New.
21960         (ggc_pch_alloc_object): New.
21961         (ggc_pch_prepare_write): New.
21962         (ggc_pch_write_object): New.
21963         (ggc_pch_finish): New.
21964         (ggc_pch_read): New.
21965         * ggc.h (gt_pointer_operator): New.
21966         (gt_note_pointers): New.
21967         (gt_pch_note_object): New prototype.
21968         (gt_pointer_walker): New.
21969         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21970         (LAST_GGC_ROOT_TAB): Update.
21971         (gt_pch_cache_rtab): Declare.
21972         (gt_pch_scalar_rtab): Declare.
21973         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21974         (LAST_GGC_CACHE_TAB): Update.
21975         (gt_pch_save_stringpool): Declare.
21976         (gt_pch_restore_stringpool): Declare.
21977         (gt_pch_p_S): Declare.
21978         (gt_pch_n_S): Declare.
21979         (struct ggc_pch_data): Forward-declare.
21980         (init_ggc_pch): Declare.
21981         (ggc_pch_count_object): Declare.
21982         (ggc_pch_total_size): Declare.
21983         (ggc_pch_this_base): Declare.
21984         (ggc_pch_alloc_object): Declare.
21985         (ggc_pch_prepare_write): Declare.
21986         (ggc_pch_write_object): Declare.
21987         (ggc_pch_finish): Declare.
21988         (ggc_pch_read): Declare.
21989         (gt_pch_save): Declare.
21990         (gt_pch_restore): Declare.
21991         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
21992         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
21993         const_double_htab, mem_attrs_htab using GGC.
21994         * c-pch.c: Include ggc.h.
21995         (pch_init): Allow reading PCH file back.
21996         (c_common_write_pch): Call gt_pch_save.
21997         (c_common_read_pch): Call gt_pch_restore.
21998         * c-parse.in (init_reswords): Delete now-untrue comment.
21999         Allocate ridpointers using GGC.
22000         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22001         calling expand_deferred_fns.
22002         * c-common.h (ridpointers): Mark for GTY machinery.
22003         * Makefile.in (stringpool.o): Update dependencies.
22004         (c-pch.o): Update dependencies.
22005         (ggc-common.o): Update dependencies.
22006         * stringpool.c: Include gt-stringpool.h.
22007         (gt_pch_p_S): New.
22008         (gt_pch_n_S): New.
22009         (struct string_pool_data): New.
22010         (spd): New.
22011         (gt_pch_save_stringpool): New.
22012         (gt_pch_restore_stringpool): New.
22013         * tree.c (init_ttree): Make type_hash_table allocated using GC.
22014
22015         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
22016
22017         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22018         (output_mangled_typename): Don't pass size_t to printf.
22019
22020         * tree.h (union tree_type_symtab): Add tag to `address' field.
22021         (union tree_decl_u2): Add tag to 'i' field.
22022         * varasm.c (union rtx_const_un): Add tags to all fields.
22023         * gengtype.c (struct walk_type_data): New.
22024         (output_escaped_param): Take struct walk_type_data parameter.
22025         (write_gc_structure_fields): Delete.
22026         (walk_type): New.
22027         (write_gc_marker_routine_for_structure): Delete.
22028         (write_func_for_structure): New.
22029         (gc_mark_process_field): New.
22030         (gc_mark_func_name): New.
22031         (gc_counter): Delete.
22032         (write_gc_types): Use write_func_for_structure.
22033         (write_gc_roots): Use walk_type.
22034
22035         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
22036
22037         * ggc-common.c (ggc_mark_roots): Delete 'x'.
22038         (ggc_splay_dont_free): Fix warning about unused 'x'.
22039         (ggc_print_common_statistics): Remove warnings.
22040
22041         2002-10-01  Mike Stump  <mrs@apple.com>
22042
22043         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22044         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22045
22046         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
22047             Catherine Moore  <clm@redhat.com>
22048
22049         * Makefile (c-pch.o): Update dependencies.
22050         (LIBCPP_OBJS): Add cpppch.o.
22051         (cpppch.o): New.
22052         * c-common.c (c_common_init): Don't call pch_init here.
22053         * c-common.h (c_common_read_pch): Update prototype.
22054         * c-lex.c (c_common_parse_file): Call pch_init here.
22055         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22056         (c_common_decode_option): Handle them.
22057         * c-pch.c: Include c-pragma.h.
22058         (save_asm_offset): Delete.
22059         (pch_init): Move contents of save_asm_offset into here, call
22060         cpp_save_state.
22061         (c_common_write_pch): Call cpp_write_pch.
22062         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
22063         cpp_valid_state.
22064         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
22065         * cppfiles.c (stack_include_file): Update for change to
22066         parameters of cb.read_pch.
22067         * cpphash.h (struct cpp_reader): Add `savedstate' field.
22068         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22069         `restore_pch_deps' fields.
22070         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22071         (cpp_save_state): Prototype.
22072         (cpp_write_pch): Prototype.
22073         (cpp_valid_state): Prototype.
22074         (cpp_read_state): Prototype.
22075         * cpppch.c: New file.
22076         * flags.h (version_flag): Remove prototype.
22077         * mkdeps.c (deps_save): New.
22078         (deps_restore): New.
22079         * mkdeps.h (deps_save): Prototype.
22080         (deps_restore): Prototype.
22081         * toplev.c (late_init_hook): Delete.
22082         (version_flag): Make static again.
22083         (compile_file): Don't call late_init_hook.
22084         * toplev.h (late_init_hook): Delete.
22085         * doc/cppopts.texi: Document -fpch-deps.
22086         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22087
22088         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
22089
22090         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22091         callers.
22092         (c_common_valid_pch): Rename from c_valid_pch, change callers.
22093         (c_common_read_pch): Rename from c_read_pch, change callers.
22094
22095         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22096         a space between it and its argument.
22097
22098         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
22099
22100         * c-pch.c: New file.
22101         * toplev.h (late_init_hook): Declare.
22102         * toplev.c (late_init_hook): Define.
22103         (version_flag): Make globally visible.
22104         (compile_file): Call late_init_hook.
22105         (init_asm_output): Make output file seekable.
22106         * gcc.c (default_compilers): Update c-header rule.
22107         * flags.h (version_flag): Declare.
22108         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22109         fields.
22110         * cppfiles.c (struct include_file): Add 'pch' field.
22111         (INCLUDE_PCH_P): New.
22112         (open_file_pch): New.
22113         (stack_include_file): Handle PCH files specially.
22114         (find_include_file): Call open_file_pch instead of open_file.
22115         (_cpp_read_file): Explain why open_file is used instead of
22116         open_file_pch.
22117         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22118         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22119         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22120         in cpplib callbacks.
22121         * c-common.c (pch_file): Correct comment.
22122         (allow_pch): Define.
22123         (c_common_init): Call pch_init.
22124         * c-common.h (allow_pch): Declare.
22125         (pch_init): Declare.
22126         (c_valid_pch): Declare.
22127         (c_read_pch): Declare.
22128         (c_write_pch): Declare.
22129         * Makefile.in (c-pch.o): New.
22130         (C_AND_OBJC_OBJS): Add c-pch.o.
22131         * doc/invoke.texi (Precompiled Headers): Add index entries,
22132         complete truncated paragraph.
22133
22134         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
22135
22136         * c-common.c: (pch_file): Define.
22137         * c-common.h (pch_file): Declare.
22138         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22139         (missing_arg): Require --output-pch= to have an argument.
22140         (c_common_decode_option): Handle --output-pch=.
22141         * gcc.c: Document new %V.
22142         (default_compilers): Handle compiling C header files.
22143         (do_spec_1): Implement %V.
22144         (main): Handle "gcc foo.h" without trying to run linker.
22145         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22146         (Overall Options): Document what the driver does with header files,
22147         document new -x option possibilities.
22148         (Invoking G++): More documentation for PCH.
22149         (Precompiled Headers): New.
22150
22151         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
22152
22153         * ggc.h: Don't include varray.h.  Rearrange functions to be more
22154         organized.
22155         (ggc_add_root): Delete.
22156         (ggc_mark_rtx): Delete.
22157         (ggc_mark_tree): Delete.
22158         (struct ggc_statistics): Remove contents.
22159         * ggc-common.c: Remove unneeded includes.
22160         (struct ggc_root): Delete.
22161         (roots): Delete.
22162         (ggc_add_root): Delete.
22163         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
22164         (ggc_print_common_statistics): Remove most of the contents.
22165         * Makefile.in (GGC_H): No longer uses varray.h.
22166         (ggc-common.o): Update dependencies.
22167         (c-parse.o): Add varray.h to dependencies.
22168         (c-common.o): Add varray.h.
22169         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22170         (mark_ident_hash): Rename to ggc_mark_stringpool.
22171         (init_stringpool): Don't use ggc_add_root.
22172         * c-parse.in: Include varray.h.
22173         * c-common.c: Include varray.h.
22174         * objc/Make-lang.in (objc-act.o): Add varray.h.
22175         * objc/objc-act.c: Include varray.h.
22176
22177         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
22178
22179         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22180         (dw_cfi_oprnd1_desc): Likewise.
22181
22182         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
22183
22184         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22185         move out of ifdef.
22186         (alpha_links): Use gengtype to mark; move out of ifdef.
22187         (mark_alpha_links_node): Delete.
22188         (mark_alpha_links): Delete.
22189         (alpha_need_linkage): Use GGC to allocate splay tree, struct
22190         alpha_links, strings.  Don't use ggc_add_root.
22191         * ggc-common.c (ggc_splay_alloc): New.
22192         (ggc_splay_dont_free): New.
22193         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22194         (ggc_mark_tree): Likewise.
22195         (splay_tree_new_ggc): New.
22196         (ggc_splay_alloc): Declare.
22197         (ggc_splay_dont_free): Declare.
22198         * dwarf2asm.c: Include gt-dwarf2asm.h.
22199         (mark_indirect_pool_entry): Delete.
22200         (mark_indirect_pool): Delete.
22201         (indirect_pool): Use gengtype to mark.
22202         (dw2_force_const_mem): Don't use ggc_add_root.
22203         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22204         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22205         (gt-dwarf2asm.h): Depend on s-gtype.
22206
22207         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
22208
22209         * tree.h (union tree_type_symtab): Mark `die' field.
22210         * Makefile.in (dwarf2out.o): Update dependencies.
22211         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
22212         hash tables.
22213         (dw_cfi_oprnd1_desc): New function.
22214         (dw_cfi_oprnd2_desc): New function.
22215         (indirect_string_alloc): Delete.
22216         (debug_str_do_hash): New function.
22217         (debug_str_eq): New function.
22218         (mark_limbo_die_list): Delete.
22219         (dwarf2out_init): Don't call ggc_add_root.
22220
22221 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
22222
22223         The following changes are merged from itanium-sched-branch:
22224
22225         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22226
22227         * doc/md.texi: Clarify assignment of units to automata description.
22228
22229         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
22230
22231         * genautomata.c (unit_decl): Remove members
22232         `the_same_automaton_unit' and
22233         `the_same_automaton_message_reported_p'.
22234         (process_unit_to_form_the_same_automaton_unit_lists,
22235         form_the_same_automaton_unit_lists_from_regexp,
22236         form_the_same_automaton_unit_lists, the_same_automaton_lists):
22237         Remove them.
22238         (annotation_message_reported_p): New global variable.
22239         (check_unit_distribution_in_reserv,
22240         check_regexp_units_distribution): New functions.
22241         (check_unit_distributions_to_automata): Rewrite it.
22242
22243         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
22244
22245         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22246         Use continue instead of break if cycle is too big.
22247
22248         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
22249
22250         * genautomata.c (check_unit_distributions_to_automata): Output at
22251         most one message for a unit.
22252         (process_unit_to_form_the_same_automaton_unit_lists): Check
22253         automaton of units instead of units themself.
22254
22255         * doc/md.texi: Describe the constraint about assigning unit to
22256         automata.
22257
22258         2002-12-20  Jan Hubicka  <jH@suse.cz>
22259                     Vladimir Makarov  <vmakarov@redhat.com>
22260
22261         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22262         and `in_set_p'.
22263         (gen_cpu_unit): Initialize the new members.
22264         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
22265         up `min_occ_cycle_num'.
22266         (evaluate_max_reserv_cycles): Change the function call.
22267         (CLEAR_BIT): New macro.
22268         (states_union, state_shift): Use the mask.
22269         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22270         (form_reservs_matter): New function.
22271         (make_automaton): Call the function and use the mask.
22272         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22273         account.
22274
22275         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22276
22277         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22278
22279         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22280
22281         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22282         for Itanium.
22283
22284         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22285
22286         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22287         default cpu.
22288
22289         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22290                 2002-10-31  Dale Johannesen <dalej@apple.com>
22291
22292         * haifa-sched.c (find_set_reg_weight): New function.
22293         (find_insn_reg_weight): Use the new function.
22294         (schedule_block): Do sorting ready queue always
22295         after insn issue.
22296
22297         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
22298
22299         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22300
22301         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
22302
22303         * haifa-sched.c (choice_entry): New structure.
22304         (choice_stack, cycle_issued_insns): New variables.
22305         (max_issue): Rewrite it.
22306         (choose_ready): Set up ready_try for unknown insns too.
22307         (schedule_block): Allocate and free choice_stack.  Set up
22308         and modify cycle_issued_insns.
22309
22310         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22311         with and without filling the bundle.
22312         (bundling): Combine calls of issue_nops_and_insn.
22313
22314         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
22315
22316         * config/ia64/itanium1.md: New file.
22317
22318         * config/ia64/itanium2.md: New file.
22319
22320         * config/ia64/ia64.md: Move DFA descriptions into the new files.
22321         Remove the old pipeline description.
22322
22323         * config/ia64/ia64.c (ia64_override_options): Add aliases of
22324         itanium processor names.
22325
22326         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
22327
22328         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22329         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
22330
22331         * config/ia64/ia64.md: Add descriptions for Itanium2.
22332
22333         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22334
22335         * config/ia64/ia64.h (processor_type): New enumeration.
22336         (ia64_tune, ia64_tune_string): New external declarations.
22337         (TARGET_OPTIONS): Add option `tune='.
22338
22339         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22340         variables.
22341         (ia64_override_options): Set up `ia64_tune'.
22342         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22343         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22344         (bundling): Add nops for MM-insns only for Itanium.
22345         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22346         Itanium.
22347
22348         * config/ia64/ia64.md (cpu): New attribute.
22349         (DFA description): Enable it only for Itanium.
22350
22351         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22352                     Richard Henderson  <rth@redhat.com>
22353
22354         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22355         MASK_EARLY_STOP_BITS.
22356         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22357         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22358         `early-stop-bits'.
22359
22360         * config/ia64/ia64.c (ia64_dfa_new_cycle,
22361         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22362         instead of TARGET_TUNE_STOP_BITS.
22363
22364         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22365         `-mearly-stop-bits'.
22366
22367         * config/ia64/ia64.c (automata_option "v"): Comment it.
22368
22369         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
22370
22371         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22372         New macros.
22373         (TARGET_SWITCHES): Add entries for the new option.
22374
22375         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22376         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22377         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22378         global variables.
22379         (ia64_sched_reorder2): Set up `clocks'.
22380         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22381         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
22382         queue when TARGET_TUNE_STOP_BITS.
22383         (bundling): Insert additional nops for MM-insns.
22384         (final_emit_insn_group_barriers): Add insertion of stop bits
22385         according `stops_p'.
22386         (ia64_reorg): Initiate the new varibales.
22387
22388         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22389
22390         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
22391
22392         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22393         insns at the end of block insn scheduling.
22394
22395         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
22396
22397         * sched-deps.c (remove_dependence, group_leader): Remove it.
22398         (add_dependence): Add dependence to group leader to.
22399         (set_sched_group_p): Add dependence to the first insn of the
22400         schedule group too.
22401         (sched_analyze_insn): Make dependence to jump as anti-dependence.
22402         Change true dependence by anti-dependence when
22403         `reg_pending_barrier'.
22404
22405         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
22406         add_branch_dependences): Ignore schedule groups.
22407
22408         * sched-ebb.c (init_ready_list): Ditto.
22409
22410         * (move_insn, set_priorities): Ditto.
22411
22412         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
22413         flag is clear after reload.
22414         (adjust_cost): Change cost only for output dependencies.
22415
22416         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
22417
22418         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
22419
22420         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
22421
22422         * target.h (gcc_target): Add member
22423         `dependencies_evaluation_hook'.
22424
22425         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
22426         macro.
22427         (TARGET_SCHED): Add initiatialization of the new member.
22428
22429         * sched-ebb.c: Include `target.h'.
22430         (schedule_ebb): Call `dependencies_evaluation_hook'.
22431
22432         * sched-rgn.c (schedule_region): Call
22433         `dependencies_evaluation_hook'.
22434
22435         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22436         New macro.
22437         (ia64_dependencies_evaluation_hook): New function.
22438
22439         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22440         Describe the new hook.
22441
22442         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
22443
22444         * target.h (gcc_target): Add members
22445         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
22446
22447         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
22448         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
22449         macros.
22450         (TARGET_SCHED): Add initiatialization of the new members.
22451
22452         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
22453         insn scheduling too.
22454         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
22455         initialize `ready_try'.
22456         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
22457         `dfa_new_cycle' says not to do it.
22458
22459         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
22460         bundling.
22461
22462         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
22463
22464         * config/ia64/ia64.c: Include `hashtab.h'.
22465         (ia64_first_cycle_multipass_dfa_lookahead_guard,
22466         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22467         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22468         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22469         bundle_state_eq_p, insert_bundle_state,
22470         initiate_bundle_state_table, finish_bundle_state_table,
22471         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22472         get_template, get_next_important_insn, bundling): New functions.
22473         (ia64_internal_sched_reorder): Remove it.
22474         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22475         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22476         (ia64_safe_itanium_requires_unit0): Remove it.
22477         (group_barrier_needed_p): Place group barrier right before a real
22478         insn.
22479         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22480         Remove them.
22481         (bundle_name): New variable.
22482         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22483         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22484         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22485         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22486         temp_dfa_state, prev_cycle_state): New global variables.
22487         (insn_matches_slot, maybe_rotate, finish_last_head,
22488         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22489         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22490         find_best_packet, itanium_reorder, dump_current_packet,
22491         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22492         (sched_data, sched_ready, sched_types): Remove them.
22493         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22494         `init_insn_group_barriers'.
22495         (ia64_sched_reorder, ia64_sched_reorder2): Call
22496         ia64_dfa_sched_reorder.
22497         (ia64_variable_issue): Rewrite it.
22498         (bundle_state): New structure.
22499         (index_to_bundle_states, bundle_states_num,
22500         allocated_bundle_states_chain, free_bundle_state_chain): New
22501         global variables.
22502         (ia64_sched_finish): Add stop bits and call `bundling' after the
22503         2nd insn scheduling.
22504         (ia64_use_dfa_pipeline_interface): Return zero always.
22505         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22506         insn scheduling.
22507         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22508         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22509         (ia64_reorg): Add bundling insns.
22510
22511         * doc/tm.texi
22512         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22513         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22514
22515         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
22516
22517         * config/ia64/ia64.md: Add Itanium1 DFA description.
22518         (itanium_class): Add `nop' and `pre_cycle'.  Add
22519         define_function_unit for `nop'.
22520         (nop): Change attribute `itanium_class'.
22521         (pre_cycle): New define_insn.
22522
22523         * config/ia64/ia64-protos.h (bundling_p): New external variable.
22524         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22525         ia64_produce_address_p): New function prototypes.
22526
22527         * config/ia64/ia64.c (bundling_p): New global variable.
22528         (ia64_use_dfa_pipeline_interface,
22529         ia64_first_cycle_multipass_dfa_lookahead,
22530         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22531         functions.
22532         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22533         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22534         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22535         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22536         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22537         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22538         (dfa_pre_cycle_insn): New variable.
22539
22540         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22541
22542         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22543         constructions.
22544
22545         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22546         New function prototypes.
22547
22548         * genattrtab.c (main): Process the new constructions.
22549
22550         * genautomata.c (gen_presence_absence_set,
22551         process_presence_absence_names, process_presence_absence_patterns,
22552         add_presence_absence, check_absence_pattern_sets): Add parameter
22553         `final_p'.
22554         (unit_decl): Add new members `final_presence_list' and
22555         `final_absence_list'.
22556         (unit_pattern_rel_decl): Add new member `final_p'.
22557         (gen_final_presence_set, gen_final_absence_set): New functions.
22558         (process_decls): Use member `final_p'.
22559         (temp_reserv): New global variable.
22560         (reserv_sets_are_intersected): Add processing `final_presence_set'
22561         and `final_absence_set'.
22562         (initiate_states): Allocate `temp_reserv'.
22563         (unit_final_presence_set_table, unit_final_absence_set_table): New
22564         gloabal variables.
22565         (initiate_presence_absence_pattern_sets): Initiate them.
22566         (NDFA_to_DFA): Fix typo.
22567         (output_description): Output `final_presence_set' and
22568         `final_absence_set'.
22569
22570         * doc/md.texi (final_presence_set, final_absence_set): Describe
22571         them.
22572
22573         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22574
22575         * genautomata.c (transform_3): Process a missing case (nothing on
22576         unit place).
22577
22578         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22579
22580         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22581         comments about queried units and the minimization.
22582
22583         * doc/md.texi: Ditto.
22584
22585         * genautomata.c (create_composed_state): Return nonzero if the new
22586         state has been created.
22587         (first_cycle_unit_presence): New function.
22588         (state_is_differed): Add new parameter.  Use the new function.
22589         Take queried units into account.
22590         (partition_equiv_class): Pass additional parameter to
22591         `state_is_differed'.
22592         (merge_states): Process composed states too.
22593         (build_automaton, create_automata, output_min_issue_delay_table,
22594         output_tables, output_statistics): Output more information.
22595         (output_reserved_units_table): Use function
22596         `first_cycle_unit_presence'.
22597         (output_tables): Output table of queried units even if the
22598         minimization is switched on.
22599         (write_automata): Output code for querying units even if the
22600         minimization is switched on.
22601
22602         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
22603
22604         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22605         syntax of the constructions.
22606
22607         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22608         extended syntax of the constructions.
22609
22610         * genautomata.c (unit_rel_decl): Rename it to
22611         `unit_pattern_rel_decl'.
22612         (pattern_set_el, pattern_reserv): New structures.
22613         (pattern_set_el_t, pattern_reserv_t): New types.
22614         (gen_presence_absence_set): New function.
22615         (process_presence_absence): Remove it.
22616         (process_presence_absence_names,
22617         process_presence_absence_patterns): New functions.
22618         (get_presence_absence_set): Remove it.
22619         (initiate_presence_absence_sets): Rename it on
22620         `initiate_presence_absence_pattern_sets'.  Use new function
22621         `form_reserv_sets_list'.
22622         (form_reserv_sets_list, check_presence_pattern_sets,
22623         check_absence_pattern_sets, output_pattern_set_el_list): New
22624         functions.
22625         (unit_decl): Change types of members `presence_list' and
22626         `absence_list'.
22627         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22628         (decl): Change types of members `excl', `presence', and `absence'.
22629         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
22630         at the end of the vector.
22631         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22632         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22633         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22634         (gen_presence_set, gen_absence_set): Use new function
22635         `gen_presence_absence_set'.
22636         (add_presence_absence): Process `pattern_list' instead of
22637         `source_list'.
22638         (process_decls): USe new functions
22639         `process_presence_absence_names' and
22640         `process_presence_absence_patterns'.
22641         (reserv_sets_are_intersected): Use new function
22642         `check_presence_pattern_sets'.
22643         (presence_set, absence_set): Remove them.
22644         (unit_presence_set_table, unit_absence_set_table): New global
22645         variables.
22646         (output_description): Use new function
22647         `output_pattern_set_el_list'.
22648         (generate): Use `initiate_presence_absence_pattern_sets'.
22649
22650         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
22651
22652         * genattr.c (main): Add output of prototype of new interface
22653         function `dfa_clean_insn_cache'.
22654
22655         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22656         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22657         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22658         the generated code.
22659         (write_automata): Call the new function.
22660
22661 2003-01-09  Jan Hubicka  <jh@suse.cz>
22662
22663         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22664         correctly.
22665
22666 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
22667
22668         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22669
22670 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
22671
22672         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22673         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22674         (CONSTRAINT_LEN): Provide default definition.
22675         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22676         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22677         (EXTRA_CONSTRAINT_STR): Likewise.
22678         (REG_CLASS_FROM_CONSTRAINT): Define.
22679         * genoutput.c (check_constraint_len, constraint_len): New functions.
22680         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22681         constraint / modifier.
22682         (gen_insn): Call check_constraint_len.
22683         * local-alloc.c (block_alloc): Update to use new macros / pass
22684         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22685         * ra-build.c (handle_asm_insn): Likewise.
22686         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22687         (constrain_operands, peep2_find_free_register): Likewise.
22688         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22689         * regmove.c (find_matches): Likewise.
22690         * reload.c (push_secondary_reload, find_reloads): Likewise.
22691         (alternative_allows_memconst): Likewise.
22692         * reload1.c (maybe_fix_stack_asms): Likewise.
22693         (reload_cse_simplify_operands): Likewise.
22694         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22695         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22696         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22697         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22698         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22699         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22700
22701         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22702
22703 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22704
22705         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22706         length.
22707         (*extzv_1_r_h8300hs): Likewise.
22708         (*extzv_1_r_inv_h8300): Likewise.
22709         (*extzv_1_r_inv_h8300hs): Likewise.
22710
22711 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22712
22713         * config/h8300/h8300.h (PREDICATE_CODES): New.
22714
22715 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22716
22717         * config/h8300/h8300.md (*addsi3_upper): New.
22718         (*iorsi3_shift): Likewise.
22719         (two splitters): Likewise.
22720         (*addsi3_shift): Likewise.
22721         (two splitters): Likewise.
22722
22723 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
22724
22725         * Makefile.in (optabs.o): Add dependency on basic-block.h.
22726         * basic-block.h (control_flow_insn_p): Fuction was exported.
22727         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22728         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22729         notes only when the region is contained in a single basic block.
22730
22731 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22732
22733         PR inline-asm/8832
22734         * tree.h (expand_asm): New prototype.
22735         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22736         to do so.
22737         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22738         down to expand_asm.
22739         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22740         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22741         (volatile_refs_p) [ASM_INPUT]: Likewise.
22742         (side_effects_p) [ASM_INPUT]: Likewise.
22743
22744 2003-01-09  Jan Hubicka  <jh@suse.cz>
22745
22746         * i386.md (*mul*): FIx constraints; remove confused comment; fix
22747         athlon_decode attributes
22748         (imul/k8 optimization peep2s): New.
22749
22750         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22751         * i386.md (type attribute): Add ssecomi.
22752         (unit, memory, prefix attributes): Handle ssecomi.
22753         (cvt?2? patterns): Fix athlon_decode attribute
22754         (comi patterns): Set attribute to ssecomi.
22755
22756         PR target/8343
22757         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22758
22759 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
22760
22761         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22762         that match register_operands.
22763         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22764         register_operand the default case.
22765
22766 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22767
22768         PR c/8032
22769         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22770         an empty element, do not advance the pointer to unfilled
22771         fields if there are pending initializers.
22772
22773 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
22774
22775         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22776         (install-gcc-tooldir, install-cpp, installdirs,
22777         install-common, install-driver, install-info, install-man,
22778         install-headers, install-include-dir, install-headers-tar,
22779         install-headers-cpio, install-headers-cp, install-mkheaders,
22780         install-collect2, uninstall): Prepend $(DESTDIR) to
22781         destination paths in all (un)installation commands.
22782         (install-driver): Rewrite $(LN) commands to support DESTDIR
22783         with "ln" as well as with "ln -s".
22784         (installdirs): Simply use mkinstalldirs.
22785         (install-libgcc, install-multilib): Also pass DESTDIR.
22786         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22787         installation destination variable ldir.
22788         * config/alpha/t-osf4, config/arm/t-netbsd,
22789         config/ia64/t-hpux, config/mips/t-iris5-6,
22790         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22791         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22792         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22793         in the definition of SHLIB_INSTALL.
22794         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22795         $(libsubdir) in the installation commands.
22796
22797 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22798
22799         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22800         non-optimizing compile.
22801         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22802         compile.
22803
22804 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
22805
22806         * config/i386/i386.c (ix86_attribute_table): Add new attributes
22807         ms_struct and gcc_struct.
22808         (ix86_handle_struct_attribute): New function.
22809         (ix86_ms_bitfield_layout_p): Update to take new attributes
22810         into account.
22811         * doc/extend.texi: Document new attributes.
22812         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22813
22814 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
22815
22816         PR optimization/8750
22817         * config/i386/i386.c (ix86_expand_prologue): Don't allow
22818         scheduling pass to move insns across __alloca call.
22819
22820 2003-01-08  Dale Johannesen  <dalej@apple.com>
22821
22822         * config/rs6000/rs6000.md:  Replace *store_multiple_string
22823         with *stmsi[3-8].
22824
22825 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
22826
22827         PR target/9210
22828         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22829         Set SYMBOL_REF_FLAG on local data sym_ref.
22830
22831 2003-01-08  Dale Johannesen  <dalej@apple.com>
22832
22833         * function.c (assign_parms):  Don't set pretend_args_size if
22834           REG_PARM_STACK_SPACE.
22835           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
22836           pretend_args_size.
22837
22838 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
22839
22840         * gcc.hlp: Delete.
22841
22842 2003-01-09  Jan Hubicka  <jh@suse.cz>
22843
22844         * i386.c  (ix86_expand_int_addcc): Fix thinko.
22845
22846 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22847
22848         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22849         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22850         as hook_bool_tree_hwi_hwi_tree_true.
22851         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22852         (rs6000_emit_epilogue): Same.
22853         (rs6000_output_mi_thunk): Re-implement as RTL.
22854         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22855         xcoffout_declare_function if any debugging enabled.
22856
22857 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
22858
22859         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22860         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22861         * config/mips/mips.h (enum processor_type): Rename
22862         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22863         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22864         Add PROCESSOR_M4K.
22865         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22866         (ISA_MIPS32R2): New define.
22867         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22868         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22869         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22870         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
22871         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
22872         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22873         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22874         compiling MIPS16 code.
22875         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22876         comment.
22877         (ISA_HAS_SEB_SEH): New define.
22878         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22879         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22880         processor_type value renaming.  Add support for MIPS32R2.
22881         Clean up comments, and move "sb1" entry with other MIPS64 CPU
22882         entries.
22883         (override_options): Reimplement -mipsN option handling so that
22884         it will work correctly for -mips32r2.  Avoid branch-likely
22885         instructions on MIPS32R2.
22886         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22887         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22888         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22889         (extendhisi2_hw, extendqisi2_hw): New.
22890         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22891         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
22892         MIPS32R2, and MIPS64.
22893         (LINK_SPEC): Pass -mips32r2 to linker.
22894         * config/mips/t-isa3264: Built -mips32r2 multilibs.
22895         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22896         for mips32r2 in the -march description.  Alphabetically sort
22897         CPU names in the -march description.  Add long-missed -mips32
22898         and -mips64 to MIPS option summary.
22899
22900         * config.gcc: Update copyright years to include 2003.
22901         * config/mips/mips.c: Likewise.
22902         * config/mips/mips.h: Likewise.
22903         * config/mips/mips.md: Likewise.
22904         * config/mips/netbsd.h: Likewise.
22905         * doc/invoke.texi: Likewise.
22906
22907 2003-01-08  Andreas Schwab  <schwab@suse.de>
22908
22909         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22910         variable.
22911         * configure: Regenerated.
22912
22913 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22914
22915         * config/h8300/h8300.c (output_logical_op): Replace byte/word
22916         extraction of det with b0, b1, w0, w2, etc.
22917         (compute_logical_op_length): Likewise.
22918         (compute_logical_op_cc): Likewise.
22919
22920 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22921
22922         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22923         HIGH on all variants.
22924
22925 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22926
22927         * Makefile.in (PARTITION_H): New.
22928         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22929         * basic-block.h: Include hard-reg-set.h.
22930
22931 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
22932
22933         * arm.h (ENABLE_XF_PATTERNS): Delete.
22934         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22935         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22936         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22937         (cmpxf_trap): Delete.
22938         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22939
22940 2003-01-08  Jan Hubicka  <jh@suse.cz>
22941
22942         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22943         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22944         (add??cc): New expanders.
22945         * i386.c (expand_int_addcc): New function.
22946         * i386-protos.h (expand_int_addcc): Declare.
22947
22948         * alias.c (memory_modified_1): New static function.
22949         (memory_modified): New static varaible.
22950         (memory_modified_in_insn_p): New global function.
22951         * rtl.h (memory_modified_in_insn_p): Declare.
22952         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22953         references.
22954
22955         * expr.h (emit_conditional_add): Declare.
22956
22957 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
22958
22959         PR other/8947
22960         * doc/invoke.texi (-malign-double): Explain that the option breaks
22961         binary compatibility.
22962
22963 2003-01-08  Andreas Schwab  <schwab@suse.de>
22964
22965         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22966         should come from the generic *-*-linux* entry.
22967
22968 2003-01-07  Jan Hubicka  <jh@suse.cz>
22969
22970         * cselib.c (cselib_current_insn_in_libcall): New static variable.
22971         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22972         we are inside libcall.
22973         * cselib.h (elt_loc_list): Add in_libcall.
22974         * gcse.c (do_local_cprop): Do not copy propagate using insns
22975         in libcalls.
22976
22977 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
22978
22979         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22980         not normally affect to issue rate.
22981
22982 2003-01-07  Jan Hubicka  <jh@suse.cz>
22983
22984         * genopinit.c (optabs): Add addc_optab.
22985         * ifcvt.c (noce_try_store_flag): Rename to ...
22986         (noce_try_addcc): ... this one; handle generic conditional increment.
22987         (noce_process_if_block): Update noce_try_addcc call.
22988         * optabs.c (emit_conditional_add): New.
22989         (init_obtabs): Initialize addc_optab.
22990         * optabs.h (optab_index): Add OTI_addcc.
22991         (addcc_optab): New macro.
22992         * md.texi: Document addMcc
22993
22994         PR target/8322
22995         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
22996         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22997         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22998
22999         * reload1.c (delete_output_reload): Avoid repeated attempts
23000         to delete insn.
23001
23002 2003-01-07  Andreas Schwab  <schwab@suse.de>
23003
23004         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23005         Move --enable-initfini-array check ...
23006         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
23007         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23008         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
23009         * configure: Rebuild.
23010
23011 2003-01-07  Richard Henderson  <rth@redhat.com>
23012
23013         * alias.c (find_base_value): Only use new_reg_base_value shortcut
23014         if the register is set once.
23015
23016 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23017
23018         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23019         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23020         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23021
23022 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
23023             Sunil Davasam  <sunil.k.davasam@intel.com>
23024
23025         PR libstdc++/9076
23026         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23027         DW_CFA_same_value, read next and ignore.
23028
23029 2003-01-07  Richard Henderson  <rth@redhat.com>
23030
23031         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23032
23033 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23034
23035         * cfg.c: Include alloc-pool.h
23036         (edge_pool): New pool.
23037         (bb_pool): New pool.
23038         (first_deleted_edge): Remove.
23039         (first_deleted_block): Remove.
23040         (init_flow): Alloc/free the pools.
23041         (free_edge): Use pools.
23042         (alloc_block): Ditto.
23043         (expunge_block): Ditto.
23044         (cached_make_edge): Ditto.
23045
23046         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23047
23048 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23049
23050         * et-forest.c: Include alloc-pool.h.
23051         (struct et_forest): Add node_pool and occur_pool.
23052         (et_forest_create): Create the new pools.
23053         (et_forest_delete): Delete them.
23054         (et_forest_add_node): Allocate and free using pools.
23055         (et_forest_add_edge): Ditto.
23056         (et_forest_remove_node): Ditto.
23057         (et_forest_remove_edge): Ditto.
23058
23059         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23060
23061 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
23062
23063         * config/h8300/h8300.c (output_logical_op): Simplify and
23064         optimize the handling of SImode.
23065         * config/h8300/h8300.c (compute_logical_op_length): Update
23066         accordingly.
23067         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23068
23069 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
23070
23071         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23072         big-endian correction to indirect arguments too.
23073
23074 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23075
23076         Segher Boessenkool  <segher@koffie.nl>
23077
23078         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23079         (alt_reg_names): Ditto, fix formatting.
23080         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23081
23082 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23083
23084         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23085         (output_logical_op): Constify intval and det.
23086         (compute_logical_length): Likewise.
23087         (compute_logical_cc): Likewise.
23088         (output_a_shift): Constify mask.
23089         (h8300_encode_label): Constify len.
23090
23091 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23092
23093         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23094         (h8300_expand_epilogue): Likewise.
23095
23096 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23097
23098         Segher Boessenkool  <segher@koffie.nl>
23099
23100         * config/rs6000/altivec.md: Remove spaces from assembler
23101         instruction argument lists.
23102
23103 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
23104
23105         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23106         c4x_assembler_function_p.
23107         (c4x_null_epilogue_p): Complement return value, all uses updated.
23108         (c4x_insert_attributes): Add naked.
23109         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23110         * doc/extend.texi: Update C4x function attributes.
23111
23112 2003-01-06  Richard Henderson  <rth@redhat.com>
23113
23114         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23115         properly when changing "local-ness".
23116         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23117
23118 2003-01-06  Dale Johannesen  <dalej@apple.com>
23119
23120         * config/darwin-protos.h:  Add prototypes for new section functions.
23121
23122 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
23123
23124         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23125         to EABI.
23126
23127 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
23128
23129         * hwint.h: If the current compiler has no 64-bit type at all,
23130         make HOST_WIDEST_INT 32 bits.
23131
23132 2003-01-06  Eric Christopher  <echristo@redhat.com>
23133
23134         * config/mips/mips.md (movdf_internal2): Fix constraints.
23135
23136 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23137
23138         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23139
23140 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
23141
23142         * config/mips/mips.md (leadi): Use dla rather than la.
23143
23144 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
23145
23146         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
23147         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
23148
23149 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
23150
23151         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23152         redefinition.
23153
23154 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23155
23156         * config/h8300/h8300.md (*extzv_8_23): New.
23157
23158 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
23159
23160         * pa64-hpux.h (JCR_SECTION_NAME): Define.
23161         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23162         USE_EH_FRAME_REGISTRY when defining.
23163
23164 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23165
23166         * config/h8300/h8300.c (output_a_shift): Do not output a
23167         variable shift.
23168         * config/h8300/h8300.md (two splitters): New.
23169
23170 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
23171
23172         * config/mips/mips.md: Disable the movstrsi define_split.
23173
23174 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23175
23176         * alloc-pool.c: Don't include "libiberty.h".
23177         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23178         * convert.c (convert_to_real): Hide unused variable.
23179
23180 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23181
23182         * Makefile.in (gtyp-gen.h): Const-ify.
23183         * gcov-dump.c (tag_table): Likewise.
23184
23185 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23186
23187         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23188         of *both* the file name and the fix name.
23189
23190 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
23191
23192         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
23193         collect2.
23194         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23195         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23196         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23197         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23198         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23199         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23200         elfos.h.
23201         (EH_FRAME_IN_DATA_SECTION): Delete define.
23202         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23203         (STARTFILE_SPEC): Use crtbegin.o.
23204         (ENDFILE_SPEC): Use crtend.o.
23205         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23206         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23207         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23208         DTOR_LIST_BEGIN): Define.
23209         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23210         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23211         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23212
23213 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
23214
23215         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23216         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23217         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
23218         Cleanup handling of replacement text.
23219         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23220
23221 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23222
23223         * fixinc/tests/base/math.h: removed obsolete results
23224         * fixinc/tests/base/stdlib.h: ditto
23225         * fixinc/tests/base/sys/param.h: ditto
23226         * fixinc/tests/base/sys/stat.h: ditto
23227         * fixinc/tests/base/time.h: ditto
23228         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23229         * fixinc/tests/base/sys/byteorder.h: ditto
23230         * fixinc/inclhack.def: Remove superfluous backslashes
23231
23232 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
23233
23234         * config/h8300/h8300-protos.h: Add prototypes for
23235         the new functions defined below.
23236         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23237         define.
23238         (dosize): Emit RTL instead of assembly code.
23239         (push): Likewise.
23240         (pop): Likewise.
23241         (h8300_output_function_prologue): Remove.
23242         (h8300_expand_prologue): New.
23243         (h8300_expand_epilogue): New.
23244         (h8300_output_function_epilogue): Do only the reset of
23245         pragma_saveall.
23246         * config/h8300/h8300.md (push_h8300): New.
23247         (push_h8300hs): Likewise.
23248         (pop_h8300): Likewise.
23249         (pop_h8300hs): Likewise.
23250         (*stm_h8300s_2): Change the name to stm_h8300s_2.
23251         (*stm_h8300s_3): Change the name to stm_h8300s_3.
23252         (*stm_h8300s_4): Change the name to stm_h8300s_4.
23253         (*ldm_h8300s_2): New.
23254         (*ldm_h8300s_3): Likewise.
23255         (*ldm_h8300s_4): Likewise.
23256         (return): Likewise.
23257         (*return_1): Likewise.
23258         (prologue): Likewise.
23259         (epilogue): Likewise.
23260         (monitor_prologue): Likewise.
23261
23262 2003-01-03  Dale Johannesen  <dalej@apple.com>
23263
23264         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
23265           machopic_picsymbol_stub1.
23266           (EXTRA_SECTION_FUNCTIONS):  Ditto.
23267         * rs6000/rs6000.c:  Update copyright.
23268           (machopic_output_stub):  Use them.  Remove an insn from stub code.
23269
23270 2003-01-02  Jason Merrill  <jason@redhat.com>
23271
23272         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23273
23274         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23275         static/external decls.
23276
23277         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23278         outermost scope.
23279         * c-decl.c (c_make_fname_decl): Push the decls there, too.
23280
23281 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
23282
23283         * config/h8300/h8300-protos.h: Add a prototype for
23284         h8300_current_function_interrupt_function_p.
23285         * config/h8300/h8300.c (interrupt_handler): Remove.
23286         (os_task): Likewise.
23287         (monitor): Likewise.
23288         (pragma_interrupt): New.
23289         (WORD_REG_USED): Use
23290         h8300_current_function_interrupt_function_p.
23291         (dosize): Likewise.
23292         (h8300_output_function_prologue): Likewise.
23293         Do not set interrupt_handler, os_task, monitor.
23294         (h8300_output_function_prologue): Use
23295         h8300_current_function_interrupt_function_p.
23296         Do not set interrupt_handler, os_task, monitor.
23297         (h8300_current_function_interrupt_function_p): New.
23298         (h8300_pr_interrupt): Set pragma_interrupt.
23299         (h8300_insert_attributes): Reset pragma_interrupt.
23300
23301 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23302
23303         * doc/install.texi (Configuration): Fix markup for reference to
23304         gcc/config.gcc.
23305
23306 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23307
23308         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23309         (*iorhi3_two_qi): Likewise.
23310         (*iorsi3_zexthi): Likewise.
23311         (*xorhi3_zextqi): Likewise.
23312         (*xorsi3_zexthi): Likewise.
23313         (*xorsi3_zextqi): Likewise.
23314
23315 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23316
23317         * config/h8300/h8300.c (stack_pointer_operand): New.
23318         (const_int_gt_2_operand): Likewise.
23319         (const_int_ge_8_operand): Likewise.
23320         * config/h8300/h8300.md (a splitter): Likewise.
23321         (a peephole2): Likewise.
23322         * config/h8300/h8300-protos.h: Add prototypes for the new
23323         functions above.
23324
23325 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
23326
23327         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23328         objc/objc-act.h: Fix copyright years.
23329
23330 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23331
23332         * doc/passes.texi: Fix documentation for -fssa-ccp
23333
23334 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
23335
23336         * gccbug.in: Update for new categories.
23337
23338 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23339
23340         * config/h8300/h8300.md: Reorder some patterns.
23341
23342 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23343
23344         * config/h8300/h8300.c (output_logical_op): Fix a warning.
23345
23346 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23347
23348         * config/darwin-protos.h, config/c4x/c4x-protos.h,
23349         config/cris/cris-protos.h, config/i370/i370-protos.h,
23350         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23351         config/v850/v850-protos.h: Use struct, and don't conditionally
23352         compile on GCC_C_PRAGMA_H.
23353
23354 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23355
23356         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23357         * config/h8300/h8300-protos.h: Likewise.
23358         * config/sh/sh-protos.h: Likewise.
23359
23360 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23361
23362         * config/arm/arm-protos.h: Use struct cpp_reader instead of
23363         cpp_reader.
23364         * config/h8300/h8300-protos.h: Likewise.
23365         * config/sh/sh-protos.h: Likewise.
23366
23367 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23368
23369         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23370         arm_pr_long_calls_off): Use struct.
23371         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23372         : Similarly.
23373         Don't include cpplib.h.
23374         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23375         sh_pr_nosave_low_regs): Similarly.
23376
23377 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23378
23379         * config/h8300/h8300.c: Include cpplib.h.
23380
23381 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23382
23383         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23384           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23385           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23386           "GCC" in the copyright header.
23387
23388 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23389
23390         * c-pragma.c (c_register_pragma): New.
23391         (init_pragma): Use it.
23392         * c-pragma.h (cpp_register_pragma): Don't declare.
23393         (c_register_pragma): New.
23394         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23395         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23396         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23397         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23398         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23399         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23400         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23401         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23402         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
23403         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
23404         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
23405         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
23406
23407 See ChangeLog.8 for earlier changes.